@charset "utf-8";

html,
body {
  background: #fff;
  color: #333;
  font: 13px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #e9280c;
  text-decoration: none;
}

.tem_inner,
.met_section {
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
  width: 1000px;
}

@media(min-width:1000px) {
  .tem_inner {
    padding: 0;
    width: 1000px;
  }
}

@media(min-width:1200px) {

  .tem_inner,
  .met_section {
    padding: 0;
    width: 1100px;
  }
}

@media(min-width:1800px) {

  .tem_inner,
  .met_section {
    padding: 0;
    width: 70%;
  }
}

header.tem_headborder {
  border-bottom: 1px solid #ddd;
}

header section {
  border-bottom: 1px solid #e7e8ed;
  background: #f7f8fa;
}

.tem_top {
  position: relative;
  z-index: 100;
  height: 35px;
  color: #53555a;
  font-size: 12px;
  line-height: 35px;
}

.tem_top h2 {
  font-weight: normal;
}

.tem_top a {
  color: #53555a;
}

.tem_top a:hover {
  color: #e9280c;
}

.tem_top_nav {
  position: absolute;
  top: 0;
  right: 0;
}

.tem_top_nav ol {
  float: right;
  margin: 0;
  padding: 0;
}

.tem_top_nav ol li {
  float: left;
  list-style: none;
}

.tem_top_nav ol li.line {
  width: 30px;
  color: #eee;
  text-align: center;
}

.tem_top_nav dl {
  position: relative;
  float: right;
}

.tem_top_nav dl dt i {
  margin-left: 5px;
}

.tem_top_nav dl dd {
  position: absolute;
  top: 35px;
  right: 0;
  display: none;
  padding: 10px 18px;
  border: 1px solid #e7e8ed;
  background: #f7f8fa;
  white-space: nowrap;
}

.tem_top_nav dl dd a {
  display: block;
  height: 35px;
  line-height: 35px;
}

.tem_top_nav div.line {
  float: right;
  width: 30px;
  color: #eee;
  text-align: center;
}

.tem_head {
  min-height: 100px;
}

.tem_head h1 img,
.tem_head h2 img {
  position: relative;
  z-index: 999;
  font-size: 0;
}

header h1 {
  display: inline;
}

.tem_head nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
}

.tem_head nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tem_head nav ul li {
  position: relative;
  float: left;
  margin-left: 8px;
}

.tem_head nav a {
  display: block;
  padding: 0 15px;
}

.tem_head nav a:hover {
  color: #e9280c;
}

.tem_head nav a.navdown {
  border-radius: 2px;
  background: #e9280c;
  color: #fff;
}

.tem_head nav a.navdown:hover {
  color: #fff;
}

.tem_head nav ul li dl {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 99;
  display: none;
  width: 500px;
  background: #f3f4f5;
}

.tem_head nav ul li dl dd {
  float: left;
  padding: 20px 0;
  width: 100px;
}

.tem_head nav ul li dl dd a {
  margin: 0 10px;
  padding: 0;
  padding: 8px 5px;
  text-align: center;
  line-height: 1.5;
}

.tem_head nav ul li dl dt {
  float: right;
  overflow: hidden;
  padding: 20px 20px 20px 0;
  width: 380px;
  height: 200px;
  font-size: 0;
}

.tem_head nav ul li dl dt img {
  width: 380px;
  height: 200px;
}

.tem_head nav ul li dl dd i {
  position: absolute;
  top: -14px;
  left: 50px;
  z-index: 100;
  width: 100%;
  color: #f3f4f5;
  font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
  width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
  width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
  float: left;
  padding: 0 20px;
  min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
  margin-bottom: 5px;
  border-bottom: 1px solid #888;
  font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
  margin: 0;
}

.tem_banner {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  text-align: center;
  font-size: 0;
}

.tem_banner ul {
  overflow: hidden;
}

.tem_banner ul li {
  float: left;
  width: 100%;
  list-style: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tem_banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.tem_banner ul li img {
  max-width: 100%;
  height: auto;
}

.tem_banner .flex-control-nav {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}

.tem_banner .flex-control-nav li {
  margin: 0px;
}

.tem_banner .flex-control-nav li a {
  display: inline-block;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-indent: -999em;
  cursor: pointer;
  background: none;
}

.tem_banner .flex-control-nav li a.flex-active {
  background: #fff;
}

.tem_banner .flash img {
  width: 100% !important;
}

.tem_index_title {
  margin: 0 0 60px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}

.tem_index_title span {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 4px solid #666;
}

.tem_index_title p {
  color: #8c8c8c;
  font-weight: normal;
}

.tem_index_more {
  clear: both;
  margin: 0 auto;
  padding-top: 30px;
  width: 200px;
  text-align: center;
}

.tem_index_more a {
  display: block;
  height: 40px;
  background: #e9280c;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
}

.tem_index_more a:hover {
  background: #d82208;
  color: #fff;
}

.tem_index_to {
  border-top: 1px solid #e7e8ed;
  border-bottom: 1px solid #e7e8ed;
  background: #f7f8fa;
}

.tem_wp1,
.tem_wp2,
.tem_wp3,
.tem_wp4,
.tem_wp5 {
  visibility: hidden;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
  visibility: visible;
}

.tem_index_about {
  padding: 50px 0 80px;
}

.tem_index_about_cont {
  margin-right: 25px;
  padding: 50px 0;
}

.tem_index_about_txt {
  float: left;
  width: 55%;
}

.tem_index_about .txtwd100 {
  float: none;
  width: 100%;
}

.tem_index_about_txt .met_editor {
  padding: 0px 50px 0;
}

.tem_index_about_img {
  float: right;
  overflow: hidden;
  width: 45%;
  height: 227px;
  font-size: 0;
}

.tem_index_about_video {
  float: right;
  overflow: hidden;
  width: 45%;
}

.tem_index_about_img ul {
  float: left;
  overflow: hidden;
  width: 70%;
  height: 227px;
  list-style: none;
}

.tem_index_about_img .tem_index_about_img_noe {
  float: none;
  width: 100%;
}

.tem_index_about_img ul li {
  padding: 4px;
  border: 1px solid #eee;
}

.tem_index_about_img ul img {
  width: 100%;
  height: 217px;
}

.tem_index_about_img ol {
  float: right;
  overflow: hidden;
  width: 30%;
  list-style: none;
}

.tem_index_about_img ol li {
  position: relative;
  margin-bottom: 8px;
  margin-left: 20px;
  padding: 4px;
  border: 1px solid #eee;
}

.tem_index_about_img ol img {
  width: 100%;
  height: 60px;
  cursor: pointer;
}

.tem_index_about_img ol li.tem_now {
  background: #eee;
}

.tem_index_about_img ol li i {
  position: absolute;
  top: 26px;
  left: -8px;
  display: none;
  color: #eee;
  font-size: 20px;
}

.tem_index_about_img ol li.tem_now i {
  display: block;
}

.tem_index_about_img ol li.tem_hover {
  background: #eee;
}

.tem_index_about_more {
  padding-top: 10px;
}

.tem_index_about_more a {
  display: inline-block;
  padding: 0 30px;
  height: 30px;
  border: 2px solid #eee;
  color: #999 !important;
  text-decoration: none;
  font-weight: normal;
  line-height: 30px;
}

.tem_index_about_more a:hover {
  background: #eee;
  text-decoration: none !important;
}

.tem_index_product {
  padding: 50px 0 80px;
}

.tem_index_product ul {
  list-style: none;
}

.tem_index_product ul li {
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}

.tem_index_product ul li a {
  display: block;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 0;
}

.tem_index_product ul li h2 {
  padding: 10px;
  background: #8c989f;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

.tem_index_product a img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.tem_index_product a:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
}

.tem_index_news {
  padding: 50px 0 80px;
  text-align: center;
}

.tem_index_news_list {
  margin: 20px 0 0;
}

.tem_index_news_list li {
  float: left;
  overflow: hidden;
  width: 50%;
  list-style: none;
  text-align: left;
}

.tem_index_news_list li a {
  display: block;
}

.tem_index_news_list li dl {
  margin-right: 10px;
  padding-top: 21px;
  height: 115px;
}

.tem_index_news_list li dl.tem_even {
  margin-right: 0;
  margin-left: 10px;
}

.tem_index_news_list dt {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100px;
  height: 115px;
  border-bottom: 1px solid #e7e8ed;
  font-size: 0;
}

.tem_index_news_list dt img {
  margin-left: 10px;
  width: 90px;
  height: 90px;
  border-radius: 60px;
}

.tem_index_news_list dd {
  float: left;
  margin-left: -100px;
  width: 100%;
}

.tem_index_news_list dd a {
  padding: 0 10px;
}

.tem_index_news_list_txt {
  margin-left: 100px;
  height: 115px;
  border-bottom: 1px solid #e7e8ed;
}

.tem_index_news_list_txt h3 {
  overflow: hidden;
  margin-bottom: 3px;
  height: 23px;
  color: #000;
  font-weight: normal;
  line-height: 23px;
}

.tem_index_news_list_txt p {
  overflow: hidden;
  height: 42px;
  color: #818181;
}

.tem_index_news_list_txt span.time {
  display: block;
  height: 25px;
  color: #818181;
  line-height: 25px;
}

.tem_index_news_list li dl:hover {
  background: #f7f8fa;
}

.tem_index_news_list .tem_index_more {
  float: none;
  width: 200px;
  text-align: center;
}

.tem_index_case {
  padding: 50px 0 80px;
}

.tem_index_case_list ul.slides li {
  float: left;
  list-style: none;
}

.tem_index_case_list .tem_list {
  float: left;
  width: 25%;
}

.tem_index_case_list .tem_list dt {
  text-align: center;
  font-size: 0;
}

.tem_index_case_list .tem_list dt a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.tem_index_case_list .tem_list dt img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.tem_index_case_list .tem_list dt a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.tem_index_case_list .tem_list h3 {
  margin: 0 auto;
  height: 40px;
  background: #8c989f;
  text-align: center;
  font-weight: normal;
  line-height: 40px;
}

.tem_index_case_list .tem_list h3 a {
  color: #fff;
}

.tem_index_case_list .tem_list h3 a:hover {
  color: #fff;
}

.tem_index_case_list .flex-control-nav {
  margin-top: 30px;
}

.tem_index_footer {
  padding: 40px 0 50px;
  background: #1e1e1e;
}

.tem_index_footer dl {
  float: left;
}

.tem_index_footer dl dt {
  margin-right: 25px;
  height: 40px;
  border-bottom: 1px solid #363636;
  color: #f3f3f3;
  font-size: 16px;
  line-height: 40px;
}

.tem_index_footer dl dt span {
  position: relative;
  top: -1px;
  display: inline-block;
  border-bottom: 3px solid #838383;
}

.tem_index_footer dl dd {
  margin-right: 25px;
}

.tem_index_footer_contact {
  width: 35%;
}

.tem_index_footer_contact li {
  position: relative;
  margin-top: 25px;
  padding-top: 5px;
  padding-left: 48px;
  min-height: 35px;
  color: #646363;
  list-style: none;
}

.tem_index_footer_contact li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #424244;
  border-radius: 5px;
  color: #7c7c7c;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
}

