﻿@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #8696a6;
  color: #fff;
}
::-moz-selection {
  background-color: #8696a6;
  color: #fff;
}
::-webkit-selection {
  background-color: #8696a6;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 13px/1.5 'Microsoft YaHei';
  color: #333;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #2e3136;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
  max-width: 100%;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  margin: 0 auto;
  position: relative;
}
.inContent:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
body {
  max-width: 640px;
  margin: auto;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.logo {
  padding: 28px 15px;
  background: #fff;
  width: 100%;
  position: relative;
}
.logo:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.logo img {
  display: block;
  float: left;
  height: 42px;
  margin-right: 15px;
}
.logo .logoT {
  float: left;
}
.logo .logoT span {
  font-weight: bold;
  display: block;
  font-size: 18px;
  line-height: 1.4;
}
.logo .logoT i {
  font-size: 13px;
  display: block;
  color: #666666;
  line-height: 1.6;
}
.logo .tel {
  display: block;
  background: url(../images/navico.png) center center no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 27px;
  height: 26px;
  background-size: contain;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner {
  padding: 0 15px;
}
.banner .swiper-container {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .bannerswiper-pagination {
  margin-top: 14px;
  font-size: 0;
  height: 4px;
  text-align: center;
  position: relative;
}
.banner .bannerswiper-pagination span {
  width: 14px;
  height: 4px;
  background-color: #a6a6a6;
  border-radius: 1px;
  vertical-align: top;
  opacity: 1;
  margin: 0 3px;
}
.banner .bannerswiper-pagination span.swiper-pagination-bullet-active {
  background: #3d4250;
}
.menu {
  padding: 14px 11px;
  background-color: #f3f3f3;
  margin-top: 24px;
}
.menu ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.menu ul li {
  float: left;
  width: 25%;
  padding: 8px 4px;
  text-align: center;
}
.menu ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #8696a6;
  box-shadow: 0px 0px 16px 0px rgba(44, 51, 66, 0.27);
  border-radius: 6px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}
.title {
  line-height: 1;
  text-align: center;
  position: relative;
}
.title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.title .en {
  font-size: 10px;
  margin-top: 8px;
}
.title .en:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 1px;
  background-color: #dddddd;
  margin-right: 12px;
}
.title .en:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 1px;
  background-color: #dddddd;
  margin-left: 12px;
}
.product {
  overflow: hidden;
  width: 100%;
  padding: 10px 0 10px;
  background-color: #f3f3f3;
}
.product .gallery-thumbs {
  height: 32px;
  line-height: 30px;
  text-align: center;
  margin-top: 16px;
}
.product .gallery-thumbs:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background: #7d7d7d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .gallery-thumbs:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #7d7d7d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .gallery-thumbs .swiper-slide {
  float: left;
  position: relative;
  font-size: 13px;
}
.product .gallery-thumbs .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 0;
  border-left: dashed 1px #bfbfbf;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .gallery-thumbs .swiper-slide:first-child:before {
  display: none;
}
.product .gallery-thumbs .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #2d2d2d;
}
.product .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  font-weight: bold;
}
.product .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  width: 100%;
}
.product .list {
  margin: 10px 10px 5px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list ul li {
  width: 50%;
  padding: 10px 5px;
  float: left;
}
.product .list ul li .item {
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 2px rgba(43, 43, 43, 0.13);
  border-radius: 3px;
}
.product .list ul li .item .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}
.product .list ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list ul li .item .cont {
  padding: 8px 10px;
  text-align: center;
}
.product .list ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
}
.product .list ul li .item .cont p {
  text-transform: uppercase;
  font-size: 8px;
  color: #cccccc;
  line-height: 12px;
}
.mbanner1 {
  padding: 10px 0;
  color: #fff;
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  background-size: cover;
  text-align: center;
}
.mbanner1 .t1 {
  font-weight: bold;
  font-size: 15px;
}
.mbanner1 .t2 {
  font-size: 13px;
  margin-top: 4px;
}
.mbanner1 .tel {
  margin-top: 7px;
}
.mbanner1 .tel i {
  display: inline-block;
  width: 26px;
  height: 27px;
  background: url(../images/mbantel.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.mbanner1 .tel span {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}
.mbanner1 .tel .phone {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 22px;
  line-height: 22px;
  background-color: #ffffff;
  border-radius: 20px;
  color: #333333;
  font-size: 10px;
  margin-left: 10px;
}
.case {
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
}
.case .caseBox {
  margin-top: 20px;
  padding: 0 12%;
}
.case .caseBox .swiper-container {
  overflow: inherit;
}
.case .caseBox .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 14px 2px rgba(43, 43, 43, 0.13);
  border-radius: 6px;
}
.case .caseBox .swiper-slide .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .swiper-slide .cont {
  display: none;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseBox .swiper-slide .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
}
.case .caseBox .swiper-slide .cont .line {
  width: 38px;
  height: 3px;
  background-color: #434343;
  border-radius: 1px;
  margin: 6px auto 0;
}
.case .caseBox .swiper-slide .cont p {
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  color: #666666;
}
.case .caseBox .swiper-slide.swiper-slide-active .cont {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .list {
  margin: 20px 8px 0;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list ul li {
  width: 50%;
  padding: 0 8px;
  float: left;
}
.case .list ul li .item .pic {
  display: block;
  border: solid 10px #ffffff;
  background: #fff;
}
.case .list ul li .item .pic i {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.case .list ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
}
.youshi .title {
  position: relative;
  background: url(../images/s.png) center center no-repeat;
  height: 71px;
  background-size: contain;
  padding-top: 30px;
}
.youshi .title .en {
  margin-top: 0;
}
.youshi .gallery-thumbs2 {
  height: 30px;
  background-color: #3d4250;
  line-height: 30px;
  overflow: inherit;
  position: relative;
  z-index: 3;
  font-size: 13px;
  color: #fff;
  margin-top: 25px;
}
.youshi .gallery-thumbs2 .swiper-slide {
  float: left;
  position: relative;
  z-index: 3;
  font-size: 13px;
  text-align: center;
}
.youshi .gallery-thumbs2 .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 0;
  border-left: dashed 1px rgba(221, 221, 221, 0.4);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .gallery-thumbs2 .swiper-slide:first-child:before {
  display: none;
}
.youshi .gallery-thumbs2 .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 0;
  margin-left: -5px;
  top: 100%;
  height: 0;
  width: 0;
  border: transparent 5px solid;
}
.youshi .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active:after {
  border-top: 5px solid #3d4250;
}
.youshi .gallery-top2 {
  box-shadow: 0px 0px 14px 2px rgba(43, 43, 43, 0.13);
}
.youshi .gallery-top2 .item {
  width: 100%;
}
.youshi .gallery-top2 .item .pic img {
  display: block;
  margin: auto;
  width: 100%;
}
.youshi .gallery-top2 .item .cont {
  padding: 15px 0;
}
.youshi .gallery-top2 .item .cont h4 {
  font-size: 11px;
  padding: 0 15px;
  text-transform: uppercase;
}
.youshi .gallery-top2 .item .cont h4 i {
  font-weight: 100;
  font-size: 24px;
  vertical-align: bottom;
  line-height: 22px;
  margin-right: 8px;
}
.youshi .gallery-top2 .item .cont h4 b {
  font-size: 13px;
}
.youshi .gallery-top2 .item .cont .line {
  height: 1px;
  background-color: #f0f0f0;
  margin: 10px 0;
}
.youshi .gallery-top2 .item .cont .text {
  margin-left: 34px;
  padding-right: 10px;
}
.youshi .gallery-top2 .item .cont .text p {
  padding-left: 12px;
  position: relative;
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}
.youshi .gallery-top2 .item .cont .text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #dddddd;
}
.about {
  background: #3d4250 url(../images/aboutbg.jpg) center bottom no-repeat;
  background-size: 100%;
  padding: 25px 0;
}
.about .title {
  color: #fff;
}
.about .aboutBox {
  padding: 0 15px;
}
.about .aboutBox .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px;
  height: 66px;
  font-size: 12px;
  color: #fefefe;
  margin-top: 15px;
  text-align: center;
}
.about .aboutBox .pic {
  margin-top: 20px;
}
.about .aboutBox .pic img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 5px;
  display: block;
  margin: auto;
}
.news {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
}
.news .list {
  margin: 0 15px;
}
.news .list li {
  margin-top: 20px;
  position: relative;
  padding-left: 90px;
}
.news .list li .pic {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  flex: 1;
  width: 80px;
  height: 75px;
  border-radius: 3px;
  border: solid 1px #cccccc;
  overflow: hidden;
}
.news .list li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  font-size: 13px;
}
.news .list li p {
  color: #666666;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
}
.news .list li .tp {
  margin-top: 6px;
  border-top: solid 1px #cccccc;
  padding-top: 10px;
  line-height: 16px;
  font-size: 10px;
}
.news .list li .tp:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list li .tp span {
  float: left;
  display: block;
  padding: 0 5px;
  height: 15px;
  background-color: #8696a6;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}
.news .list li .tp .date {
  float: right;
}
.footer {
  background-color: #3d4250;
  margin-bottom: 60px;
  padding: 20px 15px 25px;
  position: relative;
}
.footer .t1 {
  color: #ffffff;
  line-height: 20px;
}
.footer .t1:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .t1 a {
  color: #ffffff;
}
.footer .t1 .left {
  font-size: 16px;
  font-weight: bold;
}
.footer .t1 .right {
  font-size: 10px;
}
.footer .lx {
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 80px;
  margin-top: 10px;
  position: relative;
  padding-right: 85px;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.footer .lx .ewm {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.footer .lx div {
  padding-left: 18px;
  margin-top: 2px;
}
.footer .lx div.tel {
  background: url(../images/ftel.png) 0 2px no-repeat;
  background-size: 12px;
}
.footer .lx div.add {
  background: url(../images/fadd.png) 0 2px no-repeat;
  background-size: 12px;
}
.footer .lx div h4 {
  font-size: 10px;
  line-height: 16px;
}
.footer .lx div p {
  font-size: 12px;
  line-height: 20px;
}
.footer .lx div p b {
  font-size: 14px;
}
.footer li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 24px;
}
.footer li:nth-child(1) {
  background: url(../images/fico1.png) 0 center no-repeat;
}
.footer li:nth-child(2) {
  background: url(../images/fico2.png) 0 center no-repeat;
}
.footer li:nth-child(3) {
  background: url(../images/fico3.png) 0 center no-repeat;
}
.footer li:nth-child(4) {
  background: url(../images/fico4.png) 0 center no-repeat;
}
.footNav {
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  background-color: #323846;
  box-shadow: 0px 0px 16px 4px rgba(76, 84, 101, 0.21);
  z-index: 999;
}
.footNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footNav a {
  display: block;
  float: left;
  width: 25%;
  height: 100%;
  padding-top: 8px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footNav a:first-child {
  border-left: none;
}
.footNav a i {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
}
.footNav a i.ico1 {
  background: url(../images/fnavico1.png) center center no-repeat;
  background-size: contain;
}
.footNav a i.ico2 {
  background: url(../images/fnavico2.png) center center no-repeat;
  background-size: contain;
}
.footNav a i.ico3 {
  background: url(../images/fnavico3.png) center center no-repeat;
  background-size: contain;
}
.footNav a i.ico4 {
  background: url(../images/fnavico4.png) center center no-repeat;
  background-size: contain;
}
.footNav a span {
  display: block;
  margin-top: 6px;
}
