@charset "utf-8";
.title{

}
.title h4{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #3BA86F;
}
.title p{
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

/*产品中心*/
.product{
  margin: 48px auto 38px;
  display: flex;
  justify-content: space-between;
}
.product  .product_nav{
  width: 220px;
  height: 843px;
/*  background: linear-gradient(0deg, #FF6DFE 0%, #3BA86F 0%, #005FAF 100%);*/
}
.product  .product_nav .product_nav_tit{
  width: 220px;
  background: #005197;
  border-radius: 6px 6px 0px 0px;
  text-align: center;
  padding: 26px 0 27px;
}
.product  .product_nav .product_nav_tit h4{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}
.product  .product_nav .product_nav_tit p{
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.product  .product_nav .product_nav_list{
  padding:24px 14px;
  height: 65%;
  background:#fff;
  border: 1px solid;
  border-image: linear-gradient(0deg, #3BA86F, #005FAF) 10 10;
}
.product  .product_nav .product_nav_list li a{
  display: block;
  text-align: center;
  margin:-4px auto;
  width: 192px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 18px;
}
.product  .product_nav .product_nav_list li:last-child a{
  margin-bottom: 0;
}
.product  .product_nav .product_nav_list li a:hover{
  border: 1px solid;
  border-image: linear-gradient(0deg, #3BA86F, #005FAF) 10 10;
  font-weight: bold;
  color: #005197;
}

.product  .product_nav .moandtel{
    display: block;
    width: 100%;
    height: 109px;
    line-height: 54px;
    background: #005197;
    border-radius: 0px 0px 6px 6px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.product  .product_nav .mo{
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #005197;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;border-bottom:1px solid #fff;
}
.product  .product_nav .mo:last-child{border-bottom:0;border-radius: 0px 0px 6px 6px;}
.product  .product_nav .mo:hover{
  background: #3ba86f;
}
/*产品右边 列表展示*/
.product .product_list{
width: 947px;
}
.product .product_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .product_list ul li{
  overflow: hidden;
  margin-bottom: 31px;  
}
.product .product_list ul li .img{
  width: 299px;
  height: 224px;
  background: #FFFFFF;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;border: 1px solid #999;
}
.product .product_list ul li .img img{
  width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product .product_list ul li:hover .img img{
    transform: scale(1.1, 1.1);
}
.product .product_list ul li .txt{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 6px;
    margin-top: 16px;
    display: inline-block;
    width: 98.5%;
    text-align: center;
}
.product .product_list ul li:hover .txt{
  color: #005197;
}
.product .product_list ul li:hover .item_mask {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}
.product .product_list ul li .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    filter: Alpha(opacity=0);
    *: ;
    zoom: 1;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
.product .product_list ul li .item_mask .item_link_icon {
    margin-top: -12px;
}
.product .product_list ul li:hover .item_mask .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
    filter: Alpha(opacity=100);
}
.product .product_list ul li .item_mask .item_link_icon {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-position: -440px -313px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    *top: 40%;
    margin-left: -30px;
    margin-top: -0px;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
}






/*获取报价通道*/
.hqbj {
  width: 100%;
  height: 200px;
  background: url(../images/bj01.png) no-repeat;
  position: relative;
}


.hqbj .chsw {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 26px 0;
}

.hqbj .chsw .w1200 {
  display: flex;
  justify-content: space-between;
}

.hqbj .chsw .sw_left {
  width: 27%;
  text-align: left;
}

.hqbj .chsw .sw_left .us {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
}

.hqbj .chsw .sw_left .us .zd {
  color: #44BC7E;
}

.hqbj .chsw .sw_left .suox {
font-size: 32px;
font-weight: 400;
color: #FFFFFF;
line-height: 42px;
letter-spacing: 4px;
margin-bottom: 6px;
}

.hqbj .chsw .sw_left p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px;
}

.hqbj .chsw .sw_left .dh02 {
  display: flex;
    align-items: center;
}
.hqbj .chsw .sw_left .dh02 img{
  margin-right: 8px;
}
.hqbj .chsw .sw_left .dh02 span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
}

.hqbj .chsw .sw_left .dh02 .rexian {
  font-size: 16px;
  font-weight: 100;
  margin-left: 5px;
  display: inline-block;
  line-height: 35px;
  color: #fff;
}

.hqbj .chsw .sw_right {
  width: 65%;
  text-align: left;
}

.hqbj .chsw .sw_right h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 6px;
}

.hqbj .chsw .sw_right p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.hqbj .chsw .sw_right form {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.hqbj .chsw .sw_right .srk {
    width: 268px;
    height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 16px;
    background: rgba(255,255,255,0.93);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding-left: 12px;
}

.hqbj .chsw .sw_right input {
  height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 16px;
    padding-left: 30px;
    border: none;
    outline: medium;
    width: 85%;
}

.hqbj .chsw .sw_right button {
  width: 178px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: #3BA86F;
  border-radius: 4px;
    outline: medium;
}

.hqbj .chsw .sw_right button:hover {
  font-weight: bold;
}

.ico-name {
    background: url(../images/form-name2.png) no-repeat left;
}

.ico-phone {
    background: url(../images/form-phone2.png) no-repeat left;
}




/*产品优势*/
.cpys{
  padding: 73px 0 68px;
  width: 100%;
  background: #F5F5F5;
  position: relative;
  display: inline-block;
}

.cpys .tab03{
  margin:48px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  padding: 10px 1%;
  background: #F5F5F5;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(51,51,51,0.04);
  border-radius: 44px;
}
.cpys .tab03 li{
  text-align: center;
  width: 236px;
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.cpys .tab03 li.cur,.cpys .tab03 li:hover{
  color: #fff;
  background:url(../images/bj02.png) center no-repeat;
  background-size: cover;
}

.cpys .tab04 li{
  width: 100%;
  height: 548px;
  background-size: cover!important;
  border-radius: 8px;
  position: relative;
}
.cpys .tab04 li.hide{
  display: none;
}
.cpys .tab04 li .box{
  position: absolute;
  right: 46px;
  bottom: 49px;
  display: inline-block;
  width: 595px;
  background: #fff;
  box-shadow: 1px 1px 16px 0px rgba(0,0,0,0.1);
  opacity: 0.94;
  border-radius: 4px;
  padding: 31px 22px 23px 0;
}
.cpys .tab04 li .box .db{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.cpys .tab04 li .box .db .fk{
  display: block;
  width: 16px;
  height: 16px;
  background: #005197;  
}
.cpys .tab04 li .box .db p{
  width: 95%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;  
}
.cpys .tab04 li .box .ljzx{
  margin-top: 23px;
  display: inline-block;
  text-align: center;
  width: 156px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #005FAF;
  border-radius: 6px; 
  font-size: 16px;
  font-weight: 400;
  color: #005FAF;
  float: right;
  right: 0;
}



/*工程案例*/
.floor_4_main {
  background: url(../images/t9_02.jpg) center center no-repeat;
    width: 100%;
    /* height: 791px; */
    padding: 75px 0 76px;
    background-size: cover;
}
.floor_4_main .title .title_top h4, .floor_4_main .title p{
  color: #fff;
}
.floor_4_main .floor_4_1{
  margin: 41px 0 0;
  width: 100%;
  overflow:hidden;
}
.floor_4_main .floor_4_1 .picScroll-left .bd .picList{
}
.floor_4_main .floor_4_1 .picScroll-left .bd .picList li{
   background:#fff;
   width: 362px;
   margin-right: 57px;
  border-radius: 4px;
  overflow:hidden;
  cursor: pointer;
}

.floor_4_main .floor_4_1 .picScroll-left .bd .picList li .pic{
  width: 100%;
  height: 270px;
  overflow:hidden;
}
.floor_4_main .floor_4_1 .picScroll-left .bd .picList li .pic img{
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0px 0px;
    transition: all ease 0.5s;
}
.floor_4_main .floor_4_1 .picScroll-left .bd .picList li:hover .pic img{
    transform: scale(1.05);
}
.floor_4_main .floor_4_1 .picScroll-left .bd .picList li .title a{
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #333333; 
  padding-left: 13px;
}
.floor_4_main .floor_4_1 .picScroll-left .bd .picList li:hover .title a{
    background: linear-gradient(-90deg, #005FAF, #3BA86F);
    color: #fff;
}
.picScroll-left .hd {
    overflow: hidden;
    margin:52px 0 42px;
}
.picScroll-left .hd ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.picScroll-left .hd ul li {
    float: left;
    overflow:hidden;
    text-indent: -999px;
  width: 16px;
  height: 16px;
  background: #F5F5F5;
  border-radius: 8px;
    cursor: pointer;
    margin-right: 30px;
}
.picScroll-left .hd ul li.on{
  width: 14px;
  height: 14px;
  background: #3BA86F;
  border: 2px solid #F5F5F5;
}
.floor_4_main .button{
  display: flex;
  justify-content: center;
}
.floor_4_main .button a{
  text-align: center;
  width: 178px;
  height: 46px;
  line-height: 46px;
  background: #3BA86F;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.floor_4_main .button a:first-child{
  margin-right: 32px;
}
.floor_4_main .button a.zixun{
  background: #005FAF;
}
.floor_4_main .button a:hover{
  background: linear-gradient(-90deg, #005FAF, #3BA86F);
}


/*关于我们*/
.adMain {
  width: 100%;
  height: 565px;
  background: url(../images/a2_02.jpg) center center no-repeat;
  position: relative;
  overflow: hidden;
}
.adMain .part1 {
  padding-top: 60px;
}
.adMain .part1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  width: 466px;
  border-left: #fff solid 1px;
  padding-left: 48px;
  font-weight: bold;
}
.adMain .part1 h3 span {
  display: block;
  font-size: 16px;
  color: #c4d5ec;
  line-height: 30px;
  padding-top: 16px;
  font-weight: normal;
}
.adMain .part1 .t1 {
  position: relative;
  width: 518px;
  margin-top: 24px;
  height: 110px;
}
.adMain .part1 .t1 i {
  display: block;
  width: 28px;
  height: 24px;
  background-position: -162px -180px;
  position: absolute;
  left: 0;
  top: 0;
}
.adMain .part1 .t1 h4 {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  width: 466px;
  font-weight: normal;
  padding-left: 48px;
  padding-top: 6px;
}
.adMain .part1 .t1 h4 span {
  display: block;
  font-size: 14px;
  color: #c4d5ec;
  line-height: 30px;
  padding-top: 16px;
}
.adMain .part1 .t1 em {
  display: block;
  width: 28px;
  height: 24px;
  background-position: -218px -180px;
  position: absolute;
  right: 0;
  top: 80px;
}
.adMain .picFocus {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0;
}
.adMain .picFocus .hd {
  width: 46%;
  margin-left: 4%;
  float: left;
  margin-top: 300px;
}
.adMain .picFocus .hd ul {
  display: inline-block;
  width: 466px;
}
.adMain .picFocus .hd ul li {
  width: 233px;
  height: 62px;
  border-bottom: #517dbe solid 1px;
  float: left;
  margin-top: 40px;
  position: relative;
}
.adMain .picFocus .hd ul li h4 {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  width: 466px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -144px;
  display: none;
}
.adMain .picFocus .hd ul li h4 span {
  display: block;
  font-size: 14px;
  color: #c4d5ec;
  line-height: 30px;
  padding-top: 16px;
}
.adMain .picFocus .hd ul li i {
  display: block;
  float: left;
  width: 35px;
  height: 41px;
  background-position: -167px -106px;
}
.adMain .picFocus .hd ul li.li2 i {
  display: block;
  float: left;
  width: 35px;
  height: 41px;
  background-position: -214px -106px;
}
.adMain .picFocus .hd ul li.li3 i {
  display: block;
  float: left;
  width: 35px;
  height: 41px;
  background-position: -260px -106px;
}
.adMain .picFocus .hd ul li.li4 i {
  display: block;
  float: left;
  width: 35px;
  height: 41px;
  background-position: -298px -106px;
}
.adMain .picFocus .hd ul li p {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding-left: 10px;
}
.adMain .picFocus .hd ul li p span {
  display: block;
  font-size: 14px;
  color: #ddd;
  line-height: 14px;
  padding-top: 6px;
}
.adMain .picFocus .hd ul li s {
  width: 200px;
  height: 2px;
  background-color: #b43232;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: none;
}
.adMain .picFocus .hd ul li.on h4 {
  display: block;
}
.adMain .picFocus .hd ul li.on s {
  display: block;
}
.adMain .picFocus .bd {
  width: 50%;
  float: left;
  height: 565px;
}
.adMain .picFocus .bd ul li {
  width: 965px;
  height: 565px;
}
.adMain .picFocus .bd ul li img {
  width: 100%;
  height: 565px;
  background-size: 100%;
}
.adMain .picFocus .hd ul li.li2 h4 {
  left: -233px;
}
.adMain .picFocus .hd ul li.li3 h4 {
  left: 0px;
  top: -247px;
}
.adMain .picFocus .hd ul li.li4 h4 {
  left: -233px;
  top: -247px;
}
/*新闻资讯*/
 .floor_5_main {
  padding-top: 86px;
  overflow: hidden;
  padding-bottom: 72px;
}
.floor_5_main .tit{

}
.floor_5_main .tit h4{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;  
  margin-bottom: 12px;
}
.floor_5_main .tit p{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.floor_5_main .news_list{
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2,47%);
  margin-top: 45px;
}
.floor_5_main .news_list li{
  margin-bottom: 32px;
}
.floor_5_main .news_list li a{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.floor_5_main .news_list li .date{
  width: 118px;
  height: 118px;
  background: #eee; 
}
.floor_5_main .news_list li:hover .date{
background: #3BA86F;
}
.floor_5_main .news_list li:hover .date .day,.floor_5_main .news_list li:hover .date .month{
color: #fff;
}
.floor_5_main .news_list li .date .day{
  margin-top: 30px;
  font-size: 48px;
  font-weight: bold;
  color: #aaa;
  line-height: 30px;
  text-align: center; 
  display: inline-block;
  width: 100%;
}
.floor_5_main .news_list li .date .month{
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  line-height: 20px;
  text-align: center;
}
.floor_5_main .news_list li .con{
  width: 75%;
}
.floor_5_main .news_list li:hover .con h5{
color: #3BA86F;
}
.floor_5_main .news_list li .con h5{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 13px;
  margin-bottom: 15px;
}
.floor_5_main .news_list li .con p{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.floor_5_main .mo{
  display: block;
  text-align: center;
  margin:0 auto;
  width: 178px;
  height: 46px;
  line-height: 46px;
  background: #3BA86F;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}
.floor_5_main .mo:hover{
  background: linear-gradient(-90deg, #005FAF, #3BA86F);
}



/*关于我们*/
.floor_6_main {
  margin-top: 60px;
  margin-bottom: 60px;
}
.floor_6_main .w1200{
  display: flex;
  justify-content: space-between;
}
.floor_6_main .about01{
  width: 550px;
}
.floor_6_main .about01 .tit{
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 45px;  
}
.floor_6_main .about01 .con{
  margin-top: 61px;
}
.floor_6_main .about01 .con .by{
  font-size: 16px;
  font-weight: 400;
  color: #009148;
  line-height: 28px;
  margin-bottom: 21px;
  letter-spacing: 20px; 
}
.floor_6_main .about01 .con .des{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.floor_6_main .about01 .sz_list{
  display: flex;
  justify-content: space-around;
  margin:47px 0 48px;
}
.floor_6_main .about01 .sz_list li{
  padding: 0 50px;
    border-right: 1px solid #EEEEEE;
}
.floor_6_main .about01 .sz_list li:last-child{
  border-right: none;
}
.floor_6_main .about01 .sz_list li .sz{
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
  line-height: 30px;  
}
.floor_6_main .about01 .sz_list li .sz span{
  font-size: 30px;  
  font-weight: bold;
}
.floor_6_main .about01 .sz_list li .wz{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.floor_6_main .about01 .mo{
  display: inline-block;
  text-align: center;
  width: 182px;
  height: 46px;
  line-height: 46px;
  background: #3BA86F;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;  
}
.floor_6_main .about01 .mo:hover {
    background: linear-gradient(-90deg, #005FAF, #3BA86F);
}
.floor_6_main .about02{
  width: 579px;
  height: 505px;
  padding:17px;
  background:url(../images/gywm_bj.png) no-repeat;
  background-size: cover;
}
.floor_6_main .about02 img{
  width: 100%;
  height: 100%;
  display: block;
}

/*荣誉资质*/
.floor_6_3 {
  display: block;
  clear: left;
  margin-top: 56px;
}
.floor_6_3 .tit{

}
.floor_6_3 .tit h4{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.floor_6_3 .tit p{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.floor_6_3 .parHd {
  height: 45px;
  width: 1200px;
  position: relative;
}
.floor_6_3 .parHd s {
  display: block;
  width: 410px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 22px;
}
.floor_6_3 .parHd b {
  display: block;
  width: 410px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 22px;
}
.floor_6_3 .parHd ul {
  display: block;
  width: 380px;
  height: 45px;
  margin: 0 auto;
}
.floor_6_3 .parHd ul li {
  display: block;
  width: 178px;
  height: 43px;
  float: left;
  border: #eee solid 1px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.floor_6_3 .parHd ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 43px;
  text-align: center;
}
.floor_6_3 .parHd ul li:hover, .floor_6_3 .parHd ul li.on {
  background-color: #005197;
  border: #005197 solid 1px;
}
.floor_6_3 .parHd ul li:hover a, .floor_6_3 .parHd ul li.on a {
  color: #fff;
}
.floor_6_3 .parHd ul li:nth-child(2) {
  margin-left: 20px;
}
.floor_6_3 .parHd ul li:first-child+li {
  margin-left: 20px;
}
.floor_6_3 .parBd {
  width: 1200px;
  height: 350px;
  margin-top: 30px;
}
.floor_6_3 .parBd .slideBox {
  width: 1200px;
  height: 350px;
  position: relative;
}
.floor_6_3 .parBd .slideBox .sPrev {
  width: 40px;
  height: 90px;
  background-color: #ddd;
  position: absolute;
  left: -58px;
  top: 130px;
}
.floor_6_3 .parBd .slideBox .sNext {
  width: 40px;
  height: 90px;
  background-color: #ddd;
  position: absolute;
  right: -58px;
  top: 130px;
}
.floor_6_3 .parBd .slideBox .sPrev:hover, .floor_6_3 .parBd .slideBox .sNext:hover {
  background-color: #343d44;
}
.floor_6_3 .parBd .slideBox .sPrev span {
  width: 14px;
  height: 26px;
  background-position: -51px -158px;
  margin-top: 32px;
  margin-left: 13px;
}
.floor_6_3 .parBd .slideBox .sNext span {
  width: 14px;
  height: 26px;
  background-position: -69px -158px;
  margin-top: 32px;
  margin-left: 13px;
}
.floor_6_3 .parBd .slideBox ul {
  width: 1200px;
  height: 350px;
  padding: 10px 2px!important;
}
.floor_6_3 .parBd .slideBox ul li {
  float: left;
  width: 348px;
  height: auto;
  margin-right: 13px;
  overflow: hidden;
  text-align: center;
  padding: 19px 21px 0;
  transition: all .36s ease;
}
.floor_6_3 .parBd .slideBox ul li:hover{
  background: #FFFFFF;
  box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
}
.floor_6_3 .parBd .slideBox ul li .img {
  width: 348px;
  height: 262px;
  overflow: hidden;
}
.floor_6_3 .parBd .slideBox ul li .img img{
  width: 348px;
  height: 262px;
  transition: all .36s ease;
  display: block;
}
.floor_6_3 .parBd .slideBox ul li p {
    width: 100%;
    font-size: 17px;
    color: #333;
    line-height: 58px;
    padding-left: 13px;
    text-align: left;
    position: relative;
}
.floor_6_3 .parBd .slideBox ul li:hover p{
  color: #009148;
}
.floor_6_3 .parBd .slideBox ul li p i {
display: block;
    width: 13px;
    height: 13px;
    background-position: 0px -195px;
    position: absolute;
    right: 23px;
    top: 24px;
}

.floor_6_3 .parBd .slideBox ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
/*小banner*/
.xbanner {
  background: url(../images/ixbannerbg2.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
}
.xbanner .slip_tit {
  width: 772px;
}
.xbanner .slip_tit .tit1 {
  padding-top: 55px;
  font: bold 32px "microsoft yahei";
  color: #fff;
}
.xbanner .slip_tit .tit2 {
  margin-top: 14px;
  font-size: 24px;
  color: #fff;
}
.xbanner .slip_btn {
  width: 300px;
  text-align: center;
    position: relative;
    z-index: 99999;
}
.xbanner .slip_btn span {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  padding-top: 40px;
  padding-bottom: 5px;
}
.xbanner .slip_btn span i {
  width: 16px;
  height: 16px;
  background-position: -0px -141px;
  margin-right: 7px;
  vertical-align: bottom;
}
.xbanner .slip_btn p {
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  line-height: 36px;
}
.xbanner .slip_btn a {
  display: block;
  width: 300px;
  height: 46px;
  background-position: 0px -217px;
  margin-top: 16px;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  position: relative;
  -webkit-transition: all .0s ease-in-out 0s;
  -moz-transition: all .0s ease-in-out 0s;
  transition: all .0s ease-in-out 0s;
}
.xbanner .slip_btn a:hover {
  background-position: 0px -271px;
}
.xbanner .slip_btn a img {
  width: 300px;
  height: 0;
  transition: all .36s ease;
  position: absolute;
  left: 0;
  top: 46px;
}
.xbanner .slip_btn a:hover img {
  height: 300px;
}





.floor_7_main {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background-color: #3ba86f;
}
.floor_7_main .tit {
  float: left;
  width: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.floor_7_main ul {
  display: inline-block;
  float: right;
  width: 1120px;
  height: 60px;
  line-height: 60px;
}
.floor_7_main ul li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding-right: 10px;
}
.floor_7_main ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.floor_7_main ul li a:hover {
  color: #f1f1f1;
}













