/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*分页结束*/
.noData {
  text-align: center;
  font-size: 16px;
  line-height: 200px
}



@charset "utf-8";

html,
body {
  background: #fff;
  color: #333;
  font: 14px/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;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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 dl dt {
  float: left;
}

.tem_top_nav dl dt a {
  padding: 0 10px;
}

header h1 {
  display: inline;
}

.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_tab {
  display: inline-block;
  margin: 0 0 10px;
  height: 37px;
  border-right: 1px solid #8c989f;
  list-style: none;
  line-height: 37px;
}

.tem_index_news_tab li {
  float: left;
}

.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;
}

.tem_index_news_tab li.flex-active h3 {
  background: #8c989f;
  color: #fff;
}

.tem_index_news_tab li:hover h3 {
  background: #8c989f;
  color: #fff;
}

.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(/public/upload/topic/image/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(/public/upload/topic/image/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;
  /* padding: 0px 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;
}

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

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

.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: -45px;
  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;
  /* padding-bottom: 20px; */
}

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

ul,
ol,
dl,
li {
  list-style: none;
}

.cs_flt {
  display: flex;
}

.cs_flt ul li {
  flex: 1;
}

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;
  word-break: keep-all !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
}

/* .met_pager {
  text-align: center;
  padding: 30px 0 0
} */

.met_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
}

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

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

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

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

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

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

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

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

*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_list li.list_ {
  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;
  text-align: center;
}

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

#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
}

#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(/public/upload/topic/image/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
}


/*客服样式*/
.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}


.client-2 li {
  margin-top: 1px;
  clear: both;
  height: 71px;
  position: relative;
}

.client-2 .my-kefu-main {
  background: #0e3e76;
  width: 97px;
  height: 56px;
  position: relative;
  padding: 9px 0 6px;
  float: left;
}

.client-2 .my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative;
}

.client-2 li a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}

.client-2 li i {
  background: url(/public/upload/topic/image/fx.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
  font-style: normal;
}

.client-2 li p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 .my-kefu-qq .my-kefu-right {
  width: 100px;
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;

  /* font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px; */
}

.client-2 .my-kefu-right {
  width: 20px;
}

.client-2 .my-kefu-tel-main {
  background: #0e3e76;
  color: #fff;
  height: 56px;
  width: 247px;
  padding: 9px 0 6px;
  float: left;
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  /* left: -20px; */
  top: -24px;
  display: none;
  z-index: 333;
}


.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px;
}

.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px;
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}

/*头部*/
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hcont {
  padding: 20px 0;
}

.hcont .dlogo {
  float: left;
}

.hcont .dlogo dt {
  float: left;
}

.hcont .dlogo dd {
  float: left;
  padding: 10px 0 0 0px;
  margin-top: 10px;
  text-align: center;
}

.hcont img {
  padding-right: 50px;
}

.hcont .dlogo dd h2 {
  font-size: 18px;
}

.hcont .dlogo dd .ht1 {
  color: #014da5;
  font-weight: 600;
}

.hcont .dlogo dd .ht2 {
  color: #999;
  font-weight: 100;
}

.hcont .dphone {
  float: right;
}

.hcont .dphone dl {
  padding: 30px 0 0 70px;
  /* background: url(/public/upload/topic/image/head_phone.png) no-repeat left center; */
  height: 80px;
}

.hcont .dphone dl dt {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: -10px;
}

.hcont .dphone dl dd {
  font-size: 30px;
  color: #0e3e76;
  font-weight: 600;
  margin-top: -6px;
}

/*导航*/
.tem_head {
  background: url(/public/upload/topic/image/navbar.png) no-repeat center;
  height: 56px;
}

.tem_head nav ul li {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
}

.tem_head nav ul li:hover,
.tem_head nav ul li.none {
  background: #131313;
}

.tem_head nav ul li>a {
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  display: block;
}

.tem_head nav ul li:not(:last-child)>a {
  border-right: 1px solid #fff;
}

.tem_head nav ul li dl {
  position: absolute;
  top: 56px;
  z-index: 99;
  display: none;
  width: 149px !important;
  background: #003165;
}

