/* Main CSS Document */
@charset "utf8";
/* 公共 */
/* .banner-boxs */
.banner-boxs {
	min-width: 1200px;
	border-bottom: 1px solid #EEE;
	position: relative;
	overflow:hidden;
}
.banner-boxs .btn {
    margin-top: -100px;
    top: 50%;
	width: 80px;
	height:200px;
	opacity: 0;
	transition: all 0.35s;
	display: block;
	background:url(/public/images/banner-btn.png) no-repeat;
	position: absolute;
	z-index: 2;
}
.banner-boxs .prev {
	left: 30px;
	background-position:left center;
}
.banner-boxs .next {
	right: 30px;
	background-position:right center;
}
.banner-boxs:hover .btn {
	opacity: 1;
}
.banner-boxs .hd {
	bottom: 60px;
	left: 0;
	width: 100%;
	font-size:0;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.banner-boxs .hd ul {
	margin-left: -10px !important;
	display:inline-block;
}
.banner-boxs .hd ul li {
	margin-left: 10px;
	width: 54px;
	height: 6px;
	line-height: 6px;
	text-indent: -99999px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.banner-boxs .hd ul .on {
	background: #FFF;
}
.banner-boxs .bd {
	background:#000;
}
/*.banner-boxs .bd, .banner-boxs .bd ul, .banner-boxs .bd ul li, .banner-boxs .bd ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
}*/
.banner-boxs .bd, .banner-boxs .bd ul {
	width: 100%;
	display: block;
	overflow: hidden;
}
.banner-boxs .bd ul li {
	display: block;
}
.banner-boxs .bd ul li a {
	margin:0 -360px;
	padding:0 360px;
	height:600px;
	display: block;
	background-size:contain !important;
}
@media (min-width: 1630px) {
	.banner-boxs .bd ul li a {
		margin:0 -160px;
		padding:0 160px;
		height: 800px;
		background-size:cover !important;
	}
}
/* bm-1 */
.bm-1 {
}
.bm-1 .bm-con {
	padding:15px 0 50px;
}
.bm-1 .bm-con dl {
	margin:0 -20px;
}
.bm-1 .bm-con dl dd {
	width:25%;
	padding:0 20px;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bm-1 .bm-con dl dd a {
	height:450px;
	text-align:center;
	display:block;
	background:#F5F5F5;
	position:relative;
	overflow:hidden;
}
.bm-1 .bm-con dl dd a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(231,52,55,0);
	position:absolute;
}
.bm-1 .bm-con dl dd .box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.bm-1 .bm-con dl dd .iconfont {
	margin:105px auto 40px;
	width:66px;
	height:66px;
	font-size:66px;
	display:block;
	color:#999;
}
.bm-1 .bm-con dl dd .con {
	line-height:54px;
	font-size:54px;
}
.bm-1 .bm-con dl dd .con b {
    display: inline-block;
    position: relative;
}
.bm-1 .bm-con dl dd .con em {
	margin-left: 10px;
	left: 100%;
	top: 0;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	display: block;
	position: absolute;
}
.bm-1 .bm-con dl dd .til {
	line-height:60px;
	display:block;
	position:relative;
}
.bm-1 .bm-con dl dd .til:before {
	content:" ";
	margin-left:50%;
	left:-18px;
	top:90px;
	width:36px;
	border-bottom:2px solid #E73437;
	position:absolute;
}
.bm-1 .bm-con dl dd a:hover {
	color:#FFF;
}
.bm-1 .bm-con dl dd a:hover:before {
	background:rgba(231,52,55,.8);
}
.bm-1 .bm-con dl dd a:hover .iconfont {
	color:#FFF;
}
.bm-1 .bm-con dl dd a:hover .til:before {
	border-color:#FFF;
}
.bm-1 .bm-con dl .d-1 a:hover {
	background:url(/public/images/bm-1-01.png) no-repeat center center;
}
.bm-1 .bm-con dl .d-2 a:hover {
	background:url(/public/images/bm-1-02.png) no-repeat center center;
}
.bm-1 .bm-con dl .d-3 a:hover {
	background:url(/public/images/bm-1-03.png) no-repeat center center;
}
.bm-1 .bm-con dl .d-4 a:hover {
	background:url(/public/images/bm-1-04.png) no-repeat center center;
}
/* bm-2 */
.bm-2 {
}
.bm-2 .bm-con {
	margin-bottom:100px;
}
.bm-2 .bm-con .hd {
}
.bm-2 .bm-con .hd ul {
	margin:0 -50px;
}
.bm-2 .bm-con .hd ul li {
	padding:0 50px;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bm-2 .bm-con .hd ul li a {
	padding:10px 0 18px;
	line-height:30px;
	font-size:24px;
	text-align:center;
	display:block;
	color:#999;
	position:relative;
}
.bm-2 .bm-con .hd ul li a:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:2px solid #FFF;
	position:absolute;
}
.bm-2 .bm-con .hd ul .on a {
	color:#E73437;
}
.bm-2 .bm-con .hd ul .on a:before {
	border-color:#E73437;
}
.bm-2 .bm-con .bd {
	padding-top:30px;
}
.bm-2 .bm-con .bd-con {
	display:none;
}
.bm-2 .bm-con .bd ul {
	margin:-20px -10px 0 -10px;
}
.bm-2 .bm-con .bd ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bm-2 .bm-con .bd ul li a {
	display:block;
	position:relative;
}
.bm-2 .bm-con .bd ul li .box {
	position:relative;
}
.bm-2 .bm-con .bd ul li .bg {
}
.bm-2 .bm-con .bd ul li .img {
	left:0;
	top:0;
	width: 100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bm-2 .bm-con .bd ul li .img img {
	height:100%;
}
.bm-2 .bm-con .bd ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bm-2 .bm-con .bd ul li .til h3 {
    padding: 0 135px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF;
    background: rgba(0,0,0,.3);
    overflow: hidden;
}
.bm-2 .bm-con .bd ul li .more {
	right:15px;
	bottom:0;
	width:100px;
    line-height: 50px;
	font-size:16px;
	color:#FFF;
	position:absolute;
}
.bm-2 .bm-con .bd ul li .more .iconfont {
	margin-left:10px;
}
.bm-2 .bm-con .bd ul li a:hover .til h3 {
	background:rgba(231,52,55,.9);
}
@media (min-width: 1630px) {
	.bm-2 .bm-con .bd ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
	.bm-2 .bm-con .bd ul li .more {
    	line-height: 75px;
    	font-size: 18px;
	}
}
/* bm-3 */
.bm-3 {
	height:900px;
	background:url(/public/images/bm-3-bg.png) no-repeat center center;
}
.bm-3 .bm-con {
	padding-top:60px;
}
.bm-3 .bm-con dl {
	margin:0 -14px;
}
.bm-3 .bm-con dl dd {
	width:20%;
	padding:0 14px;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bm-3 .bm-con dl dd a {
	height:445px;
	text-align:center;
	display:block;
	color:#FFF;
	background:#F5F5F5;
	position:relative;
	overflow:hidden;
}
.bm-3 .bm-con dl dd a:before {
	content:" ";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	position:absolute;
}
.bm-3 .bm-con dl dd .box {
	left:0;
	top:0;
	width:100%;
	height:100%;
	position:absolute;
}
.bm-3 .bm-con dl dd .ico {
}
.bm-3 .bm-con dl dd .ico .iconfont {
	margin:60px auto 0;
	width:170px;
	line-height:170px;
	font-size:66px;
	display:block;
}
.bm-3 .bm-con dl dd .ico {
	line-height:60px;
	display:block;
}
.bm-3 .bm-con dl dd .til {
	margin-bottom:80px;
	line-height:26px;
	display:block;
}
.bm-3 .bm-con dl dd .btn {
	margin:0 auto;
	width:130px;
	line-height:40px;
	border:1px solid #FFF;
	display:block;
	color:#FFF;
}
.bm-3 .bm-con dl dd .btn .iconfont {
	margin-left:15px;
}
.bm-3 .bm-con dl dd a:hover {
	color:#FFF;
}
.bm-3 .bm-con dl dd a:hover:before {
	background:rgba(231,52,55,.8);
}
.bm-3 .bm-con dl dd a:hover .ico .iconfont {
	color:#FFF;
}
.bm-3 .bm-con dl dd a:hover .til:before {
	border-color:#FFF;
}
.bm-3 .bm-con dl dd a:hover .btn {
	border-color:#FFF;
	color:#E73437;
	background:#FFF;
}
.bm-3 .bm-con dl .d-1 .ico .iconfont {
}
.bm-3 .bm-con dl .d-1 a {
	background:url(/public/images/bm-3-01.png) no-repeat center center;
}
.bm-3 .bm-con dl .d-2 .ico .iconfont {
	font-size:90px;
}
.bm-3 .bm-con dl .d-2 a {
	background:url(/public/images/bm-3-02.png) no-repeat center center;
}
.bm-3 .bm-con dl .d-3 .ico .iconfont {
}
.bm-3 .bm-con dl .d-3 a {
	background:url(/public/images/bm-3-03.png) no-repeat center center;
}
.bm-3 .bm-con dl .d-4 a {
	background:url(/public/images/bm-3-04.png) no-repeat center center;
}
.bm-3 .bm-con dl .d-5 a {
	background:url(/public/images/bm-3-05.png) no-repeat center center;
}
/* bm-4 */
.bm-4 {
	padding-bottom:100px;
}
.bm-4 .bm-con {
	position:relative;
}
.bm-4 .bm-con .hd {
	right:0;
	top:-90px;
	position:absolute;
}
.bm-4 .bm-con .hd ul {
	margin-left:-50px;
}
.bm-4 .bm-con .hd ul li {
	margin-left:50px;
	display:inline-block;
	float:left;
}
.bm-4 .bm-con .hd ul li a {
	padding-bottom:10px;
	line-height:30px;
	font-size:22px;
	border-bottom:2px solid #FFF;
	display:block;
	color:#999;
}
.bm-4 .bm-con .hd ul .on a {
	border-color:#E73437;
	color:#E73437;
}
.bm-4 .bm-con .bd {
	height:455px;
	overflow:hidden;
}
/* dots are lines */
.bm-4 .bm-con .flickity-page-dots .dot {
	height: 1px;
	width: 100px;
	margin: 0;
	border-radius: 0;
	position: relative;
}
.bm-4 .bm-con .flickity-page-dots .is-selected {
	bottom: -1px;
	height: 3px;
	background: #E73437;
}
.bm-4 .bm-con .flickity-prev-next-button {
	display: none;
}
.bm-4 .bm-con .gallery {
	width:100%;
	height: 100%;
	background:#FFF;
	position:absolute;
	z-index:1;
	overflow: hidden;
}
.bm-4 .bm-con .gallery a, .bm-4 .bm-con .gallery .img {
	width:736px;
	height:100%;
	display:block;
	position:relative;
}
.bm-4 .bm-con .gallery .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bm-4 .bm-con .gallery .til:before {
    content: " ";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    border-radius: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAYAAAGnNCAXAAAABGdBTUEAALGPC/xhBQAAAENJREFUCB1jYGBgYGICEpIgQgqNBRRi4MMmARYDyXKAWLwgggfOAnMJiIH0soJ0sMEJdlQWWBYshpAAK0ZwwSzS1AEAes8Ckyqvlc0AAAAASUVORK5CYII=);
    background-size: contain;
    position: absolute;
}
.bm-4 .bm-con .gallery .til h3 {
	margin-bottom:50px;
	padding:0 60px;
	height:30px;
	line-height:30px;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	position: relative;
}
.bm-4 .bm-con .gallery a:hover .til h3 {
	color:#E73437;
}
.flickity-enabled.is-draggable .flickity-viewport {
}
.bm-4 .bm-con .flickity-viewport {
	height: 100%;
	overflow: hidden;
}
.bm-4 .bm-con .gallery-cell {
	margin: 0 10px;
	height: 100%;
	display: inline-block;
	float: left;
}
.bm-4 .bm-con .gallery-cell:first-child {
	margin-left:0;
}
.bm-4 .bm-con .gallery-cell img {
	width: 100%;
	height: 100%;
}
/* position dots up a bit */
.bm-4 .bm-con .flickity-page-dots {
	bottom: 20px;
	display:none;
}
/* 9.34. Drag Indicator */
.nectar-drag-indicator, .nectar-view-indicator {
	position: fixed;
	z-index: 400;
	left: -47px;
	top: -47px;
	pointer-events: none;
	width: 94px;
	height: 94px;
	mix-blend-mode: difference;
}
.nectar-drag-indicator:before {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(0.2);
	opacity: 0;
	border-radius: 50%;
}
.nectar-drag-indicator span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.nectar-drag-indicator i {
	top: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0;
}
.nectar-drag-indicator i.icon-left {
	padding-right: 20px;
	transform: translateX(12px);
}
.nectar-drag-indicator i.icon-right {
	padding-left: 20px;
	transform: translateX(-12px);
}
.nectar-drag-indicator:before, .nectar-view-indicator .color-circle {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}
.nectar-drag-indicator i, .nectar-view-indicator span {
	-webkit-transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.nectar-drag-indicator.visible i {
	-webkit-transition: transform 0.45s ease 0.1s, opacity 0.3s ease 0.1s;
	transition: transform 0.45s ease 0.1s, opacity 0.3s ease 0.1s;
}
.nectar-drag-indicator.visible:before, .nectar-view-indicator.visible .color-circle, .nectar-view-indicator.visible span, .nectar-drag-indicator.visible i.icon-left, .nectar-drag-indicator.visible i.icon-right {
	transform: scale(1);
	opacity: 1;
}
.nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal;
}
.nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	transform: scale(0.2);
	opacity: 0;
	border-radius: 50%;
}
.nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff;
}
/* bm-7 */
.bm-7 {
}
.bm-7 .bm-con {
	padding-bottom:100px;
}
.bm-7 .bm-con ul {
	margin:-20px -10px 0 -10px;
}
.bm-7 .bm-con ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	display:inline-block;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
}
.bm-7 .bm-con ul li a {
	display:block;
	position:relative;
}
.bm-7 .bm-con ul li .box {
	position:relative;
}
.bm-7 .bm-con ul li .bg {
}
.bm-7 .bm-con ul li .img {
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.bm-7 .bm-con ul li .img img {
	height:100%;
}
.bm-7 .bm-con ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bm-7 .bm-con ul li .til h3 {
    padding: 0 135px 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF;
    background: rgba(0,0,0,.3);
    overflow: hidden;
}
.bm-7 .bm-con ul li .more {
	right:15px;
	bottom:0;
	width:100px;
	line-height: 50px;
	font-size:16px;
	color:#FFF;
	position:absolute;
}
.bm-7 .bm-con ul li .more .iconfont {
	margin-left:10px;
}
.bm-7 .bm-con ul li a:hover .til h3 {
	background:rgba(231,52,55,.9);
}
@media (min-width: 1630px) {
	.bm-7 .bm-con ul li .til h3 {
		height: 75px;
		line-height: 75px;
		font-size: 24px;
	}
	.bm-7 .bm-con ul li .more {
    	line-height: 75px;
    	font-size: 18px;
	}
}
/* bm-11 */
.bm-11 {
}
.bm-11 .bm-con {
}
.bm-11 .bm-con a {
	margin: 0 -360px;
	padding: 0 360px;
	height: 450px;
	display: block;
	background:url(/public/images/bm-11-bg.png) no-repeat center center;
	background-size:cover;
}
@media (min-width: 1630px) {
	.bm-11 .bm-con a {
		height: 600px;
	}
}