@charset "utf-8";
/* base */
@font-face {
  font-family: 'pingfang';
  src: url('../fonts/pingfang.woff2') format('woff2'), url('../fonts/pingfang.woff') format('woff'), url('../fonts/pingfang.ttf') format('truetype'), url('../fonts/pingfang.eot') format('embedded-opentype'), url('../fonts/pingfang.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  background: #fff;
  color: #333;
  font: 14px/1.6 'pingfang', 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
  overflow-x: hidden;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
img {
  display: block;
}
a {
  color: #fff;
  text-decoration: none;
}
.met_position {
  font-size: 0.16rem;
  height: 0.8rem;
  border-bottom: 1px solid #dcdcdc;
  color: #2a2a2a;
}
.met_position .max_inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.met_position .max_inner .title {
  display: flex;
  align-items: center;
  position: relative;
  top: -0.1rem;
}
.met_position .max_inner .title h1 {
  margin-right: 0.1rem;
  position: relative;
  top: -0.3rem;
  font-weight: 400;
  color: #6fb544;
  font-size: 0.6rem;
  font-style: oblique;
}
.met_position .max_inner .column {
  height: 100%;
  display: flex;
}
.met_position .max_inner .column a {
  color: #2a2a2a;
  font-size: 0.16rem;
  height: 100%;
  display: block;
  padding: 0 0.2rem;
  border-right: 1px solid #dcdcdc;
  line-height: 0.8rem;
}
.met_position .max_inner .column a:last-child {
  border-right: none;
}
.met_position .max_inner .column a.active,
.met_position .max_inner .column a:hover {
  color: #6fb544;
}
a:hover {
  color: #6fb544;
  text-decoration: none;
}
.tem_inner,
.met_section {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.max_inner {
  position: relative;
  margin: 0 auto;
  width: 1600px;
}
.max_width {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.mfcolor {
  color: #eb3c00;
}
@media (max-width: 1600px) {
  .max_inner {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .tem_inner {
    padding: 0;
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .met_section,
  .tem_inner {
    padding: 0;
    width: 1200px;
  }
}
@media (min-width: 1800px) {
  .met_section,
  .tem_inner {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
  }
}
.fancybox-wrap,
.fancybox-wrap * {
  transition: none;
}
.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
  visibility: visible;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
/*********--mobile header--*********/
.m-header {
  position: fixed;
  top: -100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  transition: all 0.36s;
  opacity: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 999999;
  background: #6fb544;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.m-header > div {
  width: 50%;
}
.m-header .left {
  width: 50%;
  padding: 0;
  height: 100%;
}
.m-header .left a {
  display: flex;
  align-items: center;
  height: 100%;
}
.m-header .left a img {
  height: 80%;
  margin-left: 0.2rem;
}
.m-header .right {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.m-header .right .langs {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row-reverse;
  margin-right: 0.2rem;
}
.m-header .right #menu-1 {
  display: none;
}
.m-header .right .menu {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row-reverse;
  margin-right: 0.2rem;
}
.m-header .right i {
  color: #fff;
  font-size: 30px;
}
.st-menu {
  opacity: 0;
}
.st-menu-open .st-menu {
  opacity: 1;
}
.st-menu {
  display: none;
  background-color: #6fb544 !important;
}
.st-menu .logo {
  font-weight: 600;
}
.st-menu .logo a {
  height: 70px;
  display: flex;
  align-items: center;
}
.st-menu .logo a img {
  height: 80%;
}
.st-menu .logo a span {
  margin-left: 10px;
}
.st-menu ul {
  margin-top: 30px !important;
}
/***** header ******/
header {
  width: 100%;
  height: 1.3rem;
  transition: 0.5s;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
}
header > div {
  display: flex;
}
header .left {
  width: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6fb544;
}
header .left .img {
  height: 75%;
}
header .left .img img {
  height: 100%;
}
header .right {
  flex: 1;
  padding-right: 2.6rem;
  height: 100%;
}
@media (max-width: 1200px) {
  header .right {
  padding-right: 0;
}
}
header .right .head {
  overflow: hidden;
  height: 0.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
header .right .head form {
  display: flex;
  align-items: center;
  height: 0.3rem;
}
header .right .head form .navsearch_input input {
  display: inline-block;
  height: 0.3rem;
  margin-right: 0.1rem;
  padding: 0 0.1rem;
  border: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
header .right .head form .searchgo {
  background: url(../searchIcon.png) no-repeat no-repeat center center;
  width: 23px;
  height: 37px;
  border: 0;
  cursor: pointer;
  opacity: 0;
}
header .right .bot {
  height: 0.8rem;
  display: flex;
}
header .right .bot ul {
  display: flex;
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
header .right .bot ul li {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
header .right .bot ul li a {
  color: #232323;
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
header .right .bot ul li a img {
  margin-bottom: 0.1rem;
}
header .right .bot ul li a.on {
  color: #6fb544;
}
header .right .bot .lang {
  display: flex;
  align-items: center;
  width: 1.8rem;
}
header .right .bot .lang i:last-child {
  display: none;
}
header .right .bot .lang a,
header .right .bot .lang i {
  color: #525252;
  font-size: 0.16rem;
}
header .right .bot .lang i {
  margin: 0 0.1rem;
}
header .right .bot .lang a.on {
  color: #1b4288;
}
header.on {
  height: 0.8rem;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
header.on .head {
  height: 0;
}
header.on + .tem_banner {
  padding-top: 0.8rem;
}
/* footer */
.tem_footer {
  background: #f2f0f2;
  padding: 0.5rem 0 0.6rem;
  position: relative;
}
.tem_footer::after,
.tem_footer::before {
  content: '';
  display: inline-block;
  background: url(../bgIcon.jpg) no-repeat;
  background-size: cover;
  width: 0.66rem;
  height: 0.56rem;
  position: absolute;
}
.tem_footer::after {
  left: 0;
  top: 0;
}
.tem_footer::before {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.tem_footer .tem_inner .content {
  display: flex;
  justify-content: space-between;
}
.tem_footer .tem_inner .icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem_footer .tem_inner .nav {
  display: flex;
  justify-content: space-between;
}
.tem_footer .tem_inner .nav ul {
  display: flex;
}
.tem_footer .tem_inner .nav ul li {
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
}
.tem_footer .tem_inner .nav ul li a:first-child {
  color: #242424;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.tem_footer .tem_inner .nav ul li a {
  color: #818080;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.tem_footer .tem_inner .nav p {
  white-space: pre-wrap;
  color: #818080;
  font-size: 0.14rem;
  line-height: 0.28rem;
}
.footbot {
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
  color: #818080;
}
.footbot a:hover,
.footbot a {
  color: #818080;
}
/***** banner ******/
.tem_banner {
  padding-top: 1.3rem;
  transition: 0.5s;
  width: 100%;
  position: relative;
}
.tem_banner .swiper-slide {
  position: relative;
  background: #000;
  overflow: hidden;
  font-size: 0;
}
.tem_banner .txt {
  position: absolute;
  top: 15%;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: right;
}
.tem_banner .txt h2 {
  font-size: 0.85rem;
  line-height: 0.85rem;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  opacity: 0;
  transition: 2s;
  transform: translateX(40px);
}
.tem_banner .txt h1 {
  font-size: 0.54rem;
  display: block;
  opacity: 0;
  transition: 2s;
  transform: translateX(40px);
}
.tem_banner .txt p {
  margin-bottom: 20px;
  font-size: 0.3rem;
  opacity: 0;
  transition: 2s;
  transform: translateX(40px);
}
.tem_banner .txt .streamer {
  margin-left: auto;
  background: url(../bannerTxtBg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 0.54rem;
  width: 3.24rem;
  height: 0.54rem;
  font-size: 0.18rem;
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  transition: 2s;
  transform: translateX(40px);
}
.tem_banner .swiper-slide-active .txt h2 {
  transition: 2s;
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.tem_banner .swiper-slide-active .txt h1 {
  transition: 2s;
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}
.tem_banner .swiper-slide-active .txt p {
  transition: 2s;
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
}
.tem_banner .swiper-slide-active .txt .streamer {
  transition: 2s;
  opacity: 1;
  transform: none;
  transition-delay: 0.8s;
}
.tem_banner .slide-pagination {
  transition: 0.5s;
  position: absolute;
  z-index: 1;
  bottom: 5% !important;
  left: 0;
  text-align: right;
  padding-right: 2rem;
  font-size: 0;
  width: 100%;
  margin: 0;
}
.tem_banner .slide-pagination span {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 1;
  background: 0 0;
  margin: 0 5px;
  outline: 0;
}
.tem_banner .slide-pagination span.swiper-pagination-bullet-active {
  background: #6fb544;
  border-color: #6fb544;
}
.tem_banner.inside .flash {
  font-size: 0;
}
.tem_banner.inside .flash img {
  width: 100%;
  height: 100%;
}
.tem_banner .swiper-button-prev,
.tem_banner .swiper-container-rtl .swiper-button-next {
  background: url(../bannerArrow.png);
  left: calc(50% - 40px);
  right: auto;
}
.tem_banner .swiper-button-next,
.tem_banner .swiper-container-rtl .swiper-button-prev {
  background: url(../bannerArrow2.png);
  right: calc(50% - 40px);
  left: auto;
}
.tem_banner .swiper-button-next,
.tem_banner .swiper-button-prev {
  width: 32px;
  height: 8px;
  top: 90%;
}
/* index */
.index_product {
  padding: 0.8rem 0 0.9rem;
  background-color: #f6f6f6;
}
.index_product .title {
  text-align: center;
}
.index_product .title h1 {
  font-size: 0.54rem;
  color: #d6d6d6;
  font-weight: 400;
  line-height: 0.54rem;
}
.index_product .title p {
  font-size: 0.3rem;
  color: #212121;
}
.index_product ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.7rem;
}
.index_product ul li {
  width: 24%;
}
.index_product ul li img {
  z-index: 1;
  position: relative;
}
.index_product ul li div {
  position: relative;
  top: 0;
  z-index: 2;
  margin-top: 0.13rem;
  margin-left: 10%;
  display: flex;
  width: 80%;
  background-color: #fff;
  padding: 0.07rem 0.15rem 0.07rem 0.3rem;
}
.index_product ul li div p {
  color: #212121;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.index_product ul li div span {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.14rem;
  background-color: #c3c3c3;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 0.27rem;
}
.index_product ul li:hover div {
  top: -0.4rem;
}
.index_product ul li:hover div p {
  color: #6fb544;
}
.index_product ul li:hover div span {
  color: #fff;
  background-color: #6fb544;
}
.index_about {
  position: relative;
}
.index_about .txt {
  position: absolute;
  bottom: 1.3rem;
  width: 100%;
}
.index_about .txt .content {
  margin-left: auto;
  width: 55%;
  position: relative;
}
.index_about .txt .content > div {
  position: absolute;
  width: 50%;
  height: 70%;
  top: 0.6rem;
  left: 0.5rem;
}
.index_about .txt .content > div h1 {
  font-size: 0.3rem;
  color: #ffffff6e;
  font-weight: 400;
}
.index_about .txt .content > div > div {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.index_about .txt .content > div > div p {
  color: #ffffff;
  font-size: 0.2rem;
  margin-right: 0.2rem;
}
.index_about .txt .content > div > div img {
  width: 0.4rem;
  height: 0.4rem;
}
.index_about .txt .content > div > p {
  color: #fff;
  font-size: 0.14rem;
  padding: 0.2rem 0 0.4rem;
}
.index_about .txt .content > div > a {
  display: inline-block;
}
.index_about .txt .content > div > a img {
  width: 0.51rem;
  height: 0.35rem;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.index_about .txt .content > div > a:hover img {
  left: 0.2rem;
}
.index_about .streamer {
  position: absolute;
  width: 100%;
  height: 1.3rem;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  padding: 0.35rem 0;
  color: #fff;
}
.index_about .streamer .tem_inner {
  height: 100%;
  display: flex;
}
.index_about .streamer .tem_inner > div {
  width: 50%;
  display: flex;
  align-items: center;
  border-right: 1px solid #a0a0a4;
  padding-right: 0.7rem;
}
.index_about .streamer .tem_inner > div p {
  font-size: 0.14rem;
}
.index_about .streamer .tem_inner > div p:first-child {
  white-space: nowrap;
  margin-right: 0.1rem;
  font-size: 0.72rem;
}
.index_about .streamer .tem_inner > div p:first-child span {
  font-size: 0.3rem;
}
.index_about .streamer .tem_inner > div:last-child {
  border: none;
  padding-left: 0.7rem;
}
.index_news {
  padding: 1rem 0 1.25rem;
}
.index_news .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.index_news .title h2 {
  font-size: 0.54rem;
  color: #dedede;
  font-weight: 400;
  line-height: 0.54rem;
}
.index_news .title p {
  font-size: 0.3rem;
  color: #212121;
}
.index_news ul {
  display: flex;
  justify-content: space-between;
}
.index_news ul li {
  width: 32%;
}
.index_news ul li a {
  width: 100%;
  color: #3f3f3f;
  display: inline-block;
}
.index_news ul li span {
  font-size: 0.14rem;
  display: inline-block;
  padding: 0.1rem 0;
}
.index_news ul li p {
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* searchlist */
#searchlist a {
  color: #656565;
}
#searchlist .searchgo {
  margin: 0;
  padding: 0.05rem 0.2rem;
  background-color: #224b8b;
  color: #fff;
  margin-bottom: 0.3rem;
}
#searchlist .navsearch_input input {
  display: inline-block;
  outline: none;
  background-color: #f2f2f2;
  padding: 0.05rem 0.2rem;
  font-size: 0.16rem;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0.8rem;
}
#searchlist .navsearch_class select {
  border: 1px solid #dcdcdc;
}
/* page_about */
.page_about {
  padding: 0.75rem 0 1.2rem;
}
.page_about #column11 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #dcdcdc;
}
.page_about #column11 > div {
  width: 49.5%;
}
.page_about #column11 .txt {
  padding: 0 0.6rem 0 0.2rem;
}
.page_about #column11 .txt .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.page_about #column11 .txt .title h1 {
  font-size: 0.42rem;
  font-weight: 400;
}
.page_about #column11 .txt .title p {
  font-size: 0.36rem;
}
.page_about #column11 .txt .title img {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.6rem;
}
.page_about #column11 .ver {
  padding-left: 0.4rem;
  position: relative;
}
.page_about #column11 .ver img {
  width: 100%;
}
.page_about #column11 .ver > div {
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 0 0 0.2rem 0.35rem;
  bottom: 0;
}
.page_about #column11 .ver > div p {
  font-size: 0.14rem;
  white-space: pre-wrap;
}
.page_about #column11 .ver > div p:nth-child(1) {
  font-size: 0.72rem;
}
.page_about #column11 .ver > div p:nth-child(1) span {
  font-size: 0.3rem;
}
.page_about #column11 .streamerLeft,
.page_about #column11 .streamerRight {
  margin-top: 0.9rem;
  position: relative;
}
.page_about #column11 .streamerLeft > div,
.page_about #column11 .streamerRight > div {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
}
.page_about #column11 .streamerLeft > div p,
.page_about #column11 .streamerRight > div p {
  font-size: 0.14rem;
}
.page_about #column11 .streamerLeft > div p:nth-child(1),
.page_about #column11 .streamerRight > div p:nth-child(1) {
  font-size: 0.72rem;
}
.page_about #column11 .streamerLeft > div p:nth-child(1) span,
.page_about #column11 .streamerRight > div p:nth-child(1) span {
  font-size: 0.3rem;
}
.page_about #column11 .streamerLeft > div span,
.page_about #column11 .streamerRight > div span {
  font-size: 0.2rem;
  white-space: pre-wrap;
}
.page_about #column12 .title {
  text-align: center;
  padding: 0.5rem 0 0.35rem;
}
.page_about #column12 .title h1 {
  font-weight: 400;
  color: #1f1e1e;
  font-size: 0.3rem;
}
.page_about #column12 .title p {
  color: #404040;
  font-size: 0.16rem;
}
.page_about #column12 ul {
  display: flex;
}
.page_about #column12 ul li {
  padding: 0.35rem 0 0.3rem;
  width: 25%;
  background-color: #6fb544;
  border-right: 1px solid #86c261;
}
.page_about #column12 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.page_about #column12 ul li h1 {
  font-size: 0.16rem;
  text-align: center;
  font-weight: 400;
  padding: 0.12rem 0 0.15rem;
}
.page_about #column12 ul li p {
  text-align: center;
  font-size: 0.14rem;
  white-space: pre-wrap;
}
.page_about #column12 ul li:last-child {
  border: none;
}
.page_about #column12 ul li:hover {
  background-color: #51a81c;
}
.page_about #column13 {
  margin-top: 1.2rem;
  position: relative;
}
.page_about #column13 img.line {
  top: 50%;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
