/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

body {
  font-family: Microsoft YaHei;
}
#container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*------------内页-------------------*/
.words li{
    overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;

}
.left {
  width: 224px;
  float: left;
}

.left .box {
  margin-bottom: 10px;
}

.left .box h3 {
  line-height: 60px;
  padding-left: 34px;
  background: #f78000;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  position: relative;
}

.left .box h3::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  top: 20px;
  left: 15px;
  background: #fff;
}

.left .box .content {
  padding: 5px 0px;
}

.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}

.n_banner {
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
}

.n_banner img {
  width: 1920px;
  margin: 0 auto;
}

.left {
  width: 225px;
  float: left;
}

.sort_menu h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.sort_product {
  margin-top: 10px;
}

.sort_product h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact {
  margin-top: 10px;
}

.n_contact h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact .content {
  padding: 5px;
  line-height: 24px;
}

.right {
  width: 910px;
  float: right;
  padding-bottom: 10px;
}

.sitemp {
  border-bottom: 1px solid #eee;
}

.sitemp h2 {
  width: 340px;
  float: left;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  color: #333;
}

.sitemp .site {
  width: 380px;
  float: right;
  text-align: right;
  line-height: 40px;
}

.right .content {
  padding: 10px;
  padding-top: 15px;
  overflow: hidden;
  line-height: 24px;
}

