.head_color {
  background-color: rgba(248, 255, 251, 0.9);
}

.head_color_fff {
  background-color: #FFF;
}

body {
  font-family: -apple-system-font, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;

}

a {
  color: rgba(0, 0, 0, .9);
}

body>.header {
  width: 100%;
  height: 80px;

  z-index: 999;
  position: fixed;
  top: 0px;
}

body>.header>.center {
  width: 1224px;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

body>.header>.center>.logo>a>img {
  width: 197px;
  /*height: 40px;*/
  display: block;
  padding-top: 20px;
}

body>.header>.center>div {
  position: relative;
}

body>.header>.center>div>input {
  font-size: 17px;
  width: 352px;
  height: 42px;
  border-radius: 30px;
  padding-left: 20px;
  margin-top: 17px;
  color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 0, 0, .08);

  font-family: PingFang SC;
  font-weight: 400;
}

body>.header>.center>div>input::placeholder {
  color: #b2b2b2;
}

body>.header>.center>div>span {
  cursor: pointer;
}

body>.header>.center>div>span>img {
  width: 27px;
  height: 28px;
  position: absolute;
  top: 24px;
  right: 24px;
}

body>.header>.center>ul {
  display: flex;
}

body>.header>.center>ul>li {
  margin: 0px 8px;
  line-height: 80px;
}

body>.header>.center>ul>li>a {
  font-size: 17px;
  color: rgba(0, 0, 0, .9);
}

body>.header>.center>button {
  width: 80px;
  height: 33px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 24px;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  line-height: 22.4px;
  border: none;
  display: block;
  margin-top: 22px;
  cursor: pointer;
}

body>.center {
  width: 1200px;
  margin: 0 auto;
}

body>.center>.contents {
  padding-top: 200px;
}

body>.center>.contents>.home-first>.txt {
  margin-bottom: 90px;
}

body>.center>.contents>.home-first>.txt>h2 {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: 700;
  color: #01241f;
  margin-bottom: 4px;
}

body>.center>.contents>.home-first>.txt>p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #01241f;
  opacity: .55;
}

body>.center>.contents>.home-first>.home>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body>.center>.contents>.home-first>.home>ul>li {
  width: 276px;
  height: 138px;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 112px;
  transition: 0.8s;
  background: #FFFF;
}

body>.center>.contents>.home-first>.home>ul>li:hover {
  transform: scale(1.08);
}

body>.center>.contents>.home-first>.home>ul>li>.box {
  text-align: center;
  padding-top: 40px;
}

body>.center>.contents>.home-first>.home>ul>li>.box>div {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

body>.center>.contents>.home-first>.home>ul>li>.box>div>img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

body>.center>.contents>.home-first>.home>ul>li>.box>div>p {
  font-size: 20px;
}

body>.center>.contents>.home-first>.home>ul>li>.box>p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3);
}

body>.center>.contents>.home-connter>.txt {
  margin-bottom: 28px;
}

body>.center>.contents>.home-connter>.txt>span {
  font-size: 24px;
}

body>.center>.contents>.home-connter>.txt>a {
  font: size 17px;
  color: rgba(0, 0, 0, 0.55);
  float: right;
}

body>.center>.contents>.home-connter>.content>.home {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  cursor: pointer;
}

body>.center>.contents>.home-connter>.content>.home>.box {
  width: 23%;
  height: 500px;
  margin-right: 31px;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
}

body>.center>.contents>.home-connter>.content>.home>.box:nth-child(4) {
  margin-right: 0px !important;
}

body>.center>.contents>.home-connter>.content>.home>.box>.up>img {
  width: 106%;
  height: 347px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin-left: -4px;
  /*padding: 40px 40px 0 40px;*/
}

