﻿body {
    margin: 0;
    min-width: 1220px;
}
a {
	text-decoration: none;
	color: #000;
}

.right-tool {
	position: fixed;
    bottom: 100px;
    right: 30px;
}
.right-tool a {
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
	display: block;
	margin-bottom: 2px;
	background: #F07622;
	opacity: 0.7;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.right-tool-dialog {
	height: 66px;
    bottom: 138px;
    right: 68px;
    background: #F07622;
    line-height: 66px;
    padding-left: 10px;
    width: 200px;
    position: absolute;
    z-index: 99;
    color: #fff;
}
.right-tool-dialog a {
    color: #fff;
}
.lucency-background{
	opacity: 0.8;
    background: rgb(249, 136, 42);
    position: absolute;
    top: 0;
    z-index: 99;
}
.lr-tccode img {
	height: 30px;
	width: 30px;
	padding: 10px 0 5px;
}

.right-tool a:hover{opacity: 1;}

.kangpu-head {
	height: 100px;
	max-width: 1220px;
	margin: 0 auto;
}
.head-text-1 {
	font-size: 22px;
	color: #333333;
	padding-top: 32px;
	font-weight: 500;
	cursor: pointer;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.text-align {
	text-align: center;
}
.clear {
	clear: both;
}
.common-body {
	width: 1220px;
	margin: 0 auto;
}
.bottom-ul {
	padding: 0;
}
.bottom-ul li {
	height: 36px;
	line-height: 36px;
	list-style-type: none;
}
.bottom-ul li a {
	font-size: 14px;
}
.bottom-ul-title {
	font-size: 18px;
	font-weight: 600;
}
.head-login-btn {

	background-color: #F07622;
	border-radius: 8px;
	color: white;
    margin: 30px 10px;
    padding: 8px 18px;
    font-size: 18px;
    cursor: pointer;
}
.header-link {
	float: left;
	margin: 38px;
}
.header-link a {
	margin: 0 20px;
}
.common-title {
	font-size: 30px;
	text-align: center;
	margin: 5px 0;
}
.common-content {
	font-size: 20px;
	text-align: center;
}