body {
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 14px;
	margin:0px;
	line-height: 1.5;
	width:100%;
}
* {box-sizing: border-box;}
.back {
	position: relative;
    float: left;
	background:#333;
	width:100%;
	background: url(back.jpg) top center no-repeat;
    background-size: cover;
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.55) inset;
	padding-bottom: 40px;
}
a {
    color: #0275d8;
    text-decoration: none;
	transition: .1s linear;
}
a:hover {
    color: #ff7700;
    text-decoration: underline;
}
p {margin:0 0 10px 0;}
h1 {
	margin: 5px 0 0 0;
	font-size:26px;
	font-weight:normal;
	line-height: 26px;
	letter-spacing: -2px;
	color: #999;
}
h2 {
	font-size:12px;
	margin:0;
	line-height: 16px;
	font-weight:normal;
	//font-style: italic;
	//background: #fff;
	color: #999;
}

.page {
	padding:0 10px;
}
.content {
	position:relative;
	float:left;
	width:100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:40px;
}
.content01 {
	position:relative;
	float:left;
	width:100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:20px;
}
.content01 h5, .content02 h5{
	position:relative;
	float:left;
	width:100%;
	margin: 20px 0;
	font-size:20px;
	border-bottom:1px solid #39ab00;
	padding-bottom:10px;
}
.content02 {
	position:relative;
	float:left;
	width:100%;
	margin-top:20px;
}

.header {
	width:100%;
	position: relative;
    float: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
.header .logo {
	position:relative;
	float:left;
	background: url(logo.png) no-repeat top left;
	padding:0 0 0 60px;
	color: #333;
	height: 50px;
	margin:0;
}
.break {
    position: relative;
    float: left;
    width: 1px;
}
.phone-top {
	margin:0;
	padding: 5px 0 0 0;
	position:relative;
	float:right;
	text-align: right;
	max-width:340px;
	font-size: 12px;
}
.phone-top p, .phone-top p a{
    float: right;
	color:#999;
	margin:0;
	font-size:12px;
	line-height: 16px;
}
.phone-top a {
		font-size: 26px;
    line-height: 26px;
    letter-spacing: 0px;
	position:relative;
	float:right;
}
.box {
	position: relative;
    float: left;
    margin: 20px auto;
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}
.box h3 {
    font-size: 20px;
    padding: 5px 0;
    font-weight: normal;
    width: 100%;
    position: relative;
    float: left;
    margin: 0 0 20px 0;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.9) url(ok.png) no-repeat;
    background-position: 5px 5px;
    font-weight: bold;
    color: #ff6600;
}
.box h4 {
    background: none;
    padding: 0 0 0 0px;
    color: #777;
    font-size: 20px;
    margin: 0;
}