.sort_album {
  margin-top: 15px;
}
/*------------头部-------------------*/
.htop {
  background: #2f2f2f;
  line-height: 40px;
  color: #cacaca;
  font-size: 14px;
}
.htop a {
  color: #cacaca;
  transition: all 0.8s;
}
.htop a:hover {
  color: #fff;
}
.hbot .llo h1 {
  line-height: 99px;
}
.hbot .toptel {
  line-height: 36px;
  font-size: 22px;
  color: #000;
  padding-top: 33px;
}
.hbot .toptel span {
  font-weight: 600;
  font-family: Arial;
  font-size: 28px;
}
nav {
  border-top: 1px solid #d3d0d0;
}
.nav li:last-child {
  position: relative;
}
.search {
  display: none;
}
.search {
  width: 300px;
  position: absolute;
  top: 60px;
  right: 0;
  padding: 0 20px;
  background: rgb(247, 128, 0, 0.7);
}
.search #keyword {
  width: 200px;
  line-height: 30px;
  background: none;
  outline: none;
  border: 1px solid #fff;
  padding-left: 10px;
  color: #fff;
}
.search #keyword::placeholder {
  color: #fff;
}
.search #s_btn {
  width: 30px;
  height: 30px;
  background: url(../images/ssh.png) no-repeat center;

  outline: none;
  border: none;
}
.bxx {
  width: 33%;
  cursor: pointer;
}
.bx1 {
  position: relative;
  width: 100%;
  height: 240px;
}
.bx1 .bx2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.bx1 .bx2 .p1 {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  margin-top: 24px;
}
.bx1 .bx2 .p2 {
  text-align: center;
  margin-top: 14px;
}
.bx li .bximg {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f78000;
  text-align: center;
  line-height: 94px;
}
.bx li .bximg .bi2 {
}
.bx li .bximg .bi1 {
  display: none;
}
.bx li.cur .bx1 .bx2 {
  width: 110%;
  height: 105%;
  top: -5%;
  left: -5%;
  z-index: 999;
  background: #f78000;
}
.bx .cur .bximg .bi2 {
  display: none;
}
.bx .cur .bximg {
  background: #fff;
  width: 94px;
  height: 94px;
  margin: 0 auto;
  border-radius: 50%;

  text-align: center;
  line-height: 94px;
}
.bx .cur .bximg .bi1 {
  display: inline-block;
}
.bx li.cur .bx1 .bx2 .p2 {
  display: none;
}
.bx1 .bx2 .p3 {
  text-align: center;
  padding: 0 112px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  display: none;
}
.bx li.cur .bx1 .bx2 .p1 {
  color: #fff;
}
.bx li.cur .bx1 .bx2 .p3 {
  display: block;
}
.bx li.cur .bx1 .bx2::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/dbx.png);
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7.5px;
}
.ab {
  background: url(../images/bjj.jpg) center no-repeat;
  height: 648px;
  margin-top: 110px;
}
.ab .w1200 .aaa {
  padding-top: 80px;
}
.ab .w1200 .fl .p1 {
  font-size: 40px;
  font-weight: 600;
  font-family: Arial;
  line-height: 40px;
  color: #f78000;
}
.ab .w1200 .fl .p1 span {
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  line-height: 26px;
}
.ab .w1200 .fl .p2 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  font-weight: 600;
  margin-top: 26px;
}
.ab .w1200 .fl .p3 {
  font-size: 16px;
  color: #666666;
  width: 574px;
  margin-top: 50px;
}
.abam {
  width: 163px;
  line-height: 40px;
  text-align: center;
  background: #f78000;
  color: #fff !important;
  display: block;
  margin-top: 47px;
  transition: all 0.8s;
}
.abam:hover {
  padding-left: 30px;
}
.abimg {
  margin-right: -140px;
  overflow: hidden;
}
.ab .w1200 .fr {
  padding-top: 80px;
}
.ab .w1200 .fr .abimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.ab .w1200 .fr .abimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.ab .w1200 .fl .shuju .shuj {
  font-size: 30px;
  color: #f78000;
  font-family: Arial;
  line-height: 30px;
}
.ab .w1200 .fl .shuju .shuj .s1 {
  font-size: 80px;
  font-weight: 600;
  display: inline-block;
  line-height: 60px;
}
.ab .w1200 .fl .shuju .shuj .s2 {
  color: #5a5a5a;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  font-family: "Microsoft YaHei";
}
.ab .w1200 .fl .shuju .shuj:first-child {
  margin-right: 20px;
}
.ab .w1200 .fl .shuju {
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid #e6e5e5;
}
.pro {
  margin-top: 72px;
}
.bt .p1 {
  text-align: center;
  color: #333333;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.bt .p2 {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 16px;
  margin-top: 15px;
}
.pt ul li {
  width: 168px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #dcdcdc;
}
.pt ul li a {
  display: block;
}
.pt {
  margin-top: 32px;
}
.pt ul {
  display: flex;
  justify-content: space-between;
  width: 710px;
  margin: 0 auto;
}
.pt ul li:hover {
  border: 1px solid #f78000;
}
.pimg {
  margin: 0 15px;
}
.ptp {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 39px;
}
.pimg .ppi {
  overflow: hidden;
  position: relative;
}
.pimg .ppi .ppo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 111px;
  opacity: 0;
  transition: all 0.8s;
  background: url(../images/hsbj.png);
}
.pimg .ppi .ppo .pckxq {
  background: url(../images/sas.png) no-repeat top center;
  padding-top: 42px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.pimg .ppi img {
  transition: all 0.8s;
  max-width: 100%;
}
.pimg:hover .ppi img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.pimg:hover .ppi .ppo {
  opacity: 1;
}
.pimg p {
  line-height: 65px;
  border: 1px solid #e2e2e2;
  border-top: none;
  padding: 0 33px;
  background: url(../images/dyh.png) no-repeat;
  background-position: 340px;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s;
}
.pimg:hover p {
  border: 1px solid #f78000;
  color: #fff;
  background: url(../images/dyhh.png) no-repeat #f78000;
  background-position: 340px;
}
.ppp .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: -43px;
}

.ppp .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 0.5em;
  outline: none;
  background: #e6e6e6;
  border: 1px #e6e6e6 solid;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.ppp .owl-carousel .owl-dots button.owl-dot:hover {
  background: #f78000;
}

.ppp .owl-carousel .owl-dots button.owl-dot.active {
  background: #f78000;
}

@media (max-width: 990px) {
  .ppp .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}
