* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #cf8d30;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url('../fonts/POPPINS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/D-DINCondensed-Bold.eot');
  src: url('../fonts/D-DINCondensed-Bold.oft');
  src: url('../fonts/D-DINCondensed-Bold.ttf');
  src: url('../fonts/D-DINCondensed-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myfont2';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.eot');
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.oft');
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OPPOSANS-R';
  src: url('../fonts/OPPOSANS-R.eot');
  src: url('../fonts/OPPOSANS-R.oft');
  src: url('../fonts/OPPOSANS-R.ttf');
  src: url('../fonts/OPPOSANS-R.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 15.2rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #666;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
  }
}
.circle {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #cf8d30;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #cf8d30;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 0.8rem !important;
  position: fixed;
}
.fixed .nav li {
  line-height: 0.8rem;
}
.fixed .nav .subnav {
  top: 0.8rem;
}
.header {
  height: 1rem;
  transition: all 334ms ease;
  box-shadow: 0 0 0.1rem rgba(30, 80, 174, 0.1);
  background: #fff;
}
.header > .container {
  display: flex;
  align-items: center;
  max-width: 17.4rem;
  justify-content: space-between;
}
.header .logo {
  z-index: 1;
  display: block;
  transition: all .5s;
}
.header .logo img {
  max-height: 0.34rem;
  position: relative;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    z-index: 999;
  }
  .header > .container {
    height: 60px;
    max-width: 640px;
  }
  .header .logo img {
    max-height: 22px;
  }
}
.nav ul {
  display: flex;
}
.nav li {
  transition: all 500ms ease;
  position: relative;
  font-size: 0.18rem;
  line-height: 1rem;
}
.nav li > a {
  color: #333;
  display: block;
  padding: 0 0.4rem;
  position: relative;
}
.nav li > a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  position: absolute;
  background: #fde5c2;
  transform-origin: top center;
  transition: all 334ms ease;
}
.nav li span {
  z-index: 3;
  position: relative;
}
.nav li .subnav {
  left: 50%;
  z-index: 9;
  width: 100%;
  top: 0.99rem;
  font-size: 0.16rem;
  position: absolute;
  background: #fde5c2;
  padding: 0.2rem 0;
  line-height: 0.3rem;
  color: #333333;
  text-align: center;
  z-index: 99;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
}
.nav li .subnav a {
  display: block;
  padding: 0.05rem 0.2rem;
}
.nav li .subnav a:hover {
  color: #cf8d30;
}
.nav li .subnav.show {
  transform: scaleY(1) translateX(-50%);
}
.nav li:hover > a,
.nav .active > a {
  color: #222;
}
.nav li:hover > a:after,
.nav .active > a:after {
  opacity: 1;
  height: 100%;
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
}
.banner {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pc {
  position: relative;
}
.banner .pc img {
  width: 100%;
}
.banner .ph {
  display: none;
}
.banner .textbox {
  top: 50%;
  left: 0;
  z-index: 9;
  color: #fff;
  width: 100%;
  text-align: left;
  transform: translateY(-50%);
  position: absolute;
}
.banner .item {
  color: #2f343e;
  float: right;
  width: 7.3rem;
}
.banner .t1 span {
  color: #fff;
  font-weight: 700;
  font-size: 0.22rem;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.28rem;
  background: #966305;
  display: inline-block;
  border-top-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.banner .t2 {
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 0.8rem;
  padding-top: 0.4rem;
}
.banner .t3 {
  font-size: 0.66rem;
  line-height: 0.8rem;
  padding-top: 0.1rem;
}
.banner .t4 {
  font-size: 0.2rem;
  padding-top: 0.5rem;
}
.banner .swiper-pagination {
  bottom: 0.8rem;
  text-align: center;
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.04rem;
  margin: 0 0.07rem;
  background: #fff;
  border-radius: 0.05rem;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s titFadeup1 ease;
}
.banner .swiper-slide-active .t2 {
  animation: 1.6s titFadeup1 ease;
}
.banner .swiper-slide-active .t3 {
  animation: 1.7s titFadeup1 ease;
}
.banner .swiper-slide-active .t4 {
  animation: 1.8s titFadeup1 ease;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .pc {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .item {
    padding: 30px;
    width: auto;
  }
  .banner .t1,
  .banner .t4 {
    display: none;
  }
  .banner .t2 {
    padding-top: 0;
    font-size: 30px;
    text-shadow: 0 0  60px #fff;
  }
  .banner .t3 {
    font-size: 16px;
    padding-top: 0;
    line-height: 30px;
  }
  .banner .swiper-pagination {
    bottom: 30px;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }
}
.index-title {
  color: #000;
  font-weight: 700;
  font-size: 0.32rem;
  text-align: center;
}
.index-service {
  padding: 0.7rem 0;
}
.index-service ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
  padding-top: 0.3rem;
}
.index-service li {
  width: 33.333%;
  padding: 0.1rem;
}
.index-service li .pic {
  overflow: hidden;
  position: relative;
}
.index-service li .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.86234818%;
}
.index-service li .pic img {
  transition: all 700ms ease;
}
.index-service li .text {
  background: #ededed;
  padding: 0.25rem;
  transition: all 500ms ease;
}
.index-service li .t1 {
  color: #000;
  font-size: 0.32rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-service li .t2 {
  color: #888888;
  padding-right: 1.3rem;
  margin-top: 0.1rem;
  height: 0.52rem;
  font-size: 0.2rem;
  line-height: 0.26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-service li:hover .pic img {
  transform: scale(1.1);
}
.index-service li:hover .text {
  background: #cf8d30;
}
.index-service li:hover .t1,
.index-service li:hover .t2 {
  color: #fff;
}
@media (max-width: 1024px) {
  .index-service li {
    padding-top: 20px;
    padding-bottom: 0;
    width: 50%;
  }
  .index-service li .text {
    padding: 25px;
  }
  .index-service li .t2 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .index-service li {
    width: 100%;
  }
  .index-service li:first-child {
    padding-top: 0;
  }
}
.index-product {
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.index-product .menu {
  padding-top: 0.5rem;
}
.index-product .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.index-product .menu li {
  width: 14.28571429%;
  text-align: center;
  padding: 0 0.1rem;
}
.index-product .menu li .icon {
  overflow: hidden;
  height: 0.7rem;
  position: relative;
}
.index-product .menu li .icon img {
  max-height: 0.7rem;
}
.index-product .menu li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(0.3rem);
  transition: all 500ms ease;
}
.index-product .menu li .item {
  min-height: 100%;
  padding: 0.15rem;
}
.index-product .menu li .t1 {
  color: #000;
  margin-top: 0.05rem;
}
.index-product .menu li .t2 {
  color: #999;
  font-size: 0.12rem;
}
.index-product .menu li:hover .item,
.index-product .menu .cur .item {
  background: #ddac52;
}
.index-product .menu li:hover .img1,
.index-product .menu .cur .img1 {
  opacity: 0;
}
.index-product .menu li:hover .img2,
.index-product .menu .cur .img2 {
  opacity: 1;
  transform: translateY(0);
}
.index-product .menu li:hover .t1,
.index-product .menu .cur .t1,
.index-product .menu li:hover .t2,
.index-product .menu .cur .t2 {
  color: #fff;
}
.index-product .list {
  margin: 0 auto;
  overflow: hidden;
  display: none;
  padding-top: 0.2rem;
  max-width: 19.2rem;
}
.index-product .list.show {
  display: block;
  animation: 700ms linear fadeInUp2;
}
.index-product .list ul {
  overflow: hidden;
  margin: 0 -0.08rem;
}
.index-product .list li {
  float: left;
  width: 33.333%;
  padding: 0.08rem;
}
.index-product .list li .item {
  position: relative;
}
.index-product .list li .textbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 1;
  padding: 0 0.6rem;
  position: absolute;
  transform: translateY(-50%);
  transition: all 700ms linear;
}
.index-product .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-product .list li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.index-product .list li .pic img {
  transition: all 700ms ease;
}
.index-product .list li .t1 {
  color: #292d33;
  font-size: 0.48rem;
}
.index-product .list li .t2 {
  color: #6a7585;
  font-weight: 700;
  margin-top: 0.1rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  width: 50%;
}
.index-product .list li .t3 {
  color: #343942;
  margin-top: 0.8rem;
  font-weight: lighter;
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  line-height: 0.5rem;
  height: 0.5rem;
  width: 1.9rem;
  background: #fff;
  display: inline-block;
}
.index-product .list li .t3 img {
  float: right;
  margin-top: 0.15rem;
  max-height: 0.2rem;
}
.index-product .list li:hover .textbox {
  opacity: 1;
}
.index-product .list li:hover .pic img {
  transform: scale(1.1);
}
.index-product .more {
  margin-top: 0.5rem;
  text-align: center;
}
.index-product .more a {
  color: #333;
  padding: 0 0.1rem;
  height: 0.66rem;
  line-height: 0.64rem;
  min-width: 2.7rem;
  display: inline-block;
  border: solid 1px #acacac;
  transition: all 700ms ease;
}
.index-product .more:hover a {
  color: #cf8d30;
  border-color: #cf8d30;
}
@media (max-width: 1024px) {
  .index-product {
    overflow: hidden;
  }
  .index-product .menu {
    display: none;
  }
  .index-product .menu ul {
    margin-left: 0;
    margin-right: 0;
  }
  .index-product .menu li {
    width: 25%;
    padding: 0;
  }
  .index-product .list {
    max-width: 640px;
    padding: 20px;
  }
  .index-product .list ul {
    margin: 0 -3px;
  }
  .index-product .list li {
    padding: 3px;
  }
  .index-product .list li .t1 {
    font-size: 20px;
  }
  .index-product .list li .t2 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .index-product .list li .t3 {
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .index-product .list ul {
    margin: 0;
  }
  .index-product .list li {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
  .index-product .list li:first-child {
    padding-top: 0;
  }
}
.index-yfsl {
  padding: 0.7rem 0 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-yfsl .index-title {
  color: #fff;
}
.index-yfsl .info {
  color: #fff;
  text-align: center;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
.index-yfsl .list {
  display: flex;
  padding: 0.5rem;
  padding-bottom: 0;
  justify-content: space-between;
}
.index-yfsl .item {
  width: 48%;
}
.index-yfsl .item .bt {
  color: #fff;
  font-weight: 700;
  font-size: 0.28rem;
  padding-bottom: 0.15rem;
}
.index-yfsl .item .icon {
  margin-right: 0.15rem;
  margin-top: 0.08rem;
  vertical-align: top;
  width: 0.54rem;
  height: 0.54rem;
  background: #e1ae52;
  display: inline-block;
  border-radius: 50%;
}
.index-yfsl .item .icon img {
  max-height: 0.54rem;
}
.index-yfsl .item .t1 {
  width: 80%;
  height: 0.7rem;
  overflow: hidden;
  display: inline-block;
}
.index-yfsl .item .tit {
  color: #403014;
  font-weight: 700;
  margin-top: 0.15rem;
  font-size: 0.26rem;
  background: #fbf5ea;
  height: 0.7rem;
  cursor: pointer;
  position: relative;
  line-height: 0.7rem;
  border-radius: 0.1rem;
  padding-left: 0.15rem;
  padding-right: 0.6rem;
}
.index-yfsl .item .tit:after {
  content: "+";
  right: 0.4rem;
  color: #cf8d30;
  position: absolute;
  font-weight: normal;
}
.index-yfsl .item .txt {
  color: #403014;
  padding: 0.35rem;
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.57);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: linear-gradient(to bottom, #fde9c2, #fde4a8);
}
.index-yfsl .item .txt p {
  padding-top: 0.2rem;
}
.index-yfsl .item .txt p:first-child {
  padding-top: 0;
}
.index-yfsl .item .active {
  background: #fde9c2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.index-yfsl .item .active:after {
  content: "-";
  color: #fff;
  font-size: 0.4rem;
}
@media (max-width: 1024px) {
  .index-yfsl .info {
    font-size: 14px;
    padding-top: 10px;
  }
  .index-yfsl .list {
    display: block;
    padding: 0;
  }
  .index-yfsl .item {
    width: 100%;
  }
  .index-yfsl .item .bt {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
  }
  .index-yfsl .item .tit {
    margin-top: 15px;
    font-size: 16px;
    padding-right: 20px;
  }
  .index-yfsl .item .tit:after {
    right: 15px;
    font-size: 24px;
  }
  .index-yfsl .item .active::after {
    font-size: 24px;
  }
}
.index-partner {
  padding: 0.7rem 0;
  background: #f7f7f7;
}
.index-partner .container {
  max-width: 19.2rem;
}
.index-partner .info {
  color: #333;
  padding-bottom: 0.6rem;
  text-align: center;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
.index-partner .picMarquee-top {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.12rem;
}
.index-partner .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.index-partner .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.index-partner .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 235px;
  border-left: solid 0.06rem #f7f7f7;
  border-right: solid 0.06rem #f7f7f7;
  background: #fff;
}
.index-partner .picMarquee-top .bd ul li .pic {
  position: relative;
}
.index-partner .picMarquee-top .bd ul li .pic img {
  width: auto;
  height: auto;
}
.index-partner .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 57.44680851%;
}
@media (max-width: 1024px) {
  .index-partner .info {
    font-size: 14px;
    padding-top: 10px;
  }
  .index-partner .picMarquee-top .bd ul li {
    width: 150px;
  }
  .index-partner .picMarquee-top .bd ul li .pic:after {
    padding-bottom: 56.66666667%;
  }
}
.index-about {
  overflow: hidden;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
}
.index-about .pic {
  width: 48.5%;
}
.index-about .text {
  width: 47%;
  color: #4f4f4f;
  line-height: 0.3rem;
}
.index-about .t1 {
  color: #333;
  line-height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 700;
}
.index-about .t2 {
  font-size: 0.28rem;
  color: #cf8d30;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.index-about .t3 {
  padding-top: 0.3rem;
}
.index-about .numlist {
  padding-top: 0.8rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  width: 105%;
}
.index-about .numlist li {
  width: 25%;
  padding: 0 0.35rem;
}
.index-about .numlist li .counter {
  padding-right: 0.05rem;
  display: inline-block;
  font-size: 1.07rem;
  line-height: 1.1rem;
}
.index-about .numlist li .t4 {
  color: #000;
  font-weight: 700;
  font-size: 0.26rem;
}
.index-about .numlist li .t5 {
  font-weight: 700;
  color: #cf8d30;
}
.index-about .numlist li .t5 i,
.index-about .numlist li .t5 em {
  display: inline-block;
  font-style: normal;
  font-size: 0.28rem;
}
.index-about .numlist li .t5 i {
  margin-left: -0.25rem;
  vertical-align: top;
}
.index-about .numlist li .t5 em {
  vertical-align: bottom;
  margin-bottom: 0.05rem;
}
.index-about .numlist li .t6 {
  font-size: 0.2rem;
  padding-top: 0.15rem;
}
.index-about .numlist li .t6,
.index-about .numlist li .t7 {
  color: #000;
}
.index-about .numlist li .t7 {
  font-size: 0.14rem;
  padding-top: 0.05rem;
}
.index-about .numlist li:last-child .t5 i {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .list {
    display: block;
    padding-top: 30px;
  }
  .index-about .pic {
    width: 100%;
  }
  .index-about .text {
    width: 100%;
    line-height: 26px;
    padding-top: 30px;
  }
  .index-about .numlist {
    overflow: hidden;
    padding-top: 0;
  }
  .index-about .numlist ul {
    margin: 0 -10px;
    width: 120%;
  }
  .index-about .numlist li {
    padding: 0 10px;
    padding-top: 30px;
    width: 50%;
  }
  .index-about .numlist li .counter {
    font-size: 30px;
    line-height: 40px;
  }
  .index-about .numlist li .t5 i,
  .index-about .numlist li .t5 em {
    font-size: 14px;
  }
  .index-about .numlist li .t5 i {
    margin-left: -15px;
  }
  .index-about .numlist li .t7 {
    font-size: 12px;
    display: none;
  }
}
.index-news {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}
.index-news .container {
  padding: 0 0.35rem;
}
.index-news .list {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
}
.index-news .left {
  width: 29.5%;
}
.index-news .left .time {
  color: #9e9e9e;
  font-family: arial;
  padding-bottom: 0.15rem;
}
.index-news .left .tit {
  color: #000;
  font-size: 0.24rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .left .txt {
  color: #888;
  margin-top: 0.2rem;
  height: 0.52rem;
  line-height: 0.26rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .left .line {
  margin-top: 0.3rem;
  border-bottom: solid 1px #f0f1f2;
}
.index-news .left .pic {
  margin-top: 0.2rem;
  overflow: hidden;
  position: relative;
}
.index-news .left .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.73831776%;
}
.index-news .left .pic img {
  transition: all 700ms ease;
}
.index-news .left .more {
  color: #2c2c2c;
  font-size: 0.12rem;
  margin-top: 0.2rem;
}
.index-news .left:hover .tit {
  color: #cf8d30;
}
.index-news .left:hover .pic img {
  transform: scale(1.1);
}
.index-news .right {
  width: 63%;
}
.index-news .right li {
  padding: 0.4rem 0;
  border-top: solid 1px #ededed;
}
.index-news .right li .box {
  display: flex;
  justify-content: space-between;
}
.index-news .right li .time {
  width: 10%;
  color: #888;
  text-align: center;
  height: 0.86rem;
  border: solid 1px #b1b1b1;
  transition: all 500ms ease;
}
.index-news .right li .time span {
  display: block;
  font-size: 0.15rem;
}
.index-news .right li .time span:first-child {
  color: #333;
  padding-top: 0.1rem;
  font-size: 0.36rem;
  line-height: 0.4rem;
}
.index-news .right li .text {
  width: 86.5%;
}
.index-news .right li .tit {
  color: #333;
  line-height: 0.3rem;
  height: 0.3rem;
  font-size: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .right li .txt {
  color: #333;
  margin-top: 0.05rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .right li:first-child {
  border-top: 0;
  padding-top: 0;
}
.index-news .right li:hover .time {
  color: #cf8d30;
  border-color: #cf8d30;
}
.index-news .right li:hover .time span:first-child {
  color: #cf8d30;
}
.index-news .right li:hover .tit {
  color: #cf8d30;
}
@media (max-width: 1024px) {
  .index-news {
    padding-bottom: 50px;
  }
  .index-news .list {
    display: block;
  }
  .index-news .left {
    display: none;
  }
  .index-news .left,
  .index-news .right {
    width: 100%;
  }
  .index-news .right li .time span {
    font-size: 12px;
  }
  .index-news .right li .time span:first-child {
    font-size: 20px;
    line-height: 30px;
    padding-top: 3px;
  }
  .index-news .right li .tit {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .index-news .right li .txt {
    margin-top: 0px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 480px) {
  .index-news .right li .time {
    width: 15%;
  }
  .index-news .right li .text {
    width: 80%;
  }
}
.footer {
  background: #f5f5f5;
  padding-top: 0.7rem;
}
.footer .firstnav {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer .firstnav span:first-child {
  color: #2c2c2c;
  font-size: 0.3rem;
  font-weight: 700;
}
.footer .topscorll {
  right: 0;
  top: 0.05rem;
  color: #5e5e5e;
  width: 0.48rem;
  height: 0.48rem;
  font-size: 0.14rem;
  text-align: center;
  transition: all 500ms ease;
  border: solid 1px #5e5e5e;
  padding-top: 0.2rem;
  position: absolute;
}
.footer .topscorll:before {
  top: 0.12rem;
  left: 50%;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  margin-left: -0.05rem;
  position: absolute;
  border-left: solid 1px #5e5e5e;
  border-top: solid 1px #5e5e5e;
  transform: rotate(45deg);
}
.footer .topscorll:hover {
  color: #fff;
  border-color: #cf8d30;
  background: #cf8d30;
}
.footer .topscorll:hover:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
}
.footer .list-2 {
  font-weight: 700;
  margin-top: 0.4rem;
  border-top: solid 1px #c7c7c7;
  border-bottom: solid 1px #c7c7c7;
}
.footer .list-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list-2 li {
  width: 13%;
  padding: 0.2rem 0;
}
.footer .list-2 li a {
  color: #6e6e6e;
}
.footer .list-2 li a:hover {
  color: #cf8d30;
}
.footer .list-2 li:nth-child(2) {
  width: 17%;
}
.footer .list-3 {
  padding-top: 0.3rem;
}
.footer .list-3 ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .list-3 li {
  width: 13%;
  font-size: 0.14rem;
  font-weight: lighter;
}
.footer .list-3 li a {
  display: block;
  margin-top: 0.15rem;
}
.footer .list-3 li:nth-child(2) {
  width: 17%;
}
.footer .list-3 .last {
  width: 18%;
}
.footer .list-3 .last .t1 {
  letter-spacing: 0.22rem;
  padding-top: 0.1rem;
}
.footer .socialMedia {
  line-height: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.8rem;
}
.footer .socialMedia .bt {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 0.16rem;
}
.footer .socialMedia .list li {
  width: auto;
  border: 0;
  padding-top: 0;
  margin-top: 0.15rem;
  padding-left: 0.15rem;
  display: inline-block;
}
.footer .socialMedia .list li:first-child {
  padding-left: 0;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 0.02rem #bebebe;
  transition: all 500ms ease;
  background-size: 0.5rem !important;
}
.footer .socialMedia .list .icon img {
  width: 100%;
  max-height: 0.5rem;
}
.footer .socialMedia .list .icon:hover {
  background: #fff;
  border-color: #fde5c2;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  background: #fff;
  padding: 0.1rem;
  align-items: center;
  width: 1.34rem;
  cursor: initial;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  top: -1.5rem;
  z-index: 9;
}
.footer .socialMedia .list .down:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  position: absolute;
  border-top: 0.1rem solid #ffffff;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  background: #fff;
  position: relative;
}
.footer .socialMedia .list .down .ewm img {
  width: 100%;
  max-height: 1.34rem;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .socialMedia .list .cur .down {
  display: block;
}
.footer .socialMedia .list .down {
  left: 0;
  margin-left: -0.38rem;
}
.footer .copy {
  color: #fff;
  padding: 0.15rem 0;
  font-size: 0.13rem;
  text-align: center;
  background: #cf8d30;
}
.footer .copy a {
  color: #fff;
}
.footer .copy span {
  padding: 0 0.3rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer .list-2 ul {
    padding: 10px 0;
    justify-content: space-between;
  }
  .footer .list-2 li {
    width: auto!important;
    padding: 5px 10px;
  }
  .footer .list-3 li {
    display: none;
  }
  .footer .list-3 .last {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  .footer .list-3 .last .t1 {
    letter-spacing: 0;
    font-size: 14px;
    padding-top: 10px;
  }
  .footer .socialMedia {
    display: none;
  }
}
.footer .copy {
  font-size: 12px;
  padding: 15px 0;
}
.footer .copy span {
  padding: 0 5px;
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 6;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .t1 {
  color: #fff;
  text-align: left;
  line-height: 0.8rem;
  font-size: 0.6rem;
}
.inside-banner .t1 span {
  display: block;
}
.inside-banner .t2 {
  color: #000;
  font-size: 0.28rem;
  text-align: left;
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .text {
    display: none;
  }
}
.inside-banner-2 .t1 {
  text-align: center;
}
.inside-banner-3 .t1 {
  color: #000;
  text-align: center;
}
.inside-banner-3 .text {
  top: 30%;
  transform: translateY(0);
}
.inside-menu {
  margin-top: 0.8rem;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
  text-align: center;
  padding: 0 0.1rem;
}
.inside-menu li a {
  color: #333;
  font-size: 0.18rem;
  padding: 0 0.15rem;
  min-width: 2.25rem;
  height: 0.74rem;
  line-height: 0.72rem;
  display: inline-block;
  border: solid 1px #c1c1c1;
  transition: all 334ms linear;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
  background: #ddac52;
  border-color: #ddac52;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-about {
  background: #f7f7f7;
  padding-top: 1.6rem;
  padding-bottom: 0.2rem;
}
.inside-about .container {
  display: flex;
  justify-content: space-between;
}
.inside-about .leftbox {
  width: 45%;
  color: #000;
  text-align: justify;
  font-size: 0.2rem;
  line-height: 0.37rem;
}
.inside-about .leftbox .tit {
  color: #d6d6d6;
  line-height: 1.2rem;
  font-size: 1.16rem;
  font-family: "myfont2";
}
.inside-about .leftbox .txt {
  color: #000;
  font-size: 0.5rem;
  line-height: 0.6rem;
  padding-top: 0.2rem;
}
.inside-about .leftbox .txt-2 {
  padding-top: 0.5rem;
}
.inside-about .numlist {
  width: 40%;
}
.inside-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-about .numlist li {
  width: 45%;
  margin-bottom: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 0.02rem #cdcdcd;
}
.inside-about .numlist li .counter {
  padding-right: 0.05rem;
  display: inline-block;
  font-size: 1.07rem;
  line-height: 1.1rem;
}
.inside-about .numlist li .t4 {
  color: #000;
  font-weight: 700;
  font-size: 0.26rem;
}
.inside-about .numlist li .t5 {
  font-weight: 700;
  color: #f9ad3f;
}
.inside-about .numlist li .t5 i,
.inside-about .numlist li .t5 em {
  display: inline-block;
  font-style: normal;
  font-size: 0.28rem;
}
.inside-about .numlist li .t5 i {
  margin-left: -0.25rem;
  vertical-align: top;
}
.inside-about .numlist li .t5 em {
  vertical-align: bottom;
  margin-bottom: 0.05rem;
}
.inside-about .numlist li .t6 {
  font-size: 0.22rem;
  padding-top: 0.1rem;
}
.inside-about .numlist li .t6,
.inside-about .numlist li .t7 {
  color: #000;
}
.inside-about .numlist li .t7 {
  font-size: 0.14rem;
  padding-top: 0.05rem;
}
.inside-about li:first-child .t5 .counter {
  padding-right: 0.7rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 50px 0 70px 0;
  }
  .inside-about .container {
    display: block;
  }
  .inside-about .leftbox {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
  }
  .inside-about .leftbox .tit {
    font-size: 50px;
    line-height: 60px;
  }
  .inside-about .leftbox .txt {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0;
  }
  .inside-about .numlist {
    width: 100%;
  }
  .inside-about .numlist li {
    margin-bottom: 0;
  }
  .inside-about .numlist li .counter {
    font-size: 45px;
    line-height: 50px;
  }
}
.inside-team {
  padding: 1rem 0;
}
.inside-team .container {
  max-width: 19.2rem;
}
.inside-team .list {
  padding-top: 0.7rem;
}
.inside-team .pic {
  position: relative;
}
.inside-team .pic:after {
  content: "";
  display: block;
  padding-bottom: 95%;
}
.inside-team .text {
  color: #333333;
  transition: all 500ms ease;
  min-height: 2.6rem;
  padding: 0.4rem;
  background: #f7f7f7;
}
.inside-team .t1 {
  font-size: 0.32rem;
  padding-bottom: 0.1rem;
}
.inside-team .t2 {
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.inside-team .item:hover .text {
  color: #fff;
  background: #f3ab43;
}
@media (max-width: 1024px) {
  .inside-team .t2 {
    font-size: 15px;
    line-height: 26px;
  }
}
.inside-partner .index-title,
.inside-partner .info {
  margin: 0 auto;
  text-align: left;
  max-width: 15.2rem;
}
.inside-partner .index-title span {
  color: #f3ab43;
  padding-left: 0.2rem;
  vertical-align: bottom;
  display: inline-block;
  font-size: 0.83rem;
  line-height: 0.9rem;
  font-family: "Oswald-Medium";
}
.inside-partner .index-title em {
  color: #f3ab43;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-family: "myfont3";
  font-size: 0.5rem;
  font-family: "宋体";
  margin-top: -0.1rem;
}
.inside-partner .info {
  padding-top: 0.3rem;
}
.inside-jx {
  background: #dc050a;
  padding: 1rem 0;
}
.inside-jx .index-title {
  color: #fff;
}
.inside-jx .tu {
  padding-top: 0.7rem;
}
.inside-fzlc {
  overflow: hidden;
  padding: 1rem 0;
}
.inside-fzlc .list {
  width: 111.5%;
  padding-bottom: 1rem;
  margin-top: 0.8rem;
  position: relative;
}
.inside-fzlc .list:after {
  content: "";
  height: 0.4rem;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url(../images/line.jpg) repeat-x;
  background-size: cover;
}
.inside-fzlc .item {
  padding: 0.3rem;
  background: #f4f4f2;
  min-height: 3.6rem;
  border-radius: 0.25rem;
  transition: all 500ms ease;
}
.inside-fzlc .year {
  font-size: 0.4rem;
  font-weight: 700;
  font-family: "POPPINS-REGULAR";
  color: #f4f4f2;
  text-shadow: #f9b24d 1px 0 0, #f9b24d 0 1px 0, #f9b24d -1px 0 0, #f9b24d 0 -1px 0;
}
.inside-fzlc .tit {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-top: 0.6rem;
}
.inside-fzlc .swiper-button-next,
.inside-fzlc .swiper-button-prev {
  top: 0;
  margin-top: -1.15rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: url(../images/next.png) no-repeat center center #949494;
  background-size: cover;
}
.inside-fzlc .swiper-button-next:after,
.inside-fzlc .swiper-button-prev:after {
  font-size: 0;
}
.inside-fzlc .swiper-button-next:hover,
.inside-fzlc .swiper-button-prev:hover {
  background: url(../images/next.png) no-repeat center center #cf8d30;
  background-size: cover;
}
.inside-fzlc .swiper-button-prev {
  left: auto;
  right: 3.1rem;
  transform: rotate(180deg);
}
.inside-fzlc .swiper-button-next {
  right: 2.4rem;
}
.inside-fzlc .swiper-slide-active .item {
  background: #cf8d30;
}
.inside-fzlc .swiper-slide-active .year {
  color: #cf8d30;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.inside-fzlc .swiper-slide-active .tit {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-fzlc .list {
    width: 100%;
  }
  .inside-fzlc .tit {
    font-size: 15px;
    line-height: 28px;
  }
  .inside-fzlc .swiper-button-prev,
  .inside-fzlc .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -90px;
  }
  .inside-fzlc .swiper-button-prev {
    right: 50px;
  }
  .inside-fzlc .swiper-button-next {
    right: 0;
  }
}
.inside-sbzc {
  position: relative;
  padding: 0.8rem 0;
}
.inside-sbzc .text {
  color: #000;
  padding: 0.2rem 1.3rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.inside-sbzc .list {
  padding-top: 0.5rem;
}
.inside-sbzc .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-sbzc .list li {
  width: 25%;
  padding: 0 0.1rem;
  text-align: center;
}
.inside-sbzc .list li .item {
  color: #000;
  display: flex;
  transition: all 500ms ease;
  font-size: 0.2rem;
  align-items: center;
  background: #f2f2f2;
  min-height: 3.3rem;
  padding: 0 0.45rem;
}
.inside-sbzc .list li .item > div {
  width: 100%;
}
.inside-sbzc .list li .tit {
  font-size: 0.32rem;
  font-weight: 700;
}
.inside-sbzc .list li .txt {
  padding-top: 0.3rem;
}
.inside-sbzc .list li:hover .item {
  background: #f9ac3f;
}
@media (max-width: 1024px) {
  .inside-sbzc .text {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    padding-top: 10px;
  }
  .inside-sbzc .list {
    padding-top: 10px;
  }
  .inside-sbzc .list ul {
    margin: 0 -10px;
  }
  .inside-sbzc .list li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-sbzc .list li .tit {
    font-size: 20px;
  }
  .inside-sbzc .list li .item {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-sbzc .list li {
    width: 100%;
  }
  .inside-sbzc .list li .item {
    padding: 40px;
    min-height: auto;
  }
}
.inside-zlys {
  position: relative;
  background: #fdf9f4;
  padding: 0.99rem 0 0.14rem 0;
  background-size: cover;
}
.inside-zlys .home-title {
  color: #333333;
}
.inside-zlys .inmain-bottom {
  padding-top: 0.6rem;
  position: relative;
  background: url(../images/sjian.png) no-repeat top center;
  background-size: 2.38rem;
}
.inside-zlys .inmain-bottom ul {
  position: relative;
  background: url(../images/hua.png) no-repeat top center;
  background-size: 5.59rem;
}
.inside-zlys .inmain-bottom ul li {
  width: 50%;
  float: left;
  padding: 0 0.05rem;
  margin-bottom: 0.49rem;
}
.inside-zlys .inmain-bottom ul li .box {
  position: relative;
  height: 2.63rem;
  padding-top: 0.2rem;
}
.inside-zlys .inmain-bottom ul li .box .bt {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #555555;
  width: 2.74rem;
  text-align: center;
  line-height: 2.63rem;
  position: absolute;
  top: 0;
}
.inside-zlys .inmain-bottom ul li .box .text {
  position: relative;
  padding-top: 0.15rem;
}
.inside-zlys .inmain-bottom ul li .box .text:after {
  width: 0.46rem;
  height: 0.06rem;
  background-color: #f9ad41;
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.inside-zlys .inmain-bottom ul li .box .text .p {
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #f9ad41;
  position: relative;
}
.inside-zlys .inmain-bottom ul li .box .text .p:after,
.inside-zlys .inmain-bottom ul li .box .text .p:before {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #f9ad41;
  border-radius: 50%;
  position: absolute;
  bottom: -0.04rem;
  left: 0;
}
.inside-zlys .inmain-bottom ul li .box .text .p:after {
  right: 0;
  left: auto;
}
.inside-zlys .inmain-bottom ul li .box .text .p {
  font-size: 0.18rem;
  line-height: 0.31rem;
  color: #333333;
}
.inside-zlys .inmain-bottom ul .li .box {
  padding-right: 3.05rem;
}
.inside-zlys .inmain-bottom ul .li .box .bt {
  color: #fff;
  right: 0;
}
.inside-zlys .inmain-bottom ul .li .box .text .span {
  text-align: right;
}
.inside-zlys .inmain-bottom ul .li .box .text:after {
  right: 0;
}
.inside-zlys .inmain-bottom ul .li1 .box .bt {
  background-color: #f9ad41;
  box-shadow: 0.18rem 0.29rem 0.76rem 0rem rgba(226, 145, 30, 0.2);
  border-radius: 1.32rem 1.32rem 0rem 1.32rem;
}
.inside-zlys .inmain-bottom ul .li1 .box .en {
  top: 60%;
  left: 70%;
  color: #fff;
  position: absolute;
}
.inside-zlys .inmain-bottom ul .li2 .box .bt {
  background-color: #ffffff;
  box-shadow: 0.18rem 0.29rem 0.76rem 0rem rgba(226, 145, 30, 0.2);
  border-radius: 1.32rem 1.32rem 1.32rem 0rem;
}
.inside-zlys .inmain-bottom ul .li2 .box .en {
  top: 60%;
  left: 6%;
  position: absolute;
}
.inside-zlys .inmain-bottom ul .li3 .box .bt {
  color: #555555;
  top: -0.4rem;
  background-color: #ffffff;
  box-shadow: 0.18rem 0.29rem 0.76rem 0rem rgba(226, 145, 30, 0.2);
  border-radius: 1.32rem 0rem 1.32rem 1.32rem;
}
.inside-zlys .inmain-bottom ul .li3 .box .en {
  top: 45%;
  left: 69.5%;
  position: absolute;
}
.inside-zlys .inmain-bottom ul .li4 .box .bt {
  color: #fff;
  top: -0.4rem;
  background-color: #f9ad41;
  box-shadow: 0.18rem 0.29rem 0.76rem 0rem rgba(226, 145, 30, 0.2);
  border-radius: 0rem 1.32rem 1.32rem 1.32rem;
}
.inside-zlys .inmain-bottom ul .li4 .box .en {
  top: 45%;
  left: 6%;
  color: #fff;
  position: absolute;
}
.inside-zlys .inmain-bottom ul .li0 .box {
  padding-left: 3.05rem;
}
.inside-zlys .inmain-bottom ul .li0 .box .bt {
  left: 0;
}
.inside-zlys .inmain-bottom ul .li0 .box .text:after {
  left: 0;
}
@media (max-width: 1024px) {
  .inside-zlys {
    padding: 50px 0;
  }
  .inside-zlys .inmain-bottom {
    padding-top: 0px;
    position: relative;
    background: none;
    margin-top: 0;
  }
  .inside-zlys .inmain-bottom ul {
    padding: 0 20px;
    position: relative;
    background: none;
  }
  .inside-zlys .inmain-bottom ul li {
    width: 100%;
    float: left;
    padding: 0 5px;
    margin-bottom: 0;
  }
  .inside-zlys .inmain-bottom ul li .box {
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .inside-zlys .inmain-bottom ul li .box .bt {
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    color: #333 !important;
    width: 100% !important;
    text-align: left !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .inside-zlys .inmain-bottom ul li .box .text {
    position: relative;
    padding-top: 15px;
  }
  .inside-zlys .inmain-bottom ul li .box .text:after {
    width: 26px;
    height: 3px;
    left: 0 !important;
  }
  .inside-zlys .inmain-bottom ul li .box .text .span {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 19px;
    text-align: left !important;
    border-bottom: 1px dashed #1f3d77;
  }
  .inside-zlys .inmain-bottom ul li .box .text .span:after,
  .inside-zlys .inmain-bottom ul li .box .text .span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1f3d77;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  .inside-zlys .inmain-bottom ul li .box .text .span:after {
    right: 0;
    left: auto;
  }
  .inside-zlys .inmain-bottom ul li .box .text .p {
    font-size: 16px;
    line-height: 31px;
  }
  .inside-zlys .inmain-bottom ul .li3 .box .en {
    display: none;
  }
}
.inside-zlsq {
  position: relative;
  padding: 1rem 0;
}
.inside-zlsq ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-zlsq li {
  width: 16.66666667%;
  padding: 0 ;
  margin-top: 0.6rem;
}
.inside-zlsq li .item {
  margin: 0 auto;
  max-width: 2.3rem;
  position: relative;
}
.inside-zlsq li .arrow img {
  max-height: 2.3rem;
  transition: all 2000ms ease;
}
.inside-zlsq li .tit {
  top: 50%;
  left: 50%;
  color: #000;
  font-weight: 700;
  font-size: 0.26rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-zlsq li .tit span {
  width: 114%;
  display: block;
}
.inside-zlsq li:last-child .tit span {
  margin-left: -0.08rem;
}
.inside-zlsq li:hover .arrow img {
  transform: rotate(180deg);
}
.inside-zlsq li:hover .tit {
  color: #cf8d30;
}
@media (max-width: 1024px) {
  .inside-zlsq li {
    margin-top: 30px;
    width: 33.33333333%;
    padding: 0 10px;
  }
  .inside-zlsq li .tit {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .inside-zlsq li .tit span {
    width: 100%;
    margin-left: 0!important;
  }
}
@media (max-width: 480px) {
  .inside-zlsq li .tit {
    font-size: 14px;
  }
}
.inside-sjys {
  position: relative;
  padding: 1rem 0;
}
.inside-sjys .index-title {
  color: #fff;
}
.inside-sjys ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.45rem;
  padding-top: 0.5rem;
}
.inside-sjys li {
  width: 50%;
  padding: 0.15rem;
}
.inside-sjys li .item {
  display: flex;
  background: #fff;
  padding: 0.6rem;
  padding-right: 1.2rem;
  min-height: 100%;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  justify-content: space-between;
  transition: all 500ms ease;
}
.inside-sjys li .icon {
  width: 1rem;
}
.inside-sjys li .icon img {
  max-height: 1rem;
}
.inside-sjys li .text {
  width: 65%;
}
.inside-sjys li .tit {
  color: #000;
  font-weight: 700;
  font-size: 0.26rem;
}
.inside-sjys li .txt {
  padding-top: 0.2rem;
}
.inside-sjys li:hover .item {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .inside-sjys {
    padding: 40px 0;
  }
  .inside-sjys ul {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-sjys li {
    width: 100%;
  }
  .inside-sjys li .item {
    padding: 30px;
    font-size: 14px;
    line-height: 26px;
    padding-right: 50px;
  }
  .inside-sjys li .text {
    width: 80%;
    padding-left: 30px;
  }
}
.inside-bqzl {
  padding: 1rem 0;
  position: relative;
}
.inside-bqzl .index-title,
.inside-bqzl .info {
  text-align: center;
}
.inside-bqzl .text {
  color: #000;
  padding: 0.2rem 2.2rem;
  padding-bottom: 0.2rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.36rem;
}
.inside-bqzl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-bqzl li {
  width: 18.5%;
  display: flex;
  color: #fff;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
  margin-top: 0.5rem;
  height: 6.1rem;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  transition: all 334ms linear;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-bqzl li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.inside-bqzl li .item {
  width: 100%;
  z-index: 3;
  padding-right: 0rem;
  padding-left: 0.3rem;
  position: relative;
  padding-bottom: 1rem;
}
.inside-bqzl li .t-1 {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: 700;
}
.inside-bqzl li .t-2 {
  padding-top: 0.05rem;
  text-transform: uppercase;
}
.inside-bqzl li:first-child {
  border-left: 0;
}
.inside-bqzl .cur {
  color: #fff;
  width: 41.5%;
}
.inside-bqzl .cur .t-1 {
  width: 100%;
}
.inside-bqzl .cur .t-2 {
  display: block;
}
@media (max-width: 1024px) {
  .inside-bqzl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-bqzl .container {
    max-width: 640px;
  }
  .inside-bqzl .text {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .inside-bqzl li {
    border: 0;
    position: relative;
    height: 200px;
    margin-top: 20px;
    text-align: center!important;
    width: 48.5%!important;
  }
  .inside-bqzl li .item {
    padding: 20px;
  }
  .inside-bqzl li .t-1 {
    font-size: 18px;
    line-height: 30px;
    width: 100%!important;
  }
  .inside-bqzl li .t-2 {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .inside-bqzl li {
    height: 150px;
    width: 100%!important;
  }
}
.inside-qtyw {
  padding-bottom: 1rem;
}
.inside-qtyw ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
  justify-content: space-between;
}
.inside-qtyw li {
  padding: 0 0.05rem;
  width: 33.333%;
  margin-top: 0.4rem;
}
.inside-qtyw li .tit {
  text-align: center;
  background: #f4f4f4;
  font-size: 0.21rem;
  color: #000;
  padding: 0.5rem 0.1rem;
}
@media (max-width: 480px) {
  .inside-qtyw li {
    width: 100%!important;
  }
  .inside-qtyw li .tit {
    font-size: 16px;
    padding: 20px;
  }
}
.inside-product {
  padding: 1rem 0;
}
.inside-product .menu {
  padding-top: 0;
}
.inside-product .list-2 {
  margin: 0 auto;
  padding-top: 0.9rem;
  max-width: 19.2rem;
}
.inside-product .list-2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.06rem;
}
.inside-product .list-2 li {
  width: 25%;
  padding: 0.06rem;
}
.inside-product .list-2 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-product .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.47826087%;
}
.inside-product .list-2 li .pic img {
  transition: all 700ms ease;
}
.inside-product .list-2 li .text {
  background: #f7f7f7;
  transition: all 500ms ease;
  padding: 0.3rem 0.2rem;
}
.inside-product .list-2 li .tag {
  color: #333;
  font-weight: lighter;
  font-size: 0.18rem;
}
.inside-product .list-2 li .tag span {
  padding: 0.05rem;
  display: inline-block;
}
.inside-product .list-2 li .txt {
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-product .list-2 li:hover .text {
  background: #ddac52;
}
.inside-product .list-2 li:hover .tag,
.inside-product .list-2 li:hover .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-product {
    padding: 40px 0;
  }
  .inside-product .list-2 {
    padding: 0 20px;
    padding-top: 0;
    max-width: 640px;
  }
  .inside-product .list-2 ul {
    padding: 0;
    margin: 0 -6px;
  }
  .inside-product .list-2 li {
    width: 50%;
    padding: 6px;
  }
  .inside-product .list-2 li .text {
    padding: 30px 20px;
  }
  .inside-product .list-2 li .tag {
    font-size: 14px;
  }
  .inside-product .list-2 li .tag span {
    padding: 3px;
  }
  .inside-product .list-2 li .txt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-product .list-2 li {
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .inside-product .list-2 li:first-child {
    padding-top: 0;
  }
}
.inside-news {
  padding-bottom: 1rem;
}
.inside-news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.27rem;
}
.inside-news li {
  width: 50%;
  padding: 0 0.27rem;
  padding-top: 0.8rem;
}
.inside-news li .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .pic img {
  transition: all 700ms ease;
}
.inside-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.67847411%;
}
.inside-news li .text {
  padding-top: 0.2rem;
}
.inside-news li .tit {
  color: #222;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  transition: all 334ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news li .time {
  color: #9e9e9e;
  margin-top: 0.15rem;
}
.inside-news li .txt {
  margin-top: 0.15rem;
  color: #717171;
  height: 0.6rem;
  line-height: 0.3rem;
  font-weight: lighter;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news li:hover .pic img {
  transform: scale(1.1);
}
.inside-news li:hover .tit {
  color: #cf8d30;
}
@media (max-width: 500px) {
  .inside-news li {
    width: 100%;
    padding-top: 40px;
  }
}
.inside-news-show {
  padding-bottom: 0.9rem;
}
.inside-news-show .topinfo {
  position: relative;
  border-bottom: solid 1px #dedede;
  padding-bottom: 0.6rem;
  padding-top: 0.9rem;
  background: #f7f7f7;
}
.inside-news-show .topinfo:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  width: 0.58rem;
  height: 0.1rem;
  position: absolute;
  background: url(../images/nline.jpg) no-repeat center center;
  background-size: cover;
}
.inside-news-show .title {
  color: #333;
  font-size: 0.46rem;
  font-weight: normal;
  text-align: center;
}
.inside-news-show .info {
  text-align: center;
  font-weight: lighter;
  margin-top: 0.4rem;
}
.inside-news-show .info img {
  margin-top: 0.04rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
  max-height: 0.18rem;
}
.inside-news-show .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news-show .news-left {
  float: left;
  width: 5%;
  margin-left: -5%;
  padding-top: 1rem;
  position: sticky;
  top: 1rem;
}
.inside-news-show .news-left .share {
  overflow: hidden;
  padding: 0.48rem 0 0.19rem 0;
  background-color: #f2f2f2;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  position: relative;
  z-index: 3;
}
.inside-news-show .news-left .share span {
  display: block;
  margin-bottom: 0.19rem;
  text-align: center;
}
.inside-news-show .news-left .share .dib {
  display: inline-block;
  font-size: 0.16rem;
}
.inside-news-show .news-left .bdshare-button-style0-16 a {
  background-size: 100% 100% !important;
  background-position: center !important;
  width: 0.4rem !important;
  height: 0.4rem !important;
  padding-left: 0 !important;
  display: block;
  margin: 0 auto 0.12rem auto !important;
}
.inside-news-show .news-left .bdshare-button-style0-16 .bds_tqq {
  background-image: url(../images/share-qq.png) !important;
}
.inside-news-show .news-left .bdshare-button-style0-16 .bds_weixin {
  background-image: url(../images/share-weixin.png) !important;
}
.inside-news-show .news-left .bdshare-button-style0-16 .bds_tsina {
  background-image: url(../images/share-weibo.png) !important;
}
.inside-news-show .news-left .span {
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  background-color: #b2b2b2;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.inside-news-show .news-left .span a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui1.png) no-repeat top center;
  background-size: 0.37rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.inside-news-show .news-left .p {
  z-index: 1;
  position: relative;
  background: #ddac52;
  padding-top: 0.82rem;
  margin-top: -0.5rem;
  border-radius: 0.3rem 0rem 0rem 0.3rem;
  text-align: center;
}
.inside-news-show .news-left .p a {
  display: block;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #ffffff;
  background: url(../images/fanhui.png) no-repeat top center;
  background-size: 0.31rem;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-news-show .news-left {
    display: none;
  }
}
.inside-news-show .news-right {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.36rem;
  background: #fff;
  padding: 0 0.5rem;
  padding-top: 0.6rem;
  border-left: solid 1px #e4e4e4;
}
.inside-news-show .next {
  text-align: center;
  padding-top: 0.8rem;
}
.inside-news-show .next span {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  color: #333333;
}
.inside-news-show .next a {
  height: 40px;
  line-height: 40px;
  font-size: 0.3rem;
  font-weight: bold;
  color: #3b3b3b;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news-show .next a:hover {
  color: #cf8d30;
}
@media (max-width: 1024px) {
  .inside-news-show {
    padding-top: 60px;
    background: #fff;
  }
  .inside-news-show .title {
    font-size: 18px;
  }
  .inside-news-show .topinfo {
    padding: 40px 0 30px 0;
  }
  .inside-news-show .info {
    font-size: 12px;
    margin-top: 15px;
  }
  .inside-news-show .info img {
    max-height: 18px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 2px;
  }
  .inside-news-show .next span {
    font-size: 14px;
  }
  .inside-news-show .next a {
    font-size: 16px;
  }
  .inside-news-show .news-right {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 26px;
  }
}
.inside-xg-news {
  padding-top: 0.9rem;
  background: #ebebeb;
}
.inside-xg-news .title {
  color: #333;
  text-align: center;
  font-size: 0.46rem;
  line-height: 0.5rem;
}
.inside-xg-news .list {
  position: relative;
}
.inside-xg-news ul {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap;
}
.inside-xg-news li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.6rem;
}
.inside-xg-news li .item {
  padding: 30px;
  background: #fff;
}
.inside-xg-news li .time {
  margin-top: 0;
  font-size: 0.14rem;
}
.inside-xg-news li .text {
  padding-top: 0;
}
.inside-xg-news li .tit {
  color: #000;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
  border-bottom: solid 1px #eff0f1;
}
.inside-xg-news li .pic {
  margin: 0.2rem 0;
}
.inside-xg-news li .more {
  color: #2c2c2c;
}
.inside-xg-news .swiper-button-prev,
.inside-xg-news .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  background: #b2b2b2;
  border-radius: 50%;
  transition: all 500ms ease;
}
.inside-xg-news .swiper-button-prev:hover,
.inside-xg-news .swiper-button-next:hover {
  background-color: #cf8d30;
}
.inside-xg-news .swiper-button-prev:after,
.inside-xg-news .swiper-button-next:after {
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-xg-news .swiper-button-prev:after {
  transform: rotate(180deg);
}
.inside-xg-news .swiper-button-prev {
  left: -0.55rem;
}
.inside-xg-news .swiper-button-next {
  right: -0.55rem;
}
@media (max-width: 1024px) {
  .inside-xg-news li .time {
    font-size: 14px;
  }
  .inside-xg-news .swiper-button-prev,
  .inside-xg-news .swiper-button-next {
    opacity: 0;
    width: 40px;
    height: 40px;
  }
  .inside-xg-news .swiper-button-prev:after,
  .inside-xg-news .swiper-button-next:after {
    width: 40px;
    height: 40px;
  }
  .inside-xg-news .swiper-button-prev {
    left: 0;
  }
  .inside-xg-news .swiper-button-next {
    right: 0;
  }
}
.inside-xpfbh {
  padding-bottom: 1rem;
}
.inside-xpfbh ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.17rem;
}
.inside-xpfbh li {
  width: 50%;
  padding: 0 0.17rem;
  padding-top: 0.8rem;
}
.inside-xpfbh li .pic {
  overflow: hidden;
  position: relative;
}
.inside-xpfbh li .pic:after {
  content: "";
  display: block;
  padding-bottom: 50.87483176%;
}
.inside-xpfbh li .pic img {
  transition: all 700ms ease;
}
.inside-xpfbh li .time {
  color: #b2b2b2;
  font-size: 0.18rem;
  margin-top: 0.3rem;
}
.inside-xpfbh li .tit {
  color: #222;
  margin-top: 0.1rem;
  font-size: 0.22rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-xpfbh li .txt {
  margin-top: 0.2rem;
  font-weight: lighter;
  color: #717171;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-xpfbh li .more {
  color: #222;
  text-align: center;
  padding: 0 0.15rem;
  height: 0.5rem;
  line-height: 0.48rem;
  min-width: 2rem;
  display: inline-block;
  border: solid 1px #000000;
  margin-top: 0.4rem;
}
.inside-xpfbh li:hover .pic img {
  transform: scale(1.1);
}
.inside-xpfbh li:hover .more {
  color: #fff;
  border-color: #ddac52;
  background: #ddac52;
}
@media (max-width: 1024px) {
  .inside-xpfbh li {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .inside-xpfbh li .time {
    font-size: 14px;
  }
  .inside-xpfbh li .tit {
    margin-top: 10px;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .inside-xpfbh li .txt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
}
.inside-case {
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}
.inside-case ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-case li {
  width: 50%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-case li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 36.05442177%;
}
.inside-case li .pic img {
  transition: all 700ms ease;
}
.inside-case li .tit {
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case li:hover .pic img {
  transform: scale(1.1);
}
.inside-case li:hover .tit {
  color: #cf8d30;
}
@media (max-width: 1024px) {
  .inside-case li {
    width: 100%;
  }
  .inside-case li .tit {
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.case-show {
  font-size: 0.18rem;
  line-height: 2;
  color: #333;
}
.case-show .part-1 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.case-show .part-1 .container {
  display: flex;
  flex-wrap: wrap;
}
.case-show .part-1 .left {
  width: 55%;
  background-color: #f5f5f5;
  padding: 0.5rem 0.5rem;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.case-show .part-1 .right {
  width: 45%;
  padding-left: 0.1rem;
}
.case-show .part-1 .right img {
  width: 100%;
  object-fit: cover;
}
.case-show .part-1 .title {
  font-size: 0.5rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
.case-show .part-1 .info {
  font-size: 0.18rem;
  line-height: 2;
}
.case-show .part-2 {
  text-align: center;
}
.case-show .part-3 {
  padding-bottom: 0.5rem;
}
.case-show .part-3 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case-show .part-3 .left {
  width: 50%;
  padding-right: 0.4rem;
}
.case-show .part-3 .right {
  width: 50%;
  padding: 0.2rem 0.4rem 0.6rem 0.4rem;
  background: #222a3d;
  color: #fff;
}
.case-show .part-3 .right a {
  color: #fff;
}
.case-show .part-3 .title {
  font-size: 0.42rem;
  margin-bottom: 0.2rem;
}
.case-show .part-4 {
  position: relative;
}
.case-show .part-4 .pic {
  text-align: center;
}
.case-show .part-4 .text {
  position: relative;
  margin-top: -2.4rem;
}
.case-show .part-4 .text .container {
  background: #fff;
  box-shadow: 0 0.29rem 0.62rem 0 rgba(0, 0, 0, 0.13);
  min-height: 2.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.case-show .part-4 .text .left {
  width: 40%;
}
.case-show .part-4 .text .right {
  width: 60%;
  padding-right: 1.6rem;
}
.case-show .returnList {
  text-align: center;
  position: relative;
  z-index: 20;
  padding-top: 0.9rem;
}
.case-show .returnList a {
  color: #333;
}
.case-show .returnList a:hover {
  opacity: .8;
}
.case-show .returnList .bt {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.case-show .returnList .icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
}
.case-show .prev-next-return {
  padding-top: 0.9rem;
}
@media screen and (max-width: 1024px) {
  .case-show {
    font-size: 14px;
  }
  .case-show .part-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .case-show .part-1 .left {
    width: 100%;
    padding: 20px 20px;
  }
  .case-show .part-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .case-show .part-1 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .case-show .part-1 .info {
    font-size: 14px;
  }
  .case-show .part-2 {
    text-align: center;
  }
  .case-show .part-3 {
    padding-bottom: 40px;
  }
  .case-show .part-3 .left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .case-show .part-3 .right {
    width: 100%;
    padding: 20px 20px;
  }
  .case-show .part-3 .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .case-show .part-4 .text {
    margin-top: 0px;
  }
  .case-show .part-4 .text .container {
    box-shadow: 0 0.29rem 0.62rem 0 rgba(0, 0, 0, 0.13);
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .case-show .part-4 .text .left {
    width: 100%;
  }
  .case-show .part-4 .text .right {
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
  .case-show .returnList {
    padding-top: 60px;
  }
  .case-show .returnList .bt {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .case-show .returnList .icon {
    width: 40px;
    height: 40px;
  }
  .case-show .prev-next-return {
    padding-top: 60px;
  }
}
.inside-jhty {
  padding-top: 0.7rem;
}
.inside-jhty .list-2 {
  padding-top: 0;
}
.inside-cprj {
  padding-top: 0.46rem;
  padding-bottom: 1rem;
}
.inside-cprj ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.17rem;
}
.inside-cprj li {
  width: 25%;
  padding: 0 0.17rem;
  padding-top: 0.34rem;
}
.inside-cprj li .box {
  display: block;
  background: #f7f9fc;
  text-align: center;
  padding-top: 0.1rem;
}
.inside-cprj li .pic {
  margin: 0 auto;
  max-width: 1.95rem;
  position: relative;
}
.inside-cprj li .pic:after {
  content: "";
  display: block;
  padding-bottom: 135.38461538%;
}
.inside-cprj li .icon {
  padding-right: 0.25rem;
  text-align: right;
}
.inside-cprj li .icon img {
  max-height: 0.3rem;
}
.inside-cprj li .tit {
  color: #3c3c3c;
  font-size: 0.18rem;
  padding: 0 0.15rem;
  overflow: hidden;
  line-height: 0.75rem;
  height: 0.75rem;
  background: #ededed;
  margin-top: 0.35rem;
}
@media (max-width: 1024px) {
  .inside-cprj li {
    width: 50%;
  }
  .inside-cprj li .tit {
    font-size: 15px;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 480px) {
  .inside-cprj li {
    width: 100%;
  }
}
.inside-cpcx {
  padding-top: 0.9rem;
}
.inside-cpcx .info {
  color: #000;
  padding-top: 0.2rem;
  font-size: 0.2rem;
  text-align: center;
}
.inside-cpcx .list {
  margin: 0 auto;
  padding-top: 0.7rem;
  max-width: 19.2rem;
}
.inside-cpcx .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-cpcx .list li {
  width: 49.5%;
  padding-top: 0.2rem;
}
.inside-cpcx .list li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaeaea;
}
.inside-cpcx .list li .text {
  width: 30%;
  padding-left: 0.8rem;
  transition: all 500ms ease;
}
.inside-cpcx .list li .t1 {
  color: #000;
  font-size: 0.32rem;
}
.inside-cpcx .list li .t2 {
  color: #a2a2a2;
  font-size: 0.26rem;
  line-height: 0.32rem;
  padding-top: 0.05rem;
}
.inside-cpcx .list li .tag {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding-top: 0.5rem;
}
.inside-cpcx .list li .pic {
  width: 65.6%;
  overflow: hidden;
  position: relative;
  border-left: solid 1px #fff;
}
.inside-cpcx .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 68.0713128%;
}
.inside-cpcx .list li .pic img {
  transition: all 700ms ease;
}
.inside-cpcx .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-cpcx .list {
    padding: 0 20px;
    max-width: 640px;
  }
  .inside-cpcx .list li {
    padding-top: 20px;
    width: 100%;
  }
  .inside-cpcx .list li .t1 {
    font-size: 18px;
  }
  .inside-cpcx .list li .t2 {
    font-size: 14px;
    line-height: 20px;
  }
  .inside-cpcx .list li .text {
    padding: 20px 25px;
    padding-right: 10px;
  }
  .inside-cpcx .list li .tag {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .inside-cpcx .list li .item {
    display: block;
  }
  .inside-cpcx .list li .text {
    width: 100%;
    padding: 30px;
  }
  .inside-cpcx .list li .pic {
    width: 100%;
  }
}
.inside-ppyx {
  padding: 0.9rem 0;
}
.inside-ppyx .text {
  color: #333;
  margin: 0 auto;
  font-size: 0.18rem;
  font-weight: lighter;
  max-width: 7.8rem;
  padding-top: 0.1rem;
  line-height: 0.3rem;
}
.inside-ppyx ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.inside-ppyx li {
  width: 25%;
  padding: 0 0.15rem;
  margin-top: 0.5rem;
}
.inside-ppyx li .item {
  min-height: 100%;
  background: #f1f1f1;
}
.inside-ppyx li .pic {
  overflow: hidden;
}
.inside-ppyx li .pic img {
  transition: all 700ms ease;
}
.inside-ppyx li .nr {
  padding: 0.3rem;
}
.inside-ppyx li .t1 {
  color: #333;
  padding-left: 0.15rem;
  font-weight: 700;
  font-size: 0.22rem;
  position: relative;
}
.inside-ppyx li .t1:before {
  top: 0.13rem;
  left: 0;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  background: #faad3f;
  border-radius: 50%;
}
.inside-ppyx li .t2 {
  color: #666;
  padding-left: 0.15rem;
}
.inside-ppyx li .t2 p {
  padding-top: 0.15rem;
}
.inside-ppyx li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-ppyx .text {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
  }
  .inside-ppyx ul {
    margin: 0 -10px;
  }
  .inside-ppyx li {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .inside-ppyx li {
    width: 100%;
  }
}
.inside-ppxx {
  background: #f6f6f6;
  padding: 0.9rem 0;
}
.inside-ppxx .text {
  color: #333;
  line-height: 0.3rem;
  font-size: 0.18rem;
  font-weight: lighter;
  max-width: 7.8rem;
  margin: 0 auto;
  padding-top: 0.1rem;
}
.inside-ppxx .list {
  margin-top: 0.6rem;
}
.inside-ppxx .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside-ppxx .list li {
  width: 30%;
  padding: 0 0.5rem;
}
.inside-ppxx .list li .item {
  min-height: 100%;
  transition: all 500ms ease;
}
.inside-ppxx .list li .title {
  text-align: center;
  padding: 0.25rem 0;
  border-top: solid 0.01rem #d1d1d1;
  border-bottom: solid 0.01rem #d1d1d1;
}
.inside-ppxx .list li .t1 {
  color: #000;
  line-height: 0.5rem;
  font-size: 0.42rem;
  font-weight: 700;
}
.inside-ppxx .list li .t2 {
  color: #858484;
  font-size: 0.2rem;
}
.inside-ppxx .list li .tag {
  color: #000;
  font-size: 0.22rem;
  padding: 0.45rem 0.3rem;
  padding-right: 0.2rem;
}
.inside-ppxx .list li .tag p {
  padding-left: 0.15rem;
  position: relative;
  margin-top: 0.2rem;
}
.inside-ppxx .list li .tag p:before {
  left: 0;
  content: "";
  top: 0.14rem;
  width: 0.06rem;
  height: 0.06rem;
  position: absolute;
  background: #faad3f;
  border-radius: 50%;
}
.inside-ppxx .list li:hover .item {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(232, 183, 98, 0.19);
}
.inside-ppxx .list li:hover .t1,
.inside-ppxx .list li:hover .t2 {
  color: #e8b762;
}
@media (max-width: 1024px) {
  .inside-ppxx .text {
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
  }
  .inside-ppxx .list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-ppcp {
  padding: 0.9rem 0 1.1rem 0;
  background: #fff9f1;
}
.inside-ppcp .nr {
  position: relative;
}
.inside-ppcp .tabs {
  display: flex;
  justify-content: space-between;
  padding-top: 0.7rem;
}
.inside-ppcp .menuTabs {
  margin-left: -1rem;
  position: relative;
  width: 15%;
}
.inside-ppcp .menuTabs ul {
  border-left: solid 0.02rem #fcd398;
}
.inside-ppcp .menuTabs li {
  line-height: 0.26rem;
  padding-bottom: 1rem;
  transition: all 500ms ease;
  font-size: 0.22rem;
  position: relative;
}
.inside-ppcp .menuTabs li:before {
  top: 0;
  left: -0.13rem;
  content: "";
  width: 0.26rem;
  height: 0.26rem;
  background: #fcd398;
  position: absolute;
  border-radius: 50%;
  border: solid 0.08rem #fde2bb;
}
.inside-ppcp .menuTabs li a {
  display: block;
  color: #333;
  padding-left: 0.3rem;
}
.inside-ppcp .menuTabs .active .box {
  color: #cf8d30;
}
.inside-ppcp .conTabs {
  width: 90%;
  z-index: 3;
  position: relative;
}
.inside-ppcp .item {
  display: none;
}
.inside-ppcp .item.show {
  display: block;
}
.inside-ppcp .list-2 ul {
  display: flex;
  flex-wrap: nowrap;
}
.inside-ppcp .list-2 li {
  width: 25%;
}
.inside-ppcp .list-2 li .pic {
  overflow: hidden;
  position: relative;
}
.inside-ppcp .list-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.47826087%;
}
.inside-ppcp .list-2 li .pic img {
  transition: all 700ms ease;
}
.inside-ppcp .list-2 li .text {
  background: #f7f7f7;
  transition: all 500ms ease;
  padding: 0.3rem 0.2rem;
}
.inside-ppcp .list-2 li .tag {
  color: #333;
  font-weight: lighter;
  font-size: 0.18rem;
}
.inside-ppcp .list-2 li .tag span {
  padding: 0.05rem;
  display: inline-block;
}
.inside-ppcp .list-2 li .txt {
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-ppcp .list-2 li:hover .pic img {
  transform: scale(1.1);
}
.inside-ppcp .list-2 li:hover .text {
  background: #ddac52;
}
.inside-ppcp .list-2 li:hover .tag,
.inside-ppcp .list-2 li:hover .txt {
  color: #fff;
}
.inside-ppcp .swiper-button-prev,
.inside-ppcp .swiper-button-next {
  color: #fff;
  top: auto;
  bottom: 0%;
  margin-top: auto;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #a8a49f;
  border-radius: 50%;
  transition: all 500ms ease;
}
.inside-ppcp .swiper-button-prev:after,
.inside-ppcp .swiper-button-next:after {
  font-family: "宋体";
  font-size: 0.24rem;
}
.inside-ppcp .swiper-button-prev:hover,
.inside-ppcp .swiper-button-next:hover {
  opacity: 1;
  background-color: #faad3f;
}
.inside-ppcp .swiper-button-prev {
  left: 0;
}
.inside-ppcp .swiper-button-prev:after {
  content: "<";
}
.inside-ppcp .swiper-button-next {
  left: 4%;
  right: auto;
}
.inside-ppcp .swiper-button-next:after {
  content: ">";
}
@media (max-width: 1024px) {
  .inside-ppcp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-ppcp .index-title {
    top: auto;
  }
  .inside-ppcp .index-title .en {
    font-size: 40px;
  }
  .inside-ppcp .index-title .cn {
    font-size: 24px;
  }
  .inside-ppcp .tabs {
    display: block;
    padding-top: 30px;
  }
  .inside-ppcp .tishi {
    padding: 15px 0;
  }
  .inside-ppcp .menuTabs {
    width: 100%;
  }
  .inside-ppcp .conTabs {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .inside-ppcp .menuTabs {
    margin-left: 0;
  }
  .inside-ppcp .menuTabs ul {
    border-left: 0;
  }
  .inside-ppcp .menuTabs li {
    width: 33.333%;
    font-size: 14px;
    line-height: 30px;
  }
  .inside-ppcp .menuTabs li:before {
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
  }
  .inside-ppcp .menuTabs li:last-child {
    margin-right: 0;
  }
  .inside-ppcp .listMenu {
    display: flex;
    flex-wrap: wrap;
  }
  .inside-ppcp .listMenu li {
    padding-bottom: 0;
  }
  .inside-ppcp .swiper-button-prev,
  .inside-ppcp .swiper-button-next {
    bottom: auto;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -100px;
  }
  .inside-ppcp .swiper-button-next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .inside-ppcp {
    padding: 40px 0;
  }
  .inside-ppcp .list-2 {
    padding-top: 0;
  }
  .inside-ppcp .list-2 ul {
    padding: 0;
  }
  .inside-ppcp .list-2 li {
    width: 50%;
  }
  .inside-ppcp .list-2 li .text {
    padding: 30px 20px;
  }
  .inside-ppcp .list-2 li .tag {
    font-size: 14px;
  }
  .inside-ppcp .list-2 li .tag span {
    padding: 3px;
  }
  .inside-ppcp .list-2 li .txt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .inside-ppcp .list-2 li {
    width: 100%;
    padding-bottom: 0;
  }
  .inside-ppcp .list-2 li:first-child {
    padding-top: 0;
  }
}
.common-title {
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0.25rem;
}
.common-title .title-1 {
  font-size: 0.52rem;
  color: #333333;
  margin-bottom: 0.25rem;
  position: relative;
}
.common-title .title-1 > span {
  position: relative;
  z-index: 1;
}
.common-title .title-1 .icon {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 0.03rem #cf8d30 solid;
  position: absolute;
  z-index: -1;
  top: 0.2rem;
  right: -0.15rem;
}
.common-title .title-2 {
  font-weight: 100;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 0.3rem;
  position: relative;
}
.common-title .title-2::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.02rem;
  background: #aaaaaa;
  transform-origin: top left;
  transform: rotate(25deg);
  margin-left: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-title .container {
  display: flex;
  flex-wrap: wrap;
}
.common-title.alignCenter {
  text-align: center;
}
.common-title.alignCenter .title-2::after {
  left: 50%;
  transform: translateX(-50%) rotate(25deg);
}
@media screen and (max-width: 1024px) {
  .common-title {
    padding-bottom: 15px;
  }
  .common-title .title-1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .common-title .title-1 .icon {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .common-title .title-2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .common-title .title-2::after {
    width: 20px;
    height: 1px;
  }
}
.prev-next-return {
  position: relative;
}
.prev-next-return .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.prev-next-return .prev a,
.prev-next-return .next a {
  display: block;
  width: 0.9rem;
  height: 0.3rem;
}
.prev-next-return .prev a {
  background-image: url(../images/prev-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 0.9rem 0.14rem;
}
.prev-next-return .prev a:hover {
  background-image: url(../images/prev-1-2.png);
}
.prev-next-return .next a {
  background-image: url(../images/next-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 0.9rem 0.14rem;
}
.prev-next-return .next a:hover {
  background-image: url(../images/next-1-2.png);
}
.prev-next-return .return {
  text-align: center;
  position: relative;
  z-index: 20;
}
.prev-next-return .return a {
  color: #333;
}
.prev-next-return .return a:hover {
  opacity: .8;
}
.prev-next-return .return .bt {
  display: block;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.prev-next-return .return .icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .prev-next-return {
    padding-top: 60px;
  }
  .prev-next-return .prev a,
  .prev-next-return .next a {
    display: block;
    width: 45px;
    height: 15px;
    background-size: 45px 7px;
  }
  .prev-next-return .return .bt {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .prev-next-return .return .icon {
    width: 40px;
    height: 40px;
  }
}
.inside-contact {
  overflow: hidden;
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.inside-contact:after {
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background: #f7f7f7;
}
.inside-contact .con {
  padding-top: 0.3rem;
  padding-left: 0.5rem;
  background: #f7f7f7;
  position: relative;
  z-index: 3;
}
.inside-contact .con .tit-2 {
  text-align: center;
  font-size: 0.4rem;
  line-height: 0.5rem;
  padding-top: 0.6rem;
  font-weight: 700;
}
.inside-contact .lxfs .list li {
  border-bottom: 1px #cfd0d0 solid;
  padding-top: 0.5rem;
  padding-bottom: 0.8rem;
}
.inside-contact .lxfs .list li:last-child {
  border-bottom: none;
}
.inside-contact .lxfs .list .box {
  display: flex;
  flex-wrap: wrap;
}
.inside-contact .lxfs .list .bt {
  width: 40%;
  color: #000;
  font-weight: 700;
  font-size: 0.32rem;
  padding-left: 0.4rem;
}
.inside-contact .lxfs .list .text {
  width: 53%;
}
.inside-contact .lxfs .list .div-1 {
  position: relative;
  padding-left: 0.9rem;
  line-height: 1;
  margin-bottom: 0.9rem;
}
.inside-contact .lxfs .list .div-1 > .icon {
  display: inline-flex;
  position: absolute;
  top: 0rem;
  left: 0;
}
.inside-contact .lxfs .list .div-1 > .icon img {
  max-height: 0.45rem;
}
.inside-contact .lxfs .list .div-1:last-child {
  margin-bottom: 0;
}
.inside-contact .lxfs .list .title {
  color: #939393;
  font-size: 0.22rem;
  padding-bottom: 0.05rem;
}
.inside-contact .lxfs .list .info {
  color: #333;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.inside-contact .lxfs .list .info a {
  color: #333;
}
.inside-contact .lxfs .list .btnDiv {
  padding-top: 0.4rem;
}
.inside-contact .lxfs .list .btnDiv a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  padding: 0 0.2rem;
  background: #5a3188;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: .5s;
}
.inside-contact .lxfs .list .btnDiv a .icon {
  margin-left: 0.1rem;
  display: inline-flex;
  width: 0.16rem;
  height: 0.16rem;
}
.inside-contact .lxfs .list .btnDiv a .icon svg {
  width: 100%;
  height: 100%;
}
.inside-contact .lxfs .list .btnDiv a:hover {
  color: #fff;
  background: #cf8d30;
}
@media screen and (max-width: 1024px) {
  .inside-contact:after {
    display: none;
  }
  .inside-contact .lxfs .list li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-contact .lxfs .list li:last-child {
    border-bottom: none;
  }
  .inside-contact .lxfs .list .bt {
    width: 40%;
    font-size: 24px;
  }
  .inside-contact .lxfs .list .text {
    width: 55%;
  }
  .inside-contact .lxfs .list .div-1 {
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .inside-contact .lxfs .list .div-1 > .icon {
    width: 30px;
    height: 30px;
    top: -2px;
  }
  .inside-contact .lxfs .list .title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .inside-contact .lxfs .list .info {
    font-size: 16px;
    line-height: 1.5;
  }
  .inside-contact .lxfs .list .btnDiv {
    padding-top: 20px;
  }
  .inside-contact .lxfs .list .btnDiv a {
    font-size: 14px;
    min-width: 120px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 15px;
  }
  .inside-contact .lxfs .list .btnDiv a::after {
    border-radius: 100px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    transform: translate(-100%);
  }
  .inside-contact .lxfs .list .btnDiv a .icon {
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
  .inside-contact .lxfs .list .btnDiv a:hover {
    text-indent: 4px;
  }
}
@media screen and (max-width: 768px) {
  .inside-contact .lxfs .list .bt {
    width: 100%;
    margin-bottom: 20px;
  }
  .inside-contact .lxfs .list .text {
    width: 100%;
  }
}
.goutong {
  color: #fff;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.goutong .container {
  max-width: 1540px;
}
.goutong a {
  color: #fff;
}
.goutong .titleBig {
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}
.goutong .info {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.goutong .socialMedia {
  margin-top: 0.4rem;
}
.goutong .socialMedia .listMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.goutong .socialMedia .listMedia li {
  display: inline-block;
  padding: 0 0.15rem;
}
.goutong .socialMedia .listMedia .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.goutong .socialMedia .listMedia .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  border: 0.02rem #ffffff solid;
}
.goutong .socialMedia .listMedia .icon img {
  max-height: 0.9rem;
}
.goutong .socialMedia .listMedia .down {
  display: none;
  color: #666;
  text-align: center;
  font-size: 0.14rem;
  align-items: center;
  width: 2.3rem;
  cursor: initial;
  padding-top: 0.2rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.goutong .socialMedia .listMedia .down .txt {
  display: block;
}
.goutong .socialMedia .listMedia .down .ewm {
  margin: auto;
  background: #fff;
  width: 1.42rem;
  border: 1px #343638 solid;
  padding: 0.05rem;
  position: relative;
}
.goutong .socialMedia .listMedia .down .ewm:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.1rem 0.06rem 0 0.06rem;
  border-color: #fff transparent transparent  transparent;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.goutong .socialMedia .listMedia .active .down {
  display: block;
}
.goutong .socialMedia .listMedia .box:hover .icon {
  opacity: .8;
}
.goutong .socialMedia .listMedia .box:hover .down {
  display: block;
}
@media screen and (max-width: 1024px) {
  .goutong {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .goutong .titleBig {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .goutong .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .goutong .socialMedia {
    margin-top: 30px;
    text-align: center;
  }
  .goutong .socialMedia .bt {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .goutong .socialMedia .listMedia {
    justify-content: center;
  }
  .goutong .socialMedia .listMedia li {
    padding: 0 5px 10px 5px;
    float: left;
  }
  .goutong .socialMedia .listMedia .box .icon {
    width: 60px;
    height: 60px;
  }
  .goutong .socialMedia .listMedia .down {
    width: auto;
    padding-top: 0;
    margin-right: 0;
    position: absolute;
  }
  .goutong .socialMedia .listMedia .down .txt {
    display: none;
  }
  .goutong .socialMedia .listMedia .down .ewm {
    width: 132px;
    padding: 5px;
  }
  .goutong .socialMedia .listMedia .down .ewm:after {
    bottom: -8px;
    border-width: 8px 6px 0 6px;
  }
}
.contact-message {
  position: relative;
  z-index: 1;
}
.contact-message::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url(../images/message-1.jpg) no-repeat top right;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.contact-message .container {
  max-width: 1540px;
}
.contact-message .left {
  width: 65%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.2rem;
  background-color: #fff;
}
.contact-message .titleBig {
  font-size: 0.5rem;
  color: #333333;
  margin-bottom: 0.2rem;
}
.contact-message .info {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .contact-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-message::before {
    display: none;
  }
  .contact-message .left {
    width: 100%;
    padding: 0;
  }
  .contact-message .titleBig {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contact-message .info {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.message-2 .selectDiv {
  display: inline-block;
  position: relative;
}
.message-2 .selectDiv:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px #bcbcbc solid;
  border-bottom: 1px #bcbcbc solid;
  position: absolute;
  top: 0.24rem;
  right: 0.15rem;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.message-2 .selectDiv select {
  font-size: 0.16rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.58rem;
  border: none;
  border-radius: 0.05rem;
  padding-left: 0.1rem;
  padding-right: 0.3rem;
  color: #666;
  appearance: none;
  border: 1px #eaeaea solid;
  background: #f4f4f5;
}
.message-2 .list-form {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
  display: flex;
  flex-wrap: wrap;
}
.message-2 .list-form li {
  width: 100%;
  padding: 0 0.05rem 0.1rem 0.05rem;
}
.message-2 .list-form li:last-child {
  padding-bottom: 0;
}
.message-2 .list-form .col-2 {
  width: 50%;
  float: left;
  clear: none;
}
.message-2 .list-form .box {
  display: block;
  position: relative;
}
.message-2 .list-form .title-form {
  text-shadow: 0 0 1px #242f37;
  font-size: 0.16rem;
  line-height: 0.6rem;
  color: #242f37;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0.2rem;
  transition: .5s;
}
.message-2 .list-form .xh {
  margin-right: 0.05rem;
  font-style: inherit;
}
.message-2 .list-form .text-form,
.message-2 .list-form .textarea-form {
  width: 100%;
  border: 1px #eaeaea solid;
  background: #f4f4f5;
  color: #666;
  font-family: "微软雅黑";
  border-radius: 0.05rem;
  font-size: 0.16rem;
  appearance: none;
}
.message-2 .list-form .text-form::-webkit-input-placeholder,
.message-2 .list-form .textarea-form::-webkit-input-placeholder {
  color: #c6c6c6;
}
.message-2 .list-form .text-form:-ms-input-placeholder,
.message-2 .list-form .textarea-form:-ms-input-placeholder {
  color: #c6c6c6;
}
.message-2 .list-form .text-form:-moz-placeholder,
.message-2 .list-form .textarea-form:-moz-placeholder {
  color: #c6c6c6;
}
.message-2 .list-form .text-form:placeholder,
.message-2 .list-form .textarea-form:placeholder {
  color: #c6c6c6;
}
.message-2 .list-form .text-form:focus,
.message-2 .list-form .textarea-form:focus {
  color: #000;
  box-shadow: 0 0 0 0.02rem #f9ad3f;
}
.message-2 .list-form .text-form {
  height: 0.6rem;
  line-height: 0.58rem;
  padding-left: 1.2rem;
}
.message-2 .list-form .textarea-form {
  padding: 0.1rem 0.2rem;
  height: 1.7rem;
  line-height: 0.3rem;
  vertical-align: top;
}
.message-2 .list-form .selectDiv {
  width: 100%;
}
.message-2 .list-form .selectDiv select {
  padding-left: 1.2rem;
}
.message-2 .list-form .focus .title-form {
  font-size: 0.16rem;
  color: #f9ad3f;
}
.message-2 .list-form .yzh {
  width: 100%;
}
.message-2 .list-form .btnDiv {
  width: 100%;
  text-align: right;
}
.message-2 .list-form .submit,
.message-2 .list-form .reset {
  color: #000;
  font-size: 0.21rem;
  display: inline-block;
  min-width: 2.08rem;
  text-align: center;
  line-height: 0.6rem;
  height: 0.6rem;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  transition: all 500ms ease;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.message-2 .list-form .submit:hover,
.message-2 .list-form .reset:hover {
  background: #fde5c2;
}
.message-2 .list-form .submit {
  width: 100%;
  border-color: #f9ad3f;
  background-color: #f9ad3f;
}
.message-2 .list-form .reset {
  border-color: #f9ad3f;
  color: #f9ad3f;
}
.message-2 .list-form .reset:hover {
  opacity: .8;
}
.message-2 .list-form .verify {
  font-size: 0.18rem;
  height: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #eaeaea inset;
  position: relative;
}
.message-2 .list-form .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.01rem #eaeaea solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem;
  z-index: 2;
  cursor: move;
}
.message-2 .list-form .verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.3rem;
}
.message-2 .list-form .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.message-2 .list-form .verify .fix-tips,
.message-2 .list-form .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #666;
  z-index: 1;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.message-2 .list-form .verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.message-2 .list-form .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.message-2 .list-form .verifyDiv {
  width: 100%;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .message-2 .selectDiv:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    top: 15px;
    right: 15px;
  }
  .message-2 .selectDiv select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
  }
  .message-2 .list-form {
    margin-top: 40px;
  }
  .message-2 .list-form li {
    padding-bottom: 20px;
  }
  .message-2 .list-form li:last-child {
    padding-bottom: 0;
  }
  .message-2 .list-form .col-2 {
    width: 100%;
  }
  .message-2 .list-form .text-form,
  .message-2 .list-form .textarea-form {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .message-2 .list-form .text-form {
    height: 40px;
    line-height: 40px;
  }
  .message-2 .list-form .textarea-form {
    height: 92px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .message-2 .list-form .title-form {
    font-size: 16px;
    position: static;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .message-2 .list-form .btnDiv {
    width: 100%;
    text-align: center;
  }
  .message-2 .list-form .submit,
  .message-2 .list-form .reset {
    height: auto;
    line-height: 40px;
    font-size: 14px;
    min-width: 120px;
    border: none;
    outline: 0;
    vertical-align: middle;
  }
  .message-2 .list-form .verifyDiv {
    width: 100%;
  }
  .message-2 .list-form .verify {
    font-size: 14px;
    height: 40px;
    max-width: 100%;
  }
  .message-2 .list-form .verify .drag-btn {
    width: 30px;
    height: 40px;
    background-size: 10px;
  }
  .message-2 .list-form .verify .suc-drag-btn {
    background-size: 10px;
  }
  .message-2 .list-form .verify .drag-progress {
    width: 30px;
    height: 40px;
    font-size: 14px;
    text-align: center;
  }
  .message-2 .list-form .verify .fix-tips,
  .message-2 .list-form .verify .verify-msg {
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
    text-align: center;
  }
  .message-2 .list-form .verify .verify-msg {
    padding-left: 0;
    padding-right: 30px;
  }
  .message-2 .list-form .selectDiv select {
    padding: 0 15px;
    color: #999;
  }
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.8rem;
}
.inside-page a {
  width: 0.4rem;
  height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 0.38rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  color: #666;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #b5b5b5;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  background: #cf8d30;
  border-color: #cf8d30;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.06rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.06rem;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page span {
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.inside-page span input {
  color: #666;
  width: 0.6rem;
  padding: 0 0.1rem;
  height: 0.24rem;
  text-align: center;
  font-family: arial;
}
@media (max-width: 1024px) {
  .inside-page {
    padding-top: 30px;
  }
  .inside-page a {
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}
.verifyDiv {
  width: 30%;
  vertical-align: middle;
  position: relative;
}
.verify {
  height: 0.5rem;
  background-color: #dcdee3;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  font-size: 0.14rem;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #cf8d30;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .erji {
  padding-bottom: 0.1rem;
  padding-top: 0.1rem;
}
.navM .erji a {
  color: #999;
  display: block;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #cf8d30;
}
.inside-map {
  padding: 0.8rem 0;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  font-weight: 700;
}
.inside-map .subnav {
  padding-top: 0.15rem;
}
.inside-map .subnav a {
  padding-right: 0.1rem;
  font-weight: normal;
  display: inline-block;
}
.goutong {
  overflow: hidden;
}
@media (max-width: 1320px) {
  .contact-message .left {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  .inside-zlys .inmain-bottom ul .li1 .box .en {
    display: none!important;
  }
  .inside-zlys .inmain-bottom ul .li2 .box .en {
    display: none!important;
  }
  .inside-zlys .inmain-bottom ul .li3 .box .en {
    display: none!important;
  }
  .inside-zlys .inmain-bottom ul .li4 .box .en {
    display: none!important;
  }
  .contact-message .left {
    padding-left: 0px;
  }
}