.tem_index_footer_link {
  width: 35%;
}

.tem_index_footer_link dd {
  padding: 20px 0;
}

.tem_index_footer_link a {
  display: inline-block;
  margin: 0 12px 10px 0;
  color: #646363;
  white-space: nowrap;
}

.tem_index_footer_link a:hover {
  color: #ababab;
}

.tem_index_footer_link a img {
  height: 45px;
}

.tem_index_footer_attention {
  width: 30%;
}

.tem_index_footer_attention dd {
  padding: 20px 0;
  color: #646363;
}

.tem_index_footer_attention li {
  display: inline-block;
  margin: 8px;
  list-style: none;
}

.tem_index_footer_attention li a {
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background: url(../pnt.png) no-repeat left top;
  color: #646363;
  font-size: 0;
}

.tem_index_footer_attention li.tenxun a {
  background-position: -83px top !important;
}

.tem_index_footer_attention li.weixin a {
  background-position: -247px top !important;
}

.tem_index_footer_attention li.qq a {
  background-position: -165px top !important;
}

.tem_index_footer_attention li:hover a {
  background: url(../pnthover.png) no-repeat;
}

.tem_index_footer_attention img {
  margin-top: 8px;
  width: 100px;
}

.tem_index_footer_attention p {
  margin-top: 5px;
}

.tem_footer {
  position: relative;
  padding: 30px 0;
  background: #161616;
  color: #4a4a4a;
  font-size: 12px;
}

.tem_footer a {
  color: #4a4a4a;
}

.tem_footer_nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  height: 30px;
  line-height: 30px;
}

.tem_footer_nav a {
  margin-left: 30px;
}

.powered_by_metinfo {
  height: 35px;
  background: #161616;
  color: #4a4a4a;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
}

.powered_by_metinfo a {
  color: #4a4a4a;
}

.met_section {
  position: relative;
  padding: 40px 0 50px;
}

.met_section aside {
  position: relative;
  float: left;
  width: 230px;
}

.met_section article {
  float: left;
  margin-left: -230px;
  width: 100%;
}

.met_section article .met_article {
  margin-left: 250px;
}

.met_section_asidenone article {
  float: none;
  margin-left: 0;
}

.met_section_asidenone article .met_article {
  margin-left: 0;
}

.met_section aside section {
  border: 1px solid #ddd;
}

.met_section aside section h2 {
  padding: 0 20px;
  height: 60px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 60px;
  font-weight: bold;
}

.met_section aside .met_aside_list {
  padding: 10px 0;
}

.met_section aside .met_aside dl dt {
  height: 45px;
  line-height: 45px;
  font-weight: normal;
}

.met_section aside .met_aside dl dt a {
  display: block;
  padding: 0 20px;
  color: #333;
}

.met_section aside .met_aside dl dt a:hover {
  background: #efefef;
}

.met_section aside .met_aside dl dt.on {
  background: #efefef;
  border-left: 4px solid #e9280c;
}

.met_section aside .met_aside dl dd {
  padding: 6px 0 6px 0;
}

.met_section aside .met_aside dl dd a {
  display: block;
  padding-left: 40px;
  height: 35px;
  color: #333;
  font-weight: normal;
  line-height: 35px;
}

.met_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
  background: #efefef;
}

.met_section aside .met_related {
  margin-top: 20px;
}

.met_section aside .met_related ul {
  padding: 20px;
}

.met_section aside .met_related li {
  margin-bottom: 8px;
  list-style: none;
}

.met_article_head {
  position: relative;
  padding: 0 10px;
  height: 60px;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
}

.met_article_head .met_position {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-family: '宋体';
}

.met_article_head .met_position a {
  color: #999;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_article_head h1 {
  color: #555;
  font-weight: normal;
  font-size: 18px;
  line-height: 60px;
}

.met_section_sehed {
  padding-top: 0;
}

.met_section_head {
  height: 50px;
  color: #aaa;
  font-size: 12px;
  font-family: '宋体';
  line-height: 50px;
}

.met_section_head a {
  color: #999;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_section_head a:hover {
  color: #e9280c;
}

