@charset "utf-8";

@import url("global.min.css");
@import url("iconfont.css");


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-01-29
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
	/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
	html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/
	
}
/** * Remove default margin.*/
	body {
	margin: 0;
}
/* HTML5 display definitions ==========================================================================*/
	/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
	article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
	audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;
	
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
	audio:not([controls]) {
	display: none;
	height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
	[hidden],
template {
	display: none;
}
/* Links ==========================================================================*/
	/** * Remove the gray background color from active links in IE 10.*/
	
a {
	color: #6f6869;
	background: transparent;
	text-decoration: none;
	outline: none;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
/* Text-level semantics ==========================================================================*/
	/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
	abbr[title] {
	border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
	b,
strong {
	font-weight: bold;
}
/** * Address styling not present in Safari and Chrome.*/
	dfn {
	font-style: italic;
}
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
	h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9.*/
	mark {
	background: #ff0;
	color: #000;
}
/** * Address inconsistent and variable font size in all browsers.*/
	small {
	font-size: 80%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
	sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content ==========================================================================*/
	/** * Remove border when inside `a` element in IE 8/9/10.*/
	img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/** * Correct overflow not hidden in IE 9/10/11.*/
	svg:not(:root) {
	overflow: hidden;
}
/* Grouping content ==========================================================================*/
	/** * Address margin not present in IE 8/9 and Safari.*/
	figure {
	margin: 1em 40px;
}
/** * Address differences between Firefox and other browsers.*/
	hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/** * Contain overflow in all browsers.*/
	pre {
	overflow: auto;
}
/** * Address odd `em`-unit font size rendering in all browsers.*/
	code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms ==========================================================================*/
	/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
	/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
	button,
input,
optgroup,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	color: #6f6869;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #6f6869;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #6f6869;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #6f6869;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #6f6869;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #b81c22;}
::selection{color: #fff;background-color: #b81c22;}



/* -------------------------------
Globals
----------------------------------*/

	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	* {
		word-break:break-word;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		position: relative;
		cursor: auto;
		color: #6f6869;
		font-family: 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
		font-size: 14px;
		line-height: 1.6;
	}
	body,html {
		background-color: #fff;
	}
	sub, sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	sup {
		top: -0.5em;
	}
	sub {
		bottom: -0.25em;
	}
	td {
		padding: 0.5em;
	}

	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden
	}
	input,select,button {
		border: none;
	}
	ul,ol {
		padding-left: 30px;
	}
	/*p {
		margin: 0;
	}*/

	@keyframes 
	opacityn {
		0% {
		opacity: 0;
		filter: alpha(opacity=0);
		}
		100% {
		opacity: 1;
		filter: alpha(opacity=100);
		}
	}
	 @-webkit-keyframes 
	opacityn {
		0% {
		opacity: 0;
		filter: alpha(opacity=0);
		}
		100% {
		opacity: 1;
		filter: alpha(opacity=100);
		}
	}

	@keyframes 
	JUMP {
		0% {
		bottom: 75px;
		}
		50% {
		bottom: 95px;
		}
		80% {
		bottom: 85px;
		}
		100% {
		bottom: 75px;
		}
	}
	 @-webkit-keyframes 
	JUMP {
		0% {
		bottom: 75px;
		}
		50% {
		bottom: 95px;
		}
		80% {
		bottom: 85px;
		}
		100% {
		bottom: 75px;
		}
	}

	@-webkit-keyframes MOVE {
	  0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0); }
	  100% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px); } }

	@keyframes MOVE {
	  0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0); }
	  100% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px); } }

	@-webkit-keyframes loading {
	    from {
	        -webkit-transform: rotate(0deg);
	    }
	    to {
	        -webkit-transform: rotate(360deg);
	    }
	}

	@keyframes loading {
	    from {
	        -webkit-transform: rotate(0deg);
	    }
	    to {
	        -webkit-transform: rotate(360deg);
	    }
	}
	.opacity-n {
	    -webkit-animation: opacityn 0.3s linear;
	    animation: opacityn 0.3s linear;
	}

	#loading {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    z-index: 999;
	    background: #fff;
	    opacity: 1;
	}
	#loading .loading-main {
		position: absolute;
		top: 50%;
	    left: 50%;
	    width: 50px;
	    height: 50px;
	    margin-top: -25px;
	    margin-left: -25px;
	    border-radius: 50%;
	    border: 0px solid #b81c22;
	    border-left-width: 1px;
	    border-bottom-width: 2px;
	    border-right-width: 3px;
	    -webkit-animation: loading 2s linear infinite;
	    -webkit-animation: loading 2s linear infinite;
	    -o-animation: loading 2s linear infinite;
	    animation: loading 2s linear infinite;
	}
	#loading .loading-main>div {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: #fff;
	    border-radius: 50%;
	}
	
	.container {
		position: relative;
		z-index: 1;
		margin: 0 auto;
	}

	@media (min-width: 1230px) {
		.container, .w1200 {
			width: 1200px;
		}
	}
	@media (max-width: 1229px) and (min-width: 993px) {
		.container, .w1200 {
			width: 940px;
		}
	}
	@media (max-width: 992px) {
		.container, .w1200 {
			margin-left: 20px;
			margin-right: 20px;
		}
	}




/* -------------------------------
float align display
----------------------------------*/
	.floatLeft {
		float: left;
	}
	.floatRight {
		float: right;
	}
	.display-show {
		display: block;
	}
	.display-hide {
		display: none;
	}
	.align-center {
		text-align: center;
	}
	.align-left {
		text-align: left;
	}
	.align-right {
		text-align: right;
	}

	.display-block {
		display: block;
	}
	.display-inlineblock {
		display: inline-block;
	}
	.display-table {
	    display: table;
	    table-layout: fixed;
	    width: 100%;
	    height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.display-table-cell {
		position: relative;
		display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	    height: 100%;
	}
	.position-rel {
		position: relative;
	}
	.position-abs {
		position: absolute;
	}

	.display-flex {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.display-flex-between {
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.display-flex-wrap {
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	} 




/* ---------------------------------
* public
------------------------------------*/
	.bgcover-wpt {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.swiper-button-prev,
	.swiper-button-next,
	.swiper-pagination-bullet {
		outline: none;
	}


	.thumb-scale {
		overflow: hidden;
	}

	.thumb-scale img {
		display: block;
		width: 100%;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;	
	}
	.thumb-scale:hover img,
	a:hover .thumb-scale img {
	    -webkit-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
	    -o-transform: scale(1.1,1.1);
	    transform: scale(1.1,1.1);
	}

	.all-content-wrapper {
		display: block;
	    position: relative;
	    line-height: 1.8;
	    font-size: 14px;
	    overflow: hidden;
	}
	.all-content-wrapper>p:first-child {
		margin-top: 0;
	}
	.all-content-wrapper>p:last-child {
		margin-bottom: 0;
	}
	.all-content-wrapper table {
		text-align: center;
	}

	.all-content-wrapper .has-tables table {
		width: 100%;
	}

	.all-content-wrapper table th,
	.all-content-wrapper table td {
		vertical-align: middle;
		padding: 8px;
		word-break: break-all;
		color: #101116;
		border: 1px solid #74747a;
	}
	.all-content-wrapper table th {
		font-weight: normal;
		background-color: #F2F3F7;
	}
	.all-content-wrapper table td a {
		color: #1d6ad8;
	}
	.all-content-wrapper table td a:hover {
		font-weight: bold;
		text-decoration: underline;
	}

	@media (max-width: 640px) {
		.all-content-wrapper .has-tables {
			position: relative;
			overflow: auto;
		}
		.all-content-wrapper .has-tables table {
			min-width: 640px;
		}
		.all-content-wrapper .has-tables::after {
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			width: 20px;
			background-color: rgba(255,255,255,.5);
		    -webkit-filter: blur(9px);
		    filter: blur(9px);
		}
	}



/* ---------------------------------
* poptrox
------------------------------------*/
	.poptrox-popup {
		overflow: visible!important;
		background: transparent!important
	}
	.poptrox-popup .caption {
	    line-height: normal!important;
		color: #363738;
		font-weight: bold;
		font-size: 16px;
		overflow: hidden;
	}
	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		display: none!important;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		font-size: 0;
		background-color: rgba(0,0,0,.5);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: 40px;
		background-size: 40px;
	}
	.poptrox-popup .nav-previous {
		left: -50px;
		background-image: url(../images/arrow-left.png);
	}
	.poptrox-popup .nav-next {
		right: -50px;
		background-image: url(../images/arrow-right.png);
	}
	.poptrox-popup {
		padding: 0!important;
	}
	.poptrox-popup .caption {
		display: none!important;
	}

	.poptrox-popup .closer {
		margin-right: -25px;
		font-size: 0;
		right: -20px !important;
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
		/*background: url(../images/close.png) center no-repeat!important;*/
	}



/* ---------------------------------
* share
------------------------------------*/

	.share-wrapper {
		display: inline-block;
		position: relative;
	}

	.share-wrapper .sh-w,
	.share-wrapper .iconfont {
		line-height: 22px;
	}
	.share-wrapper .sh-w {
		display: inline-block;
		line-height: 24px;
		font-size: 14px;
	}
	.share-wrapper .iconfont {
		font-size: 20px;
		cursor: pointer;
	}

	.share-wrapper .bdsharebuttonbox {
		display: inline-block;
	    z-index: 4;
	    margin-top: 2px;
	}
	.share-wrapper .bdsharebuttonbox .bds_more {
		display: none;
	}
	.share-wrapper .bdsharebuttonbox a {
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    z-index: 5;
	    float: none;
	    margin: 0 auto;
	    width: 20px;
	    height: 20px;
	    padding: 0;
		color: #2D2B3A;
	    -webkit-background-size: 16px;
	    background-size: 16px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: none;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.share-wrapper .bdsharebuttonbox .iconfont {
	    position: relative;
	    z-index: -3;
	}
	.share-wrapper .bdsharebuttonbox .bds_weixin {
		color: #00C800;
	}
	.share-wrapper .bdsharebuttonbox .bds_tsina {
		color: #FF0000;
	}

	.share-wrapper .bdsharebuttonbox .conts {
	    display: inline-block;
    	position: relative;
    	margin-left: 8px;
	}
	.share-wrapper .bdsharebuttonbox .conts .imgs {
		display: none;
	    position: absolute;
	    bottom: 100%;
	    left: 50%;
	    z-index: 8;
	    width: 80px;
	    margin-left: -20px;
	    padding-bottom: 5px;
	}
	.share-wrapper .bdsharebuttonbox .conts .imgs img {
		display: block;
		width: 100%;
	}
	@media (min-width: 993px) {
		.share-wrapper .bdsharebuttonbox .conts:hover .imgs {
			display: block;
		}
	}
	.share-wrapper .bdsharebuttonbox .conts:hover .iconfont {
		color: #1253D1;
	}



/* ---------------------------------
* pagination
------------------------------------*/
	.pagination-box {
		padding: 0;
		margin-top: 20px;
		font-size: 0;
	}
	.pagination-box li {
		display: inline-block;
	    margin-top: 5px;
	    margin-left: 5px;
	    margin-right: 5px;
	}
	.pagination-box li:first-child {
		margin-left: 0;
	}
	.pagination-box a {
	    display: block;
	    min-width: 48px;
		padding: 0 10px;
	    line-height: 40px;
		font-size: 14px;
		text-align: center;
		background-color: #EBECF0;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.pagination-box li.active a,
	.pagination-box a:hover {
		color: #fff;
		background-color: #1D6AD8;
	}
	@media (max-width: 767px) {
		.pagination-box li {
			margin-left: 3px;
			margin-right: 3px;
			margin-top: 3px;
		}
		.pagination-box a {
			min-width: 34px;
			line-height: 34px;
		}
	}

.site-header ul,
.site-header ol,
.site-footer ul,
.site-footer ul {
	padding-left: 0;
	margin: 0;
}

.site-header ul li,
.site-header ol li,
.site-footer ul li,
.site-footer ul li {
	list-style: none;
}
.isHidden {
	overflow: hidden;
}
.layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 132;
    background-color: rgba(0,0,0,.5);
}
#content-3d {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 136;
    max-width: 1024px;
    width: 80%;
    --webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.5);
}
#content-3d video {
	display: block;
	width: 100%;
}
#content-3d .video-close {
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/close.png) center no-repeat #C7151C;
}


