@charset "utf-8";
/* CSS 鼠标效果 */
@import url("xiaoguo.css");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-size: 12px;
  color: #2a3031;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  background: #394249 url(../images/bg.jpg) repeat-x top;
}
ul,
li,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
input,
textarea,
select,
button {
  outline: none;
  font-family: "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}

a {
  text-decoration: none;
  color: #2a3031;
  transition: color 0.56s ease;
}
a:hover {
  color: #ff1313;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.overflow {
  overflow-y: hidden;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border: none;
}

.wrap {
  width: 1004px;
  margin: 0 auto;
}
.ovh {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
  padding-right: 8px;
  background-color: #f2f2f2; /*其他样式，比如圆角等*/
}
/*滑块样式*/
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.6);
}

/*顶部*/
.header {
  width: 100%;
  padding-top: 17px;
}
.header .logo {
  float: left;
}
.header .kjLang {
  float: right;
  padding-top: 27px;
}
.header .kjLang .kuaijie {
  color: #fff;
  margin-bottom: 20px;
}
.header .kjLang .kuaijie a {
  color: #fff;
}
.header .kjLang .lang {
  text-align: center;
}
.header .kjLang .lang a {
  color: #fff;
  line-height: 20px;
  padding-left: 30px;
  margin: 0 10px;
}
.header .kjLang .lang a:hover {
  color: #ff1313;
}
.header .kjLang .lang a.en {
  background: url(../images/en.jpg) no-repeat left center;
}
.header .kjLang .lang a.cn {
  background: url(../images/cn.jpg) no-repeat left center;
}
.header .nav ul {
  text-align: center;
}
.header .nav ul li {
  font-size: 14px;
  line-height: 50px;
  margin: 0 36px;
  display: inline-block;
}
.header .nav ul li a {
  font-family: "Microsoft YaHei", sans-serif;
  color: #2a3031;
  display: block;
}
.header .nav ul li:hover a,
.header .nav ul li.on a {
  color: #ff1313;
}
.header .menu-toggle {
  display: none;
}

/*首页bannner*/
.banner {
  position: relative;
  padding-top: 5px;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}
.banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
  border-radius: 10px;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #ff1313;
  opacity: 1;
}

.index01 {
  margin-top: 15px;
}
.index01 .boxCon {
  height: 140px;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#f4f4f4),
    to(#d0d0d2),
    color-stop(0.5, #e3e3e3)
  );
  border-radius: 5px;
  overflow: hidden;
}
.index01 .iabout {
  width: 345px;
  height: 140px;
  padding: 15px;
  background: url(../images/icon01.png) no-repeat right center;
  float: left;
}
.index01 .tit {
  overflow: hidden;
  margin-bottom: 10px;
}
.index01 .tit h2 {
  font-size: 13px;
  float: left;
}
.index01 .tit a {
  float: right;
}
.index01 .iabout .box {
  line-height: 1.8;
}
.index01 .inews {
  width: 360px;
  height: 140px;
  padding: 15px;
  background: url(../images/icon01.png) no-repeat right center;
  float: left;
}
.index01 .inews .box ul li {
  line-height: 22px;
  position: relative;
}
.index01 .inews .box ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #424242;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.index01 .inews .box ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 12px;
  padding-right: 80px;
}
.index01 .inews .box ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.index01 .icontact {
  width: 298px;
  height: 140px;
  padding: 15px;
  float: right;
}
.index01 .icontact .box {
  line-height: 1.8;
  background: url(../images/icon02.png) no-repeat right bottom;
  background-size: auto 30px;
}

.index02 {
  margin-top: 10px;
}
.index02 .box {
  height: 170px;
  background: url(../images/iproBg.jpg) no-repeat center;
  padding: 20px 10px 0 35px;
}
.index02 .moveBox {
  width: 950px;
  position: relative;
  overflow: hidden;
}
.index02 .moveBox ul {
  width: 950px;
  position: relative;
}
.index02 .moveBox ul li {
  width: 195px;
  padding-right: 15px;
  float: left;
}
.index02 .moveBox ul li dl {
  width: 180px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.index02 .moveBox ul li dl img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.index02 .moveBox ul li h3 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}

.content {
  background: url(../images/bg02.jpg) repeat-y;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 0 30px;
  margin-top: 17px;
}
.leftSide {
  width: 249px;
  padding: 0 12px;
  float: left;
}
.rightBox {
  width: 739px;
  padding-right: 10px;
  float: right;
}

.leftNav {
  margin-bottom: 10px;
}
.leftNav dl {
  height: 33px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(../images/t_bj.jpg) no-repeat center;
  margin-bottom: 5px;
}
.leftNav ul > li {
  margin-bottom: 3px;
}
.leftNav ul > li > a {
  color: #000;
  line-height: 26px;
  background: #c0c0c0;
  padding-left: 20px;
  display: block;
}
.leftNav ul > li .subnav {
}
.leftNav ul > li > .subnav > ul > li {
  margin-bottom: 3px;
}
.leftNav ul > li .subnav > ul > li > a {
  background: #eee;
  white-space: nowrap;
  overflow: hidden;
}
.leftContact {
  margin-bottom: 20px;
}
.leftContact dl {
  height: 33px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(../images/t_bj.jpg) no-repeat center;
  margin-bottom: 5px;
}
.leftContact .box {
  line-height: 2;
}

