@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
body {
  font-family: Microsoft YaHei,Arial;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333;
}
a:active {
  text-decoration: none;
}
ul,
dl,
p,
address {
  margin-bottom: 0;
}
ul li {
  list-style-type: none;
}
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
@media (min-width: 768px) {
  html {
    font-size: 43.75%;
  }
  .cell-sm {
    display: table-cell !important;
  }
  .inline-sm {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 50%;
  }
  .cell-md {
    display: table-cell !important;
  }
  .inline-md {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
  .cell-lg {
    display: table-cell !important;
  }
  .inline-lg {
    display: inline !important;
  }
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fn {
  float: none;
}
.noLi {
  list-style-type: none;
}
.f0 {
  font-size: 0px;
}
.f12 {
  font-size: 1.2rem;
}
.f14 {
  font-size: 1.4rem;
}
.f16 {
  font-size: 1.6rem;
}
.f18 {
  font-size: 1.8rem;
}
.f20 {
  font-size: 2rem;
}
.f22 {
  font-size: 2.2rem;
}
.f24 {
  font-size: 2.4rem;
}
.clear-fix {
  clear: both;
}
nav.navbar {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0;
}
nav.navbar .navbar-collapse {
  padding: 0;
}
nav.navbar .navbar-collapse > ul {
  width: 100%;
  display: table;
}
nav.navbar .navbar-collapse > ul > li {
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #eaeaea;
  float: none;
}
nav.navbar .navbar-collapse > ul > li > .btn-group > button {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  font-size: 1.4rem;
}
nav.navbar .navbar-collapse > ul > li > .btn-group > button > img {
  width: auto !important;
  margin-right: 7px;
}
nav.navbar .navbar-collapse > ul > li > .btn-group > button > .caret {
  border-width: 6px;
  margin-left: 9px;
}
nav.navbar .navbar-collapse > ul > li > a {
  font-size: 1.4rem;
}
nav.navbar .navbar-collapse > ul > li > a:hover {
  background-color: transparent;
  color: #e53943;
}
nav.navbar .navbar-collapse > ul > li > a:focus {
  background-color: transparent;
  color: #e53943;
}
nav.navbar .navbar-collapse > ul > li > ul {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  border-top: 4px solid #e53943;
  width: 100%;
  z-index: 2;
}
nav.navbar .navbar-collapse > ul > li > ul > li {
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
nav.navbar .navbar-collapse > ul > li > ul > li > a {
  display: block;
  line-height: 60px;
}
nav.navbar .navbar-collapse > ul > li > ul:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 4px solid #e53943;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-top: -8px;
  margin-left: -2px;
}
nav.navbar .navbar-collapse > ul > li:first-child {
  width: 25%;
  text-align: left;
  border: 0;
}
nav.navbar .navbar-collapse > ul > li:first-child > a {
  padding: 12px 8% 10px 0;
}
.path {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/home.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/home.png*/ no-repeat left center;
  padding-left: 30px;
  margin-left: 30px;
}
.path > span {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
  font-size: 1.6rem;
}
.path > span:first-child {
  margin-left: 2px;
  margin-right: 4px;
}
.path > span:first-child > a {
  display: block;
}
.path > span:first-child > a > img {
  width: auto !important;
}
.path > span:hover a {
  color: #e53943;
}
@media (max-width: 767px) {
  .path > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.path_box {
  position: relative;
}
.path_box .box {
  overflow: hidden;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}
.path_box ul {
  float: right;
}
.path_box ul li {
  float: left;
  padding: 27px 0;
  margin-right: 40px;
  border-bottom: 1px solid #fff;
}
.path_box ul li a {
  font-size: 1.6rem;
  color: #666;
}
.path_box ul li.active {
  border-bottom: 1px solid #e53943;
}
.path_box ul li.active a {
  color: #e53943;
}
.path_box ul li:hover {
  border-bottom: 1px solid #e53943;
}
.path_box ul li:hover a {
  color: #e53943;
}
.path_box.about ul{
  float: left;
}
.path_box.about ul li{
  margin-right: 0;
  margin-left: 40px;
  padding: 3% 0;
}
.pn {
  border: 1px solid #999;
  height: 80px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.pn > div {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 0;
}
.pn > div.p {
  padding-left: 30px;
  border-right: 1px solid #999;
}
.pn > div.p > a {
  display: block;
  padding-left: 38px;
  background: url("../images/show_59.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/show_59.png*/ no-repeat left center;
}
.pn > div.p > a > span {
  display: block;
}
.pn > div.p > a > span:first-child {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.pn > div.p > a > span:last-child {
  font-size: 14px;
  color: #e53943;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pn > div.n {
  padding-right: 30px;
}
.pn > div.n > a {
  display: block;
  padding-right: 38px;
  background: url("../images/show_62.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/show_62.png*/ no-repeat right center;
}
.pn > div.n > a > span {
  display: block;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pn > div.n > a > span:first-child {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
.pn > div.n > a > span:last-child {
  font-size: 14px;
  color: #e53943;
}
.pn > div:hover {
  background-color: #f5f6f8;
}
.s_bd_l {
  border-style: solid;
  border-color: #e53943;
}
.page {
  text-align: center;
  font-size: 0;
}
.page > span {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #e53943;
  border-radius: 50%;
  border: 0;
  margin-right: 1%;
}
.page > a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.4rem;
  border: 1px solid #eaeaea;
  margin-right: 1%;
}
.page > a:first-child {
  border-radius: 4px;
  width: auto;
  padding: 0 1%;
}
.page > a:last-child {
  border-radius: 4px;
  width: auto;
  padding: 0 1%;
}
.page > a a.active {
  background-color: #0d87bb;
}
.my-map#container {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  position: static;
}
.my-map#container img {
  width: auto !important;
}
.my-map#container .icon {
  background: url("../../../../lbs.amap.com/console/public/show/marker-1.png")/*tpa=http://lbs.amap.com/console/public/show/marker.png*/ no-repeat;
}
.my-map#container .icon-cir {
  height: 31px;
  width: 28px;
}
.my-map#container .icon-cir-red {
  background-position: -11px -5px;
}
.amap-container {
  height: 100%;
}
.contents .h {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5%;
}
.contents .h span {
  position: relative;
  padding: 0 45px;
  background: url("../images/about_05.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/about_05.jpg*/ no-repeat left center, url("../images/about_07.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/about_07.jpg*/ no-repeat right center;
  background-color: #fff;
  z-index: 1;
}
.contents .h b {
  color: #e53943;
  font-weight: normal;
}
.contents .h:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  z-index: 0;
  margin-top: -0.5px;
}
.contents.index {
  margin-top: 3.5%;
}
.contents.index .title {
  padding-bottom: 3%;
}
.contents.index .title > h1 {
  font-size: 2.4rem;
  font-family: 'FZL TZHK GBK1 0';
  display: table-cell;
  white-space: nowrap;
}
.contents.index .title > .l {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}
.contents.index .title > .l > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.contents.index .title > .r {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.contents.index .title > .r > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}
.contents.index .p1 {
  padding-bottom: 3%;
}
.contents.index .p1 > .title {
  padding-bottom: 2%;
}
.contents.index .p1 > .container > ul {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5%;
  font-size: 0px;
}
.contents.index .p1 > .container > ul > li {
  font-size: 1.6rem;
  cursor: pointer;
  display: inline-block;
  text-align: inherit;
  vertical-align: middle;
  padding: 1.5% 5%;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin: 0 1%;
}
.contents.index .p1 > .container > ul > li.active {
  background-color: #e53943;
  color: #fff;
  border: 0;
}
.contents.index .p1 > .container > div > ul {
  padding: 15px 0;
  margin-bottom: 0;
  overflow: hidden;
}
.contents.index .p1 > .container > div > ul > li > .b {
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 6px;
  padding-top: 3px;
}
.contents.index .p1 > .container > div > ul > li > .b > a {
  display: block;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_1 {
  padding: 8% 0;
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_1 > a {
  display: block;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_1 > a > h1 {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 3.33%;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_1 > a > p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_2 {
  display: none;
  padding: 8% 0;
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_2 > a {
  display: inline-block;
  padding: 4.99% 11.5%;
  background-color: #e53943;
  color: #fff;
  font-size: 0px;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_2 > a > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.4rem;
}
.contents.index .p1 > .container > div > ul > li > .b > .t_2 > a > span > img {
  width: auto !important;
}
.contents.index .p1 > .container > div > ul > li:hover > .b {
  -webkit-box-shadow: 0 0 10px #eaeaea;
          box-shadow: 0 0 10px #eaeaea;
}
.contents.index .p1 > .container > div > ul > li:hover > .b > .t_1 {
  display: none;
}
.contents.index .p1 > .container > div > ul > li:hover > .b > .t_2 {
  display: block;
}
.contents.index .p2 {
  padding-bottom: 3%;
}
.contents.index .p2 .container {
  width: 1140px;
  display: table;
}
.contents.index .p2 .container > div {
  display: table-cell;
  position: relative;
  vertical-align: top;
  float: none;
}
.contents.index .p2 .container > div:first-child {
  padding-left: 0;
  padding-right: 1.5px;
}
.contents.index .p2 .container > div:last-child {
  padding-left: 1.5px;
  background-color: #7a94a6;
}
.contents.index .p2 .container > div:last-child > h1 {
  font-size: 2.4rem;
  color: #fff;
  margin: 6.5%;
  margin-bottom: 0;
  padding-bottom: 4%;
  border-bottom: 1px dashed #fff;
}
.contents.index .p2 .container > div:last-child > p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 150%;
  margin: 3% 6.5% 0 6.5%;
  text-indent: 2rem;
}
.contents.index .p2 .container > div:last-child > a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #e53943;
  padding: 4% 0;
}
.contents.index .p2 .container > div:last-child > a > span > img {
  width: auto !important;
}
.contents.index .p2 .container > ul {
  overflow: hidden;
}
.contents.index .p2 .container > ul > li {
  text-align: center;
  background-color: #eaeaea;
  padding: 2% 0;
  border-right: 1px solid #fff;
}
.contents.index .p2 .container > ul > li > a {
  display: block;
  font-size: 2rem;
}
.contents.index .p3 {
  padding-bottom: 3%;
}
.contents.index .p3 > .container > .n1 {
  padding-bottom: 31px;
  border-bottom: 1px dashed #eaeaea;
}
.contents.index .p3 > .container > .n1 > a {
  display: block;
}
.contents.index .p3 > .container > .n1 > a > h1 {
  margin-top: 7%;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.contents.index .p3 > .container > .n1 > a > p {
  margin-top: 3%;
  line-height: 150%;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0;
}
.contents.index .p3 > .container > .n1 > a:hover h1 {
  color: #e53943;
}
.contents.index .p3 > .container > .n2 > ul {
  margin-bottom: 0;
}
.contents.index .p3 > .container > .n2 > ul > li {
  padding: 4.1% 0;
  border-bottom: 1px dashed #eaeaea;
}
.contents.index .p3 > .container > .n2 > ul > li:first-child {
  padding-top: 0;
}
.contents.index .p3 > .container > .n2 > ul > li > a {
  display: block;
  font-size: 0px;
}
.contents.index .p3 > .container > .n2 > ul > li > a > p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .date {
  width: 20%;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .date > span {
  display: block;
  text-align: center;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .date > span:first-child {
  font-size: 3rem;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .date > span:last-child {
  font-size: 1.4rem;
  color: #999;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .cnt {
  width: 80%;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .cnt > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .cnt > span:first-child {
  font-size: 1.6rem;
  margin-bottom: 3%;
}
.contents.index .p3 > .container > .n2 > ul > li > a > .cnt > span:last-child {
  font-size: 1.4rem;
  color: #999;
}
.contents.index .p3 > .container > .n2 > ul > li > a:hover > .cnt > span {
  color: #e53943;
}
.contents.index .p3 > .container > .n3 {
  font-size: 0px;
  overflow: hidden;
}
.contents.index .p3 > .container > .n3 > div {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.contents.index .p3 > .container > .n3 > div > a {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 2rem;
  color: #fff;
}
.contents.index .p3 > .container > .n3 > div:nth-child(2) > a {
  width: 75%;
  padding: 5% 0;
  background-color: #000;
  opacity: 0.6;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents.index .p3 > .container > .n3 > div:nth-child(3) > a {
  width: 75%;
  padding: 5% 0;
  background-color: #000;
  opacity: 0.6;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents.about .c1 {
  padding-top: 2%;
  padding-bottom: 4%;
}
.contents.about .c1 .b {
  font-size: 0px;
}
.contents.about .c1 .b .pic {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
}
.contents.about .c1 .b .txt {
  display: inline-block;
  vertical-align: middle;
  width: 53%;
  padding-left: 3%;
}
.contents.about .c1 .b .txt p {
  font-size: 1.4rem;
  line-height: 185%;
  margin-bottom: 5%;
  color: #666;
}
.contents.about .c1 .b .txt p:last-child {
  margin-bottom: 0;
}
.contents.about .c2 {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #f9f9f9;
}
.contents.about .c2 .h {
  margin-bottom: 3.4%;
}
.contents.about .c2 .h span {
  background-color: #f9f9f9;
}
.contents.about .c3 {
  padding: 3.6% 0;
}
.contents.about .c3 ul {
  margin-left: -15px;
  margin-right: -15px;
}
.contents.about .c3 ul li {
  text-align: center;
}
.contents.about .c3 ul li h1 {
  font-size: 1.8rem;
  color: #0b0b0b;
  margin-top: 6%;
}
.contents.about .c3 ul li p {
  font-size: 1.6rem;
  color: #666;
  margin-top: 5%;
}
.contents.about .c4,
.contents.about .c6 {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  background-color: #f9f9f9;
  padding: 2.6% 0 3.6%;
}
.contents.about .c4 .h,
.contents.about .c6 .h {
  margin-bottom: 10px;
}
.contents.about .c4 .h span,
.contents.about .c6 .h span {
  background-color: #f9f9f9;
}
.contents.about .c4 .b p,
.contents.about .c6 .b p {
  margin-bottom: 3.4%;
}
.contents.about .c4 .b img,
.contents.about .c6 .b img {
  width: auto;
  max-width: 100%;
}
.contents.about .c5 {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  padding: 2.6% 0 3.6%;
}
.contents.about .c5 .h {
  margin-bottom: 10px;
}
.contents.about .c5 .b p {
  margin-bottom: 3.4%;
}
.contents.about .c5 .b img {
  width: auto;
  max-width: 100%;
}
.contents.about .c7 {
  padding-top: 3%;
}
.contents.about .c7 .slide_4 {
  margin-left: -15px;
  margin-right: -15px;
}
.contents.about .c7 .slide_4 .swiper-slide img {
  border: 1px solid #eaeaea;
}
.contents.about .c8 {
  padding-top: 3%;
  padding-bottom: 3%;
}
.contents.about .c8 ul {
  margin-left: -15px;
  margin-right: -15px;
}
.contents.about .c8 ul li {
  margin-bottom: 2.5%;
}
.contents.about .c8 ul li .box a {
  display: block;
  overflow: hidden;
}
.contents.about .c8 ul li .box a img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.contents.about .c8 ul li .box p {
  font-size: 1.4rem;
  background-color: #eaeaea;
  padding: 5% 0;
  text-align: center;
  margin-top: 10px;
}
.contents.about .c8 ul li:hover .box a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.contents.about .c8 ul li:hover .box p {
  background-color: #e53943;
  color: #fff;
}
.contents.news_list .c1 > ul {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 5%;
}
.contents.news_list .c1 > ul > li:last-child {
  margin-right: 0;
}
.contents.news_list .c1 > ul > li > .box {
  position: relative;
  padding: 11% 8%;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.contents.news_list .c1 > ul > li > .box > .title {
  border-bottom: 1px dashed #999;
  padding-top: 25px;
  background: url("../images/so.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/so.png*/ no-repeat left top;
}
.contents.news_list .c1 > ul > li > .box > .title > .date {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 10px;
}
.contents.news_list .c1 > ul > li > .box > .title > h1 {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 10%;
}
.contents.news_list .c1 > ul > li > .box > .cnt > p {
  font-size: 1.4rem;
  line-height: 170%;
  color: #666;
  margin-top: 8%;
  margin-bottom: 10%;
}
.contents.news_list .c1 > ul > li > .box > .cnt > a {
  display: block;
  width: 140px;
  max-width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
  border: 1px solid #d3d3d3;
}
.contents.news_list .c1 > ul > li:hover > .box {
  background: rgba(51, 44, 43, 0.8);
  background-size: 100% 100%;
}
.contents.news_list .c1 > ul > li:hover > .box > .title > .date {
  color: #fff;
}
.contents.news_list .c1 > ul > li:hover > .box > .title > h1 {
  color: #fff;
}
.contents.news_list .c1 > ul > li:hover > .box > .cnt > p {
  color: #fff;
}
.contents.news_list .c1 > ul > li:hover > .box > .cnt > a {
  background: #e53943;
  color: #fff;
  border: 0;
}
.contents.news_list .c1 > ul > li:hover > .box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/news_list_03.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/news_list_03.jpg*/ no-repeat;
  z-index: -1;
}
.contents.news_list .c2 {
  margin-bottom: 5%;
}
.contents.news_list .c2 > ul {
  overflow: hidden;
  margin-bottom: 1.7%;
}
.contents.news_list .c2 > ul > li {
  overflow: hidden;
  margin-bottom: 3.4%;
}
.contents.news_list .c2 > ul > li > a {
  display: block;
}
.contents.news_list .c2 > ul > li > a > .pic {
  position: relative;
  width: 40%;
  float: left;
  margin-right: 2.5%;
}
.contents.news_list .c2 > ul > li > a > .pic > .read {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: 40px;
  padding-left: 50px;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.7) url("../images/read.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/read.png*/ no-repeat left 20px center;
}
.contents.news_list .c2 > ul > li > a > .txt {
  width: 57.5%;
  float: left;
  background: url("../images/so.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/so.jpg*/ no-repeat left bottom, url("../images/news_list_bg_11.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/news_list_bg_11.jpg*/ repeat-x left bottom;
  padding-bottom: 10px;
}
.contents.news_list .c2 > ul > li > a > .txt > h1 {
  font-size: 2rem;
  margin-bottom: 3.5%;
  font-weight: normal;
}
.contents.news_list .c2 > ul > li > a > .txt > p {
  font-size: 1.4rem;
  line-height: 170%;
  color: #666;
}
.contents.news_list .c2 > ul > li > a > .txt > .date {
  font-size: 1.4rem;
  color: #999;
  margin-top: 5%;
  margin-bottom: 7%;
}
.contents.news_list .c2 > ul > li:hover > a > .txt > h1 {
  color: #e53943;
}
.contents.news_list .c2 > ul > li:hover > a > .txt > p {
  color: #e53943;
}
.contents.news_show {
  padding-bottom: 5%;
}
.contents.news_show .c1 {
  background: #f6f6f6;
  padding: 3.5% 2.5%;
  margin-bottom: 4%;
  margin-top: 2%;
}
.contents.news_show .c1 > .tt {
  text-align: center;
  margin-bottom: 6%;
}
.contents.news_show .c1 > .tt > h1 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 2.8%;
}
.contents.news_show .c1 > .tt > span {
  font-size: 14px;
  color: #666;
  margin: 0 20px;
}
.contents.news_show .c1 > .tt > span:first-of-type {
  padding-left: 30px;
  background: url("../images/read.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/read.jpg*/ no-repeat left center;
}
.contents.news_show .c1 > .dd {
  padding: 2.8%;
  background: #fff;
  margin-bottom: 3.6%;
}
.contents.news_show .c1 > .dd > h1 {
  font-size: 1.8rem;
  color: #666;
  font-weight: normal;
  padding-bottom: 2.8%;
  border-bottom: 1px dashed #999;
}
.contents.news_show .c1 > .dd > p {
  font-size: 1.4rem;
  line-height: 170%;
  color: #666;
  margin-top: 2.5%;
}
.contents.news_show .c1 > .b {
  margin: 3.5% 0;
}
.contents.news_show .c1 > .b > p,
.contents.news_show .c1 > .b br {
  font-size: 1.4rem;
  line-height: 170%;
  color: #666;
}
.contents.news_show .c1 > .b > img {
  width: auto;
  max-width: 100%;
}
.contents.product_show .c1 {
  padding: 5% 0;
}
.contents.product_show .c1 .view {
  margin-bottom: 15px;
}
.contents.product_show .c1 .view .swiper-slide {
  background-color: #f3f3f5;
}
.contents.product_show .c1 .preview {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.contents.product_show .c1 .preview .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url("../images/arrow1.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow1.png*/ no-repeat center center;
}
.contents.product_show .c1 .preview .arrow-left:hover {
  background-image: url("../images/arrow2.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow2.png*/;
}
.contents.product_show .c1 .preview .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url("../images/arrow1_02.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow1_02.png*/ no-repeat center center;
}
.contents.product_show .c1 .preview .arrow-right:hover {
  background-image: url("../images/arrow2_02.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow2_02.png*/;
}
.contents.product_show .c1 .pic a{
  display: block;
  border: 1px solid #999;
}
.contents.product_show .c1 .txt h1 {
  font-size: 3rem;
  line-height: 300%;
  border-bottom: 1px dashed #999;
  margin-bottom: 8%;
}
.contents.product_show .c1 .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 200%;
  margin-bottom: 18%;
}
.contents.product_show .c1 .txt a {
  display: block;
  font-size: 1.6rem;
  color: #343434;
  padding-left: 55px;
  height: 36px;
  line-height: 36px;
  background: url("../images/product_show_08.jpg")/*tpa=http://www.jkmold.com/statics/xingjingke/images/product_show_08.jpg*/ no-repeat left center;
}
.contents.product_show .c1 .txt a:hover {
  color: #e53943;
}
.contents.product_show .c2 > .container > .title {
  background: #f2f3f7;
  padding: 3%;
  position: relative;
}
.contents.product_show .c2 > .container > .title > .box {
  height: 50px;
  border-left: 5px solid #e53943;
}
.contents.product_show .c2 > .container > .title > .box > .info1 > h1 {
  font-size: 24px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
.contents.product_show .c2 > .container > .title > .box > .info2 > span {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
}
.contents.product_show .c2 > .container > .cnt {
  margin: 5% 0;
  text-align: center;
}
.contents.product_show .c2 > .container > .cnt p {
  text-align: left;
}
.contents.product_show .c2 > .container > .cnt > img {
  width: auto;
  max-width: 100%;
}
.contents.product_show .c3 {
  padding: 3% 0;
}
.contents.product_show .c3 > .container > .title {
  padding: 1.5% 2.5%;
  background: #f2f3f7;
  margin-bottom: 3.4%;
}
.contents.product_show .c3 > .container > .title > h1 {
  height: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  border-left: 5px solid #e53943;
  padding-left: 15px;
  margin: 0;
}
.contents.product_show .c3 > .container > ul {
  overflow: hidden;
}
.contents.product_show .c3 > .container > ul > li > .b {
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 6px;
  padding-top: 3px;
}
.contents.product_show .c3 > .container > ul > li > .b > a {
  display: block;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_1 {
  padding: 8% 0;
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_1 > a {
  display: block;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_1 > a > h1 {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 3.33%;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_1 > a > p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_2 {
  display: none;
  padding: 8% 0;
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_2 > a {
  display: inline-block;
  padding: 4.99% 11.5%;
  background-color: #e53943;
  color: #fff;
  font-size: 0px;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_2 > a > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.4rem;
}
.contents.product_show .c3 > .container > ul > li > .b > .t_2 > a > span > img {
  width: auto !important;
}
.contents.product_show .c3 > .container > ul > li:hover > .b {
  -webkit-box-shadow: 0 0 10px #eaeaea;
          box-shadow: 0 0 10px #eaeaea;
}
.contents.product_show .c3 > .container > ul > li:hover > .b > .t_1 {
  display: none;
}
.contents.product_show .c3 > .container > ul > li:hover > .b > .t_2 {
  display: block;
}
.contents.product_list .c1 dl {
  background-color: #f5f5f7;
  overflow: hidden;
  padding: 1.7% 0;
}
.contents.product_list .c1 dl dt {
  font-size: 1.6rem;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  max-width: 20%;
  font-weight: normal;
}
.contents.product_list .c1 dl dd {
  color: #666;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  max-width: 20%;
}
.contents.product_list .c1 dl dd.active {
  background-color: #e53943;
}
.contents.product_list .c1 dl dd.active a {
  color: #fff;
}
.contents.product_list .c1 dl dd:hover a {
  color: #e53943;
}
.contents.product_list .c1 dl dd:hover.active a {
  color: #fff;
}
.contents.product_list .c1 dl dd a {
  font-size: 1.6rem;
}
.contents.product_list .c2 {
  padding: 3% 0;
}
.contents.product_list .c2 > .container > ul {
  overflow: hidden;
  margin-bottom: 1.7%;
}
.contents.product_list .c2 > .container > ul > li {
  margin-bottom: 2.5%;
}
.contents.product_list .c2 > .container > ul > li > .b {
  border: 1px solid #eaeaea;
  text-align: center;
  border-radius: 6px;
  padding-top: 3px;
}
.contents.product_list .c2 > .container > ul > li > .b > a {
  display: block;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_1 {
  padding: 8% 0;
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_1 > a {
  display: block;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_1 > a > h1 {
  font-size: 1.6rem;
  margin: 0;
  margin-bottom: 3.33%;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_1 > a > p {
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_2 {
  display: none;
  padding: 8% 0;
  margin: 0 10px;
  border-top: 1px solid #eaeaea;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_2 > a {
  display: inline-block;
  padding: 4.99% 11.5%;
  background-color: #e53943;
  color: #fff;
  font-size: 0px;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_2 > a > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.4rem;
}
.contents.product_list .c2 > .container > ul > li > .b > .t_2 > a > span > img {
  width: auto !important;
}
.contents.product_list .c2 > .container > ul > li:hover > .b {
  -webkit-box-shadow: 0 0 10px #eaeaea;
          box-shadow: 0 0 10px #eaeaea;
}
.contents.case .c1 {
  margin-top: 25px;
}
.contents.case .c1 dl {
  background-color: #f5f5f7;
  overflow: hidden;
  padding: 1.7% 0;
}
.contents.case .c1 dl dt {
  font-size: 1.6rem;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  max-width: 20%;
  font-weight: normal;
}
.contents.case .c1 dl dd {
  color: #666;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  max-width: 20%;
}
.contents.case .c1 dl dd.active {
  background-color: #e53943;
}
.contents.case .c1 dl dd.active a {
  color: #fff;
}
.contents.case .c1 dl dd:hover a {
  color: #e53943;
}
.contents.case .c1 dl dd:hover.active a {
  color: #fff;
}
.contents.case .c1 dl dd a {
  font-size: 1.6rem;
}
.contents.case .c2 {
  margin-top: 3.2%;
  margin-bottom: 6%;
}
.contents.case .c2 .view3 {
  margin-bottom: 25px;
}
.contents.case .c2 .preview3 {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.contents.case .c2 .preview3 .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #e53943 url("../images/arrow3.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow3.png*/ no-repeat center center;
}
.contents.case .c2 .preview3 .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #e53943 url("../images/arrow3_02.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow3_02.png*/ no-repeat center center;
}
.contents.case .c2 .preview3 .active-nav {
  border: 2px solid #e53943;
}
.contents.tech .c1 .b {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 5%;
}
.contents.tech .c1 .b ul {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 3%;
}
.contents.tech .c1 .b p {
  font-size: 1.6rem;
  color: #666;
  line-height: 185%;
}
.contents.tech .c2,
.contents.tech .c3,
.contents.tech .c4 {
  padding-top: 3%;
  background-color: #f9f9f9;
}
.contents.tech .c2 .h,
.contents.tech .c3 .h,
.contents.tech .c4 .h {
  margin-bottom: 3.4%;
}
.contents.tech .c2 .h span,
.contents.tech .c3 .h span,
.contents.tech .c4 .h span {
  background-color: #f9f9f9;
}
.contents.tech .c2 .b .swiper-container,
.contents.tech .c3 .b .swiper-container,
.contents.tech .c4 .b .swiper-container {
  overflow: hidden;
  background-color: #fff;
  padding: 2.3% 0;
}
.contents.tech .c2 .b .swiper-container .swiper-slide a,
.contents.tech .c3 .b .swiper-container .swiper-slide a,
.contents.tech .c4 .b .swiper-container .swiper-slide a {
  display: block;
  border: 1px solid #efefef;
  margin-bottom: 15px;
}
.contents.tech .c2 .b .swiper-container .swiper-slide p,
.contents.tech .c3 .b .swiper-container .swiper-slide p,
.contents.tech .c4 .b .swiper-container .swiper-slide p {
  font-size: 1.8rem;
  line-height: 300%;
  background-color: #eaeaea;
  text-align: center;
}
.contents.tech .c4 {
  padding-bottom: 4%;
}
.contents.tech .c4 .t_btn {
  text-align: center;
}
.contents.tech .c4 .t_btn li {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  max-width: 33.3%;
  cursor: pointer;
}
.contents.tech .c4 .t_btn li.active {
  background-color: #e53943;
  color: #fff;
}
.contents.tech .c4 section {
  position: relative;
}
.contents.tech .c4 section .t_li {
  z-index: -1;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.contents.tech .c4 section .t_li:first-child {
  display: block;
}
.contents.tech .c4 section .t_li.on {
  position: static;
  z-index: 1;
  opacity: 1;
}
.contents.tech_02 .h2 {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5%;
}
.contents.tech_02 .h2 span {
  position: relative;
  padding: 0 45px;
  background-color: #fff;
  z-index: 1;
}
.contents.tech_02 .h2 span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #e53943;
}
.contents.tech_02 .h2 span:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 28px;
  height: 2px;
  background-color: #e53943;
}
.contents.tech_02 .h2 b {
  color: #e53943;
  font-weight: normal;
}
.contents.tech_02 .h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  z-index: 0;
  margin-top: -0.5px;
}
.contents.tech_02 .c1 {
  margin-top: 1.7%;
}
.contents.tech_02 .c1 .b {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 5%;
}
.contents.tech_02 .c1 .b ul {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 3%;
}
.contents.tech_02 .c1 .b p {
  font-size: 1.6rem;
  color: #666;
  line-height: 185%;
}
.contents.tech_02 .c2 {
  padding-top: 3%;
  background-color: #f9f9f9;
  padding-bottom: 4%;
}
.contents.tech_02 .c2 .h {
  margin-bottom: 3.4%;
}
.contents.tech_02 .c2 .h span {
  background-color: #f9f9f9;
}
.contents.tech_02 .c2 .b .t_li {
  overflow: hidden;
  padding: 2.3% 0 15px;
}
.contents.tech_02 .c2 .b .t_li .swiper-slide a {
  display: block;
  border: 1px solid #efefef;
  margin-bottom: 15px;
}
.contents.tech_02 .c2 .b .t_li .swiper-slide p {
  font-size: 1.8rem;
  line-height: 300%;
  background-color: #eaeaea;
  text-align: center;
}
.contents.tech_02 .c2 .t_btn {
  text-align: center;
}
.contents.tech_02 .c2 .t_btn li {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 30px;
  line-height: 30px;
  max-width: 33.3%;
  cursor: pointer;
}
.contents.tech_02 .c2 .t_btn li.active {
  background-color: #e53943;
  color: #fff;
}
.contents.tech_02 .c2 section {
  position: relative;
}
.contents.tech_02 .c2 section .t_li {
  z-index: -1;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.contents.tech_02 .c2 section .t_li:first-child {
  display: block;
}
.contents.tech_02 .c2 section .t_li.on {
  position: static;
  z-index: 1;
  opacity: 1;
}
.contents.tech_02 .c3 {
  padding: 3% 0 5%;
  text-align: center;
}
.contents.tech_02 .c3 img {
  width: auto;
  max-width: 100%;
}
.contents.machine .c1 {
  margin-top: 3.2%;
  margin-bottom: 6%;
}
.contents.machine .c1 .view3 {
  margin-bottom: 25px;
}
.contents.machine .c1 .preview3 {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.contents.machine .c1 .preview3 .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #e53943 url("../images/arrow3.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow3.png*/ no-repeat center center;
}
.contents.machine .c1 .preview3 .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background: #e53943 url("../images/arrow3_02.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/arrow3_02.png*/ no-repeat center center;
}
.contents.machine .c1 .preview3 .active-nav {
  border: 2px solid #e53943;
}
.contents.machine .c2 {
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #f9f9f9;
}
.contents.machine .c2 .h {
  margin-bottom: 3.4%;
}
.contents.machine .c2 .h span {
  background-color: #f9f9f9;
}
.contents.contact .c1 {
  padding: 1.7% 0 3%;
}
.contents.contact .c1 dl dt h1 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}
.contents.contact .c1 dl dt h2 {
  font-size: 2.4rem;
  color: #aeaeae;
  text-transform: uppercase;
  margin-bottom: 6%;
}
.contents.contact .c1 dl dd {
  margin-bottom: 6%;
}
.contents.contact .c1 dl dd h1 {
  font-size: 2rem;
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
  margin-bottom: 4%;
}
.contents.contact .c1 dl dd p {
  font-size: 1.4rem;
  color: #666;
  line-height: 170%;
}
.contents.contact .c2 {
  padding-bottom: 3%;
}
.contents.liuyan .c1 {
  padding: 1.7% 0 3%;
}
.contents.liuyan .c1 .container {
  padding: 2% 1.5%;
  background-color: #f9f9f9;
}
.contents.liuyan .c1 .container h1 {
  font-size: 2rem;
  padding-bottom: 15px;
  margin-bottom: 2.5%;
  border-bottom: 1px dashed #d9d9d9;
}
.contents.liuyan .c1 .container .pic {
  padding-left: 0;
}
.contents.liuyan .c1 .container .txt ul {
  overflow: hidden;
}
.contents.liuyan .c1 .container .txt ul li {
  width: 130px;
  height: 50px;
  margin-right: 10px;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  float: left;
  background-color: #e9e9e9;
  cursor: pointer;
}
.contents.liuyan .c1 .container .txt ul li.active {
  background-color: #e53943;
  color: #fff;
}
.contents.liuyan .c1 .container .txt section form {
  display: none;
}
.contents.liuyan .c1 .container .txt section form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 15px;
  border: 1px solid #d9d9d9;
  font-size: 1.6rem;
  margin-top: 13px;
}
.contents.liuyan .c1 .container .txt section form textarea {
  width: 100%;
  height: 120px;
  line-height: 120%;
  padding: 15px;
  border: 1px solid #d9d9d9;
  font-size: 1.6rem;
  margin-top: 13px;
}
.contents.liuyan .c1 .container .txt section form button {
  width: 100%;
  border: 0;
  height: 50px;
  line-height: 50px;
  background-color: #e53943;
  color: #fff;
  margin-top: 12px;
}
.contents.liuyan .c1 .container .txt section form:first-child {
  display: block;
}
footer {
  border-top: 1px solid #eaeaea;
  padding-bottom: 2.5%;
}
footer > .container > .p1 {
  display: table;
  width: 100%;
  margin-top: 5%;
  font-size: 0px;
}
footer > .container > .p1 > dl {
  width: 20%;
  text-align: center;
  border-left: 1px dashed #999;
  display: table-cell;
  vertical-align: top;
}
footer > .container > .p1 > dl > dt {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10%;
}
footer > .container > .p1 > dl > dd {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 6%;
}
footer > .container > .p1 > dl > dd:last-child {
  margin-bottom: 0;
}
footer > .container > .p1 > dl > dd:hover a {
  color: #e53943;
}
footer > .container > .p1 > div {
  width: 20%;
  text-align: center;
  border-left: 1px dashed #999;
  display: table-cell;
}
footer > .container > .p1 > div > img {
  width: auto !important;
}
footer > .container > .p1 > div > p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 5%;
  margin-bottom: 0;
}
footer > .container > .p2 {
  margin-top: 5%;
}
footer > .container > .p2 > h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
}
footer > .container > .p2 > .s_bd {
  width: 57px;
  height: 1px;
  background-color: #f1f1f1;
  margin: 0 auto;
  margin-top: 7px;
}
footer > .container > .p2 > p {
  margin-top: 2.5%;
  margin-bottom: 0;
  text-align: center;
  color: #666;
  font-size: 1.4rem;
}
footer > .container > .p2 > p > .bd {
  padding: 0 2.5%;
}
footer > .container > .addthis_inline_share_toolbox {
  margin-top: 2.5%;
}
.bq {
  width: 100%;
  background-color: #eaeaea;
}
.bq > .container > p {
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 2.5% 0;
}
.mobile-foot .container > .panel-group {
  margin-bottom: 5px;
}
.mobile-foot .container > .panel-group > .panel {
  border-radius: 0;
  margin-top: 0;
}
.mobile-foot .container > .panel-group > .panel > .panel-heading {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
.mobile-foot .panel-heading {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  opacity: 0.7;
  border: 0;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > form > input {
  width: 100%;
  height: 30px;
  padding: 9px 11px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 5px;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > form > input:focus {
  outline: none;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > form > textarea {
  width: 100%;
  height: 80px;
  padding: 9px 11px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  resize: none;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > form > textarea:focus {
  outline: none;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > dl > dd {
  padding-left: 35px;
  line-height: 35px;
  background-position: left top 7px;
  background-repeat: no-repeat;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(1) {
  background-image: url("../images/phone.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/phone.png*/;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(2) {
  background-image: url("../images/msg.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/msg.png*/;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > dl > dd:nth-of-type(3) {
  background-image: url("../images/pos.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/pos.png*/;
}
.mobile-foot .panel-collapse > .list-group > .list-group-item > a > span {
  margin-left: 10px;
}
.mobile-foot img {
  width: auto !important;
}
.mobile-foot > .container {
  padding: 0;
}
.mobile-foot .panel-title > a {
  display: block;
}
.mobile-foot .panel-title > a:hover {
  color: #fff;
}
.mobile-foot .panel-body {
  padding: 0 !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements {
  text-align: center;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a {
  margin-left: 1% !important;
  margin-right: 1% !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper {
  width: 28px !important;
  height: 28px !important;
}
.addthis_inline_share_toolbox > #atstbx > .at-share-btn-elements > a > .at-icon-wrapper > svg {
  width: 28px !important;
  height: 28px !important;
}
.bdsharebuttonbox.bdshare-button-style0-32 {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
  text-align: right;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a {
  background-position: 0 0;
  margin-top: 3px;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_sqq {
  background-image: url("../images/qq.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/qq.png*/;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_weixin {
  background-image: url("../images/qrone.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/qrone.png*/;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_tsina {
  background-image: url("../images/sina.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/sina.png*/;
}
.bdsharebuttonbox.bdshare-button-style0-32 > a.bds_tqq {
  background-image: url("../images/tx.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/tx.png*/;
}
.col-lg-1-7,
.col-md-1-7,
.col-sm-1-7,
.col-xs-1-7 {
  width: 14.2857%;
}
.slide_1,
.slide_2 {
  text-align: center;
}
.slide_1 > .swiper-pagination > .swiper-pagination-bullet,
.slide_2 > .swiper-pagination > .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.slide_1 > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slide_2 > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e53943;
}
.btn_aside {
  position: fixed;
  -webkit-transition: bottom ease 1s;
  -o-transition: bottom ease 1s;
  transition: bottom ease 1s;
  right: 10px;
  bottom: -120px;
  z-index: 3;
}
.btn_aside > .cbbtn {
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  display: block;
  cursor: pointer;
}
.btn_aside > .cbbtn#cweixin {
  background: rgba(0, 0, 0, 0.3);
}
.btn_aside > .cbbtn#cweixin > div {
  background: url("../images/1514453358.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/1514453358.png*/;
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  position: relative;
  bottom: 130px;
  right: 145px;
  display: none;
}
.btn_aside > .cbbtn#qq {
  background: rgba(0, 0, 0, 0.3);
}
.btn_aside > .cbbtn#gotop {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.btn_aside > .cbbtn > .yy-icon {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png")/*tpa=http://www.jkmold.com/statics/xingjingke/images/icon.png*/;
}
.btn_aside > .cbbtn > .yy-icon.yy-weixin {
  width: 30px;
  height: 30px;
  background-position: 0px -80px;
}
.btn_aside > .cbbtn > .yy-icon.yy-qq {
  width: 30px;
  height: 30px;
  background-position: 0px 0px;
}
.btn_aside > .cbbtn > .yy-icon.yy-gt {
  width: 30px;
  height: 30px;
  background-position: 0px -40px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav.navbar > .container > .navbar-collapse > ul > li > ul {
    top: 85px;
  }
  .contents.index > .p2 > .container {
    width: 970px;
  }
  .contents.index > .p3 > .container > .n1 {
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  nav.navbar > .container > .navbar-collapse > ul > li > ul {
    top: 69px;
  }
  .contents.index > .p2 > .container {
    width: 750px;
  }
  .contents.index > .p2 > .container > div:last-child > p {
    line-height: 110%;
  }
  .contents.index > .p3 > .container > .n1 {
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
  .cell-xs {
    display: table-cell !important;
  }
  nav.navbar > .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
  nav.navbar > .container > .navbar-header > .navbar-toggle {
    background-color: #e53943;
  }
  nav.navbar > .container > .navbar-header > .navbar-toggle > .icon-bar {
    background-color: #fff;
  }
  nav.navbar > .container > .navbar-header > .navbar-brand {
    padding: 0;
  }
  nav.navbar > .container > .navbar-header > .navbar-brand > img {
    width: 150px !important;
    height: auto;
  }
  nav.navbar > .container > .navbar-collapse {
    margin: 0;
  }
  nav.navbar > .container > .navbar-collapse > ul {
    display: block;
    margin: 0;
  }
  nav.navbar > .container > .navbar-collapse > ul > li {
    display: block;
    text-align: left;
    border-top: 1px solid #eaeaea;
    border-left: 0;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > ul {
    position: static;
    border-top-width: 1px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > ul > li {
    border: 0;
    text-align: left;
    padding-left: 30px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li > ul > li > a {
    line-height: 30px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li:first-child {
    border-top: 1px solid #eaeaea;
    width: 100%;
    padding: 10px 15px;
  }
  nav.navbar > .container > .navbar-collapse > ul > li:first-child > .btn-group {
    overflow: hidden;
  }
  nav.navbar > .container > .navbar-collapse > ul > li:last-child {
    display: none;
  }
  .path {
    display: none;
  }
  .path_box .box {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
  }
  .path_box ul {
    float: none;
  }
  .path_box ul li {
    padding: 5% 0;
  }
  .contents .h span {
    display: inline-block;
    min-height: 25px;
  }
  .contents.index > .p1 > .container > div > ul > li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .contents.index > .p2 > .container {
    width: auto;
    display: block;
  }
  .contents.index > .p2 > .container > ul > li {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .contents.index > .p2 > .container > div {
    display: block;
    overflow: hidden;
    padding: 0;
  }
  .contents.index > .p2 > .container > div:last-child > a {
    position: static;
    display: block;
  }
  .contents.index > .p3 > .container > .n1 {
    padding-bottom: 8px;
  }
  .contents.index > .p3 > .container > .n2 > ul > li:first-child {
    padding-top: 4.1%;
  }
  .contents.about .c1 .b .pic {
    width: 100%;
  }
  .contents.about .c1 .b .txt {
    width: 100%;
    padding-left: 0;
  }
  .contents.about .c3 ul {
    font-size: 0px;
    text-align: center;
  }
  .contents.about .c3 ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
  }
  .contents.about .c3 ul li p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .contents.liuyan .c1 .container .pic {
    padding: 0;
  }
  .contents.liuyan .c1 .container .txt {
    padding: 0;
    margin-top: 15px;
  }
  .contents.news_list .c2 > ul > li > a > .pic {
    width: 100%;
  }
  .contents.news_list .c2 > ul > li > a > .txt {
    width: 100%;
    margin-top: 15px;
  }
  .contents.product_show .c3 > .container > ul li {
    margin-bottom: 15px;
  }
}