/* ---------------------------------
* header
------------------------------------*/
	.hamburger {
		display: none;
	    position: absolute;
		top: 6px;
		right: 0;
		z-index: 20;
		line-height:0;
		width: 35px;
	    height: 24px;
	}
	.hamburger:after,
	.hamburger:before {
		content: '';
		display: block;
		height: 2px;
	    border-radius: 2px;
	}
	.hamburger span {
		display: block;
		height: 2px;
		margin: 6px 0;
	}
	.hamburger:after,
	.hamburger:before,
	.hamburger span {
		position: relative;
		width: 100%;
		background: rgba(255,255,255,.6);
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}

	.hamburger.active {
		top: 27px;
	}
	.hamburger.active span {
		display: none;
	}
	.hamburger.active:before {
		top: 1px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.hamburger.active:after {
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 88;
		width: 100%;
		background-color: #fff;
		background:url(../images/00index_21.jpg) repeat;

	}
	.site-header #siteName {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		z-index: -5;
	}
	.site-header .header-content {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.site-header .site-logo {
		display: inline-block;
		position: relative;
		z-index: 10;
		padding-top: 40px;
	}
	.site-header .site-logo a {
		display: block;
	}
	.site-header .site-logo img {
		display: block;
		height: 40px;
	}

	/* menu */
	.site-header #mmenu {
		position: relative;
		z-index: 3;
	}
	.site-header .menu {
		position: relative;
		padding-top: 20px;
		padding-right: 110px;
		font-size: 0;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.site-header .menu .menu-item {
		display: inline-block;
		position: relative;
		margin-right: 40px;
	}

	.site-header .menu .menu-item:last-child {
		margin-right: 0;
	}
	.site-header .menu .menu-item .top {
		display: block;
		position: relative;
	    padding: 0 6px;
		line-height: 70px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	    text-transform: uppercase;
	    overflow: hidden;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.site-header .menu .menu-item .top:hover,
	.site-header .menu .menu-item.active .top {
		color: rgba(255,255,255,.8);
	}
	.site-header .infos {
	    position: absolute;
	    right: 5px;
	    top: 20px;
	    z-index: 6;
	    font-size: 0;
	}
	.site-header .infos .conts {
		display: inline-block;
		padding-top: 18px;
	}
	.site-header .infos .iconfont {
		display: block;
		width: 34px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 20px;
		cursor: pointer;
		color: rgba(255,255,255,.8);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid rgba(255,255,255,.8);
	}

	.site-header .infos .imgs {
		display: none;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 5;
		width: 120px;
		padding-top: 10px;
	}
	.site-header .infos .weibo {
		margin-left: 14px;
	}
	.site-header .infos .imgs img {
		display: block;
		width: 100%;
	}

	@media (min-width: 993px) {
		.site-header,
		.headerHeight,
		.site-header .header-content {
			height: 120px;
		}
		.site-header .infos .conts:hover .imgs {
			display: block;
		}
	}
	@media (max-width: 1229px) and (min-width: 993px) {
		.site-header,
		.headerHeight,
		.site-header .header-content {
			height: 100px;
		}
		.site-header .site-logo img {
			height: 34px;
		}
		.site-header .menu .menu-item {
			margin-right: 12px;
		}
		.site-header .menu, .site-header .infos .conts {
			padding-top: 12px;
		}
	}

	@media (max-width: 992px) {
		#app::before {
		    content: "";
		    height: 100%;
		    left: 0;
		    opacity: 0;
		    pointer-events: none;
		    position: fixed;
		    top: 0;
		    transition: opacity .3s cubic-bezier(0.39,0.575,0.565,1);
		    width: 100%;
		    z-index: 20;
		    background: #000;
		}
		#app.active::before {
		    opacity: .8;
		    pointer-events: auto;
		}
		.site-header #mmenu {
			display: none;
			position: absolute;
			right: 0;
			top: 60px;
			width: 50%;
			padding-bottom: 10px;
			overflow: auto;
			z-index: 99;
			background-color: rgba(0,0,0,.4);
			-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
			-moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
			box-shadow: 0 0 8px rgba(0,0,0,.2);
		}
		.site-header .menu {
			padding: 0 20px;
		}
		.site-header .menu .menu-item {
			display: block;
			margin: 0;
		    border-top: 1px solid #eae8e4;
		}
		.site-header .menu .menu-item:first-child {
			border-top: none;
		}
		.site-header .menu .menu-item .top {
			padding: 10px 0;
			line-height: 24px;
			color: rgba(255,255,255,.8);
			font-size: 14px;
			font-weight: normal;
		}
		.site-header .menu .menu-item .top:hover,
		.site-header .menu .menu-item.active .top{
			color: #fff;
		}
		.hamburger {
			display: block;
		    right: 0;
    		top: 22px;
		}
		.site-header, .headerHeight,.site-header .header-content {
			height: 60px;
		}
		.site-header .infos {
			top: 0;
			right: 56px;
		}
		.site-header .infos .conts {
			padding-top: 14px;
		}
		.site-header .site-logo {
			padding-top: 12px;
		}

		.site-header .site-logo img {
			height: 34px;
		}
		.site-header .search-t {
			top: 16px;
			right: 40px;
			width: 40px;
			text-align: center;
		}
		.site-header .search-t .words {
			line-height: 30px;
			color: #0099ff;
		}
		.site-header .search-t .ipt-wrp {
			position: fixed;
			top: 60px;
			left: 0;
			right: 0;
			z-index: 5;
			padding: 8px 40px;
			padding-right: 80px;
			background-color: rgba(255,255,255,.9);
		}
		.site-header .search-t .form-control {
			width: 100%;
		}
		.site-header .search-t .sub {
			right: 40px;
			top: 8px;
			bottom: 8px;
			width: 40px;
		}
		.site-header .search-t .words.active {
			color: #4685CB;
		}

		/* header */
		.mm-menu {
			background: #fff;
		}
		.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
			background: rgba(0,0,0,.3);
		}
		.mm-panel_opened-parent {
		    -webkit-transform: translate(-100%,0);
		    -ms-transform: translate(-100%,0);
		    transform: translate(-100%,0);
		    -webkit-transform: translate3d(-100%,0,0);
		    transform: translate3d(-100%,0,0);
		}
	}
	@media (max-width: 640px) {
		.site-header .site-logo {
			padding-top: 16px;
		}
		.site-header .site-logo img {
			height: 28px;
		}
	}
	.promo-header {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		height: 0;
	}
	.headerHeight.promo-headerHeight {
		height: 0;
	}
	@media (max-width: 370px) {
		.site-header .infos {
			right: 50px;
		}
		.site-header .infos .conts {
			padding-top: 16px;
		}
		.site-header .infos .iconfont {
			width: 30px;
			height: 30px;
			line-height: 30px;
		}
		.site-header .infos .weibo {
			margin-left: 10px;
		}
	}



