/*产品中心*/
.product{
	margin:48px auto 72px;
}
.title{

}
.title .title_top{
	display: flex;
	justify-content: center;
    align-items: flex-end;
}
.title .title_top img.img01{
	margin-right: 10px;
}
.title .title_top img.img02{
	margin-left: 10px;
}
.title .title_top h4{
	font-size: 40px;
	font-weight: bold;
	color: #3BA86F;	
	line-height: 48px;
}
.title p{
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.product .tab01{
	margin:33px 0 32px;
	display: flex;
	justify-content: center;
}
.product .tab01 li{
margin:0 34px;
cursor: pointer;
}
.product .tab01 li.hover .tit,.product .tab01 li:hover .tit{
	font-weight: bold;
	color: #005197;
}
.product .tab01 li .tit{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
.product .tab01 li.hover .line,.product .tab01 li:hover .line{
	display: block;
}
.product .tab01 li .line{
	display: none;
	margin:12px auto 0;
	width: 36px;
	height: 4px;
	background: linear-gradient(-90deg,  #3BA86F, #005FAF);
	border-radius: 2px;
}

.product .tab02{

}
.product .tab02 .hide{
	display: none;
}
.product .tab02  section ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .tab02  section ul li{
	overflow: hidden;
	margin-bottom: 39px;	
}
.product .tab02  section ul li .img{
	width: 360px;
	background: #FFFFFF;
	border-radius: 4px;
	display: block;
	position: relative;
	overflow: hidden;
}
.product .tab02  section ul li .img img{
    display: block;
	width: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product .tab02  section ul li:hover .img img{
    transform: scale(1.1, 1.1);
}
.product .tab02  section ul li .txt{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 0;
    margin-top: 16px;
    display: inline-block;
    width: 360px;
    text-align: center;
}
.product .tab02  section ul li .txt p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .tab02  section ul li:hover .txt{
	color: #005197;
}
.product .tab02  section 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 .tab02  section 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 .tab02  section ul li .item_mask .item_link_icon {
    margin-top: -12px;
}
.product .tab02  section ul li:hover .item_mask .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
    filter: Alpha(opacity=100);
}
.product .tab02  section 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;
}
.btn01{
	margin-top: 8px;
	display: flex;
	justify-content: center;
}
.btn01 a{
	text-align: center;
	width: 178px;
	height: 46px;
	line-height: 46px;
	background: #3BA86F;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.btn01 .mo{
	margin-right: 32px;
}
.btn01 .mo:hover{
	background: #005FAF;
}
.btn01 .zixun{
	background: #005FAF;
}
.btn01 .zixun:hover{
	background: #3BA86F;
}

/*获取报价通道*/
.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;
    position: relative;
    overflow: hidden;
}

.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:76px 0 57px;
	width: 100%;
	background: #F5F5F5;
	position: relative;
    display: inline-block;
}
.cpys .fl{

}
.cpys .fl .cpys_tit{
margin-bottom: 58px;
}
.cpys .fl .cpys_tit .cpys_bt{
display: flex;
align-items: flex-end;
}
.cpys .fl .cpys_tit .cpys_bt img{
margin-right: 6px;
}
.cpys .fl .cpys_tit .cpys_bt h4{
font-size: 40px;
font-weight: bold;
color: #3BA86F;
line-height: 40px;
}
.cpys .fl .cpys_tit p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	margin-top: 15px;
}
.cpys .fl .tab03{

}
.cpys .fl .tab03 li{
	width: 448px;
	height: 88px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
    box-shadow: 0 0 7px rgb(0 0 0 / 9%);
    cursor: pointer;
}
.cpys .fl .tab03 li.on,.cpys .fl .tab03 li.hover,.cpys .fl .tab03 li:hover{
	background: linear-gradient(-90deg, #005FAF, #3BA86F);
}
.cpys .fl .tab03 li.on .img .img01,.cpys .fl .tab03 li.hover .img .img01,.cpys .fl .tab03 li:hover .img .img01{
	display: none;
}
.cpys .fl .tab03 li.on .img .img02,.cpys .fl .tab03 li.hover .img .img02,.cpys .fl .tab03 li:hover .img .img02{
	display: block;
}
.cpys .fl .tab03 li.on .con span,.cpys .fl .tab03 li.hover .con span,.cpys .fl .tab03 li:hover .con span,.cpys .fl .tab03 li.on .con p,.cpys .fl .tab03 li.hover .con p,.cpys .fl .tab03 li:hover .con p{
	color: #fff;
}
.cpys .fl .tab03 li:last-child{
	margin-bottom: 0;
}
.cpys .fl .tab03 li .img{
	margin-left: 16px;
	margin-right: 19px;
}
.cpys .fl .tab03 li .img .img01{
	
}
.cpys .fl .tab03 li .img .img02{
	display: none;
}
.cpys .fl .tab03 li .con{
	
}
.cpys .fl .tab03 li .con span{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;	
}
.cpys .fl .tab03 li .con p{
	font-size: 16px;
	font-weight: 400;
	color: #CCCCCC;
    line-height: 20px;
}

.cpys .fr{
	 width: 54%;
	 height: 522px;
     position: absolute;
    right: 0;
}
.cpys .fr .pursue_content{
 width: 100%;
 height: 100%;
 position: relative;
}
.cpys .fr .pursue_content .tempWrap{
height: 100%;	
}
.cpys .fr .pursue_content .tempWrap ul{
height: 100%;	
}
.cpys .fr .pursue_content .tempWrap ul li{
height: 100%;
position: relative;
}
.cpys .fr .pursue_content .tempWrap ul li .box{
    width: 55%;

    background: #ffff;
    position: absolute;
    left: 0;
    bottom: -13px;
    box-shadow: 0 0 4px rgb(0 0 0 / 35%);
    padding: 33px 23px 23px 0;
}
.cpys .fr .pursue_content .tempWrap ul li .box .db{
    display: flex;
    align-items: baseline;
}
.cpys .fr .pursue_content .tempWrap ul li .box .db .fk{
width: 16px;
height: 16px;
background: #005197;
display: block;
margin-right: 19px;
}
.cpys .fr .pursue_content .tempWrap ul li .box .db p{
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 36px;
}
.cpys .fr .pursue_content .tempWrap ul li .box .ljzx{
display: inline-block;
    text-align: center;
    width: 156px;
    height: 46px;
    line-height: 46px;
    background: #FFFFFF;
    border: 1px solid #005FAF;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #005FAF;
    margin-top: 21px;
    float: right;
    right: 0;
}
.cpys .fr .pursue_content .tempWrap ul li .box .ljzx:hover{
	color: #fff;
	border: none;
	background: linear-gradient(-90deg, #005FAF, #3BA86F);
}

/*工程案例*/
.floor_4_main {
	background: url(../images/t9_02.jpg) center no-repeat;
    width: 100%;
    /* height: 791px; */
    padding: 75px 0 76px;
    background-size: cover;
    background-attachment: fixed;
}
.floor_4_main .title .title_top h4, .floor_4_main .title p{
	color: #fff;
}

.floor_4_main .floor_4_1 {
	display: inline-block;
	height: 440px;
	padding-top: 50px;
}
.floor_4_main .floor_4_1 dl {
	float: left;
	width: 600px;
	float: left;
	height: 220px;
	background-color: #fff;
}
.floor_4_main .floor_4_1 dl dt {
	width: 300px;
	height: 220px;
	display: block;
	float: left;
	overflow: hidden;
}
.floor_4_main .floor_4_1 dl dt img {
	width: 300px;
	height: 220px;
	display: block;
	transition: all .36s ease;
}
.floor_4_main .floor_4_1 dl dd {
	position: relative;
	width: 300px;
	height: 220px;
	float: right;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl.dl1 dd i, .floor_4_main .floor_4_1 dl.dl2 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl.dl3 dd i, .floor_4_main .floor_4_1 dl.dl4 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 42px;
	right: -14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl dd h3 {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	padding-top: 44px;
	padding-left: 30px;
	text-align: left;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl dd h3 span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #3ba86f;
	margin-top: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_4_main .floor_4_1 dl dd p {
	display: block;
	width: 240px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding-top: 20px;
	text-align: justify;
	margin-left: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.floor_4_main .floor_4_1 dl.dl1:hover dd i, .floor_4_main .floor_4_1 dl.dl2:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #3ba86f transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
}
.floor_4_main .floor_4_1 dl.dl3:hover dd i, .floor_4_main .floor_4_1 dl.dl4:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #3ba86f;
	position: absolute;
	top: 42px;
	right: -14px;
}
.floor_4_main .floor_4_1 dl:hover dd {
	background-color: #3ba86f;
}
.floor_4_main .floor_4_1 dl:hover dd h3 {
	color: #fff;
}
.floor_4_main .floor_4_1 dl:hover dd h3 span {
	background-color: #fff;
}
.floor_4_main .floor_4_1 dl:hover dd p {
	color: #fff;
}
.floor_4_main .floor_4_1 dl.dl3 dd, .floor_4_main .floor_4_1 dl.dl4 dd {
	float: left;
}
.floor_4_main .floor_4_1 dl.dl3 dt, .floor_4_main .floor_4_1 dl.dl4 dt {
	float: right;
}
.floor_4_main .floor_4_1 dl:hover dt img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_4_main a.mo{
	display: block;
	margin:0 auto;
	margin-top: 35px;
	text-align: center;
	width: 156px;
	height: 46px;
	line-height: 46px;
	background: #3BA86F;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.floor_4_main a.mo: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 {
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
	background-color: #fcfcfc;
	padding-bottom: 80px;
}
.floor_5_1 {
	width: 1200px;
	height: 452px;
	padding-top: 50px;
}
.floor_5_1 .floor_5_z {
	float: left;
	width: 380px;
	height: 452px;
	position: relative;
}
.floor_5_1 .floor_5_z a {
	display: block;
}
.floor_5_1 .floor_5_z .dk {
	height: 213px;
	width: 100%;
	border-top: none;
}
.floor_5_1 .floor_5_z b {
	width: 380px;
	height: 285px;
	overflow: hidden;
	display: block;
}
.floor_5_1 .floor_5_z img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .36s ease;
}
.floor_5_1 .floor_5_z h3 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	width: 100%;
	display: block;
	padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.floor_5_1 .floor_5_z p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
    /* height: 87px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}
.floor_5_1 .floor_5_z i {
	display: block;
	font-size: 14px;
	color: #434343;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: #e5e5e5 solid 1px;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_z em {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #3ba86f;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.floor_5_1 .floor_5_z em span {
	display: block;
	font-size: 60px;
	color: #fff;
	line-height: 50px;
	padding-top: 14px;
}
.floor_5_1 .floor_5_z:hover h3 {
	color: #3ba86f;
}
.floor_5_1 .floor_5_z:hover p, .floor_5_1 .floor_5_z:hover i span {
	color: #333;
}
.floor_5_1 .floor_5_z i:hover {
	background-color: #3ba86f;
	color: #fff;
	border: #3ba86f solid 1px;
}
.floor_5_1 .floor_5_z a:hover b img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_5_1 .floor_5_y {
	float: right;
	width: 800px;
	height: 452px;
}
.floor_5_1 .floor_5_y ul {
	display: block;
	width: 100%;
	height: 452px;
	margin: 0 auto;
}
.floor_5_1 .floor_5_y ul li {
	height: 103px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 28px;
	position: relative;
	border-bottom: #b9b9b9 dashed 1px;
	padding-bottom: 28px;
}
.floor_5_1 .floor_5_y ul li em {
	display: block;
	float: left;
	display: block;
	width: 98px;
	height: 98px;
	border: #e5e5e5 solid 1px;
	text-align: center;
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li em span {
	display: block;
	font-size: 60px;
	color: #333;
	line-height: 50px;
	padding-top: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li a {
	display: block;
	width: 100%;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li h3 {
	width: 660px;
	float: right;
	height: 100px;
    margin-top: 12px;
}
.floor_5_1 .floor_5_y ul li p {
	font-size: 18px;
	color: #333;
	width: 100%;
	line-height: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 18px;
	font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.floor_5_1 .floor_5_y ul li:hover i, .floor_5_1 .floor_5_y ul li:hover i span {
	color: #2e63bc;
}
.floor_5_1 .floor_5_y ul li:hover p {
	color: #3ba86f;
}
.floor_5_1 .floor_5_y ul li:hover em, .floor_5_1 .floor_5_y ul li:hover em span {
	color: #3ba86f;
}
 .floor_6_main {
	margin-top: 90px;
	margin-bottom: 100px;
}
 .floor_6_main .floor_6_1 {
	background: url(../images/t12_03.jpg) center center no-repeat;
	width: 1200px;
	height: 470px;
	position: relative;
}
 .floor_6_main .floor_6_1 .indexTit {
	text-align: right;
	position: absolute;
	right: 0;
	top: 8px;
}
 .floor_6_main .floor_6_1 .indexTit h3{
	font-size: 40px;
    font-weight: bold;
    color: #3BA86F;
    line-height: 40px;
    display: flex;
    align-items: flex-end;
    float: right;
    right: 0;
}
 .floor_6_main .floor_6_1 .indexTit h3 img{
 	margin-left: 9px;
 }
 .floor_6_main .floor_6_1 .indexTit p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}
 .floor_6_main .floor_6_1 .floor_6_2 {
	padding-left: 10px;
	padding-top: 10px;
}
 .floor_6_main .floor_6_1 .floor_6_2 b {
	width: 730px;
	height: 440px;
	border: #fff solid 1px;
	opacity: 0.4;
	filter: Alpha(opacity=40);
	position: absolute;
	left: 14px;
	top: 14px;
}
 .floor_6_main .floor_6_1 .floor_6_2 img {
	width: 740px;
	height: 450px;
	background-size: 100%;
	float: left;
}
 .floor_6_main .floor_6_1 .floor_6_2 .f_z {
	float: left;
	width: 352px;
	margin-left: 49px;
	margin-top: 176px;
}
 .floor_6_main .floor_6_1 .floor_6_2 .f_z h3 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}
 .floor_6_main .floor_6_1 .floor_6_2 .f_z p {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 24px;
    /* height: 110px; */
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 23px;
}
 .floor_6_main .floor_6_1 .floor_6_2 .f_z a {
	display: block;
	float: right;
	width: 198px;
	height: 44px;
	border: #739bbe solid 1px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
 .floor_6_main .floor_6_1 .floor_6_2 .f_z a:hover {
    background: linear-gradient(-90deg, #005FAF, #3BA86F);
    border: navajowhite;
}
.floor_6_3 {
	display: block;
	clear: left;
	width: 1200px;
	margin-top: 50px;
}
.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: 214px;
	margin-top: 50px;
}
.floor_6_3 .parBd .slideBox {
	width: 1200px;
	height: 214px;
	position: relative;
}
.floor_6_3 .parBd .slideBox .sPrev {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	left: -58px;
	top: 62px;
}
.floor_6_3 .parBd .slideBox .sNext {
	width: 40px;
	height: 90px;
	background-color: #ddd;
	position: absolute;
	right: -58px;
	top: 62px;
}
.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: 214px;
}
.floor_6_3 .parBd .slideBox ul li {
	float: left;
	width: 290px;
	height: 214px;
	position: relative;
	margin-right: 13px;
	overflow: hidden;
	text-align: center;
}
.floor_6_3 .parBd .slideBox ul li img {
	width: 290px;
	background-size: 100%;
	transition: all .36s ease;
}
.floor_6_3 .parBd .slideBox ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 290px;
	height: 36px;
	background: url(../images/t13_03.png);
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.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;
}
.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;
}















