@charset "utf-8";
:root {
  --color: #fe7900;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'font-shuzi';
  src: url("../../font/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.font-shuzi {
  font-family: 'font-shuzi', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  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 {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fe7900;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
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-style: inherit;
  font-size: inherit;
  font-weight: normal;
  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 {
  margin: 0 auto;
  width: 85%;
  max-width: 1260px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fe7900;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #fe7900;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #fe7900;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #fe7900;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #373737;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 0.7rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
    padding: 0 5%;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #ffffff;
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box svg {
  height: 0.43rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box svg {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box svg .cls-1 {
  fill: #Fff;
  stroke: none;
  opacity: 1;
}
#c-header .c-logo .c-img-box svg .cls-2 {
  fill: #fff;
  stroke-width: 0.95px;
}
#c-header .c-logo .c-img-box svg .cls-3 {
  fill: #fff;
  stroke-width: 0.95px;
}
#c-header .c-logo .c-img-box img {
  height: 0.43rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.8rem;
  }
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box svg .cls-1 {
  fill: #02538a;
  opacity: 1;
}
#c-header.c-style2 .c-logo .c-img-box svg .cls-2 {
  fill: url(#jianbian45--inject-1);
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  width: 1.7rem;
  text-align: center;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li > .c-title-box + .cn100 {
  width: 300vw;
  box-shadow: none;
  background-color: transparent;
}
#c-header .c-nav > li > .c-title-box + .cn100 em {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 300vw;
  height: 1.24rem;
  background-color: rgba(255, 255, 255, 0.9);
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 {
  border-bottom: 0;
  display: inline-block;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102 {
  line-height: 1.24rem;
  color: #666666;
  padding: 0 0.4rem;
  position: relative;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102:hover {
  color: #fe7900;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101 .cn102::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav > li > .c-title-box + .cn100 .cn101:last-child .cn102::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 0.68rem;
  background-color: #d4d4d4;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fe7900;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #fe7900;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #fe7900 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #fe7900;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form .searchsbutton img,
#c-header .c-gn form .searchsbutton svg {
  width: 18px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
}
#c-header .c-gn form .searchsbutton img path,
#c-header .c-gn form .searchsbutton svg path {
  fill: #fff;
}
#c-header .c-gn form .searchsbutton:hover > svg path {
  fill: #fe7900 !important;
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #fe7900;
  cursor: pointer;
}
#c-header .c-gn .c-language {
  padding-left: 0.35rem;
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .c-gn .c-language .cn18 {
  color: #Fff;
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .cn18 svg {
  margin-left: 0.1rem;
}
#c-header .c-gn .c-language .cn18 svg path {
  fill: #fff;
  opacity: 1;
}
#c-header .c-gn .c-language .cn19 {
  position: absolute;
  width: 100px;
  top: 100%;
  right: 0;
  line-height: 0.5rem;
  display: none;
}
#c-header .c-gn .c-language .cn19 .cn20 {
  line-height: 0.5rem;
  background-color: #fff;
  position: relative;
}
#c-header .c-gn .c-language .cn19 .cn20::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fe7900;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .cn19 .cn20 .cn21 {
  color: #222;
  height: 0.5rem;
  line-height: 0.5rem;
  transform: all 0.4s;
  position: relative;
}
#c-header .c-gn .c-language .cn19 .cn20:hover::before {
  width: 100%;
}
#c-header .c-gn .c-language .cn19 .cn20:hover .cn21 {
  color: #fe7900;
}
#c-header .c-gn .c-language:hover .cn19 {
  display: block;
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #fe7900;
}
#c-header.c-style2 .c-language .cn18 {
  color: #222;
}
#c-header.c-style2 .c-language .cn18 svg path {
  fill: #222;
  opacity: 1;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fe7900;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #fe7900;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #fe7900;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #fe7900;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #fe7900;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: #fe7900;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.font80 {
  font-size: 0.72rem;
  line-height: 1em;
}
.font72 {
  font-size: 0.72rem;
  line-height: 1em;
}
.font60 {
  font-size: 0.6rem;
  line-height: 1em;
}
@media (max-width: 991px) {
  .font60 {
    font-size: 0.5rem;
  }
}
.font54 {
  font-size: 0.54rem;
  line-height: 1em;
}
@media (max-width: 991px) {
  .font54 {
    font-size: 0.5rem;
  }
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 991px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  line-height: 1.5em;
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  line-height: 1.5em;
  font-size: 26px;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  line-height: 1.5em;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font22 {
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  line-height: 1.5em;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  line-height: 1.5em;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.28rem;
  }
}
.font-b {
  font-weight: bold;
}
.nav-banner {
  position: relative;
}
.nav-banner .img-box {
  width: 100%;
  height: 8rem;
}
.nav-banner .img-box .pc-img {
  width: 100%;
  height: 8rem;
}
@media (max-width: 991px) {
  .nav-banner .img-box .pc-img {
    display: none;
  }
}
.nav-banner .img-box .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-banner .img-box .mb-img {
  width: 100%;
  height: 8rem;
  display: none;
}
@media (max-width: 991px) {
  .nav-banner .img-box .mb-img {
    display: block;
  }
}
.nav-banner .img-box .mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #Fff;
}
.nav-banner .container .cn2 {
  margin-top: 0.35rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-banner .container .cn2 .cn3 {
  color: #fff;
  transition: all 0.4s;
}
.nav-banner .container .cn2 .cn3:hover {
  color: #fe7900;
}
.nav-banner .container .cn2 .cn4 {
  margin: 0 0.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-banner .container .cn2 .cn4 svg {
  width: 15px;
  height: 10px;
}
.nav-banner .container .cn2 .cn4 svg path {
  fill: #fff;
  opacity: 1;
}
.nav-banner .container .cn5 {
  margin-top: 0.4rem;
  text-align: center;
  color: #ffffff;
}
.nav-banner .container .cn99 {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.nav-banner .container .cn99 .cn4 {
  background-color: transparent;
  margin: 0 0.3rem;
  border: 1px solid #fff;
}
.nav-banner .container .cn99 .cn4 span {
  color: #fff;
}
.nav-banner .container .cn99 .cn4:hover {
  border: 1px solid #fe7900;
  background-color: #fe7900;
}
.nav-banner2 {
  position: relative;
}
.nav-banner2 .img-box {
  width: 100%;
  height: 8.5rem;
}
.nav-banner2 .img-box .pc-img {
  width: 100%;
  height: 8.5rem;
}
@media (max-width: 991px) {
  .nav-banner2 .img-box .pc-img {
    display: none;
  }
}
.nav-banner2 .img-box .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-banner2 .img-box .mb-img {
  width: 100%;
  height: 8.5rem;
  display: none;
}
@media (max-width: 991px) {
  .nav-banner2 .img-box .mb-img {
    display: block;
  }
}
.nav-banner2 .img-box .mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-banner2 .container {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #Fff;
}
.nav-banner2 .container .cn2 {
  margin-top: 0.35rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-banner2 .container .cn2 .cn3 {
  color: #fff;
}
.nav-banner2 .container .cn2 .cn4 {
  margin: 0 0.1rem;
  color: #fff;
}
.nav-banner2 .container .cn5 {
  margin-top: 0.2rem;
  text-align: center;
  color: #ffffff;
}
.z-footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.z-footer .z-footer1 {
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.z-footer .z-footer1 .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  justify-content: space-between;
}
.z-footer .z-footer1 .container .left {
  width: 22%;
}
@media (max-width: 991px) {
  .z-footer .z-footer1 .container .left {
    width: 100%;
  }
}
.z-footer .z-footer1 .container .left .cn1 {
  color: #ffffff;
  line-height: 0.4rem;
}
@media (max-width: 991px) {
  .z-footer .z-footer1 .container .left .cn1 {
    line-height: 1.5em;
  }
}
.z-footer .z-footer1 .container .left .cn2 {
  margin-top: 0.3rem;
  width: 68%;
  height: 0.54rem;
  line-height: 0.54rem;
  background-color: #fff;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .z-footer .z-footer1 .container .left .cn2 {
    width: 100%;
    line-height: 0.76rem;
    height: 0.76rem;
  }
}
.z-footer .z-footer1 .container .left .cn2 .cn9 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.z-footer .z-footer1 .container .left .cn2 .cn9 span:nth-child(1) {
  color: #222222;
}
.z-footer .z-footer1 .container .left .cn2 .cn9 span:nth-child(2) {
  color: #000;
}
.z-footer .z-footer1 .container .left .cn2 .cn10 {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #Fff;
  width: 100%;
  padding: 0 0.2rem;
  z-index: 9;
}
.z-footer .z-footer1 .container .left .cn2 .cn10 .cn11 .cn6 {
  color: #666;
  transition: all 0.4s;
}
.z-footer .z-footer1 .container .left .cn2 .cn10 .cn11 .cn6:hover {
  color: #fe7900;
}
.z-footer .z-footer1 .container .left .cn3 {
  margin-top: 0.45rem;
  display: flex;
}
.z-footer .z-footer1 .container .left .cn3 .cn4 {
  margin-right: 0.15rem;
  position: relative;
}
@media (max-width: 991px) {
  .z-footer .z-footer1 .container .left .cn3 .cn4 {
    margin-right: 0.5rem;
  }
}
.z-footer .z-footer1 .container .left .cn3 .cn4 svg path {
  fill: #Fff;
  opacity: 1;
}
.z-footer .z-footer1 .container .left .cn3 .cn4 .cn5 {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #Fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
}
.z-footer .z-footer1 .container .left .cn3 .cn4 .cn5 img {
  width: 90px;
  height: 90px;
  transition: all 0.4s;
}
.z-footer .z-footer1 .container .left .cn3 .cn4 .cn5:hover img {
  transform: scale(1.05);
}
.z-footer .z-footer1 .container .left .cn3 .cn4:hover .cn5 {
  display: block;
}
.z-footer .z-footer1 .container .right {
  display: flex;
}
@media (max-width: 991px) {
  .z-footer .z-footer1 .container .right {
    display: none;
  }
}
.z-footer .z-footer1 .container .right .cn5 {
  display: flex;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 {
  margin-left: 0.85rem;
}
.z-footer .z-footer1 .container .right .cn5 .cn6:nth-child(1) {
  margin-left: 0;
}
@media (max-width: 1580px) {
  .z-footer .z-footer1 .container .right .cn5 .cn6 {
    margin-left: 0.5rem;
  }
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn7 {
  color: #ffffff;
  position: relative;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn7::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #Fff;
  transition: all 0.4s;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn7:hover {
  color: #ffffff;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn7:hover::before {
  width: 100%;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn8 {
  margin-top: 0.35rem;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn8 .cn9 {
  margin-bottom: 0.2rem;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn8 .cn9 .cn10 {
  color: rgba(255, 255, 255, 0.48);
  transition: all 0.4s;
  position: relative;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn8 .cn9 .cn10::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #Fff;
  transition: all 0.4s;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn8 .cn9 .cn10:hover {
  color: #ffffff;
}
.z-footer .z-footer1 .container .right .cn5 .cn6 .cn8 .cn9 .cn10:hover::before {
  width: 100%;
}
.z-footer .z-footer2 {
  padding: 0.3rem 0 0.4rem;
}
.z-footer .z-footer2 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .z-footer .z-footer2 .container {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .z-footer .z-footer2 .container .left {
    width: 100%;
    text-align: center;
  }
}
.z-footer .z-footer2 .container .left .cn3 {
  color: rgba(255, 255, 255, 0.24);
}
@media (max-width: 991px) {
  .z-footer .z-footer2 .container .left .cn3 {
    font-size: 0.24rem;
  }
}
.z-footer .z-footer2 .container .left .cn3 .cn4 {
  transform: all 0.4s;
}
.z-footer .z-footer2 .container .left .cn3 .cn4:hover {
  color: #Fff;
}
.z-footer .z-footer2 .container .right {
  display: block;
}
@media (max-width: 991px) {
  .z-footer .z-footer2 .container .right {
    width: 100%;
    text-align: center;
  }
}
.z-footer .z-footer2 .container .right .cn2 {
  color: rgba(255, 255, 255, 0.24);
  margin-left: 0.25rem;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .z-footer .z-footer2 .container .right .cn2 {
    font-size: 0.24rem;
    margin: 0 0.15rem;
  }
}
.z-footer .z-footer2 .container .right .cn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ffff;
  transition: all 0.4s;
}
.z-footer .z-footer2 .container .right .cn2:hover {
  color: #Fff;
}
.z-footer .z-footer2 .container .right .cn2:hover::before {
  width: 100%;
}
.index-banner {
  width: 100%;
  height: 100vh;
}
.index-banner .index-bannera1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.index-banner .index-bannera1 .swiper-slide {
  position: relative;
}
.index-banner .index-bannera1 .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.index-banner .index-bannera1 .swiper-slide .img .pc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .img .pc-img {
    display: none;
  }
}
.index-banner .index-bannera1 .swiper-slide .img .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .index-bannera1 .swiper-slide .img .pc-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .img .pc-video {
    display: none;
  }
}
.index-banner .index-bannera1 .swiper-slide .img .pc-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-banner .index-bannera1 .swiper-slide .img .mb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.index-banner .index-bannera1 .swiper-slide .img .mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .img .mb-img {
    display: block;
  }
}
.index-banner .index-bannera1 .swiper-slide .text {
  position: absolute;
  left: 17.44791667%;
  top: 45%;
  transform: translateY(-50%);
  width: 70.3125%;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .text {
    top: 50%;
    left: 5%;
    width: 90%;
  }
}
.index-banner .index-bannera1 .swiper-slide .text .cn1 {
  color: #ffffff;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.4s;
}
.index-banner .index-bannera1 .swiper-slide .text .cn2 {
  color: #ffffff;
  line-height: 1.3em;
  transform: translateY(60px);
  opacity: 0;
  transition: all 0.4s;
}
.index-banner .index-bannera1 .swiper-slide .box {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .box {
    left: 5%;
    width: 90%;
  }
}
.index-banner .index-bannera1 .swiper-slide .box .jiantou {
  width: 17.44791667%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .box .jiantou {
    width: 1.7rem;
    justify-content: flex-start;
  }
}
.index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1left {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
  cursor: pointer;
}
.index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1left svg {
  transform: rotate(180deg);
}
.index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1left svg path {
  fill: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1left:hover {
    z-index: 2;
    background-color: #fe7900;
    border: 1px solid #fe7900;
  }
}
.index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1right {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: -0.15rem;
  transition: all 0.4s;
  cursor: pointer;
}
.index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1right svg path {
  fill: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .index-banner .index-bannera1 .swiper-slide .box .jiantou .bannera1right:hover {
    z-index: 2;
    background-color: #fe7900;
    border: 1px solid #fe7900;
  }
}
.index-banner .index-bannera1 .swiper-slide .box .fenye {
  width: 70.3125%;
  position: relative;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .box .fenye {
    width: calc(100% - 2.7rem);
  }
}
.index-banner .index-bannera1 .swiper-slide .box .fenye .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
}
.index-banner .index-bannera1 .swiper-slide .box .fenye .line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fe7900;
}
.index-banner .index-bannera1 .swiper-slide .box .jia {
  width: 12.23958333%;
  padding-left: 3.125%;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .box .jia {
    width: 1rem;
    padding-left: 0.2rem;
  }
}
.index-banner .index-bannera1 .swiper-slide .box .jia .jiabutton {
  width: 56px;
  height: 56px;
  background-color: #fe7900;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-banner .index-bannera1 .swiper-slide .box .jia .jiabutton {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.index-banner .index-bannera1 .swiper-slide .box .jia .jiabutton span:nth-child(1) {
  width: 14px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.index-banner .index-bannera1 .swiper-slide .box .jia .jiabutton span:nth-child(2) {
  width: 2px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.index-banner .index-bannera1 .swiper-slide .box .jia .jiabutton:hover {
  transform: rotate(180deg);
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .img .pc-img img {
  animation: mybanner 10s 1;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .img .mb-img img {
  animation: mybanner 10s 1;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .text .cn1 {
  transform: translateY(0);
  opacity: 1;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .text .cn2 {
  transform: translateY(0);
  opacity: 1;
}
.index-banner .index-bannera1 .swiper-slide.ani-slide .box .fenye .line span {
  animation: bannerwidth 5s 1 linear;
}
@keyframes mybanner {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes bannerwidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.index-gonggao .container {
  display: flex;
  align-items: center;
  max-width: 1500px;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 1px solid #d2d2d2;
}
.index-gonggao .container .cn1 {
  width: 0.67rem;
  display: flex;
  align-items: center;
}
.index-gonggao .container .cn1 svg {
  width: 0.28rem;
}
.index-gonggao .container .cn1 svg path {
  fill: #fe7900;
  opacity: 1;
}
.index-gonggao .container .box1 {
  width: calc(100% - 0.67rem);
}
.index-gonggao .container .box1 a {
  line-height: 0.8rem;
  margin-right: 1.8rem;
  color: #222;
}
.index-gonggao .container .box1 a .cn3 {
  color: #222222;
  margin-right: 0.6rem;
}
.index-gonggao .container .box1 a .cn2 {
  color: #666666;
}
.index-gonggao .container .box1 a:hover .cn3 {
  color: #fe7900;
}
.index-gonggao .container .box1 a:hover .cn2 {
  color: #fe7900;
}
.index-about {
  margin-top: 0.85rem;
  padding-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .index-about {
    padding-bottom: 0.85rem;
  }
}
.index-about .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  justify-content: space-between;
}
.index-about .container .left {
  width: 42.66666667%;
}
@media (max-width: 767px) {
  .index-about .container .left {
    width: 100%;
  }
}
.index-about .container .left .cn1 {
  line-height: 1.8125em;
  color: #666;
  margin: 0.1rem 0;
}
.index-about .container .left .cn2 {
  line-height: 1.18181818em;
  color: #000;
  width: 90.625%;
}
@media (max-width: 991px) {
  .index-about .container .left .cn2 {
    width: 100%;
  }
}
.index-about .container .left .cn3 {
  margin: 0.3rem 0 0.5rem;
  line-height: 1.625em;
  color: #666;
  width: 75%;
}
@media (max-width: 991px) {
  .index-about .container .left .cn3 {
    width: 100%;
  }
}
.index-about .container .left .cn4 {
  margin-bottom: 1.85rem;
}
@media (max-width: 991px) {
  .index-about .container .left .cn4 {
    margin-bottom: 0.6rem;
  }
}
.index-about .container .left .img {
  top: 30%;
}
@media (max-width: 991px) {
  .index-about .container .left .img {
    top: 0 !important;
  }
}
.index-about .container .left .img::before {
  padding-top: 65.625%;
}
.index-about .container .left .img:hover img {
  transform: scale(1.05);
}
.index-about .container .left .img .box3 {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.6rem;
  height: 3.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-about .container .left .img .box3 {
    display: none;
    width: 3rem;
    height: 3rem;
  }
}
.index-about .container .left .img .box3 .box4 {
  width: 90%;
}
.index-about .container .left .img .box3 .box4 .cn15 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 1.71428571;
}
.index-about .container .left .img .box3 .box4 .cn16 {
  margin: 0.5rem auto 0;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about .container .left .img .box3 .box4 .cn16 svg {
  width: 0.18rem;
  height: 0.11rem;
  transform: rotate(-45deg);
}
.index-about .container .left .img .box3 .box4 .cn16 svg path {
  fill: #fe7900;
}
.index-about .container .left .img:hover .box3 {
  display: flex;
  animation: indexcase 0.5s 1;
}
.index-about .container .right {
  width: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .index-about .container .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.index-about .container .right .box {
  position: relative;
  cursor: pointer;
}
.index-about .container .right .box:hover .img2 img {
  transform: scale(1.05);
}
.index-about .container .right .box:hover .img3 svg {
  transform: scale(1.05);
}
.index-about .container .right .box:hover .img3 svg path {
  fill: #fe7900;
}
.index-about .container .right .img2::before {
  padding-top: 127.08333333%;
}
.index-about .container .right .img3 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.index-about .container .right .img3 svg {
  transition: all 0.5s;
  width: 1.15rem;
  height: 1.15rem;
}
.index-about .container .right .img3 svg path {
  fill: #fff;
  opacity: 1;
}
.index-product {
  position: relative;
  width: 100%;
  height: 8.4rem;
}
.index-product .img {
  width: 100%;
  height: 100%;
}
.index-product .img .pc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-product .img .pc-img {
    display: none;
  }
}
.index-product .img .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-product .img .mb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.index-product .img .mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-product .img .mb-img {
    display: block;
  }
}
.index-product .container {
  left: 50%;
  transform: translate(-50%);
  top: 0;
  max-width: 1500px;
  z-index: 2;
  position: absolute;
}
@media (max-width: 991px) {
  .index-product .container {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.index-product .container .text {
  padding: 0.5rem 0.5rem 0.9rem;
  background-color: #fff;
  width: 30.93333333%;
  max-height: 8rem;
  overflow: auto;
}
@media (max-width: 1580px) {
  .index-product .container .text {
    padding: 0.5rem 0.2rem;
  }
}
@media (max-width: 991px) {
  .index-product .container .text {
    padding: 0.5rem;
    width: 100%;
  }
}
.index-product .container .text .cn1 {
  color: #666666;
  line-height: 1.8125em;
  margin-top: 0.1rem;
}
.index-product .container .text .cn2 {
  color: #222222;
  line-height: 1.18181818em;
}
.index-product .container .text .cn3 {
  margin-top: 0.3rem;
}
.index-product .container .text .cn3 .cn6 {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.index-product .container .text .cn3 .cn6 .cn4 {
  width: 28px;
  height: 28px;
  border: 1px solid #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .container .text .cn3 .cn6 .cn4 svg path {
  fill: #999999;
  opacity: 1;
  stroke: #999999;
}
.index-product .container .text .cn3 .cn6 .cn5 {
  padding-left: 0.2rem;
  width: calc(100% - 28px - 0.2rem);
  color: #666666;
}
.index-product .container .text .cn8 {
  margin-top: 0.45rem;
}
.index-case {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .index-case {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.index-case .container {
  max-width: 1500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-case .container .left {
  width: 48%;
}
@media (max-width: 767px) {
  .index-case .container .left {
    width: 100%;
  }
}
.index-case .container .left .cn1 {
  line-height: 1.8125em;
  color: #666;
  margin: 0.1rem 0;
}
.index-case .container .left .cn2 {
  line-height: 1.18181818em;
  color: #000;
  width: 61.11111111%;
}
@media (max-width: 991px) {
  .index-case .container .left .cn2 {
    width: 100%;
  }
}
.index-case .container .left .cn3 {
  margin: 0.3rem 0 1.9rem;
  line-height: 1.625em;
  color: #666;
  width: 66.66666667%;
}
@media (max-width: 991px) {
  .index-case .container .left .cn3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index-case .container .left .cn3 {
    margin: 0.3rem 0 0.6rem;
  }
}
.index-case .container .right {
  width: 48%;
}
@media (max-width: 767px) {
  .index-case .container .right {
    width: 100%;
  }
}
.index-case .container .right .box5 {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
}
.index-case .container .box {
  position: relative;
}
.index-case .container .box .img {
  position: relative;
}
.index-case .container .box .img::before {
  padding-top: 61.94444444%;
}
.index-case .container .box .img .box3 {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.6rem;
  height: 3.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .index-case .container .box .img .box3 {
    display: none;
    width: 3rem;
    height: 3rem;
  }
}
.index-case .container .box .img .box3 .box4 .cn5 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 1.71428571;
}
.index-case .container .box .img .box3 .box4 .cn6 {
  margin: 0.5rem auto 0;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-case .container .box .img .box3 .box4 .cn6 svg {
  width: 0.18rem;
  height: 0.11rem;
  transform: rotate(-45deg);
}
.index-case .container .box .img .box3 .box4 .cn6 svg path {
  fill: #fe7900;
}
.index-case .container .box .cn4 {
  margin: 0.1rem 0 0.9rem;
  line-height: 2.6em;
  color: #000;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-case .container .box .cn4 {
    line-height: 1.5em;
  }
}
.index-case .container .box:hover .img img {
  transform: scale(1.05);
}
.index-case .container .box:hover .img .box3 {
  display: flex;
  animation: indexcase 0.5s 1;
}
.index-case .container .box:hover .cn4 {
  opacity: 0;
}
@keyframes indexcase {
  from {
    top: 60%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
.index-logo {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .index-logo .str4 {
    margin: 0;
  }
}
.index-logo .str4 a {
  display: inline-block;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid #dddddd;
  background-color: #Fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .index-logo .str4 a {
    margin-right: 0.2rem;
  }
}
.index-logo .str4 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-logo .str4 a:hover {
  background-color: #fe7900;
  color: #fe7900;
}
.index-logo .str5 {
  margin-top: 0.2rem;
}
.index-logo .str5 a {
  display: inline-block;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid #dddddd;
  background-color: #Fff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .index-logo .str5 a {
    margin-right: 0.2rem;
  }
}
.index-logo .str5 a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-logo .str5 a:hover {
  background-color: #fe7900;
  color: #fe7900;
}
.index-news {
  margin-top: 1.2rem;
  padding-bottom: 1.8rem;
}
.index-news .container {
  max-width: 1500px;
}
.index-news .container .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.index-news .container .box1 .left .cn1 {
  line-height: 1.8125em;
  color: #666;
  margin: 0.1rem 0;
}
.index-news .container .box1 .left .cn2 {
  line-height: 1.18181818em;
  color: #000;
}
@media (max-width: 991px) {
  .index-news .container .box1 .left .cn2 {
    width: 100%;
  }
}
.index-news .container .box2 {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-news .container .box2 .left {
  width: 32.53333333%;
}
@media (max-width: 991px) {
  .index-news .container .box2 .left {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .index-news .container .box2 .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .index-news .container .box2 .left:nth-child(2) {
    display: none;
  }
}
.index-news .container .box2 .left .cn3 {
  display: block;
  background-color: #f9f9f9;
  padding: 0.44rem;
  margin-top: 0.15rem;
}
.index-news .container .box2 .left .cn3:nth-child(1) {
  margin-top: 0;
}
.index-news .container .box2 .left .cn3 .cn4 {
  color: #666666;
  line-height: 1.625em;
  transition: all 0.4s;
}
.index-news .container .box2 .left .cn3 .cn5 {
  color: #333;
  line-break: 1.40909091em;
  transition: all 0.4s;
}
.index-news .container .box2 .left .cn3 .cn6 {
  margin-top: 0.3rem;
  border-top: 1px solid #d6d6d6;
  padding-top: 0.3rem;
  transition: all 0.4s;
}
.index-news .container .box2 .left .cn3 .cn6 svg path {
  fill: #333;
  opacity: 1;
  transition: all 0.4s;
}
.index-news .container .box2 .left .cn3:hover {
  background-image: url(../images/q-img127.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-news .container .box2 .left .cn3:hover .cn4 {
  color: #Fff;
}
.index-news .container .box2 .left .cn3:hover .cn5 {
  color: #fff;
}
.index-news .container .box2 .left .cn3:hover .cn6 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.index-news .container .box2 .left .cn3:hover .cn6 svg path {
  fill: #fff;
}
.index-news .container .box2 .right {
  width: 32.4%;
}
@media (max-width: 991px) {
  .index-news .container .box2 .right {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .index-news .container .box2 .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.index-news .container .box2 .right .cn9 {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-news .container .box2 .right .cn9 .img {
  width: 100%;
  height: 100%;
}
.index-news .container .box2 .right .cn9 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.index-news .container .box2 .right .cn9 .cn10 {
  z-index: 4;
  bottom: 0.15rem;
  position: absolute;
  left: 0.15rem;
  background-color: #fff;
  padding: 0.44rem;
  width: calc(100% - 0.3rem);
}
.index-news .container .box2 .right .cn9 .cn10 .cn11 {
  color: #666666;
  line-height: 1.625em;
  margin-bottom: 0.15rem;
}
.index-news .container .box2 .right .cn9 .cn10 .cn12 {
  color: #000000;
  line-height: 1.40909091em;
  transition: all 0.4s;
}
.index-news .container .box2 .right .cn9:hover .img img {
  transform: scale(1.05);
}
.index-news .container .box2 .right .cn9:hover .cn10 .cn12 {
  color: #fe7900;
}
.sub_banner {
  width: 100%;
  height: 8rem;
  position: relative;
}
.sub_banner .mob_pc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub_banner .mob_pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sub_banner .mob_pc .xs {
    display: none;
  }
}
.sub_banner .mob_pc .yc {
  display: none;
}
@media (max-width: 767px) {
  .sub_banner .mob_pc .yc {
    display: block;
  }
}
.sub_banner .sub_banner_txt {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sub_banner .sub_banner_txt {
    padding: 0;
  }
}
.sub_banner .sub_banner_txt h2 {
  font-size: 0.6rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
.abocom_t {
  background: url(../images/abo_jj.jpg) no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.abocom_t .box {
  padding: 0.95rem 0 5.05rem;
}
@media (max-width: 767px) {
  .abocom_t .box {
    padding: 0.95rem 0 5.55rem;
  }
}
.abocom_t .box .g_title .abocom_t_p {
  margin-top: 0.25rem;
}
.abocom_t .box .g_title .abocom_t_p p {
  color: #666;
  text-align: center;
}
.abocom_t .box .g_title .abocom_t_p p span {
  color: #fe7900;
  font-weight: bold;
}
.abocom_t .box .txt {
  margin-top: 0.66rem;
  border-top: 1px solid #ceced0;
  padding-top: 0.66rem;
}
.abocom_t .box .txt h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.abocom_t .box .txt .g_p p {
  line-height: 1.9;
  color: #666;
  margin-bottom: 0.16rem;
}
.abo_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ceced0;
}
.abo_nav a {
  color: #333;
  height: 0.96rem;
  display: flex;
  align-items: center;
  margin: 0 0.5rem -1px;
  padding: 0 5px;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}
@media (max-width: 767px) {
  .abo_nav a {
    margin: 0 0.2rem -1px;
  }
}
.abo_nav a.on,
.abo_nav a:hover {
  color: #fe7900;
  border-color: #fe7900;
}
.g_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g_title h2 {
  font-size: 0.44rem;
  font-weight: bold;
  line-height: 1.2;
}
.g_title > p {
  color: #666;
  margin-top: 0.22rem;
}
.abocom_hx {
  padding: 1.4rem 0 0;
}
.abocom_hx .box {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .abocom_hx .box {
    flex-direction: column;
  }
}
.abocom_hx .box .left {
  width: 50%;
  padding-right: 0.95rem;
}
@media (max-width: 991px) {
  .abocom_hx .box .left {
    width: 100%;
    padding-right: 0;
  }
}
.abocom_hx .box .left h2 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 0.28rem;
}
.abocom_hx .box .left .g_p p {
  line-height: 1.8;
  margin-bottom: 0.2rem;
  color: #666;
}
.abocom_hx .box .right {
  width: 50%;
  padding-left: 0.3rem;
}
@media (max-width: 991px) {
  .abocom_hx .box .right {
    width: 100%;
    padding-left: 0;
  }
}
.abocom_hx .box .right img {
  width: 100%;
  height: auto;
}
.abocom_qy {
  padding: 0.82rem 0 1.7rem;
}
.abocom_qy .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .abocom_qy .box {
    flex-direction: column;
  }
}
.abocom_qy .box .item {
  width: 50%;
  margin-right: 12px;
  position: relative;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .abocom_qy .box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.abocom_qy .box .item:last-child {
  margin-right: 0;
}
.abocom_qy .box .item.on {
  width: 50.79%;
  flex-shrink: 0;
}
.abocom_qy .box .item.on .txt .show {
  z-index: -1;
  opacity: 0;
}
.abocom_qy .box .item.on .txt .hov {
  min-width: 100%;
  z-index: 1;
  opacity: 1;
  left: 0;
}
.abocom_qy .box .item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.abocom_qy .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abocom_qy .box .item .txt {
  position: relative;
  z-index: 10;
  height: 4.11rem;
  width: 100%;
}
@media (max-width: 1580px) {
  .abocom_qy .box .item .txt {
    height: 6.4rem;
  }
}
@media (max-width: 1260px) {
  .abocom_qy .box .item .txt {
    height: 5.4rem;
  }
}
.abocom_qy .box .item .txt .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0.3rem 0.28rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .abocom_qy .box .item .txt .show {
    z-index: -1 !important;
    opacity: 0 !important;
  }
}
.abocom_qy .box .item .txt .show h3 {
  width: 4em;
  font-weight: bold;
  color: #fff;
  line-height: 1.25;
}
.abocom_qy .box .item .txt .hov {
  height: 100%;
  min-width: 5.4rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  left: 1rem;
  transition: all 0.4s;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .abocom_qy .box .item .txt .hov {
    min-width: 100% !important;
    z-index: 1 !important;
    opacity: 1 !important;
    left: 0 !important;
  }
}
.abocom_qy .box .item .txt .hov .hov_bx {
  width: 100%;
  padding: 0.3rem 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.abocom_qy .box .item .txt .hov .hov_bx .left h3 {
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
}
.abocom_qy .box .item .txt .hov .hov_bx .left p {
  color: #fff;
  margin-top: 0.08rem;
}
.abocom_qy .box .item .txt .hov .hov_bx .right {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .abocom_qy .box .item .txt .hov .hov_bx .right {
    flex-shrink: 0;
    margin-left: 0.3rem;
  }
}
.abocom_qy .box .item .txt .hov .hov_bx .right svg {
  width: 0.6rem;
  height: auto;
}
@media (max-width: 767px) {
  .abocom_qy .box .item .txt .hov .hov_bx .right svg {
    width: 0.9rem;
  }
}
.abocom_qy .box .item .txt .hov .hov_bx .right svg path {
  fill: #fff;
}
.abocom_num {
  position: relative;
}
.abocom_num .bjimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.abocom_num .bjimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abocom_num .box {
  position: relative;
  z-index: 10;
  padding: 0.9rem 0;
  width: 78.12%;
  margin: auto;
}
@media (max-width: 767px) {
  .abocom_num .box {
    width: 90%;
  }
}
.abocom_num .box .numbx {
  padding: 1.04rem 0 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.abocom_num .box .numbx .item {
  width: 33.33%;
  margin: 0 0 0.9rem;
  padding: 0 0.95rem;
}
@media (max-width: 1260px) {
  .abocom_num .box .numbx .item {
    padding: 0 0.4rem;
  }
}
@media (max-width: 991px) {
  .abocom_num .box .numbx .item {
    width: 100%;
  }
}
.abocom_num .box .numbx .item .g_t {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #b5b5b5;
  display: flex;
  justify-content: center;
}
.abocom_num .box .numbx .item .g_t .counter {
  font-size: 0.6rem;
  color: #fe7900;
  font-weight: bold;
  line-height: 0.8;
}
.abocom_num .box .numbx .item .g_t .g_tr {
  color: #fe7900;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.abocom_num .box .numbx .item .g_t .g_tr p {
  font-size: 0.5rem;
  line-height: 1;
  font-weight: bold;
}
.abocom_num .box .numbx .item .g_t .g_tr span {
  margin-left: 10px;
  font-weight: bold;
  line-height: 0.8;
}
.abocom_num .box .numbx .item .txt {
  padding: 0.26rem 0.22rem 0;
}
.abocom_num .box .numbx .item .txt p {
  text-align: center;
  line-height: 1.7;
}
.abocom_deve {
  padding: 1.12rem 0 0;
}
.abocom_deve .deve_t {
  overflow: hidden;
  margin-top: 1.05rem;
}
.abocom_deve .deve_t .gallery-top {
  padding: 45px 0 0;
  overflow: initial;
}
.abocom_deve .deve_t .gallery-top .swiper-wrapper {
  margin-left: 125px;
}
@media (max-width: 767px) {
  .abocom_deve .deve_t .gallery-top .swiper-wrapper {
    margin-left: 56px;
  }
}
.abocom_deve .deve_t .gallery-top .swiper-slide-thumb-active .deve_t_box .i1 {
  background: #fe7900;
}
.abocom_deve .deve_t .gallery-top .swiper-slide-thumb-active .deve_t_box .i3 {
  width: 100%;
  transition: all 5s;
}
.abocom_deve .deve_t .gallery-top .swiper-slide-thumb-active .deve_t_box p {
  color: #fe7900;
}
.abocom_deve .deve_t .gallery-top .swiper-slide:last-child .deve_t_box .i2,
.abocom_deve .deve_t .gallery-top .swiper-slide:last-child .deve_t_box .i3 {
  display: none;
}
.abocom_deve .deve_t .gallery-top .deve_t_box {
  width: 100%;
  height: 11px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.abocom_deve .deve_t .gallery-top .deve_t_box .i1 {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #bcbcbc;
  flex-shrink: 0;
  transition: all 0.4s;
}
.abocom_deve .deve_t .gallery-top .deve_t_box .i2 {
  display: block;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
}
.abocom_deve .deve_t .gallery-top .deve_t_box .i3 {
  display: block;
  height: 1px;
  background: #fe7900;
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
}
.abocom_deve .deve_t .gallery-top .deve_t_box p {
  position: absolute;
  bottom: calc(100% + 0.18rem);
  left: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #222;
  font-family: 'ARVO';
}
.abocom_deve .deve_b {
  position: relative;
  margin-top: 0.52rem;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide {
  display: flex;
}
@media (max-width: 991px) {
  .abocom_deve .deve_b .gallery-thumbs .swiper-slide {
    flex-direction: column;
  }
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box {
  width: calc(100%/3);
  padding: 0.75rem 0.35rem 0.6rem 0.55rem;
  border: 1px solid #d9d9d9;
  border-left: none;
  margin-bottom: 2px;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box:first-child {
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box {
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    margin-bottom: 10px;
  }
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box h3 {
  font-size: 0.5rem;
  font-family: 'ARVO';
  line-height: 1;
  margin-bottom: 0.28rem;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul {
  height: 395px;
  overflow: auto;
  padding-right: 0.2rem;
}
@media screen and (max-width: 1400px) {
  .abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul {
    height: auto;
  }
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul:last-child {
  margin-bottom: 0;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul li {
  margin-bottom: 0.15rem;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul li .txt {
  display: flex;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul li .txt .moon {
  width: 55px;
  flex-shrink: 0;
  color: #222;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul li .txt .moon {
    width: 48px;
  }
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul li .txt .rtxt p {
  color: #666;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}
.abocom_deve .deve_b .gallery-thumbs .swiper-slide .deve_b_box ul li .img img {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
@media (max-width: 1260px) {
  .abocom_deve .deve_b .qie {
    display: none;
  }
}
.abocom_deve .deve_b .qie .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.abocom_deve .deve_b .qie .pub_nav:hover svg path {
  fill: #fe7900;
}
.abocom_deve .deve_b .qie .pub_nav svg {
  width: 33.33%;
  height: auto;
}
.abocom_deve .deve_b .qie .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.abocom_deve .deve_b .qie .pub_prev {
  left: -0.92rem;
}
.abocom_deve .deve_b .qie .pub_prev svg {
  transform: rotate(180deg);
}
.abocom_deve .deve_b .qie .pub_next {
  right: -0.92rem;
}
.abocom_ry {
  padding-top: 1.05rem;
}
.abocom_ry .g_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.62rem auto 0.7rem;
}
.abocom_ry .g_nav a {
  margin: 0 0.5rem;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {
  .abocom_ry .g_nav a {
    margin: 0 0.2rem;
  }
}
.abocom_ry .g_nav a.on {
  font-weight: bold;
  color: #fe7900;
}
.abocom_ry .box .item {
  height: 690px;
  overflow: auto;
  padding-right: 0.4rem;
}
@media (max-width: 1260px) {
  .abocom_ry .box .item {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .abocom_ry .box .item {
    height: 400px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .abocom_ry .box .item {
    height: auto;
    padding-right: 0;
  }
}
.abocom_ry .box .item .ry_bx ul {
  display: flex;
  flex-wrap: wrap;
}
.abocom_ry .box .item .ry_bx ul li {
  width: calc(100%/3);
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  padding: 0.15rem 0.3rem 0;
}
@media (max-width: 767px) {
  .abocom_ry .box .item .ry_bx ul li {
    width: 100%;
    border: 1px solid #ccc !important;
    margin-bottom: 0.4rem;
  }
}
.abocom_ry .box .item .ry_bx ul li .public-img:before {
  padding-top: 68.20809249%;
}
.abocom_ry .box .item .ry_bx ul li:nth-child(1),
.abocom_ry .box .item .ry_bx ul li:nth-child(2),
.abocom_ry .box .item .ry_bx ul li:nth-child(3) {
  border-top: 1px solid #ccc;
}
.abocom_ry .box .item .ry_bx ul li:nth-child(3n-2) {
  border-left: 1px solid #ccc;
}
.abocom_ry .box .item .ry_bx ul li .txt {
  height: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e0e0e0;
}
.abocom_ry .box .item .ry_bx ul li .txt h3 {
  color: #555;
}
.abocom_join {
  padding: 1.4rem 0 1.8rem;
}
@media (max-width: 767px) {
  .abocom_join {
    padding: 1rem 0 1.2rem;
  }
}
.abocom_join .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .abocom_join .box {
    flex-direction: column;
  }
}
.abocom_join .box .item {
  width: calc(50% - 0.18rem);
}
@media (max-width: 767px) {
  .abocom_join .box .item {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.abocom_join .box .item .public-img {
  margin-bottom: 0.2rem;
}
.abocom_join .box .item .public-img:before {
  padding-top: 62.29508197%;
}
.abocom_join .box .item .txt h3 {
  color: #333;
  line-height: 1.34;
  margin-bottom: 0.35rem;
}
.abocom_join .box .item .txt .g_a {
  padding: 0 0.36rem;
  height: 0.52rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #989898;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .abocom_join .box .item .txt .g_a {
    height: 0.8rem;
  }
}
.abocom_join .box .item .txt .g_a:hover {
  border-color: #fe7900;
}
.abocom_join .box .item .txt .g_a:hover p {
  color: #fe7900;
}
.abocom_join .box .item .txt .g_a:hover svg path {
  fill: #fe7900;
}
.abocom_join .box .item .txt .g_a p {
  margin-right: 0.12rem;
  font-weight: bold;
  width: 5em;
  transition: all 0.4s;
  color: #333;
}
.abocom_join .box .item .txt .g_a svg path {
  transition: all 0.4s;
  fill: #222;
}
.team-box1 {
  padding: 1.2rem 0 1.5rem;
}
.team-box1 .container .cn1 {
  color: #222222;
  line-height: 0.65671642em;
  margin-bottom: 0.4rem;
}
.team-box1 .container .box .box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.8rem;
}
.team-box1 .container .box .box2:nth-child(1) {
  margin-top: 0;
}
.team-box1 .container .box .box2 .img {
  width: 27.77777778%;
}
@media (max-width: 991px) {
  .team-box1 .container .box .box2 .img {
    width: 50%;
  }
}
.team-box1 .container .box .box2 .img::before {
  padding-top: 114.28571429%;
}
.team-box1 .container .box .box2 .cn2 {
  padding-left: 0.7rem;
  width: 72.22222222%;
}
@media (max-width: 991px) {
  .team-box1 .container .box .box2 .cn2 {
    padding-left: 0.4rem;
    width: 50%;
  }
}
.team-box1 .container .box .box2 .cn2 .cn3 {
  color: #222222;
  line-height: 1.375em;
  margin-bottom: 0.2rem;
}
.team-box1 .container .box .box2 .cn2 .cn3 .cn5 {
  margin-left: 0.1rem;
}
.team-box1 .container .box .box2 .cn2 .cn4 {
  color: #666;
  line-height: 1.875em;
  height: 16.875em;
  overflow-y: auto;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .team-box1 .container .box .box2 .cn2 .cn4 {
    height: 9.375em;
  }
}
.team-box1 .container .box .box2 .cn2 .cn4::-webkit-scrollbar {
  width: 2px;
}
.team-box2 {
  padding: 1.2rem 0 1.5rem;
  background-color: #f3f4f4;
}
.team-box2:nth-child(even) {
  background-color: #Fff;
}
.team-box2 .container .cn1 {
  color: #222222;
  line-height: 1.52272727em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0.5rem;
}
.team-box2 .container .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-box2 .container .box .box2 {
  width: 44.44444444%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  .team-box2 .container .box .box2 {
    width: 100%;
  }
}
.team-box2 .container .box .box2:nth-child(-n+2) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .team-box2 .container .box .box2:nth-child(-n+2) {
    margin-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .team-box2 .container .box .box2:nth-child(1) {
    margin-top: 0;
  }
}
.team-box2 .container .box .box2 .img {
  width: 50%;
}
.team-box2 .container .box .box2 .img::before {
  padding-top: 114.28571429%;
}
.team-box2 .container .box .box2 .cn2 {
  padding-left: 0.4rem;
  width: 50%;
}
.team-box2 .container .box .box2 .cn2 .cn3 {
  color: #222222;
  line-height: 1.375em;
  margin-bottom: 0.2rem;
}
.team-box2 .container .box .box2 .cn2 .cn3 .cn5 {
  margin-left: 0.1rem;
}
.team-box2 .container .box .box2 .cn2 .cn4 {
  color: #666;
  line-height: 1.71428571em;
  height: 15.42857143em;
  overflow-y: auto;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .team-box2 .container .box .box2 .cn2 .cn4 {
    height: 8.57142857em;
  }
}
.team-box2 .container .box .box2 .cn2 .cn4::-webkit-scrollbar {
  width: 2px;
}
.join-box1 {
  padding-top: 0.5rem;
}
.join-box1 .container .cn1 {
  color: #222222;
  text-align: center;
  line-height: 1.52272727em;
}
.join-box1 .container .cn2 {
  color: #222222;
  margin: 0.2rem 0 0.6rem;
  text-align: center;
  line-height: 1.4em;
}
.join-box1 .container .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .join-box1 .container .box {
    flex-direction: column;
  }
}
.join-box1 .container .box .box2 {
  position: relative;
  flex: 18.57142857;
  margin-right: 0.15rem;
  height: 4.11rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .join-box1 .container .box .box2 {
    flex: 0;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.join-box1 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
.join-box1 .container .box .box2 .img {
  width: 100%;
  height: 4.11rem;
}
.join-box1 .container .box .box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-box1 .container .box .box2 .cn3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.4rem 0.3rem;
}
@media (max-width: 767px) {
  .join-box1 .container .box .box2 .cn3 {
    padding: 0.4rem 0.5rem;
  }
}
.join-box1 .container .box .box2 .cn3 .cn4 {
  display: block;
  color: #ffffff;
  line-height: 1.42857143em;
}
.join-box1 .container .box .box2 .cn3 .cn5 {
  display: none;
  color: #fff;
  line-height: 1.5625em;
}
@media (max-width: 767px) {
  .join-box1 .container .box .box2 .cn3 .cn5 {
    margin-top: 0.2rem;
    display: block;
  }
}
.join-box1 .container .box .box2.on {
  flex: 60.47619048;
}
@media (max-width: 767px) {
  .join-box1 .container .box .box2.on {
    flex: 0;
  }
}
.join-box1 .container .box .box2.on .cn3 {
  padding: 0.4rem 0.5rem;
  animation: fudong 0.6s 1;
}
.join-box1 .container .box .box2.on .cn3 .cn5 {
  display: block;
}
@keyframes fudong {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.join-box2 {
  margin-top: 1.7rem;
}
.join-box2 .container .cn1 {
  color: #222222;
  text-align: center;
  line-height: 1.52272727em;
  margin-bottom: 0.2rem;
}
.join-box2 .container .box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-box2 .container .box .box2 {
  width: 24.04761905%;
  position: relative;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .join-box2 .container .box .box2 {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .join-box2 .container .box .box2 {
    width: 100%;
  }
}
.join-box2 .container .box .box2 .img::before {
  padding-top: 125.08250825%;
}
.join-box2 .container .box .box2 .img .yinying {
  z-index: 3;
  height: 56.72823219%;
  top: initial;
  bottom: 0;
  transition: all 0.4s;
}
.join-box2 .container .box .box2 .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  padding: 0 0.5rem 0.5rem;
}
.join-box2 .container .box .box2 .text .cn3 {
  color: #ffffff;
  text-align: center;
  line-height: 1.42857143em;
  margin-bottom: 0.1rem;
}
.join-box2 .container .box .box2 .text .cn4 {
  color: #ffffff;
  text-align: center;
  line-height: 1.5625em;
  height: 6.25em;
  display: none;
}
@media (max-width: 767px) {
  .join-box2 .container .box .box2 .text .cn4 {
    display: block;
  }
}
.join-box2 .container .box .box2.on .img .ditu {
  transform: scale(1.05);
}
.join-box2 .container .box .box2.on .img .yingying {
  height: 85.48812665%;
}
.join-box2 .container .box .box2.on .text {
  animation: fudong 0.6s 1;
}
.join-box2 .container .box .box2.on .text .cn4 {
  display: block;
}
.join-box3 {
  margin-top: 1.8rem;
  padding-bottom: 1.45rem;
}
.join-box3 .cn1 {
  color: #222222;
  text-align: center;
  line-height: 1.52272727em;
  margin-bottom: 0.5rem;
}
.join-box3 .join-box3a {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.67rem;
}
.join-box3 .join-box3a .swiper-slide .img::before {
  padding-top: 59.36599424%;
}
.join-box3 .join-box3a .paginationbox3a {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.join-box3 .join-box3a .paginationbox3a .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #6c6c6c;
  opacity: 0.5;
  margin: 0 0.2rem;
}
.join-box3 .join-box3a .paginationbox3a .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fe7900;
  opacity: 1;
}
.product-box1 {
  padding-top: 1.5rem;
  padding-bottom: 1.1rem;
}
.product-box1 .container .box {
  width: 78.0952381%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .product-box1 .container .box {
    width: 100%;
  }
}
.product-box1 .container .box p {
  line-height: 1.45833333em;
  color: #222222;
}
.product-box1 .container .box span {
  color: #fe7900;
}
.product-box1 .container .box2 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.product-box1 .container .box2 .cn2 {
  margin: 0 0.15rem;
}
.product-box2 .container {
  border-top: 1px solid #d2d2d2;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.product-box2 .container .cn11 {
  text-align: center;
  color: #222;
  line-height: 1.29545455em;
}
.product-box2 .container .cn12 {
  text-align: center;
  color: #222;
  line-height: 1.4375em;
  margin: 0.3rem 0 0.5rem;
}
.product-box2 .container .box9 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.3rem;
  padding-bottom: 0.65rem;
}
.product-box2 .container .box9 .box10 {
  margin: 0.7rem 0.4rem 0;
  width: calc((100% - 1.6rem) / 3);
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .product-box2 .container .box9 .box10 {
    margin: 0.7rem 0 0;
    width: 100%;
  }
}
.product-box2 .container .box9 .box10::before {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
@media (max-width: 991px) {
  .product-box2 .container .box9 .box10::before {
    display: none;
  }
}
.product-box2 .container .box9 .box10:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .product-box2 .container .box9 .box10:nth-child(-n+3) {
    margin-top: 0.7rem;
  }
}
.product-box2 .container .box9 .box10:nth-child(3n-2) {
  margin-left: 0;
}
.product-box2 .container .box9 .box10:nth-child(3n) {
  margin-right: 0;
}
.product-box2 .container .box9 .box10:nth-child(3n)::before {
  display: none;
}
@media (max-width: 991px) {
  .product-box2 .container .box9 .box10:first-child {
    margin-top: 0;
  }
}
.product-box2 .container .box9 .box10 .img::before {
  padding-top: 55.06%;
}
.product-box2 .container .box9 .box10 .text2 {
  margin: 0.2rem 0 0.3rem;
  padding: 0 10px;
  color: #000000;
  line-height: 1.5em;
  height: 3em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .product-box2 .container .box9 .box10 .text2 {
    margin: 0.3rem 0;
    height: auto;
  }
}
.product-box2 .container .box9 .box10 .cn1 {
  border-top: 1px solid #d6d6d6;
  padding: 0.2rem 10px;
  display: flex;
  justify-content: space-between;
}
.product-box2 .container .box9 .box10 .cn1 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
.product-box2 .container .box9 .box10 .cn1 .cn2 .cn3 {
  background-color: #f6f7f9;
  margin-right: 0.1rem;
  color: #666666;
  padding: 0.1rem;
  margin-top: 0.1rem;
  transition: all 0.4s;
}
.product-box2 .container .box9 .box10 .cn1 .cn2 .cn3:hover {
  background-color: #fe7900;
  color: #fff;
}
.product-box2 .container .box9 .box10 .cn1 .cn2 .cn3:nth-child(-n+2) {
  margin-top: 0;
}
.product-box2 .container .box9 .box10 .cn1 .cn4 {
  align-self: center;
  flex-shrink: 0;
}
.product-box2 .container .box9 .box10 .cn1 .cn4 .cn5 svg path {
  transition: all 0.4s;
  fill: #333;
  opacity: 1;
}
.product-box2 .container .box9 .box10:hover .img img {
  transform: scale(1.05);
}
.product-box2 .container .box9 .box10:hover .text2 {
  color: #fe7900;
}
.product-box2 .container .box9 .box10:hover .cn1 .cn4 .cn5 svg path {
  fill: #fe7900;
}
.product-box2 .container .cn13 {
  margin: 0 auto;
}
.product-box3 .container {
  border-top: 1px solid #d2d2d2;
  padding-top: 1.5rem;
}
.product-box3 .container .cn11 {
  text-align: center;
  color: #222;
  line-height: 1.29545455em;
}
.product-box3 .container .cn12 {
  text-align: center;
  color: #222;
  line-height: 1.4375em;
  margin: 0.2rem 0 0.5rem;
}
.product-box3 .container .box {
  display: flex;
  flex-wrap: wrap;
}
.product-box3 .container .box .box2 {
  background-size: 0;
  width: 25%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 0.3rem 0.45rem;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .product-box3 .container .box .box2 {
    width: 50%;
  }
}
.product-box3 .container .box .box2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
@media (max-width: 991px) {
  .product-box3 .container .box .box2:nth-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .product-box3 .container .box .box2:nth-child(2n)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
  }
}
.product-box3 .container .box .box2:nth-child(4n)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.product-box3 .container .box .box2 .box3 .cn1 img {
  max-height: 0.6rem;
}
.product-box3 .container .box .box2 .box3 .cn1 svg {
  max-height: 0.6rem;
}
.product-box3 .container .box .box2 .box3 .cn1 svg path {
  fill: #222;
  opacity: 1;
}
.product-box3 .container .box .box2 .box3 .cn2 {
  margin-top: 0.1rem;
  color: #222;
  line-height: 1.25em;
}
.product-box3 .container .box .box2 .box4 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.product-box3 .container .box .box2 .box4 .cn3 {
  font-size: 1rem;
  color: #fe7900;
  line-height: 0.75em;
}
.product-box3 .container .box .box2 .box4 .cn4 {
  color: #fe7900;
  line-height: 1.45em;
}
.product-box3 .container .box .box2 .box5 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .product-box3 .container .box .box2 .box5 {
    padding: 0 0.2rem;
  }
}
.product-box3 .container .box .box2 .box5 .cn5 {
  display: none;
  text-align: center;
  line-height: 1.25em;
  color: #Fff;
}
.product-box3 .container .box .box2 .box5 .cn6 {
  margin-top: 0.1rem;
  display: none;
  text-align: center;
  color: #fff;
  line-height: 1.875em;
  height: 13.125em;
  overflow: auto;
}
@media (max-width: 991px) {
  .product-box3 .container .box .box2 .box5 .cn6 {
    padding: 0 0.3rem;
    height: 7.5em;
  }
}
.product-box3 .container .box .box2:hover {
  background-size: cover;
  background-position: center;
}
.product-box3 .container .box .box2:hover .box3 {
  display: none;
}
.product-box3 .container .box .box2:hover .box4 {
  display: none;
}
.product-box3 .container .box .box2:hover .box5 {
  animation: myfudong 0.6s 1;
}
.product-box3 .container .box .box2:hover .box5 .cn5 {
  display: block;
}
.product-box3 .container .box .box2:hover .box5 .cn6 {
  display: block;
}
@keyframes myfudong {
  from {
    opacity: 0;
    top: 60%;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
.product-box4 {
  padding-top: 1.5rem;
}
.product-box4 .container .cn11 {
  text-align: center;
  color: #222;
  line-height: 1.29545455em;
}
.product-box4 .container .cn12 {
  width: 72.3015873%;
  text-align: center;
  color: #333;
  line-height: 1.4375em;
  margin: 0.3rem auto 0.6rem;
}
@media (max-width: 991px) {
  .product-box4 .container .cn12 {
    width: 100%;
  }
}
.product-box4 .container .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-box4 .container .box .left {
  width: 38.96825397%;
}
@media (max-width: 991px) {
  .product-box4 .container .box .left {
    width: 100%;
    text-align: center;
  }
}
.product-box4 .container .box .right {
  width: 52.06349206%;
}
@media (max-width: 991px) {
  .product-box4 .container .box .right {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.product-box4 .container .box .right .cn1 {
  background-color: #fe7900;
  line-height: 0.7rem;
  text-align: center;
  color: #Fff;
}
.product-box4 .container .box .right table {
  border-collapse: collapse;
  width: 100%;
}
.product-box4 .container .box .right table tr th {
  padding: 0.2rem;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  color: #333333;
  text-align: center;
}
.product-box4 .container .box .right table tr th:nth-child(1) {
  width: 27.43902439%;
}
.product-box4 .container .box .right table tr th:nth-child(2) {
  width: 36.2804878%;
}
.product-box4 .container .box .right table tr th:nth-child(3) {
  width: 36.2804878%;
}
.product-box4 .container .box .right table tr td {
  text-align: center;
  padding: 0.2rem;
  border: 1px solid #d2d2d2;
  color: #333333;
}
.product-box4 .container .box .right table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.product-box5 {
  padding-top: 1.5rem;
}
.product-box5 .container .cn1 {
  text-align: center;
  color: #222;
  line-height: 1.52272727em;
}
.product-box5 .container .box {
  margin-top: 1.25rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.product-box5 .container .box .left {
  width: 46.03174603%;
}
@media (max-width: 1580px) {
  .product-box5 .container .box .left {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .product-box5 .container .box .left {
    width: 100%;
    display: none;
  }
}
.product-box5 .container .box .left .cn2 {
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  width: 58.65079365%;
}
@media (max-width: 991px) {
  .product-box5 .container .box .left .cn2 {
    position: relative;
    left: 0;
    top: 0;
    transform: initial;
    width: 100%;
  }
}
.product-box5 .container .box .left .cn2 img {
  width: 7.39rem;
}
.product-box5 .container .box .right {
  position: relative;
  z-index: 5;
  width: 28.96825397%;
}
@media (max-width: 1580px) {
  .product-box5 .container .box .right {
    width: 34%;
  }
}
@media (max-width: 991px) {
  .product-box5 .container .box .right {
    width: 100%;
  }
}
.product-box5 .container .box .right .box3 {
  width: 100%;
  position: relative;
}
.product-box5 .container .box .right .box3::before {
  content: "";
  width: 20%;
  border: 1px solid #d2d2d2;
  height: 62.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.55rem;
}
.product-box5 .container .box .right .box3 .box4 {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.product-box5 .container .box .right .box3 .box2 {
  background-color: #Fff;
  border: solid 1px #d2d2d2;
  width: 78.35616438%;
  padding: 0.35rem 0.2rem;
  border-bottom: 0;
  position: relative;
  z-index: 5;
}
.product-box5 .container .box .right .box3 .box2:nth-last-child(-n+2) {
  border-bottom: 1px solid #d2d2d2;
}
.product-box5 .container .box .right .box3 .box2 .cn3 {
  color: #222222;
  line-height: 1em;
  position: relative;
}
.product-box5 .container .box .right .box3 .box2 .cn4 {
  color: #666666;
  line-height: 1.5em;
  margin: 0.1rem 0;
  position: relative;
}
.product-box5 .container .box .right .box3 .box2 .cn5 {
  position: relative;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background-color: #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box5 .container .box .right .box3 .box2 .cn5 svg {
  width: 0.22rem;
  height: 0.14rem;
  transition: all 0.4s;
}
.product-box5 .container .box .right .box3 .box2 .cn5 svg path {
  fill: #515151;
  opacity: 1;
}
.product-box5 .container .box .right .box3 .box2 .cn6 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.product-box5 .container .box .right .box3 .box2 .cn6 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-box5 .container .box .right .box3 .box2.on .cn6 {
  display: block;
}
.product-box5 .container .box .right .box3 .box2.on .cn3 {
  color: #fff;
  animation: myfudong3 0.5s 1;
}
.product-box5 .container .box .right .box3 .box2.on .cn4 {
  animation: myfudong3 0.5s 1;
  color: #Fff;
}
.product-box5 .container .box .right .box3 .box2.on .cn5 svg {
  width: 11px;
  height: 11px;
  transform: rotate(-45deg);
}
.product-box5 .container .box .right .box3 .box2.on .cn5 svg path {
  fill: #fe7900;
}
.product-box5 .container .box .right2 {
  width: 21.82539683%;
  margin-right: 3.17460317%;
  border: 1px solid #d2d2d2;
}
@media (max-width: 1580px) {
  .product-box5 .container .box .right2 {
    width: 30%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .product-box5 .container .box .right2 {
    margin-top: 0.4rem;
    width: calc(100%);
    margin-right: 0;
  }
}
.product-box5 .container .box .right2 .cn14 {
  padding: 0.4rem;
  line-height: 1.5em;
  overflow: auto;
  display: none;
}
.product-box5 .container .box .right2 .cn14.on {
  display: block;
}
@keyframes myfudong3 {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-box6 {
  padding-top: 1.5rem;
}
.product-box6 .container .cn1 {
  text-align: center;
  line-height: 1.52272727em;
  color: #222;
}
.product-box6 .container .cn2 {
  width: 67.46031746%;
  text-align: center;
  color: #333;
  line-height: 1.875em;
  margin: 0.5rem auto 0.6rem;
}
@media (max-width: 991px) {
  .product-box6 .container .cn2 {
    width: 100%;
  }
}
.product-box6 .container .cn2 p {
  text-align: center;
  color: #333;
  line-height: 1.875em;
}
.product-box6 .container .cn3 {
  cursor: pointer;
  position: relative;
}
.product-box6 .container .cn3 video {
  width: 100%;
}
.product-box6 .container .cn3 .cn5 {
  width: 100%;
  overflow: hidden;
}
.product-box6 .container .cn3 .cn5 img {
  width: 100%;
  transition: all 0.4s;
}
.product-box6 .container .cn3 .cn4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: #Fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-box6 .container .cn3 .cn4 {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.product-box6 .container .cn3 .cn4 svg path {
  fill: #fe7900;
  opacity: 1;
}
.product-box6 .container .cn3:hover .cn5 img {
  transform: scale(1.05);
}
.product-box7 {
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.product-box7 .container .cn1 {
  text-align: center;
  color: #222222;
  line-height: 1.52272727em;
}
.product-box7 .container .box {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-box7 .container .box .box2 {
  margin: 0 9.92063492%;
}
@media (max-width: 991px) {
  .product-box7 .container .box .box2 {
    margin: 0 0.3rem;
  }
}
.product-box7 .container .box .box2 .cn2 {
  font-size: 1rem;
  line-height: 0.75em;
  color: #fe7900;
}
.product-box7 .container .box .box2 .cn3 {
  margin-top: 0.3rem;
  line-height: 1.5em;
  color: #555555;
}
.product-box7 .container .box3 {
  padding-right: 0.4rem;
  margin-top: 0.7rem;
  overflow: auto;
  height: 7.24rem;
}
@media (max-width: 991px) {
  .product-box7 .container .box3 {
    height: auto;
    padding-right: 0;
  }
}
.product-box7 .container .box3 .box4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-box7 .container .box3 .box4 .box5 {
  padding: 0.35rem 0.25rem 0;
  width: 25.08196721%;
  border: solid 1px #e0e0e0;
}
@media (max-width: 767px) {
  .product-box7 .container .box3 .box4 .box5 {
    width: 100%;
  }
}
.product-box7 .container .box3 .box4 .box5 .img::before {
  padding-top: 80.78431373%;
}
.product-box7 .container .box3 .box4 .box5 .cn4 {
  margin-top: 0.3rem;
  border-top: 1px solid #e0e0e0;
  padding: 0.3rem 0;
  line-height: 1.5em;
  text-align: center;
}
.product-box7 .container .box3 .box4 .box6 {
  padding: 0.35rem 0.25rem 0;
  border: solid 1px #e0e0e0;
  width: 72.29508197%;
}
@media (max-width: 767px) {
  .product-box7 .container .box3 .box4 .box6 {
    margin-top: 0.2rem;
    width: 100%;
  }
}
.product-box7 .container .box3 .box4 .box6 .img::before {
  padding-top: 25.06082725%;
}
.product-box7 .container .box3 .box4 .box6 .cn4 {
  margin-top: 0.3rem;
  border-top: 1px solid #e0e0e0;
  padding: 0.3rem 0;
  line-height: 1.5em;
  text-align: center;
}
.product-box7 .container .box3 .box7 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-box7 .container .box3 .box7 .box8 {
  width: 49.18032787%;
  margin-top: 0.2rem;
  border: solid 1px #e0e0e0;
  padding: 0.25rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .product-box7 .container .box3 .box7 .box8 {
    width: 100%;
  }
}
.product-box7 .container .box3 .box7 .box8 .icon {
  text-align: left;
  width: 7.27272727%;
}
.product-box7 .container .box3 .box7 .box8 .icon svg path {
  fill: #fe7900;
  opacity: 1;
}
.product-box7 .container .box3 .box7 .box8 .icon:last-child {
  transform: rotateY(180deg);
  transform-origin: center center;
}
.product-box7 .container .box3 .box7 .box8 .num {
  width: 16.36363636%;
  color: #353535;
}
.product-box7 .container .box3 .box7 .box8 .text {
  width: 69.09090909%;
  color: #353535;
}
.product-box7 .container .box3 .box7 .box8:hover {
  background-color: #fe7900;
}
.product-box7 .container .box3 .box7 .box8:hover .icon svg path {
  fill: #fff;
}
.product-box7 .container .box3 .box7 .box8:hover .num {
  color: #Fff;
}
.product-box7 .container .box3 .box7 .box8:hover .text {
  color: #Fff;
}
.case-nav {
  padding: 0.65rem 0 0.5rem;
}
.case-nav .container {
  display: flex;
  flex-wrap: wrap;
}
.case-nav .container .cn1 {
  text-align: center;
  line-height: 0.6rem;
  background-color: #f6f7f9;
  margin-right: 0.1rem;
  color: #333333;
  width: calc((100% - 0.6rem) / 7);
  transition: all 0.4s;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .case-nav .container .cn1 {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: calc((100% - 0.4rem) / 3);
    line-height: 0.8rem;
  }
}
.case-nav .container .cn1.on {
  background-color: #fe7900;
  color: #fff;
}
.case-nav .container .cn1:hover {
  background-color: #fe7900;
  color: #fff;
}
.case-nav .container .cn1:nth-child(7n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .case-nav .container .cn1:nth-child(3n) {
    margin-right: 0;
  }
}
.case-title .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.case-title .container .box {
  margin: 0.7rem 0.4rem 0;
  width: calc((100% - 1.6rem) / 3);
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .case-title .container .box {
    margin: 0.7rem 0 0;
    width: 100%;
  }
}
.case-title .container .box::before {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
@media (max-width: 991px) {
  .case-title .container .box::before {
    display: none;
  }
}
.case-title .container .box:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .case-title .container .box:nth-child(-n+3) {
    margin-top: 0.7rem;
  }
}
.case-title .container .box:nth-child(3n-2) {
  margin-left: 0;
}
.case-title .container .box:nth-child(3n) {
  margin-right: 0;
}
.case-title .container .box:nth-child(3n)::before {
  display: none;
}
@media (max-width: 991px) {
  .case-title .container .box:first-child {
    margin-top: 0;
  }
}
.case-title .container .box .img::before {
  padding-top: 55.06%;
}
.case-title .container .box .text2 {
  margin: 0.2rem 0 0.3rem;
  padding: 0 10px;
  color: #000000;
  line-height: 1.5em;
  height: 3em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .case-title .container .box .text2 {
    margin: 0.3rem 0;
    height: auto;
  }
}
.case-title .container .box .cn1 {
  border-top: 1px solid #d6d6d6;
  padding: 0.1rem 10px 0.2rem;
  display: flex;
  justify-content: space-between;
}
.case-title .container .box .cn1 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
.case-title .container .box .cn1 .cn2 .cn3 {
  background-color: #f6f7f9;
  margin-right: 0.1rem;
  color: #666666;
  padding: 0.1rem;
  margin-top: 0.1rem;
  transition: all 0.4s;
}
.case-title .container .box .cn1 .cn2 .cn3:hover {
  background-color: #fe7900;
  color: #fff;
}
.case-title .container .box .cn1 .cn4 {
  align-self: center;
  flex-shrink: 0;
}
.case-title .container .box .cn1 .cn4 .cn5 svg path {
  transition: all 0.4s;
  fill: #333;
  opacity: 1;
}
.case-title .container .box:hover .img img {
  transform: scale(1.05);
}
.case-title .container .box:hover .text2 {
  color: #fe7900;
}
.case-title .container .box:hover .cn1 .cn4 .cn5 svg path {
  fill: #fe7900;
}
.case-info1 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.case-info1 .container .cn1 {
  text-align: center;
  color: #222;
  margin-bottom: 0.35rem;
}
.case-info1 .container .cn2 {
  margin-bottom: 0.35rem;
  text-align: center;
  color: #333333;
  line-height: 1.8125em;
}
.case-info1 .container .cn3 {
  text-align: center;
  color: #333333;
  margin-bottom: 0.15rem;
}
.case-info1 .container .cn4 {
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0.9rem;
  color: #333333;
  display: flex;
  justify-content: center;
}
.case-info1 .container .cn4 .cn5 {
  margin: 0 0.15rem 0 0.5rem;
  list-style: disc;
}
.case-info1 .container .cn6 {
  width: 100%;
  text-align: center;
}
.case-info1 .container .cn6 img {
  width: 100%;
}
.case-info2 {
  margin-bottom: 1.3rem;
}
.case-info2 .container .cn9 {
  text-align: center;
  color: #222;
  margin-bottom: 0.35rem;
}
.case-info2 .container .box .box2 {
  position: relative;
  padding: 0.25rem 0.55rem 0.25rem 0.35rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d6d6d6;
  cursor: pointer;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 {
    padding: 0.25rem 0;
  }
}
.case-info2 .container .box .box2:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.case-info2 .container .box .box2 .cn0 {
  position: absolute;
  right: -1rem;
  bottom: -0.5rem;
  z-index: 2;
  display: none;
}
.case-info2 .container .box .box2 .cn1 {
  z-index: 3;
  position: relative;
  width: 8%;
  color: #fe7900;
  flex-shrink: 0;
  line-height: 0.4rem;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 .cn1 {
    display: none;
  }
}
.case-info2 .container .box .box2 .cn2 {
  z-index: 3;
  position: relative;
  width: 0;
}
.case-info2 .container .box .box2 .cn2::before {
  padding-top: 66.66%;
}
.case-info2 .container .box .box2 .cn2 img {
  width: 0;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 .cn2 {
    width: 100%;
  }
  .case-info2 .container .box .box2 .cn2 img {
    width: 100%;
  }
}
.case-info2 .container .box .box2 .cn3 {
  z-index: 3;
  position: relative;
  width: 81%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 .cn3 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.case-info2 .container .box .box2 .cn3 .cn4 {
  width: 23%;
  line-height: 0.4rem;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 .cn3 .cn4 {
    width: 100%;
    font-size: 0.4rem;
    line-height: 1.5em;
  }
}
.case-info2 .container .box .box2 .cn3 .cn5 {
  width: 62%;
  line-height: 0.4rem;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 .cn3 .cn5 {
    width: 100%;
    line-height: 1.5em;
  }
}
.case-info2 .container .box .box2 .cn6 {
  z-index: 3;
  position: relative;
  display: flex;
  line-height: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  justify-content: flex-end;
  width: 11%;
}
@media (max-width: 991px) {
  .case-info2 .container .box .box2 .cn6 {
    display: none;
  }
}
.case-info2 .container .box .box2 .cn6 svg {
  align-self: center;
  transition: all 0.4s;
}
.case-info2 .container .box .box2 .cn6 svg path {
  fill: #000;
  opacity: 0.5;
}
.case-info2 .container .box .box2.on {
  background-color: #fe7900;
}
.case-info2 .container .box .box2.on .cn0 {
  display: block;
}
.case-info2 .container .box .box2.on .cn1 {
  color: #Fff;
}
.case-info2 .container .box .box2.on .cn2 {
  width: 27.54%;
  margin-right: 3.24%;
}
.case-info2 .container .box .box2.on .cn2::before {
  padding-top: 66.66%;
}
.case-info2 .container .box .box2.on .cn2 img {
  width: 100%;
}
.case-info2 .container .box .box2.on .cn3 {
  padding-top: 0.2rem;
  width: 50.22%;
  flex-direction: column;
  justify-content: flex-start;
}
.case-info2 .container .box .box2.on .cn3 .cn4 {
  width: 100%;
  color: #fff;
}
.case-info2 .container .box .box2.on .cn3 .cn5 {
  color: #fff;
  width: 100%;
}
.case-info2 .container .box .box2.on .cn6 svg {
  transform: rotate(90deg);
}
.case-info2 .container .box .box2.on .cn6 svg path {
  fill: #fff;
  opacity: 1;
}
.case-info3 {
  margin-bottom: 1.7rem;
}
.case-info3 .container .cn1 {
  text-align: center;
  color: #222;
  margin-bottom: 0.5rem;
}
.case-info3 .container .img {
  border: solid 2px #dfdfdf;
}
.case-info3 .container .img img {
  width: 100%;
}
.case-info4 {
  margin-bottom: 1.2rem;
}
.case-info4 .container .cn1 {
  text-align: center;
  color: #222;
  margin-bottom: 0.6rem;
}
.case-info4 .container .box1 {
  overflow-x: auto;
}
.case-info4 .container .box1 table {
  width: 100%;
  border-collapse: collapse;
}
.case-info4 .container .box1 table tr th {
  padding: 0.2rem 0.2rem;
  background-color: #fe7900;
  color: #ffffff;
  width: 30%;
  border: 1px solid #fe7900;
}
@media (max-width: 767px) {
  .case-info4 .container .box1 table tr th {
    width: 40%;
  }
}
.case-info4 .container .box1 table tr th:nth-child(1) {
  width: 10%;
}
@media (max-width: 767px) {
  .case-info4 .container .box1 table tr th:nth-child(1) {
    width: 20%;
  }
}
.case-info4 .container .box1 table tr td {
  border: 1px solid #e8e8e8;
  padding: 0.15rem 2em;
  text-align: center;
}
.case-info4 .container .box1 table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.case-info4 .container .box1 table tr:nth-child(even) {
  background-color: #Fff;
}
.case-info5 {
  margin-bottom: 1.2rem;
}
.case-info5 .container {
  max-width: 1430px;
  position: relative;
  padding: 0 85px;
}
@media (max-width: 1260px) {
  .case-info5 .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .case-info5 .container {
    padding: 0;
  }
}
.case-info5 .container .case-info5a {
  position: relative;
  overflow: hidden;
}
.case-info5 .container .case-info5a .swiper-slide {
  border: solid 2px #dfdfdf;
  padding: 0.35rem;
}
.case-info5 .container .case-info5a .swiper-slide .img {
  width: 100%;
}
.case-info5 .container .case-info5a .swiper-slide .img::before {
  padding-top: 53.7%;
}
.case-info5 .container .case-info5a .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.case-info5 .container .case-info5a .swiper-slide .cn1 {
  line-height: 1.6em;
  text-align: center;
  border-top: 1px solid #Dfdfdf;
  padding: 0.5rem 0.35rem;
  color: #666666;
}
.case-info5 .container .case-info5a .swiper-slide .cn1 b {
  color: #222;
}
.case-info6 {
  margin-bottom: 1.2rem;
}
.case-info6 .container .cn1 {
  text-align: center;
  color: #222;
  margin-bottom: 0.6rem;
}
.case-info6 .container .box {
  display: flex;
  flex-wrap: wrap;
}
.case-info6 .container .box .left {
  width: 47.6%;
}
@media (max-width: 767px) {
  .case-info6 .container .box .left {
    width: 100%;
  }
}
.case-info6 .container .box .left .img::before {
  padding-top: 66.66%;
}
.case-info6 .container .box .right {
  position: relative;
  width: 52.4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.3rem 0 1.3rem;
}
@media (max-width: 767px) {
  .case-info6 .container .box .right {
    width: 100%;
    padding: 0.5rem;
  }
}
.case-info6 .container .box .right .cn7 {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.case-info6 .container .box .right .cn7 img {
  width: 0.14rem;
}
@media (max-width: 767px) {
  .case-info6 .container .box .right .cn7 {
    display: none;
  }
}
.case-info6 .container .box .right .box1 {
  margin-top: 0.25rem;
  position: relative;
}
.case-info6 .container .box .right .box1 .cn2 {
  line-height: 1.23076923em;
}
.case-info6 .container .box .right .box1 .cn5 {
  line-height: 0.65em;
  position: absolute;
  left: -0.45rem;
  top: 0;
  color: #fe7900;
}
.case-info6 .container .box .right .box1 .cn6 {
  position: absolute;
  right: -0.2rem;
  bottom: -0.3rem;
  color: #fe7900;
  line-height: 0.65em;
}
.case-info6 .container .box .right .cn3 {
  color: #666666;
  line-height: 1.28571429em;
  margin: 0.2rem 0;
}
.case-info6 .container .box .right .cn4 img {
  max-height: 0.56rem;
}
.case-info7 {
  margin-bottom: 1.9rem;
}
.case-info7 .container {
  max-width: 1430px;
  position: relative;
  padding: 0 85px;
}
@media (max-width: 1260px) {
  .case-info7 .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .case-info7 .container {
    padding: 0;
  }
}
.case-info7 .container .cn9 {
  text-align: center;
  color: #222;
  margin-bottom: 0.6rem;
}
.case-info7 .container .box .case-info7a {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}
.case-info7 .container .box .case-info7a .swiper-slide {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.case-info7 .container .box .case-info7a .swiper-slide::before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
@media (max-width: 1260px) {
  .case-info7 .container .box .case-info7a .swiper-slide::before {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .case-info7 .container .box .case-info7a .swiper-slide::before {
    display: none;
  }
}
.case-info7 .container .box .case-info7a .swiper-slide .box .img::before {
  padding-top: 55.06%;
}
.case-info7 .container .box .case-info7a .swiper-slide .box .text2 {
  margin: 0.2rem 0 0.3rem;
  padding: 0 10px;
  color: #000000;
  line-height: 1.5em;
  height: 3em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .case-info7 .container .box .case-info7a .swiper-slide .box .text2 {
    margin: 0.3rem 0;
    height: auto;
  }
}
.case-info7 .container .box .case-info7a .swiper-slide .box .cn1 {
  border-top: 1px solid #d6d6d6;
  padding: 0.2rem 10px 0.1rem;
  display: flex;
  justify-content: space-between;
}
.case-info7 .container .box .case-info7a .swiper-slide .box .cn1 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
.case-info7 .container .box .case-info7a .swiper-slide .box .cn1 .cn2 .cn3 {
  background-color: #f6f7f9;
  margin-right: 0.1rem;
  color: #666666;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.case-info7 .container .box .case-info7a .swiper-slide .box .cn1 .cn2 .cn3:hover {
  background-color: #fe7900;
  color: #fff;
}
.case-info7 .container .box .case-info7a .swiper-slide .box .cn1 .cn4 {
  flex-shrink: 0;
  align-self: center;
}
.case-info7 .container .box .case-info7a .swiper-slide .box .cn1 .cn4 .cn5 svg path {
  transition: all 0.4s;
  fill: #333;
  opacity: 1;
}
.case-info7 .container .box .case-info7a .swiper-slide .box:hover .img img {
  transform: scale(1.05);
}
.case-info7 .container .box .case-info7a .swiper-slide .box:hover .text2 {
  color: #fe7900;
}
.case-info7 .container .box .case-info7a .swiper-slide .box:hover .cn1 .cn4 .cn5 svg path {
  fill: #fe7900;
}
.server-box {
  padding-bottom: 2.1rem;
}
.server-box1 {
  padding-top: 1.5rem;
}
.server-box1:nth-child(1) {
  padding-top: 0.9rem;
}
.server-box1 .container .cn1 {
  text-align: center;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #d4d4d4;
}
.server-box1 .container .cn1 .cn2 {
  text-align: center;
  display: block;
  line-height: 1.36363636em;
  color: #fe7900;
}
.server-box1 .container .cn1 .cn3 {
  display: block;
  text-align: center;
  line-height: 1.36363636em;
  color: #222222;
}
.server-box1 .container .box {
  padding-top: 0.8rem;
}
.server-box1 .container .box .cn4 {
  color: #222;
  line-height: 1.66666667em;
}
.server-box1 .container .box .cn5 {
  color: #333;
  line-height: 1.66666667em;
}
.server-box1 .container .box .cn6 {
  width: 100%;
}
.server-box1 .container .box .cn6 img {
  width: 100%;
}
.server-box1 .container .box9 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.3rem;
}
.server-box1 .container .box9 .box10 {
  margin: 0.7rem 0.4rem 0;
  width: calc((100% - 1.6rem) / 3);
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .server-box1 .container .box9 .box10 {
    margin: 0.7rem 0 0;
    width: 100%;
  }
}
.server-box1 .container .box9 .box10::before {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
@media (max-width: 991px) {
  .server-box1 .container .box9 .box10::before {
    display: none;
  }
}
.server-box1 .container .box9 .box10:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .server-box1 .container .box9 .box10:nth-child(-n+3) {
    margin-top: 0.7rem;
  }
}
.server-box1 .container .box9 .box10:nth-child(3n-2) {
  margin-left: 0;
}
.server-box1 .container .box9 .box10:nth-child(3n) {
  margin-right: 0;
}
.server-box1 .container .box9 .box10:nth-child(3n)::before {
  display: none;
}
@media (max-width: 991px) {
  .server-box1 .container .box9 .box10:first-child {
    margin-top: 0;
  }
}
.server-box1 .container .box9 .box10 .img::before {
  padding-top: 55.06%;
}
.server-box1 .container .box9 .box10 .text2 {
  margin: 0.2rem 0 0.3rem;
  padding: 0 10px;
  color: #000000;
  line-height: 1.5em;
  height: 3em;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .server-box1 .container .box9 .box10 .text2 {
    margin: 0.3rem 0;
    height: auto;
  }
}
.server-box1 .container .box9 .box10 .cn1 {
  border-top: 1px solid #d6d6d6;
  border-bottom: 0;
  padding: 0.2rem 10px;
  display: flex;
  justify-content: space-between;
}
.server-box1 .container .box9 .box10 .cn1 .cn2 {
  display: flex;
  flex-wrap: wrap;
}
.server-box1 .container .box9 .box10 .cn1 .cn2 .cn3 {
  background-color: #f6f7f9;
  margin-right: 0.1rem;
  color: #666666;
  padding: 0.1rem;
  margin-bottom: 0.1rem;
  transition: all 0.4s;
}
.server-box1 .container .box9 .box10 .cn1 .cn2 .cn3:hover {
  background-color: #fe7900;
  color: #fff;
}
.server-box1 .container .box9 .box10 .cn1 .cn4 {
  align-self: center;
  flex-shrink: 0;
}
.server-box1 .container .box9 .box10 .cn1 .cn4 .cn5 svg path {
  transition: all 0.4s;
  fill: #333;
  opacity: 1;
}
.server-box1 .container .box9 .box10:hover .img img {
  transform: scale(1.05);
}
.server-box1 .container .box9 .box10:hover .text2 {
  color: #fe7900;
}
.server-box1 .container .box9 .box10:hover .cn1 .cn4 .cn5 svg path {
  fill: #fe7900;
}
.news-nav {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
}
.news-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1260px) {
  .news-nav .container {
    justify-content: flex-start;
  }
}
.news-nav .container .cn1 {
  flex: none;
  color: #222222;
  margin: 0 0.6rem;
  line-height: 0.9rem;
  position: relative;
}
@media (max-width: 1580px) {
  .news-nav .container .cn1 {
    margin: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .news-nav .container .cn1 {
    margin: 0 0.3rem;
  }
}
.news-nav .container .cn1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fe7900;
  transition: all 0.4s;
}
.news-nav .container .cn1:hover {
  color: #fe7900;
  font-weight: bold;
}
.news-nav .container .cn1:hover::before {
  width: 100%;
}
.news-nav .container .cn1.on {
  color: #fe7900;
  font-weight: bold;
}
.news-nav .container .cn1.on::before {
  width: 100%;
}
.news-nav.news-nav99 {
  z-index: 55;
  background-color: #fff;
  position: sticky;
  left: 0;
  top: 0;
}
.news-box1 {
  background-color: #f6f6f6;
}
.news-box1 .container .news-box1a {
  padding: 0.8rem 0 1.4rem;
  position: relative;
  overflow: hidden;
}
.news-box1 .container .news-box1a .swiper-pagination {
  bottom: 0.8rem;
}
.news-box1 .container .news-box1a .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #5b5b5b;
  opacity: 0.37;
  margin: 0 0.1rem;
}
.news-box1 .container .news-box1a .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fe7900;
  opacity: 1;
}
.news-box1 .container .news-box1a .swiper-slide .box {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.news-box1 .container .news-box1a .swiper-slide .box .left {
  width: 50%;
  padding: 0.5rem 0.6rem;
}
@media (max-width: 991px) {
  .news-box1 .container .news-box1a .swiper-slide .box .left {
    width: 100%;
  }
}
.news-box1 .container .news-box1a .swiper-slide .box .left .cn1 {
  color: #222222;
  line-height: 1.5em;
  height: 3em;
  transition: all 0.4s;
}
.news-box1 .container .news-box1a .swiper-slide .box .left .cn2 {
  color: #666666;
  line-height: 1.5em;
  height: 4.5em;
  margin: 0.2rem 0 0.6rem;
}
.news-box1 .container .news-box1a .swiper-slide .box .left .cn3 {
  border-top: 1px solid #d2d2d2;
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.news-box1 .container .news-box1a .swiper-slide .box .left .cn3 .cn4 {
  color: #666666;
}
.news-box1 .container .news-box1a .swiper-slide .box .left .cn3 .cn5 svg {
  width: 22px;
  height: 14px;
}
.news-box1 .container .news-box1a .swiper-slide .box .left .cn3 .cn5 svg path {
  transition: all 0.4s;
  fill: #515151;
  opacity: 1;
}
.news-box1 .container .news-box1a .swiper-slide .box .right {
  width: 50%;
}
@media (max-width: 991px) {
  .news-box1 .container .news-box1a .swiper-slide .box .right {
    width: 100%;
  }
}
.news-box1 .container .news-box1a .swiper-slide .box .right .img::before {
  padding-top: 65.55%;
}
.news-box1 .container .news-box1a .swiper-slide .box:hover .left .cn1 {
  color: #fe7900;
}
.news-box1 .container .news-box1a .swiper-slide .box:hover .left .cn3 .cn5 svg path {
  fill: #fe7900;
}
.news-box1 .container .news-box1a .swiper-slide .box:hover .right .img img {
  transform: scale(1.05);
}
.news-list1 {
  padding-top: 0.3rem;
}
.news-list1 .container .box {
  padding: 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #cecece;
}
.news-list1 .container .box .left {
  width: 28.5%;
}
@media (max-width: 991px) {
  .news-list1 .container .box .left {
    width: 100%;
  }
}
.news-list1 .container .box .left .img {
  width: 100%;
}
.news-list1 .container .box .left .img::before {
  padding-top: 62.39554318%;
}
.news-list1 .container .box .right {
  width: 71.5%;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .news-list1 .container .box .right {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
    width: 100%;
  }
}
.news-list1 .container .box .right .cn1 {
  color: #222222;
  transition: all 0.4s;
}
.news-list1 .container .box .right .cn2 {
  color: #666666;
  margin: 0.15rem 0 0.25rem;
}
.news-list1 .container .box .right .cn3 {
  line-height: 1.5em;
  color: #666666;
}
.news-list1 .container .box:hover .left .img img {
  transform: scale(1.05);
}
.news-list1 .container .box:hover .right .cn1 {
  color: #fe7900;
}
.news-info {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.9rem;
}
.news-info .news-info1 .container {
  max-width: 1350px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.news-info .news-info1 .container .left {
  padding-bottom: 0.25rem;
  width: 67%;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .news-info .news-info1 .container .left {
    width: 100%;
  }
}
.news-info .news-info1 .container .left .leftbox1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-info .news-info1 .container .left .leftbox1 .cn1 {
  color: #777777;
  transition: all 0.5s;
}
.news-info .news-info1 .container .left .leftbox1 .cn1:hover {
  color: #fe7900;
}
.news-info .news-info1 .container .left .leftbox1 .cn2 {
  color: #777777;
  margin: 0 5px;
}
.news-info .news-info1 .container .left .leftbox2 .cn1 {
  margin: 0.5rem 0 0.15rem;
  color: #222222;
}
.news-info .news-info1 .container .left .leftbox2 .cn2 {
  color: #666666;
}
.news-info .news-info1 .container .right {
  width: 30%;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .news-info .news-info1 .container .right {
    display: none;
  }
}
.news-info .news-info1 .container .right .cn3 {
  color: #000000;
}
.news-info .news-info2 {
  padding-bottom: 1.7rem;
}
.news-info .news-info2 .container {
  max-width: 1350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info .news-info2 .container .left {
  width: 67%;
  padding-top: 0.4rem;
}
@media (max-width: 991px) {
  .news-info .news-info2 .container .left {
    width: 100%;
  }
}
.news-info .news-info2 .container .left .leftbox1 p {
  color: #666666;
  line-height: 1.5em;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .news-info .news-info2 .container .left .leftbox1 p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .news-info .news-info2 .container .left .leftbox1 p {
    font-size: 0.28rem;
  }
}
.news-info .news-info2 .container .left .leftbox2 {
  margin-top: 0.6rem;
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2a {
  display: flex;
  align-items: center;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2a .cn5 {
  margin: 0 0.1rem;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2a .cn5 svg {
  width: 0.2rem;
  height: auto;
  transition: all 0.4s;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2a .cn5 svg path {
  fill: #999;
  opacity: 1;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2a .cn5:hover svg path {
  fill: #fe7900;
  opacity: 1;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2b .cn2 {
  display: flex;
  align-items: center;
  color: #555;
  transition: all 0.4s;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2b .cn2 svg {
  margin-left: 5px;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2b .cn2 svg path {
  fill: #fe7900;
  opacity: 1;
}
.news-info .news-info2 .container .left .leftbox2 .leftbox2b .cn2:hover {
  color: #fe7900;
}
.news-info .news-info2 .container .left .leftbox3 {
  border-top: 1px solid #ebebeb;
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-info .news-info2 .container .left .leftbox3 .cn3 {
  width: 40%;
  display: flex;
  color: #555555;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .news-info .news-info2 .container .left .leftbox3 .cn3 {
    width: 100%;
  }
}
.news-info .news-info2 .container .left .leftbox3 .cn3 .cn4 {
  color: #555555;
  transition: all 0.4s;
  flex-shrink: 0;
}
.news-info .news-info2 .container .left .leftbox3 .cn3 .cn5 {
  color: #555555;
  transition: all 0.4s;
}
.news-info .news-info2 .container .left .leftbox3 .cn3:hover {
  color: #fe7900;
}
.news-info .news-info2 .container .left .leftbox3 .cn3:hover .cn4 {
  color: #fe7900;
}
.news-info .news-info2 .container .left .leftbox3 .cn3:hover .cn5 {
  color: #fe7900;
}
.news-info .news-info2 .container .right {
  width: 30%;
}
@media (max-width: 991px) {
  .news-info .news-info2 .container .right {
    width: 100%;
  }
}
.news-info .news-info2 .container .right .cn3 {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ebebeb;
  color: #000000;
  display: none;
}
@media (max-width: 991px) {
  .news-info .news-info2 .container .right .cn3 {
    margin-top: 0.5rem;
    display: block;
  }
}
.news-info .news-info2 .container .right .rightbox1 .cn5 {
  padding: 0.25rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.news-info .news-info2 .container .right .rightbox1 .cn5 .img {
  width: 38%;
}
.news-info .news-info2 .container .right .rightbox1 .cn5 .img::before {
  padding-top: 62.91%;
}
.news-info .news-info2 .container .right .rightbox1 .cn5 .text {
  width: 62%;
  padding-left: 0.25rem;
}
.news-info .news-info2 .container .right .rightbox1 .cn5 .text .cn6 {
  color: #000000;
  transition: all 0.4s;
}
.news-info .news-info2 .container .right .rightbox1 .cn5 .text .cn7 {
  color: #777777;
}
.news-info .news-info2 .container .right .rightbox1 .cn5:hover .img img {
  transform: scale(1.05);
}
.news-info .news-info2 .container .right .rightbox1 .cn5:hover .text .cn6 {
  color: #fe7900;
  font-weight: bold;
}
.news-info .news-info2 .container .right .cn15 {
  margin-top: 0.4rem;
  padding-bottom: 0.25rem;
  border-bottom: 0;
  color: #000000;
}
.news-info .news-info2 .container .right .rightbox2 .rightbox2a {
  border: 1px solid #ebebeb;
  display: flex;
  background-color: #f6f6f6;
}
.news-info .news-info2 .container .right .rightbox2 .rightbox2a input {
  padding: 0 0.2rem;
  width: calc(100% - 75px);
}
.news-info .news-info2 .container .right .rightbox2 .rightbox2a button {
  width: 75px;
  line-height: 54px;
  background-color: #fe7900;
  color: #fff;
}
.news-info .news-info2 .container .right .rightbox2 .cn19 {
  margin-top: 0.15rem;
  color: #222222;
  opacity: 0.48;
}
.contact-box {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact-box .contact-box1 {
  padding-top: 1.2rem;
}
.contact-box .contact-box1 .container .cn1 {
  text-align: center;
  line-height: 1em;
  margin-bottom: 0.9rem;
}
.contact-box .contact-box1 .container .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7a7a7a;
}
.contact-box .contact-box1 .container .box1 .box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 30%;
}
@media (max-width: 991px) {
  .contact-box .contact-box1 .container .box1 .box2 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.contact-box .contact-box1 .container .box1 .box2 .cn2 {
  width: 1.2rem;
  text-align: center;
}
.contact-box .contact-box1 .container .box1 .box2 .cn2 svg path {
  fill: #5e5e5e;
}
.contact-box .contact-box1 .container .box1 .box2 .cn3 {
  width: calc(100% - 1.2rem);
  position: relative;
  padding-left: 0.25rem;
}
.contact-box .contact-box1 .container .box1 .box2 .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.82rem;
  background-color: #e6e6e6;
}
.contact-box .contact-box1 .container .box1 .box2 .cn3 .cn4 {
  display: block;
  color: #666666;
}
.contact-box .contact-box1 .container .box1 .box2 .cn3 .cn5 {
  margin-top: 0.1rem;
  display: block;
  color: #222222;
}
.contact-box .contact-box1 .container .box1 .box2.box4 {
  width: 38%;
}
@media (max-width: 991px) {
  .contact-box .contact-box1 .container .box1 .box2.box4 {
    width: 100%;
  }
}
.contact-box .contact-box1 .container .box1 .box3 {
  width: 170px;
}
@media (max-width: 991px) {
  .contact-box .contact-box1 .container .box1 .box3 {
    width: 100%;
  }
}
.contact-box .contact-box2 {
  padding-top: 1.2rem;
}
.contact-box .contact-box2 .container .cn1 {
  text-align: center;
  line-height: 1em;
  margin-bottom: 0.9rem;
}
.contact-box .contact-box2 .container .box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-box .contact-box2 .container .box1 .box9 {
  width: 48%;
}
@media (max-width: 991px) {
  .contact-box .contact-box2 .container .box1 .box9 {
    width: 100%;
  }
}
.contact-box .contact-box2 .container .box1 .box2 {
  border: solid 1px #d9d9d9;
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.contact-box .contact-box2 .container .box1 .box2 .box3 {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0.35rem;
}
.contact-box .contact-box2 .container .box1 .box2 .box3 .cn2 {
  width: calc(100% - 45px);
}
.contact-box .contact-box2 .container .box1 .box2 .box3 .cn2 .cn3 {
  display: block;
  color: #222222;
  transition: all 0.4s;
}
.contact-box .contact-box2 .container .box1 .box2 .box3 .cn2 .cn4 {
  display: block;
  color: #666666;
  transition: all 0.4s;
}
.contact-box .contact-box2 .container .box1 .box2 .box3 .cn5 {
  width: 45px;
  height: 45px;
  background-color: #fe7900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box .contact-box2 .container .box1 .box2 .box3 .cn5 svg {
  transition: all 0.4s;
  transform: rotate(180deg);
}
.contact-box .contact-box2 .container .box1 .box2 .box3 .cn5 svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.contact-box .contact-box2 .container .box1 .box2 .box3.on {
  background-color: #fe7900;
}
.contact-box .contact-box2 .container .box1 .box2 .box3.on .cn2 .cn3 {
  color: #FFf;
}
.contact-box .contact-box2 .container .box1 .box2 .box3.on .cn2 .cn4 {
  color: #Fff;
}
.contact-box .contact-box2 .container .box1 .box2 .box3.on .cn5 {
  background-color: #fff;
}
.contact-box .contact-box2 .container .box1 .box2 .box3.on .cn5 svg {
  transform: rotate(0);
}
.contact-box .contact-box2 .container .box1 .box2 .box3.on .cn5 svg path {
  fill: #fe7900;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 {
  border-top: 1px solid #d9d9d9;
  padding: 0.4rem;
  display: none;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 .cn6 {
  display: flex;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 .cn6 .cn7 {
  color: #222222;
  flex-shrink: 0;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 .cn6 .cn8 {
  color: #222222;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 .cn9 {
  margin-top: 0.5rem;
  width: 100%;
  overflow: hidden;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 .cn9 img {
  width: 100%;
  transition: all 0.4s;
}
.contact-box .contact-box2 .container .box1 .box2 .box4 .cn9:hover img {
  transform: scale(1.05);
}
.contact-box .contact-box3 {
  padding-bottom: 1.85rem;
  padding-top: 1.5rem;
}
.contact-box .contact-box3 .container .cn1 {
  text-align: center;
}
.contact-box .contact-box3 .container .cn2 {
  text-align: center;
  margin: 0.25rem 0 0.7rem;
}
.contact-box .contact-box3 .container .cn3 {
  width: 54%;
  margin: 0.5rem auto 0;
}
@media (max-width: 991px) {
  .contact-box .contact-box3 .container .cn3 {
    width: 100%;
  }
}
.contact-box .contact-box3 .container .cn3 .cn4 {
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  color: #333333;
}
.contact-box .contact-box3 .container .cn3 .cn5 {
  display: block;
  width: 100%;
  position: relative;
}
.contact-box .contact-box3 .container .cn3 .cn5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 16px ;
  background-color: rgba(173, 173, 173, 0.8);
}
.contact-box .contact-box3 .container .cn3 .cn5 input {
  display: block;
  padding: 0 0.2rem;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-bottom: 1px solid rgba(173, 173, 173, 0.8);
  position: relative;
}
.contact-box .contact-box3 .container .cn3 .cn5 textarea {
  display: block;
  padding: 0 0.2rem;
  width: 100%;
  line-height: 0.4rem;
  height: 0.4rem;
  border-bottom: 1px solid rgba(173, 173, 173, 0.8);
  position: relative;
  height: 100%;
}
.contact-box .contact-box3 .container .cn6 {
  width: 54%;
  margin: 0.15rem auto 0.8rem;
  color: #666666;
}
@media (max-width: 991px) {
  .contact-box .contact-box3 .container .cn6 {
    width: 100%;
  }
}
.contact-box .contact-box3 .container .cn6 a {
  color: #fe7900;
}
.contact-box .contact-box3 .container .cn7 {
  width: 54%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-box .contact-box3 .container .cn7 {
    width: 100%;
  }
}
.contact-box .contact-box3 .container .cn7 button {
  text-align: center;
  line-height: 52px;
  width: 120px;
  height: 52px;
  background-color: #f0f0f0;
  margin: 0 0.15rem;
  transition: all 0.4s;
}
.contact-box .contact-box3 .container .cn7 button:nth-child(2) {
  background-color: #fe7900;
  color: #Fff;
}
.contact-box .contact-box3 .container .cn7 button:hover {
  opacity: 0.8;
}
.clause-box1 {
  background-color: #f4f4f4;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
.clause-box1 .container .cn1 {
  text-align: center;
}
.clause-box1 .container .cn2 {
  padding: 0.3rem 0;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
.clause-box1 .container .cn3 {
  padding-top: 0.7rem;
  color: #555555;
}
.clause-box1 .container .cn3 h3 {
  color: #222222;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .clause-box1 .container .cn3 h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .clause-box1 .container .cn3 h3 {
    font-size: 0.4rem;
  }
}
.clause-box1 .container .cn3 p {
  color: #555555;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .clause-box1 .container .cn3 p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .clause-box1 .container .cn3 p {
    font-size: 0.28rem;
  }
}
.search-box1 {
  padding: 1rem 0 0.55rem;
  background-color: #f4f4f4;
}
.search-box1 .container .cn1 {
  text-align: center;
}
.search-box1 .container .cn2 {
  width: 6rem;
  line-height: 0.52rem;
  border: 1px solid #666;
  display: flex;
  height: 0.52rem;
  margin: 0.3rem auto 0.6rem;
}
@media (max-width: 991px) {
  .search-box1 .container .cn2 {
    line-height: 0.8rem;
    height: 0.8rem;
    width: 100%;
  }
}
.search-box1 .container .cn2 input {
  padding: 0 0.2rem;
  width: 5.2rem;
}
@media (max-width: 991px) {
  .search-box1 .container .cn2 input {
    width: calc(100% - 0.8rem);
  }
}
.search-box1 .container .cn2 button {
  width: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.search-box1 .container .cn2 button svg path {
  fill: #333;
  opacity: 1;
}
.search-box1 .container .cn2 button:hover {
  background-color: #fe7900;
}
.search-box1 .container .cn2 button:hover svg path {
  fill: #Fff;
  opacity: 1;
}
.search-box1 .container .cn3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .search-box1 .container .cn3 {
    justify-content: flex-start;
  }
}
.search-box1 .container .cn3 .cn4 {
  color: #222222;
  margin: 0 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .search-box1 .container .cn3 .cn4 {
    width: calc(100% / 3);
    padding: 0 0.2rem;
    margin: 0 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .search-box1 .container .cn3 .cn4 {
    width: 50%;
  }
}
.search-box1 .container .cn3 .cn4:hover {
  color: #fe7900;
}
.search-box1 .container .cn3 .cn4.on {
  color: #fe7900;
}
.search-box2 {
  padding-bottom: 1.2rem;
}
.search-box2 .container .cn99 {
  padding-top: 1.3rem;
  text-align: center;
  padding-bottom: 4.3rem;
}
.search-box2 .container .cn1 {
  padding-top: 0.6rem;
  padding-bottom: 0.2rem;
  color: #222222;
  border-bottom: 1px solid #d6d6d6;
}
.search-box2 .container .box .box2 {
  border-bottom: 1px solid #d6d6d6;
  padding: 0.3rem 0;
}
.search-box2 .container .box .box2 .cn2 {
  color: #222222;
  line-height: 1.79166667em;
  display: block;
  transition: all 0.4s;
}
.search-box2 .container .box .box2 .cn2:hover {
  color: #fe7900;
}
.search-box2 .container .box .box2 .cn3 {
  margin: 0.1rem 0 0.2rem;
  display: block;
  color: #555555;
  line-height: 1.375em;
  transition: all 0.4s;
}
.search-box2 .container .box .box2 .cn3:hover {
  color: #fe7900;
}
.search-box2 .container .box .box2 .cn4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-box2 .container .box .box2 .cn4 .cn5 {
  color: #666666;
  line-height: 1.57142857em;
  transition: all 0.4s;
}
.search-box2 .container .box .box2 .cn4 .cn5:hover {
  color: #fe7900;
}
.search-box2 .container .box .box2 .cn4 .cn6 {
  margin: 0 0.1rem;
  transition: all 0.4s;
}
.search-box2 .container .box .box2 .cn4 .cn6:hover {
  color: #666;
}
.error {
  padding: 2.5rem 0 2.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1rem;
}
@media (max-width: 991px) {
  .error {
    margin-top: -1.2rem;
  }
}
.error .container .img {
  text-align: center;
}
.error .container .text1 {
  text-align: center;
  color: #2d2d2d;
  line-height: 2em;
  margin: 0.6rem 0;
}
.error .container .text2 {
  color: #Fff;
  display: block;
  text-align: center;
  width: 180px;
  line-height: 58px;
  background-color: #fe7900;
  margin: 0 auto;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .error .container .text2 {
    width: 160px;
    line-height: 40px;
  }
}
.error .container .text2:hover {
  opacity: 0.8;
}
.error .container .text3 {
  margin-top: 0.1rem;
  text-align: center;
  color: #8e8e8e;
}
.sitemap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 2.2rem;
  padding-top: 1.3rem;
}
.sitemap .container .cn1 {
  text-align: center;
  margin-bottom: 1rem;
}
.sitemap .container .cn2 {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.sitemap .container .cn2 .cn3 {
  margin: 0 0.5rem 0.5rem;
}
@media (max-width: 991px) {
  .sitemap .container .cn2 .cn3 {
    margin: 0 0.3rem 0.5rem;
  }
}
.sitemap .container .cn2 .cn3 .cn4 {
  display: block;
  color: #222222;
  margin-bottom: 0.3rem;
  transition: all 0.4s;
}
.sitemap .container .cn2 .cn3 .cn4:hover {
  color: #fe7900;
}
.sitemap .container .cn2 .cn3 .cn5 .cn6 .cn7 {
  color: #666666;
  line-height: 2em;
  transition: all 0.4s;
}
.sitemap .container .cn2 .cn3 .cn5 .cn6 .cn7:hover {
  color: #fe7900;
}
.sitemap .container .cn2 .cn3 .cn5 .cn6 .cn8 .cn9 .cn10 {
  color: #666;
  line-height: 2em;
  transition: all 0.4s;
}
.sitemap .container .cn2 .cn3 .cn5 .cn6 .cn8 .cn9 .cn10:hover {
  color: #fe7900;
}
.page-box {
  padding: 0.8rem 0 1.75rem;
}
.page-box.case-page {
  padding: 0.8rem 0 2.2rem;
}
.page-box .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.page-box .container a {
  width: 0.58rem;
  height: 0.58rem;
  line-height: 0.58rem;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  color: #333;
  transition: all 0.4s;
}
.page-box .container a.arrow {
  transform: rotate(180deg);
}
.page-box .container a.arrow svg {
  width: 8px;
  height: 13px;
}
.page-box .container a.arrow svg path {
  fill: #333;
  opacity: 1;
}
.page-box .container a.arrow:hover svg path {
  fill: #Fff;
}
.page-box .container a.arrowright {
  transform: rotate(0deg);
}
.page-box .container a.arrowright svg path {
  fill: #333;
  opacity: 1;
}
.page-box .container a.arrowright:hover svg path {
  fill: #Fff;
}
.page-box .container a:hover {
  background-color: #fe7900;
  color: #Fff;
  border: 1px solid #fe7900;
}
.page-box .container a:hover svg path {
  fill: #Fff;
}
.page-box .container a.on {
  background-color: #fe7900;
  color: #Fff;
  border: 1px solid #fe7900;
}
.page-box .container a.on svg path {
  fill: #Fff;
}
.public-btn {
  width: 168px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.18);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .public-btn {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    width: 2.8rem;
  }
}
.public-btn .pbtn1 {
  line-height: 50px;
  color: #000000;
  transition: all 0.4s;
}
.public-btn .pbtn2 {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.public-btn .pbtn2 svg path {
  stroke: none;
  transition: all 0.4s;
  fill: #000;
  opacity: 1;
}
.public-btn:hover {
  border: 1px solid #fe7900;
  background-color: #fe7900;
}
.public-btn:hover .pbtn1 {
  color: #Fff;
}
.public-btn:hover .pbtn2 svg path {
  fill: #Fff;
}
.public-btn2 {
  width: 168px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  background-color: #fe7900;
}
@media (max-width: 991px) {
  .public-btn2 {
    width: 3rem;
  }
}
@media (max-width: 767px) {
  .public-btn2 {
    width: 2.8rem;
  }
}
.public-btn2 .pbtn1 {
  color: #fff;
  transition: all 0.4s;
  line-height: 50px;
}
.public-btn2 .pbtn2 {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.public-btn2 .pbtn2 svg {
  width: 16px;
}
.public-btn2 .pbtn2 svg path {
  stroke: none;
  transition: all 0.4s;
  fill: #fff;
  opacity: 1;
}
.public-btn2:hover {
  background-color: #fe7900;
  opacity: 0.9;
}
.public-btn2:hover .pbtn1 {
  color: #Fff;
}
.public-btn2:hover .pbtn2 svg path {
  fill: #Fff;
}
.public-tuijian {
  position: relative;
}
.public-tuijian .img-box {
  width: 100%;
  height: 3.8rem;
}
.public-tuijian .img-box .pc-img {
  width: 100%;
  height: 3.8rem;
}
@media (max-width: 991px) {
  .public-tuijian .img-box .pc-img {
    display: none;
  }
}
.public-tuijian .img-box .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-tuijian .img-box .mb-img {
  width: 100%;
  height: 3.8rem;
  display: none;
}
@media (max-width: 991px) {
  .public-tuijian .img-box .mb-img {
    display: block;
  }
}
.public-tuijian .img-box .mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-tuijian .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #Fff;
}
.public-tuijian .container .cn1 {
  color: #ffffff;
}
.public-tuijian .container .cn2 {
  margin: 0.4rem auto 0;
  text-align: center;
}
.public-tuijian .container .cn2 svg {
  margin-right: 0.15rem;
  width: 18px;
  height: 17px;
  position: relative;
}
.publicprev {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0.2rem;
  cursor: pointer;
  z-index: 2;
}
.publicprev svg {
  width: 0.25rem;
  height: 0.48rem;
}
@media (max-width: 767px) {
  .publicprev svg {
    width: 0.4rem;
    height: 0.8rem;
  }
}
.publicprev svg path {
  transition: all 0.4s;
  fill: #7f7f7f;
  opacity: 1;
}
@media (max-width: 767px) {
  .publicprev svg path {
    fill: #fe7900;
  }
}
.publicprev:hover svg path {
  fill: #fe7900;
}
.publicnext {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.publicnext svg {
  transform: rotate(180deg);
  width: 0.25rem;
  height: 0.48rem;
}
@media (max-width: 767px) {
  .publicnext svg {
    width: 0.4rem;
    height: 0.8rem;
  }
}
.publicnext svg path {
  transition: all 0.4s;
  fill: #7f7f7f;
  opacity: 1;
}
@media (max-width: 767px) {
  .publicnext svg path {
    fill: #fe7900;
  }
}
.publicnext:hover svg path {
  fill: #fe7900;
}
.contact-tanchuang {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
}
.contact-tanchuang .container {
  position: relative;
  height: 100%;
}
.contact-tanchuang .container .box {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  width: 55.55555556%;
}
@media (max-width: 991px) {
  .contact-tanchuang .container .box {
    width: 100%;
  }
}
.contact-tanchuang .container .box .cn0 {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
}
.contact-tanchuang .container .box .cn0 svg path {
  fill: #666;
  opacity: 1;
}
.contact-tanchuang .container .box .cn1 {
  color: #333333;
  line-height: 1.2em;
}
.contact-tanchuang .container .box .cn2 {
  color: #666666;
  line-height: 1.85714286em;
  margin-bottom: 0.2rem;
}
.contact-tanchuang .container .box2 {
  display: flex;
  justify-content: space-between;
}
.contact-tanchuang .container .box2 .cn3 {
  width: 48%;
}
.contact-tanchuang .container .box2 .cn3 .cn4 {
  line-height: 50px;
  color: #222222;
}
.contact-tanchuang .container .box2 .cn3 .cn4 em {
  font-style: normal;
  color: #ff0000;
}
.contact-tanchuang .container .box2 .cn3 .cn5 input {
  padding: 0 0.2rem;
  width: 100%;
  border: 1px solid #dfdfdf;
  line-height: 50px;
}
.contact-tanchuang .container .box2 .cn3 .cn5 textarea {
  padding: 0 0.2rem;
  width: 100%;
  border: 1px solid #dfdfdf;
  line-height: 50px;
  height: 2rem;
}
.contact-tanchuang .container .box2.box3 .cn3 {
  width: 100%;
}
.contact-tanchuang .container .box4 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.contact-tanchuang .container .box4 button {
  width: 1.6rem;
  line-height: 50px;
  background-color: #fe7900;
  text-align: center;
  color: #Fff;
  transition: all 0.4s;
}
.contact-tanchuang .container .box4 button:hover {
  opacity: 0.8;
}
.product-tanchuang {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 999;
  transition: all 0.4s;
  opacity: 0;
}
.product-tanchuang.on {
  opacity: 1;
  right: 0;
}
.product-tanchuang .left {
  background-color: #3d3d3d;
  width: 12.5%;
}
@media (max-width: 991px) {
  .product-tanchuang .left {
    width: 20%;
  }
}
.product-tanchuang .left .img {
  margin: 0.7rem auto;
  width: 1.05rem;
  height: 1.05rem;
  display: block;
  text-align: center;
  border: 2px solid #fe7900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
  cursor: pointer;
}
.product-tanchuang .left .img svg {
  width: 0.38rem;
  height: 0.38rem;
}
.product-tanchuang .left .img svg path {
  fill: #fff;
  opacity: 1;
}
.product-tanchuang .left .img:hover {
  background-color: #fe7900;
}
.product-tanchuang .center {
  width: 52.08333333%;
  background-color: #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .product-tanchuang .center {
    display: none;
  }
}
.product-tanchuang .center .img2 {
  width: 90%;
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-tanchuang .center .img2::before {
  padding-top: 80.33333333%;
}
.product-tanchuang .center .img2.on {
  display: block;
}
.product-tanchuang .right {
  width: 35.41666667%;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-tanchuang .right {
    width: 80%;
  }
}
.product-tanchuang .right .box {
  border-top: 2px solid #eee;
  padding: 0 0.8rem;
  height: 13.91752577%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1580px) {
  .product-tanchuang .right .box {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1260px) {
  .product-tanchuang .right .box {
    padding: 0 0.3rem;
  }
}
.product-tanchuang .right .box .cn1 {
  color: #222222;
  line-height: 1.29545455em;
  display: none;
}
.product-tanchuang .right .box .box2 {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.product-tanchuang .right .box .box2 .box3 .cn2 {
  color: #222;
  line-height: 1.5em;
}
.product-tanchuang .right .box .box2 .box3 .cn2 {
  color: #666;
  line-height: 1.5em;
}
.product-tanchuang .right .box .box2 .box4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid #aaa;
  border-radius: 50%;
  transition: all 0.4s;
  position: relative;
}
.product-tanchuang .right .box .box2 .box4 .cn4 {
  text-align: center;
  line-height: 0.85714286em;
  transition: all 0.4s;
}
.product-tanchuang .right .box .box2 .box4 .cn4 em:nth-child(1) {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 2px;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.product-tanchuang .right .box .box2 .box4 .cn4 em:nth-child(2) {
  content: "";
  position: absolute;
  width: 2px;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.product-tanchuang .right .box .cn5 {
  padding-right: 0.2rem;
  line-height: 2em;
  height: 52vh;
  overflow-y: auto;
  color: #666;
  display: none;
}
@media (max-width: 1260px) {
  .product-tanchuang .right .box .cn5 {
    height: 55vh;
  }
}
.product-tanchuang .right .box .cn5 .img2 {
  width: 100%;
  margin: 0 auto;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-tanchuang .right .box .cn5 .img2::before {
  padding-top: 80.33333333%;
}
@media (max-width: 991px) {
  .product-tanchuang .right .box .cn5 .img2 {
    display: block;
  }
}
.product-tanchuang .right .box.on {
  height: 72.16494845%;
  display: block;
}
.product-tanchuang .right .box.on .cn1 {
  padding-top: 0.7rem;
  margin-bottom: 0.4rem;
  display: block;
}
.product-tanchuang .right .box.on .box2 {
  display: none;
}
.product-tanchuang .right .box.on .cn5 {
  display: block;
}
.product-tanchuang .right .box.on .cn5 .img {
  display: flex;
}
.product-tanchuang .right .box:hover .box2 {
  cursor: pointer;
}
.product-tanchuang .right .box:hover .box2 .box4 {
  border: 1px solid #fe7900;
  background-color: #fe7900;
}
.product-tanchuang .right .box:hover .box2 .box4 .cn4 {
  color: #fff;
}
.product-tanchuang .right .box:hover .box2 .box4 .cn4 em:nth-child(1) {
  background-color: #fff;
}
.product-tanchuang .right .box:hover .box2 .box4 .cn4 em:nth-child(2) {
  background-color: #fff;
}
#c-header .container .c-logo {
  width: 7.86516854%;
}
#c-header .container .c-right-box .c-nav li {
  width: auto;
  margin: 0 0.3rem;
  transition: width 0.4s;
  text-align: center;
}
#c-header .container .c-right-box .c-nav li .cn1 {
  width: 100%;
}
#c-header .container .c-gn {
  width: 5.61797753%;
}
#c-header .container .c-gn .c-language .cn19 {
  box-shadow: 0 0 10px #eee;
  z-index: 10;
}
#c-header .xiala {
  box-shadow: 0 0 5px #eee;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  color: #333;
  border-top: 1px solid #d3d3d3;
}
@media (max-width: 991px) {
  #c-header .xiala {
    display: none !important;
    left: 100% !important;
  }
}
#c-header .xiala .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 0.7rem;
}
#c-header .xiala .container .c-logo {
  width: 7.86516854%;
}
#c-header .xiala .container .c-right-box .c-nav {
  display: flex;
  align-items: initial;
}
#c-header .xiala .container .c-right-box .c-nav li {
  padding: 0.35rem 0.2rem 1.3rem;
  text-align: center;
  position: relative;
}
#c-header .xiala .container .c-right-box .c-nav li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d3d3d3;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box {
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .tcbox1 {
  width: 100%;
  margin-top: 0.25rem;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .tcbox1:nth-child(1) {
  margin-top: 0;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .cn1 {
  display: block;
  width: 100%;
  line-height: 1.75em;
  color: #666;
  transition: all 0.4s;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .cn1::before {
  display: none;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .cn1:hover {
  color: #fe7900;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .cn2 {
  margin-bottom: 0.1rem;
  line-height: 2.1875em;
  color: #222;
  transition: all 0.4s;
}
#c-header .xiala .container .c-right-box .c-nav li .c-title-box .cn2:hover {
  color: #fe7900;
}
#c-header .xiala .container .c-gn {
  position: relative;
  width: 5.61797753%;
}
#c-header:hover .xiala {
  display: flex !important;
  animation: indextop 0.6s 1;
}
#c-header:hover .container .c-right-box .c-nav li {
  width: 1.7rem;
  margin: 0;
}
@keyframes indextop {
  from {
    opacity: 0;
    top: 0;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@media (max-width: 991px) {
  .c-open #c-header {
    background-color: #fff;
  }
  .c-open #c-header .container .c-logo .c-img-box svg .cls-1 {
    fill: #02538a;
  }
  .c-open #c-header .container .c-logo .c-img-box svg .cls-2 {
    fill: url(#jianbian45--inject-1);
  }
  .c-open #c-header .container .c-switch i {
    background: #333;
  }
}
.serarch-windows {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 900;
}
@media (max-width: 991px) {
  .serarch-windows {
    display: none !important;
    left: 100% !important;
  }
}
.serarch-windows .container {
  padding: 0 16.66666667% 1.2rem;
  position: relative;
}
@media (max-width: 1580px) {
  .serarch-windows .container {
    padding: 0 6.66666667% 0.6rem;
  }
}
.serarch-windows .container .cn1 {
  padding: 0.9rem 0;
  color: #222222;
  line-height: 1.475em;
}
.serarch-windows .container .box {
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0.2rem;
}
.serarch-windows .container .box input {
  width: 80%;
}
.serarch-windows .container .box button {
  flex-shrink: 0;
}
.serarch-windows .container .box2 {
  margin-top: 0.3rem;
  display: flex;
}
.serarch-windows .container .box2 .cn2 {
  flex-shrink: 0;
  color: #555555;
  line-height: 0.34rem;
}
@media (max-width: 1580px) {
  .serarch-windows .container .box2 .cn2 {
    line-height: 0.5rem;
  }
}
.serarch-windows .container .box2 .cn3 {
  display: flex;
  flex-wrap: wrap;
}
.serarch-windows .container .box2 .cn3 .cn4 {
  margin-bottom: 0.15rem;
  line-height: 0.34rem;
  color: #555555;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  min-width: 1.25rem;
  margin-left: 0.15rem;
  transition: all 0.4s;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .serarch-windows .container .box2 .cn3 .cn4 {
    line-height: 0.5rem;
  }
}
.serarch-windows .container .box2 .cn3 .cn4:hover {
  background-color: #fe7900;
  color: #Fff;
}
.serarch-windows .container .cn5 {
  position: absolute;
  right: 0;
  top: 1rem;
  cursor: pointer;
}
.serarch-windows .container .cn5 svg path {
  fill: #adadad;
  opacity: 1;
  transition: all 0.4s;
}
.serarch-windows .container .cn5:hover svg path {
  fill: #fe7900;
}
.xiala.ew {
  display: none !important;
}
.aside-right {
  position: fixed;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  display: none;
}
@media (max-width: 991px) {
  .aside-right {
    display: none !important;
  }
}
.aside-right .box1 {
  position: relative;
}
.aside-right .box1 .cn1 {
  width: 64px;
  height: 64px;
  border: 1px solid #ddd;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.aside-right .box1 .cn1 svg path {
  fill: #969696;
  opacity: 1;
}
.aside-right .box1 .cn1.cn9 {
  cursor: pointer;
}
.aside-right .box1 .cn2 {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.aside-right .box1 .cn2 img {
  width: 90px;
  height: 90px;
}
.aside-right .box1 .cn3 {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  min-width: 200px;
  padding: 0 10px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  padding: 17px;
}
.aside-right .box1:nth-child(1) .cn1 {
  border-top: 1px solid #ddd;
}
.aside-right .box1:hover .cn1 {
  background-color: #fe7900;
}
.aside-right .box1:hover .cn1 svg path {
  fill: #fff;
}
.aside-right .box1:hover .cn2 {
  border: 1px solid #ddd;
  border-right: 0;
  display: flex;
  animation: asidewechat 0.4s 1;
}
.aside-right .box1:hover .cn3 {
  border: 1px solid #ddd;
  border-right: 0;
  display: flex;
  animation: asidewechat 0.4s 1;
}
@keyframes asidewechat {
  from {
    opacity: 0;
    right: 0;
  }
  to {
    right: 100%;
    opacity: 1;
  }
}
#mycanvas {
  width: 100%;
  height: 8.5rem;
}
#c-header .white_logo {
  display: block;
}
#c-header .caise_logo {
  display: none;
}
#c-header.c-style2 .white_logo {
  display: none;
}
#c-header.c-style2 .caise_logo {
  display: block;
}
@media (max-width: 991px) {
  #c-header .container .c-logo {
    width: auto;
  }
}
@media (max-width: 991px) {
  .product-tanchuang {
    background-color: #fff;
  }
  .product-tanchuang .right {
    width: 100%;
    height: 70vh;
  }
  .product-tanchuang .right .box .cn5 {
    height: 70%;
  }
  .product-tanchuang .left {
    position: absolute;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
  }
  .product-tanchuang .left .img svg path {
    fill: #fe7900;
  }
}
html.on {
  width: 100%;
  height: 100vh;
  overflow: auto;
}
body.on {
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.index-welcome {
  position: relative;
  display: none;
}
.index-welcome .container {
  position: relative;
  max-width: 1500px;
}
.index-welcome .container .zimg .pc-img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-welcome .container .zimg .pc-img {
    display: none;
  }
}
.index-welcome .container .zimg .mb-img {
  display: none;
  width: 100%;
}
@media (max-width: 991px) {
  .index-welcome .container .zimg .mb-img {
    display: block;
    position: relative;
    top: -1rem;
  }
}
.index-welcome .container .box {
  top: 1.2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1580px) {
  .index-welcome .container .box {
    top: 1rem;
  }
}
@media (max-width: 1260px) {
  .index-welcome .container .box {
    top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .index-welcome .container .box {
    position: relative;
    top: 0;
    z-index: 4;
    padding-top: 0.6rem;
  }
}
.index-welcome .container .box .cn1 {
  text-align: center;
  color: #000;
  line-height: 1.18181818em;
}
.index-welcome .container .box .cn2 {
  margin: 0.2rem 0 0.3rem;
  text-align: center;
  line-height: 1.2em;
}
.index-welcome .container .box .cn2 span {
  color: #fe7900;
}
.index-welcome .container .box .cn4 {
  margin: 0 auto;
}
