@charset "UTF-8";
/* ------------------------------------------
  DremO PAGE'S STYLES
--------------------------------------------- */
.return_top {
  position: fixed;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 8888;
}

.center {
  width: 1400px;
  margin: 0 auto;
}

.navFixed {
  background: #003f61;
}

.nav {
  height: 90px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.nav .navCote {
  padding: 22px 0;
  height: 44px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.nav .nav-logo {
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.nav .nav-logo .iconfont {
  font-size: 140px;
  color: #fff;
}

.nav .nav-link a {
  font-family: "Microsoft YaHei";
  color: #fff;
  font-size: 16px;
  margin: 0 30px;
}

.nav .nav-link li {
  display: inline-block;
  float: left;
}

.nav .nav-link li.current a {
  font-weight: bold;
}

.nav .nav-link a {
  color: #fff;
  line-height: 25px;
  text-align: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-grid;
}

.nav .nav-link a:hover {
  text-decoration: none;
}

.nav .nav-link a {
  letter-spacing: 0;
  transition: all 150ms linear 0s;
  text-align: center;
  width: auto;
}

.nav .nav-link a:hover, .nav .nav-link a:active {
  font-weight: bold;
}

.nav .nav-link a:after, .nav .nav-link a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.nav .nav-link a:hover:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid white;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.nav .nav-tell {
  padding-left: 200px;
}

.nav .nav-tell .nav-tellShow {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.nav .nav-tell .nav-tellShow .iconfont {
  font-size: 14px;
  padding-right: 6px;
}

.nav .nav-tell .nav-tellShow span {
  font-weight: bold;
}

.nav .nav-tell .nav-tellShow:hover .iconfont {
  animation: tada 1s .1s linear infinite alternate;
  -webkit-animation: tada 1s .1s linear infinite alternate;
  -moz-animation: tada 1s .1s linear infinite alternate;
  -ms-animation: tada 1s .1s linear infinite alternate;
  -o-animation: tada 1s .1s linear infinite alternate;
  transform: rotate(3.5);
}

.nav .nav-tell .nav-tellShow:after, .nav .nav-tell .nav-tellShow:before {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.nav .nav-tell .nav-tellShow:hover:after {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.swiper {
  width: 100%;
  height: 940px;
}

.swiper .swiper-img {
  width: 100%;
}

.swiper img, .swiper image {
  width: 100%;
  height: 940px;
  position: relative;
  z-index: 99;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background: white !important;
}

.swiper-pagination-bullet-active {
  width: 50px !important;
  background: #fff !important;
}

.swiper-cote {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}

.swiper-cote .swiper-box {
  padding-top: 330px;
  padding-left: 250px;
}

.swiper-cote .swiper-tit {
  font-size: 60px;
  font-weight: 200;
  color: #FFFFFF;
  margin-bottom: 30px;
  line-height: 80px;
}

.swiper-cote .swiper-tip p {
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 40px;
}

.swiper-cote .swiper-btn {
  width: 160px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  margin-top: 40px;
}

.swiper-cote .swiper-btn a {
  color: #FFFFFF;
  display: block;
  height: 60px;
  line-height: 60px;
}

.swiper-cote .swiper-btn:hover a {
  color: #003F61;
}

.swiper-cote .swiperBtnHover {
  background-size: 300% 100%;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.swiper-cote .swiperBtnHover::before {
  transition: 0.5s;
  transition: transform 0.3s, opacity 0.3s;
}

.swiper-cote .swiperBtnHover:hover {
  background-image: linear-gradient(to right, #003F61, #003F61, #fff, #fff);
  background-position: 100% 0;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #003F61;
}

.swiper-cote .swiperBtnHover:focus {
  outline: none;
}

.anima {
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.anima::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.anima:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}

.anima:focus {
  outline: none;
}

.content {
  padding: 100px 0;
  text-align: center;
  width: 1400px;
  margin: auto;
}

.content .content-tit {
  font-size: 48px;
  color: #121212;
  padding-bottom: 30px;
}

.content .content-tip {
  font-size: 20px;
  color: #666666;
  line-height: 40px;
}

.info-cote {
  padding-top: 20px;
}

.info-cote .info-item {
  width: 466px;
  float: left;
  text-align: center;
  padding-top: 60px;
  cursor: pointer;
}

.info-cote .info-item .info-icon {
  margin: 0 auto 30px;
  border: 1px solid #EEEEEE;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  transition: all 0.3s;
}

.info-cote .info-item .info-icon .iconfont {
  color: #002233;
  font-size: 65px;
  transition: all 0.3s;
}

.info-cote .info-item .info-item-tit {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  padding-bottom: 10px;
  font-weight: bold;
}

.info-cote .info-item .info-item-mark {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.info-cote .info-item:hover .info-icon {
  border: 1px solid #003F61;
}

.info-cote .info-icon:hover {
  background: #003F61;
}

.info-cote .info-icon:hover .iconfont {
  color: #fff;
  font-size: 55px;
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.digital {
  background: #FAFBFC;
}

.digital .digital-cote {
  width: 1400px;
  margin: auto;
  padding-top: 80px;
}

.digital .digital-item {
  width: 300px;
  height: 400px;
  float: left;
}

.digital .digital-item .digital-itemInfo {
  width: 298px;
  height: 398px;
  background: #FAFBFC;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.digital .digital-item .digital-icon {
  padding-top: 75px;
}

.digital .digital-item .digital-icon i {
  font-size: 90px;
  color: #002233;
}

.digital .digital-item .digital-tit {
  padding: 35px 0 25px;
  font-weight: bold;
  color: #121212;
  font-size: 20px;
}

.digital .digital-item .digital-tip p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.digital .digital-maR {
  margin-right: 30px;
}

.digital .digital-item:hover .digital-itemInfo {
  background: #004060;
  border: 1px solid #004060;
}

.digital .digital-item:hover .digital-itemInfo .digital-icon i {
  font-size: 100px;
}

.digital .digital-item:hover .digital-itemInfo .digital-icon i,
.digital .digital-item:hover .digital-itemInfo .digital-tit,
.digital .digital-item:hover .digital-itemInfo .digital-tip p {
  color: #fff;
}

.clothes {
  padding-top: 80px;
}

.clothes ul {
  display: table;
  margin: 0 auto -45px;
}

.clothes-li {
  width: 180px;
  height: 81px;
  float: left;
  margin-right: 64px;
  margin-bottom: 45px;
  cursor: pointer;
}

.clothes-li:nth-child(6n) {
  margin-right: 0;
}

.clothes-li a {
  display: block;
}

.clothes-li img {
  width: 180px;
  height: 81px;
  transition: all 0.4s;
}

.clothes-li:hover img {
  transform: scale(1.2);
}

.us {
  background: rgba(0, 64, 96, 0.02);
}

.us .usTit {
  font-size: 48px;
  font-weight: 300;
  color: #121212;
  padding-bottom: 60px;
}

.usCote {
  width: 1400px;
  margin: auto;
  padding: 100px 0 120px;
}

.usMain .usFl {
  width: 590px;
  float: left;
}

.usMain .usFl .usFl-tit {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  line-height: 34px;
  padding-bottom: 20px;
}

.usMain .usFl .usFl-tell {
  font-size: 20px;
  font-weight: 400;
  color: #E30B21;
  padding-bottom: 30px;
  font-weight: bold;
  cursor: pointer;
}

.usMain .usFl .usFl-place {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  line-height:30px;
}

.usMain .usFl .usFl-map {
  width: 590px;
  height: 265px;
  padding-top: 45px;
  overflow: hidden;
}

.usMain .usFl .usFl-map img, .usMain .usFl .usFl-map image {
  width: 590px;
  height: 265px;
  transition: all 0.4s;
  cursor: pointer;
}

.usMain .usFl .usFl-map:hover img {
  transform: scale(1.05);
}

.usMain .usFr {
  width: 590px;
  float: right;
  padding-top: 6px;
}

.usMain .usFr img, .usMain .usFr image {
  width: 590px;
  height: 265px;
  transition: all 0.4s;
  cursor: pointer;
}

.usMain .usFr img:hover, .usMain .usFr image:hover {
  transform: scale(1.05);
}

.usMain .usFr .usFr-twoLabel {
  padding-bottom: 25px;
}

.usMain .usFr .usFr-twoLabel input, .usMain .usFr .usFr-twoLabel textarea {
  cursor: pointer;
}

.usMain .usFr .usFr-twoLabel .usFr-twoItem {
  width: 268px;
  float: left;
  font-weight: bold;
}

.usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInfo {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 10px;
}

.usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInfo span {
  color: #E30B21;
}

.usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInput {
  display: inline-block;
  width: 268px;
  height: 48px;
  background: #FAFBFC;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-weight: bold;
}

.usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInput input {
  background: #FAFBFC;
  border-radius: 4px;
  font-weight: bold;
  width: 248px;
  height: 48px;
  padding: 0 10px;
}

.usMain .usFr .usFr-twoLabel .usFr-twoItem:first-child {
  margin-right: 30px;
}

.usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandInfo {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 10px;
  font-weight: bold;
}

.usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandInfo span {
  color: #E30B21;
}

.usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandText {
  background: #FAFBFC;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandText textarea {
  width: 548px;
  height: 160px;
  padding: 10px;
  resize: none;
  outline: none;
  background: #FAFBFC;
}

.usMain .usFr-btn {
  width: 569px;
  height: 60px;
  line-height: 60px;
  background: #003F61;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
}

.usMain .usFr-btn.anima {
  width: 570px;
  height: 60px;
}

.usMain .usFr-btn.anima:hover::before {
  -webkit-transform: scale3d(39, 9, 1);
  transform: scale3d(39, 9, 1);
}

.usMain .btnHover {
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.usMain .btnHover::before {
  transition: 0.5s;
  transition: transform 0.3s, opacity 0.3s;
}

.usMain .btnHover:hover {
  background-image: linear-gradient(to right, #003F61, #003F61, #045799, #045799);
  background-position: 100% 0;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #fff;
}

.usMain .btnHover:focus {
  outline: none;
}

.foot {
  height: 240px;
  background: #001723;
  overflow: hidden;
  color: #fff;
}

.foot .footCote {
  width: 1400px;
  margin: auto;
}

.foot .footCote .footSote {
  height: 240px;
}

.foot .footCote .footLogo {
  float: left;
  padding: 26px 0;
}

.foot .footCote .footLogo img, .foot .footCote .footLogo image {
  width: 187px;
}

.foot .footCote .footInfo {
  float: right;
  font-size: 14px;
  text-align: left;
  padding: 91px 0;
}

.foot .footCote .footInfo .footPlace {
  font-weight: bold;
}

.foot .footCote .footInfo .footPlace span {
  padding-left: 10px;
}

.foot .footCote .footInfo .footRecord {
  padding-top: 30px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
}

.foot .footCote .footInfo .footRecord span.line {
  display: inline-block;
  height: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 10px;
}

/* 首屏遮罩 */
.home {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 888888;
}

.logo {
  width: 140px;
  height: 140px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -70px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-inset {
  width: 0px;
  height: 0px;
  border-radius: 100%;
  z-index: 100;
  animation: logos 2s;
}

.green-box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 88;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-inset {
  background: transparent;
  width: 1px;
  height: 1px;
  box-shadow: #003F61 0 0 0 2000px;
  border-radius: 100%;
  animation: boxs 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes logos {
  from {
    width: 300px;
    height: 300px;
    opacity: 1;
  }
  to {
    width: 0px;
    height: 0px;
    opacity: 0;
  }
}

@keyframes boxs {
  from {
    width: 0px;
    height: 0px;
  }
  to {
    width: 10000px;
    height: 10000px;
  }
}

.menuicon {
  display: none;
  float: right;
  width: 20px;
  height: 2px;
  padding: 30px 15px;
  margin-top: 30px;
  outline: none;
}

.menu__handle {
  border: none;
  width: 20px;
  height: 2px;
  padding: 0;
  outline: none;
  position: relative;
  background: #045799;
}

.menu__handle::before, .menu__handle::after, .menu__handle span {
  background: #fff;
}

.menu__handle::before, .menu__handle::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.menu__handle span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.menu__handle::before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.menu__handle::after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.menu--open .menu__handle span {
  opacity: 0;
}

.menu--open .menu__handle::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.menu--open .menu__handle::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/************************************************************ 适配 ***********************************************/
@media screen and (max-width: 767px) {
  html, body {
    width: 100vw;
    min-width: 100vw;
  }
  .content, .center {
    width: 100vw;
    margin: 0;
  }
  .content {
    padding: 5vh 0;
  }
  .content .content-tit {
    font-size: 5vw;
    padding: 0 3vw 1.5vh;
  }
  .content .content-tip {
    padding: 0 3vw 0vh;
    font-size: 3vw;
    line-height: 2.5vh;
  }
  .nav {
    width: 100vw;
    height: 8vh;
    background: #003F61;
  }
  .nav .navCote {
    width: 93vw;
    padding: 1.5vh;
    height: 5vh;
  }
  .nav .nav-logo {
    height: 8vh;
    line-height: 8vh;
  }
  .nav .nav-logo a {
    line-height: 1;
    vertical-align: middle;
  }
  .nav .nav-logo a img, .nav .nav-logo a image {
    width: 25vw;
  }
  .nav .nav-link {
    flex-flow: column;
    float: none;
    width: 100%;
    position: absolute;
    top: 8vh;
    left: 0;
    margin: 0;
    z-index: 99999;
    padding: 2vh 0;
    background: #003F61;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav .nav-link li {
    display: block;
    float: none;
    width: 100vw;
    padding: 1vh 0;
  }
  .nav .nav-link li a {
    color: #fff;
    width: 100vw;
    margin: 0;
    line-height: 3vh;
    font-size: 4vw;
  }
  .nav .nav-tell .nav-tellShow {
    justify-content: center;
    font-size: 3.4vw;
  }
  .menuicon {
    display: block;
    margin: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .swiper {
    width: 100vw;
    height: 100vh;
  }
  .swiper .swiper-container {
    width: 100vw;
    height: 100vh;
  }
  .swiper .swiper-wrapper {
    height: 100vh;
  }
  .swiper .swiper-img {
    width: 100vw;
    height: 50vh;
    padding-top: 12vh;
  }
  .swiper img, .swiper image {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
  }
  .swiper-cote {
    top: 27vh;
  }
  .swiper-cote .swiper-box {
    padding-top: 35vh;
    padding-left: 8vw;
  }
  .swiper-cote .swiper-tit {
    font-size: 5.5vw;
    line-height: 5vh;
  }
  .swiper-cote .swiper-tip p {
    font-size: 4vw;
    line-height: 3vh;
  }
  .swiper-cote .swiper-btn {
    width: 16vh;
    height: 5vh;
    line-height: 5vh;
    font-size: 1.8vh;
    margin-top: 3vh;
  }
  .swiper-cote .swiper-btn a {
    height: 5vh;
    line-height: 5vh;
  }
  .info-cote {
    padding-top: 0;
  }
  .info-cote .info-item {
    width: 100vw;
    padding-top: 6vh;
  }
  .info-cote .info-item .info-icon {
    width: 12vh;
    height: 12vh;
    line-height: 12vh;
    margin: 0 auto 3vh;
  }
  .info-cote .info-item .info-icon .iconfont {
    font-size: 13vw;
  }
  .info-cote .info-item .info-item-tit {
    font-size: 4vw;
  }
  .info-cote .info-item .info-item-mark {
    font-size: 3vw;
    line-height: 3vh;
  }
  .info-cote .info-item:hover .info-icon {
    border: 1px solid #003F61;
  }
  .info-cote .info-icon:hover {
    background: #003F61;
  }
  .info-cote .info-icon:hover .iconfont {
    color: #fff;
    font-size: 15vw;
  }
  .digital .digital-cote {
    width: 100vw;
    padding-top: 5vh;
  }
  .digital .digital-maR {
    margin-right: 0;
  }
  .digital .digital-item {
    width: 66vw;
    height: 38vh;
    margin: auto;
    float: none;
    padding-bottom: 4vh;
  }
  .digital .digital-item .digital-icon {
    padding-top: 6vh;
  }
  .digital .digital-item .digital-itemInfo {
    width: 66vw;
    height: 38vh;
  }
  .digital .digital-item .digital-tit {
    padding: 3.5vh 0 1.5vh;
    font-size: 4vw;
  }
  .digital .digital-item .digital-tip p {
    font-size: 3vw;
    line-height: 2.5vh;
  }
  .digital .digital-item:last-child {
    padding-bottom: 0.5vh;
  }
  .clothes {
    padding-top: 5vh;
  }
  .clothes ul {
    width: 100vw;
    margin: 0 auto -1.5vh;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
  .clothes .clothes-li {
    width: 25vw;
    height: 5.5vh;
    margin-right: 0;
    margin-bottom: 1.5vh;
  }
  .clothes .clothes-li img, .clothes .clothes-li image {
    width: 25vw;
    height: 5.5vh;
  }
  .us {
    width: 100vw;
    padding-bottom: 0 !important;
  }
  .us .usTit {
    font-size: 5vw;
    padding: 0 3vw 3vh;
  }
  .usCote {
    margin: 0;
    width: 100vw;
    padding: 5vh 0 5.5vh;
  }
  .usMain {
    width: 94vw;
    padding: 0 3vw;
  }
  .usMain .usFl {
    width: 94vw;
  }
  .usMain .usFl .usFl-tit {
    font-size: 3vw;
    line-height: 2.5vh;
    padding-bottom: 3vh;
  }
  .usMain .usFl .usFl-tell {
    font-size: 3.2vw;
    padding-bottom: 1.8vh;
  }
  .usMain .usFl .usFl-place {
    font-size: 3vw;
  }
  .usMain .usFl .usFl-map {
    width: 94vw;
    height: 25vh;
    padding-top: 3vh;
  }
  .usMain .usFl .usFl-map image, .usMain .usFl .usFl-map img {
    width: 94vw;
    height: 25vh;
  }
  .usMain .usFr {
    width: 94vw;
    padding-top: 3vh;
  }
  .usMain .usFr .usFr-map {
    width: 94vw;
    height: 25vh;
  }
  .usMain .usFr .usFr-twoLabel {
    padding-bottom: 0;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem {
    width: 94vw;
    margin-bottom: 2vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInfo {
    font-size: 3vw;
    margin-bottom: 1vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInput {
    width: 93.6vw;
    height: 4vh;
    border-radius: 0.5vw;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInput input {
    width: 89vw;
    height: 4vh;
    border-radius: 0.5vw;
    padding: 0 2vw;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem:first-child {
    margin-right: 0;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand {
    margin-bottom: 2vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandInfo {
    font-size: 3vw;
    margin-bottom: 1vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandText {
    border-radius: 0.5vw;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandText textarea {
    width: 94vw;
    height: 15vh;
  }
  .usMain .btnHover {
    width: 94vw;
    height: 6vh;
    line-height: 6vh;
    border-radius: 10vw;
    font-size: 3.8vw;
  }
  .foot {
    height: 35vh;
    width: 100vw;
  }
  .foot .footCote {
    width: 100vw;
    margin: 0;
  }
  .foot .footCote .footSote {
    height: 35vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
  }
  .foot .footCote .footLogo {
    padding: 0;
  }
  .foot .footCote .footLogo img, .foot .footCote .footLogo image {
    width: 40vw;
  }
  .foot .footCote .footInfo {
    float: none;
    font-size: 2vw;
    padding: 0;
    text-align: center;
  }
  .foot .footCote .footInfo .footRecord {
    padding-top: 3vh;
  }
  .return_top {
    right: 2vw;
  }
  .return_top img, .return_top image {
    width: 10vw;
  }
}

@media screen and (min-width: 678px) and (max-width: 1100px) {
  html, body {
    width: 100vw;
    min-width: 100vw;
  }
  .content, .center {
    width: 100vw;
    margin: 0;
  }
  .content {
    padding: 5vh 0;
  }
  .content .content-tit {
    font-size: 5vw;
    padding: 0 3vw 1.5vh;
  }
  .content .content-tip {
    padding: 0 3vw 0vh;
    font-size: 3vw;
    line-height: 2.5vh;
  }
  .nav {
    width: 100vw;
    height: 8vh;
    background: #003F61;
  }
  .nav .navCote {
    width: 96vw;
    padding: 1.5vh;
    height: 5vh;
  }
  .nav .nav-logo {
    height: 8vh;
    line-height: 8vh;
  }
  .nav .nav-logo a {
    line-height: 1;
    vertical-align: middle;
  }
  .nav .nav-logo a img, .nav .nav-logo a image {
    width: 15vw;
  }
  .nav .nav-link {
    flex-flow: column;
    float: none;
    width: 100%;
    position: absolute;
    top: 8vh;
    left: 0;
    margin: 0;
    z-index: 99999;
    padding: 1.5vh 0;
    background: #003F61;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .nav .nav-link li {
    display: block;
    float: none;
    width: 100vw;
    padding: 1vh 0;
  }
  .nav .nav-link li a {
    color: #fff;
    width: 100vw;
    margin: 0;
    line-height: 3vh;
    font-size: 3vw;
  }
  .nav .nav-tell .nav-tellShow {
    justify-content: center;
    font-size: 2.4vw;
  }
  .menuicon {
    display: block;
    margin: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .swiper {
    width: 100vw;
    height: 100vh;
  }
  .swiper .swiper-wrapper {
    height: 100vh;
  }
  .swiper .swiper-img {
    width: 100vw;
    height: 50vh;
    padding-top: 12vh;
  }
  .swiper img, .swiper image {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
  }
  .swiper .swiper-container {
    width: 100vw;
    height: 100vh;
  }
  .swiper-cote {
    top: 27vh;
  }
  .swiper-cote .swiper-box {
    padding-top: 35vh;
    padding-left: 8vw;
  }
  .swiper-cote .swiper-tit {
    font-size: 4.2vw;
  }
  .swiper-cote .swiper-tip p {
    font-size: 2.5vw;
    line-height: 3vh;
  }
  .swiper-cote .swiper-btn {
    width: 16vh;
    height: 5vh;
    line-height: 5vh;
    font-size: 1.8vh;
    margin-top: 3vh;
  }
  .swiper-cote .swiper-btn a {
    height: 5vh;
    line-height: 5vh;
  }
  .info-cote {
    padding-top: 0;
  }
  .info-cote .info-item {
    width: 100vw;
    padding-top: 6vh;
  }
  .info-cote .info-item .info-icon {
    width: 14vh;
    height: 14vh;
    line-height: 14vh;
    margin: 0 auto 3vh;
  }
  .info-cote .info-item .info-icon .iconfont {
    font-size: 11vw;
  }
  .info-cote .info-item .info-item-tit {
    font-size: 3.5vw;
    padding-bottom: 1vh;
  }
  .info-cote .info-item .info-item-mark {
    font-size: 3vw;
    line-height: 2.8vh;
  }
  .info-cote .info-item:hover .info-icon {
    border: 1px solid #003F61;
  }
  .info-cote .info-icon:hover {
    background: #003F61;
  }
  .info-cote .info-icon:hover .iconfont {
    color: #fff;
    font-size: 12vw;
  }
  .digital .digital-cote {
    width: 96vw;
    padding-top: 5vh;
    display: flex;
    flex-flow: column;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
  }
  .digital .digital-maR {
    margin-right: 0;
  }
  .digital .digital-item {
    width: 42vw;
    height: 38vh;
    margin: auto;
    padding-bottom: 4vh;
  }
  .digital .digital-item .digital-icon {
    padding-top: 6vh;
  }
  .digital .digital-item .digital-itemInfo {
    width: 42vw;
    height: 38vh;
  }
  .digital .digital-item .digital-tit {
    padding: 3.5vh 0 1.5vh;
    font-size: 3.5vw;
  }
  .digital .digital-item .digital-tip p {
    font-size: 2.5vw;
    line-height: 2.5vh;
  }
  .digital .digital-item:last-child {
    padding-bottom: 0;
    margin: 0 auto;
  }
  .clothes {
    padding-top: 5vh;
  }
  .clothes ul {
    width: 100vw;
    margin: 0 auto -1.5vh;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
  }
  .clothes .clothes-li {
    width: 25vw;
    height: 8vh;
    margin-right: 0;
    margin-bottom: 1.5vh;
  }
  .clothes .clothes-li img, .clothes .clothes-li image {
    width: 25vw;
    height: 8vh;
  }
  .us {
    width: 100vw;
    padding-bottom: 0 !important;
  }
  .us .usTit {
    font-size: 5vw;
    padding: 0 3vw 3vh;
  }
  .usCote {
    margin: 0;
    width: 100vw;
    padding: 5vh 0 5.5vh;
  }
  .usMain {
    width: 94vw;
    padding: 0 3vw;
  }
  .usMain .usFl {
    width: 94vw;
  }
  .usMain .usFl .usFl-tit {
    font-size: 3vw;
    line-height: 2.5vh;
    padding-bottom: 3vh;
  }
  .usMain .usFl .usFl-tell {
    font-size: 3.2vw;
    padding-bottom: 1.8vh;
  }
  .usMain .usFl .usFl-place {
    font-size: 3vw;
  }
  .usMain .usFl .usFl-map {
    width: 94vw;
    height: 25vh;
    padding-top: 3vh;
  }
  .usMain .usFl .usFl-map image, .usMain .usFl .usFl-map img {
    width: 94vw;
    height: 25vh;
  }
  .usMain .usFr {
    width: 94vw;
    padding-top: 3vh;
  }
  .usMain .usFr .usFr-map {
    width: 94vw;
    height: 25vh;
  }
  .usMain .usFr .usFr-twoLabel {
    padding-bottom: 0;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem {
    width: 94vw;
    margin-bottom: 2vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInfo {
    font-size: 3vw;
    margin-bottom: 1vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInput {
    width: 93.6vw;
    height: 4vh;
    border-radius: 0.5vw;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem .usFr-twoInput input {
    width: 89vw;
    height: 4vh;
    border-radius: 0.5vw;
    padding: 0 2vw;
  }
  .usMain .usFr .usFr-twoLabel .usFr-twoItem:first-child {
    margin-right: 0;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand {
    margin-bottom: 2vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandInfo {
    font-size: 3vw;
    margin-bottom: 1vh;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandText {
    border-radius: 0.5vw;
  }
  .usMain .usFr .usFr-twoLabel .usFr-demand .usFr-demandText textarea {
    width: 91vw;
    height: 15vh;
  }
  .usMain .btnHover {
    width: 94vw;
    height: 6vh;
    line-height: 6vh;
    border-radius: 10vw;
    font-size: 3vw;
  }
  .foot {
    height: 45vh;
    width: 100vw;
  }
  .foot .footCote {
    width: 100vw;
    margin: 0;
  }
  .foot .footCote .footSote {
    height: 45vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
  }
  .foot .footCote .footLogo {
    padding: 0;
  }
  .foot .footCote .footLogo img, .foot .footCote .footLogo image {
    width: 40vw;
  }
  .foot .footCote .footInfo {
    float: none;
    font-size: 2vw;
    padding: 0;
    text-align: center;
  }
  .foot .footCote .footInfo .footRecord {
    padding-top: 3vh;
  }
  .return_top {
    right: 2vw;
  }
  .return_top img, .return_top image {
    width: 10vw;
  }
}
