/*公共*/
*{
	padding:0;
	margin:0;
	list-style: none;
	font-family: "微软雅黑";
	box-sizing: border-box;
}

html,body{
	width:100%;
	height:100%;
	background: #fff;
	
	
}

ul{
	padding: 0;
}
.main{
	position: relative;
	top: 27%;
	width: 100%;
	text-align: center;
}
.title{
	margin-bottom: 60px;
}
i{
	font-style: normal;
}
.item_bg{
	width: 100%;
	height: 100%;
}
.item_hide{
	display: none;
}
/*nav_border*/
.border{
	height: 4px;
	background-color: #06eaa8;
	width: 20px;
	position: fixed;
	top: 0;
	z-index: 999;
}

/*hover*/
.active_top{	
	border-top: 4px solid #83ffb6!important;
}
/**/
.swiper-pagination{
	display: none;
}
/*导航*/
.head{
		position: fixed;
		background:rgba(0,0,0,0.5);
		width: 100%;
		height: 75px;
	    z-index: 999;
}
.nav{
	width: 960px;
	height: 75px;
	margin: 0 auto;
	line-height: 75px;
	top: 0;
	left: 0;
	right: 0;
}
.nav_btn{
	display: none;
}
.logo{
	position: relative;
	top: 8px;
	left: 50px;
}
.nav_list{
	list-style: none;
	display: inline-block;
	color: #fff;
	float: right;
	margin-right: 60px;
    height: 75px;
       position: relative;
}

.nav_list li{
	cursor: pointer;
	display: inline-block;
	height: 75px;
	width: auto;
	margin:0 20px;
    padding: 0 10px;
    position: relative;
	text-align: center;
	
}
.nav_list li a{
	text-decoration: none;
	color: #fff;
	height: 100%;
	width: 100%;
}
.nav_list li a:hover{
	color:#06eaa8;
}
/*分页*/
#content{
	height: 100%;
	width: 100%;
}
#content .page{
	height: 100%;
	width: 100%;
	display: block;
	min-height:625px;
}	
/*one*/
#content .honsintech{
	background:url(../img/index/index.jpg) 50% center;
	width: 100%;
	background-size:cover;
	position: relative;
}
.index_box{
	width:55%;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	position: relative;
	top: 40%;
    text-align: center;
	
}
.index_box li{
	display: inline-block;
	vertical-align:top;
	width: 50%;
}
.index_pc{

	position: relative;
	left: 0;
	width:180px;
		vertical-align: top;
}
.index_tit{
	color: #fff;
	font-size: 36px;
}
.index_content{
	color: #fff;
}
.index_img{

	position: relative;
	text-align: center;
	float: right;
	height: 200px;
	width: 180px;
	vertical-align: top;

}
.index_img:after{
	content:"";
	clear: both;
}
.cloud{
	position: absolute;
	z-index: 5;
	top: 0;
	width: 133px;
	height: 88px;
	left: 23px;
}
.small{
	position: absolute;
	z-index: 3;
    left: -17px;
    top: 70px;
    height:45px;
    width: 212px;
}

.big{
    position: absolute;
    left:-57px;
    top: 65px;
    height: 66px;
    width: 301px;
}

.index_btn a{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #06efab;
	border:1px solid #06efab;
	margin: 10px auto;
	transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;  
}
.index_btn a:hover{
	color:#323232;
	background:#06efab ;
}
/*产品*/
#content .product{
		background:url(../img/index/product.jpg) 50% center;
	width: 100%;
	background-size:cover;
}

