.location {
	background: url(../images/location.png) left center no-repeat;
	padding-left: 16px;
}
#top_nav, #top_nav ul li a {
	color: #888;
}
.top_nav_l select {
	width: 67px;
	font-size: 12px;
	color: #888;
	border: none;
	padding-left: 3px;
	padding-right: 12px;
	background: #F5F5F5 url(../images/down.png) right center no-repeat ;
}
.top_nav_l select:focus {
	outline: none;
}
.top_nav_l select option {
	padding-left: 5px;
	background: #FFF;
	border: none;
	outline: none;
}
.top_nav_l select option:hover {
	background: red;
}
select {
	appearance: none;
	-moz-appearance: none; /*Firebox*/
	-webkit-appearance: none; /*Chrome,Safari*/
}
select::-ms-expand {
	display: none;
}
.box {
	position: relative;
}
.box2 {
	width: 100%;
	position: absolute;
	top: 0;
}
.box2-c {
	width: 1200px;
	margin: auto;
}
.login-box {
	float: right;
	width: 280px;
	height: 310px;
	padding: 30px 20px;
	margin-top: 50px;
	margin-right: 35px;
	box-sizing: border-box;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 2px 2px 5px #CCC;
	box-shadow: 2px 2px 5px #CCC;
}
.login-box h2 {
	font: bold 14px arial,"宋体";
	color: #333;
	margin-bottom: 12px;
}
.login-box .input3 {
	width: 240px;
	height: 30px;
	font-size: 13px;
	padding-left: 30px;
	box-sizing: border-box;
}
.login-box .input3:focus,
.tool-list li:hover {
	outline: none;
	border: 1px solid #00ABFF;
	-webkit-box-shadow: 0 0 2px #00ABFF;
	box-shadow: 0 0 2px #00ABFF;
}
.login-box .input3::-webkit-input-placeholder {
	color: #999;
}
.login-box .input3:-ms-input-placeholder { /* IE10+ */
	color: #999;
}
.login-box .input3:-moz-placeholder { /* Firefox4-18 */
	color: #999;
}
.login-box .input3::-moz-placeholder { /* Firefox19+ */
	color: #999;
}
.login-box .login-user {
	background: url(../images/user.png) 8px center no-repeat;
}
.login-box .login-psw {
	background: url(../images/unlocked.png) 8px center no-repeat;
}
.login-box .font7 {
	display: table;
}
.login-box .font7 input[type="checkbox"] {
	vertical-align: middle;
}
.font6 {
	position: relative;
	margin-top: 18px;
}
.font8 {
	color: #00ABFF;
}
.font6 label {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; 
}
.login-btn {
	width: 238px;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	/*margin-top: 20px;*/
	background-color: #FFA509;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
}
.login-btn:hover {
	background-color: #FF9600;
}
.login-btn:focus {
	border: none;
	outline: none;
}
.login-tips{
	display: block;
	height: 16px;
	margin: 6px auto 0;
	color: #999;
	vertical-align: middle;
}

/* service */
#service {
	width: 1200px;
	border-bottom: none;
	padding: 50px 0;
}
#service ul li:nth-child(1),
#service ul li:nth-child(2),
#service ul li:nth-child(3) {
	width: 204px;
	margin-right: 20px;
}
#service ul li:nth-child(4) {
	width: 234px;
}
#service ul li h4 {
	line-height: 32px;
}
#service ul li p {
	height: 36px;
	line-height: 18px;
}

/* 工具查询 */
.tool {
	width: auto;
	height: 334px;
	background: #F9F9F9;
	padding-top: 50px;
}
.tool-title {
	margin-bottom: 30px;
}
.tool-title h2 {
	width: 140px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #404040;
	border-bottom: 2px solid #00ABFF;
	padding-bottom: 20px;
	margin: 0 auto;	
}
.tool-list {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	list-style: none;
}
.tool-list li {
	float: left;
	width: 170px;
	height: 200px;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	background: #FFF;
	box-sizing: border-box;
}
.tool-list li + li {
	margin-left: 30px;
}
.tool-ex {
	width: 85px;
	height: 100px;
	margin: 20px auto;
}
.tool-ex .tool-img {
	display: table-cell;
	width: 80px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}
