@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;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header {
  position: relative;
}
header .top {
  font-size: 14px;
  height: 40px;
  background-color: #f3f3f3;
  line-height: 40px;
  color: #1e1e1e;
}
header .top .you {
  font-size: 0;
  line-height: initial;
}
header .top .you a {
  font-size: 14px;
  display: inline-block;
  color: #1e1e1e;
  line-height: 40px;
  position: relative;
  padding-left: 20px;
}
header .top .you a:nth-child(n+2)::after {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: #1e1e1e;
  border-right: 1px solid #cccccc;
  position: absolute;
  left: 9px;
  top: 1px;
  bottom: 0;
  margin: auto 0;
}
header .top .you a:hover {
  color: #01cdff;
}
header .logo {
  height: 110px;
  line-height: 110px;
  position: relative;
  font-size: 0;
}
header .logo img {
  max-height: 80%;
}
header .tel {
  padding-left: 50px;
  font-size: 14px;
  color: #787878;
  background: url(../images/tel.png) no-repeat left 4px;
  background-size: 40px 40px;
  line-height: 18px;
  margin-top: 36px;
}
header .tel h5 {
  font-size: 24px;
  color: #1a58bd;
  line-height: 30px;
  font-weight: 700;
}
header nav {
  background: #1a58bd;
}
header nav .ul {
  font-size: 0;
  margin: 0;
}
header nav .ul > li {
  float: left;
  text-align: center;
  width: 11.11%;
  position: relative;
}
header nav .ul > li > a {
  position: relative;
  line-height: 46px;
  display: block;
  color: #fff;
  font-size: 17px;
}
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: #01cdff;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 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: #01cdff;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 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: #1a58bd;
}
header nav .ul > li > ul > li:hover {
  background-color: #1a58bd;
}
header nav .ul > li > ul > li:hover > ul {
  display: block;
}
header nav .ul > li:hover {
  background-color: #01cdff;
}
header nav .ul > li:hover > ul {
  display: block;
}
header nav .ul > li.active {
  background-color: #01cdff;
}
header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 26px;
  right: 15px;
}
header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #1a58bd;
}
header .ydd_btn span.span02 {
  margin: 5px 0;
}
header .ydd_btn.click span {
  background: #1a58bd;
}
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: #1a58bd;
}
header .sjdnav ul li:last-child {
  border: none;
}
.banner .swiper-pagination-bullet {
  width: 34px;
  height: 6px;
  border-radius: 0;
  background: white;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #1a58bd;
}
.search {
  box-shadow: 0px 16px 7px -7px #ececec;
  background: #fff;
}
.search .left {
  font-size: 0;
  line-height: inherit;
  width: calc(100% - 250px);
}
.search .left a:nth-child(1) {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.search .left a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 76px;
  padding: 0 12px;
  color: #575757;
  transition: all 0.6s;
}
.search .left a:nth-child(n+2):hover {
  color: #01cdff;
}
.search .right {
  width: 250px;
  height: 76px;
}
.search .right input:focus,
.search .right button:focus {
  outline-style: none;
}
.search .right input {
  float: right;
  border: 0;
  font-size: 16px;
  line-height: 76px;
  color: #000;
  height: 76px;
  padding-right: 10px;
  width: 200px;
}
.search .right button {
  float: right;
  border: 0;
  background: url(../images/search.png) no-repeat center center;
  height: 76px;
  line-height: 76px;
  width: 46px;
  border-bottom: 1px solid transparent;
  transition: all 0.6s;
}
.search .right button:hover {
  border-color: #0273d3;
}
.topbottom {
  padding-top: 35px;
  padding-bottom: 40px;
}
.title {
  text-align: center;
  margin-bottom: 35px;
}
.title h2 {
  display: block;
  font-size: 36px;
  line-height: 52px;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #eeeeee;
}
.title h2::after {
  content: '';
  display: block;
  width: 160px;
  height: 5px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e5e5e5;
}
.title span {
  font-size: 16px;
  line-height: 52px;
  color: #b2b2b2;
  text-transform: uppercase;
}
.product .ul {
  text-align: center;
  font-size: 0;
  margin-bottom: 60px;
}
.product .ul a {
  display: inline-block;
  background: #1a58bd;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  padding: 0 26px;
  margin: 10px 10px 0;
  border-radius: 5px;
  transition: all 0.6s;
}
.product .ul a:hover {
  background: #01cdff;
}
.product .list {
  margin: 5px 0;
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.product .list .box {
  border: 7px solid transparent;
}
.product .list .imgbox .img {
  padding-top: 75.45%;
}
.product .list .text {
  text-align: center;
  font-size: 16px;
  height: 38px;
  line-height: 44px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  color: #000;
  padding: 0 10px;
}
.product .list:hover {
  border-color: #1a58bd;
}
.product .list:hover .box {
  border-color: #1a58bd;
}
.product .list:hover .text {
  color: #fff;
  border-color: #1a58bd;
  background-color: #1a58bd;
}
.profile {
  position: relative;
}
.profile .container-fluid {
  position: relative;
  z-index: 3;
}
.profile::before {
  content: '';
  width: 100%;
  height: 520px;
  background: url(../images/profile1.jpg) no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.profile .title h2 {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.profile .title h2::after {
  background-color: #fff;
}
.profile .title span {
  color: #ffffff;
  display: block;
}
.profile .title i {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.profile .content {
  background: #fff;
  box-shadow: 0px 16px 7px -1px #ececec;
}
.profile .content .left {
  width: 50%;
  padding: 30px;
  padding-right: 0;
}
.profile .content .left .imgbox .img {
  height: 486px;
}
.profile .content .right {
  width: 50%;
  padding: 30px;
  padding-left: 60px;
}
.profile .content .right h3 {
  font-size: 20px;
  line-height: 30px;
  color: #1a58bd;
  font-weight: 700;
}
.profile .content .right span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #626262;
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.profile .content .right span::after {
  content: '';
  display: block;
  width: 82px;
  height: 4px;
  background: #1a58bd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile .content .right .txt {
  font-size: 14px;
  line-height: 47px;
  color: #000;
  height: 330px;
  overflow: hidden;
}
.profile .content .right .more {
  display: block;
  width: 110px;
  font-size: 16px;
  line-height: 34px;
  background: #1a58bd;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin-top: 38px;
  box-shadow: 0px 4px 4px -1px #3333;
}
.profile .content .right .more:hover {
  background: #01cdff;
}
.profile .content:hover .img {
  transform: scale(1.08);
}
.goods .contant {
  margin: 0 -20px;
}
.goods .list {
  width: calc(25% - 40px);
  margin: 0 20px;
}
.goods .list .imgbox {
  background: url(../images/goods1.png) no-repeat center center / cover;
  width: 148px;
  height: 170px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.6s;
}
.goods .list .imgbox span {
  font-size: 80px;
  line-height: 170px;
  color: #1a58bd;
  transition: all 0.6s;
}
.goods .list h6 {
  font-size: 20px;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin-top: 10px;
  transition: all 0.6s;
}
.goods .list .txt {
  font-size: 14px;
  line-height: 40px;
  color: #787878;
  height: 120px;
  overflow: hidden;
}
.goods .list:hover .imgbox {
  background: url(../images/goods2.png) no-repeat center center / cover;
}
.goods .list:hover .imgbox span {
  color: #fff;
}
.goods .list:hover h6 {
  color: #1a58bd;
}
.goods .list.active .imgbox {
  background: url(../images/goods2.png) no-repeat center center / cover;
}
.goods .list.active .imgbox span {
  color: #fff;
}
.goods .list.active h6 {
  color: #1a58bd;
}
.casebox .list {
  display: block;
  margin: 5px 0;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.casebox .list .box {
  border: 7px solid transparent;
}
.casebox .list .imgbox .img {
  padding-top: 75.45%;
}
.casebox .list .text {
  text-align: center;
  font-size: 16px;
  height: 38px;
  line-height: 44px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  color: #000;
  padding: 0 10px;
}
.casebox .list:hover {
  border-color: #1a58bd;
}
.casebox .list:hover .box {
  border-color: #1a58bd;
}
.casebox .list:hover .text {
  color: #fff;
  border-color: #1a58bd;
  background-color: #1a58bd;
}
.adv {
  padding-top: 13.9%;
  min-height: 140px;
}
.honor .list {
  display: block;
  border: 1px solid #eeeeee;
  padding: 5px;
}
.honor .list .imgbox .img {
  padding-top: 139.13%;
}
.honor .list:hover .img {
  transform: scale(1.08);
}
.news {
  background: #f6f6f6;
}
.news .title {
  margin-bottom: 15px;
}
.news .list {
  display: block;
  background: #fff;
  transition: all 0.6s;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.news .list .imgbox .img {
  padding-top: 50.84%;
}
.news .list .textbox {
  padding: 10px 20px;
  position: relative;
}
.news .list h6 {
  font-size: 13px;
  line-height: 44px;
  color: #555555;
  position: relative;
}
.news .list h6::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5c5c5c;
  transition: all 0.6s;
}
.news .list .txt {
  font-size: 12px;
  line-height: 27px;
  color: #8d8d8d;
  height: 54px;
  overflow: hidden;
  margin: 10px 0 15px;
}
.news .list .date {
  text-align: right;
  font-size: 12px;
  line-height: 27px;
  color: #8d8d8d;
}
.news .list:hover {
  bottom: 20px;
}
.news .list:hover h6::after {
  width: 100%;
}
.partner .list {
  display: block;
  border: 1px solid #c1c1c1;
  padding: 5px;
}
.partner .list .imgbox .img {
  padding-top: 64.02%;
}
.partner .list:hover .img {
  transform: scale(0.9);
}
.ny {
  padding-top: 25px;
  padding-bottom: 50px;
}
.innav {
  width: 244px;
}
.innav .intitle {
  position: relative;
  cursor: pointer;
}
.innav .intitle h4 {
  font-size: 20px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #0068b7;
}
.innav .intitle i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  color: #fff;
  line-height: 44px;
}
.innav .list {
  margin-top: 2px;
}
.innav .list a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 32px;
  color: #fff;
  background: #0068b7 url(../images/ny.png) no-repeat 12px center / auto;
  position: relative;
  margin-bottom: 2px;
  border: 1px solid #0068b7;
  transition: all 0.6s;
}
.innav .list a:hover {
  color: #000;
  border-color: #e8e8e8;
  background: #f6f6f6 url(../images/ny1.png) no-repeat 12px center / auto;
}
.innav .list a.active {
  color: #000;
  border-color: #e8e8e8;
  background: #f6f6f6 url(../images/ny1.png) no-repeat 12px center / auto;
}
.innav .address {
  background: url(../images/address.jpg) no-repeat center center / cover;
  padding: 20px 15px;
  text-align: center;
}
.innav .address h2 {
  font-size: 28px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
}
.innav .address > span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 20px 13px;
  position: relative;
}
.innav .address > span::after {
  content: "";
  width: 138px;
  height: 2px;
  background: #43aae3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.innav .address .intel i {
  display: block;
  width: 28px;
  height: 28px;
  margin: 16px auto;
}
.innav .address .intel > span {
  color: #fff;
  line-height: 28px;
  font-size: 14px;
}
.innav .address .intel h5 {
  font-family: Impact;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.innav .address .txt {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: left;
}
.incontant {
  width: calc(100% - 244px);
  padding-left: 20px;
}
.incontant .inhead {
  background: #eeeeee;
  margin-bottom: 20px;
  font-size: 0;
}
.incontant .inhead span {
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  background: #0068b7;
  padding: 0 15px;
}
.incase {
  margin: 0 -8px;
}
.incase .list {
  float: left;
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.incase .list .zz .img {
  padding-top: 145.96% !important;
}
.incase .list .imgbox .img {
  padding-top: 70.96%;
}
.incase .list .txt {
  line-height: 46px;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 5px;
  border-top: 1px solid #e5e5e5;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.incase .list:hover {
  border-color: #00a0e9;
}
.incase .list:hover .img {
  transform: scale(0.9);
}
.incase .list:hover .txt {
  background: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}
.innews .list {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.innews .list .imgbox {
  width: 20%;
}
.innews .list .imgbox .img {
  height: 150px;
}
.innews .list .textbox {
  width: 80%;
  padding-left: 14px;
}
.innews .list .textbox h6 {
  font-size: 16px;
  color: #333333;
}
.innews .list .textbox .txt {
  font-size: 14px;
  line-height: 26px;
  color: #7d7d7d;
  height: 78px;
  overflow: hidden;
  margin: 10px 0 20px;
}
.innews .list .textbox .date {
  font-size: 18px;
  line-height: 26px;
  color: #7d7d7d;
}
.innews .list .textbox .inmore {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: #00a0e9;
  border-radius: 20px;
  padding: 0 20px;
}
.innews .list:hover h6 {
  color: #1a58bd;
}
.innews .list:hover .img {
  transform: scale(1.08);
}
.innews .list:hover .inmore {
  background: #1a58bd;
}
form {
  width: 100%;
}
form textarea,
form input,
form button {
  width: 100%;
  margin-bottom: 10px;
}
form textarea,
form input {
  line-height: 40px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 42px;
}
form textarea:focus,
form input:focus {
  outline: none;
}
form textarea {
  height: 160px;
  max-width: 100%;
}
form button {
  font-size: 16px;
  background-color: #1a58bd;
  border: 0;
  color: #fff;
  line-height: 40px;
}
form button:hover {
  background: #01cdff;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
}
.danye img {
 max-width: 100%;height: auto;
}
.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 {
  min-height: 400px;
  position: relative;
  margin: 20px auto;
}
footer {
  background: url(../images/footer.jpg) no-repeat center center / cover;
  padding-bottom: 90px;
}
footer .top {
  max-width: 1400px;
  border-bottom: 1px solid #434343;
  margin: 0 auto;
}
footer .top .list {
  width: calc(100% - 600px);
  margin: 0 auto;
}
footer .top .list a {
  width: 11.11%;
  float: left;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s;
}
footer .top .list a:hover {
  color: #01cdff;
}
footer .txt {
  margin: 35px 0;
  font-size: 14px;
  line-height: 30px;
  color: #9e9e9e;
}
footer .txt p>a{color: #fff}
footer .txt span {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
footer .txt a {
  font-size: 14px;
  line-height: 30px;
  color: #9e9e9e;
  padding-right: 10px;
}
footer .txt a:hover {
  color: #01cdff;
}
footer .bottom {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.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: 1199px) {
  footer .top .list {
    width: calc(100% - 300px);
  }
  .innews .list .imgbox {
    width: 30%;
  }
  .innews .list .textbox {
    width: 70%;
  }
}
@media (max-width: 991px) {
  header .logo img {
    max-height: 60%;
  }
  header .logo {
    height: 80px;
    line-height: 80px;
  }
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
  .topbottom {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .title {
    margin-bottom: 15px;
  }
  .title span {
    font-size: 14px;
    line-height: 40px;
  }
  .product .ul a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 16px;
    margin: 0 6px;
  }
  .product .ul {
    margin-bottom: 40px;
  }
  .product .list .text {
    font-size: 14px;
    line-height: 36px;
    height: 30px;
  }
  .profile .content .left {
    padding: 10px;
  }
  .profile .content .right {
    padding: 10px;
  }
  .profile::before {
    height: 100%;
  }
  .profile .content {
    box-shadow: initial;
  }
  .profile .title i {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .goods .contant {
    margin: 0 -10px;
  }
  .goods .list .imgbox {
    width: 132px;
    height: 150px;
  }
  .goods .list .imgbox span {
    font-size: 68px;
    line-height: 155px;
  }
  .goods .list {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .goods .list h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .goods .list .txt {
    line-height: 32px;
    height: 96px;
  }
  .casebox .list .text {
    font-size: 14px;
    line-height: 36px;
    height: 30px;
  }
  .innav {
    width: 100%;
    margin-bottom: 20px;
  }
  .innav .intitle h4 {
    font-size: 20px;
    line-height: 44px;
    text-align: left;
    padding-left: 20px;
  }
  .innav .intitle i {
    line-height: 44px;
  }
  .innav .list {
    display: none;
  }
  .innav .list > a {
    padding: 0 45px 0 40px;
  }
  .innav .list > a div {
    right: 20px;
  }
  .innav .list .ul {
    display: none;
    margin-top: 2px;
  }
  .innav .list .ul > a {
    padding-left: 40px;
  }
  .incontant {
    width: 100%;
    padding-left: 0;
  }
  footer {
    padding-bottom: 35px;
    margin-bottom: 51px;
  }
  footer .top .list {
    width: 100%;
  }
  footer .top .list a {
    line-height: 50px;
  }
  footer .txt {
    margin: 20px 0 10px;
  }
  footer .bottom {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .banner .swiper-pagination-bullet {
    width: 18px;
    height: 4px;
  }
  .topbottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .title h2::after {
    display: none;
  }
  .title h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .title {
    margin-bottom: 0px;
  }
  .title span {
    font-size: 12px;
    line-height: 30px;
  }
  .product .ul {
    display: none;
  }
  .product .list .box {
    border: 0;
  }
  .product .list .text {
    font-size: 12px;
    line-height: 30px;
  }
  .casebox .list .box {
    border: 0;
  }
  .casebox .list .text {
    font-size: 12px;
    line-height: 30px;
  }
  .profile .title h2 {
    border-bottom: 0;
  }
  .profile .title i {
    font-size: 12px;
  }
  .profile .content .left .imgbox .img {
    height: auto;
    padding-top: 91.69%;
  }
  .profile .content .left {
    width: 100%;
  }
  .profile .content .right {
    width: 100%;
  }
  .profile .content .right h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .profile .content .right span::after {
    width: 60px;
    height: 4px;
  }
  .profile .content .right span {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .profile .content .right .txt {
    font-size: 12px;
    line-height: 30px;
    max-height: 210px;
    height: auto;
  }
  .profile .content .right .more {
    width: 80px;
    font-size: 12px;
    line-height: 28px;
    margin-top: 10px;
    box-shadow: initial;
  }
  .goods .list {
    width: calc(50% - 20px);
  }
  .goods .list .imgbox {
    width: 106px;
    height: 120px;
  }
  .goods .list .imgbox span {
    font-size: 50px;
    line-height: 130px;
  }
  .goods .list h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .goods .list .txt {
    font-size: 12px;
    line-height: 24px;
    height: 78px;
  }
  .adv {
    min-height: 75px;
  }
  .news .title {
    margin-bottom: 0;
  }
  .news .list {
    margin-top: 0px;
  }
  .news .list .textbox {
    padding: 10px 15px;
  }
  .news .list h6 {
    font-size: 13px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .news .list .txt {
    line-height: 24px;
    max-height: 48px;
    height: auto;
    margin: 10px 0;
  }
  .news .list .date {
    font-size: 12px;
    line-height: 24px;
  }
  .news .list:hover {
    bottom: 0;
  }
  .news .list:hover h6 {
    color: #1a58bd;
  }
  .news .list:hover h6::after {
    width: 50px;
  }
  .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;
  }
}
@media (max-width: 600px) {
  header .logo {
    height: 60px;
    line-height: 60px;
  }
  header .ydd_btn {
    bottom: 16px;
  }
  .incase .list {
    width: calc(50% - 16px);
  }
  .incase .list .txt {
    line-height: 30px;
    font-size: 12px;
  }
  .innews .list .imgbox {
    width: 40%;
  }
  .innews .list .imgbox .img {
    height: 140px;
  }
  .innews .list .textbox {
    width: 60%;
  }
  .innews .list .textbox .txt {
    margin: 10px 0 12px;
  }
  .innews .list .textbox .date {
    font-size: 14px;
  }
  .innews .list .textbox .inmore {
    padding: 0 10px;
  }
}
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}

.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}