@charset "utf-8";
/************通用头部**********/
* {
  margin: 0;
  padding: 0;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
input,
select {
  font-size: 14px;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: #4E667B;
}
a:active {
  text-decoration: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  font-family: "microsoft yahei";
  font-size: 14px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/*********************************************/
.header {
  width: 100%;
  height: 80px;
  position: relative;
  background: #fff;
}
.header .logo {
  width: 85%;
  height: 50px;
  background: url("../images/logo.png") no-repeat 0px center;
  position: absolute;
  top: 18px;
  -webkit-background-size: 50%;
  background-size: 50%;
}
.header #menu {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 24px;
  background: url("../images/menu.svg") no-repeat center;
}
.header #menu-list {
  display: none;
  position: absolute;
  top: 80px;
  z-index: 4;
  width: 100%;
}
.header #menu-list ul {
  width: 100%;
  padding-bottom: 15px;
}
.header #menu-list ul li {
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(2, 105, 211, 0.9);
}
.header #menu-list ul li a {
  display: block;
  height: 34px;
  line-height: 35px;
  width: 96%;
  text-align: left;
  text-indent: 20% ;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #C6C6C6;
  z-index: 2;
  margin: 0 auto;
}
.footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #0269D3;
  position: fixed;
  bottom: 0;
}
.footer ul li {
  float: left;
  width: 24%;
  height: 50px;
  border-right: 1px dashed #ddd;
  margin: 15px 0;
}
.footer ul li a {
  display: block;
  width: 100%;
  height: 50px;
}
.footer ul li.home {
  background: url("../images/home.svg") no-repeat center;
}
.footer ul li.products {
  background: url("../images/products.svg") no-repeat center;
}
.footer ul li.qq {
  background: url("../images/qq.svg") no-repeat center;
}
.footer ul li.tel {
  background: url("../images/tel.svg") no-repeat center;
}
.footerBar {
  width: 100%;
  height: 120px;
}
/*轮播*/
.banner {
  width: 100%;
  height: 150px;
}
.main_visual {
  width: 100%;
  height: 150px;
  margin: 0 auto;
}
.main_visual .flicking_con {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main_visual .flicking_con .flicking_inner {
  position: absolute;
  top: 135px !important;
  left: 38%;
  z-index: 2;
  width: auto;
  height: 5px;
}
.main_visual .flicking_con .flicking_inner a {
  float: left;
  width: 20px;
  height: 5px;
  padding: 0;
  background: url('../images/btn_main_img.png') 0 0 no-repeat;
  display: block;
  text-indent: -1000px;
  margin: 0 3px;
}
.main_visual .flicking_con .flicking_inner a.on {
  background-position: 0 -5px;
}
.main_visual .main_image {
  width: 100%;
  border-top: 0 solid #d7d7d7;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 150px;
  /*#btn_prev{
      background:url(../images/hover_left.png) no-repeat left top;
      left:100px;
    }
    #btn_next{
      background:url(../images/hover_right.png) no-repeat right top;
      right:100px;
    }*/
}
.main_visual .main_image ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.main_visual .main_image ul li {
  float: left;
  width: 100%;
  height: auto;
}
.main_visual .main_image ul li img {
  display: block;
  width: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.main_visual .main_image ul li a {
  display: block;
  width: 100%;
  height: auto;
}
.main_visual .main_image #btn_prev,
.main_visual .main_image #btn_next {
  z-index: 11111;
  position: absolute;
  width: 73px!important;
  height: 74px!important;
  top: 50%;
  margin-top: -37px;
  display: none;
}
/***/
.about {
  width: 100%;
}
.about .about-head {
  width: 100%;
  height: 18px;
  background: url(../images/about.svg) no-repeat center;
}
.about .content {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.products {
  width: 100%;
}
.products .products-head {
  width: 100%;
  height: 18px;
  background: url(../images/productShow.svg) no-repeat center;
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-head {
  width: 100%;
  height: 18px;
  background: url(../images/equipment.svg) no-repeat center;
}
.news {
  width: 100%;
}
.news .news-head {
  width: 100%;
  height: 18px;
  background: url(../images/news.svg) no-repeat center;
}
.support {
  width: 100%;
}
.support .support-head {
  width: 100%;
  height: 18px;
  background: url(../images/support.svg) no-repeat center;
}
.contact {
  width: 100%;
}
.contact .contact-head {
  width: 100%;
  height: 18px;
  background: url(../images/contact.svg) no-repeat center;
}
.contact .contactP {
  width: 94%;
  margin: 0 auto;
}
.contact .contactP p {
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
  font-size: 14px;
  color: #333;
}
.caption {
  width: 96%;
  margin: 0 auto;
}
.caption h5 {
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.caption h5 b {
  font-weight: normal;
  font-size: 12px;
}
.caption h5 .share {
  display: none;
}
.caption h1 {
  width: auto;
  color: #3A3937;
  height: auto;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
}
.caption h3 {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #555552;
}
.show-content,
.showText {
  width: 96%;
  margin: 0 auto;
}
.page-content {
  width: 96%;
  margin: 0 auto;
}
/*step -新闻分页-*/
#home-page {
  width: 94%;
  height: 24px;
  margin: 10px auto;
}
#home-page span {
  display: block;
}
#home-page span.home-page-prev {
  float: left;
}
#home-page span.home-page-next {
  float: right;
}
#home-page span a {
  display: block;
  font-size: 12px;
  color: #7E0308;
  height: 24px;
  line-height: 24px;
}
/*step -图片分页-*/
#pagelist {
  width: 94%;
  height: auto;
  margin: 10px 0;
  text-align: center;
}
#pagelist a {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 2px;
  font-size: 12px;
  color: #444;
  background: #EDEDED;
  border: #cccccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#nowpage {
  display: inline-block;
  text-align: center;
  border: #cccccc 1px solid;
  background-color: #415B7F;
  color: #ffffff;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pagelist a#totalpage {
  display: inline-block;
  text-align: center;
  border: #dcdcdc 1px solid;
  background-color: #EDEDED;
  color: #666666;
  font-size: 12px;
}
/*step-多栏目列表-*/
.lump-title-list {
  width: 96%;
  height: 30px;
  line-height: 30px;
  background: #0269D3;
  padding: 0 2%;
}
.lump-title-list .title-name {
  float: left;
}
.lump-title-list .title-name a {
  font-size: 14px;
  color: #fff;
}
.lump-title-list .title-more {
  float: right;
}
.lump-title-list .title-more a {
  font-size: 12px;
  color: #fffefe;
}
.article_list {
  float: none;
  width: 100%;
  padding-bottom: 30px;
}
.article_list ul {
  width: 99%;
  margin-left: 0;
}
.article_list ul li {
  height: 35px;
  line-height: 33px;
  border-bottom: dashed 1px #CCCCCC;
  text-indent: 8px;
  text-align: left;
  width: 94%;
  margin: 0 auto;
}
.article_list ul li h1 {
  height: 35px;
  line-height: 35px;
  width: 72%;
  text-align: left;
  float: left;
  font-size: 13px;
  font-weight: 100;
  overflow: hidden;
}
.article_list ul li h1 a {
  color: #6d6565;
  text-align: left;
  font-weight: 100;
  font-size: 14px;
}
.article_list ul li span {
  float: right;
  text-align: left;
  font-weight: 100;
  height: 35px;
  line-height: 35px;
  width: auto;
  font-size: 14px;
  color: #666666;
}
/*step图片展示*/
.public-goods-list {
  width: 100%;
}
.public-goods-list ul::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
}
.public-goods-list ul li {
  float: left;
  width: 46%;
  height: 145px;
  margin: 10px 2%;
}
.public-goods-list ul li span {
  display: block;
  width: 100%;
  height: 125px;
}
.public-goods-list ul li span a {
  display: block;
}
.public-goods-list ul li span a img {
  display: block;
  width: 100%;
  height: 125px;
}
.public-goods-list ul li h1 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #000;
  font-weight: normal;
  text-align: center;
  background: #E1E2E4;
  overflow: hidden;
}
.public-goods-list ul li h1 a {
  display: block;
  font-size: 13px;
  color: #000;
}
.public-goods-list ul li h2 {
  display: none;
}
.public-pic-list-son {
  width: 100%;
}
.public-pic-list-son ul::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
}
.public-pic-list-son ul li {
  float: left;
  width: 46%;
  height: 145px;
  margin: 10px 2%;
}
.public-pic-list-son ul li span {
  display: block;
  width: 100%;
  height: 125px;
}
.public-pic-list-son ul li span a {
  display: block;
}
.public-pic-list-son ul li span a img {
  display: block;
  width: 100%;
  height: 125px;
}
.public-pic-list-son ul li h1 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #000;
  font-weight: normal;
  text-align: center;
  background: #E1E2E4;
  overflow: hidden;
}
.public-pic-list-son ul li h1 a {
  display: block;
  font-size: 13px;
  color: #000;
}
.public-pic-list-son ul li h2 {
  display: none;
}
.public-pic-list {
  width: 100%;
}
.public-pic-list ul::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
}
.public-pic-list ul li {
  float: left;
  width: 46%;
  height: 145px;
  margin: 10px 2%;
}
.public-pic-list ul li span {
  display: block;
  width: 100%;
  height: 125px;
}
.public-pic-list ul li span a {
  display: block;
}
.public-pic-list ul li span a img {
  display: block;
  width: 100%;
  height: 125px;
}
.public-pic-list ul li h1 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #000;
  font-weight: normal;
  text-align: center;
  background: #E1E2E4;
  overflow: hidden;
}
.public-pic-list ul li h1 a {
  display: block;
  font-size: 13px;
  color: #000;
}
.public-pic-list ul li h2 {
  display: none;
}
.article-list {
  width: 100%;
}
.article-list ul {
  width: 100%;
  margin: 8px auto;
}
.article-list ul li {
  width: 90%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}
