.swiper-container {
  min-width: 1200px;
  overflow: hidden;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
.titleBox {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.titleBox .titleauto {
  min-width: 1200px;
  margin: 0 auto;
}
.titleBox .titleauto .title {
  width: 780px;
  height: 245px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.titleBox .titleauto .title .titleImg {
  display: block;
  position: absolute;
  left: 0;
  top: 125px;
}
.titleBox .titleauto .title .titlehead {
  font-size: 30px;
  font-weight: bold;
  color: #162338;
  padding-top: 89px;
}
.titleBox .titleauto .title .titleTxt {
  padding-top: 13px;
  font-size: 18px;
  font-weight: bold;
  color: #475262;
}
.fhBox {
  width: 100%;
  min-width: 1200px;
  background-color: #21232F;
  cursor: pointer;
}
.fhBox .fhImg {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
}
.bfBox {
  width: 100%;
  min-width: 1200px;
  background-color: #21232F;
  margin-top: 4px;
  cursor: pointer;
}
.bfBox .bfImg {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
}
.cpBox {
  width: 100%;
  margin: 0 auto;
  height: 621px;
}
.cpBox .cp {
  margin: 0 auto;
  width: 1200px;
  height: 501px;
  display: flex;
  justify-content: space-between;
}
.cpBox .cp .cpLiBox {
  width: 233px;
  height: 501px;
  overflow: hidden;
  position: relative;
}
.cp a {
	display: block;
}
.cpBox .cp .cpLiBox .cpLiBoxBot{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 233px;
	height: 85px;
	background-color: rgb(33,35,47,.7);
	border-radius: 0px 0px 5px 5px;
	line-height: 85px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #F1F6FE;
}
.cpBox .cp .cpLi {
  display: block;
  width: 233px;
  height: 501px;
}
.cpBox .cp .cpLiBox .cpLi:hover {
  box-shadow: 0px 0px 50px #888888;
}
.cpBox .cp .cpLi:hover {
  transform: scale(1.1);
  transition: 1s;
}
.why{
	width: 1200px;
	margin: 0 auto;
}
.whyTitle{
	height: 170px;
	line-height: 170px;
	font-size: 30px;
	font-weight: bold;
	color: #162338;
	text-align: center;
}
.whyBottom{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.whyLi{
	width: 551px;
	/*height: 454px;*/
	line-height: 25px;
}
.whyLiImg{
	display: block;
	width: 551px;
	height: 454px;
}
.goTopBox {
  min-width: 1200px;
  height: 116px;
  margin: 0 auto;
  margin-top: 21px;
  position: relative;
  cursor: pointer;
}
.goTopBox .goTopBoxImg {
  position: absolute;
  top: 0;
  right: 35px;
  display: block;
  width: 95px;
  height: 116px;
}