@import "http://cdn.bootcss.com/bxslider/4.2.5/jquery.bxslider.min.css";

.w280 { width: 280px; }
.w900 { width: 900px; }
.w1200 { width: 1200px; }
.center { float: none; margin: 0 auto; }
.wrapper { padding-top: 102px; }


.bx-wrapper {
	margin: 0 auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
    background: none;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}
.bx-wrapper .bx-pager {
	padding-top: 0;
	font-size: 0px;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
	bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 50%;
}

.public-btn-1:hover::before {
	border-color: #e60012;
}
.public-btn-1::after {
	background-color: #e60012;
}


/* margin & padding */
.margin-top-40 { margin-top: 40px !important; }
.padding-0 { padding: 0px !important; }
.padding-top-0 { padding-top: 0px !important; }
.padding-vertical-0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.padding-horizontal-0 { padding-left: 0px !important; padding-right: 0px !important; }
.padding-horizontal-20 { padding-left: 20px; padding-right: 20px; }
.padding-vertical-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.padding-vertical-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.padding-vertical-40 { padding-top: 40px !important; padding-bottom: 40px !important; }


/* 颜色 & 背景色 */
.bg-white-600 {
	background-color: #FFF !important;
}
.bg-grey-200 {
	background-color: #f8f8f8 !important;
}


/* 当前位置 */
.site-place {

}


/* 统一栏目样式 S1 */
.area-header-s4 {

}


/* 统一交换链接样式 */
.site-link-exchange {

}


/* 统一版块样式 - s1 */
.site-area-s1 {

}


/* 栏目banner */
.column-banner {

}


/* 详情页统一样式 */
.details-head {
	text-align: left;
	border-bottom: solid 1px #334752;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.details-head span {
	display: block;
}
.details-head .dh-cn {
	color: #b58e30;
	font-size: 20px;
}
.details-head .dh-en {
	color: #b58e30;
	font-size: 12px;
	text-transform: uppercase;
}
.details-body {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	overflow: hidden;
}
.details-body img {
	max-width: 100%;
}
.details-body video {
	max-width: 100%;
	width:100%;
}
.details-footer {
	padding: 10px 0;
}
.details-footer a {
	display: inline-block;
    width: 120px;
    height: 35px;
    background-image: url(../images/mdw/mdw10.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    color: #9b7c30;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
}


/* header */
.header {
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
}
/* logo */
.logo {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.logo a {
	display: inline-block;
	font-size: 0px;
	line-height: normal;
}
.logo img {
	max-height: 40px;
}
/* menu */
.menu li {
	width: 20%;
	float: left;
	overflow: hidden;
}
.menu li a {
	display: block;
	border-left: solid 1px #2b2b2c;
	color: #7c7c7c;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/mdw/mdw1.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.menu li:first-child a {
	border-left: none;
}
.menu li.active a, .menu li a:hover {
	color: #5c5b59;
	background-image: none;
	background-color: #c6ba9a;
}


/* footer */
.footer {
	background-color: #1a1a1a;
}
.footer-bottom {
	position: relative;
}
.footer-bottom .fb-list {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.footer-bottom .fb-list a {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-left: 5%;
	overflow: hidden;
}
.footer-bottom .fb-list a:first-child {
	margin-left: 0px;
}
.footer-bottom .fb-list a:hover img {
	margin-top: -70px;
}
.modal-weixin-mask {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 11;
}
.modal-weixin {
	position: fixed;
	top: 150%;
	left: 50%;
	width: 250px;
	height: 250px;
	margin-top: -125px;
	margin-left: -125px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFF;
	z-index: 12;
	padding: 20px;
	text-align: center;
}
.modal-weixin img {
	width: 70%;
	display: inline-block;
}
.modal-weixin span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.modal-weixin a {
	display: inline-block;
	background-color: #6c3;
	border-radius: 10px;
	color: #FFF;
	font-size: 14px;
	margin-top: 5px;
	padding: 5px 20px;
}