.tem_head nav ul li:hover dl {
  display: block;
}

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

.tem_head nav ul li dl dd a {
  display: block;
  padding: 5px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  width: 100%;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}

/*搜索*/
.search {
  background: url(/public/upload/topic/image/sbline.png) no-repeat bottom center;
  height: 200px;
  margin-top: 60px;
}

.search .scl {
  float: left;
  width: 370px;
}

.scl_txt {
  background: url(/public/upload/topic/image/hln.png) no-repeat left top;
}

.scl_txt p {
  font-size: 24px;
  padding: 16px 0 30px 0;
}

.scl_pic a:not(:last-child) {
  padding-right: 50px;
}

.search .scm {
  float: left;
  width: 310px;
  border-left: 1px solid #ddd;
  padding-left: 80px;
}

.search .scm p {
  /* background: url(/public/upload/topic/image/phone.png) no-repeat left center; */
  font-size: 26px;
  text-indent: 30px;
}

.search .scr {
  float: left;
  width: 358px;
  border-left: 1px solid #ddd;
  padding-left: 80px;
}

.gjc span,
.gjc .sw {
  float: left;
  padding-bottom: 20px;
}

.gjc .sw a:not(:last-child) {
  padding-right: 8px;
}

#formsearch input#input1 {
  float: left;
  width: 280px;
  height: 38px;
  line-height: 38px;
  color: #ababab;
  font-size: 14px;
  text-indent: 8px;
}

#formsearch input#s_btn {
  float: left;
  width: 60px;
  height: 40px;
  border: none;
  background: url(/public/upload/topic/image/search.png) no-repeat center;
  cursor: pointer;
}

/*品牌案例*/
.brand {
  margin-top: 70px;
  height: 378px;
}

.brand_fl {
  float: left;
  width: 520px;
  height: 376px;
  border: 1px solid #ccc;
}

.brand_fl img {
  display: block;
  width: 520px;
  height: 376px;
}

.brand_fr {
  float: right;
  width: 650px;
}

.brand_fr h3 {
  font-size: 16px;
  font-weight: 400;
  color: #bababa;
  margin-bottom: 10px;
}

.brand_fr .hd a {
  position: absolute;
  top: 280px;
  width: 15px;
  height: 32px;
}

.brand_fr .hd .next {
  left: 550px;
  background: url(/public/upload/topic/image/btn1.png) no-repeat center;
}

.brand_fr .hd .prev {
  right: -16px;
  background: url(/public/upload/topic/image/btn2.png) no-repeat center;
}

.brand_fr .bd {
  margin-top: 10px;
  padding: 20px 50px 20px 20px;
  background: #f2f2f2;
  height: 115px;
  width: 600px;
  overflow: hidden;
}

.brand_fr .bd ul li {
  float: left;
  text-align: center;
  margin: 0 12px;
  height: 135px;
}

.brand_fr .bd ul li img {
  width: 180px;
  height: 110px;
  border: 2px solid #ddd;
}

/*产品中心*/
.product_tt {
  text-align: center;
  margin: 80px 0 50px 0;
}

.product_tt h2 {
  background: url(/public/upload/topic/image/about_line.png) no-repeat center;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

.product_tt h3 {
  font-size: 20px;
  font-weight: 400;
}

.pro_name {
  float: left;
  width: 275px;
}

.p_nt {
  background: url(/public/upload/topic/image/p_nt.jpg) repeat-x;
  padding: 15px 0 0 25px;
}

.p_nt h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.p_nt h3 {
  color: #0366aa;
  font-weight: normal;
  font-size: 16px;
}

.p_nl {
  background: #137fca;
  overflow: hidden;
}

.p_nl ul li {
  border-bottom: 1px solid #11466c;
  border-top: 1px solid #118fe6;
}

.p_nl ul li:hover {
  background: url(/public/upload/topic/image/p_nl.png) no-repeat left center;
}

.p_nl ul li a {
  height: 75px;
  line-height: 75px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 45px;
}

.pro_list {
  float: right;
  width: 900px;
}

.pro_list1 {
  width: 900px;
  height: 328px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}

.pro_ln {
  float: left;
  width: 320px;
}

.pro_ln img {
  width: 328px;
  height: 328px;
}

.pro_rn {
  float: right;
  width: 500px;
  height: 328px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 0px 20px 0 50px;
}

.pro_rn h2 {
  background: url(/public/upload/topic/image/pro_arrow.png) no-repeat left center;
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  text-indent: 20px;
	background-size: 100%;
}

.pro_rn h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
}

