@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;
}
img {
  display: block;
}
a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.web1{background:#f1f1f1}
.met_position {
  height: 0.7rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.met_position .tem_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.met_position span.line {
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #4a4a4a;
}
.met_position a {
  color: #4a4a4a;
  margin: 0 5px;
}
.met_position a.on,
.met_position a:hover {
  color: #1d4480;
}
a:hover {
  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 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.mfcolor {
  color: #eb3c00;
}
@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: #224b8b;
  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%;
}
.m-header .right .langs {
  display: none;
}
.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: #224b8b !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: 0.9rem;
  transition: 0.5s;
  background-color: #1d4480;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
}
header.on {
  height: 0.7rem;
}
header.on + .tem_banner {
  padding-top: 0;
}
header > div {
  display: flex;
  justify-content: space-around;
}
header .left {
  display: flex;
  align-items: center;
}
header .left .img {
  height: 75%;
}
header .left .img a,
header .left .img img {
  height: 100%;
}
header .right {
  height: 100%;
}
header .right ul {
  display: flex;
  height: 100%;
  width: 100%;
}
header .right ul li {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
header .right ul li a {
  display: inline-block;
  transition: 1s;
  width: 100%;
  padding: 0 0.25rem;
  border-right: 2px dotted #617ca6;
}
header .right ul li a.on {
  color: #ffa10d;
}
header .right ul li:nth-last-child(1) a {
  border: none;
}
header .lang {
  display: flex;
  align-items: center;
}
header .lang a {
  margin: 0.13rem;
  color: #fff;
}
header .lang a.on {
  color: #79b7da;
}
header .lang i {
  display: inline-block;
  height: 80%;
  width: 1px;
  background-image: linear-gradient(
    #ffffff00,
    #ffffff,
    #ffffff,
    #ffffff,
    #ffffff00
  );
}
header .lang i:nth-last-child(1) {
  display: none;
}
/* footer */
.tem_footer {
  width: 100%;
  background-color: #191919;
}
.tem_footer > * {
  color: #f2f2f2;
}
.tem_footer .top {
  border-bottom: 1px solid #434343;
}
.tem_footer .top .max_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
}
.tem_footer .top p {
  font-size: 0.24rem;
}
.tem_footer .top .nav {
  font-size: 0.16rem;
  width: 50%;
}
.tem_footer .top .nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tem_footer .address {
  padding: 0.5rem 0;
  font-size: 0.14rem;
  line-height: 0.3rem;
}
.tem_footer .bot {
  font-size: 0.14rem;
  display: flex;
}
.tem_footer .bot span:nth-child(1) {
  margin-right: 0.8rem;
}
.tem_footer .bot a:hover {
  color: #fff;
}
.tem_footer .bot .link {
  padding-bottom: 0.7rem;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.tem_footer .bot .link a {
  margin-right: 0.1rem;
}
/***** banner ******/
.tem_banner {
  transition: 0.5s;
  width: 100%;
  position: relative;
  padding-top: 0.9rem;
}
.tem_banner .pageTitle {
  position: absolute;
  width: 100%;
  bottom: 20%;
  text-transform: uppercase;
}
.tem_banner .pageTitle .tem_inner {
  text-align: end;
  color: #fff;
}
.tem_banner .pageTitle h1 {
  font-size: 0.48rem;
  font-weight: 700;
}
.tem_banner .pageTitle p {
  font-weight: 400;
  font-size: 0.42rem;
}
.tem_banner .swiper-slide {
  position: relative;
  background: #000;
  overflow: hidden;
  font-size: 0;
}
.tem_banner .txt {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  color: #fff;
}
.tem_banner .txt h1 {
  font-weight: 700;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1rem;
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  transition: 2s;
  transform: translateX(40px);
}
.tem_banner .txt p {
  text-align: center;
  font-size: 0.42rem;
  opacity: 0;
  transition: 2s;
  transform: translateX(40px);
}
.tem_banner .swiper-slide-active h1 {
  transition: 2s;
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}
.tem_banner .swiper-slide-active p {
  transition: 2s;
  opacity: 1;
  transform: none;
  transition-delay: 0.6s;
}
.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: 30px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  border: none;
  margin: 0 8px;
  outline: 0;
  opacity: 1;
}
.tem_banner .slide-pagination span.swiper-pagination-bullet-active {
  width: 60px;
}
.tem_banner.inside .flash {
  font-size: 0;
}
.tem_banner.inside .flash img {
  width: 100%;
  height: 100%;
}
/* index */
.titleDecorate {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #084298;
  border-radius: 6px;
  position: absolute;
  top: -5px;
  right: -15px;
}
.index_product {
  padding: 1rem 0 1.2rem;
}
.index_product .title {
  font-size: 0.34rem;
  text-transform: uppercase;
  text-align: center;
}
.index_product .title p {
  display: inline-block;
  position: relative;
}
.index_product .title h1 {
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.index_product ul {
  display: flex;
  justify-content: space-between;
}
.index_product ul li {
  width: 32%;
}
.index_product ul li a {
  position: relative;
}
.index_product ul li .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.4rem 0 0.2rem 0.4rem;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.index_product ul li .content .name {
  font-size: 0.16rem;
  color: #fff;
}
.index_product ul li .content .namemark {
  font-size: 0.14rem;
  color: #b3c0d1;
}
.index_product ul li .content .bottom {
  float: 1;
  margin-top: auto;
  white-space: break-spaces;
  font-size: 0.3rem;
  color: #fff;
  font-weight: 700;
}
.index_product ul li .more {
  overflow: hidden;
  z-index: 2;
  height: 0rem;
  background: #244f91;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0 0.4rem;
  justify-content: space-between;
  align-items: center;
}
.index_product ul li .more i {
  display: inline-block;
  height: 2px;
  width: 35px;
  background-color: #fff;
  position: relative;
  bottom: -15px;
}
.index_product ul li:hover a {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}
.index_product ul li:hover .content {
  padding-bottom: 0.45rem;
}
.index_product ul li:hover .more {
  height: 1.1rem;
}
.index_case {
  position: relative;
}
.index_case .bg {
  width: 100%;
  background-color: #224b8b;
  position: relative;
}
.index_case .bg img {
  width: 50%;
  margin-left: 50%;
}
.index_case .bg p {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 0.16rem;
  height: 0.65rem;
  line-height: 0.65rem;
  padding-left: 0.25rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.index_case .content {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding: 0.4rem 0;
}
.index_case .content .title {
  font-size: 0.3rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.index_case .content .title .titleDecorate {
  border: 3px solid #fff;
}
.index_case .content .txt {
  font-size: 0.24rem;
  width: 50%;
  padding: 0.2rem 1.5rem 0.7rem 0;
}
.index_case .content a {
  width: 1.5rem;
  height: 0.5rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.index_case .content a i {
  margin-left: 0.2rem;
}
.index_product .tem_inner > a {
  margin: 0.4rem auto 0;
  width: 1.5rem;
  height: 0.5rem;
  border: 1px solid #1d4480;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  color: #1d4480;
}
.index_product .tem_inner > a i {
  margin-left: 0.2rem;
  color: #1d4480;
}
.index_honor{text-align:center;padding-bottom: 1rem;}

.index_honor .list {
    width: 100%;
}

.index_honor .list a {
    padding: .2rem .1rem;
    background: #f5faf6;
}

.index_honor .list .slide-pagination {
    position: relative;
    margin-top: .3rem;
    font-size: 0;
}

.index_honor .list .slide-pagination span {
    opacity: 1;
    background: #1d4480;
    margin: 0 .02rem;
    outline: none;
}

.index_honor .list .slide-pagination span.swiper-pagination-bullet-active {
    background: #000;
}
.index_about {
  padding: 1rem 0;
}
.index_about .title {
  font-size: 0.34rem;
  text-transform: uppercase;
  text-align: center;
}
.index_about .title p {
  display: inline-block;
  position: relative;
}
.index_about .title h1 {
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.index_about .title span {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: .16rem;
    line-height: 1.6;
    text-align: left;
    text-indent: 2em;
}

.index_about .title span:last-child {
    margin-top: .2rem;
}
.index_about ul {
  display: flex;
  margin-top: .8rem;
}
.index_about ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  justify-content: center;
}
.index_about ul li p {
  font-size: 0.24rem;
  margin-bottom: 0.28rem;
}
.index_about ul li .line {
  height: 2px;
  width: 100%;
  background-color: #d2d2d2;
}
.index_about ul li a {
  margin-top: 0.45rem;
  width: 1.45rem;
  height: 0.55rem;
  text-align: center;
  line-height: 0.55rem;
  font-size: 0.16rem;
  color: #3f3f3f;
}
.index_about ul li:hover .line {
  background-color: #224b8b;
}
.index_about ul li:hover p {
  color: #224b8b;
}
.index_about ul li:hover a {
  background-color: #224b8b;
  color: #fff;
}
.index_about ul i {
  display: inline-block;
}
.index_about ul li:nth-child(1) i {
  background: url(../column41.png);
  width: 134px;
  height: 113px;
}
.index_about ul li:nth-child(1):hover i {
  background: url(../column41active.png);
}
.index_about ul li:nth-child(2) i {
  background: url(../column42.png);
  width: 112px;
  height: 113px;
}
.index_about ul li:nth-child(2):hover i {
  background: url(../column42active.png);
}
.index_about ul li:nth-child(3) i {
  background: url(../column43.png);
  width: 88px;
  height: 113px;
}
.index_about ul li:nth-child(3):hover i {
  background: url(../column43active.png);
}
.index_about ul li:nth-child(4) i {
  background: url(../column44.png) no-repeat no-repeat;
  width: 93px;
  height: 113px;
}
.index_about ul li:nth-child(4):hover i {
  background: url(../column44active.png) no-repeat no-repeat;
}
.index_news {
  background-color: #eeeeee;
  padding: 0.8rem 0 1rem;
}
.index_news .title {
  font-size: 0.34rem;
  text-transform: uppercase;
  text-align: center;
}
.index_news .title p {
  display: inline-block;
  position: relative;
}
.index_news .title h1 {
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.index_news .list {
  display: flex;
  flex-wrap: wrap;
}
.index_news .list .left {
  width: 40%;
  position: relative;
}
.index_news .list .left img {
  width: 100%;
}
.index_news .list .left .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 10% 10% 0;
}
.index_news .list .left .txt h2 {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news .list .left .txt p {
  font-size: 0.14rem;
  padding: 0.3rem 0;
}
.index_news .list .left .txt i {
  font-size: 0.16rem;
}
.index_news .list ul {
  width: 60%;
  padding-left: 0.6rem;
}
.index_news .list ul li {
  height: 50%;
  display: flex;
  border-bottom: 2px solid #dcdcdc;
  padding: 0.2rem 0;
}
.index_news .list ul li .date {
  font-size: 0.14rem;
  color: #696969;
  width: 1.25rem;
  line-height: 0.4rem;
}
.index_news .list ul li .main {
  flex: 1;
  width: calc(100% - 1.25rem);
}
.index_news .list ul li .main h2 {
  color: #000000;
  font-size: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news .list ul li .main p {
  margin-top: 0.1rem;
  color: #494949;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index_news .more {
  width: 1.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #1f54a1;
  margin: 0.9rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_news .more a {
  color: #1f54a1;
}
.index_news .more i {
  margin-left: 0.2rem;
}
/* met_pager */
.met_pager .NextSpan,
.met_pager .NextA,
.met_pager .PreSpan,
.met_pager .PreA {
  display: none !important;
}
.met_pager .NextSpan,
.met_pager .PreSpan,
.met_pager a {
  width: 40px !important;
  height: 40px !important;
  font-size: 0.16rem !important;
  line-height: 30px !important;
}
.met_pager .Ahover,
.met_pager a:hover {
  background-color: #1d4480 !important;
}
/* searchlist */
#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 {
  position: relative;
}
.page_about .baseTitle {
  color: #2a4f87;
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
}
.page_about .nav {
  width: 100%;
  height: 0.7rem;
  top: -0.7rem;
  position: absolute;
  display: flex;
  align-items: center;
}
.page_about .nav ul {
  display: flex;
  font-size: 0.2rem;
}
.page_about .nav ul li {
  display: flex;
}
.page_about .nav ul a {
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #232323;
}
.page_about .nav ul a img {
  opacity: 0;
  transition: 0.3s;
}
.page_about .nav ul a span {
  padding: 0 0.2rem;
}
.page_about .nav ul a:hover {
  color: #2a4f87;
}
.page_about .nav ul a:hover img {
  opacity: 1;
}
.page_about #column41 {
  padding: 0.6rem 0 1.35rem;
}
.page_about #column41 > p {
  text-align: center;
  font-size: 0.24rem;
  color: #50555b;
  margin: 0.05rem 0 0.5rem;
}
.page_about #column41 .content {
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.page_about #column41 .imgList {
  display: flex;
  justify-content: space-between;
}
.page_about #column41 .imgList .img {
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  border-radius: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about #column41 .imgList .img img {
  height: 100%;
}
.page_about #column42 {
  background: url(../aboutDeveBg.jpg) no-repeat bottom fixed;
  background-size: cover;
  padding: .7rem 0 2rem;
}
.page_about #column42 .tree {
  padding: 1rem 0 0.4rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.page_about #column42 .tree .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: 0;
}
.page_about #column42 .tree .content .item {
  width: 40%;
  margin-bottom: 0.6rem;
  position: relative;
  top: 0.8rem;
}
.page_about #column42 .tree .content .item a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page_about #column42 .tree .content .item div {
  font-size: 0.16rem;
  color: #737373;
  border: 0.3rem solid #fff;
  background-color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 4rem;
  height:1.1rem;
}
.page_about #column42 .tree .content .item i {
  display: inline-block;
  background: url(../pathIcon.png) right;
  width: 0.4rem;
  height: 0.1rem;
  margin: 0 0.2rem;
}
.page_about #column42 .tree .content .item h1 {
  font-size: 0.36rem;
  color: #fff;
}
.page_about #column42 .tree .content .item.right {
  float: right;
  position: relative;
  top: 0;
}
.page_about #column42 .tree .content .item.right i {
  order: -1;
  transform: rotateY(180deg);
}
.page_about #column42 .tree .content .item.right h1 {
  order: -2;
}
.page_about #column42 .tree .content .item:hover i {
  background: url(../pathIconActive.png) right;
}
.page_about #column42 .tree .content .item:hover h1 {
  color: #224b8b;
}
.page_about #column42 .tree .content .item:hover div {
  color: #fff;
  background: #224b8b;
  border: 0.3rem solid #224b8b;
}
.page_about #column43 {
  padding: 0.95rem 1.2rem;
}
.page_about #column43 .content {
  margin-top: 0.5rem;
  position: relative;
  padding: 0 1rem;
}
.page_about #column43 .swiper-button-next,
.page_about #column43 .swiper-button-prev {
  width: 46px;
  height: 46px;
  background-size: 46px 46px;
}
.page_about #column43 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url(../next2.png);
}
.page_about #column43 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(../prev2.png);
}
.page_about #column43 .swiper-button-next,
.page_about #column43 .swiper-container-rtl .swiper-button-prev {
  background-image: url(../next.png);
  outline: none;
}
.page_about #column43 .swiper-button-prev,
.page_about #column43 .swiper-container-rtl .swiper-button-next {
  background-image: url(../prev.png);
  outline: none;
}
.page_about #column44 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1.9rem;
}
.page_about #column44 .swiper-slide p{
 color:#000;
 font-size:.16rem;
 text-align:center;
 padding-top:.1rem;
}

