@import "../font/iconfont.css";

#fix {
  left: 0;
  top: 0;
  right: 0;
}
#fix {
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  display: none;
}
#fix .main {
  height: 100%;
  box-sizing: border-box;
}
#fix {
  z-index: 201;
}
#fix .main {
  height: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
#fix .popup {
  overflow: hidden;
  border-radius: 0.5em;
  width: 100%;
  max-height: 643px;
  max-width: 928px;
  transition: all 0.4s ease;
  opacity: 0;
  transform: scale(0.9);
}
#fix .img{
    position: relative;
    max-height: 80vh;
}
#fix .img .close{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4.777070063694268%;
    width: 100%;
    height: 7.006369426751592%;
}
#fix .img:after{
    content: "";
    display: block;
    padding-top: 69.28879310344828%;
}
#fix .container{
    height: 100%;
    background-color: #fff;
}
@media (min-width: 801px){
    #fix .popup{
        display: none;
    }
}
@media (max-width: 800px){
    #fix .img.popup{
        display: none!important;
    }
    #fix .container .title{
        display: none;
    }
}
#fix[data-type='type1'] .type1{
    display: block;
}
#fix[data-type='type2'] .type2{
    display: block;
}
#fix .container .caption {
  height: 3.8em;
  border-radius: 0.5em;
  padding: 0 0.4rem;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.1);
  min-height: 56px;
}
#fix .container .caption .title {
  font-size: 1.2em;
  color: #ff0000;
}
@media (max-width: 1280px) {
  #fix .container .caption .title {
    font-size: 16px;
  }
}
#fix .container .caption .close {
  width: 2.5em;
  height: 2.5em;
  background-image: url(../images/close.png);
}
#fix .container .content {
  flex: 1;
}
#fix .container .content .ul {
  padding-bottom: 16px;
  margin-bottom: 0.2rem;
}
#fix .container .content .ul li {
  width: 50%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0 1em;
}
#fix .container .content .ul li:last-child {
  border-right: 0 none;
}
#fix .container .content .ul li img {
  width: 1.9rem;
  min-width: 100px;
}
#fix .container .content .ul li p {
  margin-top: 8px;
}
#fix .container .content .ul li p:after {
  content: attr(data-content);
  color: #ff0000;
  display: inline-block;
  font-size: 0.875em;
}
#fix .container .content .view {
  padding: 0.48rem 0 0.36rem;
  margin: 20px 0.16rem;
  overflow-y: auto;
}
#fix .container .content .view::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.2);
}
#fix .container .content .view::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 6px;
    background-color: #02b075;
}
#fix .container .content .desc {
  border-radius: 0.5em;
  background-color: #f7f7f7;
  padding: 0.36rem;
}
@media (max-width: 800px) {
  #fix .container .content .view {
    padding: 20px 0 12px;
    margin: 0 6px;
  }
  #fix .container .content .desc {
    padding: 12px;
  }
}
#fix.on .popup {
  transform: scale(1);
  opacity: 1;
}
.pic-title{
    height: 74px;
    margin: 0 auto;
}
.pic-title img{
    height: 100%;
}
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 14px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.circle {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1000px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #135d9d;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 1440px) {
  .text-node {
    line-height: 1.6;
    font-size: 14px;
  }
}
.text-node * {
  font-size: inherit !important;
  line-height: inherit !important;
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f12 {
  font-size: 12px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.8rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 0.8rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #007bdc;
}
.activebg,
.flow {
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
}
.ask-price {
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #135d9d;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #135d9d;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.same-title {
  position: relative;
}
.same-title .headline {
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: 0;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 0.6rem;
  opacity: 0.1;
  font-family: "adineueBold", sans-serif;
  text-transform: uppercase;
  pointer-events: none;
  font-weight: bold;
  white-space: nowrap;
}
.same-title .h2 {
  color: #135d9d;
  font-size: 36px;
  font-weight: bold;
  font-family: "SourceHanSansSC", sans-serif;
}
.same-title.same-title-line {
  padding-bottom: 40px;
}
.same-title.same-title-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #135d9d;
  border-radius: 2px;
}
@media (max-width: 1000px) {
  .same-title .headline {
    font-size: 0.3rem;
  }
  .same-title .h2 {
    font-size: 24px;
  }
}
.same-line-title {
  padding-left: 23px;
  position: relative;
}
.same-line-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 75%;
  transform: translateY(-50%);
  background-color: #135d9d;
}
.bottom-line-title {
  position: relative;
}
.bottom-line-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 42px;
  height: 4px;
  background-color: #000;
}
@media (max-width: 800px) {
  .bottom-line-title::before {
    top: 60px;
  }
}
@media (max-width: 1280px) {
  .f24 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f26 {
    font-size: 20px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 28px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
  .ask-price {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
  font-family: "adineueBold", sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(8px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: calc(2.5em - 4px);
  font-size: 20px;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e85c";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e85e";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.main {
  max-width: 1720px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
.main.spe-main {
  max-width: 1200px;
}
.swiper-pagination.default {
  padding-top: 10px;
  margin: 0.3rem auto 0;
  width: auto;
  transform: none !important;
  position: static;
}
.swiper-pagination.default .swiper-pagination-bullet {
  transition: all 0.4s ease;
  width: 0.6em;
  height: 0.6em;
  opacity: 1;
  flex-shrink: 0;
  margin: 0 calc(2px + 0.08rem);
  background-color: #bdbdbd;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
  background-color: #135d9d;
}
.swiper-pagination.white .swiper-pagination-bullet-active,
.swiper-pagination.white .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination.white .swiper-pagination-bullet {
  opacity: 0.5;
}
.swiper-pagination.white .swiper-pagination-bullet-activ {
  opacity: 1;
}
.swiper-pagination.white.timing .cls-1 {
  stroke: #fff;
}
.swiper-pagination.white.timing .cls-2 {
  fill: #fff;
}
.swiper-pagination.timing .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0 0.75em;
  width: 2em;
  height: 2em;
}
.swiper-pagination.timing .cls-1 {
  fill: none;
  stroke: #135d9d;
  stroke-width: 4;
  stroke-dasharray: 0, 314;
  animation-duration: var(--duration--);
  animation-timing-function: linear;
}
.swiper-pagination.timing .cls-2 {
  fill: #135d9d;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.logo img {
  height: 50px;
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #135d9d;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #135d9d;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #135d9d;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #135d9d;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #135d9d;
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 10px;
}
.go.spe-go .icon-box {
  width: 47px;
  height: 47px;
  border: none ;
  transition: all 0.4s ease-out;
  font-size: 24px;
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #135d9d;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
.same-top {
  padding: 15px 0;
  border-bottom: 1px solid #e7e8e9;
}
.same-top .right-contact .item .op7 {
  margin-right: 4px;
}
.same-top .right-contact .item:last-child {
  margin-left: 50px;
}
#header {
  height: 100px;
  width: 100%;
  z-index: 206;
}
#header .main {
  height: 100%;
}
#navbar {
  height: 100%;
  position: relative;
}
#navbar .interaction {
  height: 100%;
}
#navbar .interaction a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: none;
  background-position: center 70%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s linear;
  opacity: 0.7;
  margin-left: 58px;
}
#navbar .interaction a::before,
#navbar .interaction a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #135d9d;
  transition: all 0.4s linear;
}
#navbar .interaction a::before {
  top: 0;
}
#navbar .interaction a::after {
  bottom: 0;
}
#navbar .interaction:hover a,
#navbar .interaction.active a {
  color: #135d9d;
  font-weight: bold;
  opacity: 1;
}
#navbar .interaction:hover a::before,
#navbar .interaction.active a::before,
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 70px;
}
.connect {
  background-image: url("../images/full-light12.png");
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: 100% 1920px;
  padding: 40px 0;
}
.connect .left .top10 {
  margin-top: 20px;
}
.connect .left .item {
  width: 600px;
  position: relative;
  padding: 0 65px 0 55px;
  box-sizing: border-box;
  height: 260px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  background-color: #182029;
  z-index: 99;
  transition: all 0.4s linear;
}
.connect .left .item:first-child {
  border-radius: 10px 0 0 0;
}
.connect .left .item:last-child {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.connect .left .item .title {
  margin-bottom: 25px;
}
.connect .left .item .right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}
.connect .left .item .right-icon {
  width: 100%;
  height: 100%;
}
.connect .left .item .right-icon .icon {
  display: block;
  transform: rotateZ(-90deg);
}
.connect .left .item .bottom-connect li {
  margin-bottom: 10px;
}
.connect .left .item .bottom-connect li .txt,
.connect .left .item .bottom-connect li .info {
  flex: 1;
}
.connect .left .item:hover {
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  width: 650px;
  border-bottom: none;
}
.connect .left .item:hover .right {
  display: block;
}
.connect #map2 {
  width: 65.3%;
  height: 780px;
  border-radius: 0 10px 10px 0;
  margin-left: -5%;
}
@media (max-width: 1680px) {
  .connect #map2 {
    width: 58%;
  }
}
@media (max-width: 1480px) {
  .connect .left .item {
    width: 560px;
    position: relative;
    padding: 0 25px 0 55px;
  }
  .connect .left .item:hover {
    width: 610px;
  }
  .connect #map2 {
    width: 54%;
  }
  .logo img {
    height: 40px;
}
}
@media (max-width: 1280px) {
  
  .logo img {
    height: 35px;
}
#navbar .interaction a {
    
    margin-left: 28px;
}
}
@media (max-width: 1080px) {
  .connect {
    padding: 0;
  }
  .connect .main {
    flex-wrap: wrap;
  }
  .connect .left .item {
    width: 100%;
    padding: 35px 20px;
    height: auto;
  }
  .connect .left .item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .connect .left .item:last-child {
    border-radius: 0 0 10px 10px;
  }
  .connect .left .item .right {
    display: none !important;
  }
  .connect .left .item:hover {
    width: 100%;
  }
  .connect #map2 {
    width: 100%;
    height: 380px;
    border-radius: 10px;
    margin-left: 0;
    margin-top: 40px;
  }
}
.more {
  width: 108px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 17.5px;
}
.more span {
  margin-right: 0.05em;
}
.more:hover {
  border: 1px solid transparent;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
}
.more.spe-more {
  width: auto;
  height: auto;
  border: none;
}
.more.spe-more .box {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-image: -moz-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -webkit-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  background-image: -ms-linear-gradient(3deg, #1f7ec1 0%, #215175 100%);
  margin-right: 10px;
  transform: rotate(-45deg);
}
@media (max-width: 800px) {
  .more.spe-more .box {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
.more.spe-more span {
  margin-right: 0;
}
.more.active-more {
  background-color: #135d9d;
}
.more.active-more:hover {
  background-color: #fff;
  color: #135d9d;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #135d9d;
  border-color: #135d9d;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #135d9d;
  color: #fff;
}
@media (max-width: 1080px) {
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
}
.share .cc {
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  opacity: 0.7;
}
.share .cc + .cc {
  margin-left: 0.5em;
}
.share .cc:hover {
  opacity: 1;
  background: transparent;
}
.share .cc::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 18px;
}
#footer {
  z-index: 4;
  position: relative;
  background-color: #0b468e;
}
#footer .main {
  z-index: 9;
  position: relative;
}
#footer .main .top .left {
  line-height: 1.4;
}
#footer .middle {
  margin-top: 0.55rem;
}
#footer .middle .left-info .row span {
  margin-right: 60px;
}
#footer .middle .left-info .row:last-child {
  margin-top: 22px;
}
#footer .middle .left-info .row:last-child span {
  margin-right: 90px;
}
#footer .wechat li {
  text-align: center;
  margin-left: 23px;
}
#footer .wechat li img {
  width: 110px;
  height: 110px;
  margin-bottom: 14px;
}
.copyright {
  background-color: #05346d;
  padding: 24px 0;
}
.bottom-connect li {
  margin-right: 70px;
}
.bottom-connect li:last-child {
  margin-right: 0;
}
.bottom-connect li .icon-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}
@media (max-width: 1480px) {
  .bottom-connect li {
    margin-right: 20px;
  }
}
.swiper-change {
  position: absolute;
  left: 50%;
  bottom: 90px;
  width: 20%;
  transform: translateX(-50%);
  z-index: 199;
}
.swiper-change .btn {
  width: 80px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  background-image: url("../images/btn-bg1.png");
  opacity: 1;
  cursor: pointer;
  top: 0;
  transition: all 0.3s;
}
.swiper-change .btn:hover {
  width: 82px;
  height: 74px;
  background-image: url("../images/btn-bg2.png");
}
.swiper-change .btn:hover::before {
  left: 45%;
}
.swiper-change .btn:hover.swiper-button-next::before {
  left: 55%;
}
@media (max-width: 768px) {
  .swiper-change .btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
  .swiper-change .btn:hover {
    width: 50px;
    height: 40px;
  }
}
.swiper-change .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.swiper-change .btn::after {
  font-size: 18px;
}
.swiper-change .swiper-pagination-progressbar {
  width: 110px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.swiper-change .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #135d9d;
}
.swiper-change .swiper-pagination.num-pagination {
  color: #fff;
  bottom: auto;
  max-width: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.502);
  font-size: 16px;
}
.swiper-change .swiper-pagination.num-pagination span {
  position: absolute;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-total {
  font-size: 14px;
  font-family: "adineue", sans-serif;
  font-style: italic;
  bottom: -12px;
  right: 6px;
}
.swiper-change .swiper-pagination.num-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #fff;
  font-family: "adineueBold", sans-serif;
  font-style: italic;
  top: -14px;
  left: -6px;
}
.swiper-change.spe-change .btn {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.swiper-change.spe-change .btn:hover {
  color: #fff;
  border-color: #135d9d;
  background-color: #135d9d;
}
.swiper-change.spe-change2 .btn {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #135d9d;
  background-color: #135d9d;
}
.swiper-change.spe-change2 .swiper-pagination-progressbar {
  width: 110px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.swiper-change.spe-change2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #135d9d;
}
.swiper-change.spe-change3 .btn {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  border-color: #135d9d;
  background-color: #135d9d;
}
@media (max-width: 768px) {
  .swiper-change {
    bottom: 60px;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.txtMarquee-left {
  background-color: #f0f3fd;
  height: 60px;
}
.txtMarquee-left .bd {
  flex: 1;
  margin-left: 18px;
}
.panel .ul {
  margin-top: 45px;
}
.panel .ul .item {
  width: 24.4%;
  height: 208px;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: 0.559px 0.829px 21px 0px rgba(21, 21, 21, 0.13);
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.panel .ul .item .pic img {
  width: 98px;
  margin: 0 auto;
}
.panel .ul .item .title {
  margin: 15px 0 8px;
}
.panel .ul .item:hover {
  background-image: url('../images/bg.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
}
.panel .ul .item:hover .title {
  color: #135d9d;
}
.panel2 {
  background-image: url('../images/panel-bg.jpg');
  background-position: center top;
}
.panel2 .ul li {
  background-image: url('../images/bg2.png');
  background-size: 98% 94%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 24.4%;
  padding-top: 15px;
}
.panel2 .ul li .item {
  width: 100%;
  padding: 35px 20px;
}
.panel2 .ul li .item .pic {
  margin-bottom: 20px;
}
.panel2 .ul li .item .pic img {
  width: auto;
  height: 100px;
}
.samepanel .ul {
  margin-top: 48px;
}
.samepanel .ul .item {
  width: 32%;
  height: 277px;
  border-radius: 10px;
  background-image: url('../images/bg3.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 4.686px 16.341px 54px 0px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
  box-sizing: border-box;
}
.samepanel .ul .item .pic {
  width: 129px;
  position: relative;
  margin: 0 auto;
}
.samepanel .ul .item .pic .info {
  width: 40px;
  height: 41px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(-60deg, #509eff 1%, #005190 100%);
  background-image: -webkit-linear-gradient(-60deg, #509eff 1%, #005190 100%);
  background-image: -ms-linear-gradient(-60deg, #509eff 1%, #005190 100%);
  box-shadow: 1.026px 2.819px 13px 0px rgba(0, 0, 0, 0.17);
  text-align: center;
  line-height: 41px;
  position: absolute;
  top: -2px;
  right: -2px;
}
.samepanel .ul .item .bottom {
  width: 100%;
  padding: 10px 30px 34px;
  box-sizing: border-box;
}
.samepanel .ul .item .bottom .links {
  margin-top: 16px;
}
.samepanel .ul .item .bottom .links .left {
  margin-right: 20px;
  height: 30px;
  padding:0 8px;
  border: 1px solid rgb(0, 123, 220);
  border-radius: 16px;
  box-sizing: border-box;
}
.samepanel .ul .item .bottom .links .left:hover{
    color: #fff;
    
    background-color: rgb(0, 123, 220);
}
.samepanel .ul .item .bottom .links .left .icon {
  display: block;
  transform: rotate(-90deg);
  margin-left: 5px;
}
.samepanel .ul .item .bottom .links .btn {
  width: 109px;
  height: 32px;
  background-image: -moz-linear-gradient(-60deg, #2ca3f7 1%, #007bdc 100%);
  background-image: -webkit-linear-gradient(-60deg, #2ca3f7 1%, #007bdc 100%);
  background-image: -ms-linear-gradient(-60deg, #2ca3f7 1%, #007bdc 100%);
  border-radius: 16px;
}
.samepanel .ul .item .bottom .links .btn img {
  margin-right: 5px;
}
.panel7 {
  background-image: url('../images/panel-bg2.jpg');
}
.panel7 .ul {
  margin-top: 50px;
}
.panel7 .ul .item {
  width: 23%;
  height: 295px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative;
}
.panel7 .ul .item .icon-box {
  min-height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel7 .ul .item .icon-box .white-icon {
  display: none;
}
.panel7 .ul .item .title {
  margin: 20px 0 14px;
}
.panel7 .ul .item .link {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.panel7 .ul .item .link .icon {
  display: block;
  transform: rotate(-90deg);
  margin-left: 5px;
}
.panel7 .ul .item:hover {
  color: #fff;
  border: none;
  background-image: -moz-linear-gradient(124deg, #0b548e 0%, #78c5fb 99%);
  background-image: -webkit-linear-gradient(124deg, #0b548e 0%, #78c5fb 99%);
  background-image: -ms-linear-gradient(124deg, #0b548e 0%, #78c5fb 99%);
  box-shadow: 0px 12px 13px 0px rgba(0, 50, 112, 0.3);
}
.panel7 .ul .item:hover .icon-box .icon {
  display: none;
}
.panel7 .ul .item:hover .icon-box .white-icon {
  display: block;
  margin: 0 auto;
}
.companypanel {
  background-color: #f2fefa;
}
.companypanel .top-title {
  color: #135d9d;
  padding: 27px 0 35px;
  border-bottom: 2px solid #135d9d;
}
.companypanel .content {
  margin-top: 50px;
}
.companypanel .content .left-info {
  width: 300px;
  height: 540px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 3px 5.196px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  box-sizing: border-box;
}
.companypanel .content .left-info .name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(-179deg, #004992 0%, #0064bb 41%, #007fe4 100%);
  background-image: -webkit-linear-gradient(-179deg, #004992 0%, #0064bb 41%, #007fe4 100%);
  background-image: -ms-linear-gradient(-179deg, #004992 0%, #0064bb 41%, #007fe4 100%);
}
.companypanel .content .left-info .box {
  padding: 35px 15px 0;
}
.companypanel .content .left-info .box .info {
  margin: 20px 0 30px;
  line-height: 1.8;
  opacity: 0.8;
}
.companypanel .content .left-info .code{
    width: 130px;
    padding:0 15px;
}
.companypanel .content .right-info {
  width: 70%;
}
.companypanel .content .right-info .desc {
  margin-top: 35px;
  line-height: 2;
  color: rgba(1, 1, 1, 0.78);
}
.job-lists .ul li a {
  padding: 25px 35px 25px 30px;
  box-sizing: border-box;
}
.job-lists .ul li a .title{
    width: 25%;
}
.job-lists .ul li a .middle {
  width: 65%;
}
.job-lists .ul li a .icon {
  font-size: 24px;
  color: #ff0f0f;
  font-weight: bold;
}
.job-lists .ul li:nth-of-type(2n-1) a {
  background-color: #fff;
  border-radius: 10px;
}
.job-details .details-box {
  margin-top: 45px;
}
.job-details .details-box .top .name {
  position: relative;
  padding-left: 18px;
  color: #0052a0;
}
.job-details .details-box .top .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 19px;
  border-radius: 2px;
  background-color: #0052a0;
}
.job-details .details-box .table {
  border: 2px solid #c2d1d7;
  margin-top: 20px;
}
.job-details .details-box .table li {
  border-bottom: 1px solid #c2d1d7;
  background-color: #e3eeea;
}
.job-details .details-box .table li:last-child {
  border-bottom: none;
}
.job-details .details-box .table li .name {
  font-weight: bold;
  width: 30%;
  text-align: center;
  padding: 10px ;
  height: 100%;
  box-sizing: border-box;
}
.job-details .details-box .table li .content {
  width: 70%;
  text-align: center;
  margin-top: 0;
  padding: 10px 40px;
  border-left: 1px solid #c2d1d7;
  background-color: #f2fefa;
  box-sizing: border-box;
}
.back {
  margin-top: 47px;
}
.back .icon-box {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #0b468e;
  margin-right: 10px;
}
.news-lists .ul li {
  margin-bottom: 20px;
}
.news-lists .ul li a {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9e4e1;
  color: #141414b3;
}
.news-lists .ul li a .title {
  position: relative;
  padding-left: 20px;
  width: 80%;
}
.news-lists .ul li a .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #141414b3;
}
.news-details {
  padding: 35px 0;
  background-color: #f2fefa;
}
.news-details .content {
  margin-top: 40px;
}
.news-details .content .details {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.702);
}
.news-details .content .btn {
  width: 164px;
  height: 47px;
  background-color: #0b468e;
  border-radius: 24px;
  margin: 45px auto 0;
}
.news-details .content .btn .icon {
  margin-right: 5px;
}
.form-pop {
  width: 607px;
  height: 619px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 34px 58px;
  box-sizing: border-box;
}
.form-pop .title {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
}
.form-pop .row {
  margin-bottom: 15px;
  width: 100%;
}
.form-pop .row .prop {
  font-weight: bold;
}
.form-pop .row:last-child .prop {
  margin-top: 15px;
}
.form-pop .label {
  width: 100%;
}
.form-pop .label .input {
  flex: 1;
  height: 100%;
  font-size: 14px;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  height: 55px;
  border-radius: 27.5px;
  padding: 0 25px;
  box-sizing: border-box;
}
.form-pop .label .input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-pop .label textarea.input {
  height: 160px;
  padding-top: 15px;
  border-radius: 10px;
}
.form-pop .submit-btn {
  cursor: pointer;
  width: 200px;
  line-height: 50px;
  border-radius: 25px;
}
.form-pop .carousel__button.is-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 36px;
  right: 58px;
  color: #000;
  border: 1px solid #000;
}
.form-pop .bottom {
  margin-top: 5px;
}
.form-pop .bottom .tips {
  color: #ff0000;
  margin-left: 25px;
}
