@import url(css/animate.min.css);
@import url(css/swiper.min.css);
@import url(fonts/iconfont.css);
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1.42857143;
  font-size: 14px;
  min-width: 1200px;
  background: #fff;
  color: #333;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  line-height: 1.42857143;
  margin: 0;
  outline: none;
}
body, button, input, select, textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type=button], /* 1 */ [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, /* 1 */ menu {
  display: block;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
audio, video, canvas {
  display: inline-block;
}
template, [hidden] {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #d82634;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-centerm img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.img-center img {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}
.dropdown {
  position: relative;
}
.dropdown-box {
  position: fixed;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  min-width: 1200px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f3f3f3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .75s ease;
  -ms-transition: all .75s ease;
  -o-transition: all .75s ease;
  transition: all .75s ease;
}
.dropdown-box li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dropdown-box li {
  text-align: center;
}
.dropdown-box li a {
  display: block;
  line-height: 40px;
  color: #333;
}
.dropdown.open .dropdown-box {
  display: block;
  opacity: 1;
  top: auto;
  visibility: visible;
  padding: 56px;
  left: 0;
  right: 0;
  max-width: 100vw;
}
.Jz-nav .logo {
  float: left;
  padding: 20px 30px 20px;
  display: block;
}
.Jz-nav .logo img {
  height: 56px;
  max-height: 56px;
  border: 0;
  display: block;
}
.Jz-nav .tel {
  padding-right: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.Jz-nav .tel strong {
  font-size: 34px;
  font-family: Impact;
  line-height: 96px;
  color: #d82634;
}
.Jz-nav .tel i {
  float: left;
  font-size: 42px;
  line-height: 96px;
  margin-right: 10px;
  color: #d82634;
}
.Jz-nav {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 96px;
  min-width: 1200px;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.Jz-nav:hover {
  background: #fff;
}
.Jz-nav.slideUp {
  top: -96px;
}
.Jz-nav .container {
  width: 100%;
  margin: auto;
  position: relative;
}
.Jz-nav ul {
  /* padding-left: 20px; */
  /* float: right; */
  max-width: 1920px;
  margin: 0 auto;
}
.Jz-nav li {
  float: left;
  position: relative;
}
.Jz-nav li a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 0 30px;
  color: #333;
  line-height: 96px;
  position: relative;
}
.Jz-nav li a:hover, .Jz-nav li.active a, .Jz-nav li.open a {
  background-color: #d82634;
  color: #fff;
}
.Jz-nav .dropdown-box {
  padding-left: 0;
}
.Jz-nav .dropdown-box li {
  width: 25%;
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.Jz-nav .dropdown-box li.imgnav {
  float: left;
  display: inline;
  width: 172px;
  height: 176px;
  overflow: hidden;
  margin-right: 40px;
  text-align: center;
  margin-left: 0px;
}
.Jz-nav .dropdown-box li.imgnav a img {
  height: 138px;
  position: relative;
  overflow: hidden;
}
.Jz-nav .dropdown-box li.imgnav:last-child {
  margin-right: 0;
}
.Jz-nav .dropdown-box li.imgnav:first-child {
  /* margin-left: 260px; */
}
.Jz-nav .dropdown-box li.imgnav a {
  padding: 0;
  text-align: center;
}
.Jz-nav .dropdown-box li.imgnavmax {
  display: block;
  float: left;
  margin: 10px 0;
  width: 25%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.Jz-nav .dropdown-box li.imgnavmax:before, .Jz-nav .dropdown-box li.imgnav:before {
  content: '';
}
.Jz-nav .dropdown-box li.imgnavmax .img-center {
  position: relative;
  overflow: hidden;
  height: 230px;
}
.Jz-nav .dropdown-box li.imgnavmax a {
  padding: 0 40px 0 0;
}
.Jz-nav .dropdown-box li.xiaoli a {
  border-bottom: 1px solid #D9D9D9;
  box-shadow: none;
  padding: 10px 40px 10px 0;
}
.Jz-nav .dropdown-box li.xiaoli:before {
  right: 30px;
  left: auto;
  top: 16px;
}
.Jz-nav .dropdown-box li:after {
  display: none;
}
.Jz-nav .dropdown-box li:before {
  content: '\e627';
  position: absolute;
  left: 15px;
  top: 36px;
  color: #999;
  font-family: "iconfont";
  font-size: 18px;
  line-height: 1;
}
.Jz-nav .dropdown-box li a {
  color: #000;
  padding: 30px 10px 5px 40px;
  line-height: 2;
  text-align: left;
  font-weight: normal;
  background-color: transparent;
}
.Jz-nav .dropdown-box li a:hover, .Jz-nav .dropdown-box li:hover:before {
  color: #d82634;
}
.Jz-slideBox {
  height: 850px;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.Jz-slideBox .hd {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.Jz-slideBox .hd li {
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 0 5px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 15px;
}
.Jz-slideBox .hd li.on {
  background-color: #d82634;
  width: 40px;
}
.Jz-slideBox .bd, .Jz-slideBox .bd ul, .Jz-slideBox .bd li {
  width: 100% !important;
  height: 100% !important;
}
.Jz-slideBox .bd li {
  background: no-repeat center;
}
.Jz-slideBox .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}
.Jz-sou {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.Jz-sou .hot {
  float: left;
  padding: 8px 0;
}
.Jz-sou .hot a {
  margin-right: 10px;
}
.Jz-sou .hform {
  float: right;
}
.Jz-sou .hform input {
  float: left;
  font-size: 14px;
  border: 0;
  padding: 8px 10px;
  line-height: 20px;
  width: 210px;
}
.Jz-sou .hform button {
  border: 0;
  padding: 0;
  float: left;
  cursor: pointer;
  outline: none;
  width: 49px;
  height: 36px;
  text-align: left;
  background: transparent
}
.Jz-sou .hform button i {
  font-size: 18px;
  color: #d82634
}
.Jz-sou-inner {
  background-color: #F2F2F2;
}
.Jz-sou-inner .Jz-sou {
  border-bottom: 0;
}
.Jz-sou-inner .hot {
  padding: 6px 0;
}
.Jz-sou-inner .hform {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.Jz-sou-inner .hform input {
  width: 240px;
  background: none;
  padding: 6px 15px;
}
.Jz-sou-inner .hform button {
  width: 30px;
  height: 30px;
}
.nohdp {
  margin-top: 100px;
}
.shadow {
  -webkit-box-shadow: 0px 10px 10px -4px rgba(11, 19, 58, 0.05);
  box-shadow: 0px 10px 10px -4px rgba(11, 19, 58, 0.05);
}
.Jz-section {
  padding: 100px 0 65px 0;
}
.Jz-sectionm {
  padding: 55px 0 65px 0;
}
.Jz-sectionlin {
  padding: 25px 0 50px 0;
}
.Jz-section-title {
  margin-bottom: 40px;
  margin-top: -50px;
  font-size: 40px;
  text-align: center;
}
.Jz-section-title strong {
  color: #d82634;
}
.Jz-section-title p {
  font-size: 20px;
  margin: 5px 0 0;
}
.Jz-section-title p span {
  color: #ddd;
  padding: 0 10px;
}
.s1 {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  color: #6e6e6e;
}
.s2 li {
  float: left;
  width: 20%;
  margin-top: 40px;
}
.s2 li a {
  display: block;
}
.s2 li .img-center {
  overflow: hidden;
  width: 218px;
  margin: 0 auto;
}
.s2 li .img-center img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.s2 li a:hover .img-center img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bg1 {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.bg1:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #fff;
  border-right: 960px solid transparent;
  border-left: 960px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.bg1 .Jz-section-title {
  margin-top: -50px;
}
.s4 {
  margin: 20px 0 0 -20px;
}
.s4 li {
  float: left;
  width: 33.333333%;
}
.s4 li a {
  display: block;
  background-color: #fff;
  margin: 20px 0 0 20px;
}
.s4 li .img-center {
  position: relative;
  height: 290px;
  line-height: 290px;
  overflow: hidden;
}
.s4 li .img-center:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
}
.s4 li .text {
  border-top: 1px solid #eee;
  padding: 20px 60px 20px 20px;
  position: relative;
  background-color: #f5f5f5;
}
.s4 li .text:after {
  content: '\e627';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -27px;
  font-family: "iconfont";
  font-size: 26px;
  color: #999;
  line-height: 52px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.s4 li .text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s4 li .text p {
  font-size: 16px;
  color: #8B8B8B;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s4 li a:hover .img-center:after {
  left: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.s4 li a:hover .text:after {
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%);
  background-color: #d82634;
  color: #fff;
}
.bg2 {
  background: no-repeat center 0 #000;
  position: relative;
  overflow: hidden;
  color: #fff;
}
/* .bg2:before { */
/* content: ""; */
/* width: 0; */
/* height: 0; */
/* position: absolute; */
/* border-top: 50px solid #fff; */
/* border-right: 1920px solid transparent; */
/* border-left: 960px solid transparent; */
/* left: 50%; */
/* top: 0; */
/* margin-left: -960px; */
/* } */
/* .bg2:after { */
/* content: ""; */
/* width: 0; */
/* height: 0; */
/* position: absolute; */
/* border-bottom: 50px solid #fff; */
/* border-right: 1920px solid transparent; */
/* border-left: 1920px solid transparent; */
/* left: 50%; */
/* bottom: 0; */
/* margin-left: -960px; */
/* } */
.bg2 .Jz-section-title {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.sl-tit {
  float: right;
  font-size: 30px;
  padding-top: 14px;
}
.sl-tit span {
  color: #d82634;
}
.sl-desc {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
}
.sl-desc li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  width: 140px;
  text-align: center;
}
.sl-desc li .img-center {
  height: 48px;
  line-height: 48px;
}
.sl-desc li p {
  margin: 10px 0 0;
  line-height: 1;
  font-size: 24px;
}
.sl-tel {
  float: right;
  margin-top: 20px;
}
.sl-tel span {
  display: block;
  font-size: 16px;
  opacity: 0.6;
}
.sl-tel p {
  margin: 0;
  font-size: 36px;
}
.sl-tel p i {
  font-size: 34px;
  margin-right: 10px;
}
.gyds dl {
  margin: 0;
}
.gyds dt {
  float: left;
  width: 50%;
}
.gyds dt.full img {
  width: 960px;
  max-width: none;
}
.gyds dd {
  margin-left: 50%;
  padding-left: 40px;
  padding-top: 20px;
}
.gyds dd h4 {
  margin: 0 0 40px;
  overflow: hidden;
  font-weight: normal;
}
.gyds dd h4 i {
  float: left;
  background: url(../images/sl_ctit.png) no-repeat center;
  color: #fff;
  width: 61px;
  line-height: 70px;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-family: Impact;
}
.gyds dd h4 span {
  display: block;
  margin-left: 85px;
  font-size: 36px;
  padding: 1px 0;
}
.gyds dd h4 span small {
  display: block;
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.gyds dd p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 18px;
}
.gyds-slide {
  margin-top: 45px;
}
.gyds-slide .bd li {
  float: left;
  margin-right: 20px;
  width: 270px;
}
.gyds-slide .bd li .img-center {
  position: relative;
  overflow: hidden;
}
.gyds-slide .bd li .img-center:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
}
.gyds-slide .bd li:hover .img-center:after {
  left: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gyds-slide .hd {
  text-align: center;
  font-size: 0;
  position: relative;
  margin-top: 30px;
}
.gyds-slide .hd:before {
  content: '';
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #eee;
  position: absolute;
}
.gyds-slide .hd ul {
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.gyds-slide .hd li {
  display: inline-block;
  vertical-align: middle;
  background: #cecece;
  border-radius: 100%;
  height: 11px;
  width: 11px;
  margin: 0 5px;
  cursor: pointer;
}
.gyds-slide .hd li.on {
  background-color: #d82634;
}
.gyds dl:nth-of-type(even) dt {
  float: right;
}
.gyds dl:nth-of-type(even) dd {
  margin: 0 50% 0 0;
  padding-left: 0;
  padding-right: 40px;
}
.gyds dl:nth-of-type(odd) dt.full {
  margin-left: -360px;
}
.bg3 {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.bg3:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #fff;
  border-right: 960px solid transparent;
  border-left: 1920px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.bg3 .Jz-section-title {
  margin-top: -20px;
}
.hzal {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-bottom: 30px;
}
.hzal li {
  float: left;
  width: 14.2857142857%;
  text-align: center;
}
.hzal li .img-center {
  height: 41px;
  line-height: 41px;
}
.hzal li p {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hzal-slide {
  position: relative;
}
.hzal-slide .bd {
  width: 864px;
  margin: 0 auto;
}
.hzal-slide .bd .tempWrap {
  margin-left: -864px;
}
.hzal-slide .bd li {
  float: left;
  width: 864px;
  position: relative;
}
.hzal-slide .bd li .img-center {
  height: 486px;
  line-height: 486px;
  position: relative;
  overflow: hidden;
}
.hzal-slide .bd li .img-center:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
}
.hzal-slide .bd li a:hover .img-center:after {
  left: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hzal-slide .bd li .text {
  background-color: #D5D5D5;
}
.hzal-slide .bd li .text h4 {
  font-size: 18px;
  margin: 0;
  text-align: center;
  padding: 22px 0;
  font-weight: normal;
}
.hzal-slide .bd li .text h4 span {
  display: none;
  line-height: 25px;
  color: #d82634;
  font-size: 14px;
  float: right;
}
.hzal-slide .bd li .text h4 span i {
  font-size: 18px;
  line-height: 1.4;
  float: right;
  margin-left: 4px
}
.hzal-slide .bd li .text p {
  display: none;
  margin: 0;
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
}
.hzal-slide .bd li.on .text {
  background-color: #2A2A2A;
  padding: 0 32px 20px;
}
.hzal-slide .bd li.on .text h4 {
  text-align: left;
  color: #fff;
}
.hzal-slide .bd li.on .text h4 span {
  display: block;
}
.hzal-slide .bd li.on .text p {
  display: block;
}
.hzal-slide .hd:before, .hzal-slide .hd:after {
  content: '';
  position: absolute;
  top: 0;
  width: 10000em;
  height: 555px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.52);
}
.hzal-slide .hd:before {
  right: 50%;
  margin-right: 432px;
}
.hzal-slide .hd:after {
  left: 50%;
  margin-left: 432px;
}
.hzal-slide .hd a {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 42px;
  background: no-repeat center;
  z-index: 2;
  font-size: 60px;
  line-height: 30px;
  color: #fff;
  margin-top: -21px;
}
.hzal-slide .hd a.prev {
  margin-left: -494px;
  left: 50%;
}
.hzal-slide .hd a.next {
  margin-right: -494px;
  right: 50%;
}
.bg4 {
  position: relative;
  overflow: hidden;
}
.bg4:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #f1f1f1;
  border-right: 1920px solid transparent;
  border-left: 1920px solid transparent;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.bg4 .Jz-section-title {
  margin-top: -20px;
}
.news-box {
  margin: 0 0 20px;
  background: no-repeat center 0 #fff;
  -webkit-box-shadow: 0 0 10px 2px #e7e7e7;
  box-shadow: 0 0 10px 2px #e7e7e7;
  padding: 30px 40px
}
.news-tit {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.news-tit small {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.news-tit a {
  float: right;
  width: 33px;
  height: 33px;
  color: #cecece
}
.news-tit a i {
  float: right;
  font-size: 34px;
}
.news-1 {
  margin-left: -68px;
}
.news-1 li {
  float: left;
  width: 50%;
}
.news-1 li a {
  display: block;
  margin: 0 0 0 68px;
}
.news-left .news-1 li h4 {
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
  overflow: hidden;
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right .news-1 li h4 {
  margin: 0;
  line-height: 45px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-1 li p {
  color: #999;
  margin: 0;
  height: 80px;
  overflow: hidden;
}
.news-1 li span {
  display: block;
  text-align: right;
  color: #999;
  line-height: 1;
  position: relative;
  margin-top: 10px;
}
.news-1 li span:before {
  width: 70px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  background-color: #999;
  content: '';
  left: 0;
  top: 7px;
}
.txtMarquee-top {
  float: right;
  width: 293px;
  margin-top: -40px;
  padding-right: 33px;
}
.txtMarquee-top li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtMarquee-top li a {
  color: #999;
}
.txtMarquee-top li a:hover {
  color: #d82634;
}
.news-faq {
  margin-right: 346px;
  position: relative;
  padding-top: 106px;
}
.news-faq .cover {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.news-faq .btn {
  display: block;
  background-color: #d82634;
  color: #fff;
  width: 168px;
  line-height: 43px;
  text-indent: 20px;
  position: relative;
}
.news-faq .btn i {
  float: right;
  margin-right: 12px;
  font-size: 18px;
}
.news-faq .btn:before {
  width: 1px;
  height: 43px;
  position: absolute;
  bottom: 0px;
  background-color: #dc505a;
  content: '';
  right: 43px;
  top: 0;
}
.news-left {
  float: left;
  width: 400px;
}
.news-left .news-box {
  position: relative;
  background-image: url(../images/new_bg.jpg);
}
/* .news-left .news-box:before { */
/* width: 400px; */
/* height: 260px; */
/* position: absolute; */
/* bottom: 0px; */
/* background-color: #999; */
/* content: ''; */
/* left: 0; */
/* top: 0; */
/* } */
.news-left .news-tit {
  color: #fff;
}
.news-left .news-tit a {
  color: #fff
}
.news-left .news-1 {
  padding-top: 16px;
}
.news-left .news-1 li {
  width: 100%;
}
.news-left .news-1 li .img-center {
  height: 220px
}
.news-left .news-1 li h4 {
  margin-top: 10px;
}
.news-left .news-1 li p {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
  margin: 10px 0 27px 0;
}
.news-right {
  float: right;
  width: 780px;
}
.about-cover {
  height: 649px;
  background: url(../images/about_pic.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.about-cover:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 50px solid #fff;
  border-right: 1920px solid transparent;
  /* border-left: 1920px solid transparent; */
  left: 50%;
  top: 0;
  margin-left: -960px
}
.about-cover span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 50px solid #fff;
  border-right: 1920px solid transparent;
  /* border-left: 960px solid transparent; */
  margin-left: -960px;
}
/* .about-cover span:after { */
/* margin-left: -1920px; */
/* } */
.about-desc {
  margin: 0 0 35px;
}
.about-desc dt {
  font-size: 22px;
  font-weight: bold;
}
.about-desc dd {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 0;
}
.about-menu {
  line-height: 28px;
  margin-bottom: 30px;
}
.about-menu .item {
  float: left;
  font-size: 0;
  margin-right: 40px;
}
.about-menu .item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.about-menu .item i {
  float: left;
  font-size: 30px;
  margin-right: 10px;
  color: #d82634;
}
.about-menu .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
.about-menu .more {
  float: right;
  color: #D82633;
}
.about-menu .more i {
  float: right;
  font-size: 16px;
  margin-left: 4px;
}
.about-pic {
  margin-left: -20px;
}
.about-pic li {
  float: left;
  width: 25%;
}
.about-pic li a {
  display: block;
  margin-left: 20px;
}
.about-pic li .img-center {
  position: relative;
  overflow: hidden;
  height: 160px;
}
.about-pic li .img-center:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
  -webkit-transform: skewx(-25deg);
  transform: skewx(-25deg);
}
.about-pic li a:hover .img-center:after {
  left: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Jz-link {
  padding: 10px 0 30px;
}
.Jz-link h4 {
  border-bottom: 1px solid #ddd;
  margin: 0;
  line-height: 55px;
  font-size: 18px;
  color: #e70012;
}
.Jz-link h4 small {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.Jz-link ul {
  margin-left: -20px;
}
.Jz-link li {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.footer {
  background-color: #2a2a2a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #d82634;
}
.footer-middle {
  padding: 50px 0 20px 0;
  min-height: 280px;
}
.footer-title {
  color: #CA1624;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer-title small {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.2;
}
.footer-title:after {
  display: block;
  content: '';
  width: 25px;
  height: 1px;
  background-color: #CA1624;
}
.footer-nav {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  width: 270px;
}
.footer-nav ul {
  overflow: hidden;
}
.footer-nav li {
  float: left;
  width: 50%;
}
.footer-nav li a {
  display: block;
  padding-right: 10px;
  line-height: 48px;
}
.footer-contact {
  float: left;
  width: 480px;
  padding-left: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.04);
  padding-right: 60px;
}
.footer-contact li {
  font-size: 16px;
  padding: 13px 0;
}
.footer-contact li i {
  float: left;
  margin-right: 12px;
  font-size: 22px;
  color: #cecece;
  line-height: 1
}
.footer-ewm {
  float: right;
  width: 280px;
}
.footer-ewm ul {
  overflow: hidden;
  margin-left: -30px;
}
.footer-ewm li {
  float: left;
  width: 50%;
}
.footer-ewm li .wrap {
  margin-left: 30px;
}
.footer-ewm li p {
  margin: 15px 0 0;
  padding-left: 32px;
  font-size: 16px;
  position: relative;
}
.footer-ewm li p:before {
  content: '\e63f';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "iconfont";
  font-size: 22px;
  color: #cecece;
  line-height: 1;
}
.footer-bottom {
  background-color: #383838;
  padding: 20px 0;
  border-top: 1px solid #202533;
  color: #c1c1c1;
}
.footer-bottom a {
  color: #c1c1c1;
}
.footer-bottom span {
  padding-right: 10px;
}
.footer-bottom span.gaba {
  padding-left: 18px;
  background: url(../images/gongan.png) left center no-repeat;
}
.Jz-banner {
  height: 400px;
  margin-top: 96px;
  background: no-repeat center / cover;
}
.Jz-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.Jz-curmbs {
  padding: 15px 0;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.Jz-curmbs span {
  padding-left: 10px;
  border-left: 10px solid #333;
}
.Jz-curmbs em {
  font-style: normal;
  padding: 0 5px;
  color: #999;
}
.ct2-sd {
  float: left;
  width: 240px;
}
.ct2-mn {
  float: right;
  width: 930px;
}
.panel-sd-hd {
  background-color: #d82634;
  color: #fff;
}
.panel-sd-hd a {
  color: #fff;
}
.panel-sd-hd h4 {
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0;
  font-size: 24px;
  padding: 20px 0;
}
.panel-sd-bd {
  border: 1px solid #ececeb;
  padding: 5px 10px;
  border-top: 0;
}
.Jz-column h3 {
  margin: 0 0 2px;
  font-weight: normal;
  background-color: #ddd;
  padding: 0 40px;
  position: relative;
}
.Jz-column h3:before {
  content: '\e625';
  position: absolute;
  right: 26px;
  top: 18px;
  font-family: "iconfont";
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.Jz-column h3 a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.Jz-column h3.on, .Jz-column h3:hover {
  background-color: #d82634;
}
.Jz-column h3.on a, .Jz-column h3:hover a {
  color: #fff;
}
.Jz-column h3.on:before, .Jz-column h3:hover:before {
  content: '\e63a';
}
.Jz-column li {
  line-height: 50px;
  border-bottom: 1px solid #fff;
}
.Jz-column li a {
  display: block;
  padding: 0 40px;
  background-color: #ECECEC;
}
.Jz-column .sub > a {
  position: relative;
}
.Jz-column .sub > a:after {
  content: '\e627';
  position: absolute;
  right: 26px;
  top: 18px;
  font-family: "iconfont";
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.Jz-column .sub.open > a:after, .Jz-column .sub.active > a:after, .Jz-column .sub.active > a {
  color: #d82634;
}
.Jz-column .sub-box {
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  display: none;
}
.Jz-column .sub.open .sub-box {
  display: block;
}
.Jz-column .sub-box p {
  margin: 0;
  border-bottom: 1px solid #ECECEC;
}
.Jz-column .sub-box a {
  background-color: transparent;
  padding-left: 60px;
}
.Jz-contact-z2 {
  background-color: #d82634;
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.Jz-contact-z2 p {
  margin: 0;
}
.Jz-contact-z2 p i {
  margin-right: 8px;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
.Jz-contact-z2 span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1;
}
.Jz-pages {
  text-align: center;
  margin: 30px 0;
}
.Jz-pages a {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 3px;
}
.Jz-pages a.active {
  background-color: #d82634;
  border-color: #d82634;
  color: #fff;
}
.Jz-title-1 {
  border-bottom: 1px solid #ececeb;
  height: 44px;
  margin-bottom: 15px;
  font-size: 24px;
}
.Jz-title-1 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.Jz-title-2 {
  margin-bottom: 20px;
  padding: 15px 0;
  background-color: #f2f2f2;
  margin-top: 40px;
}
.Jz-title-2 span {
  display: block;
  line-height: 1;
  font-size: 24px;
  border-left: 3px solid #d82634;
  padding-left: 10px;
}
.Jz-title-2 span small {
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
}
.list-2 {
  margin: 0 0 0 -20px;
}
.list-2 li {
  float: left;
  width: 33.333333%;
}
.list-2 li a {
  display: block;
  margin: 0 0 20px 20px;
  border: 1px solid #ddd;
}
.list-2 li .m {
  height: 225px;
  line-height: 225px;
}
.list-2 li .text {
  padding: 5px 20px;
}
.list-2 li h4 {
  margin: 0;
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}
.list-2 li a:hover {
  border-color: #d82634;
}
.list-3 {
  margin: 0 0 0 -20px;
}
.list-3 li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.list-3 li a {
  display: block;
  overflow: hidden;
  margin: 0 0 0 20px;
}
.list-3 li .img-center {
  float: left;
  width: 240px;
  height: 180px;
}
.list-3 li .text {
  margin-left: 260px;
}
.list-3 li .text h4 {
  font-size: 20px;
  margin: 0;
}
.list-3 li .text .date {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
.list-3 li .text p {
  margin: 10px 0 0;
  color: #777;
  line-height: 1.8;
  text-align: justify;
}
.list-3 li .text span {
  float: right;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 0 20px;
  margin-top: 10px;
}
.list-3 li a:hover .text span {
  background-color: #dd0000;
  color: #fff;
  border-color: #dd0000;
}
.list-5 {
  margin: -20px 0 0 -20px;
}
.list-5 li {
  float: left;
  width: 50%;
}
.list-5 li a {
  display: block;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 20px 0 0 20px;
}
.list-5 li .img-center {
  height: 315px;
  line-height: 315px;
}
.list-5 li .text {
  padding: 20px;
}
.list-5 li .text h4 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.list-5 li .text h4 span {
  float: right;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.list-5 li .text p {
  color: #797979;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.list-5 li .text .more {
  padding: 6px 12px;
  color: #fff;
  background-color: #B6B6B6;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.list-5 li a:hover {
  border-color: #d82634;
}
.list-5 li a:hover .text .more {
  background-color: #d82634;
}
.Jz-infocontent {
  margin-bottom: 30px;
}
.Jz-infocontent-title {
  margin-bottom: 20px;
  text-align: center;
}
.Jz-infocontent-title h1 {
  margin: 0;
  font-size: 24px;
}
.Jz-infocontent-title p {
  margin: 10px 0 0;
  font-size: 12px;
  color: #999;
}
.Jz-infocontent-title p span {
  padding: 0 5px;
}
.Jz-infocontent-desc {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 20px;
}
.Jz-infocontent-desc p {
  display: inline;
}
.Jz-infocontent-body {
  line-height: 2;
  margin-bottom: 20px;
}
.Jz-infocontent-body img {
  max-width: 100% !important;
  height: auto !important;
}
.Jz-infocontent-epx {
  margin-bottom: 20px;
}
.Jz-infocontent-epx li {
  line-height: 32px;
  margin-bottom: 5px;
}
.Jz-infocontent-epx li span {
  display: inline-block;
  background-color: #A2A2A2;
  color: #fff;
  padding: 0 15px;
  margin-right: 10px;
}
.Jz-infocontent-epx li em {
  float: right;
  font-style: normal;
}
.Jz-infocontent-return {
  border-top: 1px solid #333;
  line-height: 32px;
  height: 32px;
}
.Jz-infocontent-return a {
  margin-right: 10px;
}
.Jz-infocontent-return .more {
  margin: 0;
  float: right;
  background-color: #333;
  color: #fff;
  padding: 0 10px;
}
.Jz-infocontent-rem {
  margin-bottom: 20px;
}
.Jz-infocontent-rem h4 {
  margin: 0;
  font-size: 24px;
  line-height: 55px;
}
.Jz-infocontent-rem li {
  border-top: 1px dashed #dbdbdb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
}
.Jz-infocontent-rem li span {
  float: right;
}
.Jz-showcase {
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #ddd;
}
.Jz-showcase-info {
  float: right;
  width: 460px;
}
.Jz-showcase-info h1 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Jz-showcase-info p {
  margin: 0;
  color: #666;
  height: 168px;
}
.Jz-showcase-info .tel {
  border-top: 2px solid #e6e6e6;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 55px;
  line-height: 21px;
  font-size: 18px;
  position: relative;
}
.Jz-showcase-info .tel:before {
  content: '\e631';
  position: absolute;
  left: 0;
  top: 18px;
  font-family: "iconfont";
  font-size: 44px;
  color: #333;
  line-height: 1;
}
.Jz-showcase-info .tel strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #dd0000;
}
.Jz-showcase-info .tel a {
  float: right;
  line-height: 42px;
  padding: 0 15px;
  background-color: #dc2821;
  color: #fff;
}
.pc-slide {
  width: 400px;
  float: left;
}
.view {
  border: 1px solid #ddd;
}
.view .swiper-slide .imgauto {
  width: 100%;
  height: 350px;
  line-height: 350px;
}
.view .swiper-container {
  width: 100%;
}
.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.preview .swiper-container {
  width: 80%;
  margin: 0 10%;
}
.preview .swiper-slide {
  width: 30.33%;
  padding: 5px;
}
.preview .swiper-slide .imgauto {
  width: 100%;
  height: 80px;
  line-height: 78px;
  border: 1px solid #ddd;
  text-align: center;
}
.preview .swiper-slide .imgauto img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.preview .slide6 {
  width: 82px;
}
.preview .arrow-left {
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
  z-index: 10;
}
.preview .arrow-right {
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  z-index: 10;
}
.preview .active-nav .imgauto {
  border: 1px solid #dc2821;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
div.zoomMask {
  position: absolute;
  background: url(../images/mask.png) repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.cptd {
  margin-left: -20px;
}
.cptd li {
  float: left;
  width: 20%;
}
.cptd li a {
  display: block;
  margin-left: 20px;
  border: 1px solid #ccc;
  padding: 25px 10px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.cptd li img {
  display: block;
  margin: 0 auto;
  height: 45px;
  width: auto;
}
.cptd li h4 {
  margin: 15px 0 10px;
  color: #d82634;
  font-weight: normal;
  font-size: 18px;
}
.cptd li h4:after {
  display: block;
  content: '';
  height: 1px;
  width: 20px;
  margin: 5px auto 0;
  background-color: #d82634;
}
.cptd li p {
  margin: 0;
  line-height: 1.8;
  color: #666;
  height: 75px;
  overflow: hidden;
}
.cptd li a:hover {
  border-color: #d82634;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.gsys {
  margin: 0 0 0 -30px;
}
.gsys dl {
  float: left;
  width: 450px;
  margin: 0 0 15px 30px;
}
.gsys dt {
  position: relative;
}
.gsys dt span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d82634;
  color: #fff;
  font-size: 20px;
  padding: 6px 15px;
}
.gsys dd {
  margin: 0;
}
.gsys dd p {
  margin: 15px 0;
  line-height: 26px;
}
.gsys dd p:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border: 2px solid #d82634;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
  border-radius: 50%;
}
.lxwm {
  background: url(../images/e7b21494464e4269981db9e767e7f646_10.jpg) no-repeat center / cover;
  color: #fff;
}
.lxwm li {
  float: left;
  width: 25%;
  height: 180px;
}
.lxwm li .wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.lxwm li .inner {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #444;
  padding: 30px;
  line-height: 1.8;
}
.zzrz li {
  float: left;
  width: 50%;
  text-align: center;
}
.zzrz li .img-center img {
  -webkit-box-shadow: 28px 25px 20px #e9e9e9;
  box-shadow: 28px 25px 20px #e9e9e9;
}
.zzrz li p {
  margin: 30px 0 0;
}
.prd-btn {
  display: block;
  width: 120px;
  line-height: 34px;
  font-size: 16px;
  background-color: #d82634;
  color: #fff !important;
  text-align: center;
  margin: 20px auto 0;
}
.Jz-menu-inner {
  text-align: center;
  margin-bottom: 20px;
}
.Jz-menu-inner a {
  float: left;
  width: 16.666666666%;
}
.Jz-menu-inner span {
  display: block;
  margin-left: 1px;
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 55px;
}
.Jz-menu-inner a:hover span, .Jz-menu-inner a.active span {
  background: #d82634;
  color: #fff;
}
.gsjj dt {
  float: left;
  width: 886px;
}
.gsjj dd {
  margin-left: 886px;
  border: 2px solid #d82634;
  border-left: 0;
  margin-top: 45px;
  padding: 45px 0 45px 45px;
}
.gsjj dd small {
  display: block;
  font: 20px "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.gsjj dd strong {
  display: block;
  font: bold 50px "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.gsjj dd h4 {
  margin: 5px 0 0;
  color: #d82634;
  font-size: 36px;
}
.gsjj dd h5 {
  margin: 0;
  font-size: 26px;
  font-weight: normal;
}
.gsjj-text {
  margin: 30px 0 0;
}
.gsjj-text dt {
  font-size: 24px;
}
.gsjj-text dt strong {
  display: block;
  font-size: 36px;
}
.gsjj-text dt strong span {
  font-weight: normal;
  color: #d82634;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.gsjj-text dd {
  margin: 20px 0 0;
  color: #666;
  line-height: 1.8;
}
.sb {
  background-color: #f8f8f8;
  padding: 45px 0;
}
.sb dl {
  margin: 0;
}
.sb dt {
  float: left;
  width: 600px;
}
.sb dd {
  margin-left: 650px;
}
.sb dd p {
  margin: 60px 0 0;
  line-height: 1.8;
  text-align: justify;
}
.sb dd p:before {
  content: '';
  display: block;
  width: 55px;
  height: 4px;
  background-color: #d82634;
  margin-bottom: 15px;
}
.fwhf {
  height: 698px;
  position: relative;
}
.fwhf .text {
  width: 269px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #ccc6c6;
  padding: 55px 68px 0;
  text-align: justify;
  height: 295px;
}
.fwhf .text p {
  margin: 0;
  line-height: 2;
}
.contact-1 {
  margin: 0 0 40px;
  background-color: #f5f5f5;
}
.contact-1 dt {
  float: left;
  width: 440px;
}
.contact-1 dd {
  margin-left: 440px;
  padding: 70px 50px 50px;
}
.contact-1 dd h4 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  color: #d82634;
}
.contact-1 dd p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin: 20px 0 0;
}
.contact-2 {
  margin-left: -20px;
  margin-bottom: 40px;
}
.contact-2 li {
  float: left;
  width: 25%;
}
.contact-2 li .wrap {
  border: 1px solid #ddd;
  margin-left: 20px;
  text-align: center;
  padding: 20px;
}
.contact-2 li img {
  display: block;
  height: 50px;
  width: auto;
  margin: 0 auto;
}
.contact-2 li p {
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
}
.Jz-message {
  background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
  border: 1px solid #ddd;
  padding: 50px 200px;
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 15px;
}
.form-label {
  float: left;
  line-height: 34px;
  width: 120px;
  text-align: right;
}
.form-label span {
  color: #d82634;
}
.form-content {
  margin-left: 130px;
}
.form-control {
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  padding: 6px 12px;
  width: 600px;
  display: inline-block;
  vertical-align: top;
  font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
select.form-control {
  height: 34px;
}
.form-submit {
  padding: 6px 22px;
  color: #fff;
  background-color: #d82634;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
}
.form-button {
  padding: 6px 22px;
  color: #fff;
  background-color: #767676;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
}
.list-4 {
  margin: 0 0 0 -20px;
}
.list-4 li {
  float: left;
  width: 25%;
}
.list-4 li a {
  display: block;
  margin: 0 0 20px 20px;
  border: 1px solid #ececeb;
}
.list-4 li a:hover {
  border-color: #d82634;
}
.list-4 li .m {
  height: 178px;
}
.list-4 li .text {
  padding: 5px 20px;
}
.list-4 li .text h4 {
  margin: 0;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}
#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: .3s;
}
.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 1001;
}
#message .m-content {
  margin-top: 10%;
}
#message .m-content .m-message {
  background: #fff;
  width: 580px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.m-message {
  width: 494px;
  margin: 48px auto 0;
}
.m-message label {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
.m-message label em {
  display: block;
  float: right;
  color: red;
  height: 32px;
  line-height: 32px;
}
.m-message label span {
  width: 70px;
  height: 34px;
  line-height: 34px;
  color: #2F2F2F;
  float: left;
  font-weight: bold;
  text-align: right; /*margin-right: 30px;*/
  display: inline-block;
}
.time {
  float: right;
  font-weight: initial;
  margin: 0;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 5px;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
  width: 77%;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  border: #cccccc 1px solid;
  border-radius: 3px;
  padding: 0 14px;
  box-sizing: border-box;
  color: #555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
  height: 72px;
  line-height: 24px;
  padding: 10px 14px;
}
.m-message label.code {
  line-height: 34px;
}
.m-message label.code input {
  width: 30%;
  float: left;
  margin-right: 30px;
}
.m-message label.code .pic {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 32px;
}
.m-message label.code img {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-1 input {
  width: 52px;
  height: 32px;
  line-height: 32px;
  background: #e8e8e8;
  border: none;
  color: #333;
  margin-right: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-1 {
  padding-left: 72px;
}
.btn-1 input.focus {
  background: #e70012;
  color: #fff;
}
.btn-1 input.focus:hover {
  background: #444;
}
.btn-1 input:hover {
  background: #ccc;
}
/* 评论 */
.commen_pl * {
  margin: 0;
  padding: 0
}
.commen_pl * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
}
li.msgurl {
  text-align: right;
  padding: 2px 10px;
}
li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}
ul.msg h3 small {
  font-size: 12px;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
ul.msg.msghead {
  min-height: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #448EF6;
}
ul.msg.msghead em {
  color: #f90;
  font-family: Arial;
  margin-right: 2px;
  font-style: normal;
}
ul.pagebar, ul.msghead {
  border: none;
}
ul.msghead li.tbname {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/* 评论end */
#leftsead {
  width: 131px;
  height: 143px;
  position: fixed;
  top: 258px;
  right: 0px;
  z-index: 9999;
}
*html #leftsead {
  margin-top: 258px;
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop));
}
#leftsead li {
  width: 131px;
  height: 60px;
}
#leftsead li img {
  float: right;
}
#leftsead li a {
  height: 49px;
  float: right;
  display: block;
  min-width: 47px;
  max-width: 131px;
}
#leftsead li a .shows {
  display: block;
}
#leftsead li a .hides {
  margin-right: -143px;
  cursor: pointer;
  cursor: hand;
}
#leftsead li a.youhui .hides {
  display: none;
  position: absolute;
  right: 190px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  #leftsead {
    display: none
  }
}