ul,
ol,
ul,
li,
a {
	list-style: none
}

a:hover,
a:visited,
a:link,
a:active {
	text-decoration: none;
}

body{font-family: arial;}

.content {
	width: 1562px;
	height: 860px;
	margin: 50px auto;
	background: url(../img/bg.png) no-repeat -165px 0px;
	background-size: cover;
	position: relative;
}

.content1 {
	width: 1162px;
	height: 790px;
	position: absolute;
	left: 0;
}

.content1 .content1-1 {
	margin-left: 140px;
}

.content1 .content1-1 li {
	float: left;
	padding-right: 60px;
}



 .content2 {
	width: 400px;
	height: 790px;
	background: url(../img/right_bg.png);
	position: absolute;
	right: 0;
}
 
.content2 .content2-3 li {
	float: left;
	margin: 0 15px 0 15px;
}

.content1 .logo {
	margin: 30px 0px 0px 40px;
}

.content2 .content2-2 {
	width: 100%;
	height: 255px;
	margin: 0px 0px;
}

.content2 .content2-3 img:hover {
	transform: scale(1.08);
	transition: all 0s ease 0s;
	-webkit-transform: scale(1.08);
	-webkit-transform: all 0s ease 0s;
	/*background-color: red;border-radius: 50%;*/
}

.content2 .inputText {
	width: 329px;
	height: 67px;
	background: url(../img/call_bg.png) no-repeat;
	background-size: cover;
	margin: 20px auto;
}

.content2 input {
	width: 321px;
	height: 59px;
	background-color: rgb(9, 28, 47);
	border-radius: 6px;
	border: none;
	margin-left: 3px;
	margin-top: 3px;
}

.navigation {
	width: 100%;
	height: 70px;
	background-color: #000;
	margin-top: 790px;
	position: absolute;
}

.navigation .navigation-1 {
	margin-left: 0px;
}

.navigation .navigation-1 img:hover {
	transform: scale(1.3);
	transition: all 0s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 0s ease 0s;
}

.navigation .navigation-1 li {
	float: left;
	margin: -5px 40px 0px 5px;
}

fieldset.search {
	padding: 0px;
	border: none;
	width: 400px;
	background: url(../img/input.png);
	margin: 10px 0 80px;
	margin-left: 410px;
	border-radius: 5px;
	background-size: cover;
	height: 50px;
}

.search input,
.search button {
	border: none;
	float: left;
	background: rgba(21, 57, 90, 0);
}

.search input.box {
	border-radius: 20px 0px 0px 20px;
	height: 31px;
	width: 335px;
	color: #fff;
	margin: 5px 0px 0 2px;
	padding: 5px 0px 5px 18px;
	font-size: 22px;
	font-family: arial;
}

.search input.box:focus {
	outline: none;
}

.search button.btn {
	border: none;
	padding: 0;
	margin-top: 10px;
	/*outline: none;*/
}

.search button.btn>img {
	width: 30px;
	height: 30px;

}

.search button.btn img:hover {
	transform: scale(1.1);
	transition: all 0s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 0s ease 0s;
}
