
/*字体*/
/* @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");
} */
.pc {
  display: block;
}
.wap {
  display: none;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .wap {
    display: block;
  }
}
.zz_w1440 {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1440px) {
  .zz_w1440 {
    width: 90%;
  }
}
* {
  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;
}
@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;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@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-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;
}
#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: #fbb03b;
}
#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: #fbb03b;
}
#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: #fbb03b;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(https://cn.cariad.com.cn/resource/images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(https://cn.cariad.com.cn/resource/images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(https://cn.cariad.com.cn/resource/images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(https://cn.cariad.com.cn/resource/images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(https://cn.cariad.com.cn/resource/images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(https://cn.cariad.com.cn/resource/images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.9rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.9rem;
  text-align: center;
  color: #fff;
  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;
  max-width: unset;
  width: 100%;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1rem;
}
@media (max-width: 767px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#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 img {
  height: 0.4rem;
  margin-left: 40px;
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#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 img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
@media (max-width: 767px) {
  #c-header .c-logo .c-img-box img {
    margin-left: 0.4rem;
  }
  #c-header .c-right-box {
    margin-right: 0.4rem;
  }
  #c-header .c-logo .c-img-box img {
    height: 0.45rem;
  }
}
/*顶部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;
  margin-right: 0.6rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box > .arr {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.5em;
  background: url(../images/arr7_white.png) center center no-repeat;
  background-size: contain ;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 10px;
  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 a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fbb03b;
  transition: 0.3s;
}
#c-header .c-nav > li.liW {
  position: static;
}
#c-header .c-nav > li.liW ul {
  left: 50%;
  width: 77%;
  max-width: 1478px;
  background-color: transparent;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#c-header .c-nav > li.liW ul li {
  max-width: 1478px;
  height: 714px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
#c-header .c-nav > li.liW ul li .tabs {
  width: 20.8%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
#c-header .c-nav > li.liW ul li .tabs .tabC {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
#c-header .c-nav > li.liW ul li .tabs .item {
  cursor: pointer;
  flex: 1;
  background-color: #f0f9f9;
  color: #666;
  padding: 7% 6.5% 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #e2eaea;
}
#c-header .c-nav > li.liW ul li .tabs .item:first-child {
  border-top: 0;
}
#c-header .c-nav > li.liW ul li .tabs .item > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#c-header .c-nav > li.liW ul li .tabs .item .pic {
  width: 7em;
  height: 7em;
  position: relative;
  z-index: 0;
}
#c-header .c-nav > li.liW ul li .tabs .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-nav > li.liW ul li .tabs .item .name {
  line-height: 1.4;
  max-width: 10em;
  margin: 6% auto 0;
}
#c-header .c-nav > li.liW ul li .tabs .item.cur {
  color: #000;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
#c-header .c-nav > li.liW ul li .tabs .item.cur::before {
  position: absolute;
  background-color: #17a9a5;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3em;
}
#c-header .c-nav > li.liW ul li .conZ {
  flex: 1;
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
}
#c-header .c-nav > li.liW ul li .conZ .conBot {
  position: absolute;
  left: 4.2%;
  bottom: 0;
  background-color: #fff;
  width: 91.6%;
  text-align: left;
  border-top: 1px solid #eaeaea;
}
#c-header .c-nav > li.liW ul li .conZ .conBot .tel {
  color: #fbb03b;
  line-height: 5.6em;
  margin-right: 3em;
}
#c-header .c-nav > li.liW ul li .conZ .conBot .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.14em;
  width: 2.28em;
  height: 2.28em;
  display: block;
  cursor: pointer;
  background: url(../images/close.svg) center center no-repeat;
  background-size: contain ;
}
#c-header .c-nav > li.liW ul li .conZ .con {
  margin: 0 auto;
  flex: 1;
  width: 91.6%;
  text-align: left;
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#c-header .c-nav > li.liW ul li .conZ .con .conC {
  margin: 0 auto;
  flex: 1;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-header .c-nav > li.liW ul li .conZ .con .col {
  width: 28.5%;
  margin-right: 7.25%;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item {
  padding-top: 7%;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemT {
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  padding: 1.4em 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemT a {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemT span {
  margin-right: 1em;
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemT:hover a span {
  color: #fbb03b;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemT:hover .arr {
  background-image: url(../images/i_arrow_on.svg);
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemT .arr {
  flex: initial;
  margin-right: 0;
  width: 1.16em;
  height: 1.16em;
  display: block;
  background: url(../images/i_arrow.svg) center center no-repeat;
  background-size: 99% auto;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ {
  margin-top: 8%;
  display: none;
  max-height: 391px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  line-height: 2.3em;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fbb03b;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ a {
  color: #666;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item .itemZ .itemS {
  height: auto;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild .itemT .arr {
  background-image: url(../images/i_plus.svg);
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild .itemT:hover span {
  color: #fbb03b;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild .itemT:hover .arr {
  background-image: url(../images/i_plus_on.svg);
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild.show .itemT {
  color: #fbb03b;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild.show .itemT:hover {
  color: #fbb03b;
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild.show .itemT .arr {
  background-image: url(../images/i_minus_on.svg);
}
#c-header .c-nav > li.liW ul li .conZ .con .col .item.hasChild.show .itemT:hover .arr {
  background-image: url(../images/i_minus_on.svg);
}
#c-header .c-nav > li.liW ul li .conZ .con .col:nth-child(3n) {
  margin-right: 0;
}
#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: 99%;
  left: 50%;
  width: 10em;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  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;
  height: 0.5rem;
  overflow: hidden;
}
#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: #fbb03b;
}
#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: #fbb03b !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
#c-header.c-style2 .c-nav > li > .c-title-box > .arr {
  background-image: url(../images/arr7.png);
}
#c-header.c-style2 .c-nav > li.on > .c-title-box > .arr {
  background-image: url(../images/arr7_on.png);
}
#c-header.c-style2 .c-nav > li:hover > .c-title-box > .arr {
  background-image: url(../images/arr7_on.png);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a .arr {
  background-image: url(../images/arr7_on.png);
}
#c-header.c-style2 .c-nav li.on:hover > .c-title-box > a .arr {
  background-image: url(../images/arr7_on.png);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a .arr,
#c-header .c-nav li:hover > .c-title-box > a .arr,
#c-header .c-nav li.on > a .arr,
#c-header .c-nav li:hover > a .arr {
  background-image: url(../images/arr7_on.png);
}
#c-header.c-style2 .c-gn form .btn-search {
  background-image: url(../images/search3.png);
}
/*顶部移动端导航*/
#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: #fbb03b;
}
#c-header .c-nav2 li ul {
  display: none;
}
#c-header .c-nav2 > li.liW {
  position: static;
}
#c-header .c-nav2 > li.liW ul li {
  width: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 0;
}
#c-header .c-nav2 > li.liW ul li .tabs {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#c-header .c-nav2 > li.liW ul li .tabs .item {
  cursor: pointer;
  width: 33.3%;
  background-color: #f0f9f9;
  color: #666;
  padding: 0.8em 0 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center ;
  flex-direction: column;
  border-top: 1px solid #e2eaea;
  text-align: center;
}
#c-header .c-nav2 > li.liW ul li .tabs .item:first-child {
  border-top: 0;
}
#c-header .c-nav2 > li.liW ul li .tabs .item > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#c-header .c-nav2 > li.liW ul li .tabs .item .pic {
  width: 80%;
  padding-top: 80%;
  position: relative;
  z-index: 0;
}
#c-header .c-nav2 > li.liW ul li .tabs .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-nav2 > li.liW ul li .tabs .item .name {
  line-height: 1.4;
  margin: 6% 0.5em 0;
}
#c-header .c-nav2 > li.liW ul li .tabs .item.cur {
  color: #000;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
