* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #16a69a;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  top: -2rem;
  z-index: -1;
  position: absolute;
}
/*娓呮娴姩*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*鍥剧墖鍨傜洿姘村钩灞呬腑*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*澶氳鐪佺暐闅愯棌*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 杞藉叆鏁堟灉 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.oft');
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular_0.eot');
  src: url('../fonts/Roboto-Regular_0.oft');
  src: url('../fonts/Roboto-Regular_0.ttf');
  src: url('../fonts/Roboto-Regular_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family:"Roboto";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 14.4rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px;
    padding: 0 20px;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #333;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    margin-top: 24px;
    margin-right: 0px;
  }
}
.button a,
.button span {
  font-size: 0.14rem;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  height: 0.5rem;
  text-align: center;
  padding: 0 0.24rem;
  border-radius: 0.3rem;
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.48rem;
  background: #5a3188;
  position: relative;
  border: solid 1px #5a3188;
  box-shadow: 0 0 0.17rem rgba(0, 160, 233, 0.25);
}
.button i {
  letter-spacing: -2px;
  font-family: "瀹嬩綋";
  font-style: normal;
  margin-left: 0.1rem;
}
.button a:hover::before {
  transform: scale(1.05);
  animation: shine 1.5s ease-out infinite;
}
.button a:before,
.button span:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  left: -1rem;
  opacity: 0.5;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
@keyframes shine {
  0% {
    left: -1rem;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  text-align: center;
  display: inline-block;
  z-index: 5;
  position: relative;
  margin-top: 0.34rem;
  border-left: solid 0.14rem #ffffff;
  border-top: solid 0.1rem transparent;
  border-bottom: solid 0.1rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #5a3188, #16a69a);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #16a69a;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s;
}
.header > .container {
  max-width: 19.2rem;
  padding-left: 6rem;
  position: relative;
}
.header > .container:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  z-index: 1;
  padding-left: 2.4rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0rem;
  transition: all .5s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: auto;
  height: auto;
  max-height: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.header .tel {
  color: #fff;
  height: 0.9rem;
  vertical-align: top;
  line-height: 0.89rem;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  margin-left: 0.3rem;
  padding-left: 0.4rem;
  display: inline-block;
  font-family: arial;
  font-weight: 700;
  font-size: 0.28rem;
}
.header .tel img {
  margin-bottom: 0.04rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  max-height: 0.3rem;
}
.header .tel .img2 {
  display: none;
}
.header .searchBtn {
  vertical-align: top;
  display: inline-block;
  transition: all 500ms ease;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.22rem;
  cursor: pointer;
  z-index: 2;
  margin-top: 0.25rem;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #16a69a;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #fff;
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 60px!important;
    background: #fff!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .container {
    padding-left: 0;
    max-width: 640px;
  }
  .header .logo {
    padding-left: 0;
    left: 20px;
    top: 15px;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .tel,
  .header .searchBtn {
    display: none;
  }
}
.header .nav {
  display: inline-block;
  padding-right: 0.4rem;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
}
.header .nav li {
  position: relative;
  transition: all 500ms ease;
  line-height: 0.9rem;
}
.header .nav li > a {
  color: #fff;
  padding: 0 0.2rem;
  transition: all 334ms linear;
}
.header .nav li .subnav {
  left: 50%;
  z-index: 9;
  display: none;
  text-align: center;
  transform: translateX(-50%);
  min-width: 2.5rem;
  top: 0.9rem;
  position: absolute;
  background: #fff;
  padding: 0.2rem;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);

	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background:rgba(22, 166, 154, 0.8);
}
.header .nav li .subnav a {
  display: block;
  padding: 0.05rem 0;
  color:#fff!important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header .nav li .subnavpro {
  left: 50%;
  width: 200%;
  z-index: 9;
  display: none;
  top: 1.2rem;
  position: absolute;
  transform: translateX(-50%);
  background: #fff;
  padding: 0.7rem 0;
  line-height: 0.3rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.header .nav li .subnavpro .container-2 {
  display: flex;
  text-align: left;
}
.header .nav li .subnavpro dl {
  width: 33.3333%;
  min-height: 100%;
  border-left: solid 1px #e5e5e5;
  padding-right: 0.2rem;
  padding-left: 1.3rem;
}
.header .nav li .subnavpro dl:first-child {
  border-left: 0;
}
.header .nav li .subnavpro dt {
  font-family: "SourceHanSansSC-Bold";
  font-size: 0.21rem;
}
.header .nav li .subnavpro dt a {
  color: #333;
}
.header .nav li .subnavpro dt a:hover {
  color: #16a69a;
}
.header .nav li .subnavpro dd {
  padding-top: 0.1rem;
  font-size: 0.18rem;
}
.header .nav li .subnavpro dd a {
  color: #333;
  display: block;
  margin-top: 0.05rem;
}
.header .nav li .subnavpro dd a:hover {
  color: #16a69a;
}
.header .nav li:hover > a,
.header .nav .active > a {
  
}
@media (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  border: 1px #fff solid;
  background: #fff;
  color: #333;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #16a69a;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #16a69a;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
    display: block;
  }
}
.banner {
  height: 100vh;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .pc {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100vh;
  position: relative;
}
.banner .pc img {
  width: 100%;
}
.banner .ph {
  display: none;
}
.banner .txtbox {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  text-align: left;
  position: absolute;
}
.banner .tu {
  padding-top: 2.1rem;
}
.banner .tu img {
  max-height: 2.3rem;
}
.banner .swiper-slide-active .tu {
  animation: 1.5s fadeInUp2 ease;
}
.banner .swiper-pagination {
  opacity: 1;
  left: auto;
  width: 100%;
  text-align: center;
  bottom: 0.5rem;
}
.banner .swiper-pagination-bullet {
  color: #fff;
  opacity: 1;
  font-size: 0;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.12rem;
  background: #fff;
  vertical-align: top;
  transition: all 335ms ease;
}
.banner .swiper-pagination-bullet-active {
  background: #16a69a;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
    margin-top: 60px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
    width: 100%;
    right: auto;
    text-align: center;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .banner .pc {
    display: none;
    height: auto;
  }
  .banner .ph {
    display: block;
  }
  .banner .tu {
    padding-top: 0;
  }
  .banner .txtbox {
    top: 50%;
    transform: translateY(-50%);
  }
}
.bscroll {
  /* left: 50%; */
  right: 0;
  z-index: 3;
  color: #fff;
  text-align: center;
  bottom: 0.2rem;
  font-size: 0.14rem;
  font-family: "Roboto";
  transform: translateX(-50%);
  position: absolute;
}
.bscroll img {
  max-height: 0.61rem;
  animation: 1.5s titFadeup1 alternate infinite;
}
@media (max-width: 1024px) {
  .bscroll {
    display: none!important;
  }
}
.index-title {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 0.5rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.index-title:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0.8rem;
  height: 0.02rem;
  background: #fff;
}
.index-title .container {
  display: flex;
  justify-content: space-between;
}
.index-more a {
  color: #fff;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  min-width: 1.8rem;
  display: inline-block;
  background: #16a69a;
  text-align: center;
  transition: all 0.5s linear;
}
.index-more img {
  margin-top: 0.1rem;
  margin-left: 0.1rem;
  max-height: 0.3rem;
}
.index-more:hover a {
  background: rgba(22, 166, 154, 0.8);
}
.index-about {
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .fp-flex {
  display: block;
}
.index-about .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2.2rem;
}
.index-about .index-title {
  width: 25%;
}
.index-about .text {
  width: 74%;
}
.index-about .text .bt {
  font-size: 0.32rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.index-about .text .txt {
  width: 75%;
  padding: 0.3rem 0;
  line-height: 0.32rem;
}
@media (max-width: 1024px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
  }
  .index-about .container {
    z-index: 2;
    position: relative;
    padding-top: 0;
  }
  .index-about .text .txt {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .index-about {
    position: relative;
  }
  .index-about .container {
    display: block;
  }
  .index-about .index-title {
    width: 100%;
  }
  .index-about .text {
    width: 100%;
    padding-top: 30px;
  }
}
.index-cybj {
  position: relative;
  overflow: hidden;
}
.index-cybj .index-title {
  color: #333;
  text-align: center;
  padding-top: 1rem;
}
.index-cybj .index-title:after {
  left: 50%;
  transform: translateX(-50%);
}
.index-cybj .index-title:after {
  background: #a98c60;
}
.index-cybj .listbox {
  margin: 0 auto;
  position: relative;
  margin-top: 0.4rem;
  max-width: 19.2rem;
}
.index-cybj .list {
  margin-left: -7.4rem;
  margin-right: -8.4rem;
}
.index-cybj .item {
  opacity: 0.2;
  position: relative;
  padding: 0 0.8rem;
  transform: scale(0.75);
  display: flex;
  justify-content: space-between;
}
.index-cybj .item .wenben {
  top: 0;
  width: 42%;
  display: none;
  right: -1.2rem;
  position: absolute;
}
.index-cybj .item .tit {
  color: #333;
  padding-top: 0.3rem;
 
  font-weight: 700;
  font-size: 0.32rem;
  padding-bottom: 0.1rem;
  position: relative;
  border-bottom: solid 1px #a98c60;
}
.index-cybj .item .tit:after {
  content: "";
  margin-left: 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  background: #a98c60;
}
.index-cybj .item .t1 {
 
  padding-top: 0.1rem;
}
.index-cybj .item .t2 {
  line-height: 0.25rem;
  padding-top: 0.1rem;
}
.index-cybj .item .t3 span {
  color: #333;
  display: block;
  margin-top: 0.08rem;
  padding-left: 0.15rem;
  position: relative;
  font-size: 0.16rem;
}
.index-cybj .item .t3 span:before {
  content: "";
  top: 0.09rem;
  left: 0;
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  background: #a98c60;
}
.index-cybj .item .index-more {
  margin-top: 0.5rem;
}
.index-cybj .item .pic {
  width: 100%;
}
.index-cybj .item .pic img {
  width: auto;
  height: auto;
  max-height: 5.1rem;
}
.index-cybj .swiper-slide-active .item {
  opacity: 1;
  transform: scale(1);
}
.index-cybj .swiper-slide-active .wenben {
  display: block;
}
.index-cybj .swiper-slide-active .pic {
  position: relative;
  left: -2.6rem;
}
.index-cybj .swiper-container {
  padding-bottom: 1rem;
}
.index-cybj .swiper-button-prev {
  left: 12.8%;
}
.index-cybj .swiper-button-next {
  right: 11%;
}
.index-cybj .swiper-container {
  overflow: inherit;
}
.index-cybj .swiper-pagination {
  width: 100%;
  max-width: 12.6rem;
  height: 1px;
  left: 50%;
  bottom: 0.2rem;
  background: #d9d9d9;
  margin-bottom: 2px;
  transform: translateX(-50%);
}
.index-cybj .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #16a69a;
}
@media (max-width: 1024px) {
  .index-cybj .index-title {
    padding-top: 50px;
  }
  .index-cybj .listbox {
    margin-top: 0;
    max-width: 640px;
  }
  .index-cybj .list {
    margin-left: 0;
    margin-right: 0;
  }
  .index-cybj .text {
    padding: 0;
    padding-top: 20px;
    text-align: left;
  }
  .index-cybj .item {
    transform: scale(1);
    padding: 0 20px;
    display: block;
  }
  .index-cybj .item .wenben {
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
    padding-top: 0px;
    position: relative;
  }
  .index-cybj .item .pic {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .index-cybj .item .pic img {
    max-height: inherit;
  }
  .index-cybj .item .t1 {
    letter-spacing: 0;
    padding-top: 10px;
  }
  .index-cybj .item .t2 {
    line-height: 24px;
  }
  .index-cybj .item .t3 span {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 14px;
  }
  .index-cybj .item .t3 span:before {
    content: "";
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .index-cybj .swiper-button-prev,
  .index-cybj .swiper-button-next {
    top: 22%!important;
    bottom: auto!important;
  }
  .index-cybj .swiper-slide-active .pic {
    left: auto;
  }
  .index-cybj .swiper-pagination {
    display: none;
  }
}
@media (max-width: 480px) {
  .index-cybj .swiper-button-prev,
  .index-cybj .swiper-button-next {
    top: 16%!important;
  }
  .index-cybj .swiper-button-prev {
    left: 40px;
  }
  .index-cybj .swiper-button-next {
    right: 40px;
  }
}
.index-hwsq .index-title {
  color: #333;
}
.index-hwsq .index-title:after {
  left: 0;
  background: #a98c60;
  transform: translateX(0);
}
.index-hwsq .list {
  display: flex;
  padding-top: 1rem;
  justify-content: space-between;
}
.index-hwsq .leftbox {
  width: 45%;
}
.index-hwsq .leftbox .text {
  padding-top: 0.3rem;
  line-height: 0.32rem;
}
.index-hwsq .numlist {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  position: relative;
  justify-content: space-between;
}
.index-hwsq .numlist:after {
  content: "";
  height: 100%;
  right: 0;
  top: 0;
  width: 22%;
  position: absolute;
  background: #fff;
}
.index-hwsq .numlist li {
  width: 50%;
  padding: 0.35rem 0;
  border-bottom: solid 1px #e5e5e5;
}
.index-hwsq .numlist li p:first-child {
  vertical-align: top;
  font-size: 0.4rem;
  color: #16a69a;
  font-weight: 700;
  line-height: 0.7rem;
}
.index-hwsq .numlist li span {
  font-family: arial;
  font-size: 0.64rem;
  line-height: 0.7rem;
}
.index-hwsq .numlist li em {
  font-family: arial;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: normal;
  line-height: 0.24rem;
}
.index-hwsq .numlist li i {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: 0.2rem;
  font-weight: normal;
  font-family: arial;
  background: #16a69a;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.16rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  line-height: 0.26rem;
}
.index-hwsq .numlist li .bt {
  color: #333333;
  font-size: 0.18rem;
}
.index-hwsq .numlist li:nth-child(5),
.index-hwsq .numlist li:nth-child(6) {
  border-bottom: 0;
}
.index-hwsq .numlist li:nth-child(5) p:first-child {
  font-size: 0.64rem;
}
.index-hwsq .rightbox {
  width: 50%;
  position: relative;
}
.index-hwsq .tu1 img,
.index-hwsq .tu2 img {
  max-height: 7.5rem;
}
.index-hwsq .tu2 {
  top: 0;
  left: 0;
  position: absolute;
}
.index-hwsq .add {
  color: #333;
  position: absolute;
}
.index-hwsq .dizhi-tb img {
  max-height: 0.64rem;
}
.index-hwsq .add1 {
  left: 0.5rem;
  top: 1.45rem;
}
.index-hwsq .add2 {
  left: 2.6rem;
  top: 1.6rem;
}
.index-hwsq .add3 {
  left: 6.4rem;
  top: 2.35rem;
}
.index-hwsq .add3 .dzbox {
  width: 2rem;
}
.index-hwsq .add3 .circle {
  vertical-align: top;
  display: inline-block;
}
.index-hwsq .add3 .dizhi {
  line-height: 0.4rem;
  vertical-align: top;
  display: inline-block;
}
.index-hwsq .add4 {
  left: 6.1rem;
  top: 4.2rem;
}
.index-hwsq .add4 .dzbox {
  width: 2rem;
}
.index-hwsq .add4 .circle {
  vertical-align: top;
  display: inline-block;
}
.index-hwsq .add4 .dizhi {
  line-height: 0.4rem;
  vertical-align: top;
  display: inline-block;
}
.index-hwsq .add5 {
  left: 6.1rem;
  top: 5.45rem;
}
.index-hwsq .add6 {
  left: 5.95rem;
  top: 2.75rem;
}
.index-hwsq .add6 img {
  max-height: 0.22rem;
}
@media (max-width: 1024px) {
  .index-hwsq {
    padding: 50px 0;
    background: #f7f7f7;
  }
  .index-hwsq .list {
    display: block;
    padding-top: 0;
  }
  .index-hwsq .leftbox {
    width: 100%;
  }
  .index-hwsq .rightbox {
    display: none;
  }
  .index-hwsq .numlist {
    width: 100%;
  }
  .index-hwsq .numlist li .bt {
    font-size: 13px;
  }
  .index-hwsq .numlist:after {
    display: none;
  }
}
.circle {
  position: relative;
  line-height: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle i {
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  position: relative;
  border-left: solid 0.1rem #ffffff;
  border-top: solid 0.06rem transparent;
  border-bottom: solid 0.06rem transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: #16a69a;
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #16a69a;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.global svg:not(:root) {
  overflow: hidden;
}
.global .map-lines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  fill: none;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-stroke: #3bb5aa;
  -moz-stroke: #3bb5aa;
  -ms-stroke: #3bb5aa;
  -o-stroke: #3bb5aa;
  stroke: #3bb5aa;
  -webkit-stroke-width: 1px;
  -moz-stroke-width: 1px;
  -ms-stroke-width: 1px;
  -o-stroke-width: 1px;
  stroke-width: 1px;
}
.global .map-line {
  fill: none;
  /* 鎻忚竟绾块鑹� */
  stroke: #3bb5aa;
  /* 鎻忚竟绾垮搴� */
  stroke-width: 1;
  /* 鎻忚竟绾垮ご璁句负鍦嗗ご */
  stroke-linecap: round;
  /* --l 涓哄彉閲忥紝閫氳繃 js 鍔ㄦ€佽幏鍙� */
  stroke-dasharray: var(--l);
  stroke-dashoffset: var(--l);
  animation: animation-line 5s ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: var(--l);
  }
  14.28571% {
    stroke-dashoffset: 0;
  }
  61.42857% {
    stroke-dashoffset: 0;
  }
  85.71429% {
    stroke-dashoffset: calc(-1*var(--l));
  }
  to {
    stroke-dashoffset: calc(-1*var(--l));
  }
}
.index-qyys {
  overflow: hidden;
  position: relative;
}
.index-qyys .container {
  max-width: 100%;
}
.index-qyys .index-title {
  color: #333;
  top: 2rem;
  right: 2.4rem;
  position: absolute;
}
.index-qyys .index-title:after {
  left: auto;
  right: 0;
  background: #a98c60;
}
.index-qyys:after {
  content: "";
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 6.4rem;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/qy-img.png);
  background-size: cover;
}
.index-qyys .list {
  bottom: 0;
  position: absolute;
}
.index-qyys .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  justify-content: flex-end;
}
.index-qyys .list li {
  padding: 0 0.2rem;
  height: 85vh;
  width: 20%;
}
.index-qyys .list li .item {
  height: 100%;
  padding: 0.4rem;
  transition: all 500ms ease;
  background: rgba(22, 166, 154, 0.08);
}
.index-qyys .list li .bt {
  font-weight: 700;
  font-size: 0.18rem;
  color: #333333;
  z-index: 3;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #e3e8e0;
  position: relative;
}
.index-qyys .list li .bt:after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  margin-left: 0.1rem;
  vertical-align: middle;
  background: #a98c60;
  display: inline-block;
}
.index-qyys .list li .txt {
  z-index: 3;
  position: relative;
  margin-top: 0.15rem;
}
.index-qyys .list li:nth-child(2) {
  margin-top: 0.8rem;
  height: 61vh;
}
.index-qyys .list li:nth-child(3) {
  margin-top: 1.6rem;
  height: 52vh;
}
.index-qyys .list li:nth-child(4) {
  margin-top: 2.5rem;
  height: 43vh;
}
.index-qyys .list li:nth-child(5) {
  margin-top: 3rem;
  height: 38vh;
}
.index-qyys .list li:hover .item {
  color: #fff;
  background: url(../images/qyys-hover.jpg) repeat;
}
.index-qyys .list li:hover .bt {
  color: #fff;
}
@media (max-width: 1024px) {
  .index-qyys {
    padding: 50px 0;
  }
  .index-qyys .container {
    max-width: 640px;
  }
  .index-qyys .index-title {
    top: auto;
    right: auto;
    text-align: center;
    position: relative;
  }
  .index-qyys .index-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .index-qyys .list {
    margin-top: 30px;
    bottom: auto;
    position: relative;
  }
  .index-qyys .list ul {
    margin: 0 -10px;
    justify-content: flex-start;
    margin-top: -20px;
  }
  .index-qyys .list li {
    width: 33.333%;
    padding: 0 10px;
    height: auto!important;
    margin-top: 20px!important;
  }
  .index-qyys .list li .item {
    z-index: 4;
    position: relative;
    background: #f0faf9;
  }
  .index-qyys .list li .bt {
    font-size: 16px;
  }
  .index-qyys .list li .txt {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .index-qyys .list li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .index-qyys .list li {
    width: 100%;
  }
}
.index-cybj .swiper-button-prev,
.index-yyjc .swiper-button-prev,
.inside-service .swiper-button-prev,
.inside-about-3 .swiper-button-prev,
.huanjing .swiper-button-prev,
.inside-cpys .swiper-button-prev,
.index-cybj .swiper-button-next,
.index-yyjc .swiper-button-next,
.inside-service .swiper-button-next,
.inside-about-3 .swiper-button-next,
.huanjing .swiper-button-next,
.inside-cpys .swiper-button-next {
  top: auto;
  bottom: 0;
  margin-top: auto;
  width: 0.5rem;
  height: 0.5rem;
  background: #e1e1e1;
  transition: all 500ms ease;
  border-radius: 50%;
}
.index-cybj .swiper-button-prev:after,
.index-yyjc .swiper-button-prev:after,
.inside-service .swiper-button-prev:after,
.inside-about-3 .swiper-button-prev:after,
.huanjing .swiper-button-prev:after,
.inside-cpys .swiper-button-prev:after,
.index-cybj .swiper-button-next:after,
.index-yyjc .swiper-button-next:after,
.inside-service .swiper-button-next:after,
.inside-about-3 .swiper-button-next:after,
.huanjing .swiper-button-next:after,
.inside-cpys .swiper-button-next:after {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/arrow-l.png) no-repeat center center;
  background-size: cover;
}
.index-cybj .swiper-button-prev:hover,
.index-yyjc .swiper-button-prev:hover,
.inside-service .swiper-button-prev:hover,
.inside-about-3 .swiper-button-prev:hover,
.huanjing .swiper-button-prev:hover,
.inside-cpys .swiper-button-prev:hover {
  background-color: #16a69a;
}
.index-cybj .swiper-button-prev:hover:after,
.index-yyjc .swiper-button-prev:hover:after,
.inside-service .swiper-button-prev:hover:after,
.inside-about-3 .swiper-button-prev:hover:after,
.huanjing .swiper-button-prev:hover:after,
.inside-cpys .swiper-button-prev:hover:after {
  transform: rotate(180deg);
  background: url(../images/arrow-r.png) no-repeat center center;
}
.index-cybj .swiper-button-next:after,
.index-yyjc .swiper-button-next:after,
.inside-service .swiper-button-next:after,
.inside-about-3 .swiper-button-next:after,
.huanjing .swiper-button-next:after,
.inside-cpys .swiper-button-next:after {
  transform: rotate(180deg);
}
.index-cybj .swiper-button-next:hover,
.index-yyjc .swiper-button-next:hover,
.inside-service .swiper-button-next:hover,
.inside-about-3 .swiper-button-next:hover,
.huanjing .swiper-button-next:hover,
.inside-cpys .swiper-button-next:hover {
  background-color: #16a69a;
}
.index-cybj .swiper-button-next:hover:after,
.index-yyjc .swiper-button-next:hover:after,
.inside-service .swiper-button-next:hover:after,
.inside-about-3 .swiper-button-next:hover:after,
.huanjing .swiper-button-next:hover:after,
.inside-cpys .swiper-button-next:hover:after {
  transform: rotate(0deg);
  background: url(../images/arrow-r.png) no-repeat center center;
}
.index-yyjc {
  overflow: hidden;
}
.index-yyjc .index-title {
  color: #333;
  text-align: center;
  padding-top: 0.7rem;
}
.index-yyjc .index-title:after {
  left: 50%;
  background: #a98c60;
  transform: translateX(-50%);
}
.index-yyjc .container {
  max-width: 100%;
}
.index-yyjc .menu {
  padding: 0.4rem 3.8rem;
}
.index-yyjc .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-yyjc .menu li {
  cursor: pointer;
  width:16.667%;
}
.index-yyjc .menu li .icon {
  width: 0.4rem;
  margin: 0 auto;
  display: block;
  position: relative;
}
.index-yyjc .menu li .icon img {
  max-height: 0.4rem;
}
.index-yyjc .menu li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
}
.index-yyjc .menu li .bt {
  color: #333;
  font-size: 0.18rem;
  padding-top: 0.05rem;
  text-align: center;
}
.index-yyjc .menu .cur .img1 {
  opacity: 0;
}
.index-yyjc .menu .cur .img2 {
  opacity: 1;
}
.index-yyjc .menu .cur .bt {
  color: #16a69a;
  font-weight: 700;
 
}
.index-yyjc .listbox {
  position: relative;
  margin: 0 -5.9rem;
}
.index-yyjc .listbox .swiper-button-prev,
.index-yyjc .listbox .swiper-button-next {
  top: 50%;
  bottom: auto;
  margin-top: -0.25rem;
}
.index-yyjc .listbox .swiper-button-prev {
  left: 31.5%;
}
.index-yyjc .listbox .swiper-button-next {
  right: 31.5%;
}
.index-yyjc .list {
  display: none;
}
.index-yyjc .list.show {
  display: block;
}
@media (max-width: 1024px) {
  .index-yyjc {
    padding: 50px 0;
  }
  .index-yyjc .index-title {
    padding-top: 0;
  }
  .index-yyjc .menu {
    padding: 30px 0;
  }
  .index-yyjc .menu li .bt {
    font-size: 14px;
  }
  .index-yyjc .container {
    max-width: 640px;
  }
  .index-yyjc .listbox {
    margin-left: 0;
    margin-right: 0;
  }
  .index-yyjc .listbox .swiper-button-prev {
    left: 30px;
  }
  .index-yyjc .listbox .swiper-button-next {
    right: 30px;
  }
}

