﻿@import url(anim.css);
@import url(lrtk3.css);

[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}
@font-face {
  font-family: "CgFuturaMaxiBd"; /* 定义字体的名称 */
  src: url("./CgFuturaMaxiBd.ttf") format("truetype");
  font-display: swap; /* 网页字体加载期间保持可见状态 */
}
@font-face {
  font-family: "YaHeiMono"; /* 定义字体的名称 */
  src: url("./Microsoft YaHei Mono.woff") format("woff");
}

body {
  background-color: #fff;
  overflow-x: hidden;
  color: #333;
  font-size: 12px;
  font-family: "微软雅黑", "Inter", "Microsoft YaHei", "Helvetica Neue",
    "Helvetica", "Arial", "sans-serif";
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; /*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
a:hover {
  color: #01abba; /*text-decoration: underline;*/
}
input,
select,
img {
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}
em,
cite,
th {
  font-style: normal;
  font-weight: normal;
  font-style: normal;
}
.wrap {
  clear: both;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
  overflow: hidden;
}
.wrap2 {
  clear: both;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.wrap3 {
  clear: both;
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
  overflow: hidden;
}
.divhidden {
  display: none;
}
.l {
  float: left;
}
.r {
  float: right;
}
.c_l {
  clear: both;
  height: 0px;
  font-size: 0px;
  overflow: hidden;
}
.f50 {
  font-size: 50px;
}
.f44 {
  font-size: 44px;
}
.f41 {
  font-size: 41px;
}
.f40 {
  font-size: 40px;
}
.f38 {
  font-size: 38px;
}
.f36 {
  font-size: 36px;
}
.f32 {
  font-size: 32px;
}
.f30 {
  font-size: 30px;
}
.f28 {
  font-size: 30px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
/*PC导航*/
.header-v1 {
  width: 100%;
  position: fixed; /*overflow:hidden; */
  height: 100px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); */
}
.nav-hide .header-v1 {
  height: 80px;
}
.nav-hide .blank_h {
  height: 80px;
}

.header-v1 .top-main {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.header-v1 .top-main .logo1 {
  float: left;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header-v1 .top-main .logo1 a {
  display: block;
  width: 80px;
  height: 60px;
}
.header-v1 .top-main .logo1 img {
  height: 100%;
  vertical-align: middle;
}
.nav-hide .header-v1 .top-main .logo1 img {
  margin-top: -20px;
}
.header-v1 .top-main .logo1 img:hover {
  transition: all 0.3s;
  filter: Alpha(Opacity=60);
  /* opacity: 0.6; */
}
.header-v1 .top-main .top_r {
  float: right;
}
.header-v1 .languages {
  float: right;
  position: relative;
  display: block;
  font-size: 12px;
  color: #707070;
  height: 38px;
  line-height: 38px;
  padding-left: 18px;
  text-align: right;
  font-family: "宋休";
  text-decoration: none;
  margin-left: 10px;
  background: url(../images/top_pic2.png) left center no-repeat;
  margin-top: 29px;
  transition: all 0.3s;
}
.header-v1 .languages:hover {
  margin-top: 25px;
}
.nav-hide .header-v1 .languages {
  margin-top: 22px;
}
.nav-hide .header-v1 .languages:hover {
  margin-top: 18px;
}
.header-v1 .languages:hover {
  transition: all 0.3s;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
}
/*.header-v1 .languages:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: -1px;height:4px;opacity: 0;background-color: #c71d32;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.header-v1 .languages:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}*/
.header-v1 .top-main .top-main-content {
  /* float:right;*/ /* margin-top:31px;*/
  text-align: center;
  flex: 1;
}
.navBar {
}
.nav {
  list-style: none;
  padding: 0;
  display: flex;
}
.nav .m {
  flex: 1;
  display: inline-block;
  border-top: 0;
  border-bottom: 0;
  width: auto;
  padding: 0 5px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.nav .m .classTreeView {
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 100px;
  left: -70px;
  display: flex;
  padding: 30px 0;
  transition: all 0.5s;
}
.nav .m .classTreeView .before_a {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -100px;
  left: 60px;
  cursor: pointer;
}
.nav .m .classTreeView ul {
  width: 250px;
  border-right: 1px solid #dedede;
  overflow: hidden;
  overflow-y: auto;
}
.nav .m .classTreeView ul .ul_title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: 18px;
  text-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  padding: 0 10px 20px;
}
.nav .m .classTreeView li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 44px;
  padding: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav .m .classTreeView li .li_a {
  display: flex;
  align-items: center;
  width: 100%;
}
.nav .m .classTreeView .on .li_a {
  color: #fff;
}

.nav .m .classTreeView li .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav .m .classTreeView li:hover {
  color: #fff;
  background: #01abba;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}
.nav .m .classTreeView .on {
  background: #01abba;
  color: #fff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}
.nav .m .classTreeView img {
  width: 30px;
  height: 30px;
}
.nav .m .classTreeView .classTreeView_info {
  width: 360px;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  max-height: 400px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.nav .m .classTreeView .classTreeView_info img {
  width: 220px;
  height: 220px;
}
.nav a:hover {
  text-decoration: none; /*color:#fff;*/
  vertical-align: top;
}
.nav li:hover span {
  transform: translateY(-100%); /*color:#fff;*/
}
.nav p {
	float: left;
	font-weight: normal;
	font-size: 16px;
	height: 100px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
}
.nav p a {
	display: block;
	color: #fff;
	line-height: 100px;
	font-size: 16px;
	text-transform: uppercase;
}
.nav .m:hover .sub {
  display: block;
}
.nav p a span {
	position: relative;
	transition: all 0.3s;
	height: 100px;
	line-height: 24px;
	/* max-width: 90px; */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-hide .nav p a span {
	height: 80px;
}
.nav p a span:after {
	content: attr(data-title);
	position: absolute;/*color:#fff;*/
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 100px;
	top: 0; /*color:#fff;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav p a i {
	width: 9px;
	height: 5px;
	background: url(../images/top_pic5.png) no-repeat;
	display: inline-block;
	margin-left: 7px;
}
.nav-hide .nav {
}
.nav-hide .nav p {
	height: 80px;
}
.nav-hide .nav p a {
	line-height: 80px;
}
.nav .on {
}
.nav .on p a {
  /* height:42px; line-height:42px; */ /*color:#fff;background:#ec2029;*/ /*background:url(../images/top_bg.png) center bottom no-repeat;*/
}
.nav .on p a i {
  background: url(../images/top_pic6.png) no-repeat;
}
.nav .on p a span {
  color: #01abba;
}
.nav li.on a:after {
  /* left: 0%;
	right: 0%; */
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav li p a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  height: 4px;
  width: 10px;
  opacity: 0;
  background-color: #01abba;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav li:hover p a:after {
  /* left: 1%;
	right: 1%; */
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.nav .sub {
  display: none;
  width: 100%;
  padding: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8); /* top:87px;*/
  top: 100px; /* overflow:hidden;*/
  text-align: center;
  z-index: 110;
  left: 0%;
}
.nav-hide .nav .sub {
  top: 80px;
}
.nav .sub ul {
  width: 1100px;
  margin: 0 auto;
}
.nav .sub li {
  vertical-align: middle;
  list-style: none;
  text-decoration: none;
  display: inline-block;
  line-height: 50px;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
.nav .sub li span {
  display: block;
  height: 38px;
  position: relative;
}
.nav .sub li a {
  text-decoration: none;
  background: none;
  color: #fff; /* border-bottom:1px solid #515152;*/
  display: block;
  height: 50px;
  overflow: hidden;
}
/*.nav .sub li:last-child a{ border-bottom:0;}
.nav .sub li:last-child a:hover{ border-bottom:0;}*/
.nav .sub li a:hover {
  color: #01abba; /*border-bottom:1px solid #01abba;*/
}
.nav .sub li:hover img {
  transition: all 0.3s;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.blank_h {
  height: 100px;
  overflow: hidden;
}

.header_search {
  position: relative;
  margin-left: auto;
}
.header_search .input1 {
  width: 200px;
  height: 40px;
  background: transparent;
  border: 1px solid #999999;
  border-radius: 21px;
  color: #fff;
  padding: 0 20px 0 40px;
  box-sizing: border-box;
}
.header_search .el-input__inner {
  background-color: transparent;
  border: none;
}
.header_search em {
  height: 40px;
  width: 40px;
  background: url(../images/top_pic1.png) left center no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}

.search_box {
  max-height: 600px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: -10px;
  padding: 10px;
  box-sizing: border-box;
}
.mode {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
}

.search_box .el-input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #01abba;
  border-radius: 30px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}
.search_box .el-input .el-input__inner {
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  text-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.result_box {
  margin-top: 20px;
  display: flex;
}
.result_box .tree {
  width: 260px;
  max-height: 500px;
  flex-shrink: 0;
  border-right: 2px solid #dedede;
  overflow-y: auto;
}
.result_box .one {
  font-size: 18px;
  font-weight: 500;
  color: #01abba;
  line-height: 38px;
  text-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.result_box .tow {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
  text-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.result_box .list {
  flex: 1;
  padding: 0 30px;
  overflow-y: auto;
  cursor: pointer;
  max-height: 500px;
  min-height: 50px;
}

.result_box .list .item {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  padding: 20px 0;
  cursor: pointer;
}
.result_box .list .item img {
  width: 100px;
  height: 100px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  margin-right: 20px;
}
.result_box .list .item .title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  text-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}
.result_box .list .item .p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}

.chg_list {
  display: flex;
  align-items: center;
}
.chg_list .item {
  margin: 0 0 0 10px;
}
.chg_list .item img {
  width: 24px;
  height: 24px;
}
.nav_email {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
}
.nav_email a {
  color: #fff;
}

/* 定义关键帧动画 */
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 920px;
  }
}

@keyframes collapseWidth {
  from {
    width: 920px;
  }
  to {
    width: 0;
  }
}

.header_language {
  margin: 0 20px 0 15px;
  color: #fff;
}
.header_language .el-dropdown {
  color: #fff;
}
.header_language .el-dropdown-link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-25%);
}

.el-dropdown-menu {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.top_search {
  float: right;
  height: 100px;
  width: 34px;
  position: relative;
}
.nav-hide .top_search {
  height: 80px;
}
.top_search .input1 {
  width: 83%;
  text-indent: 10px;
  line-height: 30px;
  height: 30px;
  outline: medium;
  background: none;
  color: #9c9c9c;
  text-align: left;
  font-size: 13px;
  border: 0;
}
.top_search em {
  height: 100%;
  width: 100%;
  background: url(../images/top_pic1.png) left center no-repeat;
  cursor: pointer;
  display: block;
}
.top_search em:hover {
  transition: all 0.3s;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.top_search .search_con {
  display: none;
  position: absolute;
  bottom: -73px;
  right: 0px;
  width: 300px;
  height: 0px;
  padding-top: 23px;
  padding-bottom: 19px;
  background: url(../images/top_bg2.png) no-repeat;
  z-index: 100; /* border:1px solid #eee;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);border-radius: 2px;*/
}
.top_search .search_con .input1 {
  height: 39px;
  line-height: 39px;
  background: #f8f8f8;
  border: 0;
  padding-left: 5px;
  margin-left: 16px;
  padding-right: 47px;
  width: 174px;
  float: left;
  outline: none;
}
.top_search .search_con .bnts {
  float: left;
  width: 40px;
  height: 39px;
  background: url(../images/top_pic3.png) no-repeat;
  cursor: pointer;
}
.top_search .search_con .bnts:hover {
  transition: all 0.3s;
  background: url(../images/top_pic4.png) no-repeat;
}
/* 手机导航全局 */
.touch-top {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  display: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  padding: 1.25rem 0;
}
.touch_bg {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 8;
  background: #0d0d0d;
  display: none;
  filter: Alpha(Opacity=60); /*IE7 fix*/
  opacity: 0.6;
  height: 100%;
}
.touch-top-wrapper {
  width: 96%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.touch-top-wrapper .touch-logo {
  float: left;
}
.touch-top-wrapper .touch-logo img {
  height: 2.5rem;
  display: block;
}
.touch-navigation {
  display: block;
}
.touch-toggle {
}
.touch-toggle li {
  float: left;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 12px;
  text-align: center;
}
.touch-toggle li:hover,
.touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
  border-left: none;
}
.touch-toggle .touch-toggle-item-last {
  border-right: none;
}
.touch-toggle li a {
  font-size: 12px;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.touch-toggle li i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden; /*margin-top:20px;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.touch-toggle .touch-icon-language {
  background-image: url(../images/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
  background-image: url(../images/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
  background-image: url(../images/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
  background-image: url(../images/head_pic1.png);
}
.touch-toggle li span {
  display: none;
  text-align: center;
}
.drawer-section {
  /* background-color:#40312f; padding:20px;*/
  display: none;
}
.drawer-section-menu {
  /* padding:20px 20px 35px;*/ /*padding:0px 0px 35px;*/
}
.touch-toggle-content {
  clear: both;
}
.touch-menu {
  clear: both;
}
.touch-menu ul li {
  border-bottom: 1px solid #01abba;
  position: relative;
}
.touch-menu ul li a {
  color: #000;
  display: block;
  font-size: 18px;
  height: 48px;
  line-height: 48px; /* padding-left:10px;*/
  padding-left: 2%;
}
.touch-menu ul li a:hover,
.touch-menu ul li a:active {
  background-color: #01abba;
  color: #000;
}
.touch-menu ul li i {
  position: absolute;
  top: 14px; /* right:5px;*/
  right: 25px;
  display: block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
  display: none;
  background-image: url(../images/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
  background-image: url(../images/touch-arrow-d.png);
}
.touch-menu ul li i.touch-arrow-up {
  background-image: url(../images/touch-arrow-u.png);
}
.touch-menu ul li a:hover i.touch-arrow-down {
  background-image: url(../images/touch-arrow-d2.png);
}
.touch-menu ul li a:hover i.touch-arrow-up {
  background-image: url(../images/touch-arrow-u2.png);
}
.touch-menu ul ul {
  display: none;
  margin: 0; /* padding:0 10px 30px 30px;*/
  padding: 0 0px 30px 0px;
}
.touch-menu ul ul li {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.touch-menu ul ul li a {
  padding: 0;
  padding-left: 3%;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
}
.touch-menu ul ul li i {
  top: 13px;
}
.touch-menu .closetitle {
  padding-top: 10px;
  padding-bottom: 12px;
  text-align: center;
}
.touch-menu .closetitle img {
  margin: 0 auto;
  height: 20px;
  width: auto;
}
/*手机弹出搜索*/
.search_div {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-top: 2%;
  padding-bottom: 2%;
  display: none; /*z-index:999;*/
}
.search_div .search_con {
  width: 92%;
  margin: 0 auto;
  height: 40px !important;
  line-height: 40px;
}
.search_div .search_con .input1 {
  text-indent: 15px;
  width: 88%;
  float: left;
  border: 0;
  background: none;
  height: 100%;
  font-size: 16px;
  outline: none;
  color: #bbb;
}
.search_div .search_con .bnt1 {
  -webkit-appearance: none;
  float: right;
  width: 12%;
  max-width: 60px;
  background: url(../images/head_pic2.png) 50% center no-repeat;
  background-size: auto 55%;
  border: 0;
  height: 100%;
  cursor: pointer;
}
/*尾部*/
.f_bg {
  overflow: hidden;
  background: #01abba;
  color: #fff;
  font-size: 12px;
  clear: both;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}
.f_bg .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 92%;
}
.f_bg_div {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.f_bg a {
  color: #fff;
  text-decoration: none;
}
.f_bg a:hover {
  color: #fff;
}
.f_bg .nav {
  width: 300px;
  margin-left: 140px;
  padding: 0;
  flex-direction: column;
}
.f_bg .links {
  padding-right: 4%;
  margin-right: 4%;
  overflow: hidden;
  padding-bottom: 2%;
  transition: all 0.3s;
  margin-bottom: 20px;
  flex: 1;
}
.f_bg .links:last-child {
  margin-bottom: 0;
}
.f_bg .links:hover {
  transform: translateY(-5px);
}
.f_bg .links h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #c7c7c7;
}
.f_bg .links ul li {
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.f_bg .links ul li a {
  transition: all 0.3s;
  padding-right: 5px;
}
.f_bg .links ul li a:hover {
  margin-left: 5px;
  padding-right: 0;
}
.f_bg .f_div2_r2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.f_div2_r2 .logo {
  width: 200px;
  margin-bottom: 60px;
}
.f_bg .f_div2_r2 .qr {
  width: 180px;
}
.email_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.email_box .p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 18px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.email_box .p span {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.email_box .email_box_r {
  display: flex;
  align-items: center;
}
.email_box img {
  width: 24px;
  height: 24px;
  padding-top: 7px;
  margin-right: 6px;
}
.f_bg .f_div2_r2 .email {
  font-size: 26px;
  white-space: nowrap;
}
.f_bg .f_div2_r {
  float: left;
  overflow: hidden;
  margin-right: 3%;
}
.f_bg .f_div2_r h2 {
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #c7c7c7;
}
.f_bg .f_div2_r span {
  display: block;
  color: #8f8f8f;
  line-height: 30px;
  padding-top: 2%;
  clear: both;
}
.f_bg .f_div2_r a {
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 4px;
  padding-bottom: 8px;
  color: #afafaf;
  font-size: 26px;
  font-family: Arial;
}
.f_bg .f_div2_r a:hover {
  transition: all 0.3s;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.foot_a {
  height: 41px;
  width: 135px;
  display: block;
  margin-top: 10px;
}
.f_div3 {
  line-height: 24px;
  min-height: 24px;
  background-color: #00919e;
  clear: both;
  overflow: hidden;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.f_div3 a {
  color: #fff;
}
.f_div3 a:hover {
  color: #fff;
  transition: all 0.3s;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
}
/*.gotop{ position:fixed; bottom:10%; right:1%; width:51px; height:51px; background:url(../images/gotop.png) no-repeat; background-size:100% 100%;
-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;
}
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}*/

.right_ul {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  border-top: 2px solid #dedede;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #fff;
}
.right_ul ul li {
  width: 25%;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.right_ul ul li img {
  height: 22px;
  margin: 0 auto;
}
.right_ul ul li a {
  display: block;
  border-right: 1px solid #dedede;
}
.right_ul ul li:last-child a {
  border: 0;
}
/*微信弹窗*/
#hidden {
  z-index: 2147483647;
  display: none;
  background: #000;
  filter: alpha(opacity=0);
  left: 0px;
  opacity: 0;
  position: fixed;
  width: 3000px;
  height: 100%;
  padding-top: 28%;
  text-align: center;
  top: 0;
}
#hiddenimg {
  opacity: 1;
  display: none;
  position: fixed;
  left: 0%;
  width: 100%;
  height: 300px;
  padding-top: 0;
  z-index: 2147483647;
  top: 28%;
  text-align: center;
}
#hiddenimg img {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
#hiddenimg2 {
  text-align: center;
}
.weixinclose {
  position: fixed;
  right: 2%;
  top: 2%;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 2147483648;
  font-weight: normal;
  display: none;
}
/*荣誉弹窗*/
.case_bgs {
  z-index: 19891024;
  background: url(../images/about_bg.png) repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.case_tc {
  z-index: 19891025;
  width: 90%; /* top: 157.5px; */
  left: 50%;
  margin-left: -46%; /* margin-left: -300px; */
  position: absolute;
  overflow: hidden;
  top: 270px;
  height: 0;
  display: none;
}
.case_tc .case_box {
  width: 94%;
  margin: 0 auto;
  max-width: 740px;
  background: #01abba;
  border: 6px solid #b3b3b3;
  border-radius: 6px;
  overflow: hidden;
}
.case_tc .case_box2 {
  width: 94%;
  margin: 0 auto;
  max-width: 1028px;
  background: #fff;
  overflow: hidden;
}
.case_tc .case_divs {
  position: relative;
  width: 100%;
}
.case_tc .case_divs .closed {
  right: 0%;
  position: absolute;
  top: 0%;
  cursor: pointer;
}
.case_tc .case_divs .closed:hover {
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  transition: all 0.3s;
}
.case_tc .case_divs .closed2 {
  right: 15px;
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.case_tc .case_divs .closed2:hover {
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  transition: all 0.3s;
}
.case_tc #tc_big {
  width: 100%;
  display: block;
}
.case_tc .case_divs .case_txt {
  padding: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.case_tc .case_divs .case_txt h2 {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
}
.case_tc .case_divs .case_txt2 {
  max-width: 890px;
  width: 94%;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.case_tc .case_divs .case_txt2 h2 {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 1%;
}
.case_tc .case_divs .case_txt3 {
  max-width: 890px;
  width: 94%;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.case_tc .case_divs .case_txt3 dl dt {
  font-weight: bold;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  color: #333333;
}
.case_tc .case_divs .case_txt3 dl dd:first-child {
  font-size: 14px;
}
.case_tc .case_divs .case_txt3 dl dd {
  color: #555555;
  font-size: 13px;
  line-height: 28px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
.case_tc .case_divs .case_txt3 dl dd h3 {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.case_tc .case_divs .case_txt3 dl dd:last-child {
  border-bottom: 0;
}
.case_tc .case_divs .case_txt3 dl dd .job_a {
  display: block;
  width: 150px;
  height: 44px;
  overflow: hidden;
  background-color: #01abba;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  border-radius: 6px;
  margin-top: 50px;
  text-align: center;
  transition: all 0.3s;
}
.case_tc .case_divs .case_txt3 dl dd .job_a:hover {
  color: #fff;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
}

.sidebar_contact_list {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 999;
  font-size: 16px;
}
.sidebar_contact_list .item {
  width: 60px;
  height: 60px;
  background-color: #01abba;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar_contact_list .item .pic {
  width: 60px;
  min-height: 60px;
  z-index: 99;
}
.sidebar_contact_list .item .str {
  display: none;
  padding: 10px;
  transition: all 0.8s;
}

.sidebar_contact_list .item:hover {
  width: 270px;
}

.sidebar_contact_list .item:hover .str {
  display: block;
  color: #fff;
}
.sidebar_contact_list .item .qr {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: -160px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
}

.sidebar_contact_list .item:hover .qr {
  left: 75px;
}

.sidebar_contact_list .item.no-hover:hover {
  width: 40px;
}

.product_contact_list {
}
.product_contact_list .item {
  display: flex;
  align-items: center;
}
.product_contact_list .item a {
  display: flex;
  align-items: center;
}
.product_contact_list .btn_1 {
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  line-height: 16px;
  margin-top: 20px;
  margin-right: 30px;
  cursor: pointer;
}
.product_contact_list .btn_1:hover {
  color: #01abba;
}
.product_contact_list .btn_1:last-child:hover {
  color: #01ba89;
}
.product_contact_list .btn_2 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  width: 220px;
  height: 40px;
  background: #01abba;
  border-radius: 30px;
  justify-content: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product_contact_list .btn_2:last-child {
  background-color: #01ba89;
}
.product_contact_list .btn_2:hover {
  background-color: #67ced5;
  border-color: #67ced5;
}
.product_contact_list .btn_2:last-child:hover {
  background-color: #67d5a4;
  border-color: #67d5a4;
}
.product_contact_list .btn_1 img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.product_contact_list .btn_2 img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1300px) {
  body {
    padding-top: 5rem;
  }
  .nav {
    display: none;
  }
  .body {
    min-width: 1300px;
  }
  .f50 {
    font-size: 39px;
  }
  .f44 {
    font-size: 32px;
  }
  .f41 {
    font-size: 30px;
  }
  .f40 {
    font-size: 29px;
  }
  .f38 {
    font-size: 28px;
  }
  .f36 {
    font-size: 27px;
  }
  .f28 {
    font-size: 22px;
  }
  .f24 {
    font-size: 20px;
  }
  .f22 {
    font-size: 18px;
  }
  .f18 {
    font-size: 16px;
  }
  /* 手机导航全局 */
  .blank_h {
    height: 90px;
  }
  .nav-hide .blank_h {
    height: 90px;
  }
  .header-v1 {
    display: none;
  }
  .touch-top {
    display: block;
  }
  .top_search {
    width: 90%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 0;
    background: url(../images/search_bg.png) #eee right center no-repeat;
    margin-right: 5%;
  }
  /*尾部*/
  .f_bg .links {
    padding-right: 2.8%;
    margin-right: 2.8%;
  }
  .f_bg .f_div2_r a {
    font-size: 18px;
  }

  .el-dropdown span {
    display: inline-block !important;
    font-size: 1.4rem;
  }
  .email_box {
    width: 20rem;
  }
  .email_box .p {
    display: none;
  }
  .email_box img {
    display: none;
  }
  .f_bg .f_div2_r2 .email {
    font-size: 1.625rem;
    white-space: pre-wrap;
  }
  .product_contact_list .btn_1 {
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 1.25rem;
    margin-right: 1.875rem;
  }

  .product_contact_list .btn_2 {
    font-size: 1rem;
    line-height: 2.5rem;
    width: 13.75rem;
    height: 2.5rem;
    border-radius: 1.875rem;
    margin-top: 1.25rem;
    margin-right: 1.25rem;
  }
  .product_contact_list .btn_2:last-child .product_contact_list .btn_1 img {
    margin-right: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .product_contact_list .btn_2 img {
    margin-right: 0.3125rem;
    width: 1rem;
    height: 1rem;
  }

  .sidebar_contact_list {
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  .sidebar_contact_list .item {
    flex: 1;
    width: auto;
    justify-content: center;
    border-right: 1px solid #fff;
  }
  .sidebar_contact_list .item:last-child {
    border-right: 0;
  }
  .sidebar_contact_list .item .qr {
    width: 8.75rem;
    height: 8.75rem;
    position: absolute;
    top: 10rem;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
  }

  .sidebar_contact_list .item:hover .qr {
    top: -10rem;
    left: 0;
  }
}

.footx a {
  display: inline-block;
  margin-right: 10px;
}

/* 自定义滚动轴的整体样式 */
::-webkit-scrollbar {
  width: 5px; /* 设置滚动条的宽度 */
  height: 5px;
}

/* 自定义滚动轴的轨道样式 */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置滚动条轨道的背景颜色 */
}

/* 自定义滚动轴的滑块样式 */
::-webkit-scrollbar-thumb {
  background: #888; /* 设置滚动条滑块的背景颜色 */
}

/* 当鼠标悬停在滚动轴滑块上时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* 设置鼠标悬停时滚动条滑块的背景颜色 */
}

/* 自定义滚动轴的角落样式 */
::-webkit-scrollbar-corner {
  background: #f1f1f1; /* 设置滚动条角落的背景颜色 */
}
