@charset "utf-8";
/*map*/
.map {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1240px) {
  .map {
    width: 80%;
  }
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #999 solid 1px;
  border-top: #999 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: #999 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #ffc107;
}
.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: #ffc107;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #ffc107;
  text-decoration: underline;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #999 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: #ffc107;
  color: #fff;
}
/*home_banner*/
.home_banner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.home_banner .slick {
  text-align: center;
  margin-bottom: 0 !important;
}
.home_banner .slick img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.home_banner .slick-dots {
  bottom: 20px;
}
.home_banner .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 2px;
  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: 12px;
  height: 12px;
  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 {
  background: #ffc107;
  /* Firefox */
  /* Safari 和 Chrome */
  border-radius: 30px;
  /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  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_adv*/
.home_adv {
  padding: 35px 0;
  background: #f8f8f8;
}
.home_adv ul li {
  width: 25%;
  float: left;
  overflow: hidden;
}
.home_adv ul li .box {
  width: 68.3333333%;
  margin: 0 auto;
}
.home_adv ul li .box i {
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid #999;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.home_adv ul li .box .word {
  float: left;
  padding-top: 10px;
  width: 60%;
}
.home_adv ul li .box .word b {
  display: block;
  font-size: 16px;
  color: #999;
  width: 148%;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_adv ul li .box .word span {
  display: block;
  font-size: 14px;
  color: #999;
  width: 148%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1205px) {
  .home_adv ul li .box .word {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_adv ul li .box i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .home_adv ul li .box .word {
    float: none;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_adv ul li .box i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .home_adv ul li .box .word {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home_adv {
    padding: 10px 0;
  }
  .home_adv ul li .box {
    width: 100%;
  }
  .home_adv ul li .box i {
    float: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .home_adv ul li .box .word {
    float: none;
    text-align: center;
    padding-top: 5px;
  }
  .home_adv ul li .box .word b {
    font-size: 14px;
    width: 100%;
  }
  .home_adv ul li .box .word span {
    display: none;
  }
}
/*home_pro*/
.home_t {
  margin: 30px 0 50px 0;
  text-align: center;
}
.home_t b {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  color: #333;
  padding: 0 95px 20px 95px;
  border-bottom: 1px solid #ffc107;
  margin-bottom: 13px;
  position: relative;
}
.home_t b:after {
  content: "";
  display: block;
  width: 58px;
  height: 5px;
  position: absolute;
  background: #ffc107;
  bottom: -3px;
  left: 50%;
  margin-left: -26px;
}
.home_t span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  color: #cbcbcb;
  font-family: "Britannic";
  font-weight: 600;
}
@media (max-width: 767px) {
  .home_t {
    margin: 10px 0;
  }
  .home_t b {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .home_t span {
    font-size: 14px;
  }
}
.home_pro {
  overflow: hidden;
}
.home_pro .choose {
  text-align: center;
  margin-bottom: 40px;
}
.home_pro .choose i {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px dashed #ffc107;
  font-style: normal;
  color: #666;
  font-size: 14px;
  border-radius: 50px;
  margin: 5px 15px;
  cursor: pointer;
  transition: 0.5s;
  overflow: hidden;
}
.home_pro .choose i:hover {
  background: #ffc107;
  color: #fff;
  border: 1px solid #ffc107;
}
.home_pro .choose i.on {
  background: #ffc107;
  color: #fff;
  border: 1px solid #ffc107;
  -webkit-tap-highlight-color: transparent;
}
.home_pro .choose i.on a{
   color: #fff;
}
.home_pro .box {
  margin-bottom: 40px;
}
.home_pro .box .list {
  display: none;
}
.home_pro .box .list .left {
  width: 49.5%;
  height: 594px;
  position: relative;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  -webkit-animation: fadeInLeft  1s ease;
  animation: fadeInLeft  1s ease;
}
.home_pro .box .list img {
  transition: 1s;
}
.home_pro .box .list img:hover {
  transform: scale(1.1);
}
.home_pro .box .list .left .word {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #666;
  position: absolute;
  bottom: 0;
}
.home_pro .box .list .left .word span {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_pro .box .list .left .word p {
  font-size: 12px;
  color: #fff;
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_pro .box .list .right {
  width: 49.5%;
  overflow: hidden;
  -webkit-animation: fadeInRight  1s ease;
  animation: fadeInRight  1s ease;
}
.home_pro .box .list .right ul li {
  width: 49.5%;
  height: 294px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  margin-right: 5px;
  float: left;
}
.mr0 {
  margin-right: 0 !important;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_pro .box .list .right ul li {
    width: 49%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_pro .box .list .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .home_pro .box .list .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_pro .box .list .left {
    width: 100%;
    margin-bottom: 10px;
    height: 330px;
  }
  .home_pro .box .list .right {
    width: 100%;
  }
  .home_pro .box .list .right ul li {
    width: 49%;
    height: 162px;
  }
  .home_pro .choose {
    margin-bottom: 10px;
  }
  .home_pro .choose i {
    float: left;
    width: 50%;
    margin: 0;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .home_pro .box {
    margin-bottom: 0px;
  }
}
.home_search .search {
  width: 500px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 65px;
  position: relative;
}
.home_search .search input.txt {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  font-family: "微软雅黑";
  line-height: 50px;
  padding-right: 60px;
  transition: 0.5s;
  border: 1px solid #ddd;
}
.home_search .search input.txt:focus {
  border: 1px solid #ffc107;
}
.home_search .search input.btn {
  width: 60px;
  height: 49px;
  background: #ffc107 url(../images/btn.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0px;
  border: none;
  outline: none;
  transition: 0.5s;
}
.home_search .search input.btn:hover {
  background: #32465a url(../images/btn.png) no-repeat center;
}
.home_search .search span {
  position: absolute;
  right: 70px;
  top: 0;
  line-height: 50px;
}
.home_search .search span a {
  display: inline-block;
  padding: 0 8px;
  background: #f2f2f2;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
@media (max-width: 767px) {
  .home_search .search {
    width: 100%;
  }
  .home_search .search span {
    display: none !important;
  }
  .home_search .search {
    margin-bottom: 10px;
  }
}
/*home_news*/
.home_news {
  padding-bottom: 20px;
  background: #f3f3f3;
  padding-top: 1px;
}
.home_news .left {
  width: 43%;
}
.home_news .left i {
  display: block;
  width: 100%;
  height: 255px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}
.home_news .left i img {
  transition: 1s;
}
.home_news .left:hover i img {
  transform: scale(1.1);
}
.home_news .left .word b {
  display: block;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}
.home_news .left .word b a {
  color: #333;
}
.home_news .left .word b a:hover {
  color: #ffc107;
}
.home_news .left .word p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  height: 72px;
  overflow: hidden;
}
.home_news .slick-prev,
.home_news .slick-next {
  width: 35px;
  height: 35px;
  top: 230px;
  z-index: 999;
  transition: 0.5s;
}
.home_news .slick-prev:before,
.home_news .slick-next:before {
  content: "";
}
.home_news .slick-prev:hover,
.home_news .slick-next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.home_news .slick-prev {
  background: #ffc107 url(../images/nextPre.png) no-repeat left center;
  left: 0;
}
.home_news .slick-next {
  background: #32465a url(../images/nextPre.png) no-repeat right center;
  left: 35px;
}
.home_news .right {
  width: 54%;
}
.home_news .right ul li {
  width: 100% ;
  height: 80px;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 20px;
}
.home_news .right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.home_news .right ul li span {
  font-family: "Agency FB" !important;
  font-weight: 400;
  font-size: 48px;
  color: #999;
  float: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.home_news .right ul li span:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
  transition: 0.5s;
}
.home_news .right ul li div.word {
  padding-top: 10px;
  float: right;
  width: 90%;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  transition: 0.5s;
}
.home_news .right ul li div.word em {
  float: left;
  width: 80%;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}
.home_news .right ul li div.word i {
  float: right;
  font-size: 14px;
  color: #999;
  /*width: 73px;*/
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  transition: 0.5s;
}
.home_news .right ul li p {
  float: left;
  margin-top: 5px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_news .right ul li:hover {
  background: #ffc107;
}
.home_news .right ul li:hover span {
  color: #fff;
}
.home_news .right ul li:hover span:after {
  background: #fff;
}
.home_news .right ul li:hover div.word {
  color: #fff !important;
}
.home_news .right ul li:hover div.word em,
.home_news .right ul li:hover div.word i {
  color: #fff !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_news .right ul li div.word {
    width: 85%;
  }
  .home_news .right ul li div.word em {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .home_news .left {
    width: 100%;
  }
  .home_news .slick-prev,
  .home_news .slick-next {
    display: none !important;
  }
  .home_news .left i {
    height: 170px;
  }
  .home_news .slick {
    margin-bottom: 10px;
  }
  .home_news .left .word b {
    font-size: 16px;
    margin: 5px 0;
  }
  .home_news .right {
    width: 100%;
  }
  .home_news .right ul li {
    padding: 5px;
    margin-bottom: 5px;
  }
  .home_news .right ul li div.word {
    width: 75%;
  }
  .home_news .right ul li div.word em {
    width: 60%;
  }
}
/*home_about*/
.home_about {
  padding: 45px 0 50px;
  background: #fff;
}
.home_about .left {
  padding-top: 45px;
  width: 50%;
  padding-right: 50px;
}
.home_about .left .title {
  margin-bottom: 25px;
}
.home_about .left b {
  font-size: 30px;
  font-weight: 400;
  color: #333;
}
.home_about .left span {
  font-size: 24px;
  font-weight: 600;
  color: #cbcbcb;
  font-family: "Britannic";
  vertical-align: bottom;
}
.home_about .left p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  max-height:144px;
  overflow: hidden;
}
@media(max-width:991px){
  .home_about .left p{
    max-height:none;
  }
}
.home_about .left a.more {
  display: block;
  width: 130px;
  height: 40px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #999;
  margin-top: 25px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.home_about .left a.more:hover {
  background: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.home_about .right {
  width: 50%;
}
.home_about .right ul {
  float: right;
  overflow: hidden;
  width: 495px;
}
.home_about .right ul li {
  width: 165px;
  height: 165px;
  position: relative;
  float: left;
  background: #ffc107;
}
.home_about .right ul li .word {
  width: 165px;
  height: 165px;
  padding: 35px 20px;
  position: relative;
}
.home_about .right ul li .word b a {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.home_about .right ul li .word b a:hover {
  color: #32465a;
}
.home_about .right ul li .word b:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.home_about .right ul li .word span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_about .left {
    width: 100%;
  }
  .home_about .right {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_about {
    padding: 10px 0;
  }
  .home_about .left {
    width: 100%;
    padding: 0;
  }
  .home_about .left b {
    font-size: 18px;
  }
  .home_about .left span {
    font-size: 16px;
  }
  .home_about .left .title {
    margin-bottom: 10px;
  }
  .home_about .left a.more {
    margin-top: 10px;
  }
  .home_about .right {
    display: none;
  }
}
/*home_case*/
.home_case {
  padding: 1px 0 50px;
  background: #f3f3f3;
}
.home_case ul li {
  width: 22.5%;
  background: #fff;
  padding: 15px;
  float: left;
  padding-bottom: 50px;
  margin-right: 40px;
  margin-top: 5px;
}
.home_case ul li i {
  display: block;
  width: 100%;
  height: 135px;
  position: relative;
  overflow: hidden;
}
.home_case ul li i img {
  transition: 1.2s;
}
.home_case ul li span {
  font-size: 14px;
  color: #333;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  transition: 0.5s;
}
.home_case ul li span:hover {
  color: #ffc107;
}
.home_case ul li p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  width: 100%;
  height: 55px;
  overflow: hidden;
}
.home_case ul li:hover img {
  transform: scale(1.1);
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_case ul li {
    margin-right: 30px;
  }
  .home_case ul li i {
    height: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case ul li {
    margin-right: 20px;
  }
  .home_case ul li i {
    height: 79px;
  }
}
@media (max-width: 767px) {
  .home_case {
    padding-bottom: 10px;
  }
  .home_case ul li {
    width: 50%;
    margin-right: 0px;
    padding-bottom: 10px;
  }
  .home_case ul li i {
    height: 79px;
  }
}
/*home_make*/
.home_make {
  padding: 1px 0 50px 0;
  background: #fff;
}
.home_make ul li {
  width: 12.5%;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
.home_make ul li i {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.home_make ul li span {
  float: left;
  line-height: 70px;
  font-size: 16px;
  color: #000;
  width: 64px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_make ul li {
    margin-right: 20px;
  }
  .home_make ul li i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .home_make ul li span {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_make ul li {
    margin-right: 15px;
  }
  .home_make ul li i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .home_make ul li span {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .home_make {
    padding-bottom: 10px;
  }
  .home_make ul li {
    width: 25%;
    margin: 0 auto;
  }
  .home_make ul li i {
    float: none;
    display: block;
    transform: scale(0.6);
    margin: 0 auto;
  }
  .home_make ul li span {
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin-top: -10px;
  }
}
/*home_honor*/
.home_honor {
  padding: 40px 0 65px;
  background: #f3f3f3;
}
.home_honor .left {
  width: 700px;
}
.home_honor .title {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  margin-bottom: 20px;
}
.home_honor .title b {
  float: left;
  font-size: 20px;
  color: #333;
  padding-right: 5px;
  border-bottom: 1px solid #ffc107;
  padding-bottom: 15px;
  margin-bottom: -15px;
}
.home_honor .title span {
  float: left;
  font-size: 24px;
  color: #cbcbcb;
  font-weight: 600;
  font-family: "Britannic";
  text-transform: uppercase;
  margin-left: 10px;
}
.home_honor .left .box i {
  float: left;
  display: block;
  width: 340px;
  height: 270px;
  border: 1px solid #ddd;
  position: relative;
}
.home_honor .left .box .word {
  float: left;
  width: 315px;
  margin-left: 25px;
}
.home_honor .left .box .word b {
  display: block;
  font-size: 14px;
  color: #333;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 20px 0;
}
.home_honor .left .box .word p {
  font-size: 12px;
  color: #666;
  line-height: 22px;
  margin-bottom: 18px;
  height: 154px;
   overflow: hidden;
}
.home_honor .left .box .word a.a2 {
  display: inline-block;
  width: 80px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-size: 12px;
  background: #ffc107;
  margin-right: 8px;
}
.home_honor .left .box .word a.a2:hover {
  background: #32465a !important;
}
.home_honor .left .slick-prev,
.home_honor .left .slick-next {
  width: 16px;
  height: 32px;
  top: -55px;
  transition: 0.5s;
}
.home_honor .left .slick-prev:before,
.home_honor .left .slick-next:before {
  content: "";
}
.home_honor .left .slick-prev {
  background: url(../images/left_lr.png) no-repeat left center;
  right: 30px;
  left: auto;
}
.home_honor .left .slick-next {
  background: url(../images/left_lr.png) no-repeat right center;
  right: 0;
}
.home_honor .slick-prev:hover,
.home_honor .slick-next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.home_honor .right {
  width: 470px;
}
.home_honor .right .rightBox {
  width: 100%;
  height: 270px;
  background: #fff;
  border: 1px solid #ddd;
}
.home_honor .right .rightBox i.img {
  display: block;
  width: 245px;
  height: 180px;
  position: relative;
  margin: 45px auto 0;
}
.home_honor .right .slick {
  width: 320px;
  margin: 0 auto;
}
.home_honor .right .slick-prev,
.home_honor .right .slick-next {
  width: 16px;
  height: 32px;
  margin-top: 5px;
  transition: 0.5s;
  z-index: 999;
}
.home_honor .right .slick-prev:before,
.home_honor .right .slick-next:before {
  content: "";
}
.home_honor .right .slick-prev {
  background: url(../images/left_lr.png) no-repeat left center;
  left: 0;
}
.home_honor .right .slick-next {
  background: url(../images/left_lr.png) no-repeat right center;
  right: 0;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_honor .left {
    width: 50%;
  }
  .home_honor .left .box i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .home_honor .left .box .word {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_honor .left {
    width: 100%;
  }
  .home_honor .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home_honor {
    padding: 10px 0;
  }
  .home_honor .title {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .home_honor .title b {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: -5px;
  }
  .home_honor .title span {
    font-size: 18px;
  }
  .home_honor .left {
    width: 100%;
    height: auto;
  }
  .home_honor .left .box i {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .home_honor .right .rightBox i.img {
    width: 100%;
  }
  .home_honor .left .box .word {
    width: 100%;
    margin: 0;
  }
  .home_honor .left .box .word b {
    margin: 5px 0;
    /*height: auto;*/
  }
  /*.home_honor .left .box .word p{*/
    /*height: auto;*/
  /*}*/
  .home_honor .left .box .word p {
    margin-bottom: 5px;
  }
  .home_honor .right {
    width: 100%;
  }
  .home_honor .right .slick {
    width: 100%;
  }
  .home_honor .slick {
    margin-bottom: 10px;
  }
  .home_honor .slick-prev,
  .home_honor .slick-next {
    display: none !important;
  }
}
/*home_contact*/
.home_contact {
  width: 100%;
  padding: 60px 0;
  background: url(../images/hc_bg.jpg) repeat-y center fixed;
}
.home_contact .hcBox {
  padding: 60px  135px;
  background: #fff;
}
.home_contact .hcBox .left {
  width: 515px;
}
.home_contact .hcBox .left b {
  font-size: 26px;
  color: #ffc107;
}
.home_contact .hcBox .left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-left: 30px;
  margin: 12px 0 0px 0;
}
.home_contact .hcBox .left p i {
  font-style: normal;
  color: #ffc107;
}
.home_contact .hcBox .left p i a{
  color: #ffc107;
}
.home_contact .hcBox .left ul li {
  float: left;
  margin-top: 25px;
  overflow: hidden;
}
.home_contact .hcBox .left ul li #verify{
  cursor: pointer;
  height: 37px;
}
.home_contact .hcBox .left ul li .change{
  color: #666;
  line-height: 37px;
  margin-left: 5px;
}
.home_contact .hcBox .left ul li .change:hover{
  color: #ffc107;
}
.home_contact .hcBox .left ul li span {
  float: left;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #7e7e7e;
  width: 66px;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.home_contact .hcBox .left ul li span i{
  color:red;
}
.home_contact .hcBox .left ul li input.txt {
  width: 180px;
  height: 37px;
  line-height: 37px;
  outline: none;
  border: 1px solid #ddd;
  margin-right: 10px;
  padding-left: 10px;
  transition: 0.5s;
  font-family: "微软雅黑";
  float: left;
}
.home_contact .hcBox .left ul li input.txt:focus {
  border-color: #ffc107;
}
.home_contact .hcBox .left ul li textarea {
  width: 435px;
  height: 70px;
  outline: none;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-top: 5px;
  transition: 0.5s;
  font-family: "微软雅黑";
}
.home_contact .hcBox .left ul li textarea:focus {
  border-color: #ffc107;
}
.home_contact .hcBox .left ul li input.btn {
  width: 100px;
  height: 35px;
  font-size: 12px;
  color: #fff;
  float: left;
  outline: none;
  border: none;
  background: #ffc107;
  margin-right: 10px;
  transition: 0.5s;
  font-family: "微软雅黑";
}
.home_contact .hcBox .left ul li input.btn:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.home_contact .hcBox .right {
  width: 350px;
}
.home_contact .hcBox .right i.img {
  display: block;
  width: 170px;
  height: 170px;
  position: relative;
  margin-bottom: 35px;
}
.home_contact .hcBox .right ul li {
  line-height: 25px;
  margin-bottom: 10px;
  padding-left: 38px;
  font-size: 12px;
  color: #666;
}
.home_contact .hcBox .right ul li a {
  color: #666;
}
.home_contact .hcBox .right ul li a:hover {
  color: #ffc107;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .home_contact .hcBox {
    padding: 60px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_contact .hcBox {
    padding: 60px 60px;
  }
  .home_contact .hcBox .left {
    float: none;
    margin: 0 auto;
  }
  .home_contact .hcBox .right {
    float: left;
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    margin-left: 100px;
  }
  .home_contact .hcBox .right i {
    float: left;
    margin-right: 20px;
  }
  .home_contact .hcBox .right ul {
    float: left;
  }
}
@media (max-width: 767px) {
  .home_contact {
    padding: 10px;
  }
  .home_contact .hcBox {
    padding: 10px;
  }
  .home_contact .hcBox .left {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .home_contact .hcBox .left ul li {
    width: 100%;
    margin-top: 5px;
  }
  .home_contact .hcBox .left p {
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }
  .home_contact .hcBox .left b {
    font-size: 14px;
  }
  .home_contact .hcBox .left ul li input.txt {
    width: 75%;
  }
  .home_contact .hcBox .left ul li textarea {
    width: 75%;
  }
  .home_contact .hcBox .left ul li input.btn {
    width: 30%;
  }
  .home_contact .hcBox .right {
    width: 100%;
    margin-top: 15px;
    display: none;
  }
  .home_contact .hcBox .right i.img {
    margin: 0 auto;
    margin-bottom: 10px;
    display: none;
  }
}
@media(max-width:767px){
  .home_contact .hcBox .left ul li input.verifyss{
    width:180px;
  }
}
@media(max-width:409px){
  .home_contact .hcBox .left ul li .change{
    margin-top: 5px;
  }
  .home_contact .hcBox .left ul li #verify{
    margin-top: 5px;
    margin-left: 66px;
  }
}
@media(max-width:369px){
  .home_contact .hcBox .left ul li input.txt{
    width: 68%;
  }
  .home_contact .hcBox .left ul li textarea{
    width: 68%;
  }
}
/*product*/
.product ul li {
  width: 30%;
  border: 1px solid #e8e8e8;
  transition: 0.5s;
  float: left;
  margin-bottom: 25px;
  margin-right: 40px;
}
.product ul li i {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.product ul li i img {
  transition: 1.2s;
}
.product ul li span {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #fafafa;
  font-size: 12px;
  color: #666;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #e8e8e8;
  transition: 0.5s;
  padding: 0 5px;
}
.product ul li:hover i img {
  transform: scale(1.1);
}
.product ul li span:hover {
  color: #ffc107;
}
.product ul li:hover {
  border-color: #ffc107;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .page_main .right {
    width: 690px;
  }
  .product ul li {
    margin-right: 30px;
  }
  .product ul li i {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page_main .left {
    display: none;
  }
  .page_main .right {
    width: 100%;
    border: none;
  }
  .product ul li {
    margin-right: 30px;
  }
  .product ul li i {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .page_main .main {
    margin-top: 0;
  }
  .page_main .left {
    display: none;
  }
  .page_main .right {
    width: 100%;
    border: none;
    padding: 10px 0;
  }
  .product ul li {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
    border: none;
  }
  .product ul li i {
    width: 90%;
    height: 100px;
    margin: 0 auto;
  }
  .product ul li span {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    height: 30px;
    line-height: 30px;
  }
}
.pageNum {
  text-align: right;
}
.pageNum a,.pageNum span {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  border: 1px solid #ddd;
  margin: 0 2px;
}
.pageNum a:hover {
  color: #ffc107;
}
.pageNum .page-cur {
  color: #ffc107;
}
@media (max-width: 767px) {
  .pageNum {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .pageNum .page-num {
    display: none;
  }
}
/*pro_show*/
.pro_show .top {
  margin-bottom: 45px;
}
.pro_show .top i {
  float: left;
  width: 360px;
  height: 350px;
  position: relative;
  border: 1px solid #e8e8e8;
}
.pro_show .top ul {
  width: 470px;
  float: right;
}
.pro_show .top ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 13px;
  overflow: hidden;
  line-height: 24px;
}
.pro_show .top ul li b {
  float: left;
}
.pro_show .top ul li input {
  width: 110px;
  height: 40px;
  outline: none;
  border: none;
  background: #ffc107;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-family: "微软雅黑";
  margin-right: 20px;
}
.pro_show .top ul li span {
  font-size: 14px;
  color: #333;
}
.pro_show .top ul li em {
  font-style: normal;
  color: #ffc107;
  font-size: 16px;
  font-weight: 600;
}
.pro_show .top ul li em a{
  color: #ffc107;
}
.pro_show .info ul.choose {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.pro_show .info ul.choose li {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  background: #e4e3e3;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: 0.5s;
}
.pro_show .info ul.choose li.on {
  border: none;
  background: #ffc107;
  color: #fff;
}
.pro_show .info ul.choose li:hover {
  color: #fff;
}
.pro_show .info .chooseList .list {
  display: none;
  line-height: 30px;
}
.pro_show .info .chooseList .list img{
  max-width:100%;
}
.pro_show .info .chooseList .list i.img {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.pro_show .info .chooseList .list i.img img {
  max-width: 100%;
}
.pro_show .info .chooseList .list ul li {
  width: 485px;
  margin: 0 auto;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.pro_show .info .chooseList .list ul li span {
  float: left;
  display: inline-block;
  width: 65px;
  text-align: right;
  line-height: 35px;
  margin-right: 10px;
  font-size: 13px;
  color: #666;
}
.pro_show .info .chooseList .list ul li input.txt {
  float: left;
  width: 205px;
  height: 35px;
  outline: none;
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  transition: 0.5s;
}
.pro_show .info .chooseList .list ul li em {
  font-style: normal;
  font-size: 13px;
  color: #f21818;
  margin-right: 2px;
}
.pro_show .info .chooseList .list ul li textarea {
  width: 400px;
  height: 100px;
  outline: none;
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  padding-top: 10px;
  transition: 0.5s;
  font-family: 微软雅黑;
}
.pro_show .info .chooseList .list ul li input.txt:focus,
.pro_show .info .chooseList .list ul li textarea:focus {
  border-color: #ffc107;
}
.pro_show .info .chooseList .list ul li i {
  float: left;
  width: 60px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.pro_show .info .chooseList .list ul li i img{
  height: 35px;
  margin: 0 4px;
}
.pro_show .info .chooseList .list ul li a {
  float: left;
  line-height: 35px;
  font-size: 12px;
  color: #0066cc;
  margin-left: 5px;
}
.pro_show .info .chooseList .list ul li a.change{
  color: #666;
}
.pro_show .info .chooseList .list ul li a.change:hover{
  color: #ffc107;
}
.pro_show .info .chooseList .list ul li a:hover {
  text-decoration: underline;
}
.pro_show .info .chooseList .list ul li input.btn {
  float: left;
  width: 150px;
  height: 35px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  background: #ffc107;
  font-family: "微软雅黑";
  transition: 0.5s;
}
.pro_show .info .chooseList .list ul li input.btn:hover {
  background: #32465a;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .pro_show .top i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .pro_show .top ul {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro_show .top i {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .pro_show .top ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pro_show .top i {
    float: none;
    display: block;
    width: 100%;
    height: 190px;
    margin: 0 auto;
  }
  .pro_show .top ul {
    width: 100%;
  }
  .pro_show .top ul li {
    padding: 5px 0;
  }
  .pro_show .top ul li input {
    margin-right: 0;
  }
  .pro_show .top {
    margin-bottom: 10px;
  }
  .pro_show .info .chooseList .list ul li {
    width: 100%;
  }
  .pro_show .info .chooseList .list ul li input.txt {
    width: 70%;
  }
  .pro_show .info .chooseList .list ul li input#verifyInput{
    width: 150px;
  }
  .pro_show .info .chooseList .list ul li textarea {
    width: 70%;
  }
  /*.pro_show .info .chooseList .list ul li i {*/
    /*margin-left: 70px;*/
  /*}*/
}
.nextPre {
  margin: 70px 0 40px;
  font-size: 14px;
  line-height: 24px;
}
.nextPre ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .nextPre {
    margin: 10px 0;
    font-size: 12px;
  }
  .nextPre ul li {
    font-size: 12px;
  }
}
.pro_rec .title {
  text-align: center;
  margin-bottom: 30px;
}
.pro_rec .title b {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  position: relative;
}
.pro_rec .title b:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #929292;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -1px;
}
.pro_rec .title b:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #929292;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -1px;
}
.pro_rec ul li {
  width: 24%;
  float: left;
  margin-right: 10px;
}
.pro_rec ul li i {
  display: block;
  width: 100%;
  height: 148px;
  border: 1px solid #e8e8e8;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}
.pro_rec ul li i img {
  transition: 1.2s;
}
.pro_rec ul li span {
  display: block;
  width: 100%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 13px;
  color: #666;
  transition: 0.5s;
}
.pro_rec ul li span:hover {
  color: #ffc107;
}
.pro_rec ul li:hover i {
  border-color: #ffc107;
}
.pro_rec ul li:hover i img {
  transform: scale(1.1);
}
@media (min-width: 991px) and (max-width: 1205px) {
  .pro_rec ul li {
    margin-right: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pro_rec ul li {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .pro_rec ul li {
    width: 50%;
    margin-right: 0px;
  }
  .pro_rec ul li i {
    width: 90%;
    height: 110px;
    margin: 0 auto;
  }
  .pro_rec .title {
    margin-bottom: 10px;
  }
  .pro_rec ul li span {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
/*join*/
.join dl {
  margin-bottom: 50px;
}
.join dl dt {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.join dl dd {
  font-size: 12px;
  color: #333;
  line-height: 38px;
}
@media (max-width: 767px) {
  .join dl {
    margin-bottom: 10px;
  }
  .join dl dt {
    margin-bottom: 5px;
  }
  .join dl dd {
    line-height: 24px;
  }
}
/*shop_show*/
.art_title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.art_title h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.art_title p {
  font-size: 12px;
  color: #999;
}
.art_title p span {
  display: inline-block;
  margin: 0 8px;
}
.art_title p i {
  font-style: normal;
  color: #666;
}
.art_main {
  padding-top: 15px;
  font-size: 13px;
  line-height: 30px;
  color: #666;
}
.art_main img{
  max-width:100%;
}
.art_main p.img {
  width: 100%;
  text-align: center;
  margin: 5px 0;
}
.art_main p.img img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .art_title h1 {
    margin-bottom: 5px;
  }
  .art_main {
    padding-top: 5px;
  }
}
/*news*/
.news b.title {
  display: block;
  font-size: 16px;
  color: #ffc107;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}
.news ul li {
  overflow: hidden;
  margin-bottom: 35px;
}
.news ul li i {
  float: left;
  width: 240px;
  height: 127px;
  position: relative;
  overflow: hidden;
}
.news ul li i img {
  transition: 1.2s;
}
.news ul li .word {
  width: 595px;
  float: right;
}
.news ul li .word span a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.news ul li .word p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  width: 100%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 10px;
}
.news ul li .word p em {
  float: right;
  font-style: normal;
  color: #999;
}
.news ul li .word em{
  font-style: normal;
  color: #999;
  width: 100%;
  height: 20px;
  text-align: right;
  display: block;
}
.news ul li .word a.more {
  display: block;
  width: 145px;
  height: 30px;
  font-size: 13px;
  color: #666;
  line-height: 30px;
  text-align: center;
  border: 1px solid #a9a9a9;
}
.news ul li:hover i img {
  transform: scale(1.1);
}
.news ul li:hover span a {
  color: #ffc107;
}
.news ul li:hover a.more {
  background: #ffc107;
  color: #fff;
  border-color: #ffc107;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .news ul li .word {
    width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news ul li .word {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .news ul li i {
    width: 100%;
    margin-bottom: 5px;
  }
  .news ul li {
    margin-bottom: 15px;
    text-align: center;
  }
  .news ul li .word {
    width: 100%;
  }
  .news ul li .word p {
    margin: 5px 0;
  }
  .news ul li a.more {
    margin: 0 auto;
  }
}
.rec_news b.title {
  display: block;
  font-size: 14px;
  color: #666;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 12px;
}
.rec_news ul li {
  overflow: hidden;
  margin-bottom: 15px;
}
.rec_news ul li a {
  float: left;
  font-size: 12px;
  color: #383838;
  max-width: 80%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media(max-width:500px) {
  .rec_news ul li a {
    max-width:65%;
  }
}
.rec_news ul li a:hover {
  color: #ffc107;
}
.rec_news ul li span {
  float: right;
  font-size: 12px;
  color: #666;
}
/*about*/
.about p.imgBox {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  text-indent: 0;
}
.about p.imgBox img {
  max-width: 100%;
  vertical-align: middle;
}
.about b {
  display: block;
  font-size: 16px;
  color: #ffc107;
  margin-bottom: 20px;
  text-indent: 0;
}
.about {
  /*text-indent: 2em;*/
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.about img{
  max-width: 100%;
}
.about p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about p {
    margin-bottom: 5px;
  }
  .about b {
    margin-bottom: 5px;
  }
  .about p.imgBox {
    margin-bottom: 5px;
  }
}
/*contact*/
.contact .top {
  padding: 60px;
  background-size: cover;
}
.contact .top b {
  font-size: 16px;
  color: #ffc107;
  display: block;
  margin-bottom: 25px;
}
.contact .top {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.contact .top a {
  display: inline-block;
  color: #ffc107;
  margin-right: 10px;
}
.contact .top a:hover {
  text-decoration: underline;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .contact .top {
    background: #faf7f0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .top {
    background: #faf7f0 !important;
  }
}
@media (max-width: 767px) {
  .contact .top {
    background: #faf7f0 !important;
    padding: 10px;
    font-size: 12px;
    line-height: 24px;
  }
  .contact .top b {
    margin-bottom: 5px;
  }
}
.contact .mapBox {
  margin-top: 25px;
  width: 100%;
  height: 430px;
  border: 1px solid #ededed;
  padding: 3px;
}
.contact .mapBox #map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact .mapBox {
    height: 300px ;
  }
  .contact .mapBox #map{
    height: 300px!important;
  }
}
/*message*/
.message b.title {
  display: block;
  font-size: 16px;
  color: #ffc107;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
.message .list ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  padding-left: 45px;
}
.message .list ul li span {
  float: left;
  display: inline-block;
  width: 65px;
  text-align: right;
  line-height: 35px;
  margin-right: 10px;
  font-size: 13px;
  color: #666;
}
.message .list ul li input.txt {
  float: left;
  width: 205px;
  height: 35px;
  outline: none;
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  transition: 0.5s;
}
.message .list ul li em {
  font-style: normal;
  font-size: 13px;
  color: #f21818;
  margin-right: 2px;
}
.message .list ul li textarea {
  width: 400px;
  height: 100px;
  outline: none;
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  padding-top: 10px;
  transition: 0.5s;
}
.message .list ul li input.txt:focus,
.message .list ul li textarea:focus {
  border-color: #ffc107;
}
.message .list ul li i {
  float: left;
  width: 60px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.message .list ul li i img{
  height: 35px;
  margin-left: 3px;
}
.message .list ul li a {
  float: left;
  line-height: 35px;
  font-size: 12px;
  color: #0066cc;
  margin-left: 5px;
}
.message .list ul li a.change{
  color:#666;
}
.message .list ul li a.change:hover{
  color:#ffc107;
}
.message .list ul li a:hover {
  text-decoration: underline;
}
.message .list ul li input.btn {
  float: left;
  width: 150px;
  height: 35px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 14px;
  background: #ffc107;
  font-family: "微软雅黑";
  transition: 0.5s;
  margin-right: 15px;
  margin-top: 20px;
}
.message .list ul li input.btn:hover {
  background: #32465a !important;
}
@media (max-width: 767px) {
  .message .list ul li {
    padding: 0;
    margin-bottom: 5px;
  }
  .message .list ul li input.txt {
    width: 70%;
  }
  .message .list ul li input#verifyInput{
    width:150px;
  }
  .message .list ul li textarea {
    width: 70%;
  }
  /*.message .list ul li i {*/
    /*margin-left: 70px;*/
  /*}*/
  .message .list ul li em {
    left: 65px;
  }
  .message .list ul li input.btn {
    margin-top: 0;
    width: 30%;
  }
  .message b.title {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}

/*新增product*/
.pro_show .product-type,
.product .product-type {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .pro_show .product-type,
  .product .product-type {
    display: none;
  }
}
.pro_show .product-type a,
.product .product-type a {
  display: block;
  background: #32465A;
  height: 35px;
  margin-bottom: 20px;
  line-height: 35px;
  margin-right: 10px;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  min-width: 120px;
  overflow: hidden;
  text-align: center;
  float: left;
  padding: 0 4px;
}
.pro_show .product-type a:hover,
.product .product-type a:hover {
  background: #FFC107;
  font-weight: 700;
  text-decoration: none;
}
.pro_show .product-type a.active,
.product .product-type a.active{
  background: #FFC107;
  font-weight: 700;
  text-decoration: none;
}

/*新增*/
#mmenu .phoness a {
  display: inline-block;
}
@media (min-width:992px) {
  #mmenu{
    display: none;
  }
}
#mmenu .mm-title{
  color: #666;
  height: 30px;
}
#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;}

.conbody-mbx span img{
  float: left;
  margin-right: 5px;
}
footer .flink{
    width: 140px;
    height: 28px;
    border: 1px solid #e1e1df;
    float: left;
    font-size: 14px;
    color: #747474;
    position: relative;
    margin-top: 10px;
}
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: 112px;
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    border-right: 1px solid #e1e1df;
    text-align: center;
    color:#fff;
}
footer .flink .foptn{
    width: 140px;
    bottom: 27px;
    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;
}



.pageinfo {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
.pageinfo A {
	BORDER-RIGHT: #aaaadd 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #aaaadd 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #aaaadd 1px solid; COLOR: #ffc107; PADDING-TOP: 2px; BORDER-BOTTOM: #aaaadd 1px solid; TEXT-DECORATION: none
}
.pageinfo A:hover {
	BORDER-RIGHT: #ffc107 1px solid; BORDER-TOP: #ffc107 1px solid; BORDER-LEFT: #ffc107 1px solid; COLOR: #000; BORDER-BOTTOM: #ffc107 1px solid
}
.pageinfo A:active {
	BORDER-RIGHT: #ffc107 1px solid; BORDER-TOP: #ffc107 1px solid; BORDER-LEFT: #ffc107 1px solid; COLOR: #000; BORDER-BOTTOM: #ffc107 1px solid
}
.pageinfo SPAN.thisclass {
	BORDER-RIGHT: #ffc107 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ffc107 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ffc107 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #ffc107 1px solid; BACKGROUND-COLOR: #ffc107
}
.pageinfo SPAN.disabled {
	BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid
}