.page_about #column44 > h1 {
  padding-bottom: 0.6rem;
}
.page_about #column44 .swiper-pagination {
  width: 100%;
}
.page_about #column44 .swiper-pagination-bullet-active {
  background-color: #224b8b;
}
.page_about #column44 .swiper-pagination-bullet {
  margin: 0.6rem 10px;
  outline: none;
}
/** page_product */
.page_product,
#showproduct {
  display: flex;
}
.page_product > .left,
#showproduct > .left {
  width: 3.22rem;
  margin-right: 0.5rem;
  position: relative;
  top: -1.7rem;
}
.page_product > .left .top,
#showproduct > .left .top {
  padding: 0.75rem 0.45rem 0.65rem;
  background-color: #1d4480;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_product > .left .top h1,
#showproduct > .left .top h1 {
  color: #fff;
  font-size: 0.36rem;
  text-transform: uppercase;
  font-weight: 700;
}
.page_product > .left .top img,
#showproduct > .left .top img {
  height: 0.75rem;
}
.page_product > .left ul,
#showproduct > .left ul {
  background-color: #f9f9f9;
  min-height: 8.5rem;
}
.page_product > .left ul li,
#showproduct > .left ul li {
  line-height: 0.7rem;
  border-top: 1px double #e5e5e5;
}
.page_product > .left ul li:nth-child(1),
#showproduct > .left ul li:nth-child(1) {
  border-top: none;
}
.page_product > .left ul li a,
#showproduct > .left ul li a {
  color: #2a2a2a;
  font-size: 0.16rem;
  padding-left: 0.4rem;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.page_product > .left ul li.on,