body>.center>.contents>.home-connter>.content>.home>.box>.down {
  background-color: #ffffff;
  /*height: 152px;*/
  padding: 18px 20px 24px;
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>h4 {
  font-size: 17px;
  margin-bottom: 5px;
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>.home {
  display: flex;
  margin: 10px 0;
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>.home>p {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>.home>p>span {
  color: #ffc300;
  font-weight: 700;
  padding-right: 10px;
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>.home>span {
  font-size: 12px;
  font-family: PingFang SC;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  font-weight: 400;
  color: rgba(0, 0, 0, .55);
  font-weight: 400;
  color: rgba(0, 0, 0, .55);
  height: 20px;
  line-height: 15px;
  margin-left: 5px;
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}

body>.center>.contents>.home-connter>.content>.home>.box>.down>p {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  color: #fa9d3b;
}







body>.center>.contents>.home-connter>img {
  width: 100%;
  height: 197px;
  border-radius: 16px;
  margin: 0 auto 88px;
}

body>.center>.contents>.home-offic>.home-hzh>.txt,
body>.center>.contents>.home-offic>.home-port>.txt {
  margin-bottom: 28px;
}

body>.center>.contents>.home-offic>.home-hzh>.txt>span,
body>.center>.contents>.home-offic>.home-port>.txt>span {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
}

body>.center>.contents>.home-offic>.home-hzh>.txt>a,
body>.center>.contents>.home-offic>.home-port>.txt>a {
  float: right;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.55);
}

body>.center>.contents>.home-offic>.home-hzh>.content,
body>.center>.contents>.home-offic>.home-port>.content {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box,
body>.center>.contents>.home-offic>.home-port>.content>.box {
  width: 260px;
  height: 350px;
  margin-bottom: 88px;
  margin-right: 40px;
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>img,
body>.center>.contents>.home-offic>.home-port>.content>.box>img {
  width: 278px;
  height: 188px;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>.txt>h4,
body>.center>.contents>.home-offic>.home-port>.content>.box>.txt>h4 {
  font-size: 17px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #000;
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>.txt>div,
body>.center>.contents>.home-offic>.home-port>.content>.box>.txt>div {
  display: flex;
  margin-bottom: 18px;
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>.txt>div>p,
body>.center>.contents>.home-offic>.home-port>.content>.box>.txt>div>p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>.txt>div>p>span,
body>.center>.contents>.home-offic>.home-port>.content>.box>.txt>div>p>span {
  font-size: 14px;
  font-weight: 700;
  color: #ffc300;
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>.txt>span,
body>.center>.contents>.home-offic>.home-port>.content>.box>.txt>span {
  font-size: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

body>.center>.contents>.home-offic>.home-hzh>.content>.box>.txt>p,
body>.center>.contents>.home-offic>.home-port>.content>.box>.txt>p {
  font-size: 20px;
  font-weight: 500;
  color: #fa9d3b;
  margin-top: 18px;
}

body>.center>.contents>.home-offic>.home-other>.txt {
  margin-bottom: 28px;
}

body>.center>.contents>.home-offic>.home-other>.txt>span {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
}

body>.center>.contents>.home-offic>.home-other>.txt>a {
  float: right;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.55);
}

body>.center>.contents>.home-offic>.home-other>ul {
  display: flex;
  margin: 0 auto 88px;
}

body>.center>.contents>.home-offic>.home-other>ul>li {
  cursor: pointer;
  width: 288px;
  height: 176px;
  box-sizing: border-box;
  padding: 32px 36px;
  text-align: center;
  margin-right: 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.8s;
}

body>.center>.contents>.home-offic>.home-other>ul>li:hover {
  background-color: #F2FDF8;
  transform: scale(1.08);
}

body>.center>.contents>.home-offic>.home-other>ul>li>a>img {
  width: 40px;
  height: 40px;
}

body>.center>.contents>.home-offic>.home-other>ul>li>a>p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 8px;
}

body>.center>.contents>.home-offic>.home-other>ul>li>a>span {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}

body>.center>.contents>.home-problem {
  height: 220px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin: 0 auto 60px;
  background-color: rgba(220, 249, 234, 0.2);
  display: flex;
}

body>.center>.contents>.home-problem>.left {
  flex: 1;

  height: 100%;
  padding: 64px 0 64px 64px;
}

body>.center>.contents>.home-problem>.left>p {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 26px;
}

body>.center>.contents>.home-problem>.left>ul {
  display: flex;
  justify-content: space-between;
}

body>.center>.contents>.home-problem>.left>ul>li>a {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}

body>.center>.contents>.home-problem>img {
  display: block;
  border-radius: 0 16px 16px 0;
}

body>.center>.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

body>.center>.footer>ul {
  display: flex;
  padding: 25px 0;
}

body>.center>.footer>ul>li {
  font-size: 14px;
  padding: 4px 10px;
}

body>.center>.footer>ul>li>a {
  color: #9a9a9a;
  line-height: 20px;
}

body>.center>.footer>p {
  display: inline;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 70px;
}

/*# sourceMappingURL=index.css.map */

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}

.footer>ul {
  display: flex;
  padding: 25px 0;
}

.footer>ul>li {
  font-size: 14px;
  padding: 4px 10px;
}

.footer>ul>li>a {
  color: #9a9a9a;
  line-height: 20px;
}

.footer>p {
  display: inline;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 70px;
}

/*# sourceMappingURL=index.css.map */



/* 弹出层*/
.close::before {
  content: "\00d7";
}

.close {
  font-size: 18px;
  cursor: pointer;
  line-height: 24px;
}

#pc-header .dialog .dialog-head .close::before {
  margin-top: -6px !important;
}

.field {
  position: relative;
}

.u-flex {
  display: flex;
  flex-direction: row;
  align-items: center
}

.u-flex-wrap {
  flex-wrap: wrap
}

.u-flex-nowrap {
  flex-wrap: nowrap
}

.u-col-center {
  align-items: center
}

.u-col-top {
  align-items: flex-start
}

.u-col-bottom {
  align-items: flex-end
}

.u-row-center {
  justify-content: center
}

.u-row-left {
  justify-content: flex-start
}

.u-row-right {
  justify-content: flex-end
}

.u-row-between {
  justify-content: space-between
}

.u-row-around {
  justify-content: space-around
}

.u-text-left {
  text-align: left
}

.u-text-center {
  text-align: center
}

.u-text-right {
  text-align: right
}

.u-flex-col {
  display: flex;
  flex-direction: column
}

.dialog {
  border-radius: 0;
  border: 0 solid #ebebeb;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dialog .dialog-head {
  font-size: 18px;
  border-bottom: 0;
  background: #FFF;
  color: #383838;
}

.dialog .dialog-head .close {
  float: right;
  line-height: 24px
}

.dialog .dialog-body {
  padding: 10px 20px 40px 40px;
}

.dialog-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px
}

.dialog-body .form-group {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.dialog-body .input {
  height: 38px;
  line-height: 24px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  width: 100%;
  display: block;
  border-radius: 0px;
  -webkit-appearance: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
  background: transparent;
}

.field-icon .icon {
  height: 38px;
  line-height: 38px;
}

.dialog-body .textarea {
  padding: 10px 12px;
  line-height: 24px;
  width: 100%;
  background: transparent;
  border: 1px solid #ebebeb;
}

.dialog-body .label {
  padding-bottom: 10px;
  display: block;
  line-height: 24px;
}

.dialog-body .label label {
  font-weight: 400;
}

.dialog-body select {
  padding: 0 30px 0 8px;
  color: #ADADAD;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: solid 1px #ebebeb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-down.png) no-repeat right 50%;
}

.dialog-body .form-tips .dialog-body .input-help ul {
  border: solid 0px #ebebeb;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 0 #fff;
  border-radius: 0 0 4px 4px;
  width: 150px;
  min-width: 150px;
  width: auto;
  _width: 150px;
  color: #EE3333;
  font-size: 12px
}

.dialog-body .input::-webkit-input-placeholder,
.dialog-body .textarea::-webkit-input-placeholder {
  color: #6E6E6E;
}

.dialog-body .input:-moz-placeholder,
.dialog-body .textarea:-moz-placeholder {
  color: #6E6E6E;
}

.dialog-body .input::-moz-placeholder,
.dialog-body .textarea::-moz-placeholder {
  color: #6E6E6E;
}

.dialog-body .input:-ms-input-placeholder,
.dialog-body .textarea:-ms-input-placeholder {
  color: #6E6E6E;
}

.dialog-body .input-group .addon {
  background-color: #fff;
  border: 0px solid #EBEBEB;
  border-radius: 0px;
  line-height: 1;
  padding: 0;
  text-align: center
}

.dialog-body .input-group .addon img {
  max-height: 50px
}

.dialog-body .button {
  background-color: #64a7fe !important;
  border-radius: 10px;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  margin-bottom: 10px;
}

.dialog-body .button.tijiao {
  width: 100%;
}

.dialog-body #con_signtab_1 p,
.dialog-body #con_signtab_1 p a {
  color: #fff;
}

.dialog-body .field {
  background-color: #fff;
}

.dialog-body .field,
.dialog-body .input {
  border-radius: 10px;
}

/* 弹出层 end*/
html {
  padding-top: 0 !important;
}

.dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  z-index: 9999;
  filter: alpha(opacity=50);
  opacity: .5;
  display: block;
  overflow-x: hidden;
  overflow-y: auto
}

#pc-header, #pc-header * {
  box-sizing: border-box;
}

#pc-header .dialog-win {
  position: fixed;
  width: 80%;
  max-width: 1000px;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pc-header .c {
  align-items: stretch;
}

#pc-header .dialog,
.dialog .dialog-head {
  box-shadow: none;
  background: none;
}

#pc-header .dialog .dialog-body {
  background-color: #fff;
  background: linear-gradient(to bottom, #1193f8, #2372f6);
  width: 40%;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 8px #666;
}

#pc-header .dialog .dialog-body .wcode {
  width: 100%;
  margin-top: 40px;
}

#pc-header .dialog .dialog-body .wcode h2 {
  line-height: 47px;
  padding: 0 24px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #64cdff, #64a1fe);
  font-size: 20px;
  color: #fff;
}

#pc-header .dialog .dialog-body .wcode .pic {
  width: 60%;
  margin-top: 20px;
}

#pc-header .dialog .dialog-body .wcode img {
  max-width: 100%;
}

