body {
  font-family: "微软雅黑";
}
.container-fluid {
  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;
}
.topbar {
  background: url(../images/topbar-linebg.png) no-repeat center top;
  height: 40px;
  line-height: 40px;
  color: #676767;
  font-size: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
}
.topbar .trt .linktxt a {
  color: #676767;
  margin: 0 10px;
}
.topbar .trt .ccon a {
  text-decoration: none;
  display: block;
  background: #004f10;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 20px;
}
.topbar .trt .ccon a:hover {
  background: #000000;
}
.header-wrap .header {
  position: relative;
  background: url(../images/headerbg.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 35px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.header-wrap .header .stxt .stit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #020202;
  margin-bottom: 5px;
}
.header-wrap .header .stxt .stit span {
  color: #ff9000;
}
.header-wrap .header .stxt .btit {
  font-size: 1.4rem;
  color: #7a7a7a;
  font-weight: bold;
}
.header-wrap .header .phonetxt {
  margin-top: 30px;
}
.header-wrap .header .phonetxt .icon {
  float: left;
}
.header-wrap .header .phonetxt .ptxt {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  font-size: 1.3rem;
  color: #434343;
}
.header-wrap .header .phonetxt .ptxt span {
  margin-top: -3px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff9000;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.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;
}


.form_2{width:100%;overflow:hidden;margin:20px 0;}
.form_2 input[type="text"]{width:94%;height:45px;line-height:45px;font-size:14px;color:#666;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ccc;background:#fff;margin:5px 3%;}
.form_2 input[type="tel"]{width:94%;height:45px;line-height:45px;font-size:14px;color:#666;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ccc;background:#fff;margin:5px 3%;}
.form_2 input[type="email"]{width:94%;height:45px;line-height:45px;font-size:14px;color:#666;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ccc;background:#fff;margin:5px 3%;}
.form_2 select{width:94%;height:45px;line-height:45px;font-size:14px;color:#666;text-indent:2px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ccc;background:#fff;margin:5px 3%;}
.form_2 input[type="submit"]{width:44%;height:32px;line-height:32px;font-size:14px;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:5px 3%;color: #fff;background:#004f10;;border: 1px solid #004f10;float:left;}
.form_2 input[type="button"]{width:44%;height:32px;line-height:32px;font-size:14px;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:5px 3%;color: #fff;background:#004f10;border: 1px solid #004f10;float:left;}
.form_2 input[type="reset"]{width:44%;height:32px;line-height:32px;font-size:14px;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;margin:5px 3%;color: #fff;background:#004f10;border: 1px solid #004f10;float:right;}
.form_2 textarea{width:94%;height:80px;line-height:21px;font-size:14px;color:#666;text-indent:10px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #ccc;background:#fff;margin:5px 3%;}
/*tab切换*/




.nav-wrap {
  height: 50px;
  background: #004f10;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 14.2%;
}
.nav-wrap .nav-ul .navlist:first-child {
  background: url(../images/navline.png) no-repeat 0 18px;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: url(../images/navlist-hover.png) no-repeat center center;
  background-size: 100% 100%;
  color: #34ff00;
}
.nav-wrap .nav-ul .navlist a.listh1.active{
  background: url(../images/navlist-hover.png) no-repeat center center;
  background-size: 100% 100%;
  color: #34ff00;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  float: right;
  width: 2px;
  height: 15px;
  background: url(../images/navline.png) no-repeat;
  margin-top: 18px;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 150px;
}
.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: #004f10;
}
.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 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
  z-index: 1;
}
.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%;
}
.content-wrap .hotpro-wrap {
  padding: 45px 0;
  overflow: hidden;
}
.content-wrap .hotpro-wrap .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #007618;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .hotpro-wrap .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .hotpro-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 .hotpro-wrap .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div2:hover a {
  background: #007618;
  color: #fff;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .hotpro-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 #eee;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .hotpro-wrap .w-ltside .show-hide .div3 ul li a:hover {
  color: #007618;
}
.content-wrap .hotpro-wrap .ltside {
  padding-right: 30px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .titbox {
  background: url(../images/ltside-titbg1.jpg) repeat-x;
  background-size: 100% 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 5px 5px 10px;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list {
  margin-top: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #3c3c3c;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  overflow: hidden;
  background: url(../images/ltside-listbg1.jpg) repeat-x;
  background-size: 100% 100%;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list:hover {
  color: #007618;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list.on1 {
  color: #007618;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list .arrow {
  margin-top: -2px;
  width: 15%;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list span {
  float: left;
  width: 85%;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 {
  display: none;
  background: #fff;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  font-size: 1.4rem;
  color: #474747;
  line-height: 40px;
  height: 40px;
  padding-left: 55px;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .hotpro-wrap .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #007618;
}
.content-wrap .hotpro-wrap .ltside .contactbox {
  border: 1px solid #ccc;
  border-top: none;
  padding: 2px;
}
.content-wrap .hotpro-wrap .ltside .contactbox .pic img {
  width: 100%;
}
.content-wrap .hotpro-wrap .hotpro-con .title-search .titbox {
  width: 90%;
}
.content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .tit {
  width: 15%;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: url(../images/hotpro-maintitbg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-right: 1%;
}
.content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .searchbox {
  width: 84%;
}
.content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .searchbox .searchtxt {
  float: left;
  width: 85%;
  height: 30px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 1.2rem;
  color: #9f9f9f;
  font-family: "宋体";
  margin-right: 1%;
  outline: none;
}
.content-wrap .hotpro-wrap .hotpro-con .title-search .titbox .searchbox .submitbtn {
  width: 14%;
  height: 30px;
  background: #004f10;
  color: #fff;
  font-size: 1.4rem;
  line-height: 30px;
  border: none;
  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 .hotpro-wrap .hotpro-con .title-search .titbox .searchbox .submitbtn:hover {
  background: #001c06;
}
.content-wrap .hotpro-wrap .hotpro-con .title-search .line-wrap {
  margin-top: 15px;
  height: 1px;
  width: 100%;
  background: #ccc;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon {
  margin-top: 20px;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item {
  display: block;
  margin: 0 5px;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist {
  margin-bottom: 10px;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a:hover {
  border-color: #007618;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a .conbox {
  padding: 10px;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a .conbox .tit-morebtn {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a .conbox .tit-morebtn .tit {
  display: inline-block;
  font-size: 1.4rem;
  color: #3c3c3c;
  float: left;
  width: 60%;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a .conbox .tit-morebtn .morebtn {
  float: right;
  color: #919191;
  font-size: 1.2rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .hotpro-carousel .item .plist a .conbox .con {
  margin-top: 2px;
  font-size: 1.2rem;
  color: #adadad;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  right: 45px;
  top: -66px;
  width: 30px;
  height: 30px;
  opacity: 1;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-family: "黑体";
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  background: #fff;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #004f10;
  color: #fff;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 5px;
  top: -66px;
  width: 30px;
  height: 30px;
  opacity: 1;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 30px;
  text-align: center;
  color: #666;
  font-family: "黑体";
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  background: #fff;
}
.content-wrap .hotpro-wrap .hotpro-con .hcon .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #004f10;
  color: #fff;
}
.content-wrap .partner-wrap {
  padding: 55px 0 35px;
}
.content-wrap .partner-wrap .title-line {
  text-align: center;
}
.content-wrap .partner-wrap .title-line .title {
  background: url(../images/index-titleline2.png) no-repeat center center;
}
.content-wrap .partner-wrap .title-line .title .entit {
  font-size: 4rem;
  color: #9e9e9e;
  text-transform: uppercase;
  font-family: "Impact";
  padding: 0 50px;
  margin-top: -30px;
  display: inline-block;
  letter-spacing: 1px;
  opacity: .15;
}
.content-wrap .partner-wrap .title-line .title .chtit {
  font-size: 2.6rem;
  color: #004f10;
  font-weight: bold;
  margin-top: -50px;
}
.content-wrap .partner-wrap .title-line .stit {
  color: #a4a4a4;
  font-size: 1.3rem;
  margin-top: 8px;
}
.content-wrap .partner-wrap .title-line .arrow {
  margin-top: 10px;
}
.content-wrap .partner-wrap .partner-con {
  margin-top: 35px;
}
.content-wrap .partner-wrap .partner-con .partner-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item {
  display: block;
  margin: 0 10px;
  text-decoration: none;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item:hover .picbox .pic {
  transform: scale(1.1) rotate(5deg);
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item .picbox {
  border: 1px solid #ececec;
  overflow: hidden;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item .picbox .pic {
  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 .partner-wrap .partner-con .partner-carousel .item .btit {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.4rem;
  color: #545454;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  overflow: hidden;
}
.content-wrap .adbox-wrap {
  background: url(../images/adbox1.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px 0;
}
.content-wrap .adbox-wrap img {
  max-width: 100%;
}
.content-wrap .advantage-wrap {
  padding: 55px 0 35px;
}
.content-wrap .advantage-wrap .title-line {
  text-align: center;
}
.content-wrap .advantage-wrap .title-line .title {
  background: url(../images/index-titleline2.png) no-repeat center center;
}
.content-wrap .advantage-wrap .title-line .title .entit {
  font-size: 4rem;
  color: #9e9e9e;
  text-transform: uppercase;
  font-family: "Impact";
  padding: 0 50px;
  margin-top: -30px;
  display: inline-block;
  letter-spacing: 1px;
  opacity: .15;
}
.content-wrap .advantage-wrap .title-line .title .chtit {
  margin-top: -50px;
}
.content-wrap .advantage-wrap .title-line .title .chtit img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .title-line .stit {
  color: #a4a4a4;
  font-size: 1.3rem;
  margin-top: 8px;
}
.content-wrap .advantage-wrap .title-line .arrow {
  margin-top: 10px;
}
.content-wrap .advantage-wrap .advantage-con {
  margin-top: 35px;
}
.content-wrap .advantage-wrap .advantage-con .abox {
  background: url(../images/advantage-listbg1.jpg) repeat;
  padding: 15px;
  margin-bottom: 20px;
}
.content-wrap .advantage-wrap .advantage-con .abox:nth-child(2n+2) {
  background: #fff;
}
.content-wrap .advantage-wrap .advantage-con .abox .picbox {
  padding: 0 15px;
}
.content-wrap .advantage-wrap .advantage-con .abox .picbox img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox {
  padding: 35px 0 20px;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .icon {
  width: 18%;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .icon img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con {
  width: 80%;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .tit {
  font-size: 3rem;
  color: #004f10;
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .tit span {
  color: #ff9101;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .cn {
  margin-top: 15px;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .cn .list {
  margin-bottom: 10px;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .cn .list i {
  float: left;
  width: 6%;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .cn .list i img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .cn .list p {
  display: inline-block;
  float: left;
  width: 94%;
  font-size: 1.4rem;
  color: #414141;
}
.content-wrap .advantage-wrap .advantage-con .abox .conbox .con .cn .list p span {
  font-weight: bold;
  color: #004f10;
}
.content-wrap .case-wrap {
  background: url(../images/casebg.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 0;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .title {
  background: url(../images/index-titleline1.png) no-repeat center center;
}
.content-wrap .case-wrap .title-line .title .entit {
  font-size: 4rem;
  color: #9e9e9e;
  text-transform: uppercase;
  font-family: "Impact";
  padding: 0 50px;
  margin-top: -30px;
  display: inline-block;
  letter-spacing: 1px;
  opacity: .15;
}
.content-wrap .case-wrap .title-line .title .chtit {
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  margin-top: -50px;
}
.content-wrap .case-wrap .title-line .stit {
  color: #a4a4a4;
  font-size: 1.3rem;
  margin-top: 8px;
}
.content-wrap .case-wrap .title-line .arrow {
  margin-top: 10px;
}
.content-wrap .case-wrap .case-con {
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.11) !important;
  background: #fff;
  filter: alpha(opacity=11);
  padding: 10px 5px 0;
}
.content-wrap .case-wrap .case-con .clist {
  padding: 0 5px 10px;
}
.content-wrap .case-wrap .case-con .clist a {
  background: #fff;
  display: block;
  text-decoration: none;
}
.content-wrap .case-wrap .case-con .clist a:hover .picbox {
  opacity: .5;
}
.content-wrap .case-wrap .case-con .clist a .picbox {
  padding: 7px;
  border-bottom: 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 .case-wrap .case-con .clist a .con {
  padding: 10px 20px;
  text-align: center;
}
.content-wrap .case-wrap .case-con .clist a .con .tit {
  margin-top: 5px;
  font-size: 1.8rem;
  color: #262626;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .clist a .con .cn {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #918b8b;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .clist a .con .morebtn {
  margin: 15px 0 10px;
}
.content-wrap .about-wrap {
  padding: 75px 0 25px;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
}
.content-wrap .about-wrap .title-line .title .line-wrap {
  background: #e5e5e5;
  width: 100%;
  height: 1px;
}
.content-wrap .about-wrap .title-line .title .line-wrap .line {
  background: #004f10;
  width: 50%;
  height: 1px;
  margin: 0 auto;
}
.content-wrap .about-wrap .title-line .title .entit {
  font-size: 4rem;
  color: #e9e9e9;
  text-transform: uppercase;
  font-family: "Impact";
  background: #fff;
  padding: 0 50px;
  margin-top: -30px;
  display: inline-block;
  letter-spacing: 1px;
}
.content-wrap .about-wrap .title-line .title .chtit {
  font-size: 2.6rem;
  color: #004f10;
  font-weight: bold;
  margin-top: -50px;
}
.content-wrap .about-wrap .title-line .stit {
  color: #a4a4a4;
  font-size: 1.3rem;
  margin-top: 8px;
}
.content-wrap .about-wrap .title-line .arrow {
  margin-top: 10px;
}
.content-wrap .about-wrap .about-con {
  margin-top: 35px;
}
.content-wrap .about-wrap .about-con a {
  display: block;
  text-decoration: none;
}
.content-wrap .about-wrap .about-con a:hover .conbox .morebtn {
  background: #004f10;
  color: #fff;
  border-color: #004f10;
}
.content-wrap .about-wrap .about-con a .conbox .titbox {
  margin-top: 10px;
}
.content-wrap .about-wrap .about-con a .conbox .titbox .t1 {
  font-size: 2rem;
  font-weight: bold;
  color: #1f1a17;
}
.content-wrap .about-wrap .about-con a .conbox .line {
  margin: 20px 0;
  height: 1px;
  background: #ccc;
}
.content-wrap .about-wrap .about-con a .conbox .con {
  font-size: 1.4rem;
  color: #696969;
  line-height: 25px;
  height: 200px;
  overflow: hidden;
}
.content-wrap .about-wrap .about-con a .conbox .morebtn {
  margin-top: 20px;
  border: 1px solid #1f1a17;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #1f1a17;
  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 .tenthScreen-wrap {
  padding: 35px 0 35px;
}
.content-wrap .tenthScreen-wrap .tenthBox {
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap {
  margin-bottom: 20px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap .title-line {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap .title-line .title {
  font-size: 1.8rem;
  color: #1f1f1f;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #004f10;
  text-transform: uppercase;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap .title-line .title i {
  margin-right: 10px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap .furniturePic-con {
  margin-top: 15px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap {
  margin-bottom: 20px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .title-line {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .title-line .title {
  font-size: 1.8rem;
  color: #1f1f1f;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #004f10;
  text-transform: uppercase;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .title-line .title i {
  margin-right: 10px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con {
  margin-top: 15px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist {
  margin-bottom: 8px;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a {
  text-decoration: none;
  display: block;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a:hover .num {
  background: #004f10;
  color: #fff;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a .num {
  width: 20%;
  height: 75px;
  border: 1px solid #ccc;
  line-height: 75px;
  text-align: center;
  font-size: 3.6rem;
  color: #bcbcbc;
  font-family: "Arial";
  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 .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a .con {
  width: 78%;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a .con .tit {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #828282;
  font-weight: bold;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a .con .cn {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #aaa;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  /*span{
										color: #ff7e00;
									}*/
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .title-line {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .title-line .title {
  font-size: 1.8rem;
  color: #1f1f1f;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .title-line .title span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #004f10;
  text-transform: uppercase;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .title-line .title i {
  margin-right: 10px;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con {
  margin-top: 15px;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con .picbox {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  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 .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con .con {
  font-size: 1.4rem;
  color: #888;
  line-height: 30px;
}
.content-wrap .tenthScreen-wrap .tenthBox .tline1 {
  position: absolute;
  left: 395px;
  top: 70px;
}
.content-wrap .tenthScreen-wrap .tenthBox .tline2 {
  position: absolute;
  right: 380px;
  top: 70px;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #007618;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #007618;
  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: #007618;
  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 #eee;
}
.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: #007618;
}
.content-wrap .contentbox .ltside {
  padding-right: 30px;
}
.content-wrap .contentbox .ltside .linkbox .titbox {
  background: url(../images/ltside-titbg1.jpg) repeat-x;
  background-size: 100% 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.content-wrap .contentbox .ltside .linkbox .lbox {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 5px 5px 10px;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list {
  margin-top: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #3c3c3c;
  border: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 40px;
  overflow: hidden;
  background: url(../images/ltside-listbg1.jpg) repeat-x;
  background-size: 100% 100%;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list:hover {
  color: #007618;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list.on1 {
  color: #007618;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list .arrow {
  margin-top: -2px;
  width: 15%;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list span {
  float: left;
  width: 85%;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 {
  display: none;
  background: #fff;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a {
  display: block;
  font-size: 1.4rem;
  color: #474747;
  line-height: 40px;
  height: 40px;
  padding-left: 55px;
  text-decoration: none;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a:hover {
  color: #007618;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list2 ul li a.active {
  color: #007618;
}
.content-wrap .contentbox .ltside .contactbox {
  border: 1px solid #ccc;
  border-top: none;
  padding: 2px;
}
.content-wrap .contentbox .ltside .contactbox .pic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-morebtn {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .tit {
  width: 140px;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  color: #fff;
  background: url(../images/hotpro-maintitbg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-right: 1%;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .posit {
  margin-top: 10px;
  color: #5f5f5f;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-morebtn .titbox .posit a {
  color: #5f5f5f;
}

.hot{height:50px; background:#212121; position:fixed; bottom:0; left:0; z-index:99; border-top:2px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{ background:#000;}	
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.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; }



.content-wrap .contentbox .main-wrap .title-morebtn .line-wrap {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin-top: 15px;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con img {
  text-align: center;
  max-width: 100%;
  margin: 15px 0;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 5px 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover {
  border-color: #007618;
}
.content-wrap .contentbox .ltside .linkbox .lbox .list.active {
    color: #007618;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox {
  padding: 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .tit-morebtn {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .tit-morebtn .tit {
  display: inline-block;
  font-size: 1.4rem;
  color: #3c3c3c;
  float: left;
  width: 60%;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .tit-morebtn .morebtn {
  float: right;
  color: #919191;
  font-size: 1.2rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .conbox .con {
  margin-top: 2px;
  font-size: 1.2rem;
  color: #adadad;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.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;
  border: 1px solid #ccc;
  background: #fff;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .case-con .clist a:hover .con {
  border-bottom-color: #72bb38;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
  position: relative;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case-fdj.png) no-repeat center center;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 15px;
  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 .case-con .clist a .picbox .showcn .stit {
  margin-top: 32%;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .con {
  padding: 0 10px;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  color: #333;
  font-size: 1.4rem;
  border-bottom: 3px solid #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;
  /*.tit{
                                display: inline-block;
                                width:60%;
                            }*/
}
.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: #080909;
  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: #007c19;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 15%;
  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 .con {
  width: 83%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
  margin-left: 2%;
  float: left;
  width: 15%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
  float: left;
  margin-left: 5px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
  height: 30px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 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;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #72bb38;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .partner-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a:hover .picbox .pic {
  transform: scale(1.1) rotate(5deg);
}
.content-wrap .contentbox .main-wrap .partner-con .plist a .picbox {
  border: 1px solid #ececec;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a .picbox .pic {
  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 .partner-con .plist a .btit {
  background: #f1f1f1;
  text-align: center;
  font-size: 1.4rem;
  color: #545454;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.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 p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .product-details-con img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.footer-wrap .fbox1 {
  background: #141414;
  padding: 20px 0;
}
.footer-wrap .fbox1 .prolist .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .prolist .lbox {
  margin-top: 20px;
}
.footer-wrap .fbox1 .prolist .lbox .list {
  float: left;
  width: 50%;
}
.footer-wrap .fbox1 .prolist .lbox .list a {
  display: block;
  color: #aaa;
  font-size: 1.2rem;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.footer-wrap .fbox1 .cbox {
  margin-bottom: 30px;
}
.footer-wrap .fbox1 .cbox .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .cbox .con {
  margin-top: 20px;
  color: #a2a2a2;
  font-size: 1.2rem;
  line-height: 30px;
}
.footer-wrap .fbox1 .cbox .btit {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.footer-wrap .fbox1 .newsbox .tit {
  color: #fff;
  font-size: 1.8rem;
}
.footer-wrap .fbox1 .newsbox .ncon {
  margin-top: 20px;
}
.footer-wrap .fbox1 .newsbox .ncon .nlist {
  margin-bottom: 10px;
  border-bottom: 1px dashed #393939;
}
.footer-wrap .fbox1 .newsbox .ncon .nlist a {
  text-decoration: none;
  display: block;
  color: #979797;
  font-size: 1.2rem;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.footer-wrap .fbox1 .newsbox .ncon .nlist a:hover {
  color: #004f10;
}
.footer-wrap .fbox1 .newsbox .ncon .nlist a .icon {
  float: left;
  width: 5%;
}
.footer-wrap .fbox1 .newsbox .ncon .nlist a .con {
  float: left;
  width: 95%;
}
.footer-wrap .fbox1 .copyright {
  text-align: center;
  color: #363636;
  font-size: 1.2rem;
}
.footer-wrap .fbox1 .copyright .line {
  background: url(../images/footer-copyright-line.png) no-repeat center top;
  height: 10px;
}
.footer-wrap .fbox1 .copyright .con {
  line-height: 20px;
}
.footer-wrap .fbox1 .copyright .con a {
  color: #363636;
}
.footer-wrap .fbox2 {
  border-bottom: 30px solid #000;
  background: #141414;
  position: relative;
  z-index: 1;
}
.footer-wrap .fbox2 .fcon {
  float: right;
  width: 50%;
  background: #000 url(../images/footer-linkboxbg.jpg) no-repeat left top;
  padding: 0 30px 0 40px;
  height: 50px;
}
.footer-wrap .fbox2 .fcon .linkbox {
  float: left;
  width: 92%;
}
.footer-wrap .fbox2 .fcon .linkbox .list {
  margin-top: 20px;
  display: inline-block;
  float: left;
  width: 20%;
}
.footer-wrap .fbox2 .fcon .linkbox .list a {
  display: block;
  font-size: 1.4rem;
  color: #4d504d;
}
.footer-wrap .fbox2 .fcon .backbtn {
  text-align: center;
  width: 8%;
  margin-top: 10px;
  float: right;
}
.footer-wrap .fbox2 .fbg {
  background: #000;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  z-index: -1;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #004f10;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #0c8123;
}
.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 (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .col-md-14 {
    width: 12.5%;
    float: left;
  }
  .header-wrap .header {
    height: 110px;
  }
  .header-wrap .header .logo {
    line-height: 110px;
  }
  .content-wrap .about-wrap .about-con a .conbox {
    padding: 20px 35px;
  }
  .content-wrap .about-wrap .about-con a .conbox .titbox .t1 {
    float: left;
  }
  .content-wrap .about-wrap .about-con a .conbox .titbox .t2 {
    float: right;
  }
  .content-wrap .adbox-wrap {
    padding: 30px 0;
  }
  .content-wrap .tenthScreen-wrap .tenthBox .furniturePic-wrap {
    padding-right: 30px;
    margin-bottom: 0;
  }
  .content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 800px;
    margin: 0 auto;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .footer-wrap .fbox1 {
    padding: 60px 0 0;
  }
  .footer-wrap .fbox1 .newsbox {
    padding: 0 80px 0 40px;
  }
  .footer-wrap .fbox1 .copyright {
    position: relative;
    top: 30px;
    z-index: 10;
    text-align: left;
    line-height: 20px;
  }
  .footer-wrap .fbox1 .copyright .con {
    margin-top: 10px;
    padding-left: 30px;
  }
}
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap .hotpro-wrap .hotpro-con .hcon .owl-buttons {
    display: none;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
}
