/* 公共部分start */
html {min-height:101%}
* {
    margin: 0;
    padding: 0;
}
@font-face{
    font-family: 'lanting';
    src:url(../fonts/lanting.ttf) format('truetype');
}
html,
body {
	min-width:1200px;
    background: #e9e9e8;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}
/* h1,h2,h3,h4,h5,h6{
    color:#000;
    font-family:SimSun,'Microsoft YaHei',Tahoma,Verdana;
} */
a ,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}

a:hover {
    ;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.center_content {
    width: 1080px;
    margin: 0 auto;
    height: 100%;
}
@media screen and (max-width: 300px) {
    .center_content {
   width: 1080px; 
    margin: 0 auto;
    height: 100%;
}
}
input {
    outline: none;
    border: none;
}

.inline {
    display: inline-block;
}


/* 公共部分end */