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;
}
.topbar {
  background: #ececec;
  height: 35px;
  line-height: 35px;
  color: #232323;
  font-size: 1.2rem;
}
.topbar .trt a {
  color: #232323;
  margin: 0 10px;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .stxt {
  margin-top: 30px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.header-wrap .header .stxt .stit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #121212;
}
.header-wrap .header .stxt .btit {
  font-size: 1.6rem;
  color: #4b4b4b;
}
.header-wrap .header .phonetxt {
  margin-top: 30px;
  width: 100%;
}
.header-wrap .header .phonetxt .ptit {
  font-size: 1.4rem;
  color: #1a1a1a;
}
.header-wrap .header .phonetxt .ptit i {
  float: left;
  margin-right: 3px;
}
.header-wrap .header .phonetxt .num {
  font-size: 3rem;
  font-family: "Impact";
  color: #1a1a1a;
}
.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;
}
.nav-wrap {
  background: url(../image/navbg.jpg) repeat-x;
  height: 49px;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 10%;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  line-height: 49px;
  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:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  background: #ff9600;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  margin-top: 18px;
  float: right;
  width: 2px;
  height: 12px;
  background: url(../image/navline.jpg) no-repeat;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 49px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 200px;
}
.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: #ff9600;
}
.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;
}
.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;
  text-align: center;
  width: 100%;
}
.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%;
}
.tbanner .tb {
  padding: 35px 0;
}
.tbanner .tb .title {
  color: #fff;
  font-size: 3rem;
}

