@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%;
}


.tanejxl{display:none;}
.tanejxl.active{display:block;}
.tanejxl a{display:block;text-align:center;line-height:30px;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:none !important;}
.tanejxl a:hover,.tanejxl a.active{color:red !important;background-color:#00a0e9 !important;}

.container-fluid {
  max-width: 1430px !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 {
  background-color: #324553;
  position: relative;
}

header .logo {
  height: 100px;
  line-height: 100px;
  position: relative;
  font-size: 0;
}

header .logo img {
  max-height: 80%;
}

header .tel {
  padding-left: 33px;
  font-size: 14px;
  color: #ffffff;
  background: url(../images/tel.png) no-repeat left 6px;
  line-height: 22px;
  margin-top: 28px;
  margin-left: 20px;
}

header .search {
  background: url(../images/search.png) no-repeat center 37px / contain;
  width: 24px;
  height: 100px;
}

header nav {
  margin-right: 10px;
}

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: 100px;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 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: #df2929;
  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: #df2929;
  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: #324553;
}

header nav .ul>li>ul>li:hover {
  background-color: #324553;
}

header nav .ul>li>ul>li:hover>ul {
  display: block;
}

header nav .ul>li:hover {
  background-color: #df2929;
}

header nav .ul>li:hover>ul {
  display: block;
}

header nav .ul>li.active {
  background-color: #df2929;
}

header .ydd_btn {
  width: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  bottom: 25px;
  right: 15px;
}

header .ydd_btn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #df2929;
}

header .ydd_btn span.span02 {
  margin: 5px 0;
}

header .ydd_btn.click span {
  background: #324553;
}

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: #324553;
}

header .sjdnav ul li:last-child {
  border: none;
}

.ss {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: -1111;
}

.ss.active {
  opacity: 1;
  z-index: 111;
}

.ss .gb1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.77);
}

.ss .gb1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #000;
  height: 42px;
  width: 100%;
}

.ss .form .gb2 {
  width: 42px;
  height: 42px;
  background: url("../images/tu30.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.66;
  cursor: pointer;
  transition: all 0.3s;
}

.ss .form .gb2:hover {
  background: rgba(255, 255, 255, 0.3) url("../images/tu30.png") no-repeat center center;
  transition: all 0.3s;
}

.ss .form {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 666px;
  margin: 0 auto;
}

.ss .form form {
  display: block;
  margin: 0 42px;
  position: relative;
}

.ss .form form input {
  width: 100%;
  line-height: 42px;
  height: 42px;
  color: #fff;
  border: 0;
  background: fixed;
  padding: 0 10px;
}

.ss .form form button {
  width: 42px;
  height: 42px;
  background: url("../images/tu1.png") no-repeat center center;
  position: absolute;
  left: -42px;
  top: 0;
  opacity: 0.66;
  border: 0;
}

.ss input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
}

.ss .rm {
  background: #fff;
  padding: 16px 0 20px 0;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  width: 666px;
  margin: 0 auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: rgba(0, 0, 0, 0.6);
}

.ss .rm .tt1 {
  padding: 0 20px 0 66px;
  line-height: 34px;
}

.ss .rm .ul {
  max-height: 204px;
  overflow: hidden;
}

.ss .rm .ul a {
  display: block;
  padding: 3px 30px 3px 100px;
  line-height: 28px;
}

.ss .rm .ul a:nth-child(1) {
  padding-left: 86px;
}

.ss .rm .ul a:nth-child(2) {
  padding-left: 96px;
}

.ss .rm .ul a:nth-child(3) {
  padding-left: 106px;
}

.ss .rm .ul a:nth-child(4) {
  padding-left: 126px;
}

.ss .rm .ul a:nth-child(5) {
  padding-left: 146px;
}

.ss .rm .ul a:nth-child(6) {
  padding-left: 186px;
}

.ss .rm .ul a:nth-child(7) {
  padding-left: 206px;
}

.ss .rm .ul a:hover {
  background: #F3F3F3;
  color: #004cff;
}

.ss.active .rm .tt1 {
  padding-left: 30px;
}

.ss.active .rm .ul a {
  padding-left: 44px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #004cff !important;
}

.mCSB_scrollTools {
  width: 6px !important;
}

.topbottom {
  padding-top: 45px;
  padding-bottom: 60px;
}