.shenc {
  margin-top: 110px;
  background: url(../images/shenc.jpg);
  height: 370px;
}
.shenc .fl .p1 {
  writing-mode: vertical-lr;
  font-family: Arial;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: block;
  float: left;
  letter-spacing: 2px;
  padding-top: 72px;
  margin-left: 31px;
  margin-right: 28px;
}
.shenc .fl .p2 {
  writing-mode: vertical-lr;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  padding-top: 84px;
}
.chejian {
  width: 990px;
}
.cjian {
  margin: 0 22.5px;
}
.cheimg {
  margin-left: -22.5px;
  margin-right: -22.5px;
}
.chejian p {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
  margin-top: 26px;
}
.chejian .cjian:hover p {
  color: #f78000;
}
.shenc .fr {
  padding-top: 80px;
}
.chejian .owl-carousel .owl-nav {
  display: block !important;
}
.chejian .owl-carousel .owl-nav button.owl-prev {
  width: 35px;
  height: 36px;
  background: url(../images/zhou1.jpg) !important;
  position: absolute;
  right: 63px;
  top: -60px;
}
.chejian .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 36px;
  background: url(../images/you1.jpg) !important;
  position: absolute;
  right: 22.5px;
  top: -60px;
}
.chejian .owl-carousel .owl-nav .owl-prev:hover {
  background: url(../images/zhou.jpg) !important;
}
.chejian .owl-carousel .owl-nav .owl-next:hover {
  background: url(../images/you.jpg) !important;
}
.xw {
  padding-top: 62px;
  background: #f8f8f8;
  padding-bottom: 50px;
}
.xwz {
  margin-top: 59px;
}
.xwz li .nimg {
  width: 180px;
  height: 110px;
  margin-right: 29px;
}
.xwz li .nimg img {
  width: 100%;
  height: 100%;
}
.xwz li .ncont {
  width: 480px;
  padding-top: 18px;
}
.xwz li {
  width: 740px;
  padding: 15px;
  background: #fff;
}
.xwz li + li {
  margin-top: 20px;
}
.xwz li .ncont .p1 {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwz li .ncont .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xwz li:hover .ncont .p1 {
  color: #f78000;
}
.xwr {
  width: 420px;
  padding: 30px;
  background: #fff;
  margin-top: 59px;
}
.xwimg {
  height: 229px;
  width: 100%;
  overflow: hidden;
}
.xwimg img {
  width: 100%;
  height: 100%;
}
.xwcont .p1 {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
}
.xwcont .p2 {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.xwcont .p3 {
  width: 98px;
  height: 31px;
  margin: 0 auto;
  line-height: 31px;
  text-align: center;
  background: #f78000;
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
  transition: all 0.8s;
}
.xw1:hover .xwcont .p3 {
  opacity: 0.8;
}
.xw1:hover .xwimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.xw1 .xwimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.xw1:hover .xwcont .p1 {
  color: #f78000;
}
.lianjie p {
  font-size: 14px;
  color: #999;
  line-height: 32px;
  padding-left: 40px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  background: url(../images/ljie.png) no-repeat left top;
}
.lianjie p a {
  color: #555555;
}
.lianjie p a:hover {
  color: #f78000;
}
.lianjie {
  margin-top: 56px;
  margin-bottom: 19px;
}
footer {
  border-top: 5px solid #f78000;
}
.fb1 {
  background: url(../images/dbubj.jpg) center;
  height: 414px;
}
.dblx {
  padding-top: 70px;
}
.dblx .p1 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.dblx .p1 span {
  font-size: 18px;
  color: #bbbbbb;
  margin-left: 24px;
}
.dblx .p2 {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-top: 25px;
}
.dblx .pm {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #c7c7c7;
  margin-top: 14px;
}
.ma {
  padding-top: 33px;
  margin-right: 62px;
}
.lxfs {
  padding-top: 28px;
}
.lxfs p {
  color: #a3abb1;
  font-size: 14px;
  line-height: 0px;
}
.lxfs p + p {
  margin-top: 32px;
}
.liuy .p1 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.liuy {
  padding-top: 70px;
}
.liuy .p1 span {
  font-size: 18px;
  color: #bbbbbb;
  margin-left: 24px;
}
.mage input {
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  color: #a3abb1;
  line-height: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #5f5f5f;
}
.ms1 input {
  width: 257px;
  line-height: 40px;
}
.ms1 .fl {
  margin-right: 50px;
}
.yzm input {
  width: 100%;
}
.yzm {
  position: relative;
}
.yzm .vsm {
  position: absolute;
  right: 0;
  top: 14px;
}
.ly input {
  width: 100%;
}
.tj input {
  width: 100%;
  background: #f78000;
  color: #fff;
  cursor: pointer;
  margin-top: 46px;
}
.fb2 {
  line-height: 56px;
  background: #232323;
  font-size: 14px;
  color: #999999;
}
.fb2 a {
  color: #999999;
}
.fb2 a:hover {
  color: #f78000;
}
