/*------------index.html  start----------------*/	
.banner{
	text-align: center;
	width: 100%;
	padding: 1rem 0 1.2rem;
	background: #fbaa19 url(../images/banner_bg.png) no-repeat center center;
	background-blend-mode: multiply;
	background-size: 100%;
}
.banner .hz_logo{
	height: 0.4rem;
	display: inline-block;
	margin: 0 auto .2rem;
}
.banner h1{
	text-align: center;
    font-size: .42rem;
    font-weight: 800;
    color: #0e0c36;
    line-height: .6rem;
    margin-bottom: .4rem;
	position: relative;
}
.banner ul {
	width: 52%;
	margin: 0 auto;
	overflow: hidden;
}
.banner li {
	float: left;
	text-align: left;
	width: 33%;
	margin-bottom: .2rem;
    color: #0e0c36;
	font-size: .24rem;
    font-weight: 300;
	padding-left: .2rem;
	background: url("../images/application-icon.png") no-repeat 0px center;
	background-size: .16rem .12rem;
}
.banner .btn_box {
	margin: .4rem auto 0;
}



/*弹窗*/
#mask_box{
	background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.tc_content {
	width: 600px;
    display: none;
    z-index: 3;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    background: #fff;
    border-radius: 6px!important;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.tc_close {
    cursor: pointer;
	float: right;
	margin: .16rem;
    width: .4rem;
    height: .4rem;
	filter: alpha(opacity=50);
    opacity: .5;
}
.tc_close:hover, .tc_close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}
.tc_close img {
	max-width: 100%;
}
.rdd {    
	display: none;
	margin: 0 auto;
    z-index: 10;
}
.rdd .tc_title {
    margin: 0 auto .46rem;
    text-align: center;
    font-size: .24rem;
	line-height: .7rem;
    color: #646c74;
    font-weight: 400;    
    border-bottom: 1px solid #eeeeee;
}
.rdd .install_ewm{
	display: block;
	width: 2rem;
	margin: 0 auto .6rem;
}
.rdd ul {
	text-align: center;
	margin: 0 auto .6rem;
}
.rdd ul li {
	display: inline-block;
	width: 40%;
    font-size: .18rem;
    font-weight: 300;
	text-align: center;
}
.rdd ul li span {
	display: inline-block;
    font-size: .18rem;
    font-weight: 300;
	text-align: center;
	margin-bottom: .2rem;
}
.rdd ul li a {
	display: block;
}
.rdd ul li a img {
	max-height: .46rem;
}
/*弹窗 结束*/


.introduct {
	margin: 1rem auto;
}
.introduct .h3_title {
	margin-bottom: .4rem;
}
.introduct img {
	display: block;
	margin: 0 auto;
}




.function{
	margin: 0 auto;
}
.function .cont{
	overflow: hidden;
	margin-bottom: .6rem;
	display: table;
}
.function .fun_img {    
	width: 630px;
	overflow: hidden;
}
.function .fun_img img{
	max-width: 100%;
}
.function .fun_text {
	display: table-cell;
    vertical-align: middle;
	padding: 0 .6rem;
}
.function .fun_text h2 {
	font-size: .32rem;
    line-height: .4rem;
    color: #646c74;
    margin-top: 0;
    font-weight: 400;
}


.industry {
	margin: 0 auto 1rem;
}
.industry .h1_title {
    margin-bottom: 0.6rem;
}
.industry li {
	width: 21%;
	float: left;
	text-align: center;	
	margin: 2%;
	padding: .1rem;
	background: #f0f3f8;
	border-radius: .2rem;
}
.industry .indu_icon {
	width: 100px;
	height: 100px;
    max-width: 100%;
    display: inline-block;
    position: relative;
	margin-bottom: .1rem;
}
.industry .indu_icon em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/indu_icon.png");
    background-repeat: no-repeat;
    background-size: 800% auto;
}
.industry .indu_icon .indu_icon_1 {
    background-position: 0 center;
}
.industry .indu_icon .indu_icon_2 {
    background-position: -100px center;
}
.industry .indu_icon .indu_icon_3 {
    background-position: -200px center;
}
.industry .indu_icon .indu_icon_4 {
    background-position: -300px center;
}
.industry .indu_icon .indu_icon_5 {
    background-position: -400px center;
}
.industry .indu_icon .indu_icon_6 {
    background-position: -500px center;
}
.industry .indu_icon .indu_icon_7 {
    background-position: -600px center;
}
.industry .indu_icon .indu_icon_8 {
    background-position: -700px center;
}
.industry h2 {
	margin-top: 0;
	margin-bottom: .2rem;
	font-size: .22rem;
	line-height: .24rem;
	font-weight: 400;
	color: #0e0c36;
	letter-spacing: 0.2px;
}



.case{
	background: #f0f3f8;
    padding: 1rem 0;
}
.case .h1_title {
	margin-bottom: .6rem;
}

.scrollCase{
	overflow: hidden;
	padding: 0 5%;
	position: relative;
}
.scrollCase li{
	margin: 2% 0;
	padding: .4rem;
	border-radius: .2rem;
	overflow: hidden;
	background: #fff;
	transition: all .3s;
	position: relative;
	cursor: pointer;
}
.scrollCase li:hover{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	transform: translateY(-5px);
}
.scrollCase li .li_img {
    width: 100%;
	text-align: center;
    height: 1.2rem;
    margin-bottom: .3rem;
    overflow: hidden;
}
.scrollCase li .li_img img{
	max-width: 100%;
	max-height: 100%;
}
.scrollCase li h1{
	font-size: .24rem;
	font-weight: 600;
	color: #646c74;
	margin-bottom: .08rem;
}
.scrollCase li span{
	font-size: .18rem;
	font-weight: 300;
	color: #646c74;
	padding-left: .12rem;
}
.scrollCase li p{
	font-size: .17rem;
	line-height: .3rem;
	height: 1.8rem;
	font-weight: 300;
	color: #646c74;
}
.scrollCase li i{
	display: block;
	width: .6rem;
	height: .44rem;
	position: absolute;
	bottom: .3rem;
	right: .4rem;
	background: url("../images/case_ico.png") no-repeat 0px 0px;
	background-size: .6rem .44rem;
	z-index: -1;
}


.bangg{
	background: #fbaa19;
    padding: .8rem 0;
	text-align: center;
}
.bangg h1 {
    font-size: .42rem;
    font-weight: 800;
    color: #0e0c36;
    line-height: .6rem;
    margin-bottom: .1rem;
}
.bangg p {
    font-size: .24rem;
    line-height: .36rem;
    font-weight: 300;
    color: #0e0c36;
    margin-bottom: .3rem;
    letter-spacing: 1px;
}
/*------------index.html  end----------------*/



@media (max-width: 639px){
	

}

