div.firstbuts {
	background-image: url(../images/gen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	min-height: 400px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 50px 0px;
}

	div.firstbuts h1 {
		color: #ffffff;
		padding: 70px 20px 50px 20px;
		font-size: 36px;
		font-weight: 700;
		width: 85%;
		text-shadow: 0px 3px 10px rgba(0,0,0,1);
	}
	
	div.firstbuts div.butsy {
		display: table;
		width: 80%;
		background: rgba(255,255,255,0.9);
	}
		div.firstbuts div.butsy div.ln {
			display: table-cell;
			width: 50%;
		}
		
			div.firstbuts div.butsy div.ln div.block {
				display: table-cell;
				width: 50%;	
				vertical-align: top;
			}
				div.firstbuts div.butsy div.ln div.block a {
					display: block;
					margin: 10px;
					padding: 20px;
					height: 170px;
					text-align: center;
					text-decoration: none;
					text-transform: uppercase;
					color: #101010;
				}
				div.firstbuts div.butsy div.ln div.block a:hover {
					color: #1368b1;
				}
				div.firstbuts div.butsy div.ln div.block img {
					width: 70%;
					
				}
				div.firstbuts div.butsy div.ln div.block a span {
					display: block;
					font-size: 14px;
					font-weight: 500;
					padding: 10px 2px 5px 2px;
				}
	
				
@media screen and (max-width: 1200px) {
	div.firstbuts div.butsy div.ln div.block a span {
		font-size: 10px;
	}
	
}
@media screen and (max-width: 1100px) {
	div.firstbuts div.butsy div.ln div.block a {
		margin: 2px;
		padding: 15px 2px 5px 2px;
		height: 150px;
	}
	div.firstbuts h1 {
		font-size: 26px;
	}
}
@media screen and (max-width: 750px) {
	
	div.firstbuts {
		margin: 0px 0px 20px 0px;
	}
	div.firstbuts div.butsy div.ln div.block img {
		max-width: 160px;
	}
}	
@media screen and (max-width: 600px) {
	
	div.firstbuts div.butsy div.ln {
		display: table-row;
		width: 100%;
	}
	div.firstbuts div.butsy div.ln div.block a {
		height: 180px;
		padding: 5px 5px 20px 5px;
	}
	div.firstbuts h1 {
		font-size: 20px;
	}

}



#moreinno {
	display: none;
	opacity: 0;
	background: rgba(240,240,245, 0.95);
	border: 10px solid #d0d0d8;
	box-sizing: border-box;
	padding: 2% 5% 5% 5%;
	margin: 0px 30px 0px -10px;
	position: absolute;
	width: 60%;
	z-index: 5;
}
	#moreinno p {
		text-align: right;
	}
		#moreinno span {
			cursor: pointer;
			color: #808088;
			font-size: 30px;
		}
		#moreinno span:hover {
			color: #000000;
		}
		
	#moreinno ul {
		font-size: 18px;
		margin: 0 auto;
		width: 90%;
	}
		#moreinno ul li {
			padding: 3px 0px 3px 0px;
		}
@media screen and (max-width: 1000px) {
	#moreinno {
		padding: 1% 3% 5% 3%;
		
	}
	#moreinno ul {
		font-size: 14px;
		
	}
	
}
@media screen and (max-width: 800px) {
	#moreinno {
		position: relative;
		right: auto;
		width: 100%;
		margin-left: 0px;
	}
	#moreinno h3 {
		font-size: 16px;
	}
	#moreinno ul {
		font-size: 12px;
		
	}
	#moreinno p {
		display: none;
	}
}
	
