.clear {
	display: block;
	clear: both;
}


/*首页 各板块开始*/
.index_product{
	display: block;
	padding: 30px 0;
}
.in_pro_l{
	width: 20%;
	float: left;
	padding: 10px;
	max-height: 801px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.in_pro_l p{
	display: block;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	background: #27a8e1;
}
.in_pro_l ul li{
	display: block;
	height: 40px;
	background: #f1f1f1;
	margin-top: 9px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.in_pro_l ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .8s;
	z-index: -1;
	left: -100%;
	top: 0;
	background: #27a8e1;
}
.in_pro_l ul li:hover::before{
	left: 0;
}
.in_pro_l ul li:hover a{
	color: #fff;
}
.in_pro_l ul li a{
	display: block;
	line-height: 40px;
	text-indent: 20px;
	font-size: 14px;
	color: #6c6c6c;
	transition: .8s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.in_pro_r{
	display: block;
	width: 78%;
	float: right;
}
.in_pro_r ul li{
	display: block;
	width: 24%;
	float: left;
}
.in_pro_r ul li:nth-child(4n+2){
	margin: 0 1.3333% 0 1.3333%;
}
.in_pro_r ul li:nth-child(4n+3){
	margin: 0 1.3333% 0 0;
}
.in_pro_r ul li p{
	display: block;
	border: 1px solid transparent;
	transition: .8s;
	overflow: hidden;
}
.in_pro_r ul li p img{
	transition: .8s;
	width: 100%;
}
.in_pro_r ul li span{
	display: block;
}
.in_pro_r ul li span a{
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #353535;
	overflow: hidden;
	transition: .8s;
	z-index: 1;
	font-weight: 600;
}
.in_pro_r ul li span a::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: #27a8e1;
	transition: .8s;
	z-index: -1;
}
.in_pro_r ul li:hover p{
	border: 1px solid #27a8e1;
}

.in_pro_r ul li:hover img{
	transform: scale(1.1);
}

.in_pro_r ul li:hover span a{
	color: #FFFFFF;
}

.in_pro_r ul li:hover span a::before{
	bottom: 0;
}
.in_title{
	display: block;
	margin-bottom: 20px;
}
.in_title .in_title_n{
	display: block;
	width: 20%;
	float: center;
}
.in_title .in_title_n h5{
	font-size: 22px;
	color: #000;
}
.in_title .in_title_n p{
	font-size: 14px;
	color: #464545;
}
.in_title_list{
	display: block;
	width: 60%;
	float: right;
	text-align: right;
}
.in_title_list ul li{
	display: inline-block;
	margin-left: 10px;
}
.in_title_list ul li a{
	display: block;
	padding: 9px 15px;
	color: #414141;
	font-size: 12px;
	transition: .8s;
}
.in_title_list ul li.active a{
	background: #27a8e1;
	color: #fff;
}
.index_about{
	display: block;
	padding: 30px 0;
	background: #f8f8f8;
}
.in_about_info{
	display: block;
	width: 66%;
	padding-top: 40px;
	float: right;
}
.in_about_info h5{
	font-size: 16px;
	color: #000;
	line-height: 1;
}
.in_about_info p{
	display: block;
	margin: 20px 0;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 2;
}

.in_title_n1 a{
	display: inline-block;
	width: 122px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #707070;
	border: 1px solid #e8e8e8;
	transition: .8s;
}
.in_title_n1 a:hover{
	background: #27a8e1;
	color: #fff;
	border: 1px solid #27a8e1;
}


.in_about_info a{
	display: inline-block;
	width: 122px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #707070;
	border: 1px solid #e8e8e8;
	transition: .8s;
}
.in_about_info a:hover{
	background: #27a8e1;
	color: #fff;
	border: 1px solid #27a8e1;
}
.in_about_img{
	display: block;
	width: 33%;
	overflow: hidden;
	float: left;
	padding-right: 30px;
	padding-top:50px;
}
.in_about_img img{
	width: 100%;
	transition: .8s;
}
.in_about_img:hover img{
	transform: scale(1.1);
}

.index_reson{
	display: block;
	padding: 30px 0;
}
.index_reson ul{
	box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.33);
}
.index_reson ul li{
	width: 25%;
	//padding: 50px 0;
	float: left;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
}
.index_reson ul li img {
	width: 100%;
}
.index_reson ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	background: #27a8e1;
	z-index: -1;
	transition: .8s;
}
.index_reson ul li:hover{
	border-right: 0;
}
.index_reson ul li:hover::before{
	left: 0;
}
.index_reson ul li:hover span i{
	color: #fff;
	transform: rotateY(360deg);
}
.index_reson ul li:hover p{
	color: #fff;
}
.index_reson ul li:last-of-type{
	border-right: 0;
}
.index_reson ul li span{
	display: block;
	margin-bottom: 10px;
}
.index_reson ul li span i{
	font-size: 56px;
	line-height: 1;
	color: #27a8e1;
	transition: .8s;
}
.index_reson ul li p{
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	transition: .8s;
}