/*以下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%
}

img {
  border: 0
}

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_editor ul,
.met_editor ol {
  padding: 0 0 0 25px;
  margin: 0
}

.met_editor a {
  color: #1c57c4
}

.met_editor a:hover {
  text-decoration: underline
}

.met_editor img {
  max-width: 100%;
  height: auto !important;
}

.met_editor blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #ddd
}

.met_editor hr {
  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_editor table {
  width: 100% !important;
  margin-bottom: 1.6rem;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  padding: 0 !important;
  border: 0
}

.met_editor table td {
  border: 1px solid #ddd !important
}

.met_editor table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
  padding: .7rem;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.met_editor table>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 .num li {
  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 .num li.on {
  background-color: #ccc;
  color: #fff;
  font-weight: bold
}

.metinfo-banner1 {
  overflow: hidden;
  margin: 0 auto
}

.Hmet_pager {
  text-align: center;
  padding: 30px 0 0
}

.Hmet_pager a {
  border: 1px solid #e0e0e0;
  text-align: center;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  _width: 28px;
  text-align: center;
  display: inline-block;
  color: #aaa
}

.Hmet_pager a:hover {
  border: 1px solid #a0a0a0;
  color: #aaa
}

.Hmet_pager .PreSpan,
.Hmet_pager .NextSpan {
  height: 30px;
  line-height: 30px;
  min-width: 60px;
  _width: 60px;
  text-align: center;
  background: #f0f0f0;
  color: #ccc;
  display: inline-block
}

.Hmet_pager .PreA,
.Hmet_pager .NextA {
  height: 28px;
  line-height: 28px;
  min-width: 58px;
  _width: 58px;
  color: #aaa
}

.Hmet_pager .PreSpan,
.Hmet_pager .PreA {
  margin-right: 6px
}

.Hmet_pager .NextSpan,
.Hmet_pager .NextA {
  margin-left: 6px
}

.Hmet_pager .firstPage,
.Hmet_pager .lastPage {
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  min-width: 40px;
  _width: 40px;
  color: #aaa
}

.Hmet_pager .Ahover {
  font-weight: bold;
  background: #f0f0f0;
  color: #aaa
}

.Hmet_pager .PageText {
  margin-left: 10px;
  color: #aaa
}

.Hmet_pager #metPageT,
#metPageB {
  text-align: center;
  border: 1px solid #e0e0e0;
  color: #aaa
}

.Hmet_pager #metPageT {
  width: 32px;
  height: 28px;
  padding: 6px 5px 5px;
}

.Hmet_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 6px 0 5px;
  cursor: pointer;
  font-weight: bold
}

*html .Hmet_pager #metPageT {
  height: 13px;
  line-height: 13px
}

*html .Hmet_pager #metPageB {
  padding: 0;
  height: 28px;
  line-height: 20px
}

*+html .Hmet_pager #metPageT {
  height: 13px;
  line-height: 13px
}

*+html .Hmet_pager #metPageB {
  padding: 0;
  height: 28px;
  line-height: 20px
}

.met_module1 {
  padding: 30px 10px
}

.met_module2_list {
  padding: 10px 10px
}

.met_module2_list li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 15px 100px 15px 10px;
  position: relative
}

.met_module2_list h2 {
  font-weight: normal
}

.met_module2_list li p {
  color: #818181
}

.met_module2_list li span.time {
  color: #818181;
  position: absolute;
  right: 10px;
  top: 15px
}

.met_module2_list li h2 i {
  margin-right: 10px;
  position: relative
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
  margin-bottom: 3px;
  font-weight: bold
}

.met_module2_list li.list_2 {
  padding: 15px 0
}

.met_module2_list li.list_3 {
  padding-left: 100px;
  min-height: 80px
}

.met_module2_list li.list_3 img {
  position: absolute;
  left: 0;
  top: 15px
}

.met_module2_list li.list_3 span.time {
  position: static
}

.met_module2 h1.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_source a {
  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;
  height: 50px;
  line-height: 50px
}

.met_tools .met_page {
  clear: both;
  position: absolute;
  right: 5px;
  top: 0;
  color: #818181
}

.met_tools .met_page li {
  display: inline;
  list-style: none;
  margin-left: 30px;
}

.met_tools .met_page li span {
  padding-right: 5px;
}

.met_tools .met_page a {
  color: #607fa6
}

.met_module3_list ul.list_1 {
  list-style: none;
  visibility: hidden
}

.met_module3_list ul.list_1 li {
  float: left;
  text-align: center;
  margin-top: 30px;
  overflow: hidden
}

.met_module3_list ul.list_1 li a {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0
}

.met_module3_list ul.list_1 li h2 {
  text-align: left;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: normal;
  border-top: 1px solid #ddd;
  margin-top: 1px;
  height: 30px;
  line-height: 1.2em;
}

.met_module3_list ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s
}

.met_module3_list ul a:hover h2 {
  color: #333
}

.met_module3_list ul a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

.met_module3_list ul.list_2 {
  list-style: none;
  visibility: hidden
}

.met_module3_list ul.list_2 li {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd
}

.met_module3_list ul.list_2 dt {
  float: left;
  position: relative
}

.met_module3_list ul.list_2 dd {
  float: left;
  width: 100%
}

.met_module3_list ul.list_2 dd h2 {
  padding: 5px 10px;
  font-size: 15px;
  font-weight: normal
}

.met_module3_list ul.list_2 dd p {
  padding: 5px 10px;
  color: #818181
}

#showproduct dl.pshow {
  visibility: hidden;
  display: flex;
}

#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: .9;
  -khtml-opacity: .9;
  opacity: .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;
  font-weight: bold;
}

#showproduct dl.pshow dd .met_box ul li {
  list-style: none;
  color: #818181;
  padding: 8px 5px 8px 90px;
  border-bottom: 1px solid #ddd;
  position: relative
}

#showproduct dl.pshow dd .met_box ul li span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 5px;
  width: 80px;
  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 .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .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: .5;
  -khtml-opacity: .5;
  opacity: .5
}

#showproduct .met_nav_contbox {
  padding: 0 10px
}

#downloadlist {
  padding: 15px
}

#downloadlist .metlist {
  margin-bottom: 20px
}

#downloadlist .metlist dt {
  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 .metlist dd {
  color: #999;
  padding: 8px;
  background: #f7f8fa
}

#downloadlist .metlist dd b {
  font-weight: normal
}

#downloadlist .metlist dd div {
  float: right
}

#downloadlist .metlist dd span {
  padding-right: 20px
}

#downloadlist .metlist dd a {
  color: #1c57c4
}

#downloadlist .metlist dd a.down {
  color: #fa1a1a
}

#showdownload {
  padding: 15px
}

#showdownload h1.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 .paralist li {
  list-style: none;
  padding: 8px 5px 8px 90px;
  min-height: 20px;
  position: relative;
  border-bottom: 1px solid #ddd
}

#showdownload .paralist li:last-child {
  border-bottom: 0
}

#showdownload .paralist li a {
  color: #fff
}

#showdownload .paralist li span {
  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 .downloadbox a {
  display: inline-block;
  background: #23b7e5;
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  color: #fff;
  border-radius: 2px
}

#showdownload .downloadbox a:hover {
  background: #38c4f0
}

#showdownload .downloadbox a.active {
  background: #1ba4cf
}

#imglist ul.list_1 {
  list-style: none;
  visibility: hidden
}

#imglist ul.list_1 li {
  float: left;
  text-align: center;
  margin-top: 30px;
  overflow: hidden
}

#imglist ul.list_1 li a {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0
}

#imglist ul.list_1 li h2 {
  text-align: left;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: normal;
  border-top: 1px solid #ddd
}

#imglist ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s
}

#imglist ul a:hover h2 {
  color: #333
}

#imglist ul a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

#imglist ul.list_2 {
  list-style: none;
  visibility: hidden
}

#imglist ul.list_2 li {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd
}

#imglist ul.list_2 dt {
  float: left;
  position: relative
}

#imglist ul.list_2 dd {
  float: left;
  width: 100%
}

#imglist ul.list_2 dd h2 {
  padding: 5px 10px;
  font-size: 15px
}

#imglist ul.list_2 dd p {
  padding: 5px 10px;
  color: #818181
}

#showimg h1.met_title {
  font-size: 24px;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px
}

#showimg .met_slide_box {
  text-align: center;
  background: #000;
  margin: 0 auto;
  overflow: hidden;
  position: relative
}

#showimg .met_slide_list ul {
  display: none;
}

#showimg ul.exposureThumbs {
  border-right: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 79px;
  width: 790px;
  margin: 0px auto;
  padding: 10px
}

#showimg ul.exposureThumbs li {
  background: #111;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  display: none;
  float: left
}

#showimg ul.exposureThumbs li img {
  cursor: pointer
}

#showimg ul.exposureThumbs li.last {
  margin: 0
}

#showimg .exposureWrapper {
  position: absolute;
  top: 0;
  left: 0
}

#showimg .exposureWrapper img {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0
}

#showimg .exposureLoaded {
  background-image: none
}

#showimg ul.exposureThumbs li {
  width: 150px;
  height: 79px
}

#showimg .exposureSlideshowControls a {
  font-size: 11px;
  color: #bba;
  text-decoration: none;
  outline: 0;
  padding: 2px 6px;
  display: inline
}

#showimg .exposureSlideshowControls a:active,
.exposureSlideshowControls a:hover {
  background-color: #999;
  color: #444
}

#showimg .met_slide_box .left,
.met_slide_box .right {
  position: absolute;
  width: 50%;
  cursor: pointer
}

#showimg .met_slide_box .left a,
.met_slide_box .right a {
  display: block;
  width: 100%;
  height: 100%
}

#showimg .imgparalist {
  background: #8c989f;
  padding: 5px 10px;
  color: #fff;
  visibility: hidden;
  margin-top: 30px;
  visibility: hidden
}

#showimg .imgparalist li {
  list-style: none;
  padding: 8px 5px 8px 90px;
  min-height: 20px;
  position: relative;
  border-bottom: 1px solid #ddd
}

#showimg .imgparalist li:last-child {
  border-bottom: 0
}

#showimg .imgparalist li a {
  color: #fff
}

#showimg .imgparalist li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  padding: 8px 5px;
  overflow: hidden;
  word-wrap: break-word
}

#joblist {
  padding: 15px
}

#joblist dl {
  padding: 10px 5px 10px;
  margin-top: 30px;
  border: 1px solid #ddd
}

#joblist dt {
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold
}

#joblist dd .dtail {
  padding: 5px 10px 0;
  border-top: 1px solid #ddd
}

#joblist dd .dtail span {
  margin-right: 15px
}

#joblist dd .dtail a {
  color: #1c57c4
}

#joblist dd .editor {
  padding: 10px
}

#joblist dd .mis {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 12px
}

#joblist dd .mis span {
  margin-right: 15px;
  color: #999
}

#showjob h1.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;
  visibility: hidden;
  margin-top: 30px;
  visibility: hidden
}

#showjob .paralist li {
  list-style: none;
  padding: 8px 5px 8px 90px;
  min-height: 20px;
  position: relative;
  border-bottom: 1px solid #ddd
}

#showjob .paralist li:last-child {
  border-bottom: 0
}

#showjob .paralist li a {
  color: #fff
}

#showjob .paralist li span {
  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_cv a {
  display: inline-block;
  background: #23b7e5;
  height: 35px;
  line-height: 35px;
  padding: 0 35px;
  color: #fff;
  border-radius: 2px
}

#showjob .info_cv a:hover {
  background: #38c4f0
}

#showjob .info_cv a.active {
  background: #1ba4cf
}

#messagelist {
  padding: 15px
}

#messagelist .metlist {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 5px
}

#messagelist .metlist dt {
  padding: 5px
}

#messagelist .metlist dt span.name {
  color: #2c7199
}

#messagelist .metlist dt span.time {
  padding-left: 5px;
  color: #aaa;
  font-size: 12px
}

#messagelist .metlist dt span.tt {
  float: right;
  padding-right: 5px;
  color: #aaa
}

#messagelist .metlist dd.info span.tt {
  display: none;
  clear: both
}

#messagelist .metlist dd.info span.text {
  display: block;
  line-height: 1.5;
  padding: 0 5px 10px;
  border-bottom: 1px solid #ddd
}

#messagelist .metlist dd.reinfo span.tt {
  display: block;
  padding: 10px 5px 0;
  color: #2c7199
}

#messagelist .metlist dd.reinfo span.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 .img li {
  list-style: none;
  display: inline;
  padding-right: 5px
}

#linklist .metlist .img img {
  width: 88px;
  height: 31px
}

#linklist .metlist .txt li {
  list-style: none;
  float: left;
  width: 88px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  overflow: hidden
}

#linksubmit {
  padding: 15px
}

#linksubmit table {
  margin: 0 auto
}

#memberbox {
  padding: 15px
}

ul.searchnavlist {
  list-style: none;
  padding: 0 20px;
  margin: 0
}

ul.searchnavlist li {
  padding: 5px 0
}

ul.searchnavlist .advsearch_searchword input {
  width: 90%;
  height: 28px;
  line-height: 28px\9;
  padding: 2px 5px;
  border: 1px solid #dcdfe0;
  background-color: #fff;
  color: #333;
  outline: 0;
  border-radius: 2px
}

ul.searchnavlist .searchgo {
  display: block;
  background: #23b7e5;
  border: 0 none;
  height: 34px;
  line-height: 26px;
  padding: 0 35px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

ul.searchnavlist .searchgo:hover {
  background: #38c4f0
}

ul.searchnavlist .searchgo:active {
  background: #1ba4cf
}

#searchlist {
  padding: 15px 0
}

#searchlist li {
  padding-left: 10px;
  margin-bottom: 6px;
  line-height: 1.5
}

#searchlist ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#searchlist ul li {
  padding: 3px 5px;
  margin-bottom: 10px
}

#searchlist ul li img {
  display: none
}

#searchlist .search_title {
  display: block;
  padding: 2px 0
}

#searchlist .search_title a {
  font-size: 16px;
  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
}

#sitemaplist dl {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd
}

#sitemaplist dt h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid #ddd
}

#sitemaplist dt h2 i {
  font-size: 22px;
  margin-left: 10px;
  font-weight: normal;
  color: #888;
  position: relative;
  top: 2px
}

#sitemaplist dd ul {
  float: left;
  width: 25%;
  list-style: none;
  margin-top: 20px
}

#sitemaplist dd li {
  margin-top: 5px
}

#sitemaplist dd li h4 a {
  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
}

.met-focus {
  border: 1px solid #23b7e5 !important
}

.v52fmbx {
  border: 1px solid #ddd;
  border-top: 0;
  overflow: hidden;
  text-align: left
}

.v52fmbx dl:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.v52fmbx dl {
  width: 100%;
  zoom: 1;
  background: #fff
}

.v52fmbx dl {
  border-top: 1px solid #ddd;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -ms-flexbox;
  position: relative;
  padding: 5px 0
}

.v52fmbx dl dt {
  padding: 15px 15px 10px 15px;
  width: 105px;
  text-align: left;
  font-weight: normal;
  overflow: hidden;
  line-height: 1.2
}

.v52fmbx dl dd {
  -moz-box-flex: 1.0;
  -webkit-box-flex: 1.0;
  box-flex: 1.0;
  -ms-flex: 1;
  padding: 2px 0 0 15px;
  margin: 10px 0
}

.v52fmbx dl dd label input {
  position: relative;
  top: 1px;
  margin-right: 3px
}

.v52fmbx dl dd .fbox {
  margin: 0 10px 0 0
}

.v52fmbx dl dd .tips {
  color: #aaa
}

.v52fmbx dl dd .tips:hover {
  color: #f00
}

.v52fmbx dl dd.labelinline label {
  display: inline
}

.v52fmbx dl dt.addimgdt {
  padding: 10px 5px 10px
}

.v52fmbx dl dt.addimgdt p {
  height: 30px;
  line-height: 30px;
  margin-bottom: 8px
}

.v52fmbx dl.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
}

.v52fmbx dl dd.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 .fbox input {
  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-ie label {
  position: absolute;
  left: 8px;
  top: 7px;
  cursor: text;
  color: #999
}

.ftype_textarea .tips {
  display: block
}

.ftype_textarea textarea {
  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: 31px;
  height: 31px;
  vertical-align: middle;
  background-color: #fff;
  outline: 0;
  border: 1px solid #ccc;
  padding: 4px;
  color: #656565
}

.ftype_radio .fbox label {
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin: 0;
  display: block
}

.ftype_radio .fbox input[type='radio'] {
  border-radius: 100%;
  bottom: 3px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
  margin: 0;
  position: relative;
  top: -1px;
  margin-right: 6px
}

.ftype_radio .formerror {
  margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
  border-radius: 100%;
  bottom: 3px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
  margin: 0
}

.ftype_checkbox .fbox label {
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  margin: 0;
  display: block
}

.ftype_checkbox .fbox input {
  position: relative;
  top: -1px;
  margin-right: 6px !important
}

.ftype_checkbox .formerror {
  margin-top: 0
}

.ftype_transverse .fbox label {
  display: inline;
  margin-right: 15px
}

.submit {
  display: block;
  background: #23b7e5;
  border: 0 none;
  height: 34px;
  line-height: 26px;
  padding: 0 35px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
  background: #38c4f0
}

.submit.active {
  background: #1ba4cf
}

.v52fmbx dl dd.ftype_code input {
  width: 80px;
  margin-right: 10px
}

.v52fmbx dl dd.ftype_code img {
  height: 30px;
  position: relative;
  bottom: 2px
}

.top_bj {
  background: #FAFAFA;
  width: 100%;
  margin: 0 auto;
  height: 39px;
  border-bottom: 1px solid #EDEDED;
  /* line-height: 39px; */
}