#showproduct > .left ul li.on,
.page_product > .left ul li:hover,
#showproduct > .left ul li:hover {
  background-color: #e1edff;
}
.page_product > .left ul li.on a,
#showproduct > .left ul li.on a,
.page_product > .left ul li:hover a,
#showproduct > .left ul li:hover a {
  color: #1d4480;
}
.page_product .right,
#showproduct .right {
  flex: 1;
  padding-bottom: 1.5rem;
}
.page_product .right .met_pager,
#showproduct .right .met_pager {
  border-bottom: 1px solid #dcdcdc;
  padding: 0;
  padding-top: 0.4rem;
}
.page_product .right .top,
#showproduct .right .top {
  position: relative;
}
.page_product .right .top .content,
#showproduct .right .top .content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 1.2rem;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page_product .right .top .content h1,
#showproduct .right .top .content h1 {
  color: #1d4480;
  font-size: 0.36rem;
}
.page_product .right .top .content p,
#showproduct .right .top .content p {
  font-size: 0.16rem;
  color: #636363;
}
.page_product .right .top .content div,
#showproduct .right .top .content div {
  width: 0.9rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d4480;
  color: #fff;
  font-size: 0.3rem;
}
.page_product .right ul,
#showproduct .right ul {
  padding-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.page_product .right ul li,