.page_about #column13 .content {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}
.page_about #column13 .content .swiper-container {
  background: url(../line.png) no-repeat center center;
  background-size: 100%;
}
.page_about #column13 .content .swiper-container .swiper-slide {
  padding-top: 1.4rem;
  padding-left: 0.4rem;
}
.page_about #column13 .content .swiper-container .swiper-slide.up {
  padding-bottom: 1.4rem;
  padding-top: 0;
}
.page_about #column13 .content h1 {
  font-size: 0.18rem;
  font-weight: 400;
}
.page_about #column13 .content p {
  font-size: 0.16rem;
}
.page_about #column13 .swiper-pagination {
  bottom: 0.9rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
.page_about #column13 .swiper-pagination span {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  opacity: 1;
  margin: 0.1rem;
  outline: none;
}
.page_about #column13 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6fb544;
}
.page_about #column14 {
  margin-bottom: 0.7rem;
}
.page_about #column14 .title {
  text-align: center;
  padding: 0.5rem 0 0.35rem;
}
.page_about #column14 .title h1 {
  font-weight: 400;
  color: #1f1e1e;
  font-size: 0.3rem;
}
.page_about #column14 .title p {
  color: #404040;
  font-size: 0.16rem;
}
.page_about #column14 .swiper-slide {
  position: relative;
}
.page_about #column14 .swiper-slide p {
  position: absolute;
  bottom: 0.15rem;
  left: 0.25rem;
  font-size: 0.16rem;
  color: #fff;
  background-color: #6fb544;
  line-height: 0.35rem;
  padding: 0 0.2rem;
}
.page_about #column14 .swiper-pagination {
  bottom: -0.7rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
