﻿@charset "utf-8";

@import url("assets/css/global.min.css");
@import url("https://at.alicdn.com/t/font_717131_r4bexp8nim8.css");


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2020-06-01
* 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: #333;
	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: #333;
	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: #999;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #999;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #999;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #999;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #006DBE;}
::selection{color: #fff;background-color: #006DBE;}


#wpadminbar {display: none !important;}
html {margin-top: 0 !important;}

.search-form svg,
.site-main article .entry-meta,
.pagination svg,
.pagination h2.screen-reader-text,
.pagination .meta-nav,
.entry-footer svg,
.nav-links .nav-title-icon-wrapper,
.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-cookies-consent,
.site-footer .site-info,
.site-footer .widget-title,
#prev,
#next {
	display: none;
}
#top-menu svg,
#top-menu2 svg,
#top-menu2 .sub-menu {
	display: none;
}

.error-404.not-found {
	padding-bottom: 30px;
}



.no-results {
	width: 100%;
	font-size: 14px;
}
.wrap {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
} 
#primary {
	padding-top: 30px;
	padding-bottom: 60px;
}
.site-main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.search-form {
	display: block;
	font-size: 0;
}
.search-form>label,
.search-form .screen-reader-text,
.search-form .tt {
	display: inline-block;
	padding-right: 4px;
	line-height: 30px;
	font-size: 14px;
}
.search-form .search-field {
	padding: 0 8px;
	width: 200px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #ccc;
}
.search-form .search-submit {
    color: #fff;
    background-color: #000
}

@media (max-width: 480px) {
	.search-form>label {
		display: none;
	}
	.search-form .search-submit .screen-reader-text {
		display: none;
	}
}


.site-main article {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


/* -------------------------------
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: #333;
		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 #006DBE;
	    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
----------------------------------*/
	.container {
		position: relative;
		z-index: 1;
		margin: 0 auto;
	}

	@media (min-width: 1501px) {
		.container {
			width: 73vw;
			max-width: 1400px;
		}
	}
	@media (max-width: 1500px) and (min-width: 1200px) {
		.container {
			width: 1100px;
		}
	}
	@media (max-width: 1199px) and (min-width: 993px) {
		.container {
			width: 940px;
		}
	}
	@media (max-width: 992px) {
		.container {
			margin-left: 20px;
			margin-right: 20px;
		}
	}




/* ---------------------------------
* public
------------------------------------*/
	#wrapper {
		overflow: hidden;
	}
	.bgcover-wpt {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.bgColorBlue {
		background-color: #006DBE;
	}

	.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.link: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.6;
	    font-size: 14px;
	    color: #666;
	    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;
		border: 1px solid #CFCFCF;
	}
	.all-content-wrapper table th {
		font-weight: normal;
	}
	.all-content-wrapper table td a {
		color: #FF9000;
	}
	.all-content-wrapper table td a:hover {
		text-decoration: underline;
	}

	.banner-right,
	.banner-left {
		position: absolute;
		top: 50%;
		z-index: 5;
		outline: none;
		color: #DCDCDC;
		text-align: center;
		font-family: "iconfont" !important;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
		border: 2px solid #DCDCDC;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	    -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-right:hover,
	.banner-left:hover {
		color: #006DBE;
		border-color: #006DBE;
	}
	.banner-left {
		left: 0;
	}
	.banner-right {
		right: 0;
	}

	.ban-page .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 4px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		background-color: rgba(255,255,255, .5);
	}
	.ban-page .swiper-pagination-bullet-active {
		background-color: #006DBE;
	}

	.site-banner {
		position: relative;
		z-index: 2;
	}
	.site-banner .gallery {
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.site-banner .gallery img {
		display: block;
		position: relative;
		z-index: 2;
		width: 100%;
	}

	.morewp-link,
	.morewp-link-blue {
		display: inline-block;
		min-width: 140px;
		padding: 0 20px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
		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;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 20px;
	}
	.morewp-link {
		color: #006DBE;
		background-color: #fff;
	}
	.morewp-link-blue,
	a.morewp-link:hover {
		color: #fff;
		background-color: #006DBE;
	}

	.site-column {
		position: relative;
		text-align: center;
	}
	.site-column .cn {
		margin: 0;
		padding: 0;
		line-height: 30px;
		color: #333;
		font-weight: bold;
		font-size: 24px;
	}
	.site-column-white .cn {
		color: #fff;
	}
	.site-column-tt {
		margin-bottom: 24px;
	}
	.site-column-tt .cn {
		position: relative;
		text-align: left;
	}
	.site-column-tt .cn::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		background-color: #006DBE;
	}

	@media (min-width: 993px) {
		.banner-right,
		.banner-left {
			width: 50px;
			height: 50px;
			margin-top: -25px;
			line-height: 46px;
			font-size: 24px;
		}
		.site-column-tt .cn {
			padding-left: 18px;
		}
		.site-column-tt .cn::before {
			width: 7px;
			height: 24px;
			margin-top: -12px;
		}
	}

	@media (min-width: 1501px) {
		.banner-right,
		.banner-left {
			width: 66px;
			height: 66px;
			margin-top: -33px;
			line-height: 62px;
			font-size: 30px;
		}
	}

	@media (max-width: 992px) {
		.banner-right,
		.banner-left {
			width: 36px;
			height: 36px;
			margin-top: -18px;
			line-height: 32px;
			font-size: 18px;
		}
		.site-column .cn {
			font-size: 18px;
		}
		.site-column-tt .cn {
			padding-left: 14px;
		}
		.site-column-tt .cn::before {
			width: 5px;
			height: 16px;
			margin-top: -8px;
		}
		.morewp-link,
		.morewp-link-blue {
			min-width: 50px;
			height: 32px;
			line-height: 32px;
		}
	}
	@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);
		}
	}

	.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;
	}
	.content-layer {
	    display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    z-index: 132;
	    background-color: rgba(0,0,0,.5);
	}





/* ---------------------------------
* 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;*/
	}





/*------------------------------------
* map public
------------------------------------*/
	#mapContainer {
		position: relative;
		z-index: 2;
		width: 100%;
	}
	#mapContainer {
		width: 100%;
		height: 520px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	#mapContainer canvas {
        max-width: none;
    }
    #mapContainer .MicrosoftMap .Infobox .infobox-info {
        padding-top: 0;
    }
	#mapContainer .icon {
	height: 31px;
	width: 28px;
	    cursor: pointer;
	    background-image: url(assets/images/marker.png);
	    background-repeat: no-repeat;
	background-position: -11px -55px;
	    animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
	}
	#mapContainer .amap-info-content h5.title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
	}
	#mapContainer .item,
	#mapContainer .amap-info-content .infos {
	    margin-top: 8px;
	}
	#mapContainer img {
		max-width: none;
	}
	#mapContainer .BMap_bubble_title {
		white-space: normal!important;
		font-weight: bold;
	}
	#mapContainer .item,
	#mapContainer .item .all-content-wrapper,
	#mapContainer .BMap_bubble_content,
	#mapContainer .BMap_bubble_content .desc {
		font-size: 12px;
	}
	#mapContainer .pic,
	#mapContainer .BMap_bubble_content .pic {
		display: none;
	}
	#mapContainer .BMap_bubble_content .item {
		margin-top: 5px;
	}
	#mapContainer .BMap_bubble_content .desc,
	#mapContainer .BMap_bubble_content .desc a {
		color: #666;
	}
	#mapContainer .BMap_bubble_content .desc a:hover {
		color: #006DBE
	}






