body {
  font-family: "微软雅黑";
  background: #f0f0f0;
}
.left{float:left;}
.overflow {overflow: hidden;}
.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 {
  height: 35px;
  background: #252f39;
}
.topbar .tlt {
  line-height: 35px;
}
.topbar .tlt i {
  float: left;
  margin-right: 10px;
}
.topbar .tlt p {
  float: left;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.topbar .tlt p span {
  margin-left: 10px;
  font-style: italic;
}
.topbar .trt {
  color: #fff;
}
.topbar .trt .linkbox {
  font-size: 1.2rem;
  line-height: 35px;
  margin-right: 10px;
}
.topbar .trt .linkbox a {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  text-decoration: none;
}
.topbar .trt .linkbox a:hover {
  background: #fff;
  color: #252f39;
}
.topbar .trt .searchbox {
  margin-top: 6px;
}
.topbar .trt .searchbox .textbox1 {
  float: left;
  background: #fff url(../images/topbar-searchicon.png) no-repeat 4px 4px;
  border-radius: 3px;
  padding: 2px 18px 2px 22px;
  font-size: 1.2rem;
  color: #666;
  border: none;
  height: 22px;
}
.topbar .trt .searchbox .submitbtn {
  float: left;
  background: #485f70;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 3px;
  height: 23px;
  position: relative;
  right: 14px;
  top: -1px;
}
.header-wrap .header {
  background: #fff;
  height: 65px;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .nav-ul .navlist {
  float: left;
  position: relative;
  width: 20%;
}
.header-wrap .header .nav-ul .navlist .listh1 {
  text-decoration: none;
  display: block;
  color: #252f39;
  text-align: center;
  font-size: 1.6rem;
  height: 85px;
}
.header-wrap .header .nav-ul .navlist .listh1:hover span,
.header-wrap .header .nav-ul .navlist .listh1.on span {
  border-bottom-color: #26313c;
}
.header-wrap .header .nav-ul .navlist .listh1 span {
  display: block;
  padding-top: 27px;
  padding-bottom: 10px;
  border-bottom: 5px 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;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 85px;
  left: 0;
  background: #252f39;
  width: 140px;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list {
  position: relative;
  line-height: 35px;
  text-align: center;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
  color: #fff;
  text-decoration: none;
  display: block;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #ff0000;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul {
  position: absolute;
  top: 0;
  left: 140px;
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000;
  filter: alpha(opacity=60);
  width: 180px;
  display: none;
  z-index: 999;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list a {
  color: #fff;
}
.header-wrap .header .menu {
  float: right;
  padding-top: 12px;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
}
.header-wrap .header .menulist a {
  background: #000;
  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: #00acef;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ddb937;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ddb937;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner-wrap .searchbox-wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #ccc;
  padding: 3px;
  z-index: 9;
}
.banner-wrap .searchbox-wrap select {
  display: inline-block;
  float: left;
  width: 25%;
  height: 28px;
  color: #21cfbb;
  font-size: 1.4rem;
  border: none;
}
.banner-wrap .searchbox-wrap .search {
  display: inline-block;
  float: left;
  width: 50%;
  border: none;
  margin-left: 2%;
  height: 28px;
  font-size: 1.4rem;
  padding: 3px;
}
.banner-wrap .searchbox-wrap .sbtn {
  margin-left: 2%;
  display: inline-block;
  float: left;
  width: 21%;
  border: none;
  background: #21cfbb;
  font-size: 1.8rem;
  color: #fff;
}
.content-wrap .service-wrap {
  padding: 30px 0;
}
.content-wrap .service-wrap .title-line {
  text-align: center;
}
.content-wrap .service-wrap .title-line .chtit {
  background: url(../images/case-titbg.png) no-repeat center center;
  font-size: 2.4rem;
  color: #555;
}
.content-wrap .service-wrap .title-line .entit {
  font-size: 2rem;
  color: #555;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .service-wrap .service-con {
  margin-top: 30px;
  position: relative;
}
.content-wrap .service-wrap .service-con .slist {
  padding: 0 10px 20px;
}
.content-wrap .service-wrap .service-con .slist a {
  text-decoration: none;
  display: block;
}
.content-wrap .service-wrap .service-con .slist a:hover .picbox {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.content-wrap .service-wrap .service-con .slist a:hover .con .more {
  background: #990000;
}
.content-wrap .service-wrap .service-con .slist a .picbox {
  text-align: center;
  margin-bottom: 15px;
  transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
}
.content-wrap .service-wrap .service-con .slist a .picbox img {
	max-width: 100%;
    border: 2px dashed #7e7e7e;
	-webkit-border: 2px dashed #7e7e7e;
	-ms-border: 2px dashed #7e7e7e;
	-moz-border: 2px dashed #7e7e7e;
    border-radius: 100%;
    box-sizing: border-box;
}
.content-wrap .service-wrap .service-con .slist a .con .tit {
  font-size: 1.6rem;
  color: #333;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .service-wrap .service-con .slist a .con .more {
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #ff0000;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 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 .service-wrap .service-con .sbg {
  position: absolute;
  top: 60px;
  z-index: -1;
  width: 100%;
  text-align: center;
}
.content-wrap .zengzhi-wrap {
  background: #fff;
}
.content-wrap .zengzhi-wrap .title-line {
  background: url(../images/pro-tbg1.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .zengzhi-wrap .title-line .title {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.content-wrap .zengzhi-wrap .title-line .btit {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
.content-wrap .zengzhi-wrap .title-line .btit span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}
.content-wrap .zengzhi-wrap .title-line .stit {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.content-wrap .zengzhi-wrap .title-line .stit img {
  max-width: 100%;
}
.content-wrap .zengzhi-wrap .zengzhi-con {
  margin: 30px 0;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox {
  padding: 0 10px 20px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a {
  text-align: center;
  text-decoration: none;
  display: block;
  background: url(../images/proconbg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  height: 290px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a .cn {
  margin: 10px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a .morebtn {
  position: relative;
  top: -4px;
  background: #ffab36;
  border: 1px solid #d36d00;
  width: 50%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a .morebtn .mlt {
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .pbox a .morebtn .mrt {
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background: url(../images/probg.jpg) no-repeat center top;
  background-size: 100% 100%;
  border: 1px solid #eaeaea;
  height: 290px;
  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 .zengzhi-wrap .zengzhi-con .plist a:hover {
  background: url(../images/proconbg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  border-color: #fcb44f;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a:hover .tit {
  color: #fff;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a:hover .cn {
  color: #fff;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a:hover .morebtn {
  background: #ffab36;
  border: 1px solid #d36d00;
  width: 50%;
  top: -4px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a:hover .morebtn .mlt {
  opacity: 1;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a:hover .morebtn .mrt {
  opacity: 1;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  color: #666;
  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 .zengzhi-wrap .zengzhi-con .plist a .cn {
  margin: 10px 15px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  color: #999;
  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 .zengzhi-wrap .zengzhi-con .plist a .morebtn {
  position: relative;
  top: -10px;
  background: url(../images/pro-morebg.png) repeat;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  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 .zengzhi-wrap .zengzhi-con .plist a .morebtn .mlt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .zengzhi-wrap .zengzhi-con .plist a .morebtn .mrt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .fangxin-wrap {
  background: #fff;
}
.content-wrap .fangxin-wrap .title-line {
  background: url(../images/pro-tbg2.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .fangxin-wrap .title-line .title {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.content-wrap .fangxin-wrap .title-line .btit {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
.content-wrap .fangxin-wrap .title-line .btit span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}
.content-wrap .fangxin-wrap .title-line .stit {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.content-wrap .fangxin-wrap .title-line .stit img {
  max-width: 100%;
}
.content-wrap .fangxin-wrap .fangxin-con {
  margin: 30px 0;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox {
  padding: 0 10px 20px;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a {
  text-align: center;
  text-decoration: none;
  display: block;
  background: url(../images/proconbg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  height: 290px;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a .cn {
  margin: 10px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a .morebtn {
  position: relative;
  top: -4px;
  background: #22f5e3;
  border: 1px solid #22beb1;
  width: 50%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a .morebtn .mlt {
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .fangxin-wrap .fangxin-con .pbox a .morebtn .mrt {
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .fangxin-wrap .fangxin-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background: url(../images/probg.jpg) no-repeat center top;
  background-size: 100% 100%;
  border: 1px solid #eaeaea;
  height: 290px;
  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 .fangxin-wrap .fangxin-con .plist a:hover {
  background: url(../images/proconbg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  border-color: #66f6ea;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a:hover .tit {
  color: #fff;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a:hover .cn {
  color: #fff;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a:hover .morebtn {
  background: #22f5e3;
  border: 1px solid #22beb1;
  width: 50%;
  top: -4px;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a:hover .morebtn .mlt {
  opacity: 1;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a:hover .morebtn .mrt {
  opacity: 1;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  color: #666;
  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 .fangxin-wrap .fangxin-con .plist a .cn {
  margin: 10px 15px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  color: #999;
  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 .fangxin-wrap .fangxin-con .plist a .morebtn {
  position: relative;
  top: -10px;
  background: url(../images/pro-morebg.png) repeat;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  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 .fangxin-wrap .fangxin-con .plist a .morebtn .mlt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .fangxin-wrap .fangxin-con .plist a .morebtn .mrt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .gaoxiao-wrap {
  background: #fff;
}
.content-wrap .gaoxiao-wrap .title-line {
  background: url(../images/pro-tbg3.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .gaoxiao-wrap .title-line .title {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.content-wrap .gaoxiao-wrap .title-line .btit {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
.content-wrap .gaoxiao-wrap .title-line .btit span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}
.content-wrap .gaoxiao-wrap .title-line .stit {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.content-wrap .gaoxiao-wrap .title-line .stit img {
  max-width: 100%;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con {
  margin: 30px 0;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox {
  padding: 0 10px 20px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a {
  text-align: center;
  text-decoration: none;
  display: block;
  background: url(../images/proconbg3.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  height: 290px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a .cn {
  margin: 10px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a .morebtn {
  position: relative;
  top: -4px;
  background: #3aaff4;
  border: 1px solid #0469ac;
  width: 50%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a .morebtn .mlt {
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .pbox a .morebtn .mrt {
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background: url(../images/probg.jpg) no-repeat center top;
  background-size: 100% 100%;
  border: 1px solid #eaeaea;
  height: 290px;
  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 .gaoxiao-wrap .gaoxiao-con .plist a:hover {
  background: url(../images/proconbg3.jpg) no-repeat center top;
  background-size: 100% 100%;
  border-color: #1485d1;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a:hover .tit {
  color: #fff;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a:hover .cn {
  color: #fff;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a:hover .morebtn {
  background: #3aaff4;
  border: 1px solid #0469ac;
  width: 50%;
  top: -4px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a:hover .morebtn .mlt {
  opacity: 1;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a:hover .morebtn .mrt {
  opacity: 1;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  color: #666;
  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 .gaoxiao-wrap .gaoxiao-con .plist a .cn {
  margin: 10px 15px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  color: #999;
  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 .gaoxiao-wrap .gaoxiao-con .plist a .morebtn {
  position: relative;
  top: -10px;
  background: url(../images/pro-morebg.png) repeat;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  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 .gaoxiao-wrap .gaoxiao-con .plist a .morebtn .mlt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .gaoxiao-wrap .gaoxiao-con .plist a .morebtn .mrt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .bianjie-wrap {
  background: #fff;
}
.content-wrap .bianjie-wrap .title-line {
  background: url(../images/pro-tbg4.png) no-repeat center center;
  background-size: cover;
}
.content-wrap .bianjie-wrap .title-line .title {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.content-wrap .bianjie-wrap .title-line .btit {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
.content-wrap .bianjie-wrap .title-line .btit span {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}
.content-wrap .bianjie-wrap .title-line .stit {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.content-wrap .bianjie-wrap .title-line .stit img {
  max-width: 100%;
}
.content-wrap .bianjie-wrap .bianjie-con {
  margin: 30px 0;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox {
  padding: 0 10px 20px;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a {
  text-align: center;
  text-decoration: none;
  display: block;
  background: url(../images/proconbg4.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #fff;
  height: 290px;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a .cn {
  margin: 10px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a .morebtn {
  position: relative;
  top: -4px;
  background: #ffacbe;
  border: 1px solid #e2607d;
  width: 50%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a .morebtn .mlt {
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .bianjie-wrap .bianjie-con .pbox a .morebtn .mrt {
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .bianjie-wrap .bianjie-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background: url(../images/probg.jpg) no-repeat center top;
  background-size: 100% 100%;
  border: 1px solid #eaeaea;
  height: 290px;
  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 .bianjie-wrap .bianjie-con .plist a:hover {
  background: url(../images/proconbg4.jpg) no-repeat center top;
  background-size: 100% 100%;
  border-color: #ffacbe;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a:hover .tit {
  color: #fff;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a:hover .cn {
  color: #fff;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a:hover .morebtn {
  background: #ffacbe;
  border: 1px solid #e2607d;
  width: 50%;
  top: -4px;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a:hover .morebtn .mlt {
  opacity: 1;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a:hover .morebtn .mrt {
  opacity: 1;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a .icon {
  width: 100px;
  height: 90px;
  margin: 47px auto 0;
  text-align: center;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a .tit {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  color: #666;
  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 .bianjie-wrap .bianjie-con .plist a .cn {
  margin: 10px 15px;
  font-size: 1.4rem;
  font-family: "宋体";
  line-height: 23px;
  height: 69px;
  overflow: hidden;
  color: #999;
  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 .bianjie-wrap .bianjie-con .plist a .morebtn {
  position: relative;
  top: -10px;
  background: url(../images/pro-morebg.png) repeat;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;
  line-height: 45px;
  height: 45px;
  font-size: 1.8rem;
  font-weight: bold;
  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 .bianjie-wrap .bianjie-con .plist a .morebtn .mlt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  left: -7px;
}
.content-wrap .bianjie-wrap .bianjie-con .plist a .morebtn .mrt {
  opacity: 0;
  position: absolute;
  bottom: -17px;
  right: -6px;
}
.content-wrap .news-wrap {
  padding: 30px 0;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
}
.content-wrap .news-wrap .title-line .chtit {
  background: url(../images/case-titbg.png) no-repeat center center;
  font-size: 2.4rem;
  color: #555;
}
.content-wrap .news-wrap .title-line .entit {
  font-size: 2rem;
  color: #555;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .news-wrap .news-con {
  margin-top: 30px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 15px 20px;
}
.content-wrap .news-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .news-wrap .news-con .nlist a:hover .con .time-more .more {
  background: #ff0000;
}
.content-wrap .news-wrap .news-con .nlist a .picbox {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  font-family: "宋体";
}
.content-wrap .news-wrap .news-con .nlist a .con .tit {
  font-size: 1.8rem;
  color: #666;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con .cn {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con .time-more {
  margin-top: 5px;
}
.content-wrap .news-wrap .news-con .nlist a .con .time-more .time {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #999;
}
.content-wrap .news-wrap .news-con .nlist a .con .time-more .more {
  font-size: 1.4rem;
  color: #fff;
  background: #dcdcdc;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 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 .case-wrap {
  background: #fff;
  padding: 30px 0;
}
.content-wrap .case-wrap .title-line {
  text-align: center;
}
.content-wrap .case-wrap .title-line .chtit {
  background: url(../images/case-titbg.png) no-repeat center center;
  font-size: 2.4rem;
  color: #555;
}
.content-wrap .case-wrap .title-line .entit {
  font-size: 2rem;
  color: #555;
  font-family: "Aparajita";
  text-transform: uppercase;
}
.content-wrap .case-wrap .case-con {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .case-wrap .case-con .layB .tbC {
  position: relative;
}
.content-wrap .case-wrap .case-con .layB .tbC .prev2 {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -37px;
  width: 38px;
  height: 74px;
  z-index: 10;
  opacity: .3;
  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 .layB .tbC .prev2:hover {
  opacity: 1;
}
.content-wrap .case-wrap .case-con .layB .tbC .next2 {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -37px;
  width: 38px;
  height: 74px;
  z-index: 10;
  opacity: .3;
  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 .layB .tbC .next2:hover {
  opacity: 1;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide {
  width: 1200px;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li {
  margin: 0 10px 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  width: 180px;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a {
  text-decoration: none;
  display: block;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a:hover .picbox {
  opacity: .5;
}
.content-wrap .case-wrap .case-con .layB .tbC .slide ul li a .picbox {
  border: 1px solid #cecece;
  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 .title-posit {
  background: #e9e9e9;
  line-height: 88px;
}
.content-wrap .contentbox .title-posit .title {
  font-size: 2.4rem;
  color: #ff9b30;
}
.content-wrap .contentbox .title-posit .title span {
  color: #9b9b9b;
  font-size: 1.8rem;
  margin-left: 10px;
}
.content-wrap .contentbox .title-posit .posit {
  font-size: 1.4rem;
  color: #ff9b30;
}
.content-wrap .contentbox .title-posit .posit a {
  color: #ff9b30;
}
.content-wrap .contentbox .w-ltside .mb {
  padding-top: 1rem;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #252f39;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-indent: 1em;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  position: absolute;
  right: 20px;
}
.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: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover {
  background: #ff9b30;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  color: #222;
}
.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: 35px;
  line-height: 35px;
  list-style: none;
  text-align: center;
  background: #eee;
  overflow: hidden;
  margin-top: 2px;
}
.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: #ff9b30;
}
.content-wrap .contentbox .ltside {
  width: 250px;
  margin-top: 20px;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.content-wrap .contentbox .ltside .titbox {
  height: 55px;
  line-height: 55px;
  background: #252f39;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.content-wrap .contentbox .ltside .profilebox .p-ul {
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .profilebox .p-ul .list .list1 {
  display: block;
  text-decoration: none;
  background: #e9e9e9;
  color: #333;
  font-size: 1.5rem;
  height: 37px;
  line-height: 37px;
  padding-left: 55px;
  margin-bottom: 3px;
  transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.content-wrap .contentbox .ltside .profilebox .p-ul .list .list1:hover,
.content-wrap .contentbox .ltside .profilebox .p-ul .list .list1.on1 {
  background: #ff9b30;
  color: #fff;
}
.content-wrap .contentbox .ltside .profilebox .p-ul .list .box {
  display: none;
}
.content-wrap .contentbox .ltside .profilebox .p-ul .list .box .blist {
  margin-bottom: 1px;
}
.content-wrap .contentbox .ltside .profilebox .p-ul .list .box .blist .list2 {
  border: none;
  display: block;
  background: #eee;
  color: #666;
  margin: 0;
  text-indent: 3.5em;
  line-height: 35px;
  font-size: 1.4rem;
}
.content-wrap .contentbox .ltside .profilebox .p-ul .list .box .blist .list2:hover ,
.content-wrap .contentbox .ltside .profilebox .p-ul .list .box .blist .list2.act {
  color: #ff9b30;
}
.content-wrap .contentbox .ltside .contactcon {
  margin-top: 20px;
}
.content-wrap .contentbox .ltside .contactcon .titbox {
  height: 55px;
  line-height: 55px;
  background: #252f39;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactcon .con {
  background: #e9e9e9;
  padding: 5px;
}
.content-wrap .contentbox .ltside .contactcon .con .pic img {
  width: 100%;
}
.content-wrap .contentbox .ltside .contactcon .con .cn {
  padding: 20px 10px;
}
.content-wrap .contentbox .ltside .contactcon .con .cn p {
  font-size: 1.4rem;
  color: #222;
  margin-bottom: 0;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.content-wrap .contentbox .main-wrap .about-con p {
  font-size: 1.4rem;
  color: #000;
  line-height: 25px;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con p span {
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
  background: #fff;
  border: 8px solid #e6e6e6;
  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 .plist a:hover {
  border-color: #ffe4c7;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .tit {
  color: #ff9b30;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .tit {
  text-align: center;
  font-size: 1.8rem;
  color: #7e7e7e;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .case-con .clist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .case-con .clist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .con .tit-time .tit {
  color: #ff9b30;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 18%;
  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: 80%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit-time {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit-time .tit {
  font-size: 1.4rem;
  color: #242424;
  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 .tit-time .time {
  font-size: 1.2rem;
  color: #3f3f3f;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #3f3f3f;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 8px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .morebtn {
  color: #ff9b30;
  font-size: 1.4rem;
}
.content-wrap .contentbox .main-wrap .about-con .tit {
  font-size: 1.8rem;
  color: #ff9b30;
  font-weight: bold;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.4rem;
  color: #1d1d1d;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .product-details-con {
  background: #fff;
  padding: 20px;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon .con .tit {
  font-size: 1.8rem;
  color: #ff9b30;
  font-weight: bold;
  margin-bottom: 8px;
}
.content-wrap .contentbox .main-wrap .product-details-con .pcon .con .cn {
  font-size: 1.4rem;
  color: #4b4b4b;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabhd .thdlist {
  display: inline-block;
  float: left;
  width: 50%;
  border: 1px solid #ffe4c7;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabhd .thdlist a {
  display: block;
  color: #1d1d1d;
  font-size: 1.4rem;
  text-decoration: 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-details-con .dcon .tabhd .thdlist a:hover,
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabhd .thdlist a.on {
  background: #ff9b30;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd {
  margin-top: 30px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist {
  display: none;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .khal-con .klist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .khal-con .klist .picbox {
  width: 30%;
  border: 1px solid #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .khal-con .klist .con {
  width: 68%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .tx {
  float: left;
  width: 10%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .name {
  float: left;
  width: 40%;
  margin-top: 20px;
  padding:0 10px;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .pl {
  margin-top: 20px;
  float: left;
  width: 30%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .phone {
  margin-top: 20px;
  float: left;
  width: 20%;
  font-size: 1.6rem;
  font-weight: bold;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .phone span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .yhkbcon .pic img {
  width: 100%;
}

/*用户口碑*/
.yhkb{width:100%; margin-top:50px;}
.yhkb-num{width:400px; height:135px; padding:0 40px 0 20px; border-right:1px solid #e8e8e8;}
.yhkb-py{width:403px; height:125px; margin-left:45px;}
.hpl{width:123px; height:123px; border-radius:50%; background:#ffeaea;}
.hpl p{font-size:42px; color:#ff5256; font-weight:500; text-align:center; padding-top:19px;}
.hpl p i{display:inline-block; font-size:18px;}
.hpl u{font-size:16px; color:#666; text-align:center; width:123px; display:block; margin-top:-6px;}
.yhkb-num ul{width:194px; padding:12px 0 0 40px;}
.yhkb-num ul li {width:194px; height:23px;}
.yhkb-num ul li span{width:92px;}
.yhkb-num ul li em{width:102px; height:7px; background:#ff5256; margin-top:6px;}
.yhkb-num ul li .DCDEDD{background:#DCDEDD;}
.yhkb-num ul .wypj{width:120px; height:30px;}
.wypj a{width:120px; height:30px; line-height:30px; font-size:14px; color:#fff; background:#535353; text-align:center; margin-top:11px; display:block;}
.wypj a:hover{background:#ff5256;}

.yhkb-py span{font-size:14px; color:#999;}
.yhkb-py ul{width:393px; padding-top:15px;}
.yhkb-py ul li{padding:0 15px; background:#fff8ec; height:29px; line-height:29px; margin:0 5px 5px 0; color:#f49500;}
.yhkb-pj{padding-top:50px;}
.eval-tab{width:100%; height:40px; line-height:40px; background:#f5f5f5; padding-left:54px; border:1px solid #eaedec;}
.eval-tab li{padding-right:45px; font-size:14px;}
.eval-tab li a.all{color:#ff5256;}
.eval-tab li a{color:#666;}
.eval-tab li a em{color:#999; display:inline-block;}
.eval-tab-cont{width:100%;}
.eval-tab-cont ol{width:980px; padding-top:10px;}
.eval-tab-cont ol li {padding-left:48px; margin-top:45px;}
.eval-tab-cont ol li img{width:70px; height:70px; border-radius:50%; -ms-border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;-o-border-radius:50%;}
.eval-tab-list{width:770px; background:#f5f5f5; padding:15px 20px; margin-left:50px; border-radius:10px; position:relative;}
.eval-tab-list-time{width:765px; border-bottom:1px dashed #e8e8e8; padding-bottom:10px; margin-bottom:10px; height:20px; line-height:20px;}
.eval-tab-list-time u{font-size:12px; color:#999;}
.eval-tab-list-time h6 span{font-size:14px; margin-right:10px;}
.eval-tab-list-time h6 i{background: url(http://static.jsyun.cc/static/images/zizhi/xing.png) no-repeat scroll 0 0; display:block; width:14px; height:13px; margin:4px 2px 0 0;}
.eval-tab-photo p{text-align:center; padding-top:4px; font-size:14px;}
.eval-tab-list-pl{color:#a5a5a5;}
.arrow-left {width:0; height:0; border-top:12px solid transparent; border-bottom:12px solid transparent; border-right:12px solid #f5f5f5; position:absolute; top:18px; left:-12px;}


.evalTable{width:100%;margin:16px auto;}
.evalTable th{border-bottom: 1px dashed #e4e4e4;color: #323232;line-height: 40px;font-size: 14px;}
.evalTable th{line-height: 40px;color: #323232;font-size: 14px;}
.evalTable th.tl{background:#f5f5f5;border:none;}
.evalTable th span{color: #004b92;margin-right:20px;}
.evalTable th a{padding: 0 14px;}
.evalTable th a.last{float: right;}
.evalTable th a.last label>input{position: relative;top: 2px;}
.evalTable th:first-child{padding-left:23px;}
.evalTable th:first-child{padding-left: 13px;}
.evalTable td{border-bottom: 1px dashed #e4e4e4;padding: 20px 0;font:12px;}
.evalTable label{color: #014b92;font:14px "微软雅黑";margin-right: 20px;}
.evalTable .left{width:400px;padding-left:20px;margin: 0;}
.evalTable .left .t{color: #999;font-size: 12px;}
.evalTable .left p{margin-top: 8px;line-height: 20px;}
.evalTable .left .pj{}
.evalTable .left .pj span{display: inline-block;padding:0 14px;height:25px;line-height:25px;margin:10px 0px 0px 0;background: #dfeffe;font-size: 12px;text-align: center;}
.evalTable .mid{width: 85px;height:14px;margin:auto;text-align: center;background: url("../images/nx_star.png") no-repeat 0 -16px;}
.evalTable .mid-txt{text-align: center;padding: 10px 0;color: #999;}
.evalTable .mid span{float:left;display: block;height:14px;background: url("../images/nx_star.png") no-repeat 0 0;}
.evalTable .right{width: 220px;margin:20px auto;line-height: 22px;overflow: hidden;}
.evalTable .right img{display: block;width: 69px;height: 69px;border-radius: 50%;}
.evalTable .right>.fl{ margin-right: 8px;}
.evalTable .right>.fr{ float: left;}
/*gtc add 用户提交的图片评论*/
.evalTable .table-sub{width: 100%;}
.evalTable .table-sub td{border:none;padding:0;}
					  
.evalTable .append-cmt{padding: 0 0 10px 20px;font-size: 12px;}
.evalTable .append-cmt label{color: #ff7f00;margin-right: 5px;}
.evalTable .return-cmt{margin: 0 0 10px 20px;padding-left: 15px;display: block;font-size: 12px;height: 36px;line-height: 36px;background: #f5faff;padding-right: 82px;position: relative;}
.evalTable .return-cmt label{margin-right: 5px;}
.evalTable .return-cmt .time{position: absolute;top: 0;right: 10px;height: 36px;line-height: 36px;color: #999;}
.evalTable .none-border td{border-bottom:none; padding:23px 0 0 0;}
.evalTable .tr-border td{padding:0 0 26px 0;}
#id-reviewtr th{text-align:center;}


.footer-wrap .footer .fbox-first {
  background: url(../images/footer-fboxbg1.jpg) repeat;
  width: 100%;
  padding: 40px 0;
}
.footer-wrap .footer .fbox-first .linkbox .listcn {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
}
.footer-wrap .footer .fbox-first .linkbox .listcn .tit {
  color: #fff;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-bottom: 10px;
}
.footer-wrap .footer .fbox-first .linkbox .listcn .cn a {
  display: block;
  color: #a9b6c0;
  margin-bottom: 5px;
}
.footer-wrap .footer .fbox-first .contactbox {
  border-left: 1px solid #344351;
  padding-left: 40px;
  color: #fff;
}
.footer-wrap .footer .fbox-first .contactbox .clt .tit {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.footer-wrap .footer .fbox-first .contactbox .clt .cn {
  font-size: 1.2rem;
  line-height: 25px;
}
.footer-wrap .footer .fbox-first .contactbox .clt .cn .foothottel{font-size:32px;padding-left:68px;line-height:48px;background:url(../images/telicon.png) left no-repeat;background-size:contain;}
.footer-wrap .footer .fbox-first .contactbox .clt .cn .footimbox{display:block;padding-top:10px;}
.footer-wrap .footer .fbox-first .contactbox .clt .cn .footimbox a{margin-right:20px;}
.footer-wrap .footer .fbox-first .contactbox .clt .cn .footimbox a img{width:24px;}
.footer-wrap .footer .fbox-first .contactbox .crt {
  margin-left: 30px;
}
.footer-wrap .footer .fbox-first .contactbox .crt .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align:center;
}
.footer-wrap .footer .fbox-second {
  background: url(../images/footer-fboxbg2.jpg) repeat;
  width: 100%;
  padding: 15px 0;
}
.footer-wrap .footer .fbox-second .linkbox {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.footer-wrap .footer .fbox-second .linkbox .list {
  display: inline-block;
}
.footer-wrap .footer .fbox-second .linkbox .list a {
  color: #fff;
}
.footer-wrap .footer .fbox-second .linkbox .list span {
  margin: 0 15px;
}
.footer-wrap .footer .fbox-second .copyright {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #131313;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #0098d3;
}
.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: 85px;
  }
  .header-wrap .header .logo {
    line-height: 85px;
  }
  .content-wrap .contact-wrap .contact-con .con {
    padding-right: 50px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .dcon .tabhd .thdlist {
    width: 25%;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap {
    margin-bottom: 75px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .tx {
    width: 30%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .zygw-con .zlist .name {
    width: 70%;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 53%;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .khal-con .klist .picbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-wrap .contentbox .main-wrap .product-details-con .dcon .tabbd .tbdlist .khal-con .klist .con {
    width: 100%;
  }
}