.product_title span{
	font-size: 60px;
	display: block;
	color:#46cf87;
	margin-bottom: 10px;
}
.product_title i{
	font-style: normal;
	color: #000;
	font-size:24px ;
}
.product_content{
	margin: 0 auto;
	text-align: center;
	position: relative;
	
}
.product_content ul li{
	display: inline-block;
	width: 192px;
	height: 280px;
	position: relative;
	
}
.product_prici{
	height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 36px;
    display: inline-block;
	transition: all .15s;
	background: #00c1de;
	color: #fff;
}
.product_content ul li:hover .prici_no{
	display: none;
}
.product_content ul li:hover .item_box{
	background-color:#4ce098;
}
.product_content ul li:hover .product_box{
	top: 60px;

}
.product_content ul li:hover .product_logo{
	height: 40px;

}
.product_content ul li:hover .first_logo{
	opacity: 0;
}
.product_content ul li:hover .other_logo{
	opacity: 1;
}
.product_content ul li:hover .product_data{
	color: #fff;
}
.product_content ul li:hover .product_intro{
	opacity: 1;
}
.product_content ul li:hover .product_btn{
	opacity: 1;
}
.first_logo{
	position: absolute;
	left: 0;
	right: 0;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product_box{
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
	bottom: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product_viewport{
		display: none!important;
	}
.product_pc{
		display: block;
	}

.item_box{
	width: 100%;
	height: 100%;
	background-color:transparent;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.8;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}
.product_logo{
	margin-bottom: 10px;
	width: 52px;
	height: 66px;
	text-align: center;
	position: relative;
	display: inline-block;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product_data{
	color:#69faae;
	margin-bottom:15px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

	
}
.product_intro{
	color:#fff;
	font-size: 14px;
	margin: 0 auto;
	margin-bottom: 25px;
	width: 80%;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product_btn{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 90px;
	color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	
}
.product_btn:hover{
	background-color:#fff;
	color: #3bcc7f;

}
.other_logo{
	opacity:0;
	position: absolute;
	left: 0;
	right: 0;
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}

.product_left{
	position: absolute;
	top: 65%;
	height: 40px;
	width: 40px;
	left: 40px;
	display: none;
	background: url(../img/index/icon-left.png) no-repeat;
	background-size: 80%;
	background-position-x: 10px;
	background-position-y: 5px;
	cursor: pointer;
}
.product_right{
	position: absolute;
	top: 65%;
	height: 40px;
	width: 40px;
	background: url(../img/index/icon-left.png) no-repeat;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	right: 40px;
	display: none;
	background-size: 80%;
	background-position-x: 10px;
	background-position-y: 5px;
	cursor: pointer;
}

/*方案*/
#content .Solution{
	background:#fff;
}
.Solution_title{
	margin-bottom: 60px;
	overflow: hidden;
}
.Solution_slide{
	width:960px;
	margin: 0 auto;
	display: inline-block;
}
.Solution_title span{
	font-size: 24px;
	color: #000;
	display:block;
	margin-bottom: 20px;
}
.Solution_title ul li{
	display: inline-block;
	height:50px;
	width: 200px;
	line-height: 50px;
	font-size: 18px;
	color: #666666;
	border-bottom: 4px solid transparent;
	cursor:pointer;
}
.Solution_title ul li:hover{
		border-bottom: 4px solid #39ca7e!important;
}
.Solution_content{
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		height:350px;
	
}
.Solution_viewport_list{
	display: none!important;
}

.Solution_slide{
	position: absolute;
	width: 960px;
	height: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Solution_content .Solution_content_list{
	position: absolute;
	left: 0;
	width: 3000px;
	height: 350px;
	padding:0;
}
.Solution_content ul:after{
	content: "";
	clear: both;
}
.Solution_content .Solution_slide{
	display: inline-block;
	width: 960px;
	height: 350px;
	position: relative;
	float: left;
}
.Solution_content .slide_title{
	display: inline-block;
	border: 1px solid #c5c5c5;
	width: 300px;
	height: 160px;
	margin: 5px 5px;
	padding-left:20px;
	padding-top: 15px;
	vertical-align: top;
	text-decoration: none;

}
.Solution_content .slide_title:hover{
		border: 1px solid #39ca7e;
}
.Solution_con_tit{
	font-size: 14px;
	color: #333;
	text-align: left;
	line-height: 22px;
	margin-bottom: 5px;
}
.Solution_con_tit:before{
	content: url(../img/index/spot_10.png);
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.Solution_con_con{
	font-size:14px;
	color:#666666;
	line-height: 26px;
	padding:0 25px;
	text-align: left;
}
.Solution_viewport{
	display:none!important;
}
/*案例*/
#content .demo{
	background:url(../img/index/customer.jpg) 50% center;
	width: 100%;
	background-size:cover;
}
.demo_title i{
	font-style: normal;
	color: #fff;
	font-size: 24px;
}

.demo_content ul li{
	display: inline-block;
	width:300px;
	height:294px;
	vertical-align: top;
	border-bottom:4px solid #3acb7f;
	margin:0 10px;
}
.demo_content ul li a{
	text-decoration:none;
	color: #666666;
}
.demo_img{
	vertical-align: top;
	width:300px;
	height: 210px;
	overflow: hidden;
}
.demo_content ul li:hover .demo_img img{
		transform: scale(1.1)
}{
	
}
.demo_img img{
	vertical-align: top;
	width: 101%;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.demo_intro{
	width: 300px;
	height: 80px;
	background-color: #fff;
	padding-top: 15px;
	padding-left: 20px;
}
.demo_more{
	display: block;
	width: 120px;
	height: 50px;
	margin: 0 auto;
	border:1px dotted #45ff9d;
	text-decoration: none;
	color:#45ff9d;
	line-height: 50px;
	font-size: 24px;
	margin-top: 30px;
	transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}
.demo_more:hover{
	background:#3acb7f;
	color: #fff;
}
.demo_viewport{
		display: none!important;
	}
.intro_tit{
	font-size: 20px;
	text-align: left;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.intro_content{
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-align: left;
	height: 39px;
	line-height: 34px;

}
/*客户*/
#content .customer{
	background:#fff;
}
.customer_title i{
	font-size: 24px;
	color: #333;
}
.customer_content{
	width: 960px;
	margin: 0 auto;
}
.customer_content ul li{
	display: inline-block;
	background-color: #fff;
	width: 240px;
	height: 308px;
	vertical-align: top;
}
.customer_content ul li img{
	margin: 30px 0;
}
.customer_left{
	position: absolute;
    top: 55%;
    height: 40px;
    width: 40px;
    background: url(../img/index/icon-left.png) no-repeat;
    left: 40px;
    background-size: 80%;
    background-position-x: 10px;
    background-position-y: 5px;
    cursor: pointer;
    display: none;
}
.customer_right{
	position: absolute;
    top: 55%;
    height: 40px;
    width: 40px;
    background: url(../img/index/icon-left.png) no-repeat;
    right: 40px;
    background-size: 80%;
    background-position-x: 10px;
    background-position-y: 5px;
    cursor: pointer;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
       display: none;
}
.customer_viewport{
		display: none!important;
	}
/*联系*/
#content .link{
	background:url(../img/index/conduct.jpg) 50% center;
	width: 100%;
	background-size:cover;
}
.link_title i{
	font-size: 24px;
	color: #fff;
}
.link_content{
	width: 960px;
	margin: 0 auto;
	margin-bottom:50px;
}
.link_content ul li{
	display: inline-block;
	width:240px;
	height: 40px;
	vertical-align: top;
	line-height: 60px;
	color: #fff;
}
.link_content ul li img{
	width: 40px;
	
}
.link_content ul li div {
	display: inline-block;
	height:40px;
	width: 200px;
	line-height: 40px;
	vertical-align: top;
}
.link_company{
	width: 960px;
	margin: 0 auto;
}
.link_company ul li{
	width: 320px;
	text-align: left;
	display: inline-block;
}
.company_img{
		margin-bottom:20px;
		margin-left: 20px;
}
.company_img div{
	font-size: 16px;
	color: #ebebeb;
	white-space: nowrap;
}
.company_img img{
	width: 125px;

}
.company_intro{
	width: 320px;

}
.company_intro div{
	text-align: left;
	color:#bdbdbc;
	font-size: 16px;
}
.company_icon{
	height: 26px;
	line-height: 26px;
}
.company_icon img{
	height: 26px;
	width: auto;
	vertical-align: top;
	margin-right: 15px;
}
.company_icon div{
	vertical-align: top;
	display: inline-block;
}
.company_url{
	height: 52px;
	line-height: 52px;
}
/*响应式*/
@media screen and (max-width:1005px){
	.product_content{
		width: 576px;
		height: 280px;
		overflow: hidden;
	}
	.product_left{
		display: block;
	}
	.product_right{
		display: block;
	}
	.nav_list{
		position: fixed;
		right:-100px;
		top:75px;
		margin-right: 0;
		background-color: #000;
		opacity: 0.7;
		height: auto;
	}
	.nav_list li{
		display: list-item;
		height: 30px;
		font-size: 14px;
		margin: 0;
		line-height: 30px;
	}
	.border{
		display: none;
	}
	.nav_btn{
		display: inline-block;
		background: url(../img/index/disc.png);
		background-size:100%;
		width: 25px;
		height: 25px;
		z-index: 50;
		float: right;
		margin-right: 30px;
		cursor: pointer;
		margin-top: 25px;
	}
	.nav_btn:after{
		content: "";
		clear:both;
	}
	.nav{
		width: 100%;
	}
	.logo{
		left: 50px;
	}
	.product_content ul{
		width: 5000px;
		position: absolute;
		left: 0;
		
	}
	.product_content ul li{
		float: left;
		
	}
	.product_content ul:after{
		content:"";
		clear: both;
	}
	.Solution_list{
		width: 200px;
		margin: 0 auto;
		overflow: hidden;
		height: 54px;
		display: inline-block;
		
	}
	.Solution_list_left{
		display: inline-block;
		width: 40px;
		height: 54px;
		position: relative;
		right: 10px;
		    background: url(../img/index/icon_left2.png) no-repeat;
    background-size: 50%;
    background-position-x: 9px;
    background-position-y: 16px;
    cursor: pointer;
	}
	.Solution_list_right{
		display: inline-block;
		width: 40px;
		height: 54px;
			position: relative;
		left: 10px;
		    background: url(../img/index/icon_left2.png) no-repeat;
    background-size: 50%;
    background-position-x: 9px;
    background-position-y: 16px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    cursor: pointer;
	}
	.Solution_list ul{
		width: 1000px;
		height: 50px;
		position: relative;
		left: 0;
	}
	.Solution_list ul li{
		float: left;
	}
	.Solution_list ul:after{
		content: "";
		clear: both;
	}
	.Solution_content{
		width: 320px;
		margin: 0 auto;
	}
	.Solution_slide_left{
		    position: absolute;
    top: 60%;
    height: 40px;
    width: 40px;
    left: 40px;
    background: url(../img/index/icon-left.png) no-repeat;
    background-size: 80%;
    background-position-x: 10px;
    background-position-y: 5px;
    cursor: pointer;
      z-index: 10;
	}
	.Solution_slide_right{
		    position: absolute;
    top: 60%;
    height: 40px;
    width: 40px;
    background: url(../img/index/icon-left.png) no-repeat;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    right: 40px;
    background-size: 80%;
    background-position-x: 10px;
    background-position-y: 5px;
    cursor: pointer;
    z-index: 10;
	}
	.demo_content{
		width: 320px;
		height: 294px;
		margin: 0 auto;
		overflow: hidden;
	}
	.demo_content ul{
		width: 1500px;
		height: 300px;
		position:relative;
		left:0;
	}
	.demo_content ul li{
			float: left;
		}
	.demo_left{
			  position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background: url(../img/index/icon-left.png) no-repeat;
    left: 40px;
    background-size: 80%;
    background-position-x: 10px;
    background-position-y: 5px;
    cursor: pointer;
		}
	.demo_right{
			  position: absolute;
    top: 45%;
    height: 40px;
    width: 40px;
    background: url(../img/index/icon-left.png) no-repeat;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    right: 40px;
    background-size: 80%;
    background-position-x: 10px;
    background-position-y: 5px;
    cursor: pointer;
		}
	.customer_content{
		overflow: hidden;
		width: 240px;
		margin: 0 auto;
	}
	.customer_content ul{
		position: relative;
		width: 1960px;
	}	
	.customer_content ul li{
		float: left;
	}
	.customer_content:after{
		content:"";
		clear: both;
	}
	.customer_left{
		display: block;
	}
	.customer_right{
		display: block;
	}
	.link_content{
		width: 250px;
	}
	.link_content ul li{
		display: block;
		margin: 10px 0;
	}
	.link_first{
		display: none!important;
	}
	.link_company{
		width:640px;
	}
}

@media screen and (max-width:768px){
	.product_content{
		width: 192px;
		height: 280px;
		overflow: hidden;
	}
	.product_content{
		width: 192px;
	}
	.link_last{
		display: none!important;
	}
	.link_company ul li{
		width: 250px;
	}
	.link_company{
		width:100%;
	}
	.index_box{
		text-align: center;
		top: 25%;
	}
	.index_box li{
		display: block;
		margin: 35px auto;
	}
	.index_img{
		clear: both;
		float: none;
	}
	.index_box li{
		width: 100%;
	}
	.index_pc{
		margin: 0 auto;
	}
	.index_img{
		margin: 0 auto;
	}
}
@media screen and (max-height:700px){
	.main{
		top: 15%;
	}
}
@media (max-width: 460px) and (orientation: portrait){
	.product_title span{
		font-size: 40px;
	}
	.product_title i{
		font-size: 18px;
	}
	.product_right{
		top: 60%;
	}
	.product_left{
		top: 60%;
	}
	.Solution_content_list{
		display: none!important;
	}
	.Solution_slide_left{
		display: none!important;
	}
	.Solution_slide_right{
		display: none!important;
	}

	.Solution_content{
		width: 100%;
		
	}
	.Solution_viewport{
	display:inline-block!important;
	width: 33.33%;
    height: 350px;
    position: relative;
    float: left;
    text-align: center;
	}
	.Solution_viewport a{
		text-align: center;
		text-decoration: none;
		color:#666;
		display: block;
		width: 140px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #c5c5c5;
		border-radius:20px 20px;
		margin: 0 auto;
	}
	.Solution_title{
		margin-bottom: 15px!important;
	}
	.Solution_viewport ul li{
		margin:15px auto;
		text-align: center;
	
	}
	.Solution_viewport_list{
		display: list-item!important;
		width: 300%;
		position: absolute;
	}
	.company_intro div{
		color: #ebebeb;
	}
	.demo_content{
		width: 70%;
	}
	.demo_content ul{
		width: 310%;
	}
	.demo_content ul li{
		width:33%;
		height: auto;
		margin: 0;
	}
	.demo_img{
		width: 100%;
		height: auto;
	}
	.demo_img img{
		width: 100%;
	}
	.demo_intro{
		width: 100%;
		height: auto;
	}
	.demo_hide{
		display: none!important;
	}
	.Solution_slide_right,.Solution_slide_left{
		display: none!important;
	}
	.link_company{
		overflow: hidden!important;
	}
	.product_left{
		left: 20px;
		display: none!important;
	}
	.product_right{
		right: 20px;
		display: none!important;
	}
	.demo_right{
		display: none!important;
	}
	.demo_left{
		display: none!important;
	}
	
	.Solution_list_right{
		display: none!important;
	}
	.Solution_list_left{
		display: none!important;
	}
	.product_viewport{
		display: block!important;
	}
	.product_pc{
		display: none!important;
	}
	.Solution_viewport_list{
		display: block;
	}
	.Solution_content_list{
		display: none;
	}
	.Solution_list{
		display: none!important;
	}
	.Solution_viewport_tit{
		 font-size: 18px;
    margin-bottom: 30px;
	}
	.demo_viewport{
		display: block!important;
	}
	.demo_pc{
		display: none!important;
	}
	.customer_left{
		display: none;
	}
	.customer_right{
		display: none;
	}
	.customer_pc{
		display: none;
	}
	.customer_viewport{
		display: block!important;
	}
	.swiper-pagination{
		display: block;
	}
	.index_tit{
		font-size: 24px;
	}
	.index_content{
		font-size: 14px;
	}
	.index_pc{
		width: 125px;
	}
#content .honsintech{
	overflow: hidden;
}
}