.pro_rn p {
  margin-bottom: 30px;
}

.pro_rn a {
  background: #e2e2e2;
  padding: 10px 30px;
  font-size: 16px;
  margin-right: 16px;
}

.pro_rn a:hover {
  background: #0366aa;
  color: #fff;
}

.pro_list2 {
  margin-top: 30px;
}

.pro_list2 ul li {
  float: left;
  width: 275px;
  height: 320px;
  text-align: center;
  margin: 0 10px;
}

.pro_list2 li img {
  width: 270px;
  height: 230px;
  padding: 2px;
  border: 1px solid #ddd;
}

.pro_list2 li:hover img {
  border-color: #0072b3;
}

.pro_list2 li h3 a {
  display: block;
  background: #edf2f5;
  padding: 10px 0px;
  margin-top: -6px;
  font-size: 16px;
  font-weight: 500;
}

.pro_list2 li h3 a:hover {
  color: #fff;
  background: #0072b3;
}

/*新闻中心*/
.xw_fl {
  float: left;
  width: 238px;
  padding: 180px 0 0 50px;
}

.xw_fr {
  float: left;
  width: 480px;
  margin: 180px 0 0 10px;
}

.xw_fl li {
  margin: 20px 0 0 25px;
}

.xw_fl li a {
  height: 60px;
  line-height: 60px;
  text-indent: 50px;
  color: #000;
  font-size: 18px;
  display: block;
  background: url(/public/upload/topic/image/xwta.jpg) no-repeat;
}

.xw_fl li a:hover,
.xw_fl .cur a {
  background: url(/public/upload/topic/image/news_arrow.png) no-repeat;
  color: #fff;
  font-weight: bold;
}

.top_news-tabs {
  display: none;
}

.xw_fr .curo {
  display: block;
}

.xw_fr li a,
.xw_fr li em {
  line-height: 50px;
  color: #666;
  font-size: 16px;
  margin-left: 20px;
}

.xw_fr li em {
  margin-left: 10px;
}

/*售后的优势*/
.customer {
  background: #fafafa;
  margin-top: 100px;
  height: 840px;
}

.customer_tt {
  text-align: center;
}

.customer_tt h2 {
  background: url(/public/upload/topic/image/about_line.png) no-repeat center 45px;
  color: #1e1e1e;
  font-size: 36px;
  padding: 30px 0 10px 0;
}

.customer_tt h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.customer_show {
  margin-top: 50px;
}

.cs_fl {
  float: left;
  width: 555px;
}

.cs_flt li {
  float: left;
}

.cs_flt li:not(:last-child) {
  margin-right: 8px;
}

.cs_flt li a {
  background: #dadada;
  padding: 10px 20px;
  font-size: 16px;
}

.cs_flt li.cur a {
  background: #4c9bd2;
  color: #fff;
}

.cs_pic {
  margin-top: 20px;
}

.cs_pic .sale-tabs img {
  width: 554px;
  height: 606px;
}

.cs_pic .sale-tabs {
  display: none;
}

.cs_pic .curo {
  display: block;
}

.cs_fr {
  width: 626px;
  height: 658px;
  float: right;
  background: #3183bb;
  margin-top: -8px;
}

.cs_frt {
  padding: 40px 0 0 50px;
}

.cs_frt li {
  float: left;
}

.cs_frt li a {
  background: #58b3f3;
  color: #0775c2;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 600;
}

.cs_frt li.cur a {
  background: #276fa1;
  color: #fff;
}

.cs_txt {
  padding: 30px 0 0 50px;
}

.cs_txt .dp-tabs p {
  color: #fff;
  font-size: 16px;
  width: 520px;
}

