@charset "utf-8";
/* CSS Document */

/* 公用样式*/
html,body,ol,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,input,fieldset,legend,img,i,em,b,strong,textarea,select{margin:0;padding:0;}
ul,li{list-style:none;}
a{text-decoration:none;}
b,strong,h1,h2,h3,h4,h5,h6{font-weight:100;}
i,em{font-style:normal;}
img{border:none;}
body{font-size:12px }
::-webkit-input-placeholder { /* WebKit browsers */
    color: #898888;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ababab;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #898888;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #898888;
}

a{
	outline:none;
	color:#666;
	text-decoration:none;
}
img{
	border:none;}
	body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


body 
{
	-webkit-tap-highlight-color: rgba(0,0,0,0);

    color: #333333;
    font-size: 14px;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
smoothing: grayscale;
-o-smoothing: grayscale;
	font-family: "Microsoft Yahei",Tahoma,Arial,sans-serif;    
	

}
ol,ul{list-style:none;}

/*-----header-------*/
#headerBox{
	width:100%;
	height:40px;
}
#headerBox .headerCon{
	width:1200px;
	height:40px;
	margin:0 auto;
	overflow:hidden;
}
.headerCon .location{
	float:left;
	width:600px;
	padding-left:20px;
	font-size:12px;
	line-height:40px;
	color:#796250;
	background:url(../../images/coffee/location.png) no-repeat 0px 14px;
}
.headerCon .share{
	height:40px;
	overflow:hidden;
	float:right;
}
.headerCon .share .enBtn{
	background:url(../../images/enBtn.png) no-repeat center center;
}
.headerCon .share .cnBtn{
	background:url(../../images/cnBtn.png) no-repeat center center;
}
.headerCon .share .cnBtn a{
	display:block;
	width:25px;
	height:40px;
}
.headerCon .share .enBtn a{
	display:block;
	width:25px;
	height:40px;
}
.headerCon .share li{
	width:25px;
	margin-left:6px;
	padding-top:8px;
	height:32px;
	float:left;
}
/*---------logo-------*/
#logoBox{
	width:100%;
	height:110px;
	overflow:hidden;
	background:#dcdcdc;
	position:static;
}
#logoBox .logoCon{
	width:1200px;
	margin:0 auto;
	
}
#logoBox .logoLeft{
	float:left;
	width:518px;
	padding-top:32px;
	/*padding-left:20px;*/
}
#logoBox .logoCenter{
	float:left;
	overflow:hidden;
	width:352px;
	height:110px;
}
#logoBox .logoCenter li{
	float:left;
	overflow:hidden;
    
}
#logoBox .logoCenter li a{
	float:left;
	overflow:hidden;
	margin-left:35px;
	line-height:110px;
	font-size:18px;
	color:#603f12;
}
#logoBox .logoCenter li a:hover{
	color:#000;
}
.logoCenter li i{
	width:15px;
	height:15px;
	display:inline-block;	
	margin-right:9px;
	vertical-align: middle;
}
.logoCenter li .indexIcon{
	background:url(../../images/coffee/home.png) no-repeat 0 0;
}
.logoCenter li .productIcon{
	background:url(../../images/coffee/proBook.png) no-repeat 0 0;
}
.logoCon .logoRight{
	width:280px;
	overflow:hidden;
	float:right;
	padding-top:37px;
}
.logoCon .logoRight li{
	float:left;
	overflow:hidden;
	
}
.logoRight li a{
	float:left;
	text-align:center;
	height:42px;
	border-radius:8px;
	color:#fff;
	line-height:42px;
	font-size:18px;
	text-align:center;
	background:#e60800;
	margin-left:20px;
	/*background:url(../images/question.png) no-repeat 13px 15px #e60800;*/
	
}
.logoRight .help a{
	width:94px;
	
}
.logoRight .service a{
	width:135px;
	
	
	
}
/*--------contactUs---------*/
.contactUs{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:56px 0;
}
.contactUs .contactLeft{
	float:left;
	width:277px;
	margin-right:30px;
}
.contactUs .contactCenter{
	float:left;
	width:630px;
	color:#673c05;
}
.contactUs .contactCenter h3{
	font-size:27px;
	line-height:38px;
	margin-bottom:5px;
}
.contactUs .contactCenter p{
	font-size:16px;
	line-height:30px;
}
.contactUs .contactCenter .contactCenBot{
	margin-top:90px;
}
.contactCenter .contactCenBot ul{
	overflow:hidden;
}
.contactCenter .contactCenBot ul li{
	float:left;
	
}
.contactCenter .contactCenBot ul .email{
	width:252px;
	margin:0 25px;
}
.contactUs  .contactRight{
	float:left;
	width:243px;
	padding-top:30px;	
}
.contactUs  .contactRight a{
	display:block;
	padding-left:28px;
	line-height:40px;
	background:url(../../images/coffee/contactArrow.png) no-repeat left center;
	color:#686868;
}
.contactUs  .contactRight .active{
	color:#5b3d21;
}
.contactUs  .contactRight  .border{
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

/*--------------indexBar-------------*/
#indexBar{
	width:100%;
	background:#d5d3d4;
	
}
.indexBarCon{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.indexBarCon h2{
	line-height:80px;
	color:#44312d;
	font-weight:200;
	float:left;
	font-size:18px;
	font-family:"microsoft yahei";
}
.indexBarCon .index{
	float:right;
	width:267px;
	line-height:80px;
	color:#481e2a;
	font-size:16px;
}
.indexBarCon .index i{
	width:14px;
	height:14px;
	display:inline-block;
	background:url(../../images/coffee/indexArrow.png) no-repeat center center;
	vertical-align: middle;
	margin-left:9px;
	margin-right:9px;
    margin-top:-2px;
}
/*--------cofficeBg----------*/
#cofficeBg{

}
/*------------footer---------------*/
footer{
	width:100%;
	height:78px;
	overflow:hidden;
	background:#f7f7f9;
	border-top:1px solid #e2e2e2;
}
footer .footerCon{
	width:1200px;
	margin:0 auto;
	height:78px;
}
footer .footerCon .logo{
	float:left;
	margin-top:28px;
	width:110px;
	height:25px;
	
	
}
footer .footerCon .logo img{
	width:100%;
	height:100%;
}
footer .footerCon span{
	float:left;
	margin-top:35px;
	margin-left:17px;
	color:#948989;	
	
}
footer .footerCon a{
	color:#948989;	
}

footer .footerCon .returnTop{
	float:right;
	width:34px;
	height:34px;
	background:url(../../images/coffee/footerArrow.png) no-repeat 0 0;
	background-size:auto 100%;
	margin-top:25px;
	cursor:pointer;
}
/* 公用样式结束*/

