@font-face {
  font-family: "OpenSans-Regular";
  src: url("../../fonts/OpenSans-Regular/OpenSans-Regular.eot");
  src: url("../../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"), url("../../fonts/OpenSans-Regular/OpenSans-Regular.svg.svg#OpenSans-Regular") format("svg"), url("../../fonts/OpenSans-Regular/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../../fonts/OpenSans-Light/OpenSans-Light.eot");
  src: url("../../fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype"), url("../../fonts/OpenSans-Light/OpenSans-Light.svg.svg#OpenSans-Light") format("svg"), url("../../fonts/OpenSans-Light/OpenSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../../fonts/OpenSans-Bold/OpenSans-Bold.eot");
  src: url("../../fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("../../fonts/OpenSans-Bold/OpenSans-Bold.svg.svg#OpenSans-Bold") format("svg"), url("../../fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/*==========reset=============*/

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #0b4968;
  background: #fff;
  font: 14px/18px 'OpenSans-Regular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

p {
  margin: 0 0 23px;
}

a {
  text-decoration: none;
  color: #000066;
}

a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}

a img {
  text-decoration: none;
  border: none;
}

b {font-family: "OpenSans-Bold";font-weight: normal;}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul ul {
  margin: 0;
}

ul li {
  padding: 0;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

form {
  margin: 0px;
}

input,
select,
label,
textarea,
button {
  margin: 0;
  font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

input.text,
textarea,
input.inputtext {
  padding: 2px 5px;
  border: 1px solid #acadb2;
  color: #333;
  background: #fff;
}

input.submit,
button {
  cursor: pointer;
}

input.checkbox,
input.radio {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
}

option {
  z-index: 10000
}

.clear {
  width: 100%;
  height: 0px;
  clear: both;
  overflow: hidden;
  display: block;
}

textarea {
  resize: none;
  overflow: auto;
}

select::-ms-value {
  background: none;
  color: #42413D;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-family: "OpenSans-Regular";
}

::-moz-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-family: "OpenSans-Regular";
}

:-moz-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-family: "OpenSans-Regular";
}

:-ms-input-placeholder {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  font-family: "OpenSans-Regular";
}


/*=========reset (end)==============*/

.wrapper {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100%;
  width: 1024px;
  height: 768px;
  position: relative;
  padding-bottom: 60px;
}