@charset "utf-8";
/*home_banner*/
.home_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home_banner .slick {
  width: 100%;
  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%;
  z-index: 9;
  bottom: 20px;
}
.home_banner .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 4px;
  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: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  opacity: 1;
}
.home_banner .slick-dots li.slick-active button:before {
  border: 1px solid #fff;
  background: none;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  opacity: 1;
}
@media (max-width: 767px) {
  .home_banner .slick-dots {
    bottom: 5px;
  }
}
/*home_title*/
.home_title {
  width: 330px;
  height: 70px;
  margin: 0 auto;
  margin-top: 75px;
  border: 2px solid #dcdcdc;
  text-align: center;
  line-height: 70px;
  position: relative;
}
.home_title:after {
  content: "";
  display: block;
  width: 123px;
  height: 7px;
  background: #ffffff url(../images/htBg.png) no-repeat center;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -62px;
}
.home_title b {
  font-size: 28px;
  color: #117CB0;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  display: inline-block;
}
/*home_pro*/
.home_pro .slick {
  margin-top: 70px;
  margin-bottom: 80px;
}
.home_pro .slick .box {
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.home_pro .slick .box i {
  display: block;
  width: 100%;
  padding-top: 89%;
  position: relative;
}
.home_pro .slick .box b a {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin-top: 10px;
}
.home_pro .slick .box .hide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 65px;
  text-align: center;
  color: #fff;
  display: none;
  transition: 0.5s;
}
.home_pro .slick .box:hover .hide {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: block;
}
.home_pro .slick .box .hide em.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #c49d66;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.home_pro .slick .box .hide p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  width: 100%;
  height: 42px;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 21px;
  padding: 0 5px;
}
.home_pro .slick .box .hide a.more {
  display: inline-block;
  width: 100px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.home_pro .slick .slick-prev,
.home_pro .slick .slick-next {
  width: 17px;
  height: 43px;
  margin-top: -20px;
  transition: 0.5s;
}
.home_pro .slick .slick-prev:before,
.home_pro .slick .slick-next:before {
  content: "";
}
.home_pro .slick .slick-prev {
  background: #c4c4c4 url(../images/left.png) no-repeat center;
}
.home_pro .slick .slick-next {
  background: #c4c4c4 url(../images/right.png) no-repeat center;
}
.home_pro .slick .slick-prev:hover,
.home_pro .slick .slick-next:hover {
  background-color: #c49d66;
}
@media (max-width: 767px) {
  .home_title {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 25px;
  }
  .home_title b {
    font-size: 14px;
    height: 30px;
    line-height: 25px;
  }
  .home_pro .slick {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home_pro .slick .slick-prev,
  .home_pro .slick .slick-next {
    display: none !important;
  }
  .home_pro .slick .box .hide {
    padding-top: 15px;
  }
}
/*home_store*/
.home_store {
  padding-top: 1px;
  background: #fcf8f4;
  padding-bottom: 70px;
}
.home_store .home_title:after {
  background: #fcf8f4 url(../images/htBg.png) no-repeat center;
}
.home_store span.title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #c49d66;
  margin: 35px 0 15px;
}
.home_store .tabs-head .slick-slide {
  float: none;
  display: inline-block;
  width: auto !important;
  margin: 0 30px;
}
.home_store .tabs-head {
  margin-bottom: 40px;
}
.home_store .tabs-head .slick-track {
  width: 100% !important;
  border-top: 1px solid #efe5d8;
  border-bottom: 1px solid #efe5d8;
  padding: 15px;
}
.home_store .tabs-head .slick-slide a {
  font-size: 14px;
  color: #666;
  cursor: default;
}
.home_store .tabs-head .slick-slide.on a {
  color: #c49d66;
}
.home_store .tabs-cont {
  height: 285px;
}
.home_store .tabs-cont ul {
  position: relative;
}
.home_store .tabs-cont ul li.list {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #fcf8f4;
}
.home_store .tabs-cont ul li.list.on {
  z-index: 999;
}
.home_store .tabs-cont ul li.list .items {
  width: 215px;
  height: 258px;
  background: #fff;
  padding: 30px 15px 0;
  margin: 0 auto;
}
.home_store .tabs-cont ul li.list .items a {
  display: block;
  width: 100%;
  height: 100%;
}
.home_store .tabs-cont ul li.list .items b {
  font-size: 15px;
  color: #333;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
  height: 20px;
  line-height: 20px;
}
.home_store .tabs-cont ul li.list .items i.img {
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.home_store .tabs-cont ul li.list .items i.img img {
  transition: 1.2s;
}
.home_store .tabs-cont ul li.list .items:hover i.img img {
  transform: scale(1.1);
}
.home_store .tabs-cont ul li.list .items .contss{
  height:40px;
  overflow: hidden;
}
.home_store .tabs-cont ul li.list .items p {
  font-size: 12px;
  color: #666;
  width: 100%;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
}
.home_store .tabs-cont ul li.list .items p em {
  float: left;
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 10px;
  margin-top: 2px;
}
.home_store .tabs-cont ul li.list .items p em.phones{
  background: url(../images/call2.png) no-repeat;
  background-size: 100%;
}
.home_store .tabs-cont ul li.list .items p em.addresss{
  background: url(../images/ad.png) no-repeat;
  background-size: 100%;
}
.home_store .tabs-cont .slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 9;
  bottom: -65px;
}
.home_store .tabs-cont .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 4px;
  padding: 0px;
  cursor: pointer;
}
.home_store .tabs-cont .slick-slider {
  margin-bottom: 0px !important;
}
.home_store .tabs-cont .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #c49d66;
  opacity: 1;
}
.home_store .tabs-cont .slick-dots li.slick-active button:before {
  border: 1px solid #c49d66;
  background: #fcf8f4;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  opacity: 1;
}
.home_store .tabs-cont ul li.list .items:hover b {
  color: #c49d66;
}
@media (max-width: 767px) {
  .home_store .tabs-head .slick-slide {
    margin: 0 10px;
  }
  .home_store .tabs-cont ul li.list .items {
    margin: 0 auto;
  }
  .home_store span.title {
    margin: 10px 0;
    font-size: 16px;
  }
  .home_store .tabs-head .slick-track {
    padding: 5px;
  }
  .home_store .tabs-cont {
    margin-top: -30px;
    height: 230px;
  }
  .home_store .tabs-cont .slick-dots {
    bottom: -30px;
  }
}
/*home_about*/
.home_about .homeAbout {
  margin-top: 40px;
  margin-bottom: 60px;
}
.home_about .homeAbout .left {
  width: 50%;
  padding-top: 25%;
  position: relative;
}
.home_about .homeAbout .right {
  width: 50%;
  padding: 50px 30px 34px;
  background: #fcf8f4;
}
.home_about .homeAbout .right b {
  display: block;
  color: #c49d66;
  width: 100%;
  font-size: 20px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}
