.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    background: #F6FCFF;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;  
    padding:20px 40px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position:fixed;
    top:80px;
    left:50%;
    margin-left:-30%;
    width:60%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}        
.closeblock {
    cursor:pointer;
    position: fixed;
    line-height:60px;
    font-size:82px;
    transform: rotate(45deg);
    text-align:center;
    top:20px;
    right:30px;
    color: #337AB7;    
}
.closeblock:hover {
    color: #000;    
}



HTML, BUTTON, INPUT, SELECT, TEXTAREA {
	color: #222;
}
HTML
{
	font-size: 1em;
	line-height: 1.4;
}
::-moz-selection
{
	background: #B3D4FC;
	text-shadow: none;
}
::selection
{
	background: #B3D4FC;
	text-shadow: none;
}
HR
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
AUDIO, CANVAS, IMG, VIDEO
{
	vertical-align: middle;
}
FIELDSET
{
	border: 0;
	margin: 0;
	padding: 0;
}

TEXTAREA
{
	resize: vertical;
}

.browsehappy
{
	margin: 0.2em 0;
	background: #CCC;
	color: #000;
	padding: 0.2em 0;
}
.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
/*IE 6/7 fallback*/
	=text-indent: -9999px;
}
.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden
{
	display: none !important;
	visibility: hidden;
}
.visuallyhidden
{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus
{
	clip: rect(auto, auto, auto, auto);
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible
{
	visibility: hidden;
}
.clearfix:before, .clearfix:after
{
	content: " ";
	display: table;

}
.clearfix:after
{
	clear: both;
}
.clearfix
{
	=zoom: 1;
}
@media print
{
	*
	{
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;

	}
	A, A:visited
	{
		text-decoration: underline;
	}
	A[href]:after
	{
		content: " (" attr(href) ")";
	}
	ABBR[title]:after
	{
		content: " (" attr(title) ")";
	}
	.ir A:after, A[href^="javascript:"]:after, A[href^="#"]:after
	{
		content: "";
	}
	PRE, BLOCKQUOTE
	{
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	THEAD
	{
		display: table-header-group;
	}
	TR, IMG
	{
		page-break-inside: avoid;
	}
	IMG
	{
		max-width: 100% !important;
	}
	@page
	{
		margin: 0.5cm;
	}
	P, H2, H3
	{
		orphans: 3;
		widows: 3;
	}
	H2, H3
	{
		page-break-after: avoid;
	}
}

@media screen and (max-width: 1155px) {
BODY {
	min-width: 1155px;
}
}
HTML {
	overflow: -moz-scrollbars-vertical;
    width: 100%;
	height: 100%
}
BODY {
	min-width: 1200px;
	height: 100%;
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: 0px auto;
}
:focus {
	outline: 0px;
	-moz-outline: 0px;
}
::-webkit-input-placeholder {
	color: #E4E4E4;
	font-weight: 300;
	font-style: italic;
}
:-moz-placeholder {
/*Firefox 18-*/
	color: #E4E4E4;
	font-weight: 300;
	font-style: italic;
}
::-moz-placeholder {
/*Firefox 19+*/
	color: #E4E4E4;
	font-weight: 300;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #E4E4E4;
	font-weight: 300;
	font-style: italic;
}

/**********************************/
.header {
	min-height: 141px;
	width: 100%;
	background-color: #FFFFFF;
}
.header-scroll {
	width: 100%;
	min-height: 110px;
	position: fixed;
	background-color: #FFFFFF !important;
	z-index: 999;
}
.header-content {
	width: 1155px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.header-content .hr-logo {
	background-color: #FFFFFF;
	z-index: 999;
	display: inline-block;
	position: absolute;
	top: 43px;
	left: 11px;
}
.header-content .hr-phone {
	z-index: 999;
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 413px;
}
.header-content .hr-msg SPAN {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	font-family: Ubuntu, sans-serif;
	margin-left: 35px;
	position: relative;
	top: 4px;
}
.header-content .hr-number SPAN {
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
}
.header-content .hr-nav {
	z-index: 999;
	position: absolute;
	top: 54px;
	right: 0px;
}
.header-content .hr-nav UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0;
}
.header-content .hr-nav UL LI {
	display: inline-block;
}
.header-content .hr-nav UL LI + LI {
	margin-left: 12px;
}
.header-content .hr-nav UL LI A {
	font-size: 20px;
	color: #363636;
	text-decoration: underline;
	font-family: Ubuntu;
	font-weight: 300;
	line-height: 34px;
}

/**********************************/
.section-1 {
	width: 100%;
	background-color: #83DAF3;
	border-top: 1px solid #CDF0FA;
	border-bottom: 1px solid #CDF0FA;
}
.section-1-content {
	min-height: 551px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.s1c-h1  {
	position: relative;
	top: 25px;
	left: 8px;
	text-align: center;
	width: 685px;
	font-size: 42px;
	display: block;
	text-align: center;
	font-weight: 700;
	font-family: Ubuntu, sans-serif;
	line-height: 43px;
}
.s1c-h2 {
	position: relative;
	top: 34px;
	/* left: -33px; */
	font-size: 25px;
	display: block;
	text-align: center;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	width: 770px;
	line-height: 34px;
}
.s1c-car {
	position: relative;
	top: 45px;
	left: 83px;
	width: 560px;
}
.s1c-car-ton {
	position: relative;
	bottom: 0px;
/*	left: 35%; */
	font-size: 27px;
	line-height: 36px;
	font-weight: 700;
}
.s1c-car a.s1c-left-arrow {
	position: absolute;
	bottom: 112px;
	left: 6px;
	background: transparent url(../images/s1c-left-arrow.png) no-repeat;
	width: 25px;
	height: 41px;
	z-index: 4;
	text-indent: -9999px;
	cursor: pointer;
}
.s1c-car a.s1c-right-arrow {
	position: absolute;
	bottom: 112px;
	left: 515px;
	background: transparent url(../images/s1c-right-arrow.png) no-repeat;
	width: 25px;
	height: 41px;
	z-index: 4;
	text-indent: -9999px;
	cursor: pointer;
}
.s1c-fm-content {
	position: absolute;
	right: 0px;
	top: 42px;
}
.s1c-fm-top {
	background-color: #fff;
	height: 455px;
	border-left: 1px solid #CCF0FA;
	border-top: 1px solid #CCF0FA;
	border-right: 1px solid #CCF0FA;
	border-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px;
}
.s1c-fm-name {
	font-weight: 700;
	margin-top: 5px;
	margin-left: 1px;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
}
.s1c-fm-name-min {
	font-family: Arial;
	font-weight: 400;
	font-size: 19px;
	text-align: center;
	margin-bottom: 23px;
	margin-top: 21px;
	margin-left: 10px;
	line-height: 24px;
}
.s1c-fm-input {
	margin-bottom: 17px;
}
.s1c-fm-input INPUT[type="text"] {
	border: 1px solid #E0E0E0;
	width: 315px;
	height: 57px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-size: 25px;
	text-align: center;
}
.s1c-fm-submit INPUT[type="button"] {
	border: 1px solid #FFF8CC;
	width: 317px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	font-size: 25px;
	text-align: center;
	background-color: #FFDA00;
	font-weight: 700;
}

.s1c-fm-text {
	text-align: center;
	font-style: italic;
	font-size: 21px;
	margin-top: 10px;
	margin-left: 3px;
}
.s1c-fm-text > DIV {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	margin-top: -5px;
	margin-left: 3px;
}
.s1c-fm-phone {
	font-weight: 700;
	text-align: center;
	font-size: 33px;
	margin-top: -7px;
}
.s1c-fm-down {
	height: 11px;
	background-color: #FFDA00;
}

/**********************************/
.section-2 {
	width: 100%;
	background-color: #FFFFFF;
}
.section-2-content {
	min-height: 125px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 20px;
}
.section-2-content > DIV {
	left: auto;
	right: auto;
	border: 0px;
	text-align: center;
	display: inline-block;
	width: 1155px;
	vertical-align: top;
	padding: 0px;
	position: relative;
	/* background-color: blue; */
}
.s2c-10 {
	font-weight: 700;
	font-size: 63px;
	color: #363636;
	width: 190px;
	display: inline-block;
	/* background-color: red; */
}
.s2c-10 SPAN {
	font-size: 20px;
	color: #000000;
	vertical-align: middle;
	font-weight: 400;
	margin-left: -4px;
	position: relative;
	top: -4px;
}
.s2c-14 {
	margin: 0px;
	font-weight: 700;
	font-size: 63px;
	color: #363636;
	width: 291px;
	display: inline-block;
	/* background-color: green; */
}
.s2c-14 SPAN {
	font-size: 20px;
	color: #000000;
	vertical-align: middle;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: -7px;
	left: -3px;
	display: inline-block;
	line-height: 23px;
}
.s2c-20 {
	font-weight: 700;
	font-size: 63px;
	color: #363636;
	width: 287px;
	display: inline-block;
	/* background-color: yellow; */
}
.s2c-20 SPAN {
	font-size: 20px;
	color: #000000;
	vertical-align: middle;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: -7px;
	line-height: 23px;
}
.s2c-300 {
	font-weight: 700;
	font-size: 63px;
	color: #363636;
	width: 348px;
	display: inline-block;
}
.s2c-300 EM {
	font-size: 15px;
	color: #363636;
	vertical-align: top;
	font-weight: 400;
	display: inline-block;
	position: relative;
	top: 1px;
	left: 64px;
	font-style: normal;
}
.s2c-300 SPAN {
	font-size: 20.4px;
	color: #000000;
	vertical-align: middle;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-left: -5px;
	top: -8px;
	line-height: 24px;
}
.section-2-border {
	height: 11px;
	width: 100%;
	background-color: #FFDA00;
	border-top: 1px solid #FFF099;
	border-bottom: 1px solid #FFF099;
}

/**********************************/
.section-3 {
	width: 100%;
	background-color: #FFFFFF;
}
.section-3-content {
	min-height: 201px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.s3c-h1 {
 position: relative;
 top: 28px;
 font-size: 33px;
 text-align: center;
 line-height: 37px;
}
.s3c-h2 {
 position: relative;
 top: 60px;
 font-size: 28px;
 text-align: center;
 line-height: 37px;
}

/**********************************/
.section-4 {
	width: 100%;
	background-color: #FFDA00;
	border-top: 1px solid #FFE133;
	border-bottom: 1px solid #FFF8CC;
	position: relative;
	z-index: 2;
}
.section-4:after {
	content: url(../images/s4c-border.png);
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
}
.section-4:before {
	content: url(../images/s4c-border.png);
	display: inline;
	position: absolute;
	top: 0px;
	right: 0;
}
.section-4-content {
	min-height: 288px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.s4c-h1 {
	position: relative;
	top: 22px;
	left: 215px;
	width: 680px;
	font-size: 28px;
	text-align: center;
}
.s4c-form {
	position: relative;
	top: 55px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	/* background-color: red; */
	display: inline-block;
	margin-left: 30px;
}
.s4c-form input[type="button"] {
	width: 318px;
	padding: 15px 0px 15px 0px;
	position: relative;
	top: 10px;
	vertical-align: top;
	margin-left: 27px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px;
	vertical-align: ;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 25px;
	font-weight: 700;
	font-family: Ubuntu, sans-serif;
	color: #fff;
	background-color: #0ec24d;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}
.s4c-form input[type="text"] {
	width: 338px;
	padding: 20px 10px 16px 21px;
	position: relative;
	top: 10px;
	vertical-align: top;
	margin-left: 31px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 0px;
	vertical-align: ;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 21px;
	font-weight: 400;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	
}
.number-wrapper {
	display: inline-block;
}
.bold {
	font-weight: 700;
	font-size: 52px;
	padding-left: 13px;
	padding-right: 10px;
	position: relative;
	top: -5px;
	color: #000;
}
.number {
	font-weight: 700;
	font-size: 52px;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 21px;
	padding-right: 21px;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}
.caption {
	position: relative;
	margin-top: 12px;
	font-size: 18px;
	display: block;
	width: 100px;
	text-align: center;

}
.section-4-arrow {
	height: 22px;
	width: 45px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/4-arrow.png) no-repeat center top;
	position: relative;
	top: 22px;
	z-index: 3;
}

/**********************************/
.section-5 {
	width: 100%;
	background-color: #FFFFFF;
}
.section-5-content {
	min-height: 3565px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* background-color: green; */
}
.s5c-h1 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	position: relative;
	top: 40px;
}
.s5c-products {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 135px;
}
.s5c-products > div {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 42px;
}
.s5c-image {
	width: 375px;
	display: inline-block;
	margin-left: 8px;
	float: left;
}
.s5c-image img {
	width: 356px;
	height: 421px;
	display: inline-block;
}
.s5c-name {
	font-size: 34px;
	font-weight: 700;
	position: relative;
	bottom: 6px;
	left: 20px;
}
.s5c-description {
	float: right;
	display: inline-block;
	width: calc(100% / 385px);
	margin-bottom: 10px;
	/* background-color: red; */
}
ul.s5c-left {
	display: inline-block;
	width: 350px;
	vertical-align: top;
	margin: 0px 52px 0px 0px;
	padding-top: 5px;
	
}
ul.s5c-left li {
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
}
ul.s5c-right {
	display: inline-block;
	list-style: none;
	width: 300px;
	margin: 0px;
	padding: 6px 0px 0px 0px;
}
ul.s5c-right li {
	padding-bottom: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
}
.s5c-buy {
	float: right;
	display: block;
	width: calc(100% - 400px);
	vertical-align: top;
}
.s5c-buy a.s5c-button {
	border: 1px solid #ffee88;
	font-size: 25px;
	width: 317px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	display: inline-block;
	background-color: #ffda00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
.s5c-price {
	display: inline-block;
	width: 363px;
	vertical-align: top;
	margin: 0px 48px 0px 10px;
	padding: 8px 0px 6px 0px;
	font-family: 'Arial', sans-serif;
	font-size: 29px;
	font-weight: 400;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

/**********************************/
.section-6 {
	width: 100%;
	background-color: #F2F2F2;
	border-top: 1px solid #F6F6F6;
	border-bottom: 1px solid #F8F8F8;
}
.section-6-content {
	min-height: 321px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.s6c-h1 {
	text-align: center;
	position: relative;
	top: 43px;
	font-size: 38px;
	font-weight: 700;
}
.s6c-company {
	position: relative;
	top: 66px;
	vertical-align: top;
	text-align: center;
}
.s6c-company img {
	margin-left: 25px;
	margin-right: 25px;
}
.s6c-company img:nth-last-child(1) {
	position: relative;
	top: 19px;
	margin-left: 25px;
	margin-right: 25px;
}

/**********************************/
.section-7 {
	width: 100%;
	background-color: #FFFFFF;
}
.section-7-content {
	min-height: 834px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* background-color: red; */
}
.s7c-icon {
	position: relative;
	top: 30px;
	left: 7px;
	background: url(../images/s7c-logo.png) no-repeat;
	width: 167px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
}
.s7c-h1 {
	position: relative;
	top: 33px;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.s7c-h2 {
	position: relative;
	top: 34px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.s7c-description {
	position: relative;
	top: 103px;
	left: 61px;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.s7c-left {
	float: left;
	width: 505px;
	/* background-color: green; */
}
.s7c-left  > div{
	display: inline-block;
}
.s7c-right  > div{
	display: inline-block;
}
.s7c-left span {
 	width: 150px;
	display: inline-block;
	text-align: center;
}
.s7c-left img {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 14px;
	margin-left: 5px;
}
.s7c-left i {
	position: relative;
	top: 15px;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
}
.s7c-right {
	float: left;
	width: 550px;
	border-left: 5px solid #FFDA00;
	/* background-color: green; */
}
.s7c-right span {
 	width: 150px;
	display: inline-block;
	text-align: center;
	margin-left: -22px;
}
.s7c-right img {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 14px;
}
.s7c-right i {
	position: relative;
	top: 10px;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-size: 18px;
	line-height: 20px;
	width: 400px
}

/**********************************/
.section-8 {
	width: 100%;
	background-color: #FFDA00;
	border-top: 1px solid #FEF5BB;
	border-bottom: 1px solid #FFF099;
	padding-bottom: 50px;
}
.section-8-content {
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* background-color: green; */
}
.s8c-h1 {
	position: relative;
	top: 16px;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}
.s8c-review-content {
	position: relative;
	top: 44px;	
}
.s8c-review-left {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 49px;
	overflow: hidden;
}
.s8c-review-left .s8c-photo {
	position: relative;
	left: 75px;
	top: 20px;
	width: 354px;
	display: inline-block;
	float: left;
}
.s8c-review-left .s8c-description {
	background-color: #fff;
	position: relative;
	left: 41px;
	float: left;
	display: inline-block;
	width: 758px;
	min-height: 275px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}
.s8c-review-left .s8c-description-arrow  {
	background: url(../images/s8c-arrow-left.png) no-repeat 0px 0px;
	position: absolute;
	top: 140px;
	left: -34px;
	width: 37px;
	height: 35px;
}
.s8c-review-right {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 49px;
	overflow: hidden;
}
.s8c-review-right .s8c-photo {
	position: relative;
	top: 40px;
	left: 62px;
	width: 354px;
	display: inline-block;
	float: right;
}
.s8c-review-right .s8c-description {
	background-color: #fff;
	position: relative;
	left: 0px;
	display: inline-block;
	width: 758px;
	min-height: 275px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
}
.s8c-review-right .s8c-description-arrow  {
	background: url(../images/s8c-arrow-right.png) no-repeat 0px 0px;
	position: absolute;
	top: 150px;
	right: -34px;
	width: 46px;
	height: 45px;
}
.s8c-name {
	font-size: 21px;
	font-weight: 700;
	line-height: 15px;
}
.s8c-company {
	font-size: 19px;
	font-weight: 400;
	font-style: italic;
	color: #838383;
	margin-bottom: 30px;
}
.s8c-work {
	font-size: 19px;
	font-weight: 400;
	color: #838383;
}
.s8c-service {
	font-size: 19px;
	font-weight: 400;
	color: #838383;
	margin-bottom: 30px;
}
.s8c-comment {
	font-size: 19px;
	font-weight: 400;
	color: #000;
}
.s8c-reviews {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}

/**********************************/
.section-9 {
	width: 100%;
	background-color: #FFFFFF;
}
.section-9-content {
	min-height: 150px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* background-color: brown; */
}
.section-9-content input[type="button"] {
	position: relative;
	top: 28px;
	left: 393px;
	height: 90px;
	width: 367px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #29bb2f;
	color: #FFF;
	font-weight: 700;
	font-size: 27px;
	border-top: 1px solid #7fd682;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}

/**********************************/
.section-10 {
	width: 100%;
	background-color: #FFDA00;
	border-bottom: 1px solid #FEE02E;
	position: relative;
	z-index: 2;
}
.section-10-content {
	min-height: 55px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.s10c-h1 {
	position: relative;
	top: 11px;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
}
.section-10-arrow {
	height: 21px;
	width: 42px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent url(../images/10-arrow.png) no-repeat center top;
	position: relative;
	top: 21px;
	z-index: 3;
}

/**********************************/
.section-11 {
	width: 100%;
	height: 450px;
	background-color: #F4F0D2;
}

/**********************************/
.footer {
	width: 100%;
	background-color: #FFDA00;
	border-bottom: 1px solid #FFF7BC;
}
.footer-content {
	min-height: 280px;
	width: 1155px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-h1 {
	position: relative;
	top: 30px;
	font-size: 36px;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	text-align: center;
}
.footer-h2 {
	position: relative;
	top: 30px;
	font-size: 28px;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 34px;
}
.footer-form {
	position: relative;
	top: 54px;
	margin-left: 10px;
}
.footer-form input[type="text"] {
	width: 385px;
	height: 58px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 15px;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-style: italic;
	padding-left: 15px;
	padding-right: 5px;
}
.footer-form input[type="button"] {
	position: relative;
	top: -2px;
	width: 319px;
	height: 58px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 9px;
	background-color: #323232;
	color: #fff;
	border: 1px solid #84751e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 27px;
	font-weight: 700;
}
.footer-border {
	height: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFDA00 url(../images/footer-border.jpg) repeat-x left top;
}

/**************** 1024 ******************/

@media screen and (max-width: 1024px) {

	BODY {
		min-width: 1024px;
	}
	.header-content {
		width: 1024px;
	}
	.header-content .hr-logo img {
		width: 250px;
	}

	.header-content .hr-phone {
		left: 300px;
	}

	.header-content .hr-msg SPAN {
		font-size: 18px;
	}
	.header-content .hr-number SPAN {
		font-size: 25px;
	}
	.header-content .hr-nav {
		right: 5px;
	}
	.header-content .hr-nav UL LI A {
		font-size: 18px;
	}
	.section-1-content {
		width: 1024px;
	}
	.s1c-h1 {
		left: 0px;
		width: 585px;
		font-size: 32px;
	}
	.s1c-h2 {
		font-size: 20px;
		width: 670px;
	}
	.s1c-car {
		left: 33px;
	}
	.s1c-car-ton {
	/*	left: 250px; */
		font-size: 20px;
	}
	.section-2-content {
		width: 1024px;
		min-height: 90px;
	}
	.section-2-content > DIV {
		width: 1024px;
	}
	.s2c-10 {
		font-size: 43px;
		width: 140px;
	}
	.s2c-10 SPAN {
		font-size: 18px;
	}
	.s2c-14 {
		font-size: 43px;
		width: 230px;
	}
	.s2c-14 SPAN {
		font-size: 15px;
	}
	.s2c-20 {
		font-size: 43px;
		width: 277px;
	}
	.s2c-20 SPAN {
		font-size: 15px;
	}
	.s2c-300 {
		font-size: 43px;
		width: 300px;
	}
	.s2c-300 EM {
		font-size: 15px;
		top: -7px;
		left: 55px;
	}
	.s2c-300 SPAN {
		font-size: 15px;
	}

	.section-3-content {
		min-height: 150px;
		width: 1024px;
	}
	.s3c-h1 {
		top: 10px;
		font-size: 23px;
	}
	.s3c-h2 {
		top: 20px;
		font-size: 21px;
	}
	.section-4-content {
		width: 1024px;
	}
	.s4c-h1 {
		font-size: 25px;
	}
	.s4c-form {
		position: relative;
		top: 55px;
		left: 42px;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
	}
	.s4c-form input[type="button"] {
		width: 218px;
	}
	.s4c-form input[type="text"] {
		width: 238px;
	}

	.section-5-content {
		width: 1024px;
		min-height: 3050px;
	}
	.s5c-h1 {
		font-size: 30px;
	}

	.s5c-image {
		width: auto;
	}
	.s5c-image img {
		width: 256px;
		height: auto;
	}
	.s5c-name {
		font-size: 28px;
		left: 15px;
	}
	.s5c-description {
		width: calc(100% - 286px);
	}
	ul.s5c-left {
		width: 280px;
	}
	ul.s5c-left li {
		font-size: 15px;
	}
	ul.s5c-right li {
		font-size: 15px;
	}
	.s5c-buy {
		width: calc(100% - 286px);
	}
	.s5c-buy a.s5c-button {
		font-size: 20px;
		width: 258px;
		height: 50px;
		cursor: pointer;
	}
	.s5c-price {
		font-size: 25px;
	}
	.section-6-content
	{
		min-height: 270px;
		width: 1024px;
	}
	.s6c-h1 {
		top: 20px;
		font-size: 38px;
	}
	.s6c-company {
		top: 46px;
	}
	.s6c-company img {
		margin-left: 10px;
		margin-right: 10px;
	}

	.section-7-content {
		min-height: 734px;
		width: 1024px;
	}
	.s7c-h1 {
		font-size: 32px;
	}
	.s7c-h2 {
		font-size: 20px;
	}
	.s7c-description {
		top: 70px;
		left: 0px;
		width: 1024px;
	}
	.s7c-left span {
		width: 150px;
	}
	.s7c-left i {
		font-size: 14px;
	}
	.s7c-right {
		width: 490px;
	}
	.s7c-right span {
		width: 150px;
	}
	.s7c-right i {
		font-size: 14px;
	
		width: 360px;
		/* background-color: red; */
}
	.section-8-content {
		width: 1024px;
	}
	.s8c-h1 {
		font-size: 30px;
	}
	.s8c-review-left .s8c-photo {
		width: 250px;
	}
	.s8c-review-left .s8c-photo img{
		width: 150px;
	}
	.s8c-review-left .s8c-description {
		width: 658px;
	}
	.s8c-review-left .s8c-description-arrow  {
		top: 100px;
	}
	.s8c-review-right .s8c-photo {
		width: 250px;
	}
	.s8c-review-right .s8c-photo img {
		width: 150px;
	}
	.s8c-review-right .s8c-description {
		left: 70px;
		width: 658px;
	}
	.s8c-review-right .s8c-description-arrow  {
		top: 120px;
	}
	.s8c-name {
		font-size: 18px;
	}
	.s8c-company {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.s8c-work {
		font-size: 15px;
	}
	.s8c-service {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.s8c-comment {
		font-size: 15px;
	}
	.s8c-reviews {
		font-size: 14px;
	}

	.section-9-content {
		min-height: 100px;
		width: 1024px;
		text-align: center;
	}
	.section-9-content input[type="button"] {
		position: static;
		margin-top: 20px;
		height: 60px;
		width: 270px;
	}
	
	.section-10-content {
		min-height: 55px;
		width: 1024px;
	}
	.s10c-h1 {
		font-size: 30px;
	}
	.footer-content {
		min-height: 280px;
		width: 1024px;
	}
	.footer-h1 {
		top: 10px;
		font-size: 30px;
	}
	.footer-h2 {
		top: 10px;
		font-size: 24px;
		font-weight: 400;
	}
	.footer-form {
		top: 24px;
	}
	.footer-form input[type="text"] {
		width: 295px;
	}
}

/**************** 768 ******************/

@media screen and (max-width: 800px) {

	BODY {
		min-width: 768px;
	}
	.header {
		min-height: 100px;
	}
	.header-scroll {
		position: static;
		width: 768px;
		min-height: 100px;
	}
	.header-content {
		margin-top: 10px;
		width: 768px;
		position: static;
	}
	.header-content .hr-logo {
		margin-top: 10px;
		float: left;
		position: static;
		margin-left: 10px;
	}
	.header-content .hr-phone {
		float: right;
		margin-right: 30px;
		position: static;
	}
	.header-content .hr-msg SPAN {
		font-size: 18px;
	}
	.header-content .hr-number SPAN {
		font-size: 25px;
		font-style: normal;
	}
	.header-content .hr-nav {
		padding-top: 10px;
		padding-bottom: 10px;
		position: static;
		clear: both;
		text-align: center;
	}
	.header-content .hr-nav UL LI A {
		font-size: 20px;
	}
	
/**********************************/	
	.section-1-content {
		margin-top: 15px;
		width: 768px;
	}
	.s1c-h1 {
		width: 100%;
		clear: both;
		font-size: 35px;
		position: static;
	}
	.s1c-h2 {
		width: 100%;
		font-size: 20px;
		clear: both;
		position: static;
		text-align: center;
	}

	.s1c-car-ton {
		font-size: 20px;
		text-align: center;
	}
	.s1c-car {
		position: relative;
		top: 5px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	.s1c-fm-content {
		margin-top: 20px;
		position: static;
		clear: both;
		width: 360px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
/**********************************/
	.section-2-content {
		width: 768px;
		min-height: 70px;
		top: 10px;
	}
	.section-2-content > DIV {
		width: 768px;
		margin: 0px 0px 0px 0px;
	}
	.s2c-10 {
		font-size: 43px;
		width: 127px;
	}
	.s2c-10 SPAN {
		font-size: 15px;
	}
	.s2c-14 {
		font-size: 43px;
		width: 175px;
	}
	.s2c-14 SPAN {
		font-size: 15px;
	}
	.s2c-20 {
		font-size: 43px;
		width: 210px;
	}
	.s2c-20 SPAN {
		font-size: 15px;
	}
	.s2c-300 {
		font-size: 43px;
		width: 240px;
	}
	.s2c-300 EM {
		font-size: 15px;
		top: -7px;
	}
	.s2c-300 SPAN {
		font-size: 15px;
	}
	
/**********************************/	
	.section-3-content {
		min-height: 130px;
		width: 768px;
	}
	.s3c-h1 {
		top: 5px;
		font-size: 20px;
		font-weight: 700;
	}
	.s3c-h2 {
		top: 5px;
		font-size: 18px;
	}
	
/**********************************/
	.section-4-content {
		width: 768px;
	}
	.section-4:after {
	content: "";
	}
	.section-4:before {
	content: "";

	}
	.s4c-h1 {
		width: 100%;
		font-size: 20px;
		text-align: center;
		position: static;
		margin-top: 10px;
	}
	.s4c-form {
		clear: both;
		margin-top: 30px;
		position: static;
	
		width: 100%;
		margin-left: 0px;
}
	#special {
		clear: both;
		display: block;
		text-align: center;
	}
	.s4c-form input[type="button"] {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.s4c-form input[type="text"] {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		clear: both;
		display: block;
		margin-top: 20px;
		margin-bottom: 10px;
	}

/**********************************/
	.section-5-content {
		width: 768px;
		min-height: 6300px;
		display: block;
	}
	.s5c-h1 {
		font-size: 30px;
	}
	.s5c-image {
		width: 100%;
		text-align: center;
		float: none;
		margin-bottom: 10px
	}
	.s5c-image img {
		width: 356px;
		height: auto;
	}
	.s5c-name {
		font-size: 28px;
		position: static;
		text-align: center;
		margin-bottom: 10px
	}
	.s5c-description {
		width: 100%;
		clear: both;
		float: none;
	}
	ul.s5c-left {
		width: 42%;
	}
	ul.s5c-left li {
		font-size: 17px;
	}
	ul.s5c-right {
		width: 42%;
	}
	ul.s5c-right li {
		font-size: 17px;
	}
	.s5c-buy {
		width: 100%;
	}
	.s5c-buy a.s5c-button {
		font-size: 20px;
		width: 45%;
		cursor: pointer;
	}
	.s5c-price {
		font-size: 25px;
		width: 42%;
	}
	
/**********************************/
	.section-6-content 	{
		min-height: 180px;
		width: 768px;
	}
	.s6c-h1 {
		margin-top: 10px;
		font-size: 28px;
		position: static;
	}
	.s6c-company {
		margin-top: 15px;
		position: static;
	}
	.s6c-company img {
		margin-left: 10px;
		margin-right: 10px;
		max-width: 14%;
	}
	
/**********************************/
	.section-7-content {
		min-height: 755px;
		width: 768px;
		display: block;
	}
	.s7c-icon {
		margin-top: 15px;
		position: static;
		width: 130px;
		background-size: contain;
	}
	.s7c-h1 {
		font-size: 32px;
		position: static;
	}
	.s7c-h2 {
		font-size: 20px;
	}
	.s7c-description {
		top: 50px;
		left: 0px;
		width: 768px;
	}
	.s7c-left {
		width: 47%;
		border-right: 5px solid #FFDA00;
	}
	.s7c-left span {
		width: 150px;
		position: static;
	}
	.s7c-left i {
		font-size: 13px;
		width: 200px;
	}
	.s7c-right {
		width: 48%;
		border-left: 0px;
	}
	.s7c-right span {
		width: 150px;
		position: static;
	}
	.s7c-right i {
		font-size: 13px;
		width: 200px;
		margin: 0px;
	}
	
/**********************************/
	.section-8-content {
		width: 768px;
	}
	.s8c-h1 {
		font-size: 30px;
	}
	.s8c-review-left .s8c-photo {
		width: 180px;
		left: 20px;
	}
	.s8c-review-left .s8c-photo img{
		width: 150px;
	}
	.s8c-review-left .s8c-description {
		width: 520px;
	}
	.s8c-review-left .s8c-description-arrow  {
		top: 150px;
	}
	.s8c-review-right .s8c-photo {
		left: 0px;
		width: 180px;
	}
	.s8c-review-right .s8c-description {
		left: 20px;
		width: 520px;
	}
	.s8c-review-right .s8c-description-arrow  {
		top: 160px;
	}
	
/**********************************/
	.section-9-content {
		width: 768px;
		text-align: center;
	}
	.section-9-content input[type="button"] {
		position: static;
		margin-top: 20px;
		height: 60px;
		width: 270px;
	}
	
/**********************************/
	.section-10-content {
		width: 768px;
	}
	
/**********************************/
	.footer-content {
		min-height: 280px;
		width: 768px;
	}
	.footer-h1 {
		top: 10px;
		font-size: 30px;
	}
	.footer-h2 {
		top: 10px;
		font-size: 24px;
		font-weight: 400;
	}
	.footer-form {
		margin-top: 25px;
		position: static;
		text-align: center;
		display: block;
	}
	.footer-form input[type="text"] {
		width: 360px;
		margin-bottom: 20px;
		position: static;
		margin-right: 5px;
		margin-left: 5px;
	}
	.footer-form input[type="button"] {
		text-align: center;
		position: static;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

/****************** 320 ****************/

@media screen and (max-width: 480px) {
	BODY {
		min-width: 320px;
	}
	.header {
		min-height: 100px;
	}
	.header-scroll {
		position: static;
		width: 100%;
		min-height: 100px;
	}
	.header-content {
		margin-top: 10px;
		width: 100%;
		position: static;
	}
	.header-content .hr-logo {
		margin: 0px;
		position: static;
		/* margin-left: auto; */
		/* margin-right: auto; */
		text-align: center;
		width: 100%;
	
		float: none;
}
	.header-content .hr-phone {
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		position: static;
		width: 100%;
		text-align: center
	}
	.header-content .hr-msg SPAN {
		font-size: 18px;
		margin-left: 0px;
		margin-right: 0px;
		position: static;
	}
	.header-content .hr-number SPAN {
		font-size: 25px;
		font-style: normal;
		margin: 0px;
	}
	.header-content .hr-nav {
		padding-top: 10px;
		padding-bottom: 10px;
		position: static;
		clear: both;
		text-align: center;
	
		margin-left: auto;
		margin-right: auto;
		width: 100%;
}
	.header-content .hr-nav UL LI A {
		font-size: 20px;
	}
	
/**********************************/
	.section-1-content {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 320px;
	}
	.s1c-h1 {
		font-size: 25px;
		position: static;
		text-align: center;
	}
	.s1c-h2 {
		font-size: 18px;
		position: static;
		text-align: center;
	}
	.s1c-car {
		width: 100%;
		font-size: 20px;
		position: static;
		text-align: center;
	}
	.s1c-car img {
		max-width: 100%;
		margin-left: -20px;
	}
	.s1c-car-ton {
		font-size: 20px;
		position: static;
		clear: both;
		text-align: center;
	}
	.s1c-left-arrow {
		display: none;
	}
	.s1c-right-arrow {
		display: none;
	}
	.s1c-fm-content {
		width: 320px;
		position: static;
	}
	.s1c-fm-name {
		margin: 0px;
		font-size: 25px;
		line-height: 25px;
	}
	.s1c-fm-name-min {
		margin: 10px 0px;
		font-size: 18px;
		line-height: 25px;
	}
	.s1c-fm-top {
		width: 320px;
	}
	.s1c-fm-input INPUT[type="text"] {
		width: 270px;
	}
	.s1c-fm-submit INPUT[type="button"] {

		width: 270px;
	}
	.s1c-fm-phone {
		font-size: 30px;
		margin-top: 5px;
	}
	.s1c-fm-down {
		width: 320px;
	}

/**********************************/
	.section-2-content {
		width: 320px;
		min-height: 260px;
		top: 10px;
	}
	.section-2-content > DIV {
		width: 320px;
		margin: 0px 0px 0px 0px;
	}
	.s2c-10 {
		font-size: 43px;
		width: 170px;
		text-align: left;
		margin-left: 0px;
	
		position: relative;
	}
	.s2c-10 SPAN {
		font-size: 15px;
	}
	.s2c-14 {
		font-size: 43px;
		/* width: 60px; */
		text-align: left;
		/* margin-left: 38px; */
	
		/* position: relative; */
	
		display: inline-block;
}
	.s2c-14 SPAN {
		font-size: 15px;
	}
	.s2c-20 {
		font-size: 43px;
		/* width: 100%; */
		text-align: left;
		margin-left: 40px;
	}
	.s2c-20 SPAN {
		font-size: 15px;
	}
	.s2c-300 {
		font-size: 43px;
		/* width: 100%; */
		text-align: left;
		margin-left: -30px; 
	}
	.s2c-300 EM {
		font-size: 15px;
		top: -7px;
	}
	.s2c-300 SPAN {
		font-size: 15px;
	}
	
/**********************************/	
	.section-3-content {
		min-height: 130px;
		width: 320px;
		margin-bottom: 20px
	}
	.s3c-h1 {
		top: 10px;
		font-size: 20px;
		line-height: 22px;
		padding: 0px 5px;
		font-weight: 700;
	}
	.s3c-h2 {
		margin-top: 20px;
		padding: 0px 5px;
		position: static;
		font-size: 15px;
		line-height: 22px;
	}
	
/**********************************/
	.section-4-content {
		width: 320px;
		margin-bottom: 20px
	}
	.section-4:before {
	content: "";
	}
	.section-4:after {
	content: "";
	}
	.s4c-h1 {
		font-size: 15px;
	}
	.s4c-form {
		clear: both;
		margin-top: 30px;
		margin-left: 0px;
		position: static;
	
		width: 100%;
}
	#special {
		clear: both;
		display: block;
		text-align: center;
	}
	.number-wrapper {
		display: inline-block;
	}
	#special .bold {
		font-size: 32px;
		top: 0px;
	}
	#special .number {
		font-size: 30px;
	}
	.s4c-form input[type="button"] {
		width: 270px;
	}
	.s4c-form input[type="text"] {
		width: 270px;
	}
/**********************************/
	.section-5-content {
		width: 320px;
		margin-bottom: 40px;
	}
	.s5c-h1 {
		font-size: 30px;
	}
	.s5c-products {
		width: 100%;
		overflow: hidden;
		position: s;
		top: 60px;
	}
	.s5c-image {
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	.s5c-image img {
		max-width: 95%;
	}
	.s5c-name {
		font-size: 24px;
	}
	.s5c-description {
		width: 100%;
	}
	ul.s5c-left {
		width: 90%;
		margin: 0px;
		padding-left: 30px;
	}
	ul.s5c-left li {
		font-size: 15px;
		padding: 0px;
	}
	ul.s5c-right {
		width: 90%;
		margin: 10px 0px;
		padding-left: 30px;
		list-style: square outside;
	}
	ul.s5c-right li {
		font-size: 15px;
		padding: 0px;
	}
	.s5c-buy {
		width: 100%;
		text-align: center;
		margin: 0px;
	}
	.s5c-buy a.s5c-button {
		font-size: 20px;
		width: 90%;
		margin: 0px;
		cursor: pointer;
	}
	.s5c-price {
		font-size: 18px;
		width: 90%;
		margin: 10px 0px;
	}
	
/**********************************/
	.section-6-content 	{
		min-height: 180px;
		width: 320px;
	}
	.s6c-h1 {
		margin-top: 10px;
		font-size: 20px;
		position: static;
	}
	.s6c-company {
		margin-top: 15px;
		position: static;
		max-width: 100%;
	}
	.s6c-company img {
		max-width: 100%;
		padding-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.s6c-company img:nth-last-child(1) {
		position: static;
		max-width: 100%;
		padding-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
/**********************************/
	.section-7-content {
		width: 320px;
		display: block;
		margin-bottom: 50px;
	}
	.s7c-icon {
		margin-top: 15px;
		position: static;
		width: 130px;
		background-size: contain;
	}
	.s7c-h1 {
		font-size: 25px;
		position: static;
	}
	.s7c-h2 {
		position: static;
		margin-top: 15px;
		font-size: 15px;
		padding: 0px 10px;
	}
	.s7c-description {
		top: 20px;
		left: 0px;
		width: 320px;
	}
	.s7c-left {
		width: 100%;
		border: 0px;
		float: none;
		
	}
	.s7c-left span {
		width: 125px;
		position: static;
	}
	.s7c-left i {
		font-size: 15px;
		width: 190px;
		top: 12px;
	}
	.s7c-right {
		float: none;
		width: 100%;
	}
	.s7c-right span {
		width: 150px;
		position: static;
	}
	.s7c-right i {
		font-size: 15px;
		width: 185px;
		margin: 0px;
	}
	
/**********************************/
	.section-8-content {
		width: 320px;
	}
	.s8c-h1 {
		font-size: 25px;
	}
	.s8c-review-left {
		margin-bottom: 10px;
	}
	.s8c-review-left .s8c-photo {
		width: 100%;
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	.s8c-review-left .s8c-photo img{
		width: 80%;
	}
	.s8c-review-left .s8c-description {
		width: 320px;
		position: static;
		float: none;
	}
	.s8c-review-left .s8c-description-arrow  {
		background: none;
	}
	.s8c-review-right {
		margin-bottom: 10px;
	}
	.s8c-review-right .s8c-photo {
		width: 100%;
		position: static;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		text-align: center;
	}
	.s8c-review-right .s8c-photo img {
		width: 80%;
	}
	.s8c-review-right .s8c-description {
		width: 320px;
		position: static;
		float: none;
	}
	.s8c-review-right .s8c-description-arrow  {
		background: none;
	}
	
/**********************************/
	.section-9-content {
		width: 320px;
		text-align: center;
	}
	.section-9-content input[type="button"] {
		position: static;
		margin-top: 20px;
		height: 60px;
		width: 270px;
	}
	
/**********************************/
	.section-10-content {
		width: 320px;
	}
	
/**********************************/
	.footer-content {
		min-height: 280px;
		width: 320px;
		margin-bottom: 15px;
	}
	.footer-h1 {
		top: 10px;
		font-size: 28px;
	}
	.footer-h2 {
		top: 10px;
		font-size: 25px;
		padding: 0px 10px;
		font-weight: 400;
	}
	.footer-form input[type="text"] {
		width: 270px;
	}
	.footer-form input[type="button"] {
		width: 270px;
	}
}
.phone { text-align: center; }