@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
li {
	list-style: none;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
article, aside, header, hgroup, nav, section, footer {
	float: left;
	display: block;
}
HTML {
	-webkit-text-size-adjust: none;
	OVERFLOW: auto;
	/*height:100%;*/
	
}
/*控制反选时的颜色*/
::selection {
	background-color: #CCC;
	color: #ffffff;
}
::-moz-selection {
background-color:#CCC;
color:#ffffff;
} /*针对Firefox*/
textarea:focus, input:focus {
	outline: none;/*去除safari输入框点击后的篮框*/
}
*, *:after, *:before {
border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}




/*@font-face {
	font-family: 'kaiti1';
	src: url("../font/kaiti.eot");
	src: url("../font/kaiti.ttf");
	font-weight: normal;
	font-style: normal;

}*/


html,body{
	-webkit-text-size-adjust:none;


    font-family:"微软雅黑";

	  width: 100%;
      line-height: 1.3;
}
html{
	font-size: 100%;
	/*font-size: 75%;*//*12/16*100%=75% */
}
form {
	margin: 0;
	padding: 0;
}
input,textarea,select,button{
	font-family:"微软雅黑";
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;/*border:1px solid #000;*/ padding:0 2px;
/*-moz-border-radius: 0px;
 -webkit-border-radius: 0px; border-radius: 0px;*/
 /*font-family:'lucida_granderegular',"微软雅黑";*/
}
select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	font-family:"微软雅黑";
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border:1px solid  #e5e5e5;

	/*border: solid 1px #000;*/
	/*很关键：将默认的select选择框样式清除*/
	width: 100px;
	line-height: 35px;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/icon/more_unfoldblack.svg") no-repeat right;
	background-size: 25px 25px;
	font-size: 15px;
	font-weight: 700;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	background-color: #fff;
	border-radius: 0;
	padding: 0 15px;
	margin-right: 10px;
	cursor: pointer;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

img {
	border: none;
}

.clear {
	clear: both;
}
a{
	color:#000;
	cursor:pointer;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	/*color: #000;*/
}

.wrapper{
	width: 100%;padding:5%;display: table;
}
@media screen and (max-width:1440px){
.wrapper{
	}	
	}
@media screen and (max-width:768px){
.wrapper{
	/*margin: 26px 35px;*/
}

	}


.fl {
	float: left;
}
.fr{float: right}

h5{
	font-weight: normal;
}
/*css3 过度*/
.smooth,input{-webkit-transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;}

.hide {
      filter:alpha(opacity=0);
      -moz-opacity:0;
      -khtml-opacity: 0;
      opacity: 0;
}