.big {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}

.fl {
  float: left;
  display: inline;
}

.top_r {
  background: url(../img/banben.png) no-repeat left center;
  height: 39px;
  padding-right: 20px;
}

.fr {
  float: right;
  display: inline;
}

.top_r a {
  padding-left: 20px;
}

a {
  color: #525252;
  text-decoration: none;
}

.big {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}

.top_left {
  width: 710px;
}

img {
  vertical-align: middle;
}

.top_right {
  padding: 36px 15px 0 0;
  color: #aeadad;
}

.top_right p.right_tel {
  font-size: 24px;
  color: #464a58;
  font-style: italic;
  letter-spacing: 2px;
}

.top_right img {
  padding: 6px 5px;
  margin-top: -16px;
}

.clear {
  clear: both;
}

.ld_nav {
  background: #3b414f;
  height: 50px;
  line-height: 50px;
}

.isActive {
  background: #0266c3;
  color: #fff;
}

.ld_nav ul {
  width: 1150px;
  margin: 0 auto;
}

.ld_nav ul li {
  position: relative;
  z-index: 9999;
  float: left;
  display: inline;
  /* background: url(../img/nav_liicon.jpg) no-repeat right center; */
}

.ld_nav ul li a {
  display: block;
  float: left;
  padding: 0 50px;
  /* background: url(../img/nav_liicon.jpg) no-repeat right center; */
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.subnav {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background: #3b414f;
}

.ld_nav ul li a:hover {
  background: #0266c3;
  color: #fff;
  height: 50px;
  text-align: center;
}

.ld_nav ul li .subnav a {
  display: inline;
  border-bottom: 1px solid #4e5460;
  width: 144px;
  text-align: center;
  box-sizing: content-box;
}

/*banner*/

.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 500px !important;
  overflow: hidden;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background: #e1472f !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: #e1472f !important;
}

.tp-leftarrow.large,
.tp-rightarrow.large {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: #393939 url(../img/slider-btn.png) no-Repeat;
  width: 42px;
  height: 43px;
  margin-left: 0px;
  margin-top: -21px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: color, background 0.1s linear;
  -o-transition: color, background 0.1s linear;
  transition: color, background 0.1s linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.tp-rightarrow.large {
  background-position: -42px 0;
}

/*banner_nei*/

.fullwidthbanner-container_nei {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 300px !important;
  overflow: hidden;
}

/*list*/

.ld_list {
  background: #fff url(/public/upload/image/list_bg.jpg) repeat-x;
  height: 410px;
}

.listbg {
  position: relative;
  z-index: 999;
  top: -65px;
  width: 1150px;
  height: 548px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ededed;
  border-top: 0;
  overflow: hidden;
}

.listbg .tab {
  width: 1150px;
  overflow: hidden;
  background: url(../img/cp_flbg.jpg) repeat-x;
}

.listbg .tab a {
  float: left;
  display: block;
  width: 230px;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #f0f0f0;
  line-height: 65px;
  text-align: center;
  color: #232323;
  text-transform: Uppercase;
  font-size: 16px;
  box-sizing: border-box;
}

.listbg .tab a:hover {
  background: #0266c3 url(/public/upload/image/cp_icon.jpg) no-repeat center bottom;
  color: #fff;
  background-position-y: 101%;
}

.listbg .tab a.on {
  background: #0266c3 url(/public/upload/image/cp_icon.jpg) no-repeat center bottom;
  color: #fff;
  background-position-y: 101%;
}

.listbg .content {
  overflow: hidden;
  width: 1150px;
  height: 454px;
  position: relative;
}

.listbg .content .ct_inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
}

.listbg .content .ct_inner ul {
  width: 1150px;
  height: 480px;
  float: left;
}

.list_inner li {
  width: 230px;
  border-right: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding: 13px;
  text-align: center;
  box-sizing: border-box;
}

.list_inner li a {
  display: block;
}

.mod_case {
  background: url("../img/case_bg.jpg") no-repeat center top;
}

.mod_case .w980 {
  padding-top: 56px;
}

.w980 {
  width: 980px;
  margin: 0 auto;
}

.mod_case .mod_tit {
  background-position: 0 -64px;
  margin-bottom: 48px;
}

