@charset "utf-8";
/** * contact stylesheet file *
 * @author:Hu Ying<huying@123.com.cn> 
  */
/*============================================  
    样式 
=============================================*/
.header{
	background: #332c2b;
}
.header .menu ul li{
	color: #332c2b;
}
.header .menu ul li a{
	border-bottom: 3px solid #332c2b;
	color: #9b837c;
}
.header .menu ul li:hover a,
.header .menu ul li.active a{
	color: #fff;
	border-bottom: 3px solid #332c2b;
}
.header .search{
	border: 1px solid #b9a4a1;
}
.header .search > input{
	background: #332c2b;
	color: #999;
}
.pop-box{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -208px 0 0  -167px;
    padding: 30px 0;
    background: #fff;
    z-index: 10;
}
.pop-box .close{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    padding: 5px;
    font-size: 14px;
    font-style: normal;
    color: #999;
    cursor: pointer;
}
.pop-box h2{
    padding: 0 0 5px 0;
    font-weight: normal;
    font-size: 18px;
    color: #c2995b;
    text-align: center;
}
.pop-box h3{
    padding-bottom: 55px;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.pop-box .list ul li{
    padding: 18px 20px;
    border-top: 1px solid #d5d5d5;
}
.pop-box .list ul li i{
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 16px;
    background: url(../images/sprite-pop.png) no-repeat;
}
.pop-box .list ul li:first-child span{
    position: relative;
    top: -12px;
}
.pop-box .list ul li i.icon1{
    background-position: 0 0;
}
.pop-box .list ul li i.icon2{
    background-position: 0 -38px
}
.pop-box .list ul li i.icon3{
    background-position: 0 -77px;
}
.pop-box .list ul li span{
    display: inline-block;
    width: 243px;
    font-size: 14px;
    color: #666;
}