@charset "utf-8";
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: underline;
	color: #ff6501;
}
a:active {
	text-decoration: none;
	color: #3f3f3f;
}
/*a[class|=bshare]{
	transition:.3s;
	transform: rotateY(0deg);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	
}
a[class|=bshare]:hover{
	transform: rotateY(180deg);
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}*/
.icon {
/*  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;*/
}
.hide{
	display: none !important;
}
.common-button{
	width: 270px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ffb425;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	margin: 40px auto 50px;
	cursor: pointer;
}
.common-norecord{
	color: red;
	text-align: center;
	padding:20px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}

.clear:after{
	content: '';
	display: block;
	clear:both;
	font-size: 0px;
	height: 0px;
}
.clear2:after{
	content: '';
	display: block;
	clear:both;
	font-size: 0px;
	height: 10px;
}
.ellipsis .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.backtop{
	position: fixed;
	bottom: 10%;
	right: 10px;
	width: 150px;
	padding:20px;
	border:1px solid #ddd;
	background-color: #fff;
}

.table{
	border-spacing: 1px;
	border-collapse:separate;
	background-color: #ccc;
	width: 100%;
}
.table td{
	background-color: #fff;
}
select{
	font-family:Microsoft YaHei !important;
}
select option{
	font-family:Microsoft YaHei !important;
}
.footer{
	background-color: #353535;
	padding: 20px 0;
	margin-top: 50px;
}
.footer ul{
	padding-left: 375px;
	padding-top: 20px;
	color: #fff;
}
.footer ul a{
	color: #fff;
}
.footer ul .qr{
	float: left;
	width: 355px;
	margin-left: -375px;
	display: flex;
	justify-content: space-between;
}
.footer ul .qr dl{
	width: 108px;
	text-align: center;
}
.footer ul .qr dl dt img{
	width: 108px;
	height: 108px;
}
.footer ul .qr dl dd{
	font-size: 14px;
	color: #fff;
}
.footer ul li{
	font-size: 14px;
	line-height: 25px;
}


@media (max-width:640px) {
.footer {
    padding: 10px;
}
.footer .f-nav {
	display: none;
}

.footer ul .qr {
    float: none;
    width: auto;
    margin-left: 0;
	margin-bottom: 10px;
}
.footer ul .qr dl dt img {
    width: 80px;
    height: 80px;
}
.footer ul {
    padding-left: 0px;
}
}