#showproduct .right ul li {
  width: 30%;
  margin: 1.666%;
  padding: 0.35rem 0.35rem 0.45rem;
  display: flex;
  justify-content: center;
}
.page_product .right ul li img {
  margin: 0 auto;
}
.page_product .right ul li .txt,
#showproduct .right ul li .txt {
  text-align: center;
}
.page_product .right ul li .txt h2,
#showproduct .right ul li .txt h2 {
  font-size: 0.16rem;
  color: #3e3e3e;
  padding: 0.15rem 0 0.2rem;
}
.page_product .right ul li .txt p,
#showproduct .right ul li .txt p {
  font-size: 0.16rem;
  color: #777777;
  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_product .right ul li:hover,
#showproduct .right ul li:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
#showproduct > .content {
  flex: 1;
  overflow: hidden;
}
#showproduct > .content .top {
  display: flex;
}
#showproduct > .content .top .left {
  display: flex;
  width: 60%;
}
#showproduct > .content .top .left #gallery-thumbs {
  width: 1.1rem;
  margin-right: 0.25rem;
}
#showproduct
  > .content
  .top
  .left
  #gallery-thumbs
  .swiper-slide-thumb-active
  .img {
  border: 1px solid #294e87;
}
#showproduct > .content .top .left #gallery-thumbs .img {
  cursor: pointer;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
