
/*map*/
.map {
  width: 90%;
  margin: 0 auto;
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #f36f21 solid 1px;
  border-top: #f36f21 solid 2px;
  border-bottom: none;
  margin: 20px 0 20px 0;
}
.map dl dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #f36f21 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #f36f21;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dd {
  overflow: hidden;
  padding-top: 10px;
}
.map dd .first {
  padding: 10px 0 0 20px;
  clear: both;
  line-height: 30px;
}
.map dd .first a {
  color: #f36f21;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #f36f21;
  text-decoration: underline;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #f36f21 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #f36f21;
  color: #fff;
}
/*home_banner*/
.home_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home_banner .slick {
  text-align: center;
}
.home_banner .slick img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.home_banner .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.home_banner .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 15px;
  padding: 0px;
  cursor: pointer;
}
.home_banner .slick-slider {
  margin-bottom: 0px !important;
}
.home_banner .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 35px;
  height: 3px;
  margin: 0 0 0 -18px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  opacity: 1;
}
.home_banner .slick-dots li.slick-active button:before {
  background: #ffbd00;
  opacity: 1;
}
.home_banner .slick-dots {
  bottom: 20px;
}
@media (max-width: 1200px) {
  .home_banner .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home_banner .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home_banner .slick-dots {
    bottom: 10px;
  }
}
/*home_product*/
.home_product .bigChoose {
  padding: 20px 0;
  background: #fff;
  font-size: 15px;
  color: #333;
  text-align: center;
}
.home_product .bigChoose i {
  display: inline-block;
  font-style: normal;
  height: 20px;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #333;
  cursor: pointer;
  transition: 0.5s;
}
.home_product .bigChoose i a{
  font-size: 28px;
  color: #f36f21;
}
.home_product .bigChoose i.on {
  color: #f36f21;
}
.home_product .bigChoose i:hover {
  color: #f36f21;
}
.home_product .bigChoose i.none {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.home_product .bigList {
  background: url(../image/hp_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0 50px 0;
  display: none;
  -webkit-animation: fadeIn  1s ease;
  animation: fadeIn  1s ease;
}
.home_product .bigList .smallChoose {
  text-align: center;
  margin-bottom: 50px;
}
.home_product .bigList .smallChoose span {
  display: inline-block;
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #1e1e1e;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  margin-right: 25px;
  cursor: pointer;
  transition: 0.5s;
}
.home_product .bigList .smallChoose span.on {
  background: #f36f21;
}
.home_product .bigList .smallChoose span:hover {
  background: #f36f21;
}
.home_product .bigList .smallList ul {
  display: none;
}
.home_product .bigList .smallList ul li {
  width: 270px;
  margin-bottom: 40px;
  margin-right: 40px;
  float: left;
  -webkit-animation: zoomIn  1s ease;
  animation: zoomIn  1s ease;
}
.home_product .bigList .smallList ul li i {
  display: block;
  width: 100%;
  height: 170px;
  border: 2px solid #686868;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.home_product .bigList .smallList ul li i img {
  transition: 0.5s;
}
.home_product .bigList .smallList ul li i:hover {
  border-color: #f36f21;
}
.home_product .bigList .smallList ul li i:hover img {
  transform: scale(1.1);
}
.home_product .bigList .smallList ul li p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.home_product .bigList .smallList ul li p:hover {
  font-weight: 600;
}
.mr0 {
  margin-right: 0 !important;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_product .bigList .smallList ul li {
    width: 25%;
    margin-right: 0;
  }
  .home_product .bigList .smallList ul li i {
    width: 95%;
    height: 145px;
  }
  .home_product .bigList .smallList ul li p {
    width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_product .bigList .smallList ul li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home_product .bigList .smallList ul li i {
    width: 95%;
    height: 113px;
    margin: 0 auto;
  }
  .home_product .bigList .smallList ul li p {
    width: 80%;
  }
  .home_product .bigChoose {
    padding: 15px 0;
  }
  .home_product .bigChoose i {
    margin-right: 15px;
    padding-right: 15px;
  }
  .home_product .bigList {
    padding: 15px 0;
  }
  .home_product .bigList .smallChoose {
    margin-bottom: 15px;
  }
  .home_product .bigList .smallChoose span {
    width: 110px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .home_product .bigList .smallList ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .home_product .bigList .smallList ul li i {
    width: 95%;
    height: 113px;
  }
  .home_product .bigList .smallList ul li p {
    width: 95%;
  }
  .home_product .bigChoose {
    padding: 15px 0;
  }
  .home_product .bigChoose i {
    margin-right: 15px;
    padding-right: 15px;
    border-right: none;
    padding-right: 0;
    /*border-bottom: 1px solid #1e1e1e;*/
    margin-bottom: 5px;
  }
  .home_product .bigList {
    padding: 15px 0;
  }
  .home_product .bigList .smallChoose {
    margin-bottom: 10px;
  }
  .home_product .bigList .smallChoose span {
    width: 110px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
/*home_about*/
.home_about {
  height: 350px;
  background: url(../image/ha_bg.jpg) no-repeat center;
}
.home_about .word {
  text-align: center;
  color: #fff;
  padding-top: 80px;
}
.home_about .word .hh1 {
  font-size: 30px;
}
.home_about .word .hh1 a{
  color:#fff;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: inline-block;
}
.home_about .word .hh1:after {
  content: "";
  display: block;
  width: 85px;
  height: 3px;
  background: #f36f21;
  margin: 25px auto;
}
.home_about .word p {
  padding: 0 30px;
  font-size: 13px;
  line-height: 30px;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home_about .word {
    padding-top: 80px;
  }
  .home_about .word .hh1 {
    font-size: 24px;
  }
  .home_about .word .hh1:after {
    margin: 15px auto;
  }
  .home_about .word p{
    padding: 0;
    height: auto;
    font-size: 12px;

  }
}
.mt50 {
  margin-top: 6%;
}
/*home_intro*/
.home_intro .intro_title {
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.home_intro .intro_title .hh1 {
  font-size: 36px;
  color: #333;
}
.home_intro .intro_title span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
  position: relative;
  z-index: 999;
}
.home_intro .intro_title i {
  display: block;
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  position: absolute;
  left: 0;
  bottom: 9px;
  z-index: 10;
}
.home_intro .intro_title span:before {
  content: "";
  display: block;
  width: 82px;
  height: 7px;
  background: #bcbcbc;
  position: absolute;
  left: -82px;
  top: 3px;
}
.home_intro .intro_title span:after {
  content: "";
  display: block;
  width: 82px;
  height: 7px;
  background: #bcbcbc;
  position: absolute;
  right: -82px;
  top: 3px;
}
@media (max-width: 767px) {
  .home_intro .intro_title h1 {
    font-size: 24px;
  }
  .home_intro .intro_title {
    margin-bottom: 15px;
  }
  .home_intro .main {
    overflow: hidden;
  }
}
.home_intro .word {
  padding: 0 25px;
}
.home_intro .word .top {
  margin-bottom: 20px;
}
.home_intro .word .top .left {
  width: 495px;
  padding: 20px 0 0 20px;
  border-top: 1px solid #f36f21;
  border-left: 1px solid #f36f21;
  margin-top: 29px;
  position: relative;
}
.home_intro .word b {
  display: block;
  font-size: 18px;
  color: #f36f21;
  margin-bottom: 15px;
}
.home_intro .word p {
  font-size: 14px;
  color: #848484;
  line-height: 28px;
}
.home_intro .word .top .right {
  width: 500px;
  height: 200px;
  position: relative;
}
.home_intro .word .mid {
  margin-bottom: 35px;
}
.home_intro .word .mid .left {
  width: 650px;
  padding: 20px 20px 0 20px;
  border-right: 1px solid #f36f21;
  border-top: 1px solid #f36f21;
  margin-top: 29px;
  position: relative;
}
.home_intro .word .mid .right {
  width: 410px;
  height: 240px;
  position: relative;
}
.home_intro .word .bottom {
  margin-bottom: 20px;
}
.home_intro .word .bottom .left {
  width: 430px;
  padding: 20px 0 0 20px;
  border-top: 1px solid #f36f21;
  border-left: 1px solid #f36f21;
  margin-top: 29px;
  position: relative;
}
.home_intro .word .bottom .right {
  width: 450px;
  height: 290px;
  position: relative;
}
#left_arrow {
  width: 20px;
  height: 20px;
  background: #f36f21;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  top: -20px;
  left: -20px;
}
#left_arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f36f21;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: -8px;
  left: -8px;
}
#left_arrow:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #f36f21;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: -13px;
  right: -13px;
}
#left_arrow i {
  display: block;
  width: 5px;
  height: 5px;
  background: #f36f21;
  position: absolute;
  top: 0;
  right: -18px;
}
#right_arrow {
  width: 20px;
  height: 20px;
  background: #f36f21;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  top: -20px;
  right: -20px;
}
#right_arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #f36f21;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: -8px;
  right: -8px;
}
#right_arrow:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #f36f21;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: -13px;
  left: -13px;
}
#right_arrow i {
  display: block;
  width: 5px;
  height: 5px;
  background: #f36f21;
  position: absolute;
  top: 0;
  left: -18px;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_intro .word {
    padding: 0;
  }
  .home_intro .left {
    width: 50% !important;
  }
  .home_intro .right {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_intro .left {
    width: 50% !important;
  }
  .home_intro .right {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .home_intro .left {
    width: 100% !important;
  }
  .home_intro .right {
    display: none;
  }
  .home_intro .word b {
    margin-bottom: 5px;
  }
  .home_intro .word p {
    line-height: 24px;
  }
}
/*home_contact*/
.home_contact {
  padding: 2% 0;
  background: #f36f21;
}
.home_contact .hh1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.home_contact .hh1 a {
  display: inline-block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  padding-right: 15px;
  background: #1e1e1e url(../image/hc_a.png) no-repeat 115px 12px;
  font-size: 20px;
  color: #fff;
  margin-left: 110px;
  position: relative;
}
.home_contact .hh1 a:hover {
  background: #1e1e1e url(../image/hc_a.png) no-repeat right 12px;
}
.home_contact .hh1 a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 45px solid #1e1e1e;
  border-left: 10px solid transparent;
  position: absolute;
  left: -10px;
}
.home_contact .hh1 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 45px solid #1e1e1e;
  border-right: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_contact .hh1 {
    font-size: 24px;
    text-align: left;
    padding-left: 30px;
  }
  .home_contact .hh1 a {
    margin-left: 10px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home_contact .hh1 {
    font-size: 18px;
    text-align: center;
  }
  .home_contact .hh1 a {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
  }
}
/*home_modification*/
.home_modification {
  padding: 5% 0;
  background: #262626 url(../image/hg_bg.jpg) no-repeat top center;
}
.home_modification .hh1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 3%;
}
.home_modification .hh1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.home_modification ul li {
  width: 370px;
  float: left;
  margin-right: 45px;
}
.home_modification ul li i {
  display: block;
  width: 100%;
  height: 134px;
  position: relative;
  border: 3px solid #686868;
  transition: 0.5s;
  overflow: hidden;
}
.home_modification ul li i img {
  transition: 0.5s;
}
.home_modification ul li i:hover {
  border-color: #f36f21;
}
.home_modification ul li i:hover img {
  transform: scale(1.1);
}
.home_modification ul li span {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 4% 0;
  transition: 0.5s;
  height: 26px;
  line-height: 26px;
}
.home_modification ul li span:hover {
  color: #f36f21;
}
.home_modification ul li p {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  margin-bottom: 5%;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.home_modification ul li a.more {
  display: block;
  font-size: 13px;
  color: #f36f21;
}
.home_modification ul li a.more em {
  font-style: normal;
  font-weight: 600;
  font-family: "宋体";
}
.home_modification ul li:hover a.more {
  padding-left: 15px;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_modification ul li {
    width: 30%;
    margin-right: 48px;
  }
  .home_modification ul li i {
    height: 106px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_modification ul li {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .home_modification ul li i {
    width: 50%;
    float: left;
  }
  .home_modification ul li span {
    width: 48%;
    float: right;
    margin: 10px 0;
  }
  .home_modification ul li p {
    width: 48%;
    float: right;
    margin-bottom: 10px;
  }
  .home_modification ul li a.more {
    display: block;
    width: 48%;
    float: right;
  }
  .home_modification {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .home_modification h1 {
    font-size: 20px;
  }
  .home_modification h1 span {
    font-size: 16px;
  }
  .home_modification ul li {
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .home_modification ul li i {
    width: 50%;
    float: left;
    height: 100px;
  }
  .home_modification ul li span {
    width: 48%;
    float: right;
    margin: 5px 0;
    font-size: 14px;
  }
  .home_modification ul li p {
    width: 48%;
    float: right;
    margin-bottom: 0px;
  }
  .home_modification ul li a.more {
    display: block;
    width: 48%;
    float: right;
    margin-top: 5px;
  }
  .home_modification {
    padding: 10px 0 0 0;
  }
}
/*pag*/
.pag {
  padding: 35px 0;
  background: #1e1e1e;
}
.pag ul {
  overflow: hidden;
}
.pag ul li {
  width: 25%;
  height: 80px;
  padding-left: 113px;
  position: relative;
  float: left;
}
.pag ul li i {
  display: block;
  width: 60px;
  height: 80px;
  position: absolute;
  left: 40px;
  top: 0px;
}
.pag ul li b {
  display: block;
  font-size: 20px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0 10px 0;
  height: 41px;
  line-height: 41px;
}
.pag ul li span {
  display: block;
  font-size: 16px;
  color: #999;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 21px;
  line-height: 21px;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .pag ul li span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pag {
    padding: 20px 0 0px 0;
  }
  .pag ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pag ul li i {
    position: relative;
    left: 0;
    margin: 0 auto;
  }
  .pag ul li span,
  .pag ul li b {
    text-align: center;
    font-size: 12px;
    padding: 0;
  }
  .pag ul li {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
    height: auto;
    text-align: center;
  }
  .pag {
    padding: 15px 0 0px 0;
  }
}
/*ser_show*/
.ser_show .show {
  background: #fff;
  margin-bottom: 70px;
}
.ser_show .show .left {
  width: 480px;
  height: 300px;
  background: #eee;
  position: relative;
}
.ser_show .show .left img {
  max-width: 100%;
}
.ser_show .show .right {
  width: 720px;
  padding: 40px 70px 40px 60px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.ser_show .show .right h1 {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 50px;
  position: relative;
}
.ser_show .show .right h1:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #f36f21;
  position: absolute;
  left: 0;
  top: 55px;
}
.ser_show .show .info{
  margin: 30px 0;
  font-size: 14px;
    color: #666;
    line-height: 28px;
    padding: 0 10px;
}
.ser_show .show h1{
  font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 20px;
}
.ser_rec .hh1.refit_t {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 35px;
}
.ser_rec .ser_banner a {
  display: block;
  width: 267px;
  height: 170px;
  border: 3px solid #686868;
  position: relative;
}
.ser_rec .ser_banner a:hover {
  border-color: #f36f21;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .ser_show .show .left {
    width: 50%;
  }
  .ser_show .show .right {
    width: 50%;
    padding: 10px ;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ser_show .show .left {
    width: 100%;
  }
  .ser_show .show .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ser_show .show .left {
    width: 100%;
    height: 215px;
  }
  .ser_show .show .right {
    width: 100%;
    padding: 20px ;
  }
  .ser_show .show .right h1 {
    margin-bottom: 10px;
  }
  .ser_show .show .right h1:after {
    display: none;
  }
  .ser_show .show {
    margin-bottom: 35px;
  }
  .ser_show .show .info{
    margin: 10px 0;
  }
  .ser_show .show .info h1{
    margin-bottom: 10px;
  }
}
.ser_show .ser_banner .slick {
  width: 100%;
}
.ser_show .ser_banner .slick-prev:before,
.slick-next:before {
  position: absolute;
  left: 0;
  content: '';
}
.ser_show .ser_banner .slick-prev {
  width: 35px;
  height: 149px;
  left: -70px;
  top: 15px;
  background: url(../image/left.png) no-repeat center;
  transition: 0.5s;
}
.ser_show .ser_banner .slick-prev:hover {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.ser_show .ser_banner .slick-next {
  width: 35px;
  height: 149px;
  right: -70px;
  top: 15px;
  background: url(../image/right.png) no-repeat center;
  transition: 0.5s;
}
.ser_show .ser_banner .slick-next:hover {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
@media (min-width: 992px) and (max-width: 1205px) {
  .ser_show .ser_banner .slick {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ser_show .ser_banner {
    width: 100%;
  }
  .ser_show .ser_banner ul li {
    width: 80%;
  }
  .ser_show .ser_banner .slick {
    padding-left: 70px;
  }
  .ser_show .ser_banner .slick {
    max-width: 100%;
    margin: 0 auto;
  }
  .ser_show .ser_banner .slick-prev {
    display: none !important;
  }
  .ser_show .ser_banner .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .ser_show .ser_banner {
    width: 100%;
  }
  .ser_show .ser_banner a {
    margin: 0 auto 20px;
    width: 100%;
  }
  .ser_show .ser_banner .slick {
    max-width: 100%;
    margin: 0 auto;
  }
  .ser_show .ser_banner .slick-prev {
    display: none !important;
  }
  .ser_show .ser_banner .slick-next {
    display: none !important;
  }
  .ser_rec h1.refit_t {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
/*news*/
.news ul li {
  padding: 25px 0;
}
.news ul li span {
  float: left;
  font-size: 16px;
  color: #999;
  width: 81px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.news ul li i {
  float: left;
  width: 130px;
  height: 85px;
  position: relative;
  margin-left: 60px;
  transition: 0.5s;
  overflow: hidden;
}
.news ul li i img {
  transition: 0.5s;
}
.news ul li .word {
  width: 860px;
  float: right;
}
.news ul li .word b {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 21px;
  line-height: 21px;
}
.news ul li .word p {
  font-size: 13px;
  color: #919191;
  line-height: 26px;
  margin-top: 15px;
  width: 100%;
  height: 52px;
  overflow: hidden;
  transition: 0.5s;
}
.news ul li:hover span {
  color: #333;
}
.news ul li:hover i img {
  transform: scale(1.1);
}
.news ul li:hover .word a {
  color: #f36f21;
}
.news ul li:hover .word p {
  color: #666;
}
.pageNum {
  text-align: center;
  margin-top: 40px;
}
.pageNum a,.pageNum span {
  display: inline-block;
  /*width: 70px;*/
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  padding: 0 10px;
  margin: 0 2px;
  border:1px solid #ccc;
}
.pageNum a:hover {
  color: #fff;
  background: #f36f21;
}
.pageNum .page-cur {
  color: #fff;
  background: #f36f21;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .news ul li .word {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news ul li .word {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .news ul li {
    padding: 10px 0;
  }
  .news ul li span {
    display: block;
    float: none;
    width: 100%;
  }
  .news ul li i {
    margin-left: 0;
  }
  .news ul li .word {
    width: 50%;
  }
  .news ul li .word {
    line-height: 20px;
    height: 40px;
  }
  .pageNum {
    margin-top: 15px;
  }
  .pageNum .page-num {
    display: none;
  }
  .pageNum a, .pageNum span{
    padding: 0 5px;
  }
}
/*news_show*/
.news_show .title {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.news_show .title h1 {
  font-weight: 400;
  color: #333;
  font-size: 26px;
  margin-bottom: 25px;
}
.news_show .title span {
  display: inline-block;
  font-size: 13px;
  color: #999;
  margin: 0 15px;
}
.news_show .art {
  padding: 50px 0;
  font-size: 13px;
  color: #666;
  line-height: 38px;
}
.news_show .art img{
  max-width:100%;
}
.news_show .art i {
  display: block;
  width: 100%;
  height: 430px;
  position: relative;
  margin: 40px auto;
}
.nextPre ul li {
  float: left;
  width: 47%;
  text-align: center;
  height: 40px;
  border: 2px solid #666;
  line-height: 38px;
  margin-right: 10px;
  transition: 0.5s;
  padding: 0 5px;
  overflow: hidden;
}
.nextPre ul li:hover {
  border-color: #f36f21;
}
.nextPre ul li:hover a {
  color: #f36f21;
}
.nextPre ul li a {
  /*display: block;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*font-weight: 600;*/
  /*font-size: 14px;*/
  /*color: #666;*/
}
.nextPre a.back {
  float: left;
  display: block;
  width: 50px;
  height: 40px;
  border: 2px solid #666;
  background: url(../image/back.png) no-repeat center;
}
.nextPre a.back:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .nextPre ul li {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news_show .art i {
    height: 308px;
    margin: 20px 0;
  }
  .nextPre ul li {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .news_show .title {
    padding-bottom: 15px;
  }
  .news_show .title h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news_show .title span {
    display: block;
  }
  .news_show .art {
    line-height: 20px;
    padding: 15px 0;
  }
  .news_show .art i {
    height: 118px;
    margin: 10px 0;
  }
  .nextPre ul li {
    width: 37%;
  }
}
/*contact*/
.contact {
  position: relative;
}
.contact .webMap {
  width: 100%;
  height: 400px;
  /*height: 80vh;*/
  position: relative;
}
.contact .webMap a.down{
  display: block;
  width: 70px;
  height: 70px;
  /*background: url(../images/down.png) no-repeat center;*/
  background-size: 100%;
  position: absolute;
  bottom: 20px;
  left:50%;
  margin-left: -50px;
  filter:alpha(opacity=60);          
      -moz-opacity:0.6;          
      -khtml-opacity: 0.6;          
      opacity: 0.6;
}
.contact .webMap a.down:hover{
  filter:alpha(opacity=90);          
      -moz-opacity:0.9;          
      -khtml-opacity: 0.9;          
      opacity: 0.9;
}
.contact .webMap .map {
  width: 100%;
  height: 100%;
}
.contact .webMap #map {
  width: 100% !important;
  height: 100%;
}
.contact .msgBox {
  padding: 50px 0;
}
.contact .msgBox .left {
  width: 325px;
  background: #fff;
  padding: 50px 30px 50px;
}
.contact .msgBox .left .hh1 {
  font-size: 20px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.contact .msgBox .left ul li {
  padding-left: 25px;
  color: #333;
  font-size: 13px;
  margin-top: 25px;
  line-height: 20px;
  word-break: break-all;
}
.contact .msgBox .left ul li a:hover {
  color: #f36f21;
}
.contact .msgBox .left input {
  width: 130px;
  height: 50px;
  background: #1e1e1e url(../image/s_arrow.png) no-repeat 95px 17px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: "微软雅黑";
  outline: none;
  border: none;
  margin-top: 20px;
  text-align: left;
  padding-left: 20px;
  transition: 0.5s;
  cursor: default;
}
.contact .msgBox .left:hover input {
  background: #1e1e1e url(../image/s_arrow.png) no-repeat 100px 17px;
}
.contact .msgBox .left input.hide {
  background: #1e1e1e url(../image/h_arrow.png) no-repeat 95px 17px;
}
.contact .msgBox .right {
  width: 875px;
  background: #fff;
}
.contact .msgBox .right ul {
  padding: 50px 30px;
  position: relative;
  z-index: 999;
  overflow: hidden;
}
.contact .msgBox .right ul li {
  margin-bottom: 16px;
  position: relative;
}
.textmesg {
  font-size: 14px;
  color: red;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 999;
}
.textmesgcode {
  font-size: 14px;
  color: red;
  position: absolute;
  left: 148px;
  top: 13px;
  z-index: 999;
}
.contact .msgBox .right ul li input {
  outline: none;
  border: 1px solid #e4e3e3;
  width: 390px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999;
  padding-right: 15px;
  position: relative;
  z-index: 99;
}
#contact-form ul li #message-submit,
#contact-form ul li #reset{
  cursor: pointer;
}
.contact .msgBox .right ul li textarea {
  outline: none;
  border: 1px solid #e4e3e3;
  width: 100%;
  height: 140px;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999;
  padding-right: 15px;
  position: relative;
  z-index: 99;
}
.contact .msgBox .right ul li.yanzhen input {
  width: 160px;
  float: left;
}
.contact .msgBox .right ul li.yanzhen i {
  float: left;
  width: 80px;
  height: 35px;
  border: 1px solid #e4e3e3;
  position: relative;
  margin: 0 10px;
}
.contact .msgBox .right ul li.yanzhen a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  display: inline-block;
}
.contact .msgBox .right ul li.yanzhen a:hover {
  color: #f36f21;
}
.contact .msgBox .right ul li.btn {
  text-align: right;
}
.contact .msgBox .right ul li.btn input {
  width: 110px;
  border: none;
  padding: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f36f21;
  font-family: "微软雅黑";
  transition: 0.5s;
}
.contact .msgBox .right ul li.btn input:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .contact .msgBox .right {
    width: 645px;
  }
  .contact .msgBox .right ul {
    padding: 50px 10px;
  }
  .contact .msgBox .right ul li input {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .msgBox .left {
    width: 35%;
    padding: 50px 10px;
  }
  .contact .msgBox .right {
    width: 65%;
  }
  .contact .msgBox .right ul {
    padding: 50px 10px 0px;
  }
  .contact .msgBox .right ul li input {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .contact .msgBox .left {
    width: 100%;
    padding: 10px 10px;
    top: 50px;
    left: 15px;
  }
  .contact .webMap a.down{
    display: none;
  }
  .contact .msgBox .left ul li {
    margin-top: 10px;
  }
  .contact .msgBox .left input {
    margin-top: 10px;
    height: 30px;
    background: #1e1e1e url(../image/s_arrow.png) no-repeat 95px 6px;
    font-size: 16px;
    display: none;
  }
  .contact .msgBox {
    padding: 10px 0;
  }
  .contact .msgBox .right {
    width: 100%;
    right: none !important;
    left: 15px;
    top: 300px;
  }
  .contact .webMap {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
  .contact .webMap .map {
    width: 100%;
  }
  .contact .webMap #map {
    width: 100% !important;
    height: 200px!important;
  }
  .contact .msgBox .right ul {
    padding: 10px 10px 10px;
  }
  .contact .msgBox .right ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .contact .msgBox .right ul li textarea {
    height: 80px;
  }
  .contact .msgBox .right ul li input {
    width: 100%;
  }
  .contact .msgBox .right ul li.btn {
    text-align: center;
  }
  .contact .msgBox .right ul li.btn input {
    margin-left: 0;
  }
}
/*product*/
.product .page_nav a {
  margin: 0;
}
.page_nav .slick .slick-prev,
.page_nav .slick .slick-next {
  width: 65px;
  height: 48px;
  top: 10px;
}
.page_nav .slick .slick-prev {
  left: 0;
  background: #1e1e1e url(../image/pre.png) no-repeat center;
}
.page_nav .slick .slick-prev:hover {
  background: #f36f21 url(../image/pre.png) no-repeat center;
}
.page_nav .slick .slick-next {
  right: 0;
  background: #1e1e1e url(../image/next.png) no-repeat center;
}
.page_nav .slick .slick-next:hover {
  background: #f36f21 url(../image/next.png) no-repeat center;
}
.page_nav .slick .slick-prev:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 48px solid #1e1e1e;
  border-right: 15px solid transparent;
  position: absolute;
  right: -15px;
  top: 0;
  opacity: 1;
}
.page_nav .slick .slick-prev:hover:before {
  border-top: 48px solid #f36f21;
}
.page_nav .slick .slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 48px solid #1e1e1e;
  border-left: 15px solid transparent;
  position: absolute;
  left: -15px;
  top: 0;
  opacity: 1;
}
.page_nav .slick .slick-next:hover:before {
  border-bottom: 48px solid #f36f21;
}
.page_nav .slick-list {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .page_nav .slick-list {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_nav .slick-list {
    width: 600px;
  }
}
.product .left ul li a.a1 {
  display: block;
  width: 285px;
  padding: 15px 30px;
  background: url(../image/p_nav_bg.jpg);
  color: #fff;
  margin-bottom: 1px;
  font-size: 16px;
}
.product .left ul li a.cur{
  text-decoration: underline;
  font-weight: bold;
}
.product .left ul li a.a1:hover {
  text-decoration: underline;
  font-weight: bold;
}
.product .left ul li .sub a {
  display: block;
  width: 285px;
  padding: 15px 30px;
  background: #ebebeb;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.product .left ul li .sub a:hover {
  color: #fff;
  background: #f36f21;
}
.product .left ul li .sub a.on {
  font-weight: 600;
  color: #f36f21;
}
.product .left ul li .sub a.on:hover {
  color: #f36f21;
  background: #ebebeb;
}
.product .right {
  width: 885px;
  padding-bottom: 50px;
  background: #fff;
}
.product .right ul li {
  padding: 45px 30px;
  background: #fff;
  border: 5px solid #fff;
  transition: 0.5s;
}
.product .right ul li:hover {
  border-color: #e6e6e6;
}
.product .right ul li i {
  display: block;
  width: 265px;
  height: 170px;
  border: 3px solid #686868;
  float: left;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.product .right ul li i img {
  transition: 0.5s;
}
.product .right ul li .word {
  width: 490px;
  margin-left: 35px;
  padding-top: 20px;
}
.product .right ul li i:hover {
  border-color: #f36f21;
}
.product .right ul li i:hover img {
  transform: scale(1.1);
}
.product .right ul li .word b a {
  display: block;
  font-size: 18px;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 21px;
  line-height: 21px;
}
.product .right ul li .word b a:hover {
  color: #f36f21;
}
.product .right ul li .word p {
  width: 100%;
  font-size: 16px;
  color: #666;
  margin: 25px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 20px;
}
.product .right a.more {
  display: block;
  width: 105px;
  height: 35px;
  background: #f36f21;
  color: #fff;
  line-height: 35px;
  text-align: center;
  position: relative;
}
.product .right a.more:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #f36f21;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: -6px;
}
.product .right a.more:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #f36f21;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: -12px;
}
.product .right a.more:hover {
  padding-left: 15px;
}
.product .right ul {
  border-bottom: 1px solid #f4f4f4;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .product .left ul li a {
    width: 220px !important;
  }
  .product .right {
    width: 740px;
  }
  .product .right ul li .word {
    width: 380px;
    margin-left: 20px;
  }
  .product .right ul li .word b a {
    font-size: 14px;
  }
  .product .right ul li .word p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product .left {
    display: none;
  }
  .product .right {
    width: 100%;
  }
  .product .right ul li {
    padding: 20px;
  }
  .product .right ul li .word {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product .left {
    display: none;
  }
  .product .right {
    width: 100%;
    padding-bottom: 15px;
  }
  .product .right ul li {
    padding: 5px;
  }
  .product .right ul li .word {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    overflow: hidden;
  }
  .product .right ul li i {
    width: 100%;
  }
  .product .right ul li .word p {
    margin: 5px 0;
    font-size: 12px;
  }
  .product .right ul li .word b a {
    font-size: 14px;
  }
  .product .right a.more {
    float: right;
  }
}
/*pro_show*/
.pro_show {
  width: 885px;
  background: #fff;
}
.pro_show .top {
  padding-bottom: 40px;
}
.pro_show .top h1 {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin: 40px 0;
}
.pro_show .demo .item {
  margin-bottom: 60px;
  margin-top: 60px;
}
.pro_show .content-slider li {
  background-color: #66677c;
  text-align: center;
  color: #FFF;
}
.pro_show .content-slider h3 {
  margin: 0;
  padding: 70px 0;
}
.pro_show .demo {
  width: 520px;
  margin: 0 auto;
}
.pro_show .lSSlideWrapper {
  border: 3px solid #e0e0e0;
  margin-bottom: 20px;
}
.pro_show .lSSlideOuter .lSPager.lSGallery {
  padding-left: 25px;
}
.pro_show .lSSlideOuter .lSPager.lSGallery li {
  width: 100px !important;
  height: 65px;
  margin-right: 25px !important;
  border: 2px solid #e0e0e0;
}
.pro_show .lSSlideOuter .lSPager.lSGallery li.active {
  border-color: #f36f21;
}
.pro_show .lSSlideOuter .lSPager.lSGallery li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_show .lSAction > a {
  width: 35px;
  height: 100px;
  margin-top: -50px;
}
.pro_show .lSAction > .lSPrev {
  background: url(../image/s_pre.png) no-repeat center;
}
.pro_show .lSAction > .lSNext {
  background: url(../image/s_next.png) no-repeat center;
}
.pro_show ul.choose {
  padding: 10px 0;
  background: #f4f4f4;
}
.pro_show ul.choose li {
  width: 49.5%;
  height: 50px;
  background: #1e1e1e;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  text-align: center;
  outline: 20px;
  line-height: 50px;
  position: relative;
}
.pro_show ul.choose li.on {
  background: #f36f21;
}
.pro_show ul.choose li i {
  display: inline-block;
  vertical-align: margin;
  margin-right: 20px;
}
.pro_show ul.choose li i img {
  vertical-align: middle;
}
.pro_show .listBox .list {
  padding: 40px 30px;
}
.pro_show .listBox .list img{
  max-width:100%;
}
.pro_show .listBox .list p {
  font-size: 13px;
  color: #666;
  line-height: 30px;
}
.pro_show .listBox .list i.img {
  display: block;
  width: 100%;
  height: 360px;
  position: relative;
  margin: 20px auto 0;
}
.pro_show .nextPre {
  background: #f4f4f4;
  padding-top: 10px;
}
.pro_show .nextPre ul li {
  width: 46%;
}
.pro_show .listBox .list {
  display: none;
}
.pro_show .listBox .list ul {
  position: relative;
  z-index: 999;
  overflow: hidden;
}
.pro_show .listBox .list ul li {
  margin-bottom: 16px;
  position: relative;
}
.pro_show .listBox .list ul li input {
  outline: none;
  border: 1px solid #e3e3e3;
  width: 390px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  position: relative;
  padding-right: 20px;
}
.pro_show .listBox .list ul li textarea {
  outline: none;
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 140px;
  line-height: 24px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #999;
  position: relative;
}
.pro_show .listBox .list ul li.yanzhen input {
  width: 160px;
  float: left;
}
.pro_show .listBox .list ul li.yanzhen i {
  float: left;
  width: 80px;
  height: 35px;
  border: 1px solid #e4e3e3;
  position: relative;
  margin: 0 10px;
}
.pro_show .listBox .list ul li.yanzhen a {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
.pro_show .listBox .list ul li.yanzhen a:hover {
  color: #f36f21;
}
.pro_show .listBox .list ul li.btn {
  text-align: right;
}
.pro_show .listBox .list ul li.btn input {
  width: 110px;
  border: none;
  padding: 0;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f36f21;
  font-family: "微软雅黑";
  transition: 0.5s;
}
.pro_show .listBox .list ul li.btn input:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .pro_show {
    width: 740px;
  }
  .pro_show .listBox .list i.img {
    height: 296px;
  }
  .pro_show .nextPre ul li {
    width: 45%;
  }
  .pro_show .listBox .list ul li input {
    width: 335px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro_show {
    width: 100%;
  }
  .pro_show .nextPre ul li {
    width: 45%;
  }
  .pro_show .listBox .list ul li input {
    width: 335px;
  }
}
@media (max-width: 767px) {
  .pro_show {
    width: 100%;
  }
  .pro_show .nextPre ul li {
    width: 37%;
  }
  .pro_show .listBox .list ul li {
    width: 100%;
  }
  .pro_show .listBox .list ul li input {
    width: 100%;
  }
  .pro_show .lSSlideOuter .lSPager.lSGallery {
    display: none;
  }
  .pro_show .demo {
    width: 100%;
    margin: 0 auto;
  }
  .lSSlideOuter .lightSlider > *,
  .lSSlideOuter .lSGallery li {
    height: 220px;
  }
  .pro_show .top {
    padding-bottom: 0px;
  }
  .pro_show .top h1 {
    margin: 15px 0;
    font-size: 18px;
    padding: 0 5px;
  }
  .pro_show .listBox .list i.img {
    height: 125px;
  }
  .pro_show .listBox .list {
    padding: 15px;
  }
  .pro_show .listBox .list ul li {
    margin-bottom: 10px;
  }
  .pro_show .listBox .list ul li.yanzhen a {
    float: left;
    display: inline-block;
    /*width: 100%;*/
  }
  .pro_show .listBox .list ul li.btn {
    text-align: center;
  }
  .pro_show .listBox .list ul li.btn input {
    margin: 0;
  }
  .pro_show ul.choose li {
    font-size: 16px;
  }
  .pro_show ul.choose li i {
    margin-right: 5px;
  }
}
.pro_show .show_rec {
  padding: 50px 0 70px;
  background: #f4f4f4;
}
.pro_show .show_rec .slick-slider{
  width:95%;
}
.pro_show .show_rec .hh1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 25px;
}
.pro_show .show_rec a {
  display: block;
  width: 266px;
  margin: 0 auto;
}
.pro_show .show_rec a i {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  border: 3px solid #686868;
  transition: 0.5s;
  overflow: hidden;
}
.pro_show .show_rec a i img {
  transition: 0.5s;
}
.pro_show .show_rec a span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  transition: 0.5s;
}
.pro_show .show_rec a i:hover {
  border-color: #f36f21;
}
.pro_show .show_rec a i:hover img {
  transform: scale(1.1);
}
.pro_show .show_rec a span:hover {
  color: #f36f21;
}
.pro_show .slick-slider {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pro_show .show_rec {
    padding: 15px 0;
  }
  .pro_show .show_rec .hh1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .pro_show .show_rec a span {
    margin-top: 5px;
    font-size: 13px;
  }
}
/*history*/
.history .development_main .slider_for {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 145px;
  background: #fff;
}
.history .development_main .slider_for .slick-prev,
.history .development_main .slider_for .slick-next {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
}
.history .development_main .slider_for .slick-prev:before {
  content: '';
}
.history .development_main .slider_for .slick-prev {
  background: #1e1e1e url("../image/his_l.png") no-repeat center;
  left: 40px;
}
.history .development_main .slider_for .slick-prev:hover {
  background: #f36f21 url("../image/his_l.png") no-repeat center;
}
.history .development_main .slider_for .slick-next {
  background: #1e1e1e url("../image/his_r.png") no-repeat center;
  right: 40px;
}
.history .development_main .slider_for .slick-next:hover {
  background: #f36f21 url("../image/his_r.png") no-repeat center;
}
.history .development_main .slider_for .pic {
  width: 245px;
  height: 130px;
  float: left;
  position: relative;
}
.history .development_main .slider_for .pic:after {
  content: "";
  display: block;
  padding-bottom: 78.6%;
}
.history .development_main .slider_for .txt {
  width: 60%;
  float: left;
  margin-left: 35px;
}
.history .development_main .slider_for .txt big {
  color: #f36f21;
  font-size: 60px;
  overflow: hidden;
  height: 67px;
  line-height: 67px;
  display: inline-block;
}
.history .development_main .slider_for .txt p {
  color: #666666;
  font-size: 13px;
  line-height: 26px;
  margin: 15px 0 0;
  overflow: hidden;
}
.history .development_main .slider_list {
  margin-top: 70px;
  height: 80px;
  margin-bottom: 0px;
}
.history .development_main .slider_list:after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  margin: 0 auto;
  border-bottom: 1px dotted #c3c3c3;
  margin-top: -15px;
}
.history .development_main .slider_list .slick-prev,
.history .development_main .slider_list .slick-next {
  width: 30px;
  height: 30px;
  border: none;
  margin-top: -17px;
  z-index: 999;
}
.history .development_main .slider_list .slick-prev {
  left: 0px;
  background: url("../image/his_left.png") no-repeat;
}
.history .development_main .slider_list .slick-prev:hover {
  background: url("../image/his_left_h.png") no-repeat;
}
.history .development_main .slider_list .slick-prev:before {
  content: "";
}
.history .development_main .slider_list .slick-next {
  right: 0px;
  background: url("../image/his_right.png") no-repeat;
}
.history .development_main .slider_list .slick-next:hover {
  background: url("../image/his_right_h.png") no-repeat;
}
.history .development_main .slider_list span {
  display: block;
  font-size: 20px;
  color: #666;
  text-align: center;
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  padding: 0 30px;
}
.history .development_main .slider_list i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
  margin: 10px auto 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.history .development_main .slider_list .slick-current span {
  color: #f36f21;
}
.history .development_main .slider_list .slick-current i {
  background: #f36f21;
  position: relative;
}
.history .development_main .slider_list .slick-current i:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #f36f21;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .history .development_main .slider_for {
    padding: 60px 85px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .history .development_main .slider_for {
    padding: 60px 85px;
  }
  .history .development_main .slider_for .txt {
    width: 50%;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .history .development_main .slider_for {
    padding: 10px;
  }
  .history .development_main .slider_for .txt {
    width: 100%;
    margin-left: 0;
  }
  .history .development_main .slider_list {
    display: none;
  }
  .history .development_main .slider_for .slick-prev {
    display: none !important;
  }
  .history .development_main .slider_for .slick-next {
    display: none !important;
  }
  .history .development_main .slider_for .pic {
    float: none;
    margin: 0 auto;
  }
  .history .development_main .slider_for .txt big {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
  }
  .history .development_main .slider_for .txt p {
    margin-top: 5px;
  }
  .home_product .bigList .smallChoose span{
    width: 100%;/*解决手机苹果浏览器问题*/
  }
}


/*新增--友情链接样式--begin*/
footer .flink{
  width: 100%;
  height: 100%;
  /* border: 1px solid #e1e1df; */
  float: left;
  font-size: 14px;
  color: #747474;
  position: relative;
  /* margin-top: 10px; */
  height: 40px;
  line-height: 40px;
}
footer .flink:before{
  content: "";
  position: absolute;
  height: 4px;
  width: 8px;
  /*background: url(../images/link1.png) no-repeat;*/
  right: 9px;
  top: 10px;
}
footer .flink .title{
  display: block;
  padding-left: 4px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  margin-top: 6px;
  border-right: 1px solid #e1e1df;
  text-align: center;
  color: #fff;
}
footer .flink .foptn{
  width: 100%;
  bottom: 40px;
  /* left: -1px; */
  z-index: 99;
  position: absolute;
  display: none;
  background: #EFECEC;
}
footer .flink:hover .foptn{
  display: block;
}
footer .flink .foptn dt{
  line-height: 30px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  padding: 0 2px;
}
footer .flink .foptn a:hover{
  color: #f36f21;
}
/*新增--友情链接样式--end*/


/*新增*/
#mmenu .mm-title{
  color: #666;
  height: 30px;
}
@media (min-width:992px) {
  #mmenu{
    display: none;
  }
}
#contact-form  .validate-on {
  border: 1px solid #ff0000;
  box-shadow: 0 0 1px #ff0000;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.pub_form_ul li input[type="text"]{line-height: 30px!important;height: 28px!important;  padding: 0px !important;}
.pub_form_ul li .pub_radio{margin-top:-2px !important;}
a.l-btn span.l-btn-left{height:auto!important;}
a.l-btn{padding-right: 16px!important;}
.pub_form_ul li label {margin-right: 0px!important;}
.panel {margin-bottom: 0px!important;}
.panel_inner .tip{padding: 0px!important;}
.panel-body {   padding: 0px; }
a{-webkit-transition:all 0 ease 0!important;transition:all 0 ease 0!important;}
.fn-suspend{margin-right:0!important;}
.BMapLib_nav{display:none;padding:10px!important;}
.BMapLib_bubble_content{padding:10px!important;}
.BMapLib_sendToPhone,.BMapLib_bubble_close{display:none;}
.BMap_cpyCtrl{display:none;}
.BMapLib_trans{margin:0!important;}
.BMap_Marker img{max-width:39px;}