.page_about #column14 .swiper-pagination span {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  opacity: 1;
  margin: 0.1rem;
  outline: none;
}
.page_about #column14 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #6fb544;
}
/** fancybox-close */
.fancybox-close {
  background-image: url(../productIcon2.png) !important;
  background-size: cover;
  top: 18px !important;
  right: 18px !important;
}
.fancybox-skin {
  padding: 0 !important;
}
.fancybox-inner {
  width: 100% !important;
  height: 100% !important;
}
.fancybox-title {
  display: none !important;
}
.page_product .PreA,
.page_news .PreA,
.page_case .PreA,
.page_product .PreSpan,
.page_news .PreSpan,
.page_case .PreSpan,
.page_product .NextA,
.page_news .NextA,
.page_case .NextA {
  display: none !important;
}
.page_product .met_pager,
.page_news .met_pager,
.page_case .met_pager {
  width: 100%;
}
.page_product .met_pager .Ahover,
.page_news .met_pager .Ahover,
.page_case .met_pager .Ahover,
.page_product .met_pager a:hover,
.page_news .met_pager a:hover,
.page_case .met_pager a:hover {
  background: #6fb544;
  color: #fff;
  transition: 1s;
}
.page_product .met_pager a,
.page_news .met_pager a,
.page_case .met_pager a {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #d2d2d2;
  font-size: 0.18rem;
  color: #2a2a2a;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: none;
}
/** page_product */
.page_product {
  padding: 0.75rem 0 1.6rem;
  display: flex;
}
.page_product .left {
  width: 3.7rem;
  background: #f7f7f7;
  padding: 0.2rem 0.4rem 1.3rem;
  display: table;
}
.page_product .left ul li {
  padding: 0.5rem 0.3rem 0.3rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.page_product .left ul li a {
  color: #212121;
  font-size: 0.2rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.page_product .left ul li a > div {
  font-size: 0.14rem;
  color: #717171;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  width: 1.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  text-align: center;
  border-radius: 0.17rem;
}
.page_product .left ul li a:hover {
  color: #6fb544;
}
.page_product .left ul li a:hover > div {
  color: #ffffff;
  background-color: #6fb544;
  border: 0;
}
.page_product .left ul li a.on {
  color: #6fb544;
  font-weight: 600;
}
.page_product .left ul li a.on > div {
  color: #ffffff;
  background-color: #6fb544;
  border: 0;
}
.page_product .right {
  flex: 1;
  padding-left: 0.45rem;
}
.page_product .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_product .right ul li {
  width: 48%;
}
.page_product .right ul li a .title {
  color: #2a2a2a;
  font-size: 0.16rem;
  padding: 0.35rem 0 0.45rem;
}
.page_product .right .met_pager {
  padding-top: 0.9rem;
  display: flex;
}
.page_product .right .met_pager a:nth-child(2) {
  margin-left: 0;
}
/** page_news */
.page_news {
  padding-bottom: 1.3rem;
}
.page_news .head {
  display: flex;
  padding: 0.75rem 0 1rem;
}
.page_news .head .left {
  background: #6fb544;
  width: 50%;
  color: #ffffff;
}
.page_news .head .left .content {
  margin-left: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.9rem;
  height: 100%;
}
.page_news .head .left .content:hover {
  color: #fff;
}
.page_news .head .left .content:hover .arrow {
  left: 0.2rem;
}
.page_news .head .left .content .columnname {
  font-size: 0.16rem;
}
.page_news .head .left .content .title {
  font-size: 0.2rem;
  margin-top: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.page_news .head .left .content .updatetime {
  font-size: 0.14rem;
  color: #dffcec;
}
.page_news .head .left .content .description {
  margin: 0.4rem 0 0.7rem;
  font-size: 0.16rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_news .head .left .content .arrow {
  position: relative;
  transition: 0.5s;
  left: 0;
}
.page_news .head .right {
  width: 50%;
}
.page_news .list ul {
  display: flex;
  flex-wrap: wrap;
}
.page_news .list ul li {
  width: 30%;
  margin-right: 3.333%;
  margin-bottom: 0.9rem;
}
.page_news .list ul li .txt p {
  font-size: 0.14rem;
  color: #3f3f3f;
  margin: 0.15rem 0 0.18rem;
}
.page_news .list ul li .txt h2 {
  font-size: 0.16rem;
  color: #3f3f3f;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.page_news .list ul li:hover img {
  transform: scale(1.1);
}
.page_news .list ul li:nth-child(3n) {
  margin-right: 0;
}
/** page_case */
.page_case {
  padding: 0.6rem 0 1.5rem;
}
.page_case ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.page_case ul li {
  width: 48.5%;
  position: relative;
  margin-bottom: 1.5rem;
}
.page_case ul li img {
  width: 100%;
}
.page_case ul li .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  padding: 0.5rem 0.8rem 0.8rem 0.2rem;
  width: 70%;
  background: #eceef5;
  z-index: 2;
}
.page_case ul li .txt p {
  font-size: 0.2rem;
  color: #2b2b2b;
}
.page_case ul li .txt h2 {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #5f5f5f;
  font-weight: 400;
}
.page_case ul li:hover .txt {
  background-color: #6fb544;
}
.page_case ul li:hover p,
.page_case ul li:hover h2 {
  color: #fff;
}
.page_case .met_pager {
  display: flex;
}
.page_case .met_pager a:nth-child(2) {
  margin-left: 0;
}
/* page_contact */
.page_contact {
  padding: 0.75rem 0 1.8rem;
  display: flex;
}
.page_contact .left {
  width: 43.75%;
  margin-right: 0.3rem;
  background-color: #fff;
  padding: 0.45rem 0.15rem 0.17rem;
  flex-wrap: wrap;
}
.page_contact .left .txt {
  padding-left: 0.35rem;
}
.page_contact .left .txt h1 {
  font-size: 0.24rem;
  color: #323232;
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.page_contact .left .txt p {
  margin-bottom: 0.1rem;
  color: #575757;
  font-size: 0.16rem;
}
.page_contact .left .map {
  margin-top: 0.5rem;
  height: 100%;
  width: 100%;
}
.page_contact .left .map iframe {
  width: 100%;
}
.page_contact .right {
  flex: 1;
  margin-left: 0.25%;
  background-color: #fff;
  padding: 0.45rem 0.4rem 1.8rem;
}
.page_contact .right h1 {
  font-size: 0.24rem;
  color: #323232;
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.page_contact .right form {
  width: 100%;
}
.page_contact .right form table {
  width: 100%;
}
.page_contact .right form table tr {
  width: 100%;
}
.page_contact .right form table tr input,
.page_contact .right form table tr textarea {
  display: inline-block;
  width: 100%;
  padding: 0.2rem;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  border: 1px solid #e5e5e5;
}
.page_contact .right form .submint input {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0;
  margin: 0.3rem auto 0;
  display: block;
  background-color: #6fb544;
  color: #fff;
  cursor: pointer;
}
.page_contact .right form .text,
.page_contact .right form .info {
  display: none;
}
/************************************************************************************************************************************************/
/**ipad*/
@media (max-width: 990px) {
  .st-pusher {
    padding-top: 50px;
  }
  .st-menu {
    display: block;
  }
  header {
    display: none;
  }
  .m-header {
    top: 0;
    opacity: 1;
    display: flex;
  }
  .tem_inner,
  .met_section,
  .max_width {
    width: 95%;
    margin: 0 auto;
  }
  .tem_banner {
    padding-top: 0;
  }
}
/* phone rem适配*/
@media (max-width: 772px) {
  .tem_banner .txt h2 {
    font-size: 0.3rem;
    transition: 0;
  }
  .tem_banner .txt h1 {
    font-size: 0.2rem;
  }
  .tem_banner .txt p {
    font-size: 0.16rem;
  }
  .tem_banner .txt .streamer {
    display: none;
  }
  .index_product ul {
    flex-wrap: wrap;
  }
  .index_product ul li {
    width: 49%;
    margin-bottom: 0.2rem;
  }
  .index_product ul li div span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
  }
  .index_news .title {
    margin-bottom: 0.3rem;
  }
  .index_about .streamer {
    display: none;
  }
  .index_about .txt {
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index_about .txt .content {
    width: 100%;
  }
  .index_about .txt .content img {
    display: none;
  }
  .index_about .txt .content > div {
    width: 100%;
  }
  .footbot span:last-child,
  .tem_footer .tem_inner .icon {
    display: none;
  }
  .tem_footer .tem_inner .nav ul li {
    margin-right: 0.3rem;
  }
  .tem_footer .tem_inner .nav p {
    display: none;
  }
  .met_position .max_inner .title {
    display: none;
  }
  .page_about #column11 > div {
    width: 95%;
    padding: 0;
  }
  .page_about #column12 ul li {
    width: 50%;
  }
  .page_about #column12 ul li:nth-child(n + 3) {
    display: none;
  }
  .page_about #column13 .swiper-pagination {
    display: none;
  }
  .page_product .left {
    display: none;
  }
  .page_product .right {
    padding: 0 0.2rem;
  }
  .page_product .right .met_pager {
    padding-top: 0.3rem;
  }
  .page_product {
    padding: 0.75rem 0 1rem;
  }
  .page_news .head {
    display: none;
  }
  .page_news {
    padding: 0.75rem 0;
  }
  .page_case {
    padding: 0 0.2rem;
  }
  .page_case ul li {
    width: 100%;
  }
  .page_contact {
    flex-wrap: wrap;
  }
  .page_contact .left,
  .page_contact .right {
    width: 100%;
  }
  .page_contact .left {
    padding: 0.45rem 0.17rem;
    margin: 0 0 0.2rem;
  }
  .page_contact .right {
    padding: 0.45rem 0.4rem 0.4rem;
  }
}
/************************************************************************************************************************************************/
/* 新闻内页 */
.show_news {
  width: 100%;
  padding: 0.6rem 0;
}
.show_news a {
  color: #000;
}
.show_news a:hover {
  color: #6fb544;
}
.show_news .list {
  background: #fff;
  box-shadow: 1px 1px 9px #ccc;
  margin-bottom: 30px;
}
.show_news .list .top {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 30px 0 20px;
  margin-bottom: 40px;
}
.show_news .list .top .title {
  font-size: 20px;
  color: #313131;
  font-weight: 700;
  line-height: 50px;
}
.show_news .list .top .infos {
  display: block;
  text-align: center;
  font-size: 0;
}
.show_news .list .top .infos > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  font-size: 14px;
  color: #737373;
}
.show_news .list .top .infosspan {
  color: #4064ae;
}
.show_news .list .bot {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.show_news .list .bot .con {
  margin: 0 50px;
  text-align: initial;
  min-height: 200px;
}
.show_news .list .met_page {
  display: block;
  list-style: none;
  padding: 10px 0;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
.show_news .list .met_pageli {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  height: 50px;
  line-height: 50px;
}
.show_news .list .met_pageli > * {
  display: inline-block;
  vertical-align: top;
}
.show_news .list .met_pagelispan {
  color: #888;
}
.show_news .list .met_pagelia {
  color: #466ab0;
}
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
/*以下CSS样式谨慎修改，内页各模块样式，多模板可共用*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
}
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  transition: 2s;
}
.img {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.imgimg {
  transition: 2s;
  transform: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
.met_clear {
  clear: both;
}
.met_none {
  display: none;
}
.met_hidden {
  visibility: hidden;
}
.met_fl {
  float: left;
}
.met_fr {
  float: right;
}
.met_editor {
  line-height: 2;
}
.met_editorul,
.met_editorol {
  padding: 0 0 0 25px;
  margin: 0;
}
.met_editora {
  color: #1c57c4;
}
.met_editora:hover {
  text-decoration: underline;
}
.met_editorimg {
  max-width: 100%;
  height: auto !important;
}
.met_editorblockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #ddd;
}
.met_editorhr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #ddd;
  margin: 20px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.met_editor .metvideobox {
  text-align: center;
  visibility: hidden;
  margin: 10px auto;
}
.met_editor .video-js {
  max-width: 100%;
}
.met_editortable {
  width: 100% !important;
  margin-bottom: 1.6rem;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  padding: 0 !important;
  border: 0;
}
.met_editortable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.met_editor #page_break .collapse {
  display: none;
}
.met_editor #page_break .num {
  padding: 10px 0;
  text-align: center;
}
.met_editor #page_break .numli {
  display: inline;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  overflow: hidden;
}
.met_editor #page_break .numli.on {
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
}
.metinfo-banner1 {
  overflow: hidden;
  margin: 0 auto;
}
.met_pager {
  text-align: center;
  font-size: 0;
}
.met_pager .NextSpan,
.met_pager .PreSpan,
.met_pager a {
  border: 1px solid #d2d2d2;
  background: #f3f3f3;
  font-size: 13px;
  color: #787878;
  margin: 0 3px;
  display: inline-block;
  min-width: 16px;
  padding: 5px;
  line-height: 16px;
  border-radius: 6px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: 1s;
}
.met_pager .Ahover,
.met_pager a:hover {
  background: #b42a29;
  border-color: #b42a29;
  color: #fff;
  transition: 1s;
}
.met_pager .PreSpan,
.met_pager .NextSpan {
  visibility: hidden;
}
.met_pager .PreA,
.met_pager .NextA {
  font-family: 'Simsun', serif;
  font-weight: bold;
}
.met_pager .PreSpan,
.met_pager .PreA {
  margin-right: 6px;
}
.met_pager .NextSpan,
.met_pager .NextA {
  margin-left: 6px;
}
.met_pager #metPageT,
#metPageB,
.met_pager .PageText {
  display: none;
}
.met_pager .PageText {
  margin-left: 10px;
  color: #aaa;
}
.met_pager #metPageT,
#metPageB {
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #aaa;
}
.met_pager #metPageT {
  width: 20px;
  padding: 6px 5px 5px;
}
.met_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 6px 0 5px;
  cursor: pointer;
  font-weight: bold;
}
.met_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 6px 0 5px;
  cursor: pointer;
  font-weight: bold;
}
*html .met_pager #metPageT {
  height: 13px;
  line-height: 13px;
}
*html .met_pager #metPageB {
  padding: 0;
  height: 28px;
  line-height: 20px;
}
* + html .met_pager #metPageT {
  height: 13px;
  line-height: 13px;
}
* + html .met_pager #metPageB {
  padding: 0;
  height: 28px;
  line-height: 20px;
}
.met_module1 {
  padding: 30px 10px;
}
.met_module2_list {
  padding: 10px 10px;
}
.met_module2_listli {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 15px 100px 15px 10px;
  position: relative;
}
.met_module2_listh2 {
  font-weight: normal;
}
.met_module2_listlip {
  color: #818181;
}
.met_module2_listlispan.time {
  color: #818181;
  position: absolute;
  right: 10px;
  top: 15px;
}
.met_module2_listlih2i {
  margin-right: 10px;
  position: relative;
}
.met_module2_listli.list_2h2,
.met_module2_listli.list_3h2 {
  margin-bottom: 3px;
  font-weight: bold;
}
.met_module2_listli.list_2 {
  padding: 15px 0;
}
.met_module2_listli.list_3 {
  padding-left: 100px;
  min-height: 80px;
}
.met_module2_listli.list_3img {
  position: absolute;
  left: 0;
  top: 15px;
}
.met_module2_listli.list_3span.time {
  position: static;
}
.met_module2h1.met_title {
  font-size: 28px;
  font-weight: normal;
  padding: 5px 0;
}
.met_module2 .met_infos {
  color: #818181;
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.met_module2 .met_time {
  padding-right: 6px;
}
.met_module2 .met_source {
  padding-right: 6px;
}
.met_module2 .met_sourcea {
  color: #607fa6;
}
.met_module2 .met_editor {
  padding: 0 10px;
}
.met_tools {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  position: relative;
  padding: 10px 10px 0;
  line-height: 40px;
}
.met_tools .met_pageli {
  display: inline;
  list-style: none;
  margin-left: 30px;
}
.met_tools .met_pagelispan {
  padding-right: 5px;
}
.met_tools .met_pagea {
  color: #607fa6;
}
.met_module3_listul.list_1 {
  list-style: none;
  visibility: hidden;
}
.met_module3_listul.list_1li {
  float: left;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
.met_module3_listul.list_1lia {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0;
}
.met_module3_listul.list_1lih2 {
  text-align: left;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: normal;
  border-top: 1px solid #ddd;
}
.met_module3_listulaimg {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.met_module3_listula:hoverh2 {
  color: #333;
}
.met_module3_listula:hoverimg {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.met_module3_listul.list_2 {
  list-style: none;
  visibility: hidden;
}
.met_module3_listul.list_2li {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}
.met_module3_listul.list_2dt {
  float: left;
  position: relative;
}
.met_module3_listul.list_2dd {
  float: left;
  width: 100%;
}
.met_module3_listul.list_2ddh2 {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: normal;
}
.met_module3_listul.list_2ddp {
  padding: 5px 10px;
  color: #818181;
}
#showproduct {
  padding: 50px 0;
}
#showproduct dl.pshow {
  visibility: hidden;
}
#showproduct dl.pshow dt {
  float: left;
  position: relative;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #ddd;
}
#showproduct dl.pshow dt .met_box {
  margin: 0 auto;
  visibility: hidden;
}
#showproduct dl.pshow dt .met_box figcaption {
  display: none;
}
#showproduct dl.pshow dt .my-simple-gallery figure {
  float: left;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#showproduct dl.pshow dt .my-simple-gallery figure a{
 display:flex;
 justify-content:center;
}
#showproduct dl.pshow dt li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}
#showproduct dl.pshow dt li img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#showproduct dl.pshow dt li.flex-active {
  border: 2px solid #000;
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
#showproduct dl.pshow dt li.flex-active img {
  position: relative;
}
#showproduct dl.pshow dd {
  float: left;
  width: 100%;
}
#showproduct dl.pshow dd .met_box {
  padding: 0 20px;
}
#showproduct dl.pshow dd .met_box h1 {
  font-size: 24px;
  padding: 20px 5px;
  border-bottom: 1px solid #ddd;
}
#showproduct dl.pshow dd .met_box ul li {
  list-style: none;
  color: #818181;
  padding: 8px 5px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
#showproduct dl.pshow dd .met_box ul li span {
  /* position:absolute; */
  /* left:0; */
  display: inline-block;
  padding: 8px 5px;
  padding: 0px 5px;
  word-wrap: break-word;
}
#showproduct dl.pshow dd .met_box .desc {
  padding: 10px;
  margin-top: 20px;
  background: #f7f8fa;
  color: #666;
}
#showproduct .met_nav {
  height: 45px;
  line-height: 45px;
  margin: 30px 0;
  border: 1px solid #ddd;
}
#showproduct .met_nav li {
  float: left;
  list-style: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
