﻿@charset "UTF-8";

html,textarea {
  overflow: auto
}

a,a:focus,body,button,input,input:focus,select,textarea {
  -webkit-tap-highlight-color: transparent
}

a,body {
  color: #333
}

a,a:hover {
  text-decoration: none
}

article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
  margin: 0;
  padding: 0
}

article,aside,details,figcaption,figure,footer,header,nav,section {
  display: block
}

li,ol,ul {
  list-style: none
}

body,button,input,select,textarea {
  font: 14px/1 "\5fae\8f6f\96c5\9ed1","Microsoft YaHei","\5b8b\4f53",SimSun,"\82f9\679c\4e3d\7ec6\5b8b",Tahoma,Helvetica,Arial,sans-serif
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  -webkit-overflow-scrolling: touch;
  position: relative;
  margin: 0 auto
}

:focus {
  outline: 0
}

img {
  vertical-align: middle;
  display: inline-block
}

abbr,body,fieldset,html,iframe,img {
  border: 0
}

textarea {
  resize: none
}

a:focus,input:focus {
  outline: 0;
  color: #333
}

a:hover {
  color: #c19d43
}

.clear:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0
}

body {
  background: #f2f2f2;
  position: relative;
}
.top-img{
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  line-height:80px;
  font-size: 30px;
  font-weight: 700;
}
.main-text{
  color: #333;
  width: 1000px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.main-text .text{
  width: 80%;
  margin-bottom: 50px;
}
.main-text .left{
  width: 50%;
  float: left;
}
.main-text .right{
  width: 50%;
  float: left;
}
.main-text .title{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.main-text p{
  line-height: 22px;
  font-size: 14px;
}
.bottom-img{
  margin-bottom: 20px;
}
.bottom-img .img{
  width: 400px;

}
.footer{
  background: #d7d7d7;
  line-height: 22px;
  padding: 40px 0;
}
.footer p{
  width: 1000px;
  margin: 0 auto;
}
.footer .img{
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}