.title {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.title h2 {
  font-size: 30px;
  line-height: 35px;
  color: #131313;
  font-weight: 700;
  margin-right: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.title h2 span {
  font-size: 22px;
  line-height: 35px;
  color: #989898;
  text-transform: uppercase;
  font-weight: normal;
}

.title .more {
  width: 76px;
  height: 25px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 6px;
}

.title .more:hover {
  color: #fff;
  background-color: #ff6160;
  border-color: #ff6160;
}

.class {
  font-size: 0;
  text-align: center;
  margin: 0 0 10px;
}

.class a {
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  background-color: #df2929;
  color: #fff;
  padding: 0 22px;
  margin: 0 25px 25px;
  transition: all 0.3s;
}

.class a:hover {
  background-color: #2c78c0;
}

.product .productbox {
  position: relative;
  z-index: 3;
}

.product .productbox::before {
  content: "";
  position: absolute;
  height: 515px;
  width: 100%;
  background: url(../images/product.jpg) no-repeat center center / cover;
  z-index: 1;
}

.product .productbox .contant {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 27px 22px;
  margin-top: 68px;
  box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.07);
}

.product .productbox .list {
  display: block;
}

.product .productbox .list .imgbox .img {
  padding-top: 74.36%;
}

.product .productbox .list .textbox {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  background-color: #2c78c0;
  color: #fff;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}

.product .productbox .list .textbox .text {
  float: left;
  width: calc(100% - 60px);
  padding-right: 15px;
}

.product .productbox .list .textbox i {
  display: block;
  float: right;
  height: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  border-left: 1px solid #fff;
  background: url(../images/pro-r.png) no-repeat center center / auto;
}

.product .productbox .list:hover .img {
  transform: scale(1.08);
}

.product .productbox .list:hover .textbox {
  background-color: #df2929;
}

.partner .list {
  display: block;
  margin: 4px 2px 6px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.partner .list .imgbox .img {
  padding-top: 54.22%;
}

.partner .list:hover .img {
  transform: scale(0.95);
}

.culture .box {
  overflow: visible;
}

.culture .list {
  display: block;
}

.culture .list .imgbox .img {
  padding-top: 79.71%;
}

.culture .list:hover .img {
  transform: scale(1.08);
}

.culture .prev {
  width: 20px;
  height: 30px;
  margin-top: -22px;
  left: -50px;
  background: #2c78c0 url(../images/btn.png) center no-repeat;
}

.culture .next {
  width: 20px;
  height: 30px;
  margin-top: -22px;
  right: -50px;
  background: #2c78c0 url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}

.goods.topbottom {
  padding-bottom: 0;
}

.goods .title {
  border-bottom: initial;
  margin-bottom: 0;
}

.goods .contant {
  background: #f6f6f6;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
}

.goods .left {
  width: calc(30% - 25px);
}

.goods .right {
  width: calc(30% - 10px);
}

.goods .list {
  position: relative;
  margin-bottom: 160px;
}

.goods .list i {
  width: 77px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/goodsin.png) no-repeat center center / cover;
}

.goods .list .textbox {
  padding-left: 90px;
}

.goods .list .textbox h4 {
  font-size: 24px;
  line-height: 26px;
  color: #464646;
  font-weight: 700;
  margin-bottom: 10px;
}

.goods .list .textbox span {
  display: block;
  font-size: 14xp;
  line-height: 16px;
  color: #ff0000;
}

.goods .list .textbox .text {
  font-size: 16px;
  line-height: 32px;
  color: #464646;
  margin-top: 10px;
  height: 160px;
  overflow: hidden;
}

.goods .list:nth-child(2n) {
  margin-bottom: 48px;
}

.goods .imgbox {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-53%);
  margin: 0 auto;
}

.goods .imgbox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.casebox {
  background: url(../images/case.jpg) no-repeat center center / cover;
}

.casebox .title h2 {
  color: #fff;
}

.casebox .title h2 span {
  color: #fff;
}

.casebox .title .more {
  border-color: #fff;
  background-color: #fff;
}

.casebox .title .more:hover {
  background-color: #ff6160;
  border-color: #ff6160;
}

.casebox .list {
  display: block;
}

.casebox .list .imgbox .img {
  padding-top: 75.21%;
}

.casebox .list .textbox {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background-color: #2c78c0;
  padding: 0 15px;
}

.casebox .list:hover .img {
  transform: scale(1.08);
}

.casebox .list:hover .textbox {
  background-color: #df2929;
}

.about .contant {
  position: relative;
  background-color: #2c78c0;
}

.about .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.about .textbox {
  padding: 40px 0;
  padding-left: calc(50% + 60px);
}

.about .textbox h5 {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.about .textbox h5::after {
  content: "";
  display: block;
  width: 178px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.about .textbox .text {
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  max-height: 442px;
  min-height: 340px;
  overflow: hidden;
  margin-bottom: 20px;
  text-indent: 20px;
}

.about .textbox .more {
  display: block;
  width: 76px;
  height: 25px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
}

.about .textbox .more:hover {
  color: #fff;
  background-color: #ff6160;
  border-color: #ff6160;
}

.news .list {
  display: block;
}

.news .list .date {
  width: calc(5% + 45px);
  font-size: 18px;
  line-height: 35px;
  color: #505050;
  transition: all 0.3s;
  border-right: 1px solid #dcdcdc;
}

.news .list .date h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.news .list .textbox {
  width: calc(95% - 45px);
  padding-left: 22px;
}

.news .list .textbox h6 {
  font-size: 16px;
  line-height: 35px;
  color: #000;
}

.news .list .textbox .text {
  font-size: 12px;
  line-height: 35px;
  color: #515151;
}

.news .list:nth-child(n+2) {
  border-top: 1px solid #dcdcdc;
  padding-top: 25px;
  margin-top: 35px;
}

.news .list:hover h6 {
  color: #df2929;
}

.news .left {
  width: 50%;
}

.news .left .imgbox {
  display: block;
  width: 100%;
}

.news .left .imgbox .img {
  height: 345px;
}

.news .left .imgbox .txt {
  font-size: 16px;
  line-height: 35px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.news .left .imgbox:hover .img {
  transform: scale(1.08);
}

.news .left .imgbox:hover .txt {
  color: #df2929;
}

.news .left .list {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.news .right {
  width: 50%;
  padding-left: 15px;
}

.quilty .box {
  overflow: visible;
}

.quilty .list {
  display: block;
  border: 1px solid #eeeeee;
}

.quilty .list .imgbox .img {
  padding-top: 131.48%;
}

.quilty .list:hover .img {
  transform: scale(0.95);
}

.quilty .prev {
  width: 20px;
  height: 30px;
  margin-top: -22px;
  left: -50px;
  background: #2c78c0 url(../images/btn.png) center no-repeat;
}

.quilty .next {
  width: 20px;
  height: 30px;
  margin-top: -22px;
  right: -50px;
  background: #2c78c0 url(../images/btn.png) center no-repeat;
  transform: rotate(-180deg);
}

.message {
  background: url(../images/message.jpg) no-repeat center center / cover;
  padding-top: 70px;
}

.message .top {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #fff;
}

.message .top h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.message .imgbox {
  width: calc(40% - 65px);
}

.message .imgbox .img {
  height: 602px;
}

.message .online {
  width: calc(30% - 15px);
  background-color: #df2929;
  padding: 52px 20px 65px;
  margin-top: -25px;
}

.message .online input,
.message .online textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  color: #fff;
  margin-bottom: 30px;
  line-height: 66px;
  font-size: 16px;
}

.message .online textarea {
  resize: none;
}

.message .online button {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  color: #ff0000;
  border: 0;
  font-weight: 700;
  margin-top: 25px;
  transition: all 0.3s;
}

.message .online button:hover {
  background-color: #2c78c0;
  color: #fff;
}

.message .contact {
  width: calc(30% + 80px);
  background-color: #fff;
  padding: 50px 10px 63px 60px;
  height: 602px;
}

.message .contact .top {
  color: #6e6e6e;
}

.message .contact .top h3 {
  color: #000;
}

.message .contact .text {
  font-size: 14px;
  line-height: 35px;
  color: #000;
}

.message .contact .ewm {
  width: 100%;
  margin: 35px -13px 0;
  font-size: 0;
  padding-right: 100px;
}

.message .contact .ewm .imgbox {
  width: calc(50% - 26px);
  margin: 0 13px;
  display: inline-block;
  border: 1px solid #a5a5a5;
}

.searchbox {
  background: #eeeeee;
}

.searchbox .left {
  font-size: 0;
  line-height: inherit;
  width: calc(100% - 370px);
}

.searchbox .left a:nth-child(1) {
  font-size: 17px;
  color: #000;
}

.searchbox .left a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 80px;
  padding: 0 12px;
  color: #6c6c6c;
  transition: all 0.6s;
}

.searchbox .left a:nth-child(n+2):hover {
  color: #df2929;
}

.searchbox .right {
  width: 370px;
  height: 36px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid #dcdcdc;
}

.searchbox .right input:focus,
.searchbox .right button:focus {
  outline-style: none;
}

.searchbox .right input {
  width: calc(100% - 46px);
  float: right;
  border: 0;
  font-size: 15px;
  line-height: 36px;
  color: #000;
  height: 36px;
  padding-right: 10px;
  padding-left: 18px;
}

.searchbox .right button {
  float: right;
  border: 0;
  background: #fff url(../images/insearch.png) no-repeat center center;
  height: 36px;
  line-height: 36px;
  width: 46px;
  border-bottom: 1px solid transparent;
  transition: all 0.6s;
}

.searchbox .right button:hover {
  border-color: #0273d3;
}

.bigtitle {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.bigtitle::after {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #e60012;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bigtitle h2 {
  font-size: 30px;
  line-height: 46px;
  color: #000;
  font-weight: 700;
}

.bigtitle span {
  font-size: 18px;
  line-height: 35px;
  color: #868686;
  text-transform: uppercase;
}

.ny .class a {
  background-color: #007be4;
}

.ny .class a:hover {
  background-color: #d70c1c;
}

.ny .class a.active {
  background-color: #d70c1c;
}

.inhead {
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
  margin-top: 10px;
}

.inhead a {
  font-size: 15px;
  line-height: 46px;
  display: inline-block;
  position: relative;
  color: #636363;
  padding: 0 10px;
  transition: all 0.3s;
}

.inhead a::after {
  content: ">";
  display: block;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -5px;
  transition: all 0.3s;
}

.inhead a:hover {
  color: #df2929;
}

.inhead a:hover::after {
  color: #df2929;
}

.inhead a.active {
  color: #df2929;
}

.inhead a.active::after {
  color: #df2929;
}

.inhead a:nth-child(1) {
  padding: 0;
}

.inhead a:nth-child(1)::after {
  display: none;
}

.inhead a:nth-child(1):hover {
  color: #636363;
}

.inproduct .innav {
  width: 260px;
}

.inproduct .innav h2 {
  font-size: 30px;
  line-height: 76px;
  color: #fff;
  font-weight: 700;
  background-color: #026ec9;
  text-align: center;
  margin-bottom: 1px;
  position: relative;
}

.inproduct .innav h2 span {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
}

.inproduct .innav .intitle .list a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: #00a0e9;
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
  transition: all 0.3s;
}

.inproduct .innav .intitle .list a::before {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto 0;
  left: 5px;
}

.inproduct .innav .intitle .list a:hover {
  background-color: #df2929;
}

.inproduct .innav .intitle .list a.active {
  background-color: #df2929;
}

.inhead a:nth-last-child(1)::after {
  display: none;
}


.inproduct .innav .incontact {
  margin-top: 4px;
}

.inproduct .innav .incontact .textbox {
  background-color: #00a0e9;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 15px 0px 15px 10px;
}

.inproduct .incontant {
  width: calc(100% - 260px);
  padding-left: 20px;
}

.inproduct .incontant .box {
  margin: 0 -10px;
}

.inproduct .incontant .list {
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.inproduct .incontant .list .imgbox .img {
  padding-top: 74.36%;
}

.inproduct .incontant .list .textbox {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  background-color: #2c78c0;
  color: #fff;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}

.inproduct .incontant .list .textbox .text {
  float: left;
  width: calc(100% - 60px);
  padding-right: 15px;
}

.inproduct .incontant .list .textbox i {
  display: block;
  float: right;
  height: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  border-left: 1px solid #fff;
  background: url(../images/pro-r.png) no-repeat center center / auto;
}

.inproduct .incontant .list:hover .img {
  transform: scale(1.08);
}

.inproduct .incontant .list:hover .textbox {
  background-color: #df2929;
}

.incase {
  margin: 0 -10px;
}

.incase .list {
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}

.incase .list .imgbox .img {
  padding-top: 74.36%;
}

.incase .list .textbox {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  background-color: #2c78c0;
  color: #fff;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}

.incase .list .textbox .text {
  float: left;
  width: calc(100% - 60px);
  padding-right: 15px;
}

.incase .list .textbox i {
  display: block;
  float: right;
  height: 46px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  border-left: 1px solid #fff;
  background: url(../images/pro-r.png) no-repeat center center / auto;
}

.incase .list:hover .img {
  transform: scale(1.08);
}

.incase .list:hover .textbox {
  background-color: #df2929;
}

.inculture {
  margin: 0 -10px;
}

.inculture .list {
  display: block;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}

.inculture .list .imgbox .img {
  padding-top: 71.89%;
}

.inculture .list:hover .img {
  transform: scale(1.08);
}

.inquilty {
  margin: 0 -5px;
}

.inquilty .list {
  display: block;
  width: calc(20% - 10px);
  margin: 0 5px 10px;
  border: 1px solid #eeeeee;
}

.inquilty .list .imgbox .img {
  padding-top: 131.48%;
}

.inquilty .list:hover .img {
  transform: scale(0.95);
}

.innews .list {
  display: block;
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  margin-bottom: 20px;
}

.innews .list .imgbox {
  width: calc(20% - 50px);
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.innews .list .imgbox .img {
  height: 145px;
}

.innews .list .textbox {
  width: calc(80% + 50px);
  padding-left: 35px;
  padding-right: 144px;
}

.innews .list .textbox h5 {
  font-size: 18px;
  line-height: 33px;
  color: #000;
  padding-right: 15px;
}

.innews .list .textbox .date {
  font-size: 12px;
  color: #a8a8a8;
  line-height: 22px;
}

.innews .list .textbox .text {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 4px;
}

.innews .list .textbox .more {
  width: 84px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
  background-color: #d4d4d4;
}

.innews .list:hover {
  background: #fff;
  border-color: #007be4;
}

.innews .list:hover .img {
  transform: scale(1.08);
}

.innews .list:hover .more {
  background: #0482e1;
}

/*详情页*/
.danye {
  color: #000000;
  font-size: 16px;
  line-height: 35px;
}

.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 {
  background-color: #fff;
}

footer .link {
  font-size: 0;
}

footer .link a {
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  padding: 18px 8px;
  color: #000;
  transition: all 0.3s;
}

footer .link a:nth-child(n+2):hover {
  color: #df2929;
}

footer .foot {
  background-color: #000000;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  padding: 25px 15px;
  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: 1399px) {
  header nav .ul>li>a {
    padding: 0 12px;
    font-size: 15px;
  }

  .goods .imgbox img {
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .topbottom {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .class a {
    padding: 0 15px;
    margin: 0 15px 15px;
  }

  .goods .list i {
    width: 57px;
    height: 46px;
    line-height: 46px;
    font-size: 40px;
  }

  .goods .list .textbox {
    padding-left: 65px;
  }

  .goods .list .textbox h4 {
    font-size: 22px;
  }

  .message .contact {
    padding: 50px 30px 63px 30px;
  }

  .message {
    padding-top: 70px;
  }

  .message .top {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .message .top h3 {
    font-size: 26px;
  }

  .message .imgbox .img {
    height: 480px;
  }

  .message .online {
    padding: 30px 20px 45px;
  }

  .message .online input,
  .message .online textarea {
    line-height: 50px;
  }

  .message .contact {
    padding: 30px 10px 45px 30px;
    height: 480px;
  }

  .message .contact .text {
    line-height: 30px;
  }

  .message .contact .ewm {
    margin: 15px -13px 0;
    padding-right: 25px;
  }

  .about .textbox {
    padding-left: calc(50% + 30px);
  }

  .about .textbox .text {
    line-height: 30px;
    max-height: 300px;
    min-height: 240px;
  }

  .innews .list .imgbox {
    width: calc(23% + 50px);
  }

  .innews .list .textbox {
    width: calc(77% - 50px);
    padding-right: 0px;
    padding-left: 20px;
  }

  footer .link a {
    padding: 10px 5px;
  }

  footer .foot {
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  .title {
    padding-bottom: 10px;
  }

  .title h2 {
    font-size: 26px;
  }

  .title h2 span {
    font-size: 18px;
  }

  .title .more {
    width: 65px;
    font-size: 14px;
  }

  header .logo {
    height: 80px;
    line-height: 80px;
  }

  .class a {
    margin: 0 10px 10px;
  }

  .goods .contant {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .goods .left {
    width: 50%;
    margin-top: 420px;
  }

  .goods .right {
    width: 50%;
    margin-top: 420px;
  }

  .goods .list {
    margin: 0 20px 20px;
  }

  .goods .list .textbox .text {
    font-size: 15px;
  }

  .goods .list:nth-child(2n) {
    margin-bottom: 15px;
  }

  .goods .imgbox {
    top: 20px;
    transform: initial;
  }

  .about .img {
    position: initial;
    width: 100%;
    height: auto;
    padding-top: 62.29%;
  }

  .about .textbox {
    padding: 20px 0;
    padding-left: 0;
  }

  .about .textbox .more {
    width: 65px;
    font-size: 14px;
  }

  .news .list .date {
    text-align: center;
  }

  .news .list .date h4 {
    font-size: 24px;
  }

  .news .list .textbox {
    padding-left: 15px;
  }

  .news .list:nth-child(n+1) {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 20px;
  }

  .news .left {
    width: 100%;
  }

  .news .left .imgbox .img {
    height: auto;
    padding-top: 48.85%;
  }

  .news .left .imgbox .txt {
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .news .left .list {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 20px;
  }

  .news .right {
    width: 100%;
    padding-left: 0;
  }

  .message {
    padding-top: 40px;
  }

  .message .imgbox {
    width: 100%;
  }

  .message .imgbox .img {
    height: 400px;
  }

  .message .online {
    width: 100%;
  }

  .message .contact {
    width: 100%;
    height: auto;
  }

  .message .contact .ewm {
    width: 100%;
  }

  .message .contact .ewm .imgbox {
    max-width: 140px;
  }

  .product .productbox .list .textbox {
    padding-left: 15px;
    font-size: 15px;
  }

  .product .productbox .list .textbox .text {
    width: calc(100% - 50px);
  }

  .product .productbox .list .textbox i {
    width: 50px;
  }

  .inproduct .innav {
    width: 100%;
  }

  .inproduct .innav h2 {
    line-height: 60px;
    padding-left: 20px;
    text-align: initial;
  }

  .inproduct .innav .intitle .list {
    display: none;
  }

  .inproduct .incontant {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .inproduct .incontant .list .textbox {
    padding-left: 15px;
    font-size: 15px;
  }

  .inproduct .incontant .list .textbox .text {
    width: calc(100% - 50px);
  }

  .inproduct .incontant .list .textbox i {
    width: 50px;
  }

  .incase .list .textbox {
    padding-left: 15px;
    font-size: 15px;
  }

  .incase .list .textbox .text {
    width: calc(100% - 50px);
  }

  .incase .list .textbox i {
    width: 50px;
  }

  .bigtitle h2 {
    font-size: 26px;
  }

  .bigtitle span {
    font-size: 16px;
  }

  .inculture {
    margin: 0 -5px;
  }

  .inculture .list {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }

  .inquilty .list {
    width: calc(25% - 10px);
  }

  footer {
    margin-bottom: 51px;
  }
}

@media (max-width: 767px) {
  .goods .left {
    width: 100%;
    margin-top: 300px;
  }

  .goods .right {
    margin-top: 0;
    width: 100%;
  }

  .goods .list {
    margin: 0 0 20px;
  }

  .goods .list i {
    width: 47px;
    height: 36px;
    line-height: 36px;
    font-size: 30px;
  }

  .goods .list .textbox {
    padding-left: 55px;
  }

  .goods .list .textbox h4 {
    font-size: 18px;
  }

  .goods .list .textbox .text {
    height: auto;
  }

  .goods .imgbox img {
    height: 300px;
  }

  .bigtitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .bigtitle h2 {
    font-size: 22px;
    line-height: 36px;
  }

  .bigtitle span {
    font-size: 14px;
    line-height: 25px;
  }

  .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;
  }

  .inquilty .list {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 600px) {
  .title h2 {
    font-size: 20px;
  }

  .title h2 span {
    font-size: 12px;
  }

  .title .more {
    width: 50px;
    font-size: 11px;
    line-height: 18px;
    height: 20px;
  }

  .class a {
    margin: 0 5px 10px;
    font-size: 13px;
    line-height: 30px;
  }

  .product .productbox {
    padding-bottom: 30px;
  }

  .product .productbox::before {
    height: 100%;
  }

  .product .productbox .contant {
    padding: 0;
    margin-top: 30px;
    background: initial;
    box-shadow: initial;
  }

  .product .productbox .list .textbox {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding-left: 0;
  }

  .product .productbox .list .textbox .text {
    width: 100%;
    padding: 0 6px;
    text-align: center;
  }

  .product .productbox .list .textbox i {
    display: none;
  }

  .inproduct .incontant .box {
    margin: 0 -5px;
  }

  .inproduct .incontant .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .inproduct .incontant .list .textbox {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding-left: 0;
  }

  .inproduct .incontant .list .textbox i {
    display: none;
  }

  .inproduct .incontant .list .textbox .text {
    width: 100%;
    padding: 0 6px;
    text-align: center;
  }

  .inquilty .list {
    width: calc(50% - 10px);
  }

  .incase {
    margin: 0 -5px;
  }

  .incase .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }

  .incase .list .textbox {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding-left: 0;
  }

  .incase .list .textbox .text {
    width: 100%;
    text-align: center;
    padding: 0 6px;
  }

  .incase .list .textbox i {
    display: none;
  }

  .goods .list i {
    width: 37px;
    height: 31px;
    line-height: 31px;
    font-size: 22px;
  }

  .goods .list .textbox {
    padding-left: 42px;
  }

  .casebox .list .textbox {
    font-size: 14px;
    line-height: 35px;
  }

  .about .textbox {
    padding: 10px 0;
  }

  .about .textbox h5 {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .about .textbox .more {
    width: 50px;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
  }

  .news .list .date {
    width: calc(10% + 45px);
    font-size: 14px;
  }

  .news .list .date h4 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .news .list .textbox {
    width: calc(90% - 45px);
    padding-left: 10px;
  }

  .news .list .textbox h6 {
    font-size: 16px;
  }

  .news .list:nth-child(n+1) {
    padding-top: 10px;
    margin-top: 10px;
  }

  .news .left .list {
    padding-top: 10px;
    margin-top: 15px;
  }

  .message .top {
    font-size: 14px;
    margin-bottom: 0;
  }

  .message .top h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .message .imgbox .img {
    height: auto;
    padding-top: 121.61%;
  }

  .message .online {
    padding: 20px 15px 25px;
    margin-top: 0;
  }

  .message .online input,
  .message .online textarea {
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 14px;
  }

  .message .online button {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin-top: 0px;
  }

  .message .contact {
    padding: 20px 15px 25px 15px;
  }

  .message .contact .text {
    line-height: 30px;
  }

  .message .contact .ewm {
    margin: 15px -5px 0;
  }

  .message .contact .ewm .imgbox {
    width: calc(50% - 10px);
    margin: 0 5px;
  }

  .topbottom {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  footer .link a {
    padding: 2px 5px;
    line-height: 30px;
    font-size: 15px;
  }

  footer .foot {
    padding: 2px 15px;
    font-size: 13px;
    line-height: 28px;
  }

  .inculture .list {
    width: calc(50% - 10px);
  }

  .innews .list {
    padding: 0;
    border: 0;
    background: fixed;
    margin-bottom: 15px;
    box-shadow: none;
  }

  .innews .list .imgbox {
    width: 100%;
  }

  .innews .list .imgbox .img {
    height: auto;
    padding-top: 66.36%;
  }

  .innews .list .textbox {
    width: 100%;
    padding-left: 10px;
  }

  .innews .list:hover {
    background: fixed;
    border: 0;
  }
}

@media (max-width: 479px) {
  header .logo img {
    max-height: 55%;
  }

  .inproduct .innav h2 {
    line-height: 40px;
    font-size: 22px;
    padding-left: 20px;
    text-align: initial;
  }

  .inproduct .innav h2 span {
    line-height: 40px;
  }



}