.knob {
    position: relative;
	float:right;
    background: linear-gradient(to right, #0aaf77 0%, #089972 36%, #06856f 100%);
    color: #fff;
    font-size: 20px;
    width: 100%;
    border: none;
    padding: 18px;
    text-align: center;
    cursor: pointer;
    text-shadow: #333 1px 0px 1px;
    box-shadow: #999 0px 0px 20px;
}
.knob:hover {
	background:#2fafeb;
}
.content-lead, .form {
	position:relative;
	float:left;
}
.form {
    background: #e9e9e9;rgba(255, 255, 255, .9);
    margin: 20px 0;
    color: #73b541;
    position: relative;
    float: left;
    box-shadow: 1px 2px 50px rgba(125,125,125,0.9);
	display:none;
}
.form h6 {
	color:#fff;
	background:#4380d3;
	margin:0;
	text-align: center;
	padding:10px 0;
	font-size:20px;
}
.form01 {
	position: relative;
    float: left;
	padding:20px;
}
.form .left, .form .right {
	position:relative;
	float:left;
	width:50%;
}
.form .left {padding-right:5px;}
.form .right {padding-left:5px;}
input, textarea, select {
	position:relative;
	float:left;
	width:100%;
	margin: 10px 0 0 0;
    padding: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
}
.cta {
	position:relative;
	float:left;
	background:#fff;
	width:100%;
}
.knob-sub {
	position:relative;
	margin:0 auto;
	width:200px;
}
.knob-sub .knob {
	padding:10px 0;
	width:200px;
}
.utp-text {
    position: relative;
    float: left;
    background: url(accept.png) no-repeat;
    background-position: 7px 7px;
    margin: 0 0 10px 0;
    padding: 5px 15px 5px 40px;
    width: 100%;
}
.utp-text h4 {
	color: #fff;
    font-size: 24px;
	margin:0;
	font-weight:normal;
	line-height: 30px;
	text-shadow: #000 0px 0px 20px;
}
.content-lead h3 {
	color: #fff;
    font-size: 40px;
	margin:0 0 40px 0;
	line-height: 60px;
	text-shadow: #000 0px 0px 50px;
}
.box02 img {
	width:50px;
	margin:0 auto 10px auto;
	display: block;
}

.footer-phone {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0 0 0;
	margin:20px 0;
	text-align:center;
	font-size:20px;
	color:#fff;
	background: linear-gradient(to right, #0aaf77 0%, #089972 36%, #06856f 100%);
}
.footer-phone a {color:#fff;}

.viber-mobile {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    display: none;
    background: #fff;
    padding: 5px 0;
}
.viber-mobile a {
    width: 120px;
    margin: 0 auto;
    font-weight: bold;
    color: #7d539f;
    font-size: 16px;
}
.box03 {
	border: 1px solid #cad4df;
    border-radius: 5px;
	text-align:center;
	padding:10px 20px;
	margin-bottom:20px;
}
.box03 img {width:100%;}
.box03:hover {background:#eee;}
.box03 h4 {font-size:14px;margin:0;}

.address {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #c0c0c0;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
li {
	position:relative;
	float:left;
	width:100%;
}
.content-img {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 4000px) {
.page {width:1150px;margin:0 auto;padding:0 20px;}
.content-lead {width:100%;}
.box01 {width:23%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:25%;padding-right:10px;}
.box03 {width:120px;}
.content-img {margin: 20px 0;padding: 0 50px;}
.content-img img {width: 250px;}
}

@media (max-width: 1200px) {
.page {width:1000px;margin:0 auto;}
.box01 {width:23%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:25%;padding-right:10px;}
.content-img img {width:200px;}
}

@media (max-width: 1100px) {
.page {width:900px;margin:0 auto;}
.box01 {width:23%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:25%;padding-right:10px;}
}

@media (max-width: 960px) {
.page {width:700px;margin:0 auto;}
.box01 {width:30%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:25%;padding-right:10px;}
.phone-top a {font-size:16px;}
.content-lead h3 {font-size:50px;line-height: 50px;}
.content-img img {width:180px;}
}

@media (max-width: 760px) {
.page {width:600px;margin:0 auto;}
.content-lead h3 {font-size:40px;line-height: 40px;}
.box01 {width:30%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:25%;padding-right:10px;}
.phone-top a {font-size:14px;}
.content-img img {display:none;}
}

@media (max-width: 620px) {
.page {width:100%;margin:0 auto;}
.box01 {width:45%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:45%;padding-right:10px;}
.phone-top a, .footer-phone {display:none;}
.form {display:block;width:100%;}
.viber-mobile {display: block;}
}

@media (max-width: 510px) {
.page {width:100%;margin:0 auto;}
h1 {font-size: 18px;}
.content-lead h3 {font-size:24px;line-height: 24px;margin:0 0 20px 0;text-align:center;}
.utp-text {margin:0;}
.utp-text h4 {font-size:16px;}
.box01 {width:100%;margin:0 10px 10px 0;border-bottom:1px solid #cad4df;padding-bottom:10px;}
.box02 {width:100%;padding-right:10px;}
}