* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  padding: 0;
  /*padding: 0 50px;*/
  margin: 0 auto;
  font: 14px/1.8 "Microsoft YaHei UI";
  font: 1.4rem/1.8 "Microsoft YaHei";
  position: relative;
  color: #000;
}

@media screen and (max-width: 768px) {
  body {
    font: 12px/1.6 "Microsoft YaHei";
    font: 1.2rem/1.6 "Microsoft YaHei";
    padding: 0;
  }
}

:focus {
  outline: none;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

table {
  /*    border-collapse:collapse;*/
  border-spacing: 0;
}

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

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

.img-responsive {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1050px;
  margin: auto;
  padding: 0;
}

/**************header****************/
header {
  position: relative;
}

header div.bj {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 373px;
  background: url("../images/bj.jpg") center;
  background-size: cover;
}

header div.container div.pc {
  padding: 40px 15px 5px;
  position: relative;
}

header div.container div.pc a.logo {
  display: inline-block;
  padding: 15px 0;
}

header div.container div.pc div.he_pc_rt {
  position: absolute;
  top: 35px;
  right: 35px;
}

header div.container div.pc div.he_pc_rt div.he_p_top {
  text-align: right;
  margin-bottom: 18px;
}

header div.container div.pc div.he_pc_rt div.he_p_top a {
  display: inline-block;
  margin-right: 25px;
  color: #000;
  font-size: 15px;
}

header div.container div.pc div.he_pc_rt div.he_p_top a img {
  margin-right: 5px;
}

header div.container div.pc div.he_pc_rt div.he_p_fot p {
  margin: 0;
  padding-right: 30px;
  font-size: 15px;
}

header div.container div.pc div.he_pc_rt div.he_p_fot p img {
  margin-right: 5px;
}

header div.container div.sj {
  padding: 15px;
  background: url("../images/bj.jpg") center;
  background-size: cover;
}

header div.container div.sj a.logo {
  display: inline-block;
  width: 55%;
}

header div.container div.sj a.logo img {
  width: 100%;
}

header div.container div.sj div.he_s_top {
  position: absolute;
  top: 5px;
  right: 10px;
}

header div.container div.sj div.he_s_top a {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2rem;
  color: #000;
}

header div.container div.sj div.he_s_top a img {
  width: 18px;
}

header div.container div.sj img.nav_ico {
  position: absolute;
  bottom: 10px;
  right: 25px;
  width: 35px;
}

header div.container div.sj ul.secs {
  display: none;
  width: auto;
  min-width: 150px;
  position: absolute;
  right: 0;
  top: 100%;
  background: #cdc1c1;
}

header div.container div.sj ul.secs > li {
  line-height: 37px;
  border-bottom: 1px solid #aaa;
}

header div.container div.sj ul.secs > li a {
  display: block;
  padding: 0 15%;
  width: 100%;
  color: #333;
}

header div.container div.sj ul.secs > li > a {
  font-size: 1.4rem;
}

header div.container div.sj ul.secs > li a:hover {
  color: #333;
}

header div.container div.sj ul.secs > li ul.sub {
  display: none;
}

header div.container div.sj ul.secs > li ul.sub li a {
  padding-left: 20%;
}

header div.container div.sj2 {
  padding: 0;
}

@media screen and (max-width: 992px) {
  header div.container div.sj2 {
    height: 45px;
  }
}

header div.container div.sj2 a.back {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}

header div.container div.sj2 p {
  text-align: center;
  font-size: 1.6rem;
  margin: 0;
  line-height: 45px;
}

header div.container div.sj2 img.nav_ico {
  bottom: auto;
  top: 8px;
  right: 15px;
  width: 30px;
}

/**************nav****************/
nav {
  position: relative;
  z-index: 3;
}

nav div.container {
  padding: 0 15px;
}

nav div.container ul.nav_list {
  background: linear-gradient(#006dbc 0%, #005fac 50%, #0053a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#006dbc, endColorstr=#0053a1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 0;
  letter-spacing: -1px;
}

nav div.container ul.nav_list > li {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  position: relative;
  background: url("../images/nav_ico_01.png") no-repeat right;
}

nav div.container ul.nav_list > li a {
  display: block;
  padding: 8px 0;
  color: #fff;
}

nav div.container ul.nav_list > li > a {
  font-size: 16px;
}

nav div.container ul.nav_list > li ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #006dbc;
}

nav div.container ul.nav_list > li ul li a {
  padding: 10px 0;
}

nav div.container ul.nav_list > li ul li a:hover {
  background: #0053a1;
}

nav div.container ul.nav_list > li:last-child {
  background: none;
}

/**************banner****************/
div.banner {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(#444 40%, #434343 90%, #474747 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#474747);
  box-shadow: 0 0 15px #000;
  padding: 12px;
}

div.banner div.d1 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 13px 15px 18px;
  background: linear-gradient(#444 40%, #434343 60%, #494949 80%, #575757 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#575757);
  margin: 0;
}

div.banner div.d1 div.ban_le {
  padding: 0;
  border: 3px solid #c2c9d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 992px) {
  div.banner div.d1 div.ban_le {
    width: 638px;
  }
}

div.banner div.d1 div.ban_le div.carousel ul.carousel-indicators {
  width: auto;
  margin: 0;
  right: 5px;
  bottom: 2px;
  left: auto;
}

div.banner div.d1 div.ban_le div.carousel ul.carousel-indicators li {
  text-indent: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #c9cfd2;
  border: none;
}

div.banner div.d1 div.ban_le div.carousel ul.carousel-indicators li.active {
  background: #748489;
}

div.banner div.d1 div.ban_rt {
  padding: 10px;
  text-align: justify;
}

@media screen and (min-width: 992px) {
  div.banner div.d1 div.ban_rt {
    width: 356px;
  }
}

@media screen and (min-width: 992px) {
  div.banner div.d1 div.ban_rt {
    padding: 10px 0 0 20px;
  }

  div.banner div.d1 div.ban_rt p {
    font-size: 15px;
  }
}

div.banner div.d1 div.ban_rt p {
  color: #fff;
  margin-top: 15px;
}

div.banner div.d1 div.ban_rt p img {
  max-width: 100%;
}

/**************index****************/
section div.container {
  padding: 0 15px;
}

section div.container div.index {
  background: #e7e7e7;
  padding: 15px 20px;
}

section div.container div.index div.pro_top {
  position: relative;
  margin-bottom: 10px;
}

section div.container div.index div.pro_top p {
  margin: 0;
  color: #424040;
}

section div.container div.index div.pro_top p span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00529f;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

section div.container div.index div.pro_top a {
  position: absolute;
  right: 0;
  top: 0;
}

section div.container div.index div.product {
  margin-bottom: 20px;
}

section div.container div.index div.product div.pro_sec div dl {
  margin-bottom: 10px;
}

section div.container div.index div.product div.pro_sec div dl dt a {
  display: block;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

section div.container div.index div.product div.pro_sec div dl dt a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

section div.container div.index div.product div.pro_sec div dl dt a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

section div.container div.index div.product div.pro_sec div dl dd p {
  margin: 0;
}

section div.container div.index div.product div.pro_sec div dl dd.dd1 p {
  padding: 3px 0;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  section div.container div.index div.product div.pro_sec div dl dd.dd1 p {
    font-size: 1.4rem;
  }
}

section div.container div.index div.product div.pro_sec div dl dd.dd2 p {
  /*color: #666;*/
  text-align: justify;
}

section div.container div.index div.product div.pro_sec div dl dd.dd2 p > span {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}

@media screen and (max-width: 768px) {
  section div.container div.index div.product div.pro_sec div dl dd.dd2 p {
    text-align: left;
  }

  section div.container div.index div.product div.pro_sec div dl dd.dd2 p > span {
    width: 72%;
  }
}

section div.container div.index div.product div.pro_sec div dl dd.dd3 {
  text-align: right;
  margin-top: 5px;
}

a.xj {
  display: inline-block;
  padding: 5px 25px;
  background: linear-gradient(#fda97b 10%, #eb712f 50%, #f89a67 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fda97b, endColorstr=#f89a67);
  color: #fff;
}

section div.container div.index div.about {
  margin-bottom: 20px;
}

section div.container div.index div.about div.about_sec p {
  margin: 0;
  text-align: justify;
  text-indent: 2em;
  /*color:#666;*/
}

/**************products****************/
div.info {
  background: #e7e7e7;
  padding: 15px;
}

div.info > div {
  vertical-align: top;
}

div.info div.info_le {
  width: 232px;
}

@media screen and (min-width: 992px) {
  div.info div.info_le {
    display: inline-block !important;
  }
}

div.info div.info_le p.title {
  width: 100%;
  height: 51px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: url("../images/info_le_ico.png") no-repeat;
}

div.info div.info_le ul.info_le_list li {
  margin-bottom: 10px;
}

div.info div.info_le ul.info_le_list li a {
  display: block;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  /*padding-left: 25px;*/
  /*padding-right: 30px;*/
  position: relative;
  color: #333;
  font-size: 15px;
  text-align: center;
}

div.info div.info_le ul.info_le_list li a img {
  width: 14px;
  position: absolute;
  right: 15px;
  top: 14px;
}

div.info div.info_le div.info_le_fot {
  margin-top: 25px;
}

div.info div.info_le div.info_le_fot div {
  margin-top: 15px;
  padding: 3px 10px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div.info div.info_le div.info_le_fot div p {
  font-size: 12px;
  margin: 10px 0;
}

div.info div.info_le div.info_le_fot div p img {
  margin-right: 3px;
}

@media screen and (min-width: 992px) {
  div.info div.info_rt {
    padding: 20px 0;
    width: 725px;
    display: inline-block;
    margin-left: 27px;
  }

  div.info div.info_rt div.info_rt_top {
    text-align: right;
    position: relative;
    border-bottom: 1px dashed #333;
    padding: 8px 0;
  }

  div.info div.info_rt div.info_rt_top span.s1 {
    position: absolute;
    left: 0;
    padding-left: 10px;
    line-height: 100%;
    border-left: 3px solid #005fac;
    font-size: 18px;
  }

  div.info div.info_rt div.info_rt_top a {
    color: #000;
  }
}

@media screen and (min-width: 992px) {
  div.info div.info_rt div.products {
    padding: 25px 0;
  }
}

div.info div.info_rt div.products div.row a img {
  display: block;
  width: 100%;
}

div.info div.info_rt div.products div.row a p {
  color: #000;
  text-align: center;
}

/**************info_sec****************/
@media screen and (min-width: 992px) {
  div.info_sec {
    padding-top: 30px;
  }
}

div.info_sec p.title {
  text-align: center;
  font-size: 18px;
}

div.info_sec div p {
  margin: 0;
  text-align: justify;
}

div.info_sec div img {
  max-width: 100%;
}

/**************news****************/
@media screen and (min-width: 992px) {
  div.news {
    padding-top: 15px;
  }
}

div.news ul li {
  margin-bottom: 5px;
}

div.news ul li a {
  display: block;
  position: relative;
  color: #333;
  padding-right: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.news ul li a img {
  margin-right: 5px;
}

div.news ul li a span {
  position: absolute;
  right: 0;
}

/**************lxwm****************/
@media screen and (min-width: 992px) {
  div.lxwm {
    padding-top: 25px;
  }
}

div.lxwm div {
  margin-bottom: 15px;
}

div.lxwm div label {
  width: 120px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  div.info_sec div img{
    width:100%;
  }
  div.lxwm div label {
    width: 65px;
  }
}

div.lxwm div.d1 input,
div.lxwm div.d1 select,
div.lxwm div.d1 textarea {
  width: 72%;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
}

div.lxwm div.d1 input,
div.lxwm div.d1 select {
  max-width: 350px;
  height: 35px;
}

div.lxwm div.d1 textarea {
  max-width: 480px;
}

div.lxwm div.d2 * {
  display: inline-block;
  vertical-align: middle;
}

div.lxwm div.d2 input {
  width: 45%;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  height: 35px;
  max-width: 260px;
}

@media screen and (max-width: 320px) {
  div.lxwm div.d2 input {
    width: 40%;
  }
}

div.lxwm div.d2 img {
  height: 32px;
}

div.lxwm div.df input {
  -webkit-appearance: none;
  border: none;
  background: linear-gradient(#026ec8 10%, #0165ba 50%, #005ead 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#026ec8, endColorstr=#005ead);
  color: #fff;
  padding: 5px 32px;
}

/**************footer****************/
footer {
  position: relative;
}

footer div.bj {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 225px;
  background: url("../images/fot_bj.jpg") center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  footer div.bj {
    height: 100px;
  }
}

footer div.container {
  padding: 0 15px;
}

footer div.container div.fot_top {
  background: #424242;
  padding: 2% 5% 3%;
}

footer div.container div.fot_top div.fot_t_le > ul {
  font-size: 0;
  letter-spacing: -1px;
}

footer div.container div.fot_top div.fot_t_le > ul > li {
  float: none;
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  footer div.container div.fot_top div.fot_t_le > ul > li {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  footer div.container div.fot_top div.fot_t_le > ul > li {
    width: 100%;
  }

  footer div.container div.fot_top div.fot_t_le > ul > li ul {
    padding-left: 15%;
  }
}

footer div.container div.fot_top div.fot_t_le > ul > li a {
  color: #f5ad27;
  display: block;
}

footer div.container div.fot_top div.fot_t_le > ul > li > a {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  footer div.container div.fot_top div.fot_t_le > ul > li > a {
    font-size: 1.4rem;
  }
}

footer div.container div.fot_top div.fot_t_le > ul > li > a img {
  margin-right: 10px;
}

footer div.container div.fot_top div.fot_t_le > ul > li ul li a {
  padding-left: 15px;
}

footer div.container div.fot_top div.fot_t_rt {
  padding-top: 2%;
}

footer div.container div.fot_top div.fot_t_rt div.row div {
  text-align: center;
}

footer div.container div.fot_top div.fot_t_rt div.row div img {
  width: 100px;
  height: 100px;
}

footer div.container div.fot_top div.fot_t_rt div.row div p {
  margin: 0;
  color: #fff;
}

footer div.container div.fot {
  text-align: center;
  padding: 15px;
  background: #e7e7e7;
}

footer div.container div.fot p {
  margin: 0;
}

footer div.container div.fot p a {
  color: #000;
}

#pages {
  padding: 10px 0 15px 0;
  text-align: center;
  font: 12px;
}

#pages a {
  display: inline-block;
  padding: 0px 14px;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  border: #d2d2d2 /*边框线色*/ solid 1px;
  text-align: center;
  color: #333 /*字体颜色*/;
  text- decoration: none;
  background: #fff /*字背景*/;
  margin: 0 4px;
}

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

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

#pages span {
  display: inline-block;
  padding: 0px 14px 0 14px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d80010;
  color: #fff;
  text-align: center;
  background: #d80010; /*色块色*/
}

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

i.nb {
  display: inline-block;
  width: 28px;
}

@media screen and (max-width: 768px) {
  i.nb {
    display: inline-block;
    width: 24px;
  }
}

span.spa {
  display: inline-block;
  width: 70px;
}

@media screen and (max-width: 768px) {
  span.spa {
    width: 60px;
  }
}