/*免费域名*/
.free-banner
{
	height:600px;
	background:rgba(8,1,68,1) url(../images/service/free-banner.jpg) no-repeat center;
	padding-top:200px;
	width:100%;
}

.free-banner-text
{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	text-align: center;
	
}

.free-banner-main-title
{
	font-size:48px;
	color:#fff;
}

.free-banner-sub-title
{
	font-size:20px;
	color:#fff;
	margin-top:15px;
}


.free-text-experience
{
	display:inline-block;
	width:140px;
	height:40px;
	margin-top:60px;
	border:1px solid #FFF;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#FFF;
}

.free-text-experience:hover
{
	background-color:#FFF;
	color:#142665;
}
.searchbox {
  position: relative;
  z-index: 1;
  clear: both;
  width: 800px;
  height: 55px;
  margin: 40px auto 50px;
  border: 0px solid #444786;
  background: #ffffff;
}
.mod_select {
  position: absolute;
  left: 430px;
  top: 0;
  width: 220px;
}
.mod_select .select_box {
  position: relative;
  width: 98px;
  height: 36px;
}
.mod_select .select_box .select_txt {
  display: inline-block;
  width: 212px;
  height: 55px;
  padding-left: 28px;
  overflow: hidden;
  line-height: 55px;
  font-size: 25px;
  cursor: pointer;
}
.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  width: 10px;
  height: 10px;
  background: url(../images/search_ico.png) center no-repeat;
}
.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 40px;
  width: 240px;
  background-color: #fff;
  border: 0px solid #444786;
  border-top: 0;
}
.mod_select .select_box .option li {
  padding-left: 28px;
  font-size: 25px;
  line-height: 2;
  cursor: pointer;
}
.searchbox .import {
  width: 440px;
  height: 55px;
  margin-right: 50px;
  padding-left: 20px;
  border: none;
  outline: none;
  font-size:18px;
  float:left;
}
.searchbox .btn-search {
  position: absolute;
  right: 0;
  width: 130px;
  height: 55px;
  color: #fff;
  background-color: #F44336;
  border: 0;
  font-size:18px;
}
.msg{font-size:18px;color:#FFEB3B;}