#showproduct .met_nav li a {
  display: block;
  padding: 0 40px;
}
#showproduct .met_nav li.met_now,
#showproduct .met_nav li.met_hover {
  background: #f7f8fa;
}
#showproduct .met_related {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
  color: #333;
}
#showproduct .met_related_list {
  list-style: none;
  visibility: hidden;
}
#showproduct .met_related_list li {
  float: left;
  text-align: center;
  margin-top: 30px;
  overflow: hidden;
}
#showproduct .met_related_list li a {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0;
}
#showproduct .met_related_list li h2 {
  text-align: left;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: normal;
  border-top: 1px solid #ddd;
}
#showproduct .met_related_list li img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#showproduct .met_related_list li a:hover h2 {
  color: #333;
}
#showproduct .met_related_list li a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
#showproduct .met_nav_contbox {
  padding: 0 10px;
}
#showproduct .met_page a {
  color: #5a5d5a;
  margin-left: 0.2rem;
}
#downloadlist {
  padding: 15px;
}
#downloadlist .metlist {
  margin-bottom: 20px;
}
#downloadlist .metlistdt {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 5px 8px 0;
  background: url(../images/dt-9.gif) no-repeat 5px 11px;
}
#downloadlist .metlistdd {
  color: #999;
  padding: 8px;
  background: #f7f8fa;
}
#downloadlist .metlistddb {
  font-weight: normal;
}
#downloadlist .metlistdddiv {
  float: right;
}
#downloadlist .metlistddspan {
  padding-right: 20px;
}
#downloadlist .metlistdda {
  color: #1c57c4;
}
#downloadlist .metlistdda.down {
  color: #fa1a1a;
}
#showdownload {
  padding: 15px;
}
#showdownloadh1.title {
  font-size: 24px;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#showdownload .paralist {
  background: #8c989f;
  padding: 5px 10px;
  color: #fff;
  visibility: hidden;
}
#showdownload .paralistli {
  list-style: none;
  padding: 8px 5px 8px 90px;
  min-height: 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#showdownload .paralistli:last-child {
  border-bottom: 0;
}
#showdownload .paralistlia {
  color: #fff;
}
#showdownload .paralistlispan {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  padding: 8px 5px;
  word-wrap: break-word;
}
#showdownload .met_editor {
  padding: 0 10px;
}
#showdownload .ctitle {
  margin: 30px 0 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
