﻿body{
  background-color: #f6f6f6;
}
body:after{
  content: '';
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
body.on-mask:after{
  display: block;
}
.container{
	width:100%;
	padding: 0;
	position: relative;
}
*,
*:before,
*:after{
  transition: color 600ms,
  border-color 600ms,
  background-color 600ms,
  background-image 600ms,
  opacity 600ms;
}

/*----------header----------*/
header{
  background-color: #e3dcc1;
  height: 135px;
}
header .logo{
  padding-top: 20px;
  float: left;
}
header .menu{
  margin-left: 230px;
  padding-top: 60px;
}
header .menu ul{

}
header .menu ul li{
  float: left;
  margin: 0 40px;
}
header .menu .i{
  display: block;
  color: #0b0b0b;
  font-size: 18px;
}
header .menu .i:hover{
  color: #d5b85a;
}
header .pull-right{

}
header .call{
  float: left;
  padding-right: 18px;
}
header .call p{
  color: #565656;
  font-size: 27px;
  line-height: 135px;
}
header .call p img{
  vertical-align: middle;
  margin-right: 10px;
}
header .find{
  height: 135px;
  border-left: 1px solid #d6d0b7;
  border-right: 1px solid #d6d0b7;
  float: left;
}
header .find a{
  display: inline-block;
  height: 135px;
  width: 70px;
  background: url(../img/head-find.png) no-repeat center;
}
header .find a:hover{
  opacity: .8;
}


/*----------main----------*/
main{

}

/*----------footer----------*/
footer{
  background-color: #191919;
  padding-top: 40px;
  padding-bottom: 30px;
}
footer .qbox{
  position: absolute;
  top: 0;
  right: 0;
}
footer .qbox p{
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}
footer .qbox img{
	width:110px;
	height:110px;

}
footer .good{

}
footer .good ul{

}
footer .good ul li{
  float: left;
  margin-right: 70px;
}
footer .good .i{
  display: block;
}
footer .good .i >img{
  float: left;
}
footer .good .i >.ct{
  margin-left: 85px;
}
footer .good .i >.ct p{
  color: #fff;
}
footer .good .i >.ct p.p1{
  font-size: 24px;
  padding-top: 5px;
}
footer .good .i >.ct p.p2{
  font-size: 18px;
}
footer .info{
  margin-top: 26px;
}
footer .info p{
  color: #ffffff;
  font-size: 16px;
}

/*----------customize----------*/