
.hb-body-left-box .hb-body-left .layui-carousel
.layui-carousel-ind{
	top: -185px;
}

.hfr-list-left img{
	width: 100%;
	height: 100%;
}

.hbr-list-left img{
	width: 100%;
	height: 100%;
}
.head1-foot-left .hfl-bottom:hover{
	opacity: 0.5;
}

.head1-foot-right .hfr-list:hover{
	opacity: 0.5;
}
.head1-foot-right .hfr-bottom a {
    color: #666666;
}
.head1-foot-right .hfr-bottom a:hover{
    color: #e30911;
	cursor: pointer;
}

.head1-foot-right .hfr-bottom{
	 bottom: 0px; 
}

.banner{
	position: relative;
	/* background-color: white; */
}
.banner .maskImg{
    width: 19%;
    height: 0%;
    background: #e5f8f2;
    position: absolute;
    left: 24%;
    top: 9%;
    
}
.banner .maskImgState{
	animation: maskImg 6s;
    -moz-animation: maskImg 6s;
    -webkit-animation: maskImg 6s;
    -o-animation: maskImg 6s;
}
@keyframes maskImg{
	from{height: 39%;}
	to{height: 0%;}
}
@-moz-keyframes maskImg{
	from{height: 39%;}
	to{height: 0%;}
}
@-webkit-keyframes maskImg{
	from{height: 39%;}
	to{height: 0%;}
}
@-o-keyframes maskImg{
	from{height: 39%;}
	to{height: 0%;}
}

.banner .maskImgBird{
    width: 0%;
    height: 0%;
    background: #e5f8f2;
    position: absolute;
    border-radius: 50%;
    left: 0%;
    top: 8%;
}
.banner .maskImgBirdState{
	animation: maskImgBird 8s;
    -moz-animation: maskImgBird 8s;
    -webkit-animation: maskImgBird 8s;
    -o-animation: maskImgBird 8s;
}
@keyframes maskImgBird{
	from{
		width: 16%;
    	height: 32%;
	}
	to{
		width: 0%;
    	height: 0%;
	}
}
@-moz-keyframes maskImgBird{
	from{
		width: 16%;
    	height: 32%;
	}
	to{
		width: 0%;
    	height: 0%;
	}
}
@-webkit-keyframes maskImgBird{
	from{
		width: 16%;
    	height: 32%;
	}
	to{
		width: 0%;
    	height: 0%;
	}
}
@-o-keyframes maskImgBird{
	from{
		width: 16%;
    	height: 32%;
	}
	to{
		width: 0%;
    	height: 0%;
	}
}

.hb-body-left-box .hb-body-left .hbl-top video{
    margin-top: -18px;
}

.head2-center .head2-list2{
	background: none;
    border-radius: 5px;
}
.head2-center .head2-list2 .head2-list-top2{
	position: relative;
}
.head2-center .head2-list2 .head2-list-top2 img{
	display: none;
    position: absolute;
	top: 0px;
	
	animation: tetst 1s;
    -moz-animation: tetst 1s;
    -webkit-animation: tetst 1s;
    -o-animation: tetst 1s;
}
@keyframes tetst{
	from{
        right: -26px;
	    top: -26px;
	    width: 250px;
	    height: 250px;
	}
	to{
	    right: 0%;
    	top: 0%;
		width: 100%;
		height: 100%;
	}
}
@-moz-keyframes tetst{
	from{
        right: -26px;
	    top: -26px;
	    width: 250px;
	    height: 250px;
	}
	to{
	    right: 0%;
    	top: 0%;
		width: 100%;
		height: 100%;
	}
}
@-webkit-keyframes tetst{
	from{
        right: -26px;
	    top: -26px;
	    width: 250px;
	    height: 250px;
	}
	to{
	    right: 0%;
    	top: 0%;
		width: 100%;
		height: 100%;
	}
}
@-o-keyframes tetst{
	from{
        right: -26px;
	    top: -26px;
	    width: 250px;
	    height: 250px;
	}
	to{
	    right: 0%;
    	top: 0%;
		width: 100%;
		height: 100%;
	}
}
.head2-list2 .hlb-btn{
	display: none;
}
.head2-list2 .hlb-btn a{
	display: block;
	width: 100%;
	height: 100%;
}

.hb-body .hb-body-right .hbr-list{
	overflow: hidden;
	width: 100%;
}

.hb-body .hb-body-right .hbr-list .hbr-list-rightDiv{
    width: 65%;
    padding-left: 16px;
    padding-top: 8px;
}
.hb-body .hb-body-right .hbr-list .hbr-list-rightDiv .hbr-lr-word1{
	width: 100%;
	height: 100%;
}
.hb-body .hb-body-right .hbr-list .hbr-list-rightDiv .hbr-lr-word1 p{
    width: 100%;
    height: 36px!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 16px;
}
.hb-body .hb-body-right .hbr-list:hover{
	opacity: 0.5;
}
.hbl-top{
	overflow: hidden;
	background-color: #ede9ea;
}
.hbl-top img{
    width: 100%;
    height: auto;
    
/* 	transition: all 0.5s;
    -moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s; */
}
.hbl-top img:hover{
	/* transform: scale(1.4); */
}
.head4-body .hb-top{
    position: relative;
    height: 105px;
}
.head4-body .hb-top .soild{
	position: absolute;
    bottom: -2.5px;
    left: 0%;
    
 	transition: left 1s;
    -moz-transition: left 1s;
	-webkit-transition: left 1s;
	-o-transition: left 1s;
}
.head4-body .title3{
    width: 32.9%;
}