#pc-header .dialog article {
  width: 65%;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
  padding: 20px;
}

#pc-header .dialog article .tabs {
  border-bottom: 1px solid #ccc;
}

#pc-header .dialog article .tabs li {
  margin-right: 10px;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

#pc-header .dialog article .tabs li:last-child {
  margin-right: 0;
}

#pc-header .dialog article .tabs li.active {
  color: #0557f3;
  border-bottom: 2px solid #0557f3;
}

#pc-header .dialog article .intro {
  display: none;
  opacity: 0;
  max-height: 460px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 30px;
}

#pc-header .dialog article .intro.active {
  display: block;
  opacity: 1;
}

#pc-header .dialog .dialog-close {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  color: #fff;
  margin: 10px;
  transition: all .5s;
}

#pc-header .dialog .dialog-close:hover {
  opacity: .8;
  transition: all .5s;
}

#pc-header .dialog .dialog-head .close::before {
  margin-top: -6px !important;
}

@media (max-width: 1800px) {
  #pc-header .nav li a {
    padding: 0 12px;
  }
}

@media (max-width: 1600px) {
  #pc-header .nav li a {
    padding: 0 7px;
  }

  #pc-header .nav li a {
    font-size: 12px;
  }

  #pc-header .navbar .search .searchDropdown .list2 li {
    width: calc((100% - 30px) / 3);
  }

  #pc-header .navbar .search .searchDropdown .list2 li img {
    height: 100px;
  }
}

@media (max-width: 1400px) {
  #pc-header .nav li a {
    padding: 0 5px;
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  #pc-header .logo img {
    max-height: 40px;
  }
}