@charset "utf-8";
:root {
  --color: #c68643;
  --vh: 100vh;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
/* 字体引用 */
/* @font-face{
	font-family: 'int-m';
	src: url(../font/Inter-Medium.ttf);
}
@font-face{
	font-family: 'int-r';
	src: url(../font/Inter-Regular.ttf);
}
@font-face{
	font-family: 'int-l';
	src: url(../font/Inter-Light.ttf);
}
@font-face{
	font-family: 'int-b';
	src: url(../font/Inter-Bold.ttf);
} */
/* .font-m{font-family: 'int-m',@font}
.font-r{font-family: 'int-r',@font}
.font-l{font-family: 'int-l',@font}
.font-b{font-family: 'int-b',@font} */
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #c68643;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #c68643;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c68643;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 86%;
  }
}
@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;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #c68643;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.14rem;
  min-width: 1rem;
  height: 0.4rem;
  border: 1px solid #c68643;
  border-radius: 0 100px 100px 100px;
  color: #c68643;
}
.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 ,
.public-img > .img
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #c68643;
}
#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: #c68643;
}
#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: #c68643;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  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;
}
@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: 991px) {
  #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.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#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;
}
/*顶部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.3rem;
}
#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 img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #c68643;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #c68643;
}
#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: #c68643 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #c68643;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(var(--vh) - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#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: #c68643 !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: #c68643;
  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-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #c68643;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: var(--vh);
  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: #c68643;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #c68643;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: #c68643;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #c68643;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: #c68643;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/*过渡*/
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 公共 */
/* 普通移入效果 */
.mov_08 {
  transition: all 0.4s;
}
.mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.tuw {
  display: flex;
  align-items: center;
}
.tuw img {
  width: 0.28rem;
  height: auto;
}
.tuw p {
  margin-left: 0.1rem;
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  height: 72px;
  width: 100%;
  background: #f8fafb;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.h_b_img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/banner_bj.png) no-repeat;
  background-size: cover;
  z-index: 40;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 30;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 10;
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
.font38 {
  font-size: 38px;
}
@media (max-width: 1580px) {
  .font38 {
    font-size: 36px;
  }
}
@media (max-width: 1260px) {
  .font38 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font38 {
    font-size: 0.34rem;
  }
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 48px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 开始 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  padding: 0 0.6rem;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background: #fff;
  border-bottom: 1px solid rgba(222, 229, 236, 0.5);
}
@media (max-width: 767px) {
  nav {
    padding: 0 5%;
  }
}
nav.show_nav {
  background: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: #0066cc;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
@media (max-width: 1260px) {
  nav.show_nav svg path {
    fill: #333 !important;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: #c68643;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
    color: #c68643;
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #fff;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: #c68643;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: block;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: none;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #c68643;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #c68643;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333;
}
nav .nav_top {
  transition: all 0.4s;
  background: #c68643;
  height: 40px;
}
nav .nav_top .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .nav_top .container a {
  color: #fff;
  margin-left: 0.4rem;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 72px;
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_l_box .logo img {
  width: .72rem;
  height: auto;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_l_box .logo img {
   width: .72rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
     width: .72rem;
  }
}
nav .nav_ljbox .nav_l_box .logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
nav .nav_ljbox .nav_r_box {
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* 导航右边内容 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav {
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li {
  height: 100%;
  position: relative;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on2 {
  position: initial;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a > p {
  color: #c68643 !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a > p::after {
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a svg path {
  fill: #c68643 !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .xs,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .yc,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .img1,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li:hover > a .img2,
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
  color: #333;
  margin: 0 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a {
    margin: 0 0.15rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > svg {
  display: none;
  width: 9px;
  margin-left: 0.2rem;
  height: auto;
}
@media screen and (max-width: 1400px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > svg {
    margin-left: 0.1rem;
    width: 7px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > p {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav > ul > li > a > p::after {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  left: 50%;
  background: #c68643;
  transform: translateX(-50%);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
  margin-left: 3.9rem;
}
@media (max-width: 1900px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
    margin-left: 3rem;
  }
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
    margin-left: 4.5rem;
  }
}
@media (max-width: 1500px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr {
    margin-left: 0;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 登录 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl {
  margin: 0 0.43rem 0 0.73rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan {
  margin-right: 0.3rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan > svg {
  width: 0.24rem;
  height: auto;
  margin-right: 0.1rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan > svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #333;
  margin-right: 0.1rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box svg {
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #333;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel {
  min-width: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: #c68643;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_but {
  display: flex;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_but a {
  width: 0.9rem;
  height: 0.4rem;
  border: 1px solid #dddddd;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_but a {
    width: 1.2rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_but a {
    height: 0.6rem;
    width: auto;
    padding: 0 0.3rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_but a:last-child {
  margin-right: 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_rr .nav_rr_box .nav_but a:first-child {
  background: #c68643;
  border-color: #c68643;
  color: #fff;
}
.nav1_none {
  top: -122px !important;
}
.nav2_none {
  top: 122px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -100px !important;
  }
  .nav2_none {
    top: 100px !important;
  }
}
.show_nav {
  background: none !important;
}
.show_nav .nav > ul > li > a > .img1 {
  display: none;
}
.show_nav .nav > ul > li > a > .img2 {
  display: block;
}
.show_nav .nav > ul > li > a > p {
  color: #fff !important;
}
.show_nav .nav_login {
  color: #fff !important;
}
.show_nav .xs {
  display: none;
}
.show_nav .yc {
  display: block;
}
.show_nav svg path {
  fill: #fff !important;
}
.show_nav .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on {
  background: #fff !important;
}
.nav_on .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on .nav_col {
  color: #333 !important;
}
.nav_on .xs {
  display: none;
}
.nav_on .yc {
  display: block;
}
.nav_on .nav > ul > li > a {
  color: #333 !important;
}
.nav_on .nav_login {
  color: #333 !important;
}
.nav_on .nav > ul > li > a > p {
  color: #333 !important;
}
.nav_on svg path {
  fill: #333 !important;
}
.nav_on .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
.nav_on2 {
  background: #fff !important;
}
.nav_on2 .nav > ul > li > a > .img1 {
  display: none;
}
.nav_on2 .nav > ul > li > a > .img2 {
  display: block;
}
.nav_on2 .nav > ul > li > a > p {
  color: #333 !important;
}
.nav_on2 .nav_login {
  color: #333 !important;
}
.nav_on2 .nav_col {
  color: #333 !important;
}
.nav_on2 .xs {
  display: none;
}
.nav_on2 .yc {
  display: block;
}
.nav_on2 .nav > ul > li > a {
  color: #333 !important;
}
.nav_on2 svg path {
  fill: #333 !important;
}
.nav_on2 .nav_ljbox .nav_r_box .nav_rr .nav_lan .nav_lan_box p {
  color: #333;
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #f8f8f8;
  /* border-radius: 0.2rem; */
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  padding: 10px 0;
  display: none;
  width: auto;
  white-space: nowrap;
  border-radius: 0 0 0.1rem 0.1rem;
}
@media (max-width: 1580px) {
  .pro_nav2 {
    min-width: 2.4rem;
  }
}
.pro_nav2 > a {
  min-height: 0.5rem;
  padding: 0.07rem 0.2rem 0.07rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  /* border-radius:0.15rem; */
  -webkit-transition: all 0.6s;
}
@media (max-width: 1580px) {
  .pro_nav2 > a {
    padding: 0.15rem 0.2rem 0.15rem;
  }
}
.pro_nav2 > a:hover {
  background: #fff;
  color: #c68643;
}
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh);
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
}
.pro_nav3 .pro_nav3_tnav {
  height: 80px;
  background: #f8fafb;
}
@media (max-width: 1580px) {
  .pro_nav3 .pro_nav3_tnav {
    behavior: 60px;
  }
}
.pro_nav3 .pro_nav3_tnav .container2 {
  position: relative;
  height: 100%;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.04rem;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg {
  width: 14px;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_del svg path {
  fill: #666666;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox {
  height: 100%;
  display: flex;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item {
  cursor: pointer;
  margin-right: 0.58rem;
  display: flex;
  align-items: center;
  position: relative;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on::after {
  opacity: 1;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item.on p {
  color: #c68643;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c68643;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg {
  width: 20px;
  margin-right: 0.08rem;
  height: auto;
}
.pro_nav3 .pro_nav3_tnav .container2 .g_tBox .item svg path {
  fill: #c68643 !important;
}
.pro_nav3 .pro_nav3_box {
  height: calc(100% - 80px - 80px);
}
.pro_nav3 .pro_nav3_box .conItem_tw {
  padding: 0.4rem 0;
  display: flex;
  flex-wrap: wrap;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item {
  margin: 0 0.3rem 0.3rem 0;
  width: calc((100% - 0.9rem)/4);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:nth-child(4n) {
  margin-right: 0;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .public-img img {
  transform: scale(1.05);
}
.pro_nav3 .pro_nav3_box .conItem_tw .item:hover .txt h4 {
  color: #c68643;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .public-img:before {
  padding-top: 57.46031746%;
}
.pro_nav3 .pro_nav3_box .conItem_tw .item .txt h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: all 0.4s;
}
.pro_nav3 .pro_nav3_box .boxItem {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
}
.pro_nav3 .pro_nav3_box .boxItem li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.36rem 0.1rem 0.3rem 0;
  width: calc(100%/6);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_tit {
  margin-bottom: 0.18rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0.1rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: #f8fafb;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  margin-right: 0.15rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt {
  width: calc(100% - 60px);
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 {
  display: flex;
  align-items: center;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-right: 0.08rem;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt .txt_h4 span {
  font-size: 12px;
  color: #c68643;
  border: 1px solid #c68643;
  border-radius: 10px;
  padding: 0 4px;
  text-transform: uppercase;
  flex-shrink: 0;
}
.pro_nav3 .pro_nav3_box .boxItem li .g_nr .nav_pro .txt p {
  color: #999;
  font-size: 12px;
}
.pro_nav3 .pro_nav3_all {
  cursor: pointer;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ddd;
}
.pro_nav3 .pro_nav3_all svg {
  margin-left: 0.1rem;
}
.pro_nav3 .pro_nav3_all svg path {
  fill: #e0e0e0 !important;
}
/* 移动端导航 */
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 20px;
  border-top: 1px solid #fff;
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box svg {
  width: 11px;
  height: auto;
}
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li ul {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.nav_box2 {
  display: none;
}
/*顶部导航开关*/
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i {
  background: #fff;
}
#g-header .c-nav2 li .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
body.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-title-con > a {
  color: #999 !important;
  display: block;
  padding-left: 20px;
  line-height: 40px;
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
@media (max-width: 1600px) {
  .logo p,
  .nav > ul > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
  #g-header .c-nav2 {
    top: 60px;
    height: calc(var(--vh) - 60px);
  }
}
@media screen and (max-width: 1366px) {
  .nav ul li a {
    font-size: 16px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language > img {
    width: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .h_b_box {
    height: calc(var(--vh) - 60px);
  }
  .nav {
    display: none;
  }
  .nav_r_box {
    display: flex;
  }
  .nav_box2 {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
  #g-header .c-switch i {
    background: #fff;
  }
  .nav_on #g-header .c-switch i {
    background: #333;
  }
  nav {
    background: #fff;
  }
  .h_banner {
    margin-top: 100px;
    height: calc(var(--vh) - 100px);
  }
  nav .xs {
    display: none;
  }
  nav .yc {
    display: block;
  }
  nav .nav ul li a {
    color: #333;
  }
  #g-header .c-switch i {
    background: #333;
  }
}
@media screen and (max-width: 991px) {
  .nav ul li a {
    font-size: 12px;
  }
  .search img {
    width: 16px;
  }
  .search form {
    height: 16px;
  }
  .language img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .h_b_box {
    height: calc(var(--vh) - 100px);
  }
  .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
    height: auto;
  }
}
/* 开始 */
/* 首页 */
.pub_a {
  background: #fff;
  padding: 0 0.3rem;
  min-width: 1.6rem;
  height: 0.54rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.4s;
  cursor: pointer;
  /* box-shadow: 0 0.16rem 0.24rem rgba(0,102,204,0.15); */
}
@media (max-width: 1580px) {
  .pub_a {
    height: 0.64rem;
  }
}
@media (max-width: 1260px) {
  .pub_a {
    height: 0.8rem;
  }
}
@media (max-width: 767px) {
  .pub_a {
    height: 0.8rem;
  }
}
.pub_a:hover {
  border-color: transparent;
  background: #c68643;
}
.pub_a:hover p {
  color: #fff;
}
.pub_a:hover svg {
  left: 0.07rem;
}
.pub_a:hover svg path {
  fill: #fff;
}
.pub_a p {
  color: #c68643;
  transition: all 0.4s;
}
.pub_a svg {
  position: relative;
  left: 0;
  margin-left: 0.1rem;
  transition: all 0.4s;
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  .pub_a svg {
    width: 15px;
  }
}
.pub_a svg path {
  fill: #c68643;
}
.pub_a2 {
  background: #c68643;
}
.pub_a2 p {
  color: #fff;
}
.pub_a2 svg path {
  fill: #fff;
}
.pub_a3 {
  border: 1px solid #ddd;
  background: none;
}
.h_banner {
  height: 8.4rem;
}
@media (max-width: 1580px) {
  .h_banner {
    height: 9.4rem;
  }
}
@media (max-width: 1260px) {
  .h_banner {
    margin-top: 60px;
  }
}
.h_banner .h_b_box {
  height: 100%;
  position: relative;
}
.h_banner .h_b_box .h_b_txt {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.h_banner .h_b_box .h_b_txt .container .txt h2 {
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .pub_a {
  margin-top: 0.42rem;
}
.g_qie2 .pub_nav {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
.g_qie2 .pub_nav:hover {
  background: #d60c1c;
}
.g_qie2 .pub_nav:hover svg path {
  fill: #fff;
}
.g_qie2 .pub_nav svg {
  width: 33.33%;
  height: auto;
}
.g_qie2 .pub_nav svg path {
  fill: #999;
  opacity: 1;
}
.g_qie2 .pub_prev {
  left: 0.8rem;
}
.g_qie2 .pub_prev svg {
  transform: rotate(180deg);
}
.g_qie2 .pub_next {
  right: 0.8rem;
}
.homeon {
  position: relative;
  z-index: 100;
}
.homeon .box {
  margin: -0.8rem 0 0 -0.8rem;
  background: url(../images/home15.png) no-repeat;
  background-position: top;
  width: calc(100% + 1.6rem);
  padding: 0 0.8rem 1.5rem;
  border-radius: 0.1rem 0.1rem 0 0;
  box-shadow: 0 -0.3rem 0.3rem rgba(174, 95, 13, 0.05);
}
@media (max-width: 1260px) {
  .homeon .box {
    width: 100%;
    margin: -0.8rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .homeon .box {
    padding: 0 0.3rem 1rem;
  }
}
.homeon .box .box2 {
  width: 100%;
  /* height: 100%; */
}
.homeon .box .box2 .tit {
  padding: 0.24rem 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.homeon .box .box2 .tit .tit_l {
  margin-top: 0.05rem;
  line-height: 1.3;
  border-left: 3px solid #c68643;
  padding-left: 0.2rem;
  font-weight: bold;
}
.homeon .box .box2 .tit .g_qie2 {
  display: flex;
  align-items: center;
}
.homeon .box .box2 .tit .g_qie2 .pub_nav {
  margin-left: 0.3rem;
  transform: translateY(0%);
  position: initial;
  width: auto;
  height: auto;
}
.homeon .box .box2 .tit .g_qie2 .pub_nav:hover {
  background: none;
}
.homeon .box .box2 .tit .g_qie2 .pub_nav:hover svg path {
  fill: #c68643;
}
.homeon .box .box2 .tit .g_qie2 .pub_nav svg {
  width: 8px;
}
.homeon .box .box2 .tit .g_qie2 .pub_nav svg path {
  fill: #979898;
}
.homeon .box .box2 .homeon_swi {
  margin-top: 0.4rem;
}
.homeon .box .box2 .homeon_swi .homeon_box {
  display: flex;
  align-items: center;
}
.homeon .box .box2 .homeon_swi .homeon_box:hover img {
  transform: scale(1.05);
}
.homeon .box .box2 .homeon_swi .homeon_box:hover .txt h3 {
  color: #c68643;
}
.homeon .box .box2 .homeon_swi .homeon_box .public-img {
  width: 42.35%;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.homeon .box .box2 .homeon_swi .homeon_box .public-img:before {
  padding-top: 55.55555556%;
}
.homeon .box .box2 .homeon_swi .homeon_box .txt h3 {
  transition: all 0.4s;
  font-weight: bold;
  margin-bottom: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.homeon .box .box2 .homeon_swi .homeon_box .txt span {
  color: #999;
}
@keyframes moveq3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.hometw {
  padding: 0 0 1.5rem;
}
@media (max-width: 991px) {
  .hometw {
    padding: 0 0 0.5rem;
  }
}
.hometw .box .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .hometw .box .tit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hometw .box .tit .left {
  width: 50%;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .hometw .box .tit .left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.hometw .box .tit .left span {
  display: block;
  margin-bottom: 0.24rem;
  font-weight: bold;
}
.hometw .box .tit .left h2 {
  font-weight: bold;
  line-height: 1.2;
}
.hometw .box .tit .right {
  width: 50%;
}
@media (max-width: 767px) {
  .hometw .box .tit .right {
    width: 100%;
  }
}
.hometw .box .tit .right p {
  line-height: 1.66;
}
.hometw .box .hometw_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box {
    flex-direction: column-reverse;
  }
}
.hometw .box .hometw_box .left {
  width: 2.7rem;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .left .l_num {
    display: flex;
    flex-wrap: wrap;
  }
}
.hometw .box .hometw_box .left .l_num .item {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .left .l_num .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .hometw .box .hometw_box .left .l_num .item {
    width: 50%;
    padding-right: 0.2rem;
  }
}
.hometw .box .hometw_box .left .l_num .item .t_num {
  margin-bottom: 0.1rem;
  color: #c68643;
  display: flex;
  align-items: flex-end;
}
.hometw .box .hometw_box .left .l_num .item .t_num p {
  line-height: 1;
}
.hometw .box .hometw_box .left .l_num .item .t_num span {
  margin-left: 4px;
}
.hometw .box .hometw_box .left .l_a {
  display: flex;
}
.hometw .box .hometw_box .left .l_a .pub_a {
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.hometw .box .hometw_box .right {
  width: 79.357%;
  margin-right: -0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .right {
    width: 100%;
    margin: 0;
    overflow: auto;
  }
}
.hometw .box .hometw_box .right p {
  line-height: 1.66;
}
.hometw .box .hometw_box .right .r_box2 {
  position: relative;
}
@media (max-width: 767px) {
  .hometw .box .hometw_box .right .r_box2 {
    width: 800px;
  }
}
.hometw .box .hometw_box .right .img {
  width: 100%;
  height: 100%;
}
.hometw .box .hometw_box .right .r_box .item {
  position: absolute;
  width: 1px;
  height: 1px;
  cursor: pointer;
}
.hometw .box .hometw_box .right .r_box .item:hover .hometw_con {
  display: block;
}
.hometw .box .hometw_box .right .r_box .item:hover .g_dian::after {
  animation: moveq3 3s infinite linear;
  -webkit-animation: moveq3 3s infinite linear;
  opacity: 0.3;
}
.hometw .box .hometw_box .right .r_box .item:hover .g_p p {
  color: #c68643;
}
.hometw .box .hometw_box .right .r_box .item .g_dian::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #c68643;
  opacity: 0;
  z-index: 8;
  width: 0.3rem;
  height: 0.3rem;
}
.hometw .box .hometw_box .right .r_box .item .g_dian i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #c68643;
}
.hometw .box .hometw_box .right .r_box .item .g_dian .i1 {
  width: 0.1rem;
  height: 0.1rem;
  z-index: 9;
}
.hometw .box .hometw_box .right .r_box .item .g_dian .i2 {
  width: 0.3rem;
  height: 0.3rem;
  opacity: 0.3;
  z-index: 10;
}
.hometw .box .hometw_box .right .r_box .item .g_p {
  position: absolute;
  top: 50%;
  left: 0.22rem;
  transform: translateY(-50%);
  white-space: nowrap;
}
.hometw .box .hometw_box .right .r_box .item .g_p.g_pL {
  left: auto;
  right: 0.22rem;
}
.hometw .box .hometw_box .right .r_box .item .g_p p {
  font-weight: bold;
}
@media (max-width: 991px) {
  .hometw .box .hometw_box .right .r_box .item .g_p p {
    font-size: 10px;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con {
  display: none;
  width: auto;
  position: absolute;
  left: 1.04rem;
  top: -1.4rem;
  z-index: 100;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con.hometw_con_L {
  left: auto;
  right: 1.04rem;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con.hometw_con_L .hometw_con_box {
  flex-direction: row-reverse;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con.hometw_con_L .line {
  left: 100%;
  transform: rotateY(180deg);
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_con_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .line {
  flex-shrink: 0;
  width: 1.04rem;
  height: auto;
  margin-top: 0.94rem;
  position: absolute;
  right: 100%;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr {
  flex-shrink: 0;
  width: 350px;
  height: auto;
  box-shadow: 0 0.06rem 0.27rem rgba(50, 51, 51, 0.15);
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr {
    width: 240px;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit {
  height: 0.65rem;
  display: flex;
  align-items: center;
  position: relative;
  background: #c68643;
  border-radius: 4px 4px 0 0;
  padding: 0 1.4rem 0 0.22rem;
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit {
    height: 0.85rem;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit h3 {
  color: #fff;
  flex-shrink: 0;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit img {
  width: 1.36rem;
  height: auto;
  position: absolute;
  bottom: 81%;
  /* transform: translateY(-50%); */
  right: 0.4rem;
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_tit img {
    /* top: 51.5%; */
    width: 1.8rem;
  }
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 0.2rem 0.3rem 0.3rem;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_t {
  margin-bottom: 0.18rem;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_t p {
  font-weight: bold;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_p p {
  margin-bottom: 0.06rem;
  color: #666;
  display: block;
  position: relative;
  padding-left: 15px;
}
.hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_p p:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
  left: 3px;
  top: 9px;
}
@media (max-width: 1580px) {
  .hometw .box .hometw_box .right .r_box .item .hometw_con .hometw_nr .g_txt .g_txt_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.hometw .box .hometw_box .right .r_box .item1 {
  left: 10%;
  top: 44%;
}
.hometw .box .hometw_box .right .r_box .item2 {
  left: 17%;
  top: 48%;
}
.hometw .box .hometw_box .right .r_box .item3 {
  left: 20%;
  top: 45%;
}
.hometw .box .hometw_box .right .r_box .item4 {
  left: 22%;
  top: 40%;
}
.hometw .box .hometw_box .right .r_box .item5 {
  left: 24%;
  top: 41%;
}
.hometw .box .hometw_box .right .r_box .item6 {
  left: 44%;
  top: 33%;
}
.hometw .box .hometw_box .right .r_box .item7 {
  left: 50%;
  top: 36%;
}
.hometw .box .hometw_box .right .r_box .item8 {
  left: 91.6%;
  top: 82%;
}
.hometw .box .hometw_box .right .r_box .item9 {
  left: 88.6%;
  top: 88%;
}
.hometw .box .hometw_box .right .r_box .item10 {
  left: 21.7%;
  top: 47%;
}
.hometh {
  width: 100%;
  padding: 0;
  height: auto !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .hometh {
    height: auto;
  }
}
@media (max-width: 991px) {
  .hometh {
    height: initial;
    padding: 0.5rem 0 0;
  }
}
.hometh .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hometh .bg img {
  width: 100%;
}
.hometh .bg video {
  width: 102%;
  object-fit: cover;
  margin-left: -2px;
}
@media (max-width: 2565px) {
  .hometh .bg video {
    margin-left: -17px;
    transform: translateX(10px);
  }
}
@media (max-width: 767px) {
  .hometh .bg video {
    width: 250%;
    transform: translateX(-30%);
  }
}
.hometh .container {
  display: flex;
  padding-bottom: 1.4rem;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .hometh .container {
    top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .hometh .container {
    flex-wrap: wrap;
    position: relative;
    top: initial;
  }
}
.hometh .container .left {
  width: 41.66666667%;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .hometh .container .left {
    width: 100%;
  }
}
.hometh .container .left .top .title {
  line-height: 1.25em;
  color: #333;
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.hometh .container .left .menu {
  width: 100%;
  position: relative;
  margin-top: 0.75rem;
}
@media (max-width: 1260px) {
  .hometh .container .left .menu {
    margin-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .hometh .container .left .menu {
    display: none;
  }
}
.hometh .container .left .menu .bgs-active {
  width: calc(100% - 4px);
  height: 0;
  background: #fff;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
}
.hometh .container .left .menu .bgs-active .border {
  width: 5px;
  height: 0.7rem;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.6s;
  background: #c68643;
  box-shadow: 0.1rem 0 0.2rem 0 rgba(198, 134, 67, 0.8);
}
.hometh .container .left .menu .bgs-active .tbox {
  width: calc(100% - 4px);
  height: 100%;
  position: relative;
  padding: 0.3rem 0.32rem;
  border-radius: 0.1rem;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #eee;
  display: none;
}
.hometh .container .left .menu ul {
  width: 100%;
  position: relative;
  z-index: 3;
}
.hometh .container .left .menu ul li {
  width: 100%;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  min-height: 1.8rem;
  transition: all 0.6s;
}
.hometh .container .left .menu ul li:last-child {
  margin-bottom: 0;
}
.hometh .container .left .menu ul li:nth-child(1)::after {
  width: calc(100%);
}
.hometh .container .left .menu ul li:nth-child(1) .tbox {
  width: calc(100%);
}
.hometh .container .left .menu ul li:nth-child(2) {
  width: calc(100% + 0.8rem);
}
.hometh .container .left .menu ul li:nth-child(2)::after {
  width: calc(100%);
}
.hometh .container .left .menu ul li::after {
  content: '';
  width: calc(100% + 0.8rem);
  height: 100%;
  background: rgba(226, 229, 233, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  border-radius: 0.1rem;
  opacity: 1;
}
.hometh .container .left .menu ul li .border {
  width: 5px;
  height: 0.7rem;
  background: transparent;
  border-radius: 5px 0 0 5px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.6s;
}
.hometh .container .left .menu ul li .tbox {
  width: calc(100% - 4px);
  position: relative;
  padding: 0.1rem 0.32rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.6s;
  overflow: hidden;
  z-index: 2;
}
.hometh .container .left .menu ul li .tbox .txt {
  line-height: 1.33333333em;
  height: 1.33333333em;
  color: #666;
  font-weight: bold;
  overflow: hidden;
}
.hometh .container .left .menu ul li .tbox .txt p {
  display: flex;
  align-items: flex-start;
  transition: all 0.6s;
  color: #666;
}
.hometh .container .left .menu ul li .tbox .txt p:nth-child(2) {
  color: #333;
}
.hometh .container .left .menu ul li .tbox .txt span {
  margin: 0.07rem 0 0 0.1rem;
  width: 40px;
  height: 22px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ddd;
  z-index: 2;
  border-radius: 11px;
  transition: all 0.6s;
}
.hometh .container .left .menu ul li .tbox .title {
  color: #666;
  line-height: 1.33333333em;
  height: 1.33333333em;
  margin-top: 0.12rem;
  overflow: hidden;
}
.hometh .container .left .menu ul li .tbox .title p {
  display: block;
  transition: all 0.6s;
}
.hometh .container .left .menu ul li .tbox .title p:nth-child(2) {
  color: #333;
}
.hometh .container .left .menu ul li .tbox .text {
  color: #666;
  margin-top: 0.05rem;
  transition: all 0.6s;
  /* overflow: hidden;
								display: -webkit-box;
								-webkit-box-orient: vertical;
								-webkit-line-clamp: 3;
								max-height: 4.5em; */
}
.hometh .container .left .menu ul li.on::after {
  opacity: 0;
}
.hometh .container .left .menu ul li.on .tbox {
  border: 1px solid #eee;
}
.hometh .container .left .menu ul li.on .tbox .num {
  opacity: 1;
}
.hometh .container .left .menu ul li.on .tbox .txt p {
  transform: translateY(-100%);
}
.hometh .container .left .menu ul li.on .tbox .txt p span {
  background: #c68643;
}
.hometh .container .left .menu ul li.on .tbox .title span {
  transform: translateY(-100%);
}
@media (max-width: 1260px) {
  .hometh .container .left .menu ul li.on .tbox .text {
    display: none;
  }
}
.hometh .container .left .menu .pub_a {
  margin-top: 0.93rem;
}
.hometh .container .right {
  width: 42.85714286%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
@media (max-width: 1580px) {
  .hometh .container .right {
    width: 36.857143%;
  }
}
@media (max-width: 1260px) {
  .hometh .container .right {
    width: 35%;
    margin-right: 5%;
  }
}
@media (max-width: 991px) {
  .hometh .container .right {
    margin-top: 1.6rem;
    margin-right: 0;
    width: 50%;
    display: none;
  }
}
@media (max-width: 767px) {
  .hometh .container .right {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.hometh .container .right ul li {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.hometh .container .right ul li::before {
  content: '';
  width: 100%;
  padding-top: 123.33333333%;
  display: block;
}
.hometh .container .right ul li:nth-child(1) {
  position: relative;
  z-index: 3;
}
.hometh .container .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hometh .container .right ul li .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hometh .container .right ul li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
.hometh .container .right ul li .video video.on {
  opacity: 1;
  z-index: 3;
}
.hometh .container .right ul li.on {
  opacity: 1;
  z-index: 3;
}
.hometh .container .right ul li.on img {
  width: 100%;
  height: 100%;
}
.hometh .container .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .hometh .container .list {
    flex-wrap: wrap;
  }
}
.hometh .container .md-box {
  width: 100%;
  margin-top: 0.8rem;
  display: none;
}
@media (max-width: 991px) {
  .hometh .container .md-box {
    display: block;
  }
}
.hometh .container .md-box ul li {
  width: 100%;
  margin-bottom: 0.6rem;
  background: #fff;
  padding-top: 0.3rem;
}
.hometh .container .md-box ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hometh .container .md-box ul li {
    position: sticky;
    position: -webkit-sticky;
    transform-origin: top left;
  }
  .hometh .container .md-box ul li:nth-child(1) {
    top: 1.5rem;
    padding-bottom: 2.3rem;
  }
  .hometh .container .md-box ul li:nth-child(2) {
    top: 2.8rem;
    margin-top: -2.3rem;
  }
  .hometh .container .md-box ul li:nth-child(3) {
    top: 3.6rem;
  }
}
.hometh .container .md-box ul li .public-img {
  border-radius: 0.15rem;
  margin-top: 0.5rem;
}
.hometh .container .md-box ul li .tbox {
  width: 100%;
}
.hometh .container .md-box ul li .tbox .txt {
  line-height: 1.33333333em;
  height: 1.33333333em;
  color: #666;
  font-weight: bold;
  overflow: hidden;
}
.hometh .container .md-box ul li .tbox .txt p {
  display: flex;
  align-items: flex-start;
  transition: all 0.6s;
  color: #666;
}
@media (max-width: 767px) {
  .hometh .container .md-box ul li .tbox .txt p {
    align-items: center;
  }
}
.hometh .container .md-box ul li .tbox .txt p:nth-child(2) {
  color: #333;
}
.hometh .container .md-box ul li .tbox .txt span {
  margin: 0.07rem 0 0 0.1rem;
  width: 40px;
  height: 22px;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c68643;
  z-index: 2;
  border-radius: 11px;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .hometh .container .md-box ul li .tbox .txt span {
    margin: 0 0 0 0.1rem;
  }
}
.hometh .container .md-box ul li .tbox .title {
  color: #333;
  line-height: 1.33333333em;
  margin-top: 0.12rem;
}
.hometh .container .md-box ul li .tbox .text {
  line-height: 1.625em;
  margin-top: 0.15rem;
  display: none;
}
@keyframes box2imgRun {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.pub_title {
  text-align: center;
}
.pub_title h2 {
  font-weight: bold;
  line-height: 1.1;
}
.homefo {
  position: relative;
  z-index: 200;
  padding: 0.86rem 0;
}
.homefo .box {
  margin: 0.58rem 0;
}
.homefo .box .swiper-slide {
  transform: scale(0.7);
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .homefo .box .swiper-slide {
    transform: scale(0.9);
  }
}
.homefo .box .swiper-slide .homefo_box {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.homefo .box .swiper-slide .homefo_box .homefo_nr {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%,-50%); */
}
.homefo .box .swiper-slide .homefo_box .public-img {
  width: 100%;
  height: 100%;
}
.homefo .box .swiper-slide .homefo_box .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.homefo .box .swiper-slide .homefo_box .public-img:before {
  padding-top: 53.7037037%;
}
.homefo .box .swiper-slide .homefo_box .public-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background: rgba(232, 232, 232, 0.7);
}
.homefo .box .swiper-slide .homefo_box .homefo_con {
  transition: all 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  padding: 0.46rem 0.4rem;
  background: url(../images/home9.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.homefo .box .swiper-slide .homefo_box .homefo_con .txt {
  border-left: 3px solid #c68643;
  padding-left: 0.2rem;
  width: 100%;
  color: #fff;
}
.homefo .box .swiper-slide .homefo_box .homefo_con .txt h3 {
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.homefo .box .swiper-slide .homefo_box .homefo_con .txt h3 svg {
  width: 0.28rem;
  height: auto;
  margin-right: 0.1rem;
}
.homefo .box .swiper-slide .homefo_box .homefo_con .txt h3 svg path {
  fill: #c68643;
}
.homefo .box .swiper-slide .homefo_box .homefo_con .txt p {
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.homefo .box .swiper-slide .homefo_box .video_on {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #c68643;
  cursor: pointer;
}
@media (max-width: 767px) {
  .homefo .box .swiper-slide .homefo_box .video_on {
    top: 30%;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.homefo .box .swiper-slide .homefo_box .video_on:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.homefo .box .swiper-slide .homefo_box .video_on .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  animation: rotate 10s linear infinite;
}
.homefo .box .swiper-slide .homefo_box .video_on .switch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23.33%;
  height: auto;
  margin-left: 0.05rem;
}
@media (max-width: 767px) {
  .homefo .box .swiper-slide .homefo_box .video_on .switch {
    margin-left: 0.03rem;
  }
}
.homefo .box .swiper-slide .homefo_box .video_on .switch path {
  fill: #fff;
}
.homefo .box .swiper-slide-active {
  transform: scale(1);
}
.homefo .box .swiper-slide-active .homefo_box .public-img::after {
  background: none;
}
.homefo .box .swiper-slide-active .homefo_box .homefo_con {
  opacity: 1;
}
.homefo .box .swiper-slide-active .homefo_box .video_on {
  opacity: 1;
}
.homefo .box .g_qie .pub_prev {
  left: 3rem;
}
@media (max-width: 1580px) {
  .homefo .box .g_qie .pub_prev {
    left: 3.7rem;
  }
}
@media screen and (max-width: 1460px) {
  .homefo .box .g_qie .pub_prev {
    left: 3.3rem;
  }
}
@media (max-width: 1260px) {
  .homefo .box .g_qie .pub_prev {
    left: 2.2rem;
  }
}
@media (max-width: 991px) {
  .homefo .box .g_qie .pub_prev {
    display: none;
  }
}
.homefo .box .g_qie .pub_next {
  right: 3rem;
}
@media (max-width: 1580px) {
  .homefo .box .g_qie .pub_next {
    right: 3.7rem;
  }
}
@media screen and (max-width: 1460px) {
  .homefo .box .g_qie .pub_next {
    right: 3.3rem;
  }
}
@media (max-width: 1260px) {
  .homefo .box .g_qie .pub_next {
    right: 2.2rem;
  }
}
@media (max-width: 991px) {
  .homefo .box .g_qie .pub_next {
    display: none;
  }
}
.homefo .homefo_ba {
  text-align: center;
}
.homefo .homefo_ba .pub_a {
  margin: 0 0.15rem;
}
.g_qie .pub_nav {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .g_qie .pub_nav {
    transform: translateY(-50%) scale(0.8);
  }
}
.g_qie .pub_nav:hover {
  background: none;
}
.g_qie .pub_nav:hover .ring_svg svg path {
  fill: #fff;
}
.g_qie .pub_nav:hover .ring_svg svg .x-ba2 {
  opacity: 1;
}
.g_qie .pub_nav:hover .g_jt path {
  fill: #c68643;
}
.g_qie .pub_nav.on .ring_svg svg .x-ba2 {
  /* opacity: 1; */
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}
.g_qie .pub_nav .ring_svg svg {
  vertical-align: top;
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g_qie .pub_nav .ring_svg svg .x-ba1 {
  stroke: #e5e5e5;
}
.g_qie .pub_nav .ring_svg svg .x-ba2 {
  opacity: 1;
  fill: none;
  stroke: #c68643;
  stroke-width: 0.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}
.g_qie .pub_nav .g_jt {
  width: 8px;
  height: auto;
}
.g_qie .pub_nav .g_jt path {
  fill: #999;
  opacity: 1;
}
.g_qie .pub_prev {
  left: 0.8rem;
}
.g_qie .pub_prev .g_jt {
  transform: rotate(180deg);
}
.g_qie .pub_next {
  right: 0.8rem;
}
@media (max-width: 767px) {
  .homefi .pub_title {
    padding: 0 5%;
  }
}
.homefi .box {
  margin-top: 0.58rem;
}
.homefi .box .box2 {
  position: relative;
  margin-bottom: 0.45rem;
}
@media (max-width: 991px) {
  .homefi .box .box2 {
    margin-bottom: 1rem;
  }
}
.homefi .box .box2 .resth_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .homefi .box .box2 .resth_box {
    flex-direction: column;
    justify-content: center;
  }
}
.homefi .box .box2 .resth_box .public-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 39.28%;
}
@media (max-width: 767px) {
  .homefi .box .box2 .resth_box .public-img {
    position: initial;
    transform: translateY(0%);
    width: 100%;
    border-radius: 0;
  }
}
.homefi .box .box2 .resth_box .public-img:before {
  padding-top: 65.45454545%;
}
.homefi .box .box2 .resth_box .txt {
  min-height: 4.4rem;
  width: 67.14%;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e9ecf0;
  border-radius: 0.2rem;
  padding: 0 1.05rem 0 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  backdrop-filter: saturate(180%) blur(20px);
}
@media (max-width: 1580px) {
  .homefi .box .box2 .resth_box .txt {
    min-height: 6.2rem;
  }
}
@media (max-width: 1280px) {
  .homefi .box .box2 .resth_box .txt {
    min-height: 5.8rem;
  }
}
@media (max-width: 1260px) {
  .homefi .box .box2 .resth_box .txt {
    min-height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .homefi .box .box2 .resth_box .txt {
    padding: 0.3rem 0.6rem 0.3rem 0.4rem;
    min-height: 4.5rem;
  }
}
@media (max-width: 767px) {
  .homefi .box .box2 .resth_box .txt {
    min-height: auto;
    width: 100%;
    border-radius: 0;
    padding: 0.3rem;
  }
}
.homefi .box .box2 .resth_box .txt .txt_nr {
  position: relative;
}
.homefi .box .box2 .resth_box .txt .txt_nr .txt_yh img {
  width: 0.56rem;
  position: absolute;
}
.homefi .box .box2 .resth_box .txt .txt_nr .txt_yh .img1 {
  left: -1rem;
  top: -0.12rem;
}
@media (max-width: 991px) {
  .homefi .box .box2 .resth_box .txt .txt_nr .txt_yh .img1 {
    display: none;
  }
}
.homefi .box .box2 .resth_box .txt .txt_nr .txt_yh .img2 {
  right: -0.45rem;
  bottom: -0.08rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .homefi .box .box2 .resth_box .txt .txt_nr .txt_yh .img2 {
    display: none;
  }
}
.homefi .box .box2 .resth_box .txt .txt_box {
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .homefi .box .box2 .resth_box .txt .txt_box {
    margin-bottom: 0.5rem;
  }
}
.homefi .box .box2 .resth_box .txt .txt_box h3 {
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.homefi .box .box2 .resth_box .txt .txt_box p {
  color: #666;
  line-height: 1.875;
}
.homefi .box .box2 .resth_box .txt .txt_tw {
  display: flex;
  align-items: center;
}
.homefi .box .box2 .resth_box .txt .txt_tw .img {
  margin-right: 0.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 0.54rem;
  height: 0.54rem;
}
@media (max-width: 767px) {
  .homefi .box .box2 .resth_box .txt .txt_tw .img {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.homefi .box .box2 .resth_box .txt .txt_tw .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homefi .box .box2 .resth_box .txt .txt_tw .txt_tw_box h4 {
  color: #666;
}
.homefi .box .box2 .resth_box .txt .txt_tw .txt_tw_box p {
  color: #999;
}
.homefi .box .box2 .pub_prev {
  left: -1rem;
}
@media (max-width: 1260px) {
  .homefi .box .box2 .pub_prev {
    display: none;
  }
}
.homefi .box .box2 .pub_next {
  right: -1rem;
}
@media (max-width: 1260px) {
  .homefi .box .box2 .pub_next {
    display: none;
  }
}
@media (max-width: 1580px) {
  .homesi {
    padding-bottom: 0.4rem;
  }
}
.homesi .box {
  position: relative;
}
.homesi .box .bj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 500px;
  height: 340px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 991px) {
  .homesi .box .bj1 {
    display: none;
  }
}
.homesi .box .bj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 340px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(270deg, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
@media (max-width: 991px) {
  .homesi .box .bj2 {
    display: none;
  }
}
.homesi .box .item {
  display: flex;
  margin-bottom: 0.18rem;
}
.homesi .box .item .img {
  overflow: hidden;
  margin-right: 0.18rem;
  display: inline-block;
  width: 250px;
  height: 120px;
  border: 1px solid #e0e0e0;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .homesi .box .item .img {
    width: 200px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .homesi .box .item .img {
    width: 125px;
    height: 60px;
  }
}
.homesi .box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homese {
  padding: 1.2rem 0 0;
}
@media (max-width: 767px) {
  .homese {
    padding: 0.8rem 0 0;
  }
}
.homese .box {
  margin-bottom: 0.4rem;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
.homese .box .item {
  align-items: center;
  display: flex;
  overflow: initial;
}
.homese .box .item p {
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.35rem;
  color: #c68643;
}
.homese .box .item p:nth-child(2n) {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #c68643;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.homese .form_b form {
  text-align: center;
}
.homese .form_b form .inp {
  margin-top: 0.36rem;
  display: flex;
  justify-content: center;
}
.homese .form_b form .inp .inp_box {
  width: 3rem;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 0.1rem;
  height: 0.54rem;
  padding-left: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #999999;
}
@media (max-width: 1580px) {
  .homese .form_b form .inp .inp_box {
    height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .homese .form_b form .inp .inp_box {
    height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.homese .form_b form .inp .inp_box input {
  width: 100%;
}
.homese .form_b form .inp .inp_box .inp_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  left: 0;
  top: 0;
  pointer-events: none;
}
.homese .form_b form .inp .inp_box .inp_txt p {
  color: #333;
}
.homese .form_b form .inp .inp_box .inp_txt p span {
  margin-left: 8px;
  color: #ec2e2e;
}
.homese .form_b form .b_but {
  position: relative;
  transform: translateY(0.29rem);
}
.homese .form_b form .b_but .but_on {
  transition: all 0.4s;
  margin-top: 0.31rem;
  position: relative;
  z-index: 20;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #c68643;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .homese .form_b form .b_but .but_on {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.homese .form_b form .b_but .but_on:hover {
  transform: scale(0.9);
}
.homese .form_b form .b_but .but_on .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  animation: rotate 10s linear infinite;
}
.homese .form_b form .b_but .but_on p {
  color: #fff;
}
@media (max-width: 767px) {
  .homese .form_b form .b_but .but_on p {
    font-size: 12px;
  }
}
.homese .form_b form .b_but .bimg {
  position: absolute;
  bottom: -0.18rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.34rem;
  height: auto;
}
@media (max-width: 1580px) {
  .homese .form_b form .b_but .bimg {
    width: 1.54rem;
    bottom: -0.24rem;
  }
}
@media (max-width: 767px) {
  .homese .form_b form .b_but .bimg {
    bottom: -0.24rem;
  }
}
footer {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
footer a:hover {
  color: #c68643 !important;
}
footer .foot_t {
  padding: 0.92rem 0 0.8rem;
}
@media (max-width: 767px) {
  footer .foot_t {
    display: none;
  }
}
footer .foot_t ul {
  display: flex;
  justify-content: center;
  padding: 0 0 0 1.4rem;
}
@media (max-width: 991px) {
  footer .foot_t ul {
    padding: 0 0 0 0.5rem;
  }
}
footer .foot_t ul li {
  width: 2.6rem;
  padding-right: 0.2rem;
}
footer .foot_t ul li .t_a {
  margin-bottom: 0.24rem;
}
footer .foot_t ul li .t_a a {
  font-weight: bold;
}
footer .foot_t ul li .t_a a:hover {
  color: #333 !important;
}
footer .foot_t ul li .b_a a {
  margin-bottom: 0.08rem;
  color: #666;
  display: block;
}
@media (max-width: 767px) {
  footer .foot_b {
    padding: 1rem 0 0;
  }
}
footer .foot_b .tit {
  margin-bottom: 0.32rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .foot_b .tit::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  bottom: 0.12rem;
}
footer .foot_b .tit .tit_box {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 0.44rem;
  background: #f5f5f5;
}
footer .foot_b .tit p {
  font-weight: bold;
}
footer .foot_b .tit p span {
  color: #c68643;
}
footer .foot_b .foot_bb {
  padding-bottom: 0.52rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  footer .foot_b .foot_bb {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
footer .foot_b .foot_bb .g_l {
  width: 42.85714286%;
  padding: 0.1rem 0.2rem 0 0;
}
@media (max-width: 1580px) {
  footer .foot_b .foot_bb .g_l {
    width: 41.857143%;
  }
}
@media (max-width: 1260px) {
  footer .foot_b .foot_bb .g_l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_l {
    padding: 0;
  }
}
footer .foot_b .foot_bb .g_l .t_p {
  display: flex;
  margin-bottom: 0.18rem;
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_l .t_p {
    justify-content: center;
  }
}
@media (max-width: 1260px) {
  footer .foot_b .foot_bb .g_l .t_p {
    flex-direction: column;
  }
}
footer .foot_b .foot_bb .g_l .t_p p {
  margin-right: 0.18rem;
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_l .t_p p {
    margin: 0;
  }
}
footer .foot_b .foot_bb .g_l .t_a {
  display: flex;
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_l .t_a {
    justify-content: center;
  }
}
footer .foot_b .foot_bb .g_l .t_a a {
  color: #999;
  line-height: 1;
  padding-right: 0.15rem;
  margin-right: 0.15rem;
  border-right: 1px solid #b3b3b3;
}
footer .foot_b .foot_bb .g_l .t_a a:last-child {
  border: none;
}
footer .foot_b .foot_bb .g_m {
  width: 14.28571429%;
}
@media (max-width: 1580px) {
  footer .foot_b .foot_bb .g_m {
    width: 15.285714%;
  }
}
@media (max-width: 1260px) {
  footer .foot_b .foot_bb .g_m {
    width: 100%;
    order: 1;
    margin-bottom: 0.2rem;
  }
}
footer .foot_b .foot_bb .g_m .b_ewm {
  display: flex;
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_m .b_ewm {
    justify-content: center;
  }
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box {
  margin: 0 0.09rem;
  position: relative;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
  transform: translateX(-50%) scale(1);
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  bottom: 224%;
  left: 50%;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 100;
  transform: translateX(-50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 171px;
  height: 100px;
  /* padding: 5px;*/
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_ewm {
    width: 100px;
    height: 100px;
  }
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con:hover .img1_svg {
  background: #c68643;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con:hover .img1_svg svg path {
  fill: #fff;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con .img1_svg {
  background: #fff;
  border-radius: 50%;
  width: 0.38rem;
  height: 0.38rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con .img1_svg {
    width: 0.55rem;
    height: 0.55rem;
  }
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con .img1_svg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con .img1_svg svg {
  width: 52.63157895%;
  height: auto;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con .img1_svg svg path {
  transition: all 0.4s;
  fill: #8e8e8e;
}
footer .foot_b .foot_bb .g_m .b_ewm .foot_t_r_box .foot_t_r_con p {
  margin-top: 0.1rem;
  color: #999;
}
footer .foot_b .foot_bb .g_r {
  text-align: right;
  padding: 0.1rem 0 0 0.2rem;
  width: 42.85714286%;
}
@media (max-width: 1260px) {
  footer .foot_b .foot_bb .g_r {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_r {
    text-align: center;
    padding: 0;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_r {
    margin-bottom: 0;
  }
}
footer .foot_b .foot_bb .g_r .t_p {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.18rem;
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_r .t_p {
    justify-content: center;
  }
}
footer .foot_b .foot_bb .g_r .t_a {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  footer .foot_b .foot_bb .g_r .t_a {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  footer .foot_b .foot_bb .g_r .t_a {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_r .t_a {
    flex-direction: column;
  }
}
footer .foot_b .foot_bb .g_r .t_a a {
  color: #999;
  line-height: 1;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  footer .foot_b .foot_bb .g_r .t_a a {
    margin: 0 0 0.2rem 0;
  }
}
.right-pop {
  width: 0.6rem;
  position: fixed;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media (max-width: 1580px) {
  .right-pop {
    width: 0.7rem;
  }
}
@media (max-width: 767px) {
  .right-pop {
    display: none !important;
  }
}
.right-pop .box1 {
  width: 0.6rem;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.07rem 0.12rem;
}
@media (max-width: 1580px) {
  .right-pop .box1 {
    width: 0.7rem;
    padding: 0.14rem 0.07rem;
  }
}
.right-pop .box1 a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.09rem;
  position: relative;
}
.right-pop .box1 a:last-child {
  border-bottom: none;
}
.right-pop .box1 a .icons {
  width: 0.46rem;
  height: 0.46rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.right-pop .box1 a .icons img {
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  z-index: 2;
}
.right-pop .box1 a .icons svg {
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  z-index: 2;
}
.right-pop .box1 a .icons svg path {
  fill: #c68643;
}
.right-pop .box1 a .icons.icons1 {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #c68643;
  margin: 0 auto 0.16rem;
}
.right-pop .box1 a .icons.icons1::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(198, 134, 67, 0.8);
  border: 1px solid #c68643;
  animation: yuanRun 2s infinite linear;
}
.right-pop .box1 a .icons.icons1::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(198, 134, 67, 0.8);
  border: 1px solid #c68643;
  animation: yuanRun 2s 1s infinite linear;
}
.right-pop .box1 a .icons.icons1 img {
  width: 0.2rem;
  height: 0.2rem;
}
.right-pop .box1 a .icons.icons1 svg {
  width: 0.18rem;
  height: 0.2rem;
}
.right-pop .box1 a .icons.icons1 svg path {
  fill: #fff;
}
.right-pop .box1 a .icons.icons2 svg {
  animation: iconRun 1.2s infinite linear;
}
.right-pop .box1 a .txt {
  line-height: 1.28571429em;
  color: #505050;
  text-align: center;
  transition: all 0.4s;
}
.right-pop .box1 a .tel-pop {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.27rem;
  display: none;
}
.right-pop .box1 a .tel-pop .box {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.2rem;
  position: relative;
}
.right-pop .box1 a .tel-pop .box::before {
  content: '';
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.right-pop .box1 a .tel-pop .box::after {
  content: '';
  border-left: 0.1rem solid rgba(0, 0, 0, 0.06);
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%);
}
.right-pop .box1 a .tel-pop .box .ts {
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.1rem;
  white-space: nowrap;
}
.right-pop .box1 a .tel-pop .box .ts:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.right-pop .box1 a .tel-pop .box .ts span {
  line-height: 1.71428571em;
  color: #505050;
}
.right-pop .box1 a .tel-pop .box .ts p {
  line-height: 1.125em;
  color: #c68643;
}
.right-pop .box1 a:hover .tel-pop {
  display: block;
}
.right-pop .box1 a:hover .txt {
  color: #c68643;
}
.right-pop .gotop {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  background: #fff;
  margin-top: 0.13rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .right-pop .gotop {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.right-pop .gotop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #c68643;
  border-radius: 50%;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.right-pop .gotop svg {
  width: 0.25rem;
  height: auto;
  position: relative;
  z-index: 2;
}
.right-pop .gotop svg path {
  fill: #c68643;
  transition: all 0.4s;
}
.right-pop .gotop:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
}
.right-pop .gotop:hover svg path {
  fill: #fff;
}
@keyframes iconRun {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.leaguebox-sec1 > .container:before {
  box-shadow: 0 -0.3rem 0.3rem rgba(174, 95, 13, 0.05) !important;
}
.leaguebanner .cont .font .pub_a {
  margin-top: 0.36rem;
}
/* 平台合作 */
@media (max-width: 767px) {
  .g_tpub .container::before {
    display: none !important;
  }
}
.gplaon {
  padding: 0 0.8rem 0.6rem;
  margin-top: 0.98rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .gplaon {
    padding: 0;
  }
}
.gplaon .box {
  margin-bottom: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.gplaon .box .item {
  overflow: hidden;
  width: calc((100% - 1.2rem)/3);
  border: 1px solid #d7d7d7;
  border-radius: 0.1rem;
  margin: 0 0.6rem 0.6rem 0;
}
@media (max-width: 991px) {
  .gplaon .box .item {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .gplaon .box .item {
    width: 100%;
    margin-right: 0;
  }
}
.gplaon .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .gplaon .box .item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .gplaon .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
.gplaon .box .item .public-img {
  border-bottom: 1px solid #d7d7d7;
}
.gplaon .box .item .public-img:before {
  padding-top: 46.00938967%;
}
.gplaon .box .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.38rem 0.3rem 0.4rem;
}
.gplaon .box .item .txt .pub_a {
  background: #fff;
}
.gplaon .box .item .txt .pub_a:hover {
  background: #c68643;
}
.gplaon .box .item .txt .g_p p {
  line-height: 1.625;
  margin-bottom: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 6.5em;
  color: #666;
}
.gplaon .box .item .txt .three .g_t {
  margin-bottom: 0.14rem;
}
.gplaon .box .item .txt .three .g_t p {
  font-weight: bold;
}
.gplaon .box .item .txt .three .g_pbox {
  margin-bottom: 0.3rem;
}
.gplaon .box .item .txt .three .g_pbox p {
  margin-bottom: 0.08rem;
  display: block;
  position: relative;
  padding-left: 20px;
  color: #666;
}
.gplaon .box .item .txt .three .g_pbox p:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c68643;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .gplaon .box .item .txt .three .g_pbox p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
.page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .page_jump {
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
}
.page .page_jump input {
  margin: 0 0.11rem 0 0.2rem;
  border: 1px solid #ddd;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0 0.1rem;
  color: #c68643;
}
.page a {
  height: 0.5rem;
  min-width: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.05rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page a {
    font-size: 0.28rem;
  }
}
.page a.prev img,
.page a.prev svg {
  transform: rotate(180deg);
  margin-right: 5px;
}
.page a.next img,
.page a.next svg {
  margin-left: 5px;
}
.page a:hover {
  color: #fff;
  border-color: #c68643;
  background: #c68643;
}
.page a:hover p {
  color: #fff;
}
.page a:hover svg path {
  fill: #fff;
}
.page a img,
.page a svg {
  width: 6px;
  height: auto;
}
@media (max-width: 767px) {
  .page a img,
  .page a svg {
    width: 5px;
  }
}
.page a .img2 {
  display: none;
}
.page a svg path {
  fill: #999;
}
.page .active {
  color: #fff;
  border-color: #c68643;
  background: #c68643;
}
.page .active p {
  color: #fff;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
}
@keyframes moveq {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
.curtain_no1 .curtain_box .g_del {
  cursor: pointer;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
}
.curtain_no1 .curtain_box .g_del path {
  fill: #fff;
}
.curtain_no1 .curtain_box .curtain_con {
  width: 300px;
  background: #fff url(../images/pla_tc2.jpg) no-repeat;
  background-position: top;
  padding: 0.5rem 0.1rem 0.35rem;
  position: relative;
  text-align: center;
}
.curtain_no1 .curtain_box .curtain_con .g_dhf {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -79px;
  width: 143px;
  height: auto;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_t {
  margin: 0 auto 0.44rem;
  position: relative;
  text-align: center;
  width: 137px;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_t img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  border-radius: 0.08rem;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_t i {
  border-radius: 0.08rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(198, 134, 67, 0.5);
}
.curtain_no1 .curtain_box .curtain_con .plaTc_t .i1 {
  animation: moveq 2s infinite linear;
  -webkit-animation: moveq 2s infinite linear;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_t .i2 {
  animation: moveq 2s infinite linear;
  -webkit-animation: moveq 2s infinite linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_b {
  font-weight: bold;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_b .g_p {
  margin-bottom: 0.05rem;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_b .g_p p span {
  color: #c68643;
}
.curtain_no1 .curtain_box .curtain_con .plaTc_b .g_p2 p span {
  font-size: 18px;
  padding: 2px 15px;
  background: #c68643;
  color: #fff;
  border-radius: 100px;
}
.gecoon .box .item .txt .three .gecoon_lab {
  margin-bottom: 0.95rem;
  display: flex;
  flex-wrap: wrap;
}
.gecoon .box .item .txt .three .gecoon_lab span {
  padding: 3px 6px;
  background: #fcebd9;
  color: #c68643;
  margin: 0 0.1rem 0.05rem 0;
  border-radius: 3px;
  font-size: 12px;
}
.gecoon .box .item .txt .three .gecoon_lab span:last-child {
  margin-right: 0;
}
.gecotw {
  padding-top: 0.6rem;
}
.gecotw .box {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.gecotw .box .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .gecotw .box .img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.gecotw .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gecotw .box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .gecotw .box .txt {
    position: relative;
  }
}
@media (max-width: 767px) {
  .gecotw .box .txt {
    background: rgba(0, 0, 0, 0.3);
  }
}
.gecotw .box .txt .txt2 {
  padding-right: 1.3rem;
  width: 5.42rem;
}
@media (max-width: 1580px) {
  .gecotw .box .txt .txt2 {
    width: 6.5rem;
  }
}
@media (max-width: 991px) {
  .gecotw .box .txt .txt2 {
    width: 50%;
    padding: 0.4rem 0.4rem 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .gecotw .box .txt .txt2 {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.gecotw .box .txt .txt2 .txt_t {
  margin-bottom: 0.55rem;
}
.gecotw .box .txt .txt2 .txt_t h2 {
  line-height: 1;
  margin-bottom: 0.22rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gecotw .box .txt .txt2 .txt_t h2 {
    color: #fff;
  }
}
.gecotw .box .txt .txt2 .txt_t p {
  color: #666;
}
@media (max-width: 767px) {
  .gecotw .box .txt .txt2 .txt_t p {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .gecotw .box .txt .txt2 .txt_a .pub_a {
    margin-bottom: 0.1rem;
  }
}
.gecotw .box .txt .txt2 .txt_a .pub_a2 {
  margin-right: 0.2rem;
}
.gecoInfo_box {
  padding: 1.1rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .gecoInfo_box {
    flex-direction: column;
    padding: 1.1rem 0 0.8rem;
  }
}
.gecoInfo_box .left {
  width: 64.28571429%;
}
@media (max-width: 767px) {
  .gecoInfo_box .left {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.gecoInfo_box .left .l_t {
  min-height: 4.87rem;
  padding-bottom: 0.2rem;
}
.gecoInfo_box .left .l_t .x-tit {
  margin-bottom: 0.26rem;
  align-items: center;
  display: flex;
}
.gecoInfo_box .left .l_t .x-tit img {
  width: 2.55rem;
  margin: 0 0.2rem 0 0;
}
.gecoInfo_box .left .l_t .x-tit .txt_r {
  display: flex;
  flex-direction: column;
}
.gecoInfo_box .left .l_t .x-tit .txt_r span {
  padding: 3px 6px;
  background: #fcebd9;
  color: #c68643;
  margin: 0 0.1rem 0.05rem 0;
  border-radius: 3px;
  font-size: 12px;
}
.gecoInfo_box .left .l_t p {
  font-weight: bold;
}
.gecoInfo_box .left .l_b {
  padding-top: 0.44rem;
  border-top: 1px solid #e5e5e5;
}
.gecoInfo_box .left .l_b h2 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.gecoInfo_box .left .l_b .g_p {
  padding-right: 0.1rem;
}
.gecoInfo_box .left .l_b .g_p p {
  color: #666;
}
.gecoInfo_box .right {
  width: 29.5%;
  border-radius: 0.1rem;
  background: #f7f7f7;
  padding: 0.4rem 0.4rem 0.5rem;
}
@media (max-width: 767px) {
  .gecoInfo_box .right {
    width: 100%;
  }
}
.gecoInfo_box .right .img {
  width: 1.42rem;
  height: 1.42rem;
  border-radius: 0.08rem;
  padding: 0.07rem;
  margin-bottom: 0.38rem;
  background: #fff;
  box-shadow: 0 0 0.1rem #ddd;
}
@media (max-width: 767px) {
  .gecoInfo_box .right .img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.gecoInfo_box .right .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gecoInfo_box .right .txt .txt_t {
  margin-bottom: 0.12rem;
}
.gecoInfo_box .right .txt .txt_t p {
  line-height: 1.7;
  font-weight: bold;
}
.gecoInfo_box .right .txt .g_p p {
  margin-bottom: 0.08rem;
  display: block;
  position: relative;
  padding-left: 10px;
  color: #666;
}
.gecoInfo_box .right .txt .g_p p:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c68643;
  left: 0;
  top: 10px;
}
@media (max-width: 1580px) {
  .gecoInfo_box .right .txt .g_p p:after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}
/* 先进供应链 */
.gsupon {
  padding: 1rem 0.8rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .gsupon {
    padding: 1rem 0 0;
  }
}
.gsupon .box {
  padding-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.gsupon .box .item {
  overflow: hidden;
  width: calc((100% - 1.2rem)/3);
  border: 1px solid #d7d7d7;
  border-radius: 0.1rem;
  margin: 0 0.6rem 0.6rem 0;
}
@media (max-width: 991px) {
  .gsupon .box .item {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .gsupon .box .item {
    width: 100%;
    margin-right: 0;
  }
}
.gsupon .box .item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .gsupon .box .item:nth-child(3n) {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .gsupon .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
.gsupon .box .item:hover .img .video_on {
  opacity: 1;
}
.gsupon .box .item:hover img {
  transform: scale(1.05);
}
.gsupon .box .item .img {
  position: relative;
}
.gsupon .box .item .img .public-img:before {
  padding-top: 56.33802817%;
}
.gsupon .box .item .img .video_on {
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #c68643;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gsupon .box .item .img .video_on {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.gsupon .box .item .img .video_on:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.gsupon .box .item .img .video_on .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  animation: rotate 10s linear infinite;
}
.gsupon .box .item .img .video_on .switch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 23.33%;
  height: auto;
  margin-left: 0.05rem;
}
@media (max-width: 767px) {
  .gsupon .box .item .img .video_on .switch {
    margin-left: 0.03rem;
  }
}
.gsupon .box .item .img .video_on .switch path {
  fill: #fff;
}
.gsupon .box .item .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.36rem 0.2rem;
}
.gsupon .box .item .txt .txt_box h3 {
  margin-bottom: 0.05rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.gsupon .box .item .txt .txt_box h3 svg {
  width: 22px;
  height: auto;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .gsupon .box .item .txt .txt_box h3 svg {
    width: 0.34rem;
  }
}
.gsupon .box .item .txt .txt_box h3 svg path {
  fill: #c68643;
}
.gsupon .box .item .txt .txt_box p {
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
.gsupon .box .item .txt .pub_a {
  margin-top: 0.55rem;
}
.gsupon .box .item .txt .pub_a:hover {
  background: #c68643;
}
.gserth {
  position: relative;
  background: #fcfbf9;
  padding: 1.3rem 0 1.38rem;
  overflow: hidden;
}
.gserth .bg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.gserth .bg img {
  width: 100%;
}
.gserth .bg video {
  width: 105%;
  object-fit: cover;
  margin-left: -3px;
}
.gserth .container {
  position: relative;
  z-index: 10;
  /* padding: 0 0.8rem; */
}
.gserth .container .box {
  margin-top: 0.6rem;
}
.gserth .container .box .gserth_kp {
  margin-bottom: 0.56rem;
}
.gserth .container .box .gserth_kp .gserth_kp_box {
  margin-top: 0.6rem;
  display: flex;
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_kp .gserth_kp_box {
    flex-direction: column;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item {
  width: 50%;
  height: 6.8rem;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-right: 0.5rem;
  transition: all 0.4s;
  cursor: auto;
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_kp .gserth_kp_box .item {
    width: 100% !important;
    margin-bottom: 0.4rem;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item:last-child {
  margin-right: 0;
}
.gserth .container .box .gserth_kp .gserth_kp_box .item.on {
  width: 70%;
  flex-shrink: 0;
}
.gserth .container .box .gserth_kp .gserth_kp_box .item.on .txt {
  background: rgba(0, 0, 0, 0.1);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem 0.4rem;
}
.gserth .container .box .gserth_kp .gserth_kp_box .item.on .txt svg {
  width: 0.6rem;
}
@media (max-width: 1580px) {
  .gserth .container .box .gserth_kp .gserth_kp_box .item.on .txt svg {
    width: 60px;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item.on .txt p {
  width: auto;
  font-size: 30px;
}
@media (max-width: 1580px) {
  .gserth .container .box .gserth_kp .gserth_kp_box .item.on .txt p {
    font-size: 24px;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item .img {
  width: 100%;
  height: 100%;
}
.gserth .container .box .gserth_kp .gserth_kp_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gserth .container .box .gserth_kp .gserth_kp_box .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.6rem 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_kp .gserth_kp_box .item .txt {
    background: rgba(0, 0, 0, 0.1);
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0.36rem 0.4rem;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item .txt p {
  width: 1em;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_kp .gserth_kp_box .item .txt p {
    width: auto;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item .txt svg {
  margin-bottom: 0.14rem;
  width: 0.4rem;
  height: auto;
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_kp .gserth_kp_box .item .txt svg {
    width: 0.6rem;
  }
}
.gserth .container .box .gserth_kp .gserth_kp_box .item .txt svg path {
  fill: #fff;
}
.gserth .container .box .gserth_ico {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_ico {
    justify-content: space-between;
  }
}
.gserth .container .box .gserth_ico .item {
  width: calc((100% - 0.8rem)/5);
  margin: 0 0.2rem 0.3rem 0;
  /* border: 1px solid #e5e5e4; */
  border-radius: 0.1rem;
  /* padding: 0.1rem 0.09rem; */
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .gserth .container .box .gserth_ico .item {
    width: calc((100% - 0.4rem)/3);
  }
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_ico .item {
    width: calc((100% - 0.2rem)/2);
    margin-right: 0 !important;
  }
}
.gserth .container .box .gserth_ico .item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .gserth .container .box .gserth_ico .item:nth-child(5n) {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .gserth .container .box .gserth_ico .item:nth-child(3n) {
    margin-right: 0;
  }
}
.gserth .container .box .gserth_ico .item .l_svg {
  border-radius: 0.1rem;
  background: #f6efe6;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gserth .container .box .gserth_ico .item .l_svg svg {
  width: 56%;
  height: auto;
}
.gserth .container .box .gserth_ico .item .l_svg svg path {
  fill: #c68643;
}
.gserth .container .box .gserth_ico .item .txt {
  margin-left: 0.2rem;
}
@media (max-width: 1580px) {
  .gserth .container .box .gserth_ico .item .txt p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .gserth .container .box .gserth_ico .item .txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gserth .container .box .gserth_ico .item .txt p {
    font-size: 12px;
  }
}
.gserfo {
  position: relative;
}
.gserfo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gserfo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gserfo .box {
  position: relative;
  z-index: 10;
  padding: 1.38rem 0;
}
.gserfo .box .pub_title h2 {
  color: #fff;
}
.gserfo .box .gserfo_box {
  margin: 1.2rem 0 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .gserfo .box .gserfo_box {
    flex-wrap: wrap;
  }
}
.gserfo .box .gserfo_box .item {
  margin: 0 0.17rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #838383;
  backdrop-filter: saturate(180%) blur(5px);
}
@media (max-width: 991px) {
  .gserfo .box .gserfo_box .item {
    margin: 0 0.3rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .gserfo .box .gserfo_box .item {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0.2rem 0.2rem 0;
  }
}
.gserfo .box .gserfo_box .item img {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .gserfo .box .gserfo_box .item img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.gserfo .box .gserfo_box .item p {
  text-align: center;
  padding: 0 0.2rem;
  color: #fff;
}
@media (max-width: 1580px) {
  .gserfo .box .gserfo_box .item p {
    font-size: 14px;
  }
}
.gserfi {
  padding: 1.65rem 0 0.9rem;
}
@media (max-width: 767px) {
  .gserfi {
    padding: 1.2rem 0 1rem;
  }
}
.gserfi .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gserfi .box {
    flex-direction: column-reverse;
  }
}
.gserfi .box .left {
  width: 50%;
  padding: 1rem 1rem 0 0;
}
@media (max-width: 767px) {
  .gserfi .box .left {
    width: 100%;
    padding: 0.5rem 0 0;
  }
}
.gserfi .box .left .txt {
  margin-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .gserfi .box .left .txt {
    margin-bottom: 0.6rem;
  }
}
.gserfi .box .left .txt h2 {
  font-weight: bold;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.gserfi .box .left .txt p {
  color: #666;
}
.gserfi .box .right {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .gserfi .box .right {
    width: 100%;
  }
}
.gserfi .box .right.on i {
  right: -0.5rem;
  bottom: -0.52rem;
}
.gserfi .box .right img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 5.48rem;
  border-radius: 0.1rem;
}
.gserfi .box .right i {
  display: block;
  position: absolute;
  width: calc(100% - 0.8rem);
  height: 4.62rem;
  border-radius: 0.1rem;
  background: #faf1e8;
  right: 0;
  bottom: 0;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .gserfi .box .right i {
    display: none;
  }
}
/* 综合解决方案 */
.ginton {
  padding: 1rem 0.8rem 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .ginton {
    padding: 1rem 0 0;
  }
}
.ginton .box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
.ginton .box .item {
  position: relative;
  width: calc((100% - 0.4rem)/3);
  margin: 0 0.2rem 0.58rem 0;
  border: 1px solid #e1e1e1;
  border-radius: 0.1rem;
  padding: 0.09rem 0.09rem 0.45rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .ginton .box .item {
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
}
.ginton .box .item:hover {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 0 0.51rem rgba(216, 209, 202, 0.32);
}
.ginton .box .item:nth-child(3n) {
  margin-right: 0;
}
.ginton .box .item .img {
  margin-bottom: 0.15rem;
}
.ginton .box .item .img .public-img {
  border-radius: 0.1rem;
}
.ginton .box .item .img .public-img:before {
  padding-top: 50.57471264%;
}
.ginton .box .item .txt {
  padding: 0 0.1rem;
}
.ginton .box .item .c-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  pointer-events: none;
  width: 1.2rem;
  height: 1.2rem;
}
.ginton .box .item .c-box .but_on {
  transition: all 0.4s;
  margin-top: 0.31rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #c68643;
  cursor: pointer;
}
.ginton .box .item .c-box .but_on .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  animation: rotate 10s linear infinite;
}
.ginton .box .item .c-box .but_on p {
  color: #fff;
}
@media (max-width: 767px) {
  .ginton .box .item .c-box .but_on p {
    font-size: 12px;
  }
}
#hi-video-pop .hi-close:hover {
  background: #c68643;
}
.leaguebanner {
  overflow: hidden;
}
.leaguebanner .bag::after {
  content: '';
  position: absolute;
  background-image: url('../images/banner_bj2.png');
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .leaguebanner .bag::after {
    background-image: url('../images/banner_bj3.png');
  }
}
/* 网站地图 */
.siteon {
  padding: 1rem 0 0;
}
.siteon .box {
  margin-top: 0.6rem;
}
.siteon .box .item {
  padding: 0.46rem 0 0.36rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
}
@media (max-width: 991px) {
  .siteon .box .item {
    flex-direction: column;
  }
}
.siteon .box .item .g_l {
  width: 20.57%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .siteon .box .item .g_l {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.siteon .box .item .g_l a {
  margin-bottom: 0.1rem;
}
.siteon .box .item .g_r {
  display: flex;
  flex-wrap: wrap;
}
.siteon .box .item .g_r li {
  margin: 0 0.35rem 0.1rem 0;
}
.crumbs_pub {
  width: 100%;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.36rem 0;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.16rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #c68643;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 6px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #999;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #fff;
  margin-right: 0.12rem;
}
/* 隐私政策 */
.prion {
  padding: 0.55rem 0 0;
}
.prion .pub_title {
  margin-bottom: 0.5rem;
}
.prion .pub_title h2 {
  margin-bottom: 0.18rem;
}
.prion .pub_title .g_p {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .prion .pub_title .g_p {
    flex-direction: column;
  }
}
.prion .pub_title .g_p p {
  width: auto;
  color: #999;
  margin: 0 0.2rem;
}
.prion .box {
  margin-top: 0.54rem;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .prion .box {
    padding: 0;
  }
}
.prion .box p {
  color: #666;
}

#logoImgSizs .public-img{
  background: #FFF;

}
#logoImgSizs .public-img > img{
  position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -85px;
    width: 170px;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#logoImgSizs img{
  width: 170px;

}

#udesk_container {
  display: none;
}

.titHeight{
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}