.clearfix:after{
  display: block;
  content: '';
  clear: both;
}
@font-face {
    font-family: 'ziti';
    src: url("../images/DINPro-Medium.otf"); }
@font-face {
    font-family: 'ziti1';
    src: url("../images/BEBAS___-webfont.woff.ttf"); }
/*头部*/
.top{
    width: 100%;
    position: relative;
    height: 36px;
    line-height: 36px;
    background: #efefef;
}
.top-left{
    float: left;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: lighter;
}
.top-right{
    float: right;
}
.top-right a{
    display: block;
    float: left;
    color: #7c7c7c;
    font-size: 14px;
    text-indent: 23px;
    font-weight: lighter;
}
.top-right a:nth-child(1){
    background: url("/top-zixun.png") no-repeat center left;
    margin-right: 20px;
}
.top-right a:nth-child(2){
    background: url("/top-dizhi.png") no-repeat center left;
}
/*.top-right a:nth-child(3){*/
    /*background: url("../images/en1.jpg") no-repeat center left;*/
    /*text-indent: 35px;*/
/*}*/
.header{
    width: 100%;
    position: relative;
}
.warpper{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width:695px;
    float: left;
    padding: 23px 0;
}
.logo img{
    float: left;
    display: block;
    padding-top: 20px;
    
}
.logo-tit{
    margin-top: 7px;
}
.logo-tit:before{
    display: block;
    content: '';
    width: 1px;
    height:60px;
    background: #e0e0e0;
    float: left;
    margin: 10px 20px 0 20px;
}
.logo-tit strong{
    color: #229c89;
    font-size: 24px;
}
.logo-tit p{
    color: #229c89;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.logo-tit ul{
    padding-top: 5px;
}
.logo-tit ul li{
    float: left;
    color: #727272;
    font-size: 16px;
    background: url("/top-yuan.png") no-repeat center left;
    text-indent: 12px;
    padding-right: 20px;
}
.logo-tit ul li:last-child{
    padding-right: 0;
}
.h-tel{
    width: 186px;
    float: right;
    background: url("/t-tel.png") no-repeat center left;
    padding-left: 50px;
    margin-top: 12px;
}
.h-tel p{
    color: #4d4d4d;
    font-size: 27px;
    font-family: ziti;
}
.h-tel span{
    color: #747679;
    font-size: 14px;
}

@charset "utf-8";
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 1200px;
}

input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

img, i {*
  display: block;
*}

i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.warpper{
  width:1200px;
  margin:0 auto;
}