#c-header .c-nav2 > li.liW ul li .tabs .item.cur::before {
  position: absolute;
  background-color: #17a9a5;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 0.3em;
}
#c-header .c-nav2 > li.liW ul li .conZ {
  position: relative;
  z-index: 0;
}
#c-header .c-nav2 > li.liW ul li .conZ .conBot {
  text-align: left;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
}
#c-header .c-nav2 > li.liW ul li .conZ .conBot .tel {
  color: #fbb03b;
  line-height: 5.6em;
  margin-right: 3em;
}
#c-header .c-nav2 > li.liW ul li .conZ .conBot .tel span {
  font-size: 1.3em;
  vertical-align: middle;
}
#c-header .c-nav2 > li.liW ul li .conZ .conBot .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  display: block;
  cursor: pointer;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain ;
  display: none;
}
#c-header .c-nav2 > li.liW ul li .conZ .con {
  margin: 0 auto;
  height: 100%;
  width: 91.6%;
  text-align: left;
  flex-wrap: wrap;
  display: none;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col {
  width: 100%;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item {
  padding-top: 0.2em;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemT {
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  line-height: 3.4;
  height: 3.4em;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemT a {
  cursor: pointer;
  width: 100%;
  height: 3.4em;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemT span {
  height: 3.4em;
  overflow: hidden;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemT:hover {
  color: #fbb03b;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemT:hover .arr {
  background-image: url(../images/i_arrow_on.svg);
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemT .arr {
  width: 1.16em;
  height: 1.16em;
  display: block;
  background: url(../images/i_arrow.svg) center center no-repeat;
  background-size: contain;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemZ {
  margin-top: 0.5em;
  display: none;
  line-height: 2.3em;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemZ a {
  color: #666;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemZ a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item .itemZ .itemS {
  height: 2.3em;
  overflow: hidden;
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item.hasChild .itemT .arr {
  background-image: url(../images/i_plus.svg);
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item.hasChild .itemT:hover .arr {
  background-image: url(../images/i_plus_on.svg);
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item.hasChild.show .itemT .arr {
  background-image: url(../images/i_minus.svg);
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col .item.hasChild.show .itemT:hover .arr {
  background-image: url(../images/i_minus_on.svg);
}
#c-header .c-nav2 > li.liW ul li .conZ .con .col:nth-child(3n) {
  margin-right: 0;
}
.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;
  margin-left: 0.25rem;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  padding-right: 0.8rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form .btn-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/search_white.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #fbb03b !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: #fbb03b;
  cursor: pointer;
}
#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-gn .c-lngBox {
  position: relative;
  z-index: 0;
  padding: 0 0.4rem;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#c-header .c-gn .c-lngBox .c-lng {
  display: flex;
  align-items: center;
  justify-content: center;
}
#c-header .c-gn .c-lngBox .c-lng .ing-icon {
  background: url(../images/lan_white.png) center center no-repeat;
  background-size: contain ;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#c-header .c-gn .c-lngBox .c-lng .arr {
  background: url(../images/arr7_white.png) center center no-repeat;
  background-size: contain ;
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
}
#c-header .c-gn .c-lngBox .c-lng .c-text {
  margin: 0 15px 0 10px;
}
#c-header .c-gn .c-lngBox .c-lng .arrow {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}
#c-header .c-gn .c-lngBox .c-lng .arrow path {
  fill: #fff;
}
#c-header .c-gn .c-lngBox .c-down {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background-color: #fff;
  color: #000;
  line-height: 3;
}
#c-header .c-gn .c-lngBox .c-down a {
  color: #333;
  display: block;
}
#c-header .c-gn .c-lngBox .c-down li:hover {
  color: #fbb03b;
}
#c-header .c-gn .c-lngBox .c-down li:hover a {
  color: #fbb03b;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #fbb03b;
}
#c-header.c-style2 .c-gn .c-lngBox .c-lng .ing-icon {
  background-image: url(../images/lan.png);
}
#c-header.c-style2 .c-gn .c-lngBox .c-lng .arr {
  background-image: url(../images/arr7.png);
}
#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: #fbb03b;
  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: #005CE6;
}
#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;
}
@keyframes bktop {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* 底部 */
#c-footer {
  background: #212121;
}
#c-footer .logoBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 1.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#c-footer .logoBox .zz-left img {
  height: 30px;
  width: auto;
}
#c-footer .logoBox .c-ul,
#c-footer .logoBox .zz-right {
  display: flex;
}
#c-footer .logoBox .c-ul .c-li {
  margin-left: 10px;
}
#c-footer .logoBox .c-ul .c-li a {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.4rem;
  min-height: 0.4rem;
  border-radius: 1000px;
  background: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#c-footer .logoBox .c-ul .c-li a svg {
  width: 15px;
}
#c-footer .logoBox .c-ul .c-li a:hover {
  background: #fff;
}
#c-footer .logoBox .c-ul .c-li a:hover svg path {
  fill: #333;
}
#c-footer .logoBox .backTop {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.4rem;
  min-height: 0.4rem;
  border-radius: 1000px;
  background: #fbb03b;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#c-footer .logoBox .backTop:hover svg {
  animation: bktop 0.5s;
}
#c-footer .linkBox {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
  padding-bottom: 0.85rem;
}
#c-footer .linkBox .c-left-box .c-div1 {
  display: flex;
  align-items: center;
}
#c-footer .linkBox .c-left-box .c-div1 p {
  color: #fff;
  margin-left: 5px;
}
#c-footer .linkBox .c-left-box .c-div2 {
  color: #fbb03b;
  margin-top: 7px;
}
#c-footer .linkBox .c-left-box .c-div3 {
  margin-top: 0.1rem;
}
#c-footer .linkBox .c-right-box {
  display: flex;
  flex: 1;
  margin-left: 9.7%;
  width: 76.4%;
  justify-content: space-between;
  align-items: stretch;
}
#c-footer .linkBox .c-right-box .c-list-box {
  margin-right: 0.5em;
}
#c-footer .linkBox .c-right-box .c-list-box:last-child {
  margin-right: 0;
}
#c-footer .linkBox .c-right-box .c-title {
  color: #fff;
  margin-bottom: 0.25rem;
  display: inline-block;
}
#c-footer .linkBox .c-right-box .c-list li a {
  color: #999;
  margin-top: 10px;
  display: inline-block;
  transition: all 0.3s;
}
#c-footer .linkBox .c-right-box .c-list li a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .zz_w1440 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  color: #4b4b4b;
  padding: 0.4rem 0;
}
#c-footer .c-bottom-box .zz_w1440 a {
  color: #4b4b4b;
}
#c-footer .c-bottom-box .zz_w1440 .c-copyright p:nth-of-type(1) {
  margin-bottom: 5px;
}
#c-footer .c-bottom-box .zz_w1440 .c-support .c-div2 {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
#c-footer .c-bottom-box .zz_w1440 .c-support .c-div2 img {
  margin-right: 10px;
}
#c-footer .c-bottom-box .zz_w1440 .c-support a {
  transition: all 0.3s;
}
#c-footer .c-bottom-box .zz_w1440 .c-support a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  #c-footer .logoBox {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0.6rem 0 0.5rem;
  }
  #c-footer .logoBox .c-ul .c-li:nth-of-type(1) {
    margin-left: 0;
  }
  #c-footer .logoBox .zz-right {
    margin-top: 0.55rem;
    align-items: center;
  }
  #c-footer .logoBox .c-ul .c-li {
    margin-left: 0.3rem;
  }
  #c-footer .logoBox .c-ul .c-li a {
    min-width: 0.6rem;
    min-height: 0.6rem;
  }
  #c-footer .logoBox .backTop svg {
    width: 0.2rem;
  }
  #c-footer .linkBox {
    flex-direction: column;
    padding-bottom: 0;
    margin-top: 0.6rem;
  }
  #c-footer .linkBox .c-right-box {
    flex-direction: column;
  }
  #c-footer .linkBox .c-right-box .c-list-box {
    margin-left: 0;
    margin-bottom: 0.2rem;
  }
  #c-footer .linkBox .c-right-box .c-list-box .c-title-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 0.2rem;
  }
  #c-footer .linkBox .c-right-box .c-list li a {
    font-size: 0.24rem;
    margin-top: 0.15rem;
  }
  #c-footer .linkBox .c-right-box .c-title {
    margin-bottom: 0;
  }
  #c-footer .linkBox .c-right-box .c-list {
    display: none;
    padding-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  #c-footer .c-bottom-box .zz_w1440 {
    border-top: 0;
    flex-direction: column;
    padding-bottom: 0.6rem;
  }
  #c-footer .c-bottom-box .zz_w1440 * {
    font-size: 0.26rem;
  }
  #c-footer .c-bottom-box .zz_w1440 .c-copyright p:nth-of-type(1) {
    margin-bottom: 0.2rem;
  }
  #c-footer .c-bottom-box .zz_w1440 .c-support {
    margin-top: 0.2rem;
  }
  #c-footer .linkBox .c-left-box .c-div2 {
    margin-top: 0.1rem;
  }
  #c-footer .linkBox .c-left-box .c-div3 {
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
  }
}
.linkMask {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: transparent;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.public-fenlei {
  background: #f7f7f7;
  border-radius: 5px;
  z-index: 11;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.public-fenlei.on {
  border: 2px solid #ccc;
  border-bottom: 0;
  background: #fff;
}
.public-fenlei.on .fenlei-1 > p {
  color: #666;
}
.public-fenlei .fenlei-1 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 0.5rem;
  min-height: 36px;
}
.public-fenlei .fenlei-1 > p {
  color: #ccc;
  white-space: nowrap;
}
.public-fenlei .fenlei-2 {
  position: absolute;
  top: 94%;
  left: -2px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  width: 4.4rem;
  overflow: hidden;
  z-index: 2;
  border: 2px solid #ccc;
  border-top: 0;
  display: none;
}
@media (max-width: 767px) {
  .public-fenlei .fenlei-2 {
    width: 6rem;
  }
}
.public-fenlei .fenlei-2 .ul-1 {
  width: 1.5rem;
  width: 130px;
  height: 2.47rem;
  min-height: 200px;
  position: relative;
  padding: 10px 0;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 15px 0;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 > div {
  padding: 0 0.35rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.public-fenlei .fenlei-2 .ul-1 .li-1.on {
  background: #fafafa;
}
.public-fenlei .fenlei-2 .ul-1 .li-1.on > div {
  color: #fbb03b;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 2.47rem;
  min-height: 200px;
  padding: 8px 0;
  padding-right: 12px;
  width: 3.1rem;
  border-top: 2px solid #ccc;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 > div {
  height: 100%;
  background: #fafafa;
  padding: 15px 10px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 > div::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 > div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 > div::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px #fbb03b;
  background-color: #fbb03b;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 .li-2 {
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.public-fenlei .fenlei-2 .ul-1 .li-1 .ul-2 .li-2:hover {
  color: #fbb03b;
}
.public-fenlei .fenlei-2 .ul-1 .li-1:nth-of-type(1) .ul-2 {
  display: block;
}
.public-fenlei.public-fenlei2 {
  background: transparent;
  border-radius: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .public-fenlei.public-fenlei2 {
    min-height: 30px;
    margin-left: 0;
  }
}
.public-fenlei.public-fenlei2.on {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.public-fenlei.public-fenlei2 .fenlei-1 {
  height: 0.46rem;
  width: auto;
}
.public-fenlei.public-fenlei2 .fenlei-1 > p {
  color: #999;
  margin-right: 0.75rem;
}
@media (max-width: 767px) {
  .public-fenlei.public-fenlei2 .fenlei-1 {
    min-height: 30px;
  }
}
.public-fenlei3.on {
  border-bottom: 0;
}
.public-fenlei3 .fenlei-3 {
  display: none;
  position: absolute;
  width: 101.5%;
  top: 100%;
  left: -0.5%;
  background: #212121;
  z-index: 11;
}
@media (max-width: 767px) {
  .public-fenlei3 .fenlei-3 {
    width: 101%;
    left: -0.5%;
  }
}
.public-fenlei3 .fenlei-3 .ul-1 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
.public-fenlei3 .fenlei-3 .ul-1 .li-1 {
  height: auto;
}
.public-fenlei3 .fenlei-3 .ul-1 .li-1 a {
  color: #999;
  transition: all 0.3s;
  width: 100%;
  display: inline-block;
  padding: 8px 20px;
}
.public-fenlei3 .fenlei-3 .ul-1 .li-1:hover a {
  color: #fff;
}
.font180 {
  font-size: 1.8rem;
}
.font58 {
  font-size: 0.58rem;
}
.font48 {
  font-size: 0.48rem;
}
.font40 {
  font-size: 0.4rem;
}
.font38 {
  font-size: 0.38rem;
}
.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font28 {
  font-size: 28px;
}
.font26 {
  font-size: 26px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font36 {
  font-size: 0.36rem;
}
.font48 {
  font-size: 0.48rem;
}
.font60 {
  font-size: 0.6rem;
}
.font34 {
  font-size: 34px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font24,
  .font22 {
    font-size: 18px;
  }
  .font26,
  .font28 {
    font-size: 20px;
  }
  .font30 {
    font-size: 24px;
  }
  .font36,
  .font34,
  .font32 {
    font-size: 26px;
  }
  .font40,
  .font38 {
    font-size: 28px;
  }
  .font48 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.28rem;
  }
  .font22 {
    font-size: 0.32rem;
  }
  .font20,
  .font24 {
    font-size: 0.3rem;
  }
  .font30,
  .font26,
  .font28 {
    font-size: 0.36rem;
  }
  .font36 {
    font-size: 0.36rem;
  }
  .font48 {
    font-size: 0.48rem;
  }
  .font60 {
    font-size: 0.48rem;
  }
  .font34,
  .font32 {
    font-size: 0.32rem;
  }
  .font40 {
    font-size: 0.4rem;
  }
}
.font72 {
  font-size: 0.72rem;
}
.font60 {
  font-size: 0.6rem;
}
.fd {
  overflow: hidden;
}
.fd img {
  transition: all 0.4s;
}
.fd:hover img {
  transform: scale(1.05);
}
.public-btn {
  width: auto;
  height: 0.5rem;
  min-height: 40px;
  color: #fff;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 1000px;
}
.public-btn:hover {
  border-color: #fbb03b;
}
.public-btn:hover:before {
  transform: scale(100);
}
.public-btn:hover span {
  color: #fbb03b;
}
.public-btn:hover svg path {
  fill: #fbb03b;
}
.public-btn:hover .arrow {
  background-image: url(../images/arr3.png);
}
.public-btn .zz_span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 15px;
}
.public-btn svg {
  position: relative;
  z-index: 2;
}
.public-btn .arrow {
  position: relative;
  z-index: 1;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  background: url(../images/arr5.png) center center no-repeat;
  background-size: contain;
}
.public-btn .add {
  position: relative;
  z-index: 1;
  width: 0.9em;
  height: 0.9em;
  display: inline-block;
  background: url(../images/add.png) center center no-repeat;
  background-size: contain;
}
.public-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: #fff;
  z-index: 100;
  margin-top: -3px;
  margin-left: -3px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  border-radius: 50%;
}
.public-btn.public-btn2 {
  background: #fbb03b;
  padding: 0 0.35rem;
}
.public-btn.public-btn2:hover {
  background: transparent;
}
.public-btn.public-btn3 {
  background: #fff;
  color: #fbb03b;
  padding: 0 0.35rem;
}
.public-btn.public-btn3:hover {
  background: #fbb03b;
  color: #fff;
}
.public-btn.public-btn3:hover span {
  color: #fff;
}
.public-btn.public-btn3:hover:before {
  background-color: #fbb03b;
}
.public-btn:hover .add {
  background-image: url(../images/add2.png);
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
  }
}
.public-title .h2 {
  font-weight: bold;
  color: #000;
  position: relative;
  padding-top: 30px;
  margin-left: 0;
  margin-right: auto;
}
.public-title .h2::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  min-width: 30px;
  height: 0.1rem;
  min-height: 6px;
  border-radius: 1000px;
  background: #fbb03b;
  top: 0;
  left: 0;
}
.public-title .subTitle {
  color: #666;
  margin-top: 5px;
  position: relative;
  z-index: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .public-title .h2 {
    padding-top: 0.4rem;
  }
  .public-title .subTitle {
    margin-top: 0.1rem;
  }
}
.sybn-box {
  overflow: hidden;
}
.grt_sybn {
  position: relative;
}
.grt_sybn .swiper-slide {
  width: 100%;
  height: 100vh;
}
.grt_sybn .swiper-slide .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grt_sybn .swiper-slide .video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.grt_sybn .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grt_sybn .swiper-slide .c-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.grt_sybn .swiper-slide .c-box .h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.grt_sybn .swiper-slide .c-box .public-btn {
  margin-top: 0.55rem;
}
.grt_sybn .swiper-slide .c-box .public-btn:hover {
  background-color: #fbb03b;
  color: #fff;
}
.grt_sybn .swiper-slide .c-box .public-btn:hover span {
  color: #fff;
}
.grt_sybn .swiper-slide .c-box .public-btn:before {
  background-color: #fbb03b;
}
.grt_sybn .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 36.45%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 1000px;
}
.grt_sybn .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s;
}
.grt_sybn .swiper-pagination-bullet-active {
  width: 40px;
  background: #fbb03b;
  border-radius: 1000px;
}
@media (max-width: 767px) {
  .grt_sybn .swiper-slide .bgimg {
    height: 100vh;
  }
  .grt_sybn .swiper-pagination {
    background: transparent;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.2rem;
  }
  .grt_sybn .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.8;
  }
  .grt_sybn .swiper-pagination-bullet-active {
    background: #fbb03b;
    opacity: 1;
  }
}
.grt-sycase {
  padding: 1.2rem 0 2.45rem;
}
.grt-sycase .caseBox {
  position: relative;
  margin-top: 0.6rem;
}
.grt-sycase .caseBox .c-ul {
  height: 5.4rem;
}
.grt-sycase .caseBox .c-li {
  margin-bottom: 0.2rem;
}
.grt-sycase .caseBox .c-li .c-a {
  background: #f2f2f2;
  padding: 0.25rem 0.3rem;
  display: inline-flex;
  position: relative;
  width: 4.6rem;
  transition: all 0.3s;
}
.grt-sycase .caseBox .c-li .c-a .proImgBox {
  display: none;
}
.grt-sycase .caseBox .c-li .c-a .c-box {
  position: relative;
  z-index: 3;
  width: 100%;
}
.grt-sycase .caseBox .c-li .c-a .c-box .c-img {
  width: 0.4rem;
  min-width: 25px;
}
.grt-sycase .caseBox .c-li .c-a .c-box .c-img path {
  fill: #fbb03b;
  transition: all 0.3s;
}
.grt-sycase .caseBox .c-li .c-a .c-box .c-t1 {
  color: #333;
  margin-top: 0.15rem;
  transition: all 0.3s;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.grt-sycase .caseBox .c-li .c-a .c-box .c-t2 {
  color: #8ae4e1;
  display: none;
  margin-top: 0.15rem;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.grt-sycase .caseBox .c-li .c-a .bgimg {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-top-right-radius: 90px;
}
.grt-sycase .caseBox .c-li .c-a .sybadd2 {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  right: 0.5rem;
  bottom: 0.4rem;
  width: 0.6rem;
  min-width: 40px;
}
.grt-sycase .caseBox .c-li .c-a .sybadd {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
}
.grt-sycase .caseBox .c-li .c-a.on,
.grt-sycase .caseBox .c-li .c-a:hover {
  border-top-right-radius: 90px;
  width: 100%;
}
.grt-sycase .caseBox .c-li .c-a.on .sybadd,
.grt-sycase .caseBox .c-li .c-a:hover .sybadd {
  display: none;
}
.grt-sycase .caseBox .c-li .c-a.on .sybadd2,
.grt-sycase .caseBox .c-li .c-a:hover .sybadd2 {
  opacity: 1;
}
.grt-sycase .caseBox .c-li .c-a.on .bgimg,
.grt-sycase .caseBox .c-li .c-a:hover .bgimg {
  position: absolute;
  opacity: 1;
}
.grt-sycase .caseBox .c-li .c-a.on .c-img path,
.grt-sycase .caseBox .c-li .c-a:hover .c-img path {
  fill: #fff;
}
.grt-sycase .caseBox .c-li .c-a.on .c-t1,
.grt-sycase .caseBox .c-li .c-a:hover .c-t1 {
  color: #fff;
  margin-top: 0.35rem;
  font-size: 24px;
}
.grt-sycase .caseBox .c-li .c-a.on .c-t2,
.grt-sycase .caseBox .c-li .c-a:hover .c-t2 {
  display: block;
}
.grt-sycase .caseBox .imgbox {
  position: absolute;
  z-index: 10;
  top: 72%;
  transform: translateY(-50%);
  right: 1.65rem;
  margin-top: -0.8rem;
}
.grt-sycase .caseBox .imgbox .proimg {
  display: none;
  max-width: 4.6rem;
  max-height: 5.3rem;
}
.grt-sycase .caseBox .imgbox .proimg img {
  object-fit: cover;
}
.grt-sycase .caseBox .imgbox .proimg:nth-of-type(1) {
  display: block;
}
@media (max-width: 1580px) {
  .grt-sycase .caseBox .c-li .c-a .c-box .c-t1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .grt-sycase {
    padding: 0.8rem 0 0.7rem;
  }
  .grt-sycase .caseBox .imgbox {
    display: none;
  }
  .grt-sycase .caseBox .c-li .c-a .proImgBox {
    display: block;
    position: relative;
    z-index: 2;
  }
  .grt-sycase .caseBox .c-li .c-a {
    flex-direction: column;
  }
  .grt-sycase .caseBox .c-li .c-a .bgimg {
    border-radius: 0;
    display: none;
  }
  .grt-sycase .caseBox .c-li .c-a.on,
  .grt-sycase .caseBox .c-li .c-a:hover {
    border-radius: 0;
  }
  .grt-sycase .caseBox .c-li .c-a .c-box .c-img path {
    fill: #fbb03b;
  }
  .grt-sycase .caseBox .c-li .c-a.on .c-t1,
  .grt-sycase .caseBox .c-li .c-a:hover .c-t1 {
    color: #333;
    font-size: 0.32rem;
  }
  .grt-sycase .caseBox .c-li .c-a.on .c-t2,
  .grt-sycase .caseBox .c-li .c-a:hover .c-t2,
  .grt-sycase .caseBox .c-li .c-a .c-box .c-t2 {
    color: #999;
    display: block;
  }
  .grt-sycase .caseBox .c-li .c-a.on .c-t1,
  .grt-sycase .caseBox .c-li .c-a:hover .c-t1,
  .grt-sycase .caseBox .c-li .c-a .c-box .c-t1 {
    margin-top: 0rem;
  }
  .grt-sycase .caseBox .c-li .c-a {
    padding: 0.4rem;
    width: 100%;
  }
  .grt-sycase .caseBox .c-li .c-a .sybadd2 {
    width: 0.8rem;
    bottom: 0.6rem;
    right: 0.4rem;
  }
  .grt-sycase .caseBox .c-li .c-a .c-box {
    width: calc(100% - 1.6rem);
  }
  .grt-sycase .caseBox .c-li {
    margin-bottom: 0.3rem;
  }
  .grt-sycase .caseBox .c-li .c-a .sybadd2 {
    opacity: 1;
  }
  .grt-sycase .caseBox .c-li .c-a .sybadd {
    display: none;
  }
  .grt-sycase .caseBox {
    margin-top: 0.5rem;
  }
  .grt-sycase .caseBox .c-ul {
    height: auto;
  }
}
.grt-synews {
  position: relative;
  padding-bottom: 1.2rem;
}
.grt-synews .bgBox {
  position: absolute;
  width: 50%;
  padding-top: 60%;
  padding-bottom: 29.6875%;
}
.grt-synews .bgBox .bgLi {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #fbfbfb;
  height: 0;
  padding-bottom: 30%;
}
.grt-synews .bgBox .bgLi:nth-of-type(4) {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 30%;
  background: #f2f2f2;
  transition: all 0.4s linear 0.4s;
  -webkit-transition: all 0.4s linear 0.4s;
}
.grt-synews .bgBox .bgLi:nth-of-type(3) {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 30%;
  background: #f2f2f2;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
}
.grt-synews .bgBox .bgLi:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 0;
  background: #f2f2f2;
  border-top-right-radius: 80px;
  transition: all 0.4s linear 0.4s;
  -webkit-transition: all 0.4s linear 0.4s;
}
.grt-synews .bgBox .bgLi:nth-of-type(1) {
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
}
.grt-synews .bgBox.show .bgLi {
  width: 50%;
}
.grt-synews .titleBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.grt-synews .titleBox .public-title {
  width: 31.95%;
}
@media (max-width: 767px) {
  .grt-synews .titleBox .public-title {
    width: auto;
  }
}
.grt-synews .titleBox .public-title .h2 {
  margin-left: 0.3rem;
}
.grt-synews .titleBox .public-title .subTitle {
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .grt-synews .titleBox .public-title .subTitle {
    display: none;
  }
}
.grt-synews .c-box {
  display: flex;
  height: 100%;
  margin-top: 0.6rem;
}
.grt-synews .c-box .zz-left {
  width: 68.05%;
  position: relative;
}
.grt-synews .c-box .zz-left .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.3%;
  overflow: hidden;
}
.grt-synews .c-box .zz-left .imgbox > .img,
.grt-synews .c-box .zz-left .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.grt-synews .c-box .zz-left .imgbox img {
  transition: all 0.4s;
}
.grt-synews .c-box .zz-left .imgbox:hover img {
  transform: scale(1.05);
}
.grt-synews .c-box .zz-left .imgbox img {
  object-fit: cover;
}
.grt-synews .c-box .zz-left .newsLinks {
  display: flex;
  width: 67.34%;
  transform: translate(-99px, -100px);
  position: absolute;
}
.grt-synews .c-box .zz-left .newsLinks .zz-l {
  background: rgba(251, 176, 59, 0.95);
  border-top-left-radius: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0.65rem;
  white-space: nowrap;
}
.grt-synews .c-box .zz-left .newsLinks .zz-r a {
  padding: 0.35rem 0.95rem 0.35rem 0.6rem;
  border: 1px solid #ebebeb;
  display: inline-flex;
  flex-direction: column;
  background: #fff;
}
.grt-synews .c-box .zz-left .newsLinks .zz-r a .h3 {
  color: #333;
  transition: all 0.3s;
}
.grt-synews .c-box .zz-left .newsLinks .zz-r a .c-tips {
  color: #fbb03b;
  position: relative;
  padding-left: 10px;
  margin-top: 0.2rem;
}
.grt-synews .c-box .zz-left .newsLinks .zz-r a .c-tips::before {
  content: '';
  position: absolute;
  height: 65%;
  width: 2px;
  background: #fbb03b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.grt-synews .c-box .zz-left .newsLinks .zz-r a:hover .h3 {
  color: #fbb03b;
}
.grt-synews .c-box .zz-right.swpNews {
  border-top: 2px solid #fbb03b;
  width: 31.94%;
  overflow: hidden;
}
.grt-synews .c-box .zz-right.swpNews .swiper-container {
  height: 5.6rem;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide {
  border-bottom: 1px solid #eaeaea;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a {
  padding-top: 0.35rem;
  padding-left: 0.3rem;
  padding-right: 10px;
  padding-bottom: 0.35rem;
  height: 100%;
  display: inline-block;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox {
  display: flex;
  align-items: center;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox .c-day {
  white-space: nowrap;
  color: #999;
  margin-right: 0.3rem;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox .h3 {
  color: #333;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tips {
  color: #fbb03b;
  position: relative;
  margin-left: 1.05rem;
  padding-left: 10px;
  margin-top: 0.2rem;
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tips::before {
  content: '';
  position: absolute;
  height: 65%;
  width: 2px;
  background: #fbb03b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a:hover .c-tbox .h3 {
  color: #fbb03b;
}
.grt-synews .c-box .zz-right.swpNews .public-btn2 {
  margin-top: 0.3rem;
  margin-left: 0.3rem;
}
@media (max-width: 1580px) {
  .grt-synews .c-box .zz-left .newsLinks {
    transform: translate(-50px, -70px);
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-l {
    border-top-left-radius: 80px;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a {
    position: relative;
    z-index: 0;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0 ;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fbb03b;
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a.show h3 {
    color: #fff;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a.show .c-tips {
    color: #fff;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a.show::after {
    width: 100%;
    color: #fff;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a .h3,
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox .h3 {
    font-size: 16px;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a .c-tips,
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tips {
    font-size: 14px;
  }
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox .c-day {
    font-size: 17px;
  }
  .grt-synews .c-box .zz-left .imgbox {
    padding-bottom: 51.4%;
  }
  .grt-synews .c-box .zz-right.swpNews .swiper-container {
    height: 7.6rem;
  }
}
@media (max-width: 1366px) {
  .grt-synews .c-box .zz-left .imgbox {
    padding-bottom: 60.2%;
  }
}
@media (max-width: 1260px) {
  .grt-synews .c-box .zz-left .imgbox {
    padding-bottom: 65.2%;
  }
}
@media (max-width: 991px) {
  .grt-synews .c-box .zz-left .imgbox {
    padding-bottom: 83%;
  }
  .grt-synews .c-box .zz-left .newsLinks {
    width: 95%;
  }
  .grt-synews .c-box .zz-left .newsLinks {
    transform: translate(-35px, -75px);
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-l {
    border-top-left-radius: 95px;
  }
}
@media (max-width: 767px) {
  .grt-synews .titleBox {
    justify-content: flex-start;
  }
  .grt-synews .bgBox {
    width: 66%;
    z-index: -1;
  }
  .grt-synews .c-box {
    flex-direction: column;
  }
  .grt-synews .c-box .zz-left {
    width: 100%;
  }
  .grt-synews .c-box .zz-left .newsLinks {
    position: unset;
    transform: unset;
    flex-direction: column;
    width: 100%;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-l {
    background: transparent;
    color: #999;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: 0;
    justify-content: flex-start;
    padding: 0.3rem 0.4rem 0.1rem;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a {
    border-top: 0;
    padding: 0 0.4rem 0.3rem;
  }
  .grt-synews .c-box {
    margin-top: 0.4rem;
  }
  .grt-synews .c-box .zz-right.swpNews {
    width: 100%;
    margin-top: 0.6rem;
  }
  .grt-synews .c-box .zz-right.swpNews .swiper-container {
    height: 11.25rem;
  }
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tips {
    margin-left: 1.25rem;
  }
  .grt-synews .c-box .zz-right.swpNews .public-btn2 {
    margin-top: 0.5rem;
  }
  .grt-synews {
    padding-bottom: 1rem;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a .h3,
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox .h3 {
    font-size: 0.32rem;
  }
  .grt-synews .c-box .zz-left .newsLinks .zz-r a .c-tips,
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tips {
    font-size: 0.28rem;
  }
  .grt-synews .c-box .zz-right.swpNews .swiper-slide .c-a .c-tbox .c-day {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .grt-synews .c-box .zz-right.swpNews .swiper-container {
    height: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .grt-synews .c-box .zz-right.swpNews .swiper-wrapper {
    display: block;
  }
}
.grt-syabout {
  position: relative;
  padding: 1.2rem 0;
}
.grt-syabout .bgBox {
  position: absolute;
  width: 49.47%;
  height: 0;
  padding-bottom: 29.6875%;
  display: flex;
  flex-wrap: wrap;
  right: 0;
}
.grt-syabout .bgBox .bgLi {
  background: #f2f2f2;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.grt-syabout .bgBox .bgLi:nth-of-type(2),
.grt-syabout .bgBox .bgLi:nth-of-type(3) {
  background: #fbfbfb;
}
.grt-syabout .bgBox .bgLi:nth-of-type(1) {
  border-top-left-radius: 80px;
}
.grt-syabout .bgBox .bgLi:nth-of-type(1),
.grt-syabout .bgBox .bgLi:nth-of-type(2) {
  padding-bottom: 18%;
}
.grt-syabout .bgBox .bgLi:nth-of-type(1),
.grt-syabout .bgBox .bgLi:nth-of-type(3) {
  width: 0;
  right: 25.26%;
  transition: all 0.4s linear 0.4s;
  -webkit-transition: all 0.4s linear 0.4s;
}
.grt-syabout .bgBox .bgLi:nth-of-type(2),
.grt-syabout .bgBox .bgLi:nth-of-type(4) {
  width: 0;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
}
.grt-syabout .bgBox .bgLi:nth-of-type(3),
.grt-syabout .bgBox .bgLi:nth-of-type(4) {
  padding-bottom: 37.3%;
  margin-top: 18%;
}
.grt-syabout .bgBox.show .bgLi:nth-of-type(1),
.grt-syabout .bgBox.show .bgLi:nth-of-type(3) {
  width: 74.73%;
}
.grt-syabout .bgBox.show .bgLi:nth-of-type(2),
.grt-syabout .bgBox.show .bgLi:nth-of-type(4) {
  width: 25.26%;
}
.grt-syabout .public-title .h2 {
  width: 50%;
}
@media (max-width: 767px) {
  .grt-syabout .public-title .h2 {
    width: 100%;
  }
}
.grt-syabout .public-title .subTitle {
  width: 50%;
}
@media (max-width: 767px) {
  .grt-syabout .public-title .subTitle {
    width: 100%;
  }
}
.grt-syabout .c-ul {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.36rem;
}
.grt-syabout .c-ul .c-li .c-a {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.grt-syabout .c-ul .c-li .c-a .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grt-syabout .c-ul .c-li .c-a .c-box {
  position: absolute;
  padding: 0.4rem 0.35rem;
  width: 100%;
  height: 100%;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-t,
.grt-syabout .c-ul .c-li .c-a .c-box .c-p {
  color: #fff;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-t {
  font-weight: bold;
  margin-top: 0.2rem;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-p {
  display: none;
  margin-top: 0.1rem;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-icon {
  width: 0.5rem;
  min-width: 0.3rem;
  height: 0.5rem;
  min-height: 0.3rem;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-arrow {
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-arrow svg {
  width: 0.08rem;
  min-width: 5px;
}
.grt-syabout .c-ul .c-li .c-a .c-box .c-arrow svg path {
  fill: #fbb03b;
}
.grt-syabout .c-ul .c-li .c-a:hover .c-p {
  display: block;
}
.grt-syabout .c-ul .c-li .c-a:hover .c-arrow {
  background: #fbb03b;
}
.grt-syabout .c-ul .c-li .c-a:hover .c-arrow svg path {
  fill: #fff;
}
.grt-syabout .c-ul .c-li.c-li1 {
  width: 24.3%;
  height: 3rem;
  transition: all 0.3s;
  position: relative;
}
.grt-syabout .c-ul .c-li.c-li1 .bgimg {
  width: 100%;
}
.grt-syabout .c-ul .c-li.c-li1 .c-arrow {
  margin-top: 0.3rem;
}
.grt-syabout .c-ul .c-li.c-li1 .c-bg {
  position: absolute;
  width: 0;
  height: 1rem;
  background: #fff;
  border-top-right-radius: 80px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
}
.grt-syabout .c-ul .c-li.c-li1:hover .c-bg {
  opacity: 1;
  width: 3.6rem;
}
.grt-syabout .c-ul .c-li.c-li2 {
  width: 50%;
  height: 5.2rem;
  transition: all 0.3s;
}
.grt-syabout .c-ul .c-li.c-li2 .c-arrow {
  position: absolute;
  bottom: 0.3rem;
  left: 0.4rem;
}
.grt-syabout .c-ul .c-li.c-li3 {
  width: 24.3%;
  height: 2.6rem;
  transition: all 0.3s;
}
.grt-syabout .c-ul .c-li.c-li3 .c-arrow {
  position: absolute;
  bottom: 0.3rem;
  left: 0.4rem;
}
@media (max-width: 767px) {
  .grt-syabout {
    padding: 0 0 0.8rem;
  }
  .grt-syabout .bgBox {
    width: 63.47%;
    z-index: -1;
  }
  .grt-syabout .c-ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .grt-syabout .c-ul .c-li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .grt-syabout .c-ul .c-li.c-li1,
  .grt-syabout .c-ul .c-li.c-li2,
  .grt-syabout .c-ul .c-li.c-li3 {
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    position: relative;
  }
  .grt-syabout .bgBox .bgLi:nth-of-type(3),
  .grt-syabout .bgBox .bgLi:nth-of-type(4) {
    padding-bottom: 35.3%;
  }
  .grt-syabout .c-ul .c-li .c-a {
    position: absolute;
  }
  .grt-syabout .c-ul .c-li .c-a .bgimg {
    position: absolute;
  }
  .grt-syabout .c-ul .c-li.c-li2 .c-arrow,
  .grt-syabout .c-ul .c-li.c-li3 .c-arrow {
    position: unset;
    bottom: unset;
    left: unset;
    margin-top: 0.3rem;
  }
  .grt-syabout .c-ul .c-li .c-a .c-box .c-p {
    display: block;
  }
  .grt-syabout .c-ul .c-li .c-a .c-box .c-arrow svg {
    width: 0.1rem;
  }
  .grt-syabout .c-ul .c-li .c-a .c-box .c-arrow {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.banner {
  position: relative;
  z-index: 0;
  height: 6.8rem;
  overflow: hidden;
}
.banner img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .txtB {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .txtB .txt {
  color: #fff;
}
.banner .txtB .txt h2 {
  font-weight: bold;
}
.banner .txtB .txt p {
  color: rgba(255, 255, 255, 0.6);
}
.banner .txtB .txt .searchBox {
  margin-top: 1.5em;
  background-color: #fff;
  width: 100%;
  max-width: 39em;
  padding: 1px 0;
  -moz-border-radius: 1.7em;
  -webkit-border-radius: 1.7em;
  border-radius: 1.7em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .txtB .txt .searchBox {
    width: 100%;
  }
}
.banner .txtB .txt .searchBox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .txtB .txt .searchBox .iw {
  flex: 1;
  margin-left: 1.7em;
  margin-right: 1em;
}
.banner .txtB .txt .searchBox .input {
  width: 100%;
  line-height: 3.3em;
  height: 3.3em;
  border: 0;
  outline-width: 0;
  color: #333;
}
.banner .txtB .txt .searchBox .btn {
  margin-right: 0.3em;
  width: 4em;
  height: 2.9em;
  line-height: 2.9em;
  background: url(../images/search2.png) center center no-repeat;
  background-size: 1.1em auto;
  display: block;
  cursor: pointer;
  -moz-border-radius: 1.7em;
  -webkit-border-radius: 1.7em;
  border-radius: 1.7em;
}
.banner_d {
  position: relative;
  z-index: 0;
  height: 6.8rem;
  overflow: hidden;
  background: url(../images/banner_bg.jpg) center center no-repeat;
  background-size: cover;
}
.banner_d::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/banner_mask.png) center center no-repeat;
  background-size: cover;
}
.banner_d .txtB {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner_d .txtB .zz_w1440 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .banner_d .txtB .zz_w1440 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.banner_d .txtB .txt {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.banner_d .txtB .txt .name {
  color: #fbb03b;
  font-size: 0.4rem;
}
.banner_d .txtB .txt .intro {
  color: #222;
}
@media (max-width: 767px) {
  .banner_d .txtB .txt {
    margin-top: 4em;
    width: 100%;
    flex: initial;
  }
}
.banner_d .txtB .picb {
  width: 38.7%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .banner_d .txtB .picb {
    width: 55%;
    margin: 1em auto 0;
  }
}
.banner_d .txtB .pic {
  margin-bottom: 8.2%;
  padding-top: 72.5%;
  position: relative;
  z-index: 0;
}
.banner_d .txtB .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.position {
  padding: 1.37em 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #222;
}
.position .zz_w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position .home {
  position: relative;
  top: 5px;
  margin-right: 5px;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  background: url(../images/home.svg) center center no-repeat;
  background-size: contain;
}
.position .arr {
  position: relative;
  top: 0.45em;
  margin-left: 2px;
  margin-right: 1px;
  width: 1em;
  height: 1.5em;
  display: inline-block;
  background: url(../images/arr.svg) center center no-repeat;
  background-size: cover;
}
.position a {
  color: #999;
  display: inline-block;
}
.position a:hover {
  color: #fbb03b;
}
.position span {
  display: inline-block;
}
.position .btnGoBack {
  padding-left: 1.5em;
  background: url(../images/goback.svg) 0 center no-repeat;
  background-size: 1.3em auto;
}
.position .posiCon {
  flex: 1;
}
.proCBox {
  padding: 5.2em 0;
  text-align: center;
}
@media (max-width: 767px) {
  .proCBox {
    display: none;
    padding: 0 0 1rem;
  }
}
.proCBox ul {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .proCBox ul {
    display: block;
  }
}
.proCBox ul li {
  cursor: pointer;
  flex: 1;
}
@media (max-width: 767px) {
  .proCBox ul li {
    position: relative;
    z-index: 0;
    margin-top: 0.62em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #ededed;
    padding: 0.6em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    border-radius: 0.4em;
  }
}
@media (max-width: 767px) {
  .proCBox ul li:first-child {
    margin-top: 1em;
  }
}
.proCBox ul li .pic img {
  display: block;
  margin: 0 auto;
  width: 6.9em;
  height: 6.9em;
}
@media (max-width: 767px) {
  .proCBox ul li .pic img {
    width: 2em;
    height: 2em;
  }
}
.proCBox ul li .pic img:nth-child(2) {
  display: none;
}
.proCBox ul li .name {
  margin-top: 1em;
  color: #999;
}
@media (max-width: 767px) {
  .proCBox ul li .name {
    margin-top: 0;
    margin-left: 1em;
    font-size: 1em;
  }
}
.proCBox ul li > .arr {
  width: 1em;
  height: 1em;
  margin: 0.5em auto;
  background: url(../images/arr2.png) center center no-repeat;
  background-size: contain;
  display: none;
}
@media (max-width: 767px) {
  .proCBox ul li > .arr {
    position: absolute;
    top: 0.8em;
    right: 0.75em;
    width: 0.5em;
    height: 0.5em;
    display: block;
    background-image: url(../images/arr2_gray.png);
  }
}
.proCBox ul li .txt {
  display: none;
  margin-top: 0.7em;
  text-align: center;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .proCBox ul li .txt {
    margin-left: 3em;
    padding-bottom: 0.3em;
    font-size: 1em;
    line-height: 2.3;
    margin-top: 0.3em;
  }
}
.proCBox ul li .txt a {
  color: #333;
}
.proCBox ul li .txt a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
.proCBox ul li .txt .item .itemT {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 2em;
}
.proCBox ul li .txt .item .itemT a {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/i_arrow.svg) right 0.55em no-repeat;
  background-size: 1.16em auto;
  padding-right: 1.6em;
}
.proCBox ul li .txt .item .itemT a:hover {
  background-image: url(../images/i_arrow_on.svg);
}
.proCBox ul li .txt .item .itemT span {
  margin-right: 1em;
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
}
.proCBox ul li .txt .item .itemT:hover a span {
  color: #fbb03b;
}
.proCBox ul li .txt .item .itemT:hover .arr {
  background-image: url(../images/i_arrow_on.svg);
}
.proCBox ul li .txt .item .itemT .arr {
  flex: initial;
  margin-right: 0;
  margin-top: 0.4em;
  width: 1.16em;
  height: 1.16em;
  margin-left: 0.4em;
  display: block;
  display: none;
  background: url(../images/i_arrow.svg) center center no-repeat;
  background-size: 99% auto;
}
.proCBox ul li .txt .item .itemZ {
  display: none;
  padding-bottom: 0.3em;
  line-height: 2.27em;
  font-size: 0.88em;
}
.proCBox ul li .txt .item .itemZ a {
  color: #666;
}
.proCBox ul li .txt .item .itemZ a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
.proCBox ul li .txt .item .itemZ .itemS {
  height: 2.27em;
  overflow: hidden;
}
.proCBox ul li .txt .item.hasChild .itemT a {
  background: none;
  background-size: 1em auto;
  padding-right: 0;
}
.proCBox ul li .txt .item.hasChild .itemT a:hover {
  background: none;
}
.proCBox ul li .txt .item.hasChild .itemT .arr {
  display: block;
  background-image: url(../images/i_plus_2.svg);
}
.proCBox ul li .txt .item.hasChild .itemT:hover span {
  color: #fbb03b;
}
.proCBox ul li .txt .item.hasChild .itemT:hover .arr {
  background-image: url(../images/i_plus_on.svg);
}
.proCBox ul li .txt .item.hasChild.showS .itemT {
  color: #fbb03b;
}
.proCBox ul li .txt .item.hasChild.showS .itemT:hover {
  color: #fbb03b;
}
.proCBox ul li .txt .item.hasChild.showS .itemT .arr {
  background-image: url(../images/i_minus_2.svg);
}
.proCBox ul li .txt .item.hasChild.showS .itemT:hover .arr {
  background-image: url(../images/i_minus_on.svg);
}
.proCBox ul li:hover .pic img:nth-child(1) {
  display: none;
}
.proCBox ul li:hover .pic img:nth-child(2) {
  display: block;
}
.proCBox ul li:hover .name {
  color: #fbb03b;
}
.proCBox ul .show .arr {
  display: block;
  background-image: url(../images/arr2.png);
}
@media (max-width: 767px) {
  .proCBox ul .show .arr {
    background-image: url(../images/arr2_gray.png);
  }
}
.proCBox ul .show .txt {
  display: flex;
}
@media (max-width: 767px) {
  .proCBox ul .show .txt {
    text-align: left;
  }
}
.proCBox ul .show .pic img:nth-child(1) {
  display: none;
}
.proCBox ul .show .pic img:nth-child(2) {
  display: block;
}
.proCBox ul .show .name {
  color: #fbb03b;
}
.proCBoxMB {
  display: none;
  text-align: center;
}
@media (max-width: 767px) {
  .proCBoxMB {
    display: block;
    padding: 0 0 1rem;
  }
}
.proCBoxMB .tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.proCBoxMB .tab li {
  cursor: pointer;
  position: relative;
  z-index: 0;
  margin-top: 6%;
  width: 27.3%;
}
.proCBoxMB .tab li .picb {
  border: 1px solid #ddd;
  padding: 16.5% 0;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}
.proCBoxMB .tab li .pic {
  position: relative;
  z-index: 0;
  width: 46.4%;
  padding-top: 46.4%;
  margin: 0 auto;
}
.proCBoxMB .tab li .pic img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.proCBoxMB .tab li .pic img:nth-child(2) {
  display: none;
}
.proCBoxMB .tab li .name {
  margin-top: 0.4em;
  font-size: 0.6em;
  color: #333;
}
@media only screen and (max-width: 420px) {
  .proCBoxMB .tab li .name {
    font-size: 2.1vw;
  }
}
.proCBoxMB .tab li.cur .pic img:nth-child(1) {
  display: none;
}
.proCBoxMB .tab li.cur .pic img:nth-child(2) {
  display: block;
}
.proCBoxMB .tab li.cur .name {
  color: #fbb03b;
}
.proCBoxMB .btnSearch {
  margin-top: 1em;
  background-color: #fbb03b;
  line-height: 3.3em;
  color: #fff;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.proCBoxMB .btnSearch i {
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/search.png) center center no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}
.proCBoxMB .con {
  display: none;
}
.proCBoxMB .con .txt {
  line-height: 2;
}
.proCBoxMB .con .txt a {
  color: #333;
}
.proCBoxMB .con .txt a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
.proCBoxMB .con .txt .item {
  border: 1px solid #ededed;
  margin-top: 1em;
  text-align: left;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.proCBoxMB .con .txt .item .itemT {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 3.3em;
  line-height: 3.3em;
  padding: 0 1em 0 1.2em;
  color: #fbb03b;
}
.proCBoxMB .con .txt .item .itemT a {
  margin-right: 1em;
  flex: 1;
  overflow: hidden;
  display: inline-block;
}
.proCBoxMB .con .txt .item .itemT span {
  margin-right: 1em;
  flex: 1;
  overflow: hidden;
  display: inline-block;
}
.proCBoxMB .con .txt .item .itemT .input {
  outline-width: 0;
  border: 0;
  width: 100%;
  height: 3.3em;
  line-height: 3.3em;
  font-size: 1em;
  color: #fbb03b;
}
.proCBoxMB .con .txt .item .itemT .input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: white;
  transition: background-color 0s linear 3600s;
}
.proCBoxMB .con .txt .item .itemT .input::-webkit-input-placeholder {
  color: #999;
}
.proCBoxMB .con .txt .item .itemT .input::-moz-placeholder {
  color: #999;
}
.proCBoxMB .con .txt .item .itemT .input:-ms-input-placeholder {
  color: #999;
}
.proCBoxMB .con .txt .item .itemT .arr {
  flex: initial;
  margin-right: 0;
  margin-top: 1.4em;
  width: 0.6em;
  height: 0.6em;
  display: block;
  background: center center no-repeat;
  background-size: 100% auto;
}
.proCBoxMB .con .txt .item .itemZ {
  display: none;
  padding: 0 1em 0.5em 1.2em;
  line-height: 2.4em;
  color: #666;
}
.proCBoxMB .con .txt .item .itemZ a {
  color: #666;
}
.proCBoxMB .con .txt .item .itemZ a:hover {
  color: #fbb03b;
  text-decoration: underline;
}
.proCBoxMB .con .txt .item .itemZ .itemS {
  height: 2.4em;
  overflow: hidden;
}
.proCBoxMB .con .txt .item .itemZ .itemS:hover {
  color: #fbb03b;
  text-decoration: underline;
}
.proCBoxMB .con .txt .item.hasChild .itemT {
  color: #fbb03b;
}
.proCBoxMB .con .txt .item.hasChild .itemT .arr {
  background-image: url(../images/arr2_gray.png);
}
.proCBoxMB .con .txt .item.hasChild.showS {
  border: 1px solid #16a9a5;
}
.proCBoxMB .con .txt .item.hasChild.showS .itemT {
  color: #999;
}
.proCBoxMB .con .txt .item.hasChild.showS .itemT .arr {
  background-image: url(../images/arr2.png);
}
.proBox {
  padding-bottom: 1.2rem;
}
.proBox .title {
  padding: 3.8em 0 2.8em;
  border-top: 3px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .title {
    display: block;
  }
}
.proBox .title .name {
  color: #000;
}
.proBox .title .intro {
  flex: 1;
  color: #333;
  margin-left: 3.75rem;
  text-align: left;
}
@media (max-width: 767px) {
  .proBox .title .intro {
    display: block;
    margin-top: 2em;
    margin-left: 0;
  }
}
.proBox .title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 40px;
}
@media (max-width: 1900px) {
  .proBox .title2 {
    padding: 0.4rem 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .proBox .title2 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .proBox .title2 .tab {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.proBox .title2 .tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .title2 .tab ul {
    flex-wrap: wrap;
  }
}
.proBox .title2 .tab li {
  cursor: pointer;
  margin-top: 0.6em;
  margin-right: 0.6em;
  line-height: 3;
  width: 8.6em;
  text-align: center;
  transition: all 0.5s;
  color: #666;
  border: 1px solid #ddd;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}
@media (max-width: 767px) {
  .proBox .title2 .tab li {
    width: 30%;
  }
}
.proBox .title2 .tab li:hover {
  color: #fbb03b;
  border: 1px solid #fbb03b;
}
.proBox .title2 .tab li:hover a {
  color: #fbb03b;
}
.proBox .title2 .tab .cur {
  background-color: #fbb03b;
  border: 1px solid #fbb03b;
  color: #fff;
}
.proBox .title2 .tab .cur a,
.proBox .title2 .tab .cur a:hover {
  color: #fff;
}
.proBox .title2 .tab .cur:hover a,
.proBox .title2 .tab .cur:hover a:hover {
  color: #fff;
}
.proBox .title2 .txt {
  color: #333;
}
@media (max-width: 767px) {
  .proBox .title2 .txt {
    margin-top: 1em;
  }
}
.proBox .title2 .txt span {
  color: #fbb03b;
}
.proBox .con {
  display: none;
}
.proBox .list {
  border-top: 1px solid #ddd;
}
.proBox .list li {
  border-bottom: 1px solid #ddd;
  padding: 2.25em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .list li {
    display: block;
  }
}
.proBox .list li .picb {
  width: 18.75em;
}
@media (max-width: 767px) {
  .proBox .list li .picb {
    width: 100%;
  }
}
.proBox .list li .pic {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 70.7%;
  overflow: hidden;
}
.proBox .list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.proBox .list li .pic img[src=""] {
  display: none;
}
.proBox .list li a.pic {
  display: block;
  cursor: pointer;
}
.proBox .list li .txt {
  margin-left: 2.4em;
  margin-right: 2.4em;
  flex: 1;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .proBox .list li .txt {
    margin: 1em 0 0.5em;
  }
}
.proBox .list li .txt .name {
  color: #000;
}
.proBox .list li .txt a {
  color: #000;
}
.proBox .list li .txt a:hover {
  color: #fbb03b;
}
.proBox .list li .txt p {
  color: #666;
  line-height: 2;
  position: relative;
  z-index: 0;
  padding-left: 1em;
}
.proBox .list li .txt p::before {
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  content: "";
  width: 0.43em;
  height: 0.43em;
  background-color: #fbb03b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.proBox .list li .infob {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .proBox .list li .infob {
    display: block;
  }
}
.proBox .list li .infob:hover .pic img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.proBox .list li .infob:hover .txt .name {
  color: #fbb03b;
}
/*产品详情*/
.proDetailBox {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.4rem;
}
.proDetailBox .title {
  color: #000;
  margin-top: 1rem;
}
.proDetailBox .title::before {
  display: block;
  content: '';
  width: 0.5rem;
  margin: 0 auto 0.15em 0;
  min-width: 30px;
  height: 0.1rem;
  min-height: 6px;
  border-radius: 1000px;
  background: #fbb03b;
}
.proDetailBox .scrollBox {
  height: 10em;
  overflow: hidden;
}
.proDetailBox .swiper-pro-w {
  margin-top: 0.48rem;
  position: relative;
  z-index: 0;
}
.proDetailBox .swiper-pro {
  overflow: visible;
  width: 80.7%;
  margin: 0 auto 0 0;
}
.proDetailBox .swiper-pro .pic {
  position: relative;
  z-index: 0;
  margin: 0 auto 0 0;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
  overflow: hidden;
  width: 97.3%;
  padding-top: 51.6%;
}
.proDetailBox .swiper-pro .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetailBox .swiper-pro .pic .picc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.proDetailBox .swiper-pro .pic .picc img {
  position: static;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  width: 100%;
}
.proDetailBox .btnw {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -0.98rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.proDetailBox .btnw .button-next,
.proDetailBox .btnw .button-prev {
  border: 1px solid #ededed;
  margin-left: 0.14rem;
  transition: all 0.3s;
  width: 0.6rem;
  height: 0.6rem;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/arr4.png) center center no-repeat;
  background-size: auto 29%;
}
.proDetailBox .btnw .button-next:hover,
.proDetailBox .btnw .button-prev:hover {
  background-image: url(../images/arr3.png);
  background-color: #fbb03b;
  border: 1px solid #fbb03b;
}
.proDetailBox .btnw .button-prev {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari and Chrome */
}
.proDetailBox .gzList li {
  margin-top: 0.46rem;
  padding: 3.8% 3.2%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .proDetailBox .gzList li {
    display: block;
    padding: 1em;
  }
}
.proDetailBox .gzList li .picb {
  width: 47.8%;
}
@media (max-width: 767px) {
  .proDetailBox .gzList li .picb {
    width: 100%;
  }
}
.proDetailBox .gzList li .picb .pic {
  position: relative;
  z-index: 0;
  padding-top: 71.1%;
}
.proDetailBox .gzList li .picb .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetailBox .gzList li .txtb {
  width: 47.1%;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .proDetailBox .gzList li .txtb {
    width: auto;
    padding: 1em 0 0;
  }
}
.proDetailBox .gzList li .txtb b {
  font-weight: normal;
  color: #000;
}
.proDetailBox .ysList {
  margin-top: 0.46rem;
}
.proDetailBox .ysList li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}
.proDetailBox .ysList li p {

  text-align: center;
}
@media (max-width: 767px) {
  .proDetailBox .ysList li {
    display: block;
    margin-top: 1em;
  }
}
.proDetailBox .ysList li .picb {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .proDetailBox .ysList li .picb {
    width: 100%;
  }
}
.proDetailBox .ysList li .picb .pic {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-top: 63.6%;
}
.proDetailBox .ysList li .picb .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proDetailBox .ysList li .txtb {
  width: 50%;
  color: #666;
  line-height: 1.8;
  border-right: 1px solid #eaeaea;
  padding: 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .proDetailBox .ysList li .txtb {
    width: 100%;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
}
.proDetailBox .ysList li .txtb b {
  font-weight: normal;
  color: #000;
}
.proDetailBox .ysList li .txtb .txt {
  margin: 0 auto 0 17.6%;
  width: 68%;
}
@media (max-width: 767px) {
  .proDetailBox .ysList li .txtb .txt {
    margin: 0 1.5em;
    width: auto;
  }
}
.proDetailBox .ysList li .txtb .name {
  color: #000;
  font-weight: bold;
}
.proDetailBox .ysList li .txtb .intro {
  color: #666;
  line-height: 2;
  margin-top: 4.3%;
}
.proDetailBox .ysList li .txtb .intro p {
  position: relative;
  z-index: 0;
  padding-left: 1em;
}
.proDetailBox .ysList li .txtb .intro p::before {
  position: absolute;
  left: 0;
  top: 0.75em;
  display: block;
  content: "";
  width: 0.43em;
  height: 0.43em;
  background-color: #fbb03b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.proDetailBox .ysList li .txtb .intro .note {
  color: #fbb03b;
}
.proDetailBox .ysList li .txtb .intro .btnMore {
  margin-top: 2.5%;
  display: inline-block;
  margin-left: 1em;
  text-decoration: underline;
  color: #fbb03b;
}
.proDetailBox .ysList li:nth-child(1) .txtb {
  border-top: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .proDetailBox .ysList li:nth-child(1) {
    margin-top: 0;
  }
}
.proDetailBox .ysList li:nth-child(2n) {
  flex-direction: row-reverse;
}
.proDetailBox .ysList li:nth-child(2n) .txtb {
  border-right: 0;
  border-left: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .proDetailBox .ysList li:nth-child(2n) .txtb {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
  }
}
.proDetailBox .ysList li:last-child .txtb {
  border-bottom: 1px solid #eaeaea;
}
.paramBox {
  margin-top: 0.42rem;
}
.paramBox .tab ul {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #f2f2f2;
  border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .paramBox .tab ul {
    flex-wrap: wrap;
  }
}
.paramBox .tab ul li {
  flex: 8;
  border-right: 1px solid #eaeaea;
  cursor: pointer;
  line-height: 1.5em;
  padding: 0.8em 0;
}
@media (max-width: 767px) {
  .paramBox .tab ul li {
    width: 25%;
    flex: initial;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paramBox .tab ul li:nth-child(5),
  .paramBox .tab ul li:nth-child(6),
  .paramBox .tab ul li:nth-child(7) {
    border-top: 1px solid #eaeaea;
  }
}
.paramBox .tab ul li.cur {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.paramBox .tab ul li.cur::before {
  display: block;
  content: "";
  background-color: #fbb03b;
  height: 2px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
}
.paramBox .tab ul li.cur::after {
  display: block;
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.paramBox .tab ul li:nth-child(2) {
  flex: 11;
}
.paramBox .tab ul li:last-child {
  border-right: 0;
  flex: 11;
}
.paramBox .conZ .con {
  display: none;
}
.paramBox .conZ .con table {
  margin-top: 1.8em;
  width: 100%;
  color: #333;
  line-height: 1.7;
  text-align: left;
  border: 0;
}
.paramBox .conZ .con table tr {
  background-color: #f8f8f8;
}
.paramBox .conZ .con table tr:nth-child(2n) {
  background-color: #fff;
}
.paramBox .conZ .con table td {
  padding: 0.8em 1.4em;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .paramBox .conZ .con table td {
    padding: 0.8em 1em;
  }
}
.paramBox .conZ .con table th {
  width: 10em;
  padding: 0.8em 2em;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .paramBox .conZ .con table th {
    text-align: center;
    width: 6.6em;
    padding: 0.8em 0.3em;
  }
}
.paramBox .conZ .con table tr:last-child td {
  border-bottom: 0 solid #eaeaea;
}
.paramBox .conZ .con table tr:last-child th {
  border-bottom: 0 solid #eaeaea;
}
.newBox {
  padding: 0.5rem 0 1.2rem;
}
.newBox .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newBox .title {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .newBox .title .tab {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.newBox .title .tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .newBox .title .tab ul {
    flex-wrap: wrap;
  }
}
.newBox .title .tab li {
  cursor: pointer;
  margin-right: 0.6em;
  line-height: 3;
  width: 9.9em;
  text-align: center;
  color: #333;
  border: 1px solid #ddd;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .newBox .title .tab li {
    width: 30%;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
}
.newBox .title .tab li:hover {
  color: #fbb03b;
  border: 1px solid #fbb03b;
}
.newBox .title .tab li:hover a {
  color: #fbb03b;
}
.newBox .title .tab .cur {
  background-color: #fbb03b;
  border: 1px solid #fbb03b;
  color: #fff;
}
.newBox .title .tab .cur a {
  color: #fff;
}
.newBox .title .tab .cur:hover a {
  color: #fff;
}
.newBox .title .searchBox {
  border: 1px solid #ddd;
  width: 23em;
  padding: 1px 0;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .newBox .title .searchBox {
    width: 100%;
  }
}
.newBox .title .searchBox form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newBox .title .searchBox .iw {
  flex: 1;
  margin-left: 1.2em;
  margin-right: 1em;
}
.newBox .title .searchBox .input {
  width: 100%;
  line-height: 2.9em;
  height: 2.9em;
  border: 0;
  outline-width: 0;
}
.newBox .title .searchBox .btn {
  margin-right: 1px;
  width: 6.5em;
  height: 2.9em;
  line-height: 2.9em;
  background: #fbb03b url(../images/search.png) center center no-repeat;
  background-size: 1.25em auto;
  display: block;
  cursor: pointer;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}
.newBox .conZ .con {
  display: none;
}
.newBox .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.newBox .list li {
  margin-top: 2.8%;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  /* -moz-border-bottom-right-radius: 4.5em;
  -webkit-border-bottom-right-radius: 4.5em;
  border-bottom-right-radius: 4.5em; */
}
@media (max-width: 767px) {
  .newBox .list li {
    width: 49%;
    margin-right: 2%;
  }
  .newBox .list li:nth-child(2n) {
    margin-right: 0;
  }
  .newBox .list li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 600px) {
  .newBox .list li {
    width: 100%;
    margin-right: 0;
  }
  .newBox .list li:nth-child(2n) {
    margin-right: 0;
  }
  .newBox .list li:nth-child(3n) {
    margin-right: 0;
  }
}
.newBox .list li .pic {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 58%;
  overflow: hidden;
}
.newBox .list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newBox .list li a.pic {
  display: block;
  cursor: pointer;
}
.newBox .list li .txt {
  background-color: #f2f2f2;
  padding: 7.8% 8.6% 8.3%;
  transition: all 0.5s;
}
.newBox .list li .txt .name {
  color: #333;
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s;
}
.newBox .list li .txt a {
  color: #333;
  transition: all 0.5s;
}
.newBox .list li .txt a:hover {
  color: #fbb03b;
}
.newBox .list li .txt .btnPMore {
  margin-top: 5.8%;
}
.newBox .list li:hover .pic img {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.newBox .list li:hover .txt {
  background-color: #fbb03b;
}
.newBox .list li:hover .txt .name {
  color: #fff;
}
.newBox .list li:hover .txt a {
  color: #fff;
}
.newBox .list li:hover .txt .btnPMore {
  display: inline-block;
  margin-top: 5.8%;
  color: #fff;
}
.newBox .list li:hover .txt .btnPMore::after {
  background-color: #fff;
  background-image: url(../images/arr5.png);
}
.newBox .list li:nth-child(3n) {
  margin-right: 0;
}
.btnPMore {
  display: inline-block;
  margin-top: 5.8%;
  transition: all 0.5s;
  color: #333;
}
.btnPMore::after {
  margin-left: 0.2em;
  vertical-align: middle;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  content: "";
  background: #fbb03b url(../images/arr3.png) center center no-repeat;
  background-size: auto 36%;
  transition: all 0.5s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page {
  margin-top: 0.5rem;
  text-align: center;
  line-height: 2.6em;
}
.page a {
  margin: 0.35em 0.35em;
  border: 1px solid #ddd;
  display: inline-block;
  color: #333;
  padding: 0.1em 1.05em 0;
  transition: all 0.5s;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.page a:hover {
  border: 1px solid #fbb03b;
  color: #fbb03b;
}
.page .cur {
  background-color: #fbb03b;
  border: 1px solid #fbb03b;
  color: #fff;
}
/*新闻详情*/
.detailBox {
  padding: 0.5rem 0 1.1rem;
}
@media (max-width: 767px) {
  .detailBox {
    padding: 1rem 0 1rem;
  }
}
.detailBox .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .detailBox .con {
    display: block;
  }
}
.detailBox .con .detailMain {
  width: 69.4%;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain {
    width: 100%;
  }
}
.detailBox .con .detailMain .title {
  line-height: 1.25em;
  color: #000;
}
.detailBox .con .detailMain .about {
  margin-top: 0.35rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain .about {
    margin-top: 1em;
  }
}
.detailBox .con .detailMain .about .aboutTxt {
  color: #333;
  line-height: 1.6;
  flex: 1;
}
.detailBox .con .detailMain .about .aboutTxt .name {
  margin-top: 0.4em;
}
.detailBox .con .detailMain .about .aboutTxt .aboutInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detailBox .con .detailMain .about .aboutTxt .aboutInfo .info {
  display: inline-block;
  margin-right: 1.5em;
}
.detailBox .con .detailMain .about .aboutTxt .share {
  margin-top: 0;
  display: inline-block;
  color: #666;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain .about .aboutTxt .share {
    margin-top: 1em;
  }
}
.detailBox .con .detailMain .content {
  border-top: 1px dashed #ddd;
  margin-top: 0.32rem;
  color: #333;
  line-height: 1.7;
  padding-top: 0.24rem;
  padding-bottom: 0.48rem;
  border-bottom: 3px solid #999999;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain .content {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.detailBox .con .detailMain .content img {
  max-width: 100%;
  height: auto;
}
.detailBox .con .detailMain .share {
  color: #666;
  margin-top: 0.4rem;
}
.detailBox .con .detailMain .share a {
  color: #999;
  margin-left: 0.2em;
}
.detailBox .con .detailMain .share a:hover {
  color: #d62132;
}
.detailBox .con .detailMain .share .share-tit {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain .share {
    margin-top: 1rem;
  }
}
.detailBox .con .detailMain .aboutBot {
  margin-top: 3.2%;
  color: #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain .aboutBot {
    display: block;
  }
}
.detailBox .con .detailMain .aboutBot .pageTurn li {
  padding: 0.3em 0;
}
.detailBox .con .detailMain .aboutBot a {
  color: #999;
}
.detailBox .con .detailMain .aboutBot a:hover {
  color: #fbb03b;
}
.detailBox .con .detailMain .aboutBot .public-btn.public-btn2 {
  padding: 0 0.46rem;
  color: #fff;
}
@media (max-width: 767px) {
  .detailBox .con .detailMain .aboutBot .public-btn.public-btn2 {
    margin-top: 0.5rem;
  }
}
.detailBox .con .detailMain .aboutBot .public-btn .zz_span {
  margin-right: 0;
}
.detailBox .con .side {
  width: 23.6%;
  margin-top: 10%;
}
@media (max-width: 767px) {
  .detailBox .con .side {
    width: 100%;
    margin-top: 1rem;
  }
}
.detailBox .con .side .aboutBox .title {
  color: #000;
}
.detailBox .con .side .aboutBox .list {
  margin-top: 1.8em;
  border-top: 2px solid #dddddd;
}
@media (max-width: 767px) {
  .detailBox .con .side .aboutBox .list {
    margin-top: 0.4rem;
  }
}
.detailBox .con .side .aboutBox .list li {
  position: relative;
  z-index: 0;
  padding: 1.5em 0 1.4em;
  border-bottom: 2px solid #dddddd;
}
.detailBox .con .side .aboutBox .list li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #fbb03b;
  width: 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detailBox .con .side .aboutBox .list li .txt .name {
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.detailBox .con .side .aboutBox .list li .txt .name a {
  color: #333;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detailBox .con .side .aboutBox .list li .txt .name a:hover {
  color: #fbb03b;
}
.detailBox .con .side .aboutBox .list li .txt .date {
  margin-top: 0.8em;
  color: #999;
}
.detailBox .con .side .aboutBox .list li:hover::after {
  width: 100%;
}
.detailBox .con .side .aboutBox .list li:hover .txt a {
  color: #fbb03b;
}
.storyBox .con {
  flex-direction: row-reverse;
}
.storyBox .con .detailMain .content {
  border-top: 0;
  margin-top: 0.02rem;
  padding-top: 0;
}
.storyBox .con .side {
  width: 26.3%;
  margin-top: 0.04rem;
}
@media (max-width: 767px) {
  .storyBox .con .side {
    width: auto;
    margin-top: 0;
  }
}
.storyBox .con .side .storyInfo {
  background-color: #f8f8f8;
  padding-bottom: 8.6%;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
.storyBox .con .side .storyInfo .pic {
  position: relative;
  z-index: 0;
  padding-top: 52.6%;
  overflow: hidden;
}
.storyBox .con .side .storyInfo .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storyBox .con .side .storyInfo .title {
  margin: 7.6% 8.6% 0;
  font-weight: bold;
}
.storyBox .con .side .storyInfo .about {
  margin: 12% 8.6% 0;
}
.storyBox .con .side .storyInfo .about .info {
  display: block;
}
.storyBox .con .side .storyInfo .share {
  margin-top: 5.3%;
  padding-top: 5.3%;
  border-top: 1px solid #ddd;
}
.storyBox .con .side .storyInfo .share .share-tit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.picPageTurn ul {
  margin-top: 4%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.picPageTurn li {
  margin-top: 2%;
  width: 49%;
  margin-right: 2%;
}
.picPageTurn li .pic {
  padding-top: 53.6%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  background: url(../images/output.png) center center no-repeat;
  background-size: cover;
}
.picPageTurn li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: cover;
  overflow: hidden;
}
.picPageTurn li .pic img[src=""] {
  display: none;
}
.picPageTurn li .pic .picMask {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pic_mask.png) center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.picPageTurn li .pic .txt {
  z-index: 3;
  position: absolute;
  left: 8.3%;
  right: 8.3%;
  top: 10%;
  bottom: 10%;
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  color: #fff;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.picPageTurn li .pic .txt .date {
  margin-top: 0.2em;
}
.picPageTurn li:hover .pic .picMask {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.picPageTurn li:hover .pic .txt {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.picPageTurn li:nth-child(2n) {
  margin-right: 0;
}
.share .share-btn {
  vertical-align: middle;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: #999 center center no-repeat;
  background-size: 60% auto;
  margin: 0 0.2em;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.share .share-btn:hover {
  background-color: #fbb03b;
}
.share .facebook-btn {
  background-image: url(../images/facebook.svg);
  background-size: 68% auto;
}
.share .linkedin-btn {
  background-image: url(../images/linkedin.svg);
  background-size: 55% auto;
}
.share .whatapp-btn {
  background-image: url(../images/whatsapp.svg);
  background-size: 78% auto;
}
.bshare-custom {
  display: inline-block !important;
  color: #000;
  vertical-align: middle;
}
.bshare-custom a {
  width: 2.1em !important;
  height: 2.1em !important;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bshare-custom .share-tit {
  display: inline-block;
  vertical-align: middle;
}
.bshare-custom .bshare-weixin {
  background: #999 url(../images/weChat2.svg) center center no-repeat !important;
  background-size: 64% auto !important;
}
.bshare-custom #bshare-sinaminiblog {
  background: #999 url(../images/sina2.svg) center center no-repeat !important;
  background-size: 58% auto !important;
}
.bshare-custom .bshare-qqim {
  background: #999 url(https://cn.cariad.com.cn/resource/images/qq2.png) center center no-repeat !important;
  background-size: 64% auto !important;
}
.bshare-custom a:hover,
.bshare-custom #bshare-sinaminiblog:hover {
  background-color: #fbb03b !important;
}
/*微信分享弹出*/
.weChatShare {
  cursor: pointer;
  position: relative;
  z-index: 0;
  line-height: 1.3em;
  display: inline-block;
}
.weChatShare:hover {
  color: #002969;
}
.weChatShare .weChatPop.show {
  display: block;
}
.weChatShare .weChatPop {
  display: none;
  border: 1px solid #eee;
  font-size: 12px;
  position: absolute;
  bottom: 5.2em;
  left: -3.8em;
  padding: 0.4em 0.4em 0.7em;
  background-color: #fff;
  text-align: center;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: 0 -0.3em 0.3em rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 -0.3em 0.3em rgba(0, 0, 0, 0.05);
  box-shadow: 0 -0.3em 0.3em rgba(0, 0, 0, 0.05);
}
.weChatShare .weChatPop img {
  display: block;
  width: 10em;
  height: 10em;
  max-width: initial;
}
.weChatShare .weChatPop .arr {
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}
.storyListBox .btnW {
  clear: both;
  padding: 2.5% 0 8.3%;
  text-align: center;
}
/*瀑布流*/
.wall {
  margin: 4.5% -1.3% 0;
  padding-bottom: 8.4%;
  display: block;
  position: relative;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.wallShow {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
}
.wall-column {
  display: block;
  position: relative;
  width: 33.333333%;
  float: left;
  box-sizing: border-box;
}
.wall .item {
  padding: 3.9% 0;
  margin: 0 3.9% 0;
}
.wall .item .pic {
  position: relative;
  z-index: 0;
  display: block;
  cursor: pointer;
  margin-bottom: 1.4em;
  overflow: hidden;
  -moz-border-bottom-right-radius: 4.5em;
  -webkit-border-bottom-right-radius: 4.5em;
  border-bottom-right-radius: 4.5em;
}
.wall .item img {
  width: 100%;
  height: auto;
}
.wall .item .date {
  margin-top: 0.1em;
  color: #666;
  line-height: 1.5;
}
.wall .item .name {
  margin-top: 0.5em;
  color: #333;
  line-height: 1.2;
}
.wall .item .name a {
  color: #333;
  transition: all 0.5s;
}
.wall .item .name a:hover {
  color: #fbb03b;
}
.wall .item::after {
  content: "";
  display: block;
  margin: 1.1em auto 0 0;
  width: 1.25em;
  height: 0.62em;
  background-color: #fbb03b;
  transition: all 0.5s;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  border-radius: 0.4em;
}
.wall .item:hover .name a {
  color: #fbb03b;
}
.wall .item:hover::after {
  width: 3em;
}
.storyListBox .wall .item .pic {
  position: relative;
  z-index: 0;
  padding-top: 58%;
}
.storyListBox .wall .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article img {
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .wall-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wall-column {
    width: auto;
    float: none;
  }
}
.load {
  text-align: center;
  clear: both;
  padding-top: 2.5%;
}
.load .load_pic {
  animation: anim_load 1.9s;
  /* Firefox */
  -webkit-animation: anim_load 1.9s;
  /* Safari and Chrome */
  -o-animation: anim_load 1.9s;
  /* Opera */
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  /* Safari and Chrome */
  -o-animation-timing-function: linear;
  /* Safari and Chrome */
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
}
@keyframes anim_load {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
  }
}
@-webkit-keyframes anim_load {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
  }
}
.messBox {
  background-color: #f0f9f9;
  padding: 148px 0 120px;
}
@media (max-width: 1900px) {
  .messBox {
    padding: 1.48rem 0 1.2rem;
  }
}
.messBox .title {
  color: #000;
  font-weight: bold;
}
.messBox .title::before {
  display: block;
  content: '';
  width: 0.5rem;
  margin: 0 auto 0.15em 0;
  min-width: 30px;
  height: 0.1rem;
  min-height: 6px;
  border-radius: 1000px;
  background: #fbb03b;
}
.messBox .txt {
  color: #666;
  line-height: 1.5;
  width: 47.2%;
  margin: 1.2% auto 0 0;
}
@media (max-width: 767px) {
  .messBox .txt {
    width: auto;
  }
}
.messBox .con,
.messBox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .messBox .con,
  .messBox form {
    display: block;
  }
}
.messBox form {
  width: 100%;
}
.messBox dl {
  margin-top: 2%;
  border: 1px solid #eaeaea;
  width: 48.9%;
  background-color: #fff;
  color: #999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
@media (max-width: 767px) {
  .messBox dl {
    width: auto;
  }
}
.messBox dl dt {
  margin: 0 1.2em;
}
.messBox dl dt span {
  color: #fbb03b;
}
.messBox dl dd {
  flex: 1;
}
.messBox dl .input,
.messBox dl .textarea {
  font-size: 1em;
  line-height: 3.3em;
  height: 3.3em;
  border: 0;
  outline-width: 0;
  width: 100%;
}
.messBox dl .textarea {
  height: 13em;
  line-height: 1.4em;
}
.messBox dl.dl2 {
  width: 100%;
  padding: 0.9em 0;
  display: block;
}
.messBox dl.dl2 dd {
  padding: 0.8em 1.2em 0;
}
.messBox dd.ddVC {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.messBox dd.ddVC .iW {
  flex: 1;
  margin-right: 1em;
}
.messBox dd.ddVC .btnVC {
  width: 13em;
  padding: 0 0.4em;
  height: 3.3em;
  line-height: 1.1em;
  cursor: pointer;
  color: #fff;
  background-color: #fbb03b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
@media only screen and (max-width: 960px) {
  .messBox dd.ddVC .btnVC span {
    font-size: 0.8em;
  }
}
.messBox .btnw {
  text-align: center;
  margin-top: 4.3%;
  width: 100%;
}
.messBox .btnw .public-btn {
  padding: 0 0.56rem;
  height: 0.58rem;
}
.messBox2 {
  background-color: transparent;
  padding: 110px 0 120px;
}
@media (max-width: 1900px) {
  .messBox2 {
    padding: 1.1rem 0 1.2rem;
  }
}
.mCustomScrollBox {
  width: 100%;
}
/*# sourceMappingURL=./style.css.map */