@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: 1280px !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 .main1 {
  background: #0c0e14;
}
header .logo {
  background: #0a52bb;
  height: 120px;
  line-height: 120px;
  text-align: center;
  padding: 0 28px;
}
header .logo2 {
  height: 120px;
  line-height: 120px;
  margin-left: 38px;
}
header .tel {
  padding-left: 50px;
  font-size: 13px;
  color: #fff;
  background: url(../images/tel.png) no-repeat left 4px;
  line-height: 18px;
  margin-top: 36px;
}
header .tel h3 {
  font-family: Arial;
  font-size: 27px;
  color: #fff;
  line-height: 30px;
}
header nav {
  background: #182033;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  width: 14.28%;
  position: relative;
}
header nav .ul > li > a {
  position: relative;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
}
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: #0a52bb;
  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: #0a52bb;
  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-color: #182033;
}
header nav .ul > li > ul > li:hover {
  background-color: #182033;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover {
  background-color: #0a52bb;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li.active {
  background-color: #0a52bb;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 35px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #0a52bb;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #0a52bb;
}
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: #0a52bb;
}
header .sjdnav ul li:last-child {
  border: none;
}
.banner img {
  min-height: 140px;
}
.topbottom {
  padding-top: 70px;
  padding-bottom: 75px;
}
.title {
  text-align: center;
  margin-bottom: 50px;
}
.title h2 {
  font-size: 31px;
  line-height: 22px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 10px;
}
.title h2 i {
  color: #0a52bb;
}
.title span {
  display: inline-block;
  font-family: Times New Roman;
  font-size: 16px;
  padding: 0 20px;
  line-height: 22px;
  color: #555555;
  text-transform: uppercase;
  position: relative;
}
.title span::before {
  content: "";
  display: block;
  width: 205px;
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  margin: auto 0;
  background: #222222;
}
.title span::after {
  content: "";
  display: block;
  width: 205px;
  height: 2px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 100%;
  margin: auto 0;
  background: #222222;
}
.product {
  background: url(../images/product.jpg) no-repeat center center / cover;
}
.product .list {
  display: block;
}
.product .list .imgbox {
  position: relative;
}
.product .list .imgbox .img {
  padding-top: 75.4%;
}
.product .list .imgbox .inbox {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(24, 32, 91, 0.92);
}
.product .list .imgbox .inbox .incontent {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.product .list .imgbox .inbox .incontent h6 {
  font-size: 20px;
  line-height: 39px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 15px;
}
.product .list .imgbox .inbox .incontent span {
  display: block;
  font-size: 11px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.product .list .imgbox .inbox .incontent .click {
  width: 220px;
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid #fff;
}
.product .list .imgbox .inbox .incontent .click > div {
  width: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #fff;
  color: #fff;
  transition: all 0.6s;
}
.product .list .imgbox .inbox .incontent .click > div.active {
  background-color: #fff;
  color: #010101;
}
.product .list .text {
  width: calc(100% - 50px);
  border: 1px solid #e8e8e8;
  border-right: 0;
  padding-left: 20px;
  padding-right: 15px;
  line-height: 48px;
  background: #fff;
  font-size: 15px;
  color: #232425;
}
.product .list i {
  border: 1px solid #e8e8e8;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff url(../images/product-button1.png) no-repeat center center / auto;
  transition: all 0.6s;
}
.product .list:hover .inbox {
  bottom: 0;
}
.product .list:hover i {
  background: #0a52bb url(../images/product-button2.png) no-repeat center center / auto;
  border-color: #0a52bb;
}
.advimg {
  min-height: 120px;
  padding-top: 11.45%;
}
.clients {
  padding-top: 70px;
  padding-bottom: 70px;
}
.clients .clititle {
  border-bottom: 1px solid #ededed;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
.clients .clititle h2 {
  font-size: 31px;
  line-height: 22px;
  color: #222222;
  font-weight: 700;
}
.clients .clititle h2 span {
  display: inline-block;
  padding-left: 10px;
  font-family: Times New Roman;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #555555;
}
.clients .list {
  display: block;
  border: 1px solid #ededed;
  margin-bottom: 10px;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.05);
}
.clients .list .imgbox {
  background-color: #fff;
  padding: 5px;
}
.clients .list .imgbox .img {
  padding-top: 34.56%;
}
.clients .list:hover .img {
  transform: scale(1.08);
}
.profile {
  background: url(../images/profile.jpg) no-repeat center center / cover;
}
.profile .swiper-container {
  height: 450px;
}
.profile .list {
  margin-top: 50px;
  height: 350px;
}
.profile .list .left {
  width: 19%;
}
.profile .list .left .imgbox {
  background: #fff;
  padding: 5px;
}
.profile .list .left .imgbox .img {
  height: 340px;
}
.profile .list .middle {
  width: 31%;
  padding-left: 5px;
}
.profile .list .middle .imgbox {
  position: relative;
}
.profile .list .middle .imgbox h3 {
  padding: 20px 25px 20px 30px;
  text-align: center;
  background-color: #0a52bb;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  top: -50px;
  right: 47px;
  writing-mode: tb-rl;
}
.profile .list .middle .imgbox h3 .zm {
  font-family: Times New Roman;
  margin-left: 5px;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: normal;
}
.profile .list .middle .imgbox .img {
  height: 350px;
}
.profile .list .textbox {
  width: 50%;
  padding: 48px 30px;
  background-color: #fff;
}
.profile .list .textbox h2 {
  font-size: 25px;
  line-height: 27px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.profile .list .textbox h2::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0a52bb;
}
.profile .list .textbox .txt {
  font-size: 16px;
  line-height: 29px;
  color: #555555;
  height: 145px;
  overflow: hidden;
}
.profile .list .textbox .more {
  font-family: Arial;
  font-size: 10px;
  color: #999999;
  width: 55px;
  height: 17px;
  margin-top: 30px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  box-shadow: 4px 3px 2px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dedede;
}
.profile .list .textbox .more:hover {
  color: #fff;
  background: #0a52bb;
  border-color: #0a52bb;
}
.profile .list .textbox .more:hover a{
  color: #fff;
}
.site .box {
  overflow: visible;
}
.videos .list .img::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5) url(../images/video2.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-size: 50px;
}
.videos .list:hover::before {
  background-size: 60px;
}
.videos .list .img {
  position: relative;
  padding-top: 80%;
}
.videos .list .text{
  font-size: 18px;
  line-height: 36px;
  border: 1px solid #ebebeb;
  text-align: center;
}
.vdbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.vdbox .box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 100%;
  max-width: 660px;
  background: #fff;
  padding: 20px;
}
.vdbox .box .videotitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 50px;
  padding-bottom: 15px;
  color: #000;
}
.vdbox .box video {
  width: 100%;
  height: 400px;
  background: #000;
}
.vdbox .box .close {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 50px;
}
.site .prev {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  left: -100px;
  background: #0a52bb url(../images/btn.png) center no-repeat;
}
.site .next {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  right: -100px;
  background: #0a52bb url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}
.goods {
  background: url(../images/product.jpg) no-repeat center center / cover;
}
.goods .box {
  margin: 0 -11px;
}
.goods .list {
  width: calc(25% - 22px);
  margin: 0 11px;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 40px 34px 60px;
  text-align: center;
}
.goods .list .imgbox {
  margin: 0 auto;
  width: 138px;
  height: 138px;
  border: 10px solid rgba(10, 82, 187, 0.06);
  border-radius: 50%;
  overflow: hidden;
}
.goods .list .imgbox .overflow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #0a52bb;
}
.goods .list .imgbox .overflow .img {
  padding-top: 50%;
  transform: translateY(50%);
}
.goods .list h4 {
  font-size: 21px;
  line-height: 30px;
  color: #010101;
  margin-top: 25px;
}
.goods .list span {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #999999;
  font-family: Times New Roman;
  text-transform: uppercase;
}
.goods .list .txt {
  font-size: 13px;
  line-height: 25px;
  color: #353535;
  position: relative;
  padding-bottom: 40px;
  margin-top: 20px;
}
.goods .list .txt::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #0091e8;
  transition: all 0.6s;
}
.goods .list:hover .imgbox .overflow {
  background: #0091e8;
}
.goods .list:hover h4 {
  color: #0a52bb;
}
.goods .list:hover .txt::after {
  background-color: #0a52bb;
}
.case1 {
  background: url(../images/case.jpg) no-repeat center center / cover;
}
.case1 .title h2 {
  color: #fff;
}
.case1 .title h2 i {
  color: #fff;
}
.case1 .title span {
  color: rgba(255, 255, 255, 0.35);
}
.case1 .title span::before {
  background: #fff;
}
.case1 .title span::after {
  background: #fff;
}
.case1 .box {
  overflow: visible;
}
.case1 .list {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 15px 15px 20px;
  margin: 0px 0 10px;
  background-color: #fff;
}
.case1 .list .imgbox .img {
  padding-top: 80%;
}
.case1 .list .txtbox {
  margin-top: 20px;
  padding: 0 10px;
  position: relative;
}
.case1 .list .txtbox::after {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  transition: all 0.6s;
  background: #d9d9d9;
}
.case1 .list .txtbox h5 {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  padding-right: 15px;
}
.case1 .list .txtbox span {
  display: block;
  font-family: Times New Roman;
  font-size: 15px;
  line-height: 17px;
  color: #999999;
  padding-right: 40px;
  text-transform: Capitalize;
}
.case1 .list:hover .img {
  transform: scale(1.08);
}
.case1 .list:hover .txtbox::after {
  background: #0a52bb;
}
.case1 .prev {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  left: -100px;
  background: #0a52bb url(../images/btn.png) center no-repeat;
}
.case1 .next {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  right: -100px;
  background: #0a52bb url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}
.news {
  background: url(../images/product.jpg) no-repeat center center / cover;
}
.news .container-fluid {
  max-width: 1440px !important;
}
.news .left {
  width: calc(50% + 35px);
  background-color: #fff;
  padding: 44px;
}
.news .left h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-right: 70px;
}
.news .left h3 .date {
  font-size: 13px;
  line-height: 25px;
  color: #afafaf;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.news .left .txt {
  font-size: 13px;
  line-height: 22px;
  color: #707070;
  margin: 15px 0 30px;
  position: relative;
  padding-left: 26px;
  height: 44px;
  overflow: hidden;
}
.news .left .txt::before {
  content: "";
  display: block;
  width: 3px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #0a52bb;
}
.news .left .imgbox .img {
  height: 290px;
}
.news .left:hover h3 {
  color: #0a52bb;
}
.news .left:hover .img {
  transform: scale(1.08);
}
.news .right {
  width: calc(50% - 35px);
  padding-left: 45px;
}
.news .right .list {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.news .right .list .inleft {
  width: calc(20% + 68px);
}
.news .right .list .inleft .imgbox .img {
  height: 135px;
}
.news .right .list .textbox {
  width: calc(80% - 68px);
  padding-left: 20px;
}
.news .right .list .textbox h6 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
  position: relative;
  margin-top: 10px;
  padding-right: 70px;
}
.news .right .list .textbox h6 .date {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  color: #afafaf;
}
.news .right .list .textbox .txt {
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  margin: 10px 0 15px;
  height: 44px;
  overflow: hidden;
}
.news .right .list .textbox .inmore {
  width: 16px;
  height: 11px;
  background: url(../images/inmore1.png) no-repeat center center / auto;
}
.news .right .list:hover {
  background: #0a52bb;
  border-color: #0a52bb;
}
.news .right .list:hover h6 {
  color: #fff;
}
.news .right .list:hover h6 .date {
  color: #fff;
}
.news .right .list:hover .txt {
  color: #fff;
}
.news .right .list:hover .inmore {
  background: url(../images/inmore2.png) no-repeat center center / auto;
}
.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: #0a52bb;
}
.dy .head a.active {
  color: #0a52bb;
}
.dy .innav {
  width: 250px;
  padding-top: 25px;
}
.dy .innav .intitle {
  font-family: Arial;
  position: relative;
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  background: #222222;
  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: #0a52bb;
  border: 1px solid #0a52bb;
}
.dy .innav .list a.active {
  color: #fff;
  background: #0a52bb;
  border: 1px solid #0a52bb;
}
.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: #0a52bb;
  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;
}
.inproduct {
  margin: 0 -10px;
}
.inproduct .list {
  display: block;
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
}
.inproduct .list .imgbox {
  position: relative;
}
.inproduct .list .imgbox .img {
  padding-top: 75.4%;
}
.inproduct .list .imgbox .inbox {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(24, 32, 91, 0.92);
}
.inproduct .list .imgbox .inbox .incontent {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.inproduct .list .imgbox .inbox .incontent h6 {
  font-size: 20px;
  line-height: 39px;
  font-weight: 700;
  overflow: hidden;
  padding: 0 15px;
}
.inproduct .list .imgbox .inbox .incontent span {
  display: block;
  font-size: 11px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.inproduct .list .imgbox .inbox .incontent .click {
  width: 220px;
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid #fff;
}
.inproduct .list .imgbox .inbox .incontent .click > div {
  width: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #fff;
  color: #fff;
  transition: all 0.6s;
}
.inproduct .list .imgbox .inbox .incontent .click > div.active {
  background-color: #fff;
  color: #010101;
}
.inproduct .list .text {
  width: calc(100% - 50px);
  border: 1px solid #e8e8e8;
  border-right: 0;
  padding-left: 20px;
  padding-right: 15px;
  line-height: 48px;
  background: #fff;
  font-size: 15px;
  color: #232425;
}
.inproduct .list i {
  border: 1px solid #e8e8e8;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff url(../images/product-button1.png) no-repeat center center / auto;
  transition: all 0.6s;
}
.inproduct .list:hover .inbox {
  bottom: 0;
}
.inproduct .list:hover i {
  background: #0a52bb url(../images/product-button2.png) no-repeat center center / auto;
  border-color: #0a52bb;
}
.inproductbox .text {
  text-indent: 2em;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  margin-top: 25px;
}
.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: #0a52bb;
  color: #fff;
  background: #0a52bb url(../images/inmore2.png) no-repeat 57px center / auto;
}
.incase {
  margin: 0 -10px;
}
.incase .list {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
  display: block;
  border: 1px solid #e7e7e7;
  padding: 15px 15px 20px;
  background-color: #fff;
}
.incase .list .imgbox .img {
  padding-top: 80%;
}
.incase .list .txtbox {
  margin-top: 20px;
  padding: 0 10px;
  position: relative;
}
.incase .list .txtbox::after {
  content: "+";
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  transition: all 0.6s;
  background: #d9d9d9;
}
.incase .list .txtbox h5 {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  padding-right: 15px;
}
.incase .list .txtbox span {
  display: block;
  font-family: Times New Roman;
  font-size: 15px;
  line-height: 17px;
  color: #999999;
  padding-right: 40px;
  text-transform: Capitalize;
}
.incase .list:hover .img {
  transform: scale(1.08);
}
.incase .list:hover .txtbox::after {
  background: #0a52bb;
}
.inbrand {
  margin: 0 -10px;
}
.inbrand .list {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
  display: block;
  border: 1px solid #ededed;
}
.inbrand .list .imgbox {
  background-color: #fff;
  padding: 5px;
}
.inbrand .list .imgbox .img {
  padding-top: 34.56%;
}
.inbrand .list:hover .img {
  transform: scale(1.08);
}
footer {
  background: #1e1e1e;
  padding-top: 60px;
}
footer .left {
  width: calc(50% - 22px);
}
footer .left dl {
  width: 25%;
}
footer .left dl dt {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
footer .left dl dt::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #404040;
}
footer .left dl dd {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
footer .left dl dd:hover {
  color: #0a52bb;
}
footer .left dl dd a {
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
footer .left dl dd a:hover {
  color: #0a52bb;
}
footer .middle {
  width: calc(30% + 75px);
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
  min-height: 185px;
  padding-left: 75px;
  padding-right: 10px;
}
footer .middle .smtel {
  font-size: 14px;
  color: #fff;
}
footer .middle .smtel h4 {
  font-family: Impact;
  font-size: 34px;
  line-height: 21px;
  padding-bottom: 20px;
}
footer .middle .smtel span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 14px;
}
footer .middle .txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}
footer .right {
  width: calc(20% - 53px);
  color: #fff;
  padding-left: 50px;
}
footer .right img {
  width: 140px;
  display: block;
  margin-bottom: 5px;
}
footer .right span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}
footer .foot {
  margin-top: 25px;
  text-align: center;
  background: #0a52bb;
  padding: 20px 0;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye .bt {
  color: #0a52bb;
  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;
}
.hot {
  height: 50px;
  background: #000;
  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: 991px) {
  header .logo {
    background: inherit;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: inherit;
    padding: 0;
  }
  header .logo img {
    max-width: 80%;
  }
  .topbottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title {
    margin-bottom: 40px;
  }
  .title h2 {
    font-size: 26px;
    padding-bottom: 5px;
  }
  .title span {
    font-size: 14px;
  }
  .product .list .imgbox .inbox .incontent h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .product .list .imgbox .inbox .incontent .click {
    width: 180px;
  }
  .product .list .imgbox .inbox .incontent .click > div {
    font-size: 12px;
    line-height: 30px;
  }
  .product .list .text {
    line-height: 40px;
    font-size: 13px;
  }
  .product .list i {
    height: 42px;
  }
  .clients {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .clients .clititle {
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  .clients .clititle h2 {
    font-size: 26px;
  }
  .clients .clititle h2 span {
    font-size: 14px;
  }
  .profile .swiper-container {
    height: 350px;
  }
  .profile .list {
    margin-top: 30px;
    height: 274px;
  }
  .profile .list .left .imgbox {
    padding: 0;
  }
  .profile .list .left .imgbox .img {
    height: 274px;
  }
  .profile .list .middle .imgbox h3 {
    padding: 12px 15px 12px 20px;
    font-size: 20px;
    top: -30px;
  }
  .profile .list .middle .imgbox h3 .zm {
    margin-left: 0;
    font-size: 14px;
  }
  .profile .list .middle .imgbox .img {
    height: 274px;
  }
  .profile .list .textbox {
    padding: 28px 20px;
  }
  .profile .list .textbox h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .profile .list .textbox .txt {
    font-size: 12px;
    line-height: 25px;
    height: 125px;
  }
  .goods .box {
    margin: 0 -10px;
  }
  .goods .list {
    width: calc(50% - 20px);
    margin: 5px 10px;
  }
  .goods .list .imgbox {
    width: 120px;
    height: 120px;
  }
  .goods .list h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .case1 .list {
    padding: 10px 10px 15px;
  }
  .news {
    background: url(../images/product.jpg) no-repeat center center / cover;
  }
  .news .container-fluid {
    max-width: 1440px !important;
  }
  .news .left {
    width: 100%;
    margin-bottom: 15px;
    padding: 24px;
  }
  .news .left .imgbox .img {
    height: auto;
    padding-top: 48.82%;
  }
  .news .right {
    width: 100%;
    padding-left: 0;
  }
  .news .right .list {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .news .right .list .inleft {
    width: calc(20% + 68px);
  }
  .news .right .list .inleft .imgbox .img {
    height: 135px;
  }
  .news .right .list .textbox {
    width: calc(80% - 68px);
    padding-left: 20px;
  }
  .news .right .list .textbox h6 {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-top: 10px;
    padding-right: 70px;
  }
  .news .right .list .textbox h6 .date {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #afafaf;
  }
  .news .right .list .textbox .txt {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    margin: 10px 0 15px;
    height: 44px;
    overflow: hidden;
  }
  .news .right .list .textbox .inmore {
    width: 16px;
    height: 11px;
    background: url(../images/inmore1.png) no-repeat center center / auto;
  }
  .news .right .list:hover {
    background: #0a52bb;
    border-color: #0a52bb;
  }
  .news .right .list:hover h6 {
    color: #fff;
  }
  .news .right .list:hover h6 .date {
    color: #fff;
  }
  .news .right .list:hover .txt {
    color: #fff;
  }
  .news .right .list:hover .inmore {
    background: url(../images/inmore2.png) no-repeat center center / auto;
  }
  .incase .list {
    padding: 10px 10px 15px;
  }
  .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 {
    background: #1e1e1e;
    padding-top: 60px;
  }
  footer .left {
    width: 100%;
  }
  footer .middle {
    width: 100%;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0;
    min-height: inherit;
  }
  footer .right {
    width: 100%;
    padding-left: 0;
  }
  footer .foot {
    padding-bottom: 51px;
  }
  .inproduct .list .imgbox .inbox .incontent h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .inproduct .list .imgbox .inbox .incontent .click {
    width: 180px;
  }
  .inproduct .list .imgbox .inbox .incontent .click > div {
    font-size: 12px;
    line-height: 30px;
  }
  .inproduct .list .text {
    line-height: 40px;
    font-size: 13px;
  }
  .inproduct .list i {
    height: 42px;
  }
}
@media (max-width: 767px) {
  header .logo {
    height: 80px;
    line-height: 80px;
  }
  header .logo img {
    max-width: 80%;
  }
  header .ydd_btn {
    bottom: 26px;
  }
  .topbottom {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .title {
    margin-bottom: 20px;
  }
  .title h2 {
    font-size: 22px;
  }
  .title span {
    font-size: 12px;
  }
  .title span::before {
    display: none;
  }
  .title span::after {
    display: none;
  }
  .product .list .imgbox .inbox {
    bottom: 0;
    background: rgba(24, 32, 91, 0.7);
  }
  .product .list .imgbox .inbox .incontent h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .product .list .imgbox .inbox .incontent .click {
    width: 140px;
    margin: 10px auto 0;
  }
  .product .list .imgbox .inbox .incontent .click > div {
    line-height: 24px;
  }
  .product .list .text {
    width: calc(100% - 37px);
    line-height: 35px;
  }
  .product .list i {
    width: 37px;
    height: 37px;
  }
  .clients {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .clients .list {
    box-shadow: inherit;
  }
  .clients .clititle {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .clients .clititle h2 {
    font-size: 22px;
  }
  .clients .clititle h2 span {
    font-size: 12px;
  }
  .profile .swiper-container {
    height: 540px;
  }
  .profile .list {
    margin-top: 0;
  }
  .profile .list .left {
    display: none;
  }
  .profile .list .middle {
    width: 100%;
    padding-left: 0;
  }
  .profile .list .middle .imgbox h3 {
    display: none;
  }
  .profile .list .textbox {
    width: 100%;
    padding: 15px;
  }
  .profile .list .textbox h2 {
    font-size: 16px;
  }
  .profile .list .textbox .more {
    margin-top: 15px;
  }
  .goods .box {
    margin: 0 -5px;
  }
  .goods .list {
    width: calc(50% - 10px);
    margin: 5px 5px;
    padding: 20px 10px 20px;
  }
  .goods .list .imgbox {
    width: 90px;
    height: 90px;
  }
  .goods .list h4 {
    margin-top: 10px;
  }
  .goods .list span {
    font-size: 10px;
  }
  .goods .list .txt {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
  .case1 .list {
    padding: 0;
    box-shadow: inherit;
    margin: 0;
    border: 0;
  }
  .case1 .list .txtbox {
    margin-top: 0;
    padding: 5px;
  }
  .case1 .list .txtbox::after {
    right: 5px;
    bottom: 8px;
  }
  .case1 .list .txtbox h5 {
    font-size: 14px;
  }
  .case1 .list .txtbox span {
    font-size: 12px;
  }
  .news .left {
    padding: 10px;
  }
  .news .left h3 {
    font-size: 16px;
    line-height: 25px;
    padding-right: 70px;
  }
  .news .left h3 .date {
    font-size: 12px;
    line-height: 25px;
  }
  .news .left .txt {
    font-size: 12px;
    line-height: 22px;
    margin: 8px 0;
    padding-left: 15px;
  }
  .news .left .txt::before {
    height: 33px;
  }
  .news .right .list {
    padding: 10px;
  }
  .news .right .list .inleft {
    width: 40%;
  }
  .news .right .list .inleft .imgbox .img {
    height: 100px;
  }
  .news .right .list .textbox {
    width: 60%;
    padding-left: 10px;
  }
  .news .right .list .textbox h6 {
    font-size: 16px;
    margin-top: 0;
  }
  .news .right .list .textbox h6 .date {
    font-size: 12px;
  }
  .news .right .list .textbox .txt {
    font-size: 12px;
    margin: 6px 0;
  }
  .inproduct {
    margin: 0 -5px;
  }
  .inproduct .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .inproduct .list .imgbox .inbox {
    bottom: 0;
    background: rgba(24, 32, 91, 0.7);
  }
  .inproduct .list .imgbox .inbox .incontent h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .inproduct .list .imgbox .inbox .incontent .click {
    width: 140px;
    margin: 10px auto 0;
  }
  .inproduct .list .imgbox .inbox .incontent .click > div {
    line-height: 24px;
  }
  .inproduct .list .text {
    width: calc(100% - 37px);
    line-height: 35px;
  }
  .inproduct .list i {
    width: 37px;
    height: 37px;
  }
  .inproductbox .text {
    line-height: 24px;
    margin-top: 10px;
  }
  .incase {
    margin: 0 -5px;
  }
  .incase .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 0;
    box-shadow: inherit;
  }
  .incase .list .txtbox {
    margin-top: 0;
    padding: 5px;
  }
  .incase .list .txtbox::after {
    right: 5px;
    bottom: 8px;
  }
  .incase .list .txtbox h5 {
    font-size: 14px;
  }
  .incase .list .txtbox span {
    font-size: 12px;
  }
  .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 {
    padding-top: 20px;
  }
  footer .left dl dt {
    font-size: 15px;
    padding-bottom: 6px;
    margin-bottom: 0px;
  }
  footer .left dl dd {
    font-size: 12px;
    line-height: 24px;
  }
  footer .middle .smtel {
    font-size: 12px;
  }
  footer .middle .smtel h4 {
    font-size: 24px;
    padding-bottom: 8px;
  }
  footer .middle .smtel span {
    font-size: 12px;
  }
  footer .middle .txt {
    margin-top: 8px;
    font-size: 12px;
  }
  footer .right span {
    font-size: 12px;
  }
  footer .foot {
    padding: 10px 0;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .information .list {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
    box-shadow: none;
  }
  .information .list .imgbox {
    width: calc(16% + 80px);
    border: 0;
  }
  .information .list .imgbox .img {
    height: 122px;
  }
  .information .list .textbox1 {
    padding-left: 14px;
  }
  .information .list .textbox1 h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
  }
  .information .list .textbox1 .text2 {
    line-height: 23px;
    height: 46px;
    margin-top: 0;
  }
  .information .list .textbox1 .more {
    width: 70px;
    line-height: 22px;
    padding-left: 12px;
    margin-top: 6px;
    background: #fff url(../images/inmore1.png) no-repeat 43px center / auto;
  }
  .information .list:hover {
    background: fixed;
    border: 0;
  }
  .information .list:hover .textbox1 .more {
    background: #0a52bb url(../images/inmore2.png) no-repeat 43px center / auto;
  }
  .inbrand {
    margin: 0 -5px;
  }
  .inbrand .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
@media (max-width: 479px) {
  .vdbox .box {
    padding: 15px;
  }
  .vdbox .box video {
    height: 320px;
  }
  .vdbox .box .close {
    font-size: 40px;
  }
  .news .left h3 {
    font-size: 14px;
    font-weight: normal;
  }
  .news .right .list .textbox h6 {
    font-size: 14px;
    font-weight: normal;
  }
}