/* ---------------------------------
* pagination
------------------------------------*/
	.pagination h2.screen-reader-text,
	.pagination .meta-nav {
		display: none;
	}

	.pagination {
		width: 100%;
		padding-left: 0;
		margin: 0;
		padding-top: 20px;
		text-align: center;
	}
	.pagination .page-numbers {
	    display: inline-block;
		padding: 0 8px;
	    margin-top: 5px;
	    line-height: 24px;
		font-size: 14px;
		text-align: center;
	    -webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.pagination .page-numbers:first-child {
		margin-left: 0;
	}
	.pagination .current,
	.pagination a:hover {
		color: #fff;
		background-color: #006DBE;
	}
	.pagination .page-numbers svg {
		display: none !important;
	}





/* ---------------------------------
* share
------------------------------------*/
	.share-wrapper {
		display: inline-block;
		position: relative;
		white-space: nowrap;
	}

	.share-wrapper .words {
		display: inline-block;
		line-height: 22px;
		font-size: 14px;
		color: #666;
	}
	.share-wrapper .bdsharebuttonbox {
		display: inline-block;
	    z-index: 4;
	    font-size: 0;
	}
	.share-wrapper .bdsharebuttonbox .loop {
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	    width: 26px;
	    height: 22px;
	    margin-left: 10px;
	    text-align: center;
	    font-size: 14px;
		cursor: pointer;
	    background-repeat: no-repeat;
	    -webkit-background-size: 26px;
	    background-size: 26px;
	    background-position: center;
		-webkit-transition: all .15s ease-out;
	    -moz-transition: all .15s ease-out;
	    -ms-transition: all .15s ease-out;
	    -o-transition: all .15s ease-out;
	    transition: all .15s ease-out;
	}
	.share-wrapper .bdsharebuttonbox .weibo {
		background-image: url(assets/images/weibo.png);
	}
	.share-wrapper .bdsharebuttonbox .weixin {
		background-image: url(assets/images/weixin.png);
	}
	.share-wrapper .bdsharebuttonbox .qq {
		background-image: url(assets/images/qq.png);
	}


	.share-wrapper .bdsharebuttonbox .conts {
		display: none;
		position: absolute;
	    bottom: 100%;
	    right: 50%;
	    z-index: 8;
	    width: 90px;
	    margin-right: -40px;
	    padding-bottom: 5px;
	}
	.share-wrapper .bdsharebuttonbox .conts .imgs {
		display: block;
		width: 90px;
		height: 90px;
	    background-color: #fff;
	    -webkit-box-shadow: 0 2px 10px rgba(0,0,0, .3);
	    -moz-box-shadow: 0 2px 10px rgba(0,0,0, .3);
	    box-shadow: 0 2px 10px rgba(0,0,0, .3);
	}
	.share-wrapper .bdsharebuttonbox .loop:hover .conts {
		display: block;
	}





/* ---------------------------------
* header
------------------------------------*/
	.site-header .tel-wrp {
		text-align: center;
		background-color: #006DBE;
	}
	.site-header .tel-wrp .link {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		white-space: nowrap;
	}
	.site-header .tel-wrp .link::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-right: 6px;
		vertical-align: text-bottom;
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.rightMenuBtn {
	    display: block;
	    position: absolute;
	    top: 12px;
	    right: 0;
	    z-index: 100;
	    width: 35px;
	    height: 35px;
	}
	.rightMenuBtn span {
	    display: block;
	    position: absolute;
	    top: 16px;
	    height: 2px;
	    transition: 0.5s;
	}
	.rightMenuBtn .openMenu {
	    width: 100%;
	    left: 0;
	}

	.rightMenuBtn span,
	.rightMenuBtn span:before,
	.rightMenuBtn span:after {
	    background-color: #006DBE;
	}
	.rightMenuBtn span:before,
	.rightMenuBtn span:after {
	    content: "";
	    display: block;
	    width: 100%;
	    height: 2px;
	    position: absolute;
	    transition: 0.5s;
	}

	.rightMenuBtn .openMenu:before {
	    top: -8px;
	    left: -0;
	}

	.rightMenuBtn .openMenu:after {
	    top: 8px;
	    left: -0;
	}
	.site-header a,
	.site-footer a {
	    -webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}

	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 88;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0, .1);
		box-shadow: 0 1px 10px rgba(0,0,0, .1);
	}
	.site-header #siteName {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		z-index: -5;
	}
	.site-header .site-logo {
		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;
	}
	.site-header .site-logo a {
		display: inline-block;
	}

	/* menu */
	.site-header .container {
		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 .menu {
		font-size: 0;
	}
	.site-header .menu .menu-item {
		display: inline-block;
		position: relative;
	}
	.site-header .menu .menu-item>a {
		display: block;
		position: relative;
		color: #333;
		font-size: 14px;
	}
	.site-header .menu>.menu-item.current-menu-item>a,
	.site-header .menu>.menu-item.current-menu-parent>a,
	.site-header .menu>.menu-item.current-category-ancestor>a,
	.site-header .menu>.menu-item.current-post-ancestor>a,
	.home-header .menu>.menu-item>a,
	.site-header .menu>.menu-item:hover>a {
		color: #fff;
		background-color: #006DBE;
	}
	.site-header .menu .menu-item .sub-menu {
	    display: none;
	    position: absolute;
	    left: 50%;
	    top: 100%;
	    z-index: 6;
	    min-width: 100%;
	    padding-bottom: 24px;
	    white-space: nowrap;
	    background-color: #fff;
	    -webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	    -webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.site-header .menu .menu-item .sub-menu li {
		display: block;
		margin-top: 8px;
	}
	.site-header .menu .menu-item .sub-menu li:first-child {
		margin-top: 0;
	}
	.site-header .menu .menu-item .sub-menu a {
	    display: block;
	    padding: 8px 14px;
    	line-height: 24px;
    	color: #666;
	    font-size: 14px;
	    text-align: center;
	    border-bottom: 1px solid #eee;
	}
	.site-header .menu .menu-item .sub-menu .current-menu-item a,
	.site-header .menu .menu-item .sub-menu .current-post-parent a,
	.site-header .menu .menu-item .sub-menu a:hover {
		color: #006DBE;
		border-bottom-color: #006DBE;
	}
	.site-header .lang a.hover,
	.site-header .lang a:hover {
		color: #006DBE;
	}

	@media (min-width: 993px) {
		.rightMenuBtn {
			display: none;
		}
		.site-header .container {
			width: 100%;
			max-width: 100%;
			min-width: 100%;
			padding-left: 20px;
		}
		.site-header .site-logo img {
			height: 60px;
		}
		.headerH {
			height: 80px;
		}
		.site-header .menu .menu-item>a, .site-header .tel-wrp .link, .site-header .lang {
			line-height: 80px;
		}
		.site-header .menu .menu-item:hover .sub-menu {
		    display: block;
		}
		.site-header .tel-wrp {
			padding: 0 14px;
		}
		.site-header .tel-wrp .link::before {
			background-image: url(assets/images/tel.png);
		}
	}
	@media (min-width: 1501px) {
		.site-header .container {
			padding-left: 30px;
		}
		.site-header .site-logo img {
			height: 76px;
		}
		.headerH {
			height: 100px;
		}
		.site-header .menu .menu-item>a, .site-header .tel-wrp .link, .site-header .lang {
			line-height: 100px;
		}
		.site-header .menu .menu-item>a {
			padding-left: 36px;
			padding-right: 36px;
		}
		.site-header .tel-wrp {
			min-width: 13.5vw;
		}
		.site-header .tel-wrp .link {
			font-size: 22px;
		}
		.site-header .tel-wrp .link::before {
			width: 32px;
			height: 32px;
			background-size: 32px;
		}
	}
	@media (max-width: 1500px) and (min-width: 1200px) {
		.site-header .menu .menu-item>a {
			padding-left: 14px;
			padding-right: 14px;
		}
		.site-header .tel-wrp .link::before {
			width: 20px;
			height: 20px;
			background-size: 20px;
		}
	}
	@media (max-width: 1199px) and (min-width: 993px) {
		.site-header .menu .menu-item>a {
			padding-left: 8px;
			padding-right: 8px;
		}
	}

	@media (max-width: 992px) {
		/* 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);
		}

		#top-menu {
			padding-top: 40px;
		}
		.header-content .menu-lang {
			position: absolute;
			left: 0;
			right: 0;
			top: 40px;
		}

		.site-header,
		.headerH {
			height: 60px;
		}
		.site-header #mmenu {
			display: none;
		}
		.site-header .site-logo {
			margin-top: 4px;
		}
		.site-header .site-logo img {
			height: 50px;
		}
		.site-header .lang {
			position: absolute;
			right: 190px;
			top: 0;
			line-height: 60px;
		}
		.site-header .tel-wrp {
			margin-right: 48px;
			padding-top: 20px;
			background-color: transparent;
		}
		.site-header .tel-wrp .link {
			font-size: 14px;
			color: #006DBE;
		}
		.site-header .tel-wrp .link::before {
			background-image: url(assets/images/tel_blue.png);
		}
	}
	@media (min-width: 481px) {
		.header-content .menu-lang {
			display: none !important;
		}
		.site-header .lang .line {
			margin-left: 5px;
			margin-right: 5px;
			font-style: normal;
		}
	}
	@media (max-width: 480px) {
		/*.site-header .lang {
			display: none;
		}*/
		.header-content .menu-lang .iconfont {
			display: none !important;
		}
		.header-content .menu-lang a,
		.header-content .menu-lang .line {
			display: inline-block;
		}
		.header-content .menu-lang .cn {
			padding-right: 10px;
		}
		.header-content .menu-lang .line {
			padding-left: 0;
			padding-right: 0;
			font-style: normal;
		}
		.header-content .menu-lang .en {
			padding-left: 10px;
		}
	}




/* ---------------------------------
* footer
------------------------------------*/
	.site-footer {
		position: relative;
		z-index: 3;
		width: 100%;
	}
	.site-footer,
	.site-footer a {
		color: rgba(254,254,254, .8);
	}
	.site-footer a {
		display: inline-block;
	}
	.site-footer a:hover,
	.site-footer .copyright a:hover {
		color: rgba(254,254,254, 1);
	}

	.site-footer .box {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.site-footer .menu {
		text-align: center;
	}
	.site-footer .menu .menu-item {
		display: inline-block;
		font-size: 14px;
	}

	.site-footer .copyright,
	.site-footer .copyright a {
		color: rgba(254,254,254, .5);
	}
	.site-footer .copyright {
		padding: 10px 0;
		border-top: 2px solid rgba(255,255,255, .3);
	}


	#backtop {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		padding: 8px;
		z-index: 16;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	    -webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	    cursor: pointer;
	    background-image: url(assets/images/top.png);
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    background-size: cover;
	}


	@media (min-width: 993px) {
		#backtop {
			width: 56px;
			height: 56px;
			bottom: 150px;
		}
		.site-footer .box {
			padding-top: 29px;
			padding-bottom: 29px;
		}
		.site-footer .menu {
			max-width: 940px;
			margin-left: auto;
			margin-right: auto;
		}
		.site-footer .menu {
			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-footer .copyright .list .custom-html-widget>a {
			float: right;
		}
	}

	@media (max-width: 992px) {
	}





/* ---------------------------------
* ListsWrap
------------------------------------*/
	.ListsWrap {
		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;
	}
	.ListsWrap .item {
		position: relative;
	}
	.ListsWrap .item .link {
		display: block;
	}
	#listsWraps .item {
		display: none;
	}

	.Contactlist .item {
		text-align: center;
		background-color: #fff;
		border: 2px solid #eee;
	}
	.Contactlist .item .info {
		margin-top: 14px;
	}
	.Contactlist .item .title {
		font-size: 16px;
		color: #272928;
		font-weight: bold;
	}
	.Contactlist .item .desc,
	.Contactlist .item .desc a {
		color: #707070;
	}
	/*.Contactlist .item .desc {
		font-style: italic;
	}*/
	.Contactlist .item .desc a:hover {
		color: #006DBE;
	}
	.Contactlist .item .desc {
		margin-top: 6px;
	}

	.Newslist .item {
		width: 100%;
	}
	.Newslist .item .site-column .cn {
		font-weight: normal;
		text-align: left;
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.Newslist .item .site-column .time {
		font-weight: normal;
		line-height: 30px;
		font-size: 14px;
		color: #999;
	}
	.Newslist .item .gallery img {
		display: block;
		width: 100%;
	}
	.Newslist .item .content {
		overflow: hidden;
	}
	.Newslist .item .desc {
		line-height: 24px;
	}
	.news-list .Newslist .item {
		border-bottom: 1px solid #eee;
	}
	.news-list .Newslist .item .desc {
		text-overflow: -o-ellipsis-lastline;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
		overflow: hidden;
	}
	.Newslist .item .link:hover .site-column .cn {
		color: #003356;
		color: #006DBE;
	}

	.rows-lists-w .item {
		background-color: #F6F6F6;
	}

	.case-list .Newslist .item {
		margin-top: 30px;
	}
	.case-list .Newslist .item:first-child {
		margin-top: 0;
	}
	.case-list .Newslist .item .desc {
		margin: 0;
	}
	.case-list .Newslist .item .site-column {
		margin-bottom: 12px;
	}
	.case-list .Newslist .link: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);
	}


	@media (min-width: 768px) {
		.Newslist .item .link {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
		}
		.Newslist .item .desc {
			margin-top: 14px;
			margin-bottom: 20px;
		}

		.rows-lists-w .Newslist .item:nth-child(2n+1) .link {
			-webkit-flex-direction: row-reverse;
			-moz-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			-o-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		.rows-lists-w .Newslist .item .gallery {
			width: 52%;
		}
		.rows-lists-w .Newslist .item .content {
			width: 48%;
		}
		.news-hot .Newslist .item .content {
			padding: 20px 25px 25px;
		}
		.news-hot .Newslist .item .desc {
			margin-top: 10px;
			margin-bottom: 20px;
		}

		.news-list .Newslist .item {
			padding: 22px 20px 28px;
		}
		.news-list .Newslist .item .site-column .cn {
			position: relative;
			z-index: 1;
			padding-right: 100px;
			font-size: 20px;
			white-space: nowrap;
		    text-overflow: ellipsis;
			overflow: hidden;
		}
		.news-list .Newslist .item .site-column .time {
			position: absolute;
			right: 0;
			top: 0;
			z-index: 2;
		}
		.news-list .Newslist .item .gallery {
			flex: 0 0 205px;
			width: 205px;
		}
		.news-list .Newslist .item .content {
			padding: 12px 22px 0 25px;
			flex: 1;
		}

		.case-list .Newslist .item {
			margin-top: 40px;
		}
		.case-list .Newslist .item .content {
			padding: 20px 20px 30px;
		}
		.case-list .Newslist .item .site-column {
			margin-bottom: 20px;
		}
	}

	@media (min-width: 993px) {
		.Contactlist .item {
			width: 22.6%;
			padding-top: 20px;
			padding-bottom: 40px;
			margin-right: 3.2%;
		}
		.Contactlist .item:nth-child(4n) {
			margin-right: 0;
		}
		.Contactlist .item .info {
			margin-top: 20px;
		}
		.Contactlist .item .desc {
			margin-top: 10px;
		}

		.Newslist .item .desc {
			margin-top: 24px;
			margin-bottom: 30px;
		}
		.news-hot .Newslist .item .content {
			padding: 30px 35px 25px;
		}
		.news-hot .Newslist .item .desc {
			margin-top: 30px;
			margin-bottom: 50px;
		}

		.news-list .Newslist .item .gallery {
			flex: 0 0 305px;
			width: 305px;
		}
		.news-list .Newslist .item .content {
			padding: 28px 32px 10px 45px;
		}

		.case-list .Newslist .item {
			margin-top: 45px;
		}
		.case-list .Newslist .item .content {
			padding: 30px 40px 40px;
		}
	}
	@media (min-width: 1501px) {
		.Contactlist .item {
			padding-top: 30px;
			padding-bottom: 60px;
		}

		.Newslist .item .desc {
			font-size: 16px;
		}
		.news-hot .Newslist .item .content {
			padding: 40px 45px 60px;
		}
		.news-hot .Newslist .item .desc {
			margin-top: 55px;
			margin-bottom: 80px;
		}

	}

	@media (max-width: 992px) {
		.Contactlist .item {
			width: 48.5%;
			margin-right: 3%;
			margin-top: 4%;
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.Contactlist .item:nth-child(2n) {
			margin-right: 0;
		}
		.Contactlist .item:nth-child(1),
		.Contactlist .item:nth-child(2) {
			margin-top: 0;
		}
		.Contactlist .item .pic img {
			max-width: 50px;
		}

		.news-list .Newslist .item .link {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
		}
		.Newslist .item .site-column .cn,
		.news-list .Newslist .item .site-column .cn {
			line-height: 24px;
			font-size: 18px;
		}
	}

	@media (max-width: 767px) {
		.Newslist .item .site-column .cn {
			font-size: 16px;
		}
		.news-list .Newslist .item .site-column .cn {
			line-height: 22px;
			font-size: 14px;
		}
		.Newslist .item .desc {
			margin-top: 10px;
			margin-bottom: 14px;
		}
		.Newslist .item .site-column .time,
		.Newslist .item .more-s {
			display: block;
			line-height: 20px;
			font-size: 10px;
		}
		.Newslist .item .site-column .time {
			padding: 4px 0;
		}
		.news-hot .Newslist .item .content,
		.case-list .Newslist .item .content {
			padding: 20px;
		}

		.news-list .Newslist .item {
			padding: 10px 0;
		}
		.news-list .Newslist .item .gallery {
			flex: 0 0 100px;
			width: 100px;
		}
		.news-list .Newslist .item .content {
			padding-left: 10px;
		}
		.news-list .Newslist .item .desc {
			display: none;
		}
	}

	@media (max-width: 992px) and (min-width: 641px) {
		.ListsWrap33 .item {
			width: calc(50% - 8px);
			margin-right: 16px;
		}
		.ListsWrap33 .item:nth-child(2n) {
			margin-right: 0;
		}
		.ListsWrap33 .item:nth-child(2) {
			margin-top: 0;
		}
	}

	@media (max-width: 640px) {
		.ListsWrap .item-rr3 {
			width: 48%;
			margin-right: 4%;
			margin-top: 4%;
		}
	}



/* ---------------------------------
* lightbox
------------------------------------*/
	.lightboxOverlay{display:none;position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(opacity=80);opacity:.8;}
	.lightbox{position:absolute;left:0;width:100%;z-index:10000;line-height:0;}
	.lightbox .lb-image{display:block;max-height:684px;max-width:684px;}
	.lightbox a img{border:none}
	.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;}
	.lb-outerContainer:after{content:"";display:table;clear:both}
	.lb-loader{display: none !important; position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
	.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(assets/images/loading.gif) no-repeat}
	.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
	.lb-container>.nav{left:0}
	.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
	.lb-prev,.lb-next{display:block !important; position: absolute; width: 32px;height: 45px;top: 50%; margin-top: -22px;background-repeat: no-repeat;background-position: center;-webkit-background-size: 32px;background-size: 32px; cursor:pointer;}
	.lb-nav a.lb-prev{left:0;background-image:url(assets/images/prev.png);}
	.lb-nav a.lb-next{right:0;background-image:url(assets/images/next.png);}
	.lb-dataContainer{margin:0 auto;*zoom:1;width:100%;background-color: #fff;}
	.lb-dataContainer:after{content:"";display:table;clear:both}

	.lb-data .lb-caption {
		padding: 10px 16px;
		text-align: center;
	}
	.lb-data .lb-caption2 {
		line-height: 24px;
		font-size: 14px;
		color: #666;
	}
	.lb-data .lb-number {
		display: none !important;
	}
	.lb-data .lb-close {
	    position: fixed;
	    z-index: 110;
	    cursor: pointer;
	    width: 30px;
	    height: 30px;
	    top: 20px;
	    right: 20px;
	    font-size: 0;
	    border-radius: 50%;
	    border: 2px solid #707070;
	}
	.lb-data .lb-close:before,
	.lb-data .lb-close:after {
	    content: '';
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.lb-data .lb-close:before {
	    border-top: 1px solid #707070;
	    border-bottom: 1px solid #707070;
	    height: 0;
	    width: 24px;
	    margin-top: -1px;
	    margin-left: -12px;
	}
	.lb-data .lb-close:after {
	    border-left: 1px solid #707070;
	    border-right: 1px solid #707070;
	    height: 24px;
	    width: 0;
	    margin-left: -1px;
	    margin-top: -12px;
	}
	.lb-data .lb-close,
	.lb-data .lb-close:before,
	.lb-data .lb-close:after {
		border-color: #fff;
	}
	.lb-data .lb-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}
	

	@media (min-width: 993px) {
		.lb-data .lb-caption2 {
			font-size: 16px;
		}
		.lb-data .lb-close {
			top: 50px;
			right: 50px;
			width: 50px;
			height: 50px;
		}
		.lb-nav a.lb-prev{left:-60px;}
		.lb-nav a.lb-next{right:-60px;}
	}





/* ---------------------------------
* inner
------------------------------------*/
	.boxProfile .desc {
		color: #333;
		max-height: 140px;
		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;
	}
	.boxProfile .desc.heightAuto {
		max-height: 900px;
	}

	@media (min-width: 993px) {
		.boxProfile {
			padding-top: 50px;
			padding-bottom: 65px;
		}
		.boxProfile .desc {
			margin-top: 30px;
		}
		.boxProfile .pro-more {
			margin-top: 50px;
		}
	}
	@media (min-width: 1501px) {
		.boxProfile {
			padding-top: 70px;
			padding-bottom: 85px;
		}
		.boxProfile .pro-more {
			margin-top: 60px;
		}
	}
	@media (max-width: 992px) {
		.boxProfile .desc {
			margin-top: 20px;
		}
		.boxProfile .pro-more {
			margin-top: 30px;
		}
	}
	
	.bannerimgs {
		display: none;
	}
	.innerBan,
	.promoBanner {
		position: relative;
		overflow: hidden;
	}
	.innerBan .gallery,
	.promoBanner .gallery {
		position: relative;
		z-index: 3;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-color: #000;
	}
	.innerBan img,
	.promoBanner img {
		display: block;
		width: 100%;
	}
	.innerBan .content,
	.promoBanner .content {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 5;
		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;
	}
	.innerBan .content .infos,
	.promoBanner .content .infos {
		max-width: 870px;
		margin: 0 auto;
		padding: 0 20px;
		text-align: center;
		color: #fff;
	}
	.innerBan .content .desc .cn,
	.promoBanner .content .desc .cn {
		line-height: 36px;
		color: #fff;
	}
	.promoBanner .content .words {
		font-size: 14px;
		color: rgba(255,255,255, .8);
	}
	
	.promoBanner {
		padding: 0 !important;
	}
	.promoBanner .site-column .cn {
		font-size: 36px;
	}

	@media ( min-width: 641px) {
		.innerBan,
		.promoBanner {
			min-height: 100px;
			background-color: #000;
		}
	}

	@media (min-width: 993px) {
		.promoBanner .content .words {
			margin-top: 35px;
		}
		.promoBanner .content .more {
			margin-top: 70px;
		}
		.promoBanner .container {
			position: absolute;
		    left: 50%;
		    top: 50%;
		    transform: translate(-50%,-50%);
		    z-index: 7;
		}
		.promoBanner .content .banner-right, .promoBanner .content .banner-left {
			display: none;
		}
	}

	@media (min-width: 1501px) {
		.promoBanner .content .words {
			margin-top: 45px;
		}
		.promoBanner .content .more {
			margin-top: 90px;
		}
	}

	@media ( max-width: 992px) {
		.promoBanner .container {
			display: none;
		}
		.promoBanner .swiper-container {
			position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    right: 0;
		}
		.promoBanner .content {
			position: relative;
			left: auto;
			top: auto;
			right: auto;
			bottom: auto;
			padding: 40px 0;
		}
		.promoBanner .gallery img {
			display: none;
		}
		.promoBanner .content .desc .cn {
			line-height: 26px;
			font-size: 16px;
		}
		.promoBanner .content .words {
			margin-top: 15px;
		}
		.promoBanner .content .more {
			margin-top: 20px;
		}
		.promoBanner .content .infos {
			padding: 0 70px;
		}
		.promoBanner .content .words {
			line-height: 20px;
			font-size: 12px;
		}
		.promoBanner .content .banner-right {
			right: 20px;
		}
		.promoBanner .content .banner-left {
			left: 20px;
		}
	}

	@media ( max-width: 992px) and (min-width: 641px) {
		.promoBanner .gallery {
			height: 380px;
		}
	}

	@media ( max-width: 640px) {
		.innerBan .content .desc .cn {
			line-height: 26px;
			font-size: 16px;
		}
		.innerBan .gallery {
			position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    right: 0;
		}
		.innerBan .gallery img {
			display: none;
		}
		.innerBan .content {
			position: relative;
			left: auto;
			top: auto;
			right: auto;
			bottom: auto;
			padding: 40px 0;
		}
		.promoBanner .gallery {
			height: 215px;
		}
		.promoBanner .content .desc {
			display: none;
		}
		.promoBanner .content .words {
			margin-top: 0;
			max-height: 92px;
		}
		.promoBanner .content .more {
			margin-top: 10px;
		}
	}

	.position-wrapper,
	.position-wrapper a {
		font-size: 14px;
		color: #999;
	}
	.position-wrapper .left {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.position-wrapper .left i {
		font-style: normal;
	}
	.position-wrapper .left a:hover {
		color: #006DBE;
	}

	.pro-more {
		text-align: center;
	}
	.pro-more .link {
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 0;
		background-image: url(assets/images/arrow_down.png);
		-webkit-background-size: 25px;
		background-size: 25px;
		background-repeat: no-repeat;
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	    -webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
    	animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
    	cursor: pointer;
	}
	.pro-more .link:hover {
		background-image: url(assets/images/arrow_down_s.png);
	}
	.pro-more .link.active,
	.pro-more .link.active:hover {
		background-image: url(assets/images/arrow_down_r.png);
	}
	.getMoreWrapper {
		margin-top: 24px;
		line-height: 36px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		background-color: #006DBE;
		cursor: pointer;
	}

	.more-s .word {
		display: inline-block;
		position: relative;
		padding-right: 32px;
		cursor: pointer;
		background-image: url(assets/images/arrow_r.png);
		background-repeat: no-repeat;
		background-position: right center;
		-webkit-background-size: 19px;
		background-size: 19px;
	}
	a:hover .more-s .word {
		color: #003356;
		background-image: url(assets/images/arrow_r2.png);
	}

	.morewp-box {
		text-align: center;
	}
	.morewp-box .morewp-link-red {
		background-color: #E30085;
		border-color: #E30085;
		cursor: pointer;
	}

	.inner-boxw {
		position: relative;
	}

	.innerMenus {
		position: relative;
		background-color: #fff;
	}
	.innerMenus .sub-menu {
		margin: 0;
		padding: 0;
		font-size: 0;
	}
	.innerMenus .sub-menu li {
		list-style: none;
	}
	.innerMenus .sub-menu>li>a {
		display: block;
		position: relative;
		text-align: center;
		line-height: 24px;
		font-size: 16px;
		color: #444;
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.innerMenus .sub-menu>li>a::after {
		content: '';
		position: absolute;
		bottom: -3px;
	    left: 50%;
	    width: 0;
	    height: 3px;
		background-color: #006DBE;
		-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;
	}
	.innerMenus .sub-menu>li>.children {
		display: none;
	}

	@media (min-width: 993px) {
		.innerMenus .sub-menu,
		.centerProfile .container {
		    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;
		}
		.innerMenus .sub-menu>li {
			flex: 1;
		}

		.position-wrapper .container {
			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;
			border-bottom: 1px solid #eee;
		}

		.innerMenus {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			-webkit-box-shadow: 0 2px 8px rgba(0,0,0, .2);
			-moz-box-shadow: 0 2px 8px rgba(0,0,0, .2);
			box-shadow: 0 2px 8px rgba(0,0,0, .2);
		}
		.innerMenus .sub-menu>.current-cat>a,
		.innerMenus .sub-menu>.current-cat-parent>a,
		.innerMenus .sub-menu>.current-cat-ancestor>a,
		.innerMenus .sub-menu>li>a.current,
		.innerMenus .sub-menu>li>a:hover {
			color: #006DBE;
		}
		.innerMenus .sub-menu>.current-cat>a::after,
		.innerMenus .sub-menu>.current-cat-parent>a::after,
		.innerMenus .sub-menu>.current-cat-ancestor>a::after,
		.innerMenus .sub-menu>li>a.current::after,
		.innerMenus .sub-menu>li>a:hover::after {
			width: 100%;
		    bottom: 0;
		    left: 0;
		}

		.innerMenusH {
			height: 60px;
		}
		/*.innerMenus.scroll {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			z-index: 99;
			padding-top: 22px;
		}*/
		.getMoreWrapper {
			margin-top: 65px;
			line-height: 66px;
			font-size: 20px;
		}
	}
	@media (min-width: 1501px) {
		.innerMenus .sub-menu>li>a {
			padding: 28px 0;
		}

		.innerMenusH {
			height: 80px;
		}
		.getMoreWrapper {
			margin-top: 85px;
			line-height: 86px;
		}
	}
	@media (max-width: 1500px) and (min-width: 993px) {
		.innerMenus .sub-menu>li>a {
			padding: 18px 0;
		}
	}

	@media (max-width: 992px) {
		.position-wrapper .container {
			margin: 0;
		}
		.position-wrapper .left {
			padding-left: 20px;
			padding-right: 20px;
			border-bottom: 1px solid #eee;
		}

		.all-place {
			padding-top: 30px;
			padding-bottom: 40px;
		}
		#templatemo_menu {
			display: none;
		}
		.innerMenus {
			margin-top: 20px;
		}
		.innerMenus .sub-menu>li {
			display: inline-block;
		}
		.innerMenus .sub-menu>li>a {
			padding: 8px 10px;
			font-size: 14px;
			background-color: #eee;
		}
		.innerMenus .sub-menu>.current-cat>a,
		.innerMenus .sub-menu>li>a:hover {
			color: #fff;
			background-color: #006DBE;
		}
	}





/*--------------
* ProductList
----------------*/
	.ProductLists .item {
		position: relative;
	}
	.ProductLists .item .link {
		display: block;
	}
	.ProductLists .item .info {
		background-color: rgba(0,0,0, .3);
		overflow: hidden;
	}
	
	.ProductLists .item .label {
		display: none;
	    position: absolute;
	    z-index: 3;
	    top: 0;
	    left: 0;
	    max-width: 90%;
	    padding: 0 24px;
	    line-height: 30px;
	    color: #fff;
	    text-align: center;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    background-color: #006DBE;
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.ProductLists .item .gallery {
		position: relative;
		z-index: 2;
	}
	.ProductLists .item .info {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 5;
	    padding-left: 16px;
	    padding-right: 16px;
	    color: #fff;
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.ProductLists .item .title,
	.ProductLists .item .info {
		height: 50px;
	}
	.ProductLists .item .title,
	.ProductLists .item .desc {
	    color: #fff;
	}
	.ProductLists .item .title {
		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;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    -ms-justify-content: center;
	    -o-justify-content: center;
	    justify-content: center;
		line-height: 18px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.ProductLists .item .title .word {
		text-overflow: -o-ellipsis-lastline;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    line-clamp: 2;
	    -webkit-box-orient: vertical;
		max-height: 36px;
	}


	@media (min-width: 993px) {
		.ProductLists .item {
		    width: 30.83%;
		    margin-right: 3.755%;
		    margin-top: 3.755%;
		}
		.ProductLists .item:nth-child(3n) {
			margin-right: 0;
		}
		.ProductLists .item:nth-child(1),
		.ProductLists .item:nth-child(2),
		.ProductLists .item:nth-child(3) {
			margin-top: 0;
		}

		.ProductLists .item .title,
		.ProductLists .item .info {
			height: 60px;
		}
		.ProductLists .item .title {
			line-height: 24px;
			font-size: 16px;
		}
		.ProductLists .item .title .word {
			max-height: 48px;
		}
		.ProductLists .item .desc {
			margin-top: 36px;
		}
		.ProductLists .item .info {
		    padding-left: 30px;
		    padding-right: 30px;
		}
		.ProductLists .item .link:hover .info {
		    height: 100%;
		    padding-top: 40px;
		}
		.ProductLists .item .link:hover .label {
			opacity: 0;
			filter: alpha(opacity=0);
		}
	}

	@media (min-width: 1501px) {
		.ProductLists .item .title,
		.ProductLists .item .info {
			height: 80px;
		}
		.ProductLists .item .title {
			font-size: 20px;
		}
		.ProductLists .item .info {
		    padding-left: 40px;
		    padding-right: 40px;
		}
		.ProductLists .item .link:hover .info {
			padding-top: 60px;
		}
	}
	
	@media (max-width: 992px) {
		.ProductLists .item {
		    width: 48%;
		    margin-right: 4%;
		    margin-top: 4%;
		}
		.ProductLists .item:nth-child(2n) {
			margin-right: 0;
		}
		.ProductLists .item:nth-child(1),
		.ProductLists .item:nth-child(2) {
			margin-top: 0;
		}
	}





/*--------------
* map
----------------*/
	.map-container {
		width: 100%;
	}
	.map-container img {
		width: auto !important;
	    max-width: none !important;
	    max-height: none !important;
	}
	.map-container .map-marker-label {
	    width: 24px;
	    line-height: 20px;
	    padding-left: 0;
	    padding-right: 0;
	    color: #fff;
	    text-align: center;
	    cursor: pointer;
	    background-color: transparent;
	    border: none;
	}

	@media (min-width: 993px) {
		.map-container {
			height: 400px;
		}
	}

	@media (max-width: 992px) {
		.map-container {
			height: 300px;
		}
	}



/*--------------
* about
----------------*/
	.aboutProfile .desc {
		max-height: 280px;
	}
	.aboutProfile .listt5 {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
		padding: 0;
		margin: 0;
	}
	.aboutProfile .listt5 li {
		list-style: none;
		text-align: center;
	}
	.aboutProfile .listt5 .info {
	    margin-bottom: 6px;
	    color: #006dbe;
	    font-weight: bold;
	}
	.aboutProfile .listt5 .info span {
		display: inline-block;
		vertical-align: bottom;
		line-height: 22px;
	    font-size: 14px;
	    font-weight: normal;
	}
	.aboutProfile .listt5 .text {
		font-size: 16px;
		color: #999;
	}

	.aboutCulture .list .item {
		position: relative;
	}
	.aboutCulture .list .item .info,
	.aboutCulture .list .item .title,
	.aboutCulture .list .item .desc {
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.aboutCulture .list .item .info {
		margin: auto;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-image: url(assets/images/2_02.png);
	}
	.aboutCulture .list .item .info .title {
		margin-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
	.aboutCulture .list .item .info .desc {
		line-height: 20px;
	}
	.aboutCulture .list .item:hover .info {
		background-image: url(assets/images/2_03.png);
	}
	.aboutCulture .list .item:hover .title,
	.aboutCulture .list .item:hover .desc {
		color: #fff;
	}

	.aboutItemsAll .lunboxs,
	.hangyebanner {
		position: relative;
	}

	.hangyebanner .Newslist .item .gallery {
		text-align: center;
	}
	.hangyebanner .Newslist .item .gallery img {
		display: inline-block;
		width: auto;
	}
	.aboutQualification .ProductLists .item,
	.promoProSolu .ProductLists .item {
		width: 100%;
		margin: 0;
	}
	.aboutQualification .ProductLists .item .link:hover .info {
		height: auto;
		padding-top: 0;
	}

	.aboutMemorabilia {
		overflow: hidden;
	}
	.aboutMemorabilia .allyear {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 32px;
		z-index: 2;
		line-height: 12vw;
		font-size: 12vw;
	    font-weight: bold;
	    text-align: center;
	    white-space: nowrap;
		color: rgba(204,204,204, .1);
	}
	.aboutMemorabilia .swiper-container {
		position: relative;
		z-index: 3;
	}
	.aboutMemorabilia .item .word {
		text-align: center;
		font-weight: bold;
	}
	.aboutMemorabilia .item .word span {
		line-height: 22px;
		vertical-align: bottom;
		font-weight: normal;
	}
	.aboutMemorabilia .item .year {
		text-align: center;
		color: rgba(204,204,204, 1);
		white-space: nowrap;
	}
	.aboutMemorabilia .item .desc {
		color: #333;
	}
	.MemorabiliaBox::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		z-index: 0;
		height: 2px;
		background-color: #eee;
	}
	.aboutMemorabilia .item .box::before {
		content: '';
		position: absolute;
		z-index: 5;
		width: 19px;
		height: 19px;
		margin-left: 10px;
		background-repeat: no-repeat;
		-webkit-background-size: 19px;
		background-size: 19px;
		background-image: url(assets/images/2_05.png);
	}

	.aboutMemorabilia .all-content-wrapper .dot {
		display: inline-block;
		width: 8px;
		height: 8px;
		background-color: #006DBE;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.aboutMemorabilia .all-content-wrapper ul li {
		margin-top: 8px;
	}
	.aboutMemorabilia .all-content-wrapper ul li:first-child {
		margin-top: 0;
	}

	@media (min-width: 993px) {
		.aboutProfile .desc {
			margin-top: 42px;
		}
		.aboutProfile .listt5 {
		    padding-top: 30px;
		}
		.aboutProfile .listt5 li {
			flex: 1;
		}
		.aboutProfile .listt5 .info {
			line-height: 38px;
		    font-size: 36px;
		}

		.aboutCulture {
			padding-top: 36px;
			padding-bottom: 70px;
		}
		.aboutCulture .list {
			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;
		    padding-top: 30px;
		}
		.aboutCulture .list .item {
			width: 33.33%;
			margin-top: 20px;
		}
		.aboutCulture .list .item:nth-child(1),
		.aboutCulture .list .item:nth-child(2),
		.aboutCulture .list .item:nth-child(3) {
			margin-top: 0;
		}
		.aboutCulture .list .item .info {
			width: 290px;
			height: 253px;
			padding: 20px 45px 0;
		}
		.aboutCulture .list .item .info .title {
			font-size: 20px;
		}

		.aboutItemsAll {
			padding-top: 85px;
		}
		.aboutMemorabilia {
			padding-bottom: 115px;
		}
		.aboutItemsAll .lunboxs {
			margin-top: 40px;
		}
		.hangyebanner .banner-left,
		.aboutItemsAll .banner-left {
			left: -32px;
		}
		.hangyebanner .banner-right,
		.aboutItemsAll .banner-right {
			right: -32px;
		}
		
		.MemorabiliaBox {
			position: relative;
		}
		.MemorabiliaBox::after,
		.aboutMemorabilia .item .box::after,
		.aboutMemorabilia .item .box::before {
			bottom: 50px;
		}
		.aboutMemorabilia .item {
			padding: 0 26px;
		}
		.aboutMemorabilia .item .box {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
		}
		.aboutMemorabilia .swiper-slide {
			padding-bottom: 160px;
		}
		.aboutMemorabilia .item .box::after {
			content: '';
			position: absolute;
			top: 0;
			z-index: 1;
			margin-left: 25px;
			width: 2px;
			background-color: #eee;
		}
		.aboutMemorabilia .item .word {
			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;
		    -webkit-justify-content: center;
		    -moz-justify-content: center;
		    -ms-justify-content: center;
		    -o-justify-content: center;
		    justify-content: center;
			position: relative;
			z-index: 3;
			line-height: 26px;
			font-size: 24px;
			width: 98px;
			height: 98px;
			flex: 0 0 98px;
			color: #999;
			border: 2px solid #eee;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
			background-color: #fff;
		}
		.aboutMemorabilia .item .word span {
			font-size: 16px;
		}
		.aboutMemorabilia .item .year {
			position: absolute;
			left: 26px;
			bottom: 0;
			width: 98px;
			line-height: 50px;
			font-size: 20px;
		}
		.aboutMemorabilia .item .desc {
			flex: 1;
			padding-left: 14px;
			padding-top: 10px;
		}
		.aboutMemorabilia .item .box::after,
		.aboutMemorabilia .item .word,
		.aboutMemorabilia .item .year,
		.aboutMemorabilia .item .box::before {
			-webkit-transition: all .2s ease-out;
		    -moz-transition: all .2s ease-out;
		    -ms-transition: all .2s ease-out;
		    -o-transition: all .2s ease-out;
		    transition: all .2s ease-out;
		}
		.aboutMemorabilia .item .box::before {
			margin-left: 16px;
			opacity: 0;
			filter: alpha(opacity=0);
		}

		.aboutMemorabilia .item .box::after,
		.aboutMemorabilia .item .box::before {
			left: calc( 98px / 2);
		}

		.aboutMemorabilia .swiper-slide:hover .box::after {
			background-color: #006DBE;
		}
		.aboutMemorabilia .swiper-slide:hover .word {
			color: #fff;
			border-color: #006DBE;
			background-color: #006DBE;
		}
		.aboutMemorabilia .swiper-slide:hover .year {
			color: #006DBE;
			font-weight: bold;
			letter-spacing: -1px;
		}
		.aboutMemorabilia .swiper-slide:hover .box::before {
			bottom: calc( 50px - 8px);
			opacity: 1;
			filter: alpha(opacity=1);
		}
	}

	@media (min-width: 1200px) {
		.aboutCulture .list .item .info {
			width: 328px;
			height: 286px;
			padding: 40px 55px 0;
		}
		.aboutCulture .list .item .info .title {
			margin-bottom: 20px;
		}
		.hangyebanner .banner-left,
		.aboutItemsAll .banner-left {
			left: -72px;
		}
		.hangyebanner .banner-right,
		.aboutItemsAll .banner-right {
			right: -72px;
		}
		.aboutMemorabilia .swiper-slide {
			padding-bottom: 200px;
		}
	}

	@media (min-width: 1501px) {
		.aboutCulture {
			padding-top: 46px;
			padding-bottom: 90px;
		}
		.aboutCulture .list {
			padding-top: 60px;
		}
		.aboutCulture .list .item .info {
			width: 358px;
			height: 312px;
			padding: 75px 60px 0;
		}

		.aboutItemsAll {
			padding-top: 105px;
		}
		.aboutQualification {
			padding-bottom: 135px;
		}
		.aboutItemsAll .lunboxs {
			margin-top: 60px;
		}
		.hangyebanner .banner-left,
		.aboutItemsAll .banner-left {
			left: -112px;
		}
		.hangyebanner .banner-right,
		.aboutItemsAll .banner-right {
			right: -112px;
		}
		
		.aboutMemorabilia .swiper-slide {
			padding-bottom: 220px;
		}
		.aboutMemorabilia .item .word {
			width: 118px;
			height: 118px;
			flex: 0 0 118px;
		}
		.aboutMemorabilia .item .year {
			width: 118px;
		}
		.aboutMemorabilia .item .box::after,
		.aboutMemorabilia .item .box::before {
			left: calc( 118px / 2);
		}
		.aboutMemorabilia .item .desc {
			padding-top: 20px;
		}
	}
	
	@media (max-width: 992px) {
		.aboutCulture .list .item {
			margin-top: 20px;
		}

		.aboutItemsAll .lunboxs {
			margin-top: 20px;
		}
		
		.MemorabiliaBox::after {
			bottom: 75px;
			height: 1px;
		}
		.aboutMemorabilia .item .year {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			line-height: 24px;
			font-size: 16px;
		}
		.aboutMemorabilia .swiper-container {
			padding: 0 40px;
		}
		.aboutMemorabilia .swiper-slide {
			padding-bottom: 70px;
		}
		.aboutMemorabilia .swiper-slide::before {
			content: '';
			position: absolute;
			left: 50%;
			bottom: 30px;
			width: 1px;
			height: 40px;
			background-color: #eee;
		}
		.aboutMemorabilia .item .word {
			display: none;
			line-height: 22px;
			font-size: 16px;
		}
		.aboutMemorabilia .item .box::before {
			left: 50%;
			bottom: 26px;
			margin-left: -9px;
		}
	}

	@media (max-width: 992px) and (min-width: 641px) {
		.aboutProfile .listt5 {
		    padding-top: 14px;
		}
		.aboutProfile .listt5 li {
			flex: 1;
		}
		.aboutProfile .listt5 .info {
			line-height: 26px;
		    font-size: 20px;
		}
		.aboutCulture .list .item .info {
			width: 290px;
			height: 253px;
			padding: 20px 45px 0;
		}
	}
	
	@media (max-width: 640px) {
		.aboutProfile .listt5 {
		    -webkit-flex-wrap: wrap;
		    -moz-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		    -o-flex-wrap: wrap;
		    flex-wrap: wrap;
		}
		.aboutProfile .listt5 li {
			width: 33.33%;
			margin-top: 14px;
		}
		.aboutProfile .listt5 .info {
			line-height: 26px;
			font-size: 18px;
		}
		.aboutProfile .listt5 .info span,
		.aboutProfile .listt5 .text {
			font-size: 12px;
		}
		.aboutCulture .list .item .info {
			width: 290px;
			height: 253px;
			padding: 20px 45px 0;
		}
	}





/*--------------
* Product
----------------*/
	.ProductMenus {
		border-bottom: 1px solid #eee;
	}
	.ProductMenus ul {
		padding: 0;
		margin: 0;
	}
	.ProductMenus ul li {
		font-size: 0;
		list-style: none;
	}
	.ProductMenus .item>ul>li>ul,
	.ProductMenus .item>ul>li>ul>li {
		display: inline-block;
	}
	.ProductMenus .item ul li a {
		display: inline-block;
		padding: 4px 6px;
		line-height: 24px;
		font-size: 14px;
	}
	.ProductMenus .item>ul>li {
		margin-top: 10px;
	}
	.ProductMenus .item>ul>li:first-child {
		margin-top: 0;
	}
	.ProductMenus .item>ul>li>a {
		color: #fff;
		background-color: #006DBE;
	}
	.ProductMenus .item>ul>li>ul,
	.ProductMenus .item>ul>li>ul>li {
		margin-left: 12px;
	}
	.ProductMenus .item>ul>li>ul>li.active>a,
	.ProductMenus .item>ul>li>ul>li>a:hover {
		color: #006DBE;
	}


	@media (min-width: 993px) {
		.productlistBoxwps {
			padding-bottom: 130px;
		}
		.productlistBoxwps .productSorts {
			margin-top: 35px;
		}
		.ProductMenus {
			padding-top: 50px;
			padding-bottom: 40px;
		}
		.ProductMenus .item>ul {
			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;
		}
		.ProductMenus .item>ul>li {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
			width: 50%;
			margin-top: 25px;
		}
		.ProductMenus .item>ul>li:nth-child(2) {
			margin-top: 0;
		}
		.ProductMenus .item>ul>li>a {
			height: 32px;
			white-space: nowrap;
		}
	}

	@media (min-width: 1501px) {
		.productlistBoxwps {
			padding-bottom: 150px;
		}
		.productlistBoxwps .productSorts {
			margin-top: 55px;
		}
	}
	
	@media (max-width: 992px) {
		.ProductMenus {
			padding-bottom: 20px;
		}
	}
	
	@media (max-width: 640px) {
		.ProductMenus .item>ul>li>ul, .ProductMenus .item>ul>li>ul>li {
			margin-left: 0;
		}
		.ProductMenus .item>ul>li>ul {
			display: block;
			margin-top: 5px;
		}
	}




/*--------------
* productDetail
----------------*/
	.productDetail-meta {
		border-bottom: 1px solid #eee;
	}

	.detail-content .listr1 strong,
	.detail-content .listr2 strong {
		color: #333;
	}
	.detail-content .listr1,
	.detail-content .listr2 {
		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;
	}
	.detail-content .listr1 .right,
	.detail-content .listr2 .right {
		flex: 1;
	}

	.productDetail-desList .listt3 {
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.productDetail-desList .listt3 li {
		list-style: none;
	}
	.productDetail-desList .listt3 .word {
		display: block;
		font-weight: bold;
		color: #333;
	}

	.productDetail-desList .ProductLists {
		position: relative;
	}

	.caseList-2 .item .link:hover .info {
		height: auto;
		padding-top: 0;
	}


	@media (min-width: 993px) {
		.productDetail-meta,
		.detail-content .listr1 .right,
		.productDetail-desList .listt3 {
			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;
		}
		.detail-content .listr1 .right .it,
		.productDetail-meta .meta-gallery,
		.productDetail-meta .meta-wrap {
			width: 50%;
		}
		.detail-content .listr1 .right .it {
			margin-top: 8px;
		}
		.detail-content .listr1 .right .it:nth-child(1),
		.detail-content .listr1 .right .it:nth-child(2) {
			margin-top: 0;
		}
		.productDetail-meta {
			padding-bottom: 45px;
		}
		.productDetail-meta .meta-wrap {
			padding-top: 20px;
			padding-left: 50px;
			padding-right: 50px;
		}
		.detail-content .listr2 {
			margin-top: 20px;
		}
		.productDetail-desList .listt3 li {
			width: 50%;
		}
		.productDetail-desList {
			margin-top: 46px;
		}
		.productDetail-desList .banner-left {
			left: -46px;
		}
		.productDetail-desList .banner-right {
			right: -46px;
		}
		.caseList-2 .item:nth-child(4) {
			display: none;
		}
	}

	@media (min-width: 1501px) {
		.productDetail-meta {
			padding-bottom: 65px;
		}
		.productDetail-meta .meta-wrap {
			padding-right: 65px;
		}
		.productDetail-desList {
			margin-top: 56px;
		}
		.caseList-2 .item .title, .caseList-2 .item .info {
			height: 70px;
		}
		.productDetail-desList .banner-left {
			left: -70px;
		}
		.productDetail-desList .banner-right {
			right: -70px;
		}
	}
	
	@media (max-width: 992px) {
		.productDetail-meta {
			padding-bottom: 24px;
		}
		.productDetail-meta .meta-wrap {
			margin-top: 24px;
		}
		.productDetail-meta .detail-content {
			margin-top: 16px;
		}
		.productDetail-desList {
			margin-top: 30px;
		}
		.productDetail-desList .banner-left {
			left: -20px;
		}
		.productDetail-desList .banner-right {
			right: -20px;
		}
	}





/*--------------
* news case
----------------*/
	.news-list {
		margin-top: 30px;
		border-top: 1px solid #eee;
	}
	.centerProfile,
	.productSorts {
		position: relative;
		margin-top: 30px;
	}
	.centerProfile .gallery {
		padding-top: 10px;
		text-align: center;
		background-color: #F6F6F6;
	}
	.centerProfile .content {
		padding: 20px;
		background-color: #006DBF;
	}
	.centerProfile .content .site-column {
		text-align: left;
	}
	.centerProfile .content .desc {
		margin-top: 10px;
		color: #fff;
	}


	@media (min-width: 993px) {
		.newslistBoxwps {
			padding-top: 70px;
			padding-bottom: 100px;
		}
		.news-list {
			margin-top: 85px;
		}
		.news-list .pagination {
			padding-top: 55px;
		}

		.caselistBoxwps {
			padding-top: 45px;
			padding-bottom: 128px;
		}
		.centerProfile,
		.productSorts {
			margin-top: 80px;
		}
		.centerProfile::before,
		.centerProfile::after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			width: 50%;
		}
		.centerProfile::before {
			left: 0;
			background-color: #F6F6F6;
		}
		.centerProfile::after {
			right: 0;
			background-color: #006DBF;
		}
		.centerProfile .gallery,
		.centerProfile .content {
			width: 50%;
		}
		.centerProfile .content {
			padding-top: 85px;
			padding-left: 75px;
			padding-right: 70px;
		}
		.centerProfile .content .desc {
			margin-top: 30px;
			font-size: 16px;
		}
	}

	@media (min-width: 1501px) {
		.newslistBoxwps {
			padding-top: 90px;
			padding-bottom: 120px;
		}
		.news-list {
			margin-top: 105px;
		}
		.news-list .pagination {
			padding-top: 75px;
		}

		.caselistBoxwps {
			padding-top: 60px;
			padding-bottom: 148px;
		}
		.centerProfile,
		.productSorts {
			margin-top: 100px;
		}
	}

	@media (max-width: 992px) {
		.centerProfile .container {
			margin: 0;
		}
		.centerProfile .gallery img {
			max-width: 60%;
		}
		.centerProfile .content .site-column .cn {
			font-size: 18px;
		}
	}





/*--------------
* service
----------------*/
	.serviceProfile .desc {
		text-align: center;
	}

	.serviceContent .list .item {
		background-color: #fff;
	}
	.serviceContent .list .item .title {
		font-size: 20px;
	}
	.serviceContent .list .item .pic {
		position: relative;
		text-align: center;
	}
	.serviceContent .list .item .info,
	.serviceContent .list .item .desc {
		margin-top: 10px;
	}

	@media (min-width: 993px) {
		.serviceContent {
			padding-top: 45px;
			padding-bottom: 80px;
		}
		.serviceContent .list {
			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;
			padding-top: 105px;
		}
		.serviceContent .list .item {
			position: relative;
			width: 31%;
			padding: 0 30px 40px;
			margin-right: 3.5%;
		}
		.serviceContent .list .item:nth-child(3n) {
			margin-right: 0;
		}
		.serviceContent .list .item .pic {
			margin-top: -60px;
		}
		.serviceContent .list .item .pic img {
			max-width: 80px;
		}
		.serviceContact {
			padding-top: 80px;
			padding-bottom: 130px;
		}
		.serviceContact .Contactlist {
			margin-top: 40px;
		}
		.serviceContact #mapContainer {
			margin-top: 50px;
		}
	}

	@media (min-width: 1501px) {
		.serviceContent .list {
			padding-top: 125px;
		}
		.serviceContent .list .item {
			padding: 0 50px 60px;
		}
		.serviceContent .list .item .pic {
			margin-top: -70px;
		}
		.serviceContent .list .item .pic img {
			max-width: 100px;
		}
		.serviceContent {
			padding-top: 62px;
			padding-bottom: 100px;
		}
		.serviceContact {
			padding-top: 100px;
			padding-bottom: 160px;
		}
		.serviceContact .Contactlist {
			margin-top: 45px;
		}
		.serviceContact #mapContainer {
			margin-top: 70px;
		}
	}
	
	@media (max-width: 992px) {
		.serviceContact .Contactlist,
		.serviceContact #mapContainer {
			margin-top: 20px;
		}
		.serviceContent .list {
			padding-top: 50px;
		}
		.serviceContent .list .item {
			width: 100%;
			margin-top: 40px;
			padding: 0 20px 30px;
		}
		.serviceContent .list .item:nth-child(1) {
			margin-top: 0;
		}
		.serviceContent .list .item .pic {
			top: -30px;
		}
		.serviceContent .list .item .pic img {
			max-width: 50px;
		}
		.serviceContent .list .item .info {
			margin-top: -20px;
		}
	}





/*--------------
* detail
----------------*/
	.detail-title .cn {
		text-align: left;
		color: #212121;
	}

	.detail-info {
		margin-top: 10px;
		color: #888;
	}
	.detail-info .time,
	.detail-info .author {
		display: inline-block;
		line-height: 22px;
	}
	.detail-info .author {
		margin-left: 24px;
	}
	.detail-info .share-wrapper .words {
		color: #888;
	}
	
	.detail-content {
		color: rgba(68,68,68, .75);
	}
	
	.detail-control a {
		-webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}

	.detail-control {
		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;
		border-top: 2px solid #E6E6E6;
	}
	.detail-control a {
		color: #444;
	}

	.detail-control a:hover {
		color: #006DBE;
	}


	@media (min-width: 993px) {
		.detail-wrapper {
			padding-top: 40px;
			padding-bottom: 100px;
		}
		.detail-container,
		.detail-content {
			margin-top: 30px;
		}
		.detail-control {
			margin-top: 40px;
			padding-top: 24px;
			padding-left: 30px;
			padding-right: 30px;
		}
		.detail-info .share-wrapper {
			float: right;
		}
	}
	@media (min-width: 1501px) {
		.detail-wrapper {
			padding-top: 60px;
			padding-bottom: 120px;
		}
		.detail-container,
		.detail-content {
			margin-top: 50px;
		}
		.detail-control {
			margin-top: 60px;
		}
	}

	@media (max-width: 992px) {
		.detail-wrapper {
			padding-top: 30px;
			padding-bottom: 35px;
		}
		.detail-container,
		.detail-content,
		.detail-control {
			margin-top: 24px;
		}
		.detail-control {
			padding-top: 12px;
		}
		.detail-info .share-wrapper {
			display: block;
			margin-top: 8px;
		}
	}






/* ---------------------------------
* home
------------------------------------*/
	.promoProduct .site-column,
	.promoNews .site-column,
	.promoSolution .site-column {
		text-align: left;
	}
	.tabox-wrp {
		font-size: 0;
	}
	.tabox-wrp .menu-item {
		display: inline-block;
		position: relative;
		padding-bottom: 4px;
		line-height: 24px;
		color: #999;
		font-size: 14px;
		cursor: pointer;
	}
	.tabox-wrp .menu-item:last-child {
		margin-right: 0;
	}
	.tabox-wrp .menu-item.active,
	.tabox-wrp .menu-item:hover {
		color: #333;
	}
	.tabox-wrp .menu-item::after {
	    content: '';
	    position: absolute;
	    bottom: -3px;
	    left: 50%;
	    width: 0;
	    height: 3px;
	    background-color: #006DBE;
	    -webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}

	.tabox-wrp .menu-item.active::after, .tabox-wrp .menu-item:hover::after {
	    width: 100%;
	    bottom: 0;
	    left: 0;
	}

	.promoProSolu .lunboxs {
		margin-top: 20px;
	}
	.promoProSolu .ProductLists .item .title {
		height: 60px;
	    -webkit-justify-content: left;
	    -moz-justify-content: left;
	    -ms-justify-content: left;
	    -o-justify-content: left;
	    justify-content: left;
	    text-align: left;
	}
	.promoProSolu .banner-right:hover, .promoProSolu .banner-left:hover {
		color: #fff;
		background-color: #006DBE;
	}
	.promoProSolu .ProductLists .item .descw {
		margin-top: 4px;
		line-height: 20px;
		color: rgba(255,255,255, .7);
		overflow: hidden;
	}
	.promoProSolu .ProductLists .item .more {
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: 0;
		filter: alpha(opacity=0);
	}

	@media (min-width: 993px) {
		.tabox-wrp .menu-item {
			margin-right: 60px;
			padding-top: 10px;
			font-size: 16px;
		}

		.promoProSolu .banner-right, .promoProSolu .banner-left {
			top: 0;
			width: 46px;
			height: 46px;
			margin-top: 0;
			line-height: 42px;
			font-size: 22px;
		}
		.promoProSolu .banner-left {
			left: auto;right: 70px;
		}
		.promoProSolu .ProductLists .item {
			min-height: 240px;
		}
		.promoProSolu .ProductLists .item .descw,
		.promoProSolu .ProductLists .item .more {
			-webkit-transition: all .2s ease-out;
		    -moz-transition: all .2s ease-out;
		    -ms-transition: all .2s ease-out;
		    -o-transition: all .2s ease-out;
		    transition: all .2s ease-out;
		}
		.promoProSolu .ProductLists .item .more {
			left: 30px;
			bottom: 34px;
		}
		.promoProSolu .ProductLists .item .link:hover .more {
			opacity: 1;
			filter: alpha(opacity=100);
		}
	}

	@media (min-width: 1501px) {
		.tabox-wrp .menu-item {
			margin-right: 80px;
		}
	}
	
	@media (max-width: 992px) {
		.tabox-wrp .menu-item {
			margin-right: 26px;
		}
		.promoProSolu .ProductLists .item {
			min-height: 140px;
		}
	}





/*--------------
* Product
----------------*/
	.promoProduct .lunboxs {
		position: relative;
	}
	.promoProduct .lists {
		margin-top: 15px;
	}
	.promoProduct .ProductLists {
		display: none;
	}


	@media (min-width: 993px) {
		.promoProduct {
			padding-top: 85px;
			padding-bottom: 35px;
		}
		.promoProduct .lunboxs {
			margin-top: 30px;
		}
		.promoProduct .lists,
		.promoSolution .lunboxs {
			margin-top: 35px;
		}
		.promoProduct .ProductLists .item .descw {
			height: 60px;
		}
		.promoProduct .ProductLists .item .info {
			height: 190px;
			padding-top: 30px;
		}
		.promoProduct .ProductLists .item .link:hover .descw {
			height: auto;
		}
	}

	@media (min-width: 1501px) {
		.promoProduct {
			padding-top: 105px;
			padding-bottom: 55px;
		}
	}

	@media (max-width: 992px) {
		.promoProduct .ProductLists .item .title {
			height: 50px;
		}
	}



/*--------------
* News
----------------*/
	.promoNews {
		position: relative;
	}
	.promoNews .rows-lists-w .item {
		background-color: transparent;
	}
	.promoNews .Newslist .item .site-column .cn {
		font-weight: bold;
	}
	.promoNews .Newslist .item .link:hover .site-column .cn {
		color: #333;
	}
	.promoNews::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #F0F0F0;
	}
	
	@media (min-width: 768px) {
		.promoNews .rows-lists-w .Newslist .item:nth-child(2n+1) .link {
			-webkit-flex-direction: row;
			-moz-flex-direction: row;
			-ms-flex-direction: row;
			-o-flex-direction: row;
			flex-direction: row;
		}
	}

	@media (min-width: 993px) {
		.promoNews {
			padding-top: 35px;
			padding-bottom: 80px;
		}
		.promoNews::after {
			top: calc( 75px + 35px );
		}
	}

	@media (min-width: 1501px) {
		.promoNews {
			padding-top: 55px;
			padding-bottom: 100px;
		}
		.promoNews::after {
			top: calc( 95px + 55px );
		}
	}

	@media (max-width: 992px) and (min-width: 768px) {
		.promoNews::after {
			top: 30px;
		}
		.promoNews .news-hot .Newslist .item .content {
			padding-top: 0;
		}
	}
	@media (max-width: 992px) {
		.promoNews,
		.promoSolution {
			padding-top: 0;
		}
	}
	@media (max-width: 767px) {
		.promoNews .news-hot .Newslist .item .content {
			padding: 0;
			padding-top: 20px;
		}
	}



/*--------------
* Solution
----------------*/
	@media (min-width: 993px) {
		.promoSolution {
			padding-top: 105px;
			padding-bottom: 95px;
		}
		.promoSolution .ProductLists .item .info {
			height: 60px;
			padding-top: 0;
		}
	}

	@media (min-width: 1501px) {
		.promoSolution {
			padding-top: 125px;
			padding-bottom: 115px;
		}
		.promoSolution .lunboxs {
			margin-top: 45px;
		}
	}

	@media (max-width: 992px) {
	}



/*--------------
* Case
----------------*/
	.promoCase .boxsw {
		background-color: rgba(255,255,255, .5);
	}
	.promoCase .desc {
		color: #333;
	}
	.promoCase .more {
		margin-top: 14px;
		text-align: center;
	}

	@media (min-width: 993px) {
		.promoCase {
			padding-top: 80px;
			padding-bottom: 80px;
		}
		.promoCase .boxsw {
			width: 805px;
			margin: auto;
			padding-top: 45px;
			padding-bottom: 50px;
			padding-left: 114px;
			padding-right: 92px;
		}
		.promoCase .desc {
			margin-top: 26px;
			font-size: 16px;
		}
		.promoCase .more {
			margin-top: 50px;
		}
	}

	@media (min-width: 1501px) {
		.promoCase {
			padding-top: 100px;
			padding-bottom: 100px;
		}
		.promoCase .boxsw {
			padding-top: 55px;
			padding-bottom: 60px;
		}
		.promoCase .boxsw {
			width: 49vw;
			padding-left: 7vw;
			padding-right: 6vw;
		}
		.promoCase .desc {
			margin-top: 36px;
		}
		.promoCase .more {
			margin-top: 60px;
		}
	}

	@media (max-width: 992px) {
		.promoCase .boxsw {
			padding: 20px;
		}
		.promoCase .desc {
			margin-top: 10px;
		}
	}



/*--------------
* Contact
----------------*/
	
	@media (min-width: 993px) {
		.promoContact {
		    padding-top: 70px;
		    padding-bottom: 120px;
		}
		.promoContact .Contactlist {
			margin-top: 40px;
		}
	}
	@media (min-width: 1501px) {
		.promoContact {
		    padding-top: 90px;
		    padding-bottom: 140px;
		}
		.promoContact .Contactlist {
			margin-top: 45px;
		}
	}
	@media (max-width: 992px) {
		.promoContact .Contactlist {
			margin-top: 20px;
		}
	}



@media (min-width: 993px) {
	.centerProfile .content {
		padding-right: 0;
		padding-top: 20px;
		display: flex;
    	align-items: center;
	}
	.centerProfile .content .desc {
		overflow: auto;
    	max-height: 12vw;
	}
}

/*.site-header .lang,
.header-content .menu-lang,*/
.site-header .lang .iconfont {
	display: none!important;
}
@media (max-width: 992px) {
	#top-menu {
		padding-top: 0;	
	}
}
@media (max-width: 480px) {
	.site-header .tel-wrp {
		margin-right: 42px;
	}
	.site-header .tel-wrp .link {
		font-size: 0;	
	}
	.site-header .lang {
		right: 78px;
	}
}


/* 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;
}