﻿/*================首页样式及公共部分样式================*/
.hbanner {
  position: relative;
  width: 100%;
  height: 500px;
}
.hbanner .bimg {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.hbanner .bimg ul li {
  width: 100%;
  height: 500px;
}
.hbanner .barea {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -700px;
  width: 1400px;
  height: 0;
}
.hbanner .barea .bbox {
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 99;
  width: 350px;
  height: 366px; /*background-color: #fff;*/
  /* background: rgba(0, 0, 0, 0.6); */
}
.hbanner2 .barea .bbox {
  position: absolute;
  left: 0;
  top: 75px;
  z-index: 99;
  width: 320px;
  height: 350px; /*background-color: #fff;*/
  background: rgba(0, 0, 0, 0.6);
}
.hbanner2 .barea .bboxzb {
  height: 362px;
}
.hbanner .barea .bbox h5 {
  width: 280px;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #47b180;
  font-size: 18px;
  color: #47b180;
}
.hbanner .barea .bbox .sbfl {
  width: 320px;
  padding: 10px 0;
}
.hbanner .barea .bbox .sbfl label {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin: 0 5px 0 18px;
  cursor: pointer;
}
.hbanner .barea .bbox .sbfl label em {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/icon01.png') no-repeat -61px 0;
  margin-right: 6px;
}
.hbanner .barea .bbox .sbfl label.on em {
  background: url('../images/icon01.png') no-repeat -414px 0;
}
.hbanner .barea .bbox .inputbox {
  width: 280px;
  height: 40px;
  margin-bottom: 18px;
  padding: 0 20px;
}
.hbanner .barea .bbox .inputbox.citybox {
  margin-bottom: 10px;
}
.hbanner .barea .bbox .inputbox .input1 {
  width: 132px;
  height: 38px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.hbanner .barea .bbox .inputbox .input1.ss1 input {
  width: 112px;
  height: 38px;
  line-height: 38px;
  font-size: 14px; /*padding: 0 10px;*/
  color: #999;
}
.hbanner .barea .bbox .inputbox .input1.sszb input {
  padding: 0;
}
.hbanner .barea .bbox .inputbox .input1.ss2 input {
  width: 62px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 10px;
  color: #999;
}
.hbanner .barea .bbox .inputbox .input1.ss2 span {
  font-size: 14px;
  color: #333;
  line-height: 38px;
  padding: 0 10px 0 5px;
}

.hbanner .barea .bbox .iputbox2 {
  width: 278px;
  height: 38px;
  border: 1px solid #ddd;
  margin: 0 auto 18px auto;
}
.hbanner .barea .bbox .iputbox2 input {
  left: 0;
  width: 258px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #999;
}
.inputbox select {
  width: 134px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 5px;
  font-size: 14px;
  cursor: pointer;
}
.hbanner .barea .bbox .xyarea {
  width: 280px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.hbanner .barea .bbox .xyarea em {
  position: relative;
  top: 2px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 14px;
  height: 14px;
  background: url('../images/agreen2.png') no-repeat center;
  margin-right: 8px;
}
.hbanner .barea .bbox .xyarea.on em {
  background: url('../images/agreen1.png') no-repeat center;
}
.hbanner .barea .bbox .xyarea a {
  color: #ff9621;
}
.hbanner .barea .bbox .xyarea a:hover {
  text-decoration: underline;
}
.bbox .freesq {
  display: block;
  width: 280px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #47b180;
  margin: 10px auto;
  cursor: pointer;
}
.bbox .freesq:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.hbanner .barea .bbox p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 0 20px;
}
.inputbox2 {
  width: 210px;
  margin-left: 15px;
}
.inputbox2 select {
  width: 102px;
  color: #999;
}
.bd1lf .inputbox2 select {
  width: 95px;
  color: #999;
}

/*bannar轮播*/
.hbanner .hd {
  width: 100%;
  height: 15px;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  z-index: 1;
  text-align: center;
}
.hbanner .hd ul {
  display: inline-block;
}
.hbanner .hd ul li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
}
.hbanner .hd ul li:last-child {
  margin-right: 0;
}
.hbanner .hd ul li.on {
  background: #47b180;
}
/*省份搜索*/
.citySearch {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}
.citySearch .cityLink {
  display: block;
  height: 46px;
  line-height: 46px;
  width: 230px;
  background-color: #47b180;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 40px auto;
  padding: 0 10px;
  border-radius: 6px;
}
.citySearch .cityLink:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.citySer {
  width: 1400px;
  height: 32px;
  font-size: 14px;
  color: #333;
}
.citySer .cbox {
  width: 320px;
  height: 32px;
}
.citySer .cbox h5 {
  line-height: 32px;
  font-size: 15px;
  margin-right: 5px;
}
.citySer .ssk {
  width: 200px;
  height: 30px;
  border: 1px solid #e5e5e6;
}
.citySer .ssk .tipmes {
  line-height: 30px;
  color: #999;
  width: 148px;
  height: 30px;
  padding: 0 10px;
}
.citySer .ssk a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #eee;
}
.citySer .ssk a em {
  position: relative;
  top: 6px;
  left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/icon01.png') no-repeat -27px 0;
}
.citySer .ckeyhot {
  width: 1060px;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.citySer .ckeyhot a {
  margin: 0 10px;
  color: #333;
}
.citySer .ckeyhot a:hover {
  color: #47b180;
}

.cityList {
  width: 1400px;
  height: auto;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #eee;
}
.cityList ul li {
  width: 1400px;
  height: auto;
  line-height: 30px;
  margin-bottom: 20px;
}
.cityList ul li h5 {
  float: left;
  width: 90px;
  line-height: 30px;
  font-size: 15px;
}
.cityList ul li p {
  float: left;
  width: 1300px;
  height: auto;
}
.cityList ul li p a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin: 0 15px;
}
.cityList ul li p a:hover {
  color: #47b180;
}

