
/* CSS Reset 
/*-----------------------------------------------------------------------------------*/
*{ margin:0; padding:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/* General Setup
/*-----------------------------------------------------------------------------------*/
html{ height:100%; overflow-x:hidden;}
body{padding:0; font-family:Arial;margin:0 auto;color:#fff; background:url(images/bg.jpg);font: normal 100% Helvetica, Arial, sans-serif;}
.home{height:100%;}
.homeiphone_full{height:100%;}
.homeiphone_app{height:116.85%;}

body#page{height:auto;}
.clear{clear:both;}
a{ text-decoration:none;}
span.tag{color:#c9220d;}
span.subtitle_descr{font-size:16px; color:#6f6f6f; padding:0 0 20px 0; font-family:Arial; font-weight:normal; line-height:20px; display:block;}
p{padding:0;margin:0px;text-align:left;line-height:20px;}
p.main_text{ padding:0 0 15px 0;}
.videocontainer{ max-width:96%; display: block; 
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; background-color:#ececec; border:1px #d7d7d7 solid; padding:1.5%;}
a.call_button{ background:url(images/phone.png) no-repeat left; float:left; clear:both;
width:92%; display: block; text-align:center; font-family:Arial; font-size:16px; color:#000000;
-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; background-color:#ececec; border:1px #d7d7d7 solid; padding:4%;}

/*index*/
#box{ width:100%; height:100%; margin:0 auto; position:relative; max-width:640px;}
.top{ width:100%; height:auto; background-color:#fff; margin:0 auto; overflow:hidden;margin-bottom:-4px;}
.Language{  width:100%; overflow:hidden;}
.cn{ width:50%; height:auto; float:right;}
.en{ width:50%; height:auto; float:right;}

.xxt{ width:100%; margin:0 auto; height:auto; overflow:hidden;}

.index_box{ width:100%; margin:0 auto; height:auto; overflow:hidden;display:block; background:#FFF;}
.index_menu{position:absolute; width:100%; height:auto; max-width:640px;z-index:2; padding-top:3%;}
.index_menu a{height:auto;overflow: hidden;font-family:Arial;font-size: 14px;font-weight: normal;text-decoration: none;color:#434343;text-align: center;display: inline-block;width: 50%;float:left;
line-height: 18px;position: relative;margin: 0; padding:8% 0%;}


/*footer*/
.clear{ width:100%; height:auto; margin:0 auto; overflow:hidden; }
#footer{  position:fixed;
bottom: 0px;
z-index: 1000;
left: 0px;
right: 0px;
padding: 0px 0px;
background-color: #d2d2d2;}


#footer a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
padding-top: 7px;
	height:auto;
	overflow: hidden;
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:#3a3a3a;
	text-align: center;
	display: inline-block;
	width: 25%;
	float:left;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	line-height: 18px;
	position: relative;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-color: #d2d2d2;
}


/*page*/
.page_menu{ background:#d2d2d2; width:100%; margin:0 auto; height:auto; overflow:hidden; display:block; padding-bottom:3.5%;}
.page_menu ul{ padding-left:3.5%;}
.page_menu ul li{ float:left; font-family:Arial; font-size:14px; color:#414141; line-height:24px;padding:3.5% 3.5% 0% 3.5%;}
.page_menu ul li a{ color:#414141;  white-space:nowrap;}
.page_menu ul li a.activer{ color:#340a0a;  white-space:nowrap;}

.page_content{ width:94%; padding:5% 3% 2% 3%; margin:0 auto; overflow:hidden; display:block; font-family:Arial; font-size:14px; color:#000; line-height:28px; background:#fff;}
.page_content p{ line-height:28px;}
.back{width:90%; margin:0 auto; height:auto; padding:5%;background:#fff;}
