﻿@charset "utf-8";
/* CSS Document */
html{
	font-size: 1rem;
}
body{
	font-family: Arial,"微软雅黑";
	/*font-size: 1rem;*/
}
html, body, ul, p, h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
}


ul, img{
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
li {
	vertical-align: top
}


a {
	margin: 0;
	padding: 0;
	color: #333;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	background: 0 0;
}
a, a:focus {
	text-decoration: none;
	outline: none
}


img {
	border:0;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/*h1 {*/
/*font-size: 2.2em;*/
/*}*/
/*h2 {*/
/*font-size: 2em;*/
/*}*/
/*h3 {*/
/*font-size: 1.8em;*/
/*}*/
/*h4 {*/
/*font-size: 1.6em;*/
/*}*/
/*h5 {*/
/*font-size: 1.2em;*/
/*}*/
/*h6 {*/
/*font-size: 1em;*/
/*}*/
.clear{
	clear: both;
}

.w906{
	width: 90.6%;
	margin: 0 auto;
}
.w958{
	width: 95.8%;
	margin: 0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.shadow{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.shadow2{
	padding-bottom: 0.916rem;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.shadow3{
	overflow: hidden;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.text-overflow{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ellipsis-multiline{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-multiline7{
	height: 14rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}

#wrap{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.header{

}

/*语言*/
.language{
	margin-right: 9%;
	line-height: 3.166em;
}

.language a{
	color: #666666;

}

/*footer*/
.footer{
	color: #ebebeb;
	line-height: 2;
	border-top: 1px solid #c30d23;
	background: #666666;
}

.footer .footer-top{
	padding: 1.25rem 0;
}

.footer .footer-top .left{
	width: 70%;
	padding-top: 0.666rem;
}

.footer .footer-top .right{
	width: 25%;
	text-align: center;
	line-height:2;
	font-size:1rem;
}

.footer .footer-top .right img{
	width: 100%;
	height: auto;
}

.footer a{
	color: #ebebeb;
}

.footer .footcopy{
	padding: 0.583rem 3%;
	line-height: 2;

	text-align: center;
	border-top: 1px solid #989797;
}