.ysflag {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 38px;
}
.ysflag ul {
  width: 1434px;
}
.ysflag ul li {
  box-shadow: 0 0 0 #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  float: left;
  width: 204px;
  height: 225px;
  padding: 25px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  margin-right: 30px;
}
.ysflag ul li em {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
  background-color: #ccc;
}
.ysflag ul li h4 {
  display: block;
  font-size: 22px;
  line-height: 35px;
  color: #333;
  text-align: center;
  margin: 10px auto;
}
.ysflag ul li p {
  font-size: 14px;
  color: #666;
  line-height: 21px;
  text-align: center;
  width: 72%;
  height: 58px;
  margin: 0 auto;
}
.ysflag ul li i {
  display: block;
  width: 28px;
  height: 28px;
  background: url('../images/icon01.png') no-repeat -190px 0;
  margin: 0 auto;
}
.ysflag ul li em.f1 {
  background: url('../images/img.png') no-repeat -72px -152px;
}
.ysflag ul li em.f2 {
  background: url('../images/img.png') no-repeat -72px 0;
}
.ysflag ul li em.f3 {
  background: url('../images/img.png') no-repeat -72px -76px;
}
.ysflag ul li em.f4 {
  background: url('../images/img.png') no-repeat -72px -304px;
}
.ysflag ul li em.f5 {
  background: url('../images/img.png') no-repeat -72px -228px;
}
/* .ysflag ul li:hover{border: 1px solid #47b180;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=135, Strength=5);
    background-color: #efefef;
    -moz-box-shadow:1px 2px 3px #ddd;
    -webkit-box-shadow:1px 2px 3px #ddd;
} */
.ysflag ul li:hover {
  -webkit-box-shadow: 2px 5px 5px rgba(125, 125, 125, 0.2);
  box-shadow: 2px 5px 5px rgba(125, 125, 125, 0.2);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  border-radius: 2px;
}

/*首页展示模块*/
.showbox {
  width: 1400px;
  height: auto;
  background-color: #fff;
  margin: 35px auto 10px auto;
}
.showbox .showbar {
  width: 1400px;
  height: 60px;
  border-bottom: 1px solid #dddddd;
}
.showbox .showbar .showbarLeft {
  width: 455px;
  height: 60px;
  overflow: hidden;
}
.showbox .showbar .showbarLeft h4 {
  position: relative;
  font-size: 28px;
  color: #333;
  line-height: 60px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: bold;
}
.showbox .showbar .showbarLeft h4 em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #47b180;
  display: block;
}
.showbox .showbar .showbarLeft .ms {
  margin-left: 15px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 22px;
}
.showbox .showbar .showbarRight {
  width: 850px;
  height: 30px;
  line-height: 30px;
  margin-top: 22px;
}
.showbox .showbar .showbarRight .more {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 14px;
  color: #999;
}
.showbox .showbar .showbarRight .more a {
  color: #999;
}
.showbox .showbar .showbarRight .more a i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 13px;
  height: 12px;
  position: relative;
  top: 1px;
  margin-left: 5px;
  background: url('../images/xicon4.png') no-repeat;
}
.showbox .showbar .showbarRight .more a:hover {
  color: #47b180;
}
.showbox .showbar .showbarRight .more a:hover i {
  background: url('../images/xicon4_1.png') no-repeat;
}