.ntitle {
  height: 30px;
  background: url(../images/ny_r_t.jpg) no-repeat center;
  margin-bottom: 15px;
}
.ntitle h2 {
  width: 86px;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.about {
  line-height: 2.5;
}

.products {
  padding: 10px;
}
.products ul {
}
.products ul li {
  width: 33.33%;
  padding: 0 28px;
  margin-bottom: 20px;
  float: left;
}
.products ul li dl {
  width: 180px;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.products ul li dl img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.products ul li h3 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 5px;
}

.proview {
  padding: 20px;
  text-align: center;
}

.news {
  padding: 10px;
}
.news ul li {
  line-height: 28px;
  border-bottom: dashed 1px #ccc;
  position: relative;
}
.news ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #424242;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.news ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 12px;
  padding-right: 80px;
}
.news ul li span {
  position: absolute;
  right: 0;
  top: 0;
}

.newsView {
  padding: 10px 0;
}
.newsView .newsHead {
  margin-bottom: 20px;
}
.newsView .newsHead h1 {
  font-size: 16px;
  text-align: center;
}
.newsView .text {
  line-height: 1.8;
}

.contact {
  line-height: 2.2;
  padding: 10px;
}
.contact img {
  float: right;
}

.footer {
  padding-top: 15px;
}
.footer .box {
  height: 36px;
  line-height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
}
.footer .box a {
  color: #fff;
}
.footer .box a:hover {
  color: #ff1313;
}

/*===/分页=============================*/
.fenye {
  text-align: center;
  font-size: 15px;
  width: 100%;
  height: 30px;
  margin: 10px 0 0px;
}
.fenye .prev,
.fenye .next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #8a8a8a;
  margin-right: 5px;
  display: inline-block;
  font-family: "宋体";
  font-size: 13px;
  background: #fff;
  border: #ebebeb solid 1px;
  border-radius: 6px;
}
.fenye a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #8a8a8a;
  margin-right: 5px;
  display: inline-block;
  background: #fff;
  border: #242a34 solid 1px;
  border-radius: 6px;
}
.fenye a:hover {
  color: #fff;
  background: #242a34;
  border: #242a34 solid 1px;
}
.fenye a.current {
  color: #fff;
  background: #242a34;
  margin-right: 5px;
  border: #242a34 solid 1px;
}

