@charset "utf-8";

/* 字体引用 */

@font-face {
  font-family: "SYM";
  src: url("../fonts/SourceHanSansCN-Normal.ttf");
}

@font-face {
  font-family: "SYB";
  src: url("../fonts/SourceHanSansCN-Bold.otf");
}

@font-face {
  font-family: "AL";
  src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
  font-family: "MON_L";
  src: url("../fonts/Montserrat-ExtraLight-5.otf");
}

@font-face {
  font-family: "MON_R";
  src: url("../fonts/Montserrat-Regular.ttf");
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */

@font-face {
  font-family: "iconfont";
  /* Project id 4408565 */
  src: url("//at.alicdn.com/t/c/font_4408565_y10xsyjphc.woff2?t=1709185296528")
      format("woff2"),
    url("//at.alicdn.com/t/c/font_4408565_y10xsyjphc.woff?t=1709185296528")
      format("woff"),
    url("//at.alicdn.com/t/c/font_4408565_y10xsyjphc.ttf?t=1709185296528")
      format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.clear {
  clear: both;
}

.clear {
  clear: both;
}

html,
body {
  height: 100%;
  color: #494d56;
  background-color: #fafafa;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-family: "SYM";
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

body {
  _height: 100%;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

/* body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	zoom: 1
} */

li {
  list-style-type: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	color: #333;
} */

iframe,
frame,
fieldset,
img {
  border: 0 none;
}

img {
  vertical-align: top;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  resize: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

th {
  font-weight: normal;
}

em,
cite,
address,
i {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

body,
input,
select,
button,
textarea {
  font-family: "SYM";
}

body {
  line-height: 1.5;
}

a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: #494d56;
  outline: none;
  background: none;
  text-decoration: none;
}

:focus {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #494d56;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #494d56;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #494d56;
}

.w90 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  height: auto;
}

.banner_title {
  font-size: 3.375rem;
  font-family: "SYB";
}

.banner_text {
  font-size: 1.125rem;
  font-weight: 100;
}

.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h1_big {
  font-size: 3rem;
  font-family: "SYB";
}

h1 {
  font-size: 2.5rem;
  font-family: "SYB";
}

.title {
  padding: 3.75rem;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

h2 {
  font-size: 2rem;
  font-family: "SYB";
}

h3 {
  font-size: 1.625rem;
  font-family: "SYB";
}

.btn-default {
  width: 14rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  border-radius: 2.875rem;
  overflow: hidden;
  background: #044e33 !important;
  color: #fff !important;
  position: relative;
  padding-right: 2.875rem;
  display: inline-block;
}

.btn-default:after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #fff;
  background: url(../images/ico-arrowR.png) no-repeat center #044e33;
  background-size: 8px;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.serve_btn-default {
  width: 14rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  border-radius: 2.875rem;
  overflow: hidden;
  background-image: url(../images/icon_bg.png) !important;
  background-repeat: no-repeat;
  background-position: left;
  color: #fff !important;
  position: relative;
  padding-right: 2.875rem;
  display: inline-block;
}

.serve_btn-default::after {
  border-color: #033825 !important;
}

.serve_btn {
  position: absolute;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  right: 0;
  top: 0;
  background-color: #004b30 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* .serve_btn-default:after {
	content: "";
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	border: solid 1px ;
	background-color: transparent;
	background: url(../images/ico-arrowR.png) no-repeat center;
	background-size: 8px;
	display: inline-block;
	position: absolute;
	top: -1px;
	right: -1px;
} */

/* .btn-default:hover {
	background: #044E33;
	text-decoration: none;
	color: #FFF;
} */

.ico-1,
.ico-2,
.ico-3,
.ico-4,
.ico-5,
.ico-6,
.ico-7,
.ico-8,
.ico-9,
.ico-10 {
  background: no-repeat center;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
}

.ico-1 {
  background-image: url(../images/ico-1.png);
}

.ico-2 {
  background-image: url(../images/ico-2.png);
}

.ico-3 {
  background-image: url(../images/ico-3.png);
}

.ico-4 {
  background-image: url(../images/ico-4.png);
}

.ico-5 {
  background-image: url(../images/ico-5.png);
}

.ico-6 {
  background-image: url(../images/ico-6.png);
}

.ico-7 {
  background-image: url(../images/ico-7.png);
}

.ico-8 {
  background-image: url(../images/ico-8.png);
}

.ico-9 {
  background-image: url(../images/ico-9.png);
}

.ico-10 {
  background-image: url(../images/ico-10.png);
}

/* 正常导航 */

.nav {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999999;
  border-right: 5px solid #004b30;
  height: 6.3rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 999;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* .nav.navfixed {
  height: 4rem;
} */
.nav.navbar-black-ny {
  position: relative;
  border-bottom: 1px solid #eee;
}
.nav_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.navfixed .logo img {
  height: 40px;
}
.nav_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  margin: 0 7rem;
  /*position: relative;*/
}

.nav_ul .nav_li > a {
  display: inline-block;
  line-height: 6.3rem;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navfixed .nav_ul .nav_li > a {
  line-height: 4rem;
}
.nav_ul .nav_li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #044e33;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_ul .nav_li > a:hover::after {
  width: 100%;
}

.nav_ul .nav_li_on {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  height: auto;
  overflow: hidden;
  background: rgba(230, 230, 230, 0.9);
}
.nav_ul .nav_li:nth-child(2) .nav_li_on .nav_more_title:first-child {
  margin-left: -30rem;
}
.nav_ul .nav_li:nth-child(6) .nav_li_on .nav_more_title:first-child {
  margin-left: 30rem;
}
.nav_ul .nav_li:nth-child(7) .nav_li_on .nav_more_title:first-child {
  margin-left: 30rem;
}
.nav_more {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 0vh;
  background-color: #fff;
  display: none;
  top: 0;
}

.nav_more .nav_more_list {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
}

.nav_more .nav_more_list .nav_more_list_box {
  display: flex;
  justify-content: space-between;
}

.nav_li_on .nav_more_title {
  /*margin-bottom: 0.5rem;*/
  margin: 0 1rem;
  display: inline-block;
}

.nav_li_on .nav_more_title a {
  display: block;
  color: #494d56 !important;
  font-size: 1rem !important;
  padding: 2rem 0;
}

.nav_li_on .nav_more_title a:hover {
  /*text-decoration: underline;*/
  font-weight: bold;
  color: #044e33 !important;
}

.nav_ul .nav_li {
  font-family: "AL";
  /*flex: 1;*/
}

.showNav .nav_ul .nav_li a {
  color: #494d56;
}

.showNav .nav_phone i,
.showNav .nav_phone a {
  color: #494d56;
}

.navbar-black {
  background-color: #ffffff;
}
.navbar-black-ny {
  background-color: #ffffff;
}
.navbar-black .nav_ul .nav_li a {
  color: #494d56;
}
.navbar-black-ny .nav_ul .nav_li a {
  color: #494d56;
}

.navbar-black .nav_phone i,
.navbar-black .nav_phone a {
  color: #494d56;
}
.navbar-black-ny .nav_phone i,
.navbar-black-ny .nav_phone a {
  color: #494d56;
}
.navbar-black .logo2,
.showNav .logo2 {
  display: block;
}

.navbar-black .logo1,
.showNav .logo1 {
  display: none;
}
.navbar-black-ny .logo2 {
  display: block;
}

.navbar-black-ny .logo1 {
  display: none;
}
.logo2 {
  display: none;
}

.nav_ul .nav_li a {
  color: #ffffff;
}

.nav_ul .nav_li i {
  margin-left: 0.5rem;
  display: none;
}

.nav_phone {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  width: 23%;
}

.nav_phone i {
  font-size: 1.7rem;
  margin-right: 1rem;
}

.nav_phone a {
  font-family: "MON_L";
  color: #ffffff;
}

/* contact导航 */

.nav_contact {
  position: relative;
  width: 100%;
  z-index: 999999;
  border-right: 5px solid #004b30;
  height: 7.5rem;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.nav_contact_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav_contact_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.25rem;
  margin-left: 10rem;
  position: relative;
}

.nav_contact_ul .nav_contact_li_on {
  display: none;
  position: absolute;
  height: auto;
  overflow: hidden;
  top: 5.5rem;
}

.nav_contact_more {
  position: absolute;
  z-index: 9999;
  width: 100vw;
  height: 0vh;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  top: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.nav_contact_more .nav_contact_more_list {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
}

.nav_contact_more .nav_contact_more_list .nav_contact_more_list_box {
  display: flex;
  justify-content: space-between;
}

.nav_contact_li_on .nav_contact_more_title {
  margin-bottom: 0.5rem;
}

.nav_contact_li_on .nav_contact_more_title a {
  color: #000000 !important;
  font-size: 1rem !important;
}

.nav_contact_li_on .nav_contact_more_title a:hover {
  color: #004b30 !important;
}

.nav_contact_ul .nav_contact_li {
  font-family: "AL";
  flex: 1;
}

.nav_contact_ul .nav_contact_li a {
  color: #000000;
}

.nav_contact_ul .nav_contact_li i {
  margin-left: 0.5rem;
}

.nav_contact_phone {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  color: #000000;
}

.nav_contact_phone i {
  font-size: 1.7rem;
  margin-right: 1rem;
}

.nav_contact_phone a {
  font-family: "MON_L";
  color: #000000;
}

.swiper {
  /* height: 100vh; */
}

.swiper_box {
  position: relative;
}

.swiper_main_box {
  position: absolute;
  bottom: 30vh;
  z-index: 999;
}

.swiper_title {
  color: #ffffff;
}

.swiper_text {
  font-size: 1.125rem;
  color: #ffffff;
  font-size: "SYM";
  font-weight: 100;
}

.swiper_bg {
  position: absolute;
  bottom: 10vh;
  left: 10vw;
  z-index: 99;
  display: none;
}

.swiper-pagination {
  text-align: left;
  bottom: 20vh !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  margin-right: 10px;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.4375rem;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.index_first {
  margin-top: 6.25rem;
}

.index_first_main {
  background-color: #ffffff;
}

h2 {
  width: 25rem;
  margin: 0 auto 10px auto;
  font-size: 1.125rem;
  font-family: "微软雅黑";
  color: #333;
}

.footer-wrap {
  background: #f0f0f0;
  width: 100%;
  bottom: 0;
}

.footer-wrap .f-left {
  padding: 5rem 0 3rem;
}

.footer-wrap .f-right {
  display: flex;
}

.footer-wrap .logo {
  width: 52%;
}

.footer-wrap .tel-box {
  margin-bottom: 2rem;
}

.footer-wrap .tel-box .item {
  margin-bottom: 1rem;
  line-height: 1;
}

.footer-wrap .tel-box .item .tel {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  background: url(../images/tel-green.png) no-repeat left center;
  background-size: 1rem;
  padding-left: 1.5rem;
}

.footer-wrap .tel-box .item .number {
  font-family: "MontserratBold";
  color: #014b30;
  font-size: 2rem;
  font-weight: bold;
}

.footer-wrap .code-box {
  width: 6.875rem;
  height: 6.25rem;
}
.footer-wrap .code-box img {
  display: block;
  width: 100%;
}
.footer-wrap .btn-defalut {
  margin-bottom: 4.375rem;
}

.footer-wrap .footer-nav {
  padding-left: 9rem;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-evenly;
  word-break: keep-all;
  padding-bottom: 0.5rem;
}

.footer-wrap .footer-nav .t {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.foot_call {
  width: 65%;
}

.foot_nav1 {
  flex: 1;
}

.foot_nav2 {
  flex: 1;
}

.foot_nav3 {
  flex: 1;
}

.foot_nav4 {
  flex: 1;
}

.foot_nav5 {
  flex: 1;
}

.foot_nav_h {
  width: 130%;
  display: flex;
}

.foot_nav_t {
  width: 35%;
}

.footer-nav a:hover {
  color: #004b30;
  text-decoration: underline;
  font-weight: bold;
}

.footer-wrap .footer-nav a {
  display: inline-block;
  width: 100%;
  color: #494d56;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer-wrap .footer-nav .col-sm-3 a {
  width: 50%;
}

.footer-wrap .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.25rem 0;
  line-height: 1.2;
  border-top: solid 1px #e7e7e7;
  font-size: 0.8125rem;
  color: #494d56;
}

.footer-wrap .copyright .pull-left span {
  margin-right: 0.75rem;
}

.footer-wrap .copyright .pull-right span {
  margin-left: 1rem;
}

.footer_title {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

.f-left {
}

.btn_no_top {
  margin-top: 0;
}

.news-wrap {
  padding: 10.5rem 0;
  background: #fafafa;
}

.news-wrap .tit,
.case-wrap .tit,
.pro-wrap .tit {
  font-family: "SYB";
  font-size: 2.5rem;
}

.news-list {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.news_list_box {
  justify-content: left;
  flex-wrap: wrap;
}

.news_list_box .new_card {
  flex: 0 0 32.5%;
  margin-right: calc(2.5% / 2);
  margin-bottom: calc(2.5% / 2);
}

.news_list_box .new_card:nth-child(3n) {
  margin-right: 0;
}

.news_list_box .new_card a {
  color: #333;
}

.news-list .item {
  background: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.news-list .item:hover {
  background: #014b30;
}
.new_card {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.news-list .item .keys {
  color: #fff;
  background: #4d9a7e;
  border-radius: 3.875rem;
  width: 3.875rem;
  height: 3.875rem;
  text-align: center;
  line-height: 3.875rem;
  -webkit-border-radius: 3.875rem;
  -moz-border-radius: 3.875rem;
  -ms-border-radius: 3.875rem;
  -o-border-radius: 3.875rem;
}

.news-list .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.news-list .item .img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-list .item .img .keys {
  position: absolute;
  background: #014b30;
  top: 1rem;
  left: 1rem;
}

.news-list .item .txt {
  padding: 2rem 3rem;
  flex: 1;
  position: relative;
}

.new_card .item {
  height: 100%;
}

.news-list .item .txt .time {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  font-family: "MON_R";
  margin-bottom: 8px;
}

.news-list .item .txt p {
  font-size: 1.3rem;
  font-family: "SYM";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .item .txt .desc {
  line-height: 30px;
  height: 60px;
}
.small .item:hover .txt p:last-child {
  color: #014b30;
}
.news-list .item:hover .txt .time,
.news-list .item:hover .txt p {
  color: #fff !important;
}
.news-list .item .txt2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1rem;
  background: #014b30;
  padding: 0 12%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  margin-top: 200%;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  display: none;
}

.news-list .item .txt2 .keys {
  margin-bottom: 10%;
  display: block;
}
.news_list_box .item .txt2 .keys {
  display: none;
}
.news-list .item .txt2 P {
  font-size: 1.3rem;
  font-family: "SYM";
}

.news-list .item:hover .txt2 {
  margin-top: 0;
}
.news_list_box .item:hover .txt2 {
  display: flex;
  margin-top: 0;
  /*background: rgba(1,75,48,0.9);*/
  background: rgba(1, 75, 48, 1);
}
.news-list .small .news_card_list:last-child {
  margin-bottom: 0;
}

.news_card_list {
  margin-bottom: 1.5rem;
}

.news-list .small .item {
}

.news-list .small .item .txt {
  padding: 1.4rem 3rem;
}

.news-list .small .col {
  /* height: 33.3%; */
}

.case-wrap {
  padding-top: 7rem;
  background: url(../images/case-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.case-wrap .tit {
  text-align: center;
  color: #fff;
}

.case-wrap .case-tab {
  text-align: center;
  margin-top: 2.5rem;
}

.case-wrap .case-tab .item {
  cursor: pointer;
  margin: 0 1.875rem;
  color: #fff;
  line-height: 3.875rem;
  margin: 0 1.375rem;
  width: 12.5rem;
  height: 3.4rem;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 3.4rem;
  display: inline-block;
  text-align: center;
  border-radius: 3.5rem;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3.5rem;
  -moz-border-radius: 3.5rem;
  -ms-border-radius: 3.5rem;
  -o-border-radius: 3.5rem;
}

.case-wrap .case-tab .item i {
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 50%;
  display: inline-block;
  background-size: 1.25rem;
  vertical-align: middle;
}

.case-wrap .case-tab .item span {
  vertical-align: middle;
}

.case-wrap .case-tab .item.on {
  background: #024c31;
}

.case-wrap .case-tab .item.on i {
  display: block;
  border: solid 1px #595c5d;
  position: absolute;
}

.about-wrap {
  background: #fafafa url(../images/about-bg.png) no-repeat left -2rem;
  background-size: auto 96%;
  /*	padding: 9.25rem 0 7.5rem;*/
  overflow: hidden;
  position: relative;
}

.about-wrap .txt {
  width: 48%;
  font-size: 1.125rem;
  line-height: 2;
  padding: 0 0 0 8%;
  box-sizing: border-box;
  /*position: absolute;
	top: 9rem;
	left: 0;*/
}

.about-wrap .txt .tit {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.4;
  padding-right: 20%;
}

.about-wrap .txt p {
  margin-bottom: 0.625rem;
  background: none !important;
}

.about-wrap .txt .btn-default {
  margin-top: 2.375rem;
  z-index: 998;
  position: relative;
}

.btn-default:hover {
  background: #0a6447 !important;
  /* 设置动画的延迟，如果需要连续播放，可以设置为动画时长的长度 */
}

.btn-default:hover::after {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.cases-wrap {
  /*background: url(../images/cases-bg.png) no-repeat center;*/
  background-size: cover;
  position: relative;
}

.cases-wrap .index_page_content {
  position: relative;
  height: 94vh;
}
.casesfixedbg .swiper {
  height: 100%;
}
.casesfixedbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.casesfixedbg img {
  display: block;
  height: 100%;
  margin: 0 auto;
  min-width: 100%;
  min-height: 100%;
}
.casesarrows .swiper-button-next,
.casesarrows .swiper-button-prev {
  top: auto;
  bottom: 60px;
  color: #fff;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #1b6d85;
  background: url(../images/ico-arrowR.png) no-repeat center #044e33;
  background-size: 8px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.casesarrows .swiper-button-next:after,
.casesarrows .swiper-button-prev:after {
  display: none;
}
.casesarrows .swiper-button-next {
  left: 13%;
  right: auto;
}
.casesarrows .swiper-button-prev {
  left: 8%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.casesarrows .swiper-button-next:hover {
  opacity: 0.8;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.casesarrows .swiper-button-prev:hover {
  opacity: 0.8;
  -webkit-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.cases-wrap .tit {
  margin-left: -5%;
  width: 18.75rem;
  position: relative;
  z-index: 3;
}

.cases-wrap .tit img {
  height: 100%;
  padding-top: 7.375rem;
}

.cases-wrap .cc-item {
  height: 0px;
  overflow: hidden;
  list-style: none;
}

.cases-wrap .btn1 {
  width: auto;
  height: 4.625rem;
  display: flex;
  position: absolute;
  bottom: 14rem;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4.625rem;
  line-height: 4.625rem;
  font-size: 0.9375rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 4.625rem;
  -moz-border-radius: 4.625rem;
  -ms-border-radius: 4.625rem;
  -o-border-radius: 4.625rem;
  display: none;
}

.cases-wrap .btn1 span {
  padding-left: 3.25rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #004b30;
  box-sizing: border-box;
  flex: 1;
}

.cases-wrap .btn1 .show {
  width: 4.75rem;
  height: 4.75rem;
  border: solid 2px transparent;
  border-radius: 50%;
  background: url(../images/ico-show.png) no-repeat center #004b30;
  /* 	position: absolute;
	right: 0px;
	top: -1px; */
  cursor: pointer;
}

.cases-wrap .btn1.chide {
  opacity: 0;
  visibility: hidden;
}

.cases-wrap .cont {
  margin-top: 3.125rem;
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 50%;
  color: #fff;
  background: rgb(0, 94, 60, 0.96);
  text-align: center;
  padding: 7.5rem 5.5rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.cases-wrap .cont.cshow {
  opacity: 1;
  visibility: visible;
}
/*.hoverstyle{
	display: inline-block;
}
.hoverstyle:hover .btn1{
	opacity: 0;
	visibility: hidden;
}
.hoverstyle:hover .cont{
	opacity: 1;
	visibility: visible;
	}*/
.cases-wrap .cont .t1 {
  font-size: 1.5625rem;
  margin-bottom: 0.75rem;
}

.cases-wrap .cont .t2 {
  text-align: left;
  margin-bottom: 1.75rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cases-wrap .cont .t3 {
  overflow: hidden;
  text-align: left;
  display: flex;
  margin-right: -1.875rem;
}

.cases-wrap .cont .t3 .item {
  font-size: 0.75rem;
  flex: 1;
}

.cases-wrap .cont .t3 .item b {
  font-size: 2.375rem;
  font-family: "MontserratBold";
  position: relative;
}

.cases-wrap .cont .t3 .item em {
  font-size: 0.9375rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: inherit;
  position: absolute;
  top: 2px;
  right: -1rem;
}

.cases-wrap .cont .back {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: url(../images/ico-arrowR.png) no-repeat center #1e9540;
  background-size: 8px;
  margin: 2.5rem auto 0;
  cursor: pointer;
}

.cases-tab {
  width: 32%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.cases-tab:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*background: url(../images/cases-bg.png) no-repeat right center;
	background-size: auto 100%;*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.cases-tab:after {
  content: "";
  background: rgba(44, 43, 43, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cases-tab .item {
  z-index: 3;
  cursor: pointer;
  width: 50%;
  /* height: 14rem; */
  border-right: solid 1px #a6bcc5;
  border-bottom: solid 1px #a6bcc5;
  float: left;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cases-tab .item:nth-child(2n) {
  border-right: none;
}

.cases-tab .item:hover {
  background: #0a6447;
}

.cases-tab .item .box {
  color: #fff;
  height: 3.625rem;
  margin-top: -1.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.cases-tab .item .box i {
  width: 2.5rem;
  height: 1.75rem;
  background-size: auto 1.75rem;
  display: block;
  margin: 0 auto 0.5rem;
}

.pro-wrap {
  padding: 5rem 0;
  overflow: hidden;
}
.pro-wrap .tit {
  text-align: center;
}

.pro-slide {
  position: relative;
}

.pro-iconMenu {
  position: absolute;
  left: 0;
  margin-top: 72px;
}

.pro-iconMenu ul {
  padding-left: 0;
  margin-left: 0;
}

.pro-iconMenu .item {
  width: 100%;
  position: relative;
  list-style: none;
  margin-bottom: 40px;
  cursor: pointer;
  overflow: hidden;
}

.pro-iconMenu .item .icon-img {
  text-align: center;
  line-height: 46px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 11px;
  left: 11px;
  bottom: 11px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  right: 10px;
}

.pro-iconMenu .item .icon-img img {
  width: auto;
  height: 24px;
}

.pro-iconMenu .item .icon-svg {
  width: 70px;
  height: 70px;
  transform: rotate(-90deg);
  position: relative;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.icon-svg-moble {
  display: none;
}

.pro-iconMenu .item .icon-svg .svg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 40px;
}

.pro-iconMenu .item .icon-svg circle {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
}

.pro-iconMenu .item .icon-svg .svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pro-iconMenu .item.on .icon-svg circle {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  -webkit-animation: 16s svgcircle linear;
  animation: 16s svgcircle linear;
}

.pro-iconMenu .item.on .icon-svg .svg {
  background: #c8d7d2;
}

@keyframes svgcircle {
  0% {
    stroke-dashoffset: 220;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.pro-cont {
  margin-left: 7.5rem;
  margin-right: -10%;
}

.pro-cont li {
  list-style: none;
  display: flex;
}

.pro-cont li .txt {
  padding-top: 4.5rem;
  flex: 1;
  padding-right: 5%;
  line-height: 1.8;
  -webkit-animation: 1.6s fadeInUp linear;
  animation: 1.6s fadeInUp linear;
}

.pro-cont li .txt .t1 {
  font-size: 2rem;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

.pro-cont li .txt .t2 {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.pro-cont li .txt .classify {
  margin-bottom: 4rem;
}

.pro-cont li .txt .classify span {
  width: 25%;
  font-size: 1.07rem;
  display: block;
  float: left;
  padding-right: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.pro-cont li .txt .classify span:before {
  content: "";
  position: absolute;
  left: -0.8125rem;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -3.5px;
  background: #004b30;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.indexOn {
  color: #004b30;
  font-weight: 600;
}

.indexOn:before {
  opacity: 1 !important;
}
.pro-cont li .txt {
  flex: 0.5;
}
.pro-cont li .img-swiper {
  width: 50%;
  overflow: hidden;
  margin-top: -0.5%;
  display: none;
}

.pro-cont li .img-swiper img {
  width: 100%;
  opacity: 0;
}

.proswiperimgsbox {
  position: absolute;
  right: -5%;
  /*top: 50%;
	transform: translateY(-50%);*/
  top: 0;
  width: 45%;
  z-index: 2;
}

.proswiperimgs .swiper-slide {
  /*padding:0 14%;*/
  padding: 20px 30px;
}

.proswiperimgs .swiper-slide .box {
  position: relative;
  width: 90%;
  padding-top: 90%;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: -15px 0 20px 5px rgba(0, 0, 0, 0.2);
}

.proswiperimgs img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
}

.go-next {
  position: absolute;
  right: 7%;
  bottom: 10%;
  background: url(../images/ico-nextdown.png) no-repeat center;
  width: 1.375rem;
  height: 3.25rem;
  z-index: 2;
  background-size: cover;
  cursor: pointer;
}

.go-next.black {
  background-image: url(../images/ico-nextdown1.png);
}

/*page*/

.index_page_swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.index_page_swiper > .swiper-wrapper > .swiper-slide:last-child {
  height: 81vh !important;
}

.index_page_swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_page_swiper .go-next {
  position: fixed;
  right: 7%;
  bottom: 10%;
  background: url(../images/ico-nextdown.png) no-repeat center;
  width: 1.375rem;
  height: 3.25rem;
  z-index: 2;
  background-size: cover;
}

.index_page_swiper .go-next.black {
  background-image: url(../images/ico-nextdown1.png);
}

/*case*/

.index_solution_tips .public_title_icon svg {
  fill: #1642bb;
}

.index_solution_tips .public_title_text {
  color: #1642bb;
}

.index_solution_title_box {
  margin-top: 1.041666vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
}

.index_solution_title_label {
  font-size: 2.08333vw;
  line-height: 2.6041666vw;
  color: #222;
  text-align: center;
}

.index_solution_wrap {
  padding-bottom: 6.5rem;
  height: 100%;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}

.index_solution_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6vw;
  width: 100%;
  padding-top: 100%;
  border: 1px solid rgba(201, 201, 201, 0.35);
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  pointer-events: none;
  z-index: 0;
}

.index_solution_wrap:before {
  content: "";
  position: absolute;
  left: 5.05208335%;
  top: 10.1875vw;
  width: 89.8958333%;
  padding-top: 89.8958333%;
  border: 1px solid rgba(201, 201, 201, 0.8);
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  pointer-events: none;
  z-index: 0;
}

.index_solution_back {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.index_solution_box {
  width: 100%;
  display: none;
}

.index_solution_box .swiper {
  width: 80%;
}
.index_solution_box .swiper .swiper-slide {
  transition-property: all;
  /*height: 300px;*/
}
.index_solution_item_big {
  width: 100%;
  position: relative;
  transform: rotate(90deg);
}

.index_solution_item_photo {
  position: relative;
  cursor: pointer;
}

.index_solution_item_center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.index_solution_item_img {
  padding-bottom: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.index_solution_item_img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_solution_item_button {
  width: 6vw;
  height: 2.125vw;
  margin: calc(50% - 1.075vw) auto 0;
  z-index: 9;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.index_solution_item_button a {
  width: 100%;
  height: 100%;
  line-height: 2.125vw;
  border-radius: 2.125vw;
  display: block;
  text-align: center;
  color: #fff;
  pointer-events: auto;
  background: #014b30;
}

.index_solution_item_photo:hover .index_solution_item_center {
  opacity: 1;
  pointer-events: none;
}

.index_solution_item_photo:hover
  .index_solution_item_center
  .index_solution_item_button {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.index_solution_swiper {
  padding: 0 8.3333vw;
  margin-top: 2.6041666vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
}

.index_solution_circle_rotate {
  transform: rotate(-90deg);
}

.index_solution_item_box {
  display: block;
  width: 16.791666vw;
  position: absolute;
  text-align: center;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_solution_item_read {
  padding-top: 2.08333vw;
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_solution_item_title {
  font-size: 1.3541666vw;
  line-height: 1.9791666vw;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.index_solution_item_text {
  font-size: 0.8333vw;
  line-height: 1.3541666vw;
  color: #fff;
  text-align: center;
  margin-top: 0.5208333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.index_solution_swiper .index_solution_item_current {
  -webkit-transform: none;
  transform: none;
}

.index_solution_content {
  position: relative;
  padding-bottom: 31vw;
  margin-top: 1.5625vw;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(4vw);
  transform: translateY(4vw);
}

.index_solution_head {
  position: relative;
  z-index: 9;
}

.index_solution_circle_wrap {
  width: 110vw;
  height: 110vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 9;
  pointer-events: none;
}

.index_solution_circle_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7.8958333vw;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(201, 201, 201, 0.35);
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  pointer-events: none;
}

.index_solution_circle_wrap:before {
  content: "";
  position: absolute;
  left: 5.05208335%;
  top: 15.1875vw;
  width: 89.8958333%;
  height: 89.8958333%;
  border: 1px solid rgba(201, 201, 201, 0.8);
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  pointer-events: none;
}

.index_solution_rotate_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.index_solution_rotate_box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.index_solution_tab {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 20;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_solution_item_active {
  pointer-events: auto !important;
}

.index_solution_item_active .index_solution_item_read {
  opacity: 1;
  pointer-events: auto;
}

.index_page_current .index_solution_tips .public_title_box {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.index_page_current .index_solution_title_box {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.index_page_current .index_solution_content {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.about_swiper {
  width: 100%;
  height: 100%;
}

.about_swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.about_swiper .swiper-slide .swiper-wrapper {
  height: 100%;
}

.OlinSBox {
  /*width: 40%;*/
  /*height: auto;*/
  overflow: hidden;
  position: relative;
}

.OlinSTxt {
  position: absolute;
  top: 4.25rem;
  left: 0;
  padding: 0 4.75rem;
  box-sizing: border-box;
  width: 100%;
}

.OlinSTxt p {
  font-size: 1.875rem;
  color: #fff;
  font-family: "SYM";
}

.OlinSTxt p b {
  font-weight: bold;
  font-family: "MON_R";
}

.about_swiper .swiper-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.about_swiper:after {
  content: "";
  width: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 76px;
  background: url(../images/swiper-bg.png) no-repeat left bottom;
  background-size: cover;
  z-index: 9;
}

.index_swiper {
  height: 100vh;
  width: 100%;
}

.index_swiper .swiper-slide {
  background-size: cover;
  position: relative;
}

.index_swiper .swiper-slide.swiper-slide-active .txt {
  -webkit-animation: 1.2s fadeInUp linear;
  animation: 1.2s fadeInUp linear;
}

.index_swiper .txt {
  position: absolute;
  color: #fff;
  bottom: 22%;
  width: 42%;
}

.index_swiper .txt b {
  font-size: 2.75rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
  display: inline-block;
  letter-spacing: 4px;
}

.index_swiper .swiper-pagination {
  text-align: left;
  left: inherit;
  bottom: 10%;
}

.index_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.1875rem;
  margin-right: 0.625rem;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}

.index_swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.4375rem;
  opacity: 1;
}

.index_page_content {
  position: relative;
  height: auto;
  overflow: hidden;
}

.about-wrap .about_height {
  height: 94vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_page_content_j {
  background-color: #ffffff;
  height: 70vh;
}

.Olin_swiper_r {
  width: 47%;
  padding: 0 8% 0 0;
  height: 80%;
  overflow: hidden;
}

.news_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* products */

.banner_box {
  width: 100%;
  position: relative;
}

.banner_box img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.banner_box .banner_box_title_box {
  position: absolute;
  bottom: 30%;
}

.banner_box .banner_box_title_box .banner_box_title {
  font-family: "SYB";
  font-size: 3.375rem;
  color: #ffffff;
}

.banner_box .banner_box_title_box .banner_box_text {
  font-family: "MON_L";
  font-size: 1.125rem;
  color: #ffffff;
}

.page_tab {
  width: 100%;
  position: relative;
  z-index: 9;
  height: 6.25rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
}

.page_tab_box {
  display: flex;
  height: 6.25rem;
  align-items: center;
  justify-items: flex-start;
}

.page_tab_box .on a {
  /*display: flex;
	align-items: center;*/
  vertical-align: middle;
  display: inline-block;
}

.page_tab_box .on a {
  color: #004b30;
  font-family: "SYB";
}

.on .ruan {
  display: inline-block;
  vertical-align: middle;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 3rem;
  background-color: #004b30;
  margin-right: 0.875rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.page_tab_box_title {
  font-weight: bold;
  width: 15%;
  font-size: 1.125rem;
}

.page_tab_box_title a {
  color: #494d56;
}

.page_tab_box_title a:hover {
  /*display: flex;
	align-items: center;*/
}

.page_tab_box_title a:hover .ruan {
  display: inline-block;
  vertical-align: middle;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 3rem;
  background-color: #004b30;
  margin-right: 0.875rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.product_page_tab_box {
  display: flex;
  margin-top: 1.3rem;
}

.product_page_tab_box .product_page_tab_title {
  font-size: 1.07rem;
  width: 10%;
  margin-top: 1.3rem;
}
.product_page_tab_box .product_page_tab_main {
  font-size: 1.07rem;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product_page_tab_box .product_page_tab_main .product_page_tab_main_name {
  width: 7rem;
  margin: 1.2rem 2rem 0 0;
}

.product_page_tab_box .product_page_tab_main .product_page_tab_main_name a {
  color: #494d56;
}

.product_page_tab_box
  .product_page_tab_main
  .product_page_tab_main_name:nth-child(10n) {
  margin: 1.2rem 0rem 0 0;
}

.product_page_tab_box
  .product_page_tab_main
  .product_page_tab_main_name
  a:hover {
  color: #004b30;
}

.product_page_tab_box .product_page_tab_main .on {
  display: flex;
  align-items: center;
}

.product_page_tab_box .product_page_tab_main .on a {
  color: #004b30;
  font-family: "SYB";
}

.product_list_box {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.product_list_main {
  flex: 0 0 32.5%;
  text-align: left;
  margin-right: calc(2.5% / 2);
  margin-bottom: calc(2.5% / 2);
}

.product_list_main:nth-child(3n) {
  margin-right: 0;
}

.product_list_img {
  width: 100%;
}

.product_list_img img {
  width: 100%;
  height: 17.5rem;
  border-radius: 1rem;
  object-fit: cover;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.product_list_main a {
  color: #494d56;
}

.product_list_main a:hover {
  color: #004b30;
  font-family: "SYB";
}

.product_list_main .product_list_title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.glpages {
  margin: 2rem 0;
  text-align: center;
}
.glpages li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #f0f0f0;
  overflow: hidden;
}
.glpages li a {
  display: block;
  width: 3.5rem;
  line-height: 3.5rem;
  color: #484d55;
  font-size: 1.25rem;
  font-family: "AL";
}
.glpages li a:hover,
.glpages li a.cut {
  color: #fff;
  background-color: #004b30;
}
.glpages li img {
  display: inline-block;
  vertical-align: middle;
}
/* 表单 */

.list_box {
  background-image: url(../images/list_bg.png);
  background-repeat: no-repeat;
}

.list_box .list_box_main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.list_box .list_box_main .list_box_main_left {
  padding-top: 7.5rem;
  width: 40%;
}

.list_box .list_box_main .list_box_main_left .bottom {
  padding-bottom: 4rem;
}

.list_box .list_box_main .list_box_main_left .list_box_main_left_title {
  font-size: 2.5rem;
  font-family: "SYB";
  margin-bottom: 1.5rem;
}

.list_box .list_box_main .list_box_main_right {
  padding-top: 7.5rem;
  width: 60%;
}

.list_box .list_box_main .list_box_main_right .list_box_main_right_list_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box
  .list_box_main_right_list_box_main {
  margin-right: 3.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  display: flex;
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box
  .list_box_main_right_list_box_main:nth-child(2n) {
  margin-right: 0;
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box
  .list_box_main_right_list_box_main
  span {
  font-size: 1.125rem;
  color: #004b30;
  width: 6rem;
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box
  .list_box_main_right_list_box_main
  input {
  border: 0;
  width: 20rem;
  margin-left: 2rem;
  font-size: 1.125rem;
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box_text {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box_text
  .list_box_main_right_list_box_main
  textarea {
  border: 0;
  width: 100%;
  height: 5rem;
  font-size: 1.125rem;
  overflow-y: hidden;
}

.list_box
  .list_box_main
  .list_box_main_right
  .list_box_main_right_list_box_text
  .list_box_main_right_list_box_main
  textarea::placeholder {
  color: #004b30;
}

.list_box .list_box_main .list_box_main_right .list_box_main_right_button {
  background-color: #004b30;
  width: 100%;
  height: 4rem;
  color: #ffffff;
  font-size: 20px;
  font-family: "AL";
  border: 0;
  margin-top: 2.5rem;
  margin-bottom: 8.125rem;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}

.solution_list_box {
  margin-top: 3.25rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.solution_list_main {
  flex: 0 0 32.5%;
  text-align: left;
  margin-right: calc(2.5% / 2);
  margin-bottom: calc(2.5% / 2);
}

.solution_list_main:nth-child(3n) {
  margin-right: 0;
}

.solution_list_img {
  width: 100%;
  height: 17rem;
  overflow: hidden;
  border-radius: 1rem;
  object-fit: cover;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.solution_list_img img {
  display: block;
  width: 100%;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.solution_list_main a:hover .solution_list_img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_list_main a {
  color: #494d56;
}

.solution_list_main a:hover .solution_list_title {
  color: #004b30;
}

.solution_list_main .solution_list_title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.technical .solution_list_main .solution_list_title {
  font-size: 1.5rem;
}
.solution_list_main .solution_list_p {
  margin-bottom: 1rem;
  width: 90%;
  font-size: 1rem;
  text-align: justify;
  height: 3.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solution_list_main .solution_list_p_more {
  margin-bottom: 1rem;
  width: 90%;
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: justify;
}

.news_box {
  margin-top: 3rem;
  margin-bottom: 6.5rem;
}

.products_first {
  margin: 3rem 0;
}

.products_first_box {
  display: flex;
  justify-content: space-between;
}

.products_first_box .product_swiper {
  width: 70%;
}

.products_first_box .product_swiper #product_swiper {
  height: auto;
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.products_first_box
  .product_swiper
  #product_swiper
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.products_first_box .product_swiper #product_t {
  height: auto;
}

.products_first_box
  .product_swiper
  #product_t
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.products_first_box
  .product_swiper
  #product_t
  .swiper-wrapper
  .swiper-slide-thumb-active
  img {
  border: 3px solid #004b30;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.products_first_box .products_box {
  width: 25%;
}

.products_first_box .products_box .products_first_title {
  font-family: "SYB";
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.products_first_box .products_box .products_first_main {
  font-family: "SYM";
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #666666;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.products_first_box .products_box .products_first_size {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.products_first_box
  .products_box
  .products_first_size
  .products_first_size_title {
  width: 20%;
  font-family: "SYM";
  font-weight: bold;
  font-size: 1.25rem;
}

.products_first_box .products_box .products_first_size .size_main {
  width: 80%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.products_first_box
  .products_box
  .products_first_size
  .size_main
  .size_main_num {
  font-family: "MON_R";
  font-size: 1rem;
  color: #494d56;
  flex: 0 50%;
}

.products_first_box .products_box .products_first_color {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  padding-bottom: 1.875rem;
}

.products_first_box
  .products_box
  .products_first_color
  .products_first_color_title {
  width: 20%;
  font-family: "SYM";
  font-weight: bold;
  font-size: 1.25rem;
}

.products_first_box .products_box .products_first_color .color_main {
  width: 80%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.products_first_box .products_box .products_first_color .color_main .color {
  width: 3rem;
  height: 3rem;
  float: left;
  margin-right: 1rem;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.products_first_box
  .products_box
  .products_first_color
  .color_main
  .color:hover {
  border: 3px solid #004b30;
}

.products_first_box .products_box .products_first_color .color_main .on {
  border: 3px solid #004b30;
}

.products_first_box .products_box .products_first_color .color_main .one {
  background-color: #2f2f32;
}

.products_first_box .products_box .products_first_color .color_main .tow {
  background-color: #292622;
}

.products_first_box .products_box .products_first_color .color_main .three {
  background-color: #232323;
}

.products_first_box .products_box .products_first_color .color_main .four {
  background-color: #161616;
}

.products_first_box .products_box .products_first_color .color_main .five {
  background-color: #787167;
}

.products_first_box .products_box .products_first_color .color_main .six {
  background-color: #423c33;
}

.products_first_box .products_box .products_first_color .color_main .seven {
  background-color: #151915;
}

.products_first_box .products_box .products_first_color .color_main .eight {
  background-color: #e7e8ea;
}

.products_second {
  background-color: #ffffff;
  padding: 6.25rem 0;
  text-align: center;
}

.products_second .products_second_title {
  font-family: "SYB";
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

#products_second_swiper {
  width: 100%;
  height: auto;
}
.products_fourthly_main img,
.products_thirdly_box img,
.products_thirdly_box img,
.products_second_swiper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
  /*border-radius: 1rem;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;*/
}

#products_second_swiper .swiper_up {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: url(../images/ico-arrowR.png) no-repeat center #044e33;
  background-size: 8px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 3.5rem;
}

#products_second_swiper .swiper_next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: url(../images/ico-arrowL.png) no-repeat center #044e33;
  background-size: 8px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 3.5rem;
}

.detail_text {
  padding: 3.25rem 0;
  text-align: center;
}

.detail_text .detail_text_box {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail_text_swiper {
  width: 60%;
  margin: 0 auto;
}
#detail_swiper {
  width: 100%;
  height: auto;
}

#detail_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 3.5rem;
}

#detail_swiper .swiper_up {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: url(../images/ico-arrowR.png) no-repeat center #044e33;
  background-size: 8px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  right: 3.5rem;
}

#detail_swiper .swiper_next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: url(../images/ico-arrowL.png) no-repeat center #044e33;
  background-size: 8px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 3.5rem;
  transform: translateY(-50%);
}

.detail_text_title {
  font-size: 2rem;
  font-family: "SYM";
}

.detail_text_text {
  width: 80%;
  margin: auto;
  font-size: 1.125rem;
  line-height: 2.25rem;
  padding-top: 2.5rem;
}
.detail_text_text img {
  max-width: 100%;
}
.detail_text_paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.75rem;
}

.products_second_text {
  width: 80%;
  margin: auto;
  font-size: 1.125rem;
  line-height: 2.25rem;
  padding-top: 3rem;
}

.detail_text_paging_kz_l a {
  display: flex;
  justify-content: flex-start;
  /* width: 30%; */
}

.detail_text_paging_kz_r a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* width: 30%; */
}

.detail_text_paging_icon {
  /*flex: 1;*/
  text-align: center;
}
.detail_text_paging_kz_l,
.detail_text_paging_kz_r {
  flex: 1;
}
.detail_text_paging_kz_text {
  margin: 0 1rem;
}

.detail_text_paging_kz_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products_thirdly {
  margin: 7.5rem 0;
}

.products_thirdly_box {
  background-color: #ffffff;
  display: flex;
  margin-bottom: 3.125rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.products_thirdly_box .products_thirdly_box_one {
  padding: 0rem 6.25rem;
}

.products_thirdly_box
  .products_thirdly_box_one
  .products_thirdly_box_one_title {
  font-family: "SYB";
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.products_thirdly_box .products_thirdly_box_one .products_thirdly_box_one_tit {
  font-family: "SYM";
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.products_thirdly_box .products_thirdly_box_one .products_thirdly_box_one_p {
  font-family: "SYM";
  font-size: 1.125rem;
  line-height: 2rem;
}

.products_thirdly_box .products_thirdly_box_img img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.products_fourthly {
  background-color: #ffffff;
  padding: 3rem 0;
}

.products_fourthly .products_fourthly_title {
  font-family: "SYB";
  font-size: 2rem;
  margin-bottom: 2.5rem;
}

.products_fourthly .products_fourthly_main {
  /*display: flex;
	align-items: self-start;
	justify-content: space-between;*/
}

.products_fourthly .products_fourthly_main .products_fourthly_main_box {
}

.products_fourthly
  .products_fourthly_main
  .products_fourthly_main_box
  .products_fourthly_main_box_img {
  margin-bottom: 3rem;
  width: 100%;
  height: 7rem;
}

.products_fourthly
  .products_fourthly_main
  .products_fourthly_main_box
  .products_fourthly_main_box_img
  img {
  width: 100%;
}

.products_fourthly .products_fourthly_main .products_fourthly_main_box {
  font-family: "MON_L";
  font-size: 1rem;
  line-height: 2.25rem;
}

.products_fifth {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.products_fifth .tab {
}

.products_fifth .tab .tab_up {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #fff;
  background: url(../images/ico-arrowL.png) no-repeat center #044e33;
  background-size: 8px;
  display: inline-block;
}

.products_fifth .tab .tab_next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-left: 2.25rem;
  border: solid 1px #fff;
  background: url(../images/ico-arrowR.png) no-repeat center #044e33;
  background-size: 8px;
  display: inline-block;
}

.products_fifth .products_fifth_title {
  font-family: "SYB";
  font-size: 2rem;
}

.products_fifth_box {
  margin-top: 2.5rem;
}

.solution_more_box {
  background-color: #ffffff;
  padding-top: 1px;
}

.newsDetal_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10rem;
}

.newsDetal_details {
  width: 74%;
}

.newsDetal_details_title {
  font-size: 2rem;
  margin-top: 8.125rem;
  margin-bottom: 2.5rem;
  font-family: "SYM";
  font-weight: bold;
  text-align: center;
}

.newsDetal_details_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.newsDetal_details_icon_day {
  margin-right: 4.75rem;
}

.newsDetal_details_icon_day i {
  margin-right: 0.9375rem;
  color: #004b30;
}

.newsDetal_details_icon_up {
  margin-right: 4.75rem;
}

.newsDetal_details_icon_up i {
  margin-right: 0.9375rem;
  color: #004b30;
}

.newsDetal_details_icon div:last-child {
  margin-right: 0rem;
}

.newsDetal_details_list {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 2.25rem 0;
}

.newsDetal_details_main {
  width: 100%;
  color: #666666;
  font-size: 1.125rem;
}

.newsDetal_details_main p {
  /* line-height: 2rem; */
}

.newsDetal_details_main img {
  width: 100%;
  /* margin-bottom: 3.125rem; */
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.newsDetal_details_pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
}

.newsDetal_details_pages_l span {
  margin-right: 1rem;
}

.newsDetal_details_pages_c {
}

.newsDetal_details_pages_r span {
  margin-left: 1rem;
}

.newsDetal_recommend {
  width: 100%;
}

.news_title {
  font-size: 2rem;
  font-family: "SYM";
  font-weight: bold;
  margin-top: 8.125rem;
  margin-bottom: 2.5rem;
}

.news_tuijian {
  justify-content: left;
  flex-wrap: wrap;
}

.news_tuijian .new_card {
  flex: 0 0 28%;
  margin-right: calc(8% / 2);
  margin-bottom: calc(8% / 2);
}

.news_tuijian .new_card a {
  color: #494d56;
}

.news_tuijian .new_card .item .img img {
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.contact_box {
  background-image: url(../images/contact/bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 65%;
  padding-top: 7.5rem;
  padding-bottom: 15rem;
}

.contact_box .contact_box_title {
  width: 39%;
  font-family: "SYM";
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

.contact_box_text {
  margin-bottom: 4rem;
}

.contact_box_text:last-child {
  margin-bottom: 0;
}

.contact_box_text .contact_box_main {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: left;
}

.contact_box_text .contact_box_main .contact_box_main_icon i {
  font-size: 1.5rem;
  color: #004b30;
  margin-right: 0.5rem;
}

.contact_box_main_icon_text {
  font-size: 1.125rem;
}

.contact_box_main_icon_text_d {
  color: #004b30;
  font-family: "MON_R";
  font-weight: bold;
  font-size: 2rem;
}

.contact_box_main_icon_text_a {
  color: #004b30;
  font-size: 1.5rem;
  font-family: "SYM";
}

.hospital {
  margin-left: 0;
}

.not_top {
  margin-top: 0;
}

.hospital_swiper_h {
  height: auto;
}

.hospital_swiper_l {
  margin-right: 0;
}

.technical {
  background-color: #ffffff;
  padding-top: 7.5rem;
  /* height: 100vh; */
  position: relative;
}

.technical_swiper_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.technical_title {
  font-family: "SYB";
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.technical_swiper_main {
  height: auto;
  width: 50%;
  margin: 0;
}

.technical_swiper_img {
  height: auto;
  /* margin-left: 0; */
  width: 40%;
  margin-bottom: 6.25rem;
}

/* .technical_swiper_img .swiper-wrapper .swiper-slide-prev{
	opacity: 0;
} */

/* .technical_swiper_img .swiper-wrapper .swiper-slide-next{
	opacity: 0.5;
} */

.swiper-3d .swiper-slide-shadow {
  background: none;
}

.technical_swiper_img {
  margin-top: -8rem;
}

.technical_swiper_img .swiper-slide {
  padding: 6%;
}

.technical_swiper_img img {
  display: block;
  width: 90%;
  border-radius: 50%;
  box-shadow: -13px 0 20px rgba(0, 0, 0, 0.2);
}

.technical_swiper_title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  font-weight: bold;
}

.technical_swiper_p {
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.technical_cheng {
  position: absolute;
  bottom: 25%;
  z-index: 1;
}

.technical_up {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #fff;
  background: url(../images/ico-arrowL.png) no-repeat center #044e33;
  background-size: 8px;
  display: inline-block;
}

.technical_next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-left: 2.25rem;
  border: solid 1px #fff;
  background: url(../images/ico-arrowR.png) no-repeat center #044e33;
  background-size: 8px;
  display: inline-block;
}

.design {
  /* background-color: #FFFFFF; */
  padding-top: 7.5rem;
  /* height: 100vh; */
  position: relative;
}

.serve {
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/support/serve_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 7.5rem;
  /* height: 100vh; */
  position: relative;
  padding-bottom: 7.5rem;
}

.serve_title {
  font-family: "SYB";
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16.875rem;
}

.serve_box {
  display: flex;
  justify-content: space-between;
}

.serve_box_left {
  width: 30%;
}

.serve_box_right {
  width: 70%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.serve_box_right_main {
  flex: 1;
  margin-right: 1rem;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  overflow: hidden;
  padding: 12.5rem 0;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.serve_box_right_text {
  position: absolute;
  text-align: left !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 2.75rem 2.5rem;
  text-align: center;
  color: #000000;
  line-height: 1.6;
  margin-top: 200%;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}

.serve_box_right_text_icon i {
  font-size: 2.5rem;
  color: #004b30;
}

.serve_box_right_text_title {
  font-size: 1.5rem;
  font-family: "SYM";
  font-weight: 800;
}

.serve_box_right_text_main {
  margin-top: 1rem;
}

.serve_box_right_text_main_title {
  font-size: 1.25rem;
  font-weight: 600;
}

.serve_box_right_text_main_p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #666666;
}
.serve_box_right_main:hover > div {
  opacity: 0;
}
.serve_box_right_main:hover .serve_box_right_text {
  margin-top: 0;
  opacity: 1;
}

.serve_box_right_main:nth-child(3n) {
  margin-right: 0;
}

.serve_box_right_icon i {
  font-size: 2.5rem;
}

.collaborate {
  padding-top: 7.5rem;
  margin-bottom: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.collaborate_right {
  width: 40%;
}

.collaborate_right_title {
  font-family: "SYB";
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.collaborate_right_tit {
  font-size: 1.5rem;
  color: #004b30;
  font-weight: 800;
  margin-bottom: 1.625rem;
}

.collaborate_left {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  margin-left: 2rem;
}
.collaborate_left img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.collaborate_right_p {
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.collaborate_left_img {
  width: 12.5%;
}
.collaborate_left_img img {
  display: block;
  width: 100%;
}
.collaborate_about_left_img {
  width: 16%;
  text-align: center;
  margin-bottom: 2.875rem;
}

.collaborate_about_left_img img {
  margin: auto;
}

.collaborate_about_left_img_text {
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #999999;
}

.about_ht {
  position: relative;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.about_ht_down {
  display: flex;
  justify-content: space-between;
}
.ab1sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_ht_img {
  /*position: absolute;
	top: 0;
	right: 0;
	z-index: 0;*/
  text-align: right;
  width: 45%;
}

.about_ht_img img {
  border-radius: 1.875rem;
  width: 100%;
}

.about_ht_box {
  width: 50%;
  text-align: justify;
}

.about_ht_title {
  font-family: "SYB";
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.about_ht_tit {
  font-family: "SYM";
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

.about_ht_p {
  font-family: "SYM";
  font-size: 1.125rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

.about_ht_num_box {
  margin-top: 6.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about_ht_num_main {
  flex: 1;
}

.about_ht_num_main_up {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.about_ht_num_main_up_big {
  font-size: 4rem;
  font-family: "MON_R";
  font-weight: bold;
  color: #004b30;
}

.about_ht_num_main_up_sm {
  font-size: 1.125rem;
  margin-left: 2rem;
  line-height: 3.5rem;
  color: #004b30;
}

.about_ht_num_main_down {
  font-size: 1rem;
  line-height: 2.25rem;
}

.about_ht_down_main {
  flex: 1;
  text-align: center;
  padding-top: 28.5rem;
  padding-bottom: 10rem;
  height: 43.75rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.about_ht_down_main_icon i {
  color: #ffffff;
  font-size: 2.75rem;
}

.about_ht_down_main_icon_up i {
  color: #ffffff;
  font-size: 2.75rem;
}

.about_ht_down_list {
  height: 3.75rem;
  width: 1px;
  background-color: #ffffff;
  margin: 2rem auto;
}

.about_ht_down_main_text {
  font-size: 1.5rem;
  color: #ffffff;
}

.about_ht_down_main_text_up {
  font-size: 1.5rem;
  color: #ffffff;
}

.about_ht_down_text_up {
  font-size: 1rem;
  color: #ffffff;
}

.about_ht_down_main_up {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20rem;
  height: 43.75rem;
  margin-top: 200%;
  background-color: rgba(0, 75, 48, 0.8);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.about_ht_down_main:hover .about_ht_down_main_icon {
  display: none;
}

.about_ht_down_main:hover .about_ht_down_main_text {
  display: none;
}

.about_ht_down_main:hover .about_ht_down_main_up {
  margin-top: 0;
}

.about_ht_img_1 {
  background-image: url(../images/about/about_ht_img_1.png);
}

.about_ht_img_2 {
  background-image: url(../images/about/about_ht_img_2.png);
}

.about_ht_img_3 {
  background-image: url(../images/about/about_ht_img_3.png);
}

.about_ht_img_4 {
  background-image: url(../images/about/about_ht_img_4.png);
}

.about_time {
  padding-top: 7.5rem;
  background-color: #ffffff;
}

.about_time_title {
  text-align: center;
  font-family: "SYB";
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.about_time_tab {
  display: flex;
  justify-content: space-between;
}

.about_time_tab_box {
  width: 24%;
  background-color: #fafafa;
  text-align: center;
  padding: 1.75rem 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.about_time_tab_time {
  font-family: "MON_R";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #004b30;
}

.about_time_tab_text {
  font-size: 1rem;
}

.about_time_tab_box:hover {
  background-color: #004b30;
  color: #ffffff;
}

.about_time_tab_box:hover .about_time_tab_time {
  color: #ffffff;
}

.about_time_tab .on {
  background-color: #004b30;
  color: #ffffff;
}

.about_time_tab .on .about_time_tab_time {
  background-color: #004b30;
  color: #ffffff;
}

.about_time_tab_main {
  margin-top: 4rem;
  padding-bottom: 7.5rem;
}

.about_time_tab_down {
  display: none;
}

.about_time_tab_down_box {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
}

.about_time_tab_down_img {
  width: 50%;
}

.about_time_tab_down_img img {
  width: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.about_time_tab_down_main {
  width: 50%;
}

.about_time_tab_down_time_box {
  display: flex;
  padding: 0 7.5rem 2.5rem;
  align-items: flex-start;
  justify-content: left;
}

.about_time_tab_down_time_box_time {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #004b30;
  font-size: 1.5rem;
  font-family: "MON_R";
  font-weight: bold;
}

.about_time_tab_down_time_box_time_Y {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #004b30;
  margin-right: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.about_time_tab_down_time_box_text {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-left: 3.5rem;
}

.about_join {
  padding: 7.5rem 0;
  background-color: #ffffff;
}

.about_join_title {
  text-align: center;
  font-family: "SYB";
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.about_join_tab {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_join_tab_text {
  margin: 0 1rem;
  font-family: "AL";
  font-size: 1.375rem;
  color: #494d56;
  padding: 0.5rem 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.about_join_tab_text:hover {
  border: 3px solid #004b30;
  color: #004b30;
  font-weight: bold;
}

.about_join_tab .on {
  border: 3px solid #004b30;
  color: #004b30;
  font-weight: bold;
}

.about_join_tab_box_title_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.about_join_tab_bg {
  margin-top: 1rem;
  background-color: #fafafa;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.about_join_tab_box_title {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 6.25rem;
  width: 20%;
  height: 5rem;
}

.about_button {
  width: 13rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #004b30;
  color: #ffffff;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

.about_down {
  display: none;
}

.about_join_main_box {
  margin-bottom: 2.5rem;
}

.submenu {
  display: none;
}

.submenu a {
  display: block;
}

.about_join_z {
  margin-top: 1rem;
  background-color: #fafafa;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.accordion {
  margin-top: 1rem;
}

.about_join_z_box {
  margin-left: 5.625rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.about_join_main_title {
  display: flex;
  align-items: center;
  font-family: "AL";
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.625rem;
}

.about_join_main_title_y {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #004b30;
  margin-right: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.about_join_main_email {
  font-family: "AL";
  font-size: 1.25rem;
}

.about_join_main_email a {
  font-weight: bold;
  color: #004b30;
}

.about_develop {
  padding: 7.5rem 0;
  background-image: url(../images/about/about_develop_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_develop_title {
  font-family: "AL";
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.625rem;
  color: #ffffff;
}

.about_develop_text {
  width: 60%;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #ffffff;
  margin-bottom: 4rem;
}

.nav-wrap {
  height: 6.25rem;
  background: #fff;
}

.nav-wrap.navFix {
  position: fixed;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  padding: 0 10rem;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
}

.nav-wrap ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-bottom: 2px solid #eee;
}

.nav-wrap.navFix ul {
  border-bottom: 0;
}

.nav-wrap li {
  display: inline-block;
  text-align: left;
  height: 50px;
  line-height: 50px;
  float: left;
}

.nav-wrap li a {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

.nav-wrap .page_tab_box a:hover {
  color: #004b30;
}

.nav-wrap .page_tab_box .on {
  color: #004b30;
  display: flex;
  align-items: center;
}
.index_solution {
  /*height: 90vh;*/
}

.about_height {
  /* height: 70vh; */
}

.index_solution_box_swiper {
  text-align: center;
  padding: 2rem 0;
  position: relative;
}

.swiper-slide .show_on {
  display: none;
  color: #ffffff;
  text-align: center;
}

.show_on_title {
  font-size: 1.5rem;
  margin: 2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.show_on_text {
  font-size: 1rem;
  line-height: 1.3541666vw;
  height: 2.7vw;
  color: #fff;
  text-align: center;
  margin-top: 0.5208333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.swiper-slide-active .show_on {
  display: block;
}

.index_solution_box_swiper img {
  width: 16rem;
  height: 16rem;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
}

.index_solution_box_swiper {
  overflow: hidden;
}

.img_show {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  top: 2rem;
  left: 50%;
  transform: translate(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.img_show_more {
  width: 10rem;
  color: #ffffff;
  text-align: center;
  line-height: 3rem;
  border-radius: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -5rem;
  /*transform: translate(-50%, -50%);*/
  height: 3rem;
  background-color: #004b30;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  /*-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);*/

  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.img_show:hover .img_show_more {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.img_show:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.img_show:not(:hover) {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

.index_title {
  text-align: center;
  font-size: 2.5rem;
  font-family: "SYB";
  margin-bottom: 2.8rem;
  display: none;
}

.footer-wrap_mob {
  display: none;
}

/* 手机导航 */

.nav_mobile {
  display: none;
}

.detail_text_paging_kz_r a:hover {
  color: #004b30 !important;
}

/*右边浮动*/

.side_float {
  width: 60px;
  right: 0;
  position: fixed;
  bottom: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  z-index: 99;
  box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.side_float li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/sidefloat.png) no-repeat left top;
  background-size: 100% auto;
  border-radius: 5px;
}
.side_float li:last-child {
  border: none;
}
.side_float li:hover {
  background-color: #cfdad9;
}
.side_float li a {
  display: block;
  font-size: 12px;
  color: #494d56;
  padding: 12px 0;
}
.side_float li:hover a {
  color: #044e33;
}

.side_float li .iconfont {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side_float li .iconfont img {
  display: block;
  margin: 0 auto;
  height: 25px;
}
.side_float li .t {
  margin-top: 7px;
}

.side_float li .tbox {
  width: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #044e33;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  border: 1px solid #cfdad9;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.side_float li .tbox span {
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
}
.side_float li .tbox img {
  display: block;
  width: 65px;
}
.side_float li:hover .tbox {
  width: auto;
  opacity: 1;
  padding: 10px;
}
.ftTop {
  cursor: pointer;
}

#wrap-position {
  opacity: 0;
  width: 0;
  height: 0;
}
.location-nav {
  font-size: 1rem;
  color: #6f787f;
  padding: 2rem 0;
  background: #fff;
}

.location-nav a {
  color: #6f787f;
  margin-right: 10px;
  margin-left: 5px;
}
.location-nav a:hover {
  color: #004b30;
}
