////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                            //
//      ____________   ____________    ___________ ___              ________________   ____        ___        //
//     |  ________    | ___________|  | __________| \ \            / /  | __________|  |  \ \      | |        //
//     | |                 | |        | |            \ \          / /   | |            | | \ \     | |        //
//     | |________         | |        | |________     \ \        / /    | |________    | |  \ \    | |        //
//     |_________  |       | |        | |________|     \ \      / /     | |________|   | |   \ \   | |        //
//               | |       | |        | |               \ \    / /      | |            | |    \ \  | |        //
//               | |       | |        | |                \ \  / /       | |            | |     \ \ | |        //
//       ________| |       | |        | |_________        \ \/ /        | |_________   | |      \ \| |        //
//     ____________|       |_|        |___________|        \__/         |___________|  |_|       \___|        //
//                                                                                                            //
//     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _      //  
//                                                                                                            //
//     Designed by Steven in Shanghai, CN.                                                                    //
//                                                                                                            //
//     Copyright 2017                                                                                         //
//     www.jingshangad.com	竞尚创意设计                                                                       //
//                                                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2017}

body {
	font-family:Helvetica,Arial,Tahoma,'微软雅黑','Microsoft YaHei',黑体,STHeiti,Heiti;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.6em;
	color:#333;
    background: #fff;
	margin: 0px;
	width:100%;
	height:100%;
	min-width:1000px;
}

* {	position:;	font-weight:normal; box-sizing:;}

