.container {
  width: 100%;
}

.container * {
  box-sizing: border-box;
}

@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes popin {
  0% {
    height: 300px;
  }

  100% {
    height: 0;
  }
}

@keyframes popout {
  0% {
    height: 0;
  }

  100% {
    height: 300px;
  }
}

@keyframes videoPopIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes videoPopOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

input {
  outline: none;
  border: none;
}

input:focus {
  outline: none;
}

a {
  display: block;
  text-decoration: none;
  color: #000000;
}

div {
  background-position: center center !important;
}

ul li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

.spb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flc {
  display: flex;
  align-items: center;
}
.cspb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.notShow {
  display: none !important;
}

.paddcon {
  padding: 98px 276px 0;
}

header {
  position: relative;
  height: 100px;
}
header .con {
  min-width: 1368px;
  width: 1450px;
  height: 100%;
  margin: 0 auto;
}

header * {
  color: #fff;
}

header .logo {
  width: 517px;
  height: 50px;
}
header .logo img {
  width: 100%;
  height: 100%;
}

header nav {
  width: 834px;
  height: 100%;
  margin-left: auto;
}

header nav > ul {
  width: 100%;
  height: 100%;
  position: relative;
}

header nav > ul .bgmilk {
  background: url(../image/index/milk.png) no-repeat;
  background-position: 0 73px;
}

header nav > ul .pop {
  position: absolute;
  bottom: -284px;
  left: -96px;
  width: 1130px;
  height: 284px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

header nav > ul .pop .pop-left {
  width: 444px;
  height: 215px;
  border-right: 1px solid rgba(101, 115, 122, 0.15);
  padding: 25px 80px 25px 53px;
}

header nav > ul .pop .pop-left ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

header nav > ul .pop .pop-left ul div {
  width: 50%;
}

header nav > ul .pop .pop-left ul div a {
  color: #666666;
}

header nav > ul .pop .pop-left ul div a:hover {
  color: #0144a6;
}

header nav > ul .pop .pop-left ul div a img {
  margin-right: 18px;
}

header nav > ul .pop .pop-right {
  padding: 0px 66px 0 92px;
  height: 215px;
  flex: 1;
}

header nav > ul .pop .pop-right div {
  width: 230px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

header nav > ul .pop .pop-right div div {
  position: relative;
  width: 100%;
  height: 112px;
}

header nav > ul .pop .pop-right div .popimgmark {
  position: absolute;
  bottom: -12px;
}

header nav > ul .pop .pop-right div h1 {
  color: #5b6166;
  font-size: 17px;
  font-weight: normal;
}

header nav > ul .pop .pop-right div p {
  color: #666666;
  font-size: 15px;
}

header nav > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 128px;
}

header nav > ul > li a {
  color: #255094;
}

header nav > ul > li:last-child a {
  width: 24px;
  height: 24px;
}

header .search-mask {
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #eef7ff;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .search-mask .close {
  position: absolute;
  top: 15px;
  right: 19px;
}

header .search-mask .close:hover {
  animation: fadenum 0.5s;
}

header .search-mask .search-input {
  width: 100%;
  height: 100%;
  position: relative;
  width: 640px;
  height: 48px;
}

header .search-mask .search-input input {
  color: #757575;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  font-size: 16px;
}

header .search-mask .search-input .searchBtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  cursor: pointer;
}

header .search-mask .search-input .searchBtn img {
  width: 100%;
  height: 100%;
}

.con {
  width: 1368px;
  height: 100%;
  margin: 0 auto;
}

.con .top {
  width: 100%;
  height: 52px;
  margin-bottom: 13px;
}

.con .top .topTitle {
  align-self: flex-start;
  display: flex;
  font-size: 42px;
  font-weight: 600;
}

.con .top .topInfo {
  display: flex;
  align-items: center;
  align-self: flex-end;
  color: #666666;
}

.con .top .topInfo .topInfoIcon {
  width: 40px;
  height: 3px;
  display: flex;
  margin-right: 24px;
}

.con .top .topInfo .topInfoIcon div {
  width: 20px;
  height: 100%;
}

.con .top .topInfo .topInfoIcon div:first-child {
  background-color: #d8d8d8;
}

.con .top .topInfo .topInfoIcon div:last-child {
  background-color: #0144a6;
}

.con .top .topInfo .topInfoIcon h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}

.con .english {
  opacity: 0.1;
  margin-bottom: 68px;
  width: 100%;
  color: #000000;
  font-size: 24px;
}

footer {
  width: 100%;
}

footer .footTop {
  width: 100%;
  height: 177px;
  background: url(../image/index/hlogobgc.png) no-repeat 100% 100%;
}

footer .footTop .con .left,
footer .footTop .con .right {
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
}

footer .footTop .con .left {
  background-color: #0144a6;
}

footer .footTop .con .right {
  background-color: #acacac;
}

footer .footTop .con .swiper {
  width: 90%;
  height: 100%;
}

footer .footMain {
  width: 100%;
  height: 487px;
  background: url(../image/index/footerbgc.png) no-repeat 100% 100%;
}

