@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: 1400px !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;
}
.img-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.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 .main1 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255,255,255,0.9);
}
header .main1.active {
  border-color: rgba(78, 40, 26, 0.05);
  background-color: #fff;
}
header .main1.active .logo .imgbox {
  height: 90px;
  line-height: 90px;
}
header .main1.active .logo .text {
  margin-top: 30px;
}
header .main1.active .logo .text h1 {
  color: #000;
}
header .main1.active .logo .text span {
  color: #b5b5b5;
}
header .main1.active nav .ul > li > a {
  line-height: 90px;
  color: #000;
}
header .main1.active .btn1 {
  margin: 22px 0;
  background-color: #000;
}
header .main1.active .btn1 i {
  background-color: #fff;
}
header .main1.active .search {
  margin-top: 22px;
  margin-bottom: 22px;
}
header .logo {
  position: relative;
  font-size: 0;
}
header .logo .imgbox {
  line-height: 126px;
  height: 126px;
}
header .logo img {
  max-height: 88%;
}
header .logo .text {
  text-align: center;
  margin-top: 48px;
  margin-left: 22px;
}
header .logo .text h1 {
  font-size: 26px;
  line-height: 26px;
  color: #fffefe;
  font-weight: 700;
}
header .logo .text span {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(255, 254, 254, 0.4);
  padding-bottom: 2px;
}
header nav {
  overflow: hidden;
  position: relative;
  opacity: 1;
  top: 0;
  transition: all 0.4s;
}
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: 126px;
  display: block;
  color: #000;
  font-weight: bold;
  padding: 0 25px;
  font-size: 16px;
}
header nav .ul > li > a.active {
  color: #000;
}
header nav .ul > li::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #472417;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.4s;
}
header nav .ul > li:hover::after {
  width: 22px;
}
header nav .ul > li.active::after {
  width: 22px;
}
header nav.active {
  opacity: 0;
  top: -126px;
}
header .btn1 {
  width: 46px;
  height: 46px;
  background-color: #fff;
  margin: 40px 0;
  position: relative;
  cursor: pointer;
  padding-top: 16px;
}
header .btn1 i {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 20px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
  right: 0;
}
header .btn1 i.i2 {
  margin: 2px auto;
}
header .btn1.active .i1,
header .btn1.active .i3 {
  width: 14px;
  right: -3px;
}
header .search {
  width: 46px;
  height: 46px;
  margin: 40px 0;
  margin-left: 6px;
  background: #0071fe url(../images/search.png) no-repeat center center / auto;
  transition: all 0.3s;
}
header .search:hover {
  background-color: #000;
}
.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: 100px;
  padding-bottom: 60px;
}
.title {
  text-align: center;
  margin-bottom:30px;
}
.title h2 {
  font-size: 31px;
  line-height: 34px;
  color: #0071fe;
}
.title span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #888888;
  position: relative;
  padding-bottom: 28px;
  margin-top: 5px;
  text-transform: capitalize;
}
.title span::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #472417;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.smmore {
  display: block;
  border: 1px solid #dedede;
  text-transform: uppercase;
  width: 64px;
  height:30px; 
  font-size: 10px;
  line-height: 30px;
  color: #999999;
  font-family: Arial;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 3px 2px 1px rgba(0, 0, 0, 0.05);
}
.smmore:hover {
  background-color: #0071fe;
  color: #fff;
  border-color: #0071fe;
}
.model {
  background: url(../images/model.jpg) no-repeat center center / cover;
}
.model .box {
  overflow: visible;
}
.model .list {
  display: block;
}
.model .list .imgbox {
  border: 5px solid #fff;
  position: relative;
}
.model .list .imgbox .img {
  padding-top: 70.25%;
}
.model .list .imgbox .inbox {
  background: rgba(0, 113, 254, 0.5);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.model .list .imgbox .inbox .incontant {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.model .list .imgbox .inbox .incontant h4 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.model .list .imgbox .inbox .incontant span {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 254, 254, 0.5);
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}
.model .list .imgbox .inbox .incontant .inmore {
  font-size: 12px;
  line-height: 47px;
  border: 2px solid #fff;
  width: 282px;
  margin: 10px auto 0;
  padding-left: 15px;
  position: relative;
}
.model .list .imgbox .inbox .incontant .inmore i {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.model .list .txtbox {
  background: #e5e5e5;
  padding: 20px 65px 20px 25px;
  position: relative;
}
.model .list .txtbox::after {
  content: "+";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #0071fe;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 28px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  transition: all 0.3s;
}
.model .list .txtbox h5 {
  font-size: 15px;
  line-height: 20px;
  color: #0071fe;
}
.model .list .txtbox span {
  text-transform: Capitalize;
  font-family: Times New Roman;
  font-size: 15px;
  line-height: 20px;
  color: #999999;
}
.model .list:hover .inbox {
  bottom: 0;
}
.model .list:hover .txtbox::after {
  background-color: #000;
}
.model .prev {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  left: -100px;
  background: #fff url(../images/btn.png) center no-repeat;
  border: 1px solid #000;
}
.model .next {
  width: 50px;
  height: 50px;
  margin-top: -36px;
  right: -100px;
  background: #0071fe url(../images/btn1.png) center no-repeat;
  transform: rotate(-180deg);
}
.model #swiper2 {
  padding-bottom: 80px;
}
.model .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  background: #0071fe;
  border-radius: 20px;
}
.service {
  background: url(../images/serve.jpg) no-repeat center center / cover;
}
.service .title {
  margin-bottom: 0;
}
.service .contant {
  margin-bottom: 70px;
}
.service .contant .imgbox {
  width: calc(50% - 160px);
  padding: 0 42px 0 90px;
}
.service .contant .imgbox .overflow {
  border: 2px solid #fff;
  border-radius: 40px;
  height: 254px;
  box-shadow: 7px 7px 3px rgba(0, 0, 0, 0.05);
}
.service .contant .imgbox .img {
  width: 100%;
  height: 252px;
}
.service .contant .imgbox:hover .img {
  transform: scale(1.08);
}
.service .contant .box {
  width: calc(50% + 160px);
  position: relative;
  margin-top: 70px;
}
.service .contant .box i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -7px;
  font-size: 40px;
  line-height: 42px;
}
.service .contant .box i::after {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.09);
  position: absolute;
  left: 120%;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.service .contant .box .textbox {
  padding-left: 160px;
}
.service .contant .box .textbox h3 {
  font-size: 25px;
  line-height: 28px;
  color: #1a1a1a;
}
.service .contant .box .textbox .text {
  font-size: 14px;
  line-height: 28px;
  color: #1a1a1a;
  margin: 20px 0 25px;
  height: 84px;
  overflow: hidden;
}
.service .list {
  text-align: center;
  display: block;
  transform: scale(0.9);
}
.service .list .imgbox {
  border-radius: 15px;
  margin-bottom: 15px;
}
.service .list .imgbox .img {
  padding-top: 66.66%;
  position: relative;
}
.service .list .imgbox .img .inbox {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  border-radius: 15px;
  background-color: rgba(40, 23, 18, 0.5);
  transition: all 0.3s;
}
.service .list .imgbox .img .inbox::after {
  display: block;
  content: "+";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 40px;
  font-size: 20px;
}
.service .list h4 {
  font-size: 15px;
  line-height: 18px;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service .list span {
  display: block;
  font-size: 10px;
  line-height: 16px;
  color: #b9b9b9;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service .gallery-thumbs .swiper-slide-thumb-active .list {
  transform: scale(1);
}
.service .gallery-thumbs .swiper-slide-thumb-active .list h4 {
  color: #000;
}
.service .gallery-thumbs .swiper-slide-thumb-active .list span {
  color: #000;
}
.service .gallery-thumbs .swiper-slide-thumb-active .list .imgbox .img .inbox {
  bottom: 0;
}
.about {
  background: url(../images/about.jpg) no-repeat center center / cover;
}
.about .container-fluid {
  position: relative;
}
.about .imgbox {
  width: 50%;
}
.about .imgbox .img {
  height: 435px;
}
.about .imgbox:hover .img {
  transform: scale(1.08);
}
.about .textbox {
  width: 50%;
  padding-left: 45px;
}
.about .textbox h3 {
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  color: #0071fe;
}
.about .textbox h3::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(70, 41, 29, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .textbox .text {
  font-size: 14px;
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  color: #222222;
  margin-bottom: 18px;
}
.about .ul {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  width: calc(50% + 124px);
}
.about .ul .list {
  display: inline-block;
  width: 25%;
  text-align: center;
  background-color: #fff;
  padding: 35px 15px 25px;
  transition: all 0.3s;
}
.about .ul .list i {
  font-size: 50px;
  color: #0071fe;
}
.about .ul .list h4 {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
}
.about .ul .list span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #b9b9b9;
}
.about .ul .list:hover {
  background-color: #0071fe;
}
.about .ul .list:hover i {
  color: #fff;
}
.about .ul .list:hover h4 {
  color: #fff;
}
.about .ul .list:hover span {
  color: #fff;
}
.goods {
  background: url(../images/goods.jpg) no-repeat center center / cover;
}
.goods .contant {
  margin: 0 -11px;
  font-size: 0;
}
.goods .contant .list {
  display: inline-block;
  background-color: #fff;
  width: calc(16.66% - 22px);
  margin: 0 11px;
  text-align: center;
  padding: 45px 23px 55px;
  transition: all 0.3s;
}
.goods .contant .list i {
  display: block;
  font-size: 50px;
  color: #0071fe;
}
.goods .contant .list h3 {
  font-size: 22px;
  line-height: 24px;
  color: #0071fe;
  margin: 20px 0 5px;
  transition: all 0.3s;
  overflow: hidden;
}
.goods .contant .list span {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #b9b9b9;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 25px;
  transition: all 0.3s;
  overflow: hidden;
}
.goods .contant .list span::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #472417;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 0.3s;
}
.goods .contant .list .text {
  font-size: 13px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  color: #000;
  transition: all 0.3s;
}
.goods .contant .list:hover {
  background-color: #0071fe;
}
.goods .contant .list:hover i {
  color: #fff;
}
.goods .contant .list:hover h3 {
  color: #fff;
}
.goods .contant .list:hover span {
  color: rgba(255, 255, 255, 0.15);
}
.goods .contant .list:hover span::after {
  background-color: #733a25;
}
.goods .contant .list:hover .text {
  color: #fff;
}
.goods .tel {
  background: #fff url(../images/tel.png) no-repeat 30px 23px / auto;
  width: 290px;
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  color: #666666;
  margin: 50px auto 0;
  padding-left: 55px;
  border-radius: 50px;
}
.goods .tel span {
  font-size: 23px;
  color: #000;
  font-family: Arial;
}
.information {
  background: url(../images/information.jpg) no-repeat center center / cover;
}
.information .swiper-slide:nth-child(even) .list {
  position: relative;
  padding-top: 215px;
}
.information .swiper-slide:nth-child(even) .list .textbox {
  position: absolute;
  top: 0;
  left: 0;
}
.information .list {
  display: block;
}
.information .list .imgbox .img {
  height: 215px;
}
.information .list .textbox {
  background-color: #fff;
  padding: 35px 28px;
  height: 215px;
}
.information .list .textbox h5 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.information .list .textbox .date {
  font-size: 12px;
  line-height: 22px;
  color: #c5c5c5;
  margin-top: 5px;
}
.information .list .textbox .txt {
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  height: 52px;
  overflow: hidden;
  margin: 10px 0 18px;
}
.information .list:hover .img {
  transform: scale(1.08);
}
.information .list:hover .smmore {
  background-color: #0071fe;
  border-color: #0071fe;
}
.ny {
  background-color: #f6f6f6;
}
.ny .top {
  background-color: #fff;
}
.ny .top .ul {
  background: url(../images/home.png) no-repeat left center / auto;
  font-size: 0;
  padding-left: 15px;
}
.ny .top .ul a {
  display: inline-block;
  font-size: 14px;
  line-height: 85px;
  position: relative;
  padding: 0 10px;
  color: #777777;
}
.ny .top .ul a::after {
  content: ">";
  display: block;
  position: absolute;
  right: -5px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  color: #777777;
}
.ny .top .ul a:nth-last-child(1)::after {
  display: none;
}
.ny .top .ul a:hover {
  color: #000;
}
.ny .top .ul a:hover::after {
  color: #000;
}
.ny .top .ul a.active {
  color: #000;
}
.ny .top .ul a.active::after {
  color: #000;
}
.tb {
  padding-top: 40px;
  padding-bottom: 20px;
}
.tb .left {
  width: calc(50% + 295px);
  background-color: #fff;
}
.tb .right {
  width: calc(50% - 295px);
  padding-left: 35px;
}
.tb .right .innav {
  width: 370px;
}
.tb .right .innav .inorder {
  background-color: #0071fe;
  padding: 34px 35px;
  margin-bottom: 20px;
}
.tb .right .innav .inorder h4 {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.tb .right .innav .inorder h4 span {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  font-family: Times New Roman;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}
.tb .right .innav .inorder input,
.tb .right .innav .inorder select,
.tb .right .innav .inorder button {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  line-height: 50px;
  height: 50px;
  padding-left: 20px;
}
.tb .right .innav .inorder select::-ms-expand {
  display: none;
}
.tb .right .innav .inorder select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/select.png") no-repeat scroll 94% center / auto;
  padding-right: 35px;
  color: #000;
}
.tb .right .innav .inorder button {
  background-color: #4a92ed;
  color: #fff;
  font-size: 16px;
}
.tb .right .innav .adv {
  padding: 50px 35px;
  background-color: #ededed;
}
.tb .right .innav .adv .list {
  display: block;
  background-color: #fff;
  margin-bottom: 20px;
}
.tb .right .innav .adv .list .imgbox .img {
  padding-top: 60%;
}
.tb .right .innav .adv .list .txtbox {
  padding: 20px 25px;
}
.tb .right .innav .adv .list .txtbox h6 {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 5px;
}
.tb .right .innav .adv .list .txtbox .txt {
  font-size: 13px;
  line-height: 26px;
  color: #1a1a1a;
}
.tb .right .innav .adv .list:hover .img {
  transform: scale(1.08);
}
.inabout {
  background: url(../images/about.jpg) no-repeat center center / cover;
}
.inabout .textbox {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #1a1a1a;
  min-height:200px;
}
.inabout .textbox img{ max-width:100% !important; height:auto !important;}
.inabout .list {
  margin: 30px -15px 0;
}
.inabout .list .imgbox {
  display: block;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background-color: #fff;
  border: 5px solid #fff;
}
.inabout .list .imgbox .img {
  padding-top: 70.31%;
}
.inabout .list .imgbox:hover .img {
  transform: scale(1.08);
}
.ny .goods {
  background: #f6f6f6;
}
.news {
  background: #f6f6f6;
}
.news .ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
.news .ul a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  position: relative;
  padding: 0 25px;
  transition: all 0.3s;
  line-height:2;
}
.news .ul a::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.news .ul a:nth-last-child(1)::after {
  display: none;
}
.news .ul a:hover {
  color: #472417;
  font-weight: 700;
}
.news .ul a.active {
  color: #472417;
  font-weight: 700;
}
.news .list {
  display: block;
  padding: 25px 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.news .list .imgbox {
  width: calc(25% - 62px);
}
.news .list .imgbox .img {
  height: 190px;
}
.news .list .textbox {
  width: calc(75% + 62px);
  padding-left: 22px;
}
.news .list .textbox h6 {
  font-size: 18px;
  line-height: 44px;
  color: #000;
}
.news .list .textbox .date {
  font-size: 12px;
  line-height: 20px;
  color: #c5c5c5;
}
.news .list .textbox .txt {
  margin-top: 5px;
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
}
.news .list .textbox .smmore {
  font-size: 12px;
  margin-top: 15px;
}
.news .list:hover .img {
  transform: scale(1.08);
}
.news .list:hover .smmore {
  background-color: #0071fe;
  border-color: #0071fe;
  color: #fff;
}
.show {
  background: #f6f6f6;
}
.show .ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
}
.show .ul a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  position: relative;
  padding: 0 25px;
  transition: all 0.3s;
  line-height:1.8;
}
.show .ul a::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.show .ul a:nth-last-child(1)::after {
  display: none;
}
.show .ul a:hover {
  color: #0071fe;
  font-weight: 700;
}
.show .ul a.active {
  color: #0071fe;
  font-weight: 700;
}
.show .list {
  padding: 25px 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.show .list .imgbox {
  width: calc(25% - 62px);
}
.show .list .imgbox .img {
  height: 190px;
}
.show .list .textbox {
  width: calc(60% + 60px);
  padding-left: 22px;
  padding-right: 50px;
}
.show .list .textbox h6 {
  font-size: 18px;
  line-height: 44px;
  color: #000;
}
.show .list .textbox .txt {
  margin-top: 5px;
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
}
.show .list .textbox .smmore {
  font-size: 12px;
  margin-top: 15px;
  color: #999999;
}
.show .list .textbox .smmore:hover {
  background-color: #472417;
  border-color: #472417;
  color: #fff;
}
.show .list .click {
  display: block;
  cursor: pointer;
  width: calc(15% - 26px);
  margin: 70px 14px 0;
  text-align: center;
  background-color: #472417;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  position: relative;
}
.show .list .click .order {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
}
.show .list .click .order .img {
  padding-top: 100%;
}


.show .list2 {
  padding: 25px 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.show .list2 .imgbox {
  width: calc(25% - 20px); margin:10px;
}
.show .list2 .imgbox .img {
  height: 250px; border:1px solid #f5f5f5;
}
.show .list2 .textbox {
  width: 100%;
  text-align:center; line-height:2; padding-top:10px;
}
.show .list2 .textbox h6 {
  font-size: 18px;
  line-height: 44px;
  color: #000;
}
.show .list2 .textbox .txt {
  margin-top: 5px;
  font-size: 13px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
}
.show .list2 .textbox .smmore {
  font-size: 12px;
  margin-top: 15px;
  color: #999999;
}
.show .list2 .textbox .smmore:hover {
  background-color: #472417;
  border-color: #472417;
  color: #fff;
}
/*详情页*/
.danye {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  padding: 35px;
}
.danye .bt {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.danye .data {
  color: #555555;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  margin-top: -5px;
}
.danye .textbox {
  font-size: 14px;
  line-height: 30px;
  color: #1a1a1a;
}
.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: url(../images/footer.jpg) no-repeat center center / cover;
}
footer .contant .smtitle {
  margin-bottom: 24px;
}
footer .contant .smtitle h5 {
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 4px;
  color: #000;
}
footer .contant .smtitle h5::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #472417;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .contant .smtitle span {
  font-family: Times New Roman;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  /*text-transform: uppercase;*/
}
footer .contant .contact {
  width: calc(15% + 105px);
  font-size: 13px;
  line-height: 27px;
  color: #353535;
  padding-right: 15px;
}
footer .contant .contact h4 {
  font-size: 13px;
}
footer .contant .contact h4 span {
  font-family: Arial;
  font-size: 24px;
  color: #472417;
  font-weight: 700;
}
footer .contant .ewm {
  width: calc(15% + 115px);
  min-height: 220px;
  padding-left: 35px;
  padding-right: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}
footer .contant .ewm .imgbox {
  width: 80%;
  float: right;
  padding: 0 5px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin-right:10%;
}
footer .contant .ewm .imgbox img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
footer .contant .right {
  width: calc(70% - 220px);
  padding-left: 45px;
}
footer .contant .right .list {
  margin: 0 -9px;
}
footer .contant .right input,
footer .contant .right select {
  width: calc(50% - 18px);
  margin: 0 9px;
  float: left;
  margin-bottom: 10px;
  border: 0;
  background: #fff;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  color: #999999;
  padding-left: 20px;
  padding-right: 10px;
}
footer .contant .right select::-ms-expand {
  display: none;
}
footer .contant .right select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/select.png") no-repeat scroll 94% center / auto;
  padding-right: 35px;
  color: #000;
}
footer .contant .right  button {
  width: 170px;
  line-height: 44px;
  border: 0;
  background-color: #0071fe;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
footer .contant .right  button:hover {
  background-color: #000;
}
footer .foot {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  line-height: 25px;
  color: #666666;
}
footer .foot .partner {
  font-size: 0;
}
footer .foot .partner a {
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  padding: 0 8px;
  color: #666666;
  position: relative;
  transition: all 0.3s;
}
footer .foot .partner a:nth-of-type(n+2)::after {
  display: block;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #666666;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto 0;
  right: 0;
  border-left: 1px solid #9fa0a0;
}
footer .foot .partner a:nth-of-type(n+2):hover {
  color: #472417;
}
footer .foot .partner a:nth-last-of-type(1)::after {
  display: none;
}
.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 30px;
  }
}
@media (max-width: 1199px) {
  header .main1 {
    padding-top: 10px;
  }
  header .main1 .logo .imgbox {
    height: 90px;
    line-height: 90px;
  }
  header .main1 .logo .text {
    margin-top: 30px;
  }
  header .main1 .logo .text h1 {
    color: #000;
  }
  header .main1 .logo .text span {
    color: #b5b5b5;
  }
  header .main1 .btn1 {
    margin: 22px 0;
    background: #000;
  }
  header .main1 .btn1 i {
    background-color: #fff;
  }
  header .main1 .search {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  header .main1 nav {
    width: 200px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 111;
    background: #fff;
    display: none;
    transition: all 0s;
  }
  header .main1 nav.active {
    height: auto;
    display: block;
  }
  header .main1 nav .ul > li {
    width: 100%;
  }
  header .main1 nav .ul > li > a {
    padding: 0 5px;
    color: #000;
    line-height: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .main1.active {
    padding-top: 0;
  }
  header .main1.active nav {
    top: 100%;
  }
  header .main1.active nav .ul > li > a {
    line-height: 40px;
  }
  .model .list .imgbox .inbox {
    display: none;
  }
  .banner {
    margin-top: 110px;
  }
  .topbottom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title {
    margin-bottom: 40px;
  }
  .title h2 {
    font-size: 28px;
  }
  .title span {
    padding-bottom: 20px;
  }
  .service .contant .imgbox {
    padding: 0 42px 0 0px;
  }
  .goods .contant {
    margin: 0 -5px;
  }
  .goods .contant .list {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }
  .news .list .imgbox {
    width: 25%;
  }
  .news .list .textbox {
    width: 75%;
  }
  .show .list .imgbox {
    width: calc(35% - 62px);
  }
  .show .list .textbox {
    width: calc(50% + 60px);
    padding-right: 20px;
  }
  .show .list .click {
    width: calc(15% + 2px);
    margin: 70px 0 0;
    line-height: 45px;
  }
  .show .list2 .imgbox {
    width: calc(35% - 62px);
  }
  .show .list2 .textbox {
    width: calc(50% + 60px);
    padding-right: 20px;
  }
  .show .list2 .click {
    width: calc(15% + 2px);
    margin: 70px 0 0;
    line-height: 45px;
  }
  
  footer .contant .ewm {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .contant .right {
    padding-left: 30px;
  }
  footer .contant .right input,
  footer .contant .right select {
    line-height: 40px;
    height: 40px;
  }
  footer .contant .right > button {
    line-height: 40px;
  }
  footer .foot {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .model .list .imgbox {
    border: 2px solid #fff;
  }
  .model .list .imgbox .inbox {
    bottom: 0;
  }
  .model .list .imgbox .inbox .incontant h4 {
    font-size: 20px;
  }
  .model .list .imgbox .inbox .incontant span {
    line-height: 20px;
  }
  .model .list .imgbox .inbox .incontant .inmore {
    line-height: 30px;
    width: 160px;
  }
  .model .list .imgbox .inbox .incontant .inmore i {
    right: 10px;
  }
  .model .list .txtbox {
    padding: 10px 65px 10px 15px;
  }
  .model .list .txtbox::after {
    right: 15px;
  }
  .service .contant {
    margin-bottom: 45px;
  }
  .service .contant .imgbox {
    width: calc(50% - 30px);
    padding: 0 30px 0 0;
  }
  .service .contant .box {
    width: calc(50% + 30px);
    margin-top: 50px;
  }
  .service .contant .box i {
    font-size: 34px;
  }
  .service .contant .box i::after {
    width: 64px;
  }
  .service .contant .box .textbox {
    padding-left: 140px;
  }
  .service .contant .box .textbox h3 {
    font-size: 22px;
  }
  .about .imgbox .img {
    height: 385px;
  }
  .about .textbox {
    padding-left: 30px;
  }
  .about .textbox h3 {
    font-size: 22px;
  }
  .about .ul .list {
    padding: 25px 15px 20px;
  }
  .about .ul .list i {
    font-size: 40px;
  }
  .about .ul .list h4 {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
  }
  .about .ul .list span {
    font-size: 10px;
  }
  .goods .contant .list {
    padding: 35px 15px 30px;
  }
  .goods .contant .list i {
    font-size: 45px;
  }
  .goods .contant .list h3 {
    font-size: 18px;
    margin: 10px 0 0;
  }
  .goods .contant .list span {
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  .goods .tel {
    background: #fff url(../images/tel.png) no-repeat 20px 19px / auto;
    width: 250px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    margin: 40px auto 0;
    padding-left: 48px;
  }
  .goods .tel span {
    font-size: 20px;
  }
  .information .list .textbox h5 {
    font-size: 16px;
  }
  .ny .top .ul a {
    line-height: 60px;
  }
  .inabout .textbox {
    font-size: 16px;
    line-height: 30px;
  }
  .inabout .list {
    margin: 15px -5px 0;
  }
  .inabout .list .imgbox {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }
  .news .list .imgbox {
    width: 35%;
  }
  .news .list .textbox {
    width: 65%;
  }
  footer .contant .smtitle {
    margin-bottom: 15px;
  }
  footer .contant .contact {
    width: 50%;
  }
  footer .contant .ewm {
    width: 50%;
    min-height: 230px;
    border-right: 0;
  }
  footer .contant .ewm .imgbox {
    width: 50%;
  }
  footer .contant .ewm .imgbox img {
    max-width: 120px;
    margin: 0 auto 10px;
  }
  footer .contant .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .show .list .click {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  header .logo img {
    max-height: 88%;
  }
  header .main1 {
    padding-top: 0;
  }
  header .main1 nav {
    top: 100%;
  }
  header .main1 .logo .imgbox {
    height: 80px;
    line-height: 80px;
  }
  header .main1 .logo .text {
    margin-left: 10px;
    margin-top: 18px;
  }
  header .main1 .logo .text h1 {
    font-size: 18px;
  }
  header .main1 .logo .text span {
    font-size: 10px;
  }
  header .main1 .btn1 {
    width: 40px;
    height: 40px;
    padding-top: 14px;
    margin: 20px 0;
  }
  header .main1.active .logo .text {
    margin-top: 17px;
    margin-left: 10px;
  }
  header .main1.active .logo .imgbox {
    height: 80px;
    line-height: 80px;
  }
  header .main1.active .btn1 {
    margin: 16px 0;
  }
  .banner {
    margin-top: 80px;
  }
  .title {
    margin-bottom: 30px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title span {
    padding-bottom: 15px;
    margin-top: 0;
  }
  .model #swiper2 {
    padding-bottom: 55px;
  }
  .topbottom {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .model .list .imgbox .inbox .incontant h4 {
    font-size: 16px;
  }
  .model .list .imgbox .inbox .incontant span {
    line-height: 20px;
  }
  .model .list .imgbox .inbox .incontant .inmore {
    font-size: 12px;
    padding-left: 10px;
    width: 110px;
    margin: 0px auto 0;
  }
  .model .list .imgbox .inbox .incontant .inmore i {
    font-size: 14px;
    right: 10px;
  }
  .model #swiper2 {
    padding-bottom: 55px;
  }
  .model .swiper-pagination-bullet-active {
    width: 20px;
  }
  .service.topbottom {
    padding-bottom: 0;
  }
  .service .title {
    margin-bottom: 30px;
  }
  .service .contant {
    margin-bottom: 30px;
  }
  .service .contant .imgbox {
    width: 100%;
    padding: 0;
  }
  .service .contant .imgbox .overflow {
    height: auto;
    box-shadow: initial;
  }
  .service .contant .imgbox .img {
    height: auto;
    padding-top: 64.1%;
  }
  .service .contant .box {
    width: 100%;
    margin-top: 15px;
  }
  .service .contant .box i {
    font-size: 30px;
    color: #472417;
  }
  .service .contant .box i::after {
    display: none;
  }
  .service .contant .box .textbox {
    padding-left: 50px;
  }
  .service .contant .box .textbox h3 {
    font-size: 18px;
  }
  .service .contant .box .textbox .text {
    margin: 0px 0 18px;
  }
  .about .imgbox {
    width: 100%;
  }
  .about .imgbox .img {
    height: auto;
    padding-top: 62.14%;
  }
  .about .textbox {
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
  }
  .about .textbox h3 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about .textbox .text {
    margin-bottom: 10px;
  }
  .about .ul {
    position: initial;
    width: 100%;
    margin: 0 -5px;
  }
  .about .ul .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 30px 10px;
  }
  .about .ul .list i {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .about .ul .list h4 {
    font-size: 15px;
    line-height: 36px;
  }
  .about .ul .list span {
    font-size: 12px;
  }
  .goods .contant {
    margin: 0 -5px;
  }
  .goods .contant .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 30px 15px 20px;
  }
  .goods .contant .list i {
    font-size: 40px;
  }
  .goods .contant .list h3 {
    font-size: 16px;
    margin: 5px 0 5px;
  }
  .goods .contant .list span {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .goods .contant .list .text {
    line-height: 24px;
  }
  .goods .tel {
    background: #fff url(../images/tel.png) no-repeat 12px 14px / auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    padding-left: 28px;
  }
  .goods .tel span {
    font-size: 17px;
  }
  .information .swiper-slide:nth-child(even) .list {
    position: initial;
    padding-top: 0;
  }
  .information .swiper-slide:nth-child(even) .list .textbox {
    position: initial;
  }
  .information .list .imgbox .img {
    height: auto;
    padding-top: 62.5%;
  }
  .information .list .textbox {
    padding: 20px 15px;
    height: auto;
  }
  .information .list .textbox .date {
    margin-top: 0;
  }
  .information .list .textbox .txt {
    margin: 0 0 10px;
  }
  .news .ul {
    margin-bottom: 30px;
  }
  .show .ul {
    margin-bottom: 30px;
  }
  .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 .contant .smtitle h5 {
    font-size: 16px;
  }
  footer .contant .smtitle span {
    font-size: 16px;
  }
  footer .contant .contact {
    width: 100%;
    padding-right: 0;
    line-height: 25px;
  }
  footer .contant .contact h4 span {
    font-size: 18px;
  }
  footer .contant .ewm {
    width: 100%;
    min-height: initial;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    margin-top: 15px;
  }
  footer .contant .ewm .imgbox {
    width: auto;
    float: left;
  }
  footer .foot {
    margin-top: 40px;
    line-height: 20px;
  }
  footer .foot .partner a {
    line-height: 20px;
  }
  footer .contant .smtitle {
    margin-bottom: 5px;
  }
  footer .contant .right input,
  footer .contant .right select {
    line-height: 40px;
    height: 40px;
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }
  footer .contant .right > button {
    width: 150px;
    line-height: 40px;
    font-size: 14px;
  }
  footer .contant .right .list {
    margin: 0 -5px;
  }
  .inabout .list .imgbox {
    width: calc(50% - 10px);
  }
  .show .list .imgbox {
    width: 35%;
  }
  .show .list .textbox {
    width: calc(55% - 50px);
  }
  .show .list .click {
    width: calc(10% + 50px);
  }
  .tb {
    padding-top: 30px;
  }
  .show .list2 .imgbox {
    width: 35%;
  }
  .show .list2 .textbox {
    width: calc(55% - 50px);
  }
  .show .list2 .click {
    width: calc(10% + 50px);
  }
}
@media (max-width: 600px) {
  .goods .contant .list {
    padding: 25px 15px 15px;
  }
  .news .ul a {
    font-size: 16px;
    padding: 0 15px;
  }
  .show .ul a {
    font-size: 16px;
    padding: 0 15px;
  }
  .news .list {
    padding: 15px;
    margin-bottom: 20px;
  }
  .news .list .imgbox {
    width: 100%;
  }
  .news .list .imgbox .img {
    height: auto;
    padding-top: 67.85%;
  }
  .news .list .textbox {
    width: 100%;
    padding-left: 0;
  }
  .news .list .textbox h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .model .list .txtbox {
    padding: 6px 48px 6px 8px;
  }
  .model .list .txtbox h5 {
    font-size: 13px;
  }
  .model .list .txtbox span {
    font-size: 11px;
  }
  .model .list .txtbox::after {
    width: 28px;
    height: 28px;
    line-height: 28px;
    right: 8px;
    font-size: 20px;
  }
  .show .list {
    padding: 15px;
  }
  .show .list .imgbox {
    width: 100%;
  }
  .show .list .imgbox .img {
    height: auto;
    padding-top: 67.85%;
  }
  .show .list .textbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .show .list .textbox h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .show .list .click {
    width: 140px;
    margin: 20px auto ;
    font-size: 14px;
    float: left !important;
  }
  .show .list .click .order {
    bottom: 100%;
  }
  .show .list .click .order .img {
    width: 140px;
    height: 140px;
  }
  .show .list2 {
    padding: 15px;
  }
  .show .list2 .imgbox {
    width: 100%;
  }
  .show .list2 .imgbox .img {
    height: auto;
    padding-top: 67.85%;
  }
  .show .list2 .textbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .show .list2 .textbox h6 {
    font-size: 16px;
    line-height: 28px;
  }
  .show .list2 .click {
    width: 140px;
    margin: 20px auto ;
    font-size: 14px;
    float: left !important;
  }
  .show .list2 .click .order {
    bottom: 100%;
  }
  .show .list2 .click .order .img {
    width: 140px;
    height: 140px;
  }
  
  .about .ul {
    margin: 0 -5px;
  }
  .about .ul .list {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 15px 10px;
  }
  .about .ul .list i {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about .ul .list h4 {
    font-size: 13px;
    line-height: 24px;
  }
  .about .ul .list span {
    font-size: 10px;
  }
}
@media (max-width: 479px) {
  .service .list .imgbox .img .inbox::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}


.secondmenu-list {
  width: 100%;
  float: left;
  overflow: hidden;
  transition: initial;
  margin-top: 15px;
  padding-top:15px;
  border-top:1px dashed #999;
}
.secondmenu-list>li {
  float: left;
  margin: 5px;
}
.secondmenu-list>li>a {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #222;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  font-size:16px;
}

.secondmenu-list>li:hover>a,
.secondmenu-list>li.menua>a {
  color: #472417;
}

@media (max-width: 991px) {
  .secondmenu-list>li>a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
	display:block;
  }
}

@media (max-width: 767px) {
  .secondmenu-list {
    margin-top: 6px; padding-top:6px;
  }
}