@charset "utf-8";
/*全局样式*/
html {
  overflow-x: hidden;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 14px "微软雅黑", "Arial Narrow", HELVETICA;
  color: #000;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
}
input:required,
textarea:required {
  outline: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #000;
}
a:focus {
  outline: none !important;
}
ul,
li,
dl,
dt,
dd {
  list-style-type: none;
}
i {
  font-style: normal;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.container-fluid {
  max-width: 1230px !important;
}
.tr5 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.tr2 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: initial;
}
.sizeCover {
  background-position: 50% 50%;
  background-size: cover;
}
.vertical_centerbox {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.vertical_center {
  display: table-cell;
  vertical-align: middle;
}
header {
  position: relative;
}
header .logo {
  height: 110px;
  line-height: 110px;
}
header .logo img {
  max-height: 80%;
}
header .search {
  width: 212px;
  height: 30px;
  margin-top: 44px;
  border: 1px solid #e0e0e0;
}
header .search input {
  width: calc(100% - 40px);
  outline: none;
  float: right;
  font-size: 13px;
  line-height: 30px;
  color: #999999;
  border: 0;
  height: 100%;
  padding-left: 10px;
}
header .search button {
  float: right;
  border: 0;
  background: url(../images/search.png) no-repeat center center;
  height: 100%;
  width: 40px;
  transition: all 0.3s;
  border-left: 1px solid #e0e0e0;
}
header .search button:hover {
  background-color: rgba(222, 222, 222, 0.5);
}
header nav {
  margin-right: 58px;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  position: relative;
}
header nav .ul > li > a {
  position: relative;
  line-height: 110px;
  display: block;
  color: #000;
  font-size: 16px;
  padding: 0 20px;
}
header nav .ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
}
header nav .ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #008ef7;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 160%;
  z-index: 100;
}
header nav .ul > li > ul > li > ul > li {
  position: relative;
  font-size: 13px;
  background: #008ef7;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .ul > li > ul > li > ul > li > a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 6px;
}
header nav .ul > li > ul > li > ul > li:hover {
  background: #006eeb;
}
header nav .ul > li > ul > li:hover {
  background: #006eeb;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover > a {
  color: #fff;
  background-color: #008ef7;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li.active > a {
  color: #fff;
  background-color: #008ef7;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 30px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #008ef7;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #008ef7;
}
header .ydd_btn.click span.span01 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 6px;
  margin-top: 0px;
}
header .ydd_btn.click span.span02 {
  width: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin: 0.5px 0;
}
header .ydd_btn.click span.span03 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  top: -8px;
  margin-top: 0px;
}
header .sjdnav {
  display: none;
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2000;
}
header .sjdnav ul {
  padding: 0;
  margin: 0;
}
header .sjdnav ul li {
  display: block;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
header .sjdnav ul li a {
  display: block;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
}
header .sjdnav ul li:hover {
  background: #008ef7;
}
header .sjdnav ul li:last-child {
  border: none;
}
.banner img {
  min-height: 140px;
}
.device {
  border-bottom: 1px solid #d8d8d8;
}
.device .ul {
  font-size: 0;
  position: relative;
}
.device .ul::before {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.device .ul .list {
  display: block;
  text-align: center;
  padding: 55px 15px 38px;
  position: relative;
}
.device .ul .list span {
  display: block;
  width: 60px;
  height: 56px;
  margin: 0 auto;
}
.device .ul .list h5 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 30px;
  transition: all 0.3s;
}
.device .ul .list .text {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  font-family: Arial;
  transition: all 0.3s;
}
.device .ul .list i {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/device6.png) no-repeat center center / contain;
  margin: 30px auto 0;
}
.device .ul .list::after {
  content: "";
  display: block;
  width: 1px;
  height: 106px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.device .ul .list:hover h5,
.device .ul .list:hover .text {
  color: #008ef7;
}
.topbottom {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about {
  background-color: #f7f7f7;
}
.about .textbox {
  width: calc(50% + 35px);
  padding-right: 65px;
}
.about .textbox h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
.about .textbox h2 span {
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.about .textbox h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #008ef7;
  margin: 15px 0 20px;
}
.about .textbox .text {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  height: 150px;
  overflow: hidden;
}
.about .textbox .more {
  display: block;
  width: 140px;
  height: 45px;
  background-color: #fff;
  border: 2px solid #008ef7;
  line-height: 45px;
  font-size: 14px;
  line-height: 43px;
  color: #000;
  text-align: center;
  margin-top: 25px;
}
.about .textbox .more:hover {
  background-color: #008ef7;
  color: #fff;
}
.about .imgbox {
  width: calc(50% - 35px);
}
.about .imgbox .img {
  height: 356px;
}
.about .imgbox:hover .img {
  transform: scale(1.08);
}
.dy {
  padding: 80px 0;
}
.dy .head {
  border-bottom: 1px dashed #e8e8e8;
}
.dy .head a {
  line-height: 45px;
  font-size: 14px;
  color: #353535;
}
.dy .head a img {
  margin-bottom: 4px;
}
.dy .head a:hover {
  color: #008ef7;
}
.dy .head a.active {
  color: #008ef7;
}
.dy .innav {
  width: 250px;
  padding-top: 25px;
}
.dy .innav .intitle {
  font-family: Arial;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  background: #008ef7;
  padding-left: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dy .innav .intitle span {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.dy .innav .intitle i {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 70px;
}
.dy .innav .list a {
  font-size: 14px;
  display: block;
  padding-left: 40px;
  line-height: 38px;
  border: 1px solid #e8e8e8;
  color: #000;
  margin-top: 5px;
  position: relative;
}
.dy .innav .list a span {
  position: absolute;
  right: 20px;
  top: 0;
}
.dy .innav .list a:hover {
  color: #fff;
  background: #008ef7;
  border: 1px solid #008ef7;
}
.dy .innav .list a.active {
  color: #fff;
  background: #008ef7;
  border: 1px solid #008ef7;
}
.dy .innav .address {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
}
.dy .innav .address .tel {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 20px 20px;
  background: url(../images/innews1.png) no-repeat 18px 26px;
  padding-left: 58px;
  font-size: 14px;
}
.dy .innav .address .tel h3 {
  font-family: Arial;
  font-size: 23px;
  color: #008ef7;
  font-weight: 700;
}
.dy .innav .address .textbox {
  padding: 20px 0 20px 20px;
}
.dy .innav .address .textbox h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 26px;
}
.dy .innav .address .textbox .text {
  font-size: 13px;
  color: #464646;
  line-height: 26px;
}
.dy .rcontent {
  padding-top: 25px;
  width: calc(100% - 280px);
}
.dy .rcontent .rtitle {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.dy .rcontent .rtitle h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  line-height: 58px;
}
.product {
  margin: 0 -4px;
}
.product .list {
  display: block;
  width: calc(33.3% - 8px);
  margin: 0 4px 10px;
  border: 1px solid #dcdcdc;
}
.product .list .imgbox .img {
  padding-top: 80.54%;
}
.product .list .text {
  border-top: 1px solid #dcdcdc;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  padding: 0 15px;
}
.product .list:hover {
  border-color: #008ef7;
}
.product .list:hover .img {
  transform: scale(0.95);
}
.product .list:hover .text {
  background: #008ef7;
  border-color: #008ef7;
  color: #fff;
}
.information .list {
  display: block;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.information .list .imgbox {
  width: calc(20% + 80px);
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.information .list .imgbox .img {
  height: 179px;
}
.information .list .date {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 22px;
}
.information .list .textbox1 {
  width: calc(80% - 80px);
  padding-left: 20px;
}
.information .list .textbox1 h5 {
  font-size: 19px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  padding: 6px 0 2px 0;
}
.information .list .textbox1 .text2 {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 4px;
}
.information .list .textbox1 .more {
  width: 94px;
  line-height: 29px;
  padding-left: 25px;
  background: #fff url(../images/inmore1.png) no-repeat 57px center / auto;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  font-size: 13px;
  margin-top: 15px;
  color: #000;
}
.information .list:hover .imgbox .img {
  transform: scale(1.08);
}
.information .list:hover .textbox1 .more {
  border-color: #008ef7;
  color: #fff;
  background: #008ef7 url(../images/inmore2.png) no-repeat 57px center / auto;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 16px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  border-top: 1px dashed #d8d8d8;
  padding-top: 10px;
  margin-top: -5px;
}
.danye .pic {
  margin: 0 auto 15px auto;
  display: block;
}
.danye .pic img {
  display: block;
  margin: 0 auto;
}
.danye .dt {
  height: 400px;
  position: relative;
  margin: 20px auto;
}
footer {
  font-size: 13px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #2f2e2e;
  padding: 24px 0;
}
footer span {
  float: right;
}
.hot {
  height: 50px;
  background: #008ef7;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: solid 2px #fff;
  width: 100%;
}
.hot span {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.hot h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.hot .row div a {
  display: block;
  color: #fff;
  padding: 7px 0;
}
.dbbox {
  position: fixed;
  left: 0;
  bottom: 52px;
  z-index: 99;
  width: 100%;
}
.dbbox .dbs {
  position: relative;
  padding: 0 15px;
  display: none;
}
.dbbox .dbs .neirong {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
.dbbox .dbs.ewm-box {
  text-align: center;
}
.dbbox .dbs.ewm-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.fenxiang-box:after {
  content: "";
  position: absolute;
  left: 75%;
  bottom: -6px;
  z-index: 1;
  width: 25%;
  height: 6px;
  background: url(../img/dbtc_jt.png) no-repeat center;
}
.dbbox .dbs.ewm-box img {
  max-width: 140px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
  position: relative;
  padding: 6px 0;
  width: 20%;
  height: 44px;
}
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
  position: absolute;
  left: 50%;
  top: 6px;
  margin: 0 0 0 -16px;
  float: inherit !important;
  display: block;
}
@media (max-width: 1199px) {
  header nav {
    margin-right: 26px;
  }
  header nav .ul > li > a {
    padding: 0 25px;
  }
  .device .ul .list h5 {
    font-size: 16px;
    margin-top: 20px;
  }
  .device .ul .list i {
    margin-top: 20px;
  }
  .topbottom {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about .textbox {
    padding-right: 40px;
  }
  .about .textbox h2 {
    font-size: 27px;
  }
  .about .textbox h3 {
    font-size: 27px;
    margin: 10px 0 15px;
  }
  .about .textbox .more {
    margin-top: 20px;
  }
  .about .imgbox .img {
    height: 326px;
  }

  header .search{width: 160px;}
header .logo{max-width: 200px;}

}
@media (max-width: 991px) {
  header .logo {
    height: 90px;
    line-height: 90px;
    max-width: 100%;
  }
  .device .ul .list h5 {
    font-size: 15px;
    margin-top: 10px;
  }
  .device .ul .list span {
    width: 50px;
    height: 50px;
  }
  .device .ul .list i {
    margin-top: 15px;
  }
  .about .textbox {
    width: 50%;
    padding-right: 15px;
  }
  .about .textbox h2 {
    font-size: 25px;
  }
  .about .textbox h3 {
    font-size: 25px;
    margin: 5px 0 10px;
  }
  .about .textbox .more {
    margin-top: 15px;
    width: 120px;
    height: 40px;
    line-height: 38px;
  }
  .about .imgbox {
    width: 50%;
  }
  .about .imgbox .img {
    height: 310px;
  }
  .dy {
    padding: 20px 0 40px;
  }
  .dy .head {
    display: none;
  }
  .dy .innav {
    width: 100%;
    padding-top: 12px;
  }
  .dy .innav .intitle {
    line-height: 44px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .dy .innav .intitle i {
    line-height: 44px;
  }
  .dy .innav .list {
    display: none;
    text-align: center;
  }
  .dy .innav .list a {
    position: initial;
    padding-left: 0;
  }
  .dy .innav .list a span {
    display: none;
  }
  .dy .rcontent {
    width: 100%;
    padding: 12px 0;
  }
  footer {
    margin-bottom: 51px;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .topbottom {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .device .ul .list {
    padding: 25px 15px;
  }
  .about .textbox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .about .textbox h2 {
    font-size: 22px;
  }
  .about .textbox h2 span {
    font-size: 15px;
  }
  .about .textbox h3 {
    font-size: 22px;
    margin: 5px 0;
  }
  .about .textbox .more {
    margin-top: 10px;
    width: 100px;
    height: 38px;
    line-height: 35px;
  }
  .about .imgbox {
    width: 100%;
  }
  .about .imgbox .img {
    height: auto;
    padding-top: 63.29%;
  }
  .product .list {
    width: calc(50% - 8px);
  }
  .product .list .text {
    font-size: 14px;
    padding: 0 5px;
  }
  .danye {
    font-size: 14px;
    line-height: 28px;
  }
  .danye .dt {
    height: 260px;
    margin: 10px auto;
  }
  .danye .bt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .danye .data {
    margin-top: -6px;
    padding-top: 6px;
  }
  .danye .pic {
    margin-bottom: 10px;
  }
  footer {
    line-height: 24px;
    text-align: center;
  }
  footer span {
    float: initial;
    display: block;
  }
}
@media (max-width: 600px) {
  .topbottom {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .information .list {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .information .list .imgbox {
    width: 100%;
    border: 0;
    margin-bottom: 10px;
  }
  .information .list .imgbox .img {
    height: auto;
    padding-top: 68.06%;
  }
  .information .list .textbox1 {
    padding-left: 0;
    width: 100%;
  }
  .information .list .textbox1 h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
  }
  .information .list .textbox1 .text2 {
    line-height: 28px;
    height: 56px;
    margin-top: 6px;
  }
  .information .list .textbox1 .more {
    width: 70px;
    line-height: 22px;
    padding-left: 12px;
    margin-top: 10px;
    background: #fff url(../images/inmore1.png) no-repeat 43px center / auto;
  }
  .information .list:hover {
    background: fixed;
    border: 0;
  }
  .information .list:hover .textbox1 .more {
    background: #008ef7 url(../images/inmore2.png) no-repeat 43px center / auto;
  }
}
@media (max-width: 479px) {
  .device .ul .list {
    padding: 15px 12px;
  }

  .device .ul .list h5 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .device .ul .list span {
    width: 45px;
    height: 45px;
  }
  .device .ul .list i {
    margin-top: 5px;
    width: 20px;
    height: 20px;
  }
}

.liuyan input{appearance:auto;-webkit-appearance:auto;-moz-appearance: auto; -o-appearance: auto;}

.liuyan{font-size: 15px;display: block;justify-content: center;}
.liuyan form{max-width: 880px;margin: 0 auto;}
.liuyan .div1{display: flex;align-items: center;height: 55px;}
.liuyan .div1 span{flex-shrink: 0;padding-right: 18px;display: block;min-width: 99px;text-align: right;}
.liuyan .div1 > input{width: 100%;height: 46px;border: 1px solid #ddd;padding: 0 15px;}
.liuyan .div1 > select{width: 100%;height: 46px;border: 1px solid #ddd;padding: 0 15px;}
.liuyan .div1 label{margin-right:22px;}
.liuyan .div1 label input{margin-right:4px;}
.liuyan .div3{/*flex-wrap: wrap;*/margin-top:10px;/*height: auto;*/height: 125px;}
.liuyan .div3 span{text-align: left;/*width: 100%;*/margin-bottom: 8px;}
.liuyan .div1 textarea{width: 100%;border: 1px solid #ddd;line-height: 26px;padding: 10px 15px;height: 120px;}
.liuyan button{width: 100%;height: 54px;background: #008ef7;font-size: 18px;color: #fff;border: 0;margin-top: 30px;}
.liuyan button:hover{background: #fc7d32;}


.liuyan .div1.div2{flex-wrap: wrap;margin-top:20px;height: auto;min-height: 50px;}
.liuyan .div1.div2 span{text-align: left;}
.liuyan .div1.div2 textarea{margin-top: 10px;height: 74px;}
@media (max-width:991px){
    .liuyan{font-size: 14px;}
    .liuyan .div1 span{flex-shrink: inherit;}
    .liuyan button{height:44px;font-size: 16px;margin-top: 20px;}
}
