* {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  overflow: hidden;
}
.bannerSwiper {
  margin-top: 100px;
  width: 100%;
  height: 760px;
}
.bannerSwiper .swiper-slide div {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  border: 0.02rem solid #fff;
  width: 20px !important;
  height: 20px !important;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 20px !important;
  height: 20px !important;
}
.content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box1,
.about,
.box2,
.box3,
.box4,
.box5,
.box6,
.box12,
.box13 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box1-top,
.about-top,
.box2-top,
.box3-top,
.box4-top,
.box5-top,
.box6-top,
.box12-top,
.box13-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box1-top h4,
.about-top h4,
.box2-top h4,
.box3-top h4,
.box4-top h4,
.box5-top h4,
.box6-top h4,
.box12-top h4,
.box13-top h4 {
  font-size: 48px;
  color: #333;
  line-height: 1;
  font-weight: 700;
}
.box1-top h4 span,
.about-top h4 span,
.box2-top h4 span,
.box3-top h4 span,
.box4-top h4 span,
.box5-top h4 span,
.box6-top h4 span,
.box12-top h4 span,
.box13-top h4 span {
  color: #cb1025;
}
.box1-top p,
.about-top p,
.box2-top p,
.box3-top p,
.box4-top p,
.box5-top p,
.box6-top p,
.box12-top p,
.box13-top p {
  margin-top: 30px;
  font-size: 26px;
  color: #666;
  line-height: 1;
}
.box1 {
  width: 100%;
}
.box1-top {
  margin-top: 150px;
}
.box1-bottom {
  margin-top: 192px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.box1-bottom div {
  width: 396px;
  height: 425px;
  background-color: #1463a5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.box1-bottom div img {
  margin-top: -141px;
  width: 286px;
  height: 286px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.box1-bottom div p {
  margin: 40px 0 35px;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.box1-bottom div span {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.box1-bottom div:hover {
  background-color: #cb1025;
}
.box2 {
  width: 100%;
}
.box2-top {
  margin-top: 130px;
}
.box2-center {
  margin-top: 75px;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
}
.box2-center div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box2-center div span {
  margin-top: 28px;
  font-size: 24px;
  color: #666;
  line-height: 1;
}
.box2-center .box2Active span {
  color: #cb1025;
}
.box2-bottom {
  margin-top: 60px;
  width: 1200px;
  display: flex;
  flex-direction: column;
}
.box2-bottom .item {
  display: none;
}
.box2-bottom .item img {
  width: 600px;
  height: 352px;
}
.box2-bottom .item-right {
  width: 600px;
  height: 352px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.box2-bottom .item-right b {
  font-size: 26px;
  color: #cb1025;
  line-height: 1;
}
.box2-bottom .item-right p {
  margin-top: 25px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.box2-bottom .item-right p strong {
  color: #1463a5;
}
.box2-bottom .item-right h4 {
  margin-top: 30px;
  display: flex;
}
.box2-bottom .item-right h4 a {
  margin-right: 30px;
  width: 148px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1463a5;
}
.box2-bottom .item-right h4 a:nth-child(2) {
  background-color: #cb1025;
}
.box3 {
  margin-top: 80px;
  width: 100%;
  height: 920px;
  background-color: #f4f4f4;
}
.box3-top {
  margin-top: 125px;
}
.box3-bottom {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box3-bottom .item {
  margin-top: 29px;
  width: 382px;
  height: 257px;
  border: 1px solid rgba(20, 99, 165, 0.4);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.box3-bottom .item p {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #1463a5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box3-bottom .item h4 {
  margin: 10px 0 20px;
  font-size: 22px;
  color: #1463a5;
  line-height: 1;
}
.box3-bottom .item span {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: center;
}
.box3-bottom .item:hover {
  border: 1px solid rgba(220, 8, 23, 0.4);
}
.box3-bottom .item:hover p {
  background-color: #dc0817;
}
.box3-bottom .item:hover h4 {
  color: #dc0817;
}
.box4 {
  width: 100%;
}
.box4-top {
  margin-top: 100px;
}
.box4-bottom {
  margin-top: 75px;
  width: 1200px;
  position: relative;
}
.box4-bottom .box4Swiper .swiper-slide {
  width: 420px;
  height: 557px;
  background-color: #fff;
  border: 1px solid rgba(20, 99, 165, 0.4);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.box4-bottom .box4Swiper .swiper-slide img {
  width: 242px;
  height: 242px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 3px #dc0817;
}
.box4-bottom .box4Swiper .swiper-slide h4 {
  margin: 20px 0;
  font-size: 26px;
  color: #dc0817;
  line-height: 1;
}
.box4-bottom .box4Swiper .swiper-slide h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
.box4-bottom .box4Swiper .swiper-slide div {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: none;
}
.box4-bottom .box4Swiper .swiper-slide-active {
  transform: scale(1);
  background-color: #dc0817;
  padding: 0 35px;
}
.box4-bottom .box4Swiper .swiper-slide-active img {
  box-shadow: 3px 3px 3px 3px #fff;
}
.box4-bottom .box4Swiper .swiper-slide-active h4 {
  color: #fff;
}
.box4-bottom .box4Swiper .swiper-slide-active h3 {
  color: #fff;
}
.box4-bottom .box4Swiper .swiper-slide-active div {
  display: block;
}
.box4-bottom .box4-left-arrow,
.box4-bottom .box4-right-arrow {
  z-index: 9;
  width: 45px;
  height: 45px;
  background: url(../img/index/box3_left_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.box4-bottom .box4-left-arrow {
  left: -22px;
  background: url(../img/index/box4_left_arrow.png) no-repeat center / 100%;
}
.box4-bottom .box4-right-arrow {
  right: -22px;
  background: url(../img/index/box4_right_arrow.png) no-repeat center / 100%;
}
.box4 a {
  margin-top: 60px;
  width: 148px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dc0817;
}
.box5 {
  margin-top: 87px;
  width: 100%;
  height: 758px;
  background: url(../img/index/box5_bg.png) no-repeat center;
}
.box5-top {
  margin-top: 110px;
}
.box5-bottom {
  margin-top: 55px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.box5-bottom .item {
  width: 596px;
  height: 320px;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
}
.box5-bottom .item-left {
  width: 263px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box5-bottom .item-left img {
  height: 100%;
}
.box5-bottom .item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  box-sizing: border-box;
}
.box5-bottom .item-right b {
  font-size: 22px;
  color: #333;
  line-height: 1;
}
.box5-bottom .item-right span {
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: center;
}
.box5-bottom .item:hover {
  background-color: #dc0817;
}
.box5-bottom .item:hover .item-right b,
.box5-bottom .item:hover .item-right span {
  color: #fff;
}
.box5 a {
  margin-top: 60px;
  width: 148px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dc0817;
}
.box6 {
  width: 100%;
  height: 854px;
  background: url(../img/index/box6_bg.png) no-repeat center;
}
.box6-top {
  margin-top: 118px;
}
.box6-bottom {
  margin-top: 57px;
  width: 1200px;
  position: relative;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide {
  width: 294px;
  height: 484px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide div {
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide div img {
  width: 260px;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide i {
  width: 100%;
  border-top: 1px solid #666666;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide p {
  flex: 1;
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide:hover {
  border-bottom: 4px solid #cb1025;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide:hover i {
  border-top: 1px solid #cb1025;
}
.box6-bottom .box6Swiper .swiper-wrapper .swiper-slide:hover p {
  color: #cb1025;
}
.box6-bottom .box6-left-arrow {
  z-index: 999;
  width: 45px;
  height: 45px;
  background: url(../img/index/box4_left_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  left: -22px;
  bottom: 0;
  margin: auto 0;
  outline: none;
}
.box6-bottom .box6-right-arrow {
  z-index: 999;
  width: 45px;
  height: 45px;
  background: url(../img/index/box4_right_arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 0;
  right: -22px;
  bottom: 0;
  margin: auto 0;
  outline: none;
}
.box12 {
  width: 100%;
}
.box12-top {
  margin-top: 130px;
}
.box12-bottom {
  margin-top: 58px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.box12-bottom-left {
  position: relative;
}
.box12-bottom-left img {
  width: 601px;
  height: 443px;
}
.box12-bottom-left div {
  padding: 0 52px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 601px;
  height: 135px;
  background-color: #cb1025;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box12-bottom-left div p {
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
.box12-bottom-left div span {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.box12-bottom-right {
  width: 580px;
  height: 443px;
}
.box12-bottom-right .item {
  width: 100%;
  height: 211px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  border-bottom: 3px solid #0a528d;
  padding: 28px 25px 13px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box12-bottom-right .item-top h4 {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.box12-bottom-right .item-top p {
  margin-top: 15px;
  font-size: 16px;
  text-align: justify;
  color: #666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box12-bottom-right .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box12-bottom-right .item-bottom p {
  display: flex;
  align-items: center;
}
.box12-bottom-right .item-bottom p span:nth-child(1) {
  font-size: 22px;
  color: #666;
}
.box12-bottom-right .item-bottom p span:nth-child(2) {
  font-size: 16px;
  color: #666;
}
.box12-bottom-right .item-bottom .img {
  width: 36px;
  height: 36px;
  background: url(../img/index/box12_blue.png) no-repeat center;
}
.box12-bottom-right .item:hover {
  border-bottom: 3px solid #cb1025;
}
.box12-bottom-right .item:hover .item-bottom .img {
  background: url(../img/index/box12_red.png) no-repeat center;
}
.box12-bottom-right .item:nth-child(2) {
  margin-top: 20px;
}
.fuchuang {
  margin-top: 70px;
  width: 100%;
  height: 429px;
  background: url(../img/index/popup_bg.png) no-repeat center;
  display: flex;
  justify-content: center;
}
.fuchuang .con {
  width: 1200px;
  display: flex;
  justify-content: flex-end;
}
.fuchuang .con div {
  margin-top: 228px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fuchuang .con div a {
  width: 227px;
  height: 68px;
  background-color: #cb1025;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuchuang .con div a img {
  margin-right: 10px;
}
.fuchuang .con div p {
  margin-top: 17px;
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #fff;
}
.fuchuang .con div p img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.about {
  margin-top: 80px;
  width: 100%;
  height: 880px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-top {
  margin-top: 150px;
}
.about-bottom {
  margin-top: 65px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-bottom-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-bottom-left h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #0a528d;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #84a8c6;
  font-weight: 700;
}
.about-bottom-left p {
  margin-top: 30px;
  width: 550px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: justify;
}
.about-bottom-left a {
  margin-top: 60px;
  width: 148px;
  height: 48px;
  background-color: #e70012;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-bottom-right img {
  width: 600px;
  height: 433px;
}
.inputs {
  margin: 100px 0 75px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  margin-bottom: 20px;
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 0;
}
.inputs textarea {
  width: 100%;
  height: 120px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 18px;
  color: #333;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #333;
}
.inputs .Highlight.change::placeholder,
.inputs .Highlight1.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 48px auto 0;
  width: 148px;
  height: 48px;
  background-color: #cb1025;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gotop {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gotop .item {
  width: 50px;
  height: 50px;
  background-color: #1463a5;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gotop .item p {
  display: none;
  position: absolute;
  top: 0;
  right: 150%;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  padding: 0 30px;
  border-radius: 10px;
  box-shadow: 0 0 2px 1px #eee;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  white-space: nowrap;
}
.gotop .item:nth-child(3) p {
  width: 130px;
  height: 130px;
  background-color: #fff;
  padding: 0;
}
.gotop .item:hover {
  background-color: #cb1025;
}
.gotop .item:hover p {
  display: flex;
}