.dp-tabs {
  display: none;
}

.cs_txt .curo {
  display: block;
}

/*三大优势*/
.aos_tt1 {
  position: absolute;
  left: 402px;
  top: 62px;
}

.aos_tt1 li {
  float: left;
}

.aos_tt1 li:not(:last-child) {
  padding-right: 48px;
}

.aos_tt2 {
  position: absolute;
  left: 386px;
  top: 90px;
  font-size: 26px;
  color: #004ea1;
}

.aos_tt3 {
  position: absolute;
  left: 386px;
  top: 145px;
  font-size: 16px;
  color: #b4b4b4;
}

.aos_list {
  width: 540px;
  position: absolute;
  left: 386px;
  top: 200px;
}

.aos_list li,
.ats_list p,
.ars_list li {
  /* background: url(/public/upload/topic/image/circle.png) no-repeat left 12px; */
  padding-left: 8px;
  line-height: 30px;
  font-size: 16px;
}

.ats_tt1 {
  position: absolute;
  right: 465px;
  top: 56px;
  color: #004ea1;
  font-size: 26px;
}

.ats_tt2 {
  position: absolute;
  right: 412px;
  top: 104px;
  color: #fff;
}

.ats_tt3 {
  position: absolute;
  right: 465px;
  top: 150px;
  color: #b4b4b4;
  font-size: 16px;
}

.ats_list {
  width: 540px;
  position: absolute;
  right: 6px;
  top: 190px;
  color: #fff;
}

.ats_picbt>a {
  position: absolute;
  top: 500px;
  width: 32px;
  height: 237px;
}

.ats_picbt .next {
  left: 50px;
  background: url(/public/upload/topic/image/btn3.png) no-repeat center;
}

.ats_picbt .prev {
  right: 50px;
  background: url(/public/upload/topic/image/btn4.png) no-repeat center;
}

.ats_picscr {
  position: absolute;
  left: 100px;
  top: 500px;
  width: 1000px;
  overflow: hidden;
}

.ats_picscr ul li {
  width: 240px;
  height: 280px;
  margin: 0 12px;
  text-align: center;
  float: left;
}

.ats_picscr li img {
  width: 230px;
  height: 160px;
  padding: 38px 4px;
  background: #fff;
}

.ats_picscr li h3 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.adv_three {
  margin-top: 30px;
}

.ars_tt1 {
  position: absolute;
  left: 97px;
  top: 0px;
  color: #004ea1;
  font-size: 26px;
  font-weight: 600;
}

.ars_tt2 {
  position: absolute;
  left: 118px;
  top: 44px;
  font-size: 15px;
}

.ars_tt3 {
  position: absolute;
  left: 97px;
  top: 90px;
  color: #b4b4b4;
  font-size: 16px;
}

.ars_list {
  width: 540px;
  position: absolute;
  left: 100px;
  top: 135px;
}

.ars_pic {
  background: url(/public/upload/topic/image/adv_bg4.png) no-repeat center;
  height: 255px;
  margin-top: 20px;
}

.ars_picbt>a {
  position: absolute;
  top: 350px;
  width: 25px;
  height: 165px;
}

.ars_picbt .next {
  left: 50px;
  background: url(/public/upload/topic/image/btn5.png) no-repeat center;
}

.ars_picbt .prev {
  right: 50px;
  background: url(/public/upload/topic/image/btn6.png) no-repeat center;
}

.ars_picscr {
  position: absolute;
  left: 100px;
  top: 350px;
  width: 1000px;
  overflow: hidden;
}

.ars_picscr ul li {
  width: 160px;
  height: 160px;
  text-align: center;
  margin: 0 6px;
}

.ars_picscr li img {
  width: 150px;
  height: 70px;
  padding: 6px;
  margin-top: 30px;
}

.ars_picscr li h3 a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

/*集团简介*/
.about {
  background: url(/public/upload/topic/image/about_bg.png) no-repeat center 130px;
  /* background: url(/public/upload/topic/image/about_bg.png) no-repeat center 50px; */
  height: 970px;
  margin-top: 50px;
}