.index_news{
	display: block;
	padding: 30px 0;
}
.in_news_l{
	width: 42%;
	float: left;
	margin-right: 3%;
	background: #f8f8f8;
	overflow: hidden;
}
.in_news_l_tj_box{
	width: 300%;
	position: relative;
}
.in_news_l_tj{
	padding: 30px 45px 0 45px;
	width: 33.33333%;
	float: left;
}
.in_news_l_tj span{
	font-size: 20px;
	color: #c4c4c4;
	display: block;
	line-height: 1;
}
.in_news_l_tj h5{
	margin: 15px 0;
	display: block;
}
.in_news_l_tj h5 a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	color: #010101;
}
.in_news_l_tj p{
	padding-left: 20px;
	border-left: 1px solid #dcdcdc;
	font-size: 12px;
	color: #b3b3b3;
	line-height: 1.8;
}
.in_news_l_img{
	display: block;
	margin: 20px 45px;
	overflow: hidden;
}
.in_news_l_img img{
	width: 100%;
	transition: .8s;
}
.in_news_l_more{
	display: inline-block;
	width: 150px;
	height: 40px;
	margin: 0 45px 30px 45px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #27a8e1;
	background: #27a8e1;
	font-size: 24px;
	color: #fff !important;
	transition: .8s;
}
.in_news_l:hover .in_news_l_more{
	background: #fff;
	color: #27a8e1 !important;
}
.in_news_l:hover .in_news_l_img img{
	transform: scale(1.1);
}
.in_news_r{
	width: 55%;
	float: right;
	overflow: hidden;
	height: 447px;
}
.in_news_r_box{
	position: relative;
	height: 300%;
}
.in_new_r_list{
	display: block;
}
.in_new_r_list ul li{
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 39px 0;
	border-bottom: 1px solid #e5e5e5;
}
.in_title_more{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
}
.in_title_more a{
	display: block;
	font-size: 14px;
	transition: .3s;
	color: #464545;
}
.in_title_more a:hover{
	color: #27a8e1;
}
.in_new_r_list ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	top: 0;
	z-index: -1;
}
.in_new_r_list ul li .in_news_r_info{
	display: block;
	width: 80%;
	float: left;
}
.in_new_r_list ul li .in_news_r_info h5{
	display: block;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/in_news_r_list_h5_bg.png) no-repeat 8px 10px;
}
.in_new_r_list ul li .in_news_r_info h5 a{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	transition: .8s;
	color: #000;
}
.in_new_r_list ul li .in_news_r_info p{
	display: block;
	font-size: 12px;
	color: #807f7f;
	padding-left: 20px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.in_new_r_list ul li .in_news_r_time{
	display: block;
	text-align: right;
	padding-right: 20px;
	width: 20%;
	float: right;
}
.in_new_r_list ul li .in_news_r_time h5{
	font-size: 18px;
	color: #929292;
	margin-bottom: 20px;
}
.in_new_r_list ul li .in_news_r_time p{
	opacity: 0;
	transition: .8s;
}
.in_new_r_list ul li:hover::before{
	left: 0;
}
.in_new_r_list ul li:hover .in_news_r_info h5 a,
.in_new_r_list ul li:hover .in_news_r_info p,
.in_new_r_list ul li:hover .in_news_r_time h5{
	color: #000 !important;
}
.in_new_r_list ul li:hover .in_news_r_time p{
	opacity: 1;
}
.index_advan{
	display: block;
	padding: 30px 0;
	background: #F8F8F8;
}
.index_advan ul li{
	display: block;
	width: 23%;
	float: left;
	margin: 5 1%;
	transition: .8s;
	padding: 35px;
	text-align: center;
}
.index_advan ul li span{
	display: block;
	margin-bottom: 10px;
}
.index_advan ul li span i{
	font-size: 60px;
	line-height: 1;
	color: #27a8e1;
}
.index_advan ul li h5{
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}
.index_advan ul li p{
	font-size: 12px;
	color: #3f3f3f;
	height: 80px;
	overflow: hidden;
	line-height: 20px;
}
.index_advan ul li.active{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.36);
}
.index_case{
	display: block;
	padding: 30px 0;
}
.in_case_main{
	display: block;
}
.in_case_main ul li{
	display: block;
	width: 32.33%;
	float: left;
	margin: 5px 0.5%;
}
.in_case_main ul li h5{
	display: block;
	overflow: hidden;
}
.in_case_main ul li h5 img{
	width: 100%;
	transition: .8s;
}
.in_case_main ul li .in_case_conten{
	display: block;
	transition: .8s;
	padding: 20px;
}
.in_case_main ul li .in_case_conten .in_case_info{
	display: block;
	width: 70%;
	float: left;
}
.in_case_main ul li .in_case_conten .in_case_info h6 {
	margin-bottom: 10px;
}
.in_case_main ul li .in_case_conten .in_case_info h6 a{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #353535;
}
.in_case_main ul li .in_case_conten .in_case_info p{
	font-size: 12px;
	color: #747474;
}
.in_case_main ul li .in_case_conten .in_case_more{
	display: block;
	width: 30%;
	float: right;
	text-align: right;
    padding-top: 15px;
}
.in_case_main ul li .in_case_conten .in_case_more a{
	padding: 13px 23px;
	background: #27a8e1;
	display: inline-block;
	font-size: 12px;
	color: #fff;
}
.in_case_main ul li:hover  img{
	transform: scale(1.1);
}
.in_case_main ul li:hover .in_case_conten{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.36);
}