footer .footMain .footMainContainer {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

footer .footMain .footMainContainer .con {
  padding-top: 93px;
}

footer .footMain .footMainContainer .con .logo {
  display: flex;
  align-items: center;
  margin-bottom: 74px;
}

footer .footMain .footMainContainer .con .concat {
  margin-bottom: 84px;
}

footer .footMain .footMainContainer .con .concat ul {
  width: 100%;
  display: flex;
  align-items: center;
}

footer .footMain .footMainContainer .con .concat ul li {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 107px;
}

footer .footMain .footMainContainer .con .concat ul li div:first-child {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
}

footer .footMain .footMainContainer .con .concat ul li div:last-child {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #454545;
}

footer .footMain .footMainContainer .con .concat ul li:last-child ul {
  width: 100%;
  height: 100%;
}

footer .footMain .footMainContainer .con .concat ul li:last-child ul li {
  width: 36px;
  height: 36px;
  background-color: #ececf0;
  border-radius: 50%;
  margin-right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footMain .footMainContainer .con .footlink {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

footer .footMain .footMainContainer .con .footlink a {
  margin-right: 64px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #454545;
}

footer .footMain .footMainContainer .con .footlink a:first-child {
  margin-right: 81px;
  color: #1c5199;
}
footer .footMain .footMainContainer .con .footlink a:hover {
  color: #1c5199;
}

footer .footMain .footMainContainer .con .footbottom {
  width: 100%;
}

footer .footMain .footMainContainer .con .footbottom * {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #999999;
}

.casetop {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  height: 74px;
  margin-bottom: 60px;
}

.casetop .con {
  padding: 0 13px 0 16px;
  display: flex;
  align-items: center;
}

.casetop .con .houseIcon {
  margin-right: 22px;
}

.casetop .con .casetopMain {
  height: 100%;
  flex: 1;
  border-left: 1px solid #e5e5e5;
  padding-left: 15px;
}

.casetop .con .casetopMain .position {
  display: flex;
  align-items: center;
  color: #545454;
  font-size: 15px;
}

.casetop .con .casetopMain .position * {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
}

.casetop .con .casetopMain .search {
  width: 332px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.casetop .con .casetopMain .search .search-left {
  width: 264px;
  height: 45px;
  border-radius: 8px 0px 0px 8px;
  border: solid 1px #d2d2d2;
  padding: 9px 0;
  display: flex;
  align-items: center;
}

.casetop .con .casetopMain .search .search-left .searchIcon {
  width: 46px;
  height: 100%;
  border-right: 1px #e5e5e5 solid;
}

.casetop .con .casetopMain .search .search-left input {
  flex: 1;
  height: 100%;
  padding-left: 19px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #545454;
}

.casetop .con .casetopMain .search .serach-right {
  cursor: pointer;
  width: 68px;
  height: 45px;
  background-color: #0144a6;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
}

.show {
  width: 100%;
  height: 434px;
  background: url(../image/case/bg.png) no-repeat 100% 100%;
}

.show > div {
  width: 335px;
  height: 335px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  padding-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.show > div h1 {
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 22px;
}

.show > div .hung {
  width: 55px;
  height: 6px;
  background-image: linear-gradient(
      266deg,
      #366cf4 0%,
      #1c58cd 58%,
      #0144a6 100%
    ),
    linear-gradient(#0144a6, #0144a6);
  background-blend-mode: normal, normal;
  margin-bottom: 34px;
}

.show > div h2 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ededed;
  margin-bottom: 43px;
}

.Pagination {
  height: 43px;
  margin-bottom: 50px;
}

.Pagination ul {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.Pagination ul .picked {
  background-color: #0144a6;
  color: #fff;
}

.Pagination ul .picked:hover {
  background-color: #0144a6;
}

.Pagination ul li {
  cursor: pointer;
  border-radius: 50%;
  width: 43px;
  height: 100%;
  margin: 0 12.5px;
}

.Pagination ul li:hover {
  background-color: rgba(215, 215, 215, 0.5);
  transition: all 0.3s;
}

.Pagination ul .left-arrow,
.Pagination ul .right-arrow {
  margin-right: 37px;
  width: 0;
  height: 0;
  /* 把全部的边框设置透明色 */
  border: 11px solid transparent;
  /* 总共面积为40*40,宽度由left和right撑开,高度由top和bottom撑开 */
  /* 把想拎出来的边单独设置颜色 */
  background-color: #fff;
  border-right-color: #0144a6;
  border-radius: 0;
}

.Pagination ul .left-arrow:hover,
.Pagination ul .right-arrow:hover {
  background-color: #fff;
}

.Pagination ul .right-arrow {
  border-left-color: #0144a6;
  border-right-color: transparent;
  margin-left: 24.5px;
}

.imgMask {
  background-color: rgba(1, 68, 166, 0.55);
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-top: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgMask h1 {
  font-size: 20px;
  color: #fff;
}

.imgMask .imgMaskmore {
  width: 130px;
  height: 42px;
  border-radius: 20px 0px 20px 0px;
  border: solid 1px #ffffff;
  font-size: 18px;
  color: #fff;
}

.imgMask .imgMaskmore:hover {
  background-color: #255094;
  color: #fff;
  transition: all 0.5s;
}

.imgMask .imgMaskmore a {
  color: #fff;
  width: 100%;
  height: 100%;
}

.imgMask:hover {
  opacity: 1;
  transition: all 0.5s;
}
