body {
  font-family: "微软雅黑";
}
.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 .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .stxt {
  padding-left: 50px;
  line-height: 90px;
}
.header-wrap .header .phonetxt {
  margin-top: 15px;
}
.header-wrap .header .phonetxt img {
  float: left;
  margin-right: 5px;
}
.header-wrap .header .menu {
  margin-top: 20px;
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.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: #000;
}
.nav-wrap {
  width: 100%;
  height: 45px;
  background: #4a4947;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 11.1111%;
  height: 45px;
  box-sizing: border-box;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  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 a.listh1 span {
  margin-top: 15px;
  float: right;
  background: url(../images/navline.jpg) no-repeat;
  width: 2px;
  height: 15px;
  display: inline-block;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: url(../images/navlist-hover.jpg) no-repeat;
  background-size: 100% 100%;
  height: 45px;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.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;
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #cd2d2c;
}
.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 {
  text-align: center;
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.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;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  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;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.adBanner-wrap .pic img {
  width: 100%;
}
.content-wrap .repair-wrap {
  padding: 30px 0;
}
.content-wrap .repair-wrap .rlist {
  padding: 0 10px 20px;
}
.content-wrap .repair-wrap .rlist .picbox {
  position: relative;
}
.content-wrap .repair-wrap .rlist {
  position: relative;
  top: 0;
  padding: 10px 10px 20px;
  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 .rlist:hover {
  box-shadow: 0 0 10px #666;
  top: -5px;
}

.content-wrap .repair-wrap .rlist .picbox .stit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../images/repair-showcnbg.png) repeat;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 45px;
}
.content-wrap .repair-wrap .rlist .con {
  margin-top: 10px;
}
.content-wrap .repair-wrap .rlist .con .btit {
  font-size: 1.4rem;
  color: #000;
}
.content-wrap .repair-wrap .rlist .con .cn {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #000;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.content-wrap .repair-wrap .rlist .con .btnbox {
  margin-top: 10px;
}
.content-wrap .repair-wrap .rlist .con .btnbox a {
  text-decoration: none;
  display: block;
  width: 48%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  background: #381c0b;
  font-size: 1.8rem;
  color: #fff;
  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 .rlist .con .btnbox a:hover {
  background: #df080c;
}
.content-wrap .problem-wrap .title-line {
  background: #df080c;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
.content-wrap .problem-wrap .problem-con {
  background: #f3f3f3;
  padding: 30px 0;
}
.content-wrap .problem-wrap .problem-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .problem-wrap .problem-con .picbox img {
 max-width: 70%;
}
  .content-wrap .problem-wrap .problem-con .conbox {
    padding-left: 45px;
  }
.content-wrap .problem-wrap .problem-con .conbox .clist {
  margin-bottom: 20px;
}
.content-wrap .problem-wrap .problem-con .conbox .clist .tit .num {
  float: left;
  width: 10%;
  text-align: center;
}
.content-wrap .problem-wrap .problem-con .conbox .clist .tit .num i {
  text-align: center;
  display: inline-block;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e92907;
  color: #fff;
  font-style: normal;
  font-size: 1.8rem;
}
.content-wrap .problem-wrap .problem-con .conbox .clist .tit span {
  margin-top: -3px;
  float: left;
  width: 90%;
  font-size: 2.4rem;
}
.content-wrap .problem-wrap .problem-con .conbox .clist .con {
  font-size: 1.8rem;
  color: #333;
}
.content-wrap .service-wrap {
  padding: 30px 0;
}
.content-wrap .service-wrap .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .service-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #df080c;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .service-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .service-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .service-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .service-wrap .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .service-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .service-wrap .w-ltside .show-hide .div2:hover a {
  background: #df080c;
  color: #fff;
}
.content-wrap .service-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .service-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .service-wrap .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.content-wrap .service-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .service-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #df080c;
}
.content-wrap .service-wrap .sltbox {
  padding-right: 20px;
}
.content-wrap .service-wrap .sltbox .titbox {
  background: #e92907;
  padding: 10px 20px;
}
.content-wrap .service-wrap .sltbox .titbox i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .service-wrap .sltbox .titbox .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .service-wrap .sltbox .titbox .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .service-wrap .sltbox .link-wrap {
  background: #efefef;
  padding-bottom: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a {
  display: block;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding-left: 50px;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover {
  color: #ff0000;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon1 {
  background: url(../images/index-business-img1-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon2 {
  background: url(../images/index-business-img2-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon3 {
  background: url(../images/index-business-img3-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon4 {
  background: url(../images/index-business-img4-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon5 {
  background: url(../images/index-business-img5-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon6 {
  background: url(../images/index-business-img6-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon7 {
  background: url(../images/index-business-img7-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a:hover i.icon.icon8 {
  background: url(../images/index-business-img8-hover.png) no-repeat;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon {
  float: left;
  display: inline-block;
  margin-right: 20px;
  width: 40px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon1 {
  background: url(../images/index-business-img1.png) no-repeat;
  height: 21px;
  margin-top: 25px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon2 {
  background: url(../images/index-business-img2.png) no-repeat;
  height: 27px;
  margin-top: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon3 {
  background: url(../images/index-business-img3.png) no-repeat;
  height: 27px;
  margin-top: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon4 {
  background: url(../images/index-business-img4.png) no-repeat;
  height: 37px;
  margin-top: 15px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon5 {
  background: url(../images/index-business-img5.png) no-repeat;
  height: 28px;
  margin-top: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon6 {
  background: url(../images/index-business-img6.png) no-repeat;
  height: 32px;
  margin-top: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon7 {
  background: url(../images/index-business-img7.png) no-repeat;
  height: 30px;
  margin-top: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a i.icon.icon8 {
  background: url(../images/index-business-img8.png) no-repeat;
  height: 31px;
  margin-top: 20px;
}
.content-wrap .service-wrap .sltbox .link-wrap a span {
  display: inline-block;
}
.content-wrap .service-wrap .srtbox .title-icon {
  background: #e92907;
  padding: 10px 20px;
}
.content-wrap .service-wrap .srtbox .title-icon i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .service-wrap .srtbox .title-icon .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .service-wrap .srtbox .title-icon .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .service-wrap .srtbox .case-con {
  margin-top: 20px;
}
.content-wrap .service-wrap .srtbox .case-con .clist {
  padding: 0 10px 10px;
}
.content-wrap .service-wrap .srtbox .case-con .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .service-wrap .srtbox .case-con .clist a:hover .picbox {
  border-color: #ff0000;
}
.content-wrap .service-wrap .srtbox .case-con .clist a .picbox {
  border: 3px solid #ccc;
  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 .service-wrap .srtbox .case-con .clist a:hover .picbox {
  top: -3px;
  border-color: #ff0000;
  box-shadow: 0 0 10px #333;
}
.content-wrap .service-wrap .srtbox .case-con .clist a .picbox {
  position: relative;
  top: 0;
  border: 3px solid #ccc;
  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;
  text-align: center
}

.content-wrap .service-wrap .srtbox .case-con .clist a .btit {
  line-height: 35px;
  color: #333;
  font-size: 1.4rem;
  height: 35px;
  overflow: hidden;
  text-align: center;
}
.content-wrap .ad-wrap {
  margin-bottom: 30px;
  background: url(../images/ad-img1.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
}
.content-wrap .ad-wrap .pic img {
  max-width: 100%;
}
.content-wrap .about-wrap .title-line {
  background: #df080c;
  padding: 10px 20px;
}
.content-wrap .about-wrap .title-line i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .about-wrap .title-line .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .about-wrap .title-line .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .about-wrap .about-con {
  background: #f5f5f5;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.content-wrap .about-wrap .about-con a {
  color: #666;
  font-size: 1.4rem;
}
.content-wrap .about-wrap .about-con a:hover .picbox {
  opacity: .5;
}
.content-wrap .about-wrap .about-con a .picbox {
  text-align: center;
  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 a .picbox img {
  max-width: 100%;
}
.content-wrap .about-wrap .about-con a .con .cn {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con a .con .cn p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 25px;
}
.content-wrap .about-wrap .about-con a .con .phone {
  margin-top: 10px;
  font-size: 2.4rem;
  color: #d0261d;
}
.content-wrap .about-wrap .about-con a .con .phone span {
  font-weight: bold;
  color: #d0261d;
  font-size: 4.8rem;
  font-family: "Arial";
}
.content-wrap .support-wrap .title-line {
  background: #df080c;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
.content-wrap .support-wrap .support-con {
  padding: 30px;
  background: #f5f5f5;
  margin-bottom: 30px;
  overflow: hidden;
}
.content-wrap .support-wrap .support-con .support-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .support-wrap .support-con .support-carousel .item {
  display: block;
  margin: 0 10px;
}
.content-wrap .support-wrap .support-con .support-carousel .item:hover .picbox {
  border-color: #ff0000;
}
.content-wrap .support-wrap .support-con .support-carousel .item .picbox {
  border: 2px solid #ccc;
  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 .support-wrap .support-con .owl-controls .owl-buttons .owl-prev {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background: #df080c;
  color: #fff;
  opacity: 1;
  font-size: 2rem;
  line-height: 30px;
  font-family: "黑体";
  padding: 0;
  position: absolute;
  top: 40px;
  left: -50px;
}
.content-wrap .support-wrap .support-con .owl-controls .owl-buttons .owl-next {
  border-radius: 5px;
  height: 30px;
  width: 30px;
  background: #df080c;
  color: #fff;
  opacity: 1;
  font-size: 2rem;
  line-height: 30px;
  font-family: "黑体";
  padding: 0;
  position: absolute;
  top: 40px;
  right: -50px;
}
.content-wrap .sixScreen-wrap {
  background: #f5f5f5;
  padding: 30px 0;
}
.content-wrap .sixScreen-wrap .contactbox .title-line {
  background: #df080c;
  padding: 10px 20px;
}
.content-wrap .sixScreen-wrap .contactbox .title-line i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .sixScreen-wrap .contactbox .title-line .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .sixScreen-wrap .contactbox .title-line .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .sixScreen-wrap .contactbox .ccon {
  box-shadow: 2px 2px 5px #999;
  padding: 10px;
}
.content-wrap .sixScreen-wrap .contactbox .ccon .iconbox .ilist {
  margin-bottom: 5px;
  color: #686868;
  font-size: 1.4rem;
}
.content-wrap .sixScreen-wrap .contactbox .ccon .iconbox .ilist i {
  margin-right: 10px;
}
.content-wrap .sixScreen-wrap .contactbox .ccon .ewmbox {
  margin-top: 5px;
  text-align: center;

}
.content-wrap .sixScreen-wrap .contactbox .ccon .ewmbox img {
  width:110px;
  height:110px;
}
.content-wrap .sixScreen-wrap .contactbox .ccon .tit1{
    font-size:14px;
    color:#df080c;
    float:left;
    margin-left:36%;
    margin-right:16%;
    }
.content-wrap .sixScreen-wrap .contactbox .ccon .tit2{
    font-size:14px;
        color:#df080c;
    }
.content-wrap .sixScreen-wrap .promisebox .title-line {
  background: #df080c;
  padding: 10px 20px;
}
.content-wrap .sixScreen-wrap .promisebox .title-line i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .sixScreen-wrap .promisebox .title-line .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .sixScreen-wrap .promisebox .title-line .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .sixScreen-wrap .promisebox .ccon {
  box-shadow: 2px 2px 5px #999;
  padding: 10px;
}
.content-wrap .sixScreen-wrap .promisebox .ccon p {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 2.5rem;
  color: #4a4947;
}
.content-wrap .sixScreen-wrap .newsbox .title-line {
  background: #df080c;
  padding: 10px 20px;
}
.content-wrap .sixScreen-wrap .newsbox .title-line i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .sixScreen-wrap .newsbox .title-line .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .sixScreen-wrap .newsbox .title-line .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .sixScreen-wrap .newsbox .ccon {
  box-shadow: 2px 2px 5px #999;
  padding: 22px 10px 0;
}
.content-wrap .sixScreen-wrap .newsbox .ccon .clist {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.content-wrap .sixScreen-wrap .newsbox .ccon .clist a {
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
}
.content-wrap .sixScreen-wrap .newsbox .ccon .clist a:hover {
  color: #ff0000;
}
.content-wrap .sixScreen-wrap .newsbox .ccon .clist a .tit {
  margin-bottom: 10px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .sixScreen-wrap .newsbox .ccon .clist a .cn {
  color: #4a4947;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .friendship-wrap {
  padding: 30px 0;
}
.content-wrap .friendship-wrap .title {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  color: #4a4947;
  padding-bottom: 5px;
}
.content-wrap .friendship-wrap .friendship-con {
  margin-top: 20px;
}
.content-wrap .friendship-wrap .friendship-con .friendship-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .friendship-wrap .friendship-con .friendship-carousel .item {
  display: block;
  margin: 0 5px;
}
.content-wrap .friendship-wrap .friendship-con .friendship-carousel .item:hover .picbox {
  border-color: #ff0000;
}
.content-wrap .friendship-wrap .friendship-con .friendship-carousel .item .picbox {
  border: 1px solid #ccc;
  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 .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #df080c;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #df080c;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #df080c;
}
.content-wrap .contentbox .ltside {
  padding-right: 20px;
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  background: #e92907;
  padding: 10px 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  background: #efefef;
  padding-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1 {
  display: block;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding-left: 50px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover {
  color: #ff0000;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon1 {
  background: url(../images/index-business-img1-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon2 {
  background: url(../images/index-business-img2-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon3 {
  background: url(../images/index-business-img3-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon4 {
  background: url(../images/index-business-img4-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon5 {
  background: url(../images/index-business-img5-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon6 {
  background: url(../images/index-business-img6-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon7 {
  background: url(../images/index-business-img7-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1:hover i.icon.icon8 {
  background: url(../images/index-business-img8-hover.png) no-repeat;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1 i.icon {
  float: left;
  display: inline-block;
  margin-right: 20px;
  width: 40px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list1 span {
  display: inline-block;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li {
  border-bottom: 1px solid #f1f1f1;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 4.2em;
  color: #666;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #0262b8;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 30px;
}
.content-wrap .contentbox .ltside .contactbox .title-line {
  background: #df080c;
  padding: 10px 20px;
}
.content-wrap .contentbox .ltside .contactbox .title-line i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .contactbox .title-line .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .contactbox .title-line .tit span {
  margin-left: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .contactbox .ccon {
  background: #eee;
  padding: 10px;
}
.content-wrap .contentbox .ltside .contactbox .ccon .iconbox .ilist {
  margin-bottom: 5px;
  color: #686868;
  font-size: 1.4rem;
}
.content-wrap .contentbox .ltside .contactbox .ccon .iconbox .ilist i {
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .contactbox .ccon .ewmbox {
  margin-top: 5px;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .ccon .ewmbox img {
  width:110px;
  height:110px;
}
    .content-wrap .contentbox .ltside .contactbox .ccon .tit1{
    font-size:14px;
    color:#df080c;
    float:left;
    margin-left:36%;
    margin-right:16%;
    }
    .content-wrap .contentbox .ltside .contactbox .ccon .tit2 {
    font-size:14px;
    color:#df080c;
    }


.content-wrap .contentbox .main-wrap {
  padding-bottom: 80px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp {
  background: #4a4947;
  padding: 12px 20px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title i {
  float: left;
  display: inline-block;
  font-style: normal;
  width: 3px;
  height: 20px;
  background: #fff;
  margin-top: 5px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title .tit {
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {
  margin-top: 5px;
  color: #fff;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con p {
  text-indent: 2em;
  margin-bottom: 0;
}
    .content-wrap .contentbox .main-wrap .about-con .con p img {
    width:100%;
    height:auto;
    }
.content-wrap .contentbox .main-wrap .about-con .con .pic {
  text-align: center;
  margin: 10px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .picbox {
  border-color: #ff0000;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .btit {
  color: #ff0000;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
  border: 3px solid #ccc;
  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;
  text-align:center;
}

.content-wrap .contentbox .main-wrap .case-con .clist a .btit {
  text-align: center;
  font-size: 1.8rem;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  color: #000;
  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 .contentbox .main-wrap .news-con {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  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 .contentbox .main-wrap .news-con .nlist a:hover {
  color: #ff0000;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .inputcon {
  width: 100%;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist label {
  float: left;
  font-weight: normal;
  font-size: 1.2rem;
  color: #777;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .import {
  float: left;
  color: #ff0000;
  font-size: 1.2rem;
  line-height: 22px;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .import i {
  margin-right: 5px;
  font-style: normal;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .import span {
  color: #999;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .textbox1 {
  width: 100%;
  height: 30px;
  border: 1px solid #7F9DB9;
  padding: 5px;
  font-size: 1.2rem;
  color: #777;
  background: #fff;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .textbox2 {
  width: 100%;
  height: 100px;
  border: 1px solid #7F9DB9;
  padding: 5px;
  font-size: 1.2rem;
  color: #777;
  background: #fff;
}
.content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .sbtn {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .con {
  font-size: 1.4rem;
  color: #0f0f0f;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .contact-con .con .cn p {
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .contact-con .con .ewmbox {
  margin-bottom: 20px;
  margin-top:50px;
}
.content-wrap .contentbox .main-wrap .contact-con .con .ewmbox .e1 {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
    .content-wrap .contentbox .main-wrap .contact-con .con .ewmbox .e1 img {
    width:140px;
    height:140px;
    }
.content-wrap .contentbox .main-wrap .contact-con .con .ewmbox .e1 span {
  display: block;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .contact-con .con .ewmbox .e2 {
  margin-right: 10px;
  float: left;
  display: inline-block;
  width: 30%;
}
.content-wrap .contentbox .main-wrap .contact-con .con .ewmbox .e2 img {
max-width:100%;
}
.content-wrap .contentbox .main-wrap .contact-con .con .ewmbox .e2 span {
  text-align: center;
  display: block;
}

.content-wrap .contentbox .main-wrap .news-details-con .tit {
  font-size: 1.8rem;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .time {
  font-size: 1.2rem;
  color: #666;
  margin-top: 10px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con {
  margin-top: 10px;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .case-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .case-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .case-details-con .tit {
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #333;
}
.footer-wrap {
  background: #df080c;
}
.footer-wrap .footer {
  padding: 25px 0;
}
.footer-wrap .footer .link-ul {
  color: #fff;
  text-align: center;
}
.footer-wrap .footer .link-ul .list {
  display: inline-block;
  margin-bottom: 10px;
}
.footer-wrap .footer .link-ul .list a {
  float: left;
  display: block;
  color: #fff;
}
.footer-wrap .footer .link-ul .list span {
  float: left;
  margin: 0 10px;
}
.footer-wrap .footer .copyright {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #d93f33;
  z-index: 999;
}
.hot-wrap .list {
  height: 45px;
  width: 25%;
  float: left;
  display: block;
  border-right: 1px solid #ae3229;
}
.hot-wrap .list:hover {
  background: #c4352a;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-top: 5px;
}
.hot-wrap .list a i img {
  max-width: 22%;
}
.hot-wrap .list a span {
  font-size: 1.2rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .header-wrap .header {
    height: 90px;
  }
  .header-wrap .header .logo {
    line-height: 90px;
  }
  .content-wrap .problem-wrap .problem-con .container1 {
    position: relative;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(1) {
    position: absolute;
    top: 85px;
    left: 135px;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(1) .tit .num {
    float: right;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(1) .tit span {
    text-align: right;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(2) {
    position: absolute;
    top: 85px;
    right: 135px;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(3) {
    position: absolute;
    top: 260px;
    left: 190px;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(3) .tit .num {
    float: right;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(3) .tit span {
    text-align: right;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist:nth-child(4) {
    position: absolute;
    top: 260px;
    right: 160px;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist .tit .num {
    width: 12%;
  }
  .content-wrap .problem-wrap .problem-con .conbox .clist .tit span {
    width: 90%;
  }
  .content-wrap .about-wrap .about-con .con {
    padding-left: 30px;
  }
  .content-wrap .sixScreen-wrap .promisebox {
    padding-left: 50px;
  }
  .content-wrap .sixScreen-wrap .newsbox {
    padding-left: 50px;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox {
    width: 500px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .ltxt {
    width: 10%;
    float: left;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .ltxt label {
    line-height: 22px;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .textbox1 {
    width: 50%;
    float: left;
    height: 24px;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .textbox2 {
    width: 90%;
    float: left;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .import {
    float: right;
    width: 38%;
  }
  .content-wrap .contentbox .main-wrap .repair-con .mbox .inputlist .submitbtn {
    margin-left: 10%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .tit {
    float: left;
    width: 500px;
    display: inline-block;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 55px;

  }
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .header-wrap {
    margin-bottom: 65px;
  }
  .header-wrap .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .content-wrap .service-wrap .srtbox .case-con div:nth-child(9) .clist {
    display: none;
  }
  .content-wrap .problem-wrap .problem-con .picbox img {
    max-width: 70%;
  }
  .content-wrap .problem-wrap .problem-con .conbox {
    padding-left: 45px;
  }
  .content-wrap .about-wrap .about-con {
    margin-bottom: 0;
  }
  .content-wrap .about-wrap .about-con a .con .phone {
    font-size: 2rem;
  }
  .content-wrap .about-wrap .about-con a .con .phone span {
    font-size: 2.4rem;
  }
  .footer-wrap {
    background: #232323;
  }
  .footer-wrap .footer {
    padding: 10px 0;
  }
  .content-wrap .contentbox .main-wrap .contact-con .con .ewmbox {
  margin-bottom: 20px;
  margin-top: 10px;
}


}

/*清除样式*/
.clear 
{
     clear:both;
     font-family:'微软雅黑';

}

/*分页css scott style pagination*/
div.scott
{
    padding:3px;margin:3px;text-align:center;

}
div.scott a
{
    border:#221616 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;text-decoration:none;

}
div.scott a:hover
{
    border:#221616 1px solid;color:white;background-color:#221616;

}
div.scott a:active
{
    border:#221616 1px solid;color:#611985;background-color:#221616;

}
div.scott span.current
{
    border:#221616 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#221616;

}
div.scott span.disabled
{
    border:#dfdfdf 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;

}


	.dbbox{display:none; position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
	.dbbox .dbs{ position: relative; padding: 0 15px; }
	.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
	.dbbox .dbs .neirong .li{ float:left;}
    .dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
	.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
	.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }

    /*QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 200px;
    height:130px;
    line-height:45px
}

.dock ul.icons li.im p {
	width: 185px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 180px;
    height:180px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}

.fengxiang{ width:100%; margin:0 auto;}
.fengxiang ul li{ width:46%; padding:4px 3px; float:left; margin:4px 0px 4px 10px; background:#c5c5c4; border: solid 1px #afafae;}

.fengxiang ul li a.bshare-sinaminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qzone{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-renren{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-qqmb { float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-neteasemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-sohuminiblog{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-tianya{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-baiduhi{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-itieba{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-kaixin001{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-facebook{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-msn{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-fanfou{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-feixin{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-twitter{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-peoplemb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-douban{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
.fengxiang ul li a.bshare-xinhuamb{ float: left; width:50px; padding:0px; margin:0px; text-align:left;}