.mod_tit {
  padding-left: 74px;
  background: url("../../upload/image/mod_tit.png") no-repeat;
  position: relative;
}

.mod_tit h2 {
  font: 30px/40px "微软雅黑";
}

.mod_tit h2 a {
  color: #333;
}

.mod_tit p {
  line-height: 24px;
  font-size: 14px;
}

.mod_tit p a {
  color: #666;
}

.mod_tit img {
  position: absolute;
  right: 0;
  top: -6px;
}

.mod_case .mod_con {
  position: relative;
}

.case_list {
  width: 990px;
  overflow: hidden;
  position: relative;
  padding-bottom: 82px;
}

.case_list ul {
  position: relative;
  left: 0;
}

.case_list li {
  float: left;
  width: 228px;
  padding-right: 24px;
}

.case_list a,
.case_list strong,
.case_list img,
.case_list em,
.case_list span {
  display: block;
}

.case_list a {
  position: relative;
  border-top: 5px solid #d4d4d4;
}

.case_list strong {
  line-height: 54px;
  margin-bottom: 4px;
  background: url("../img/tranigle_bottom.png") no-repeat right -100px;
  font-size: 14px;
  color: #333;
}

.case_list img {
  width: 228px;
  height: 170px;
  margin-bottom: 20px;
}

.case_list em {
  line-height: 24px;
  margin-bottom: 24px;
  color: #666;
  font-size: 12px;
}

em {
  font-style: normal;
}

.case_list span {
  line-height: 37px;
  border: 1px solid #dbdbdb;
  text-indent: 82px;
  color: #222;
  background: url("../img/mod_pro.png") no-repeat 138px -27px;
}

.case_list b {
  width: 228px;
  height: 5px;
  overflow: hidden;
  background: #249af4;
  position: absolute;
  left: 0;
  top: 228px;
  display: none;
}

.case_list a:hover {
  border-color: #249af4;
}

.case_list a:hover span {
  color: #fff;
  background: #249af4 url("../img/mod_pro.png") no-repeat 138px -64px;
}

.case_list a:hover b {
  /*visibility: visible;*/
  display: block;
}

li {
  list-style: none;
}

.mod_case .prev_btn {
  left: -69px;
  background-position: 0 0;
}

.mod_case .prev_btn,
.mod_case .next_btn {
  width: 39px;
  height: 0;
  padding-top: 39px;
  overflow: hidden;
  background: url("../img/prev_next_btn.png") no-repeat;
  position: absolute;
  top: 106px;
}

.mod_case .next_btn {
  right: -69px;
  background-position: 0 -39px;
}

.mod_case .prev_btn:hover {
  background-position: 0 -78px;
}

.mod_case .next_btn:hover {
  background-position: 0 -117px;
}

.mod_advantage .w980 {
  padding-top: 66px;
}

.mod_advantage .mod_tit {
  background-position: 0 -132px;
  margin-bottom: 74px;
}

.mod_advantage ol {
  height: 289px;
  padding-bottom: 50px;
  position: relative;
}

.mod_advantage ol li {
  width: 190px;
  background: url("/public/upload/image/advantage_li_bg.png") no-repeat;
  position: absolute;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.mod_advantage ol li:hover {
  background-position: 0 -190px;
  transform: scale(1.2);
  z-index: 2;
}

.mod_advantage ol a {
  display: block;
  padding: 106px 0 62px 0;
  line-height: 22px;
  text-align: center;
  background: url("/public/upload/image/advantage_ico.png") no-repeat;
  font-size: 14px;
  color: #fff;
}

.mod_advantage .adv1 {
  left: 0;
  top: 0;
}

.mod_advantage .adv1 a {
  background-position: 0 0;
}

.mod_advantage .adv2 {
  left: 99px;
  top: 100px;
}

.mod_advantage .adv2 a {
  background-position: 0 -190px;
}

.mod_advantage .adv3 {
  left: 198px;
  top: 0px;
}

.mod_advantage .adv3 a {
  background-position: 0 -380px;
}

.mod_advantage .adv4 {
  left: 297px;
  top: 100px;
}

.mod_advantage .adv4 a {
  background-position: 0 -570px;
}

.mod_advantage .adv5 {
  left: 396px;
  top: 0;
}

.mod_advantage .adv5 a {
  background-position: 0 -760px;
}

.mod_advantage .adv6 {
  left: 494px;
  top: 100px;
}

.mod_advantage .adv6 a {
  background-position: 0 -950px;
}

.mod_advantage .adv7 {
  left: 592px;
  top: 0;
}

.mod_advantage .adv7 a {
  background-position: 0 -1140px;
}

.mod_advantage .adv8 {
  left: 691px;
  top: 100px;
}

.mod_advantage .adv8 a {
  background-position: 0 -1330px;
}

.mod_advantage .adv9 {
  left: 790px;
  top: 0;
}

.mod_advantage .adv9 a {
  background-position: 0 -1520px;
}

/*设备*/

.ld_shebei {
  padding-top: 30px;
  height: 300px;
  overflow: hidden;
}

.shebei_top {
  border-bottom: 1px solid #e5e5e5;
  line-height: 57px;
}

.ld_shebei h3 a {
  float: left;
  display: block;
  float: left;
  font-size: 20px;
  color: #232323;
  background: url(/public/upload/image/bt_line.jpg) no-repeat right bottom;
  line-height: 57px;
  font-weight: bold;
}

.ld_shebei h3 span {
  float: left;
  color: #0184df;
  text-transform: uppercase;
  font-weight: normal;
  padding-right: 10px;
  font-size: 16px;
  line-height: 57px;
}

.shebei_top p a {
  display: block;
  float: left;
  width: 140px;
  text-align: center;
  color: #fff;
  background: #3b414f;
  border-right: 1px solid #1b1e27;
  line-height: 51px;
}

.shebei_top p a.on,
.shebei_top p a:hover {
  background: #0266c3 url(../img/cp_icon.jpg) no-repeat center bottom;
  height: 57px;
  line-height: 57px;
  border: 0;
}

.ld_shebei ul li {
  padding: 20px;
  text-align: center;
}

.ld_shebei ul li a {
  display: block;
}

.ld_shebei ul li img {
  display: block;
  border: 3px solid #e8e8e8;
}

.ld_product h3,
.main_btm h3,
.ld_foot h3 {
  background: url(/public/upload/image/bt_line.jpg) no-repeat left bottom;
  font-weight: bold;
}

.ld_product h3,
.main_btm h3 a,
.ld_foot h3 a {
  font-size: 20px;
  color: #232323;
}

.ld_product h3 span,
.main_btm h3 span,
.ld_foot h3 span {
  color: #0184df;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 10px;
  font-size: 16px;
}

br {
  height: 1%;
  line-height: 0;
  font-size: 0;
  clear: both;
}

/*prodcts*/

.ld_product {
  position: relative;
  padding: 20px 0;
}

.ld_product h3 {
  line-height: 52px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.ld_product ul li {
  width: 221px;
  text-align: center;
  border-right: 1px dashed #d7d7d7;
  padding-right: 10px;
  padding-bottom: 30px;
}

.ld_product ul li .cp_bt a {
  font-size: 14px;
  color: #0184df;
  line-height: 24px;
}

.ld_product ul li .cp_bt a span {
  color: #818181;
}

#marquee1 {
  width: 1141px;
  height: 230px;
  overflow: hidden;
}

#control {
  position: absolute;
  right: 20px;
  top: 20px;
}

#control a {
  float: left;
  display: block;
  width: 43px;
  height: 40px;
  background: url(/public/upload/image/lr_btn2.jpg) no-repeat 0 0;
}

#control a#goR {
  background-position: -43px 0;
}

/*news&about*/

.main_btm {
  background: #e9e9e9;
  padding-top: 40px;
}

.ld_news h3 {
  padding: 16px 0 22px 36px;
  line-height: 60px;
  background-position: 36px 70px;
}

.ld_news {
  width: 740px;
  background: #fff url(/public/upload/image/news_libg.jpg) no-repeat 36px 98px;
  padding-bottom: 20px;
}

.ld_news li {
  height: 87px;
  line-height: 22px;
  padding: 0 36px 22px 102px;
}

.ld_news li p {
  line-height: 24px;
  font-size: 14px;
  color: #767676;
}

.main_btm h4 a {
  font-size: 18px;
  color: #353535;
  font-weight: normal;
}

.main_btm h4 a {
  font-size: 14px;
  color: #353535;
  line-height: 28px;
}

.ld_contact {
  width: 390px;
  line-height: 24px;
}

.ld_contact h3,
.ld_foot h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.ld_contact img {
  float: left;
  padding: 0 10px 10px 0;
}

/*footer*/

.ld_foot {
  background: #0166ac url(/templates/jxcwj/images/footer_logo.jpg) no-repeat 0 0;
  color: #97cef4;
  line-height: 30px;
}

.ld_foot h3 {
  padding: 35px 0 20px 0;
  box-sizing: border-box;
}

.ld_foot h3 a {
  color: #fff;
}

.ld_foot a {
  color: #97cef4
}

.ld_link {
  border-top: 2px solid #01385f;
  padding: 20px 0;
  margin-top: 20px;
}

.change {
  width: 1150px;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 50px;
}

.change ul li {
  float: left;
  width: 25%;
}