.article-list ul li h1 {
  float: left;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.article-list ul li h1 a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.article-list ul li span {
  display: block;
  float: right;
  font-size: 12px;
  color: #777674;
}
#pic-list {
  width: 100%;
}
#pic-list ul li {
  width: 100%;
  height: 100px;
}
#pic-list ul li span {
  display: block;
  float: left;
  width: 34%;
  height: 100px;
}
#pic-list ul li span img {
  display: block;
  width: 100%;
  height: 80px;
  margin: 10px 4px;
}
#pic-list ul li h1 {
  float: left;
  margin-left: 15px;
  font-weight: normal;
  width: 60%;
}
#pic-list ul li h1 b {
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 8px auto 0 auto;
}
#pic-list ul li h1 b a {
  font-size: 16px;
  color: #000;
}
#pic-list ul li h1 span {
  display: block;
  width: 100%;
  height: auto;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
#pic-list ul li h1 span a {
  font-size: 12px;
  color: #555;
}
.public-pic-list {
  width: 100%;
}
.public-pic-list ul::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: auto;
}
.public-pic-list ul li {
  float: left;
  width: 46%;
  height: 145px;
  margin: 10px 2%;
}
.public-pic-list ul li span {
  display: block;
  width: 100%;
  height: 125px;
}
.public-pic-list ul li span a {
  display: block;
}
.public-pic-list ul li span a img {
  display: block;
  width: 100%;
  height: 125px;
}
.public-pic-list ul li h1 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #000;
  font-weight: normal;
  text-align: center;
  background: #E1E2E4;
  overflow: hidden;
}
.public-pic-list ul li h1 a {
  display: block;
  font-size: 13px;
  color: #000;
}
.public-pic-list ul li h2 {
  display: none;
}
.lump {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0269D3;
}
.lump .lumpTitle {
  float: left;
  text-indent: 4px;
  color: #fff;
}
.lump .lumpTitle a {
  font-size: 14px;
  color: #fff;
}
.lump .lumpNav {
  float: right;
  width: 24px;
  height: 40px;
  line-height: 40px;
  background: url("../images/back.svg") no-repeat left center;
}
.lump .lumpNav a {
  display: block;
  width: 24px;
  height: 40px;
}
#tool_list {
  width: 100%;
  height: auto;
}
#tool_list ul {
  list-style: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 12px;
}
#tool_list ul li {
  width: 50%;
  height: 30px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 12px 0 0 0;
}
#tool_list ul li h1 {
  width: 90%;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  background: #0269D3;
  margin: 0 auto;
}
#tool_list ul li h1 a {
  display: block;
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 100;
}
#tool_list ul li.onm h1 {
  background: #1D45AA;
}
#tool_list ul li.onm h1 a {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}
/**/
.page-title a {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 0;
  color: #333;
  text-indent: 32px;
  letter-spacing: 1px;
}
.public {
  position: relative;
  margin: 30px 0 15px 0;
}
.public::before {
  content: '';
  display: table;
}
.public::after {
  clear: both;
  display: block;
  overflow: hidden;
  content: '';
  height: auto;
}
.publicLeft {
  position: absolute;
  width: 100px;
  border-top: 1px solid rgba(2, 105, 211, 0.8);
  top: 10px;
  left: 24px;
}
.publicRight {
  position: absolute;
  width: 100px;
  border-top: 1px solid rgba(2, 105, 211, 0.8);
  top: 10px;
  right: 24px;
}
.publicMore {
  width: 100px;
  height: 28px;
  line-height: 28px;
  margin: 10px auto 30px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #333D46;
}
.publicMore a {
  display: block;
  font-size: 14px;
  color: #555;
}
/**/
.productShowList {
  width: 96%;
  margin: 0 auto;
}
.productShowList img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.productShowList ul li {
  clear: both;
  width: 99%;
  height: 35px;
  line-height: 35px;
  margin: 5px auto;
}
.productShowList ul li b {
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 0 8px;
  background: #0269D3;
}
.productShowList ul li span {
  display: block;
  float: left;
  font-size: 14px;
  color: #222;
  text-indent: 12px;
  width: 80%;
}
.productShowList h1 {
  width: 99%;
  height: 39px;
  line-height: 40px;
  border-bottom: 1px solid #9D9494;
  margin: 0 auto;
}
.productShowList h1 .phSpan {
  display: block;
  float: left;
  background: #0269D3;
  font-size: 16px;
  font-weight: 100;
  color: #FFF;
  padding: 0 20px;
}
.productShowList .productShowContent {
  width: 100%;
}
.content {
  width: 96%;
  margin: 0 auto;
}
.silder .list li img {
  display: block;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
}
/****/
.public-title-list {
  width: 96%;
  height: auto;
  margin: 0 auto;
}
.public-title-list ul li {
  float: none;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #E5E5E5;
  overflow: hidden;
}
.public-title-list ul li a {
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  width: 75%;
  overflow: hidden;
}
.public-title-list ul li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #888;
}
/*# sourceMappingURL=index.css.map */