﻿@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
fieldset, lengend, button, input, textarea, 
th, td { 
    margin: 0;
    padding: 0;
}
dt,dd{ font-weight: normal;}

body,
button, input, select, textarea { 
   
    font: 12px/1 "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif; 
   background: transparent;
}

h1,h2,h3,h4,h5,h6{ font-weight: normal;margin: 0;padding: 0;}
address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } 
small { font-size: 12px; } 


ul, ol { list-style: none; }


a {
	text-decoration: none;
	outline: none;
	color: #000;
}

a:visited{
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: red;
}

a:active{
	text-decoration: none;
	outline: none;
}

a:focus{
	text-decoration: none;
	outline: none;
}

abbr[title], acronym[title] { 
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }


legend { color: #000; } 
fieldset, img { border: none; } 

button, input, select, textarea {
    font-size: 100%; 
    border: none;
	outline: none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    border: none;
    height: 1px;
}

img{
	vertical-align: top;
	border: none;
}


html { overflow-y: scroll; }


.ofh{
    overflow:hidden;
}

.fl{
    float: left;
}


.fr{
    float: right;
}


.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both; }


html,body{
	min-width: 1200px;
}


.container{
    width: 1200px;
    margin:0 auto;
    
}


label{
	cursor: pointer;
}




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.bg_cover{
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


.img_center{
	display: inline-block;
	margin: 0 auto;
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
	
	color: #a5a5a5; 
} 

input::-moz-placeholder,
textarea::-moz-placeholder { 
	
	color: #a5a5a5; 
} 

textarea[placeholder]{
	color: #a5a5a5;
}
textarea{
	color: #a5a5a5;
}



select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	cursor: pointer;
}
select::-ms-expand { display: none; }


input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"], 
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
        
        -webkit-appearance: caret;
        -moz-appearance: caret; 
        
        
        -webkit-appearance: none;
        border-radius: 0;
}



@font-face {
	font-family: 'YourWebFontName';
	src: url('YourWebFontName.eot'); 
	src: url('YourWebFontName.eot?#iefix') format('embedded-opentype'), 
	         url('YourWebFontName.woff') format('woff'), 
	         url('YourWebFontName.ttf')  format('truetype'), 
	         url('YourWebFontName.svg#webfontjKg17VrE') format('svg'); 
	font-weight: normal;
	font-style: normal;
}

.121 li a{
	color: #403e3e;
}