* {
  box-sizing: border-box;
  outline: 0;
}
@font-face {
  font-family: "myfont";
  src: url("../fonts/roboto-regular_0.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-regular.eot');
  src: url('../fonts/Oswald-Regular.otf');
  src: url('../fonts/Oswald-Regular.ttf');
  src: url('../fonts/oswald-regular.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*: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: #47a3b8;
}
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 {
  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;
}
/*濞撳懏顨熷ù顔煎З*/
.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 fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-150px, 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;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan2;
}
body {
  color: #333;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑";
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
::-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: 17rem;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.dw {
  top: -60px;
  z-index: -1;
  position: absolute;
}
.header {
  z-index: 99;
  width: 100%;
  position: absolute;
  font-size: 0.2rem;
  transition: all 500ms ease;
}
.header .container {
  display: flex;
  align-items: center;
  height: 0.7rem;
  justify-content: space-between;
}
.header .logo {
  width: 30%;
  margin-top: 0rem;
  position: relative;
  display: inline-block;
}
.header .logo img {
  max-height: 0.5rem;
  transition: all 500ms ease;
}
.header .img2 {
  display: none;
}
.header .nav {
  width: 90%;
  padding-right: 4.2rem;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
}
.header .nav li {
  /*font-weight: lighter;*/
  line-height: 0.7rem;
  position: relative;
  
}
.header .nav li > a {
  color: #fff;
  display: block;
  position: relative;
}
.header .nav li > a:after {
  content: "";
  width: 0%;
  bottom: 0rem;
  left: 50%;
  opacity: 0;
  height: 0.03rem;
  position: absolute;
  background: #47a3b8;
  transition: all 500ms ease;
}
.header .nav li:hover > a:after,
.header .nav .active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.header .info {
  right: 0.5rem;
  position: absolute;
}
.header .yuyan {
  margin-left: 0.4rem;
  position: relative;
}
.header .yuyan a {
  color: #fff;
}
.header .yuyan img {
  width: auto;
  height: auto;
  margin-top: 0.03rem;
  margin-right: 0.05rem;
  max-height: 0.2rem;
}
.header .tel {
  color: #fff;
  margin-left: 0.4rem;
  font-size: 0.22rem;
  font-family: "myfont";
}
.header .tel img {
  margin-right: 0.05rem;
  margin-top: 0.06rem;
  max-height: 0.22rem;
}
.header .tel .t2 {
  display: none;
}
.header .subnav {
  left: 50%;
  width: 100%;
  display: none;
  transform: translateX(-50%);
  text-align: center;
  padding: 0.3rem 0.1rem;
  line-height: 0.3rem;
  min-width: 1.4rem;
  top: 0.7rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  position: absolute;
  background: #fff;
}
.header .subnav-3 {
  min-width: 2.4rem;
  text-align: left;
  padding-left: 0.25rem;
}
.header .subnav a {
  font-size: 0.16rem;
  display: block;
  margin: 0.05rem 0;
}
.header .subnav-pro {
  left: 0;
  width: 100%;
  transform: translateX(0);
  background: #fff;
  position: absolute;
  display: none;
  padding-bottom: 0.8rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.header .subnav-pro .container {
  height: auto;
  display: block;
}
.header .subnav-pro .list {
  display: flex;
  width: 100%;
}
.header .subnav-pro .title {
  font-weight: 700;
  color: #47a3b8;
  text-align: left;
  font-size: 0.28rem;
  padding-bottom: 0.2rem;
  margin-top: 0.23rem;
}
.header .subnav-pro .leftmenu {
  width: 30%;
}
.header .subnav-pro .leftmenu .drop {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.header .subnav-pro .leftmenu .drop span {
  width: 50%;
  margin-top: 0.4rem;
  padding-right: 0.1rem;
}
.header .subnav-pro .leftmenu .drop a {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
.header .subnav-pro .leftmenu .drop a:hover {
  color: #47a3b8;
}
.header .subnav-pro .tulist {
  width: 74%;
  display: flex;
}
.header .subnav-pro .tulist .pic {
  overflow: hidden;
  position: relative;
}
.header .subnav-pro .tulist .pic:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.header .subnav-pro .tulist .pic img {
  transition: all 700ms ease;
}
.header .subnav-pro .tulist .tit {
  color: #242933;
  overflow: hidden;
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-right: 0.1rem;
}
.header .subnav-pro .lefttu {
  width: 27%;
  margin-top: 0.23rem;
}
.header .subnav-pro .lefttu .tit {
  margin-top: 0.2rem;
  transition: color 500ms ease;
}
.header .subnav-pro .lefttu .item {
  display: block;
  text-align: center;
  border-radius: 0.1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.12rem;
  position: relative;
  background: linear-gradient(to bottom, #adb7c5, #e3e6eb);
}
.header .subnav-pro .lefttu .item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  border-radius: 0.1rem;
  position: absolute;
  background: rgba(51, 51, 51, 0.1);
  transition: all 500ms ease;
}
.header .subnav-pro .lefttu .item:hover:before {
  opacity: 0;
}
.header .subnav-pro .lefttu .item:hover .pic img {
  transform: scale(1.1);
}
.header .subnav-pro .lefttu .item:hover .tit {
  color: #47a3b8;
}
.header .subnav-pro .righttu {
  overflow: hidden;
  width: 70%;
}
.header .subnav-pro .righttu .hezi {
  width: 50%;
  float: left;
  padding-left: 0.3rem;
  margin-top: 0.23rem;
}
.header .subnav-pro .righttu .pic:after {
  padding-bottom: 40%;
}
.header .subnav-pro .righttu .tit {
  margin-top: 0;
}
.header .subnav-pro .righttu .item {
  text-align: center;
  border-radius: 0.1rem;
  padding-bottom: 0.15rem;
  padding-top: 0;
  position: relative;
  background: linear-gradient(to bottom, #adb7c5, #e3e6eb);
}
.header .subnav-pro .righttu .item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  border-radius: 0.1rem;
  position: absolute;
  background: rgba(51, 51, 51, 0.1);
  transition: all 500ms ease;
}
.header .subnav-pro .righttu .item:hover:before {
  opacity: 0;
}
.header .subnav-pro .righttu .item:hover .pic img {
  transform: scale(1.1);
}
.header .subnav-pro .righttu .item:hover .pic:before {
  opacity: 0;
}
.header .subnav-pro .righttu .item:hover .tit {
  color: #47a3b8;
}
.header .subnav-pro-2 {
  left: 0;
  width: 100%;
  background: #fff;
  position: absolute;
  display: none;
  transform: translateX(0);
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.header .subnav-pro-2 .container {
  height: auto;
  display: block;
}
.header .subnav-pro-2 .list {
  display: flex;
  width: 100%;
}
.header .subnav-pro-2 .title {
  font-weight: 700;
  color: #47a3b8;
  text-align: left;
  font-size: 0.28rem;
  padding-bottom: 0.2rem;
}
.header .subnav-pro-2 .leftmenu {
  width: 15%;
  padding-right: 0.2rem;
}
.header .subnav-pro-2 .leftmenu .drop {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.header .subnav-pro-2 .leftmenu .drop span {
  width: 100%;
  display: block;
  margin-top: 0.4rem;
}
.header .subnav-pro-2 .leftmenu .drop a {
  color: #333;
  font-size: 0.2rem;
  font-weight: 700;
}
.header .subnav-pro-2 .leftmenu .drop a:hover {
  color: #47a3b8;
}
.header .subnav-pro-2 .tulist {
  flex-wrap: wrap;
  display: flex;
  width: 85%;
}
.header .subnav-pro-2 .tulist .item {
  display: block;
  position: relative;
}
.header .subnav-pro-2 .tulist .item:hover .pic img {
  transform: scale(1.1);
}
.header .subnav-pro-2 .tulist .item:hover .pic:before {
  opacity: 0;
}
.header .subnav-pro-2 .tulist .item:hover .tit {
  color: #47a3b8;
}
.header .subnav-pro-2 .tulist .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
}
.header .subnav-pro-2 .tulist .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.61658031%;
}
.header .subnav-pro-2 .tulist .pic img {
  transition: all 700ms ease;
}
.header .subnav-pro-2 .tulist .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  border-radius: 0.1rem;
  position: absolute;
  background: rgba(51, 51, 51, 0.15);
  transition: all 500ms ease;
}
.header .subnav-pro-2 .tulist .tit {
  color: #fff;
  z-index: 3;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0.4rem;
  bottom: 0.1rem;
  line-height: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.3rem;
  position: absolute;
  text-align: left;
  transition: color 500ms ease;
}
.header .subnav-pro-2 .tulist .tit i {
  font-style: normal;
}
.header .subnav-pro-2 .tulist .tit span {
  float: right;
  font-size: 0.12rem;
}
.header .subnav-pro-2 .tulist .lefttu {
  width: 40.3%;
}
.header .subnav-pro-2 .tulist .righttu {
  display: flex;
  flex-wrap: wrap;
  width: 59.7%;
}
.header .subnav-pro-2 .tulist .righttu .hezi {
  width: 33.333%;
  padding-left: 0.07rem;
  padding-bottom: 0.07rem;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    width: 100%;
    height: 60px;
    background: #333!important;
    position: fixed;
    font-size: 14px;
  }
  .header .container {
    height: 60px;
    max-width: 640px;
  }
  .header .logo {
    padding-left: 0px;
  }
  .header .nav {
    display: none;
  }
  .header .info {
    right: 20px;
    display: none;
  }
  .header .tel {
    display: none;
  }
  .header .yuyan {
    margin-left: 10px;
  }
  .header .header-search {
    display: none;
  }
}
.header:hover,
.fixed,
.positon {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header:hover .nav li > a,
.fixed .nav li > a,
.positon .nav li > a {
  color: #3b3b3c;
}
.header:hover .img1,
.fixed .img1,
.positon .img1 {
  display: none;
}
.header:hover .img2,
.fixed .img2,
.positon .img2 {
  display: block;
}
.header:hover .tel .t1,
.fixed .tel .t1,
.positon .tel .t1 {
  display: none;
}
.header:hover .tel .t2,
.fixed .tel .t2,
.positon .tel .t2 {
  display: inline-block;
}
.header:hover .yuyan a,
.fixed .yuyan a,
.positon .yuyan a {
  color: #333;
}
.header:hover .tel,
.fixed .tel,
.positon .tel {
  color: #333;
}
.header:hover .header-search .s1,
.fixed .header-search .s1,
.positon .header-search .s1 {
  display: none;
}
.header:hover .header-search .s2,
.fixed .header-search .s2,
.positon .header-search .s2 {
  display: inline-block;
}
.header:hover .header-search .iinput,
.fixed .header-search .iinput,
.positon .header-search .iinput {
  border-color: #333;
}
.header-search {
  position: relative;
  width: 1.5rem;
  display: inline-block;
}
.header-search a {
  transition: all 500ms ease;
}
.header-search img {
  width: auto;
  height: auto;
  max-height: 0.2rem;
  vertical-align: middle;
  margin-bottom: 0.1rem;
}
.header-search .iinput {
  width: 100%;
  height: 0.32rem;
  padding-right: 0.3rem;
  padding-left: 0.15rem;
  line-height: 0.32rem;
  border-radius: 0.3rem;
  border: solid 1px #fff;
  background: transparent;
}
.header-search #search-btn {
  right: 0.1rem;
  top: 0.05rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .header-search img {
    max-height: 20px;
  }
}
.header-search .s2 {
  display: none;
}
.header-search {
  margin-bottom: 0.03rem;
  vertical-align: middle;
}
.header-search #search-btn {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .header-search #search-btn {
    width: 18px;
    height: 18px;
  }
}
.header .header-search .search {
  z-index: 9;
  position: relative;
}
.header-search .search .btn-search-max {
  z-index: 2;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
  position: relative;
}
.header-search .search .btn-search-max * {
  display: inline-block;
  vertical-align: middle;
}
.header-search .search .search-main {
  top: 0px;
  right: -20px;
  z-index: 9;
  width: 340px;
  display: none;
  padding: 20px;
  position: absolute;
}
@media (max-width: 640px) {
  .header-search .search .search-main {
    right: -140px;
    width: 280px;
  }
}
.header-search .search-container {
  background-color: #fff;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  height: 42px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.header-search .search-container .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 42px;
  vertical-align: top;
  padding: 10px 86px 10px 10px;
  -webkit-appearance: none;
  background-color: #ffffff;
}
.header-search .search-container .btn {
  top: 0;
  right: 0;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  background: #47a3b8;
}
.header-search #search-closed {
  right: 0;
  top: 15px;
  max-width: 30px;
  position: absolute;
  cursor: pointer;
}
.header-2 .nav li > a {
  color: #333;
}
.header-2 .yuyan a {
  color: #333;
}
.banner {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner .bscroll {
  width: 100%;
  z-index: 9;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  bottom: 0.7rem;
  position: absolute;
  font-family: arial;
  opacity: 1!important;
  animation: 1.5s fadeInDown2 linear infinite alternate;
}
.banner .bscroll:before {
  content: "";
  display: block;
  width: 2px;
  margin: 0 auto;
  height: 0.3rem;
  background: #fff;
}
.banner .bscroll:after {
  top: 0;
  left: 50%;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.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 .pic {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  display: block;
  height: 100vh;
  position: relative;
}
.banner .textbox {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  transform: translateY(-80%);
  position: absolute;
}
.banner .t1 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  font-weight: 700;
}
.banner .t2 {
  font-size: 0.5rem;
  line-height: 0.6rem;
  margin-top: 0.2rem;
}
.banner .index-more {
  margin-top: 0.8rem;
}
.banner .swiper-slide-active .t1 {
  animation: 1.5s fadeInUp2 linear;
}
.banner .swiper-slide-active .t2 {
  animation: 1.5s fadeInDown2 linear;
}
.banner .swiper-slide-active .index-more {
  animation: 1.7s scrollArrow1 linear;
}
.banner .swiper-slide-active .pic {
  animation: 2s bmove1 ease;
}
.banner .swiper-pagination {
  width: 100%;
  opacity: 1;
  text-align: center;
  bottom: 0.3rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
  transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  height: 0.3rem;
  width: 0.08rem;
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .bscroll {
    display: none;
  }
  .banner .t1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .t2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
  }
  .banner .textbox {
    transform: translateY(-50%);
  }
  .banner .pic {
    height: 50vh;
  }
}
@media (max-width: 640px) {
  .banner .pic {
    height: 300px;
  }
}
.index-more a,
.index-more span {
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.1rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.43rem;
  border-radius: 0.3rem;
  min-width: 1.4rem;
  display: inline-block;
  position: relative;
  border: solid 1px #fff;
  transition: all 500ms ease;
}
.index-more a:after,
.index-more span:after {
  content: ">";
  margin-left: 0.1rem;
  display: inline-block;
  font-size: 0.2rem;
  font-family: "宋体";
}
.index-more a:hover {
  border-color: #47a3b8;
  background: #47a3b8;
}
.fp-flex {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .fp-flex {
    display: block;
    height: auto;
    padding: 50px 0;
  }
}
.index-title {
  color: #000;
  font-size: 0.46rem;
  line-height: 0.66rem;
  /*font-weight: lighter;*/
}
.index-title span {
  color: #47a3b8;
  font-family: "myfont";
  font-weight: 500;
  font-size: 0.66rem;
}
.index-title i {
  color: #c30d23;
  font-style: normal;
}
@media (max-width: 1024px) {
  .index-title {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title span {
    font-size: 22px;
  }
}
.index-about {
  overflow: hidden;
  text-align: center;
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-about .index-title {
  color: #fff;
}
.index-about .index-title span {
  color: #fff;
}
.index-about .index-title i {
  color: #fff;
}
.index-about .numlist {
  overflow: hidden;
  position: relative;
  padding-top: 1.3rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.index-about .numlist li {
  color: #fff;
  padding: 0.8rem 0;
  margin-left: -1px;
  margin-top: -1px;
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 0.2rem;
  position: relative;
  width: 33.333%;
}
.index-about .numlist li .num {
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: top;
}
.index-about .numlist li .num span {
  vertical-align: top;
  font-family: "myfont";
}
.index-about .numlist li .num em {
  vertical-align: top;
  font-style: normal;
}
.index-about .numlist li:nth-child(1),
.index-about .numlist li:nth-child(2),
.index-about .numlist li:nth-child(3) {
  padding-top: 0.3rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.inside-about .numlist li:nth-child(1),
.inside-about .numlist li:nth-child(2),
.inside-about .numlist li:nth-child(3) {
  padding-top: 0.3rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.index-about .index-more {
  margin-top: 1rem;
}
.index-about .index-more a {
  color: #666;
  text-align: center;
  border: solid 1px #9f9f9f;
}
.index-about .index-more a:hover {
  color: #fff;
  border-color: #47a3b8;
  background: #47a3b8;
}
@media (max-width: 1024px) {
  .index-about .container {
    max-width: 640px;
  }
  .index-about .numlist {
    padding-top: 40px;
  }
  .index-about .numlist li {
    padding: 20px 0!important;
  }
  .index-about .numlist li .num {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .index-about .numlist li .num {
    font-size: 22px;
  }
  .index-about .numlist li .txt {
    font-size: 12px;
  }
}
.index-product .container {
  padding: 0 0.12rem;
  overflow: visible;
  max-width: 19.2rem;
}
.index-product .index-title {
  text-align: center;
}
.index-product .wrap {
  display: flex;
}
.index-product .list {
  overflow: hidden;
  padding-top: 0.4rem;
}
.index-product .list li {
  position: relative;
}
.index-product .tit {
  color: #242933;
  height: 0.4rem;
  /*font-weight: lighter;*/
  line-height: 0.4rem;
  font-size: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-product .txt {
  color: #666;
  margin-top: 0.05rem;
  line-height: 0.3rem;
  /*font-weight: lighter;*/
  max-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-product .index-more {
  margin-top: 0.3rem;
}
.index-product .index-more span {
  color: #666;
  border-color: #666;
}
.index-product .picbox {
  position: relative;
}
.index-product .pic {
  background: linear-gradient(to bottom, #adb7c6, #e8eaee);
  border-radius: 0.25rem;
}
.index-product .pic img {
  border-radius: 0.25rem;
}
.index-product .pich {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0.25rem;
  position: absolute;
}
.index-product .pich img {
  opacity: 0;
  transform: scale(0.9);
  transition: all 700ms ease;
}
.index-product .txtbox {
  top: 0.5rem;
  left: 0;
  width: 100%;
  padding: 0.2rem 1.1rem;
  text-align: center;
  position: absolute;
}
.index-product .index-more {
  margin-top: 0;
}
.index-product .index-more span {
  border-color: #aeb0b1;
  min-width: 1.2rem;
  height: 0.42rem;
  line-height: 0.4rem;
  font-size: 0.16rem;
}
.index-product .item {
  width: 33%;
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.index-product .item a {
  display: block;
  position: relative;
}
.index-product .item-3 .txtbox {
  top: 0.8rem;
  right: 0;
  left: auto;
  bottom: auto;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.3rem;
  text-align: left;
  padding-right: 0;
}
.index-product .item-3 .txt {
  max-height: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.index-product .item-3 .txt span {
  display: block;
}
.index-product .item-3 .index-more {
  right: auto;
  bottom: auto;
  margin-top: 0.3rem;
  position: relative;
}
.index-product .index-more {
  right: 0.2rem;
  bottom: 0.1rem;
  position: absolute;
}
.index-product .item-2 {
  width: 100%;
  margin-top: 0.2rem;
}
.index-product .item-2 .txtbox {
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}
.index-product .item-2 .index-more {
  right: auto;
  bottom: auto;
  margin-top: 0.4rem;
  position: relative;
}
.index-product .dw-1 .index-more {
  right: auto;
  bottom: auto;
  margin-top: 0.3rem;
  position: relative;
}
.index-product .dw-2 .txtbox,
.index-product .dw-3 .txtbox {
  left: 0;
  width: 100%;
  top: auto;
  text-align: left;
  bottom: 0.2rem;
  padding-right: 1.8rem;
  padding-left: 0.3rem;
  position: absolute;
}
.index-product .dw-4 {
  left: 66%;
  top: 0;
  position: absolute;
}
.index-product .dw-5 {
  left: 0;
  top: 400px;
  position: absolute;
}
.index-product .dw-6 {
  left: 33%;
  top: 400px;
  position: absolute;
}
.index-product .dw-7 {
  left: 66%;
  top: 400px;
  position: absolute;
}
.index-product .dw-8 {
  left: 66%;
  top: 0px;
  position: absolute;
}
@media (min-width: 1025px) {
  .index-product .item a:hover .pich {
    opacity: 1;
  }
  .index-product .item a:hover .pich img {
    opacity: 1;
    transform: scale(1);
  }
  .index-product .item a:hover .tit {
    color: #47a3b8;
  }
  .index-product .item a:hover .index-more span {
    color: #fff;
    border-color: #47a3b8;
    background: #47a3b8;
  }
}
@media (max-width: 1024px) {
  .index-product .container {
    padding: 0 20px;
  }
  .index-product .item-3 .txtbox {
    top: 25px;
  }
  .index-product .item-3 .txt {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 780px) {
  .index-product .item {
    padding: 0 8px;
  }
  .index-product .item .txtbox {
    padding: 0 20px;
  }
  .index-product .item .index-more {
    display: none;
  }
  .index-product .item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .index-product .txtbox {
    padding: 0 20px!important;
  }
  .index-product .txtbox .tit {
    font-size: 16px;
  }
  .index-product .txtbox .txt {
    display: none;
  }
  .index-product .index-more {
    display: none;
  }
}
@media (max-width: 480px) {
  .index-product .wrap {
    display: block;
  }
  .index-product .item {
    width: 50%;
    float: left;
    padding: 0 4px;
    margin-bottom: 9px;
  }
  .index-product .item-3 .txtbox {
    top: 40px;
  }
  .index-product .item-3 .tit {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
  .index-product .dw-4,
  .index-product .dw-5 {
    top: auto;
    left: auto;
    position: relative;
  }
}
.index-solution {
  overflow: hidden;
  position: relative;
}
.index-solution .itembox {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.index-solution .arrowbox {
  left: 1.5rem;
  top: 0rem;
  z-index: -1;
  position: absolute;
}
.index-solution .arrow {
  height: 9.8rem;
  width: 6.76rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index-solution .listpic .container {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.index-solution .listpic li {
  height: 100vh;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.index-solution .listpic .box {
  width: 43%;
}
.index-solution .listpic .tit {
  /*font-weight: lighter;*/
  font-size: 0.46rem;
  line-height: 0.56rem;
  overflow: hidden;
  height: 0.56rem;
}
.index-solution .listpic .txt {
  font-size: 0.18rem;
  overflow: hidden;
  height: 0.9rem;
  line-height: 0.3rem;
  margin: 0.3rem 0;
}
.index-solution .listpic .item {
  display: flex;
  flex-wrap: wrap;
}
.index-solution .listpic .index-more {
  padding-top: 0rem;
}
.index-solution .listnav {
  top: -0.08rem;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  position: absolute;
}
.index-solution .listnav .swiper-container {
  overflow: initial;
  padding-top: 0.4rem;
}
.index-solution .listnav li {
  z-index: 15;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  font-size: 0.28rem;
  /*font-weight: lighter;*/
  color: rgba(255, 255, 255, 0.8);
}
.index-solution .listnav li span {
  width: 0.64rem;
  height: 0.64rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.index-solution .listnav li em {
  margin-left: -0.1rem;
  font-style: normal;
  display: inline-block;
}
.index-solution .listnav li i {
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  font-style: normal;
  border: solid 2px rgba(255, 255, 255, 0);
}
.index-solution .listnav li i img {
  max-height: 0.66rem;
}
.index-solution .listnav li .ic2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.5);
  border-radius: 100%;
  position: absolute;
  transition: all 500ms ease;
  border: solid 2px #ffffff;
  background: #47a3b8;
}
.index-solution .listnav .li1 {
  margin-left: 2.4rem;
}
.index-solution .listnav .li2 {
  margin-left: 1.38rem;
}
.index-solution .listnav .li3 {
  margin-left: 1.23rem;
}
.index-solution .listnav .li4 {
  margin-left: 1.85rem;
}
.index-solution .listnav .swiper-slide-thumb-active {
  color: #fff;
}
.index-solution .listnav .swiper-slide-thumb-active .ic2 {
  opacity: 1;
  transform: scale(1);
}
.index-solution .listnav .swiper-slide-thumb-active .ic1 {
  opacity: 0;
}
.index-solution .listnav .swiper-slide-thumb-active em {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .index-solution .arrow {
    display: none;
  }
  .index-solution .listnav {
    display: none;
  }
  .index-solution .listpic li {
    height: 50vh;
    padding: 50px;
  }
  .index-solution .listpic li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-shadow: 0 0 1px #000;
  }
  .index-solution .listpic li dl {
    background: rgba(0, 0, 0, 0.1);
  }
  .index-solution .listpic .box {
    width: 100%;
    text-align: center;
  }
  .index-solution .listpic .index-more {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .index-solution .listpic li {
    height: 35vh;
  }
}
.index-case {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 19.2rem;
}
.index-case .container {
  padding: 0;
  max-width: 100%;
}
.index-case .fp-flex {
  padding-bottom: 0;
}
.index-case .index-title {
  text-align: center;
}
.index-case .list {
  margin-top: 0.4rem;
}
.index-case .box {
  display: flex;
  flex-wrap: wrap;
}
.index-case .box .item {
  width: 33.333%;
  position: relative;
}
.index-case .box .item .tit {
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
  position: absolute;
  font-size: 0.24rem;
  /*font-weight: lighter;*/
  line-height: 0.3rem;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-case .box .item i {
  font-family: "宋体";
  font-style: normal;
  letter-spacing: -2px;
  padding-left: 0.15rem;
  font-size: 0.18rem;
}
@media (min-width: 1025px) {
  .index-case .box .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-case .box .item:hover .pic:before {
    opacity: 0;
  }
  .index-case .box .item:hover .tit {
    opacity: 0;
  }
}
.index-case .box .pic {
  overflow: hidden;
  position: relative;
}
.index-case .box .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  transition: all 500ms ease;
}
.index-case .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.0625%;
}
.index-case .box .pic img {
  transition: all 500ms ease;
  width: 100%;
  height: 100%;
}
.index-case .box .item-2 {
  width: 25%;
}
.index-case .box .item-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
@media (max-width: 480px) {
  .index-case .box .item {
    width: 100%;
  }
  .index-case .box .item .tit {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-case .box .item-2 {
    width: 50%;
  }
}
.index-news {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 19.2rem;
}
.index-news .container {
  padding: 0;
  max-width: 100%;
}
.index-news .index-title {
  text-align: center;
  padding-bottom: 0.4rem;
  border-bottom: solid 1px #ebebeb;
}
.index-news .list {
  margin-top: 0.65rem;
}
.index-news .item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-news .pic {
  overflow: hidden;
  position: relative;
}
.index-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.1237785%;
}
.index-news .pic img {
  transition: all 700ms ease;
}
.index-news .tit {
  left: 0;
  top: 0.5rem;
  color: #fff;
  font-size: 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.4rem;
  font-weight: 700;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .hover {
  opacity: 0;
  right: 0;
  top: 0;
  height: 100%;
  color: #fff;
  transform: scale(1.1);
  padding: 0.2rem;
  padding-top: 0.55rem;
  max-width: 3.1rem;
  background: #47a3b8;
  position: absolute;
  transition: all 500ms ease;
}
.index-news .t1 {
  font-weight: 700;
  font-size: 0.2rem;
  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 .t2 {
  margin-bottom: 0.5rem;
  margin-top: 0.15rem;
  line-height: 0.3rem;
  height: 0.9rem;
  font-size: 0.16rem;
  /*font-weight: lighter;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.index-news .time {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  border-top: solid 1px #fff;
}
.index-news .date {
  font-size: 0.54rem;
  line-height: 0.54rem;
  font-family: "myfont";
  font-weight: 700;
}
.index-news .year {
  font-family: "myfont";
}
.index-news .year span {
  display: block;
}
.index-news .index-more {
  margin-top: 0.8rem;
  text-align: center;
}
.index-news .index-more a {
  color: #666;
  border-color: #666;
}
.index-news .index-more a:hover {
  color: #fff;
  border-color: #47a3b8;
}
@media (max-width: 1024px) {
  .index-news .list {
    margin-top: 0;
  }
  .index-news .tit {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .index-news .index-more {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .index-news .item:hover .pic img {
    transform: scale(1.1);
  }
  .index-news .item:hover .tit {
    opacity: 0;
  }
  .index-news .item:hover .hover {
    opacity: 1;
    transform: scale(1);
  }
}
.index-message .item {
  margin-left: 0.75rem;
  text-align: center;
  max-width: 6.3rem;
}
.index-message .icon img {
  max-height: 0.71rem;
}
.index-message .text {
  font-size: 0.2rem;
  /*font-weight: lighter;*/
  line-height: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.6rem;
}
.index-message .search {
  line-height: 0.58rem;
  position: relative;
}
.index-message .search input {
  width: 100%;
  color: #666;
  font-size: 0.16rem;
  height: 0.6rem;
  padding-left: 1.3rem;
  padding-right: 0.4rem;
  line-height: 0.58rem;
  border-radius: 0.08rem;
  border: solid 1px #e2e2e2;
  transition: all 500ms ease;
}
.index-message .search input:focus {
  border-color: #47a3b8;
}
.index-message .search label {
  top: 0;
  left: 0.2rem;
  color: #111111;
  position: absolute;
}
.index-message .search label:after {
  content: "";
  width: 1px;
  right: -0.15rem;
  top: 50%;
  background-color: #666;
  height: 0.14rem;
  position: absolute;
  transform: translateY(-46%);
}
.index-message .itextarea {
  margin-top: 0.2rem;
}
.index-message .itextarea textarea {
  width: 100%;
  color: #333;
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem;
  height: 1.2rem;
  border-radius: 0.08rem;
  border: solid 1px #e2e2e2;
  transition: all 500ms ease;
}
.index-message .itextarea textarea:focus {
  border-color: #47a3b8;
}
.index-message .btn {
  color: #fff;
  margin-top: 0.3rem;
  line-height: 0.58rem;
  display: inline-block;
  font-size: 0.2rem;
  text-align: center;
  min-width: 2rem;
  border-radius: 0.6rem;
  background: #47a3b8;
  transition: background-color 500ms ease;
}
.index-message .btn:hover {
  background-color: #4eb3ca;
}
@media (max-width: 1024px) {
  .index-message {
    background: #f5f5f5!important;
  }
  .index-message .container {
    padding: 0 20px;
    max-width: 640px;
  }
  .index-message .item {
    margin-left: 0;
    max-width: 100%;
  }
  .index-message .search input {
    font-size: 14px;
  }
  .index-message .search label:after {
    height: 14px;
  }
  .index-message .search .btn {
    min-width: 1.6rem;
  }
  .index-message .itextarea textarea {
    font-size: 14px;
  }
}
.footer {
  color: #c0c4ca;
  padding-top: 0.7rem;
  overflow: hidden;
  background: #000000;
  position: relative;
}
.footer a {
  color: #c0c4ca;
  transition: color 500ms ease;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer li {
  width: 12.5%;
}
.footer li h3 {
  color: #fff;
  font-weight: normal;
  padding-bottom: 0.15rem;
}
.footer li h3 a {
  color: #fff;
  font-size: 0.18rem;
}
.footer li h3 a:hover {
  color: #47a3b8;
}
.footer li:nth-child(2) {
  width: 16%;
}
.footer li:nth-child(3) {
  width: 18%;
}
.footer .drop {
  /*font-weight: lighter;*/
}
.footer .drop a {
  display: block;
  margin-top: 0.15rem;
  position: relative;
}
.footer .contact {
  width: 28.5%;
  padding-left: 1.55rem;
  position: relative;
}
.footer .contact .t1 {
  padding-left: 0.3rem;
  position: relative;
}
.footer .contact .t1 img {
  left: 0;
  top: 0.02rem;
  position: absolute;
  max-height: 0.22rem;
}
.footer .contact .t2 {
  color: #fff;
  padding-left: 0.3rem;
  font-size: 0.3rem;
  font-family: "myfont";
  padding-bottom: 0.2rem;
}
.footer .contact .t3 {
  padding-left: 0.3rem;
  margin-bottom: 0.3rem;
}
.footer .scrolldb {
  right: 0.2rem;
  color: #fff;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.14rem;
  text-align: center;
  transition: all 500ms ease;
  border: solid 2px #fff;
  padding-top: 0.15rem;
  position: absolute;
}
.footer .scrolldb:before {
  top: 0.1rem;
  left: 50%;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  margin-left: -0.04rem;
  position: absolute;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  transform: rotate(45deg);
}
.footer .scrolldb:hover {
  border-color: #47a3b8;
  background: #47a3b8;
}
@media (max-width: 1024px) {
  .footer .scrolldb {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .footer .scrolldb:before {
    width: 8px;
    height: 8px;
  }
}
.footer .socialMedia {
  padding-left: 0.23rem;
  padding-bottom: 1.8rem;
  margin-top: 0.15rem;
}
.footer .socialMedia .list li {
  margin-left: 0.05rem;
  width: auto!important;
  display: inline-block;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  background: #bdbfc2;
  display: block;
  text-align: center;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
}
.footer .socialMedia .list .icon:hover {
  border-color: #47a3b8;
  background-color: #47a3b8;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  align-items: center;
  width: 1.55rem;
  cursor: initial;
  position: absolute;
  top: 140%;
  left: 50%;
  margin-left: -0.2rem;
}
.footer .socialMedia .list li.cur .down {
  display: block;
}
.footer .socialMedia .list .down .ewm {
  width: 1.55rem;
  position: relative;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .copy {
  color: #8a8f99;
  margin-top: 0.2rem;
  padding: 0.15rem 0;
  /*font-weight: lighter;*/
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .copy span {
  padding: 0 0.4rem;
  display: inline-block;
}
.footer .sitemap {
  float: right;
}
@media (max-width: 1024px) {
  .footer ul {
    padding-left: 20px;
  }
  .footer li {
    display: none;
  }
  .footer .contact {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .footer .contact .t1 {
    padding-left: 30px;
  }
  .footer .contact .t1 img {
    top: 0;
    max-height: 22px;
  }
  .footer .contact .t2 {
    padding-left: 30px;
  }
  .footer .contact .t3 {
    padding-left: 30px;
  }
  .footer .socialMedia {
    padding-left: 8px;
  }
  .footer .copy {
    font-size: 12px;
  }
  .footer .copy span {
    padding: 0 10px;
  }
  .footer .sitemap {
    float: none;
  }
}
.active.index-about .index-title {
  animation: 1.5s fadeInUp2 ease ;
}
.active.index-about .numlist li .item {
  animation: 1.5s fadeInDown2 ease ;
}
.active.index-product .leftbox .item {
  animation: 1.5s scrollArrow1 ease ;
}
.active.index-product .rightbox .item {
  animation: 1.5s scrollArrow1 ease ;
}
.active.index-case .box .item {
  animation: 1.5s scrollArrow1 ease ;
}
.active.index-news .index-title {
  animation: 2s fadeInUp2 ease ;
}
.active.index-news .list {
  animation: 2s fadeInDown2 ease ;
}
.active.index-message .icon {
  animation: 1.5s scrollArrow ease ;
}
.active.index-message .index-title {
  animation: 2s fadeInUp2 ease ;
}
.active.index-message .text {
  animation: 2s fadeInDown2 ease ;
}
.active.index-message .search {
  animation: 1.5s scrollArrow ease ;
}
.active.inside-banner .f56 {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-banner .index-title {
  animation: 2s fadeInDown2 ease ;
}
.inside-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  text-align: center;
}
.inside-banner .f56 {
  color: #fff;
  font-size: 0.56rem;
  line-height: 0.6rem;
}
.inside-banner .index-title {
  color: #fff;
  font-weight: 400;
  padding-top: 0.2rem;
  font-size: 0.44rem;
}
.inside-banner .index-title span {
  color: #fff;
  font-size: 0.44rem;
}
.inside-banner .index-title i {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.06rem;
  vertical-align: middle;
  display: inline-block;
  background: #ac0101;
  border-radius: 50%;
}
.inside-banner .arrowbot {
  bottom: 0.6rem;
  width: 100%;
  text-align: center;
  position: absolute;
  animation: 1.5s fadeInUp3  infinite alternate;
}
.inside-banner .arrowbot a {
  height: 1rem;
  color: #fff;
  position: relative;
  display: block;
}
.inside-banner .arrowbot a:after {
  content: "";
  transform: rotate(135deg);
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
    height: 450px;
    background-position: top center;
  }
  .inside-banner .fp-flex {
    padding: 0;
    display: flex;
    height: 100%;
  }
  .inside-banner .f56 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner .index-title {
    padding-top: 0;
    font-size: 16px;
  }
  .inside-banner .index-title span {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inside-banner {
    height: 200px;
  }
}
.inside-banner-2 {
  text-align: left;
}
.inside-banner-2 .f56 {
  color: #333;
}
.inside-banner-2 .index-title {
  color: #333;
}
.inside-banner-2 .index-title span {
  color: #333;
}
.inside-about {
  position: relative;
}
.inside-about .f46 {
  padding-bottom: 0.4rem;
  /*font-weight: lighter;*/
  color: #242933;
  font-size: 0.46rem;
  text-align: center;
}
.inside-about .index-title {
  color: #000;
  text-align: center;
  font-size: 0.41rem;
}
.inside-about .index-title span {
  color: #47a3b8;
  font-size: 0.59rem;
}
.inside-about .index-title i {
  color: #c30d23;
}
.inside-about .text {
  text-align: left;
  padding-bottom: 0.6rem;
  /*font-weight: lighter;*/
  font-size: 0.175rem;
  line-height: 0.36rem;
}
.inside-about .text p {
  padding-top: 0.2rem;
}
.inside-about .numlist {
  padding-top: 0.3rem;
}
.inside-about .numlist ul {
  width: 100%;
  padding-right: 1rem;
}
.inside-about .numlist li {
  border: 0;
  padding: 0;
  color: #000;
  padding: 0.25rem;
  text-align: center;
}
.inside-about .numlist li .num {
  color: #47a3b8;
  font-size: 0.66rem;
  line-height: 0.7rem;
}
@media (max-width: 1024px) {
  .inside-about .f46 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .inside-about .text {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-about .numlist ul {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .inside-about .index-title {
    font-size: 20px;
  }
  .inside-about .index-title span {
    font-size: 20px;
  }
  .inside-about .numlist {
    text-align: center;
  }
  .inside-about .numlist li {
    padding: 10px 0!important;
  }
  .inside-about .numlist li .num {
    font-size: 20px;
    line-height: 30px;
  }
}
.inside-histroy {
  font-size: 0.18rem;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-histroy .index-title {
  text-align: center;
}
.inside-histroy .text {
  text-align: center;
  padding-top: 0.2rem;
}
.inside-histroy .warp {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: -0.8rem;
  justify-content: space-between;
}
.inside-histroy .mySwiper2 {
  width: 78%;
  padding-top: 0.8rem;
  overflow: hidden;
}
.inside-histroy .mySwiper2 .text-2 {
  padding-right: 2.3rem;
  padding-left: 1.8rem;
}
.inside-histroy .mySwiper2 .tit {
  padding-bottom: 0.2rem;
  min-height: 1.5rem;
}
.inside-histroy .mySwiper2 .txt {
  color: #222;
  font-size: 0.28rem;
  line-height: 0.45rem;
  min-height: 1.5rem;
  margin-bottom: 0.9rem;
}
.inside-histroy .list {
  width: 22%;
  color: #222;
  padding: 1.5rem 0;
  padding-bottom: 0.8rem;
  text-align: right;
  position: relative;
}
.inside-histroy .list:before {
  content: "";
  top: 0;
  right: 0;
  width: 0.39rem;
  height: 100%;
  position: absolute;
  background: url(../images/fzlc-line.png) repeat-y;
  background-size: cover;
}
.inside-histroy .mySwiper {
  overflow: hidden;
  height: 6rem;
}
.inside-histroy .mySwiper .swiper-slide {
  height: auto!important;
}
.inside-histroy .mySwiper .item {
  height: 1rem;
  padding-right: 0.8rem;
  cursor: pointer;
  position: relative;
}
.inside-histroy .mySwiper .item:before {
  content: "";
  width: 0.4rem;
  height: 1px;
  top: 0.2rem;
  right: -0.18rem;
  position: absolute;
  background: #d6d6d6;
}
.inside-histroy .mySwiper .time {
  color: #666;
  font-size: 0.3rem;
  line-height: 1rem;
  transition: all 500ms ease;
  font-family: "Oswald";
}
.inside-histroy .mySwiper .swiper-slide-thumb-active .time {
  color: #333;
  font-size: 0.89rem;
}
.inside-histroy .swiper-button-prev,
.inside-histroy .swiper-button-next {
  left: 3.13rem;
  transition: all 500ms ease;
  opacity: 1!important;
  margin-top: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
}
.inside-histroy .swiper-button-prev:after,
.inside-histroy .swiper-button-next:after {
  font-size: 0;
}
.inside-histroy .swiper-button-prev {
  top: 0.5rem;
  transform: rotate(90deg);
  background: url(../images/prev-2.png) no-repeat center center #ffffff;
  background-size: cover;
}
.inside-histroy .swiper-button-prev:hover {
  background: url(../images/prev-2-h.png) no-repeat center center #47a3b8;
}
.inside-histroy .swiper-button-next {
  top: auto;
  bottom: 0.5rem;
  transform: rotate(90deg);
  background: url(../images/next-2.png) no-repeat center center #ffffff;
  background-size: cover;
}
.inside-histroy .swiper-button-next:hover {
  background: url(../images/next-2-h.png) no-repeat center center #47a3b8;
}
@media (max-width: 1024px) {
  .inside-histroy {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-histroy .warp {
    display: block;
    margin-top: 0;
  }
  .inside-histroy .mySwiper {
    height: auto;
  }
  .inside-histroy .swiper-button-prev {
    left: 0;
    top: 0;
    transform: rotate(0);
  }
  .inside-histroy .swiper-button-next {
    right: 0;
    left: auto;
    top: 0;
    transform: rotate(0);
  }
  .inside-histroy .swiper-slide-thumb-active .time {
    color: #333;
    font-weight: 700;
    font-size: 20px!important;
    line-height: 30px!important;
  }
  .inside-histroy .container {
    display: block;
    padding: 0 20px;
    overflow: hidden;
  }
  .inside-histroy .text {
    font-size: 14px;
  }
  .inside-histroy .list {
    margin-top: 30px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    float: none;
  }
  .inside-histroy .list:before {
    display: none;
  }
  .inside-histroy .list .item:before {
    display: none;
  }
  .inside-histroy .mySwiper2 {
    width: 100%;
  }
  .inside-histroy .mySwiper2 .txt {
    line-height: 24px;
    font-size: 16px;
    min-height: auto;
    margin-bottom: 30px;
  }
  .inside-histroy .mySwiper {
    width: 100%;
  }
  .inside-histroy .mySwiper .item {
    height: auto;
    padding: 0 10px;
    margin-top: 0.05rem;
  }
  .inside-histroy .mySwiper .time {
    line-height: 30px!important;
  }
  .inside-histroy .mySwiper2 {
    padding-top: 30px;
  }
  .inside-histroy .mySwiper2 .pic {
    width: 100%;
    float: none;
  }
  .inside-histroy .mySwiper2 .text-2 {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .inside-histroy .mySwiper2 .box {
    padding-top: 0;
  }
  .inside-histroy .mySwiper2 .tit {
    min-height: auto;
  }
  .inside-histroy .mySwiper2 .txt {
    margin-top: 10px;
    height: auto;
  }
  .inside-histroy .list {
    overflow: hidden;
  }
  .inside-histroy .list:before {
    background-size: cover;
  }
  .inside-histroy .list .container {
    overflow: hidden;
  }
}
.inside-culture {
  position: relative;
}
.inside-culture .title {
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 9;
  top: 1.1rem;
  text-align: center;
  position: absolute;
}
.inside-culture .title .f46 {
  font-size: 0.46rem;
  /*font-weight: lighter;*/
}
.inside-culture .title .f18 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.inside-culture .box {
  margin: 0 auto;
  width: 100%;
  max-width: 19.2rem;
}
.inside-culture ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inside-culture li {
  width: 33.333%;
  color: #fff;
  display: flex;
  height: 100vh;
  overflow: hidden;
  position: relative;
  align-items: flex-end;
  padding: 0.85rem 1.1rem;
  transition: all 500ms ease;
  border-right: dashed 1px rgba(255, 255, 255, 0.37);
}
.inside-culture li:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  transform: scale(2);
  display: block;
  position: absolute;
  background: rgba(71, 163, 184, 0.21);
  transition: all 700ms ease;
}
.inside-culture .item {
  z-index: 2;
  position: relative;
}
.inside-culture .icon img {
  max-height: 1.24rem;
  transition: all 500ms ease;
}
.inside-culture .tit {
  font-size: 0.3rem;
  line-height: 0.4rem;
  margin: 0.4rem 0 0.2rem 0rem;
}
.inside-culture .txt {
  height: 0;
  font-size: 0.18rem;
  line-height: 0.32rem;
  overflow: hidden;
  transition: all 500ms ease;
}
@media (min-width: 1025px) {
  .inside-culture li:hover {
    padding-bottom: 2.6rem;
  }
  .inside-culture li:hover:after {
    opacity: 1;
    height: 100%;
    transform: scale(1);
  }
  .inside-culture li:hover .txt {
    height: auto;
  }
  .inside-culture li:hover .icon img {
    transform: scale(1.1);
  }
}
@media (max-width: 1024px) {
  .inside-culture {
    height: auto;
  }
  .inside-culture .fp-flex {
    padding: 50px 20px;
  }
  .inside-culture .title {
    top: auto;
    left: auto;
    position: relative;
  }
  .inside-culture .title .f18 {
    margin-top: 0;
    font-size: 14px;
  }
  .inside-culture ul {
    padding-top: 40px;
  }
  .inside-culture li {
    height: auto;
    padding: 20px;
    width: 33.3333%;
    text-align: center;
  }
  .inside-culture .item {
    width: 100%;
  }
  .inside-culture .tit {
    font-size: 18px;
    margin-top: 15px;
  }
  .inside-culture .txt {
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 580px) {
  .inside-culture li {
    width: 50%;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.37);
  }
  .inside-culture li .icon img {
    max-height: 50px;
  }
  .inside-culture li:nth-child(2) {
    border-right: 0;
  }
  .inside-culture li:nth-child(3) {
    border-bottom: 0;
  }
}
.about-culture {
  height: 100vh;
  padding-top: 1.4rem;
  overflow: hidden;
  font-size: 0.2rem;
  background-size: cover;
}
.about-culture .title {
  color: #242933;
  /*font-weight: lighter;*/
  font-size: 0.46rem;
}
.about-culture .text {
  font-size: 0.18rem;
  padding-top: 0.2rem;
  padding-bottom: 1.3rem;
}
.about-culture .t1 {
  color: #333;
  font-size: 0.3rem;
  font-weight: normal;
}
.about-culture .t1 i {
  font-weight: 700;
  font-size: 0.4rem;
  font-style: normal;
}
.about-culture .t1 span {
  color: #47a3b8;
}
.about-culture .t1,
.about-culture .t2 {
  width: 100%;
  margin: 0 auto;
  max-width: 8.7rem;
}
.about-culture .t2 {
  line-height: 0.4rem;
  margin-top: 0.3rem;
}
.about-culture .set {
  position: absolute;
  height: 13em;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3.125%;
  z-index: 25;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.about-culture .set .corona {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  bottom: -35vw;
  width: 46vw;
  height: 46vw;
  transition: transform 0.8s ease-out;
}
.about-culture .set .corona > li {
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.about-culture .set .corona > li span {
  width: 200px;
  text-align: center;
  white-space: nowrap;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  transform: translateY(10px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.set .corona > li.on span {
  opacity: 0!important;
  transform: translateY(0);
  opacity: 1;
  color: #006FBC;
}
.set .corona > li.on em {
  font-weight: 700;
  font-size: 0.4rem;
  opacity: 1;
  color: #47a3b8;
  transform: translateY(-20px);
}
.set .corona > li.on .dot {
  opacity: 1;
  transform: none;
}
.set .corona:after {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #878787;
  border-radius: 50%;
}
.set .corona > li em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.24rem;
  text-align: center;
  line-height: 40px;
  transform: translateY(0);
  display: block;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #878787;
}
.set .corona > li .dot {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(95%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.set .scale-circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35vw;
  width: 46vw;
  height: 46vw;
  transform: scale(0.9) rotate(0deg);
  animation: scaleCircleAni 100s linear infinite;
}
@keyframes scaleCircleAni {
  0% {
    transform: scale(0.9) rotate(0deg);
  }
  100% {
    transform: scale(0.9) rotate(360deg);
  }
}
.set .icon-click {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inside-news {
  position: relative;
  padding: 0.5rem 0;
}
.inside-news .title {
  text-align: center;
}
.inside-news .title .f46 {
  color: #242933;
  font-size: 0.46rem;
  line-height: 1;
  /*font-weight: lighter;*/
}
.inside-news .title .f18 {
  font-size: 0.18rem;
  /* margin-top: 0.1rem; */
}
.inside-news .listtop {
  position: relative;
  margin-top: 0.1rem;
}
.inside-news .listtop li a {
  background: #fff;
  display: flex;
  align-items: center;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  justify-content: space-between;
}
.inside-news .listtop li .pic {
  overflow: hidden;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  position: relative;
  width: 54.5%;
}
.inside-news .listtop li .pic:after {
  content: "";
  display: block;
  padding-bottom: 47.62419006%;
}
.inside-news .listtop li .pic img {
  transition: all 700ms ease;
}
.inside-news .listtop li .text {
  text-align: justify;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  width: 45%;
}
.inside-news .listtop li .text .time {
  color: #333;
  padding-bottom: 0.2rem;
  position: relative;
  font-family: arial;
}
.inside-news .listtop li .text .time:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 0.24rem;
  height: 0.02rem;
  position: absolute;
  background: #47a3b8;
}
.inside-news .listtop li .text .tit {
  transition: color 500ms ease;
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  height: 0.3rem;
  margin-top: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .listtop li .text .txt {
  color: #666;
  margin-top: 0.15rem;
  /*font-weight: lighter;*/
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .listtop li .text .more {
  color: #fff;
  margin-top: 0.6rem;
  font-size: 0.14rem;
  min-width: 1.5rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 0.3rem;
  background: #47a3b8;
  display: inline-block;
}
.inside-news .listtop li .text .more img {
  vertical-align: middle;
  margin-bottom: 0.04rem;
  margin-left: 0.1rem;
  max-height: 0.11rem;
}
.inside-news .listtop li:hover .pic img {
  transform: scale(1.1);
}
.inside-news .listtop li:hover .text .tit {
  color: #47a3b8;
}
.inside-news .listtop .swiper-pagination-progressbar {
  bottom: 0.15rem;
  top: auto;
  width: 100%;
  height: 0.02rem;
  background: #e1e1e1;
  max-width: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
.inside-news .listtop .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #47a3b8;
}
.inside-news .listtop .swiper-button-prev,
.inside-news .listtop .swiper-button-next {
  top: auto;
  width: 0.34rem;
  height: 0.34rem;
  border: solid 1px #47a3b8;
  border-radius: 50%;
  opacity: 1!important;
  bottom: 0rem;
}
.inside-news .listtop .swiper-button-prev:after,
.inside-news .listtop .swiper-button-next:after {
  opacity: 0;
}
.inside-news .listtop .swiper-button-prev {
  left: 18%;
  background: url(../images/prev.png) no-repeat center center;
  background-size: cover;
}
.inside-news .listtop .swiper-button-next {
  right: 18%;
  background: url(../images/next.png) no-repeat center center;
  background-size: cover;
}
.inside-news .listtop .swiper-button-prev:hover {
  border-color: #47a3b8;
  background: url(../images/prev-h.png) no-repeat center center #47a3b8;
  background-size: cover;
}
.inside-news .listtop .swiper-button-next:hover {
  border-color: #47a3b8;
  background: url(../images/next-h.png) no-repeat center center #47a3b8;
  background-size: cover;
}
.inside-news .list {
  padding-top: 0.1rem;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
.inside-news .list li {
  width: 33.3333%;
  padding: 0 0.12rem;
}
.inside-news .list li .item {
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.02);
}
.inside-news .list li .pic {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.93806922%;
}
.inside-news .list li .pic img {
  transition: all 700ms ease;
}
.inside-news .list li .text {
  padding: 0.25rem;
}
.inside-news .list li .tit {
  color: #333;
  font-weight: 700;
  height: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-news .list li .txt {
  color: #666;
  margin-top: 0.15rem;
  /*font-weight: lighter;*/
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .list li:hover .tit {
  color: #47a3b8;
}
.inside-news .list li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-news {
    padding: 50px 0;
  }
  .inside-news .title .f18 {
    font-size: 14px;
    margin-top: 0;
  }
  .inside-news .listtop li a {
    display: block;
    border-radius: 10px;
  }
  .inside-news .listtop li .pic {
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .inside-news .listtop li .text {
    font-size: 14px;
    width: 100%;
    padding: 30px;
  }
  .inside-news .listtop li .text .tit {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
  }
  .inside-news .listtop li .text .txt {
    line-height: 24px;
    height: 48px;
  }
  .inside-news .listtop li .text .more {
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    margin-top: 20px;
  }
  .inside-news .listtop li .text .more img {
    max-height: 11px;
    margin-bottom: 2px;
    margin-left: 5px;
  }
  .inside-news .listtop .swiper-button-prev {
    left: 0;
    background-color: #fff;
  }
  .inside-news .listtop .swiper-button-next {
    right: 0;
    background-color: #fff;
  }
  .inside-news .list li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .inside-news .list li .txt {
    line-height: 24px;
    height: 48px;
  }
}
@media (max-width: 480px) {
  .inside-news .list li {
    width: 100%;
    margin-top: 30px;
  }
  .inside-news .list li .text {
    padding: 25px;
    padding-bottom: 30px;
  }
  .inside-news .list li:first-child {
    margin-top: 0;
  }
}
.inside-news-2 .listtop ul {
  margin-bottom: 0.7rem;
}
.inside-news-2 .list {
  margin-top: 0.9rem;
}
.inside-news-2 .list li {
  margin-bottom: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-news-2 .listtop {
    margin-top: 0;
  }
  .inside-news-2 .list {
    margin-top: 20px;
  }
  .inside-news-2 .list li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .inside-news-2 .list li {
    width: 100%;
    margin-bottom: 0;
  }
}
.inside-job {
  position: relative;
}
.inside-job .listpic {
  width: 51.9%;
}
.inside-job .listpic .pic {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-job .item {
  padding-left: 1.3rem;
  max-width: 6rem;
}
.inside-job .icon img {
  max-height: 1rem;
}
.inside-job .tit {
  color: #111;
  font-size: 0.4rem;
  line-height: 0.6rem;
  /*font-weight: lighter;*/
  margin-top: 0.3rem;
}
.inside-job .txt {
  color: #000;
  margin-top: 0.3rem;
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.inside-job .txt a {
  color: #47a3b8;
  text-decoration: underline;
}
.inside-job .btn a {
  color: #fff;
  margin-top: 0.8rem;
  min-width: 1.6rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  border-radius: 0.3rem;
  background: #47a3b8;
  display: inline-block;
  transition: background-color 500ms ease;
}
.inside-job .btn a:hover {
  background: #4eb3ca;
}
.inside-job .btn img {
  vertical-align: middle;
  margin-bottom: 0.04rem;
  margin-left: 0.1rem;
  max-height: 0.3rem;
}
.inside-job .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}
.inside-job .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
}
.inside-job .swiper-pagination-bullet-active {
  background: #47a3b8;
}
@media (max-width: 1024px) {
  .inside-job .fp-flex {
    padding-top: 0;
    max-width: 640px;
    padding: 0 0px;
    margin: 0 auto;
  }
  .inside-job .listpic {
    width: 100%;
  }
  .inside-job .listpic .pic {
    height: 240px;
  }
  .inside-job .item {
    max-width: 100%;
    padding: 40px;
  }
  .inside-job .tit {
    font-size: 24px;
    line-height: 40px;
  }
  .inside-job .txt {
    font-size: 16px;
  }
  .inside-job .icon img {
    max-height: 50px;
  }
  .inside-job .btn a {
    padding: 0 15px;
    font-size: 14px;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.circle1 {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle1 i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #47a3b8;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle1: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: #47a3b8;
}
.circle1:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #47a3b8;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
.inside-ditu .container {
  position: relative;
}
.inside-ditu .leftmap a {
  z-index: 99;
  position: relative;
}
.inside-ditu .leftmap {
  margin-left: 0.85rem;
  position: relative;
  max-width: 10.1rem;
}
.inside-ditu .leftmap img {
  max-height: 8.7rem;
}
.inside-ditu .leftmap-phone {
  display: none;
}
.inside-ditu .righttext {
  color: #242933;
  right: 1.1rem;
  top: 1.5rem;
  text-align: right;
  position: absolute;
}
.inside-ditu .righttext .title {
  /*font-weight: lighter;*/
  font-size: 0.32rem;
  padding-bottom: 0.2rem;
}
.inside-ditu .circle1 {
  z-index: 5;
  display: inline-block;
  position: relative;
}
.inside-ditu .item {
  font-size: 0.15rem;
  position: absolute;
}
.inside-ditu .item:hover .nr {
  display: block;
}
.inside-ditu .item-1 {
	left: 5.35rem;
	top: 5.05rem;
}
.inside-ditu .item-1 .nr {
  right: -4.05rem;
  top: -1.4rem;
}
.inside-ditu .item-2 {
    top: 1.55rem;
    left: 1.85rem;
}
.inside-ditu .item-2 .line {
  left: -2.9rem;
}
.inside-ditu .item-3 {
    top: 3.93rem;
    left: 3.82rem;
}
.inside-ditu .item-4 {
    top: 4.13rem;
    left: 4.15rem;
}
.inside-ditu .item-5 {
    top: 3.32rem;
    left: 4.5rem;
}
.inside-ditu .item-6 {
    top: 3.18rem;
    left: 5.16rem;
}
.inside-ditu .item-7 {
    top: 4.3rem;
    left: 5.15rem;
}
.inside-ditu .item-8 {
    top: 4.17rem;
    left: 5.6rem;
}
.inside-ditu .item-9 {
	top: 5.25rem;
	left: 4.46rem;
}
.inside-ditu .item-10 {
	top: 5.7rem;
    left: 4.8rem;
}
.inside-ditu .item-11 {
    top: 3.6rem;
    left: 5.72rem;
}
.inside-ditu .item-12 {
    top: 3.57rem;
    left: 5.92rem;
}
.inside-ditu .item-13 {
	top: 2.3rem;
	left: 5.42rem;
}
.inside-ditu .item-14 {
    top: 5.3rem;
    left: 4.8rem;
}
.inside-ditu .item-15 {
    top: 5.3rem;
    left: 5.4rem;
}
.inside-ditu .item-15 .nr {
	right: -4.3rem;
}

.inside-ditu .add {
  z-index: 9;
  margin-top: -0.05rem;
  position: relative;
  color: #242933;
  opacity: 0;
}
.inside-ditu .item-1 .add {
  opacity: 1;
}

.inside-ditu .item-14 .add {
  opacity: 1;
}

.inside-ditu .cur .nr {
  display: block;
}
.inside-ditu .nr {
  z-index: 10;
  top: -1.55rem;
  right: -4.35rem;
  display: none;
  text-align: center;
  position: absolute;
  background: #fff;
  padding: 0.25rem 0.1rem;
  width: 1.8rem;
  border: solid 2px #6f6f70;
}
.inside-ditu .nr .bt {
  font-size: 0.2rem;
  color: #47a3b8;
  font-weight: 700;
}
.inside-ditu .line {
  top: 50%;
  z-index: 1;
  left: -2.63rem;
  position: absolute;
}
.inside-ditu .line img {
  max-height: 1.37rem;
}
@media (max-width: 1024px) {
  .inside-ditu .leftmap {
    display: none;
    margin-left: 0;
  }
  .inside-ditu .leftmap-phone {
    display: block;
  }
  .inside-ditu .item {
    font-size: 12px;
  }
  .inside-ditu .item-2 {
    top: 2rem;
    left: 1.5rem;
  }
  .inside-ditu .righttext {
    right: auto;
    top: auto;
    text-align: center;
    position: relative;
  }
  .inside-ditu .righttext .title {
    font-size: 20px;
  }
}
.inside-contact {
  background-color: #f6f6f6;
}
.inside-contact .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.inside-contact .pic {
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inside-contact .textbox {
  width: 50%;
  padding-left: 0.7rem;
  padding-right: 3.2rem;
}
.inside-contact .textbox h1 {
  color: #242933;
  font-weight: normal;
  /*font-weight: lighter;*/
}
.inside-contact .textbox li {
  padding-top: 0.4rem;
}
.inside-contact .textbox li .name {
  color: #000000;
  font-family: "myfont";
  font-size: 0.18rem;
  position: relative;
  font-weight: 700;
  padding-bottom: 0.15rem;
  border-bottom: solid 1px #ddd;
}
.inside-contact .textbox li .name:after {
  content: "";
  width: 0.74rem;
  height: 1px;
  left: 0;
  bottom: -1px;
  position: absolute;
  background: #47a3b8;
}
.inside-contact .textbox li .t1 {
  line-height: 0.3rem;
  padding-left: 0.4rem;
  position: relative;
  margin-top: 0.3rem;
}
.inside-contact .textbox li .t1 img {
  top: 0;
  left: 0;
  position: absolute;
  max-height: 0.31rem;
}
.inside-contact .textbox li .t2 {
  color: #000;
  font-size: 0.26rem;
  padding-left: 0.4rem;
}
.inside-contact .textbox li .t2 a {
  color: #000;
}
.inside-contact .textbox li .t2 a:hover {
  color: #47a3b8;
}
.inside-contact .textbox li .t3 {
  padding-left: 0.4rem;
  margin-top: 0.4rem;
}
.inside-contact .textbox li .t3 img {
  max-height: 1.56rem;
}
.inside-contact .textbox li .t4 {
  color: #000;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
@media (max-width: 1200px) {
  .inside-contact .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .inside-contact .container {
    margin: 0 auto;
    max-width: 640px;
    display: block;
    padding: 0 20px;
  }
  .inside-contact .pic {
    width: 100%;
    height: 300px;
  }
  .inside-contact .textbox {
    width: 100%;
    padding: 30px 0;
  }
  .inside-contact .textbox li .name {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .inside-contact .pic {
    height: 200px;
  }
}
.inside-news-show {
  position: relative;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.inside-news-show h1 {
  color: #333;
  font-weight: normal;
  line-height: 0.46rem;
  font-size: 0.36rem;
  text-align: center;
}
.inside-news-show .info {
  color: #999;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: 0.14rem;
  text-align: center;
  padding: 0.15rem 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.inside-news-show .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
.inside-news-show .tu {
  margin-top: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-news-show {
    line-height: 24px;
    padding: 40px 0 0px 0;
  }
  .inside-news-show .info {
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .inside-news-show .info span {
    padding: 0 3px;
  }
  .inside-news-show .tag {
    margin-top: 30px;
  }
}
.inside-tag {
  line-height: 0.4rem;
  margin-top: 0.6rem;
}
.inside-tag .f18 {
  color: #333;
}
.inside-tag a {
  color: #fff;
  border-radius: 0.05rem;
  margin: 0 0.05rem;
  padding: 0 0.2rem;
  display: inline-block;
  background: #47a3b8;
}
.inside-tag a:hover {
  color: #fff;
}
.inside-page-news {
  margin-top: 0.6rem;
  position: relative;
  color: #999999;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 45%;
  float: left;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li span {
  display: block;
  float: left;
  width: 15%;
}
.inside-page-news li a {
  color: #999999;
  display: block;
  float: left;
  width: 85%;
}
.inside-page-news li:nth-child(2) {
  float: right;
}
.inside-page-news li:nth-child(3) a {
  width: 100%;
}
.inside-page-news .fanhui {
  width: 10%;
  top: 0;
  left: 50%;
  padding: 0;
  height: 100%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news li:hover {
  color: #fff;
  background: #47a3b8;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 12px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
  .inside-page-news {
    margin-bottom: 40px;
  }
  .inside-page-news li span {
    display: block;
    float: left;
    width: 20%;
  }
  .inside-page-news li a {
    color: #999999;
    display: block;
    float: left;
    width: 80%;
  }
}
.inside-xg-news .index-title {
  padding-bottom: 0.1rem;
  text-align: center;
}
.inside-text {
  font-size: 0.18rem;
  text-align: center;
  padding-top: 0.2rem;
  /*font-weight: lighter;*/
  padding-bottom: 0.6rem;
}
.inside-honor {
  position: relative;
  background-position: bottom center;
}
.inside-honor:after {
  content: "";
  left: 0;
  bottom: 1.2rem;
  width: 100%;
  position: absolute;
  height: 1.7rem;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url(../images/honor-line.png);
}
.inside-honor li:hover .pic {
  background: rgba(255, 255, 255, 0.1);
}
.inside-honor .swiper-slide {
  width: auto!important;
}
.inside-honor li .arrow {
  position: absolute;
}
.inside-honor li .arrow img {
  max-height: 0.16rem;
}
.inside-honor li .arrow-1 {
  top: 0.1rem;
  left: 0.1rem;
}
.inside-honor li .arrow-2 {
  top: 0.1rem;
  right: 0.1rem;
}
.inside-honor li .arrow-3 {
  bottom: 0rem;
  left: 0.1rem;
}
.inside-honor li .arrow-4 {
  bottom: 0rem;
  right: 0.1rem;
}
.inside-honor li .picbox {
  position: relative;
}
.inside-honor li .pic {
  padding: 0.2rem;
  position: relative;
  transition: all 500ms ease;
  box-shadow: 0 0.1rem 0.2rem rgba(90, 203, 203, 0.3);
  background: rgba(255, 255, 255, 0.4);
  background: #eef5f7;
  border: solid 1px #fff;
}
.inside-honor li .pic img {
	max-height:385px
}
.inside-honor li .tit {
  color: #333;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  margin-top: 0.7rem;
}
.inside-honor .container {
  overflow: hidden;
  position: relative;
}
.inside-honor .index-title {
  text-align: center;
}
.inside-honor .swiper-container {
  margin-right: 0.3rem;
  overflow: initial;
  margin-bottom: 0.7rem;
}
.inside-honor .swiper-pagination-bullet {
  margin: 0 0.1rem;
}
.inside-honor .swiper-pagination-bullet-active {
  background: #47a3b8;
}
.inside-honor .swiper-pagination {
  bottom: 0;
  width: 100%;
  text-align: center;
}
.inside-honor .swiper-button-prev,
.inside-honor .swiper-button-next {
  width: 0.46rem;
  height: 0.46rem;
  opacity: 1!important;
  transition: all 500ms ease;
  background: #fff;
  border: solid 1px #e3e3e3;
}
.inside-honor .swiper-button-prev:hover,
.inside-honor .swiper-button-next:hover {
  border: solid 0.01rem #ffffff;
}
.inside-honor .swiper-button-prev:after,
.inside-honor .swiper-button-next:after {
  color: #494949;
  font-size: 0.24rem;
  font-family: "宋体";
}
.inside-honor .swiper-button-prev:hover,
.inside-honor .swiper-button-next:hover {
  border-color: #47a3b8;
  background: #47a3b8;
}
.inside-honor .swiper-button-prev:hover:after,
.inside-honor .swiper-button-next:hover:after {
  color: #fff;
}
.inside-honor .swiper-button-prev {
  left: 0.5rem;
}
.inside-honor .swiper-button-prev:after {
  content: "<";
}
.inside-honor .swiper-button-next {
  right: 0.6rem;
}
.inside-honor .swiper-button-next:after {
  content: ">";
}
@media (max-width: 1024px) {
  .inside-honor:after {
    bottom: 30px;
  }
  .inside-honor .fp-flex {
    padding-bottom: 0;
  }
  .inside-honor .swiper-container {
    margin-right: 0;
  }
  .inside-honor .swiper-button-prev,
  .inside-honor .swiper-button-next {
    margin-top: 0px;
  }
  .inside-honor li .tit {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .inside-honor .swiper-button-prev {
    left: 30px;
  }
  .inside-honor .swiper-button-next {
    right: 30px;
  }
}
.inside-zyzz {
  background: #f5f5f5;
}
.inside-zyzz .index-title {
  text-align: center;
}
.inside-zyzz .container {
  max-width: 18.6rem;
}
.inside-zyzz .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.inside-zyzz .pic:after {
  content: "";
  display: block;
  padding-bottom: 97.85478548%;
}
.inside-zyzz .pic img {
  border-radius: 0.1rem;
  transition: all 1000ms ease;
}
.inside-zyzz .pic:hover img {
  transform: scale(1.1);
}
.inside-zyzz li {
  padding: 0 0.05rem;
  width: 33.333%;
}
@media (max-width: 1024px) {
  .inside-zyzz .container {
    max-width: 640px;
  }
}
.inside-jdzz .index-title {
  text-align: center;
}
.inside-jdzz .container {
  max-width: 18.6rem;
}
.inside-jdzz .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.inside-jdzz .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.73799127%;
}
.inside-jdzz .pic img {
  border-radius: 0.1rem;
  transition: all 1000ms ease;
}
.inside-jdzz .pic:hover img {
  transform: scale(1.1);
}
.inside-jdzz li {
  width: 50%;
  padding: 0 0.05rem;
}
@media (max-width: 1024px) {
  .inside-jdzz .container {
    max-width: 640px;
  }
}
.inside-scjd {
  position: relative;
  background: #f5f5f5;
}
.inside-scjd .index-title {
  text-align: center;
}
.inside-scjd .inside-text {
  padding: 0 0.55rem;
  padding-top: 0.1rem;
  padding-bottom: 0.4rem;
  text-align: left;
}
.inside-scjd .f30 {
  font-size: 0.3rem;
  color: #47a3b8;
  font-weight: 700;
  text-align: center;
  padding-top: 0.2rem;
}
.inside-scjd .container {
  max-width: 18.3rem;
}
.inside-scjd .list {
  position: relative;
}
.inside-scjd .list li {
  margin-bottom: 0.2rem;
}
.inside-scjd .swiper-pagination {
  width: 100%;
  text-align: center;
}
.inside-scjd .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.15rem;
  background: #898989;
}
.inside-scjd .swiper-pagination-bullet-active {
  background: #47a3b8;
}
.inside-scjd .swiper-button-next.swiper-button-disabled,
.inside-scjd .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.inside-scjd .swiper-button-prev,
.inside-scjd .swiper-button-next {
  margin-top: 0.4rem;
  background: #d1e4e8;
  width: 0.4rem;
  height: 0.68rem;
  line-height: 0.64rem;
  text-align: center;
  opacity: 0.7;
  border: solid 1px #47a3b8;
}
.inside-scjd .swiper-button-prev:after,
.inside-scjd .swiper-button-next:after {
  color: #47a3b8;
  font-size: 0.24rem;
  font-family: "宋体";
}
.inside-scjd .swiper-button-prev {
  left: 0.08rem;
}
.inside-scjd .swiper-button-next {
  right: 0.08rem;
}
.inside-scjd .swiper-button-prev:after {
  content: "<";
}
.inside-scjd .swiper-button-next:after {
  content: ">";
}
.inside-scjd .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.inside-scjd .pic:after {
  content: "";
  display: block;
  padding-bottom: 133.55855856%;
}
.inside-scjd .pic img {
  border-radius: 0.1rem;
  transition: all 1000ms ease;
}
.inside-scjd .pic:hover img {
  transform: scale(1.1);
}
.inside-scjd li {
  padding: 0 0.05rem;
  width: 25%;
}
@media (max-width: 1024px) {
  .inside-scjd .container {
    max-width: 640px;
  }
  .inside-scjd .swiper-button-prev,
  .inside-scjd .swiper-button-next {
    display: none;
  }
}
@media (max-width: 640px) {
  .inside-scjd .inside-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-case {
  padding: 0.9rem 0;
  background: #f0f2f5;
  position: relative;
}
.inside-case li {
  margin-top: 0.5rem;
}
.inside-case li .item {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}
.inside-case li .pic {
  width: 55%;
  overflow: hidden;
  position: relative;
}
.inside-case li .pic img {
  transition: all 1000ms ease;
}
.inside-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 53.67170626%;
}
.inside-case li .text {
  width: 45%;
  color: #666;
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding-right: 0.5rem;
  padding-left: 0.7rem;
  text-align: justify;
}
.inside-case li .tit {
  color: #333;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  transition: color 500ms ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case li .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 0.96rem;
  margin-top: 0.2rem;
}
.inside-case li .tag {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 0.96rem;
  margin-top: 0.3rem;
}
.inside-case li .tag span {
  display: block;
}
.inside-case li .index-more {
  margin-top: 0.4rem;
}
.inside-case li .index-more span {
  color: #666;
  border: solid 1px #9f9f9f;
}
.inside-case li:first-child {
  margin-top: 0;
}
.inside-case li:hover .pic img {
  transform: scale(1.1);
}
.inside-case li:hover .tit {
  color: #47a3b8;
}
.inside-case li:hover .index-more span {
  color: #fff;
  border-color: #47a3b8;
  background: #47a3b8;
}
@media (max-width: 1024px) {
  .inside-case {
    padding: 40px 0;
  }
  .inside-case li .item {
    display: block;
  }
  .inside-case li .pic {
    width: 100%;
  }
  .inside-case li .text {
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-case li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .inside-case li .txt {
    height: 72px;
    margin-top: 10px;
  }
  .inside-case li .tag {
    height: 72px;
  }
}
.inside-case-show {
  position: relative;
  line-height: 0.32rem;
  /*font-weight: lighter;*/
  font-size: 0.18rem;
  padding: 1rem 0;
  padding-left: 0.2rem;
}
.inside-case-show .t1 {
  color: #333;
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: normal;
}
.inside-case-show .t2 {
  font-size: 0.13rem;
}
.inside-case-show .t2 span {
  padding: 0 0.05rem;
  display: inline-block;
}
.inside-case-show .t3 {
  padding-bottom: 0.15rem;
  padding-top: 0.2rem;
  color: #47a3b8;
  font-weight: 700;
}
.inside-case-show .t4 {
  padding-left: 0.15rem;
  position: relative;
}
.inside-case-show .t4:before {
  top: 0.12rem;
  left: 0;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  background: #47a3b8;
}
.inside-case-show .t4 span {
  font-weight: 700;
  color: #47a3b8;
}
.inside-case-show .t5 {
  padding-top: 0.2rem;
}
.inside-case-show .list {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 19rem;
}
.inside-case-show .list .pic {
  border-radius: 0.1rem;
}
.inside-case-show .list .pic img {
  border-radius: 0.1rem;
}
.inside-case-show .textbox {
  padding-top: 1rem;
}
@media (max-width: 1024px) {
  .inside-case-show {
    padding: 50px 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-case-show .list {
    padding: 0 20px;
    max-width: 640px;
    margin: 0 auto;
  }
  .inside-case-show .t2 {
    font-size: 12px;
  }
  .inside-case-show .swiper-slide {
    height: auto!important;
  }
  .inside-case-show .swiper-button-prev {
    left: 30px!important;
  }
  .inside-case-show .swiper-button-next {
    right: 30px!important;
  }
  .inside-case-show .textbox {
    padding-top: 30px;
  }
}
#certify .pic {
  border-radius: 0.1rem;
  position: relative;
}
#certify .pic:before {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.2);
  transition: all 700ms ease;
}
#certify .swiper-slide-active .pic:before {
  opacity: 0;
}
#certify .swiper-slide {
  width: 7.94rem;
  height: 5.26rem;
  background: #fff;
  border-radius: 0.1rem !important;
}
#certify .swiper-slide img {
  display: block;
  border-radius: 0.1rem;
}
#certify .swiper-button-prev {
  left: 5.3rem;
}
#certify .swiper-button-next {
  right: 5.3rem;
}
#certify .swiper-button-prev,
#certify .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
  background: rgba(255, 255, 255, 0.6);
}
#certify .swiper-button-prev:after,
#certify .swiper-button-next:after {
  color: #666;
  font-size: 0.2rem;
}
.inside-ylkj-show {
  position: relative;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding: 0.9rem 0;
}
.inside-ylkj-show .title {
  color: #333;
  font-weight: normal;
  font-size: 0.3rem;
}
.inside-ylkj-show ul {
  padding-top: 0.3rem;
}
.inside-ylkj-show li {
  padding-top: 0.3rem;
}
.inside-ylkj-show li .bt {
  font-weight: 700;
  color: #47a3b8;
  padding-bottom: 0.15rem;
}
@media (max-width: 1024px) {
  .inside-ylkj-show {
    padding: 40px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-ylkj-show ul {
    padding-top: 0;
  }
  .inside-ylkj-show li .bt {
    font-size: 16px;
  }
}
.inside-solution-3 {
  padding-bottom: 1rem;
}
.inside-solution-3 .container {
  max-width: 19.2rem;
}
.inside-solution-3 .f46 {
  color: #333;
  font-size: 0.46rem;
  text-align: center;
  padding-top: 0.5rem;
}
.inside-solution-3 .mains li {
  padding: 0 0.11rem;
  height: 3.29rem;
  width: 4.83rem !important;
}
.inside-solution-3 .mains .pic {
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.inside-solution-3 .mains .pic img {
  width: 100%;
  max-height: 3.29rem;
  vertical-align: middle;
  transition: all 1000ms ease;
  border-radius: 0.25rem;
}
.inside-solution-3 .mains .pic:after {
  content: "";
  display: block;
  padding-bottom: 57.11594203%;
}
.inside-solution-3 .mains .pic:hover img {
  transform: scale(1.05);
}
.inside-solution-3 .mains .g1,
.inside-solution-3 .mains .g2 {
  overflow: hidden;
  position: relative;
  height: 3.29rem !important;
}
.inside-solution-3 .mains .g2 {
  margin-top: 0.08rem;
}
@media (max-width: 1024px) {
  .inside-solution-3 .f46 {
    font-size: 22px;
  }
  .inside-solution-3 .mains .g1 {
    margin-left: 0;
  }
  .inside-solution-3 .mains .g2 {
    margin-right: 0;
  }
  .inside-solution-3 .mains .g1,
  .inside-solution-3 .mains .g2 {
    height: 2.09rem !important;
  }
  .inside-solution-3 .mains li {
    width: 2.8rem !important;
    height: 2.09rem;
  }
  .inside-solution-3 .mains .pic:after {
    padding-bottom: 74.64285714%;
  }
}
.inside-product {
  overflow: hidden;
  padding-bottom: 0.5rem;
  padding-top: 0.9rem;
  position: relative;
}
.inside-product .leftpro {
  float: left;
  width: 14%;
}
.inside-product .leftpro h1 {
  color: #47a3b8;
  font-size: 0.28rem;
}
.inside-product .leftpro h1 img {
  max-height: 0.17rem;
  margin-top: 0.08rem;
}
.inside-product .leftpro .search {
  position: relative;
  margin-top: 0.2rem;
  height: 0.45rem;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.inside-product .leftpro .search input {
  width: 100%;
  border: 0;
  color: #666;
  font-size: 0.16rem;
  padding: 0 0.1rem;
  line-height: 0.43rem;
  padding-right: 0.4rem;
}
.inside-product .leftpro .search .btn {
  top: 0.12rem;
  right: 0.06rem;
  position: absolute;
}
.inside-product .leftpro .search .btn img {
  max-height: 0.2rem;
}
.inside-product .leftpro .list li {
  position: relative;
  font-weight: 700;
  padding-left: 0.3rem;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.inside-product .leftpro .list li a {
  color: #333;
  display: block;
}
.inside-product .leftpro .list li span {
  top: 0.09rem;
  left: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: solid 1px #47a3b8;
  position: absolute;
}
.inside-product .leftpro .list li:hover a,
.inside-product .leftpro .list .cur a {
  color: #47a3b8;
}
.inside-product .leftpro .list li:hover span,
.inside-product .leftpro .list .cur span {
  background: #47a3b8;
}
.inside-product .rightlist {
  width: 82%;
  float: right;
}
.inside-product .rightlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
.inside-product .rightlist li {
  padding: 0 0.18rem;
  padding-bottom: 0.36rem;
  width: 33.3333%;
}
.inside-product .rightlist li .item {
  height: 6.7rem;
  overflow: hidden;
  padding-bottom: 0.37rem;
  text-align: center;
  position: relative;
  border-radius: 0.25rem;
  background: linear-gradient(to bottom, #acb7c5 30%, #f3f4f6, #e8eaef);
}
.inside-product .rightlist li .pic {
  position: relative;
}
.inside-product .rightlist li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product .rightlist li .picHover {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 700ms ease;
  opacity: 0;
}
.inside-product .rightlist li .picHover img {
  transition: all 1500ms ease;
}
.inside-product .rightlist li .text {
  z-index: 3;
  position: relative;
  padding: 0 0.3rem;
}
.inside-product .rightlist li .text .tit {
  color: #242933;
  font-size: 0.32rem;
  /*font-weight: lighter;*/
  height: 0.4rem;
  transition: color 500ms ease;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product .rightlist li .text .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #666;
  height: 0.72rem;
  line-height: 0.36rem;
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
.inside-product .rightlist li .index-more {
  margin-top: 0.2rem;
}
.inside-product .rightlist li .index-more span {
  font-size: 0.16rem;
  color: #47a3b8;
  border-color: #47a3b8;
  min-width: 1.3rem;
}
@media (min-width: 1025px) {
  .inside-product .rightlist li:hover .pic {
    opacity: 0;
  }
  .inside-product .rightlist li:hover .picHover {
    opacity: 1;
  }
  .inside-product .rightlist li:hover .picHover img {
    transform: scale(1.05);
  }
  .inside-product .rightlist li:hover .text .tit {
    color: #47a3b8;
  }
  .inside-product .rightlist li:hover .index-more span {
    color: #fff;
    background: #47a3b8;
  }
}
.inside-product .inside-page {
  padding-top: 0;
}
.inside-product .rightlist-2 {
  padding-bottom: 0.2rem;
  width: 84%;
  float: right;
}
.inside-product .rightlist-2 ul {
  width: 108%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.05rem;
  padding-bottom: 0.4rem;
}
.inside-product .rightlist-2 li {
  overflow: hidden;
  width: 50.3%;
}
.inside-product .rightlist-2 li .item {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 0.05rem;
  margin-bottom: 0.1rem;
}
.inside-product .rightlist-2 li .item:hover .pic img {
  transform: scale(1.05);
}
.inside-product .rightlist-2 li .item:hover .pic:before {
  opacity: 0;
}
.inside-product .rightlist-2 li .item:hover .tit {
  font-weight: 700;
}
.inside-product .rightlist-2 li .pic {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.inside-product .rightlist-2 li .pic img {
  transition: all 500ms ease;
}
.inside-product .rightlist-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.49484536%;
}
.inside-product .rightlist-2 li .pic:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  border-radius: 0.1rem;
  position: absolute;
  background: rgba(51, 51, 51, 0.15);
  transition: all 500ms ease;
}
.inside-product .rightlist-2 li .tit {
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
  bottom: 0.1rem;
  /*font-weight: lighter;*/
  font-size: 0.2rem;
  padding-right: 0.2rem;
  padding-left: 0.4rem;
  line-height: 0.6rem;
  height: 0.6rem;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product .rightlist-2 li .tit span {
  float: right;
  padding-left: 0.2rem;
  font-size: 0.14rem;
}
.inside-product .rightlist-2 li:first-child {
  width: 49.7%;
}
.inside-product .rightlist-2 li:first-child .item {
  width: 100%;
}
.inside-product .rightlist-2 li:first-child .pic:after {
  content: "";
  padding-bottom: 67.61658031%;
}
@media (max-width: 1024px) {
  .inside-product {
    padding: 40px 0;
  }
  .inside-product .leftpro {
    display: none;
  }
  .inside-product .rightlist {
    width: 100%;
    float: none;
  }
  .inside-product .rightlist li {
    width: 50%;
  }
  .inside-product .rightlist li .item {
    height: auto;
  }
  .inside-product .rightlist li .text .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-product .rightlist-2 {
    width: 100%;
    float: none;
  }
  .inside-product .rightlist-2 ul {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .inside-product li {
    width: 100%!important;
  }
  .inside-product li .tit span {
    display: none;
  }
}
@media (max-width: 420px) {
  .inside-product .rightlist li {
    width: 100%;
  }
  .inside-product .rightlist li .pic:after {
    padding-bottom: 60%;
  }
}
.inside-ylkj {
  padding: 0;
}
.inside-ylkj .rightlist-2 {
  padding-bottom: 0;
}
.inside-ylkj .rightlist-2 ul {
  padding-bottom: 0;
}
.inside-ylkj .inside-page {
  padding-top: 0.4rem;
  padding-bottom: 0;
}
.inside-proshow-1 {
  position: relative;
  padding: 0.6rem 0;
  background: #f2f2f2;
}
.inside-proshow-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-proshow-1 .lefttext {
  width: 53%;
  text-align: justify;
  /*font-weight: lighter;*/
  font-size: 0.3rem;
  line-height: 0.6rem;
}
.inside-proshow-1 .lefttext .tit {
  color: #242933;
  font-size: 0.56rem;
}
.inside-proshow-1 .lefttext .txt {
  padding-top: 0.4rem;
}
.inside-proshow-1 .pic {
  width: 40%;
}
@media (max-width: 1024px) {
  .inside-proshow-1 {
    padding: 40px 0;
  }
  .inside-proshow-1 .lefttext {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-proshow-1 .lefttext .tit {
    font-size: 20px;
    text-align: center;
  }
  .inside-proshow-1 .lefttext .txt {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .inside-proshow-1 .container {
    display: block;
  }
  .inside-proshow-1 .lefttext {
    width: 100%;
  }
  .inside-proshow-1 .pic {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}
.inside-proshow-2 {
  overflow: hidden;
  padding: 0.6rem 0;
}
.inside-proshow-2 .container .text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.inside-proshow-2 .lefttext {
  width: 65%;
  position: relative;
  text-align: justify;
  /*font-weight: lighter;*/
  font-size: 0.3rem;
  line-height: 0.6rem;
}
.inside-proshow-2 .lefttext .tit {
  color: #242933;
  font-size: 0.56rem;
}
.inside-proshow-2 .lefttext .txt {
  padding-top: 0.4rem;
}
.inside-proshow-2 .pic {
  width: 40%;
  position: relative;
  margin-left: -1.1rem;
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    padding: 40px 0;
  }
  .inside-proshow-2 .lefttext {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-proshow-2 .lefttext .tit {
    font-size: 20px;
  }
  .inside-proshow-2 .lefttext .txt {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .inside-proshow-2 .container {
    display: block;
  }
  .inside-proshow-2 .lefttext {
    width: 100%;
  }
  .inside-proshow-2 .lefttext .txt {
    padding-top: 0;
  }
  .inside-proshow-2 .pic {
    width: 100%;
    padding: 30px;
    margin-left: 0;
    text-align: center;
  }
}
.inside-proshow-3 {
  color: #000;
  padding-bottom: 1.3rem;
  padding-top: 0.9rem;
  text-align: center;
  background: #f3f3f3;
}
.inside-proshow-3 .title {
  font-size: 0.56rem;
  line-height: 0.7rem;
}
.inside-proshow-3 .text {
  font-size: 0.3rem;
  padding-top: 0.3rem;
}
.inside-proshow-3 .pic {
  padding-top: 0.8rem;
}
.inside-proshow-3 .tag {
  font-size: 0.34rem;
  /*font-weight: lighter;*/
  line-height: 0.6rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 {
    padding: 50px 0;
  }
  .inside-proshow-3 .title {
    font-size: 24px;
    line-height: 40px;
  }
  .inside-proshow-3 .text {
    font-size: 16px;
    padding-top: 10px;
  }
  .inside-proshow-3 .tag {
    font-size: 16px;
    line-height: 30px;
  }
}
.inside-proshow-4 {
  color: #000;
  text-align: center;
  padding: 1rem 0 0.5rem 0;
}
.inside-proshow-4 .container {
  max-width: 10.6rem;
  position: relative;
}
.inside-proshow-4 .title {
  font-size: 0.56rem;
  line-height: 0.7rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 1024px) {
  .inside-proshow-4 .title {
    font-size: 24px;
    line-height: 40px;
  }
}
.inside-page {
  font-size: 0.13rem;
  text-align: center;
  padding-top: 0.5rem;
}
.inside-page a {
  padding: 0 0.13rem;
  font-family: "myfont";
  display: inline-block;
  line-height: 0.3rem;
  margin-left: -0.03rem;
}
.inside-page a:hover,
.inside-page .cur {
  color: #47a3b8;
}
.inside-page .prev,
.inside-page .next {
  font-family: "宋体";
  font-size: 0.16rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 12px;
  }
}
.navPhoneBtn {
  right: 20px;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  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;
  }
}
.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: #47a3b8;
  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;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.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: #47a3b8;
}
.inside-map {
  padding: 0.5rem 0;
}
.inside-map li {
  padding: 0.2rem 0;
}
.inside-map li h3 {
  padding-bottom: 0.2rem;
}
.inside-map li a {
  padding-right: 0.15rem;
  display: inline-block;
}
.active.inside-honor .index-title {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-honor .inside-text {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-honor .swiper-container {
  animation: 2s fadeInDown2 ease ;
}
.active.inside-zyzz .index-title,
.active.inside-jdzz .index-title,
.active.inside-scjd .index-title {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-zyzz .inside-text,
.active.inside-jdzz .inside-text,
.active.inside-scjd .inside-text {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-zyzz .list,
.active.inside-jdzz .list,
.active.inside-scjd .list {
  animation: 2s fadeInDown2 ease ;
}
.active.inside-about .f46 {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-about .text {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-culture li .item {
  animation: 2s fadeInLeft2 ease ;
}
.active.inside-job .item {
  animation: 2s fadeInRight2 ease ;
}
.active.inside-ditu .righttext {
  animation: 2s fadeInRight2 ease ;
}
.active.inside-contact .index-title {
  animation: 2s fadeInUp2 ease ;
}
.active.inside-contact li {
  animation: 2s fadeInDown2 ease ;
}
.fancybox__counter {
  display: none!important;
}
.carousel__viewport {
  display: none!important;
}
.carousel__button {
  display: none!important;
}
.fancybox__button--close {
  display: block!important;
}
.inside-zyzz .list {
  position: relative;
}
.inside-zyzz .swiper-pagination {
  width: 100%;
  text-align: center;
}
.inside-zyzz .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.15rem;
  background: #898989;
}
.inside-zyzz .swiper-pagination-bullet-active {
  background: #47a3b8;
}
.inside-zyzz .list {
  position: relative;
}
.inside-zyzz .list li {
  margin-bottom: 0.2rem;
}
.inside-jdzz .list li {
  margin-bottom: 0.2rem;
}
.inside-jdzz .list {
  position: relative;
}
.inside-jdzz .swiper-pagination {
  width: 100%;
  text-align: center;
}
.inside-jdzz .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.15rem;
  background: #898989;
}
.inside-jdzz .swiper-pagination-bullet-active {
  background: #47a3b8;
}
#fp-nav.right {
  right: 0!important;
}
.inside-honor .swiper-button-prev,
.inside-honor .swiper-button-next {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.inside-honor .swiper-button-prev:after,
.inside-honor .swiper-button-next:after {
  font-family: "宋体";
}
.inside-ylkj .fp-flex {
  height: auto;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .inside-ylkj .fp-flex {
    padding: 50px 0;
  }
}
.index-case .list {
  position: relative;
}
.index-case .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 0.1rem;
}
.index-case .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.15rem;
  background: #eaeaea;
}
.index-case .swiper-pagination-bullet-active {
  background: #fff;
}
.inside-culture li {
  justify-content: center;
}
.inside-culture li .item {
  text-align: center;
}
@keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.header {
  position: fixed;
}
.header-page {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.header-page:hover {
  background: #fff !important;
}
.header-dw {
  top: -0.96rem;
}
.fp-viewing-section1 .header-page {
  background: transparent;
}
@media (max-width: 1024px) {
  .header {
    top: 0 !important;
    left: 0;
    position: fixed !important;
    animation-name: initial !important;
  }
}
.inside-proshow-4 .swiper-button-prev,
.inside-proshow-4 .swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: solid 1px #e8e8e8;
  background: rgba(255, 255, 255, 0.6);
}
.inside-proshow-4 .swiper-button-prev:after,
.inside-proshow-4 .swiper-button-next:after {
  color: #666;
  font-size: 0.2rem;
}
.inside-proshow-4 .swiper-button-prev {
  left: -0.6rem;
}
.inside-proshow-4 .swiper-button-next {
  right: -0.6rem;
}
@media (max-width: 1600px) {
  .inside-honor li.swiper-slide2 {
    margin-top: 12.5%;
  }
}
@media (max-width: 1440px) {
  .inside-honor li.swiper-slide2 {
    margin-top: 12.1%;
  }
}
@media (max-width: 1366px) {
  .inside-honor li.swiper-slide2 {
    margin-top: 11.9%;
  }
}
@media (max-width: 1280px) {
  .inside-honor li.swiper-slide2 {
    margin-top: 11.9%;
  }
}
@media (max-width: 1024px) {
  .inside-honor li.swiper-slide2 {
    margin-top: 34.2%;
  }
  .inside-honor .swiper-slide {
	  max-width:100%;
	}
}
#certify .swiper-slide-active {
  transform: scale(1) !important;
}
#certify .swiper-slide {
  background: #fff;
  transform: scale(0.85);
  border-radius: 0.1rem !important;
}
#certify .swiper-button-prev {
  left: 5.5rem;
  top: 42%;
}
#certify .swiper-button-next {
  right: 5.5rem;
  top: 42%;
}
.index-solution .listnav .swiper-container {
  padding-top: 0;
  height: 100vh;
}
.index-solution .arrowbox {
  left: 0rem;
  top: 0rem;
  height: 100vh;
  width: 100vh;
  background-position: top left;
}
.index-solution .arrow {
  height: 100vh;
  width: 100vh;
}
.index-solution .listnav {
  top: 0;
}
.index-solution .listnav .li1 {
  margin-left: 21vh;
}
.index-solution .listnav .li2 {
  margin-left: 12vh;
}
.index-solution .listnav .li3 {
  margin-left: 12vh;
}
.index-solution .listnav .li4 {
  margin-left: 21.5vh;
}
.index-solution .listnav li {
  height: 25vh;
  line-height: 25vh;
}
.index-solution .listnav li em {
  margin-left: 0;
}
.index-solution .listnav li span {
  width: 6.4vh;
  height: 6.4vh;
  text-align: center;
  line-height: 6vh;
  vertical-align: middle;
}
.index-solution .listnav li i img {
  max-height: 6.4vh;
}
.index-solution .listnav li i {
  width: 6.4vh;
  height: 6.4vh;
}
.index-solution .listnav {
  height: 100vh;
  width: 80vh;
}

@media (max-width:768px){
	.inside-honor .swiper-slide {
	  max-width: 100%;
		width: 100% !important;
	}
	.inside-honor li .pic img{
		height: 260px;
		width: 100%;
	}
}

.inside-proshow-1 .lefttext .index-more a{
	border-color: #47a3b8;
    background: #47a3b8;
}