html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0
}

body {
  font-family: "microsoft yahei";
}

ul,
ol,
li {
  list-style: none;
}

a,
u {
  text-decoration: none;
}

img {
  border: 0;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 100;
}

b,
strong {
  font-weight: 100;
}

em,
i {
  font-style: normal;
}

.bgColor {
  background: #333;
}

html,
body {
  height: 100%;
}

/*初始化*/

h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 60px;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
  height: 60px;
  line-height: 60px;
}

p {
  font-size: 20px;
  line-height: 41px;
  color: #999;
}

.container {
  text-align: center;
}

img {
  display: inline;
}

.headerBox {
  border-bottom: 2px solid #ccc;
}

.header {
  height: 90px;
  line-height: 80px;
}

.nav>li>a {
  padding: 0 15px;
  font-size: 20px;
  color: #323232;
}

h1,
.nav {
  float: left;
  padding-left: 40px;
}

.nav .dropdown-menu {
  top: 97%;
  min-width: 180px;
}

.nav .dropdown-menu li a {
  padding: 6px 20px;
}

.nav .dropdown:hover {
  background: #eee;
}

.nav .dropdown:hover .dropdown-menu {
  display: block;
}

.phone {
  display: inline-block;
}

.phonePic {
  width: 26px;
}

.numPic {
  width: 160px;
}

.logo {
  height: 90px;
}

.headerRight {
  float: right;
}

.headerRight>span {
  font-size: 20px;
}

.headerRight .caret {
  margin-left: 2px;
}

.headerRight .btn-group .dropdown-menu {
  top: 94%;
}

.headerRight .btn-group:hover .btn {
  background: #d4d4d4;
  border-color: #8c8c8c;
}

.headerRight .btn-group:hover .dropdown-menu {
  display: block;
}

.btn {
  margin: 0 10px;
}

.nav-pills>li>a {
  border-radius: 0px !important;
}

/*头部结束*/

.bottomBg {
  height: 259px;
  background: #333333;
  margin-top: 41px;
}

.bottom>.row {
  margin-top: 40px;
}

.companyInfo p {
  font-size: 16px;
  color: #f5f5f5;
}

.companyInfo .title {
  margin-left: -40px;
}

.companyInfo .infoItem {
  text-indent: 10px;
}

.companyInfo .contactor {
  text-indent: 32px;
}

.companyInfo .food {
  margin-left: -50px;
}

.line3 {
  border-bottom: 1px solid #F5F5F5;
}

.AQ {
  font-size: 18px;
  color: #f5f5f5;
  background: #333333;
  height: 59px;
  line-height: 59px;
}

.AQ a {
  color: #f5f5f5;
  text-decoration: none;
}

/*底部结束*/