@charset "utf-8";
body {
FONT-FAMILY: "微软雅黑" , Arial, Helvetica, sans-serif;  overflow-x: hidden;
}
.home-top-grid1 {
  background: rgba(11, 100, 143, 0.7);
  transition: 0.5s all;
}
.home-top-grid2 {
  background: rgba(226, 23, 55, 0.5);
  transition: 0.5s all;
}
.home-top-grid3 {
  background: rgba(11, 100, 143, 0.4);
  transition: 0.5s all;
}
.iconfont {
  font-family: 'iconfont';
}
img {
  max-width: 100%;
}
.form-control{ background:none;}
.form-control:focus {
  border-color: #9d2277;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.btn-arjzs {
  color: #fff;
  background-color: #9d2277;
  border-color: #9d2277;
}
.btn-arjzs:focus,
.btn-arjzs.focus {
  color: #fff;
  background-color: #ba208a;
  border-color: #ba208a;
}
.btn-arjzs:hover {
  color: #fff;
  background-color: #ba208a;
  border-color: #ba208a;
}

.vcenter {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;

}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
.pic {
  position: relative;
  overflow: hidden;
}
.pic:after {
  content: "";
  display: block;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #9d2177;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  width: 1200px; margin:0px auto;
}
/*-header-*/
.header {
  clear: both;
}
.topnav{ background:#e7e7e7; height:40px; line-height:40px; color:#9f9f9f}

/*********设计师***********/
.indexyuyue{ width:240px; margin-left:10px;}
.indexyuyue .inp{ height:46px; line-height:46px; text-align:center;}
.indexyuyue .inp input{ border:1px solid #e8e8e8;width:180px; height:30px; line-height:30px; font-size:14px; padding-left:6px; color:#666;}
.indexyuyue .submit {padding-left: 0;background: #9d2277;width:180px;height: 36px; line-height:36px;border: none;cursor: pointer;color: #fff;font-size: 18px;	font-family: "Microsoft YaHei";
}

/*-banner-*/
.banner {
  max-width: 1920px;
  margin: 0 auto;
  clear: both;
}
.banner .slick-dots {
  bottom: 30px;
}
.banner .slick-dots li button {
  width: 8px;
  height: 8px;
  background:#5c5b58;
  display: inline-block;
}
.banner .slick-dots .slick-active button {
  width: 20px;
  height: 8px;
  background: #5c5b58;

}
/*********nav start***********/
.navwrap {
  padding-top: 0px;
}
.navwrap .lwt-wrap {
  text-align: right;
}
.navwrap span {
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
.navwrap span .erweima {
  position: absolute;
  width: 140px;
  height: 140px;
  z-index: 22;
  left: 50%;
  margin-left: -82px;
  top: 30px;
  display: none;
}
.navwrap span:hover .erweima {
  display: block;
}
.navwrap .toptel {
  font-size: 18px;
  color: #666;
  font-family: arial;
  line-height: 25px;
  text-decoration: none;
  font-weight: bold;
}
.navwrap .toptel img {
  margin-right: 10px;
}
.navbg { background:#272526; height:50px; line-height:50px;}
.navwrap .nav li {
  float: left;
  width: 130px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: url(../images/navline.png) no-repeat center right;
  position: relative;
}
.navwrap .nav li a {
color:#fff;
font-size:16px;
  padding: 0;
  transition: 0.5s;
}
.navwrap .nav li a:hover {
  background: #9d2277;
  color: #fff;
}
.navwrap .nav li a:active {
  background: #9d2277;
  color: #fff;
}
.navwrap .nav li a:visited {
  background: #9d2277;
  color: #fff;
}
.navwrap .nav li ul {
  position: absolute;
  width: 180px;
  z-index: 99999;
  display: none;
  top: 50px;
  background: #202020;
  padding: 10px 0;
}
.navwrap .nav li ul li {
  line-height: 40px;
  height: 40px;
  list-style: none;
  font-size: 13px;
  background: none;
}
.navwrap .nav li ul li a {
font-size:14px;
display:block;
color:#cccccc;
width:180px;
transition: 0s;
}
.navwrap .nav li ul li a:hover {
  background: #151515;
  border-left:3px solid #9d2277;
  font-size:16px;
  color: #fff;
}
.navwrap .nav li.active a {
  color: #9d2277;
}
.navwrap .nav li.active a:hover {
  color: #fff;
}
.navwrap .nav li.active ul li a {
  color: #666;
}
.navwrap .nav li.active ul li a:hover {
  color: #f77400;
}
/*********nav end***********/
/*********PINPAI start***********/
.pinpai{ margin-top:30px; height:370px;}
.pinpai .title { border-bottom:1px solid #e8e8e8; margin:10px 0px;padding:10px 0px;}
.pinpai .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/shili.png) left center no-repeat; padding-left:35px;
}
.pinpai .tit1 span{ color:#d5d5d5}

.pinpai ul li {
  list-style: none;
  width:232px;
  text-align: center;
  background:#ededed;
  height:240px;
  margin-right:2px;
  float: left;
}
.line{height:1px; line-height:1px; overflow:hidden; border-bottom:1px solid #d4d4d4; width:50px; margin:20px auto;}
.pinpai ul li .pic{
  margin-top:50px;
  height:60px;
}
.pinpai ul li .pp1{
background:url(../images/pinpai-1.png) center no-repeat;
}
.pinpai ul li:hover .pp1{
background:url(../images/pinpai-11.png) center no-repeat;
}
.pinpai ul li .pp2{
background:url(../images/pinpai-2.png) center no-repeat;
}
.pinpai ul li:hover .pp2{
background:url(../images/pinpai-22.png) center no-repeat;
}
.pinpai ul li .pp3{
background:url(../images/pinpai-3.png) center no-repeat;
}
.pinpai ul li:hover .pp3{
background:url(../images/pinpai-33.png) center no-repeat;
}
.pinpai ul li .pp4{
background:url(../images/pinpai-4.png) center no-repeat;
}
.pinpai ul li:hover .pp4{
background:url(../images/pinpai-44.png) center no-repeat;
}
.pinpai ul li .pp5{
background:url(../images/pinpai-5.png) center no-repeat;
}
.pinpai ul li:hover .pp5{
background:url(../images/pinpai-55.png) center no-repeat;
}
.pinpai ul li .scopea {
  font-size: 16px;
  color: #767676;
  line-height: 35px;
  margin: 15px 0 0;
  display: block;
  height: 35px;
  overflow: hidden;
  transition: 0.5s;
}
.pinpai ul li p {
  font-size: 12px;
  color: #999;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  transition: 0.5s;
}
.pinpai ul li:hover {
  box-shadow: 0 0 8px #666;
  background:#9d2277;
  color:#fff;
  height:260px;
}
.pinpai ul li:hover .scopea {
  color: #fff;
}
.pinpai ul li:hover p {
  color: #fff;
}
/*********pinpai end***********/
/*********case start***********/
.zxcase{ margin-top:15px;}
.zxcase .title { border-bottom:1px solid #e8e8e8; margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.zxcase .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/case_tit.png) left center no-repeat; padding-left:35px;
}
.zxcase .tit1 span{ color:#d5d5d5}
.zxcase .casefl{ margin:15px 0px; background:#f7f7f7; height:100px;}
.casefl li{ width:390px; float:left; list-style:none;}
.casefl li .fl1 { width:70px; height:70px;background:url(../images/fl11.png) left center no-repeat; margin:15px; }
.casefl li .fl2 { width:70px; height:70px;background:url(../images/fl22.png) left center no-repeat; margin:15px; }
.casefl li .fl3 { width:70px; height:70px;background:url(../images/fl33.png) left center no-repeat; margin:15px; }
.casefl li:hover .fl1 { width:70px; height:70px;background:url(../images/fl1.png) left center no-repeat; margin:15px; }
.casefl li:hover .fl2 { width:70px; height:70px;background:url(../images/fl2.png) left center no-repeat; margin:15px; }
.casefl li:hover .fl3 { width:70px; height:70px;background:url(../images/fl3.png) left center no-repeat; margin:15px; }
.casefl li .flcon{ width:285px; margin:15px 0px;}
.zxcase .casecon { width:1170px; clear:both;}
.zxcase .casecon li{ float:left; list-style:none; padding:0px;vertical-align: top;background-size: cover;}
.zxcase .li0{ width:500px; height:260px; margin:0px 15px 10px 0px;}
.zxcase .li1{ width:320px; height:260px; margin:0px 15px 10px 0px;}
.zxcase .li2{ width:320px; height:260px; margin:0px 0px 10px 0px;}
.zxcase .li3{ width:320px; height:260px; margin:0px 15px 10px 0px;}
.zxcase .li4{ width:500px; height:260px; margin:0px 15px 10px 0px;}
.zxcase .li5{ width:320px; height:260px; margin:0px 0px 10px 0px;} 

.casecon a {
  display: inline-block;
  width: 100%;
  height:100%;
  overflow:hidden;
  position: relative;
}
.casecon a img{
  cursor: pointer;
  transition: all 0.6s;
}
.casecon a:hover img{
  transform: scale(1.2);
  -webkit-transform:scale(1.2);
}
.casecon a .zzc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.casecon a .zzc .casename {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align:center;
  transform: translate(-50%, -50%);
}
.casecon a .zzc span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: left;
  color: #fff;
  overflow: hidden;
  height: 30px;
  line-height:30px;
}
.casecon a .zzc .line {
  width: 25px;
  height:25px;
  background:url(../images/case_btn.png) no-repeat;
  border:0px;
  margin: 12px 0px;
}
.casecon a:hover .zzc {
  display: block;
}

/*********case end***********/
/*********loupan start***********/
.zxloupan{ margin-top:15px;}
.zxloupan .title { border-bottom:1px solid #e8e8e8; margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.zxloupan .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/case_tit.png) left center no-repeat; padding-left:35px;
}
.zxloupan .tit1 span{ color:#d5d5d5}
.zxloupan .casefl{ margin:15px 0px; background:#f7f7f7; height:100px;}
.zxloupan .loupancon { width:1170px; clear:both;}
.zxloupan .loupancon li{ float:left; list-style:none; padding:0px;vertical-align: top; background-size: cover;}
.zxloupan .li0{ width:400px; height:530px; margin:0px 15px 10px 0px;}
.zxloupan .li1{ width:240px; height:260px; margin:0px 15px 10px 0px;}
.zxloupan .li2{ width:240px; height:260px; margin:0px 15px 10px 0px;}
.zxloupan .li3{ width:240px; height:260px; margin:0px 0px 10px 0px;}
.zxloupan .li4{ width:240px; height:260px; margin:0px 15px 10px 0px;}
.zxloupan .li5{ width:240px; height:260px; margin:0px 15px 10px 0px;} 
.zxloupan .li6{ width:240px; height:260px; margin:0px 0px 10px 0px;} 

.loupancon a {
  display: inline-block;
  width: 100%;
  height:100%;
  overflow:hidden;
  position: relative;
}
.loupancon a img{
  cursor: pointer;
  transition: all 0.6s;
}
.loupancon a:hover img{
  transform: scale(1.2);
  -webkit-transform:scale(1.2);
}
.loupancon a .lpbottom {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom:0;
  color:#fff;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  display: blcok;
  text-align:center;
  line-height:30px;
}
.loupancon a .zzc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.loupancon a .zzc .casename {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align:center;
  transform: translate(-50%, -50%);
}
.loupancon a .zzc span {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #fff;
  line-height:30px;
}
.loupancon a .zzc .line {
  width: 25px;
  height:25px;
  background:url(../images/case_btn.png) no-repeat;
  border:0px;
  margin: 12px auto;
}
.loupancon a:hover .zzc {
  display: block;
}
.loupancon a:hover .lpbottom {
  display: none;
}
/*********loupan end***********/

/*********designer start***********/
.zxdesigner{ margin-top:15px;}
.zxdesigner .title { border-bottom:1px solid #e8e8e8; margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.zxdesigner .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/case_5.jpg) left center no-repeat; padding-left:40px;
}
.zxdesigner .tit1 span{ color:#d5d5d5}
.zxdesigner .casefl{ margin:15px 0px; background:#f7f7f7; height:100px;}
.zxdesigner .designercon { width:1170px; clear:both;}
.zxdesigner .li0{ width:330px; height:504px; float:right; list-style:none;}
.zxdesigner .li1{ width:840px; height:504px;float:left; list-style:none;}
.sysjslist { width:840px; height:504px;}
.sysjslist .sli{ float:left; width:168px; height:168px; list-style:none;}
.designercon a {
  display: inline-block;
  width: 100%;
  height:100%;
  overflow:hidden;
  position: relative;
}
.designercon a img{
  cursor: pointer;
  transition: all 0.6s;
}
.designercon a:hover img{
  transform: scale(1.2);
  -webkit-transform:scale(1.2);
}
.designercon a .zzchov {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
  display:block;
}

.designercon a .zzc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.designercon a .zzc .casename {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align:center;
  transform: translate(-50%, -50%);
}
.designercon a .zzc span {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #fff;
  line-height:30px;
}
.designercon a .zzc .line {
  width: 25px;
  height:25px;
  background:url(../images/case_btn.png) no-repeat;
  border:0px;
  margin: 12px auto;
}
.designercon a:hover .zzc {
  display: block;
}
.designercon a:hover .lpbottom {
  display: none;
}
/*********loupan end***********/


/*********yuyue start***********/
.yuyue{ margin:80px 0px 30px 0px; padding:50px 0px; background:#f5f5f5}
.yuyue .title {  margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.yuyue .tit1{
font-size:26px; color:#000;font-weight:bold; height:46px; line-height:46px; padding-left:35px; text-align:center;
}
.yuyue .tit2{
font-size:18px; color:#000;font-weight:bold;  height:46px; line-height:46px; padding-left:35px; text-align:center;
}
.yuyue .yleft{ width:280px; height:240px;}
.yleft .ltop{background:url(../images/yuyuebg.png) no-repeat; color:#fff; height:115px;}
.ltop .tit3{ font-size:21px; padding-left:90px; padding-top:30px;height:30px; line-height:30px;}
.ltop .tit4{ font-size:12px; padding-left:90px; padding-top:24px;height:30px; line-height:30px;}
.yleft .lbottom{ margin-top:10px;}
.lbottom .bl{ width:130px; background:#e5e5e5; height:110px;}
.lbottom .br{ width:130px; background:#e5e5e5; margin-left:10px;height:110px;}
.lbottom .bl1{background:url(../images/yuyue1.png) top center no-repeat; width:130px; height:80px; margin-top:12px; font-size:18px; text-align:center; padding-top:55px;}
.lbottom .bl2{background:url(../images/yuyue2.png) top center no-repeat; width:130px; height:80px; margin-top:12px; font-size:18px; text-align:center; padding-top:55px;}
.yuyue .yright{ width:238px; height:240px;}
.yuyue .ycenter{ width:600px; height:240px; margin:0px 25px;}
.yuyue .ycenter .li { height:40px; line-height:40px; margin-top:20px;}
/*********yuyue end***********/


/*********liucheng start***********/
.liucheng{ margin:80px 0px 60px 0px; height:300px;}
.liucheng .title { border-bottom:1px solid #e8e8e8; margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.liucheng .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/fuwu_tit.png) left center no-repeat; padding-left:35px;
}
.liucheng .tit1 span{ color:#d5d5d5}
.liucheng .con { width:1260px; clear:both; position:absolute; bottom:-25px;left:-80px;}
.liucheng .con li{ float:left; list-style:none; width:180px; padding:0px;vertical-align: top;}
.liucheng .con li .tp{ width:80px; margin:0px auto;}
.liucheng .con li .wz{ height:40px; line-height:40px;text-align:center}
.liucheng .diline{ position:relative; border-bottom:1px solid #e8e8e8; height:170px; width:1100px; margin:0px auto;} 
.liucheng li .quanwk{ height:50px; width:50px; background:#fff; padding:5px;  text-align:center; margin:0px auto;}
.liucheng li .quan{ height:40px; width:40px; border:1px solid #e8e8e8; line-height:40px; text-align:center;border-radius:20px;}
.liucheng li:hover .quan{ height:40px; width:40px; background:#9e2278;border:1px solid #9e2278;  color:#fff; font-weight:bold; line-height:40px; text-align:center;border-radius:20px;}
.liucheng li img{
  cursor: pointer;
  transition: all 0.6s;
}
.liucheng li:hover img{
  transform: scale(1.1);
  -webkit-transform:scale(1.1);
}

/*********liucheng end***********/
/*********news start***********/
.arjnews{ margin-top:15px; padding:20px 0px; background:#f5f5f5}
.arjnews .title { border-bottom:1px solid #e8e8e8; margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.arjnews .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/case_tit.png) left center no-repeat; padding-left:35px;
}
.arjnews .tit1 span{ color:#d5d5d5}

.arjnews .newscon { width:1170px; clear:both; margin:30px 0px;}
.arjnews .newscon li{ float:left; list-style:none; padding:0px;vertical-align: top;}
.arjnews .li0{ width:436px; height:530px; border-right:1px dashed #d5d5d5;}
.arjnews .li1{ width:695px; height:160px; margin:0px 0px 30px 36px; border-bottom:1px dashed #d5d5d5;}
.arjnews .li2{ width:695px; height:170px; margin:0px 0px 30px 36px; border-bottom:1px dashed #d5d5d5;}
.arjnews .li3{ width:695px; height:170px; margin:0px 0px 10px 36px;}

.arjnews .firs{
  box-shadow: 0 0 12px #aaa;
  background:#fff;
  padding:35px 35px;
  width:400px;
  height:530px;
}
.firs .firtit{ font-size:21px;}
.firs .firdes{ font-size:14px; line-height:26px; padding:15px 0px; height:108px; overflow:hidden;}
.firs .riqi{ height:60px; border-left:1px solid #9d2277; padding-left:10px; font-size:21px; margin:10px 30px 30px 30px;}

.secsl{ width:220px;}
.secsr{ width:475px;}
.secsr .sectit{ font-size:18px;}
.secsr .secdes{ font-size:14px; line-height:26px; padding:15px 0px; height:82px; overflow:hidden;}
.secsr .secriqi{ font-size:14px; line-height:26px; height:26px; background:url(../images/jiantong.png) right center no-repeat;}

.loupancon a {
  display: inline-block;
  width: 100%;
  height:100%;
  overflow:hidden;
  position: relative;
}
.newscon li img{
  cursor: pointer;
  transition: all 0.4s;
}
.newscon li:hover img{
  transform: scale(1.2);
  -webkit-transform:scale(1.2);
}

/*********news end***********/
/*********gonglv start***********/
.gonglv{height:560px;}
.gonglv .title { border-bottom:1px solid #e8e8e8; margin:10px 0px;padding:10px 0px;}
.gonglv .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/fuwu_tit.png) left center no-repeat; padding-left:35px;
}
.gonglv .tit1 span{ color:#d5d5d5}
.gonglv ul{ position:relative;}
.gonglv ul li {
  list-style: none;
  width:389px;
  text-align: center;
  background:#fff;
  height:360px;
  border:1px solid #e6e6e6;
  position: absolute;
}
.gonglv ul li.li1{top:15px; left:0px;border-right:0px;}
.gonglv ul li.li1:hover{top:0px; left:-15px; height:390px; width:420px;z-index:100}
.gonglv ul li.li2{top:15px; left:390px;border-right:0px;}
.gonglv ul li.li2:hover{top:0px; left:375px; height:390px; width:420px;z-index:100}
.gonglv ul li.li3{top:15px; left:780px;}
.gonglv ul li.li3:hover{top:0px; left:765px; height:390px; width:420px;z-index:100}

.gonglv ul li.li4{top:15px; left:877px; width:294px;}
.gonglv ul li.li4:hover{top:0px; left:862px; height:390px; width:324px;z-index:100}
.gonglv ul li .toppp{
	background:#f6f6f6;
	padding-top:20px;
	height:135px;
}

.gonglv ul li .pic{
  height:60px;
}
.gonglv ul li .zxkg{
  height:20px;
}
.gonglv ul li .pp1{
background:url(../images/gl1.png) center no-repeat;
}
.gonglv ul li:hover .pp1{
background:url(../images/gl11.png) center no-repeat;
}
.gonglv ul li .pp2{
background:url(../images/gl2.png) center no-repeat;
}
.gonglv ul li:hover .pp2{
background:url(../images/gl22.png) center no-repeat;
}
.gonglv ul li .pp3{
background:url(../images/gl3.png) center no-repeat;
}
.gonglv ul li:hover .pp3{
background:url(../images/gl33.png) center no-repeat;
}
.gonglv ul li .pp4{
background:url(../images/gl4.png) center no-repeat;
}
.gonglv ul li:hover .pp4{
background:url(../images/gl44.png) center no-repeat;
}
.gonglv ul li:hover .tp{
	background:url(../images/gongluebg2.jpg) center no-repeat;
	padding-top:30px;
	height:150px;
	position:absolute;
	width:100%;
	top:0px;
}
.gonglv ul li .line {
  width: 25px;
  height:25px;
  background:url(../images/case_btn.png) no-repeat;
  border:0px;
  position:absolute;
  bottom:10px;
  right:10px;
  margin: 12px 0px;
}
.gonglv ul li:hover .line {
  width: 25px;
  height:25px;
  background:url(../images/case_btn1.png) no-repeat;
  border:0px;
  position:absolute;
  bottom:5px;
  right:12px;
  margin: 12px 0px;
}

.gonglv ul li .scopea {
  font-size: 16px;
  color: #767676;
  line-height: 35px;
  margin: 10px 0 0;
  display: block;
  height: 35px;
  overflow: hidden;
  transition: 0.5s;
}
.gonglv ul li .clist {
  font-size: 14px;
  color: #666;
  text-align:left;
  padding-left:30px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.gonglv ul li:hover {
  box-shadow: 0 0 30px #e8e8e8;
  color:#fff;
  padding:20px 0px;
  height:360px;
}
.gonglv ul li:hover .scopea {
  color: #fff;
}
.gonglv ul li:hover .zxkg{
  height:30px;
}

/*********gonglv end***********/

.tit {
  text-align: center;
  margin: 100px 0 50px;
}
.tit span {
  display: block;
}
.tit .titspan1 {
  font-size: 20px;
  font-family: arial;
  color: #333;
}
.tit .titspan2 {
  font-size: 18px;
  font-family: "microsoft yahei";
  color: #999;
}
.tit .titspan2 em {
  font-style: normal;
  min-width: 118px;
  display: inline-block;
  max-width: 50%;
  height: 27px;
  overflow: hidden;
  line-height: 34px;
}
.scope ul li {
  list-style: none;
  width: 22.308%;
  text-align: center;
  float: left;
  margin-right: 3.5%;
}
.scope ul li .pic {
  width: 100%;
  transition: 0.5s;
}
.scope ul li .pic:after {
  padding-bottom: 36.7816091954023%;
}
.scope ul li .scopea {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  margin: 15px 0 0;
  display: block;
  height: 35px;
  overflow: hidden;
  transition: 0.5s;
}
.scope ul li p {
  font-size: 12px;
  color: #999;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  transition: 0.5s;
}
.scope ul li:hover .pic {
  box-shadow: 0 0 8px #666;
}
.scope ul li:hover .scopea {
  color: #f77400;
}
.scope ul li:hover p {
  color: #666;
}
/*********SCOPE OF BUSINESS end***********/
/*************index about start**********/
.inabout {
  height: 443px;
  background: url(../images/indexabbg.jpg) no-repeat center;
  margin-top: 80px;
}
.inabout .tit span {
  color: #fff;
}
.inabout .inabtxt {
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 25px;
  width: 86%;
  margin: 0 auto;
  height: 75px;
  overflow: hidden;
}
.inabout .more {
  display: block;
  width: 195px;
  height: 35px;
  text-align: center;
  margin: 40px auto 0;
  color: #fff;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: 0.5s;
}
.inabout .more:hover {
  background: #f77400;
  border: 1px solid #f77400;
}
/*************index about end**********/
/*index case start*/
.incasefl {
  text-align: center;
}
.incasefl .slick-current a {
  color: #fff;
  background: #f77400;
  border: 1px solid #f77400;
}
.incasefl .slick-slide {
  display: inline-block;
}
.incasefl .slick-track {
  margin: 0 auto;
}
.incasefl a {
  display: inline-block;
  width: 133px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #999;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 10px;
  transition: 0.5s;
}
.incasefl a:hover {
  color: #fff;
  background: #f77400;
  border: 1px solid #f77400;
}
.demo {
  margin: 35px auto 0;
  background: #FFF;
  overflow: hidden;
  max-width: 1920px;
  float: none;
}
.demo1 a {
  display: inline-block;
  float: left;
  margin-right: 1px;
  width: 99.8%;
  position: relative;
}
.demo1 a .pic {
  width: 100%;
}
.demo1 a .pic img {
  display: inline-block;
}
.demo1 a .pic:after {
  padding-bottom: 66.66666666666667%;
}
.demo1 a .zzc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.demo1 a .zzc .casename {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.demo1 a .zzc span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  overflow: hidden;
  height: 23px;
}
.demo1 a .zzc .line {
  width: 25px;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.demo1 a:hover .zzc {
  display: block;
}
.incase a.more {
  max-width: 1920px;
  height: 62px;
  line-height: 62px;
  display: block;
  text-align: center;
  color: #fff;
  background: #f77400;
  margin-top: 1px;
  font-size: 15px;
}
/*index case end*/
.innews {
  background: #f7f7f7;
  padding: 100px 0;
}
.innleft {
  width: 50%;
  background: #fff;
}
.innleft .pic {
  width: 34%;
}
.innleft .pic:after {
  padding-bottom: 75%;
}
.innleft .inntxt {
  padding: 15px 10px 0 0;
  width: 63%;
}
.innleft .inntxt li {
  list-style: none;
  line-height: 30px;
  font-size: 13px;
}
.innleft .inntxt li a {
  color: #666;
  display: inline-block;
  width: 75%;
  height: 30px;
  overflow: hidden;
  float: left;
}
.innleft .inntxt li:hover {
  font-weight: bold;
  color: #333;
}
.innleft .inntxt li:hover span {
  color: #333;
  font-weight: 100;
}
.innleft .inntxt li span {
  font-size: 12px;
  font-family: arial;
  color: #999;
}
.innright a {
  float: right !important;
  width: 88% !important;
}
.innright a:hover {
  color: #f77400 !important;
}
.innright li:hover {
  font-weight: 100 !important;
}
/*footer start*/
.footer {
  padding: 40px 0 0px;
  background: #272526;
}
.footer .fleft {
  width: 540px;
}
.footer .fleft .li {
  float: left;
  list-style: none;
  width:140px;
   text-align:left;
  padding:0px; margin:0px;
}
.footer .fleft .li li{ margin:0px; padding:0px; list-style:none; height:36px; line-height:36px; font-size:12px; text-align:left; color:#999;}
.fleft .li li.tit{color: #fff; list-style:none; height:60px;line-height:60px; font-size:16px;}
.fleft .li li.bott{color: #999; list-style:none; margin-top:30px; height:30px;line-height:30px; font-size:10px; font-family:Verdana, Geneva, sans-serif;-webkit-transform:scale(0.9);display:block;
background:url(../images/foot_b.png) left bottom no-repeat;	}
.footer .fleft li.tit a {
  color: #fff;
}
.footer .fleft li.tit a:hover {
  color: #9d2277;
}
.footer .fleft .li a {
  color: #999;
}
.footer .fleft .li a:hover {
  color: #9d2277;
}

.footer .fright {
  width: 580px;
  padding-left:60px;
  margin-top:10px;
  background:url(../images/lines.png) left  center no-repeat;
}
.footer .fright .contact {
  width: 400px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.footer .fright .erweima {
 padding-top:80px;
 font-size:12px;
 font-style:italic;
 line-height:36px;
 color:#999;
}
.footer .fright .dizhi li{
  width: 200px;
  list-style:none;
  font-size:12px;
  background:url(../images/dizhi.png) left top no-repeat;
  float:left;
  color: #999;
  line-height: 32px;
  padding-left:18px;
  padding-bottom:15px;
}
.footer .fright .xiabiao{
 color: #999;
 margin-top:10px;
 font-size:10px;-webkit-transform:scale(0.9);display:block;
 font-family:Verdana, Geneva, sans-serif;
background:url(../images/foot_b.png) left bottom no-repeat;	
}
.botto .right .weixin {
  width: 100px;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.botto .right  span {
  display:inline-block;
  margin-left:15px;
}
.botto .right .weixin .flinkdown {
  position: absolute;
  width: 120px;
  bottom: 50px;
  left:-30px;
  display: none;
}
.botto .right .weixin a {
  display: block;
  line-height: 25px;
  text-align: center;
  text-indent: 0;
}
.botto{height:50px; line-height:50px; padding:0px 20px; background:#9d2277; color:#fff}
.botto .right{width: 100px; height:50px;padding-left:10px; background:url(../images/dibufenge.png) left  center no-repeat;}
/*footer end*/
.mbx {
  background: #f7f7f7;
}
.mbx .nytit {
  width: 16.411%;
  background: #f77400;
  line-height: 78px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.mbx .menu {
  width: 40%;
  padding-left: 20px;
}
.mbx .menu div {
  margin-top: 2px;
}
.mbx .menu div a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.mbx .menu div a:hover {
  border: 1px solid #f77400;
  color: #f77400;
  border-radius: 20px;
  background: #fff;
}
.mbx .menu div a.cur {
  border: 1px solid #f77400;
  color: #f77400;
  border-radius: 20px;
  background: #fff;
}
.mbx .menu .slick-arrow {
  width: 20px;
  transform: rotate(0);
  top: 30px;
}
.mbx .menu .slick-prev {
  left: auto;
  right: -30px;
  background: #999 url(../images/prev.png) no-repeat center;
}
.mbx .menu .slick-next {
  right: -52px;
  background: #999 url(../images/next.png) no-repeat center;
}
.mbx .mbxwrap {
  line-height: 78px;
}
.mbx .mbxwrap a {
  color: #898989;
}
.mbx .mbxwrap a:hover {
  color: #f77400;
}
.mbx .mbxwrap span {
  margin: 0 10px;
}
.mbx .mbxwrap em {
  font-style: normal;
  color: #f77400;
}
.nycon {
  margin-top: 35px;
}
.nycon .ltxt {
  width: 77%;
}
.nycon .ltxt p {
  font-size: 13px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 30px;
  line-height: 35px;
}
.honor ul li {
  width: 22%;
  padding: 4px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 10px #ddd;
  float: left;
  margin: 0 4% 70px 0;
  position: relative;
}
.honor ul li:after {
  padding-bottom: 120%;
}
.honor ul li .zzc {
  width: 97%;
  height: 100%;
  position: absolute;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.honor ul li .zzc .zzctxt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.honor ul li .zzc .zzctxt span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.honor ul li .zzc .zzctxt .line {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.honor ul li:hover {
  border: 1px solid #f77400;
}
.honor ul li:hover .zzc {
  display: block;
}
.phone-honor {
  width: 100%;
  margin: 20px auto;
  display: none;
}
.phone-honor ul li {
  width: 100%;
}
.phone-honor ul li:after {
  padding-bottom: 120%;
}
.phone-honor .slick-dots li {
  display: inline-block;
  width: 10px;
}
.phone-honor .slick-dots li button {
  background: #ddd;
}
.phone-honor .slick-dots li.slick-active button {
  background: #f77400;
}
.fenlei {
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
.fenlei .menu {
  padding-left: 0;
}
.fenlei .slick-track {
  display: inline-block;
}
.fenlei .slick-track a {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  transition: 0.5s;
  overflow: hidden;
}
.fenlei .slick-track a:hover {
  background: #f77400;
  color: #fff;
}
.fenlei .slick-track a.cur2 {
  background: #f77400;
  color: #fff;
}
.fenlei .slick-arrow {
  width: 25px;
  height: 30px;
  transform: rotate(0);
  top: 30px;
}
.fenlei .slick-prev {
  left: -30px;
  background: #ddd url(../images/proprev.png) no-repeat center;
}
.fenlei .slick-next {
  right: -30px;
  background: #ddd url(../images/pronext.png) no-repeat center;
}
.pro .twofenlei {
  text-align: center;
  margin: 30px 0;
}
.pro .twofenlei a {
  font-size: 13px;
  display: inline-block;
  margin: 0 20px;
  color: #999;
}
.pro .twofenlei a.active {
  color: #f77400;
}
.pro .procon {
  list-style: none;
}
.pro .procon li {
  width: 23.505%;
  float: left;
  margin: 0 1.9% 35px 0;
}
.pro .procon li .pic {
  width: 100%;
}
.pro .procon li .pic img {
  transition: 0.5s;
}
.pro .procon li .pic:after {
  padding-bottom: 60.36363636363637%;
}
.pro .procon li .protit {
  display: block;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.pro .procon li .protit span {
  display: inline-block;
  width: 90%;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  margin-top: 20px;
}
.pro .procon li:hover .protit {
  border-bottom: 1px solid #d1d1d1;
  background: url(../images/probg.png) no-repeat right 26px;
  text-align: left;
}
.pro .procon li:hover span {
  border-right: 1px solid #d1d1d1;
  color: #f77400;
}
.pro .procon li:hover img {
  transform: scale(1.2);
}
.page {
  margin-bottom: 100px;
  text-align: center;
}
.page a {
  display: inline-block;
  padding: 3px 10px;
  margin-right: 1px;
  background: #eee;
  margin-bottom: 5px;
  transition: 0.5s;
}
.page a:hover {
  background: #f77400;
  color: #fff;
}
.page a.active {
  background: #f77400;
  color: #fff;
}
.proshow .pshowcon .psl {
  width: 58.462%;
}
.proshow .pshowcon .psl:after {
  padding-bottom: 60.262008733624455%;
}
.proshow .pshowcon .psr {
  width: 39.317%;
  height: 414px;
  overflow: auto;
}
.proshow .pshowcon .psr h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.proshow .pshowcon .psr span {
  font-size: 15px;
  color: #f77400;
}
.proshow .pshowcon .psr p {
  margin: 10px 0 20px 0;
  font-size: 12px;
  color: #666;
}
.proshow .pshowcon .psr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f77400;
  width: 3px;
  border-radius: 0;
}
.proshow .pshowcon .psr .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
}
.pstit {
  line-height: 37px;
  margin: 40px 0 30px;
  background: #f7f7f7;
}
.pstit span {
  font-size: 18px;
  display: inline-block;
  background: #f77400;
  color: #fff;
  padding: 0 50px;
}
.detatxt p {
  text-indent: 2em;
  color: #666;
  line-height: 25px;
  font-size: 13px;
}
.inquiry {
  border-bottom: 1px solid #e8e8e8;
}
.inquirycon {
  width: 82%;
}
.inquirycon label {
  font-weight: 100;
  width: 43.4511%;
  margin: 12.5px 0;
  position: relative;
}
.inquirycon label em {
  color: #f00;
  position: absolute;
  right: -5px;
}
.inquirycon label input {
  width: 80%;
  color: #999;
  padding-left: 7px;
  line-height: 28px;
  height: 28px;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  font-size: 13px;
}
.inquirycon .la5 {
  width: 87.5%;
}
.inquirycon .la5 textarea {
  width: 90%;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  float: left;
  height: 103px;
  padding-left: 7px;
}
.inquirycon .la5 span {
  float: left;
}
.inquirycon .la6 {
  float: left;
}
.inquirycon .la6 em {
  left: 200px;
  right: auto;
}
.inquirycon .la6 span {
  float: left;
}
.inquirycon .la6 input {
  width: 28%;
  float: left;
}
.inquirycon .la6 img {
  float: left;
  cursor: pointer;
  margin: 0 10px 0 25px;
}
.inquirycon .la6 a {
  float: left;
  display: inline-block;
  line-height: 28px;
  color: #999;
  text-decoration: underline;
}
.inquirycon .la6 a:hover {
  color: #f77400;
}
.inquirycon .la7 {
  width: 15.146%;
  float: left;
}
.inquirycon .la7 input {
  height: 35px;
  line-height: 35px;
  background: #eee;
  font-size: 16px;
  color: #666;
  border: 0;
  transition: 0.5s;
}
.inquirycon .la7 input:hover {
  color: #fff;
  background: #f77400;
}
.inquirycon .lasub {
  margin-left: 16%;
}
.inquirycon span {
  width: 80px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.prevnext {
  margin: 5px 0 0;
}
.pnwrap {
  width: 80%;
}
.pnwrap a {
  display: block;
  color: #333;
  transition: 0.5s;
  line-height: 25px;
  overflow: hidden;
  height: 25px;
}
.pnwrap a:hover {
  color: #f77400;
}
.return {
  width: 140px;
  height: 38px;
  background: #6a6a6a url(../images/returnbg.png) no-repeat 30px center;
  line-height: 38px;
  color: #fff;
  padding-left: 50px;
  border-radius: 20px;
  margin: 5px 0 0;
  transition: 0.5s;
}
.return:hover {
  background-color: #f77400;
  color: #fff;
}
.xgpro .pstit {
  padding-right: 10px;
}
.xgpro .pstit a {
  color: #333;
}
.xgpro .pstit a:hover {
  color: #f77400;
}
.case {
  margin-bottom: 58px;
}
.case li {
  list-style: none;
  width: 24.91%;
  position: relative;
  float: left;
  margin: 1px 1px 0 0;
}
.case li:after {
  padding-bottom: 66.66666666666667%;
}
.case li .zzc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.case li .zzc .zzcwrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.case li .zzc .zzcwrap span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
}
.case li .zzc .zzcwrap .line {
  width: 26px;
  height: 1px;
  background: #fff;
  margin: 5px auto;
}
.case li:hover .zzc {
  display: block;
}
.caseshow {
  border-bottom: 1px solid #e8e8e8;
}
.caseshow .ctit {
  width: 227px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #f77400;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.caseshow .ctxt {
  background: #f7f7f7;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  padding: 35px 35px 15px;
  width: 86.325%;
  margin: 0 auto;
}
#featured-area {
  width: 86.325%;
  margin: 150px auto 0;
  height: 500px;
}
#featured-area ul li {
  list-style: none;
}
#featured-area ul li .pic:after {
  padding-bottom: 60.262008733624455%;
}
#featured-area ul .ban_r_btn,
#featured-area ul .ban_l_btn {
  width: 40px;
  height: 85px;
  display: inline-block;
  position: absolute;
  z-index: 9999;
  top: 50%;
  margin-top: -42.5px;
  border-radius: 5px;
  transition: 0.5s;
}
#featured-area ul .ban_l_btn {
  left: -47%;
  background: #6a6a6a url(../images/ban_l_btn.png) no-repeat center;
  border: 0;
}
#featured-area ul .ban_r_btn {
  right: -47%;
  background: #6a6a6a url(../images/ban_r_btn.png) no-repeat center;
  border: 0;
}
#featured-area ul .ban_r_btn:hover,
#featured-area ul .ban_l_btn:hover {
  background-color: #f77400;
}
.phonecase {
  width: 93%;
  margin: 20px auto;
  display: none;
}
.case-con {
  padding: 0;
}
.strtxt p {
  font-size: 13px;
  line-height: 30px;
  text-indent: 2em;
}
.strimg {
  margin: 30px 0;
  text-align: center;
}
.strimg .strimgc {
  width: 31.417%;
  float: left;
}
.strimg .strimgc img {
  max-width: 100%;
}
.strimg .str2 {
  margin: 0 2.8% 34px;
}
.strimg .str4 {
  width: 56.667%;
  margin-right: 2.7%;
}
.strimg .str5 {
  width: 40.584%;
}
.news ul li {
  list-style: none;
  height: 165px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 35px;
}
.news ul li .pic {
  width: 16.667%;
}
.news ul li .pic img {
  transition: 0.5s;
}
.news ul li .pic:after {
  padding-bottom: 65%;
}
.news ul li .ntxt {
  width: 54.584%;
  margin-left: 6%;
}
.news ul li .ntxt a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
}
.news ul li .ntxt p {
  font-size: 12px;
  color: #999;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  transition: 0.5s;
}
.news ul li .date span {
  font-size: 24px;
  font-family: arial;
  color: #999;
  margin: 20px 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.news ul li .date a {
  width: 37px;
  height: 37px;
  display: block;
  background: url(../images/newsbg.png) no-repeat center;
  transition: 0.5s;
}
.news ul li:hover .ntxt a {
  font-weight: bold;
}
.news ul li:hover .ntxt p {
  color: #666;
}
.news ul li:hover .date span {
  color: #666;
}
.news ul li:hover .date a {
  background: #f77400 url(../images/newsbgh.png) no-repeat center;
}
.news ul li:hover img {
  transform: scale(1.2);
}
.news_show {
  padding-bottom: 100px;
}
.news_show .nstit {
  border-bottom: 1px dashed #d3d3d3;
  text-align: center;
  margin-bottom: 35px;
}
.news_show h1 {
  font-size: 22px;
}
.news_show .date {
  line-height: 30px;
  margin: 10px 0 20px;
}
.news_show .date span {
  font-size: 12px;
  margin: 0 12px;
  color: #999;
}
.news_show .nstxt {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.news_show .nstxt p {
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 35px;
  font-size: 13px;
  color: #666;
}
.news_show .xgnews ul {
  width: 46%;
  padding-left: 2%;
  list-style: circle;
}
.news_show .xgnews ul li {
  line-height: 25px;
  height: 25px;
}
.news_show .xgnews ul li a {
  color: #666;
  display: inline-block;
  width: 60%;
  transition: 0.5s;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
  float: left;
}
.news_show .xgnews ul li span {
  color: #999;
  text-align: right;
  display: inline-block;
  width: 25%;
  transition: 0.5s;
}
.news_show .xgnews ul li:hover a {
  color: #f77400;
}
.news_show .xgnews ul li:hover span {
  color: #666;
}
.ctactit {
  text-align: center;
}
.ctactit h1 {
  font-size: 22px;
}
.ctactit span {
  font-family: arial;
  color: #999;
  line-height: 30px;
}
.ctactcon {
  margin: 65px 0 100px;
}
.ctactcon .ditu {
  width: 51.283%;
  border: 1px solid #dedede;
  padding: 4px;
}
.ctactcon .ditu #map {
  height: 384px;
}
.ctactcon .ditu #map img {
  max-width: 590px;
  max-height: 384px;
}
.ctactwrap {
  width: 40%;
  margin-left: 5%;
}
.ctactwrap ul li {
  list-style: none;
  line-height: 35px;
  color: #666;
}
.ctactwrap ul li a:hover {
  color: #f77400;
}
.ctactwrap .cerweima {
  margin-top: 15px;
}
.map {
  margin: 40px auto;
  padding-bottom: 100px;
}
.map dl {
  margin: 20px auto 20px;
  overflow: hidden;
  line-height: 30px;
  width: 98%;
  transition: 0.3s;
}
.map dl:hover {
  box-shadow: 0 0 2px #000;
}
.map dl:hover dt a {
  color: #333;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  transition: 0.3s;
}
.map dt:hover {
  background: #f77400;
}
.map dt:hover a {
  color: #fff !important;
}
.map dt a {
  color: #666;
  display: block;
  padding: 10px 0;
  transition: 0.3s;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 14px;
  overflow: hidden;
  float: left;
  width: 85%;
  line-height: 40px;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #f77400;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.map dd .p2 a:hover {
  color: #f00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
  margin-top: 1px;
  transition: 0.3s;
}
.map dd div a:hover {
  color: #003e7e;
  background: #f77400;
  color: #fff;
}

.service-bar {
  position: fixed;
  width: 70px;
  right: 10px;
  top: 52%;
  margin-top: -120px;
  z-index: 1;
}
.service-list li {
  height: 70px;
  position: relative; list-style:none;
  cursor: pointer;
  background:  #9e2278;
  line-height:24px; text-align:center;
  padding-top:10px;
  color:#fff;
  background:  #9e2278 url(../images/kefubg.png) no-repeat center bottom;
}
.service-list li.service-kefu{
  border-radius:5px 5px 0 0;
}
.service-list li:hover{
  background-color: #840076;
}
.diyj{border-radius:0 0 5px 5px;  background-position: center -150px;}


.service-list .back-top{
  background-position: center -150px;
}

.scott{height:36px; overflow:hidden; text-align:right; margin:20px;line-height:36px; }
.scott A{BORDER:#9d2177 1px solid; PADDING:2px 5px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color:#9d2177}
.scott A:hover{border:1px solid #9d2177; text-decoration:none; BACKGROUND-COLOR:#9d2177; color:#FFF;}
.scott A:active{border:1px solid #9d2177; text-decoration:none; BACKGROUND-COLOR:#9d2177;}
.scott SPAN.current{BORDER: #9d2177 1px solid; PADDING:2px 5px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #9d2177;MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{BORDER:#237ac7 1px solid; PADDING:2px 5px; COLOR:#237ac7; MARGIN-RIGHT: 5px; background:#d8f1ff;}
.fenye1{text-align: center; clear:both; font-size:12px; line-height:28px; height:56px; border:1px solid #9cceec; background:#e9f7ff; padding:0 5px; margin-top:5px;}

/*# 案例页 */
/*********loupan start***********/

.caseban{ width:1200px;margin:40px 0px 20px 0px;}
.caseban li{ float:left;width:390px; height:190px;  list-style:none; padding:0px;vertical-align: top;}
.caseban li.fl1 {background:url(../images/case_c1.jpg) left center no-repeat; margin-right:15px; }
.caseban li.fl2 {background:url(../images/case_c2.jpg) left center no-repeat;margin-right:15px;}
.caseban li.fl3 {background:url(../images/case_c3.jpg) left center no-repeat;}
.caseban li .btit{ font-size:30px; color:#fff;  text-align:center; height:150px; line-height:150px; padding-top:20px;}
.caseban li .shows{ display:none; font-size:14px; color:#fff; text-align:center;}
.caseban li:hover .btit{ font-size:30px; color:#fff;  text-align:center; height:120px; line-height:120px;}
.caseban li:hover .shows{ display:block; font-size:14px; color:#fff; text-align:center;}
.seltj{border:1px solid #dadada; margin-bottom:30px;}
.tj{height:50px; line-height:50px; border-bottom:1px solid #dadada}
.tj span{display:inline-block; height:49px; line-height:49px; background:#f6f6f6 ; width:100px; text-align:center; margin-right:20px;}
.tj a{ display:inline-block; height:30px; line-height:30px; margin:10px;padding:0px 10px;}
.tj a:hover,.tj a.hov{ display:inline-block; height:30px; line-height:30px; margin:10px; background:#9d2177; padding:0px 10px; color:#fff;-webkit-border-radius: 5px;
border-radius: 5px;}
.divtit{border-bottom:1px solid #e8e8e8; height:40px; line-height:40px;}
.divtit .bg1{ background:url(../images/case_1.jpg) no-repeat left; padding-left:50px;}
.divtit .bg2{ background:url(../images/case_2.jpg) no-repeat left; padding-left:50px;}
.divtit .bg3{ background:url(../images/case_3.jpg) no-repeat left; padding-left:50px;}
.divtit .bg4{ background:url(../images/case_4.jpg) no-repeat left; padding-left:50px;}
.divtit .divtitl{height:40px; line-height:40px; font-size:20px; display:inline-block; color:#9d2177; border-bottom:2px solid #9d2177;}
.divtit .divtitr{display:inline-block; float:right;}

.casecon { width:1214px; margin:0px auto;}
.casecon li { width:291px; float:left; margin:6px 6px;list-style:none;}
.casecon .pic { position:relative; height:220px; width:291px;}
.pic .btnn{ position:absolute; width:100%; height:28px; line-height:28px; bottom:0px; background:#9d2177;}
.btnn a{ display:inline-block; height:20px; line-height:20px; width:50%; text-align:center; margin:4px 0px; color:#fff;}
.pic .showw{ display:none;}
li:hover .showw{ display:block;}
.casecon .sjsdiv{ height:100px; background:#e6e6e6;}
.sjsdiv .sjspic{ width:80px; height:80px;-webkit-border-radius: 40px;
border-radius: 40px;}
.hotbj{ width:1200px; height:40px; margin:0px auto;}
.hotbj a{ display:inline-block; width:120px; height:40px; text-align:center; margin-right:1px; line-height:40px; background:#ededed}
.hotbj a:hover{ color:#333;}
.hotbj a.hov{ display:inline-block; width:120px; height:40px; text-align:center; line-height:40px; background:#333; color:#fff;}
.hotbj a.hov:hover{ color:#fff;}

.casesjs{ box-shadow: 0 0 12px #eee;border:1px solid #eee; width:930px; height:383px; float:left;}
.casesjs .div1{ height:50px; line-height:50px;}
.casesjs .div1 span{ display:inline-block; color:#666; margin-right:50px;}
.casesjs .div1 span.stit{ font-size:20px; color:#333; margin-right:20px;}
.casesjs .div2{ border:1px solid #e8e8e8; border-left:0px; border-right:0px; height:50px; line-height:50px; color:#666;}
.casesjs .div2 span{ display:inline-block; color:#666; margin-right:50px;}

.casesjs .div3{line-height:36px;}
.casesjs .div3 span{ display:inline-block; color:#666;}

.casesjs .div4{ height:50px; line-height:50px;}
.casesjs .div4 span{ display:inline-block; color:#666; margin-right:50px;}
.casesjs .div5{ height:90px; line-height:90px; text-align:center;}
.casesjs .div5 a{ display: inline-block; width:160px; height:40px; line-height:40px; background:#9d2177; color:#fff; margin:0px 40px;}
.casesjs .div6{ height:40px; line-height:40px;}
.casesjs .div6 span{ display:inline-block; color:#333; font-size:18px; margin:0px 20px;}

.caseyuyue{ box-shadow: 0 0 12px #eee; width:250px;border:1px solid #eee; float:right; text-align:left; background:#fff5fe;}
.caseyuyue .inp{ height:36px; line-height:36px; text-align:center;}
.caseyuyue .inp input{ border:1px solid #e8e8e8;width:180px; height:30px; font-size:14px; padding-left:6px; color:#666;}
.caseyuyue .submit {padding-left: 0;background: #9d2277;width:180px;height: 36px; line-height:36px;border: none;cursor: pointer;color: #fff;font-size: 18px;	font-family: "Microsoft YaHei";
}
/*********案例 end***********/
/*********设计师***********/
.sjsyuyue{ box-shadow: 0 0 12px #eee; width:240px; border:1px solid #eee;text-align:left; background:#fff5fe;}
.sjsyuyue .inp{ height:36px; line-height:36px; text-align:center;}
.sjsyuyue .inp input{ border:1px solid #e8e8e8;width:180px; height:30px; line-height:30px; font-size:14px; padding-left:6px; color:#666;}
.sjsyuyue .submit {padding-left: 0;background: #9d2277;width:180px;height: 36px; line-height:36px;border: none;cursor: pointer;color: #fff;font-size: 18px;	font-family: "Microsoft YaHei";
}

.sjstjcase{ box-shadow: 0 0 12px #eee; width:240px; border:1px solid #eee;text-align:left; background:#fff;}
.sjstjcase .tjtit{ height:60px; line-height:60px; font-size:20px; text-align:center;}
.sjstjcase .tjcon{ box-shadow: 0 0 12px #eee; width:210px; margin:15px; padding:10px; border:1px solid #eee;text-align:center; line-height:30px; background:#fff;}
.sjstjcase .tjcon img { width:100%; height:135px;}
.sjslist{ box-shadow: 0 0 12px #eee; width:930px; height:383px; float:left;}

.sjsitem{ box-shadow: 0 0 12px #eee; width:930px; height:383px; border:1px solid #eee; margin-bottom:15px;}
.sjsitem .img {float:left; width:170px; height:150px; text-align:center; line-height:150px;}
.sjsitem .img img{width:120px; height:120px;-webkit-border-radius: 60px;
border-radius: 60px;}
.sjsitem .con {float:left;width:580px; height:150px;}
.con .div1{ height:40px; line-height:40px;}
.con .div1 span{ display:inline-block; color:#666; margin-right:50px;}
.con .div1 span.stit{ font-size:20px; color:#333; margin-right:20px;}
.con .div2{height:30px; line-height:30px; color:#666;}
.con .div2 span{ display:inline-block; color:#666; margin-right:50px;}
.con .div3{ height:40px;line-height:40px; overflow:hidden;}
.con .div3 span{ display:inline-block; color:#666;}
.con .div4{ height:50px;}
.con .div4 span{display:inline-block; color:#666; width:44px; text-align:center; margin-right:30px;}
.sjsitem .cyuyue {float:right;width:150px; height:150px;}
.cyuyue .submit { display:inline-block;background: #9d2277;width:130px;height: 30px; line-height:30px;color: #fff;font-size: 16px; text-align:center;-webkit-border-radius: 5px;border-radius: 5px;}
.sjscase { padding-left:9px;}
.sjscase .divpic{ display:inline-block; margin:15px 7px; width:210px; height:180px; position:relative;}
.sjscase .divpic img { width:210px; height:180px;}
.sjscase  .casetit { width:210px; height:30px; line-height:30px; text-align:center;position: absolute;bottom: 0;left: 0;background: #000;filter: alpha(opacity=70);background: rgba(0, 0, 0, 0.7); color:#fff;}


/*# 案例页 */
/*********loupan start***********/


.loupancon { width:1214px; margin:0px auto;}
.loupancon li {width:291px; float:left; margin:6px 6px;list-style:none;}
.loupancon .picc { position:relative; height:291px; width:291px;}
.picc .btnn{ position:absolute; width:100%; height:40px; line-height:40px; bottom:0px; background:#9d2177;}
.picc .fuwu{ position:absolute; width:85px; height:70px; line-height:30px; color:#fff; text-align:center; top:0px; right:0px; background:url(../images/b_apa.png)}
.picc span{ display:inline-block; height:40px; line-height:40px; width:50%; text-align:center; color:#fff;}
.picc .showw{ display:none;}
li:hover .showw{ display:block;}
.loupancon .lpdiv{ height:60px; line-height:60px;font-size:16px; padding:0px 10px; background:#e6e6e6 ;}
.lpdiv span{ display:inline-block; height:37px; width:37px; margin-top:12px;line-height:37px; float:right; margin-right:30px; background:url(../images/casesbg.jpg) no-repeat right center;}

.loupanjs{ box-shadow: 0 0 12px #eee;border:1px solid #eee; width:930px; height:383px; float:left;}
.loupanjs .div1{ height:60px; line-height:60px; background:url(../images/yh.jpg) no-repeat right center;}
.loupanjs .div1 span{ display:inline-block; color:#666; margin-right:50px;}
.loupanjs .div1 span.stit{ font-size:20px; color:#333; margin-right:20px;}
.loupanjs .div2{ height:30px; line-height:30px; color:#666;}
.loupanjs .div2 span{ display:inline-block; color:#666; margin-right:50px;}

.loupanjs .div3{line-height:26px; height:78px; overflow:hidden; width:580px;}
.loupanjs .div3 span{ display:inline-block; color:#666;}

.loupanjs .div4{ height:50px; line-height:50px;}
.loupanjs .div4 span{ display:inline-block; color:#666; margin-right:50px;}
.loupanjs .div5{ height:90px; line-height:90px; text-align:center;}
.loupanjs .div5 a{ display: inline-block; width:160px; height:40px; line-height:40px; background:#9d2177; color:#fff; margin:0px 40px;}
.loupanjs .div6{ height:40px; line-height:40px;}
.loupanjs .div6 span{ display:inline-block; color:#333;  border:1px solid #e8e8e8; padding:0px 5px; color:#666; height:24px; line-height:24px; margin:0px 5px;}

/*********楼盘 end***********/

/*资讯页开始*/
.main-zxbd {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.mz-l {
    width: 250px;
    margin-right: 30px;
    overflow: hidden;
   
}
.ntitbd{ border: 1px solid #F0F0F0;overflow: hidden;}
.mz-l dl {
    width: 250px;
    
}
.mz-l dl.on dd {
    display: none;
}
.mz-l dt, .mz-l dd {
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
}
.mz-l dd{
   text-indent: 2em 
}
.mz-l dt {
    
    font-size: 16px;
    cursor: pointer;
    background: #f0f0f0;
    color: #666666
}
.mz-l dd a {
    color: #333
}
.mz-l dd.on a {
    color: #9d2177
}
.mz-l dd a:hover {
    color: #9d2177;
}
.mz-main {
    width: 920px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.mz-main .flag {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #f0f0f0
}
.mz-main .mz-m-ul li {
    height: 175px;
    padding: 10px 0 0px 0;
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden;
}
.mz-m-ul{margin-top:-20px;}
.mz-main .mz-img {
    float: left;
    margin-right: 20px
}
.mz-main .mz-img img {
    width: 220px;
    height: 155px
}
.mz-main .mz-con {
    float: left;
    width: 680px;
}
.mz-main .mz-con h2 {
    height: 40px;line-height: 40px;overflow: hidden;text-align: left;
}
.mz-main .mz-con h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #333;   
    padding-bottom: 10px;
}
.mz-main .mz-con h2 a:hover {
    color: #9d2177;
}

.mz-main .mz-con h2 span {
    display: inline-block;
    width: 44px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
    background: #92dfd7;
    color: #fff
}
.mz-main .mz-con .info {
    margin-top: 5px;
}
.info-bar-left, .info-bar-left .info-icon, .info-bar-left .view-icon, .info-bar-left .collection-icon, .info-bar-left span {
    float: left;
}
.info-bar-left .info-icon {
    width: 12px;
    height: 12px;
  
    margin-right: 6px;
}
.info-bar-left .view-icon {
    background-position: -14px 0px;
}
.info-bar-left .collection-icon {
    background-position: -26px 0px;
}
.info-bar-left span {
    margin-right: 30px;
    height: 12px;
    line-height: 12px;
}
.mz-main .mz-con .des {
    /*width: 480px;*/
    color: #666;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
 color:#999999 margin-bottom:22px;
}
.mz-main .mz-con .ltd, .mz-main .mz-con .tag {
    float: left
}
.mz-main .mz-con .ltd img {
    width: 24px;
    height: 24px;
    overflow: hidden
}
.mz-main .mz-con .ltd i.ico08 {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    vertical-align: -1px;
}
.mz-main .mz-con .ltd span {
	padding-right:20px;
}
.mz-main .mz-con .tag {
    width: 200px;
    height: 20px;
    overflow: hidden
}
.mz-main .mz-con .tag span {
    display: inline-block;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 20px;
    line-height: 20px;
    background: #f0f0f0;
    color: #666666
}
.mz-main .mz-con .time {
    float: right;
    color: #aaaaaa
}
.main-zxbd .mz-list .des {
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}
/*右边样式*/
.mz-r {
    width: 260px;
}
.apply-res .err-ico {
    display: inline-block;
   
    width: 17px;
    height: 16px;
    vertical-align: middle;
    padding-top: 4px
}
.apply-res .err-tel {
    margin-left: -15px
}
.apply-res .err-tel1 {
    margin-left: -15px
}
.apply-res .err-ico span {
    color: #ff6767
}
.apply-res {
    padding: 15px 0;
    background: #f6f6f6
}
.apply-res .top {
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 30px
}
.apply-res .title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px
}
.apply-res .apply-control {
    width: 220px;
    margin: 0 auto
}
.apply-control .select-form label:first-child {
    margin-right: 15px
}
.apply-res .apply-control input {
    margin-right: 5px;
    vertical-align: middle
}
.apply-res .apply-control .select {
    margin-top: 10px
}
.apply-res .apply-control select {
    width: 100px;
    height: 40px;
    border: 1px solid #e6e6e6;
    outline: none
}
.appley-res .select .province {
    width: 105px;
    height: 40px
}
.apply-res .title span {
    color: #ea5736
}
.apply-res .info {
    margin-top: 20px;
    text-align: center;
    color: #999999
}
.apply-res .info span {
    color: #27cab9
}
.apply-res span.tip {
    color: #ff6767
}
.apply-res .input-wrap {
    margin-bottom: 8px;
    border: 1px solid #e6e6e6
}
.apply-res .input-wrap input {
    width: 196px;
    padding: 10px;
    border: 0;
    outline: none;
    color: #aaaaaa;
    font-size: 12px
}
.apply-res .submit-btn {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border: 0;
    outline: none;
    border-radius: 4px;
    font-size: 18px;
    background: #ea5736;
    color: #fff;
    cursor: pointer
}
.apply-wrapper {
    background: #f6f6f6;
    overflow: hidden;
}
.apply-success-view {
    display: none;
    padding: 25px 0;
    margin: 15px;
    background-color: #fff
}
.asv-top dt {
    color: #f76d4e;
    font-size: 16px;
    text-align: center
}
.asv-top {
    padding: 20px;
    border-bottom: 1px dashed #dedede
}
.asv-top dt .icon {
    display: inline-block;
    width: 28px;
    height: 28px;

    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px
}
.asv-top dd {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.5
}
.asv-zxb {
    padding: 20px;
    font-size: 12px;
    line-height: 1.5
}
.asv-zxb .zxb {
    color: #f76d4e
}
.asv-zxb .detail {
    color: #27cab9
}
.asv-time {
    margin-top: 10px;
    line-height: 40px
}
.asv-time a {
    display: block;
    width: 150px;
    margin: 0 auto;
    background-color: #dedede;
    text-align: center
}
.asv-time a span {
    color: #f76d4e
}
.apply-res-xzx .err-ico {
    display: inline-block;
   
    width: 17px;
    height: 16px;
    vertical-align: middle;
    padding-top: 4px;
}
.apply-control .select-form label:first-child {
    margin-right: 15px;
}
.mz-r, .xm-r {
    top: 0;
    left: 50%;
}
 .new-article {
    border: 1px solid #eeeeee;
    padding: 20px 20px 0px 20px;
    margin-top: 20px;
}
 .new-article .new-article-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
 .new-article .new-article-list-box ul li {
    border-top: 1px dotted #e8e8e8;
    padding: 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	
 }
/*资讯页结束*/
.tabtab1{position:absolute; top:0px; text-align:center; padding-bottom:8px; left:0px; width:80px;cursor:pointer; display:inline-block}
.tab1hov{position:absolute; top:-1px; text-align:center; padding-bottom:8px; left:0px; width:80px; border-bottom:2px solid #9d2277;cursor:pointer; display:inline-block}
.tabtab2{position:absolute; padding-bottom:8px;text-align:center; top:0px; left:100px;  display:inline-block; cursor:pointer;}
.tab2hov{position:absolute; padding-bottom:8px;text-align:center; top:-1px; border-bottom:2px solid #9d2277;left:100px;  display:inline-block; cursor:pointer;}
/*资讯详情页-新增*/
/***新闻页面内容部分, 一下为新增内容***/

.w860 { width: 860px; }
.ncontit { margin-top: 30px; }
.ncontit h1 {text-align:left;line-height:36px;overflow:hidden;font-size:30px;margin-bottom:18px;font-weight:700;padding:5px 0;}
.newtitool { height: 45px; line-height: 45px; font-size: 14px; margin-bottom: 2px; }
.newtitool span { color: #888; margin-right: 15px; }
.Introduction { text-align: justify; background-color: #FAFAFA; font-size: 14px; padding: 10px 15px; line-height: 28px; margin-bottom: 35px; }
.bdsharebuttonbox {margin: 0 0 10px 0;}
.bshare-custom{margin: 0 0 10px 0;}

/**新闻通用右侧**/
.xwzxlist { padding: 35px 105px 35px 0; border-bottom: 1px dashed #eee; }
.xwzxlist .listl { float: left; margin-right: 30px; width: 180px; height: 120px; }
.xwzxlist .listl img { -webkit-transition: transform .5s ease-in; -o-transition: transform .5s ease-in; transition: transform .5s ease-in; }
.xwzxlist .listl:hover img { transform: scale(1.1); }
.xwzxlist h3 { font-size: 24px; line-height: 24px; height: 26px; color: #333; overflow: hidden; }
.xwzxlist p { line-height: 24px; font-size: 14px; color: #666; padding-top: 20px; }
.xwzxlist p a { font-size: 12px; color: #ee4433; }
.xwzxr-hover .ac_menu { display: block }
.xwzxr-hover .xwzxrnav { border-bottom-color: #fff; background: #fff url(../images/icons.gif) no-repeat 15px -45px; }
.newrtit { height: 39px; line-height: 39px; margin-bottom: 2px; padding-bottom: 11px; border-bottom: 1px solid #eee; font-weight: normal; font-size: 20px; }
/**图文**/
.connews{ line-height:30px; color:#666666; font-size:14px;}
.newstab { margin-top: 4px; }
.newstab span { float: left; width: 28px; height: 28px; font-size: 14px; text-align: center; margin-left: -1px; border: 1px solid #eee; line-height: 28px; cursor: pointer; }
.newstab span.act { background: #ee4433; border-color: #ee4433; color: #fff; text-decoration: none; }
.newrtuw { margin: 20px -20px 0 0; }
.newrtuw li { float: left; margin: 0 20px 19px 0; width: 140px; overflow: hidden; }
.newrtuw li p { height: 22px; line-height: 22px; text-align: center; margin-top: 10px; overflow: hidden; }
/**无图仅文**/

.newrtxt { overflow: hidden; }
.newrtxt li { margin: 14px 0; overflow: hidden; height: 24px }
.newrtxt li em { float: left; font-size: 14px; width: 18px; height: 18px; background: #ccc; text-align: center; line-height: 18px; color: #fff; margin-top: 3px; margin-right: 10px; }
.newrtxt li em.fir { background: #33b095; }
.newrtxt li a { float: left; width: 100%; font-size: 14px; }
.newrtxt li i { padding-left: 33px; }
/*左图右文*/

.newrtut li { overflow: hidden; margin-top: 15px; }
.bigtu { margin-right: 10px; }
.titar { width: 170px; }
.lturwtit { font-size: 16px; height: 24px; overflow: hidden; display: block; }
.titar p { font-size: 14px; line-height: 24px; margin-top: 16px; color: #999999; }
.newrtut .more { color: #F25546; }
/****/

.shanyip { background: #FAFAFA; padding: 17px 10px; }
/**相关新闻**/

.ntjtit { font-size: 20px; }
.ntjlist li { float: left; width: 360px; margin-right: 140px; font-size: 16px; line-height: 42px; height: 42px; overflow:hidden;}
.ntjlist ul { overflow: hidden; width: 1000px }
.xgrdtj { padding: 17px 0; }

.fixnav{height: 38px; line-height: 38px; background: #F5F5F5; padding-right: 10px;}
.fixnav li{float: left; padding:0 20px;font-size: 14px; color:#2C2C2C; border-left: 3px solid #F76D4E;}
.fixnav span a{float: right;font-size: 12px; color:#999;}
/*资讯详情页结束*/
/*视频列表*/
.videocon { width:1214px; margin:0px auto;}
.videocon li {width:391px; float:left; margin:6px 6px;list-style:none;}
.videocon .piccc { position:relative; height:280px; width:391px;}
.piccc .fuwu8{ position:absolute; width:390px; height:280px; cursor:pointer; line-height:280px; color:#fff; text-align:center; top:0px; right:0px; background:url(../images/b_apa.png)}

/*********首页业主故事 start***********/
.yzgushi{ margin-top:15px;}
.yzgushi .title { border-bottom:1px solid #e8e8e8; margin:0px 0px 10px 0px;padding:0px 0px 10px 0px;}
.yzgushi .tit1{
font-size:26px; color:#9d2277; height:46px; line-height:46px;background:url(../images/case_6.jpg) left center no-repeat; padding-left:48px;
}
.yzgushi .tit1 span{ color:#d5d5d5}
.yzgushi .casefl{ margin:15px 0px; background:#f7f7f7; height:100px;}
.yzgushi .gscon { width:1170px; clear:both;}
.yzgushi .gscon li{ float:left; list-style:none; padding:0px;vertical-align: top;width:240px; height:260px; margin:0px 15px 10px 0px; background-size: cover;}

.apply{width:1200px;margin:10px auto 0 auto; position:relative;}
.apply_array{width:230px;float:left;height:280px;margin-right:10px;}

.apply_last{margin-right:0px}
.apply_img{text-align:center;width:230px;background:#e2e2e2;height:280px;overflow:hidden}
.apply_img img{ height:280px; width:auto;}
.apply_array a{text-decoration:none}
.apply_array a:hover{color:#9d2277}
.apply_info{text-align:center;padding:15px;}
.apply_info a{line-height:17px;font-weight:700}
.apply_nav{position:relative;width:1200px;height:360px;overflow:hidden}
.apply_w{position:absolute;margin-top:22px;width:1000px;float:left;left:0px}
.apply .img_l{ position:absolute; top:120px; left:-3px; z-index:10; width:43px; height:81px;background:url(../images/anon1.png) left center no-repeat; cursor:pointer}
.apply .img_r{ position:absolute; top:120px; right:7px; z-index:10;width:43px; height:81px;background:url(../images/anon2.png) left center no-repeat; cursor:pointer}

.apply .img_l:hover{background:url(../images/anon1_hov.png) left center no-repeat;}
.apply .img_r:hover{background:url(../images/anon2_hov.png) left center no-repeat;}


/*********loupan end***********/