#showproduct > .content .top .left #gallery-thumbs .img img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
}
#showproduct > .content .top .left #gallery-top {
  flex: 1;
  overflow: hidden;
  margin-right: 0.4rem;
}
#showproduct > .content .top .left #gallery-top .swiper-slide {
  width: 100%;
}
#showproduct > .content .top .left #gallery-top .swiper-slide a {
  width: 100%;
}
#showproduct > .content .top .left #gallery-top .swiper-slide img {
  width: 100%;
}
#showproduct > .content .top .right > h1 {
  font-size: 0.36rem;
  color: #1d4480;
  margin-bottom: 0.2rem;
}
#showproduct > .content .top .right .para {
  font-size: 0.16rem;
  color: #515050;
  line-height: 0.4rem;
}
#showproduct > .content .top .right .advisory {
  background-color: #1d4480;
  font-size: 0.16rem;
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.15rem;
  color: #fff;
  border-radius: 4px;
  margin: 0.2rem 0 0.4rem;
}
#showproduct > .content .top .right .advisory img {
  margin-right: 0.1rem;
}
#showproduct > .content .top .right .contact {
  display: flex;
}
#showproduct > .content .top .right .contact img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#showproduct > .content .top .right .contact > div {
  font-size: 0.16rem;
  margin-right: 0.4rem;
}
#showproduct > .content .top .right .contact > div p {
  display: flex;
}
#showproduct > .content .top .right .contact > div h4 {
  font-weight: 700;
  padding-left: 26px;
}
#showproduct > .content .specification {
  background-color: #f5f5f5;
  padding: 0.6rem 0.3rem;
}
#showproduct > .content .specification .title {
  border-bottom: 1px double #d2d2d2;
  color: #1d4480;
  font-size: 0.36rem;
}
#showproduct > .content .specification .content {
  padding: 0.5rem 0.15rem;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
