/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media only screen and (max-width:900px){
body.bodyin #header {
	background: #134229;
	height: auto;
	position: relative;
}
body.bodyin .news_ul {
	width: 100%;
}
body.bodyin .news_ul li{
	width: 100%;
}	
.nav {
	background: none;
	box-shadow: none;
	height: auto;
}
#bottom {
	padding: 20px;
	text-align: center;
}
.copyrights, #bottom .social, .design {
	float: none;
	line-height: normal;
	width: 100%;
	clear: both;
}
#bottom .social li {
	float: none;
	display: inline-block;
}
#bottom .social li a {
	line-height: normal;
	padding: 15px 15px;
	border: none !important;
}
.foot {
	margin: 0;
}
.foot_loop {
	width: 100%;
	margin-bottom: 30px;
}	
.foot_loop:last-child{
	margin-bottom: 0px;
}
.data_list li {
	display: block;
	width: 100%;
}
.data_all {
	padding: 20px;
}
.data_list li h2 {
	font-size: 18px;
}
.pages_title {
	padding: 0px 15px;
}
.pages_title h2 {
	font-size: 25px;
}
#news .pages_title {
	width: 100%;
	padding: 0px 20px;
}
.news_ul {
	width: 100%;
}
.news_loop {
	width: 100%;
}
.partners_title {
	width: 100%;
	padding: 0px 20px;
	text-align: center;
}
.partners_title h2 {
	font-size: 23px;
	margin-bottom: 20px;
}
.partners {
	width: 100%;
}
.services2 {
	margin: 0;
}
.serv2_loop {
	width: 100%;
}
#count ul li {
	width: 50%;
}
.count_all p {
	font-size: 35px;
}
.aboutus_left {
	display: block;
	width: 100%;
	padding: 0px 20px;
}
.aboutus_left .pages_title {
	padding: 0;
}
.slider_cont_all {
	margin: 0px 20px;
}
.slider_cont h2 {
	font-size: 30px;
}
.icon_menu_open,.icon_menu_close {
	width: 30px;
	overflow: hidden;
	cursor: pointer;
	z-index:1000;
	position:absolute;
	left:20px;
	top:75px;
}
.icon_menu_open span,.icon_menu_open b,.icon_menu_open p{
	width:100%;
	display:block;
	height:1px;
	background-color:rgba(255,255,255,0.8);
	margin-bottom:8px;
}
.icon_menu_close span,.icon_menu_close b,.icon_menu_close p{
	width:100%;
	display:block;
	height:1px;
	background-color:rgba(33,33,33,0.8);
	margin-bottom:8px;	
}
.icon_menu_open b,.icon_menu_close b{
	margin-bottom:0;
}
.nav_fix {
	background: #fff;
	background-size:cover;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	overflow-y: auto;
	z-index: 20000;
	padding: 20px;
}	
.nav_fix .nav {
	display: block;
	float:none;
	clear:both;
	margin: 0;
}
.sub {
	position: relative;
	top: 0;
	width: 100%;
	display:none;
	right:0;
	left:0;
}
.nav li:hover .sub {
	display: block;
	top: 0;
	border-radius: 0;
}
.nav li {
	float: none;
	padding:0;
	display: block;
}
.nav li a {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	height: auto;
	line-height:normal;
	padding: 13px 10px;
	border-radius:0;
	border-left: none;
}
.nav li:hover .sub .sub {
	position: relative;
	width: 100%;
	right: 0;
	display:none;
	left: 0;
	top: 0;
}
.nav li:hover .sub li:hover .sub{
	display:block;
}
.logo {
	width: 100%;
	text-align: center;
}
.width, #footer .width{
	width:100%;
}
.nav,.lang,.slide_all h2,.nav_fix,.partners_arrow,.aboutus_right,.slide_all a,.slider_cont p,.nav li:before{
	display:none;
}
#bottom,.news_txt h2,.news_img,.serv2_txt p,.serv2_img,#header{
	height:auto;
}
}