.showbox .showbar .showbarRight .showtab {
  text-align: right;
  margin-right: 20px;
}
.showbox .showbar .showbarRight .showtab a {
  font-size: 14px;
  color: #666666;
  margin: 0 20px;
  line-height: 30px;
}
.showbox .showbar .showbarRight .showtab a.on {
  color: #47b180;
}
.showbox .showbar .showbarRight .showtab a:hover {
  color: #47b180;
}

.showbox .showContent {
  width: 1400px;
  height: auto;
  overflow: hidden;
}
.showbox .showContent .caselist ul {
  width: 1425px;
}
.showbox .showContent .caselist ul li {
  position: relative;
  float: left;
  width: 335px;
  height: 300px;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 22px;
}
.showbox .showContent .caselist ul li:nth-child(4n) {
  margin-right: 0;
}
.showbox .showContent .caselist ul li img {
  width: 335px;
  height: 300px;
  display: block;
  transition: 0.5s;
}
.showbox .showContent .caselist ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.showbox .showContent .caselist ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 295px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
  transition: background 1s;
  -moz-transition: background 1s; /* Firefox 4 */
  -webkit-transition: background 1s; /* Safari 和 Chrome */
  -o-transition: background 1s; /* Opera */
}
.showbox .showContent .caselist ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.showbox .showContent .caselist ul li a:hover img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.showbox .showContent .caselist ul li a:hover span {
  background-color: rgba(71, 177, 128, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F47b180,endcolorstr=#7F47b180);
}
.showbox .showContent .designer ul {
  width: 1520px;
  height: auto;
}
.showbox .showContent .designer ul li {
  float: left;
  width: 184px;
  height: 276px;
  margin-right: 112px;
  margin-top: 45px;
}
.showbox .showContent .designer ul li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.showbox .showContent .designer ul li .img {
  width: 180px;
  height: 180px;
  border: 3px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  transition: border 1s;
  -moz-transition: border 1s; /* Firefox 4 */
  -webkit-transition: border 1s; /* Safari 和 Chrome */
  -o-transition: border 1s; /* Opera */
}
.showbox .showContent .designer ul li:hover .img {
  border: 3px solid #47b180;
}
.showbox .showContent .designer ul li .img img {
  display: block;
  width: 180px;
  height: 180px;
}
.showbox .showContent .designer ul li h5 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
.showbox .showContent .designer ul li p {
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-align: center;
  color: #666;
  line-height: 21px;
}
.showbox .showContent .designer ul li:hover h5 {
  color: #47b180;
}
.showbox .showContent .designer ul li:hover p {
  color: #47b180;
}

.decorate ul {
  width: 1430px;
  height: auto;
}
.decorate ul li {
  float: left;
  width: 265px;
  height: 298px;
  border: 1px solid #ddd;
  margin-right: 16px;
  margin-top: 20px;
  background-color: #fff;
  transition: background 0.6s;
  -moz-transition: background 0.6s; /* Firefox 4 */
  -webkit-transition: background 0.6s; /* Safari 和 Chrome */
  -o-transition: background 0.6s; /* Opera */
}
.decorate ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.decorate ul li .img {
  position: relative;
  width: 265px;
  height: 174px;
  background-color: #fff;
}
.decorate ul li .img img {
  display: block;
  width: 265px;
  height: 174px;
}
.decorate ul li .img em {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -39px;
  margin-left: -39px;
  z-index: 99;
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fff;
}
.decorate ul li .img em img {
  display: block;
  width: 78px;
  height: 78px;
}
.decorate ul li h5 {
  padding: 50px 10px 5px 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
}
.decorate ul li i {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background: url('../images/jtdown.png') no-repeat center;
  background-size: 100%;
}
.decorate ul li:hover {
  background-color: #47b180;
}
.decorate ul li:hover h5 {
  color: #fff;
}
.decorate ul li:hover .img img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.decorate ul li:hover i {
  background: url('../images/jtdown_1.png') no-repeat center;
  background-size: 100%;
}
.company ul {
  width: 1450px;
  height: auto;
}
.company ul li {
  float: left;
  width: 255px;
  height: 255px;
  border: 1px solid #ddd;
  margin-right: 28px;
  margin-top: 24px;
  transition: border 1s;
  -moz-transition: border 1s; /* Firefox 4 */
  -webkit-transition: border 1s; /* Safari 和 Chrome */
  -o-transition: border 1s; /* Opera */
}
.company ul li img {
  display: block;
  width: 255px;
  height: 255px;
}
.company ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.company ul li:hover {
  border: 1px solid #47b180;
}
.company ul li:hover img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.newBox {
  width: 1396px;
  height: auto;
  margin: 15px auto;
}
.newBox .newsList {
  width: 370px;
  height: 420px;
}
.newBox .newsList .ntitle {
  width: 100%;
  height: 40px;
}
.newBox .newsList .ntitle h5 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.newBox .newsList .ntitle .more {
  font-size: 14px;
  color: #666;
  line-height: 21px;
  margin-top: 12px;
}
.newBox .newsList .ntitle .more:hover {
  color: #47b180;
}
.newBox .newsList ul.gzsq li {
  width: 380px;
  height: 60px;
  border-bottom: 1px dotted #ddd;
  margin-top: 15px;
}
.newBox .newsList ul.gzsq li em {
  display: block;
  width: 25px;
  height: 25px;
}
.newBox .newsList ul.gzsq li em {
  background: url('../images/xicon2.png') no-repeat;
}
.newBox .newsList ul.gzsq li .list {
  width: 344px;
}
.newBox .newsList ul.gzsq li .list a {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.newBox .newsList ul.gzsq li .list a:hover {
  color: #47b180;
}
.newBox .newsList ul.gzsq li .list p {
  font-size: 12px;
  color: #999;
  width: 100%;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}
.newBox .newsList ul.zxwd li {
  width: 380px;
  height: 80px;
  margin-top: 15px;
}
.newBox .newsList ul.zxwd li em {
  display: block;
  width: 25px;
  height: 25px;
}
.newBox .newsList ul.zxwd li em {
  background: url('../images/xicon2-10.png') no-repeat;
}
.newBox .newsList ul.zxwd li .list {
  width: 344px;
}
.newBox .newsList ul.zxwd li .list a {
  display: block;
  width: 100%;
  height: 24px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.newBox .newsList ul.zxwd li .list a:hover {
  color: #47b180;
}
.newBox .newsList ul.zxwd li .list p {
  font-size: 12px;
  color: #999;
  width: 100%;
  height: 48px;
  line-height: 22px;
  overflow: hidden;
}

.newBox .sqbox {
  width: 572px;
  height: 406px;
  margin-left: 50px;
  padding-top: 14px;
}
.newBox .sqbox .sqshow {
  width: 572px;
  height: 270px;
}
.newBox .sqbox .sqshow ul li .img {
  width: 572px;
  height: 270px;
  overflow: hidden;
}
.newBox .sqbox .sqshow ul li .img img {
  display: block;
  width: 572px;
  height: 270px;
}
.newBox .sqbox .sqimg {
  width: 572px;
  height: 99px;
  margin-top: 12px;
}
.newBox .sqbox .sqimg .imga {
  width: 590px;
  height: auto;
}
.newBox .sqbox .sqimg a {
  display: block;
  float: left;
  width: 182px;
  height: 99px;
  margin-right: 12px;
}
.newBox .sqbox .sqimg a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.yqlink {
  width: 100%;
  height: auto;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.yqlink .yqlinkbox {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}
.yqlink .yqlinkbox h5,
.yqlink .yqlinkbox a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
}
.yqlink .yqlinkbox h5 {
  font-size: 14px;
  color: #333;
}
.yqlink .yqlinkbox a {
  color: #666;
  margin-right: 10px;
}
.yqlink .yqlinkbox a:hover {
  color: #47b180;
}

.w1060 {
  width: 1060px;
  margin: 0 auto;
}
.convention {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.convention img {
  float: left;
  margin-right: 36px;
}

.convention input {
  width: 150px;
  height: 42px;
  background-color: #fff;
  font-size: 15px;
  padding: 0 15px;
  border-radius: 5px;
  float: left;
  margin-top: 25px;
  margin-right: 12px;
}

.convention .btn {
  margin-right: 0;
  width: 126px;
  background-color: #47b180;
  color: #fff;
  cursor: pointer;
}