#showdownload .downloadbox {
  margin-top: 30px;
}
#showdownload .downloadboxa {
  display: inline-block;
  background: #23b7e5;
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  color: #fff;
  border-radius: 2px;
}
#showdownload .downloadboxa:hover {
  background: #38c4f0;
}
#showdownload .downloadboxa.active {
  background: #1ba4cf;
}
#joblist {
  padding: 15px;
}
#joblistdl {
  padding: 10px 5px 10px;
  margin-top: 30px;
  border: 1px solid #ddd;
}
#joblistdt {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#joblistdd .dtail {
  padding: 5px 10px 0;
  border-top: 1px solid #ddd;
}
#joblistdd .dtailspan {
  margin-right: 15px;
}
#joblistdd .dtaila {
  color: #1c57c4;
}
#joblistdd .editor {
  padding: 10px;
}
#joblistdd .mis {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
#joblistdd .misspan {
  margin-right: 15px;
  color: #999;
}
#showjobh1.title {
  font-size: 24px;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#showjob .ctitle {
  margin: 30px 0 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}
#showjob .met_editor {
  padding: 0 10px;
}
#cvlist {
  padding: 15px;
}
#showjob .paralist {
  background: #8c989f;
  padding: 5px 10px;
  color: #fff;
  margin-top: 30px;
  visibility: hidden;
}
#showjob .paralistli {
  list-style: none;
  padding: 8px 5px 8px 90px;
  min-height: 20px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#showjob .paralistli:last-child {
  border-bottom: 0;
}
#showjob .paralistlia {
  color: #fff;
}
#showjob .paralistlispan {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  padding: 8px 5px;
  overflow: hidden;
  word-wrap: break-word;
}
#showjob .info_cv {
  margin-top: 30px;
  margin-left: 10px;
}
#showjob .info_cva {
  display: inline-block;
  background: #23b7e5;
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  color: #fff;
  border-radius: 2px;
}
#showjob .info_cva:hover {
  background: #38c4f0;
}
#showjob .info_cva.active {
  background: #1ba4cf;
}
#messagelist {
  padding: 15px;
}
#messagelist .metlist {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 5px;
}
#messagelist .metlistdt {
  padding: 5px;
}
#messagelist .metlistdtspan.name {
  color: #2c7199;
}
#messagelist .metlistdtspan.time {
  padding-left: 5px;
  color: #aaa;
  font-size: 12px;
}
#messagelist .metlistdtspan.tt {
  float: right;
  padding-right: 5px;
  color: #aaa;
}
#messagelist .metlistdd.infospan.tt {
  display: none;
  clear: both;
}
#messagelist .metlistdd.infospan.text {
  display: block;
  line-height: 1.5;
  padding: 0 5px 10px;
  border-bottom: 1px solid #ddd;
}
#messagelist .metlistdd.reinfospan.tt {
  display: block;
  padding: 10px 5px 0;
  color: #2c7199;
}
#messagelist .metlistdd.reinfospan.text {
  display: block;
  line-height: 1.5;
  padding: 5px 5px 10px;
}
#messagelist .v52fmbx {
  margin: 30px 0 0;
}
#linklist {
  padding: 15px 15px 25px;
}
#linklist .ctitle {
  margin: 10px 0 10px;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}
