
@charset "utf-8";
/* CSS Document */
/*常用css*/
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
}
html {
    width: 100%;
    height: 100%;
}
p{margin: 0;padding: 0}
body{
	margin: 0;
	padding: 0;
	height: 100%;
}
ul,li{
	list-style:none;
	list-style-type:none;
	margin: 0;
}
img{
	border:0px;
	width: 100%;
	vertical-align:middle;
}
table,td{
	border-collapse:collapse;
	/*vertical-align:top;*/
}
a,a:hover{
	text-decoration:none!important;
}
i,
em {
	font-style: initial;
	text-decoration: none;
}
h2,
h3,
h4{
	font-weight: normal;
}
.pblod{
	font-weight: bold;
}
strong {
	font-weight: normal;
}
/*a:hover{
	text-decoration:underline;
}*/
.clearfix:after{
 content:".";
 display:block;
 height:0;
 line-height:0;
 clear:both;
 visibility:hidden;
}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
/*.clearfix{display:block;}*/
/* End hide from IE Mac */
/* end of clearfix */
.fl{
	float:left;
}
.fr{
	float:right;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.r0{
	right: 0;
}
.l0{
	left: 0;
}
.opacity1{
	opacity: 1!important;
}
input,button,textarea{
 border:0px;
 outline:none;
 cursor: pointer;
}
/*滚动条样式*/
/*::-webkit-scrollbar {
   width: 4px;    
   height: 4px;
}
::-webkit-scrollbar-thumb {
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
   background: rgba(0,0,0,0);
}
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
   border-radius: 0;
   background: rgba(0,0,0,0);
}*/

.flexbtw{display: flex;justify-content: space-between;}
.flexard{display: flex;justify-content: space-around;}
.flexclm{display: flex;flex-direction: column;}
.flexrow{display: flex;flex-direction: row;}
.flexclma{display: flex;flex-direction: column;justify-content: space-around;}
.wd48{
	width: 48%;
}

@font-face {
    font-family: 'lato';
    src: url(./font/Lato-Light.ttf);
}
@font-face {
    font-family: "SSrunheiTi";
    src: url(./font/SHANGSHOURUNHEITI-2.TTF);
}











