.about_tt {
  text-align: center;
}

.about_tt h2 {
  background: url(/public/upload/topic/image/about_line.png) no-repeat center;
  font-size: 36px;
  font-weight: bolder;
  color: #000;
}

.about_tt h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.about .about_ct {
  text-align: center;
  color: #fff;
  /* padding-top: 100px; */
  padding-top: 80px;
}

.about .about_ct h2 {
  color: #fff;
}

.about .about_ct h4 {
  color: #fff;
}

.about_rh1 h2 {
  font-size: 30px;
  font-weight: 400;
}

.about_rh1 h4 {
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
}

.about_rh2 {
  width: 860px;
  padding: 80px 0 0 210px;
}

.about_rh2 h4 {
  font-size: 15px;
  font-weight: 300;
}

.about_rh2 h5 {
  padding-top: 50px;
  font-size: 16px;
  font-weight: 400;
}

.about_rh2 h5 a {
  padding: 12px 40px;
  border: 1px solid #006cce;
  border-radius: 20px;
  background: #006cce;
  color: #fff;
}

.about_rh3 {
  width: 1090px;
  height: 380px;
  margin: 0 auto;
  background: #f4f4f4;
  margin-top: 100px;
}

/*集团简介滚动*/
.about_rht3 {
  /* background: url(/public/upload/topic/image/ab_line.png) no-repeat center 55px; */
  font-size: 20px;
  color: #333;
  font-weight: 500;
  padding-top: 40px;
}

.about_rht3 .cur a,
.about_rht3 span a:hover {
  color: #006cce;
}

.about_rht3 .p1 {
  margin-right: 30px;
}

.about_rht3 .p2 {
  margin-left: 30px;
}

.about_rh3 .curo {
  display: block;
}

.ab-tabs {
  display: none;
}

.show-ct {
  position: relative;
  margin-top: 50px;
}

.show-rh {
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}

.show-rh ul li {
  width: 250px;
  margin: 0 6px;
  text-align: center;
  float: left;
}

.show-rh ul li>a {
  display: block;
  height: 100%;
  width: 100%;
}

.show-rh ul li h3 a {
  font-size: 16px;
  font-weight: 400;
}

.show-rh li img {
	object-fit: contain;
  width: 100%;
  height: 180px;
}

/*新闻中心*/
.news {
  height: 600px;
  margin-top: 80px;
}

.news_tt {
  text-align: center;
}

.news_tt h2 {
  background: url(/public/upload/topic/image/about_line.png) no-repeat center;
  font-size: 36px;
  color: #000;
}

.news_tt h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.news_ct {
  margin-top: 75px;
}

.news_l {
  width: 690px;
  float: left;
}

.news_lt {
  border: 1px solid #ddd;
  width: 640px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
}

.news_lt .h1 {
  float: left;
  width: 135px;
}

.news_lt .h1 a {
  text-align: center;
  display: block;
}

.news_lt .h1.cur a,
.news_lt .h1 a:hover {
  color: #fff;
  background: #006cce;
}

.news_lt .h2 {
  float: right;
  width: 100px;
  text-align: center;
}

.news_lt .h2 a {
  color: #595959;
  display: block;
  border-left: 1px solid #ddd;
  font-size: 14px;
}

.news_lt .h2 a:hover {
  color: #fff;
  background: #006cce;
}

.news_lct {
  width: 670px;
  margin-top: 20px;
}

#news_t li {
  float: left;
}

#news_t .n1 {
  width: 300px;
}

#news_t .n1 img {
  width: 295px;
  height: 162px;
}

#news_t .n2 {
  width: 340px;
  line-height: 30px;
  color: #888;
  padding-left: 20px;
}

#news_t .n2 p {
  color: #333;
  padding-right: 3px;
}

#news_b li {
  float: left;
  width: 280px;
  border-bottom: 1px dashed #ddd;
}

#news_b li:nth-child(odd) {
  padding-right: 70px;
}

#news_b li h6 {
  float: left;
  line-height: 40px;
  font-weight: normal;
}