/*内页右侧 结束*/

.m_footer,
.m_cartory{
	display: none;
}

.m_foot_btn {
	width: 20%;
	float: left;
	height: 50px;
	display: block;
	padding-top: 3px;
	text-align: center;
	border-right: 1px solid #fff;
}

.m_foot_btn i {
	color: #fff;
	display: block;
	font-size: 20px;
}

.m_foot_btn span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.m_footer {
	height: 50px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	background: #27a8e1;
	z-index: 999;
	border-top: 1px solid #fff;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.header_meta,
	.logo_wel,
	.carousel-indicators,
	#divOranIm,
	.links,
	.footer_logo,
	.footer_img,
	.footer_nav,
	.main_l_title,
	.main_l_case,
	.main_l_contact,
	.main_r .pos span,
	.in_pro_l,
	.index_about,
	.index_reson,
	.index_advan,
	.in_news_title h5,
	.in_news_title p,
	.in_news_img,
	.footer_info_list,
	.in_news_title em,
	.main_top span,
	.index_top,
	.index_fen,
	.footer_icon,
	.footer_meta,
	.footer_info ul li:nth-of-type(3){
		display: none;
	}
	.in_news_title span a{
		width: 33.333%;
		float: left;
		text-align: center;
	}
	
	.footer_info ul li:nth-of-type(2),.footer_info ul li:nth-of-type(1){
		display: block;
		width: 100%;
		margin: 0;
		border: 0;
		padding: 0;
	}
	.main_l{
		width: 100%;
		padding: 0;
		transform: translateY(0px);
	}
    .main_l_cartory ul {
        margin-top: 10px;
    }
	.main_l_cartory ul li{
		width: 32.333%;
		float: left;
		margin: 0 0.5% 10px 0.5%;
	}
	.footer_info ul li p, .footer_info ul li a, .footer_info ul li span, .footer_info ul li b, .footer_info ul li strong{
		color: #fff;
	}
	.in_news_list ul li font{
		width: 23%;
	}
	.in_news_list ul li a{
		width: 77%;
	}
	.in_news_l_main{
		padding: 20px 0;
	}
	.in_news_r_main{
		padding: 10px;
		height: auto;
	}
	.in_news_list ul li{
		width: 100%;
		margin: 0 0 5px 0 !important;
	}
	.in_news_title{
		width: 100%;
		padding: 0;
		min-height: 1px;
		margin: 0;
		margin-bottom: 10px;
	}
	.in_news_main,
	.in_news_list{
		width: 100%;
	}
	.main_top .pos{
		width: 100%;
		text-align: left;
		line-height: 20px;
		padding: 5px 0;
	}
	.in_news_list ul li{
		padding: 5px;
	}
	.footer_info{
		padding: 0;
		margin: 0;
		background:none;
	}
	.in_news_list ul li .in_news_time{
		width: 21%;
	}
	footer{
		background: #27a8e1;
	}
	.info_product_l{
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.info_product_r{
		width: 100%;
	}
	.in_news_list ul li .in_news_info{
		width: 79%;
	}
	.footer_info p span, .footer_info p a, .footer_info p, .footer_info p b, .footer_info a{
		font-size: 14px;
		color: #fff;
	}
	.in_news_info p{
		height: 30px;
	}
	header {
		padding: 3px 0;
	}
	
	.logo{
		text-align: left;
	}
	.header_tel{
		text-align: right;
	}
	.logo,
	.header_tel{
		width: 49%;
	}
	.logo img,
	.header_tel img{
		max-width: 100%;
	}
	nav {
		height: auto;
		padding: 3px 0;
		background: #27a8e1;
	}
	nav ul li {
		width: 33.333%;
		float: left;
		background: none;
	}
	.m_footer {
		display: block;
	}
	body {
		padding-bottom: 50px;
	}
	.main_top,
	.main_cartory{
		transform: translateY(-25px);
	}
	nav ul li a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		color: #aaa !important;
		padding: 0;
		text-align: center;
	}
	.list ul li .list_info{
		width: 70%;
	}
	.list ul li .list_info h5{
		margin-bottom: 5px;
	}
	.list ul li .list_info p{
		height: 45px;
		overflow: hidden;
	}
	.solu ul li span{
		width: 38%;
	}
	.solu ul li .solu_info {
		width: 60%;
	}
	.solu ul li .solu_info .solu_more a{
		padding: 2px 15px;
		font-size: 12px;
	}
	.solu ul li .solu_info p{
		height: 38px;
		overflow: hidden;
	}
	.solu ul li .solu_info h5,
	.solu ul li .solu_info p{
		margin-bottom: 5px;
	}
	.main_cartory ul li{
		width: 25%;
		text-align: center;
	}
	.case ul li{
		width: 48%;
	}
	.case ul li{
		margin: 0 1% 10px 1% !important;
	}
	.index_product,
	.index_reson,
	.index_about,
	.index_case,
	.index_news,
	footer {
		padding: 10px 0;
	}
	.in_solu_main ul li,
	.in_product_main ul li{
		width: 49%;
		display: none;
		margin: 0 0.5% 10px 0.5% !important;
	}
	.in_solu_main ul li:nth-of-type(1),
	.in_solu_main ul li:nth-of-type(2),
	.in_solu_main ul li:nth-of-type(3),
	.in_solu_main ul li:nth-of-type(4),
	.in_product_main ul li:nth-of-type(1),
	.in_product_main ul li:nth-of-type(2),
	.in_product_main ul li:nth-of-type(3),
	.in_product_main ul li:nth-of-type(4) {
		display: block;
	}
	.in_about,
	.in_about_conten,
	.in_pro,
	.in_case_box {
		width: 100%;
		margin: 0;
	}
	.in_about_conten {
		margin-bottom: 10px;
	}
	.in_case_box ul {
		width: 100%;
		position: inherit;
	}
	.in_case_box ul li {
		width: 49%;
		margin: 0 0.5% 10px 0.5;
		display: none;
	}
	.in_case_box ul li:nth-of-type(1),
	.in_case_box ul li:nth-of-type(2),
	.in_case_box ul li:nth-of-type(3),
	.in_case_box ul li:nth-of-type(4) {
		display: block;
	}
	.in_news_l {
		margin-bottom: 10px;
	}
	.in_news_l,
	.in_news_r {
		width: 100%;
	}
	.in_news_l_title ul li,
	.in_news_r_title ul li {
		font-size: 18px;
	}
	.in_news_l_list .in_news_l_list_li {
		width: 100%;
	}
	.footer_info,
	.in_pro_r {
		display: block;
		width: 100%;
		border: 0px;
	}
	.footer_info p {
		margin-bottom:5px;
	}
	.main_r {
		display: block;
		width: 100%;
	}
	
.footer_info p span{
	margin-right: 5px;
}
	.main {
		padding: 10px 0;
	}
	.function a,
	.function span{
		min-height: 1px;
		height: auto;
		padding: 5px;
		width: auto;
		line-height: 1;
	}
	.pro ul li{
		width: 49%;
		margin: 0 0.5% 10px 0.5% !important;
	}
	.pos samp{
		width: 100%;
		text-align: left;
	}
	.list ul li{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.main_r .pos{
		margin: 0 0 5px 0;
	}
	.pos_list{
		width: 100%;
		text-align: left;
	}
	nav.active{
		position: inherit;
	}
	.list ul li h5{
		margin-bottom: 5px;
	}
	.m_cartory{
		display: block;
	}
	.m_cartory ul li{
		width: 24%;
		float: left;
		margin: 0 0.5% 5px 0.5%;
		border: 1px solid #DCDCDC;
	}
	.m_cartory ul li a{
		display: block;
		padding: 8px 0;
		font-size: 12px;
		color: #555;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
	.header_logo,
	.header_tel{
		width: 49%;
		padding: 10px 0;
	}
	.header_logo h1 a,
	.header_tel span{
		height: auto;
	}
	
	.header_logo img{
		width: 100%;
	}
	nav{
		width: 100%;
		margin: 0;
	}
	nav ul li{
		height: 36px;
		margin: 0;
	}
	.in_pro_r ul li{
		width: 49%;
		margin: 0 0.5% 5px 0.5% !important;
		display: none;
	}
	.in_pro_r ul li:nth-of-type(1),
	.in_pro_r ul li:nth-of-type(2),
	.in_pro_r ul li:nth-of-type(3),
	.in_pro_r ul li:nth-of-type(4){
		display: block;
	}
	.in_title .in_title_n{
		width: 30%;
	}
	.in_title_list{
			width: 70%;
	}
	.in_title_list  ul li a{
		padding: 9px 5px;
	}
	.in_news_l,
	.in_new_r_list ul li .in_news_r_time p,
	.footer_top,
	.footer_ask{
		display: none;
	}
	.in_new_r_list ul li{
		padding: 10px 0;
	}
	.in_new_r_list ul li .in_news_r_time{
		padding-right: 0;
	}
	nav ul li .active,
	nav ul li:hover{
		border-top: 0px solid #27a8e1;
		height: 36px;
	}
	nav ul li .active a,
	nav ul li:hover a{
		line-height: 36px;
	}
	.footer_info ul li h5,
	.footer_info ul li img,
	.footer_bei,
	.footer_link,
	.main_l_news{
		display: none;
	}
	.in_news_r{
		height: 273px;
	}
	.in_case_main ul li{
		width: 49%;
	}
	.index_case .in_title .in_title_n{
		width: 35%;
	}
	.in_case_main ul li{
		width: 49%;
	}
	.in_case_main ul li:nth-of-type(3){
		display:none;
	}
	.in_case_main ul li .in_case_conten .in_case_more{
		display:none;
	}
	.in_case_main ul li .in_case_conten .in_case_info{
		width:100%
	}
	.in_case_main ul li .in_case_conten{
		padding: 5px;	
	}
	.in_case_main ul li .in_case_conten .in_case_more a{
		padding: 13px 18px;
	}
	.case ul li{
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	.case ul li .case_img{
		width: 42%;
	}
	.case ul li .case_info{
		width: 58%;
		padding-left: 10px;
	}
	.case ul li .case_info h5{
		margin: 0 0 5px 0;
	}
	.case ul li .case_info h5 a{
		font-size: 16px;
	}
	.case ul li .case_info p{
		height: 16px;
		overflow: hidden;
	}
	.case ul li .case_info .case_more{
		display: none;
	}
	.list ul li{
		padding: 10px;
	}
	footer{
		border-top: 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

	.in_case_box{
		width: 88%;
	}
	.footer_ask_r p{
		font-size: 37px;
	}
	.header_logo{
		width: 26%;
	}
	nav{
		width: 48%;
	}
	nav ul li{
		margin-right: 5px;
	}
	nav ul li a{
		padding: 0 5px;
		font-size:15px;
	}
	.footer_logo{
		width: 20%;
	}
	.footer_info{
		width: 100%;
	}
	.footer_nav{
		width: 100%;
	}
	.footer_img{
		width: 30%;
	}
	.header_tel{
		width: 24%;
	}
	.in_about_info{
		padding: 30px 30px 0 30px;
	}
	.in_top_l_info{
		min-height: 178px;
	}
	.list ul li .list_info{
		width: 88%;
	}
	.in_news_img h4{
		margin-bottom: 33px;
	}
	.pos span{
		width: 30%;
	}
	.in_news_list ul li a{
		width: 75%;
	}
	.in_news_list ul li font{
		width: 25%;
	}
	.pos .pos_list{
		width: 70%;
	}
	.logo{
		width: 17%;
	}
	
	.in_news_list ul li:last-of-type{
		display: none;
	}
	.solu ul li .solu_info p{
		height: 20px;
		overflow: hidden;
	}

}