body {
  font-family: "微软雅黑";
  background: #fdf6e8;
}
.container1 {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap {
  background: #461e1e url(../images/headerbg.jpg) no-repeat;
  position: relative;
  background-size: 100%;
}
.header-wrap .topbar .tbar {
  height: 30px;
  color: #fdf6e8;
  font-size: 1.2rem;
  line-height: 30px;
}
.header-wrap .topbar .tbar a {
  color: #fdf6e8;
}
.header-wrap .topbar .tbar span {
  margin: 0 10px;
}
.header-wrap .topbar .tline {
  background: url(../images/headerline.png) repeat-x;
  width: 100%;
  height: 9px;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .searchbox {
  margin-top: 25px;
}
.header-wrap .header .searchbox .searchtxt {
  float: left;
  height: 35px;
  background: #fdf6e8;
  width: 200px;
  border: none;
  margin-right: 5px;
  border-radius: 30px;
  padding: 5px 10px;
  color: #451e1e;
  font-size: 1.2rem;
}
.header-wrap .header .searchbox .submitbtn {
  float: left;
  border: none;
  border-radius: 30px;
  background: #fdf6e8 url(../images/header-seachicon.png) no-repeat center center;
  width: 60px;
  height: 35px;
}
.header-wrap .header .phone {
  line-height: 85px;
}
.header-wrap .header .menu {
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 60px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(47, 47, 47, 0.8) !important;
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #461e1e;
}
.nav-wrap {
  background: url(../images/navbg.jpg) repeat-x;
  height: 55px;
}
.nav-wrap .nav-ul .ml {
  background: url(../images/navline.jpg) no-repeat left;
  height: 55px;
  width: 2px;
  float: left;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  line-height: 55px;
  width: 9.5%;
  text-align: center;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  color: #fdf6e8;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  background: url(../images/navline.jpg) no-repeat right;
}
.nav-wrap .nav-ul .navlist a.listh1:hover span,
.nav-wrap .nav-ul .navlist a.listh1.on span {
  background: url(../images/navhover.jpg) no-repeat;
  background-size: 100% 100%;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  display: block;
  position: relative;
  top: -5px;
  color: #fdf6e8;
  padding-top: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
  z-index: 10;
  background: rgba(47, 47, 47, 0.8) !important;
  background: #2f2f2f;
  filter: alpha(opacity=80);
  width: 140px;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #461e1e;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ddb937;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ddb937;
}
.banner-wrap .banner .focusBox {
  position: relative;
  width: 100%;
  height: 660px;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li {
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li a span {
  display: block;
}
.banner-wrap .banner .focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 30px;
  right: 50%;
  z-index: 3;
  text-align: center;
}
.banner-wrap .banner .focusBox .hd li {
  display: inline-block;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  margin-left: 4px;
  border-radius: 20px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.banner-wrap .banner .focusBox .hd .on {
  background: #ddb937;
}
.banner-wrap .banner .focusBox .prev {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 60%;
  margin-top: -25px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/prev.png) no-repeat;
  left: 0;
}
.banner-wrap .banner .focusBox .prev:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .focusBox .next {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 60%;
  margin-top: -25px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/next.png) no-repeat;
  right: 0;
}
.banner-wrap .banner .focusBox .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .mount-wrap {
  padding: 50px 0;
}
.content-wrap .mount-wrap .title-line {
  background: url(../images/tit-line.png) no-repeat center center;
  height: 16px;
  text-align: center;
}
.content-wrap .mount-wrap .title-line .tit {
  position: relative;
  top: -8px;
}
.content-wrap .mount-wrap .mount-con {
  margin-top: 50px;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left {
  width: 100%;
  position: relative;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .hd {
  padding: 0 10px;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .hd .prev1 {
  width: 53px!important;
  height: 53px!important;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 3;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/mount-arrow.jpg) no-repeat;
  left: -80px;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .hd .prev1:hover {
  background: url(../images/mount-arrow.jpg) no-repeat top right;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .hd .next1 {
  width: 53px!important;
  height: 53px!important;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 3;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/mount-arrow.jpg) no-repeat bottom right;
  right: -80px;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .hd .next1:hover {
  background: url(../images/mount-arrow.jpg) no-repeat bottom left;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd {
  margin: 0 10px;
  overflow: hidden;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul {
  width: 100%;
  zoom: 1;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul li {
  margin: 0 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 250px;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul li a {
  display: block;
  text-decoration: none;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul li a:hover .picbox {
  opacity: .5;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul li a .picbox {
  border: 1px solid #962530;
  box-sizing: border-box;
  padding: 1px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul li a .tit {
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  border-top: 1px solid #461e1e;
}
.content-wrap .mount-wrap .mount-con .picMarquee-left .bd ul li a .tit span {
  display: inline-block;
  background: #fdf6e8;
  width: 90px;
  color: #461e1e;
  position: relative;
  top: -10px;
  line-height: 16px;
  overflow: hidden;
}
.content-wrap .about-wrap {
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 30px;
}
.content-wrap .about-wrap .title-line {
  background: url(../images/tit-line.png) no-repeat center center;
  height: 16px;
  text-align: center;
}
.content-wrap .about-wrap .title-line .tit {
  position: relative;
  top: -8px;
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
}
.content-wrap .about-wrap .about-con .con p {
  font-size: 1.4rem;
  color: #461e1e;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .about-wrap .about-con .morebtn {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #333;
  width: 135px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #9c2531;
  text-align: center;
  margin: 20px auto 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con .morebtn:hover {
  background: #9c2531;
  color: #fff;
}
.content-wrap .news-wrap {
  padding: 50px 0 20px;
}
.content-wrap .news-wrap .title-line {
  background: url(../images/tit-line.png) no-repeat center center;
  height: 16px;
  text-align: center;
}
.content-wrap .news-wrap .title-line .tit {
  position: relative;
  top: -8px;
}
.content-wrap .news-wrap .news-con {
  margin-top: 50px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 10px 20px;
}
.content-wrap .news-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .news-wrap .news-con .nlist a:hover .picbox span {
  top: 0;
  left: 0;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .morebtn {
  background: #9c2531;
  color: #fff;
}
.content-wrap .news-wrap .news-con .nlist a .picbox {
  width: 25%;
  position: relative;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .picbox span {
  position: absolute;
  top: 0;
  left: -500px;
  background: url(../images/fdj.png) no-repeat center center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  width: 73%;
}
.content-wrap .news-wrap .news-con .nlist a .con h5 {
  margin: 0 0 10px;
  color: #461e1e;
  font-size: 1.4rem;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con .cn {
  color: #461e1e;
  font-size: 1.4rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-wrap .news-wrap .news-con .nlist a .con .morebtn {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #9c2531;
  color: #461e1e;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .repair-wrap {
  padding: 50px 0 10px;
}
.content-wrap .repair-wrap .title-line {
  background: url(../images/tit-line.png) no-repeat center center;
  height: 16px;
  text-align: center;
}
.content-wrap .repair-wrap .title-line .tit {
  position: relative;
  top: -8px;
}
.content-wrap .repair-wrap .repair-con {
  margin-top: 50px;
}
.content-wrap .repair-wrap .repair-con .layB {
  width: 1200px;
}
.content-wrap .repair-wrap .repair-con .layB .tbC {
  padding: 10px 0px;
  position: relative;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .prev2 {
  width: 53px!important;
  height: 53px!important;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 3;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/mount-arrow.jpg) no-repeat;
  left: -80px;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .prev2:hover {
  background: url(../images/mount-arrow.jpg) no-repeat top right;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .next2 {
  width: 53px!important;
  height: 53px!important;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 3;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/mount-arrow.jpg) no-repeat bottom right;
  right: -80px;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .next2:hover {
  background: url(../images/mount-arrow.jpg) no-repeat bottom left;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide {
  width: 100%;
  overflow: hidden;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul li {
  margin: 0 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 260px;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul li a {
  display: block;
  text-decoration: none;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul li a:hover .picbox {
  opacity: .5;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul li a .picbox {
  border: 1px solid #962530;
  box-sizing: border-box;
  padding: 1px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul li a .tit {
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  border-top: 1px solid #461e1e;
}
.content-wrap .repair-wrap .repair-con .layB .tbC .slide ul li a .tit span {
  display: inline-block;
  background: #fdf6e8;
  width: 90px;
  color: #461e1e;
  position: relative;
  top: -10px;
  line-height: 16px;
  overflow: hidden;
}
.content-wrap .repair-wrap .repair-con .morebtn {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #333;
  width: 135px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #9c2531;
  text-align: center;
  margin: 20px auto 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .repair-wrap .repair-con .morebtn:hover {
  background: #9c2531;
  color: #fff;
}
.content-wrap .contact-wrap {
  padding: 50px 0;
}
.content-wrap .contact-wrap .title-line {
  background: url(../images/tit-line.png) no-repeat center center;
  height: 16px;
  text-align: center;
}
.content-wrap .contact-wrap .title-line .tit {
  position: relative;
  top: -8px;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 50px;
}
.content-wrap .contact-wrap .contact-con .mappic {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contact-wrap .contact-con .ccon {
  color: #461e1e;
}
.content-wrap .contact-wrap .contact-con .ccon .tit {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .ccon .cn {
  font-size: 1.5rem;
  line-height: 30px;
}
.content-wrap .contact-wrap .contact-con .ccon .ewmpic {
  margin-top: 20px;
  width: 124px;
}
.content-wrap .contact-wrap .contact-con .ccon .ewmpic span {
  text-align: center;
  display: block;
  font-size: 1.2rem;
}
.content-wrap .content {
  margin-top: 20px;
}
.content-wrap .content .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #1e1e1e;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  border-radius: 5px;
  cursor: pointer;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eaeaea;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .content .w-ltside .show-hide .div2:hover {
  background: #e50012;
}
.content-wrap .content .w-ltside .show-hide .div2:hover a {
  color: #fff;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .content .w-posit-backbtn {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 5px;
  color: #8e8e8e;
}
.content-wrap .content .w-posit-backbtn a {
  color: #8e8e8e;
  font-size: 1.2rem;
}
.content-wrap .content .ltside {
  width: 100%;
  margin-bottom: 20px;
}
.content-wrap .content .ltside h4.title {
  background: #962530 ;
  background-size: cover;
  color: #fff;
  font-size: 1.8rem;
  height: 55px;
  line-height: 55px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.content-wrap .content .ltside h4.title span {
  display: block;
  background: url(../images/ltside-titline.png) no-repeat center center;
  width: 100%;
  position: relative;
  height: 55px;
}
.content-wrap .content .ltside .link-wrap {
  margin-top: 5px;
  background: #fff;
  padding: 3px;
  border: 1px solid #962530;
}
.content-wrap .content .ltside .link-wrap .list {
  border: 1px solid #962530;
  display: block;
  height: 45px;
  text-align: center;
  color: #505050;
  line-height: 45px;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 3px;
}
.content-wrap .content .ltside .link-wrap .list:hover {
  background: #962530;
  color: #fff !important;
}
.content-wrap .content .ltside .link-wrap .list i {
  margin-left: 10px;
}
.content-wrap .content .ltside .link-wrap .list2 {
  display: none;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 5.3em;
  color: #666164;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e9e9e9;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a:hover {
  color: #f08300;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .content .ltside .contactbox .con {
  border: 1px solid #962530;
  background: #fff;
  margin-top: 5px;
  padding: 5px;
}
.content-wrap .content .ltside .contactbox .con .pic img {
  width: 100%;
}
.content-wrap .content .ltside .contactbox .con p {
  color: #461e1e;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 28px;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .title-posit {
  margin-bottom: 20px;
  height: 55px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .content .main-wrap .title-posit .title {
  font-size: 1.4rem;
  color: #962530;
  margin-top: 20px;
}
.content-wrap .content .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .about-con .con p {
  font-size: 1.4rem;
  color: #461e1e;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .content .main-wrap .mount-con .mlist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .mount-con .mlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .mount-con .mlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .content .main-wrap .mount-con .mlist a .picbox {
  border: 1px solid #962530;
  box-sizing: border-box;
  padding: 1px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .mount-con .mlist a .tit {
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  border-top: 1px solid #461e1e;
}
.content-wrap .content .main-wrap .mount-con .mlist a .tit span {
  display: inline-block;
  background: #fdf6e8;
  width: 90px;
  color: #461e1e;
  position: relative;
  top: -10px;
  line-height: 16px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .picbox span {
  top: 0;
  left: 0;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .con .morebtn {
  background: #9c2531;
  color: #fff;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox span {
  position: absolute;
  top: 0;
  left: -500px;
  background: url(../images/fdj.png) no-repeat center center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .news-con .nlist a .con {
  width: 78%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con h5 {
  margin: 0 0 10px;
  color: #461e1e;
  font-size: 1.4rem;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .cn {
  color: #461e1e;
  font-size: 1.4rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .morebtn {
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #9c2531;
  color: #461e1e;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .contact-con .con {
  color: #461e1e;
  font-size: 1.4rem;
  line-height: 30px;
}
.content-wrap .content .main-wrap .mount-details-con .pic {
  text-align: center;
}
.content-wrap .content .main-wrap .mount-details-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .mount-details-con .tit {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #461e1e;
}
.content-wrap .content .main-wrap .news-details-con h5 {
  font-size: 1.8rem;
  color: #461e1e;
  text-align: center;
  border-bottom: 1px dashed #461e1e;
  padding-bottom: 10px;
}
.content-wrap .content .main-wrap .news-details-con .bjtxt {
  margin-top: 10px;
  color: #461e1e;
  font-size: 1.2rem;
  text-align: center;
}
.content-wrap .content .main-wrap .news-details-con .con {
  margin-top: 20px;
  line-height: 25px;
}
.content-wrap .content .main-wrap .news-details-con .pic {
  text-align: center;
  margin-top: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.footer-wrap {
  background: url(../images/footerbg.jpg) no-repeat top left;
  background-size: cover;
}
.footer-wrap .footer {
  padding: 20px 0;
  text-align: center;
}
.footer-wrap .footer .linkbox {
  color: #fdf6e8;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.footer-wrap .footer .linkbox .list {
  margin-bottom: 5px;
  display: inline-block;
}
.footer-wrap .footer .linkbox .list a {
  color: #fdf6e8;
}
.footer-wrap .footer .linkbox .list span {
  margin: 0 5px;
}
.footer-wrap .footer .tit {
  color: #fdf6e8;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.footer-wrap .footer .copyright {
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #171717;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #1e1e1e;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 1390px) {
  .content-wrap .mount-wrap .mount-con .picMarquee-left .hd {
    display: none;
  }
  .content-wrap .repair-wrap .repair-con {
    overflow: hidden;
  }
  .content-wrap .repair-wrap .repair-con .layB .tbC .prev2 {
    display: none;
  }
  .content-wrap .repair-wrap .repair-con .layB .tbC .next2 {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .header-wrap .header {
    height: 85px;
  }
  .header-wrap .header .logo {
    line-height: 85px;
  }
  .content-wrap .contact-wrap .contact-con .mappic {
    padding-right: 50px;
    margin-top: 50px;
  }
  .content-wrap .content .ltside {
    width: 280px;
  }
}
@media (min-width: 768px) {
  
}
@media (max-width: 960px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .header-wrap .header .logo {
    line-height: 60px;
  }
  .header-wrap .header .logo img {
    width: 80%;
  }
  .header-wrap .header .menu {
    line-height: 60px;
    text-align: right;
    padding-right: 10px;
  }
  .header-wrap .header .menu img {
    width: 80%;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
/*@media (min-width: 768px) {*/
  /*table tr img{ max-width: 100%;}*/
/*}*/
@media (max-width: 680px) {
  
}
@media (max-width: 640px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 40%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 58%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .picbox {
    width: 42%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con {
    width: 56%;
  }
}
@media (max-width: 435px) {
  .container {
    padding-left: .5em;
    padding-right: .5em;
  }
}
@media (max-width: 414px) {
  
}
@media (max-width: 375px) {
  .logo img {
    width: 83%;
  }
  .menu img {
    width: 83%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con .cn {
    height: 40px;
  }
}
@media (max-width: 346px) {
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 50%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 48%;
  }
}
@media (max-width: 320px) {
  
}