#news_b li h6 a {
  font-size: 13px;
  padding-left: 15px;
  /* background: url(/public/upload/topic/image/news_circle.png) no-repeat left center; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 177px;
}

#news_b li span {
  float: right;
  line-height: 40px;
  font-size: 13px;
}

.news_lct .curo {
  display: block;
}

.news-tabs {
  display: none;
}

.news_r {
  width: 500px;
  float: right;
}

.question_tt {
  height: 60px;
  border: 1px solid #ddd;
}

.question_tt .h1 {
  float: left;
  line-height: 60px;
  font-size: 16px;
  width: 100px;
  color: #fff;
}

.question_tt .h1 a {
  color: #fff;
  background: #006cce;
  width: 136px;
  text-align: center;
  display: block;
}

.question_tt .h2 {
  float: right;
  border-left: 1px solid #ddd;
  width: 80px;
  font-size: 14px;
}

.question_tt .h2 a {
  color: #595959;
  width: 80px;
  text-align: center;
  display: block;
  line-height: 60px;
}

.question_tt .h2 a:hover {
  color: #fff;
  background: #006cce;
}

.question_bg {
  width: 500px;
  padding: 20px 0;
}

.question_bg dl dt {
  line-height: 20px;
  width: 22px;
  float: left;
}

.question_bg dl dd {
  line-height: 24px;
  width: 470px;
  float: left;
}

.question_bg dl dd .left {
  color: #666;
}

.question_bg dl dd strong a {
  font-weight: 400;
}

.question_bg dl dd span a {
  color: #2aad3b;
}

.question_bg .q2 a:hover {
  color: red;
}

.xian-0 {
  border-bottom: 1px dashed #aaa;
  margin-bottom: 5px;
}

.wen {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-right: 6px;
}

.da {
  background: #006cce;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-right: 6px;
}

.txtMarquee-top .bd {
  padding: 3px;
  height: 310px;
  margin-top: 10px;
}

.txtMarquee-top .bd ul li {
  height: 60px;
}

/*友情链接*/
.link {
  height: 65px;
  overflow: hidden;
  background: #313131;
  line-height: 65px;
}

.link_tt {
  color: #fff;
  font-size: 16px;
}

.link p.fl {
  display: inline;
}

.link p.fl a {
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
}

/*foot*/
.foot {
  background: #313131;
  height: 300px;
  position: relative;
}

.fn_line {
  width: 100%;
  height: 1px;
  background: #8e8e8e;
}

.cont_line {
  width: 1px;
  height: 300px;
  background: #8e8e8e;
  position: absolute;
  left: 260px;
}

.foot_imglo {
  float: left;
  padding: 40px 20px 0 0;
}

.foot_imglo img {
  width: 220px;
  height: 175px;
  /* padding: 42px 55px 42px 0;
  width: 130px;
  height: 130px; */
}

.ft_ct {
  float: left;
  padding: 30px 0 0 160px;
}

.ft_ct p {
  font-size: 16px;
  color: #fff !important;
  line-height: 36px;
}

.ft_ct p a {
  color: #fff !important;
}

.foot_ewm {
  float: left;
  padding: 40px 0 0 210px;
  text-align: center;
}

.foot_ewm img {
  width: 155px;
  height: 155px;
}

.foot_ewm p {
  color: #fff;
  font-size: 16px;
}

/*sidebar*/
.fen {
  border: 1px solid #e2e2e2;
  height: auto;
  background: #fff;
}

.mb10 {
  margin-bottom: 10px;
  /* padding-top: 60px; */
}

.fen h2 {
  width: 230px;
  height: 90px;
  font: 22px "黑体";
  text-align: center;
  background: #014da5;
  margin-bottom: 25px;
}

.fen h2 a {
  display: block;
  color: #fff;
  padding-top: 22px;
}

.fen h2 em {
  display: block;
  font: 14px Arial, Helvetica, sans-serif;
  padding-top: 5px;
}

.fen h3 {
  width: 214px;
  margin: 0 auto;
}