.head4-body .hb-body{
    overflow: hidden;
    margin-top: 0px;
}
.head4-body .hb-body .hb-body-left-main{
    width: 3423px;
    height: 100%;
    right: 0px;
    position: relative;
        
    transition: right 1s;
    -moz-transition: right 1s;
	-webkit-transition: right 1s;
	-o-transition: right 1s;
}
.head4-body .hb-body .hb-body-left-main .hb-body-left-box{
	height: auto;
    width: 33.3%;
    float: left;
    margin-right: 1px;
}

.customer_content{
	margin: 0 auto;
}
.customer_content ul li {
    text-align: center;
    width: 247.5px;
    height: 150px;
    float: left;
}
.customer_content ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.customer_content ul li a img{
    border: 0;
    vertical-align: middle;
    width: auto;
    height: auto;
}
.customer_content ul li a p{
    font-size: 20px;
    color: rgb(68,68,68);
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.head2{
    margin-bottom: -44px;
    margin-top: -79px;
}

.aBtn-box{
	position: absolute;
    display: block;
    top: calc(70%);
    width: 250px;
    height: 50px;
    line-height: 53px;
    background-color: rgb(232,57,10);
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    z-index: 10;
}
.head3{
	overflow: hidden;
}
.head3>img{
	/* width: 100%; */
}
.head3 .aBtn3{
    left: 0.6%;
}
.head3 .head3-title{
    position: absolute;
    top: 17%;
    left: 24.5%;
    width: 500px;
}
.head3 .imgAdmin1{
	animation: imgAdmin1 1s;
    -moz-animation: imgAdmin1 1s;
    -webkit-animation: imgAdmin1 1s;
    -o-animation: imgAdmin1 1s;
}
@keyframes imgAdmin1{
	0%   {left: 0%;}
	50%  {left: 27%;}
	100% {left: 24.5%;}
}
@-moz-keyframes imgAdmin1{
	0%   {left: 0%;}
	50%  {left: 27%;}
	100% {left: 24.5%;}
}
@-webkit-keyframes imgAdmin1{
	0%   {left: 0%;}
	50%  {left: 27%;}
	100% {left: 24.5%;}
}
@-o-keyframes imgAdmin1{
	0%   {left: 0%;}
	50%  {left: 27%;}
	100% {left: 24.5%;}
}

.head5{
	overflow: hidden;
}
.head5 .head5-title{
	position: absolute;
    top: 21%;
    left: 52.1%;
    width: 500px;
}

.head5 .aBtn5{
    left: 0.6%;
}
@media all and (max-width:1200px){
.head5 .aBtn5{
    right: 52.1%;
}
.head5 .head5-title{
	position: absolute;
    top: 21%;
    right: 52.1%;
    width: 300px;
}
}
/* .head5 .imgAdmin2{
	animation: imgAdmin2 1s;
    -moz-animation: imgAdmin2 1s;
    -webkit-animation: imgAdmin2 1s;
    -o-animation: imgAdmin2 1s;
}
@keyframes imgAdmin2{
	0%   {top: 100%;}
	50%  {top: 17.5%;}
	100% {top: 21%;}
}
@-moz-keyframes imgAdmin2{
	0%   {top: 100%;}
	50%  {top: 17.5%;}
	100% {top: 21%;}
}
@-webkit-keyframes imgAdmin2{
	0%   {top: 100%;}
	50%  {top: 17.5%;}
	100% {top: 21%;}
}
@-o-keyframes imgAdmin2{
	0%   {top: 100%;}
	50%  {top: 17.5%;}
	100% {top: 21%;}
}
 */

.hbl-bottom .hbl-bottom-word2 span{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.head2-buttom-list:hover{
	cursor:pointer;
	opacity: 0.5;
}

@media all and (max-width:1200px){
/* @keyframes tetst{
	from{
	    right: -0.5px;
    	top: -0.5px;
        width: 200px;
	    height: 200px;
	}
	to{
	    right: 0px;
    	top: 0px;
		width: 100%;
		height: 100%;
	}
}
@-moz-keyframes tetst{
	from{
		right: -0.5px;
    	top: -0.5px;
        width: 200px;
	    height: 200px;
	}
	to{
	    right: 0px;
    	top: 0px;
		width: 100%;
		height: 100%;
	}
}
@-webkit-keyframes tetst{
	from{
		right: -0.5px;
    	top: -0.5px;
        width: 200px;
	    height: 200px;
	}
	to{
	    right: 0px;
    	top: 0px;
		width: 100%;
		height: 100%;
	}
}
@-o-keyframes tetst{
	from{
		right: -0.5px;
    	top: -0.5px;
        width: 200px;
	    height: 200px;
	}
	to{
	    right: 0px;
    	top: 0px;
		width: 100%;
		height: 100%;
	}
} */

.head4-body{
	padding-left: 0;
    padding-right: 0;
}
}