@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 14px;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  transition: 0.4s;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- 公共内容区 ---- */
.container {
  width: 84%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .container {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}
.pb50 {
  padding-bottom: 50px;
}
@media (max-width: 1260px) {
  .pb50 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pb50 {
    padding-bottom: 20px;
  }
}
.ptb100 {
  padding: 100px 0;
}
@media (max-width: 1260px) {
  .ptb100 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .ptb100 {
    padding: 30px 0;
  }
}
/* ---- header ----*/
#header {
  transition: 0.4s;
  background: none;
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 100;
}
@media (max-width: 767px) {
  #header {
    height: 70px;
  }
}
#header .logo {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#header .logo .img {
  max-height: 54px;
  transition: 0.4s;
}
#header .logo .img1 {
  display: block;
}
#header .logo .img2 {
  display: none;
}
@media (max-width: 767px) {
  #header .logo {
    height: 70px;
  }
  #header .logo .img {
    max-height: 40px;
  }
}
#header .switch {
  position: absolute;
  left: 0;
  padding-left: 40px;
  background: url(../images/menu.png) no-repeat left center;
  background-size: 26px;
  line-height: 50px;
  color: #0B2440;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #header .switch {
    left: 15px;
    background-size: 16px;
    padding-left: 26px;
    font-size: 16px;
  }
}
#header .gn {
  position: absolute;
  right: 0;
  color: #0B2440;
  font-size: 20px;
}
#header .gn:hover {
  color: #F6AD3A !important;
}
@media (max-width: 767px) {
  #header .gn {
    right: 15px;
    font-size: 16px;
  }
}
#header .a_serach {
  position: absolute;
  right: 0;
  background: url(../images/search1.png) no-repeat center center;
  background-size: 22px;
  width: 50px;
  right: 45px;
  height: 50px;
}
@media (max-width: 767px) {
  #header .a_serach {
    width: 40px;
    background-size: 17px;
  }
}
.menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 54%;
  height: 100vh;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(100%) blur(5px);
}
@media (max-width: 1260px) {
  .menu {
    width: 100%;
  }
}
.menu .close {
  background: url(../images/close.png) no-repeat left center;
  background-size: 25px;
  color: #000;
  font-size: 20px;
  padding-left: 35px;
  position: absolute;
  top: 50px;
  left: 15%;
  cursor: pointer;
  transition: 0.3s;
}
.menu .close:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .menu .close {
    font-size: 16px;
    top: 20px;
    left: 15px;
    background-size: 20px;
    padding-left: 30px;
  }
}
.menu .list {
  width: 54%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.menu .list ul {
  width: 100%;
}
.menu .list li {
  padding: 25px 0;
  color: #000;
  width: 100%;
  padding-left: 30%;
}
@media (max-width: 767px) {
  .menu .list li {
    padding: 20px 0;
    padding-left: 20px;
  }
}
.menu .list li h3 {
  line-height: 40px;
  font-size: 22px;
  background: url(../images/next1.png) no-repeat 90% center;
  background-size: 8px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu .list li h3 {
    font-size: 17px;
    line-height: 30px;
    background: url(../images/next1.png) no-repeat 90% center;
    background-size: 6px;
  }
}
.menu .list li p {
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .menu .list li p {
    font-size: 14px;
  }
}
.menu .list li a {
  color: #000;
}
.menu .list li a h3 {
  background: none !important;
}
.menu .list li:hover .la {
  display: block;
}
.menu .list li:hover h3,
.menu .list li:hover p {
  color: #F6AD3A;
}
.menu .list li:hover h3 {
  background: url(../images/next2.png) no-repeat 90% center;
  background-size: 8px;
}
.menu .list li .la {
  position: absolute;
  left: 100%;
  width: 100%;
  padding-left: 50px;
  display: none;
  top: 0;
  height: 100vh;
  padding-top: 50%;
}
@media (max-width: 767px) {
  .menu .list li .la {
    padding-top: 5px;
    padding-left: 20px;
  }
}
.menu .list li .la dd {
  padding: 22px 0 ;
}
@media (max-width: 767px) {
  .menu .list li .la dd {
    padding: 15px 0 ;
  }
}
.menu .list li .la a {
  font-size: 22px;
  line-height: 26px;
}
.menu .list li .la a:hover {
  color: #F6AD3A;
}
@media (max-width: 767px) {
  .menu .list li .la a {
    font-size: 16px;
  }
}
.menu .list li .la .sanji {
  width: 100%;
  padding-top: 10px;
  display: none;
  display: block;
  padding-left: 22px;
}
.menu .list li .la .sanji a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 38px;
}
.menu_open {
  left: 0;
}
.header {
  background: rgba(39, 39, 39, 0.3) !important;
  backdrop-filter: saturate(100%) blur(10px);
}
.header .logo .img1 {
  filter: brightness(0) invert(1);
}
.header .switch {
  background: url(../images/menu2.png) no-repeat left center !important;
  background-size: 26px !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  .header .switch {
    background-size: 16px !important;
  }
}
.header .gn {
  color: #fff !important;
}
.header .a_serach {
  background: url(../images/search2.png) no-repeat center center !important;
  background-size: 22px !important;
}
@media (max-width: 767px) {
  .header .a_serach {
    background-size: 17px !important;
  }
}
.header2 {
  background: #fff !important;
  position: sticky !important;
  top: 0;
  border-bottom: 1px solid #D6DADF !important;
}
.header3 {
  background: rgba(39, 39, 39, 0.3) !important;
  backdrop-filter: saturate(100%) blur(10px);
  position: fixed !important;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
/* 位置 */
.wei {
  position: sticky;
  top: 100px;
  background: #fff;
  z-index: 50;
  width: 100%;
}
.wei .container {
  line-height: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .wei {
    display: none;
  }
}
.wei .tit {
  font-size: 16px;
  color: #0B2440;
}
.wei dl {
  display: flex;
}
.wei dl a {
  margin-left: 50px;
  color: #0B2440;
  font-size: 16px;
}
.wei dl a:hover {
  font-weight: bold;
}
.wei dl .sel {
  background: url(../images/bg_02.png) no-repeat left 80%;
  background-size: 100% 1px;
}
.wei .fan {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/fan.png) no-repeat center center;
  background-size: auto 30px;
  opacity: 0.8;
}
@media (max-width: 1260px) {
  .wei .fan {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .wei .fan {
    bottom: -60px;
    width: 30px;
    height: 30px;
    background-size: auto 24px;
  }
}
.wei_hui {
  position: fixed;
  background: rgba(39, 39, 39, 0.3);
  backdrop-filter: saturate(100%) blur(10px);
  top: 100px;
}
.wei_hui .tit {
  color: #fff;
}
.wei_hui dl a {
  color: #fff;
}
.wei_hui dl .sel {
  background: url(../images/bg_03.png) no-repeat left 80%;
  background-size: 100% 1px;
}
/* ---- 首页 ---- */
#fullpage .nei {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullpage .page1 {
  background: url(../images/page1.png) no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #fullpage .page1 {
    padding: 0 25px;
  }
}
#fullpage .page1 .container {
  position: relative;
  z-index: 10;
}
#fullpage .page1 .title {
  line-height: 130px;
  font-size: 80px;
  color: #fff;
  width: 100%;
  font-family: PingFang SC, PingFang SC;
}
@media (max-width: 1260px) {
  #fullpage .page1 .title {
    line-height: 100px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #fullpage .page1 .title {
    line-height: 50px;
    font-size: 38px;
  }
}
#fullpage .page1 .desc {
  color: #fff;
  font-size: 40px;
  line-height: 80px;
}
@media (max-width: 1260px) {
  #fullpage .page1 .desc {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #fullpage .page1 .desc {
    padding-top: 15px;
    line-height: 34px;
    font-size: 22px;
  }
}
#fullpage .page1 .more {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #fullpage .page1 .more {
    padding-top: 30px;
  }
}
#fullpage .page1 .more a {
  display: inline-block;
  width: 340px;
  background: #F6AD3A;
  line-height: 68px;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 1260px) {
  #fullpage .page1 .more a {
    line-height: 56px;
    font-size: 18px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  #fullpage .page1 .more a {
    line-height: 46px;
    font-size: 16px;
    width: 200px;
  }
}
#fullpage .page1 .di {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  opacity: 0.9;
  z-index: 10;
}
@media (max-width: 767px) {
  #fullpage .page1 .di {
    bottom: 0px;
  }
}
#fullpage .page1 .di dl {
  display: flex;
  padding: 15px 80px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #fullpage .page1 .di dl {
    flex-wrap: wrap;
    padding: 10px;
  }
}
#fullpage .page1 .di dl dd {
  width: 100%;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullpage .page1 .di dl dd img {
  margin-right: 3px;
}
@media (max-width: 767px) {
  #fullpage .page1 .di dl dd {
    padding: 0 10px;
    line-height: 26px;
  }
}
#fullpage .page1 .di dl dd a {
  color: #fff;
  text-decoration: underline;
}
#fullpage .page1 .shipin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}
#fullpage .page2 {
  background: #fff;
}
#fullpage .page2 .nei {
  height: 100vh;
  overflow: hidden;
  align-items: flex-start;
  padding-top: 100px;
}
@media (max-width: 1260px) {
  #fullpage .page2 .nei {
    align-items: center;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #fullpage .page2 .nei {
    align-items: flex-start;
    padding-top: 70px;
  }
}
#fullpage .page2 .topTitle {
  line-height: 110px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #fullpage .page2 .topTitle {
    padding: 0 15px;
    line-height: 70px;
  }
}
#fullpage .page2 .topTitle strong {
  font-size: 40px;
  color: #000000;
}
@media (max-width: 767px) {
  #fullpage .page2 .topTitle strong {
    font-size: 22px;
  }
}
#fullpage .page2 .topTitle a {
  font-size: 18px;
  color: #000000;
}
#fullpage .page2 .topTitle a:hover {
  color: #F6AD3A;
}
@media (max-width: 767px) {
  #fullpage .page2 .topTitle a {
    font-size: 14px;
  }
}
#fullpage .page2 .list {
  display: flex;
  margin: 0 -11px;
}
@media (max-width: 767px) {
  #fullpage .page2 .list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 8px;
    margin-top: -10px;
  }
}
#fullpage .page2 .list li {
  width: 33.33%;
  padding: 0 11px;
}
@media (max-width: 767px) {
  #fullpage .page2 .list li {
    width: 50%;
    padding: 7px;
  }
}
#fullpage .page2 .list .a {
  border-left: 1px solid #ECECEC;
  display: block;
  height: 100%;
  transition: 0.5s;
}
#fullpage .page2 .list .a:hover {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
#fullpage .page2 .list .a:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#fullpage .page2 .list .a:hover .tit {
  color: #F6AD3A;
}
#fullpage .page2 .list .pimg {
  display: block;
  width: 100%;
  height: 45vh;
  overflow: hidden;
}
#fullpage .page2 .list .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  #fullpage .page2 .list .pimg {
    height: 30vh;
  }
}
@media (max-width: 767px) {
  #fullpage .page2 .list .pimg {
    height: 130px;
  }
}
#fullpage .page2 .list .tit {
  padding: 10px 20px 5px 20px;
  line-height: 44px;
  color: #272727;
  font-size: 22px;
  font-weight: bold;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #fullpage .page2 .list .tit {
    padding: 5px 10px 0 10px;
    font-size: 16px;
    line-height: 32px;
  }
}
#fullpage .page2 .list .desc {
  padding: 0 20px;
  font-size: 16px;
  color: #272727;
  line-height: 26px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #fullpage .page2 .list .desc {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