a{color:#3d3a29;text-decoration:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;	color: #000;}
a:active {text-decoration: none;}


::-moz-selection{ color: #fff; background: #b88c2e; }
::selection { color: #fff; background: #b88c2e; }


img{border:0;}

ul,li,p{list-style:none;margin:0; padding:0;}

strong {font-weight:bold;}


	h1 { font-size: ; }
	h2 { font-size: ; }
	h3 { font-size: ; }
	h4 { font-size: ; }
	h5 { font-size: ; }
	h6 { font-size: ; }


p {
	font-size:;
}

.line_center {
	height:1px;
	background:#999;
	text-align:center;
	margin:0 auto;
	display:block;
}
.text_gold {color: #b88c2e !important;}

.text_red {color: #88000e !important;}

.text-white {color: #fff !important;}

.text-grey {color: #888 !important;}

.opacity40 {
	opacity:0.4 !important;
	filter: alpha(opacity=40) !important;
}
.opacity100 {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
.opacity70 {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
}
.bg-grey {
	background-color:#e3e3e3 !important;
}

.float_left {
	float:left !important;
}
.float_right {
	float:right !important;
}
.half {
	width:50%;
	float:left;
}

.transition {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.displaynone {
	display:none;
}
.displayblock {
	display:block;
}


#loading-mask {
	/*
	background: #fff url(../images/Loading3.gif) no-repeat center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
	text-align:center;
	opacity:1;
	*/
}

/*------ h5_video ---------------------------------------------*/
.h5_video {
	width:100%;
	height: auto;
	background:#000 !important;
}


/*------ video ---------------------------------------------*/
.video {
	width:640px;
	height:480px;
	border:1px solid #ccc;
	background:#000;
	overflow:hidden;
}
.video:hover img {
	opacity:0.5;
}
.video img {
	width:100%;
	min-height:250px;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.video .play {
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/icons/icon_play.png) no-repeat center;
	top:0;
	left:0;
}
.video h4 {
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	font-size:1.2em;
	line-height:50px;
	color:#fff;
	text-align:center;
	background:#0f67ab;
	
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;  /* Chrome Safari */
	-moz-text-overflow: ellipsis; 	 /* Firefox */
	-o-text-overflow: ellipsis;    /* Opera */
	/*word-break: break-all; 适合中文，换行所有文字*/
	white-space: nowrap ;
}



/*------ Top scrollBar ---------------------------------------------*/

#scrollBar A {
	TEXT-INDENT: 2000em;
	HEIGHT: 40px;
	WIDTH: 40px;
	border-radius:50%;
	DISPLAY: block; 
	BACKGROUND:#e2e0cb url(../images/arrow_top.png) no-repeat center center; 
	OVERFLOW: hidden; 
	CURSOR: pointer;
	
	opacity:0.75;
	filter: alpha(opacity=55);
		
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
#scrollBar A:hover {
	margin-bottom:10px;
	opacity:1;
	filter: alpha(opacity=90);
	
}



/*==================================== header css ====================================*/

.header {
	width:100%;
	height:145px;
	position:fixed;
	overflow:visible;
	z-index:200;
	background:#fff url(../images/kj/halftone-white.png) repeat-x left top;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.header, .header img,
.header2, .header2 div, .header2 #div, .header2 img, .share-icons, .share-icons li {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}

/*-------- logo css ----------------------------*/
.headlogo {
	width:192px;
	height:;
	position: relative;
	float:left;
	margin:0px 20px 0 35px;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	z-index:201;
}
.headlogo img{
	width: 100%;
	height:auto;
}

/*-------- header2 css ----------------------------*/
.header2 {
	width:100%;
	position:fixed;
	overflow:visible;
	z-index:100;
	top:0;
	height:75px !important;
	background:#fff url(../images/kj/halftone-white.png) repeat-x left bottom;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
.header2 .headlogo {
	overflow:hidden;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.header2 .headlogo img {
	width:100px !important;
}
.header2 #sf-menu {
	margin-top:22px;
	margin-left:90px;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}


/*-------- blank_block css ----------------------------*/
.blank_block {
	width:100%;
	height:145px;
	display:block;
}
.header2 .blank_block {
	height:70px;
}


/*-------- share-icons css ----------------------------*/
.share-icons {
	float:right;
	margin-top:0px;
	margin-right:25px;
	z-index:100;
}
.header2 .share-icons {
	margin-top:2px;
}
.share-icons li {
	width:37px !important;
	height:37px;
	float:left;
	display:block;
	margin-left:5px;
	background-color:#e2e0cb !important;	
	background-position:center !important;
	background-repeat:no-repeat !important;
	border-radius:50%;
	
	-webkit-transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
	transition:all 0.1s ease-in;
}
.share-icons li:hover {
	background-color:#8c8769 !important;
}
.share-icons li.weixin {
	background-size:60%;
	background-image: url(../images/icons/share/share_icon_wechat.png)
}
.share-icons li.email {
	background-size:50%;
	background-image: url(../images/icons/share/share_icon_email.png)
}
.share-icons li.en {
	background-image: url(../images/icons/share/share_icon_language.png)
}
.share-icons li.tel {
	background-image: url(../images/icons/share/share_icon_tel.png)
}
.share-icons li a {
	display:block;
	width:100%;
	height:100%;
}





/* Mobile */
@media screen and (max-width: 767px) {
body {
	min-width:767px;
	font-size:1em;
}
.half {
	width:100%;
	float:left;
}
.header, .header2 {
	top:0;
	height:119px !important;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	background:#fff url(../images/kj/halftone-white.png) repeat-x left bottom;
}
.header .headlogo, .header2 .headlogo {
	width:150px !important;
}
.header .headlogo img, .header2 .headlogo img {
	width:150px !important;
	margin-left:0px !important;
}

/*-------- share-icons css ----------------------------*/
.header .share-icons, .header2 .share-icons {
	position:absolute;
	left:40%;
	margin-top:50px;
}
.share-icons li {
	margin-left:15px;
	background-repeat:no-repeat;
}

/*-------- blank_block css ----------------------------*/
.blank_block {
	height:115px;
	display:block;
}



/*==================================== footer css ====================================*/
.home_story, .home_brands, .home_blog, .content_block, .content, .story, .wines_products, .wine_detail, .history, .sustainability, .blog, .contact
{
	width:100%;
	overflow:hidden;
}







}