/** page_img */
.page_img {
  padding: .6rem 0;
}
.page_img ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_img ul li {
  width: 49%;
  position: relative;
  margin-bottom: 0.5rem;
}

.lan3 .page_img ul li {
    width: 25%;
    padding: 0 .1rem;
}
.page_img ul li a,
.page_img ul li img {
  width: 100%;
}
.page_img ul li h2 {
  position: absolute;
  font-size: 0.24rem;
  width: 100%;
  padding: 0 0 0.3rem 0.4rem;
  bottom: 0;
  color: #fff;
}
/** page_news */
.page_news ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.page_news ul li {
  width: 32.3%;
  margin: 0.5%;
  position: relative;
}
.page_news ul li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 10% 10% 0;
}
.page_news ul li .txt h2 {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page_news ul li .txt p {
  font-size: 0.14rem;
  padding: 0.3rem 0;
}
.page_news ul li .txt i {
  font-size: 0.16rem;
}
.page_news ul li:nth-child(n + 4) {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0.45rem;
  padding: 0.5rem 0 0.35rem;
  transition: 1s;
}
.page_news ul li:nth-child(n + 4):hover {
  background-color: #f2f7ff;
}
.page_news ul li:nth-child(n + 4):hover a {
  transform: translateX(5%);
}
.page_news ul li:nth-child(n + 4) a {
  display: flex;
  transition: 1s;
}
.page_news ul li:nth-child(n + 4) .left {
  font-size: 0.14rem;
  color: #696969;
  width: 10%;
  line-height: 0.4rem;
}
.page_news ul li:nth-child(n + 4) .right {
  width: 80%;
}
.page_news ul li:nth-child(n + 4) .right h2 {
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.2rem;
}
.page_news ul li:nth-child(n + 4) .right p {
  font-size: 0.16rem;
  color: #494949;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_news ul li:nth-child(n + 4) .right div {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.page_news ul li:nth-child(n + 4) .right div span {
  color: #1d4480;
  font-size: 0.18rem;
  margin-right: 0.3rem;
}
.page_news ul li:nth-child(n + 4) .right div i {
  color: #1d4480;
}
/* page_contact */
.page_contact > div {
  padding: 0.6rem 0.7rem 0.7rem;
  background-color: #f2f2f2;
}
.page_contact > div .title {
  display: flex;
  align-items: center;
}
.page_contact > div .title > div {
  width: 0.65rem;
  height: 0.72rem;
  margin-right: 0.35rem;
}
.page_contact > div .title img {
  width: 100%;
}
.page_contact > div .title h1 {
  font-size: 0.24rem;
  color: #1d4480;
}
.page_contact .column1 {
  margin-bottom: 0.6rem;
}
.page_contact .column1 .content {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.36rem;
}
.page_contact .column2 {
  margin-bottom: 1.7rem;
}
.page_contact .column2 form .text,
.page_contact .column2 form .info {
  display: none;
}
.page_contact .column2 table {
  width: 100%;
}
.page_contact .column2 tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_contact .column2 tbody tr,
.page_contact .column2 tbody td {
  display: inline-block;
}
.page_contact .column2 tbody input,
.page_contact .column2 tbody textarea {
  display: inline-block;
  outline: none;
  background-color: #f2f2f2;
  padding-bottom: 0.3rem;
  font-size: 0.16rem;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0.8rem;
  width: 100%;
}
.page_contact .column2 tbody .order0,
.page_contact .column2 tbody .order1 {
  width: 45%;
}
.page_contact .column2 tbody .order2,
.page_contact .column2 tbody .input {
  display: inline-block;
  width: 100%;
}
.page_contact .column2 tbody .order3 {
  width: 100%;
}
.page_contact .column2 tbody .submint {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem auto 0;
}
.page_contact .column2 tbody .submint .submit {
  margin: 0;
  width: 1.55rem;
  height: 0.6rem;
  background-color: #224b8b;
  color: #fff;
  padding: 0;
}
/************************************************************************************************************************************************/
/**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) {
  .page_about .nav {
    display: none;
  }
  .page_about #column41 .imgList .img:nth-child(n + 3) {
    display: none;
  }
  .page_about #column42 .tree .content .item {
    width: 100%;
    position: static;
  }
  .page_about #column42 .tree .content .item.right {
    float: none;
    top: auto;
  }
  .page_about #column42 .tree .content .item a {
    justify-content: center;
  }
  .page_about #column43 {
    padding: 0.95rem 0;
  }
  .index_about ul {
    flex-wrap: wrap;
  }
  .index_about ul li {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .index_news .list .left {
    width: 100%;
  }
  .index_news .list ul {
    width: 100%;
    padding-left: 0;
  }
  .index_case .bg img,
  .index_case .bg p {
    width: 100%;
    margin-left: 0;
  }
  .index_case .content {
    position: static;
    background: #224b8b;
  }
  .index_case .content .txt {
    width: 100%;
    padding: 0.2rem 0 0.7rem 0;
  }
  .tem_banner .txt {
    top: 20px;
  }
  .index_product ul {
    flex-wrap: wrap;
  }
  .index_product ul li {
    width: 100%;
  }
  .tem_banner .pageTitle h1 {
    font-size: 0.36rem;
  }
  .tem_banner .pageTitle p {
    font-size: 0.24rem;
  }
  .page_product > .left,
  #showproduct > .left {
    display: none;
  }
  #showproduct > .content .top {
    flex-wrap: wrap;
  }
  #showproduct > .content .top .left {
    width: 100%;
  }
  #showproduct > .content .right {
    width: 100%;
    margin-top: 0.2rem;
  }
  .page_news ul li {
    width: 100%;
  }
  .page_news ul li:nth-child(n + 4) .left {
    width: auto;
    margin-right: 0.2rem;
  }
}
/************************************************************************************************************************************************/
/* 新闻内页 */
.show_news {
  width: 100%;
}
.show_news a {
  color: #000;
}
.show_news a:hover {
  color: #224b8b;
}
.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;
  padding: 40px 0 30px;
  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;
}
#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: 66px;
  height: 66px;
  position: relative;
  overflow: hidden;
}
#showproduct dl.pshow dt li.flex-active img {
  position: relative;
  left: -2px;
  top: -2px;
}
#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;
}
#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;
}
/*站内搜索*/
ul.searchnavlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.searchnavlist li {
  padding: 5px 0px;
}
#searchlist {
  padding: 15px;
}
#searchlist li {
  padding-left: 10px;
  margin-bottom: 6px;
  line-height: 1.5;
}
#searchlist ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#searchlist ul li {
  padding: 3px 5px;
  margin-bottom: 5px;
}
#searchlist ul li img {
  display: none;
}
#searchlist .search_title {
  display: block;
  padding: 2px 0px;
}
#searchlist .search_title a {
  font-size: 14px;
  color: #12c;
  text-decoration: underline;
}
#searchlist .search_title em {
  color: #c00;
  text-decoration: underline;
  font-style: normal;
}
#searchlist .search_detail {
  display: block;
}
#searchlist .search_detail a {
  text-decoration: underline;
  color: #12c;
}
#searchlist .search_content em {
  color: #c00;
  font-style: normal;
}
#searchlist .search_updatetime {
  display: block;
  margin-top: 5px;
  color: green;
}
#searchlist a:hover {
  text-decoration: underline;
}
