body {
	margin: 0;
	padding: 0;
	background: url(../bg4.jpg)no-repeat center top;
	min-width: 1200px;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix:before {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
}
.head{
	height: 100px;
	background-color: rgba(6, 4, 4, 0.6);
	box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.35);
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	width: 118px;
	height: 62px;
	padding-top: 23px;
	float: left;
}
.nav {
	margin-left: 96px;
	float: left;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icon_01 {
	background-image: url(../home.png);
}
.icon_02 {
	background-image: url(../nav_2.png);
}
.icon_03 {
	background-image: url(../nav_3.png);
}
.icon_04 {
	background-image: url(../nav_4.png);
}
.icon_05 {
	background-image: url(../nav_5.png);
}
.nav li a {
	padding-left: 30px;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
.nav li {
	float: left;
	margin-right: 56px;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
}
.nav .active .icon_01 ,
.nav li:hover .icon_01 {
	background-image: url(../home_active.png);
}
.nav .active .icon_02 ,
.nav li:hover .icon_02 {
	background-image: url(../nav_2_active.png);
}
.nav .active .icon_03 ,
.nav li:hover .icon_03 {
	background-image: url(../nav_3_active.png);
}
.nav .active .icon_04 ,
.nav li:hover .icon_04 {
	background-image: url(../nav_4_active.png);
}
.nav .active .icon_05 ,
.nav li:hover .icon_05 {
	background-image: url(../nav_5_active.png);
}
.nav .active a ,
.nav li:hover a {
	color: #28b6ae;
}
.search {
	float: left;
}
.login {
	float: right;
	margin-top: 36px;
	font-size: 16px;
}
.search {
  border: 1px solid #fff;
  opacity: .7;
  box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.35);
  width: 221px;
  height: 33px;
  border-radius: 33px;
  margin-top: 34px;
  padding-left: 10px;
}
.search input {
	border: none;
	background: transparent;
	outline: none;
	color: #fff;
	width: calc(100% - 44px);
	float: left;
	height: 31px;
}
.search button {
	background: transparent;
	border: none;
	width: 24px;
	float: left;
	height: 33px;
}
.login a {
	color: #fff;
	text-decoration: none;
}
.login a:after {
	content:"|";
	margin:5px
}
.login a:last-child:after {
	content: "";
}
.tit {
	display: block;
	margin: 0 auto 40px;
}
.top-bg {
  background-image: -moz-linear-gradient( 67deg, rgb(96,189,160) 0%, rgb(89,134,199) 100%);
  background-image: -webkit-linear-gradient( 67deg, rgba(96, 189, 160, 0.58) 0%, rgb(89,134,199) 100%);
  background-image: -ms-linear-gradient( 67deg, rgb(96,189,160) 0%, rgb(89,134,199) 100%);
  opacity: 0.902;
  padding: 20px 0;
}
.input-box {
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: rgba(11, 111, 111, 0.4);
  width: 444px;
  height: 40px;
  margin: 0 auto 15px;
  /* text-shadow: 1px 1px 1px #000; */
}
.input-box .label {
  border-right: 1px solid #fff;
  border-radius: 15px;
  background-color: #4ca1a6;
  width: 125px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.input-box input {
	border: none;
	height: 100%;
	background: transparent;
	color: #fff;
	font-size: 14px;
	outline: none;
	width: calc(100% - 155px);
	margin-left: 20px;
}
.input-box .select {
	margin-left: 20px;
	float: left;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.input-box .select input {
	border: 1px solid #fff;
	background: rgba(0,0,0,0);
    height: 15px;
    width: 15px;
    margin-left: 0;
    position: relative;
    top:2px;
}
.input-box input::-webkit-input-placeholder{
    color: #fff;
}
.input-box input::-moz-placeholder{  
    color: #fff;        
}
.input-box input:-ms-input-placeholder{ 
    color: #fff;        
}
.sub_btn {
  background-color: #40959a;
  width: 240px;
  height: 42px;
  margin: 30px auto;
  line-height: 42px;
  text-align: center;
  border: none;
  border-radius: 21px;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  display: block;
}
.bottom-bg p {
	width: 507px;
	margin: 0 auto;
	text-align: center;
	color: #999;
	font-size: 18px;
}
.icon-bottom {
	text-align: center;
	margin: 20px 0 37px;
}
.icon-bottom img {
	margin: 0 30px;
}

.code {
	float: right;
	text-align: center;
	margin-top: 40px;
}
.code .code-item img {
	width: 107px;
	height: 107px;
}
.code .code-item {
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 12px;
}