@media(max-width:1024px) {
	.index-yyjc .menu {
	    overflow: auto;
	    white-space: nowrap;
	}
	.index-yyjc .menu ul {
      width:1200px;
  }
  .index-yyjc .menu li{
  	width:auto;
  	padding-right:30px;
  }
  
}

@media (max-width: 420px) {
  .index-yyjc .menu {
    overflow: auto;
    white-space: nowrap;
  }
  .index-yyjc .menu ul {
    flex-wrap: nowrap;
    justify-content: inherit;
  }
  .index-yyjc .menu li .item {
   /* width: 100px;*/
    text-align: center;
  }
}
.index-news .index-title {
  color: #333;
  padding-top: 0.7rem;
  text-align: center;
}
.index-news .index-title:after {
  left: 50%;
  background: #a98c60;
  transform: translateX(-50%);
}
.index-news .list {
  position: relative;
  margin-top: 0.6rem;
}
.index-news .list li .item {
  margin-bottom: 0.5rem;
}
.index-news .list li .pic {
  overflow: hidden;
  position: relative;
}
.index-news .list li .pic img {
  transition: all 0.5s linear;
}
.index-news .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.93406593%;
}
.index-news .list li .txtbox {
  padding-top: 0.3rem;
  border: solid 1px #e1e1e1;
  border-top: 0;
}
.index-news .list li .tag,
.index-news .list li .tit {
  padding: 0 0.3rem;
}
.index-news .list li .tag span {
  color: #333;
  padding: 0 0.1rem;
  text-align: center;
  height: 0.26rem;
  line-height: 0.26rem;
  min-width: 0.9rem;
  border-radius: 0.3rem;
  display: inline-block;
  background: #dcf2f0;
}
.index-news .list li .tit {
  color: #333;
  font-size: 0.18rem;
  font-weight: 700;
  height: 0.64rem;
  line-height: 0.32rem;
  margin-top: 0.15rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .list li .time {
  display: flex;
  height: 0.51rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  margin-top: 0.3rem;
  border-top: solid 1px #e1e1e1;
  justify-content: space-between;
}
.index-news .list li .shijian {
  font-family: arial;
  font-size: 14px;
  color: #666;
}
.index-news .list li .shijian img {
  margin-top: 0.15rem;
  max-height: 0.2rem;
}
.index-news .list li .arrow img {
  margin-top: 0.1rem;
  max-height: 0.3rem;
}
.index-news .list li:hover .pic img {
  transform: scale(1.1);
}
.index-news .list li:hover .tit {
  color: #16a69a;
}
.index-news .swiper-pagination {
  text-align: center;
  width: 100%;
}
.index-news .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #e1e1e1;
  transition: 0.3s linear;
}
.index-news .swiper-pagination-bullet-active {
  width: 0.25rem;
  border-radius: 0.1rem;
  background: #16a69a;
}
@media (max-width: 1024px) {
  .index-news {
    padding-bottom: 70px;
  }
  .index-news .index-title {
    padding-top: 0;
  }
  .index-news .list li .item {
    margin-bottom: 40px;
  }
  .index-news .list li .tag span {
    height: 26px;
    line-height: 26px;
    min-width: 90px;
  }
  .index-news .list li .tit {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-top: 15px;
  }
  .index-news .list li .time {
    margin-top: 20px;
    height: 40px;
    line-height: 39px;
  }
  .index-news .list li .shijian img {
    margin-right: 5px;
    margin-top: 9px;
    max-height: 20px;
  }
  .index-news .list li .arrow img {
    margin-top: 5px;
    max-height: 30px;
  }
  .index-news .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.fp-viewing-section2 .header,
.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section5 .header,
.fp-viewing-section6 .header,
.fp-viewing-section7 .header,
.fp-viewing-section8 .header,
.fixed .header,
.header-2 .header {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.fp-viewing-section2 .nav li > a,
.fp-viewing-section3 .nav li > a,
.fp-viewing-section4 .nav li > a,
.fp-viewing-section5 .nav li > a,
.fp-viewing-section6 .nav li > a,
.fp-viewing-section7 .nav li > a,
.fp-viewing-section8 .nav li > a,
.fixed .nav li > a,
.header-2 .nav li > a {
  color: #333;
}
.fp-viewing-section2 .nav .active > a,
.fp-viewing-section3 .nav .active > a,
.fp-viewing-section4 .nav .active > a,
.fp-viewing-section5 .nav .active > a,
.fp-viewing-section6 .nav .active > a,
.fp-viewing-section7 .nav .active > a,
.fp-viewing-section8 .nav .active > a,
.fixed .nav .active > a,
.header-2 .nav .active > a {
  color: #16a69a;
}
.fp-viewing-section2 .searchBtn svg,
.fp-viewing-section3 .searchBtn svg,
.fp-viewing-section4 .searchBtn svg,
.fp-viewing-section5 .searchBtn svg,
.fp-viewing-section6 .searchBtn svg,
.fp-viewing-section7 .searchBtn svg,
.fp-viewing-section8 .searchBtn svg,
.fixed .searchBtn svg,
.header-2 .searchBtn svg {
  fill: #16a69a;
}
.fp-viewing-section2 .tel,
.fp-viewing-section3 .tel,
.fp-viewing-section4 .tel,
.fp-viewing-section5 .tel,
.fp-viewing-section6 .tel,
.fp-viewing-section7 .tel,
.fp-viewing-section8 .tel,
.fixed .tel,
.header-2 .tel {
  color: #16a69a;
  border-left-color: #e5e5e5;
}
.fp-viewing-section2 .tel .img1,
.fp-viewing-section3 .tel .img1,
.fp-viewing-section4 .tel .img1,
.fp-viewing-section5 .tel .img1,
.fp-viewing-section6 .tel .img1,
.fp-viewing-section7 .tel .img1,
.fp-viewing-section8 .tel .img1,
.fixed .tel .img1,
.header-2 .tel .img1 {
  display: none;
}
.fp-viewing-section2 .tel .img2,
.fp-viewing-section3 .tel .img2,
.fp-viewing-section4 .tel .img2,
.fp-viewing-section5 .tel .img2,
.fp-viewing-section6 .tel .img2,
.fp-viewing-section7 .tel .img2,
.fp-viewing-section8 .tel .img2,
.fixed .tel .img2,
.header-2 .tel .img2 {
  display: inline-block;
}
.fixed,
.header-2 {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.fixed .nav .active > a,
.header-2 .nav .active > a {
  color: #16a69a;
}
.index-ad {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-ad .txt {
  font-size: 0.4rem;
  font-weight: 700;
}
.index-ad .index-more {
  margin-top: 0.5rem;
}
.index-ad .index-more a {
  border-radius: 0.3rem;
}
@media (max-width: 1024px) {
  .index-ad {
    padding: 50px 0;
  }
}
.active.index-about .index-title {
  animation: 1.5s fadeInLeft2 ease;
}
.active.index-about .text {
  animation: 1.5s fadeInRight2 ease;
}
.active.index-hwsq .index-title {
  animation: 1.6s fadeInUp2 ease;
}
.active.index-hwsq .text {
  animation: 1.7s fadeInDown2 ease;
}
.active.index-hwsq .numlist li {
  animation: 1.8s fadeInUp2 ease;
}
.active.index-qyys .list li {
  animation: 1.5s scrollArrow ease;
}
.footer {
  padding-top: 0.7rem;
  font-size: 0.14rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  position: relative;
}
.footer .container {
  position: relative;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer li {
  width: 12.8%;
  padding-left: 0.1rem;
}
.footer li:nth-child(4){width:25.6%}
.footer li h3 {
  color: #333;
}
.footer li h3 a {
  color: #333;
  font-size: 0.18rem;
}
.footer li h3 a:hover {
  color: #16a69a;
}
.footer li .drop a {
  display: block;
  margin-top: 0.15rem;
}
.footer li:first-child {
  padding-left: 0;
}
.footer li:last-child {
  width: 6%;
}
.footer .scrolldb {
  right: 0;
  top: 0.05rem;
  color: rgba(255, 255, 255, 0.6);
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.14rem;
  text-align: center;
  transition: all 500ms ease;
  border: solid 1px rgba(255, 255, 255, 0.6);
  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 rgba(255, 255, 255, 0.6);
  border-top: solid 1px rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
}
.footer .scrolldb:hover {
  border-color: #16a69a;
  background: #16a69a;
}
.footer .contact {
  width: 30%;
  position: relative;
  margin-top: -0.05rem;
  padding-bottom: 1rem;
}
.footer .contact .tel {
  font-family: arial;
  color: #16a69a;
  position: relative;
  font-weight: 700;
  padding-left: 0.3rem;
  padding-bottom: 0.1rem;
  font-size: 0.28rem;
}
.footer .contact .tel img {
  top: 0.11rem;
  left: 0;
  position: absolute;
  max-height: 0.22rem;
}
.footer .contact .t1 {
  padding-left: 0.3rem;
  position: relative;
}
.footer .contact .t1 img {
  left: 0;
  top: 0rem;
  position: absolute;
  max-height: 0.22rem;
}
.footer .copy {
  padding: 0.25rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(2, 139, 128, 0.8);
}
.footer .copy span {
  padding: 0 0.4rem;
  display: inline-block;
}
.footer .copy  a{
	color:#fff;
}
.footer .copy  a:hover{
	text-decoration:underline;
}
.footer .socialMedia {
  padding-bottom: 0.8rem;
  margin-top: 0rem;
}
.footer .socialMedia .list {
  padding-top: 0.2rem;
}
.footer .socialMedia .list li {
  width: auto;
  border: 0;
  padding-top: 0;
  padding-left: 0.1rem;
  display: inline-block;
}
.footer .socialMedia .list li:first-child {
  padding-left: 0;
}
.footer .socialMedia .list .box {
  display: block;
  cursor: pointer;
  position: relative;
}
.footer .socialMedia .list .icon {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  position: relative;
  border: solid 1px #e2e2e2;
}
.footer .socialMedia .list .icon img {
  width: 100%;
  max-height: 0.38rem;
}
.footer .socialMedia .list .icon .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
}
.footer .socialMedia .list .icon:hover {
  border-color: #16a69a;
  background-color: #16a69a;
}
.footer .socialMedia .list .icon:hover .img1 {
  opacity: 0;
}
.footer .socialMedia .list .icon:hover .img2 {
  opacity: 1;
}
.footer .socialMedia .list .down {
  display: none;
  color: #666;
  align-items: center;
  width: 1.26rem;
  cursor: initial;
  position: absolute;
  top: 120%;
  left: 50%;
  margin-left: -0.2rem;
}
.footer .socialMedia .list .down .txt {
  margin-right: 0.1rem;
}
.footer .socialMedia .list .down .ewm {
  width: 1.26rem;
  position: relative;
}
.footer .socialMedia .list .down .ewm img {
  width: 100%;
  max-height: 1.26rem;
}
.footer .socialMedia .list .active .down {
  display: flex;
}
.footer .socialMedia .list .box:hover .icon {
  opacity: 1;
}
.footer .socialMedia .list .box:hover .down {
  display: flex;
}
.footer .socialMedia .list .cur .down {
  display: block;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer ul {
    padding: 0 30px;
  }
  .footer li {
    display: none;
  }
  .footer .contact {
    padding-bottom: 0;
    margin-top: 0;
    width: 100%;
    display: block;
  }
  .footer .contact .tel,
  .footer .contact .t1 {
    padding-left: 30px;
  }
  .footer .contact .tel img,
  .footer .contact .t1 img {
    max-height: 22px;
  }
  .footer .contact .tel img {
    top: 4px;
  }
  .footer .socialMedia {
    height: 200px;
    padding-bottom: 0;
  }
  .footer .socialMedia .list .icon {
    width: 38px;
    height: 38px;
  }
  .footer .socialMedia .list .icon img {
    max-height: 38px;
  }
  .footer .copy {
    font-size: 12px;
  }
  .footer .copy span {
    padding: 0 10px;
  }
}
.inside-banner {
  text-align: center;
  position: relative;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .txtbox {
  top: 54%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, 0%);
}
.inside-banner .cn {
  z-index: 3;
  position: relative;
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 700;
  color: #fff;
}
.inside-banner .en {
  opacity: 0.3;
  color: #87877b;
  position: relative;
  margin-top: -0.7rem;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  text-shadow: #ffffff 1px 0 0, #ffffff 0 1px 0, #ffffff -1px 0 0, #ffffff 0 -1px 0;
}
.inside-banner .tag {
  color: #fff;
  font-size: 0.18rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    height: auto;
    margin-top: 60px;
  }
  .inside-banner .txtbox {
    top: 50%;
    transform: translate(-50%, -40%);
  }
}
@media (max-width: 540px) {
  .inside-banner .cn {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-banner .en {
    font-size: 30px;
    line-height: 60px;
    margin-top: -45px;
  }
}
.inside-banner-2 .txtbox {
  top: 33%;
}
.inside-banner-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
}
.inside-banner-3 .txtbox {
  top: 35%;
}
.inside-banner-3 .txt {
  color: #fff;
  margin: 0 auto;
  max-width: 9rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .inside-banner-3 {
    height: 50vh;
  }
}
.inside-box {
  border-bottom: solid 1px #e1e1e1;
  background: #f6f6f6;
}
.inside-box .container {
  display: block;
  justify-content: space-between;
}
.inside-menu {
  /*width: 70%;*/
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-menu li {
  /*width: 20%;*/
  position: relative;
  transition: all 334ms ease;
  text-align: center;
  line-height: 0.8rem;
}
.inside-menu li:before {
  content: "";
  width: 1px;
  top: 50%;
  left: 0;
  height: 0.17rem;
  transform: translateY(-50%);
  background: #e1e1e1;
  position: absolute;
}
.inside-menu li a {
  color: #333;
  display: block;
  padding:0 0.2rem;
}
.inside-menu li .icon {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.inside-menu li .icon img {
  margin-right: 0.05rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
  max-height: 0.31rem;
}
.inside-menu li .ic2 {
  display: none;
}
.inside-menu li:first-child:before {
  display: none;
}
.inside-menu li:hover,
.inside-menu .cur {
  background: #16a69a;
}
.inside-menu li:hover:before,
.inside-menu .cur:before {
  display: none;
}
.inside-menu li:hover a,
.inside-menu .cur a {
  color: #fff;
}
.inside-menu li:hover .ic1,
.inside-menu .cur .ic1 {
  display: none;
}
.inside-menu li:hover .ic2,
.inside-menu .cur .ic2 {
  display: inline-block;
}

.inside-box-2{
	display:flex;
	justify-content:space-between;
}

.inside-box-2 .inside-menu{
	width:70%;
}

.inside-box-2 .inside-current{
	width:25%;
}

@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 li {
  /*width: 16.66666667%;*/
}
.inside-current {
  /*width: 30%;*/
  color: #999;
  font-size: 0.14rem;
  line-height: 0.8rem;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current a {
  color: #999;
}
.inside-current a:hover {
  color: #16a69a;
}
.inside-current img {
  margin-right: 0.05rem;
  max-height: 0.14rem;
  vertical-align: middle;
  margin-bottom: 0.02rem;
}
.inside-current span {
  color: #16a69a;
}
@media (max-width: 1024px) {
  .inside-current {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .inside-current img {
    max-height: 24px;
    margin-bottom: 3px;
  }
}
.inside-title {
  color: #333;
  padding-bottom: 0.15rem;
  font-size: 0.4rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.inside-title:after {
  content: "";
  left: 50%;
  bottom: 0;
  width: 0.8rem;
  height: 0.02rem;
  position: absolute;
  background: #a98c60;
  transform: translateX(-50%);
}
@media (max-width: 540px) {
  .inside-title {
    font-size: 22px;
  }
}
.inside-honor {
  background: #f5f5f5;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-honor .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  padding-top: 0.35rem;
  padding-bottom: 0.2rem;
}
.inside-honor .list li {
  width: 25%;
  padding: 0 0.2rem;
  padding-bottom: 0.4rem;
}
.inside-honor .list li .item {
  background: #fff;
  position: relative;
}
.inside-honor .list li .pic {
  position: relative;
}
.inside-honor .list li .pic:after {
  content: "";
  display: block;
  padding-bottom: 72.12121212%;
}
.inside-honor .list li .pic-2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 700ms ease;
  position: absolute;
}
.inside-honor .list li .pic-2:after {
  content: "";
  display: block;
  padding-bottom: 67.87878788%;
}
.inside-honor .list li .tit {
  color: #333;
  top: 0.5rem;
  left: 0;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  height: 0.6rem;
  line-height: 0.3rem;
  text-align: center;
  transition: all 700ms ease;
  padding: 0 0.8rem;
  position: absolute;
}
.inside-honor .list li:hover .pic-2 {
  opacity: 1;
}
.inside-honor .list li:hover .tit {
  opacity: 0;
}
.inside-honor .numlist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0.5rem;
  justify-content: center;
}
.inside-honor .numlist dl {
  padding: 0 0.95rem;
}
.inside-honor .numlist dl dd {
  font-size: 0.4rem;
  color: #16a69a;
  font-weight: 700;
}
.inside-honor .numlist dl span {
  font-family: arial;
  font-size: 0.64rem;
  line-height: 0.7rem;
}
.inside-honor .numlist dl em {
  font-weight: normal;
  font-family: arial;
  font-size: 0.24rem;
  font-style: normal;
}
.inside-honor .numlist dl i {
  color: #fff;
  text-align: center;
  border-radius:0.03rem;
  margin-top: 0.2rem;
  font-weight: normal;
  font-family: arial;
  background: #16a69a;
  height: 0.26rem;
  padding:0 0.03rem;
  font-size: 0.12rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.inside-honor .numlist dl .bt {
  color: #333333;
  font-size: 0.18rem;
}
.inside-honor .index-more {
  text-align: center;
}
@media (max-width: 1024px) {
  .inside-honor {
    padding: 50px 0;
  }
  .inside-honor .list ul {
    margin: 0 -10px;
    padding-bottom: 30px;
  }
  .inside-honor .list li {
    padding: 10px;
    width: 33.333%;
  }
  .inside-honor .list li .pic-2 {
    opacity: 1!important;
  }
  .inside-honor .list li .tit {
    top: auto;
    left: auto;
    height: 48px;
    display: none!important;
    opacity: 1!important;
    line-height: 24px;
    padding: 0 10px;
    position: relative;
  }
  .inside-honor .numlist dl .bt {
    font-size: 14px;
  }
  .inside-honor .numlist dl {
    padding: 0 10px;
    width: 50%;
  }
}
@media (max-width: 640px) {
  .inside-honor .list li {
    width: 50%;
  }
}
.inside-news {
  background: #f5f5f5;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.inside-news .listtop {
  position: relative;
}
.inside-news .listtop .swiper-pagination {
  width: 9.35rem;
  bottom: 0.4rem;
}
.inside-news .listtop .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.inside-news .listtop .swiper-pagination-bullet-active {
  width: 0.24rem;
  border-radius: 0.15rem;
  background: #16a69a;
}
.inside-news .listtop .item {
  position: relative;
}
.inside-news .listtop .item:hover .tit {
  color: #16a69a;
}
.inside-news .listtop .item:hover .pic img {
  transform: scale(1.05);
}
.inside-news .listtop .pic {
  width: 79.3%;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.inside-news .listtop .pic:after {
  content: "";
  display: block;
  padding-bottom: 48.24561404%;
}
.inside-news .listtop .pic img {
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-news .listtop .text {
  width: 35%;
  right: 0;
  bottom: 0;
  min-height: 4.6rem;
  position: absolute;
  padding: 0.55rem 0.6rem;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: url(../images/narrow.png) no-repeat top center #ffffff;
  background-size: cover;
}
.inside-news .listtop .time {
  color: #666;
  font-size: 0.14rem;
  font-family: arial;
}
.inside-news .listtop .time img {
  max-height: 0.2rem;
  margin-right: 0.05rem;
}
.inside-news .listtop .tit {
  margin: 0.3rem 0;
  font-weight: 700;
  color: #333;
  font-size: 0.18rem;
  height: 0.64rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .listtop .txt {
  color: #666;
  height: 0.64rem;
  line-height: 0.32rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.inside-news .listtop .index-more {
  color: #fff;
  margin-top: 0.5rem;
  font-size: 0.18rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.1rem;
  min-width: 1.8rem;
  display: inline-block;
  background: #16a69a;
  text-align: center;
  transition: all 0.5s linear;
}
.inside-news .listtop .index-more img {
  margin-top: 0.1rem;
  margin-left: 0.1rem;
  max-height: 0.3rem;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-news .list li {
  padding: 0 0.2rem;
  padding-top: 0.4rem;
  width: 33.333%;
}
.inside-news .list li .item {
  margin-bottom: 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .inside-news .listtop .pic {
    width: 100%;
  }
  .inside-news .listtop .text {
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    padding: 30px;
    min-height: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .inside-news .listtop .time {
    font-size: 14px;
  }
  .inside-news .listtop .time img {
    max-height: 20px;
    margin-right: 5px;
  }
  .inside-news .listtop .tit {
    margin: 10px 0;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .inside-news .listtop .txt {
    line-height: 24px;
    height: 48px;
  }
  .inside-news .listtop .swiper-pagination {
    display: none;
  }
  .inside-news .list {
    margin-top: 20px;
  }
  .inside-news .list ul {
    margin: 0 -10px;
  }
  .inside-news .list li {
    width: 50%;
    padding: 0 10px;
    padding-top: 20px;
  }
}
@media (max-width: 420px) {
  .inside-news .list li {
    width: 100%;
  }
}
.inside-newsshow {
  padding-top: 0.9rem;
  background: #f7f7f7;
}
.inside-newsshow .inside-current {
  width: 100%;
  text-align: right;
}
.inside-newsshow .itembg {
  background: #fff;
  padding: 0.9rem 1rem;
  line-height: 0.32rem;
}
.inside-newsshow h1 {
  color: #333;
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.5rem;
}
.inside-newsshow .info {
  color: #999;
  text-align: center;
  padding-top: 0.1rem;
}
.inside-newsshow .info span {
  padding-left: 0.4rem;
}
.inside-newsshow .line {
  margin-top: 0.2rem;
}
.inside-newsshow .line img {
  max-height: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    background: #fff;
    padding: 80px 0 0 0;
  }
  .inside-newsshow .inside-current {
    text-align: left;
  }
  .inside-newsshow .itembg {
    padding: 0;
    padding-bottom: 50px;
    line-height: 24px;
  }
  .inside-newsshow .line img {
    max-height: 10px;
  }
}
@media (max-width: 480px) {
  .inside-newsshow .time span {
    display: block;
  }
}
.inside-tag {
  padding-top: 0.1rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  padding-right: 1rem;
  border-top: solid 1px #16a69a;
  position: relative;
}
.inside-tag a {
  color: #16a69a;
  padding-right: 0.15rem;
  display: inline-block;
}
.inside-tag a:hover {
  text-decoration: underline;
}
.inside-tag .return {
  right: 0;
  top: 0;
  position: absolute;
  background: #16a69a;
}
.inside-tag .return a {
  color: #fff;
  line-height: 0.4rem;
  padding: 0 0.2rem;
}
@media (max-width: 1024px) {
  .inside-tag {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-tag a {
    padding-right: 10px;
  }
  .inside-tag .return {
    display: none;
  }
}
.inside-page-news {
  margin-top: 0.6rem;
}
.inside-page-news li {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  border-top: dashed 1px #ddd;
  line-height: 0.7rem;
  height: 0.7rem;
}
.inside-page-news li span {
  color: #fff;
  margin-right: 0.1rem;
  padding: 0 0.06rem;
  line-height: 0.3rem;
  display: inline-block;
  position: relative;
  background: #a2a2a2;
}
.inside-page-news li em {
  float: right;
  font-style: normal;
  font-size: 0.14rem;
  padding-left: 0.2rem;
}
.inside-page-news li:first-child {
  border-top: 0;
}
.inside-page-news li:first-child span:after {
  border-bottom: solid 0.06rem #222;
  border-top: 0;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 40px;
  }
  .inside-page-news li {
    height: 50px;
    line-height: 49px;
  }
  .inside-page-news li span {
    padding: 0 10px;
    line-height: 24px;
  }
  .inside-page-news li em {
    display: none;
  }
}
.inside-xg-news {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-xg-news .list li .item {
  background: #fff;
  margin-bottom: 1px;
}
@media (max-width: 1024px) {
  .inside-xg-news {
    padding: 50px 0;
    background: #f7f7f7;
  }
}
.inside-video {
  background: #f5f5f5;
  padding: 0.7rem 0 1rem 0;
}
.inside-video ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-video li {
  width: 33.3333%;
  padding: 0 0.2rem;
  padding-bottom: 0.2rem;
}
.inside-video li .picbox {
  position: relative;
}
.inside-video li .vbtn {
  top: 50%;
  left: 50%;
  z-index: 3;
  position: absolute;
  transition: all 500ms ease;
  transform: translate(-50%, -50%);
}
.inside-video li .vbtn img {
  max-height: 0.5rem;
}
.inside-video li .vbtn:after {
  content: "";
  top: 50%;
  left: 50%;
  z-index: 4;
  opacity: 0;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 1000ms ease;
  background: url(../images/video-arrow.png) no-repeat center center;
  background-size: cover;
}
.inside-video li .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.inside-video li .pic img {
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-video li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0.1rem;
  position: absolute;
  transition: all 0.3s linear;
  background: rgba(3, 47, 43, 0.2);
}
.inside-video li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.4845815%;
}
.inside-video li .tit {
  color: #333;
  text-align: center;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-video li:hover .pic img {
  transform: scale(1.1);
}
.inside-video li:hover .pic:before {
  background: rgba(0, 0, 0, 0.2);
}
.inside-video li:hover .vbtn:after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1024px) {
  .inside-video {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .inside-video li {
    padding-bottom: 20px;
    width: 50%;
  }
  .inside-video li .tit {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  .inside-video li {
    width: 100%;
  }
}
.inside-case li {
  padding-bottom: 0.4rem;
}
.inside-case li .item {
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #c6c6c6;
}
.inside-case li .vbtn {
  opacity: 0;
}
.inside-case li .pic:before {
  opacity: 0;
}
.inside-case li .tit {
  color: #333;
  margin-top: 0.15rem;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  height: 0.4rem;
  line-height: 0.4rem;
}
.inside-case li .txt {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case li:hover .vbtn {
  opacity: 1;
}
.inside-case li:hover .pic:before {
  opacity: 1;
}
.inside-case .inside-page {
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-case li .tit {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
  }
  .inside-case li .txt {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }
}
.inside-xg-case {
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.inside-xg-case ul {
  margin: 0;
  flex-wrap: nowrap;
}
.inside-xg-case li {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.inside-xg-case .container {
  position: relative;
}
.inside-xg-case .inside-title {
  margin-bottom: 0.6rem;
}
.inside-xg-case .swiper-pagination {
  text-align: center;
  width: 100%;
  position: relative;
}
.inside-xg-case .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.08rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #e1e1e1;
  transition: 0.3s linear;
}
.inside-xg-case .swiper-pagination-bullet-active {
  width: 0.25rem;
  border-radius: 0.1rem;
  background: #16a69a;
}
@media (max-width: 1024px) {
  .inside-xg-case {
    padding-bottom: 50px;
  }
}
.inside-service {
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 0.7rem;
}
.inside-service .container {
  max-width: 14.8rem;
  position: relative;
}
.inside-service .inside-title {
  margin-left: 0.2rem;
  text-align: left;
}
.inside-service .inside-title:after {
  left: 0;
  transform: translateX(0);
}
.inside-service .list {
  width: 130%;
  padding-top: 0.2rem;
  position: relative;
}
.inside-service .item {
  margin-left: 0.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  transition: all 500ms ease;
  height: 4rem;
  background: #fff;
  text-align: center;
  border-bottom: solid 2px #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.07);
  padding: 0.6rem 0.3rem;
}
.inside-service .item .num {
  color: #999999;
  font-family: arial;
  font-size: 0.28rem;
  text-align: right;
}
.inside-service .item .icon img {
  max-height: 1rem;
}
.inside-service .item .tit {
  color: #333;
  font-size: 0.18rem;
  margin-top: 0.4rem;
}
.inside-service .item .txt {
  margin-top: 0.15rem;
}
.inside-service .item:hover {
  border-color: #16a69a;
}
.inside-service .swiper-button-prev,
.inside-service .swiper-button-next {
  top: -0.58rem;
  bottom: auto;
}
.inside-service .swiper-button-prev {
  left: auto;
  right: 26.7%;
}
.inside-service .swiper-button-next {
  right: 23%;
}
@media (max-width: 1024px) {
  .inside-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inside-service .container {
    max-width: 660px;
  }
  .inside-service .list {
    width: 100%;
  }
  .inside-service .item .tit {
    font-size: 16px;
  }
  .inside-service .swiper-button-prev {
    right: 45px;
  }
  .inside-service .swiper-button-next {
    right: 0;
  }
}
.inside-job {
  padding: 0.9rem 0;
  background: #f7f7f7;
}
.inside-job ul {
  padding-top: 0.6rem;
}
.inside-job li:first-child {
  color: #fff;
  margin-top: 0;
  padding: 0.05rem 0;
  font-size: 0.2rem;
  font-weight: 700;
  background: #16a69a;
}
.inside-job li:first-child:before {
  display: none;
}
.inside-job li,
.inside-job .tit {
  font-size: 0.18rem;
  margin-top: 0.15rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.inside-job li span,
.inside-job .tit span {
  width: 10%;
  float: left;
  padding: 0 0.1rem;
  height: 0.65rem;
  line-height: 0.65rem;
  overflow: hidden;
}
.inside-job li span:nth-child(1),
.inside-job .tit span:nth-child(1) {
  width: 23%;
}
.inside-job li span:nth-child(2),
.inside-job .tit span:nth-child(2) {
  width: 14%;
}
.inside-job li span:nth-child(3),
.inside-job .tit span:nth-child(3) {
  width: 41%;
}
.inside-job li span:first-child,
.inside-job .tit span:first-child {
  text-align: left;
  padding-left: 0.6rem;
}
.inside-job .tit:nth-child(2) {
  margin-top: 0;
}
.inside-job .txt {
  display: none;
  color: #666;
  background: #ffffff;
  text-align: left;
  padding: 0.6rem;
  padding-top: 0;
  line-height: 0.32rem;
}
.inside-job .bt {
  color: #333;
  padding-bottom: 0.15rem;
  padding-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: 700;
}
.inside-job .nr {
  border-top: solid 1px #d9d9d9;
}
.inside-job .active {
  color: #666;
}
.inside-job .button {
  margin-top: 0.3rem;
  font-size: 0.16rem;
}
.inside-job .button img {
  float: right;
  width: 0.3rem !important;
  margin-top: 0.08rem !important;
  max-height: 0.3rem !important;
}
.inside-job .button a {
  text-align: left;
  font-weight: normal;
  padding: 0 0.4rem;
  min-width: 2rem;
}
.inside-job .button-2 {
  text-align: center;
  margin-top: 0.5rem;
}
.inside-job .button-2 a {
  font-size: 0.16rem;
  min-width: 1.7rem;
}
@media (max-width: 1024px) {
  .inside-job {
    padding: 40px 0;
  }
  .inside-job li,
  .inside-job .tit {
    font-size: 14px;
  }
  .inside-job li span,
  .inside-job .tit span {
    padding-right: 0px;
    padding-left: 10px;
    height: auto;
    line-height: 24px;
    padding: 10px;
  }
  .inside-job li span:nth-child(1),
  .inside-job .tit span:nth-child(1) {
    width: 40%;
    padding-left: 10px;
  }
  .inside-job li span:nth-child(2),
  .inside-job .tit span:nth-child(2) {
    display: none;
  }
  .inside-job li span:nth-child(3),
  .inside-job .tit span:nth-child(3) {
    width: 60%;
  }
  .inside-job li span:nth-child(4),
  .inside-job .tit span:nth-child(4) {
    display: none;
  }
  .inside-job li span:nth-child(5),
  .inside-job .tit span:nth-child(5) {
    display: none;
  }
  .inside-job .txt {
    padding: 20px;
    padding-top: 0;
    line-height: 26px;
  }
  .inside-job .bt {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .inside-job .btn {
    font-size: 14px;
  }
  .inside-job .button-2 a {
    font-size: 14px;
  }
}
.inside-about {
  overflow: hidden;
  padding: 0.9rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-about .inside-title {
  text-align: left;
}
.inside-about .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.inside-about .container {
  display: flex;
  justify-content: space-between;
}
.inside-about .leftbox {
  width: 54%;
}
.inside-about .leftbox .bt {
  color: #333;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.5rem;
  border-bottom: solid 1px #d0d1d0;
}
.inside-about .leftbox .txt {
  line-height: 0.32rem;
}
.inside-about .leftbox .txt p {
  padding-top: 0.4rem;
}
.inside-about .rightbox {
  width: 31%;
  overflow: hidden;
  padding-top: 0.27rem;
}
.inside-about .numlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.inside-about .numlist li {
  width: 48%;
  padding: 0.35rem 0;
  border-bottom: solid 1px #e5e5e5;
}
.inside-about .numlist li p:first-child {
  font-size: 0.4rem;
  color: #16a69a;
  font-weight: 700;
}
.inside-about .numlist li span {
  font-family: arial;
  font-size: 0.64rem;
  line-height: 0.7rem;
}
.inside-about .numlist li em {
  font-family: arial;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: normal;
  line-height: 0.24rem;
}
.inside-about .numlist li i {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: 0.2rem;
  font-weight: normal;
  font-family: arial;
  background: #16a69a;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.16rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  line-height: 0.26rem;
}
.inside-about .numlist li .bt {
  color: #333333;
  font-size: 0.18rem;
}
.inside-about .numlist li:nth-child(5),
.inside-about .numlist li:nth-child(6) {
  border-bottom: 0;
}
.inside-about .numlist li:nth-child(5) p:first-child {
  font-size: 0.64rem;
  line-height: 0.7rem;
}
@media (max-width: 1024px) {
  .inside-about {
    padding: 40px 0;
  }
  .inside-about .container {
    display: block;
  }
  .inside-about .leftbox {
    width: 100%;
  }
  .inside-about .rightbox {
    width: 100%;
  }
  .inside-about .rightbox ul {
    width: 100%;
  }
  .inside-about .numlist li .bt {
    font-size: 13px;
  }
}
.inside-about-2 {
  color: #fff;
  background-attachment: fixed;
  height: 7.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 700;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1024px) {
  .inside-about-2 {
    height: auto;
    padding: 80px 0;
    font-size: 24px;
  }
}
.inside-about-3 {
  background: #F7F7F7;
  padding: 0.9rem 0 1rem 0;
}
.inside-about-3 .list-1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inside-about-3 .inside-title {
  width: 27%;
  text-align: left;
  font-size:0.3rem;
}
.inside-about-3 .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.inside-about-3 .textbox {
  width: 70%;
  padding-top: 0.1rem;
}
.inside-about-3 .textbox p {
  padding-bottom: 0.3rem;
}
.inside-about-3 .numlist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 0.5rem;
}
.inside-about-3 .numlist dl {
  width: 31%;
}
.inside-about-3 .numlist dl dd {
  font-size: 0.4rem;
  color: #16a69a;
  font-weight: 700;
}
.inside-about-3 .numlist dl span {
  font-family: arial;
  font-size: 0.64rem;
  line-height: 0.7rem;
}
.inside-about-3 .numlist dl em {
  font-weight: normal;
  font-family: arial;
  font-size: 0.24rem;
  font-style: normal;
}
.inside-about-3 .numlist dl i {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  font-family: arial;
  background: #16a69a;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.16rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.inside-about-3 .numlist dl .bt {
  color: #333333;
  font-size: 0.18rem;
}
.inside-about-3 .list-2 {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
  position: relative;
}
.inside-about-3 .list-2 .pic {
  overflow: hidden;
  position: relative;
}
.inside-about-3 .list-2 .pic img {
  transition: all 700ms ease;
}
.inside-about-3 .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 70.4845815%;
}
.inside-about-3 .list-2 .swiper-container {
  overflow: inherit;
}
.inside-about-3 .list-2 .swiper-pagination {
  width: 100%;
  max-width: 12.6rem;
  height: 1px;
  left: 50%;
  bottom: 0.2rem;
  background: #d9d9d9;
  margin-bottom: 2px;
  transform: translateX(-50%);
}
.inside-about-3 .list-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #16a69a;
}
@media (max-width: 1024px) {
  .inside-about-3 {
    padding: 50px 0;
  }
  .inside-about-3 .list-1 {
    display: block;
  }
  .inside-about-3 .inside-title {
    width: 100%;
  }
  .inside-about-3 .textbox {
    width: 100%;
    padding-top: 30px;
  }
  .inside-about-3 .numlist {
    padding-top: 20px;
    justify-content: center;
  }
  .inside-about-3 .numlist dl {
    width: 50%;
  }
  .inside-about-3 .numlist dl .bt {
    font-size: 14px;
  }
  .inside-about-3 .list-2 .swiper-button-prev {
    left: 0;
    z-index: 33;
  }
  .inside-about-3 .list-2 .swiper-button-next {
    right: 0;
    z-index: 33;
  }
}
.inside-about-4 {
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 0.9rem 0;
  background: #16a69a;
}
.inside-about-4 .tu {
  top: 0;
  left: 0;
  opacity: 0.1;
  position: absolute;
}
.inside-about-4 .tu img {
  animation: 5s scrollArrow1 linear infinite alternate;
}
.inside-about-4 .inside-title {
  color: #fff;
}
.inside-about-4 .inside-title:after {
  background: #fff;
}
.inside-about-4 .txt {
  text-align: center;
  padding-top: 0.4rem;
}
.inside-about-4 .container {
  overflow: hidden;
}
.inside-about-4 .mySwiper2 {
  margin-top: 0.35rem;
}
.inside-about-4 .mySwiper2 .pic {
  border-radius: 0.1rem;
  position: relative;
}
.inside-about-4 .mySwiper2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 45.13888889%;
}
.inside-about-4 .mySwiper2 .pic img {
  border-radius: 0.1rem;
}
.inside-about-4 .mySwiper {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.inside-about-4 .mySwiper .bt {
  cursor: pointer;
  font-size: 0.18rem;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}
.inside-about-4 .mySwiper .bt:after {
  content: "";
  width: 0%;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 0.02rem;
  position: absolute;
  transition: all 500ms linear;
}
.inside-about-4 .mySwiper .swiper-slide-thumb-active .bt:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-about-4 {
    padding: 50px 0;
  }
  .inside-about-4 .mySwiper .bt {
    font-size: 14px;
  }
  .inside-about-4 .mySwiper2 {
    overflow: hidden;
  }
}
.huanjing {
  overflow: hidden;
  background: #f5f5f5;
  padding: 0.9rem 0;
  position: relative;
}
.huanjing .inside-title {
  text-align: left;
}
.huanjing .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.huanjing .con {
  width: 100%;
  padding-left: calc((100% - var(--container-w)) / 2);
  position: relative;
}
.huanjing .nr {
  margin-top: 0.5rem;
  position: relative;
}
.huanjing .swiper-container {
  overflow: initial;
  position: relative;
}
.huanjing .swiper-button-next {
  background-color: #16a69a;
}
.huanjing .swiper-button-next:after {
  transform: rotate(0deg) !important;
  background: url(../images/arrow-r.png) no-repeat center center;
  background-size: cover;
}
.huanjing .list li {
  width: 9rem;
}
.huanjing .list .box {
  display: block;
}
.huanjing .list .pic {
  border-radius: 0.1rem;
  transform: scale(0.75);
  transform-origin: left top;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
.huanjing .list .pic img {
  width: auto;
  height: auto;
}
.huanjing .list .tit {
  color: #333;
  opacity: 0;
  font-size: 0.24rem;
  font-family: "myfont";
  margin-top: 0.25rem;
  transition: all 500ms linear;
}
.huanjing .list .swiper-slide-active .pic {
  transform: scale(1);
}
.huanjing .list .swiper-slide-active .tit {
  opacity: 1;
}
.huanjing .bar {
  text-align: center;
  height: 0.48rem;
  width: 100%;
  max-width: 10.1rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: absolute;
  top: 35%;
}
.huanjing .swiper-button-next {
  right: 0.1rem;
}
.huanjing .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 1280px) {
  .huanjing .list .pic {
    transform: scale(0.9);
  }
  .huanjing .list .swiper-slide-active .pic {
    transform: scale(1);
  }
  .huanjing .bar {
    max-width: 10.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .huanjing {
    padding: 50px 0;
  }
  .huanjing .container {
    overflow: hidden;
  }
  .huanjing .con {
    padding-left: 0;
  }
  .huanjing .nr {
    margin-top: 30px;
  }
  .huanjing .bar {
    top: 45%;
  }
  .huanjing .swiper-pagination {
    width: 100%;
    height: 1px;
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    top: 50%;
  }
  .huanjing .swiper-pagination-progressbar-fill {
    height: 2px;
  }
  .huanjing .swiper-button-prev,
  .huanjing .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .huanjing .swiper-button-prev:after,
  .huanjing .swiper-button-next:after {
    font-size: 12px;
  }
  .huanjing .swiper-button-next {
    right: 30px;
  }
}
.inside-product4-1 {
  padding: 1rem 0;
}
.inside-product4-1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-product4-1 .pic {
  width: 51.5%;
  border-radius: 0.1rem;
}
.inside-product4-1 .pic img {
  border-radius: 0.1rem;
}
.inside-product4-1 .inside-title {
  text-align: left;
}
.inside-product4-1 .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.inside-product4-1 .textbox {
  width: 45%;
}
.inside-product4-1 .bt {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
.inside-product4-1 .text {
  line-height: 0.24rem;
}
.inside-product4-1 .text p {
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-product4-1 {
    padding: 50px 0;
  }
  .inside-product4-1 .bt {
    font-size: 18px;
  }
  .inside-product4-1 .container {
    display: block;
  }
  .inside-product4-1 .pic {
    width: 100%;
  }
  .inside-product4-1 .textbox {
    width: 100%;
    padding-top: 30px;
  }
}
.inside-product4-2 {
  height: 6.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: 700;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1024px) {
  .inside-product4-2 {
    height: auto;
    font-size: 18px;
    line-height: 30px;
    padding: 60px 0;
  }
}
.inside-product4-3 {
  padding: 0.9rem 0 1rem 0;
}
.inside-product4-3 .list {
  margin-top: 0.6rem;
}
.inside-product4-3 .list ul {
  margin: 0 -0.05rem;
}
.inside-product4-3 .list li {
  float: left;
  width: 22%;
  height: 6rem;
  overflow: hidden;
  padding: 0 0.05rem;
  transition: all 500ms ease;
}
.inside-product4-3 .list li .box {
  position: relative;
}
.inside-product4-3 .list li .item {
  display: block;
  position: relative;
}
.inside-product4-3 .list li .txtbox {
  color: #fff;
  width: 100%;
  z-index: 9;
  left: 0rem;
  top: 50%;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 0.26rem;
  position: absolute;
  transition: all 334ms ease;
  transform: translateY(-50%);
}
.inside-product4-3 .list li .icon {
  opacity: 0;
  transition: all 500ms ease;
}
.inside-product4-3 .list li .icon img {
  max-height: 0.5rem;
}
.inside-product4-3 .list li .tit {
  margin: 0 auto;
  line-height: 0.2rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-product4-3 .list li .txt {
  display: none;
  margin-top: 0.2rem;
}
.inside-product4-3 .list li .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  height: 6rem;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-product4-3 .list li .pic:before {
  top: 0;
  left: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.3);
}
.inside-product4-3 .list .active {
  width: 56%;
}
.inside-product4-3 .list .active .txtbox {
  top: auto;
  padding: 0 0.6rem;
  text-align: left!important;
  transform: translate(0);
  bottom: 0.6rem;
}
.inside-product4-3 .list .active .icon {
  opacity: 1;
}
.inside-product4-3 .list .active .pic:before {
  background: rgba(0, 0, 0, 0.1);
}
.inside-product4-3 .list .active .tit {
  width: auto;
  margin-top: 0.1rem;
  line-height: 0.4rem;
}
.inside-product4-3 .list .active .pic:before {
  width: 100%;
}
@media (max-width: 1024px) {
  .inside-product4-3 {
    padding: 50px 0;
  }
  .inside-product4-3 .index-title {
    margin-top: 50px;
  }
  .inside-product4-3 .list li {
    height: 300px;
  }
  .inside-product4-3 .list li .pic {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .inside-product4-3 .index-title {
    margin-top: 30px;
  }
  .inside-product4-3 .list {
    margin-top: 20px;
  }
  .inside-product4-3 .list ul {
    margin: 0 -5px;
  }
  .inside-product4-3 .list li {
    overflow: inherit;
    padding: 0 5px;
    margin-top: 10px;
    width: 100%!important;
    height: 150px;
  }
  .inside-product4-3 .list li .pic {
    height: 150px;
  }
  .inside-product4-3 .list li .txtbox {
    top: auto;
    padding: 0 0.3rem !important;
    text-align: left;
    transform: translate(0);
    bottom: 0.4rem !important;
  }
  .inside-product4-3 .list li .pic:before {
    background: rgba(0, 0, 0, 0.1);
  }
  .inside-product4-3 .list li .tit {
    width: auto;
    line-height: 0.4rem;
  }
  .inside-product4-3 .list li .txt {
    display: block;
    line-height:24px;
    height:96px;
    overflow:hidden;
    
  }
  .inside-product4-3 .list li .pic:before {
    width: 100%;
  }
  .inside-product4-3 .list .active .txtbox {
  	top:auto;
  	margin-top:auto;
    bottom: 40px!important;
  }
}
.inside-product4-4 {
  color: #fff;
  display: flex;
  align-items: center;
  height: 6.5rem;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-product4-4 .bt {
  font-weight: 700;
  font-size: 0.36rem;
  padding-bottom: 0.4rem;
}
.inside-product4-4 .txt {
  padding: 0 0.8rem;
  line-height: 0.32rem;
}
@media (max-width: 1024px) {
  .inside-product4-4 {
    height: auto;
    padding: 60px 0;
  }
  .inside-product4-4 .bt {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .inside-product4-4 .txt {
    padding: 0;
    line-height: 24px;
  }
}
.inside-product3-3 .list li {
  width: 15.166666666667%;
}
.inside-product3-3 .list .active {
  width: 54.5%;
}
.inside-product2-2 {
  background: #f3fafa;
  padding: 0.9rem 0 1rem 0;
}
.inside-product2-2 .txt {
  text-align: center;
  padding: 0.4rem 0;
}
.inside-product2-2 .tu {
  text-align: center;
}
.inside-product2-3 {
  height: 5.5rem;
}
.inside-product2-3 .inside-title {
  color: #fff;
}
.inside-product2-3 .inside-title:after {
  background: #fff;
}
.inside-product2-5 .text{  padding-top: 0.3rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  font-weight: normal;text-align:center;color:#fff}
.inside-product2-3 .txt {
  padding-top: 0.3rem;
  line-height: 0.4rem;
  font-size: 0.2rem;
  font-weight: normal;
}
.inside-product2-3 .txt span {
  font-size: 0.36rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-product2-3 {
    height: auto;
    padding: 50px 0;
  }
  .inside-product2-3 .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .inside-product2-3 .txt span {
    font-size: 24px;
  }
}
.inside-product2-4 {
  padding: 0.6rem 0;
}
.inside-product2-4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-product2-4 .inside-title {
  text-align: left;
}
.inside-product2-4 .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.inside-product2-4 .leftbox {
  width: 38%;
}
.inside-product2-4 .leftbox .text {
  padding-top: 0.3rem;
  line-height: 0.32rem;
}
.inside-product2-4 .leftbox .tag {
  color: #333;
  font-size: 0.18rem;
}
.inside-product2-4 .leftbox .tag p {
  margin-top: 0.2rem;
  padding-left: 0.3rem;
  position: relative;
}
.inside-product2-4 .leftbox .tag p img {
  top: 0;
  left: 0;
  position: absolute;
  max-height: 0.2rem;
}
.inside-product2-4 .rightbox {
  width: 58%;
}
@media (max-width: 1024px) {
  .inside-product2-4 {
    padding: 50px 0;
  }
  .inside-product2-4 .container {
    display: block;
  }
  .inside-product2-4 .leftbox,
  .inside-product2-4 .rightbox {
    width: 100%;
  }
  .inside-product2-4 .leftbox .text,
  .inside-product2-4 .rightbox .text {
    line-height: 24px;
  }
  .inside-product2-4 .leftbox .tag,
  .inside-product2-4 .rightbox .tag {
    font-size: 15px;
  }
  .inside-product2-4 .leftbox .tag p,
  .inside-product2-4 .rightbox .tag p {
    margin-top: 20px;
    padding-left: 30px;
  }
  .inside-product2-4 .leftbox .tag p img,
  .inside-product2-4 .rightbox .tag p img {
    max-height: 20px;
  }
}
.inside-product2-5 {
  height: 5.98rem;
  display: flex;
  align-items: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-product2-5 .inside-title {
  color: #fff;
}
.inside-product2-5 .inside-title:after {
  background: #fff;
}
.inside-product2-5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-product2-5 li {
  display: flex;
  margin-top: 0.6rem;
  align-items: center;
  padding: 0 0.2rem;
  width: 25%;
}
.inside-product2-5 li .item {
  width: 100%;
  padding: 0.5rem;
  min-height: 100%;
  background: #fff;
  text-align: center;
  border-radius: 0.1rem;
}
.inside-product2-5 li .icon img {
  max-height: 0.5rem;
}
.inside-product2-5 li .txt {
  color: #333;
  font-weight: 700;
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding-top: 0.2rem;
}
@media (max-width: 1024px) {
  .inside-product2-5 {
    height: auto;
    padding: 50px 0;
  }
  .inside-product2-5 li .icon img {
    max-height: 50px;
  }
  .inside-product2-5 li .item {
    padding: 20px;
  }
  .inside-product2-5 li .txt {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .inside-product2-5 ul {
    margin: 0 -10px;
    margin-top: 20px;
  }
  .inside-product2-5 li {
    padding: 0 10px;
    width: 50%;
    margin-top: 20px;
  }
}
.inside-product2-6 {
  padding: 1rem 0;
}
.inside-product2-6 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inside-product2-6 .inside-title {
  text-align: left;
}
.inside-product2-6 .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.inside-product2-6 .textbox {
  width: 40%;
}
.inside-product2-6 .textbox .item {
  z-index: 2;
  width: 120%;
  border-radius: 0.1rem;
  padding: 0.6rem;
  padding-top: 0.7rem;
  background: #fff;
  min-height: 3.8rem;
  position: relative;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.inside-product2-6 .textbox .tu {
  right: 0;
  bottom: 0;
  opacity: 0.05;
  position: absolute;
}
.inside-product2-6 .textbox .tu img {
  max-height: 1.4rem;
}
.inside-product2-6 .textbox .txt {
  padding-top: 0.3rem;
  line-height: 0.32rem;
}
.inside-product2-6 .pic {
  border-radius: 0.1rem;
  width: 60%;
}
.inside-product2-6 .pic img {
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-product2-6 {
    padding: 50px 0;
  }
  .inside-product2-6 .container {
    display: block;
  }
  .inside-product2-6 .textbox {
    width: 100%;
  }
  .inside-product2-6 .textbox .item {
    width: 100%;
    padding: 0px;
    padding-bottom: 30px;
    box-shadow: none;
    min-height: auto;
  }
  .inside-product2-6 .pic {
    width: 100%;
  }
}
.inside-product2-7 {
  background: #F7F7F7;
  padding: 0.9rem 0 1rem 0;
}
.inside-product2-7 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.inside-product2-7 li {
  width: 50%;
  padding: 0 0.3rem;
  margin-top: 0.6rem;
}
.inside-product2-7 li .pic {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.inside-product2-7 li .pic img {
  border-radius: 0.1rem;
  transition: all 700ms ease;
}
.inside-product2-7 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 69.56521739%;
}
.inside-product2-7 li .tit {
  color: #333;
  font-weight: 700;
  padding: 0 0.15rem;
  font-size: 0.24rem;
  border-radius: 0.1rem;
  background: #fff;
  height: 0.8rem;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-top: -0.4rem;
  line-height: 0.8rem;
  max-width: 5.9rem;
  position: relative;
}
.inside-product2-7 li:hover .pic img {
  transform: scale(1.1);
}
.inside-product2-7 li:hover .tit {
  color: #fff;
  background: #16a69a;
}
@media (max-width: 1024px) {
  .inside-product2-7 {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  .inside-product2-7 ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .inside-product2-7 li {
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media (max-width: 414px) {
  .inside-product2-7 li {
    width: 100%;
  }
}
.inside-product .numlist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.inside-product .numlist dl {
  width: 50%;
  padding-top: 0.2rem;
}
.inside-product .numlist dl dd {
  font-size: 0.4rem;
  color: #16a69a;
  font-weight: 700;
}
.inside-product .numlist dl span {
  font-family: arial;
  font-size: 0.64rem;
  line-height: 0.7rem;
}
.inside-product .numlist dl em {
  font-weight: normal;
  font-family: arial;
  font-size: 0.24rem;
  font-style: normal;
}
.inside-product .numlist dl i {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  font-family: arial;
  background: #16a69a;
  width: 0.26rem;
  height: 0.26rem;
  font-size: 0.16rem;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.inside-product .numlist dl .bt {
  color: #333333;
  padding-top: 0;
  font-weight: normal;
  font-size: 0.16rem;
}
@media (max-width: 1024px) {
  .inside-product .numlist dl .bt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-product .numlist dl {
    text-align: center;
  }
}
.inside-product-2 {
  text-align: center;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  background: #ecf3f2;
}
.inside-product-2 .txt {
  padding: 0 1.6rem;
  padding-top: 0.4rem;
}
.inside-product-2 .bt {
  margin-top: -0.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .inside-product-2 {
    padding: 50px 0;
  }
  .inside-product-2 .txt {
    padding: 0;
    padding-top: 20px;
  }
  .inside-product-2 .bt {
    margin-top: 0;
  }
}
.inside-bg {
  background: #f7f7f7;
}
.inside-jsys {
  padding: 1rem 0;
}
.inside-jsys .container {
  display: flex;
  flex-wrap: wrap;
}
.inside-jsys .inside-title {
  text-align: left;
}
.inside-jsys .inside-title:after {
  left: 0;
  transform: translateX(0%);
}
.inside-jsys .leftbox {
  width: 50%;
}
.inside-jsys .leftbox ul {
  padding-top: 0.2rem;
}
.inside-jsys .leftbox ul li {
  padding: 0.2rem;
}
.inside-jsys .leftbox ul li .item {
  position: relative;
  display: flex;
}
.inside-jsys .leftbox ul li .icon {
  width: 0.8rem;
  height: 0.8rem;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border: dashed 1px #16a69a;
}
.inside-jsys .leftbox ul li .icon img {
  max-height: 0.8rem;
}
.inside-jsys .leftbox ul li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
}
.inside-jsys .leftbox ul li .t1 {
  color: #333;
  font-weight: 700;
  font-size: 0.2rem;
}
.inside-jsys .leftbox ul li .txt {
  width: 84%;
  padding-left: 0.2rem;
}
.inside-jsys .leftbox ul li .num {
  color: #e7f3f2;
  bottom: -0.25rem;
  right: -0.2rem;
  opacity: 0;
  line-height: 1rem;
  font-size: 1rem;
  position: absolute;
  font-family: "Oswald";
}
.inside-jsys .leftbox ul .cur {
  z-index: 3;
  position: relative;
  background: #fff;
  width: 112%;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.inside-jsys .leftbox ul .cur .txt {
  width: 76%;
}
.inside-jsys .leftbox ul .cur .num {
  opacity: 1;
}
.inside-jsys .rightbox {
  width: 49%;
  border-radius: 0.1rem;
}
.inside-jsys .rightbox img {
  border-radius: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-jsys {
    padding: 50px 0;
  }
  .inside-jsys .inside-title {
    text-align: center;
  }
  .inside-jsys .inside-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .inside-jsys .container {
    display: block;
  }
  .inside-jsys .leftbox {
    width: 100%;
  }
  .inside-jsys .leftbox ul li {
    padding: 15px 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .inside-jsys .leftbox ul li .txt {
    width: 80%!important;
    padding-left: 15px;
  }
  .inside-jsys .leftbox ul li .num {
    display: none;
  }
  .inside-jsys .leftbox ul .cur {
    width: 100%;
    box-shadow: none!important;
    background: transparent!important;
  }
  .inside-jsys .leftbox ul li .t1 {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .inside-jsys .rightbox {
    display: none;
  }
}
.inside-xnys {
  overflow: hidden;
  padding-top: 0;
}
.inside-xnys .container {
  max-width: 100%;
}
.inside-xnys .list li {
  height: 8rem;
  width: 9.76666666667%;
}
.inside-xnys .list li .pic {
  height: 8rem;
}
.inside-xnys .list .active {
  width: 41.4%;
}
.inside-xnys .list .active .txt {
  display: block;
}
.inside-xnys .list .active .pic:before {
  background: rgba(0, 0, 0, 0.3);
}
.inside-xnys .list .active .txtbox {
  top: 50%;
  bottom: auto;
  text-align: center;
  padding: 0 0.9rem;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .inside-xnys .list li {
    height: 360px;
  }
  .inside-xnys .list li .pic {
    height: 360px;
  }
  .inside-xnys .list .active .txtbox {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .inside-xnys .container {
    max-width: 640px;
  }
  .inside-xnys .list {
    margin-top: 20px;
  }
  .inside-xnys .list ul {
    margin: 0 -10px;
  }
  .inside-xnys .list li {
    padding: 0 10px;
    height: 240px;
    margin-top: 20px;
    width: 50%!important;
  }
  .inside-xnys .list li .tit {
    width: 100%!important;
    margin-top: 10px!important;
    line-height: 30px!important;
  }
  .inside-xnys .list li .pic {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .inside-xnys .list li {
    width: 100%!important;
  }
}
.inside-jcxl {
  padding-bottom: 1rem;
}
.inside-jcxl ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
.inside-jcxl li {
  width: 25%;
  padding: 0 0.1rem;
  margin-top: 0.6rem;
}
.inside-jcxl li .item {
  text-align: center;
}
.inside-jcxl li .pic {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  max-width: 3rem;
}
.inside-jcxl li .pic img {
  transition: all 700ms ease;
}
.inside-jcxl li .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-jcxl li .bt {
  color: #333;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  font-weight: 700;
}
.inside-jcxl li:hover .pic img {
  transform: scale(0.95);
}
.inside-jcxl li:hover .bt {
  color: #16a69a;
}
.inside-proshow-1 {
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-proshow-1 .txt {
  text-align: center;
  padding-top: 0.5rem;
}
.inside-proshow-1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 115%;
  margin-left: -8%;
}
.inside-proshow-1 li {
  width: 20%;
  padding-top: 0.4rem;
}
.inside-proshow-1 li .item {
  text-align: center;
}
.inside-proshow-1 li .icon {
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/pbg.png);
  background-size: cover;
  width: 1.14rem;
  height: 1.14rem;
}
.inside-proshow-1 li .icon img {
  max-height: 1.14rem;
}
.inside-proshow-1 li .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.7);
  position: absolute;
  transition: all 500ms ease;
}
.inside-proshow-1 li .t1 {
  color: #333;
  font-weight: 700;
  font-size: 0.32rem;
  margin-top: 0.3rem;
}
.inside-proshow-1 li .t2 {
  font-size: 0.18rem;
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-proshow-1 {
    padding: 50px 0;
  }
  .inside-proshow-1 ul {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .inside-proshow-1 li {
    width: 33.333%;
  }
}
.inside-proshow-2 {
  height: 7.7rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.inside-proshow-2 .list {
  padding-top: 0.6rem;
}
.inside-proshow-2 .inside-title {
  color: #fff;
}
.inside-proshow-2 .inside-title:after {
  background: #fff;
}
.inside-proshow-2 .icon {
  margin: 0 auto;
  max-width: 1rem;
  position: relative;
}
.inside-proshow-2 .img2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.7);
  transition: all 500ms ease;
}
.inside-proshow-2 .swiper-slide {
  display: flex;
}
.inside-proshow-2 .item {
  margin-top: 0;
  width: 100%;
  min-height: 100%;
  border-radius: 0.1rem;
}
.inside-proshow-2 .item .txt {
  padding: 0 0.7rem;
}
.inside-proshow-2 .item:hover {
  background: #16a69a;
}
.inside-proshow-2 .item:hover .img1 {
  opacity: 0;
}
.inside-proshow-2 .item:hover .img2 {
  opacity: 1;
  transform: scale(1);
}
.inside-proshow-2 .item:hover .num,
.inside-proshow-2 .item:hover .tit,
.inside-proshow-2 .item:hover .txt {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-proshow-2 {
    height: auto;
    padding: 50px 0;
  }
  .inside-proshow-2 .item {
    padding: 20px;
  }
  .inside-proshow-2 .item .txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-proshow-3 {
  overflow: hidden;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.inside-proshow-3 .list {
  margin-top: 0.6rem;
  position: relative;
}
.inside-proshow-3 .tu {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
}
.inside-proshow-3 .tu img {
  max-height: 6.2rem;
}
.inside-proshow-3 .item {
  z-index: 3;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inside-proshow-3 .left,
.inside-proshow-3 .right {
  width: 29%;
  font-size: 0.14rem;
}
.inside-proshow-3 .left .t1,
.inside-proshow-3 .right .t1 {
  color: #333;
  position: relative;
  font-size: 0.18rem;
}
.inside-proshow-3 .left .t1 em,
.inside-proshow-3 .right .t1 em {
  color: #16a69a;
  font-family: "Roboto";
  font-size: 0.32rem;
  font-style: normal;
}
.inside-proshow-3 .left .t1 span,
.inside-proshow-3 .right .t1 span {
  z-index: 2;
  position: relative;
  background: #fff;
  display: inline-block;
}
.inside-proshow-3 .left .t1:before,
.inside-proshow-3 .right .t1:before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 0.27rem;
  background: #e1e1e1;
  position: absolute;
}
.inside-proshow-3 .left .t1:after,
.inside-proshow-3 .right .t1:after {
  content: "";
  right: 0;
  top: 0.24rem;
  width: 0.07rem;
  height: 0.07rem;
  background: #e1e1e1;
  border-radius: 50%;
  position: absolute;
}
.inside-proshow-3 .left .t2,
.inside-proshow-3 .right .t2 {
  margin-top: 0.05rem;
  padding-bottom: 0.2rem;
}
.inside-proshow-3 .left li:nth-child(1) .t1:before,
.inside-proshow-3 .right li:nth-child(1) .t1:before {
  width: 140%;
}
.inside-proshow-3 .left li:nth-child(1) .t1:after,
.inside-proshow-3 .right li:nth-child(1) .t1:after {
  right: -41.5%;
}
.inside-proshow-3 .left li:nth-child(1) .t2,
.inside-proshow-3 .right li:nth-child(1) .t2 {
  padding-bottom: 0.1rem;
}
.inside-proshow-3 .left li:nth-child(2) .t1:before,
.inside-proshow-3 .right li:nth-child(2) .t1:before {
  width: 106%;
}
.inside-proshow-3 .left li:nth-child(2) .t1:after,
.inside-proshow-3 .right li:nth-child(2) .t1:after {
  right: -6%;
}
.inside-proshow-3 .left li:nth-child(4) .t1:before,
.inside-proshow-3 .right li:nth-child(4) .t1:before {
  width: 113%;
}
.inside-proshow-3 .left li:nth-child(4) .t1:after,
.inside-proshow-3 .right li:nth-child(4) .t1:after {
  right: -14%;
}
.inside-proshow-3 .left li:nth-child(5) .t1:before,
.inside-proshow-3 .right li:nth-child(5) .t1:before {
  width: 152%;
}
.inside-proshow-3 .left li:nth-child(5) .t1:after,
.inside-proshow-3 .right li:nth-child(5) .t1:after {
  right: -52%;
}
.inside-proshow-3 .left .t1 em {
  padding-right: 0.1rem;
  display: inline-block;
}
.inside-proshow-3 .left .t1 span {
  padding-right: 0.15rem;
}
.inside-proshow-3 .right {
  text-align: right;
}
.inside-proshow-3 .right .t1 em {
  padding-right: 0.1rem;
  display: inline-block;
}
.inside-proshow-3 .right .t1 span {
  padding-left: 0.15rem;
}
.inside-proshow-3 .right .t1:after {
  left: 0;
  right: auto;
}
.inside-proshow-3 .right li:nth-child(1) .t1:before {
  left: -40%;
}
.inside-proshow-3 .right li:nth-child(1) .t1:after {
  left: -41.5%;
}
.inside-proshow-3 .right li:nth-child(2) .t1:before {
  left: -9%;
}
.inside-proshow-3 .right li:nth-child(2) .t1:after {
  left: -10%;
}
.inside-proshow-3 .right li:nth-child(4) .t1:before {
  left: -7%;
}
.inside-proshow-3 .right li:nth-child(4) .t1:after {
  left: -8%;
}
.inside-proshow-3 .right li:nth-child(5) .t1:before {
  left: -40%;
}
.inside-proshow-3 .right li:nth-child(5) .t1:after {
  left: -40%;
}
@media (max-width: 1024px) {
  .inside-proshow-3 .tu {
    display: none;
  }
  .inside-proshow-3 .item {
    display: block;
  }
  .inside-proshow-3 .left,
  .inside-proshow-3 .right {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .inside-proshow-3 .left .t1,
  .inside-proshow-3 .right .t1 {
    font-size: 16px;
  }
  .inside-proshow-3 .left .t1 span,
  .inside-proshow-3 .right .t1 span {
    padding-left: 0!important;
    padding-right: 10px!important;
  }
  .inside-proshow-3 .left .t1:after,
  .inside-proshow-3 .right .t1:after {
    display: none;
  }
  .inside-proshow-3 .left .t1:before,
  .inside-proshow-3 .right .t1:before {
    right: auto!important;
    left: auto!important;
    width: 100%!important;
  }
  .inside-proshow-3 .left .t2,
  .inside-proshow-3 .right .t2 {
    padding: 15px 0!important ;
  }
}
.inside-proshow-4 {
  height: 4.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.inside-proshow-4 .container {
  position: relative;
}
.inside-proshow-4 .bt {
  color: #fff;
  font-weight: 700;
  font-size: 0.3rem;
  line-height: 0.4rem;
  width: 50%;
}
.inside-proshow-4 .honor {
  width: 100%;
  right: 0;
  z-index: 3;
  top: -0.65rem;
  position: absolute;
  padding: 0.6rem;
  padding-bottom: 0;
  text-align: center;
  border-radius: 0.1rem;
  max-width: 6.4rem;
  background: #f7f7f7;
}
.inside-proshow-4 .honor img {
  max-height: 3.8rem;
}
@media (max-width: 1024px) {
  .inside-proshow-4 {
    text-align: center;
    height: auto;
    padding: 50px 0;
  }
  .inside-proshow-4 .bt {
    font-size: 18px;
    line-height: 30px;
  }
  .inside-proshow-4 .honor {
    top: auto;
    padding: 30px;
    padding-bottom: 15px;
    margin-top: 30px;
    max-width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
  }
}
.inside-cpys {
  padding-bottom: 1rem;
  background: #f7f7f7;
  padding-top: 1.4rem;
  overflow: hidden;
  position: relative;
}
.inside-cpys .inside-title:after {
  left: 0;
  transform: translateX(0);
}
.inside-cpys .con {
  width: 100%;
  padding-left: calc((100% - var(--container-w)) / 2);
  position: relative;
}
.inside-cpys .nr {
  margin-top: 0.5rem;
  position: relative;
}
.inside-cpys .menuTabs {
  display: flex;
  justify-content: space-between;
  padding-right: calc((100% - var(--container-w)) / 2);
}
.inside-cpys .menuTabs .title {
  color: #000;
  font-size: 0.42rem;
  font-weight: 700;
}
.inside-cpys .listMenu {
  margin-top: 0.15rem;
  width: 60%;
}
.inside-cpys .listMenu ul {
  display: flex;
  flex-wrap: wrap;
  width: 130%;
  border-top: solid 1px #d2d2d2;
}
.inside-cpys .listMenu li {
  width: 33.333%;
  position: relative;
  padding-top: 0.15rem;
}
.inside-cpys .listMenu li .box {
  color: #333;
  display: block;
  font-size: 0.18rem;
  text-align: center;
  transition: all 500ms linear;
}
.inside-cpys .listMenu li:before {
  content: "";
  top: -0.05rem;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  background: #16a69a;
}
.inside-cpys .listMenu li:after {
  content: "";
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  background: #16a69a;
  transition: all 500ms linear;
}
.inside-cpys .listMenu .active:before {
  opacity: 1;
}
.inside-cpys .listMenu .active:after {
  width: 100%;
  opacity: 1;
}
.inside-cpys .listMenu .active .box {
  color: #16a69a;
}
.inside-cpys .item {
  display: none;
}
.inside-cpys .item.show {
  display: block;
}
.inside-cpys .menuTabs ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-cpys .swiper-container {
  overflow: initial;
  position: relative;
}
.inside-cpys .list li {
  width: 9rem;
}
.inside-cpys .list .box {
  display: block;
}
.inside-cpys .list .pic {
  border-radius: 0.1rem;
  transform: scale(0.8);
  transform-origin: left top;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
.inside-cpys .list .pic img {
  width: auto;
  height: auto;
  border-radius: 0.1rem;
}
.inside-cpys .list .tit {
  color: #000;
  opacity: 0;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.25rem;
  transition: all 500ms linear;
}
.inside-cpys .list .swiper-slide-active .pic {
  transform: scale(1) !important;
}
.inside-cpys .list .swiper-slide-active .tit,
.inside-cpys .list .swiper-slide-active .txt {
  opacity: 1;
}
.inside-cpys .bar {
  text-align: center;
  height: 0.48rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 10%;
}
.inside-cpys .swiper-button-prev {
  left: auto;
  right: -9%;
}
.inside-cpys .swiper-button-next {
  right: -14%;
}
.inside-cpys .swiper-pagination {
  width: 5.3rem;
  height: 1px;
  position: absolute;
  left: 66.5%;
  top: 50%;
}
.inside-cpys .swiper-pagination-progressbar-fill {
  height: 2px;
  background: #16a69a;
}
@media screen and (max-width: 1280px) {
  .inside-cpys .list .pic {
    transform: scale(0.9);
  }
  .inside-cpys .list .swiper-slide-active .pic {
    transform: scale(1);
  }
  .inside-cpys .bar {
    max-width: 10.35rem;
  }
}
@media screen and (max-width: 1024px) {
  .inside-cpys {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .inside-cpys .container {
    max-width: 640px!important;
    overflow: hidden;
  }
  .inside-cpys .con {
    padding-left: 0;
  }
  .inside-cpys .nr {
    margin-top: 30px;
  }
  .inside-cpys .list .tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .inside-cpys .list .txt {
    margin-top: 10px;
  }
  .inside-cpys .menuTabs {
    display: block;
    padding-right: 0!important;
  }
  .inside-cpys .menuTabs .title {
    font-size: 24px;
  }
  .inside-cpys .inside-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .inside-cpys .listMenu {
    margin-top: 30px;
    width: 100%;
  }
  .inside-cpys .listMenu ul {
    width: 100%;
  }
  .inside-cpys .listMenu li .box {
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    border-radius: 30px;
  }
  .inside-cpys .bar {
    max-width: 100%;
    top: 45%!important;
  }
  .inside-cpys .swiper-pagination {
    display: none;
  }
  .inside-cpys .swiper-button-prev {
    left: 30px;
  }
  .inside-cpys .swiper-button-next {
    right: 30px;
  }
}
.inside-flwj {
  background: #f7f7f7;
  padding: 0.7rem 0 1rem 0;
}
.inside-flwj .listpro {
  padding: 0 0.4rem;
  position: relative;
}
.inside-flwj .listpro .item {
  display: block;
  text-align: center;
}
.inside-flwj .listpro .img {
  border-radius: 0.1rem;
  background: #fff;
  border: solid 1px #f6f6f6;
  position: relative;
}
.inside-flwj .listpro .img:after {
  content: "";
  display: block;
  padding-bottom: 66.66666667%;
}
.inside-flwj .listpro .tit {
  color: #333;
  font-size: 0.18rem;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.inside-flwj .item:hover .img,
.inside-flwj .cur .img {
  border-color: #16a69a;
}
.inside-flwj .item:hover .tit,
.inside-flwj .cur .tit {
  color: #16a69a;
}
.inside-flwj .swiper-button-prev,
.inside-flwj .swiper-button-next {
  opacity: 1;
  margin-top: -0.3rem;
  width: 0.2rem;
  height: 0.2rem;
}
.inside-flwj .swiper-button-prev:after,
.inside-flwj .swiper-button-next:after {
  font-size: 0;
}
.inside-flwj .swiper-button-prev {
  left: 0;
  background: url(../images/arrow-l.png) no-repeat center center;
  background-size: cover;
}
.inside-flwj .swiper-button-prev:hover {
  background: url(../images/arrow-l-h.png) no-repeat center center;
  background-size: cover;
}
.inside-flwj .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
  background: url(../images/arrow-l.png) no-repeat center center;
  background-size: cover;
}
.inside-flwj .swiper-button-next:hover {
  background: url(../images/arrow-l-h.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .inside-flwj {
    padding: 40px 0;
  }
  .inside-flwj .swiper-button-prev,
  .inside-flwj .swiper-button-next {
    width: 20px;
    height: 20px;
  }
  .inside-flwj .swiper-button-prev {
    left: 0;
  }
  .inside-flwj .swiper-button-next {
    right: 0;
  }
}
.inside-proshow {
  padding-top: 0.6rem;
}
.inside-proshow table,
.inside-proshow tr,
.inside-proshow td {
  border: 0;
}
.inside-proshow td {
  border-bottom: solid 0.1rem #f7f7f7;
  padding: 0.15rem 0.25rem;
}
.inside-proshow .table {
  color: #000;
  margin-top: 0.6rem;
}
.inside-proshow .td-1 {
  color: #fff;
  width: 7%;
  padding: 0 0.05rem;
  text-align: center;
  background: #16a69a;
}
.inside-proshow .td-2 {
  width: 43%;
}
.inside-proshow .bg {
  background: #fff;
}
@media (max-width: 1024px) {
  .inside-proshow .table {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .inside-proshow .table table {
    width: 1200px;
  }
}
.inside-warp {
  z-index: 3;
  margin-top: -3.5rem;
  position: relative;
}
.inside-warp .inside-current {
  width: 100%;
  color: #fff;
  margin-top: 0.3rem;
}
.inside-warp .inside-current a {
  color: #fff;
}
@media (max-width: 800px) {
  .inside-warp {
    margin-top: 0;
  }
  .inside-warp .inside-current {
    display: none;
  }
}
.inside-contact ul {
  display: flex;
  flex-wrap: wrap;
}
.inside-contact li {
  border-left: solid 1px rgba(255, 255, 255, 0.15);
  width: 33.33%;
  text-align: center;
  color: #fff;
}
.inside-contact li .icon img {
  max-height: 0.5rem;
}
.inside-contact li p:nth-child(2) {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.inside-contact li .tel {
  font-weight: 700;
  font-size: 0.28rem;
  font-family: arial;
}
.inside-contact li .yx a {
  color: #fff;
}
.inside-contact li:first-child {
  border-left: 0;
}
@media (max-width: 1024px) {
  .inside-contact li p:nth-child(2) {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .inside-contact {
    padding: 20px 0 40px 0;
  }
  .inside-contact li {
    color: #666;
  }
  .inside-contact li .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: #16a69a;
  }
  .inside-contact li .icon img {
    max-height: 40px;
    margin-top: 10px;
  }
  .inside-contact li .tel {
    font-weight: normal;
  }
  .inside-contact li .yx a {
    color: #666;
  }
}
@media (max-width: 500px) {
  .inside-contact li {
    width: 50%;
    padding-top: 20px;
  }
}
.inside-messbox {
  padding-bottom: 1rem;
  position: relative;
}
.inside-messbox:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 89%;
  position: absolute;
  background: #F7F7F7;
}
.inside-messbox .container {
  z-index: 3;
  position: relative;
}
.inside-messbox .hezi {
  display: flex;
  background: #fff;
  padding: 0.2rem;
  min-height: 6.49rem;
  justify-content: space-between;
  border-radius: 0.1rem;
}
.inside-messbox .lefttext {
  width: 35.5%;
  color: #fff;
  border-radius: 0.1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0.6rem;
}
.inside-messbox .lefttext h2 {
  font-weight: normal;
  font-size: 0.36rem;
}
@media (max-width: 1024px) {
  .inside-messbox {
    padding-bottom: 30px;
  }
  .inside-messbox .hezi {
    padding: 0;
    display: block;
  }
  .inside-messbox .lefttext {
    display: none;
  }
  .inside-messbox:after {
    height: 90%;
  }
}
@media (max-width: 800px) {
  .inside-messbox:after {
    display: none;
  }
}
.inside-message {
  width: 60%;
  padding-top: 0.5rem;
  padding-right: 0.4rem;
  position: relative;
}
.inside-message .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.inside-message .list li {
  width: 48.5%;
  position: relative;
  padding-bottom: 0.25rem;
}
.inside-message .list .li1 {
  width: 100%;
}
.inside-message .box {
  position: relative;
}
.inside-message .name {
  z-index: 9;
  left: 0rem;
  top: 0.15rem;
  position: absolute;
}
.inside-message .name img {
  margin-top: 0.03rem;
  margin-right: 0.05rem;
  max-height: 0.21rem;
}
.inside-message .name i {
  color: #f30;
  font-style: normal;
}
.inside-message .input-form,
.inside-message .textarea-form {
  border: none;
  color: #666;
  width: 100%;
  font-family: "寰蒋闆呴粦";
  vertical-align: middle;
  padding-left: 1.2rem;
  height: 0.55rem;
  line-height: 0.43rem;
  font-size: 0.16rem;
  transition: all 500ms ease;
  border-bottom: #d6d5d3 solid 1px;
}
.inside-message .input-form:focus,
.inside-message .textarea-form:focus {
  border-color: #333;
}
.inside-message .textarea-form {
  width: 100%;
  line-height: 0.3rem;
  height: 1.4rem;
  padding: 0.1rem 0;
  padding-left: 1.2rem;
  padding-right: 0.15rem;
}
.inside-message .textarea-form:focus {
  border-color: #333;
}
.inside-message .btn {
  width: 100%!important;
  margin-top: 0.15rem;
}
.inside-message .submit {
  color: #fff;
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 0.3rem;
  display: inline-block;
  width: 2.1rem;
  text-align: center;
  line-height: 0.55rem;
  height: 0.55rem;
  font-size: 0.16rem;
  background: #16a69a;
  border: none;
}
.inside-message .submit:hover {
  background: #16a69a;
}
.inside-message .submit:hover {
  background: #18b7a9;
}
@media (max-width: 1024px) {
  .inside-message {
    padding-right: 0;
    padding-top: 0;
    width: 100%;
  }
  .inside-message .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-message .nr {
    padding-top: 0;
  }
  .inside-message .name {
    top: 14px;
  }
  .inside-message .name img {
    max-height: 20px;
  }
  .inside-message .input-form,
  .inside-message .textarea-form {
    font-size: 14px;
    height: 50px;
    line-height: 49px;
    padding-left: 100px;
  }
  .inside-message .textarea-form {
    height: 100px;
    line-height: 24px;
    padding-top: 10px;
  }
  .inside-message .submit {
    font-size: 16px;
  }
  .inside-message .list li {
    width: 100%;
  }
  .inside-message .submit {
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .inside-message .btn {
    display: block;
    text-align: center;
  }
  .inside-message .submit {
    width: 100%;
    margin-top: 20px;
  }
  .inside-message .verifyDiv {
    width: 100%;
  }
}
.inside-ditu img {
  width: 100%;
}
.inside-page {
  font-size: 0.14rem;
  text-align: center;
  padding-top: 0.6rem;
}
.inside-page a {
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 100%;
  margin: 0 0.05rem;
  display: inline-block;
  transition: all 500ms ease;
  border: solid 1px #e3e3e3;
}
.inside-page a:hover,
.inside-page .cur {
  color: #fff;
  border-color: #16a69a;
  background: #16a69a;
}
.inside-page .prev,
.inside-page .next {
  min-width: 1.3rem;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 0.15rem;
  font-family: "瀹嬩綋";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 0.15rem;
  font-family: "瀹嬩綋";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .inside-page {
    padding: 30px 0 0 0;
  }
  .inside-page .prev,
  .inside-page .next {
    width: auto;
    border-radius: 0;
  }
  .inside-page a {
    width: auto;
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    margin: 0;
  }
  .inside-page span {
    display: none;
  }
}
.verifyDiv {
  width: 50%;
  margin-right: 0rem;
  vertical-align: middle;
  position: relative;
}
@media (max-width: 1024px) {
  .verifyDiv {
    width: 55%;
  }
}
.verify {
  height: 0.46rem;
  background-color: #e5e5e5;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.46rem;
  height: 0.46rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0.46rem;
  line-height: 0.44rem;
  background-color: #7ac23c;
  color: #fff;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #999;
  z-index: 1;
  line-height: 0.46rem;
  padding-left: 0.5rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #16a69a;
  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: #16a69a;
}
.inside-flwj .listpro .swiper-slide-thumb-active .img {
  border-color: #16a69a;
}


.banner .tu-2{
    margin-top:2.5rem;
}
 .banner .tu-1{
    margin-top:3.5rem;
}

.banner .tu-3{
    margin-top:3.8rem;
}
.banner .tu-3 img{
    max-height:2rem;
}


@media(max-width:1024px) {
	.banner .ph{
		position:relative;
	}
	.banner .ph:before{
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:2;
		content:"";
		position:absolute;
		background:rgba(0,0,0,0.3);
	}
	.banner .tu-1,
	.banner .tu-2{
	    margin-top:1rem;
	}
	.banner .tu-3{
    margin-top:1rem;
	}
	.banner .tu-1,
	.banner .tu-2,
	.banner .tu-3{
		 z-index:6;
		 position:relative;
	}
	
}

.banner .swiper-slide-active .tu-2 {
  animation: 1.5s fadeInUp2 ease;
}

.banner .swiper-slide-active .tu-3 {
  animation: 1.5s fadeInUp2 ease;
}