@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  max-width: 768px;
  margin: 0 auto;
  font: 1.2rem/1.6 "Microsoft YaHei";
  position: relative;
  background: url("../images/bj.jpg") repeat fixed;
  background-size: cover;
}

:focus {
  outline: none !important;
}

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

a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear;
  -o-transition: color 0.15s linear, background-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear;
}

a:hover,
a:link {
  text-decoration: none;
}

table {
  border-spacing: 0;
  width: 100%;
  display: table !important;
}

label {
  font-weight: normal;
  margin: 0;
}

header,
nav,
section,
aside,
footer {
  display: block;
  width: 100%;
}

.img-responsive {
  width: 100%;
}

.row {
  margin: 0;
}

.dis {
  font-size: 0;
  letter-spacing: -1px;
}

.diss {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/**************header****************/
header.he1 {
  padding: 10px;
  padding-bottom: 5px;
}

header.he1 a.logo {
  display: inline-block;
  width: 70%;
}

header.he1 a.logo img {
  display: block;
  max-width: 100%;
}

header.he1 div.row {
  float: right;
  margin-top: -4px;
}

header.he1 div.row > * {
  float: left;
}

header.he1 div.row img {
  width: 30px;
  margin-top: 2px;
}

header.he1 div.row div a {
  display: block;
  color: #333;
}

header.he {
  height: 45px;
  line-height: 45px;
  background: url("../images/nav_bj.jpg") no-repeat center;
  background-size: cover;
}

header.he a.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  text-align: center;
}

header.he img.nav_ico {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
}