.change ul li a .change_img1 {
  background: url(../../upload/image/index_01_1.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img1 {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #ebebeb;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 15px;
  font-size: 50px;
}

.change ul li.on a .change_img1 {
  background: url(../../upload/image/index_011.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img2 {
  background: url(../../upload/image/index_02.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img2 {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #ebebeb;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 15px;
  font-size: 50px;
}

.change ul li.on a .change_img2 {
  background: url(../../upload/image/index_02_11.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img3 {
  background: url(../../upload/image/index_03.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img3 {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #ebebeb;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 15px;
  font-size: 50px;
}

.change ul li.on a .change_img3 {
  background: url(../../upload/image/index_03_11.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img4 {
  background: url(../../upload/image/index_04.png) center no-repeat;
  background-size: 120px 120px;
}

.change ul li a .change_img4 {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #ebebeb;
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto 15px;
  font-size: 50px;
}

.change ul li.on a .change_img4 {
  background: url(../../upload/image/index_04_11.png) center no-repeat;
  background-size: 120px 120px;
}

.change span {
  font-size: 20px;
  display: block;
  text-align: center;
}

.mod_tit p {
  cursor: pointer;
  color: #666;
}

.mod_tit h2 {
  cursor: pointer;
}

.fl ul {
  color: white;
}

.fl p {
  padding-top: 5px;
}

.met_listbox a {
  font-weight: bold;
}

.met_section aside .met_related ul li {
  line-height: 20px;
}

#showproduct dl.pshow dd .met_box ul li {
  line-height: 20px
}

/* 移动端样式 */

@media screen and (max-width: 3000px) {
  .mobile {
    display: none;
  }

  .pc {
    display: block;
  }

  @media screen and (max-width: 700px) {
    .mobile {
      display: block;
    }

    .pc {
      display: none;
    }

    /* 首页顶部样式 */
    .top {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 50px;
    }

    /* logo样式 */
    .top .log {
      width: 70%;
      height: 50px;
    }

    .top .log a img {
      visibility: visible;
      max-height: 50px !important;
    }

    /* 导航栏样式 */
    .top .nav {
      display: flex;
      justify-content: flex-end;
      width: 38%;
      height: 50px;
      background-color: #e9280c;
    }

    /* 导航栏图标样式 */
    .top_icon {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 70%;
      height: 50px;
      margin-right: 5px;
    }

    .top_icon span {
      display: inline-block;
      padding: 6px;
    }

    .top_icon span img {
      width: 24px;
      height: 24px;
    }

    /* 下拉切换语言区域 */
    .language {
      width: 100%;
      height: 165px;
      background-color: #cf260d;
      display: none;
    }

    .language li a {
      display: block;
      padding: 15px;
      font-size: 16px;
      color: #fff;
      font-weight: 400;
    }

    /* 下拉导航区栏域 */
    .nav_bar {
      width: 100%;
      height: 385px;
      background-color: #cf260d;
      display: none;
    }

    #mynav {
      width: 100%;
      height: 385px;
      background-color: #cf260d;
      position: relative;
    }

    .nav_bar li a {
      display: block;
      padding: 15px;
      font-size: 16px;
      color: #fff;
    }

    /* 页面底部样式 */
    .foot {
      padding: 40px 10px 0;
      background: #1e1e1e;
    }

    .foot_main {
      padding: 40px 10px 20px;
      background: #1e1e1e;
    }

    .foot_bottom dd {
      margin-top: 10px
    }

    .foot .foot_top dt {
      margin-right: 10px;
      border-bottom: 1px solid #363636;
      color: #f3f3f3;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
    }

    .foot .foot_top dt span {
      position: relative;
      top: -1px;
      display: inline-block;
      border-bottom: 3px solid #838383;
    }

    .foot_lxfs {
      padding: 10px;
    }

    .foot_lxfs ul li {
      position: relative;
      margin-bottom: 15px;
      padding-top: 5px;
      padding-left: 48px;
      min-height: 35px;
      color: #646363;
      font-size: 16px;
    }

    .foot_lxfs ul li i {
      position: absolute;
      top: 0;
      left: 0;
      width: 35px;
      height: 35px;
      border: 1px solid #424244;
      border-radius: 5px;
      color: #7c7c7c;
      text-align: center;
      font-size: 22px;
      line-height: 35px;
    }

    .foot_lxfs ul li i img {
      width: 20px;
      height: 20px;
    }

    .foot .foot_bottom dt {
      margin-right: 10px;
      border-bottom: 1px solid #363636;
      color: #f3f3f3;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
    }

    .foot .foot_bottom dt span {
      position: relative;
      top: -1px;
      display: inline-block;
      border-bottom: 3px solid #838383;
    }

    .tem_footer {
      position: relative;
      padding: 30px 0 20px;
      background: #161616;
      color: #4a4a4a;
      text-align: center;
      font-size: 12px;
    }

    .powered_by_metinfo {
      height: 35px;
      background: #161616;
      color: #4a4a4a;
      text-align: center;
      font-size: 12px;
      line-height: 35px;
    }

    #footernav {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 999;
      text-align: center;
    }

    /* 轮播图 */
    .am-slider {
      position: relative;
    }

    /* 关于我们区域 */
    .About {
      padding: 20px 10px 30px;
    }

    .About .about_head {
      height: 60px;
      text-align: center;
    }

    .About .about_head .title {
      margin: 0 0 20px 0;
      padding: 0px;
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-weight: normal;
      font-size: 22px;
    }

    .about_head .title span {
      position: relative;
      top: 2px;
      display: inline-block;
      padding: 10px 15px;
      border-bottom: 4px solid #666;
    }

    .met_editors {
      padding: 0 8px;
      font-size: 16px;
    }

    .tem_index_about_more {
      padding-top: 10px;
    }

    .tem_index_about_more a {
      display: inline-block;
      padding: 8px 30px;
      border: 2px solid #eee;
      color: #999 !important;
      text-decoration: none;
      font-weight: normal;
    }

    /* 推荐产区域 */
    .rec_pro {
      border-top: 1px solid #e7e8ed;
      border-bottom: 1px solid #e7e8ed;
      background: #f7f8fa;
      padding: 20px 10px 30px;
    }

    .rec_head .rec_title {
      margin: 0 0 20px 0;
      padding: 0px;
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-weight: normal;
      font-size: 22px;
    }

    .rec_head .rec_title span {
      position: relative;
      top: 2px;
      display: inline-block;
      padding: 10px 15px;
      border-bottom: 4px solid #666;
    }

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

    .rec_cp .rec_cp1 {
      width: 50%;
      overflow: hidden;
      text-align: center;
      margin-bottom: 10px;
    }

    .rec_cp .rec_cp1 a {
      display: inline-block;
      width: 95%;
    }

    .rec_cp .rec_cp1 a img {
      width: 100%;
    }

    .rec_cp .rec_cp1 a h2 {
      margin: 0px;
      height: 38px;
      padding: 8px 10px;
      background: #8c989f;
      color: #fff;
      text-align: left;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.5;
    }

    .rec_promore {
      width: 200px;
      margin: 0 auto;
      text-align: center;
      padding-top: 30px;
    }

    .rec_promore a {
      display: block;
      height: 40px;
      background-color: #e9280c;
      color: #fff;
      font-size: 14px;
      line-height: 40px;
      font-weight: normal;
    }

    /* 文章列表区域 */
    .Active {
      background: #8c989f;
      color: #fff;
    }

    .article {
      padding: 20px 10px 30px;
    }

    .article .article_title {
      margin: 0 0 20px 0;
      padding: 0px;
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-weight: normal;
      font-size: 22px;
    }

    .article .article_title span {
      position: relative;
      top: 2px;
      display: inline-block;
      padding: 10px 15px;
      border-bottom: 4px solid #666;
    }

    .article_tab {
      display: flex;
      height: 35px;
      margin-bottom: 10px;
      justify-content: space-between;
    }

    .article_tab li {
      width: 50%;
      font-size: 16px;
      border: 1px solid #8c989f;
    }

    .article_tab li h3.bt {
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 33px;
    }

    .article_container {
      width: 394px;
      float: left;
      -webkit-backface-visibility: hidden;
      position: relative;
      /* margin-right: 20px; */
    }

    .article_container li {
      padding: 15px 10px;
      border-bottom: 1px solid #ddd;
      text-align: left;
    }

    .article_container li h3 {
      height: 23px;
      margin-bottom: 3px;
      font-size: 16px;
      font-weight: normal;
      color: #000;
    }

    .article_container li p {
      color: #818181;
      line-height: 1.5;
      font-size: 14px;
    }

    .article_more {
      padding: 30px 0;
      width: 200px;
      margin: 0 auto;
      text-align: center;
      font-size: 22px;
    }

    .article_more a {
      display: block;
      height: 40px;
      line-height: 40px;
      background-color: #e9280c;
      color: #fff;
      font-size: 14px;
    }

    /* 案例展示 */
    .case_show {
      padding: 0px 10px;
    }

    .case_show .case_img {
      display: flex;
      overflow: hidden;
    }

    .case_show .case_title {
      text-align: center;
      font-size: 22px;
      border-bottom: 1px solid #ddd;
    }

    .case_show .case_title .case_bt {
      position: relative;
      padding: 10px 15px;
      top: 2px;
      display: inline-block;
      border-bottom: 4px solid #666;
    }

    .case_yd {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }

    .case_yd li a {
      display: block;
      width: 8px;
      height: 8px;
      margin: 0 7px;
      background-color: #666;
      border-radius: 8px;
    }

    .case_more {
      padding: 30px 0;
      text-align: center;
    }

    .case_more a {
      display: block;
      width: 200px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto;
      background-color: #e9280c;
      color: #fff;
      margin-top: 20px;
    }

    /* 公司简介模块 */
    .mob_article_head {
      display: flex;
      justify-content: space-between;
      margin: 0 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
    }

    .mob_article_head h1 {
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      font-weight: normal;
    }

    .mob_article_head h3 {
      position: relative;
      line-height: 60px;
      font-weight: normal;
      font-size: 12px;
    }

    .mob_article_head h3 i {
      position: absolute;
      top: 14px;
      right: 59px;
      width: 30px;
      height: 30px;
      background-color: #ddd;
      border-radius: 50px;
      text-align: center;
      line-height: 30px;
    }

    .mob_article_head h3 img {
      width: 16px;
      height: 16px;
    }

    .About_cbl {
      position: fixed;
      margin-right: 30%;
      top: 0;
      width: 66%;
      height: 100%;
      z-index: 1000;
      background: #1c1c1c !important;
      padding: 5px;
      display: none;
    }

    .About_cbl li a {
      display: inline-block;
      width: 243px;
      padding: 15px;
      color: #FFF;
      border-bottom: 1px solid #292929;
      font-weight: normal;
      font-size: 16px;
    }

    .About_main {
      padding: 30px 10px;
    }

    .About_main img {
      width: 100%;
    }

    /* 产品展示列表模块 */
    .About_us {
      padding: 15px 10px;
    }

    .About_us .pro_main .pro_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .About_us .pro_main .pro_list li {
      width: 49%;
      margin-bottom: 10px;
    }

    .About_us .pro_main .pro_list li a {
      display: inline-block;
    }

    .About_us .pro_main .pro_list li a img {
      width: 100%;
      height: 130.23px;
    }

    .About_us .pro_main .pro_list li a h2 {
      padding: 10px 5px;
    }

    /* 产品展示详情页模块 */
    .pro_imgs img {
      width: 100%;
    }

    .pro_shoumain .pro_box {
      padding: 0 10px;
      box-sizing: border-box;
    }

    .pro_shoumain .pro_box h1 {
      padding: 20px 5px;
      border-bottom: 1px solid #ddd;
      font-size: 16px;
    }

    .pro_shoumain .pro_box .box_list li {
      height: 25px;
      position: relative;
      padding: 8px 5px 8px 90px;
      border-bottom: 1px solid #ddd;
      list-style: none;
      color: #818181;
    }

    .pro_shoumain .pro_box .box_list li span {
      position: absolute;
      top: 0;
      left: 0;
      padding: 8px 5px;
      width: 80px;
      word-wrap: break-word;
      font-size: 15px;
    }

    .pro_tabs .txt {
      height: 45px;
      margin: 30px 0;
      line-height: 45px;
      border: 1px solid #ddd;
    }

    .pro_tabs .txt h2 {
      width: 50%;
      height: 45px;
      line-height: 45px;
      text-align: center;
      border-right: 1px solid #ddd;
    }

    .pro_tabs .txt h2 a {
      display: block;
      background: #f7f8fa;
      font-size: 16px;
    }

    .pro_tj h3 {
      padding: 10px 10px;
      font-size: 18px;
      border-bottom: 1px solid #ddd;
    }

    .pro_Tlist {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      padding-bottom: 30px;
    }

    .pro_Tlist li {
      width: 49%;
    }

    .pro_Tlist li a {
      display: block;
    }

    .pro_Tlist li a h2 {
      padding: 10px 10px;
    }

    .pro_Tlist li a img {
      width: 100%;
    }

    /* 高备展示列表页 */
    .High_for {
      padding-bottom: 30px;
    }

    .High_for .High_list li {
      display: flex;
      justify-content: space-between;
      padding: 20px 10px;
      border-bottom: 1px solid #ddd;
    }

    .High_for .High_list li .img {
      width: 33%;
    }

    .High_for .High_list li .txt {
      width: 67%;
      padding: 0 10px;
      font-size: 15px;
      line-height: 1.2;
    }

    .High_for .High_list li .txt a {
      display: block;
      width: 172px;
      color: #333 !important;
    }

    .High_for .High_list li .txt p {
      padding: 5px 0;
      color: #818181;
    }

    .High_for .High_list li .img img {
      width: 100%;
    }

    /* 高备展示详情页区域 */
    .img_Showlist li img {
      width: 100%;
    }

    .img_Show .bt {
      margin: 0px 10px;
      margin-bottom: 30px;
      padding: 15px 5px;
      border-bottom: 1px solid #ddd;
      font-size: 22px;
    }

    /* 新闻列表区域样式 */
    .New_list {
      padding: 10px 10px;
    }

    .New_list li {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }

    .New_list li .bt {
      font-weight: bold;
      margin-bottom: 3px;
      font-size: 16px;
    }

    .New_list li .New_main {
      color: #818181;
      font-size: 15px;
    }

    .New_list li .time {
      color: #818181;
      font-size: 15px;
    }

    /* 新闻详情页区域样式 */
    .New_show .Show_head {
      padding: 5px 10px
    }

    .New_show .Show_head .Show_title {
      margin-top: 10px;
      font-size: 28px;
      font-weight: normal;
      line-height: 1.2;
    }

    .New_show .Show_infos {
      margin-bottom: 30px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
      color: #818181;
      font-size: 12px;
    }

    .New_show .Show_main {
      padding: 5px 10px;
    }

    .Show_main {
      font-size: 16px;
    }

    /* 联系我们模块 */
    .Contact .Contact_head {
      padding: 0 10px;
    }

    .Contact .Contact_head h2 {
      padding: 0 10px;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      font-weight: normal;
      border-bottom: 1px solid #ddd;
    }

    .Contact .Contact_main {
      padding: 30px 10px;
    }

    .Contact .Contact_main img {
      width: 100%;
    }

    /* 在线留言区域样式 */
    .Leave_word {
      padding: 10px;
    }

    .items1 {
      margin-top: 10px;
      padding: 5px;
      border: 1px solid #ddd;
    }

    .items1 .Leave_top .title {
      width: 100%;
      padding: 5px;
      position: relative;
    }

    .items1 .info {
      padding: 5px;
      font-size: 16px;
    }

    .items1 .Leave_top .title .name {
      color: #2c7199;
      font-weight: 700;
      font-size: 16px;
    }

    .items1 .Leave_top .title .time {
      padding-left: 5px;
      font-size: 12px;
      color: #aaa;
    }

    .items1 .Leave_top .title .tt {
      position: absolute;
      right: 15px;
      font-weight: 700;
      color: #aaa;
    }

    .items1 .Leave_top .reinfo {
      border-top: 1px solid #ddd;
      padding: 5px;
    }

    .reinfo .name {
      padding-top: 10px;
      color: #2c7199;
      font-size: 16px;
    }

    .reinfo .text {
      padding: 8px 0;
      font-size: 16px;
    }

    /* 提交留言模块 */
    .Submit_mes {
      padding: 0 10px 30px 10px;
    }

    .Submit_mes .title {
      height: 60px;
      line-height: 60px;
      text-indent: 1em;
      margin-top: 30px;
      background-color: #ddd;
      font-size: 14px;
      font-weight: 700;
      color: #333;
    }

    .Submit_mes .Leave_container dl {
      padding: 0px 10px;
      border-top: 1px solid #ddd;
      margin-bottom: 10px;
    }

    .Submit_mes .Leave_container dl dt {
      font-weight: 200;
      padding: 15px 15px 10px 7px;
      font-size: 16px;
    }

    /* 清除输入框的默认样式 */
    input,
    button,
    select,
    textarea {
      outline: none;
      -webkit-appearance: none;
      border-radius: 0;
      border: 0;
    }

    textarea {
      resize: none;
    }

    input::-webkit-input-placeholder {
      font-size: 16px;
    }

    /* 清除默认样式结束 */
    .Submit_mes .Leave_container dl .input {
      width: 95%;
      text-indent: 0.5em;
      outline: none;
      -webkit-appearance: none;
      border-radius: 0;
      border: 0;
      /* margin-bottom: 10px; */
    }

    .Submit_mes .Leave_container dl .input input {
      height: 45px;
      border: 1px solid #ddd;
      text-indent: 0.5em;
    }

    .Submit_mes .Leave_container dl .input span {
      margin-top: 6px;
      height: 20px;
      line-height: 20px;
    }

    .Submit_mes .Leave_container dl input:focus {
      outline: 0;
      border: 1px solid #23b7e5 !important;
    }

    .Submit_mes .Leave_container dl .input input {
      width: 95%;
    }

    .Submit_mes .Leave_container dl .textarea textarea {
      padding: 7px 5px;
      width: 95%;
      height: 100px;
      outline: 0;
      border: 1px solid #dcdfe0;
      background-color: #fff;
      color: #333;
      line-height: 1.5;
    }

    .Submit_mes .Leave_container dl .textarea .message {
      padding: 5px
    }

    .Submit_mes .Leave_container dl .textarea {
      padding: 5px 0;
      width: 95%;
      outline: 0;
      background-color: #fff;
      color: #333;
      line-height: 1.5;
      margin-bottom: 10px;
      text-indent: 0.5em;
    }

    .Submit_mes .Leave_container dl .submit {
      display: block;
      padding: 0 35px;
      height: 34px;
      border: 0 none;
      border-radius: 2px;
      background: #23b7e5;
      color: #fff;
      font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
      line-height: 26px;
    }

    .Submit_mes .Leave_container {
      border: 1px solid #ddd;
    }

    .tem_index_news_tab {
      display: -webkit-box;
      margin: 0 0 10px;
      padding: 0px;
      height: 35px;
      border-right: 1px solid #8c989f;
      list-style: none;
      line-height: 35px;
    }

    .tem_index_news_tab li {
      -webkit-box-flex: 1;
    }

    .tem_index_news_tab li h3 {
      padding: 0 40px;
      height: 35px;
      border: 1px solid #8c989f;
      border-right: 0;
      font-weight: normal;
      line-height: 35px;
      cursor: pointer;
      text-align: center;
    }

    /* 新闻tab栏 */
    .am-slider {
      position: relative;
    }

    .am-slider {
      margin: 0;
      padding: 0;
    }

    .am-slider .am-slides>li {
      display: none;
      -webkit-backface-visibility: hidden;
      position: relative;
    }

    .tem_index_news_list div {
      padding: 15px 10px;
      border-bottom: 1px solid #ddd;
      text-align: left;
    }

    .tem_index_news_list a {
      display: block;
    }

    .tem_index_news_list h3 {
      overflow: hidden;
      margin: 0px;
      margin-bottom: 3px;
      padding: 0px;
      height: 23px;
      color: #000;
      font-weight: normal;
      line-height: 23px;
      font-size: 16px;
    }

    .tem_index_news_list p {
      margin: 0px;
      padding: 0px;
      color: #818181;
      line-height: 1.5;
      font-size: 16px;
    }

    .tem_index_more {
      clear: both;
      margin: 0 auto;
      padding-top: 30px;
      width: 200px;
      text-align: center;
    }

    .tem_index_news_list a {
      display: block;
    }

    .tem_index_more a {
      display: block;
      height: 40px;
      background: #e9280c;
      color: #fff;
      font-weight: normal;
      font-size: 14px;
      line-height: 40px;
    }

    .met_clear {
      clear: both;
    }

    .met_toolss {
      position: relative;
      margin: 30px 10px 0px;
      padding: 5px 5px 0;
      border-top: 1px solid #ddd;
    }

    .met_toolss .met_pages {
      clear: both;
      display: -webkit-box;
      margin: 10px 0px 0px;
      padding: 0px;
      color: #818181;
    }

    .met_toolss .met_pages li.met_pages_preinfo {
      margin-right: 10px;
      text-align: right;
    }

    .met_toolss .met_pages li {
      padding: 8px;
      background: #f7f8fa;
      list-style: none;
      -webkit-box-flex: 1;
    }

    .met_toolss .met_pages li span {
      font-size: 16px;
    }

    .met_toolss .met_pages a {
      display: block;
      color: #607fa6;
      font-size: 15px;
    }

    .met_pagers {
      padding: 30px 0 0;
      text-align: center;
    }

    .met_pagers .PreSpan {
      margin-right: 6px;
    }

    .met_pagers .PreSpan,
    .met_pagers .NextSpan {
      display: inline-block;
      padding: 0px 10px;
      height: 30px;
      border: 1px solid #e0e0e0;
      background: #f0f0f0;
      color: #ccc;
      text-align: center;
      line-height: 30px;
    }

    .met_pagers a {
      display: inline-block;
      padding: 0px 10px;
      height: 30px;
      border: 1px solid #e0e0e0;
      color: #aaa;
      text-align: center;
      text-align: center;
      line-height: 30px;
    }

    .met_pagers .PageText {
      display: none;
      margin-left: 10px;
      color: #aaa;
    }

    .met_pagers .firstPage,
    .met_pagers .lastPage {
      height: 28px;
      min-width: 40px;
      color: #aaa;
      font-weight: bold;
      line-height: 28px;
      _width: 40px;
    }

    .met_pagers .NextSpan,
    .met_pagers .NextA {
      margin-left: 6px;
    }

    .met_pagers .PreA,
    .met_pagers .NextA {
      height: 28px;
      min-width: 58px;
      color: #aaa;
      line-height: 28px;
      _width: 58px;
    }

    .met_pagers #metPageT {
      display: none;
      padding: 6px 5px 5px;
      width: 20px;
    }

    .met_pagers #metPageB {
      display: none;
      padding: 6px 0 5px;
      min-width: 40px;
      font-weight: bold;
      cursor: pointer;
      _width: 40px;
    }

    .met_pagers #metPageT,
    #metPageB {
      border: 1px solid #e0e0e0;
      color: #aaa;
      text-align: center;
    }

    .tem_index_to {
      border-top: 1px solid #e7e8ed;
      border-bottom: 1px solid #e7e8ed;
      background: #f7f8fa;
    }

    .tem_inner,
    .met_section {
      position: relative;
    }

    .tem_index_title {
      margin: 0 0 20px 0;
      padding: 0px;
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-weight: normal;
      font-size: 22px;
    }

    .tem_index_title span {
      position: relative;
      top: 2px;
      display: inline-block;
      padding: 10px 15px;
      border-bottom: 4px solid #666;
    }

    .tem_index_case .am-slider-default {
      background-color: transparent !important;
      box-shadow: none !important;
    }

    .am-slider-default {
      margin: 0 0 20px;
      background-color: #fff;
      border-radius: 2px;
      -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 15%);
      box-shadow: 0 0 2px rgb(0 0 0 / 15%);
    }

    .am-slider {
      position: relative;
    }

    .am-slider-default .am-viewport {
      max-height: 2000px;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
    }

    .tem_index_case_list ul.am-slides {
      margin: 0px;
      padding: 0px;
    }

    .am-slider .am-slides>li {
      display: none;
      -webkit-backface-visibility: hidden;
      position: relative;
    }

    .tem_index_case_list ul.am-slides li {
      float: left;
      list-style: none;
    }

    .tem_index_case_list .tem_list {
      float: left;
      margin: 0px;
      margin-bottom: 10px;
      width: 50%;
    }

    .tem_index_case_list .tem_list dt {
      margin: 0px;
      padding: 0 5px;
      text-align: center;
      font-size: 0;
    }

    .tem_index_case_list .tem_list dt a {
      display: inline-block;
      overflow: hidden;
      width: 187px;
      height: 187px;
      margin: 0 auto;
    }

    .tem_index_case_list .tem_list dt img {
      width: 100%;
    }

    .am-slider .am-slides img {
      width: 100%;
      display: block;
    }

    .tem_index_case_list .tem_list h3 {
      margin: 0 auto;
      height: 40px;
      background: #8c989f;
      text-align: center;
      font-weight: normal;
      line-height: 40px;
    }

    .tem_index_case_list .tem_list h3 a {
      color: #fff;
    }

    .tem_index_case_list .tem_list {
      float: left;
      margin: 0px;
      margin-bottom: 10px;
      width: 50%;
    }

    .swiper-slide {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .swiper-slide li {
      width: 49%;
      margin-bottom: 10px;
    }

    .swiper-slide li a {
      display: block;
      width: 95%;
    }

    .swiper-slide li a img {
      width: 100%;
      height: 100%;
    }

    .swiper-slide li a p {
      display: block;
      height: 40px;
      line-height: 40px;
      background: #8c989f;
      text-indent: 1em;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
    }

    .swiper-container {
      position: relative;
    }

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
      width: 100%;
    }

    .swiper-slide {
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-top: 3rem;
    }

    /*切换按钮样式*/
    .tab {
      width: 100%;
      height: 50px;
      overflow: hidden;
      border-bottom: 1px solid #eee;
      position: fixed;
      top: 2.5rem;
      left: 0;
      z-index: 999;
      background-color: #fff;
    }

    .tabItem {
      width: 20%;
      height: 50px;
      float: left;
      background: #fff;
      line-height: 50px;
      text-align: center;
    }

    /*切换按钮点击样式*/
    .active {
      height: 50px;
      border-bottom: 3px solid #FE2D26;
      box-sizing: border-box;
    }

    .class2 {
      background: #8c989f;
      color: #fff !important;
    }

    .tem_index_news_tab li h3 {
      padding: 0 40px;
      height: 35px;
      border: 1px solid #8c989f;
      border-right: 0;
      font-weight: normal;
      line-height: 35px;
      cursor: pointer;
      box-sizing: border-box;
    }

    .class1 {
      background: #b7250f;
    }

    /* 留言分页 */
    .met_pagers a.Ahover {
      background: #1baadb;
      border: 1px solid #1baadb;
      color: #fff;
      cursor: default;
    }

    .met_pagers a {
      width: auto;
      padding: 0px 15px;
      color: #5e7387;
      border: 1px solid #eee;
      border-right: none;
      border-left: none;
      text-decoration: none;
      background: #fff;
    }

    .met_pagers .PreSpan,
    .met_pagers .NextSpan,
    .met_pagers a.NextA,
    .met_pagers a.PreA {
      width: auto;
      padding: 0px 15px;
      border: 1px solid #eee;
      background: #fff;
      color: #999;
    }

    /* 移动端首页文章内容 */
    .News_main .cont {
      display: flex;
      width: max-content;
      overflow: hidden;
    }
  }
}