.banner-pagination {
  bottom: 10% !important;
}

.banner-pagination .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active{
  background: rgb(51, 154, 255);
}

.introduce {
  position: relative;
  top: -3vw;
  z-index: 998;
  padding-top: 2%;
  padding-bottom: 1%;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.int-item {
  display: inline-block;
  width: 16vw;
  text-align: center;
  color: rgba(179,179,179,1);
  vertical-align: top;
}

.icon-width {
  width: 26.5%;
  margin-bottom: 3%;
}

@keyframes proRotate {
  0%{transform:rotateY(0deg);} 
  100%{transform:rotateY(360deg);}
}

.int-item:hover .icon-width {
  animation: proRotate 1s linear;
}

.int-item:hover {
  color: rgba(37,118,220,1);
}

.model-en {
  font-weight: bold;
  font-size: 2em;
  color: rgba(37,118,220,1);
}

.line-grey {
  width: 1.4em;
  height: 0.3vw;
  background: rgba(204,204,204,1);
}

.model-ch {
  margin-top: 0.5%;
  font-weight: bold;
  color: rgba(153,153,153,1);
}

.img-col {
  width: 32%;
}

.img-last-col {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.bottom-margin {
  margin-bottom: 3%;
}

.top-margin2 {
  margin-top: 2%;
}

.rel-position {
  position: relative;
}

.con-intr {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 10% 5%;
  background: rgba(22,72,154,0.4);
}

.name-pro {
  margin-bottom: 2%;
  font-weight: bold;
  font-size: 1.2em;
  color: rgba(255,255,255,1);
}

.intr-pro {
  color: rgba(255,255,255,1);
  font-size: 0.8em;
  letter-spacing: 1px;
}

.con-more {
  padding-top: 5%;
  text-align: center;
}

.text-more {
  padding: 0.5% 4%;
  font-weight: bold;
  color: rgba(160,160,160,1);
  border: 2px solid rgba(170,170,170,1);
  border-radius: 20px;
}

.roll-num {
  position: relative;
  top: 0;
  display: inline-block;
  width: 0.55em;
  height: 1.3em;
  word-break: break-all;
  transition: top 0.1s linear;
}

.enter-jh {
  position: absolute;
  top: 27vh;
  left: 47%;
  font-weight: bold;
  font-size: 1.2em;
  color: rgba(255,255,255,1);
}

.con-brief {
  position: relative;
  top: -10vw;
  padding: 2% 2% 2% 4%;
  background: rgba(255,255,255,1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
}

.right-margin4 {
  width: 47.2%;
  margin-right: 4.8%;
}

.text-grey {
  color: rgba(102,102,102,1);
}

.con-details {
  margin-top: 4%;
  text-align: right;
}

.text-details {
  padding: 1% 4%;
  color: rgba(255,255,255,1);
  background: rgba(37,118,220,1);
  border-radius: 20px;
}

.width48 {
  width: 48%;
}

.center-text {
  text-align: center;
}

.item-num-text {
  display: inline-block;
  width: 24%;
}

.right-margin8 {
  margin-right: 0.8%;
}

.bold-blue {
  font-weight: bold;
  font-size: 3em;
  color: #2576DC;
}

.rel-inline {
  position: relative;
  display: inline-block;
}

.block-inline {
  display: inline-block;
}

.anima-num {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}

.brief-text {
  font-size: 1.5em;
  color: #BFBFBF;
  letter-spacing: 1px;
}

.nega-margin {
  margin-bottom: -7%;
}

.model-news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.news-more {
  position: relative;
  z-index: 998;
  font-size: 0.8em;
  color: rgba(153,153,153,1);
}

.con-news {
  position: relative;
  margin: 1%;
  padding: 7.16vh 8%;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
  background: rgba(255,255,255,1);
  border-radius: 2px;
}

.con-news:hover {
  background: rgba(255,255,255,0);
}

.con-news:hover .img-news {
  display: block;
}

.con-news:hover .blue-bold {
  color: rgba(255,255,255,1);
}

.con-news:hover .small-grey {
  color: rgba(255,255,255,1);
}

.blue-bold {
  font-weight: bold;
  color: rgba(37,118,220,1);
}

.small-grey {
  font-size: 0.8em;
  color: rgba(153,153,153,1);
}

.webkit-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.img-news {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  overflow-y: hidden;
}

.img-news::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37,118,220,0.9);
}

.news-prev {
  left: -1.4%;
  top: 58%;
  width: 2.1vw;
  height: 2.1vw;
  background-image: url(../images/index/left.png);
  background-size: 100% 100%;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  outline: none;
}

.news-next {
  right: -1.4%;
  top: 58%;
  width: 2.1vw;
  height: 2.1vw;
  background-image: url(../images/index/right.png);
  background-size: 100% 100%;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  outline: none;
}

.top-margin4 {
  margin-top: 4%;
}

.line-block50 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.top-padding {
  padding-top: 5%;
}

.enlarge {
  transition: width 0.4s linear;
}

.con-case:hover .enlarge {
  width: 120%;
}

.con-case:hover .con-case-text {
  color: rgba(255,255,255,1);
  background: rgba(37,118,220,1);
}

.hide-overflow {
  overflow: hidden;
}

.con-case-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 0.8em;
  color: rgba(102,102,102,1);
  background: rgba(238,238,238,1);
}