/* ---------------------------------
* footer
------------------------------------*/
	.site-footer {
		position: relative;
		z-index: 3;
		width: 100%;
		padding-top: 24px;
		padding-bottom: 18px;
		background-color:#050402;
	}
	/* .footer-fixed {
	    position: fixed;
	    left: 0;
	    right: 0;
	    bottom: 0;
	} */
	.site-footer,
	.site-footer a {
		color: rgba(255,255,255,.6);
	}
	.site-footer .boxs {
		overflow: hidden; color:#e3d193;
	}
	.site-footer .boxs a{color:#e3d193}
	#support-website {
		display: none;
	}
	#backtop {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 16;
		width: 54px;
		height: 54px;
		background-image: url(../images/backtop.png);
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.infoPicFixed {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-transform: translate(0%, 0%); 
	    -moz-transform: translate(0%, 0%);
	    -ms-transform: translate(0%, 0%);
	    -o-transform: translate(0%, 0%);
	    transform: translate(0%, 0%);
	    background: rgba(0, 0, 0, 0.7);
	    z-index: 120;
	}
	.infoPicFixed .info {
		display: block;
		position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 135px;
	    height: 165px;
	    font-size: 14px;
	    color: #fff;
	}
	.infoPicFixed .info img {
		width: 135px;
		height: 135px;
	}
	.infoPicFixed .info .title {
		margin: 0;
		margin-top: 5px;
		line-height: 24px;
	}

	@media (min-width: 993px) {
	}
	@media (max-width: 992px) {
		.site-footer {
			padding-top: 18px;
		}
		#backtop {
			width: 40px;
			height: 40px;
		}
	}




/* ---------------------------------
* public
------------------------------------*/
	.Title01 {
		margin: 0;
		line-height: 40px;
		font-size: 30px;
		text-align: center;
		font-weight: bold;
		color: #170B0C;
	}
	.banner-right,
	.banner-left {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		z-index: 5;
		width: 30px;
		height: 30px;
		line-height: 30px;
		outline: none;
		color: #6F6869;
		text-align: center;
		font-family: "iconfont" !important;
		font-size: 28px;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -o-user-select: none;
	    user-select: none;
	}
	.banner-left {
		left: 0;
	}
	.banner-right {
		right: 0;
	}
	.banner-right:hover,
	.banner-left:hover {
		color: #b81c22;
	}
	.banner-pagination {
		text-align: center;
	}
	.banner-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 3px;
		border-radius: 50%;
		border: none;
		background-color: #F3F3F3;
		cursor: pointer;
	}
	.banner-pagination .swiper-pagination-bullet-active {
		background-color: #B81C22;
	}

	.site-banner {
		position: relative;
		z-index: 2;
	}
	.site-banner .gallery {
		position: relative;
	}
	.site-banner .gallery img {
		display: block;
		width: 100%;
	}
	
	@media (max-width: 640px) {
		.Title01 {
			line-height: 28px;
			font-size: 20px;
		}
	}




