/* base公共样式 */
* {
  padding: 0;
  margin: 0;
  -webkiit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: calc(100vw/19.2);
}

@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHe", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}

@media (max-width: 1440px) {
  body {
    font-size: 14px;
  }
}

textarea {
  font-family: "PingFang SC", "Microsoft YaHe", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}

.posifixed {
  position: fixed;
  z-index: 998px;
  top: 0;
  left: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration: none;
}

i {
  font-style: normal;
}

pre {
  text-align: left;
  padding: 0;
  margin: 0;
  font-style: normal;
}

img {
  border: none;
}

.wow {
  visibility: hidden;
}

.wow2 {
  visibility: hidden;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input[type=text]:focus,
input[type=text]:active {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: middle;
}

input,
input:focus,
input:active,
button,
button[type=button],
textarea:focus {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}

#hi-video-pop .hi-close:hover {
  background: #019dee;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}

#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
} */

.container {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 88.888%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 88.888%;
  }
}

.transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basetop {
  padding-top: 80px;
}

@media (max-width: 1366px) {
  .basetop {
    padding-top: 60px;
  }
}

/* 公共Class */
.bagcolor {
  background-color: #f5f5f5;
}

.base80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media (max-width: 1199px) {
  .base80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.base40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.base100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .base100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.base120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1440px) {
  .base120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1199px) {
  .base120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .base120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.base140 {
  padding-top: 0.5rem;
  padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
  .base140 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.base150 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .base150 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.base175 {
  padding-top: 0.86rem;
  padding-bottom: 0.96rem;
}

@media (max-width: 767px) {
  .base175 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.base210 {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

@media (max-width: 1199px) {
  .base210 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .base210 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.basefont44 {
  font-size: 0.35rem;
  line-height: 0.54rem;
}

@media (max-width: 1366px) {
  .basefont44 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .basefont44 {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 576px) {
  .basefont44 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

/* 公共标题 */
.all-list-hed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-title {
  opacity: 0.5;
  color: #fff;
  text-align: left;
  margin-bottom: 0.1rem;
  font-size: 18px;
}

.big-til {
  font-size: 0.36rem;
  color: #333;
  line-height: 1.4;
  letter-spacing: 1px;
  /*text-shadow: 1px 1px 2px #cdcdcd;*/
}

@media (max-width: 767px) {
  .all-title {
    margin-bottom: 0.3rem;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .big-til {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    font-weight: bold;
    color: #666666;
    /*text-shadow: 1px 1px 1px #c5c5c5;*/
  }
}

/* 点击按钮 */
.basemenubut {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}

.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.basemenubut span:last-child {
  margin-bottom: 0;
}

.basemenubut span:nth-child(2) {
  width: 80%;
}

.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}

.basemenubut2 span:nth-child(2) {
  display: none;
}

.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}

/* 分页样式 */
.page-box {
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.2rem;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .page-box {
    margin-top: 20px;
  }
}

.page-box a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999999;
  margin: 0 10px 10px;
  flex-shrink: 0;
  border-radius: 3px;
  float: left;
  margin: 0 5px 0px;
  letter-spacing: 2px;
}

.page-box .active {
  color: #fff;
  background-color: #0067F7;
}

.page-box a:hover {
  color: #fff;
  background-color: #0067F7;
}

.page-box .prev,
.page-box .next {
  font-size: 16px;
  color: #666666;
  position: relative;
  width: auto;
}

.page-box .buy {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 1440px) {

  .page-box .prev,
  .page-box .next {
    font-size: 14px;
  }
}

.page-box .prev {
  margin-right: 0.4rem;
}

.page-box .next {
  margin-left: 0.4rem;
}

.page-box .prev i,
.page-box .next i {
  display: block;
  width: 8px;
  height: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-box .prev:hover,
.page-box .next:hover {
  background-color: transparent;
  color: #0067F7;
}

@media (max-width: 767px) {
  .page-box a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 2px 10px;
  }

  .page-box .prev {
    margin-right: 10px;
  }
  .page-box .prev:nth-of-type(2){
      display: none;
  }
  .page-box .next:nth-last-child(2){
      display: none;
  }
}

.page-box .prev i {
  background-image: url(../images/pagelimg1.png);
  margin-right: 14px;
}

@media (max-width: 1440px) {
  .page-box .prev i {
    margin-right: 10px;
  }
}

.page-box .prev:hover i {
  background-image: url(../images/pagelimg1-1.png);
}

.page-box .next {
  margin-left: 0.4rem;
}

@media (max-width: 767px) {
  .page-box .next {
    margin-left: 10px;
  }
}

.page-box .next i {
  background-image: url(../images/pagelimg2.png);
  margin-left: 14px;
}

@media (max-width: 1440px) {
  .page-box .next i {
    margin-left: 10px;
  }
}

.page-box .next:hover i {
  background-image: url(../images/pagelimg2-1.png);
}

/* 弹窗 */
.altbox {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

.altbox .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.altbox .cont {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .altbox .cont {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .altbox .cont {
    width: 88.888%;
  }
}

@media (min-width: 1600px) {
  .altbox .cont {
    width: 75.67%;
  }
}

.altbox .cont .c-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.altbox .cont .c-bottom .close {
  position: absolute;
  right: 20px;
  top: 18px;
  display: block;
  width: 24px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .close {
    right: 16px;
    top: 16px;
    width: 22px;
  }
}

.altbox .cont .c-bottom .close img {
  float: left;
  width: 100%;
}

.altbox .cont .c-bottom .c-left2 {
  width: 50%;
  background: #0059aa;
  padding: 0.8rem 0.6rem 0.6rem;
  color: #fff;
  background: url(../images/contact-bj.jpg) no-repeat left bottom / cover;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-left2 {
    padding: 1rem;
    width: 100%;
  }
}

.altbox .cont .c-bottom .c-left2 .c-text {
  margin: 0.1rem 0 0.5rem;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-left2 .c-text {
    margin: 0.25rem 0 1rem;
  }
}

.altbox .cont .c-bottom .c-left2 .c-img img {
  max-width: 100%;
}

.altbox .cont .c-bottom .c-left2 .c-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.6rem 0 -0.4rem;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-left2 .c-list {
    margin: 1rem 0 -1rem;
  }
}

.altbox .cont .c-bottom .c-left2 .c-list li {
  display: flex;
  align-items: center;
  min-width: 1.5rem;
  margin: 0 0 0.4rem;
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .c-left2 .c-list li {
    min-width: 130px;
  }
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-left2 .c-list li {
    min-width: 100px;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-left2 .c-list li {
    margin: 0 0 1rem;
    min-width: 100px;
  }
}

.altbox .cont .c-bottom .c-left2 .c-list li:nth-child(3n-1) {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-left2 .c-list li:nth-child(3n-1) {
    margin-right: 0;
    margin-left: 0;
  }
}

.altbox .cont .c-bottom .c-left2 .c-list li img {
  margin-right: 0.2rem;
  height: 0.56rem;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-left2 .c-list li img {
    height: 36px;
  }
}

.altbox .cont .c-bottom .c-left2 .c-list li p {
  line-height: 1.5;
}

.altbox .cont .c-bottom .c-left2 {
  padding: 0;
}

@media (max-width: 767px) {
  .altbox .cont .c-bottom .c-left2 {
    display: none;
  }
}

.altbox .cont .c-bottom .c-left2 .f_img {
  width: 100%;
  height: 100%;
}

.altbox .cont .c-bottom .c-left2 .f_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.altbox .cont .c-bottom .c-right2 {
  width: 50%;
  padding: 0 0.8rem;
}

@media (max-width: 767px) {
  .altbox .cont .c-bottom .c-right2 {
    width: 100%;
    padding: 1rem;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.1rem;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li {
    margin-bottom: 0;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li.on .c-tips span:last-child {
  display: none;
}

.altbox .cont .c-bottom .c-right2 .c-list li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  border-top: 1px solid #333;
  width: 0;
  transition: all 0.5s;
}

.altbox .cont .c-bottom .c-right2 .c-list li .c-tips {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.54rem;
  display: flex;
  align-items: center;
  color: #999;
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-right2 .c-list li .c-tips {
    height: 0.7rem;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li .c-tips {
    height: 2rem;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li .c-tips span:nth-child(1) {
  display: block;
  width: 20px;
  text-align: center;
  color: #ff0000;
  margin-left: -20px;
}

.altbox .cont .c-bottom .c-right2 .c-list li input {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  border: 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  color: #333;
  background: transparent;
}

.altbox .cont .c-bottom .c-right2 .c-list li input::placeholder {
  color: #c0c0c0;
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-right2 .c-list li input {
    font-size: 14px;
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li input {
    height: 2rem;
    line-height: 2rem;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li textarea {
  padding: 0.16rem 20px;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 0.9rem;
  border: 0;
  resize: none;
  font-family: "PingFang SC", "Microsoft YaHe", 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
  overflow: auto;
  background: transparent;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-right2 .c-list li textarea {
    font-size: 14px;
    padding: 0.25rem 20px;
    height: 1rem;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li textarea {
    padding: 0.6rem 20px;
    height: 3rem;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0.2rem 0 0.4rem;
  border: 0;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) {
    margin: 0.5rem 0;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) input {
  margin-right: 10px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) input {
    width: 14px;
    height: 14px;
    margin: 3px 10px 3px 0;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) input:checked {
  background: #0067F7;
  border-color: #fff;
  background: #0067F7 url(../images/zhengqueimfw1.png) no-repeat center;
  background-size: 60% auto;
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) p {
  width: 100%;
  line-height: 20px;
  color: #999;
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(2) p a {
  color: #0067F7;
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) {
  margin: 0;
  border: 0;
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.52rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #333333;
  font-size: 16px;
  cursor: pointer;
  border-color: #0067F7;
  background-color: #0067F7;
  color: #fff;
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
    width: 120px;
    height: 40px;
  }
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button {
    width: 5rem;
    height: 1.8rem;
    width: 100%;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i {
  display: block;
  width: 18px;
  overflow: hidden;
  margin-right: 10px;
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i {
    margin-right: 5px;
    width: 14px;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i {
    width: 12px;
    margin-right: 6px;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button i img {
  float: left;
  width: 100%;
}

.altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
  font-size: 16px;
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .altbox .cont .c-bottom .c-right2 .c-list li:nth-last-child(1) button span {
    font-size: 12px;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list li.int:hover .c-tips span:nth-child(2) {
  color: #333;
}

.altbox .cont .c-bottom .c-right2 .c-list li.int:hover:before {
  width: 100%;
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_int1 {
  position: relative;
  width: calc(100% - 186px);
}

@media (max-width: 1440px) {}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_int1 input {
  padding-left: 0;
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but {
    padding-bottom: 6px;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but .hi-input-box {
  color: #0067F7;
  margin-right: 10px;
  font-size: 13px;
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 48px;
}

@media (max-width: 1440px) {
  .altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon {
    height: 40px;
    width: 100px;
  }
}

@media (max-width: 1199px) {
  .altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon {
    height: 26px;
  }
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .f_but .f_icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.altbox .cont .c-bottom .c-right2 .c-list .f_yan .c-tips .name1 {
  width: calc(100% - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navigation.weizhi1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  background: #fff;
}

/* 导航条 */

.navigation {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navigation .cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

@media (max-width: 1440px) {
  .navigation .cont {
    height: 60px;
  }
}

.navigation .cont .left {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .navigation .cont .left {
    align-content: center;
    line-height: 1.4;
  }
}

.navigation .cont .left a,
.navigation .cont .left span {
  font-size: 14px;
  color: #999999;
}

.navigation .cont .left .index-a {
  border-left: 6px solid #0067F7;
  padding-left: 10px;
}

@media (max-width: 1440px) {

  .navigation .cont .left a,
  .navigation .cont .left span {
    font-size: 12px;
  }
}

@media (max-width: 376px) {

  .navigation .cont .left a,
  .navigation .cont .left span {
    font-size: 10px;
  }
}

.navigation .cont .left span {
  display: block;
  margin: 0 12px;
}

@media (max-width: 1440px) {
  .navigation .cont .left span {
    margin: 0 6px;
  }
}

.navigation .cont .left a:last-child {
  display: block;
  color: #0067F7;
  max-width: 2.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .navigation .cont .left a:last-child {
    max-width: 6rem;
  }
}

@media (max-width: 576px) {
  .navigation .cont .left a:last-child {
    max-width: 5rem;
  }
}

.navigation .cont .right {
  height: 100%;
}

.navigation .cont .right .f_nav {
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .navigation .cont .right .f_nav {
    display: none;
    position: absolute;
    top: 100%;
    height: auto;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    line-height: 40px;
    padding: 24px 20px;
    border-top: 1px solid #e9e9e9;
  }
}

.navigation .cont .right .f_nav .item {
  display: flex;
  align-items: center;
  margin-left: 0.56rem;
  color: #666666b8;
  font-size: 17px;
  height: 100%;
  position: relative;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .navigation .cont .right .f_nav .item {
    font-size: 16px;
    border-width: 2px;
  }
}

@media (max-width: 991px) {
  .navigation .cont .right .f_nav .item {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .navigation .cont .right .f_nav .item {
    margin-left: 0;
  }
}

.navigation .cont .right .f_nav .item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

@media (max-width: 1440px) {
  .navigation .cont .right .f_nav .item:after {
    height: 3px;
  }
}

@media (max-width: 767px) {
  .navigation .cont .right .f_nav .item:after {
    display: none;
  }
}

.navigation .cont .right .f_nav .on {
  color: #0067F7;
}

.navigation .cont .right .f_nav .on:after {
  background-color: #0067F7;
}

.navigation .cont .right .basemenubut {
  display: none;
}

.navigation .cont .right .basemenubut {
  display: none;
}

@media (max-width: 767px) {
  .navigation .cont .right .basemenubut {
    display: flex;
  }
}

.navigation .cont .right .basemenubut span {
  background-color: #666;
}
/*通用banner图片*/
.banner.porbanner {
    position: relative;
    margin-top: 60px;
}
.porbanner .img-box {
    width: 100%;
    height: 5rem;
    position: relative;
}
.porbanner .img-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0B2F66;
    opacity: 0.1;
}
@media (max-width: 1199px) {
    .porbanner .img-box {
        height: 6rem;
    }
}
@media (max-width: 767px) {
    .porbanner .img-box {
        height: 14rem;
    }
}
.porbanner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.porbanner .img-box img:nth-child(2) {
    display: none;
}
@media (max-width: 767px) {
    .porbanner .img-box img:nth-child(1) {
        display: none;
    }
    .porbanner .img-box img:nth-child(2) {
        display: block;
    }
}
/*通用banner字体和标题*/
.banner .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}
.banner .text-box .text {
    font-size: 36px;
    color: #dddddd;
    margin-bottom: 0.2rem;
}
.banner .text-box .tit {
    font-size: 0.24rem;
    line-height: 1.2;
}

@media (max-width: 1440px) {
    .banner .text-box .text {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .banner .text-box .tit {
        font-size: 0.6rem;
    }
    .banner .text-box .text {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .banner .text-box .tit {
        line-height: 1.3;
        font-size: 0.7rem;
    }
}
/*通用banner搜索栏*/
form.common-form{
    display: flex;
    align-items: flex-start;
    margin: 0.6rem auto 0;
    max-width: 500px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 3px;
}
form.common-form input {
    width: 100%;
    height: 100%;
    line-height: 68px;
    padding: 0 0.3rem;
    border: 0;
    background: #ffffff1c;
    font-size: 16px;
    color: #fff;
}
form.common-form input::placeholder {
  color: #fff; 
  opacity: 0.7; 
}
form.common-form button {
    width: 104px;
    height: 100%;
    border: 0;
    background: #ffffff1c url(../images/search_icon.png) no-repeat center / 24px auto;
    cursor: pointer;
}
@media (max-width: 1440px) {
    form.common-form {
        height: 60px;
    }
    form.common-form input {
        line-height: 58px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    form.common-form {
        margin-top: 1rem;
        height: 56px;
    }
    form.common-form input {
        padding: 0 1rem;
        line-height: 48px;
    }
}

/*通用面包屑*/
.navigation-left .index-a {
    border-left: 6px solid #0067f7;
    padding-left: 10px;
}
.navigation-left a {
    font-size: 14px;
    color: #999999;
}
.navigation-left span {
    color: #999999;
}


/*合作表单*/
.form-pro {
    display: flex;
}
.form-pro .left-img {
    width: 36%;
    height: 570px;
}
.form-pro .left-img img {
    height: 100%;
    width: 100%;
}
.form-pro .left-img img:nth-child(2) {
    display: none;
}
.feedbackForm-pro {
    width: 64%;
    height: 570px;
    padding: 0 0 0 30px;
}
.feedbackForm-pro .first-list {
    display: flex;
    margin-bottom: 22px;
}
.feedbackForm-pro .first-list.first-list-ly{
    display: none;
}
.feedbackForm-pro .first-list .int-inr {
    width: calc(50% - 16px);
    margin-right: 32px;
    height: 48px;
    border: 0;
    border-radius: 4px;
    position: relative;
    padding: 0;
    background-color: #ffffff;
    color: #333;
    line-height: 22px;
}
.feedbackForm-pro .first-list .int-inr .c-tips {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #999;
}
.feedbackForm-pro .first-list .int-inr .c-tips span {
    display: block;
    width: 20px;
    text-align: center;
    color: #ff0000;
    margin-left: 5px;
}
.feedbackForm-pro .first-list .int-inr input {
    width: 100%;
    height: 48px;
    border: 0;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    border-radius: 4px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    background: transparent;
}
.feedbackForm-pro .first-list .int-inr.int-inr-tex {
    width: 100%;
}
.feedbackForm-pro .first-list .select-ipt {
    width: calc(50% - 16px);
    margin-right: 32px;
    margin-bottom: 0;
    border: 0;
    color: #6f6f6f;
    line-height: 22px;
    border-radius: 4px;
    padding: 0 15px;
    height: 48px;
    font-size: 16px;
}
.feedbackForm-pro .f_yan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 32px;
}
.feedbackForm-pro .f_yan .int-inr {
    width: calc(100% - 186px);
}
.feedbackForm-pro .f_yan .f_but {
    display: flex;
    align-items: center;
}
.feedbackForm-pro .f_yan .f_but .f_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
}
.feedbackForm-pro .f_yan .f_but .f_icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.feedbackForm-pro .f_yan.f_yan_num {
    background-color: #fff;
}
.feedbackForm-pro .f_yan .f_but .hi-input-box {
    color: #0067F7;
    margin-right: 10px;
    font-size: 16px;
    border: 0;
    background: transparent;
}
.checkbox {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0.2rem 0 0.4rem;
    border: 0;
}
.checkbox input {
    margin-right: 10px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 3px;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.checkbox p {
    width: 100%;
    line-height: 20px;
    color: #999;
}
.checkbox p a {
    color: #0067F7;
}
.checkbox input:checked {
    border-color: #fff;
    background: #0067F7 url(../images/zhengqueimfw1.png) no-repeat center;
    background-size: 60% auto;
}
.save-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.52rem;
    height: 0.5rem;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #333333;
    font-size: 16px;
    cursor: pointer;
    border-color: #0067F7;
    background-color: #0067F7;
    color: #fff;
}
@media (max-width: 900px) {
    .save-btn button {
        width: 2.8rem;
        height: 1rem;
    }
}
@media (max-width: 767px) {
    .feedform .form-pro {
        display: flex;
        flex-direction: column-reverse;
    }
    .feedform .form-pro .left-img {
        width: 100%;
        border-radius: 8px;
        max-height: 15rem;
        margin-bottom: 0;
        height: auto;
    }
    .feedform .form-pro .left-img img:nth-child(1) {
        display: none;
    }
    .feedform .form-pro .left-img img:nth-child(2) {
        display: block;
    }
    .feedbackForm-pro {
        width: 100%;
        height: auto;
        padding: 0 0 30px;
    }
    .feedbackForm-pro .first-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .feedbackForm-pro .first-list .int-inr {
        height: 35px;
        font-size: 12px;
    }
    .feedbackForm-pro .first-list .int-inr:nth-child(2) {
        margin-right: 0;
    }
    .feedbackForm-pro .first-list .int-inr input {
        font-size: 12px;
        height: 35px;
    }
    .feedbackForm-pro .first-list .int-inr.int-inr-tex {
        margin-right: 0;
    }
    .feedbackForm-pro .first-list .select-ipt {
        height: 35px;
        font-size: 12px;
    }
    .feedbackForm-pro .first-list .select-ipt:nth-child(2) {
        margin-right: 0;
    }
    .feedbackForm-pro .f_yan {
        margin-right: 0;
    }
    .feedbackForm-pro .f_yan .f_but .f_icon {
        height: 35px;
    }
    .feedbackForm-pro .f_yan .f_but .hi-input-box {
        font-size: 12px;
    }
    .checkbox p {
        font-size: 12px;
    }
    .save-btn button {
        width: 4.2rem;
        height: 1.8rem;
    }
}
@media (max-width: 576px) {
    .checkbox {
        margin: 0.5rem 0;
    }
    .checkbox input {
        width: 14px;
        height: 14px;
        margin: 3px 10px 3px 0;
    }
}