header.he p {
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  padding: 0 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

header.he > ul {
  display: none;
  width: 50%;
  position: absolute;
  right: 0;
  top: 100%;
  background: #e5e5e5;
  line-height: 35px;
  padding: 5px 0;
}

header.he > ul > li {
  width: 85%;
  margin: auto;
  border-bottom: 1px solid #d2d2d2;
}

header.he > ul > li:last-child {
  border-bottom: none;
}

header.he > ul > li a {
  display: block;
  width: 100%;
  color: #333;
  padding: 0 2px;
  font-size: 1.4rem;
}

header.he > ul > li a span {
  float: right;
}

header.he > ul > li a:hover {
  color: #333;
}

/**************banner****************/
div.banner {
  position: relative;
  z-index: 1;
}

div.banner div.carousel > a {
  padding-top: 16%;
}

div.banner div.carousel > a img {
  width: 18px;
}

/**************nav****************/
nav {
  background: url("../images/nav_bj.jpg") no-repeat center;
  background-size: cover;
  margin: 10px 0;
}

nav ul li {
  width: 25%;
  text-align: center;
}

nav ul li a {
  display: block;
  height: 55px;
  font-size: 1.4rem;
  color: #fff;
  padding-top: 3px;
}

nav ul li a i {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../images/nav_01.png") no-repeat center;
}

nav ul li a i.i2 {
  background-image: url("../images/nav_02.png");
}

nav ul li a i.i3 {
  background-image: url("../images/nav_03.png");
}

nav ul li a i.i4 {
  background-image: url("../images/nav_04.png");
}

/**************index****************/
section div.se_top {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 20px;
}

section div.se_top p {
  margin: 0;
}

section div.se_top p.title {
  line-height: 25px;
  font-size: 2.4rem;
  background: url("../images/pro_ico.png") no-repeat center;
  background-size: cover;
  border: none;
}

section a.pro_a {
  float: left;
  width: 48%;
  text-align: center;
  margin-left: 4%;
  margin-bottom: 15px;
}

section a.pro_a p {
  color: #000;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

section a.pro_a div {
  border: 5px solid #e9e9e9;
  margin-bottom: 5px;
}

section a.pro_a div img {
  max-width: 100%;
}

section a.pro_a p.p1 {
  font-size: 1.4rem;
}

section div.products {
  padding: 10px;
}

section div.field {
  background: #f5f5f5;
}

section div.field div.fie_sec {
  position: relative;
  padding: 10px 25px;
}

section div.field div.fie_sec > div.bd {
  width: 100%;
}

section div.field div.fie_sec > div.bd ul {
  width: 100%;
}

section div.field div.fie_sec > div.bd ul li {
  display: inline-block;
  width: 50%;
}

section div.field div.fie_sec > div.bd ul li a {
  display: block;
  margin: auto;
  width: 90%;
  text-align: center;
}

section div.field div.fie_sec > div.bd ul li a div {
  position: relative;
}

section div.field div.fie_sec > div.bd ul li a img {
  width: 100%;
}

section div.field div.fie_sec > div.bd ul li a img.zz {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

section div.field div.fie_sec > div.bd ul li a p {
  color: #000;
  margin-top: 5px;
}

section div.field div.fie_sec > a {
  position: absolute;
  top: 33%;
}

section div.field div.fie_sec > a img:hover {
  cursor: pointer;
}

section div.field div.fie_sec > a.next {
  left: 0;
}

section div.field div.fie_sec > a.prev {
  right: 0;
}

section div.fot {
  text-align: center;
  padding: 10px;
}

section div.fot p {
  margin: 0;
}

/**************product****************/
ul.info_list > li {
  border-bottom: 1px dashed #ddd;
}

ul.info_list > li > a {
  font-size: 1.4rem;
}

ul.info_list > li > a:hover,
ul.info_list > li > a.on {
  cursor: pointer;
}

ul.info_list > li a {
  display: block;
  padding: 10px;
  position: relative;
  color: #000;
}

ul.info_list > li a span {
  position: absolute;
  right: 10px;
  width: 11px;
  text-align: center;
}

ul.info_list > li ul {
  display: none;
}

ul.info_list > li ul li a {
  padding-left: 25px;
  color: #666;
}

ul.info_list > li ul li a:hover {
  background: #fff;
}

/**************产品详情****************/
p.title {
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
}

div.details {
  padding-top: 10px;
}

div.details div.det_sec div.d1 {
  padding: 5px 8px;
  text-align: center;
  margin-bottom: 10px;
}

div.details div.det_sec div.d1 a {
  display: block;
  margin: 0 auto 10px;
  border: 5px solid #e9e9e9;
}

div.details div.det_sec div.d1 img {
  max-width: 100%;
  height: initial;
}

div.details div.det_sec div.d2 ul.det_list {
  background: #2091ef;
  border-top: 1px solid #2091ef;
}

div.details div.det_sec div.d2 ul.det_list li {
  font-size: 1.2rem;
  width: 20%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: url("../images/det_ico.jpg") no-repeat right;
}

@media screen and (max-width: 320px) {
  div.details div.det_sec div.d2 ul.det_list li {
    font-size: 1rem;
  }
}

div.details div.det_sec div.d2 ul.det_list li:last-child {
  background: none !important;
}

div.details div.det_sec div.d2 ul.det_list li:hover,
div.details div.det_sec div.d2 ul.det_list li.active {
  cursor: pointer;
  background: #fff !important;
  color: #333 !important;
}

div.details div.det_sec div.d2 div.det_s {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

div.details div.det_sec div.d2 div.det_s img {
  max-width: 100%;
  height: initial;
}

/**************新闻详情****************/
div.news-info p.title {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

div.news-info p.p2 {
  text-align: center;
  color: #888;
}

div.news-info div.ni_sec {
  margin: 15px 8px;
  text-align: justify;
}

div.news-info div.ni_sec img {
  display: block;
  max-width: 100%;
  height: initial;
}

div.link {
  margin: 5px 0;
  padding: 0 10px;
}

div.link a {
  display: block;
  color: #333;
}

/**************新闻中心****************/
div.news div.media {
  padding: 10px;
  background: #eaeaea;
}

div.news div.media div.media-left {
  width: 35%;
}

div.news div.media div.media-left a {
  display: block;
  width: 100%;
}

div.news div.media div.media-left a img {
  display: block;
  max-width: 100%;
  height: initial;
}

div.news div.media div.media-body {
  width: 65%;
}

div.news div.media div.media-body a {
  display: block;
  color: #333;
  line-height: 100%;
  margin-bottom: 10px;
}

div.news div.media div.media-body a:hover {
  color: #2091ef;
}

div.news div.media div.media-body p {
  margin: 0;
  color: #666;
  text-align: justify;
}

div.news div.media div.media-body p.p2 {
  text-align: right;
}

ul.n_list {
  text-align: center;
  padding: 10px 5%;
  font-size: 0;
  letter-spacing: -1px;
}

ul.n_list.n_list2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

ul.n_list li {
  font-size: 1.2rem;
  letter-spacing: 1px;
  display: inline-block;
  width: 25%;
  text-align: center;
}

ul.n_list li:nth-of-type(4n) a span {
  display: none;
}

ul.n_list li a {
  display: block;
  text-align: center;
  color: #333;
}

ul.n_list li a span{
  float: right;
}

ul.n_list li.on a {
  color: #2091ef;
}

/**************应用领域详情****************/
div.field-info div.ad-gallery {
  margin-bottom: 80px;
}

div.field-info div.fie_p {
  padding: 15px;
  margin: 20px 0;
}

/**************联系我们****************/
div.contact div.map > * {
  display: block;
  width: 100%;
}

div.contact div.con {
  padding: 15px;
}

/**************在线留言****************/
div.liuyan div.liu_sec {
  padding: 10px 5px;
}

div.liuyan div.liu_sec > div {
  margin-bottom: 15px;
}

div.liuyan div.liu_sec > div label {
  width: 85px;
  text-align: right;
  vertical-align: middle;
  font-size: 1.4rem;
}

div.liuyan div.liu_sec > div label span {
  color: red;
}

div.liuyan div.liu_sec > div input.in1 {
  height: 30px;
  width: 165px;
  padding: 2px 5px;
}

div.liuyan div.liu_sec > div .in3 {
  width: 70%;
  vertical-align: top;
  padding: 2px 5px;
}

div.liuyan div.liu_sec > div input.in4 {
  width: 80px;
}

div.liuyan div.liu_sec > div img {
  display: inline-block;
  vertical-align: top;
}

div.liuyan div.liu_sec > div input.in2 {
  background: linear-gradient(#f9f9f9 10%, #d9d9d9 55%, #cfcecf 90%);
  display: inline-block;
  width: 90px;
  border: 1px solid #a0a0a0;
  padding: 3px 0;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 30px;
  margin-right: 15px;
}

div.liuyan div.liu_sec > div img {
  height: 30px;
  width: 60px;
}

div.liuyan div.liu_sec > div a {
  font-size: 1rem;
}

/**************footer****************/
footer {
  background: url("../images/nav_bj.jpg") no-repeat center;
  background-size: cover;
  margin: 10px 0;
}

footer ul li {
  width: 25%;
  text-align: center;
}

footer ul li a {
  display: block;
  height: 55px;
  font-size: 1.4rem;
  color: #fff;
  padding-top: 3px;
}

footer ul li a i {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../images/fot_01.png") no-repeat center;
}

footer ul li a i.i2 {
  background-image: url("../images/fot_02.png");
}

footer ul li a i.i3 {
  background-image: url("../images/fot_03.png");
}

footer ul li a i.i4 {
  background-image: url("../images/fot_04.png");
}

a.ftop {
  position: fixed;
  right: 0;
  bottom: 60px;
  width: 50px;
}

a.ftop img {
  max-width: 100%;
}

#pages {
  padding: 10px 0 25px 0;
  text-align: center;
  font: 12px '宋体';
  font-size: 0;
  letter-spacing: -1px;
  margin-top: 20px;
}

#pages a {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0px 8px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  border: #ddd /*边框线色*/ solid;
  border-width: 1px;
  text-align: center;
  color: #666 /*字体颜色*/;
  text-decoration: none;
  background: #fff /*字背景*/;
  border-right: none;
}

#pages a:last-child {
  border-right: 1px solid #ddd;
}

#pages a.a1 {
  padding: 0px 12px;
  height: 24px;
  line-height: 24px;
  margin-top: 0px;
  border-left: 1px solid #ddd /*左边框线色*/;
}

#pages a:hover {
  color: #fff;
  text-decoration: none;
  background: #2091ef /*鼠标滑过色块色*/;
}

#pages span {
  font-size: 12px;
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  background: #2091ef;
  /*色块色*/
}

.page .noPage {
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