#fullpage .page3 {
  background: url(../images/page3.png) no-repeat center center;
  background-size: cover;
}
#fullpage .page3 .container {
  height: 100vh;
  overflow: hidden;
}
#fullpage .page3 .topTitle {
  padding-top: 100px;
  line-height: 110px;
  font-size: 40px;
  color: #000000;
}
@media (max-width: 767px) {
  #fullpage .page3 .topTitle {
    padding: 0 15px;
    line-height: 70px;
    font-size: 22px;
  }
}
#fullpage .page3 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#fullpage .page3 li {
  width: 47.5%;
  padding-bottom: 80px;
}
@media (max-width: 1260px) {
  #fullpage .page3 li {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #fullpage .page3 li {
    padding-bottom: 40px;
  }
}
#fullpage .page3 li .pimg {
  display: block;
  width: 100%;
  overflow: hidden;
}
#fullpage .page3 li .pimg img {
  transition: 0.5s;
  display: block;
  width: 100%;
}
#fullpage .page3 li .pimg:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#fullpage .page3 li .tit_en {
  padding: 15px 0 10px 0;
  line-height: 30px;
  font-size: 18px;
  color: #969591;
}
@media (max-width: 1260px) {
  #fullpage .page3 li .tit_en {
    line-height: 26px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #fullpage .page3 li .tit_en {
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0 6px 0;
  }
}
#fullpage .page3 li .tit_cn {
  font-size: 35px;
  color: #272727;
  line-height: 38px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  #fullpage .page3 li .tit_cn {
    line-height: 30px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #fullpage .page3 li .tit_cn {
    line-height: 26px;
    font-size: 20px;
  }
}
#fullpage .page3 li .desc {
  font-size: 16px;
  color: #81807D;
  line-height: 26px;
  padding-top: 25px;
  opacity: 0.9;
}
@media (max-width: 1260px) {
  #fullpage .page3 li .desc {
    line-height: 23px;
    font-size: 14px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  #fullpage .page3 li .desc {
    line-height: 20px;
    font-size: 13px;
  }
}
#fullpage .page4 {
  background: url(../images/page4.png) no-repeat center center;
  background-size: cover;
}
#fullpage .page4 .fkMain {
  background: rgba(39, 39, 39, 0.3);
  backdrop-filter: saturate(100%) blur(10px);
  padding: 40px;
  width: 90%;
  max-width: 900px;
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #fullpage .page4 .fkMain {
    padding: 20px;
  }
}
#fullpage .page4 .tit {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #fullpage .page4 .tit {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}
#fullpage .page4 .txt {
  width: 48%;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #fullpage .page4 .txt {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 16px;
  }
}
#fullpage .page4 .txt::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
#fullpage .page4 .txt:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
#fullpage .page4 .txt::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
#fullpage .page4 .txt:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}
#fullpage .page4 .btn {
  background: #F6AD3A;
  width: 200px;
  line-height: 68px;
  font-size: 20px;
  color: #fff;
  margin: 10px 0;
}
@media (max-width: 767px) {
  #fullpage .page4 .btn {
    margin-top: 0;
    font-size: 16px;
    width: 120px;
    line-height: 40px;
  }
}
#fullpage .page4 .pbtn {
  text-align: center;
  width: 100%;
}
#fullpage .page4 .txt_desc {
  width: 100%;
  box-sizing: border-box;
  height: 160px;
  line-height: 34px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #fullpage .page4 .txt_desc {
    padding: 10px 15px;
    line-height: 28px;
  }
}
#fullpage .fade_up {
  margin-top: 100px !important;
  opacity: 0;
  transition: all 0.7s ease 0.5s;
  -webkit-transition: all 0.7s ease 0.5s;
  -moz-transition: all 0.7s ease 0.5s;
  -ms-transition: all 0.7s ease 0.5s;
}
#fullpage .active .fade_up {
  margin-top: 0  !important;
  opacity: 1;
  transition: all 0.7s ease 0.5s;
  -webkit-transition: all 0.7s ease 0.5s;
  -moz-transition: all 0.7s ease 0.5s;
  -ms-transition: all 0.7s ease 0.5s;
}
#menu {
  position: fixed;
  top: 40%;
  left: 50px;
}
@media (max-width: 1260px) {
  #menu {
    left: 20px;
  }
}
@media (max-width: 767px) {
  #menu {
    left: 10px;
  }
}
#menu li {
  width: 30px;
  height: 30px;
  background-color: #CACDCF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  background: url(../images/bg_01.png) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 767px) {
  #menu li {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }
}
#menu li.active {
  background: url(../images/bg_01-sel.png) no-repeat center center;
  background-size: 100%;
}
#menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
/* ---- footer ---- */
.footer {
  background: #272727;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer dl {
  padding: 15px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer dl {
    padding: 10px 0;
    flex-wrap: wrap;
  }
}
.footer .foot1 dd {
  padding: 0 25px;
}
@media (max-width: 767px) {
  .footer .foot1 dd {
    padding: 0 8px;
  }
}
.footer .foot1 a {
  color: #fff;
}
.footer .foot1 a:hover {
  color: #F6AD3A;
}
.footer .foot2 {
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .foot2 {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
  }
}
.footer .foot2 .a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer .foot2 .a:hover {
  color: #F6AD3A;
  border-bottom: 1px solid #F6AD3A;
}
.footer .foot3 dd {
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.footer .foot3 dd img {
  margin-right: 3px;
}
/* 产品列表 */
.cp_type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px 0;
}
@media (max-width: 1260px) {
  .cp_type {
    padding: 20px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .cp_type {
    padding: 15px 0 25px 0;
  }
}
.cp_type li {
  padding: 0 100px;
}
@media (max-width: 1260px) {
  .cp_type li {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .cp_type li {
    padding: 0 15px;
  }
}
.cp_type a {
  line-height: 70px;
  color: #A8A8A8;
  font-size: 28px;
  background: url(../images/bg_02.png) no-repeat bottom center;
  background-size: 0 2px;
  transition: 0.5s;
  display: inline-block;
}
@media (max-width: 1260px) {
  .cp_type a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .cp_type a {
    font-size: 18px;
    line-height: 40px;
  }
}
.cp_type .sel {
  background-size: 60px 2px;
  color: #000;
}
@media (max-width: 767px) {
  .cp_type .sel {
    background-size: 40px 2px;
  }
}
.cp_list {
  display: flex;
  margin: 0 -11px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cp_list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 8px;
    margin-top: -10px;
  }
}
.cp_list li {
  width: 33.33%;
  padding: 0 11px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cp_list li {
    width: 50%;
    padding: 7px;
    margin-bottom: 0px;
  }
}
.cp_list .a {
  border-left: 1px solid #ECECEC;
  display: block;
  height: 100%;
  transition: 0.5s;
}
.cp_list .a:hover {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.cp_list .a:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.cp_list .a:hover .tit {
  color: #F6AD3A;
}
.cp_list .pimg {
  display: block;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.cp_list .pimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.5s;
}
@media (max-width: 1260px) {
  .cp_list .pimg {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cp_list .pimg {
    height: 130px;
  }
}
.cp_list .tit {
  padding: 10px 20px 5px 20px;
  line-height: 44px;
  color: #272727;
  font-size: 22px;
  font-weight: bold;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .cp_list .tit {
    padding: 5px 10px 0 10px;
    font-size: 16px;
    line-height: 32px;
  }
}
.cp_list .desc {
  text-align: justify;
  padding: 0 20px;
  font-size: 16px;
  color: #272727;
  line-height: 26px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cp_list .desc {
    font-size: 12px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.cp_list .more {
  display: block;
  width: 121px;
  background: #F6AD3A;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cp_list .more {
    margin-left: 10px;
    margin-top: 15px;
    line-height: 34px;
    width: 110px;
  }
}
.see_more {
  display: block;
  text-align: center;
  padding: 30px 0 100px 0;
}
@media (max-width: 767px) {
  .see_more {
    padding: 20px 0 50px 0;
  }
}
.see_more a {
  display: inline-block;
  width: 250px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #F6AD3A;
}
.see_more a:hover {
  background: #EE930B;
}
@media (max-width: 1260px) {
  .see_more a {
    width: 220px;
    line-height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .see_more a {
    width: 160px;
    line-height: 44px;
    font-size: 16px;
  }
}
.cp_one {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 80px !important;
}
@media (max-width: 1260px) {
  .cp_one {
    padding-top: 70px;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .cp_one {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
}
.cp_list2 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .cp_list2 {
    padding-bottom: 30px;
  }
}
/* 产品介绍 */
.js_one,
.js_two {
  background: #FAFAFA;
  padding: 70px 0;
}
@media (max-width: 1260px) {
  .js_one,
  .js_two {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .js_one,
  .js_two {
    padding: 20px 0 30px 0;
  }
}
.js_two {
  background: #fff;
}
.js_title {
  line-height: 40px;
  padding-bottom: 40px;
  font-size: 40px;
}
@media (max-width: 1260px) {
  .js_title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .js_title {
    padding: 0 15px 20px 15px;
    font-size: 22px;
  }
}
.tp50 {
  padding-top: 60px;
}
/* banner */
.banner {
  display: flex;
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .img2 {
  width: 50%;
  display: block;
}
/* 产品详情 */
.xq_main {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 150px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .xq_main {
    width: 100%;
    padding: 40px 15px;
  }
}
.xq_main .title {
  font-size: 40px;
  color: #000000;
  line-height: 40px;
}
@media (max-width: 767px) {
  .xq_main .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  }
}
.xq_main .desc {
  padding-top: 50px;
  font-size: 18px;
  color: #000000;
  line-height: 40px;
}
@media (max-width: 767px) {
  .xq_main .desc {
    padding-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
}
/* 公司介绍 */
.gs_main {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .gs_main {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .gs_main {
    width: 100%;
    padding: 0 15px;
  }
}
.gs_one {
  padding: 100px 0;
  text-align: center;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
  width: 100%;
}
@media (max-width: 1260px) {
  .gs_one {
    padding: 80px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gs_one {
    padding: 35px 0;
    font-size: 15px;
    line-height: 30px;
  }
}
.gs_info {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 36px;
}
@media (max-width: 1260px) {
  .gs_info {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .gs_info {
    padding: 35px 0;
    font-size: 15px;
    line-height: 30px;
    flex-wrap: wrap;
  }
}
.gs_info .title {
  width: 50%;
  padding: 0 80px;
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .gs_info .title {
    padding: 0;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .gs_info .title {
    font-size: 18px;
    width: 100%;
  }
}
.gs_info .desc {
  width: 50%;
  font-size: 18px;
  color: #000000;
  line-height: 40px;
}
@media (max-width: 1260px) {
  .gs_info .desc {
    padding: 0;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .gs_info .desc {
    font-size: 15px;
    width: 100%;
    line-height: 28px;
    padding-top: 10px;
  }
}
.gs_info2 {
  flex-direction: row-reverse;
}
.gs_info2 .title {
  text-align: right;
}
/* 品牌介绍 */
.pp_main {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  .pp_main {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .pp_main {
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 15px;
  }
}
.pp_main .pimg {
  background: url(../images/bg_04.png) no-repeat center center;
  background-size: cover;
  width: 52%;
  padding: 50px 0 0 50px;
}
.pp_main .pimg img {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: saturate(100%) blur(10px);
}
@media (max-width: 1260px) {
  .pp_main .pimg {
    padding: 30px 0 0 30px;
  }
}
@media (max-width: 767px) {
  .pp_main .pimg {
    width: 100%;
    padding: 15px 0 0 15px;
  }
}
.pp_main .nei {
  width: 40%;
}
@media (max-width: 1260px) {
  .pp_main .nei {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .pp_main .nei {
    width: 100%;
    padding-top: 30px;
  }
}
.pp_main .nei .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 767px) {
  .pp_main .nei .title {
    font-size: 18px;
  }
}
.pp_main .nei .desc {
  text-align: justify;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  padding: 35px 0;
}
@media (max-width: 1260px) {
  .pp_main .nei .desc {
    padding: 25px 0;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .pp_main .nei .desc {
    padding: 10px 0;
    line-height: 28px;
  }
}
.pp_main .more {
  display: block;
  width: 121px;
  background: #F6AD3A;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .pp_main .more {
    line-height: 34px;
    width: 110px;
  }
}
.pp_main .more:hover {
  background: #EE930B;
}
/* 联系我们 */
.lx_main {
  position: relative;
}
.lx_main .bg_img {
  display: block;
  width: 100%;
}
@media (max-width: 1260px) {
  .lx_main .bg_img {
    height: 800px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .lx_main .bg_img {
    height: 640px;
    object-fit: cover;
  }
}
.lx_main .nei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
}
.lx_main .info_ly {
  width: 800px;
  max-width: 90%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(39, 39, 39, 0.3);
  backdrop-filter: saturate(100%) blur(10px);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .lx_main .info_ly {
    padding: 20px;
  }
}
.lx_main .title {
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding-bottom: 30px;
  font-size: 22px;
  width: 100%;
}
@media (max-width: 767px) {
  .lx_main .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.lx_main .txt {
  width: 48%;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lx_main .txt {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 16px;
  }
}
.lx_main .txt::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.lx_main .txt:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.lx_main .txt::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.lx_main .txt:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.lx_main .txt_desc {
  width: 100%;
  box-sizing: border-box;
  height: 160px;
  line-height: 34px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .lx_main .txt_desc {
    padding: 10px 15px;
    line-height: 28px;
  }
}
.lx_main .pbtn {
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.lx_main .pbtn .btn {
  width: 202px;
  line-height: 68px;
  font-size: 20px;
  height: 68px;
  text-align: center;
  color: #fff;
  background: #F6AD3A;
  transition: 0.5s;
}
.lx_main .pbtn .btn:hover {
  background: #EE930B;
}
@media (max-width: 767px) {
  .lx_main .pbtn .btn {
    width: 150px;
    line-height: 50px;
    font-size: 18px;
    height: 50px;
  }
}
/* 反馈 */
.fankui {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .fankui {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.fankui .fk_right {
  width: 50%;
}
.fankui .fk_right img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .fankui .fk_right {
    width: 100%;
  }
}
.fankui .fk_left {
  width: 46%;
}
@media (max-width: 767px) {
  .fankui .fk_left {
    width: 100%;
    padding: 20px 15px;
  }
}
.fankui .fk_title {
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1260px) {
  .fankui .fk_title {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .fankui .fk_title {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 30px;
  }
}
.fankui .fk_title:first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0px;
}
.fankui .fk_title .btn_add {
  cursor: pointer;
}
.fk_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .fk_list li {
    margin-bottom: 15px;
  }
}
.fk_list .tit {
  flex-shrink: 0;
  padding-left: 20px;
  width: 210px;
  margin-right: 15px;
  line-height: 40px;
  color: #808080;
  height: 40px;
  font-size: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1260px) {
  .fk_list .tit {
    line-height: 60px;
    height: 60px;
    font-size: 17px;
    width: 190px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .fk_list .tit {
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    width: 160px;
    padding-left: 10px;
  }
}
.fk_list .txt {
  width: 100%;
  line-height: 70px;
  height: 70px;
  font-size: 18px;
}
@media (max-width: 1260px) {
  .fk_list .txt {
    font-size: 17px;
    line-height: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .fk_list .txt {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
  }
}
.fk_list .select {
  background: url(../images/jt1.png) no-repeat right center;
  background-size: 40px;
}
@media (max-width: 1260px) {
  .fk_list .select {
    background-size: 35px;
  }
}
@media (max-width: 767px) {
  .fk_list .select {
    background-size: 25px;
  }
}
.fk_info .nei {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px 20px 0 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .fk_info .nei {
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
  }
}
.fk_info .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  background: url(../images/bg_close.png) no-repeat left top;
  background-size: 100% 100%;
  cursor: pointer;
}
.fk_btn {
  line-height: 66px;
  text-align: center;
  color: #fff;
  display: block;
  background: #000;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 50px;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .fk_btn {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .fk_btn {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 30px 0;
    line-height: 50px;
  }
}
.p_top {
  padding-top: 190px;
}
@media (max-width: 1260px) {
  .p_top {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  .p_top {
    padding-top: 70px;
  }
}
/* 搜索页 */
.searchMain {
  min-height: 70vh;
}
.search {
  margin: 80px 20%;
  padding: 80px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
}
@media (max-width: 1260px) {
  .search {
    margin: 40px 0%;
    padding: 70px 0 0 0;
  }
}
@media (max-width: 767px) {
  .search {
    margin: 30px 15px;
    padding: 60px 0 0 0;
  }
}
.search .txt {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
}
@media (max-width: 1260px) {
  .search .txt {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .search .txt {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.search .btn {
  width: 80px;
  height: 80px;
  border: 0;
  background: url(../images/bg_06.png) no-repeat center center;
  background-size: 25px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .search .btn {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .search .btn {
    height: 50px;
    background-size: 20px;
    width: 50px;
  }
}
.search .txt::-webkit-input-placeholder {
  color: #999;
  font-size: 20px;
}
.search .txt:-moz-placeholder {
  color: #999;
  font-size: 20px;
}
.search .txt::-moz-placeholder {
  color: #999;
  font-size: 20px;
}
.search .txt:-ms-input-placeholder {
  color: #999;
  font-size: 20px;
}
@media (max-width: 767px) {
  .search .txt::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
  }
  .search .txt:-moz-placeholder {
    color: #999;
    font-size: 15px;
  }
  .search .txt::-moz-placeholder {
    color: #999;
    font-size: 15px;
  }
  .search .txt:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
  }
}
/* 产品详情 */
.cpMain {
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
}
.cpMain .fan {
  z-index: 10000;
  position: sticky;
  top: 150px;
  left: 2%;
  width: 40px;
  height: 40px;
  background: url(../images/fan.png) no-repeat center center;
  background-size: auto 30px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .cpMain .fan {
    top: 90px;
    width: 30px;
    height: 30px;
    background-size: auto 20px;
  }
}
@media (max-width: 1260px) {
  .cpMain {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cpMain {
    flex-wrap: wrap;
    height: auto;
  }
}
.cpMain .cp_left {
  height: 100vh;
  width: 50%;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .cpMain .cp_left {
    width: 100%;
  }
}
.cpMain .bigImg {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.cpMain .bigImg .swiper-pagination {
  display: none;
}
@media (max-width: 1260px) {
  .cpMain .bigImg {
    height: 80vh;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cpMain .bigImg {
    width: 100%;
    height: 60vh;
    margin-top: 70px;
  }
  .cpMain .bigImg .swiper-pagination {
    display: block;
  }
}
.cpMain .bigImg .swiper-slide {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cpMain .bigImg .swiper-slide img {
  max-width: 75%;
  max-height: 75%;
}
.cpMain .bigImg .swiper-scrollbar.swiper-scrollbar-vertical,
.cpMain .bigImg .swiper-vertical > .swiper-scrollbar {
  right: 0;
}
.cpMain .xImg {
  position: absolute;
  top: 20%;
  right: 0;
  transition: 0.5s;
  opacity: 1;
  z-index: 10;
  width: 100px;
  height: 60%;
  overflow: hidden;
  display: block;
}
.cpMain .xImg .swiper-slide {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
  border: 2px solid #fff;
}
.cpMain .xImg .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1260px) {
  .cpMain .xImg .swiper-slide {
    width: 50px;
    height: 50px;
  }
}
.cpMain .xImg .swiper-slide-thumb-active {
  border: 2px solid #0D0D0D;
}
@media (max-width: 1260px) {
  .cpMain .xImg {
    right: 0;
    opacity: 1;
    width: 60px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cpMain .xImg {
    display: none;
  }
}
.cp_right {
  background: #fff;
  min-height: 100vh;
  width: 50%;
  padding: 180px 9% 60px 80px;
}
@media (max-width: 1260px) {
  .cp_right {
    padding: 140px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cp_right {
    padding: 30px 15px 30px 15px;
    width: 100%;
  }
}
.cp_right .title {
  font-size: 30px;
  color: #434453;
  font-weight: bold;
  line-height: 40px;
  padding-bottom: 30px;
}
@media (max-width: 1260px) {
  .cp_right .title {
    padding-bottom: 20px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cp_right .title {
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}
.cp_right .tishi {
  padding-bottom: 30px;
  font-size: 20px;
  color: #73568A;
  line-height: 40px;
}
@media (max-width: 1260px) {
  .cp_right .tishi {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .cp_right .tishi {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 30px;
  }
}
.cp_right .desc {
  font-size: 20px;
  color: #000000;
  line-height: 40px;
}
@media (max-width: 1260px) {
  .cp_right .desc {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .cp_right .desc {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 30px;
  }
}
.cp_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 40px 0;
}
@media (max-width: 1260px) {
  .cp_menu {
    padding: 20px 0 30px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cp_menu {
    padding: 15px 0 25px 0;
  }
}
.cp_menu li {
  padding: 0 25px;
}
@media (max-width: 1260px) {
  .cp_menu li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cp_menu li {
    padding: 0 10px;
  }
}
.cp_menu a {
  line-height: 70px;
  color: #A8A8A8;
  font-size: 25px;
  background: url(../images/bg_02.png) no-repeat bottom center;
  background-size: 0 2px;
  transition: 0.5s;
  display: inline-block;
}
@media (max-width: 1260px) {
  .cp_menu a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .cp_menu a {
    font-size: 15px;
    line-height: 40px;
  }
}
.cp_menu .sel {
  background-size: 100% 2px;
  color: #000;
}
@media (max-width: 767px) {
  .cp_menu .sel {
    background-size: 100% 2px;
  }
}