@media screen and (max-width: 999px) {
  body {
    padding-top: 60px;
    font-size: 13px;
    background: #fff;
  }
  .wrap {
    width: 100%;
    padding: 0 15px;
  }

  .header {
    width: 100%;
    height: 60px;
    background: #394249 url(../images/headBg.png) repeat-x;
    background-size: auto 100%;
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
  }
  .header .wrap {
    padding: 0;
  }
  .header .logo {
    height: 60px;
    padding: 10px 0;
  }
  .header .nav {
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    border-top: #eee solid 1px;
    background: #fff;
    display: none;
  }
  .header .nav ul {
    margin-left: 0;
  }
  .header .nav ul li {
    margin: 0;
    line-height: 50px;
    border-bottom: #eee solid 1px;
    position: relative;
    display: block;
  }
  .header .nav ul li a {
    color: #000;
    font-size: 15px;
    padding: 0 15px;
  }
  .header .nav ul li a:hover {
    color: #0695e1;
  }
  .header .nav ul li.on a {
    color: #0695e1;
  }
  .header .lang {
    margin-left: 0;
  }
  .header .lang a {
    color: #000;
    line-height: 50px;
    font-size: 13px;
  }
  .header .kjLang {
    position: fixed;
    left: 50%;
    bottom: 30px;
    z-index: 1111;
    transform: translateX(-50%);
    display: none;
  }
  .header .kuaijie {
    display: none;
  }
  .header .kjLang .lang {
    width: 100%;
    white-space: nowrap;
  }
  .header .kjLang .lang a {
    color: #000;
  }

  .header .menu-toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    display: block;
  }
  .header .menu-toggle span {
    width: 35px;
    height: 2px;
    background: #fff;
    display: block;
    position: relative;
    opacity: 1;
    transition: all 300ms;
    margin: 30px 0 0 12px;
  }
  .header .menu-toggle span:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    transition: all 300ms;
  }
  .header .menu-toggle span:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all 300ms;
  }
  .header .menu-toggle.cur span {
    background-color: transparent;
  }
  .header .menu-toggle.cur span:before {
    transform: rotate(45deg);
    top: 0px;
  }
  .header .menu-toggle.cur span:after {
    transform: rotate(-45deg);
    top: 0px;
  }

  /*首页bannner*/
  .banner {
    position: relative;
    padding-top: 0;
  }
  .banner .wrap {
    padding: 0;
  }
  .banner .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  .banner .swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  .banner .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
  }
  .banner .swiper-container .swiper-slide img {
    width: 100%;
  }
  .banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 2px;
    border-radius: 10px;
    cursor: pointer;
  }
  .banner .swiper-active-switch {
    background: #4bace0;
    opacity: 1;
  }

  .index01 {
    margin-top: 15px;
  }
  .index01 .boxCon {
    height: auto;
    overflow: hidden;
    background-image: none;
  }
  .index01 .iabout {
    width: 100%;
    height: auto;
    padding: 15px;
    margin-bottom: 10px;
    background-image: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(#f4f4f4),
      to(#d0d0d2),
      color-stop(0.5, #e3e3e3)
    );
    border-radius: 5px;
    float: none;
  }
  .index01 .tit {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .index01 .tit h2 {
    font-size: 13px;
    float: left;
  }
  .index01 .tit a {
    float: right;
  }
  .index01 .iabout .box {
    line-height: 1.8;
  }
  .index01 .inews {
    width: 100%;
    height: 140px;
    padding: 15px;
    margin-bottom: 10px;
    background-image: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(#f4f4f4),
      to(#d0d0d2),
      color-stop(0.5, #e3e3e3)
    );
    border-radius: 5px;
    float: none;
  }
  .index01 .inews .box ul li {
    line-height: 22px;
    position: relative;
  }
  .index01 .inews .box ul li::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #424242;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  .index01 .inews .box ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 12px;
    padding-right: 80px;
  }
  .index01 .inews .box ul li span {
    position: absolute;
    right: 0;
    top: 0;
  }
  .index01 .icontact {
    width: 100%;
    height: auto;
    padding: 15px;
    float: none;
    background-image: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(#f4f4f4),
      to(#d0d0d2),
      color-stop(0.5, #e3e3e3)
    );
    border-radius: 5px;
  }
  .index01 .icontact .box {
    line-height: 1.8;
    background: url(../images/icon02.png) no-repeat right bottom;
    background-size: auto 30px;
  }

  .index02 {
    margin: 10px 0 20px;
  }
  .index02 .box {
    height: 170px;
    background-image: -webkit-gradient(
      linear,
      0% 0%,
      0% 100%,
      from(#f4f4f4),
      to(#d0d0d2),
      color-stop(0.5, #e3e3e3)
    );
    border-radius: 5px;
    padding: 20px 15px 0 15px;
  }
  .index02 .moveBox {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .index02 .moveBox ul {
    width: 100%;
    position: relative;
  }
  .index02 .moveBox ul li {
    width: 195px;
    padding-right: 15px;
    float: left;
  }
  .index02 .moveBox ul li dl {
    width: 180px;
    height: 120px;
    position: relative;
    overflow: hidden;
  }
  .index02 .moveBox ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .index02 .moveBox ul li h3 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
  }

  .content {
    background: #fff;
  }
  .leftSide {
    display: none;
    float: none;
    width: 100%;
    padding: 0;
  }
  .leftSide.proLeft {
    display: block;
  }
  .leftNav dl {
    height: 33px;
    line-height: 32px;
    font-size: 14px;
    text-align: left;
    background: #394249 url(../images/xiala.png) no-repeat right 15px center;
    background-size: 20px auto;
    padding-left: 15px;
  }
  .leftNav ul {
    display: none;
  }
  .leftContact {
    display: none;
  }
  .rightBox {
    width: 100%;
    padding: 0;
    float: none;
  }

  .ntitle {
    display: none;
  }

  .about {
    line-height: 1.7;
    padding: 0 0 30px;
  }

  .products {
    padding: 0;
  }
  .products ul {
    margin: 0 -5px;
  }
  .products ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
    float: left;
  }
  .products ul li dl {
    width: 100%;
    height: auto;
    padding-bottom: 66.6666%;
    position: relative;
    overflow: hidden;
  }
  .products ul li h3 {
    font-size: 12px;
  }

  .proview {
    padding: 10px 0 30px;
    text-align: center;
  }

  .newsView {
    padding: 10px 0 50px;
  }

  .feedback {
    padding: 10px 0 40px;
  }
  .feedback input {
    width: 100%;
  }
  .feedback textarea {
    width: 100%;
  }

  .contact {
    line-height: 1.5;
    padding: 10px 0 20px;
  }
  .contact img {
    float: none;
    width: 130px;
    display: block;
    margin: 0 auto;
  }

  .footer {
    padding: 0;
  }
  .footer .wrap {
    padding: 0;
  }
  .footer .box {
    font-size: 12px;
  }

  /*===/分页=============================*/
  .fenye {
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin: 10px 0 20px;
  }
  .fenye .prev,
  .fenye .next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
    font-size: 13px;
  }
  .fenye a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin-right: 2px;
  }
  .fenye a:hover {
    color: #fff;
    background: #242a34;
    border: #242a34 solid 1px;
  }
  .fenye a.current {
    color: #fff;
    background: #242a34;
    margin-right: 2px;
    border: #242a34 solid 1px;
  }
}
