html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,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,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form,input{margin:0;padding:0;border:0;outline:none;}

a {
    text-decoration: none;
    color: #333;
	outline:none!important;
}

a:hover {
	text-decoration: none;
    cursor:pointer;
}

input {
    border: 0;
}

input:focus {
    outline: none;
    border: 0;
}

ul li {
    list-style: none;
}

address {
    font-style: normal;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
	 background: #FFFFFF;
}
.head-search{
    width: 600px;
    margin: 0 auto;
    line-height: 56px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 33px;
}
.head-search input{
    width: 75%;
    margin-left: 3%;
    float: left;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
}
.head-search .search-btn{
    width: 21%;
    height: 56px;
    background: #af0012;
    color: #fff;
    float: right;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}
.head-search .search-btn img{
    margin-right: 5px;
    vertical-align: middle;
}

.list ul{display: block; width: 100%;}
.list ul li{padding-left: 20px;position: relative;}
.list li a {
	line-height: 36px;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.list li:before{
    display: inline-block;
    content: "";
    height: 5px;
    width: 5px;
    background: #af0012;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 6px;
    margin-top: 15px;
}
.list li span {
	color: #999999;
	float: right;
	font-size: 14px;
	line-height: 36px
}
.list li a {
	transition: all 0.3s;
}
.list li:hover a {
	padding-left: 8px;
}
.scale_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.scale_img img {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.scale_img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.item-style3:before {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	width: 4px;
	height: 4px;
	border: 2px #027bfb solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}

.item-style3:hover:before {
	background: #ff9724;
	border: 2px #ff9724 solid
}


.f_l{ float: left;}
.f_r{ float: right;}
.clear{clear:both;}
