/* @charset "gb2312"; */
* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier,
    monospace;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #053db0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.mcon tr:hover {
  color: #26252d;
}
.blank {
  clear: both;
  height: 20px;
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
 /* line-height: 0;*/
}
.imgZoom {
  overflow: hidden;
}
.imgZoom img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: block;
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imgFanzhuan {
  overflow: hidden;
}
.imgFanzhuan img {
  display: block;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.imgFanzhuan:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
table tr:hover {
  background: #f43a3b;
  color: #fff;
}
table td,
table th {
  text-align: center;
  border: 1px solid #dddddd;
}
.w1410 {
  width: 1410px;
  margin: 0 auto;
}
.head .logo {
  float: left;
  margin: 40px 0 50px;
}
.head .logo .img {
  float: left;
}
.head .logo-description {
  float: left;
  color: #c5a25f;
  text-align: center;
  padding: 4px 0;
  margin-left: 25px;
}
.head .logo-description .sup {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 0 30px;
  letter-spacing: 8px;
}
.head .logo-description .sup:before,
.head .logo-description .sup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #c5a25f;
  background: linear-gradient(#c5a25f, #e3d3ba);
}
.head .logo-description .sup:before {
  left: 15px;
}
.head .logo-description .sup:after {
  right: 15px;
}
.head .logo-description .sub {
  font-size: 12px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.head .vice-logo {
  float: right;
  margin-top: 30px;
}
.head .vice-logo li {
  float: left;
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
}
.head .vice-logo li .img {
  transition: all 0.3s ease-in-out;
}
.head .vice-logo li:hover .img {
  transform: rotateY(180deg);
}
.head .menu {
  background-color: #c5a25f;
  padding: 0 70px;
  text-align: center;
}
.head .menu li {
  float: left;
  width: 16.666%;
  line-height: 30px;
  padding: 15px 0;
  transition: all 0.4s ease-in-out;
}
.head .menu li:hover {
  background-color: #a80000;
}
.head .menu li a {
  display: inline-block;
  color: #fff;
}
.bannerbox {
  position: relative;
}
.bannerbox .bd {
  line-height: 0;
}
.bannerbox .bd img {
  min-height: 230px;
  object-fit: cover;
}
.bannerbox .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
  width: 66px;
  height: 22px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.bannerbox .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  width: 12px;
  height: 12px;
  background: url(../images/hd.png) no-repeat;
  background-position: center right;
}
.bannerbox .hd li.on {
  background: url(../images/hd.png) no-repeat;
}
.box1 {
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.box1 .w1410 {
  padding-right: 120px;
  text-align: center;
}
.box1 .w1410 li {
  float: left;
  width: 33.333%;
  height: 208px;
  border-left: 1px solid #e9e9e9;
  padding-top: 65px;
}
.box1 .w1410 li strong {
  font-size: 54px;
  color: #c5a25f;
  letter-spacing: -1px;
}
.box1 .w1410 li .text {
  display: block;
  margin-top: 5px;
}
.box1-tel {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 378px;
  height: 378px;
  background-image: url(../images/box1Tel.jpg);
}
.aboutbox {
  position: relative;
  height: 768px;
  background-image: url(../images/aboutBg.png);
  text-align: center;
}
.aboutbox .left {
  float: left;
  width: 841px;
  margin-top: 85px;
}
.aboutbox .left .top {
  margin-left: 120px;
}
.aboutbox .left .img {
  width: 231px;
  margin: 0 auto;
  float: none;
}
.aboutbox .left .text {
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  margin-top: 50px;
  text-indent: 2em;
}
.aboutbox .left .more {
  display: block;
  width: 204px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  margin: 90px auto 0;
  color: #fff;
  border: 1px solid #fff;
}
.aboutbox .left .more i {
  display: inline-block;
  font-size: 14px;
}
.aboutbox .left .bottom {
  text-align: left;
  height: 66px;
  margin-top: 145px;
  margin-left: 15px;
  padding-left: 75px;
  background: url(../images/aboutTel.png) no-repeat left;
}
.aboutbox .left .bottom .sup {
  font-size: 14px;
}
.aboutbox .left .bottom strong {
  font-size: 36px;
  font-weight: normal;
  color: #a80000;
}
.aboutbox .right {
  float: right;
}
.productbox {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(../images/productBg.jpg);
}
.productbox .title {
  text-align: center;
}
.productbox .menu {
  height: 115px;
  line-height: 115px;
  margin: 25px auto 0;
}
.productbox .menu p {
  float: left;
  width: 23%;
  margin: 0 1%;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productbox .menu p a {
  display: block;
  color: #333;
}
.productbox .menu p:hover a {
  color: #fff;
  background-color: #c5a25f;
}
.productbox .menu p i {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  background-image: url(../images/productIco.png);
  background-position: center left;
}
.productbox .menu p:hover i {
  background-position: center right;
}
.productbox dd {
  margin-top: 70px;
}
.productbox dd li {
  float: left;
  width: 31.333%;
  margin: 1%;
  background-color: #fff;
  text-align: center;
  padding: 10px;
}
.productbox dd li a {
  display: block;
  color: #232323;
}
.productbox dd li .series {
  display: block;
  color: #c6a360;
  font-size: 22px;
  margin-top: 50px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #c6a360;
}
.productbox dd li .series i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #c6a360;
  vertical-align: middle;
}
.productbox dd li .name {
  display: block;
  margin-top: 22px;
  margin-bottom: 30px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ysbox {
  height: 946px;
  background-image: url(../images/ysBg.jpg);
}
.ysbox dl {
  float: right;
  width: 714px;
  margin-right: 20px;
  margin-top: 168px;
  text-align: center;
}
.ysbox dl dt {
  margin-bottom: 56px;
}
.ysbox dl dd {
  float: left;
  width: 317px;
  height: 113px;
  margin: 14px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.ysbox dl dd a {
  display: block;
  width: 100%;
  height: 100%;
}
.ysbox dl dd:hover {
  transform: translateY(-14px);
}
.ysbox dl dd.content1 {
  background-image: url(../images/ysContent1.png);
}
.ysbox dl dd.content2 {
  background-image: url(../images/ysContent2.png);
}
.ysbox dl dd.content3 {
  background-image: url(../images/ysContent3.png);
}
.ysbox dl dd.content4 {
  background-image: url(../images/ysContent4.png);
}
.casebox {
  overflow: hidden;
  margin-top: 75px;
}
.casebox .title {
  text-align: center;
}
.casebox .parHd ul {
  width: 540px;
  margin: 55px auto 60px;
}
.casebox .parHd li {
  float: left;
  width: 238px;
  height: 56px;
  line-height: 56px;
  margin: 0 16px;
  text-align: center;
  background-color: #ededed;
  cursor: pointer;
}
.casebox .parHd li.on {
  color: #fff;
  background-color: #c59c4e;
}
.casebox .bd li {
  width: 384px;
  margin: 0 11px;
}
.casebox .bd .text {
  padding: 16% 6% 14% 11%;
  background-color: #f8f8f8;
  transition: all 0.3s ease-in-out;
}
.casebox .bd li:hover .text {
  color: #fff;
  background-color: #c59c4e;
}
.casebox .bd .more {
  float: right;
  color: #fff;
  font-size: 15px;
  padding: 0 13px;
  background-color: #a80000;
}
.newbox {
  margin-top: 120px;
}
.newbox .title {
  text-align: center;
}
.newbox dt {
  width: 540px;
  margin: 55px auto 60px;
}
.newbox dt p {
  float: left;
  width: 238px;
  height: 56px;
  line-height: 56px;
  margin: 0 16px;
  text-align: center;
  background-color: #ededed;
  cursor: pointer;
}
.newbox dt p.on {
  color: #fff;
  background-color: #c59c4e;
}
.newbox dd {
  display: none;
  border: 1px solid #e3e3e3;
  border-left: 0;
}
.newbox dd.on {
  display: block;
}
.newbox dd li {
  float: left;
  width: 25%;
  border-left: 1px solid #e3e3e3;
}
.newbox dd li a {
  display: block;
}
.newbox dd li .text {
  text-align: left;
  padding: 16% 20% 16% 9%;
}
.newbox dd li h3 {
  color: #232323;
  font-weight: normal;
  margin-bottom: 8%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newbox dd li p {
  font-size: 15px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newbox dd li span {
  display: block;
  width: 99px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 14%;
  background-color: #c59c4e;
}
.newbox dd li:hover span {
  background-color: #a80000;
}
.processbox {
  margin-top: 70px;
}
.processbox .title {
  text-align: center;
  margin-bottom: 55px;
}
.processbox li {
  float: left;
  width: 18%;
  margin: 0 1%;
  color: #fff;
  text-align: center;
  border: 1px solid #d9d7d3;
  background-color: #c5a25f;
  padding-top: 45px;
  padding-bottom: 40px;
  cursor: pointer;
}
.processbox li p {
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.processbox li .img {
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;
}
.processbox li:hover .img {
  transform: rotateY(360deg);
}
.messagebox {
  margin-top: 100px;
  height: 208px;
  background-image: url(../images/messageBg.jpg);
  background-position: center;
}
.messagebox .w1410 {
  padding-left: 45px;
  padding-right: 90px;
}
.messagebox .title {
  float: left;
  margin-top: 65px;
}
.messagebox .info {
  float: left;
  width: 428px;
  margin-left: 70px;
  margin-top: 60px;
}
.messagebox .info input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  padding-left: 39px;
  padding-right: 10px;
  border: 0;
  background-repeat: no-repeat;
  background-position: 6px center;
}
.messagebox .info input[name="qss1"] {
  background-image: url(../images/messageIco1.png);
}
.messagebox .info input[name="qss3"] {
  margin-top: 10px;
  background-image: url(../images/messageIco2.png);
}
.messagebox .text {
  float: left;
  width: 424px;
  margin-top: 60px;
}
.messagebox .text textarea {
  width: 100%;
  height: 110px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  margin-left: 10px;
  padding-left: 39px;
  padding-top: 10px;
  padding-right: 10px;
  resize: none;
  border: 0;
  background-image: url(../images/messageIco3.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  vertical-align: middle;
}
.messagebox button {
  float: left;
  width: 110px;
  height: 110px;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  margin-top: 60px;
  margin-left: 20px;
  padding: 0 30px;
  letter-spacing: 1px;
  border: 0;
  background-color: #c99f51;
  cursor: pointer;
}
.foot {
  text-align: left;
  padding-top: 45px;
  height: 305px;
  background-color: #c5a25f;
}
.foot .w1410:before {
  content: "";
  display: block;
  margin-bottom: 45px;
  height: 11px;
  background-image: url(../images/footBg.png);
}
.foot dl {
  float: left;
  width: 20%;
  color: #fff;
}
.foot dl a {
  color: #fff;
}
.foot dl dt {
  font-size: 18px;
  margin-bottom: 20px;
}
.foot dl dd p {
  display: inline-block;
}
.foot dl dd strong {
  font-size: 24px;
  font-weight: bold;
}
.foot dl dd a {
  display: block;
}
.foot dl dd a:not(.btn):before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.foot dl dd .sub {
  display: block;
  font-size: 15px;
}
.foot dl dd .btn {
  width: 139px;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  background-color: #a80000;
  text-align: center;
}
.foot dl dd .btn i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 34px;
  margin-top: -3px;
  vertical-align: middle;
}
.foot dl dd .btn i:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/footBtn.png);
}
.copyright {
  padding: 20px 0;
  font-size: 15px;
  color: #fff;
  text-align: left;
  background-color: #b69454;
}
.copyright p {
  float: left;
}
.copyright span {
  display: inline-block;
}
.copyright a {
  color: #fff;
}
.copyright p.right {
  float: right;
}
.dqwz {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 50px;
  background-color: #eeeeee;
  padding: 10px 0;
  font-size: 15px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz b {
  padding-left: 10px;
  font-weight: normal;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.page {
  margin-top: 30px;
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a:hover, .page a.current {
  color: #fff;
  border-color: #292e39;
  background: #292e39;
}
.gy-main .gy {
  margin-bottom: 50px;
}
.gy-main .gy ul {
  margin-top: 50px;
}
.gy-main h2 {
  position: relative;
  width: 120px;
  margin: 0 auto;
  font-size: 30px;
  margin-bottom: 30px;
}
.gy-main h2:before,
.gy-main h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -5px;
  background-color: #c5a25f;
}
.gy-main h2:before {
  left: 10px;
}
.gy-main h2:after {
  right: 10px;
}
.gy-main .gy1 .text p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 10px;
}
.gy-main .gy2 {
  padding: 50px 0;
  background-color: #fafafa;
}
.gy-main .gy2 li {
  float: left;
  width: 18%;
  margin: 0 1%;
  text-align: center;
  border: 1px solid #d9d7d3;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 40px;
  cursor: pointer;
}
.gy-main .gy2 li .img {
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
}
.gy-main .gy2 li:hover .img {
  transform: rotateY(360deg);
}
.gy-main .gy3 li {
  float: left;
  width: 23%;
  margin: 0 1%;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.gy-main .gy3 li:hover {
  transform: translateY(-10px);
}
.gy-main .gy3 li .text {
  text-align: center;
  margin-top: 15px;
}
.gy-main .gy3 li .text h4 {
  margin: 0;
  font-size: 20px;
}
.gy-main .gy3 li .text p {
  color: #666;
  margin: 10px 0 0;
}
.gy-main .gy3 li p span {
  display: inline-block;
}
.gy-main .gy4.gy {
  margin-bottom: 0;
  padding: 50px 0;
  background-color: #f6f7fb;
}
.gy-main .gy4 li {
  float: left;
  width: 24%;
  margin: 0 0.5%;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.gy-main .gy4 li:hover {
  transform: translateY(-10px);
}
.gy-main .gy4 li p {
  font-size: 18px;
  line-height: 2.4;
  padding: 0 10px;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gy-main .messagebox {
  margin-top: 0;
}
.lxwm-main .title {
  text-align: center;
  margin-bottom: 80px;
}
.lxwm-main .title h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.lxwm-main .title h2:before,
.lxwm-main .title h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -5px;
  background-color: #c5a25f;
}
.lxwm-main .title h2:before {
  left: 10px;
}
.lxwm-main .title h2:after {
  right: 10px;
}
.lxwm-main .title b {
  color: #232323;
}
.lxwm-main .title p {
  margin-top: 15px;
  font-size: 16px;
  color: #757575;
}
.lxwm-main ul {
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.lxwm-main li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.lxwm-main li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80px;
  background-color: #e5e5e5;
}
.lxwm-main li:first-child:before {
  display: none;
}
.lxwm-main li .img {
  height: 70px;
}
.lxwm-main li p {
  line-height: 24px;
  text-align: center;
  color: #757575;
  font-size: 14px;
}
.lxwm-main .map {
  margin-top: 100px;
  display: block;
  width: 100%;
  height: 400px;
}
.lxwm-main .messagebox {
  margin-top: 0;
}
.new-main .title {
  text-align: center;
}
.new-main h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.new-main h2:before,
.new-main h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -5px;
  background-color: #c5a25f;
}
.new-main h2:before {
  left: 10px;
}
.new-main h2:after {
  right: 10px;
}
.new-main .menu {
  width: 540px;
  margin: 50px auto 30px;
}
.new-main .menu li {
  float: left;
  width: 238px;
  height: 56px;
  line-height: 56px;
  margin: 0 16px;
  text-align: center;
  background-color: #ededed;
  cursor: pointer;
}
.new-main .menu li a {
  display: block;
  color: #232323;
}
.new-main .menu li.on a {
  color: #fff;
  background-color: #c59c4e;
}
.new-main .list {
  display: flex;
  flex-flow: wrap;
}
.new-main .list li {
  position: relative;
  float: left;
  width: 23%;
  margin: 2% 1%;
  border-bottom: 2px solid #ddd;
}
.new-main .list li:before {
  position: absolute;
  right: 8px;
  bottom: 16px;
  font-size: 16px;
}
.new-main .list li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #c59c4e;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.new-main .list li:hover:after {
  width: 100%;
}
.new-main .list li a {
  display: block;
  color: #232323;
}
.new-main .list h3 {
  font-weight: normal;
  margin: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-main .list li p {
  color: #757575;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.new-main .list li .date {
  display: block;
  margin: 10px 0;
  color: #999;
  font-size: 14px;
  text-align: left;
}
.list-main .title {
  text-align: center;
}
.list-main h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 30px;
}
.list-main h2:before,
.list-main h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -5px;
  background-color: #c5a25f;
}
.list-main h2:before {
  left: 10px;
}
.list-main h2:after {
  right: 10px;
}
.list-main li {
  float: left;
  width: 23%;
  margin: 1%;
  text-align: center;
}
.list-main li a {
  display: block;
  color: #232323;
  font-size: 16px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.list-main li:hover a {
  color: #fff;
  background-color: #c5a25f;
}
.list-main li span {
  display: block;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gy-main .gy2 li p {
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-main dl dt {
  position: relative;
  height: 28px;
  margin: 50px 0 20px;
  padding-left: 30px;
}
.product-main dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.product-main dl dt span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-main dl dt a {
  position: relative;
  float: right;
  font-size: 15px;
  line-height: 28px;
  padding-right: 20px;
}
.product-main dl dt a:before {
  position: absolute;
  right: 0;
  font-size: 18px;
  line-height: 24px;
}
.product-main dl dd {
  float: left;
  width: 23%;
  margin: 0 1%;
  text-align: center;
}
.product-main dl dd a {
  display: block;
  color: #232323;
  font-size: 16px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.product-main dl dd:hover a {
  color: #fff;
  background-color: #c5a25f;
}
.product-main dl dd span {
  display: block;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-main .title {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  font-weight: normal;
}
.article-main .artinfo {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.article-main .content {
  font-size: 16px;
  line-height: 33px;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px #ddd solid;
  padding: 20px 0;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.part-main .title {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  font-weight: normal;
}
.part-main .artinfo {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.part-main .content {
  font-size: 16px;
  line-height: 33px;
}
.part-main .content .img {
  /*float: left;
  max-width: 600px;
  width: 100%;
  margin-right: 20px;*/
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 99999;
  bottom: 0px;
}
.fdh li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #a80000;
}
.fdh a {
  display: block;
  color: #fff;
}
#xgcp{
  position: relative;
  margin: 30px 0 40px;
}
#xgcp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  z-index: -1;
}
#xgcp h2 {
  font-size: 26px;
  background: url(../images/xgt2.png) no-repeat left center;
  width: 206px;
  height: 50px;
  line-height: 50px;
  text-indent: 40px;
  color: #fff;
}
#xgcp ul {
  border: 1px #dddddd solid;
  padding: 10px;
  overflow: hidden;
}
#xgcp li {
  float: left;
  width: 25%;
}
#xgcp a {
  display: block;
  margin: 2%;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
}
#xgcp a p {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyban img {
  min-height: 210px;
  object-fit: cover;
}

.news-lj {
  clear: both;
  overflow: hidden;
  padding: 10px 20px;
  padding-left: 130px;
  box-sizing: border-box;
  background: url(../images/ico_newslj.png) #f3f3f3 no-repeat 20px center;
  margin: 30px auto;
}
.news-lj p {
  color: #666;
  line-height: 24px;
  padding: 10px 0;
}
.news-lj p font {
  color: #f33d4a;
}
.news-tel span {
  float: left;
  padding-left: 42px;
  background: url(../images/new-tel.png) no-repeat left center / contain;
}
.news-tel span strong {
  color: #f33d4a;
  font-size: 26px;
  font-weight: 700;
  margin-left: 8px;
}
.news-tel a.new_btn {
  float: right;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  padding: 0 20px 0 55px;
  background: url(../images/ico_btn.png) #f33d4a no-repeat 10px 4px / 30px;
}
@media (max-width: 1680px) {
  .box1 .w1410 {
    padding-right: 0;
    border-right: 1px solid #e9e9e9;
  }
  .box1-tel {
    display: none;
  }
  .aboutbox {
    height: auto;
    background-color: #c5a260;
  }
  .aboutbox .left {
    float: none;
    margin: 0 auto;
    padding-top: 65px;
  }
  .aboutbox .left .more {
    margin-top: 50px;
  }
  .aboutbox .left .top {
    margin-left: 0;
  }
  .aboutbox .left .bottom {
    width: 550px;
    color: #fff;
    margin: 60px auto;
  }
  .aboutbox .right {
    display: none;
  }
  .ysbox {
    height: 800px;
    background-size: cover;
  }
  .ysbox dl {
    margin-top: 85px;
  }
}
@media (max-width: 1440px) {
  .w1410 {
    width: 90%;
  }
  .logo-description {
    display: none;
  }
  .box1 .w1410 li {
    height: 188px;
    padding-top: 55px;
  }
  .productbox {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .productbox .menu {
    height: 105px;
    line-height: 105px;
  }
  .productbox dd li .series {
    margin-top: 30px;
  }
  .productbox dd li .name {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ysbox {
    height: 690px;
  }
  .ysbox dl {
    width: 590px;
    margin-top: 40px;
  }
  .ysbox dl dd {
    width: 275px;
    height: 99px;
    margin: 8px 10px;
    background-size: contain;
  }
  .newbox {
    margin-top: 100px;
  }
  .messagebox .info {
    width: 290px;
  }
  .messagebox .text {
    width: 290px;
  }
  .foot dl.fxw {
    display: none;
  }
  .foot dl {
    width: 20%;
  }
  .foot dl.flx {
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .box1 .w1410 li {
    height: 168px;
    padding-top: 45px;
  }
  .productbox {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .productbox .menu {
    height: 85px;
    line-height: 85px;
  }
  .productbox dd {
    margin-top: 50px;
  }
  .ysbox {
    height: 580px;
  }
  .ysbox dl {
    width: 550px;
    margin-top: 40px;
  }
  .ysbox dl dt {
    width: 350px;
    margin: 0 auto 56px;
  }
  .ysbox dl dd {
    width: 255px;
    height: 92px;
  }
  .casebox {
    margin-top: 55px;
  }
  .casebox .parHd ul {
    margin: 40px auto;
  }
  .newbox {
    margin-top: 80px;
  }
  .newbox dt {
    margin: 40px auto;
  }
  .newbox dd li .text {
    padding: 10% 8% 10% 5%;
  }
  .newbox dd li h3 {
    margin-bottom: 3%;
  }
  .newbox dd li span {
    margin-top: 10%;
  }
  .messagebox {
    margin-top: 80px;
  }
  .messagebox .title {
    display: none;
  }
  .messagebox .info {
    margin-left: 0;
  }
  .messagebox .info {
    width: 340px;
  }
  .messagebox .text {
    width: 400px;
  }
  .new-main .list li {
    width: 31.333%;
  }
  .new-main .menu {
    margin: 40px auto 30px;
  }
  .lxwm-main .title {
    margin-bottom: 60px;
  }
  .lxwm-main .map {
    margin-top: 80px;
  }
  .part-main .content .img {
    float: none;
    margin: 0 auto 10px;
  }
}
@media (max-width: 1140px) {
  .box1 .w1410 li {
    height: 148px;
    padding-top: 35px;
  }
  .aboutbox {
    background-image: none;
  }
  .productbox {
    padding-bottom: 60px;
  }
  .productbox dd {
    margin-top: 40px;
  }
  .productbox dd li .series {
    margin-top: 24px;
    font-size: 18px;
  }
  .productbox dd li .name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .ysbox {
    height: 530px;
  }
  .ysbox dl {
    width: 400px;
    margin-top: 40px;
  }
  .ysbox dl dt {
    width: 350px;
    margin: 0 auto 56px;
  }
  .ysbox dl dd {
    width: 180px;
    height: 65px;
  }
  .newbox {
    margin-top: 60px;
  }
  .processbox {
    display: none;
  }
  .messagebox {
    margin-top: 60px;
  }
  .messagebox .info {
    width: 280px;
  }
  .messagebox .text {
    width: 300px;
  }
  .foot dl.fcp {
    display: none;
  }
  .foot dl {
    width: 25%;
  }
  .foot dl.flx {
    width: 50%;
  }
  .gy-main .gy2 {
    display: none;
  }
  .lxwm-main ul {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .list-main li {
    width: 31.333%;
  }
  .lxwm-main li {
    width: 50%;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
  }
  .lxwm-main li:first-child,
  .lxwm-main li:first-child + li {
    border-top: 0;
  }
  .lxwm-main li:first-child + li + li:before {
    width: 0;
  }
  .lxwm-main .title {
    margin-bottom: 50px;
  }
  .lxwm-main .map {
    margin-top: 60px;
  }
  .gy-main .gy4 li p {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .head .logo {
    float: none;
    width: 615px;
    margin: 30px auto;
  }
  .logo-description {
    display: block;
  }
  .vice-logo {
    display: none;
  }
  .box1 .w1410 li {
    height: 128px;
  }
  .aboutbox .left {
    width: auto;
  }
  .productbox .menu {
    height: 65px;
    line-height: 65px;
  }
  .ysbox {
    display: none;
  }
  .casebox {
    margin-top: 35px;
  }
  .newbox {
    margin-top: 40px;
  }
  .messagebox {
    height: auto;
    margin-top: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .messagebox .w1410 {
    padding: 0;
  }
  .messagebox .info {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .messagebox .info input[name="qss3"] {
    margin-top: 20px;
  }
  .messagebox .text {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .messagebox .text textarea {
    margin: 0;
  }
  .messagebox button {
    float: none;
    width: 220px;
    height: 50px;
    text-align: center;
    margin: 20px auto 30px;
    padding: 0;
  }
  .lxwm-main .title {
    margin-bottom: 40px;
  }
  .lxwm-main .map {
    margin-top: 40px;
  }
  .product-main dl dt span {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .w1410 {
    width: 96%;
  }
  .head .logo {
    width: 236px;
  }
  .head .logo-description {
    display: none;
  }
  .head .menu {
    padding: 0;
  }
  .head .menu .w1410 {
    width: 100%;
  }
  .head .menu li {
    position: relative;
    padding: 0;
    width: 33.333%;
    line-height: 50px;
  }
  .head .menu ul li:nth-of-type(2):before,
  .head .menu ul li:nth-of-type(5):before,
  .head .menu ul li:nth-of-type(2):after,
  .head .menu ul li:nth-of-type(5):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #fff;
  }
  .head .menu ul li:nth-of-type(2):before,
  .head .menu ul li:nth-of-type(5):before {
    left: 0;
  }
  .head .menu ul li:nth-of-type(2):after,
  .head .menu ul li:nth-of-type(5):after {
    right: 0;
  }
  .head .menu li a {
    display: block;
  }
  .box1 .w1410 {
    width: 100%;
  }
  .box1 .w1410 li strong {
    font-size: 42px;
  }
  .aboutbox .left {
    padding-top: 30px;
  }
  .aboutbox .left .img {
    width: 180px;
  }
  .aboutbox .left .text {
    margin-top: 30px;
  }
  .aboutbox .left .more {
    margin-top: 30px;
  }
  .aboutbox .left .bottom {
    margin: 30px auto;
  }
  .productbox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .productbox .title {
    width: 420px;
    margin: 0 auto;
  }
  .productbox .menu {
    height: 45px;
    line-height: 45px;
  }
  .productbox .menu p {
    font-size: 16px;
  }
  .productbox .menu p i {
    display: none;
  }
  .productbox dd {
    margin-top: 30px;
  }
  .productbox dd li {
    width: 48%;
  }
  .casebox .bd li {
    margin: 0 3px;
  }
  .casebox {
    margin-top: 30px;
  }
  .casebox .title {
    width: 420px;
    margin: 0 auto;
  }
  .casebox .parHd ul {
    margin: 30px auto;
    width: 400px;
  }
  .casebox .parHd li {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
  }
  .newbox {
    margin-top: 30px;
  }
  .newbox dt {
    margin: 30px auto;
    width: 400px;
  }
  .newbox dt p {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
  }
  .newbox .title {
    width: 420px;
    margin: 0 auto;
  }
  .newbox dd li {
    width: 50%;
  }
  .messagebox {
    margin-top: 30px;
  }
  .messagebox .info {
    width: 70%;
  }
  .messagebox .text {
    width: 70%;
  }
  .foot {
    height: auto;
    padding-top: 30px;
  }
  .foot .w1410:before {
    margin-bottom: 30px;
  }
  .foot dl {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .foot dl.flx {
    width: 100%;
  }
  .foot dl.fsh {
    display: none;
  }
  .foot dl dt {
    margin-bottom: 10px;
  }
  .nyban {
    display: none;
  }
  .dqwz {
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #c5a25f;
    height: auto;
    text-align: center;
    padding: 0;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .dqwz .w1410 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .gy-main .gy {
    margin-bottom: 30px;
  }
  .gy-main .gy ul {
    margin-top: 30px;
  }
  .gy-main .gy1 .text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .gy-main .gy3 h2 {
    margin-bottom: 20px;
  }
  .gy-main .gy3 li {
    width: 48%;
    margin: 1%;
  }
  .gy-main .gy3 li:hover,
  .gy-main .gy4 li:hover {
    transform: translateY(0);
  }
  .list-main li {
    width: 48%;
  }
  .new-main .menu {
    margin: 30px auto;
    width: 400px;
  }
  .new-main .menu li {
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
  }
  .new-main .list li {
    width: 48%;
  }
  .lxwm-main .title {
    margin-bottom: 30px;
  }
  .lxwm-main .map {
    margin-top: 30px;
  }
  .product-main dl dd {
    width: 48%;
    margin: 1%;
  }
  .article-main .title {
    font-size: 26px;
    line-height: 1.4;
  }
  .fdh {
    display: block;
  }
  .copyright {
    margin-bottom: 40px;
  }
  #xgcp:after {
    height: 40px;
  }
  #xgcp h2 {
    background-size: contain;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 20px;
  }
  #xgcp li {
    width: 50%;
  }
  .news-lj {
    display: none;
  }
  .gy-main .gy4.gy {
    padding: 30px 0;
  }
  .gy-main .gy4 li {
    width: 48%;
    margin: 1%;
  }
}
@media (max-width: 640px) {
  .aboutbox .left .text {
    padding: 0;
  }
  .aboutbox .left .bottom {
    width: auto;
  }
  .casebox .bd .text {
    padding: 0;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .casebox .bd .more {
    display: none;
  }
  .messagebox .info {
    width: 80%;
  }
  .messagebox .text {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .head .logo {
    width: 196px;
    margin: 15px auto;
  }
  .box1 .w1410 li {
    border: 0;
    width: 100%;
    border-top: 1px solid #e9e9e9;
  }
  .box1 .w1410 li:first-child {
    border: 0;
  }
  .aboutbox .left .bottom {
    width: 240px;
    height: 44px;
    line-height: 44px;
    padding-left: 50px;
    margin: 30px auto;
    background-size: contain;
  }
  .aboutbox .left .bottom .sup {
    display: none;
  }
  .aboutbox .left .bottom strong {
    font-size: 28px;
  }
  .productbox .title {
    width: 290px;
  }
  .productbox .menu p {
    width: 48%;
    margin: 1%;
  }
  .productbox dd li {
    padding: 0;
    border: 1px solid #e9e9e9;
  }
  .productbox dd li .series {
    display: none;
  }
  .productbox dd li .name {
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 10px;
  }
  .casebox .title {
    width: 290px;
  }
  .casebox .parHd ul {
    width: auto;
  }
  .casebox .parHd li {
    width: 48%;
    height: 46px;
    line-height: 46px;
    margin: 0 1%;
  }
  .newbox dt {
    width: auto;
  }
  .newbox dt p {
    width: 48%;
    height: 46px;
    line-height: 46px;
    margin: 0 1%;
  }
  .newbox .title {
    width: 290px;
  }
  .newbox dd {
    border: 0;
  }
  .newbox dd li {
    float: none;
    border: 0;
    width: 96%;
    margin: 0 auto;
  }
  .newbox dd li .img {
    text-align: center;
  }
  .messagebox .info {
    width: 90%;
  }
  .messagebox .text {
    width: 90%;
  }
  .messagebox button {
    width: 150px;
    height: 40px;
  }
  .copyright p.right {
    float: left;
  }
  .gy-main .gy3 li {
    width: 98%;
  }
  .list-main li span {
    display: block;
    line-height: 35px;
  }
  .new-main .menu {
    width: auto;
  }
  .new-main .menu li {
    width: 48%;
    height: 46px;
    line-height: 46px;
    margin: 0 1%;
  }
  .new-main .list li {
    width: 98%;
  }
  .lxwm-main li {
    width: 98%;
  }
  .lxwm-main li:before {
    width: 0;
  }
  .lxwm-main li:first-child + li {
    border-top: 1px solid #e5e5e5;
  }
  .product-main dl dd span {
    display: block;
    line-height: 35px;
  }
  .newbox dd li .text {
    padding-top: 4%;
  }
  .newbox dd li span {
    margin-top: 4%;
  }
}