.fen h3 a {
  display: inline-block;
  width: 210px;
  height: 43px;
  border: 1px solid #e2e2e2;
  margin-bottom: 2px;
  /* font: 17px "微软雅黑"; */
  font-size: 16px;
  line-height: 43px;
  padding-left: 10px;
  color: #404040;
  font-weight: bold;
}

.fen h3 a:hover,
.fen h3.current a {
  color: #fff;
  background: #014da5;
  border: 0;
  width: 210px;
  height: 45px;
  line-height: 45px;
}

.fen h3 em {
  float: right;
  padding-right: 10px;
}

.fen ul {
  padding: 11px 0;
}

.fen li {
  width: 200px;
  margin: 0 auto;
  font: 14px "黑体";
  line-height: 30px;
}

.fen li a {
  padding-left: 34px;
  display: inline-block;
  color: #666;
}

.fen li.cur a,
.fen li a:hover {
  color: #262abd;
}

.fen p {
  font: 17px "黑体";
  padding: 63px 0 0 20px;
  height: 70px;
  margin-top: 12px;
  color: #fff;
  background: url(/public/upload/topic/image/fen_g.jpg) no-repeat center top;
}

.fen p em {
  display: block;
  font: 28px Arial, Helvetica, sans-serif;
}

.leib2,
.leib {
  width: 230px;
  margin-bottom: 20px;
}

.leib2 .tit,
.leib .tit {
  color: #fff;
  background: #014da5;
  width: 230px;
  height: 60px;
  padding-top: 17px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.leftlx {
  width: 222px;
  text-align: left;
  margin-top: 10px;
  font-family: "黑体";
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ececec;
  display: block;
  margin-bottom: 20px;
}

.leftlx .dianh {
  padding: 0 0 15px 0;
  width: 222px;
  overflow: hidden;
}

.leftlx .dianh img {
  width: 194px;
  display: block;
  margin-left: 20px;
}

.leftlx .dianh .dianhua {
  border-bottom: 1px solid #ececec;
  text-align: center;
}

.leftlx .dianh .dianhua h5 {
  font-size: 14px;
  padding: 15px 0px;
  color: #014da5;
}

.leftlx .dianh .dianhua p {
  color: #666;
  font-family: "黑体";
  font-size: 17px;
  padding-bottom: 12px;
}

.leftlx .dianh .dianhua span {
  color: #000;
  display: block;
  font-size: 16px;
}

/* 图片内页 */
.met_section_asidenone .met_showimg_body {
  width: 900px;
}

.met_showimg_body {
  height: 600px;
  text-align: center;
  background: #000;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.img_top {
  height: 500px;
  position: relative;
}

.img_top ul {
  height: 100%;
  position: relative;
}

.img_top li {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img_top li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_top .left {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.img_top .right {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: flex-end;
}

.img_top .left img,
.img_top .right img {
  display: none;
}

.img_top .left:hover img,
.img_top .right:hover img {
  display: block;
}

.img_bottom {
  height: 100px;
  padding: 10px 30px;
  display: flex;
  box-sizing: border-box;
}

.img_bottom li {
  height: 100%;
  width: 150px;
  margin: 0 3px;
  padding: 2px;
}

.img_bottom li.cur {
  padding: 0;
  border: 2px solid #f00;
}

.img_bottom li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.showimg_title {
  color: #efefef;
  font-size: 16px;
  padding: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
}

.showimg_title h2 {
  color: #efefef;
  text-align: left;
}

.pagination>li>a {
  height: 34px;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
	.w1200 {
		width: 1200px;
		margin: 0 auto;
	}
	
	header {
		width: 1200px;
	}
	
	.tem_head {
		width: 1200px;
	}
	
	.carousel-inner {
		width: 1200px;
	}
	
	.app>img {
		width: 1200px;
	}
	
	.news_bg {
		width: 1200px;
	}
	
	.adv_pic {
		width: 1200px;
	}
	
	.adv_two {
		width: 1200px;
	}
	
	.about {
		width: 1200px;
	}
	
	.link {
		width: 1200px;
	}
	
	.foot {
		width: 1200px;
	}
	
	.met-banner-ny {
		width: 1200px;
	}
	
	.customer {
		width: 1200px;
	}
}