.tool-ex .tool-img img {
	display: inline-block;
	/**/
}
.tool-ex p {	
	color: #707070;
	padding-top: 2px;
}
.tool-btn a {
	display: inline-block;
	width: 80px;
	height: 28px;
	line-height: 26px;
	color: #00ABFF;
	border: 1px solid #00ABFF;
	margin: 0 auto;
	border-radius: 15px;
	box-sizing: border-box;
}

.tool-list li:hover .tool-btn a {
	color: #FFF;
	background: #00ABFF;
}

/*行内资讯*/
.info {
	padding-top: 50px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.info-list {
	width: 1200px;
	margin: 40px auto 0;
}
.info-list>li {
	display: inline-block;
	vertical-align: top;
}
.info-wrap {
	float: left;
	width: 360px;
	margin-left: 6px;
}

.info-wrap h5 {
	display: list-item;
	font-size: 14px;
	font-weight: bold;
	color: #707070;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.info-wrap .b {
	font-weight: 900;
}
.info-wrap img {
	width: 360px;
	height: 120px;
	margin-bottom: 10px;
}
.info-wrap ul li {
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
	background: url(../images/icon.png) no-repeat left center;
}
.info-wrap ul li a {
	display: inline-block;
	float: left;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-wrap ul li span {
	display: inline-block;
	float: right;
	width: 98px;
	text-align: right;
}
.info-wrap .more {
	float: right;
	margin-top: 8px;
}
.info-wrap .more a {
	color: #00ABFF;
}
.info-wrap .more a:hover {
	text-decoration: underline;
}

/*服务流程*/
.servier-flow {
	height: 486px;
	padding-top: 50px;
	background: #F9F9F9;
	box-sizing: border-box;
}
.flow {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.flow>p {
	width: 620px;
	line-height: 22px;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0 auto;
}
.flow a {
	display: inline-block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	letter-spacing: 2px;
	font-size: 16px;
	color: #FFF;
	background: #00ABFF;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.flow a:hover {
	color: #FFF;
	background: #0096FF;
}
.flow-list {
	position: relative;
	width: 950px;
	margin: 30px auto 0;
}
.flow-list .line {
	position: absolute;
	top: 23px;
	left: 85px;
	width: 760px;
	height: 1px;
	background: url(../images/line_dashed.png) repeat-x;
}
.flow-list ul li {
	position: relative;
	z-index: 1;
	float: left;
	width: 190px;
}
.flow-list ul li span {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	background: #6CF;
	border-radius: 50%;
}
.footer_content-add {
	height: 230px;
	padding-top: 45px;
	box-sizing: border-box;
}
.footer-add {
	width: 770px;
}
.line2-add {
	border-top: none;
}
.tel-add {
	width: 230px;
	margin-left: 90px;
}

/* 侧栏客服 */
.online-service {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999;
  width: 55px;
  /*width: 185px;*/
  height: 55px;
  background: #ffa509;
  background: linear-gradient(to right, #ffa509, #f8c368);
  overflow: hidden;
  border-radius: 80px;
}
.online-icon {
  float: left;
  width: 55px;
  height: 100%;
  text-align: center;
}
.online-icon img {
	display: inline-block;
  width: 44px;
  margin-top: 9px;
  cursor: pointer;
}
.online-phone {
  float: left;
  font-size: 15px;
  margin-top: 7px;
  margin-left: 5px;
  color: #fff;
}
.online-phone a {
  color: #fff;
}
.online-phone a:hover {
  color:#f24642;
}
.online-phone .phone,
.online-phone .arrow {
  display: inline-block;
  vertical-align: middle;
}
.online-phone .arrow {
  font-size: 18px;
  margin-left: 5px;
}