/* ---------------------------------
* newsLists
------------------------------------*/

	.newsLists {
		font-size: 0;
	}
	.newsLists .item {
		position: relative;
	}
	.newsLists .item .link {
		display: block;
		line-height: 24px;
		font-size: 15px;
		color: #6F6869;
	}
	.newsLists .item .time {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.newsLists .item .pic {
		overflow: hidden;
	}
	.newsLists .item .pic img {
		display: block;
		width: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.newsLists .item .titl {
		margin-top: 20px;
		margin-bottom: 20px;
		height: 48px;
		overflow: hidden;
		font-size: 18px;
		color: #170B0C;
	}
	.newsLists .item .desc {
		height: 72px;
		overflow: hidden;
		font-size: 15px;
	}
	.newsLists .item .more {
		margin-top: 8px;
		text-align: right;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.newsLists .item .link:hover .more {
		color: #C8161D;
	}
	.newsLists .item .link:hover .pic img {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	
	@media (max-width: 992px) {
		.newsLists .item .titl {
		    margin-top: 10px;
		    margin-bottom: 10px;
		}
	}
	@media (max-width: 640px) {
		.newsLists .item .titl {
		    font-size: 16px;
		}
		.newsLists .item .link,
		.newsLists .item .desc {
			font-size: 14px;
		}
	}




/* ---------------------------------
* home
------------------------------------*/


	/*--------------
	* banner
	----------------*/
		.promo-banner {
			position: relative;
		}
		.promo-banner .banner-pagination {
			position: absolute;
			left: 0;
			right: 0;
			z-index: 9;
		}
		.promo-banner .banner-pagination .swiper-pagination-bullet {
			background-color: rgba(255,255,255,.6);
		}
		.promo-banner .banner-pagination .swiper-pagination-bullet-active {
			width: 46px;
			-webkit-border-radius: 25px;
			-moz-border-radius: 25px;
			border-radius: 25px;
			background-color: #fff;
		}
		.promo-banner .videoBox video {
			display: block;
			width: 100%;
		}

		.promo-banner .video-mask {
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    right: 0;
		    z-index: 4;
			background:none;
		    
		}
		.promo-banner .index-intro {
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    margin: 0;
		    -webkit-transform: translate(-50%, -50%);
		    -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		    -o-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
		    color: #fff;
		    text-align: center;
		}
		.promo-banner .index-intro .icon-play {
		    display: block;
		    position: relative;
		    width: 60px;
		    height: 60px;
		    margin: 0 auto;
		    margin-top: 40px;
		    z-index: 999;
		    cursor: pointer;
		    -webkit-background-size: cover;
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center;
		    background-image: url(../images/play_icon.png);
		}


		@media (min-width: 993px) {
			.promo-banner .index-intro {
				font-size: 60px;
			}
			.promo-banner .gallery {
				display: none;
			}
			.promo-banner .bgimgs {
				background-image: none!important;
				background-color: #000;
			}
			.promo-banner .banner-pagination {
				bottom: 40px;
			}
			.promo-images {
				height: 360px;
				-webkit-background-attachment: fixed;
				-moz-background-attachment: fixed;
				-ms-background-attachment: fixed;
				-o-background-attachment: fixed;
				background-attachment: fixed;
			}
		}
		@media (max-width: 992px) {
			.promo-banner .index-intro {
				font-size: 24px;
			}
			.promo-banner .index-intro .icon-play {
				margin-top: 20px;
			}
			.promo-banner .videoBox {
				display: none;
			}
			.promo-banner .banner-pagination {
				bottom: 0;
			}
			.promo-banner .banner-pagination .swiper-pagination-bullet-active {
				width: 25px;
			}
			.promo-images {
				height: 180px;
			}
		}
		@media (max-width: 640px) {
			.promo-banner .index-intro {
				font-size: 18px;
			}
			.promo-banner .index-intro .icon-play {
				margin-top: 12px;
				width: 40px;
				height: 40px;
			}
		}



	/*--------------
	* about
	----------------*/
		.promo-about {
			background:url(../images/aboutbj.jpg) repeat;
			overflow: hidden;
		}
		.promo-about .right-pic,
		.promo-about .left-pic {
			position: absolute;
			bottom: 0;
			z-index: -1;
		}
		.promo-about .right-pic {
			right: -20px;
			width: 18.25%;
		}
		.promo-about .left-pic {
			left: -30px;
			width: 22.5%;
		}
		.promo-about .titl-all-wrp {
			color: #686162;
		}
		.promo-about .content {
			margin-top: 34px;
			color: #000;
			text-align: center;
		}
		.promo-about .lists {
			color: #6F6869;
		}
		.promo-about .lists .weixin-weibo {
			text-align: center;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			-webkit-justify-content: space-between;
			-moz-justify-content: space-between;
			-ms-justify-content: space-between;
			-o-justify-content: space-between;
			justify-content: space-between;
			width: 130px;
			flex: 0 0 130px;
			margin: 0 auto;
		}
		.promo-about .lists .weixin-weibo .weixin {
			margin-right: 28px;
		}
		.promo-about .lists .weixin-weibo .imgs img {
			width: 120px;
			height: 120px;
		}
		.promo-about .lists .weixin-weibo .til {
			margin-top: 8px;
		}

		@media (min-width: 641px) {
			.promo-about .lists {
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
				-webkit-justify-content: space-between;
				-moz-justify-content: space-between;
				-ms-justify-content: space-between;
				-o-justify-content: space-between;
				justify-content: space-between;
			}
			.promo-about .lists .text {
				flex: 1;
				padding-left: 24px;
				padding-top: 10px;
			}
		}

		@media (min-width: 993px) {
			.promo-about .container {
				padding-top: 60px;
				padding-bottom: 30px;
				min-height: 550px;
			}
			.promo-about .box {
				max-width: 720px;
				margin-left: auto;
				margin-right: auto;
			}
			.promo-about .titl-all-wrp,
			.promo-about .content {
				max-width: 610px;
				margin-left: auto;
				margin-right: auto;
			}
			.promo-about .lists .text {
				padding-left: 44px;
			}
		}

		@media (max-width: 992px) {
			.promo-about .container {
				padding-top: 30px;
				padding-bottom: 30px;
			}
		}
		@media (max-width: 640px) {
			.promo-about .lists .text {
				margin-top: 20px;
			}
			.promo-about .left-pic {
				width: 34%;
			}
			.promo-about .right-pic {
				width: 30%;
			}
		}




	/*--------------
	* special
	----------------*/
		.promo-special .titl-all-wrp {
			color: #f8f8f8;
		}
		.promo-special .titl-all-wrp .cn {
			color: #fff;
		}
		.promo-special .gallery {
			position: relative;
			margin-top: 45px;
		}
		.promo-special .gallery .item {
			text-align: center;
		}
		.promo-special .gallery .text {
			position: relative;
			bottom: -30px;
		    max-width: 460px;
    		margin: 0 auto;
			margin-top: 30px;
			padding-left: 20px;
			padding-right: 20px;
			color: #fff;
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
		.promo-special .gallery .text .titl {
			font-size: 22px;
			font-weight: bold;
		}
		.promo-special .gallery .text .desc {
			margin-top: 14px;
			line-height: 24px;
			font-size: 14px;
		}
		.promo-special .gallery .getMoreWrapper {
			margin-top: 16px;
		}
		.promo-special .gallery .getMoreWrapper .GetMore {
			color: #b81c22;
			background-color: #fff;
		}
		.promo-special .gallery .banner-left,
		.promo-special .gallery .banner-right {
			top: 34%;
			width: 80px;
			height: 80px;
			line-height: 80px;
			font-size: 30px;
			color: #fff;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			background-color: rgba(255,255,255,.4);
		}

		.promo-special .gallery .swiper-slide-active .text {
			bottom: 0;
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.promo-special .gallery .banner-left:hover,
		.promo-special .gallery .banner-right:hover {
			background-color: rgba(0,0,0,.3);
		}

		@media (min-width: 993px) {
			.promo-special .gallery .banner-left {
				margin-left: 130px;
			}
			.promo-special .gallery .banner-right {
				margin-right: 130px;
			}

			.promo-special .gallery .swiper-slide-prev .pic {
				text-align: right;
			}
			.promo-special .gallery .swiper-slide-next .pic {
				text-align: left;
			}
			.promo-special .gallery .swiper-slide-active .pic {
				text-align: center;
			}
		}
		@media (max-width: 992px) {
			.promo-special .gallery {
				margin-top: 20px;
				padding-left: 60px;
				padding-right: 60px;
			}
		}
	
		@media (max-width: 992px) and (min-width: 641px) {
			.promo-special .gallery .banner-left, .promo-special .gallery .banner-right {
				width: 50px;
				height: 50px;
				line-height: 50px;
				font-size: 24px;
			}
			.promo-special .gallery .banner-left {
				margin-left: 20px;
			}
			.promo-special .gallery .banner-right {
				margin-right: 20px;
			}
		}
		@media (max-width: 640px) {
			.promo-special .gallery .banner-left, .promo-special .gallery .banner-right {
				top: 20%;
				width: 40px;
				height: 40px;
				line-height: 40px;
				font-size: 20px;
			}
			.promo-special .gallery .banner-left {
				margin-left: 10px;
			}
			.promo-special .gallery .banner-right {
				margin-right: 10px;
			}
			.promo-special .gallery .text .desc {
				height: 96px;
				overflow: hidden;
			}
		}



	/*--------------
	* news
	----------------*/
		@media (min-width: 993px) {
			.promo-news {
				padding-top: 80px;
				padding-bottom: 80px;
			}
			.promo-news .newsLists {
				padding-top: 40px;
			}
			.promo-news .newsLists .item {
				display: inline-block;
				width: 24%;
				margin-right: 1.3%;
				margin-top: 10px;
			}
			.promo-news .newsLists .item:nth-child(4n) {
				margin-right: 0;
			}

		}

		@media (max-width: 992px) {
			.promo-news {
				padding-top: 30px;
				padding-bottom: 40px;
			}
			.promo-news .newsLists .item {
				display: inline-block;
				width: 48%;
				margin-right: 4%;
				margin-top: 20px;
			}
			.promo-news .newsLists .item:nth-child(2n) {
				margin-right: 0;
			}
		}




	/*--------------
	* stores
	----------------*/
		.promo-stores {
			position: relative;
			z-index: 5;
			background-color: #E9E9E9;
		}
		.promo-stores .lists {
			margin-top: 24px;
		}
		.promo-stores .item {
			position: relative;
			z-index: 3;
			padding-top: 26px;
			margin-bottom: 26px;
			border-top: 1px solid #EADCDC;
		}
		.promo-stores .item.item-show {
			z-index: 10;
		}
		.promo-stores .item:last-child {
			margin-bottom: 0;
		}
		.promo-stores .item .titl {
			color: #6f6869;
			font-size: 20px;
			text-align: center;
		}
		.promo-stores .item .city {
			position: relative;
			margin-top: 20px;
			text-align: center;
			font-size: 0;
		}
		.promo-stores .item .city .link {
			display: inline-block;
			width: 20%;
			font-size: 14px;
			color: #6f6869;
		}
		.promo-stores .item .city .link .words {
			display: block;
			padding-top: 5px;
			padding-bottom: 5px;
			cursor: pointer;
		}

		.promo-stores .item .content {
			display: none;
		    position: absolute;
		    left: 0;
		    top: 100%;
		    z-index: 3;
		    padding: 35px;
		    text-align: left;
		}
		.promo-stores .item .boxs {
			position: relative;
			padding: 15px;
			font-size: 0;
		    background: #fff;
		    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
		    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
		    box-shadow: 0 0 12px rgba(0,0,0,.1);
		}
		.promo-stores .item .content .close {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 9;
			padding-right: 4px;
			line-height: 40px;
		    font-size: 34px;
		    font-weight: bold;
		    color: #CACACA;
		    cursor: pointer;
		    --webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		}
		.promo-stores .item .content .gallery,
		.promo-stores .item .content .text {
			position: relative;
			z-index: 2;
		}
		.promo-stores .item .content .gallery img {
			width: 100%;
		}
		.promo-stores .item .content .name {
			padding-bottom: 18px;
			color: #170B0C;
			font-size: 24px;
			border-bottom: 1px solid #eee;
		}
		.promo-stores .item .content .single {
			padding-top: 10px;
			color: #6f6869;
		}
		.promo-stores .item .content .single .info {
			margin-top: 20px;
		}
		@media (min-width: 355px) {
			.promo-stores .item .content .single .info {
				display: -webkit-flex;
				display: -moz-flex;
				display: -ms-flex;
				display: -o-flex;
				display: flex;
			}
		}
		.promo-stores .item .content .single .left {
			width: 105px;
			white-space: nowrap;
		}
		.promo-stores .item .content .single .left img {
			display: inline;
			width: 24px;
			margin-right: 8px;
		}
		.promo-stores .item .content .single .right {
			flex: 1;
		}
		.promo-stores .item .city .link.active {
			color: #170B0C;
		}

		@media (min-width: 993px) {
			.promo-stores {
				padding-top: 65px;
				padding-bottom: 50px;
			}
		}
		@media (min-width: 768px) {
			.promo-stores .item .content .polist {
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			    justify-content: space-between;
			}
			.promo-stores .item .content .gallery {
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-align-items: center;
			    -moz-align-items: center;
			    -ms-align-items: center;
			    -o-align-items: center;
			    align-items: center;
				width: 41.8%;
			}

			.promo-stores .item .content .text {
				display: inline-block;
				padding: 10px 36px;
	    		width: 58.2%;
			}
			.promo-stores .item .content {
				padding-left: 15%;
				padding-right: 15%;
			}
		}

		@media (max-width: 992px) {
			.promo-stores {
				padding-top: 30px;
				padding-bottom: 40px;
			}
			.promo-stores .item .content {
				padding-left: 14px;
				padding-right: 14px;
			}
		}
		@media (max-width: 767px) {
			.promo-stores .item {
				padding-top: 20px;
				margin-bottom: 20px;
			}
			.promo-stores .item .titl {
				font-size: 16px;
			}
			.promo-stores .item .city {
				margin-top: 12px;
			}
			.promo-stores .item .city .link {
				width: 33.33%;
			}
			.promo-stores .item .content {
				position: fixed;
				top: 90px;
				bottom: 30px;
				left: 30px;
				right: 30px;
				padding: 0;
			    overflow: auto;
			}
			.promo-stores .item .content .close {
			    position: fixed;
			    top: 90px;
			    right: 50px;
			}
			.promo-stores .item .content .gallery,
			.promo-stores .item .content .text {
				display: block;
				width: 100%;
			}
			.promo-stores .item .content .text {
				margin-top: 20px;
			}
			.promo-stores .item .content .name {
				padding-bottom: 10px;
				font-size: 18px;
			}
			.promo-stores .item .content .single {
				padding-top: 6px;
				padding-bottom: 10px;
			}
			.promo-stores .item .content .single .info {
				margin-top: 12px;
			}
		}



	/*--------------
	* contact
	----------------*/
		.promo-contact {
			position: relative;
			z-index: 2;
			padding-top: 56px;
			padding-bottom: 45px;
			background:url(../images/yzqn.jpg) top center repeat-y;
		}
		.promo-contact .titl-all-wrp {
			text-align: left;
			color: #181616;
			font-size: 18px;
		}
		.promo-contact .titl-all-wrp .cn {
			color: #000;
		}
		.promo-contact .content {
			margin-top: 30px;
			line-height: 2.2;
			color: #000;
			font-size: 16px;
		}

		@media (max-width: 992px) {
			.promo-contact {
				padding-top: 30px;
				padding-bottom: 40px;
			}
			.promo-contact .content {
				margin-top: 20px;
				line-height: 1.8;
			}
		}




/* ---------------------------------
* inner
------------------------------------*/
	.getMoreWrapper {
		text-align: center;
	}
	.getMoreWrapper .GetMore {
		display: inline-block;
		height: 40px;
		padding: 0 50px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
		cursor: pointer;
		background-color: #C8161D;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.titl-all-wrp {
		margin: 0;
		font-weight: normal;
		font-size: 28px;
		color: #170b0c;
		text-align: center;
	}
	.titl-all-wrp .cn {
		margin-right: 14px;
		color: #c8161d;
		font-weight: bold;
	}

	.return-list .link {
		display: inline-block;
		position: relative;
		line-height: 22px;
		color: #170b0c;
		font-size: 14px;
	}
	.return-list .link .iconfont {
		margin-right: 8px;
		line-height: 22px;
		font-size: 14px;
	}

	@media (min-width: 993px) {
		.paddingTop65 {
			padding-top: 65px;
		}
		.paddingBottom80 {
			padding-bottom: 80px;
		}
		.getMoreWrapper {
			margin-top: 60px;
		}
	}

	@media (max-width: 992px) {
		.paddingTop65 {
			padding-top: 30px;
		}
		.paddingBottom80 {
			padding-bottom: 40px;
		}
		.getMoreWrapper {
			margin-top: 30px;
		}
	}

	@media (max-width: 767px) {
		.titl-all-wrp {
			font-size: 18px;
		}
	}




/*--------------
* About
----------------*/
	.AboutBox .AboutProfile {
		font-size: 0;
	}
	.AboutBox .AboutTitl {
		margin: 0;
		line-height: 32px;
		font-size: 28px;
		font-weight: bold;
		color: #170B0C;
	}
	.AboutBox .ConText {
		margin-top: 20px;
	}
	.AboutBox .AboutProfile .gallery,
	.AboutBox .AboutProfile .content {
		position: relative;
		font-size: 14px;
	}
	.AboutBox .AboutProfile .desc {
		line-height: 50px;
		font-size: 42px;
		color: #C8161E;
		font-family: 'Arial', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	}
	.AboutBox .AboutProfile .gallery {
		text-align: center;
	}
	.AboutBox .AboutProfile .gallery .banner-pagination {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 3;
		height: 30px;
		padding-right: 20px;
		text-align: right;
	}

	.AboutBox .AboutDelep {
		background-color: #eee;
	}
	.AboutBox .AboutDelep .ConText {
		margin-top: 10px;
	}
	
	@media (min-width: 993px) {
		.AboutBox .AboutProfile .gallery,
		.AboutBox .AboutProfile .content {
			display: inline-block;
		}
		.AboutBox .AboutProfile .gallery {
			width: 35.9%;
		}
		.AboutBox .AboutProfile .content {
			width: 64.1%;
			padding-right: 30px;
		}
		.AboutBox .AboutDelep {
			padding-top: 55px;
			padding-bottom: 60px;
		}
		.AboutBox .AboutDelep .text {
			max-width: 725px;
			margin-bottom: 40px;
		}
	}
	@media (max-width: 992px) {
		.AboutBox .AboutProfile .gallery {
			margin-top: 20px;
		}
		.AboutBox .AboutDelep {
			padding-top: 30px;
			padding-bottom: 40px;
		}
	}




/*--------------
* Product
----------------*/
	.Productlists {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.Productlists .item {
		position: relative;
	}
	.Productlists .item .link {
		display: block;
	}
	.Productlists .item .border {
		position: absolute;
		left: 16px;
		top: 16px;
		right: 16px;
		bottom: 0;
		z-index: 3;
		border: 1px solid #CEC5AC;
	}
	.Productlists .item .pics {
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.Productlists .item .pics img {
		display: block;
		width: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.Productlists .item .infos {
		padding: 18px 16%;
		text-align: center;
		font-size: 14px;
	}
	.Productlists .item .titl {
		color: #170b0c;
		font-size: 18px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.Productlists .item .desc {
		margin-top: 4px;
		height: 48px;
		overflow: hidden;
		line-height: 24px;
	}
	.Productlists .item .link:hover .titl {
		color: #b81c22;
	}
	.Productlists .item .link:hover .pics img {
		--webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	@media (min-width: 993px) {
		.ProductBox .Productlists .item {
			margin-top: 60px;
		}
	}
	@media (max-width: 992px) {
		.ProductBox .Productlists .item {
			margin-top: 20px;
		}
	}
	@media (min-width: 641px) {
		.ProductBox .Productlists .item {
			width: 31%;
			margin-right: 3.5%;
		}
		.ProductBox .Productlists .item:nth-child(3n) {
			margin-right: 0;
		}
		.ProductBox .Productlists .item:first-child,
		.ProductBox .Productlists .item:nth-child(2),
		.ProductBox .Productlists .item:nth-child(3) {
			margin-top: 0;
		}
	}
	@media (max-width: 640px) {
		.ProductBox .Productlists .item {
			width: 48%;
			margin-right: 4%;
		}
		.ProductBox .Productlists .item:nth-child(2n) {
			margin-right: 0;
		}
		.ProductBox .Productlists .item:first-child,
		.ProductBox .Productlists .item:nth-child(2) {
			margin-top: 0;
		}
		.ProductBox .Productlists .item .titl {
			font-size: 16px;
		}
		.Productlists .item .infos {
			padding-left: 26px;
			padding-right: 26px;
		}
	}



/*--------------
* Product Detail
----------------*/
	.ProductDetail .ProductDetailProfile,
	.ProductDetail-container .recommendlists {
		margin-top: 30px;
		font-size: 0;
	}
	.ProductDetail .ProductDetailProfile .gallery,
	.ProductDetail .ProductDetailProfile .content {
		font-size: 14px;
	}
	.ProductDetail .ProductDetailProfile .gallery img {
		display: block;
		width: 100%;
	}
	.ProductDetail .ProductDetailProfile .content .titl {
		font-size: 24px;
		color: #B81C22;
	}
	.ProductDetail .ProductDetailProfile .content .desc {
		margin-top: 18px;
		font-size: 16px;
	}

	.ProductDetail-container .recommendlists {
		position: relative;
	}
	
	@media (min-width: 1230px) {
		.ProductDetail-container .banner-left {
			left: -50px;
		}
		.ProductDetail-container .banner-right {
			right: -50px;
		}
	}
	@media (max-width: 1229px) and (min-width: 993px) {
		.ProductDetail-container .banner-left {
			left: -40px;
		}
		.ProductDetail-container .banner-right {
			right: -40px;
		}
	}
	@media (min-width: 768px) {
		.ProductDetail .ProductDetailProfile .gallery,
		.ProductDetail .ProductDetailProfile .content {
			display: inline-block;
		}
		.ProductDetail .ProductDetailProfile .gallery {
			width: 57.17%;
		}
		.ProductDetail .ProductDetailProfile .content {
			width: 42.83%;
			padding: 2.5% 2.5% 0 4%;
		}
	}
	@media (max-width: 992px) and (min-width: 768px) {
		.ProductDetail .ProductDetailProfile .content {
			padding: 0 20px;
		}
	}
	@media (max-width: 767px) {
		.ProductDetail .ProductDetailProfile .content {
			margin-top: 20px;
		}
		.ProductDetail .ProductDetailProfile, .ProductDetail-container .recommendlists {
			margin-top: 20px;
		}
	}



/*--------------
* news
----------------*/
	.NewsMain .time-bar {
	    position: relative;
	    z-index: 9;
		padding-top: 10px;
		padding-bottom: 40px;
		height: 72px;
	    text-align: center;
	}
	.NewsMain .time-bar .time-line {
	    display: inline-block;
	    width: 100%;
	    height: 1px;
	    background-color: #7B7576;
	    vertical-align: middle;
	}
	.NewsMain .time-bar .time-select {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -40px;
	    margin-left: -100px;
	    width: 200px;
	    background-color: #fff;
	    font-family: arial;
	}
	.NewsMain .time-bar .time-select .value .arrow {
	    width: 22px;
	    height: 12px;
	    display: block;
	    vertical-align: middle;
	    position: absolute;
	    left: 50%;
	    bottom: -20px;
	    margin-left: -12px;
	    background-image: url(../images/icon_up.png);
	    -webkit-background-size: 22px;
	    background-size: 22px;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	.NewsMain .time-bar .time-select .time-wrap .value .arrow {
		display: none!important;
	}

	.NewsMain .time-bar .time-select .time-wrap {
	    position: absolute;
	    left: 50%;
	    top: 0;
	    width: 300px;
	    height: 300px;
	    margin-left: -150px;
	    background-color: #fff;
	    border: 1px solid #fefefe;
	    cursor: pointer;
	    border-radius: 10px;
	    box-shadow: 0 0 10px rgba(0,0,0,.1);
	    overflow: auto;
	    display: none;
	    transition: transform .5s ease-in;
	}
	.NewsMain .time-bar .time-select .time-list {
		padding: 0;
		margin: 0;
	}
	.NewsMain .time-bar .time-select .time-wrap .time-list li {
	    position: relative;
		list-style: none;
	    height: 54px;
	    line-height: 54px;
	}
	.NewsMain .time-bar .time-select .time-wrap .time-list .link {
		display: block;
	    color: #666;
	    font-size: 20px;
	    text-align: center;
	    cursor: pointer;
	}
	.NewsMain .time-bar .time-select .time-wrap .time-list .link:hover {
		background-color: #E5E5E5;
	}
	.NewsMain .time-bar .time-select .value,
	.NewsMain .time-bar .time-select .time-list li.value {
	    color: #b81c22;
	    font-size: 36px;
	    font-family: 'Arial', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	}
	.NewsMain .news-swiper {
		margin-top: -72px;
	}
	.NewsMain .news-swiper .newsLists {
		display: none;
	    width: 100%;
	}
	.NewsMain .time-bar .time-select .time-wrap::-webkit-scrollbar {
	    width: 8px;
	    height: 6px;
	}

	.NewsMain .time-bar .time-select .time-wrap::-webkit-scrollbar-thumb {
	    height: 50px;
	    background: #ddd;
	    cursor: pointer;
	    border-radius: 10px;
	}
	.NewsMain .time-bar .time-select .time-wrap::-webkit-scrollbar-track-piece {
	    width: 20px;
	    background-color: #fff;
	}
	
	.NewsMain .news-swiper .newsLists .first {
		display: none;
	    position: absolute;
	    left: 50%;
	    top: 14px;
	    width: 60px;
	    height: 60px;
	    padding-top: 20px;
	    margin-left: -30px;
	    font-size: 24px;
	    color: #6F6869;
	    text-align: center;
	    background-image: url(../images/dot.png);
	    background-repeat: no-repeat;
	    background-position: center top;
	    -webkit-background-size: 18px;
	    background-size: 18px;
	}
	.NewsMain .news-swiper .newsLists .boxs {
		position: relative;
		padding-top: 120px;
	}
	.NewsMain .news-swiper .newsLists .first.on {
	    display: block;
	}
	.NewsMain .news-swiper .newsLists .item {
		border: 1px solid #eee;
	}
	.NewsMain .news-swiper .newsLists .item .text {
		padding: 14px;
		padding-top: 0;
	}
	.NewsMain .news-swiper .newsLists .pubtime {
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 5;
	    width: 70px;
	    height: 56px;
	    color: #fff;
	    background-image: url(../images/line.png);
	    background-repeat: no-repeat;
	    background-position: 16px center;
	    background-color: rgba(22,11,11,.46);
	}
	.NewsMain .news-swiper .newsLists .pubtime .date {
	    display: block;
	    padding-left: 6px;
	    padding-top: 8px;
	    line-height: 1.4;
	    font-size: 14px;
	}
	.NewsMain .news-swiper .newsLists .pubtime .day {
		display: block;
	    padding-right: 4px;
	    padding-top: 8px;
	    font-size: 12px;
	    text-align: right;
	}

	@media (min-width: 1230px) {
		.NewsMain .news-swiper .banner-right {
			right: -50px;
		}
		.NewsMain .news-swiper .banner-left {
			left: -50px;
		}
	}
	@media (min-width: 993px) {
		.NewsMain .news-swiper .banner-right,
		.NewsMain .news-swiper .banner-left {
			margin-top: 50px;
		}
		.NewsMain .news-swiper .newsLists {
		    min-height: 300px;
		}
	}
	@media (max-width: 1229px) and (min-width: 993px) {
		.NewsMain .news-swiper .banner-right {
			right: -40px;
		}
		.NewsMain .news-swiper .banner-left {
			left: -40px;
		}
	}
	@media (max-width: 992px) {
		.NewsMain .news-swiper .banner-right,
		.NewsMain .news-swiper .banner-left {
		    color: #fff;
		    font-size: 16px;
		    background: rgba(0,0,0,.5);
		}
		.NewsMain .news-swiper .banner-right {
			right: -20px;
		}
		.NewsMain .news-swiper .banner-left {
			left: -20px;
		}
		.NewsMain .news-swiper .banner-right:hover, .NewsMain .news-swiper .banner-left:hover {
		    color: #b81c22;
		}
		.NewsMain .news-swiper .newsLists {
		    min-height: 200px;
		}
	}
	@media (max-width: 640px) {
		.NewsMain .time-bar .time-select .value, .NewsMain .time-bar .time-select .time-list li.value {
			font-size: 24px;
		}
		.NewsMain .time-bar .time-select .value .arrow {
			bottom: -10px;
			-webkit-background-size: 14px;
			background-size: 14px;
		}
		.NewsMain .time-bar {
			height: 52px;
			padding-bottom: 20px;
		}
		.NewsMain .time-bar .time-select {
			width: 110px;
			margin-top: -30px;
			margin-left: -55px;
		}
		.NewsMain .news-swiper {
			margin-top: -52px;
		}
		.NewsMain .news-swiper .newsLists .first {
			font-size: 16px;
		}
		.NewsMain .news-swiper .newsLists .boxs {
			padding-top: 74px;
		}
		.NewsMain .news-swiper .newsLists .pubtime {
			height: 50px;
		}
		.NewsMain .news-swiper .newsLists .pubtime .date {
			padding-top: 5px;
		}
		.NewsMain .news-swiper .newsLists .pubtime .day {
			padding-top: 2px;
		}
	}



/*--------------
* detail
----------------*/
	.detail-infos {
		margin-top: 8px;
		color: #6f6869;
		text-align: center;
	}
	.detail-infos .view {
		margin-left: 26px;
		margin-right: 26px;
	}
	.detail-content {
		margin-top: 14px;
		overflow: hidden;
	}
	.detail-control {
		margin-top: 40px;
		font-size: 0;
		border-top: 1px solid #D7DADB;
	}
	.detail-control .item {
		margin-top: 10px;
	}
	.detail-control .item .link {
		display: block;
		font-size: 16px;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.detail-control .item .link:hover {
		color: #101116;
	}
	.detail-right .return-list .words {
		display: inline-block;
		cursor: pointer;
	}
	.detail-right .return-list .words:hover {
		color: #0099ff;
	}
	.detail-result {
		margin-top: 20px;
		text-align: center;
	}
	.detail-result .link {
		display: inline-block;
		padding: 8px 15px;
		color: #fff;
		background-color: #C8161D;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}

	@media (min-width: 993px) {
		.NewsDetail .content {
			padding-left: 100px;
			padding-right: 100px;
		}
		.detail-control .item {
			display: inline-block;
			width: 50%;
			padding-top: 6px;
		}
		.detail-control .item.next {
			text-align: right;
		}
	}
	@media (max-width: 992px) {
		.detail-infos .view {
			margin-left: 20px;
			margin-right: 20px;
		}
		.detail-control {
			margin-top: 20px;
		}
		.detail-control .item .link {
			font-size: 14px;
		}
	}




/*--------------
* map public
----------------*/
	.my-map, #mapContainer {
		width: 100%;
	}
	#mapContainer, #map {
		width: 100%;
		height: 340px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.my-map .icon {
	    cursor: pointer;
	    background-image: url(../images/marker.png);
	    background-repeat: no-repeat;
	}
	.my-map .amap-info-content h5.title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
	    color: #115ac3;
	}
	.my-map .amap-info-content .infos {
	    margin-top: 8px;
	    color: #101116;
	}
	.my-map img {
		max-width: none;
	}

	.my-map .icon-cir {  height: 31px; width: 28px; }
	.my-map .icon-cir-red { background-position: -11px -5px; }
	.my-map .icon-cir-blue { background-position: -11px -55px; }
	.my-map .icon-cir-yellow { background-position: -11px -105px; }
	.my-map .icon-cir-green { background-position: -11px -155px; }
	.my-map .icon-cir-gray { background-position: -11px -205px; }

	.my-map .icon-flg { height: 32px; width: 29px; }

	.my-map .icon-flg-red { background-position: -65px -5px; }
	.my-map .icon-flg-blue { background-position: -65px -55px; }
	.my-map .icon-flg-yellow { background-position: -65px -105px; }

	.my-map .icon-flg-green { background-position: -65px -155px; }
	.my-map .icon-flg-gray { background-position: -65px -205px; }



	.my-map .icon-anc { height: 28px; width: 26px; }
	.my-map .icon-anc-red { background-position: -132px -5px; }
	.my-map .icon-anc-blue { background-position: -132px -55px; }
	.my-map .icon-anc-yellow { background-position: -132px -105px; }
	.my-map .icon-anc-green { background-position: -132px -155px; }
	.my-map .icon-anc-gray { background-position: -132px -205px; }


	.my-map .icon-twig { height: 27px; width: 30px; }
	.my-map .icon-twig-red { background-position: -187px -5px; }
	.my-map .icon-twig-blue { background-position: -187px -55px; }
	.my-map .icon-twig-yellow { background-position: -187px -105px; }
	.my-map .icon-twig-green { background-position: -187px -155px; }
	.my-map .icon-twig-gray { background-position: -187px -205px; }




	.my-map .icon-pot { height: 23px; width: 31px; }
	.my-map .icon-pot-red { background-position: -234px -5px; }
	.my-map .icon-pot-blue { background-position: -234px -55px; }
	.my-map .icon-pot-yellow { background-position: -234px -105px; }
	.my-map .icon-pot-green { background-position: -234px -155px; }
	.my-map .icon-pot-gray { background-position: -234px -205px; }


	.my-map, #mapContainer {
		position: relative;
		z-index: 2;
	}
	#map {
		position: relative;
		z-index: 2;
	}
	#map img {
		max-width: none;
	}




/*--------------
* join
----------------*/

	/*MissionBox*/
	.MissionBox .list {
		font-size: 0;
	}
	.MissionBox .list .item {
		line-height: 30px;
		color: #7b7b7b;
		font-size: 22px;
		text-align: center;
		background-color: #F3F3F3;
	}
	.MissionBox .list .item .font {
		position: relative;
		top: -12px;
		line-height: 46px;
		font-weight: bold;
		font-size: 36px;
		color: #000;
	}

	/*ValueBox*/
	.ValueBox .box {
		position: relative;
	}
	.ValueBox .gallery {
		position: relative;
	}
	.ValueBox .gallery .bg {
		display: block;
		position: relative;
		z-index: 3;
		width: 100%;
	}
	.ValueBox .gallery .pic {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 5;
		width: 27.833%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.ValueBox .list {
		font-size: 0;
	}
	.ValueBox .list .item {
		overflow: hidden;
	}
	.ValueBox .list .item .tilBox {
		position: relative;
		padding-bottom: 4px;
		font-size: 20px;
		border-bottom: 2px solid #C8161D;
		overflow: hidden;
	}
	.ValueBox .list .item .tilBox .words {
		display: block;
	}
	.ValueBox .list .item .tilBox .cn {
		color: #c8161d;
		font-weight: bold;
	}
	.ValueBox .list .item .tilBox .en {
		color: rgba(111,104,105,.4);
		font-style: italic;
		font-family: 'Arial', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	}
	.ValueBox .list .item .desc {
		margin-top: 5px;
		font-size: 16px;
		color: #6f6869;
	}
	
	/*WelfareBox*/
	.WelfareBox,
	.ActivityBox {
		padding-top: 45px;
		padding-bottom: 60px;
		background-color: #eee;
	}
	.WelfareBox .lists {
		margin-top: 45px;
	}
	.WelfareBox .lists {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0;
		border: 1px solid #D8DBE0;
	}
	.WelfareBox .lists .item {
		display: inline-block;
		width: 16.66%;
		padding: 36px 10px;
		font-size: 14px;
		text-align: center;
		color: #170b0c;
		background-color: #fff;
		border-right: 1px solid #D8DBE0;
	}
	.WelfareBox .lists .item:last-child {
		border-right: none;
	}
	.WelfareBox .lists .item .pic {
		height: 48px;
	}
	.WelfareBox .lists .item .titl {
		margin-top: 16px;
	}
	.WelfareBox .lists .item:nth-child(2n+1) {
		background-color: #F7F9FA;
	}
	
	/*ActivityBox*/
	.ActivityBox {
		padding-top: 0;
	}
	.ActivityBox .gallery {
		margin-top: 45px;
	}
	.ActivityBox .gallery img {
		display: block;
		width: 100%;
	}
	.ActivityBox .gallery .banner-pagination {
		margin-top: 32px;
	}
	.ActivityBox .gallery .banner-pagination .swiper-pagination-bullet {
		background: #C5C2C2;
	}
	.ActivityBox .gallery .banner-pagination .swiper-pagination-bullet-active {
	    background-color: #C8161D;
	}

	/*AboutColumnBox*/
	.AboutColumnBox {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.AboutColumnBox .lists {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.AboutColumnBox .lists .item {
		position: relative;
		width: 48.33%;
	}
	.AboutColumnBox .lists .item .link {
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.AboutColumnBox .lists .item .pic {
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.AboutColumnBox .lists .item .pic img {
		display: block;
		width: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.AboutColumnBox .lists .item .desc {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 3;
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
	.AboutColumnBox .lists .item .box {
		width: 100%;
	}
	.AboutColumnBox .lists .item .desc .ico img {
		display: inline-block;
		height: 58px;
	}
	.AboutColumnBox .lists .item .desc .ions {
	    display: inline-block;
	    width: 74px;
	    height: 58px;
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: contain;
	    background-size: contain;
	}
	.AboutColumnBox .lists .item.item-7 .desc .ions {
		background-image: url(../images/icon-sol.png);
	}
	.AboutColumnBox .lists .item.item-8 .desc .ions {
		background-image: url(../images/icon-scl.png);
	}
	.AboutColumnBox .lists .item .desc .titl-all-wrp {
		margin-top: 12px;
	}
	.AboutColumnBox .lists .item .desc .titl-all-wrp,
	.AboutColumnBox .lists .item .desc .cn {
		color: #fff;
	}
	.AboutColumnBox .lists .item .link:hover {
		-webkit-box-shadow: 0 0 14px rgba(0,0,0,.5);
		-moz-box-shadow: 0 0 14px rgba(0,0,0,.5);
		box-shadow: 0 0 14px rgba(0,0,0,.5);
	}
	.AboutColumnBox .lists .item .link:hover .pic img {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	@media (min-width: 993px) {
		.MissionBox .list {
			padding-top: 46px;
		}
		.MissionBox .list .item {
			display: inline-block;
			width: 48.33%;
			margin-right: 3.34%;
			padding: 0 55px;
			padding-bottom: 20px;
		}
		.MissionBox .list .item:nth-child(2n) {
			margin-right: 0;
		}
		.ValueBox .list .item {
			position: absolute;
			z-index: 8;
			width: 250px;
		}
		.ValueBox .list .item .desc {
			max-width: 160px;
		}
		.ValueBox .list .item:nth-child(2n+1) .tilBox .cn,
		.ValueBox .list .item:nth-child(2n) .tilBox .en {
			margin-right: 12px;
		}
		.ValueBox .list .item:nth-child(2n+1) .tilBox .words {
			float: left;
		}
		.ValueBox .list .item:nth-child(2n) {
			text-align: right;
		}
		.ValueBox .list .item:nth-child(2n) .tilBox .words {
			float: right;
		}
		.ValueBox .list .item:nth-child(2n) .desc {
			float: right;
		}
	}
	@media (min-width: 1230px) {
		.ValueBox .list .item:nth-child(1),
		.ValueBox .list .item:nth-child(3) {
	    	left: 15.5%;
	    }
		.ValueBox .list .item:nth-child(2),
		.ValueBox .list .item:nth-child(4) {
	    	right: 15.5%;
	    }

		.ValueBox .list .item:nth-child(1),
		.ValueBox .list .item:nth-child(2) {
			top: 18.1%;
		}
		.ValueBox .list .item:nth-child(3),
		.ValueBox .list .item:nth-child(4) {
			bottom: 9.6%;
		}
	}

	@media (max-width: 1229px) and (min-width: 993px) {
		.ValueBox .list .item:nth-child(1),
		.ValueBox .list .item:nth-child(3) {
	    	left: 9.8%;
	    }
		.ValueBox .list .item:nth-child(2),
		.ValueBox .list .item:nth-child(4) {
	    	right: 9.8%;
	    }

		.ValueBox .list .item:nth-child(1),
		.ValueBox .list .item:nth-child(2) {
			top: 16.6%;
		}
		.ValueBox .list .item:nth-child(3),
		.ValueBox .list .item:nth-child(4) {
			bottom: 5.6%;
		}
	}

	@media (max-width: 992px) and (min-width: 641px) {
		.MissionBox .list .item {
			line-height: 40px;
		}
		.MissionBox .list .item .font {
			top: -5px;
		}
		.ValueBox .list .item {
			display: inline-block;
			width: 48%;
			margin-right: 4%;
			margin-top: 4%;
		}
		.ValueBox .list .item:nth-child(1),
		.ValueBox .list .item:nth-child(2) {
			margin-top: 0;
		}
		.ValueBox .list .item:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media (max-width: 992px) {
		.MissionBox .list .item,
		.WelfareBox .lists,
		.ActivityBox .gallery,
		.ActivityBox .gallery .banner-pagination {
			margin-top: 20px;
		}
		.WelfareBox, .ActivityBox, .AboutColumnBox {
			padding-top: 30px;
			padding-bottom: 40px;
		}
		.ActivityBox {
			padding-top: 0;
		}
		.ValueBox .list .item .tilBox .words {
			display: inline-block;
		}
	}
	@media (max-width: 767px) {
		.MissionBox .list .item {
			line-height: 36px;
			font-size: 16px;
		}
		.MissionBox .list .item .font {
			top: 0;
			line-height: 24px;
			font-size: 20px;
		}
		.AboutColumnBox .lists .item .desc .ions {
			width: 51px;
			height: 40px;
		}
	}
	@media (max-width: 640px) {
		.ValueBox .list .item {
			margin-top: 20px;
		}
		.ValueBox .list .item:nth-child(1) {
			margin-top: 0;
		}
		.ValueBox .list .item .tilBox {
			font-size: 18px;
		}
		.MissionBox .list .item .font {
			font-size: 16px;
		}
		.MissionBox .list .item {
			font-size: 14px;
		}
		.WelfareBox .lists .item {
			width: 33.33%;
			border-top: 1px solid #D8DBE0;
		}
		.WelfareBox .lists .item:nth-child(1),
		.WelfareBox .lists .item:nth-child(2),
		.WelfareBox .lists .item:nth-child(3) {
			border-top: none;
		}
		.WelfareBox .lists .item:nth-child(3n) {
			border-right: none;
		}
		.AboutColumnBox .lists .item {
			width: 100%;
			margin-top: 20px;
		}
		.AboutColumnBox .lists .item:nth-child(1) {
			margin-top: 0;
		}
	}





/*--------------
* recruit
----------------*/
	.JoinMenus {
		font-size: 0;
		text-align: center;
	}
	.JoinMenus .item {
		display: inline-block;
		margin-right: 20px;
	}
	.JoinMenus .item:last-child {
		margin-right: 0;
	}
	.JoinMenus .item .link {
		display: block;
		padding: 0 26px;
		-webkit-border-radius: 26px;
		-moz-border-radius: 26px;
		border-radius: 26px;
		border: 1px solid #C8161D;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.JoinMenus .item .link .ions {
		display: inline-block;
		width: 31px;
		height: 24px;
		margin-top: 8px;
		margin-right: 6px;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: contain;
		background-size: contain;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.JoinMenus .item .link .words {
		display: inline-block;
		line-height: 40px;
		font-size: 16px;
		font-weight: bold;
		color: #c8161d;
	}
	.JoinMenus .item-7 .link .ions {
		background-image: url(../images/icon-sol-red.png);
	}
	.JoinMenus .item-8 .link .ions {
		background-image: url(../images/icon-scl-red.png);
	}

	/*hover active*/
	.JoinMenus .item.active .link,
	.JoinMenus .item .link:hover {
		background-color: #C8161D;
	}
	.JoinMenus .item.active .link .words,
	.JoinMenus .item .link:hover .words {
		color: #fff;
	}
	.JoinMenus .item-7.active .link .ions,
	.JoinMenus .item-7 .link:hover .ions {
		background-image: url(../images/icon-sol.png);
	}
	.JoinMenus .item-8.active .link .ions,
	.JoinMenus .item-8 .link:hover .ions {
		background-image: url(../images/icon-scl.png);
	}

	.JoinTips {
		margin-top: 18px;
		margin-bottom: 34px;
		line-height: 24px;
		text-align: center;
		color: #170b0c;
		font-size: 18px;
	}
	.JoinTips a {
		color: #b81c22;
	}

	.recruit-list-in .item-r {
	    position: relative;
	    margin-top: 12px;
		padding: 18px 184px 15px 56px;
		background-color: #F1F1F1;
		border-bottom: 1px solid #DCDCDC;
	}
	.recruit-list-in .item-r:first-child {
		margin-top: 0;
	}
	.recruit-list-in .item-r .job-details-box,
	.recruit-list-in .item-r .content {
		padding-right: 46px;
	}
	.recruit-list-in .item-r .job-title {
		margin: 0;
		line-height: 30px;
		color: #170b0c;
		font-size: 18px;
		font-weight: bold;
	}
	.recruit-list-in .item-r .job-infos {
		margin-top: 8px;
		line-height: 22px;
		color: #6f6869;
	}
	.recruit-list-in .item-r .job-address {
		position: relative;
		padding-right: 30px;
	}
	.recruit-list-in .item-r .job-address::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 1px;
		height: 16px;
		margin-top: -8px;
		background-color: #BFBFBF;
	}
	.recruit-list-in .item-r .content {
		display: none;
		margin-top: 30px;
		padding-bottom: 30px;
	}
	.recruit-list-in .item-r .iconclick {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
	    z-index: 8;
		width: 184px;
		background: #E8E8E8;
		cursor: pointer;
	}
	.recruit-list-in .item-r .iconclick.iconclick-close {
		display: none;
	}
	.recruit-list-in .item-r .iconclick .iconfont {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		height: 42px;
		line-height: 42px;
		font-size: 30px;
		margin-top: -21px;
		text-align: center;
		color: #B81C22;
	}

	@media (max-width: 640px) {
		.JoinTips {
			margin-bottom: 18px;
			font-size: 14px;
		}
		.recruit-list-in .item-r {
			margin-top: 0;
			padding: 0;
			padding-top: 20px;
			padding-bottom: 20px;
			background-color: transparent;
		}
		.recruit-list-in .item-r:first-child {
			padding-top: 0;
		}
		.recruit-list-in .item-r .iconclick {
			height: 42px;
			background: transparent;
		}
		.recruit-list-in .item-r .content {
			padding-right: 0;
			padding-bottom: 0;
			margin-top: 20px;
		}
		.recruit-list-in .item-r .date {
			font-size: 18px;
		}
		.recruit-list-in .item-r .job-title {
			font-size: 16px;
		}
		.recruit-list-in .item-r .iconclick {
			top: 18px;
			width: 50px;
		}
		.recruit-list-in .item-r:first-child .iconclick {
			top: 0;
		}
		.recruit-list-in .item-r .iconclick .iconfont {
			font-size: 20px;
		}

		.recruit-list-in .item-r .job-submit {
			width: 140px;
			height: 38px;
			line-height: 34px;
		}
	}


	@media (min-width: 993px) {
	}
	
	@media (max-width: 992px) and (min-width: 641px) {
	}
	@media (max-width: 480px) {
		.JoinMenus .item .link {
			padding: 0 14px;
		}
		.JoinMenus .item-7 {
			margin-right: 14px;
		}
	}




/*--------------
* form
----------------*/
	.form-wrapper .item-r {
		position: relative;
		margin-top: 15px;
	}
	.form-wrapper .form-control {
		display: block;
		width: 100%;
		padding:  8px 18px;
		line-height: 24px;
		font-size: 14px;
		color: #343a3d;
		border: 1px solid #D7D8DB;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	}
	.form-wrapper .form-control:focus {
		border-color: rgba(255,62,7,1);
		-webkit-box-shadow: 0 2px 5px rgba(255,62,7,.2);
		box-shadow: 0 2px 5px rgba(255,62,7,.2);
	}

	.form-wrapper input.form-control,
	.form-wrapper select.form-control,
	.form-wrapper button.form-control,
	.form-wrapper #canvas {
		height: 50px;
	}
	.form-wrapper textarea.form-control {
		height: 180px;
		resize: none;
	}
	.form-wrapper #canvas {
		margin-left: 10px;
		background-color: transparent;
		border: 1px solid #D7D8DB;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.form-wrapper .item-sub .form-control {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background-color: #1D6AD8;
		border: none;
	}

	.form-wrapper input.error {
		border-color: #FF3E07;
	}

	.form-wrapper label.error {
		display: none!important;
		margin-top: 5px;
		color: #FF3E07;
	}

	@media (min-width: 641px) {
		.form-wrapper .item-r {
			display: inline-block;
			width: 48.4%;
			margin-right: 3.2%;
		}
		.form-wrapper .item-r:first-child,
		.form-wrapper .item-r:nth-child(2) {
			margin-top: 0;
		}
		.form-wrapper .item-r:nth-child(2n) {
			margin-right: 0;
		}
		.form-wrapper .item-wfix {
			display: block;
			width: 100%;
			margin-right: 0;
		}
		.form-wrapper .item-yzm .form-control,
		.form-wrapper #canvas {
			display: inline-block;
			width: 200px;
		}
		.form-wrapper .item-sub {
			margin-top: 60px;
		}
	}

	@media (max-width: 640px) {
		.form-wrapper .item-yzm {
			position: relative;
			z-index: 3;
			padding-right: 150px;
		}
		.form-wrapper #canvas {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 5;
			width: 140px;
			margin-left: 0;
		}
		.form-wrapper .item-sub {
			margin-top: 20px;
		}
	}




/*--------------
* search
----------------*/
	.search-infos {
		position: relative;
		margin-bottom: 30px;
		line-height: 24px;
		color: #101116;
		font-weight: bold;
		font-size: 16px;
	}
	.search-infos .iconfont,
	.search-infos .search-words {
		color: #0090f0;
	}
	.search-infos .iconfont {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		width: 25px;
		height: 24px;
		line-height: 24px;
		font-size: 20px;
		font-weight: normal;
	}
	.search-infos .iconfont,
	.search-infos .desc,
	.search-infos .search-words {
		display: inline-block;
	}
	.search-infos .desc {
		position: relative;
		z-index: 3;
		padding-left: 25px;
	}








/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}