.model-contact {
  height: 23vw;
  margin-top: 13.87vh;
  padding-top: 4%;
  background: rgba(238,238,238,1);
}

.top-nega {
  position: relative;
  top: -11vw;
  margin-bottom: -8%;
}

.con-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5.7%;
  background: rgba(37,118,220,1);
  border-radius: 2px 0px 0px 2px;
}

.bold-white {
  margin-bottom: 4vh;
  font-weight: bold;
  color: rgba(255,255,255,1);
}

.white-text {
  color: rgba(255,255,255,1);
}

.text-phone {
  font-size: 1.5em;
  color: rgba(255,255,255,1);
}

.business-hours {
  display: inline-block;
  margin-top: 4.06vh;
  padding: 1.6vh 6.6%;
  color: rgba(37,118,220,1);
  background: rgba(255,255,255,1);
  border-radius: 2px;
}

.con-form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-item {
  display: flex;
  width: 70%;
  margin-bottom: 4%;
  color: #fff;

  /* padding: 1% 4.9%;
  border: 1px solid #fff;
  border-radius: 8px; */

  padding: 1vh 4.9%;
  font-size: 0.76em;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form-input {
  flex: 1;
  color: #fff;
  background-color: transparent;
  border: 0;
}

.con-submit {
  font-size: 1em;
  color: rgba(255,255,255,1);
  text-align: center;
  border-radius: 25px;
  background: rgba(37,118,220,1);
  cursor: pointer;

  /* width: 30%;
  padding-bottom: 0.5%; */

  width: 70%;
  padding-top: 1.2vh;
  padding-bottom: 1.3vh;
}

.list-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1%;
}

.con-link-img {
  width: 20%;
  text-align: center;
}

.img-link {
  width: 54.2%;
}

#bay-window {
  width: 16%;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  background: rgba(37,118,220,1);
  cursor: pointer;
}

.img-zixun {
  width: 20%;
  margin-bottom: 1%;
}

.text-zixun {
  font-size: 1.8em;
  color: rgba(255,255,255,1);
}

.con-modal {
  width: 49%;
  margin: 0 auto;
}

.padding-color {
  padding-top: 1%;
  padding-bottom: 1%;
  color: #fff;
  background-color: #00aef3;
}

.font-big {
  font-size: 1.2em;
}

.bg-grey {
  background-color: #ededed;
}

.leaving-message {
  width: 100%;
  height: 6vw;
  margin-bottom: -2%;
  outline: none;
}

.con-info {
  display: flex;
  margin-top: 3%;
  padding-left: 4%;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}

.con-img {
  width: 10%;
  margin-right: 4%;
}

.width80 {
  width: 80%;
}

.input-info {
  flex: 1;
  padding-top: 1%;
  padding-bottom: 1%;
  border: 0;
  outline: none;
}

.left-padding {
  padding-left: 1%;
}

.width60 {
  width: 60%;
}

.send-out {
  width: 43%;
  margin-top: 4%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  color: #fff;
  background-color: #00aef3;
  cursor: pointer;
}

.over-hidd {
  overflow: hidden;
}

.heigh-big {
  height: 16.9vw;
}

.heigh-sma {
  height: 14.9vw;
}

.vert-cent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.posi-fixe {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.name-ch {
  color: #fff;
}

.name-pinyin {
  color: #fff;
}

.item-nav {
  padding: 1.5%;
  color: #fff;
}

.item-nav:hover {
  color: #000;
  background-color: #fff;
}

.back-color:hover {
  color: #fff;
  background-color: rgba(37,118,220,1);
}

.color-black {
  color: #000;
}

.active-index {
  color: #000;
  background-color: #fff;
}

.active-index2 {
  color: #fff;
  background-color: rgba(37,118,220,1);
}

.active-index2:hover {
  color: #fff;
  background-color: rgba(37,118,220,1);
}

.text-lan {
  color: #fff;
}

.page-header {
  box-shadow: none;
}

.con-imgcol {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.h-32p11 {
  height: 35vh;
}

.index-fit {
  object-fit: cover;
}

.index-line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.linehe-vh {
  line-height: 3.5vh;
}