div.gnabout {
	display: table;
	width: 100%;
	
}
	div.gnabout div.text {
		display: table-cell;
		vertical-align: top;
		width: 60%;
		box-sizing: border-box;
		padding: 15px 20px 15px 10px;
		font-size: 16px;
		box-sizign: border-box;
	}
		div.gnabout  h2 {
			font-size: 44px;	
			margin-top: 0px;
		}
		div.gnabout div.text span  {
			font-weight: 600;
		}
			div.gnabout div.text span.dl  {
				fonr-weight: 600;
			}
			
			
			div.gnabout div.text span.moreabout {
				cursor: pointer;
				color: #303066;
				font-weight: 500;
				border-bottom: 1px dashed #606088;
				font-size: 14px;
			}
			div.gnabout div.text span.moreabout:hover {
				color: #aa3030;
				border-bottom: 1px dashed #aa6060;
			}
			
			
	div.gnabout div.form {
		display: table-cell;
		vertical-align: top;
	}
		div.gnabout div.form div.wind {
			text-align: center;
			box-sizing: border-box;
			padding: 15px;
			min-height: 350px;
			background: #ffffff;
			width: 90%;
			margin: 0px 15px 5px 0px;
			border: 2px solid #808088;
			min-width: 275px;
		}
	
			div.gnabout div.form div.wind p.capt {
				font-size: 24px;
				font-weight: 600;
				padding: 15px 0px 15px 0px;
			}
			div.gnabout div.form div.wind p.comment {
				font-size: 14px;
				font-weight: 300;
				padding: 5px 0px 15px 0px;
				color: #808080;
			}
					div.gnabout div.form div.wind p.comment b {
						color: #ff0000; 
						white-space: nowrap;
					}
					
					div.gnabout div.form div.wind label {
						font-size: 0.8em;
					}
					
					div.gnabout div.form div.wind input {
						font-family: 'Inter', serif;
						font-size: 18px;
						font-weight: 500;
						margin-top: 10px;
						text-align: center;
						padding: 3px;
						border: 1px solid #c0c0c0;
						border-radius: 3px;
						width: 80%;
					}
					div.gnabout div.form div.wind button {
						font-family: 'Inter', serif;
						font-size: 24px;
						font-weight: 500;
						margin-top: 20px;
						text-align: center;
						padding: 10px;
						border: 1px solid #c0c0c0;
						border-radius: 3px;
						cursor: pointer;
					}
					div.gnabout div.form div.wind button:hover {
						background: #ff0000;
						color: #ffffff;
					}
					
					
					div.gnabout div.gnaframe {
						background-image: url(/system/galery/pages/ims1wm0cht3k.jpg);
						background-repeat: no-repeat;
						background-size: cover;
						background-position: bottom center;
						display: table;
						width: 100%;
					}
					
					
						div.gnabout div.form a.phn {
							font-size: 28px;
							display: block;
							margin: 0px 0px 5px 0px;
						}  
						
					div.gnabout div.form ol {
						font-size: 20px;  
					}
						div.gnabout div.form li {
							margin: 5px 5px 5px 0px;
							padding: 0px;						
						}
						
					
	
	div.gnabout div.form {
		display: table-cell;
		vertical-align: top;
		text-align: right;
		padding-top: 20px;
	}
		div.gnabout div.form img {
			width: 90%;
		}
		
		
					
							
	div.gnabout table {
		margin: 120px 10px 30px 10px;
		background: #ffffff;
	}
		div.gnabout table td {
			width: 60px;
			text-align: center;
			padding: 5px;
		}
		div.gnabout table td.comm {
			width: auto;
			text-align: left;
			font-size: 20px;
			font-weight: 500;
			line-height: 20px;
		}
		
	div.gnabout li {
		padding: 10px;
		margin: 10px 10px 10px 0px;
		font-weight: 400;
	}
	
	div.gnabout div.gnaframe {
		background-image: url(/images/top/top_2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
		display: table;
		width: 100%;
	}
					
@media screen and (max-width: 900px) {
	
div.gnabout {
	display: block;
	
}
	div.gnabout div.text {
		display: block;
		width: 100%;
		padding-bottom: 40px;
	}
		div.gnabout div.text h2 {
			font-size: 30px;	
		}
		div.gnabout div.form div.wind p.comment {
				font-size: 10px;
				line-height: 13px;
		}
		
	div.gnabout div.form {
		display: block;
	}
	div.gnabout div.form div.wind {
		margin: 10px auto;
	}
	div.gnabout  h2 {
		font-size: 26px;	
		margin-top: 0px;
	}
	div.gnabout ul {
		margin: 10px;
		padding: 10px 0px 10px 10px;
	}
	div.gnabout div.form ol {
		font-size: 18px;  
		
	}
}
@media screen and (max-width: 600px) {
	div.gnabout table {
		margin: 220px 10px 30px 10px;
	}
	div.gnabout ul {
		margin: 0px;
		padding: 10px 10px 10px 10px;
	}
	div.gnabout li {
		font-size: 14px;
		margin: 0px 10px 0px 10px;
	}
	div.gnabout  h2 {
		font-size: 20px;	
		margin-top: 0px;
	}
}
			
			
			
div.preim {
	margin: 40px 0px 120px 0px;
	display: table;
}
	div.preim div.row {
		display: table-row;
		
	}

		div.preim div.row div.cell1, div.preim div.row div.cell2 {
			display: table-cell;
			vertical-align: middle;
			border-bottom: 1px solid #808080;
		}
		
			div.preim div.row div.cell1 {
				font-size: 40px;
				padding: 60px 25px 60px 5px;
				font-weight: 700;
			}
				div.preim div.row div.cell1 span {
					display: table-cell;
					vertical-align: middle;
					padding: 0px 10px 0px 10px;
				}
				div.preim div.row div.cell1 span.cpt {
					font-family: 'Merriweather', Sans-Serif;
				}
				div.preim div.row div.cell1 span.num {
					font-size: 64px;
					color: #ffffff;
					font-weight: 700;
					background: #1368b1;
					padding: 2px 10px 2px 10px;
					width: 80px;
					height: 100px;
					text-align: center;
				}
				
			div.preim div.row div.cell2 {
				font-size: 18px;
				padding: 20px 5px 20px 5px;
				font-weight: 300
			}
			
			
			
@media screen and (max-width: 1060px) {
	div.preim div.row div.cell1 {
		font-size: 30px;
	}
	div.preim div.row div.cell2 {
		font-size: 16px;
	}
	div.preim div.row div.cell1 span.num {
		font-size: 36px;
		width: 50px;
		height: 60px;
	}
	
}	
@media screen and (max-width: 650px) {
			
	div.preim {
		margin: 0px 0px 80px 0px;
		display: block;
	}
	div.preim div.row {
		display: block;
		
	}
		div.preim div.row div.cell1 {
			padding: 80px 25px 0px 5px;
		}
		
		div.preim div.row div.cell1, div.preim div.row div.cell2 {
			display: block;
			border-bottom: 0px solid  #303030;
		}
		div.gnabout table td {
			width: 40px;
		}
		div.gnabout table td.comm {
			font-size: 16px;
		}
}					
			
			
			

div.gntops {
	margin: 60px 0px 20px 0px;
}
	div.gntops div.filts {
		margin: 0px 0px 20px 0px;
	} 
		div.gntops div.filts a {
			color: #ffffff;
			font-size: 16px;
			display: inline-block;
			background: #ff6060;
			text-decoration: none;
			margin: 0px 20px 10px 0px;
			white-space: nowrap;
			padding: 5px 10px 5px 10px;
			font-weight: 500;
			text-shadow: 0px 1px 0px #880000;
			border-radius: 10px;
		}
		div.gntops div.filts a:hover {
			background: #ff2200;
		}
		
	div.gntops h4 {
		font-size: 34px;
	}
	
	
	div.gntops div.goods {
		display: table;
		width: 100%;
	}
		div.gntops div.goods div.more {
			text-align: right;		
			padding: 10px;		
			margin: 20px 0px 10px 0px;
		}
			div.gntops div.goods div.more a {
				padding: 10px;
				color: #ffffff;
				font-weight: 400;
				text-decoration: none;
				text-transform: uppercase;
				background: #424f54;
				font-size: 16px;
			}
			div.gntops div.goods div.more a:hover {
				background: #1368b1;
			}
			
		div.gntops div.goods div.item {
			float: left;
			box-sizing: border-box;
			width: 17%;
			text-align: left;
			margin: 20px 1% 10px 2%;
		}
			div.gntops div.goods div.item img {
				height: 120px;
			}
			div.gntops div.goods div.item a {
				font-size: 14px;
				color: #2d4d67;
				text-decoration: none;
				font-weight: 300;
				display: block;
				padding: 4px 1px 4px 0px;
			}
				div.gntops div.goods div.item a:hover {
					color: #0487db;
				}
					div.gntops div.goods div.item a:hover img {
						opacity: 0.9;
					}
				
			div.gntops div.goods div.item p {
				margin: 3px;
			}
			div.gntops div.goods div.item p.prc {
				font-size: 12px;
				font-weight: 800;
				color: #056caf;
				margin: 10px 3px 10px 3px;
			}
			
	
@media screen and (max-width: 1050px) {
	div.gntops div.goods div.item a {
		font-size: 12px;
	}
	div.gntops div.goods div.item p.prc {
		font-size: 12px;
	}
	div.gntops div.goods div.item img {
		height: 90px;
	}
	
}

@media screen and (max-width: 820px) {
	div.gntops div.goods div.item {
			width: 30%;
	}
	div.gntops h4 {
		font-size: 26px;
	}
	div.gntops div.goods div.more a {
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	div.gntops h4 {
		font-size: 18px;
	}
	div.gntops div.goods div.item {
		width: 47%;
	}
	div.gntops div.goods div.more a {
		font-size: 12px;
	}
}


			
			
			
			

div.gnconsult {
	min-height: 500px;
	background-image: url(../images/gen/top_4.jpg);
	background-size: auto 90%;
	background-position: center center;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
}
	div.gnconsult div.info {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		padding: 5%;
		
	}
		div.gnconsult div.info h4 {
			font-size: 42px;
			margin: 0px 0px 20px 0px;
			padding: 0px;
			font-weight: 600;
		}
		div.gnconsult div.info p {
			font-size: 14px;
		}
		
	div.gnconsult div.form {
		display: table-cell;
		vertical-align: middle;
		
	}
		div.gnconsult div.form p {
			margin: 5px;
		}
		div.gnconsult div.form img {
			width: 80%;
		}
		
		
	div.gnconsult a.podbor  {
		font-size: 20px;
		font-weight: 400;
		margin: 20px 0px 0px 0px;
		text-align: center;
		padding: 5px 10px 5px 10px;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;	
		background: #1368b1;	
		text-decoration: none;
	}
	div.gnconsult a.podbor:hover {
		background: #424f54;
	}
		
		div.gnconsult div.form input {
			font-family: 'Inter', serif;
			font-size: 16px;
			font-weight: 500;
			margin-top: 10px;
			text-align: center;
			padding: 5px 3px 5px 3px;
			border: 1px solid #c0c0c0;
			border-radius: 3px;
			width: 70%;
			min-width: 180px;
		}
		div.gnconsult div.form button {
			font-family: 'Inter', serif;
			font-size: 20px;
			font-weight: 500;
			margin: 20px 0px 0px 0px;
			text-align: center;
			padding: 5px;
			border: 1px solid #1368b1;
			background: #1368b1;
			color: #ffffff;
			cursor: pointer;
		}
		div.gnconsult div.form button:hover {
			background: #424f54;
			
		}
		
		

@media screen and (max-width: 1000px) {
	div.gnconsult div.info h4 {
		font-size: 32px;
	}
	div.gnconsult div.info p {
		font-size: 12px;
	}
	div.gnconsult div.form input {
		font-size: 14px;
		width: 90%;
	}
	div.gnconsult div.form button {
		font-size: 16px;
	}
}
@media screen and (max-width: 850px) {
	div.gnconsult div.info h4 {
		font-size: 24px;
	}
}

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


	div.gnconsult {
		display: block;
		width: 100%;
		margin-top: 50px;
	}
		div.gnconsult div.info {
			display: block;
			width: 100%;
			box-sizing: border-box;		
			text-align: center;
		}
		div.gnconsult div.form {
			display: block;
			width: 100%;
			box-sizing: border-box;	
			padding: 0px 5% 0px 5%;	
			text-align: center;			
		}
		
		
}







div.complx {
	margin: 20px 0px 30px 0px;
	
}
	div.complx h2 {
		font-size: 48px;
		max-width: 700px;
		font-weight: 900;
	}
	
	div.complx div.slide {
		text-align: center;
		background: #ffffff;
		padding: 0px;
		box-sizing: border-box;
	}
	
		div.complx div.slide img {
			width: 100%;
			
		}
	
@media screen and (max-width: 800px) {
	div.complx h2 {
		font-size: 32px;
	}
}
	
div.simpltext {
	text-align: center;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 300;
}	

	
	div.simpltext p.mini {
		font-size: 20px;
	}
	div.simpltext p.mini+p.mini {
		margin: 15px 0px 0px 0px;
	}
	a.complhref {
		font-size: 36px;
		font-weight: 700;
		color: #ee0000;			
		
	}
	a.complhref:hover {
		color: #000099;		
	}
	
@media screen and (max-width: 1050px) {
	div.simpltext {
		font-size: 18px;
	}
	div.simpltext p.mini {
		font-size: 16px;
	}
	a.complhref {
		font-size: 28px;
	}
	
}
@media screen and (max-width: 600px) {
	div.simpltext {
		font-size: 14px;
	}
	div.simpltext p.mini {
		font-size: 12px;
	}
	a.complhref {
		font-size: 22px;
	}
}


div.pan4g {
	margin-top: 30px;
	text-align: center;
}

		div.pan4g h4 span {
			display: block;
			color: #ffffff;
			text-align: right;
			
			font-weight: 400;
			font-size: 20px;
		}
	
		div.pn4g {
			color: #000000;
			max-width: none;
			margin: -20px 0px 100px 0px;
			padding: 30px;
			box-sizing: border-box;
			
		}
	
			
		div.simpltext a.a4g {
			display: inline-block;
			background: #ff2200;
			color: #ffffff;
			padding: 12px;
			margin: 20px 0px 20px -20px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 22px;
			font-weight: 400;
			text-decoration: none;
			
		}
		div.simpltext a.a4g:hover {
			background: #cc0000;
		} 
		
		
@media screen and (max-width: 1300px) {


	div.pan4g h4 {
		right: 20px;
		margin-top: -44px;
		font-size: 42px;
		
	}
	div.pan4g h4 span {
		font-size: 14px;
	}
}
@media screen and (max-width: 800px) {
	div.simpltext a.a4g {
		font-size: 14px;
	}
	div.pan4g h4 {
		font-size: 34px;
	}
}
@media screen and (max-width: 800px) {
	div.pan4g  {
		
	}
}

			
			





div.gnplash {
	margin: 50px 0px 50px 0px;
	
}
	div.gnplash h2 {
		text-align: center;
		text-transform: uppercase;
	}
	
	div.gnplash div.frame {
		display: table;
		width: 100%;
		margin: 20px 0px 20px 0px;
	}
	div.gnplash div.plsh  {
		width: 33%;
		display: table-cell; 
		text-align: center;
		box-sizing: border-box;
		padding: 0px 10px 0px 10px;
	}
		
		div.gnplash div.plshtxt  {
			text-align: center;
			margin: 0 auto;
			max-width: 800px;
			font-size: 18px;
			font-weight: 300;
			padding: 20px;
			box-sizing: border-box;
		}
		
		div.gnplash div.plsh p.top {
			font-size: 30px;
			font-weight: 500;
			color: #092745;
		}
	
			div.gnplash div.plsh p img {
				max-width: 170px;
				width: 80%;
				padding: 20px 0px 0px 0px;
			}

@media screen and (max-width: 1050px) {
	div.gnplash div.plshtxt  {
		font-size: 12px;
		font-weight: 400;
	}
	div.gnplash div.plsh p.top {
		font-size: 20px;
	}
}
@media screen and (max-width: 500px) {

	div.gnplash div.plsh {
		padding: 0px 2px 0px 2px;
	}
	div.gnplash div.plshtxt  {
		font-size: 12px;
	}
	div.gnplash div.plsh p.top {
		font-size: 14px;
		font-weight: 600;
	}
	div.gnplash {
		margin: 50px 0px 50px 0px;
	}

}



			