.content-wrap .contentbox .main-wrap .download-details-con .loadcon {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon {
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon i {
  float: left;
  width: 7%;
  border-right: 1px solid #ccc;
  background: #f5f5f5;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  height: 72px;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon i img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt {
  float: left;
  width: 93%;
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .titbox {
  margin-top: 11px;
  width: 50%;
  display: inline-block;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .titbox .tit {
  font-size: 1.2rem;
  color: #696969;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .titbox .cn {
  margin-top: 3px;
  font-size: 1.4rem;
  color: #292929;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .dbtn {
  margin-right: 10px;
  margin-top: 15px;
}
.content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .dbtn a {
  text-decoration: none;
  width: 100px;
  height: 40px;
  background: #e54048;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3px;
  display: block;
  line-height: 40px;
  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 .download-details-con .loadcon .lcon .ltxt .dbtn a:hover {
  background: #d51d26;
}
.content-wrap .contentbox .main-wrap .download-details-con .dcon .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .download-details-con .dcon .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .download-details-con .dcon .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .download-details-con .dcon .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .download-details-con .dcon .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}

.content-wrap .contentbox .main-wrap .download-details-con .dcon .picbox {
  overflow: hidden;
  background: #fff;
    max-width: 100%;
  max-height: 100%;
}
.content-wrap .contentbox .main-wrap .download-details-con .dcon .picbox  img {
  max-width: 100%;
  max-height: 100%;
}



.tbanner .tb .title span {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.content-wrap .proshow-wrap {
  padding: 20px 0 0;
}
.content-wrap .proshow-wrap .proshow-con .picMarquee-left {
  overflow: hidden;
  position: relative;
}
.content-wrap .proshow-wrap .proshow-con .picMarquee-left .bd .picList {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .proshow-wrap .proshow-con .picMarquee-left .bd .picList li {
  margin: 0 5px;
  float: left;
  _display: inline;
  overflow: hidden;
  width: 260px;
}
.content-wrap .proshow-wrap .proshow-con .picMarquee-left .bd .picList li a {
  text-decoration: none;
  display: block;
}
.content-wrap .proshow-wrap .proshow-con .picMarquee-left .bd .picList li a:hover .picbox {
  opacity: .5;
}
.content-wrap .proshow-wrap .proshow-con .picMarquee-left .bd .picList li a .picbox {
  border: 1px solid #ccc;
  padding: 5px;
  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 .about-wrap {
  padding: 30px 0;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
}
.content-wrap .about-wrap .title-line .title {
  font-size: 3.6rem;
  color: #000;
  font-weight: bold;
}
.content-wrap .about-wrap .title-line .line {
  width: 65px;
  height: 7px;
  background: #dcdcdc;
  margin: 10px auto 0;
}
.content-wrap .about-wrap .about-con {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 15px;
}
.content-wrap .about-wrap .about-con a {
  text-decoration: none;
  display: block;
}
.content-wrap .about-wrap .about-con a:hover .picbox {
  -webkit-filter: grayscale(1);
}
.content-wrap .about-wrap .about-con a:hover .con .cn {
  color: #ff7e00;
}
.content-wrap .about-wrap .about-con .picbox {
  position: relative;
  margin-bottom: 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 .about-wrap .about-con .picbox .pic {
  border: 1px solid #ccc;
}
.content-wrap .about-wrap .about-con .picbox .pbg {
  position: absolute;
  width: 465px;
  height: 310px;
  background: #000;
  z-index: -1;
  right: 0;
  top: 15px;
}
.content-wrap .about-wrap .about-con .con .tit {
  font-size: 1.8rem;
  font-weight: bold;
  background: #000;
  width: 140px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.content-wrap .about-wrap .about-con .con .cn {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #373737;
  line-height: 26px;
  height: 135px;
  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 .about-wrap .about-con .con .cn p {
  margin-bottom: 5px;
}
.content-wrap .about-wrap .about-con .con .iconbox {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist {
  margin-bottom: 10px;
  border: 1px solid #212121;
  height: 55px;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist:first-child {
  padding-left: 30px;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist .ltit {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #555;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist .ltit i {
  margin-right: 5px;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist .num {
  font-size: 1.8rem;
  color: #090909;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist .icon {
  float: left;
  width: 30%;
  text-align: center;
  margin-top: 11px;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist p {
  margin-top: 8px;
  float: left;
  width: 70%;
  display: inline-block;
  font-size: 1.5rem;
  color: #000;
}
.content-wrap .about-wrap .about-con .con .iconbox .ilist p span {
  display: block;
  font-size: 1.2rem;
  color: #b3b3b3;
  text-transform: uppercase;
}
.content-wrap .newspro-wrap {
  padding: 30px 0;
}
.content-wrap .newspro-wrap .title-line {
  text-align: center;
}
.content-wrap .newspro-wrap .title-line .chtit {
  background: url(../image/index-titline1.png) no-repeat center center;
  font-size: 3.2rem;
  color: #090909;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
}
.content-wrap .newspro-wrap .title-line .entit {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Aparajita";
  color: #9d9d9d;
}
.content-wrap .newspro-wrap .newspro-con {
  margin-top: 30px;
}
.content-wrap .newspro-wrap .newspro-con .nlist {
  padding: 0 5px 10px;
}
.content-wrap .newspro-wrap .newspro-con .nlist a {
  border: 1px solid #ccc;
  padding: 3px 3px 0;
  display: block;
  text-decoration: none;
}
.content-wrap .newspro-wrap .newspro-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .newspro-wrap .newspro-con .nlist a .picbox {
  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 .newspro-wrap .newspro-con .nlist a .btit {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.content-wrap .newspro-wrap .newspro-con .nlist a .btit .tit {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  float: left;
  width: 70%;
}
.content-wrap .newspro-wrap .newspro-con .nlist a .btit .tit span {
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .newspro-wrap .newspro-con .nlist a .btit .morebtn {
  margin-top: 15px;
  display: inline-block;
  float: right;
  background: #000;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
}
.content-wrap .classpro-wrap {
  padding: 30px 0;
}
.content-wrap .classpro-wrap .title-line {
  text-align: center;
}
.content-wrap .classpro-wrap .title-line .chtit {
  background: url(../image/index-titline1.png) no-repeat center center;
  font-size: 3.2rem;
  color: #090909;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
}
.content-wrap .classpro-wrap .title-line .entit {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Aparajita";
  color: #9d9d9d;
}
.content-wrap .classpro-wrap .classpro-con {
  margin-top: 30px;
  background: #2a2a2a;
}
.content-wrap .classpro-wrap .classpro-con .searchbox {
  background: #000;
  padding: 10px;
}
.content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 25px;
}
.content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .tit {
  float: left;
  display: inline-block;
}
.content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .cn {
  float: left;
  display: inline-block;
}
.content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .cn a {
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}
.content-wrap .classpro-wrap .classpro-con .searchbox .sbox .searchtxt {
  float: left;
  height: 25px;
  border: none;
  background: #fff url(../image/classpro-searchicon.png) no-repeat 7px 1px;
  width: 80%;
  padding: 3px 3px 3px 30px;
  font-size: 1.2rem;
  color: #333;
}
.content-wrap .classpro-wrap .classpro-con .searchbox .sbox .submitbtn {
  float: left;
  height: 25px;
  background: #b6b6b6;
  color: #000;
  border: none;
  width: 20%;
}
.content-wrap .classpro-wrap .classpro-con .choosebox {
  padding: 20px 20px 0;
}
.content-wrap .classpro-wrap .classpro-con .choosebox div:nth-child(12) .clist a {
  color: #ff9c00;
}
.content-wrap .classpro-wrap .classpro-con .choosebox .clist {
  padding: 0 10px 20px;
}
.content-wrap .classpro-wrap .classpro-con .choosebox .clist a {
  text-decoration: none;
  display: block;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 35px;
  text-align: center;
}
.content-wrap .classpro-wrap .classpro-con .choosebox .clist a:hover {
  background: #ff9c00;
  color: #fff !important;
}
.content-wrap .tjpro-wrap {
  border: 1px dashed #ccc;
  padding: 30px 0;
}
.content-wrap .tjpro-wrap .title-line {
  text-align: center;
}
.content-wrap .tjpro-wrap .title-line .chtit {
  background: url(../image/index-titline1.png) no-repeat center center;
  font-size: 3.2rem;
  color: #090909;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
}
.content-wrap .tjpro-wrap .title-line .entit {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Aparajita";
  color: #9d9d9d;
}
.content-wrap .tjpro-wrap .tjpro-con {
  margin-top: 30px;
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd {
  margin-bottom: 20px;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .tbdlist {
  display: none;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .picbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .picbox a {
  text-decoration: none;
  display: block;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .picbox a:hover .pic {
  opacity: .5;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .picbox a .pic {
  height: 250px;
  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 .tjpro-wrap .tjpro-con .tabbd .con {
  margin-top: 20px;
  text-align: center;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .entit {
  font-size: 3.6rem;
  color: #292929;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .chtit {
  background: url(../image/tjpro-bqbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .chtit i {
  margin-right: 15px;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .stit {
  margin-top: 20px;
  font-size: 2rem;
  color: #373737;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .price {
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 4.8rem;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .price span {
  font-weight: bold;
}
.content-wrap .tjpro-wrap .tjpro-con .tabbd .con .jytxt {
  margin-top: 20px;
}
.content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist {
  float: left;
  width: 50%;
  padding: 0 10px 20px;
}
.content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist a {
  border: 1px solid #ccc;
  padding: 3px;
  text-decoration: none;
  display: block;
  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 .tjpro-wrap .tjpro-con .tabhd .thdlist a:hover,
.content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist a.on {
  border-color: #000;
}
.content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist a:hover .picbox,
.content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist a.on .picbox {
  border-color: #000;
}
.content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist a .picbox {
  border: 1px solid #ccc;
}
.content-wrap .bkpro-wrap {
  padding: 45px 0;
}
.content-wrap .bkpro-wrap .title-line {
  text-align: center;
}
.content-wrap .bkpro-wrap .title-line .chtit {
  background: url(../image/index-titline1.png) no-repeat center center;
  font-size: 3.2rem;
  color: #090909;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
}
.content-wrap .bkpro-wrap .title-line .entit {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Aparajita";
  color: #9d9d9d;
}
.content-wrap .bkpro-wrap .bkpro-con {
  margin-top: 30px;
}
.content-wrap .bkpro-wrap .bkpro-con .blist {
  padding: 0 10px 20px;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 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 .bkpro-wrap .bkpro-con .blist a:hover {
  border-color: #ff7e00;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a:hover .picbox {
  opacity: .6;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a:hover .con .booking {
  background: #ff7e00;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a .picbox {
  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 .bkpro-wrap .bkpro-con .blist a .con {
  margin-top: 8px;
  text-align: center;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a .con .tit {
  font-size: 1.2rem;
  color: #545454;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a .con .price {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #101010;
  font-weight: bold;
}
.content-wrap .bkpro-wrap .bkpro-con .blist a .con .booking {
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 1.6rem;
  margin: 10px auto;
  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 .bkpro-wrap .bkpro-con .blist a .con .booking i {
  margin-right: 8px;
}
.content-wrap .advantage-wrap {
  padding: 30px 0;
  overflow: hidden;
}
.content-wrap .advantage-wrap .title-line {
  text-align: center;
}
.content-wrap .advantage-wrap .title-line .chtit {
  background: url(../image/index-titline1.png) no-repeat center center;
  font-size: 3.2rem;
  color: #090909;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
}
.content-wrap .advantage-wrap .title-line .entit {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Aparajita";
  color: #9d9d9d;
}
.content-wrap .advantage-wrap .advantage-con {
  margin-top: 30px;
}
.content-wrap .advantage-wrap .advantage-con .advantage-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .advantage-wrap .advantage-con .advantage-carousel .item {
  display: block;
  margin: 0 5px;
  text-decoration: none;
}
.content-wrap .advantage-wrap .advantage-con .advantage-carousel .item:hover .picbox {
  opacity: .5;
}
.content-wrap .advantage-wrap .advantage-con .advantage-carousel .item .picbox {
  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 .advantage-wrap .advantage-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 26%;
  left: -70px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  color: #bababa;
  font-size: 8rem;
  font-family: "宋体";
}
.content-wrap .advantage-wrap .advantage-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  color: #ff7e00;
}
.content-wrap .advantage-wrap .advantage-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 26%;
  right: -70px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  color: #bababa;
  font-size: 8rem;
  font-family: "宋体";
}
.content-wrap .advantage-wrap .advantage-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #ff7e00;
}
.content-wrap .advantage-wrap .advantage-con .iconbox {
  margin-top: 30px;
}
.content-wrap .advantage-wrap .advantage-con .iconbox .ilist {
  padding: 0 5px 10px;
}
.content-wrap .advantage-wrap .advantage-con .iconbox .ilist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  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 .advantage-wrap .advantage-con .iconbox .ilist a:hover {
  border-color: #ff7e00;
}
.content-wrap .advantage-wrap .advantage-con .iconbox .ilist a .icon img {
  max-width: 100%;
}
.content-wrap .advantage-wrap .advantage-con .iconbox .ilist a .con {
  margin-top: -5px;
}
.content-wrap .advantage-wrap .advantage-con .iconbox .ilist a .con .tit {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
}
.content-wrap .advantage-wrap .advantage-con .iconbox .ilist a .con .cn {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #000;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
}
.content-wrap .product-wrap {
  padding: 30px 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
}
.content-wrap .product-wrap .title-line .chtit {
  background: url(../image/index-titline1.png) no-repeat center center;
  font-size: 3.2rem;
  color: #090909;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
}
.content-wrap .product-wrap .title-line .entit {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Aparajita";
  color: #9d9d9d;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .plist a {
  border: 1px solid #ccc;
  padding: 5px;
  text-decoration: none;
  display: block;
  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 .product-wrap .product-con .plist a:hover {
  border-color: #ff7e00;
}
.content-wrap .product-wrap .product-con .plist a:hover .picbox {
  opacity: .5;
}
.content-wrap .product-wrap .product-con .plist a .picbox {
  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 .product-wrap .product-con .plist a .con .tit {
  font-size: 1.2rem;
  color: #545454;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .product-wrap .product-con .plist a .con .cn {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .plist a .con .cn .price {
  font-size: 1.6rem;
  font-weight: bold;
  color: #101010;
}
.content-wrap .product-wrap .product-con .plist a .con .cn .morebtn {
  font-size: 1.2rem;
  color: #101010;
}
.content-wrap .case-wrap {
  padding: 50px 0;
  background: url(../image/casebg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .entit {
  font-size: 4.8rem;
  font-family: "Arial";
  color: #fff;
  text-transform: uppercase;
}
.content-wrap .case-wrap .title-line .chtit {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.content-wrap .case-wrap .case-con {
  margin-top: 50px;
}
.content-wrap .case-wrap .case-con .case-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .case-wrap .case-con .case-carousel .item {
  display: block;
  text-decoration: none;
  margin: 0 10px;
}
.content-wrap .case-wrap .case-con .case-carousel .item:hover .picbox {
  border-color: #ff7e00;
}
.content-wrap .case-wrap .case-con .case-carousel .item .picbox {
  border: 5px solid #fff;
  border-radius: 10px;
  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 .case-wrap .case-con .case-carousel .item .picbox .pic {
  border-radius: 10px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 24%;
  left: -70px;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  font-size: 8rem;
  background: none;
  font-family: "宋体";
  font-weight: bold;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  color: #ff7e00;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 24%;
  right: -70px;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  font-size: 8rem;
  background: none;
  font-family: "宋体";
  font-weight: bold;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #ff7e00;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls.clickable {
  margin-top: 35px;
}
.content-wrap .case-wrap .case-con .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;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.content-wrap .case-wrap .case-con .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.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: #ff7e00;
  text-transform: uppercase;
}
.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: #ff7e00;
  text-transform: uppercase;
}
.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: #ff7e00;
  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;
}
.content-wrap .tenthScreen-wrap .tenthBox .furniture-wrap .furniture-con .flist a .con .cn 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: #ff7e00;
  text-transform: uppercase;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con {
  margin-top: 15px;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con a {
  text-decoration: none;
  display: block;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con a:hover .picbox {
  opacity: .5;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con a .picbox {
  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 a .con p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #7d7d7d;
  line-height: 25px;
}
.content-wrap .tenthScreen-wrap .tenthBox .aboutbox-wrap .aboutbox-con a .con p span {
  color: #ff7e00;
}
.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 .posit-wrap {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.content-wrap .contentbox .posit-wrap .posit {
  font-size: 1.2rem;
  color: #343434;
}
.content-wrap .contentbox .posit-wrap .posit span {
  font-weight: bold;
}
.content-wrap .contentbox .posit-wrap .posit a {
  color: #343434;
}
.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: #d92129;
  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: #ff7e00;
  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: #ff7e00;
  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;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
}
.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: #ff7e00;
}
.content-wrap .contentbox .ltside {
  padding-right: 35px;
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
  color: #2b2b2b;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  margin-left: 8px;
  font-size: 1.2rem;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list {
  padding-top: 6px;
  background: #fff;
  display: block;
  height: 55px;
  text-align: left;
  color: #2f2f2f;
  font-size: 1.6rem;
  text-decoration: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list:hover {
  color: #ff6c00;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list span {
  display: block;
  font-size: 1.2rem;
  color: #ff6c00;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #d7d7d7;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li {
  width: 50%;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  color: #3b3b3b;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  overflow: hidden;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #ff6c00;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .title {
  margin: 0;
  font-size: 2.4rem;
  color: #d92129;
}
.content-wrap .contentbox .ltside .contactbox .con {
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 20px 15px;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
  width: 12px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p {
  text-transform: uppercase;
  word-wrap: break-word;
  width: 136px;
  float: left;
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span {
  display: block;
  color: #333;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span.ptxt {
  color: #0341a8;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #d92129;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-top: 10px;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title {
  color: #2b2b2b;
  font-size: 1.2rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  font-weight: normal;
}
.content-wrap .contentbox .main-wrap .title-posit .line {
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #0d0d0d;
  line-height: 30px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con p {
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .about-con .con img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .product-con .searchbox {
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .product-con .searchbox .searchtxt {
  width: 80%;
  float: left;
  height: 30px;
  border: 1px solid #ccc;
  outline: none;
  padding: 5px;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .product-con .searchbox .submitbtn {
  width: 20%;
  float: left;
  height: 30px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  border: none;
  outline: 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 .contentbox .main-wrap .product-con .searchbox .submitbtn:hover {
  background: #ff7e00;
}
.content-wrap .contentbox .main-wrap .product-con .pbox .plist {
  padding: 0 5px 10px;
}
.content-wrap .contentbox .main-wrap .product-con .pbox .plist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  padding: 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 .contentbox .main-wrap .product-con .pbox .plist a:hover {
  border-color: #ff7e00;
}
.content-wrap .contentbox .main-wrap .product-con .pbox .plist a .picbox .pic {
  overflow: hidden;
  background: #fff;
}
.content-wrap .contentbox .main-wrap .product-con .pbox .plist a .picbox .pic img {
  max-width: 100%;
  max-height: 100%;
}
.content-wrap .contentbox .main-wrap .product-con .pbox .plist a .con .tit {
  font-size: 1.4rem;
  color: #151515;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .product-con .pbox .plist a .con .cn {
  font-size: 1.2rem;
  color: #686868;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .case-con .clist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.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 {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
  width: 20%;
  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 .con {
  width: 78%;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .con .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .con .num {
  margin: 10px 0;
  font-size: 1.2rem;
  color: #a5a5a5;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .con .cn {
  font-size: 1.2rem;
  color: #a5a5a5;
  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 .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: #0341a8;
  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 .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 .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
  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 {
  border-top: 1px solid #ccc;
}
.footer-wrap .footer {
  padding: 20px 0;
}
.footer-wrap .footer .cconbox {
  text-align: center;
  color: #4b4b4b;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.footer-wrap .footer .cconbox .clist {
  display: inline-block;
  margin: 0 20px 15px;
}
.footer-wrap .footer .linkbox {
  text-align: center;
}
.footer-wrap .footer .linkbox .list {
  display: inline-block;
  color: #999;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.footer-wrap .footer .linkbox .list a {
  color: #999;
}
.footer-wrap .footer .linkbox .list span {
  margin: 0 10px;
}
.footer-wrap .footer .copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #999;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #202020;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #000;
}
.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;
  }
  .header-wrap .header {
    height: 100px;
  }
  .header-wrap .header .logo {
    line-height: 100px;
  }
  .content-wrap .about-wrap .about-con {
    padding: 25px;
  }
  .content-wrap .about-wrap .about-con .picbox {
    padding-right: 15px;
  }
  .content-wrap .about-wrap .about-con .con {
    padding-right: 65px;
  }
  .content-wrap .about-wrap .about-con .con .cn {
    margin-top: 25px;
  }
  .content-wrap .about-wrap .about-con .con .iconbox {
    margin-top: 50px;
  }
  .content-wrap .about-wrap .about-con .con .iconbox .ilist {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    width: 180px;
    margin-right: -1px;
  }
  .content-wrap .about-wrap .about-con .con .iconbox .ilist .icon {
    width: 40%;
  }
  .content-wrap .about-wrap .about-con .con .iconbox .ilist p {
    width: 60%;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .tit {
    width: 13% !important;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .cn {
    width: 87%!important;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .sbox {
    float: right;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabbd {
    margin-bottom: 0;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabbd .con {
    margin-top: 50px;
    padding: 0 80px;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabbd .con .entit {
    letter-spacing: 6px;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabbd .con .stit {
    margin-top: 50px;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabbd .con .price {
    margin-top: 40px;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabhd {
    position: absolute;
    width: 462px;
    text-align: center;
    right: 80px;
    bottom: 30px;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist {
    width: 25%;
  }
  .content-wrap .case-con .case-carousel .owl-item {
    position: relative;
  }
  .content-wrap .case-con .case-carousel .owl-item .item {
    margin: 0;
  }
  .content-wrap .case-con .case-carousel .owl-item:nth-child(5n+1) {
    width: 380px !important;
    z-index: 1;
    top: 20px;
  }
  .content-wrap .case-con .case-carousel .owl-item:nth-child(5n+3) {
    width: 450px !important;
    z-index: 3;
    margin-left: -120px;
  }
  .content-wrap .case-con .case-carousel .owl-item:nth-child(5n+2) {
    width: 410px !important;
    z-index: 2;
    margin-left: -310px;
    top: 10px;
  }
  .content-wrap .case-con .case-carousel .owl-item:nth-child(5n+4) {
    width: 410px !important;
    z-index: 2;
    margin-left: -100px;
    top: 10px;
  }
  .content-wrap .case-con .case-carousel .owl-item:nth-child(5n+5) {
    width: 380px !important;
    z-index: 1;
    margin-left: -300px;
    top: 20px;
  }
  .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 .mbox .inputlist label {
    width: 13%;
  }
  .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 .footer {
    padding: 30px 0;
  }
  .footer-wrap .footer .cconbox .clist {
    margin-bottom: 0;
  }
  .footer-wrap .footer .linkbox .list {
    margin-bottom: 0;
  }
  .footer-wrap .footer .copyright {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .content-wrap .about-wrap .about-con .con .iconbox .ilist {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    width: 180px;
    margin-right: -1px;
  }
  .content-wrap .about-wrap .about-con .con .iconbox .ilist .icon {
    width: 40%;
  }
  .content-wrap .about-wrap .about-con .con .iconbox .ilist p {
    width: 60%;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch {
    margin-bottom: 0;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .tit {
    width: 30%;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .hotsearch .cn {
    width: 70%;
  }
  .content-wrap .classpro-wrap .classpro-con .searchbox .sbox {
    float: right;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabbd .tbdlist .picbox .pic {
    height: 590px;
  }
  .content-wrap .tjpro-wrap .tjpro-con .tabhd .thdlist {
    width: 25%;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap .contact-wrap .contact-con .messagecon {
    margin-top: 20px;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .copyright p {
    float: none;
    text-align: center;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 53%;
  }
  .content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
    width: 100%;
  }
  .content-wrap .contentbox .main-wrap .case-con .clist a .picbox .pic {
    height: 150px !important;
  }
  .content-wrap .contentbox .main-wrap .case-con .clist a .con {
    width: 100%;
  }
}
@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%;
  }
}
