/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:cairo, sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#bd7d4d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#f06f30;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1230px;
}
/*end body*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 100px;
	float: right;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
.logo {
	float: right;
	position: relative;
	padding:28px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 45px;
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 25px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:600;
	font-size:14px;
	position:relative;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#bd7d4d;
	position:absolute;
	bottom:5px;
	right:0px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:linear-gradient(#b77843,#915c3b,#5e341c);
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:12px 15px;
	color:#fff;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.nav li .sub ul li a:hover{
	background:#fff;
	color:#bd7d4d;
	padding-right:17px;
}
.lang{
	float: left;
	margin-top: 23px;
}
.lang a {
	background:linear-gradient(#b77843,#915c3b,#5e341c);
	border:1px solid #5e341c;
	line-height: 43px;
	color: #fff;
	position: relative;
	font-weight:600;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	padding: 0px 25px;
	height:45px;
}
.lang a:hover{
	color:#fff;
	background:none;
	border:1px solid rgba(255,255,255,0.2);
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:1500;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
body.scrolled .social{
	margin-top:100px;
}
/*end head_fix*/
/*start footer*/
#footer{
	float:right;	
	background-color:#1a1a1a;
	width:100%;
	clear: both;
	padding-bottom:20px;
	overflow: hidden;
	position: relative;
	display:table;
}
#footer .width{
	position:relative;
}
.foot:first-child{
	border-right:1px solid rgba(255,255,255,0.05);
}
.foot_txt img {
	height: 40px;
	display: block;
	margin-bottom: 15px;
}
.foot{
	width:25%;
	padding:90px 20px 120px;
	color:#aaa;
	display:table-cell;
	vertical-align:top;
	font-size: 13px;
	border-left:1px solid rgba(255,255,255,0.05);
	line-height:2;
	overflow:hidden;
}
.foot h2 {
	font-weight: 700;
	font-size: 16px;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	color: #fff;
	display: inline-block;
	padding: 8px 0px;
}
.foot h2:after{
	background:#bd7d4d;
	height:2px;
	width:70%;
	margin-top:8px;
	display:block;
	content:"";
	border-radius:50px;
}
.bottom {
	position: absolute;
	background:#1a1a1a;
	border: 1px solid rgba(255,255,255,0.1);
	right: 0;
	left: 0;
	bottom: 0px;
	padding: 17px 30px;
	font-size: 12px;
}
.copyrights{
	color:#bbb;
	float:right;
}
.design{
	color:#aaa;
	float:left;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#bd7d4d;
}
.foot ul{
	clear:both;
	overflow:hidden;
}
.foot ul li{
	display:block;
}
.foot ul li a{
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
	padding: 8px 0 8px;
	position:relative;
	color:#aaa;
	font-size:13px;
	font-weight:600;
}
.foot ul li:last-child a{
	border-bottom:none;
}
.foot ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot ul li a:hover{
	color:#fff;
	background:linear-gradient(#b77843,#915c3b,#5e341c);
	padding-right:10px;
}
.contactus li {
  color: #aaa;
  display: block;
	font-size:13px;
	font-weight:600;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
	vertical-align: 0;
	font-weight: normal;
	font-family: FontAwesome;
	border: 1px solid rgba(255,255,255,0.1);
	display: inline-block;
	width: 25px;
	float:right;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}
.contactus li.phone:before{
	content:"\f095";
}
.contactus li.phoneg:before{
	content:"\f095";
}
.contactus li.email:before{
	content:"\f003";
}
.contactus li.worktime:before{
	content:"\f017";
}
.contactus li.address:before{
	content:"\f041";
}
.contactus li span{
  color: #fff;
}
.contactus li a{
	color:#bbb;
}
.contactus li a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .social {
	float: none;
	width: auto;
	height: auto;
	margin-top:10px;
}
#footer .social a {
	line-height: 37px;
	padding: 0px;
	width: 40px;
	font-size:13px;
	border:1px solid rgba(255,255,255,0.1);
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:2500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:20px;
	display:none;
	width:45px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	background:linear-gradient(#b77843,#915c3b,#5e341c);
	border-radius:50%;
}
.toTop:hover{
	background:#1a1a1a;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#1a1a1a;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:950px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:950px;
}
.slider_cont_center{
	max-width:950px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:600;
	display: inline-block;
	color: #fff;
	line-height:1.5;
	font-size:60px;
	margin-bottom: 25px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight:400;
	margin-bottom:40px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont a{
	border:1px solid rgba(255,255,255,0.9);
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	padding:16px 60px;
	position:relative;
	overflow:hidden;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.slider_cont a:hover{
	background:linear-gradient(#b77843,#915c3b,#5e341c);
	border:1px solid #5e341c;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.72;
}
/*end slideshow*/
/*start services*/
#services{
	float:right;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
}
.sevices_list{
	display:table;
	width:100%;
	overflow:hidden;
}
.serv_loop:nth-child(2){
	border-left:none;
}
.serv_loop{
	display:table-cell;
	vertical-align:middle;
	padding:120px 80px;
	width:50%;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
.serv_loop:nth-child(2){
	transition-duration:1.2s;
}
.serv_loop.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.serv_loop_title h2 {
	font-weight: 600;
	font-size: 25px;
}
.serv_top {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	display: block;
}
.sevices_list2 .serv_loop:first-child .serv_top b {
	border: 1px solid #333;
	bottom: 15px;
	right: 15px;
}
.sevices_list2 .serv_loop:last-child .serv_top span {
	border:none;
}
.sevices_list2 .serv_loop:last-child .serv_top b {
	border:1px solid #333;
	margin-right:31px;
}
.sevices_list2 .serv_loop:last-child .serv_top b:before{
	content:"";
	border:1px solid #333;
	background:none;
	width:31px;
	right:-31px;
	height:31px;
	position:absolute;
	bottom:29px;
}
.serv_top span {
	display: block;
	width: 64px;
	height: 64px;
	border: 1px solid #333;
	position: relative;
}
.serv_top b {
	display: block;
	width: 31px;
	height: 31px;
	background: linear-gradient(#b77843,#915c3b,#5e341c);
	position: absolute;
	right: 1px;
	bottom: 1px;
	border: ;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.serv_all h2 {
	font-weight: 600;
	font-size: 19px;
	display: block;
	margin-bottom: 15px;
}
.serv_all p {
	display: block;
	font-size: 15px;
	text-align: justify;
}
/*end services*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title h1 {
	font-weight: 600;
	font-size:50px;
	position:relative;
	color: #293337;
	display:block;
	margin-bottom:12px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite h1,.pages_title.withwhite span{
	color:#fff;
}
.pages_title span {
	font-size: 15px;
	color:#12417d;
	font-weight:400;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	background-color:#333;
	background-attachment:fixed;
	background-position:center top;
	z-index:500;
	padding:180px 0px 180px;
	overflow:hidden;
}
#aboutus .slidebg{
	opacity:0.7;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 40%;
	display: block;
	margin-bottom:50px;
	float: right;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1.2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#aboutus .width.scroll .aboutus_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right h2 {
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.aboutus_right p{
	font-weight:400;
	font-size:14px;
	line-height:2;
	text-align:justify;
	color:#fff;
}
.aboutus_left{
	display:block;
	width:50%;
	clear:both;
	float:left;
}
.aboutus_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.aboutus_slide.slick-initialized {
	visibility:visible;
}
.aboutus_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.aboutus_slide li img{
	width:100%;
	height:335px;
	border-radius:5px;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	background:#bd7d4d;
	border:none;
	opacity:0.5;
	margin-left:10px;
	width: 10px;
	height: 10px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#bd7d4d;
	opacity:1;
}
/*end aboutus*/
/*start count*/
#count {
	clear: both;
	background-color:rgba(0,0,0,0.8);
	padding: 45px 0px;
	z-index: 700;
	box-shadow: 0 5px 70px rgba(38,42,76,.1);
	position: relative;
	top:-90px;
	overflow: hidden;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	text-align:center;
	padding:0px;
	float:right;
	display:block;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
#count ul li:nth-child(2){
	transition-duration:1.2s;
}
#count ul li:nth-child(3){
	transition-duration:1.4s;
}
#count ul li.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
	position:relative;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	display: block;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #bd7d4d;
	position: relative;
	margin-bottom: 20px;
}
.count_all p:after {
	content: "+";
	display: inline-block;
	vertical-align: 0px;
	margin-right: 6px;
	font-weight: 600;
}
/*end count*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	background-attachment:fixed;
	background-position:center top;
	padding-bottom:100px;
	padding-top:170px;
	margin-bottom:60px;
	position:relative;
	margin-top:-188px;
	overflow:hidden;
	width:100%;
}
#aboutus2 .slidebg{
	opacity:0.9;
}
#aboutus2 .pages_title{
	position:relative;
}
#aboutus2 ol{
	clear:both;
	display:block;
	position:relative;
	margin:0px -20px;
}
#aboutus2 ol li{
	width:33.33%;
	float:right;
	padding:20px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
#aboutus2 ol li:nth-child(2){
	transition-duration:1.2s;
}
#aboutus2 ol li:nth-child(3){
	transition-duration:1.4s;
}
#aboutus2 ol li.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_all2 {
	padding: 25px;
	overflow: hidden;
	text-align: center;
}
.aboutus_all2 span {
	display: block;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin: 0px auto 20px;
	font-weight: normal;
	border: 1px solid rgba(255,255,255,0.4);
	width: 85px;
	height: 85px;
	line-height: 85px;
	border-radius: 50%;
}
.aboutus_all2 p {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.aboutus_all2 a {
	display: block;
	border: 1px solid #5e341c;
	background:linear-gradient(#b77843,#915c3b,#5e341c);
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	width: 160px;
	margin: 0px auto;
}
.aboutus_all2 a:hover {
	border: 1px solid rgba(255,255,255,0.6);
	background:none;
}
/*end aboutus2*/
/*start news*/
#news{
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	clear:both;
}
.pages2_title {
	overflow: hidden;
	display: block;
	margin-bottom:90px;
}
.pages2_title div {
	float: right;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1.2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#news .width.scroll .pages2_title div{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.pages2_title h2 {
	font-weight: 600;
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
}
.pages2_title span {
	display: block;
	font-size: 17px;
	font-weight: 600;
	max-width: 400px;
}
.pages2_title a {
	float: left;
	width: 150px;
	border: 1px solid #333;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-weight: 600;
	color: #333;
	font-weight: 600;
	font-size: 14px;
	margin-top: 86px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
#news .width.scroll .pages2_title a{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.pages2_title a:hover{
	background:#bd7d4d;
	border:1px solid #bd7d4d;
	color:#fff;
}
.news_ul {
	margin: 0px -15px;
}
.news_loop {
	width: 50%;
	float: right;
	display: block;
	padding: 15px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1.2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.news_loop:nth-child(2n+2){
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
#news .width.scroll .news_loop{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.news_img {
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.news_txt {
	padding: 30px 20px 5px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.news_txt b {
	font-weight: 400;
	display: block;
	font-size: 13px;
	margin-bottom: 15px;
}
.news_txt a h2 {
	font-weight: 600;
	font-size: 17px;
	color: #333;
	display: block;
	margin-bottom: 16px;
}
.news_txt a span {
	color: #555;
	font-size: 14px;
	height: 80px;
	display: block;
	overflow: hidden;
}
.news_txt a:hover span,.news_txt a:hover h2 {
	color: #bd7d4d;
}
.news_bottom {
	overflow: hidden;
	clear: both;
	display: block;
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.news_bottom i {
	float: right;
	font-style: normal;
	color: #333;
	font-size: 15px;
	padding: 15px 0px;
}
.news_bottom i.news_view{
	float:left;
}
.news_bottom i:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	content: "\f06e";
	display: inline-block;
}
.news_bottom i.news_comments:before {
	content: "\f0e6";
}
/*end news*/