@charset "UTF-8";
/********/
@font-face {
  font-family: 'OpenSans';
  src: url('/fonts/OpenSans.ttf');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/fonts/OpenSans-Bold.ttf');
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('/fonts/OpenSans-Light.ttf');
}
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 23.80952vw;
}
@media screen and (min-width: 421px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 20px;
  color: #4c4c4c;
  min-height: 100%;
  background: #fff;
  font-family: 'Arial';
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 19px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1101px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.16rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: 'Arial';
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
b, strong {
  font-weight: bold;
  font-family: 'Arial';
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
table {
  border: none;
}
th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}
.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}
.wrapper.openPop {
  height: 100%;
  min-height: 100%;
  position: fixed;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.lg-inner {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before,
.lg-inner:after {
  content: '';
  display: table;
  clear: both;
}
.global-inner {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .lg-inner,
  .global-inner {
    width: 100%;
    padding: 0 0.17rem;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.en {
  font-family: 'Arial';
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination-bullet {
  opacity: 1;
}
/**** btn ***/
.btn {
  min-width: 7.5em;
  height: 2.625em;
  padding: 0;
  margin: 0 6px;
  font-size: 1em;
  line-height: 2.5em;
}
.btn.btn-default,
.btn .btn-gray {
  border-color: #b3b3b3;
  background: #b3b3b3;
  color: #fff;
}
.btn.btn-sure,
.btn.btn-blue {
  border-color: #0089d9;
  background: #0089d9;
  color: #fff;
}
.btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/****** 弹框 ******/
.pop-box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.pop-box.has-open .pop-inner {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pop-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1021;
}
.pop-inner {
  width: 90%;
  max-width: 57.9em;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  background: #fff;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}
.pop-bd {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 7%;
  margin: 0 0.8%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1032;
}
.pop-close {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  background: url(/Img/images_en/pop-box-close.png) no-repeat right center;
  background-size: 24px auto;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  z-index: 1040;
}
/*** 滚动条 ****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}
.mCSB_scrollTools {
  width: 5px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #00c0c0;
  opacity: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  height: 3px;
}
/***** header ******/
.header {
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  display: block;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header.on{
  position: fixed;
}
@media screen and (max-width: 991px) {
  .header {
    height: 0.66rem;
    line-height: 0.66rem;
  }
}
.head-place {
  width: 100%;
  height: 3.5em;
}
@media screen and (max-width: 991px) {
  .head-place {
    height: 0.66rem;
  }
}
.head-logo {
  float: left;
}
.head-logo img {
  height: 2.5em;
}
@media screen and (max-width: 991px) {
  .head-logo img {
    height: 0.38rem;
  }
}
.pc-head-tool {
  height: 100%;
  float: right;
  padding: 1em 0;
  line-height: 1.5em;
  white-space: nowrap;
  margin-left: 1.75em;
  position: relative;
  -webkit-transition: transform .5s;
  transition: transform .5s;
  transform: scale(1);
}
.pc-head-tool .tool {
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
  position: relative;
}
.pc-head-tool .tool.zhong{
  width: auto;
  height: auto;
  font-size: 0.8em;
  color: #1a1a1a;
  font-weight: bold;
  margin-top: -2px;
}
.pc-head-tool .tool.zhong:hover{
  color: #00a2a4;
}
@media screen and (min-width: 992px){
  .pc-head-tool .tool:before{
    position: absolute;
    content: "";
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    opacity: 0.2;
    display: none;
  }
  .pc-head-tool .tool:hover:before{
    display: block;
  }
}

.pc-head-tool .tool:first-child {
  margin-left: 0;
}
.pc-head-tool .tool img {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1440px) {
  .pc-head-tool {
    margin-left: 1.2em;
  }
  .pc-head-tool .tool {
    margin-left: 0.8em;
  }
}
.ph-head-tool {
  float: right;
  height: 100%;
  position: relative;
  -webkit-transition: transform .5s;
  transition: transform .5s;
  transform: scale(1);
  white-space: nowrap;
}
.ph-head-tool .tool {
  width: 0.42rem;
  height: 100%;
  padding: 0 0.1rem;
  float: left;
  position: relative;
}
.ph-head-tool .tool img {
  width: 0.22rem;
  margin-top: -3px;
}
.head-menu-nav {
  width: 0.42rem;
  height: 100%;
  cursor: pointer;
  position: relative;
  padding: 0 0.06rem 0 0.1rem;
  float: left;
}
.head-menu-nav:before {
  content: '';
  width: 1px;
  height: 0.26rem;
  display: block;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.13rem;
}
.head-nav-close {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.icon-hamburger {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  margin-top: -3px;
}
.icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #7b7b7b;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.icon-hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.icon-hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.icon-hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.head-nav {
  float: right;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s, opacity 3s;
  transition: transform .5s, opacity 3s;
  opacity: 1;
  transform-origin: left center;
}
.head-nav > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
}
.head-nav > li.current .nav-level1,
.head-nav > li:hover .nav-level1 {
  color: #00a2a4;
}
.head-nav > li:hover .nav-level1 {
  color: #00a2a4;
}
.head-nav > li:hover .nav-level1:after {
  width: 100%;
}
.head-nav .nav-level1 {
  display: block;
  font-size: 0.8em;
  color: #1a1a1a;
  font-weight: bold;
  font-family: 'Arial';
  padding: 0 0.3em;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.head-nav .nav-level1:after {
  content: '';
  width: 0;
  height: 3px;
  display: block;
  background: #00a2a4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.head-nav .subnav-list {
  width: 12.5em;
  display: none;
  background: url(/Img/images_en/nav_bg.jpg) no-repeat center bottom #f4f3f3;
  background-size: 100% auto;
  white-space: normal;
  padding: 0.85em 1.5em 1.8em;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1010;
}
.head-nav .subnav-list li {
  width: 100%;
  overflow: hidden;
  padding: 0.55em 0;
}
.head-nav .subnav-list li.current a,
.head-nav .subnav-list li:hover a {
  color: #00a2a4;
  padding-left: 1.2em;
}
.head-nav .subnav-list li.current a:before,
.head-nav .subnav-list li:hover a:before {
  width: 0.75em;
}
.head-nav .subnav-list a {
  display: block;
  position: relative;
  font-size: 0.7em;
  line-height: 1.286em;
  color: #333;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.head-nav .subnav-list a:before {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #00a2a4;
  position: absolute;
  left: 0;
  top: 0.57em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
@media screen and (max-width: 1050px) {
  .head-nav > li {
    margin: 0;
  }
}
.head-sch-box {
  width: 25em;
  height: 100%;
  padding: 0.55em 5em 0.55em 0;
  line-height: 2.4em;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .3s, top .3s;
  opacity: 0;
  transform-origin: center center;
  transform: scale3d(0, 0, 0);
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.head-sch-box .sch-box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.head-sch-box .inp {
  width: 100%;
  height: 3em;
  display: block;
  border: none;
  border: solid 1px #e4e4e4;
  padding: 0.5em 3.125em 0.5em 1.25em;
  font-size: 0.8em;
  line-height: 1.875em;
  color: #333;
}
.head-sch-box .btn-sch {
  width: 2.5em;
  height: 100%;
  display: block;
  background: url(/Img/images_en/ph-nav-search.png) no-repeat center center;
  background-size: 1.1em auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .head-sch-box {
    width: 100%;
    padding: 0.1rem 0.64rem 0.1rem 0.17rem;
  }
  .head-sch-box .inp {
    height: 0.46rem;
    font-size: 0.16rem;
    padding: 0.07rem 0.5rem 0.07rem 0.1rem;
  }
  .head-sch-box .btn-sch {
    width: 0.26rem;
    right: 0.18rem;
    background-size: 0.26rem auto;
  }
}
.btn-close-sch {
  width: 2.9em;
  height: 2.4em;
  display: block;
  background: url(/Img/images_en/close-btn1.png) no-repeat center center;
  background-size: 1.2em auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.2em;
}
@media screen and (max-width: 991px) {
  .btn-close-sch {
    width: 0.56rem;
    background-size: 0.22rem auto;
  }
}
body.head-sch-open .header .head-nav {
  opacity: 0;
  transform: scale3d(0, 0, 0);
}
body.head-sch-open .pc-head-tool {
  display: none;
  transform: scale(0.85);
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inherit;
}
body.head-sch-open .head-sch-box {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  z-index: 1010;
}
.ph-nav-box {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 900;
  background: #fff;
  display: none;
  cursor: pointer;
  padding-top: 0.66rem;
}
.ph-nav-box .ft {
  width: 100%;
  overflow: hidden;
  padding: 0 0.17rem;
}
.ph-nav-box .btn-lang {
  overflow: hidden;
  display: block;
  font-size: 0.18rem;
  line-height: 0.72rem;
  color: #999;
}
.ph-nav-box .btn-lang img {
  width: 0.18rem;
  margin: -3px 6px 0 0;
}
.ph-nav-list {
  width: 100%;
  overflow: hidden;
}
.ph-nav-list > li {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
}
.ph-nav-list > li.current .level1 {
  font-family: 'Arial';
  font-weight: bold;
}
.ph-nav-list > li.active .level1 {
 font-family: 'Arial';
 font-weight: bold;
}
.ph-nav-list .level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 0.17rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ph-nav-list .level1 a {
  float: left;
  font-size: 0.18rem;
  line-height: 0.52rem;
  color: #333;
}
.ph-nav-list .level1 a:focus{
  color: #00a2a4;
  font-family: 'Arial';
  font-weight: bold;
}
.ph-nav-list .level1 .arrow {
  width: 0.7rem;
  height: 100%;
  display: block;
  background: url(/Img/images_en/arrow_02.png) no-repeat center center;
  background-size: 0.2rem auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.ph-nav-list .subnav-list {
  width: 100%;
  display: none;
  overflow: hidden;
  background: #ededed;
  padding: 0.2rem 0.17rem 0.16rem;
}
.ph-nav-list .subnav-list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.08rem 0;
}
.ph-nav-list .subnav-list li.current a {
  padding-left: 0.3rem;
  color: #00a2a4;
}
.ph-nav-list .subnav-list li.current a:before {
  width: 0.2rem;
}
.ph-nav-list .subnav-list a {
  float: left;
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #333;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.ph-nav-list .subnav-list a:focus{
  color: #00a2a4;
}
.ph-nav-list .subnav-list a:before {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #00a2a4;
  position: absolute;
  left: 0;
  top: 0.08rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
/**** footer ***/
.footer {
  width: 100%;
  overflow: hidden;
  background: #333333;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  padding: 36px 0;
}
.footer a {
  color: #999;
}
.footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.foot-copyright {
  float: left;
  margin-right: 4px;
}
.foot-support {
  float: left;
}
.foot-link {
  float: right;
  text-align: right;
}
.foot-link a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.foot-link a:after {
  content: "|";
  float: right;
  margin: 0 10px;
}
.foot-link a:last-child:after {
  display: none;
}
.foot-link a:hover:after {
  color: #999;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 0.24rem;
  }
  .foot-copyright,
  .foot-link,
  .foot-support {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
  .foot-support {
    margin: 5px 0;
  }
}
/***** global-crumbs-box ***/
.global-crumbs-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0.55em 0 2em;
}
.global-crumbs-box a {
  font-size: 14px;
  line-height: 2em;
  color: #66b4b8;
  float: left;
}
.global-crumbs-box a:after {
  content: '/';
  float: right;
  color: #666;
  margin: 0 5px;
}
.global-crumbs-box a.last {
  color: #999;
}
.global-crumbs-box a.last:after {
  display: none;
}
.global-crumbs-box img {
  width: 12px;
  margin: -3px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .global-crumbs-box {
    margin: 0.18rem 0 0.2rem;
  }
}
/*** global-list-more ***/
.global-list-more {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 2.1em 0 -0.5em;
}
.global-list-more .btn-more {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.875em;
  color: #00a2a2;
  font-weight: bold;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  padding: 0 1em;
}
.global-list-more .btn-more img {
  width: 0.75em;
  margin: -3px 0 0 0.625em;
}
@media screen and (min-width: 992px) {
  .global-list-more .btn-more:hover {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .global-list-more {
    margin-top: 0.2rem;
  }
  .global-list-more .btn-more {
    font-size: 0.16rem;
  }
}
.btn-hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.btn-hover:hover {
  letter-spacing: 1px;
}
.g-column-tit {
  font-size: 1.8em;
  line-height: 1.17em;
  color: #00a2a4;
  font-family: 'Arial';
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .g-column-tit {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-top: -0.05rem;
  }
}
/**** animation ****/
@keyframes bounceFlv {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}


/*12.18修改*/
.ph-nav-list > li.current .level1 a, .ph-nav-list > li.active .level1 a{
  color: #00a2a4;
}

/*12.28修改*/
.notice-box{
  display: none;
}
.notice-box .bg{
    width: 100%;
}



/* 2024.10.14 新增修改 */
/* 面包屑 */
.global-crumbs-wrap{
  margin: 0.55em 0 2em;
}
.global-crumbs-wrap .global-crumbs-box{
  margin: 0;
}
@media (max-width: 767px) {
  .global-crumbs-wrap {
    margin: 0.18rem 0 0.2rem;
  }
}

/* 内页tab导航 */
.inside-tabnav{
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2.6em;
}
.inside-tabnav .list{
  width: 68.28%;
  max-width: 874px;
  margin: auto;
  display: table;
  border-collapse: collapse;
  position: relative;
  margin-bottom: -1px;
  z-index: 10;
}
.inside-tabnav .list:after {
  content: '';
  display: table;
  clear: both;
}
.inside-tabnav .list li{
  display: table-cell;
  width: 33.333%;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  height: 62px;
  line-height: 20px;
  cursor: pointer;
}
.inside-tabnav .list li a{
  color: #666666;
}
.inside-tabnav .list li.on{
  border-top: 3px solid #00a2a4;
  border-bottom: 1px solid #fff;
  background: #fff;
  box-shadow: 0 -3px 5px rgba(0,0,0,.1);
}
.inside-tabnav .list li.on a{
  color: #00a2a4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .inside-tabnav{
    margin: 0 0 .35rem;
  }
  .inside-tabnav .list{
    width: 100%;
    padding: 0 0.17rem;
  }
  .inside-tabnav .list li{
    font-size: 0.15rem;
    line-height: 0.15rem;
    height: 0.7rem;
  }
}

/*** 公共标题开始 ****/
.inner-title{
  padding-top: 2em;
}
.inner-title h5{
  color: #333333;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 2.111em;
  text-align: center;
}
.inner-title .line{
  width: 1.5em;
  height: 3px;
  background: #31bc55;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .inner-title{
    padding-top: 0.16rem;
    margin-bottom: 0.22rem;
  }
  .inner-title h5{
    font-size: 0.26rem;
    line-height: 1.2em;
    padding: 0 0 0.5em;
  }
  .inner-title .line{
    width: 0.36rem;
    height: 4px;
  }
}