.home_about .homeAbout .right p {
  font-size: 13px;
  color: #797979;
  line-height: 30px;
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_about .homeAbout .right {
    padding: 25px 30px 11px;
  }
  .home_about .homeAbout .right b {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_about .homeAbout .left {
    width: 100%;
    padding-top: 40%;
  }
  .home_about .homeAbout .right {
    width: 100%;
    padding: 20px 15px;
  }
  .home_about .homeAbout .right b {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home_about .homeAbout .left {
    display: none;
  }
  .home_about .homeAbout .right {
    width: 100%;
    padding: 10px;
  }
  .home_about .homeAbout .right b {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .home_about .homeAbout {
    margin: 15px 0;
  }
  .home_about .homeAbout .right p {
    font-size: 12px;
    line-height: 24px;
  }
}
/*home_honor*/
.home_honor {
  position: relative;
  padding-bottom: 50px;
}
.home_honor:after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: #c49d66;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.home_honor .box {
  width: 213px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
.home_honor .box i {
  display: block;
  width: 100%;
  padding-top: 141%;
  position: relative;
}
.home_honor .box span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  /*padding-top: 3%;*/
}
.home_honor .slick {
  z-index: 999;
}
.home_honor .slick-prev,
.home_honor .slick-next {
  width: 30px;
  height: 30px;
  filter: alpha(opacity=10);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  transition: 0.5s;
  margin-top: 70px;
  border-radius: 50%;
  z-index: 999;
}
.home_honor .slick-prev:hover,
.home_honor .slick-next:hover {
  filter: alpha(opacity=30);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
}
.home_honor .slick-prev:before,
.home_honor .slick-next:before {
  content: "";
}
.home_honor .slick-prev {
  background: #000000 url(../images/hhl.png) no-repeat center;
}
.home_honor .slick-next {
  background: #000000 url(../images/hhr.png) no-repeat center;
}
@media (max-width: 767px) {
  .home_honor .slick-prev {
    left: 0;
  }
  .home_honor .slick-next {
    right: 0;
  }
  .home_honor {
    padding-bottom: 10px;
  }
  .home_honor .slick {
    margin-bottom: 0;
  }
}
/*home_rec*/
.home_rec {
  padding: 70px 0;
}
.home_rec .left {
  width: 560px;
}
.home_rec .title {
  margin-bottom: 20px;
}
.home_rec .title b {
  float: left;
  font-size: 20px;
  color: #117CB0;
  border-right: 1px solid #cdcdcd;
  line-height: 20px;
  padding-right: 10px;
  margin-right: 10px;
  max-width: 22%;
  height: 20px;
  overflow: hidden;
}
.home_rec .title p {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
.home_rec .title a.more {
  float: right;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
.home_rec .title a.more em {
  float: right;
  width: 12px;
  height: 12px;
  position: relative;
  background: #c49d66;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 4px;
}
.home_rec .left i.img {
  width: 260px;
  height: 260px;
  position: relative;
}
.home_rec .left ul {
  width: 300px;
  height: 260px;
  background: #fcf8f4;
  padding: 25px 30px 0;
}
.home_rec .left ul li {
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.home_rec .left ul li a {
  display: block;
  width: 100%;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
  transition: color 0.5s;
}
.home_rec .left ul li:hover a {
  color: #c49d66;
  font-weight: 600;
}
.home_rec .left ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #dfdad5;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transition: 0.5s;
}
.home_rec .left ul li:hover:before {
  border-left: 4px solid #c49d66;
}
.home_rec .right {
  width: 560px;
}
.home_rec .right ul {
  height: 260px;
  overflow: hidden;
}
.home_rec .right ul li {
  width: 100%;
  padding: 20px;
  background: #fcf8f4;
  margin-bottom: 20px;
  overflow: hidden;
}
.home_rec .right ul li i.img {
  float: left;
  width: 100px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.home_rec .right ul li i.img img {
  transition: 1.2s;
}
.home_rec .right ul li .word {
  float: right;
  width: 75%;
  padding-top: 15px;
}
.home_rec .right ul li span {
  display: block;
  width: 100%;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  margin-bottom: 15px;
}
.home_rec .right ul li span a {
  font-size: 15px;
  color: #333;
  float: left;
  width: 80%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_rec .right ul li span em {
  float: right;
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.home_rec .right ul li p {
  font-size: 13px;
  color: #797979;
  width: 100%;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_rec .right ul li:hover a {
  color: #c49d66;
}
.home_rec .right ul li:hover i.img img {
  transform: scale(1.1);
}
@media (min-width: 991px) and (max-width: 1205px) {
  /*.home_rec .title p {*/
    /*width: 45%;*/
  /*}*/
  .home_rec .left {
    width: 49%;
  }
  .home_rec .left i.img {
    display: none;
  }
  .home_rec .left ul {
    width: 100%;
  }
  .home_rec .right {
    width: 49%;
  }
  .home_rec .right ul li .word {
    width: 70%;
  }
  .home_rec .right ul li span a {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_rec .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .home_rec .left ul {
    float: left;
    width: 490px;
  }
  .home_rec .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_rec {
    padding: 15px 0 5px 0;
  }
  .home_rec .title {
    line-height: 14px;
    margin-bottom: 10px;
  }
  .home_rec .title b {
    font-size: 14px;
    padding-right: 5px;
    margin-right: 5px;
  }
  /*.home_rec .title p {*/
    /*width: 55%;*/
  /*}*/
  .home_rec .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .home_rec .left i.img {
    display: none;
  }
  .home_rec .left ul {
    float: left;
    width: 100%;
    padding: 10px 0 10px 5px;
    height: auto;
  }
  .home_rec .left ul li {
    margin-bottom: 10px;
  }
  .home_rec .right {
    width: 100%;
  }
  .home_rec .right ul {
    height: auto;
  }
  .home_rec .right ul li {
    padding: 10px;
    margin-bottom: 5px;
  }
  .home_rec .right ul li .word {
    width: 60%;
  }
  .home_rec .right ul li span em {
    display: none;
  }
  .home_rec .right ul li span a {
    width: 100%;
    font-size: 13px;
  }
  .home_rec .right ul li p {
    font-size: 12px;
  }
}
/*bread*/
.bread {
  padding: 20px 0;
  border-bottom: 1px solid #eee5d8;
  margin-bottom: 30px;
}
.bread .leftNav {
  position: relative;
  max-width:65%;
}
.main .list-pro-twos {
  /*position: absolute;*/
  left: 0;
  bottom: -50px;
}
.main .list-pro-twos li{
  width:100%;
  text-align: center;
}
.pro_show .main .list-pro-twos li{
  margin-bottom: 40px;
}
.main .list-pro-twos li a {
  font-size: 12px;
  margin-right: 20px;
  display: inline-block;
  line-height: 30px;
}
.main .list-pro-twos li a.on {
  color: #c49d66;
}
.bread .leftNav a {
  display: inline-block;
  margin-right: 60px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.bread .leftNav a.on {
  color: #c49d66;
}
.bread .leftNav a:hover {
  color: #c49d66;
}
.bread p {
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  background: url(../images/bread.png) no-repeat left 3px;
  max-width:30%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}
.bread p a {
  color: #999;
}
.bread p a:hover {
  color: #c49d66;
}
.bread p a:last-child{
  color: #c49d66;
}
.bread p em {
  font-style: normal;
  color: #c49d66;
}
/*about*/
.about {
  padding-bottom: 100px;
}
.about .left {
  width: 450px;
}
.about .left i.img {
  display: block;
  width: 410px;
  height: 225px;
  position: relative;
  margin-right: -260px;
  margin-top: 50px;
  margin-bottom: 55px;
  z-index: 2 ;
}
.about b.title {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #c49d66;
}
.about p {
  font-size: 13px;
  color: #797979;
  line-height: 35px;
  /*text-indent: 2em;*/
}
.about .right {
  width: 700px;
}
.about .right i.img {
  display: block;
  width: 700px;
  height: 618px;
  position: relative;
  margin-bottom: 35px;
}
.about .right b {
  font-size: 64.73px;
  color: #c49d66;
  position: absolute;
  right: -50px;
  bottom: 140px;
  font-style: normal;
}
.about .right b:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #c49d66;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.about .bottom {
  margin-top: 150px;
  width: 100%;
}
.about .bottom i.img {
  width: 370px;
  height: 410px;
  position: relative;
}
.about .bottom i.img b {
  font-size: 64.73px;
  color: #c49d66;
  position: absolute;
  left: -50px;
  bottom: 60px;
  font-style: normal;
}
.about .bottom i.img b:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #c49d66;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.about .bottom .word {
  width: 770px;
  padding-top: 30px;
}
.page_title {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
.page_title span {
  display: inline-block;
  font-size: 24px;
  color: #c49d66;
  padding: 0 35px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.page_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c49d66;
  position: absolute;
  left: 0;
  top: 50%;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .about .left {
    width: 100%;
  }
  .about .left i.img {
    float: left;
    margin: 0;
    margin-right: 15px;
  }
  .about .left .word {
    float: none;
  }
  .about .right {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .about .right i.img {
    float: left;
    margin-right: 15px;
  }
  .about .right b {
    right: 10px;
  }
  .about .bottom {
    margin-top: 0;
  }
  .about .bottom i.img {
    margin-right: 15px;
  }
  .about .bottom i.img b {
    left: 10px;
  }
  .about .bottom .word {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about .left {
    width: 100%;
  }
  .about .left i.img {
    float: left;
    margin: 0;
    margin-right: 15px;
  }
  .about .left .word {
    float: none;
  }
  .about .right {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .right i.img {
    margin: 0 auto;
    float: none;
  }
  .about .right b {
    right: 10px;
  }
  .about .bottom {
    margin-top: 0;
  }
  .about .bottom i.img {
    margin-right: 15px;
  }
  .about .bottom i.img b {
    left: 10px;
  }
  .about .bottom .word {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .bread {
    display: none;
  }
  .product .main .list-pro-twos{
    display: none;
  }
  .about .left {
    width: 100%;
  }
  .about .left i.img {
    display: none;
  }
  .about .left .word {
    float: none;
    margin-top: 10px;
  }
  .about b.title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
  }
  .about p {
    line-height: 26px;
  }
  .about .right {
    width: 100%;
  }
  .about .right i.img {
    display: none;
  }
  .about .bottom {
    margin-top: 0;
  }
  .about .bottom i.img {
    display: none;
  }
  .about .bottom .word {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .about {
    padding-bottom: 15px;
  }
  .page_title {
    margin-bottom: 10px;
  }
  .page_title span {
    font-size: 18px;
  }
}
/*news*/
.news {
  padding: 0px 0 90px;
}
.news ul li {
  padding: 60px 0;
  border-bottom: 1px solid #f7f2eb;
  transition: 0.5s;
}
/*.news ul li:last-child{*/
  /*border-bottom: none;*/
/*}*/
.news ul li:hover {
  background: #e1cdb1;
}
.news ul li .date {
  width: 60px;
  position: relative;
  margin-right: 90px;
}
.news ul li .date:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #c49d66;
  position: absolute;
  top: 5px;
  right: -50px;
  transition: 0.5s;
}
.news ul li .date b {
  display: block;
  width: 100%;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 40px;
  color: #333;
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.5s;
}
.news ul li .date span {
  display: block;
  font-size: 16px;
  width: 100%;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  transition: 0.5s;
}
.news ul li i.img {
  width: 113px;
  height: 90px;
  position: relative;
  overflow: hidden;
}
.news ul li i.img img {
  transition: 1.2s;
}
.news ul li .word {
  width: 75%;
}
.news ul li .word b a {
  display: block;
  width: 100%;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  transition: 0.5s;
}
.news ul li .word p {
  width: 100%;
  height: 34px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #999;
  margin: 10px 0;
  transition: 0.5s;
}
.news ul li .word a.more {
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e1cdb1;
  font-size: 12px;
  color: #c49d66;
  background: #fff;
}
.news ul li:hover .date b {
  color: #fff;
}
.news ul li:hover .date span {
  color: #fff;
}
.news ul li:hover .date:after {
  background: #fff;
}
.news ul li:hover i.img img {
  transform: scale(1.1);
}
.news ul li:hover .word b a {
  color: #fff;
}
.news ul li:hover .word p {
  color: #fff;
}
.news ul li:hover a.more {
  color: #e1cdb1;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .news ul li .date {
    margin-right: 55px;
  }
  .news ul li .date:after {
    right: -32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news ul li .date {
    margin-right: 6px;
  }
  .news ul li .date:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .news ul li .date {
    display: none;
  }
  .news ul li .word {
    width: 60%;
  }
  .news ul li {
    padding: 15px 0;
  }
  .news {
    padding: 15px 0;
  }
}
/*pageNum*/
.pageNum {
  text-align: center;
  margin-top: 60px;
}
.pageNum a,.pageNum span {
  display: inline-block;
  height: 36px;
  padding: 0 15px;
  line-height: 37px;
  background: #f7f2eb;
  font-size: 13px;
  color: #666;
  margin: 0 3px;
}
.pageNum a:hover {
  background: #c49d66;
  color: #fff;
}
.pageNum .page-cur {
  background: #c49d66;
  color: #fff;
}
@media (max-width: 767px) {
  .pageNum {
    margin-top: 15px !important;
  }
  .pageNum .page-num {
    display: none;
  }
  .pageNum a,.pageNum span {
    padding: 0 6px;
  }
}
/*news_show*/
.news_show {
  min-height: 200px;
}
.news_show .title {
  text-align: center;
}
.news_show .title h1 {
  font-size: 20px;
  color: #333;
  font-weight: 400;
  margin-bottom: 35px;
}
.news_show .title span {
  display: inline-block;
  font-size: 12px;
  color: #333;
  margin: 0 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c49d66;
}
.news_show .art {
  margin-top: 50px;
  font-size: 13px;
  color: #666;
  line-height: 30px;
}
.news_show .art img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .news_show {
    padding-top: 15px;
  }
  .news_show .title h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .news_show .title span {
    padding-bottom: 3px;
  }
  .news_show .art {
    margin-top: 15px;
  }
}
/*nextPre*/
.nextPre {
  margin-top: 50px;
}
.nextPre ul {
  width: 91.66666667%;
}
.nextPre ul li {
  width: 50%;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #c49d66;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  border-right: 1px solid #fff;
  transition: 0.5s;
  padding: 0 10px;
}
.nextPre ul li:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.nextPre ul li a {
  /*display: block;*/
  /*width: 100%;*/
  color: #fff;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.nextPre a.back {
  width: 8.33333333%;
  line-height: 30px;
  background: #c49d66;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .nextPre {
    margin-top: 10px;
  }
  .nextPre ul {
    width: 70%;
  }
  .nextPre ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 0 5px;
  }
  .nextPre a.back {
    width: 30%;
    margin-top: 15px;
  }
}
/*product*/
.product {
  padding-bottom: 30px;
}
.product ul li {
  width: 25%;
  float: left;
  margin-bottom: 40px;
}
.product ul li i {
  display: block;
  width: 86.66666667%;
  padding-top: 83%;
  position: relative;
  border: 5px solid #fcf8f4;
  margin: 0 auto;
  transition: 0.5s;
}
.product ul li span {
  display: block;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  transition: color 0.5s;
  height: 21px;
  line-height: 21px;
}
.product ul li:hover i {
  border-color: #c49d66;
}
.product ul li:hover span {
  color: #c49d66;
}
@media (max-width: 767px) {
  .product {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .product ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .product ul li span {
    margin-top: 5px;
    font-size: 14px;
  }
}
/*maker*/
.maker {
  padding-bottom: 90px;
}
.maker ul li {
  width: 33.33333333%;
  float: left;
  margin-bottom: 50px;
}
.maker ul li i {
  display: block;
  width: 90%;
  padding-top: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;

}
.maker ul li i img {
  transition: 1.2s;
}
.maker ul li:hover i img {
  transform: scale(1.1);
}
.maker ul li .word {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.maker ul li .word b {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  transition: 0.5s;
  height: 24px;
  line-height: 24px;
}
.maker ul li:hover .word b {
  color: #c49d66;
}
.maker ul li .word span {
  display: block;
  width: 100%;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.maker ul li .word p {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  width: 100%;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .maker {
    padding: 15px 0 10px;
  }
  .maker ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .maker ul li .word {
    margin-top: 5px;
  }
  .maker ul li .word b {
    font-size: 16px;
  }
}
/*maker_show*/
.maker_show .showBox i.img {
  display: block;
  width: 400px;
  height: 450px;
  position: relative;
}
.maker_show .word {
  width: 800px;
  height: 450px;
  background: #fcf8f4;
  padding: 50px 20px;
  padding-right: 0;
}
.maker_show .word .mCSB_container{
  margin-right: 6px;
}
@media(max-width:767px){
  .maker_show .word .mCSB_container{
    margin-right: 11px;
  }
}
.maker_show .word .hide {
  width: 100%;
  height: 100%;
}
.maker_show .word h1 {
  font-size: 18px;
  color: #c49d66;
  padding-right: 40px;
  margin-bottom: 25px;
  line-height: 30px;
}
.maker_show .word p {
  padding-right: 20px;
  font-size: 13px;
  /*text-indent: 2em;*/
  color: #666;
  line-height: 30px;
}
.maker_show .word img{
  max-width:100%;
}
.maker_show .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c49d66;
}
.maker_show .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #c49d66;
}
.maker_show .mCSB_scrollTools .mCSB_draggerRail {
  background: none !important;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .maker_show .word {
    width: 570px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .maker_show .word {
    width: 50%;
  }
  .maker_show .showBox i.img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .maker_show {
    padding: 15px 0 10px;
  }
  .maker_show .word {
    width: 100%;
  }
  .maker_show .word h1 {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .maker_show .word {
    /*padding: 10px 0 10px 10px;*/
  }
  .maker_show .word p {
    padding-right: 5px;
    line-height: 26px;
  }
  .maker_show .showBox i.img {
    width: 100%;
    height: auto;
    padding-top: 111%;
  }
}
/*download*/
.download {
  padding-bottom: 90px;
}
.download .title {
  line-height: 55px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  font-size: 13px;
  color: #999;
}
.download span.list {
  float: left;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.download span.sp1 {
  width: 60%;
  padding-right: 20px;
}
.download span.sp2 {
  width: 16.66666667%;
}
.download span.sp3 {
  width: 25%;
}
.download span.sp4 {
  width: 30px;
  float: right;
}
.download ul li {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px dotted #ededed;
  font-size: 13px;
  color: #666;
  overflow: hidden;
  transition: 0.5s;
}
.download ul li:hover {
  background: #f7f2eb;
}
.download ul li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
}
.download ul li .sp4 a{
  background: url(../images/down.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .download {
    padding: 15px 0 10px;
  }
  .download .title {
    line-height: 35px;
  }
  .download ul li {
    line-height: 35px;
    height: 35px;
  }
}
/*pro_show*/
.pro_show {
  padding: 0 0 80px;
  border-bottom: 1px solid #efe5d8;
}
.pro_show .title {
  text-align: center;
}
.pro_show .title h1 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 2%;
}
.pro_show .title p {
  font-size: 13px;
  color: #666;
}
#featured-area {
  height: 500px;
  width: 100%;
  margin: 40px auto 0 auto;
}
.roundabout-holder {
  list-style: none;
  height: 500px;
  width: 670px;
  margin: 0px auto;
}
.roundabout-moveable-item {
  font-size: 12px!important;
  height: 500px;
  width: 670px;
  position: relative;
  cursor: pointer;
}
.roundabout-in-focus {
  cursor: auto;
}
.roundabout-holder span {
  display: none;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
  outline: none;
  text-decoration: none;
}
.roundabout li {
  margin: 0;
}
.ps_word {
  margin-bottom: 45px;
}
.ps_word ul li {
  margin-top: 40px;
  float: left;
  width: 50%;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
.ps_word .main .proconts{
  line-height: 30px;
  margin:30px 0;
}
.ps_word .main .proconts img{
  max-width:100%;
}
.ps_word ul {
  margin-bottom: 45px;
}
.ps_word .btn {
  text-align: center;
}
.ps_word .btn a {
  display: inline-block;
  width: 200px;
  height: 50px;
  border: 1px solid #c49d66;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #c49d66;
  margin: 0 14px;
}
.ps_word .btn a:hover {
  background: #c49d66;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #featured-area {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .pro_show {
    padding: 15px 0 10px;
  }
  .pro_show .title h1 {
    font-size: 18px;
  }
  #featured-area {
    overflow: hidden;
    height: auto;
    margin-top: 15px;
  }
  .roundabout-holder {
    width: 100%;
    height: 200px;
  }
  .roundabout-moveable-item {
    width: 90%;
    height: 200px;
    background: none;
  }
  .ps_word {
    margin-bottom: 15px;
  }
  .ps_word ul li {
    width: 100%;
    margin-top: 10px;
  }
  .ps_word ul {
    margin-bottom: 15px;
  }
  .ps_word .btn a {
    width: 45%;
    margin: 0 5px;
    height: 35px;
    line-height: 35px;
  }
  .pro_rec .home_rec {
    padding: 15px 0 0 0!important;
  }
}
/*search*/
.search .top .left {
  width: 750px;
}
.search .top {
  margin-bottom: 60px;
}
.search .top .left .searchBox {
  overflow: hidden;
  margin-bottom: 40px;
}
.search .top .left .searchBox select {
  width: 40%;
  height: 40px;
  margin-right: 15px;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
  line-height: 40px;
}
.search .top .left .searchBox input[type=button] {
  float: right;
  width: 15%;
  height: 40px;
  background: #c49d66;
  outline: none;
  border: none;
  font-size: 16px;
  color: #fff;
  font-family: "微软雅黑";
  transition: 0.5s;
}
.search .top .left .searchBox input[type=button]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.search .top .left .webMap {
  width: 100%;
  height: 490px;
}
.search .top .left .webMap #map {
  width: 100%;
  height: 100%;
}
.search .top .right {
  width: 400px;
}
.search .top .right b.title {
  display: block;
  font-size: 24px;
  color: #c49d66;
  margin-bottom: 40px;
}
.search .top .right ul li {
  line-height: 40px;
  padding-right: 20px;
  border-bottom: 1px dotted #ededed;
}
.search .top .right ul li b {
  font-size: 16px;
  color: #333;
}
.search .top .right ul li p {
  font-size: 13px;
  color: #666;
  padding-left: 25px;
}
.search .top .right ul li span {
  font-size: 16px;
  color: #c49d66;
}
.search .top .right .hide {
  height: 420px;
}
.search .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #c49d66;
}
.search .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #c49d66;
}
.search .mCSB_scrollTools .mCSB_draggerRail {
  background: none !important;
}
.search .bottom {
  margin-bottom: 100px;
}
.search .bottom ul li {
  margin-bottom: 14px;
  overflow: hidden;
  position: relative;
}
.search .bottom ul li em{
  right: 6px;
  top: 22px;
  color: #f30;
  font-style: normal;
  position: absolute;
}
.search .bottom ul li.codess em{
  left: 141px;
}
.search .bottom ul li input[type=text] {
  width: 570px;
  height: 50px;
  outline: none;
  border: 1px solid #dfdfdf;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  color: #666;
  font-family: "微软雅黑";
}
.search .bottom ul li textarea {
  width: 100%;
  height: 130px;
  outline: none;
  border: 1px solid #dfdfdf;
  padding: 10px 0 0 10px;
  font-size: 13px;
  color: #666;
  font-family: "微软雅黑";
}
.search .bottom ul li input.yz {
  float: left;
  width: 150px !important;
}
.search .bottom ul li i {
  float: left;
  display: inline-block;
  width: 115px;
  height: 50px;
  position: relative;
  border: 1px solid #dfdfdf;
  margin: 0 10px;
  cursor: pointer;
}
.search .bottom ul li i img{
  width:115px;
}
.search .bottom ul li a {
  line-height: 50px;
  color: #666;
  font-size: 13px;
  text-decoration: underline;
}
.search .bottom ul li a.change{
  position: relative;
}
.search .bottom ul li a:hover {
  color: #c49d66;
}
.search .bottom ul li input[type=button],.search .bottom ul li input[type=reset]  {
  width: 110px;
  height: 50px;
  background: #c49d66;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  outline: none;
  border: none;
  margin-left: 10px;
  transition: 0.5s;
}
.search .bottom ul li input[type=button]:hover ,.search .bottom ul li input[type=reset]:hover{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .search .top .left {
    width: 70%;
  }
  .search .top .right {
    width: 28%;
  }
  .search .bottom ul li input[type=text] {
    width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search .top .left {
    width: 50%;
  }
  .search .top .right {
    width: 48%;
  }
  .search .bottom ul li input[type=text] {
    width: 350px;
  }
  .search .top .left .searchBox select {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .search {
    padding: 15px 0 10px;
  }
  .search .top .left {
    width: 100%;
  }
  .search .top .right {
    width: 100%;
  }
  .search .top .left .searchBox {
    margin-bottom: 10px;
  }
  .search .top .left .searchBox select {
    width: 37%;
    font-size: 12px;
  }
  .search .top .left .webMap {
    height: 200px;
    margin-bottom: 10px;
  }
  .search .top .left .webMap #map{
    height: 200px!important;
  }
  .search .top .right b.title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .search .top {
    margin-bottom: 15px;
  }
  .search .bottom ul li {
    width: 100%;
  }
  .search .bottom ul li input[type=text] {
    width: 100%;
  }
  .search .bottom ul li:last-child {
    text-align: center;
  }
  .search .bottom {
    margin-bottom: 0px;
  }
  .search .top .right ul li p {
    background: none !important;
    padding: 0;
  }
}


/*新增--挂件冲突*/
#mmenu .mm-title {
  color: #666;
  height: 30px;
}
#mmenu ul li.phoness a{display: inline-block}
@media (min-width:992px) {
  #mmenu{
    display: none;
  }
}
#contact-form  .validate-on {
  border: 1px solid #ff0000;
  box-shadow: 0 0 1px #ff0000;
}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
a{-webkit-tap-highlight-color: transparent;}
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;}