#linklist .inside {
  padding: 15px 0 0;
}
#linklist .metlist .imgli {
  list-style: none;
  display: inline;
  padding-right: 5px;
}
#linklist .metlist .imgimg {
  width: 88px;
  height: 31px;
}
#linklist .metlist .txtli {
  list-style: none;
  float: left;
  width: 88px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  overflow: hidden;
}
#linksubmit {
  padding: 15px;
}
#linksubmittable {
  margin: 0 auto;
}
#memberbox {
  padding: 15px;
}
ul.searchnavlist {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
ul.searchnavlist .advsearch_searchword input {
  width: 90%;
  height: 28px;
  line-height: 28px\9;
  padding: 2px 5px;
  border: none;
  background-color: #fff;
  color: #333;
  outline: 0;
  border-radius: 2px;
}
ul.searchnavlist .searchgo {
  display: block;
  background: #29313c;
  border: 0 none;
  height: 32px;
  line-height: 26px;
  padding: 0 35px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: 1s;
}
ul.searchnavlist .searchgo:hover {
  background: #000;
  transition: 1s;
}
ul.searchnavlist .searchgo:active {
  background: #1ba4cf;
}
#searchlist {
  padding: 60px 0;
}
#searchlistli {
  padding-left: 10px;
  margin-bottom: 6px;
  line-height: 1.5;
}
#searchlistul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#searchlistulli {
  padding: 3px 5px;
  margin-bottom: 10px;
}
#searchlistulliimg {
  display: none;
}
#searchlist .search_title {
  display: block;
  padding: 2px 0;
}
#searchlist .search_titlea {
  font-size: 16px;
  color: #12c;
  text-decoration: underline;
}
#searchlist .search_titleem {
  color: #c00;
  text-decoration: underline;
  font-style: normal;
}
#searchlist .search_detail {
  display: block;
}
#searchlist .search_detaila {
  text-decoration: underline;
  color: #12c;
}
#searchlist .search_contentem {
  color: #c00;
  font-style: normal;
}
#searchlist .search_updatetime {
  display: block;
  margin-top: 5px;
  color: green;
}
#searchlista:hover {
  text-decoration: underline;
}
#sitemaplistdl {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
}
#sitemaplistdth2 {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
#sitemaplistdth2i {
  font-size: 22px;
  margin-left: 10px;
  font-weight: normal;
  color: #888;
  position: relative;
  top: 2px;
}
#sitemaplistddul {
  float: left;
  width: 25%;
  list-style: none;
  margin-top: 20px;
}
#sitemaplistddli {
  margin-top: 5px;
}
#sitemaplistddlih4a {
  font-weight: normal;
  color: #666;
}
.v52fmbx_hr {
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 0 5px 0 15px;
  font-weight: bold;
  font-size: 16px;
  background: #ddd;
  height: 60px;
  line-height: 60px;
}
:-ms-input-placeholder {
  color: #999;
}
.v52fmbx {
  border: 1px solid #ddd;
  border-top: 0;
  overflow: hidden;
  text-align: left;
}
.v52fmbxdl:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.v52fmbxdl {
  width: 100%;
  zoom: 1;
  background: #fff;
}
.v52fmbxdl {
  border-top: 1px solid #ddd;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  position: relative;
  padding: 5px 0;
}
.v52fmbxdldt {
  padding: 15px 15px 10px 15px;
  width: 105px;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.2;
}
.v52fmbxdldd {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  padding: 2px 0 0 15px;
  margin: 10px 0;
}
.v52fmbxdlddlabelinput {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.v52fmbxdldd .fbox {
  margin: 0 10px 0 0;
}
.v52fmbxdldd .tips {
  color: #aaa;
}
.v52fmbxdldd .tips:hover {
  color: #f00;
}
.v52fmbxdldd.labelinlinelabel {
  display: inline;
}
.v52fmbxdldt.addimgdt {
  padding: 10px 5px 10px;
}
.v52fmbxdldt.addimgdtp {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px;
}
.v52fmbxdl.noborder {
  border-bottom: 0;
}
.formerror {
  margin-top: 6px;
  height: 20px;
  line-height: 20px;
}
.formerror .fa-times {
  color: #fff;
  border-radius: 3px;
  padding: 1px 2px;
  font-size: 16px;
  margin-right: 5px;
  background: red;
}
.formerror .fa-check {
  color: #fff;
  border-radius: 3px;
  padding: 2px;
  font-size: 14px;
  margin-right: 5px;
  background: #10aa00;
}
.formerrorbox {
  border: 2px solid #f00 !important;
}
.v52fmbxdldd.ftype_description {
  color: #fff;
  padding: 8px;
  margin: 0 5px;
  background: #6c6fbf;
}
.ftype_input .fbox {
  float: left;
}
.ftype_input .tips {
  float: left;
  padding-top: 5px;
}
.ftype_input .fboxinput {
  width: 350px;
  height: 28px;
  line-height: 28px\9;
  padding: 2px 5px;
  border: 1px solid #dcdfe0;
  background-color: #fff;
  color: #333;
  outline: 0;
  border-radius: 2px;
}
.placeholder-ie {
  position: relative;
}
.placeholder-ielabel {
  position: absolute;
  left: 8px;
  top: 7px;
  cursor: text;
  color: #999;
}
.ftype_textarea .tips {
  display: block;
}
.ftype_textareatextarea {
  width: 350px;
  line-height: 1.5;
  height: 100px;
  padding: 7px 5px;
  border: 1px solid #dcdfe0;
  background-color: #fff;
  color: #333;
  outline: 0;
}
.ftype_select .tips,
.ftype_select-linkage .tips {
  display: block;
  margin-top: 5px;
}
select {
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
  background-color: #fff;
  outline: 0;
  border: none;
  padding: 4px;
  color: #656565;
}
.ftype_radio .fboxlabel {
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin: 0;
  display: block;
}
.ftype_radio .fboxinput[type='radio'] {
  border-radius: 100%;
  bottom: 3px;
  height: 15px;
  vertical-align: middle;
  width: 15px;
  margin: 0;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.ftype_radio .formerror {
  margin-top: 0;
}
.ftype_checkbox .fboxinput[type='checkbox'] {
  border-radius: 100%;
  bottom: 3px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
  margin: 0;
}
.ftype_checkbox .fboxlabel {
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin: 0;
  display: block;
}
.ftype_checkbox .fboxinput {
  position: relative;
  top: -1px;
  margin-right: 6px !important;
}
.ftype_checkbox .formerror {
  margin-top: 0;
}
.ftype_transverse .fboxlabel {
  display: inline;
  margin-right: 15px;
}
.submit:hover {
  background: #38c4f0;
}
.submit.active {
  background: #1ba4cf;
}
.v52fmbxdldd.ftype_codeinput {
  width: 80px;
  margin-right: 10px;
}
.v52fmbxdldd.ftype_codeimg {
  height: 30px;
  position: relative;
  bottom: 2px;
}
