﻿@charset "utf-8";

@import url("global.min.css");
@import url("https://at.alicdn.com/t/font_717131_tvk7zh6dhv.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;
	-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;
}
/** * 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: #1F68E8;}
::selection{color: #fff;background-color: #1F68E8;}



/* -------------------------------
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 #1F68E8;
	    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
----------------------------------*/
	.display-flex-wrap {
		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;
	}
	.container, .width1070 {
		position: relative;
		z-index: 2;
		margin: 0 auto;
	}

	@media (min-width: 1501px) {
		.container {
			width: 83vw;
			max-width: 1580px;
		}
	}
	@media (max-width: 1500px) and (min-width: 1201px) {
		.container {
			width: 1100px;
		}
	}
	@media (max-width: 1200px) and (min-width: 993px) {
		.container {
			width: 940px;
		}
	}
	@media (min-width: 993px) {
		.width1070 {
			width: 67.8%;
		}
	}
	@media (max-width: 992px) {
		.container {
			margin-left: 20px;
			margin-right: 20px;
		}
	}

	.site-header ul,
	.site-header ol,
	.site-footer ul,
	.site-footer ul,
	nav 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);
	}




/* ---------------------------------
* public
------------------------------------*/
	#wrapper {
		overflow: hidden;
	}
	.bgcover-wpt {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.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);
	}
	.title-font24 {
		margin: 0;
		padding: 0;
	}
	.colorBlue {
		color: #1F68E8;
	}

	.all-content-wrapper {
		display: block;
	    position: relative;
	    line-height: 1.6;
	    font-size: 14px;
	    overflow: hidden;
	}
	.all-content-wrapper>p:first-child {
		margin-top: 0;
	}
	.all-content-wrapper>p:last-child {
		margin-bottom: 0;
	}
	.all-content-wrapper table {
		text-align: center;
	}

	.all-content-wrapper .has-tables table {
		width: 100%;
	}

	.all-content-wrapper table th,
	.all-content-wrapper table td {
		vertical-align: middle;
		padding: 8px;
		word-break: break-all;
		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,
	.banner-right1,
	.banner-left1 {
		position: absolute;
		top: 0;
		z-index: 5;
		outline: none;
		color: #DBDBDB;
		text-align: center;
		font-family: "iconfont" !important;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -o-user-select: none;
	    user-select: none;
	}

	.banner-right,
	.banner-left {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	    background-color: #fff;
	    -webkit-box-shadow: 0 2px 8px rgba(0,0,0, .1);
	    box-shadow: 0 2px 8px rgba(0,0,0, .1);
	}
	.transBanBtns.banner-right,
	.transBanBtns.banner-left,
	.transBanBtns.banner-right1,
	.transBanBtns.banner-left1 {
		top: 50%;
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	}
	.banner-right:hover,
	.banner-left:hover {
		color: #fff;
		background-color: #1F68E8;
	}
	.banner-right1:hover,
	.banner-left1:hover {
		color: #1F68E8;
	}
	.banner-left,
	.banner-left1 {
		left: 0;
	}
	.banner-right,
	.banner-right1 {
		right: 0;
	}
	.promoBanner .ban-page {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		text-align: center;
	}
	.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: #1F68E8;
	}

	.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 .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-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 20px;
	}
	.morewp-link {
		color: #1F68E8;
		background-color: #fff;
	}
	.morewp-link-blue,
	a.morewp-link:hover {
		color: #fff;
		background-color: #1F68E8;
	}
	.more-s .word {
		display: inline-block;
		position: relative;
		padding-right: 32px;
		cursor: pointer;
		background-image: url(../images/arrow_r.png);
		background-repeat: no-repeat;
		background-position: right center;
		-webkit-background-size: 19px;
		background-size: 19px;
		-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;
	}
	a:hover .more-s .word,
	.more-s a.word:hover {
		color: #1F68E8;
		background-image: url(../images/arrow_r2.png);
	}

	.site-column {
		position: relative;
		text-align: center;
	}
	.site-column .cn {
		margin: 0;
		padding: 0;
		color: #212121;
		font-weight: normal;
	}
	.site-column .cn .wordL {
		display: inline-block;
		border-bottom: 5px solid #1F68E8;
	}
	.site-column-white .cn {
		color: #fff;
	}
	.site-column54 {
		text-align: left;
	}


	@media (min-width: 993px) {
		.banner-right,
		.banner-left {
			width: 60px;
			height: 60px;
			line-height: 60px;
			font-size: 20px;
		}
		.banner-right1,
		.banner-left1 {
			width: 50px;
			height: 50px;
			line-height: 50px;
			font-size: 28px;
		}
		.title-font24 {
			font-size: 24px;
		}
		.site-column .cn {
			font-size: 36px;
		}
		.site-column54 .cn {
			line-height: 52px;
			font-size: 44px;
		}
	}

	@media (min-width: 1501px) {
		.banner-right,
		.banner-left {
			width: 78px;
			height: 78px;
			line-height: 78px;
			font-size: 24px;
		}
		.site-column54 .cn {
			line-height: 62px;
			font-size: 54px;
		}
	}

	@media (max-width: 992px) {
		.banner-right,
		.banner-left {
			width: 36px;
			height: 36px;
			line-height: 36px;
			font-size: 18px;
		}
		.banner-right1,
		.banner-left1 {
			width: 30px;
			height: 40px;
			line-height: 40px;
			font-size: 18px;
		}
		.site-column .cn {
			font-size: 20px;
		}
		.site-column .cn .wordL {
			border-bottom-width: 3px;
		}
		.morewp-link,
		.morewp-link-blue {
			min-width: 50px;
			height: 32px;
			line-height: 32px;
		}
		.title-font24 {
			font-size: 16px;
		}
	}
	@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);
		}
	}




/*------------------------------------
* 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 {
	    cursor: pointer;
	    background-image: url(../images/marker.png);
	    background-repeat: no-repeat;
	}
	#mapContainer .amap-info-content h5.title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
	}
	#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 .BMap_bubble_content,
	#mapContainer .BMap_bubble_content .desc {
		font-size: 12px;
	}
	#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: #1F68E8
	}






/* ---------------------------------
* pagination
------------------------------------*/
	.pagination-box {
		width: 100%;
		padding-left: 0;
		margin: 0;
		margin-top: 20px;
		text-align: center;
	}
	.pagination-box a,
	.pagination-box span {
	    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-box a:first-child {
		margin-left: 0;
	}
	.pagination-box .current,
	.pagination-box a:hover {
		color: #fff;
		background-color: #1F68E8;
	}





/* ---------------------------------
* 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 a {
	    display: inline-block;
	    position: relative;
	    vertical-align: middle;
	    width: 26px;
	    height: 22px;
	    margin: 0;
	    margin-left: 10px;
	    padding: 0;
	    line-height: 22px;
	    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 .bds_tsina {
		background-image: url(../images/weibo.png);
	}
	.share-wrapper .bdsharebuttonbox .bds_weixin {
		background-image: url(../images/weixin.png);
	}
	.share-wrapper .bdsharebuttonbox .bds_qzone {
		background-image: url(../images/qq.png);
	}
	.share-wrapper .bdsharebuttonbox .bds_more {
		display: none;
	}


	.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;
	}



/* ---------------------------------
* form
------------------------------------*/
	.form-wrapper {
		padding-top: 5px;
	}
	.form-wrapper .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;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.form-wrapper .list .item {
		width: 48%;
	}
	.form-wrapper .item {
		position: relative;
		margin-top: 25px;
	}
	.form-wrapper input {
		border: none;
	}
	.form-wrapper .form-control {
		display: block;
		width: 100%;
		padding:  8px 10px;
		line-height: 24px;
		font-size: 14px;
		color: #707070;
		border: 1px solid #C4C4C4;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	}
	.form-wrapper input.form-control,
	.form-wrapper select.form-control,
	.form-wrapper button.form-control,
	.form-wrapper #canvas {
		height: 48px;
	}
	.form-wrapper textarea.form-control {
		height: 124px;
		resize: none;
	}
	.form-wrapper .item-yzm {
		display: none;
	}
	.form-wrapper .item-yzm .form-control {
		display: inline-block;
		width: 200px;
	}
	.form-wrapper #canvas {
		display: inline-block;
		width: 120px;
		height: 40px;
		background-color: #fff;
		border: 1px solid #C4C4C4;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.form-wrapper .item-sub {
		text-align: right;
	}

	.form-wrapper input.error,
	.form-wrapper textarea.error {
		border-color: #1F68E8;
	}

	.form-wrapper label.error {
		display: none!important;
		margin-top: 5px;
		color: #1F68E8;
	}

	@media (min-width: 993px) {
		.form-wrapper .item-sub {
			margin-top: 50px;
		}
	}
	@media (max-width: 640px) {
		.form-wrapper .item {
			margin-top: 15px;
		}
		.form-wrapper .list .item {
			width: 100%;
		}
		.form-wrapper input.form-control,
		.form-wrapper select.form-control,
		.form-wrapper button.form-control,
		.form-wrapper #canvas {
			height: 36px;
		}
	}




/* ---------------------------------
* header
------------------------------------*/
	nav {
	  width: 100%;
	  background: rgba(255,255,255,0);
	  height: 80px;
	  position: fixed;
	  top: 0;
	  z-index: 100;
	  padding: 0 3%;
	  transition: ease .5s;
	}

	nav::before {
	  width: 100%;
	  height: 200px;
	  background: url("../images/header_bg.png") repeat-x;
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  -webkit-transition: all .5s;
	}

	nav.navActive::before {
	  top: -200px;
	}

	nav .line {
	  position: absolute;
	  top: 80px;
	  height: 1px;
	  width: 100%;
	  background: rgba(0,0,0,.1);
	  left: 0;
	  transition: ease .5s;
	  display: none;
	}

	.navActive {
	  background: #fff;
	}

	nav .logo {
	  float: left;
	  width: 180px;
	  z-index: 9;
	  position: absolute;
	  transition: ease .5s;
	  height: 42px;
	  margin-top: 19px;
	  display: block;
	}

	nav .logo img {
	  width: 100%;
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  opacity: 0;
	  transition: ease .5s;
	}

	nav .logo img:nth-child(1) {
	  opacity: 1;
	}

	.nav-right {
	  width: 100%;
	  right: 0;
	  text-align: center;
	  background-color: rgba(255,255,255,0);
	  height: 100%;
	  position: absolute;
	  transition: .5s all ease;
	  box-shadow: 10px 1px 10px 1px rgba(128,128,128,0);
	  overflow: hidden;
	}

	.nav-right > ul {
	  position: relative;
	  width: 75%;
	}

	.nav-right:after {
	  content: '';
	  position: absolute;
	  background-image: url("../images/qgjcmt.png");
	  width: 100%;
	  height: 475px;
	  left: 0;
	  opacity: 0;
	  transition: .5s all ease;
	  top: 0;
	}

	.nav.navActive .nav-right:after {
	  top: 60px;
	}

	.menu_btn {
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 60px;
	  height: 60px;
	  background: #1F68E8;
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  color: transparent;
	  border: none;
	  display: none;

	}

	.menu_btn span,
	.menu_btn span:after,
	.menu_btn span:before {
	  position: absolute;
	  height: 2px;
	  background-color: #fff;
	  border-radius: 1px;
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -webkit-transition: all .4s;
	  -o-transition: all .4s;
	  transition: all .4s;
	}

	.menu_btn span {
	  width: 20px;
	  top: 29px;
	  left: 20px;
	}

	.menu_btn span:after,
	.menu_btn span:before {
	  content: "";
	  left: 0;
	}

	.menu_btn span:before {
	  top: -6px;
	  width: 14px;
	}

	.menu_btn span:after {
	  top: 6px;
	  width: 12px;
	}

	.menu_btn.active span {
	  background-color: transparent;
	}

	.menu_btn.active span:after,
	.menu_btn.active span:before {
	  background-color: #fff;
	  width: 20px;
	}

	.menu_btn.active span:before {
	  -webkit-transform: translateY(6px) rotate(-45deg);
	  -ms-transform: translateY(6px) rotate(-45deg);
	  transform: translateY(6px) rotate(-45deg);
	}

	.menu_btn.active span:after {
	  -webkit-transform: translateY(-6px) rotate(45deg);
	  -ms-transform: translateY(-6px) rotate(45deg);
	  transform: translateY(-6px) rotate(45deg);
	}

	.menu_btn.active:hover span {
	  -webkit-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
	}

	nav ul {
	  right: 0;
	  position: relative;
	  transition: .5s all ease;
	  width: 100%;
	  float: right;
	  z-index: 5;
	  height: 100%;
	}

	nav ul .level1 {
	  line-height: 80px;
	  list-style: none;
	  width: 14.28%;
	  height: 100%;
	  float: left;
	  font-size: 16px;
	  font-weight: 400;
	  transition: .5s all ease;
	  cursor: pointer;
	  position: relative;
	}

	nav ul .level1 a {
	  color: #fff;
	  position: relative;
	  display: block;
	}

	nav ul .level1 > a>span {
		position: relative;
		z-index: 2;
	}
	nav ul .level1 > a:after {
	  content: '';
	  position: absolute;
	  top: 20px;
	  left: 50%;
	  z-index: 1;
	  width: 0;
	  height: 40px;
	  background: #1F68E8;
	  transition: ease .5s;
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  -ms-border-radius: 20px;
	  -o-border-radius: 20px;
	  border-radius: 20px;
	  transform: translateX(-50%);
	}

	nav ul .level1 ul {
	  width: 100%;
	  list-style: none;
	  padding: 0;
	  margin-top: 0;
	  height: 340px;
	}

	nav ul .level1:hover ul {
	  background: rgba(0,0,0,.1);
	}

	nav ul .level1 ul li {
	  line-height: 40px;
	  height: 40px;
	  width: 100%;
	  position: relative;
	  font-size: 14px;
	}

	nav ul .level1 ul li a:after {
	  content: '';
	  background: #1F68E8;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  transition: ease .5s;
	  height: 2px;
	  width: 0;
	}

	.nav.active .nav-right {
	  height: 420px;
	  background-repeat: no-repeat;
	  box-shadow: 0 0 15px rgba(0,0,0,.1);
	}

	nav.active ul .level1 a {
	  color: #333;
	}

	nav.active .nav-right:after {
	  opacity: 1;
	}

	nav.active .logo img:nth-child(1),
	nav.navActive .logo img:nth-child(1) {
	  opacity: 0;
	}

	nav.active .logo img:nth-child(2),
	nav.navActive .logo img:nth-child(2) {
	  opacity: 1;
	}

	nav.active ul .level1 a.activeNav,
	nav ul .level1 > a:hover {
	  color: #fff;
	}

	nav.navActive {
	  height: 60px;
	  box-shadow: 2px 2px 2px rgba(119,119,119,.2);
	}

	nav.navActive .logo {
	  margin-top: 9px;
	}

	nav.navActive .nav-right {
	  height: 60px;
	}

	nav.navActive ul .level1 {
	  height: 60px;
	  line-height: 60px;
	}

	nav.navActive .line {
	  opacity: 0;
	  visibility: hidden;
	}

	nav.navActive ul .level1 a.activeNav,
	nav.navActive ul .level1 > a.navColor:hover {
	  color: #fff!important;
	}
	nav.navActive ul .level1 > a:after {
		top: 10px;
	}

	nav ul .level1 ul li a {
	  display: block;
	  width: auto;
	  height: 40px;
	  line-height: 40px;
	}
	nav ul .level1 a.navColor {
		color: #333;
	}
	
	@media screen and (min-width: 993px) {
	  nav ul .level1:hover ul {
	    transition: .5s all ease;
	  }

	  nav ul .level1 ul li:hover:after {
	    width: 100%;
	  }
	   nav ul .level1 ul li:hover a:after {
	    width: 100%;
	  }
		nav ul .level1 > a.activeNav:after,
		nav ul .level1 > a:hover:after {
			width: 90px;
		}

		.nav-right {
			background-image: url(../images/top_01.png);
			-webkit-background-size: cover;
			background-size: cover;
			background-position: top left;
		}
		nav.navActive .nav-right {
			background-image: none;
		}
	}

	@media screen and (min-width: 1201px) {
		nav ul .level1 > a.activeNav:after,
		nav ul .level1 > a:hover:after {
			width: 120px;
		}
	}

	@media screen and (max-width:992px) {
		.nav-right,
		  .nav-right:after,
		  nav::before {
		    display: none;
		  }
		  .menu_btn {
		  	display: block;
		  }

		  nav {
		    background: #fff;
		    height: 60px;
		    border-bottom: 1px solid #F0F0F0;
		  }
		  nav .logo {
		    width: 120px;
		    margin-top: 9px;
		  }

		  nav .logo img:nth-child(1) {
		    opacity: 0;
		  }

		  nav .logo img:nth-child(2) {
		    opacity: 1;
		  }
		  .nav-right.active {
		    display: block;
		    overflow: initial;
		  }

		  .nav.active .nav-right {
		    height: 100vh;

		  }

		  nav.active ul .level1 ul li a {
		    color: #fff;
		  }

		  .nav-right > ul {
		    width: 100%;
		    height: calc(100vh - 60px);
		    margin-top: 60px;
		    background: #fff;
		    overflow-y: scroll;
		  }

		  nav ul .level1 {
		    width: 100%;
		    height: auto;
		    line-height: 45px;
		    border-bottom: 1px solid #F0F0F0;
		    text-align: left;
		    padding: 0 3%;
		  }

		  nav ul .level1 a {
		    color: #3e3e3e;
		    font-weight: bold;
		  }
		  nav ul .level1 a:hover {
		    color: #1F68E8;
		  }
		  nav ul .level1 ul li a:hover {
		  	color: #fff;
		  }

		  nav ul .level1 > a.activeNav:after {
		    width: 0;
		  }

		  nav ul .level1 > a.activeNav {
		    color: #1F68E8;
		    text-indent: 10px;
		  }

		  nav ul .level1 > a.activeNav::after {
		    width: 2px;
		    height: 50%;
		    background: #1F68E8;
		    position: absolute;
		    left: 0;
		    top: 25%;
		    content: '';
		  }

		  nav ul .level1 ul {
		    display: block;
		    background: #1F68E8;
		    height: auto;
		    position: relative;

		  }

		  nav ul .level1 ul::after {
		    width: 0;
		    height: 0;
		    display: block;
		    border-left: 5px solid transparent;
		    border-right: 5px solid transparent;
		    border-bottom: 5px solid #1F68E8;
		    position: absolute;
		    left: 25px;
		    top: -5px;
		    content: '';
		  }
		  nav ul .level1:hover ul {
		    background: #1F68E8;
		  }

		  nav ul .level1 ul li {
		    height: auto;
		    width: 33.3%;
		    float: left;
		    line-height: 24px;
		  }

		  nav ul .level1 ul li a {
		    color: #fff;
		    height: auto;
		    line-height: 40px;
		    font-size: 14px;
		    font-weight: normal;
		    text-indent: 20px;
		    border-bottom: 1px solid rgba(0,0,0, .1);
		  }

		  nav ul .level1 ul.active {
		    display: block;
		  }

		  nav ul .level1 .sn {
		    width: 100px;
		    height: 60px;
		    position: absolute;
		    right: 0;
		    top: 0;
		    display: block;
		  }

		  nav ul .level1 .sn::before {
		    width: 20px;
		    height: 20px;
		    background: url("../images/arrow_down.png") no-repeat;
		    background-size: cover;
		    content: '';
		    position: absolute;
		    left: 50%;
		    top: 50%;
		    margin-left: -10px;
		    margin-top: -10px;
		    opacity: .5;
		    -webkit-transform: rotate(-90deg);
		  }

		  nav ul .level1 .sn.active::before {
		    -webkit-transform: rotate(0deg);
		  }

		  .headerH {
		  	height: 60px;
		  }
	}



/* ---------------------------------
* footer
------------------------------------*/
	.site-footer {
		position: relative;
		z-index: 3;
		width: 100%;
	}
	.site-footer,
	.site-footer a {
		color: #6d6b6a;
	}
	.site-footer .contact-ins,
	.site-footer .contact-ins a {
		color: #212121;
	}
	.site-footer a {
		display: inline-block;
	}
	.site-footer a:hover,
	.site-footer .contact-ins a:hover {
		color: #1F68E8;
	}
	.site-footer .support {
		display: none;
	}
	.site-footer .mail {
		line-height: 22px;
	    border-bottom: 4px solid #1F68E8;
	}

	.site-footer .box {
		padding-top: 20px;
	}
	.site-footer .menu .menu-item {
		display: inline-block;
		font-size: 14px;
	}
	.site-footer .menu>li>a,
	.site-footer .menu>li>.top {
		white-space: nowrap;
		color: #212121;
		font-size: 16px;
		font-weight: bold;
	}
	.site-footer .menu .sub-menu {
		margin-top: 16px;
	}
	.site-footer .menu>li>ul>li>a {
		padding: 4px 0;
		white-space: nowrap;
	}

	.site-footer .copyright {
		padding-top: 30px;
		padding-bottom: 30px;
	}


	#backtop {
		display: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 16;
		width: 30px;
		height: 34px;
		-webkit-background-size: 14px;
		background-size: 14px;
		text-align: center;
	    cursor: pointer;
	    background-image: url(../images/top.png);
	    background-repeat: no-repeat;
	    background-position: center;
	}


	@media (min-width: 993px) {
		#backtop {
			right: 30px;
			bottom: 60px;
			height: 42px;
			-webkit-background-size: 18px;
			background-size: 18px;
		}
		.site-footer .box {
			padding-top: 60px;
			padding-bottom: 60px;
		}
		.site-footer .menu,
		.site-footer .container {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
		}
		.site-footer .container {
		    -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 .left {
			flex: 1;
		}
		.site-footer .copyright {
			padding-top: 100px;
		}
		.site-footer .menu .level1:first-child {
			margin-left: 0;
		}
		.site-footer .contact-ins {
			line-height: 1.8;
			font-size: 16px;
		}
	}

	@media (min-width: 1501px) {
		.site-footer .box {
			padding-top: 80px;
			padding-bottom: 80px;
		}
		.site-footer .left .level1 {
			margin-left: 5vw;
		}
		.site-footer .right .level1 {
			margin-left: 7vw;
		}
		.site-footer .copyright {
			padding-top: 135px;
		}
	}
	@media (max-width: 1500px) and (min-width: 993px) {
		.site-footer .menu {
		    -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 .right,
		.site-footer .right .level1 {
			margin-left: 3vw;
		}
	}
	@media (max-width: 992px) {
		.site-footer {
			border-top: 2px solid #eee;
		}
		.site-footer .left {
			display: none;
		}
		.site-footer .right {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
		}
		.site-footer .contact-level1 {
			margin-left: 20px;
		}
		.site-footer .mail {
			border-bottom-width: 2px;
		}
	}





/* ---------------------------------
* 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;
	}

	.Contactlist .item {
		/*display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;*/
	    text-align: center;
		background-color: #fff;
		border: 1px solid #DBDBDB;
		border-bottom-width: 3px;
	}
	.Contactlist .item .pic {
		/*flex: 0 0 72px;*/
		width: 72px;
		margin: auto;
	}
	.Contactlist .item .pic img {
		display: block;
		width: 100%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: 0 1px 10px rgba(0,0,0, .4);
		box-shadow: 0 1px 10px rgba(0,0,0, .4);
	}
	.Contactlist .item .info {
		/*flex: 1;
		padding-left: 12px;*/
		padding-top: 8px;
	}
	.Contactlist .item .title {
		/*display: inline-block;*/
		/*margin-right: 5px;*/
		line-height: 1.6;
		color: #272928;
		font-weight: bold;
	}
	.Contactlist .item .all-content-wrapper,
	.Contactlist .item .all-content-wrapper a {
		color: #707070;
	}
	.Contactlist .item .all-content-wrapper a:hover {
		color: #1F68E8;
	}
	.Contactlist .item .desc {
		margin-top: 4px;
		/*display: inline-block;*/
	}

	.Newslist .item .title {
		color: #333;
	}
	.Newslist .item .time {
		font-size: 12px;
		color: #999;
	}

	.news-hot .item {
		width: 100%;
		background-color: #fff;
	}
	.news-hot .Newslist .item .information {
		overflow: hidden;
	}
	.news-hot .Newslist .item .desc {
		line-height: 22px;
		color: #666;
		overflow: hidden;
	}

	.news-list .Newslist .item .link {
		background-color: #fff;
		border-bottom: 4px solid #212121;
	}
	.news-list .Newslist .item .information {
		padding: 14px;
		padding-bottom: 20px;
	}
	.news-list .Newslist .item .title {
		color: #212121;
		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;
	}
	.news-list .Newslist .item .time {
		margin-top: 8px;
		margin-bottom: 14px;
	}
	.news-list .Newslist .item .link:hover {
		border-bottom-color: #1F68E8;
	}

	.Exhibitionlist .title-w,
	.Exhibitionlist .hover {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 3;
	    color: #fff;
	    background-color: rgba(0,0,0, .5);
	    -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;
	}
	.Exhibitionlist .title-w {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.Exhibitionlist .hover {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    top: 0;
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
	.Exhibitionlist .hover .information {
	    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;
	    width: 100%;
	    border: 2px solid #1F68E8;
	}
	.Exhibitionlist .title {
		text-align: center;
		font-size: 16px;
	}
	.Exhibitionlist .hover .information .desc {
		color: rgba(255,255,255, .8);
	}
	.Exhibitionlist .link:hover .hover {
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.Exhibitionlist .link:hover .title-w {
	    opacity: 0;
	    filter: alpha(opacity=0);
	}

	.Projectlist .item .link {
		color: #212121;
		background-color: #fff;
	    -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;
	}
	.Projectlist .link .title {
		font-size: 16px;
	}
	.Projectlist .link .desc {
		margin-top: 14px;
	}
	.Projectlist .link:hover 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:  481px) {
		.Projectlist .item .link {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
		}
		.Projectlist .item .information {
			padding: 20px;
			flex: 1;
			overflow: auto;
		}
		.Projectlist .item .gallery {
			width: 130px;
			flex: 0 0 130px;
		}
		.Projectlist .item .gallery img,
		.Projectlist .item .information {
			height: 165px;
		}
	}

	@media (min-width: 768px) {
		.news-hot .Newslist .item .link {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
			-webkit-flex-direction: row-reverse;
			-moz-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			-o-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		.news-hot .Newslist .item .gallery {
			width: 46%;
		}
		.news-hot .Newslist .item .information {
			width: 54%;
			padding: 20px 25px 25px;
		}
		.news-hot .Newslist .item .title-w {
			position: relative;
			padding-right: 130px;
		}
		.news-hot .Newslist .item .title {
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.news-hot .Newslist .item .title-w .time {
			position: absolute;
			right: 0;
			top: 0;
			line-height: 22px;
		}
		.news-hot .Newslist .item .desc {
			margin-top: 10px;
			margin-bottom: 20px;
			line-height: 24px;
			font-size: 16px;
		}

		.news-list .Newslist .item .information {
			padding: 24px;
			padding-bottom: 36px;
		}
		.news-list .Newslist .item .time {
			margin-top: 14px;
			margin-bottom: 40px;
		}

		.Projectlist .item {
			width: 49%;
			margin-right: 2%;
			margin-top: 2%;
		}
		.Projectlist .item:nth-child(2n) {
			margin-right: 0;
		}
		.Projectlist .item:nth-child(1),
		.Projectlist .item:nth-child(2) {
			margin-top: 0;
		}
		.Projectlist .item .link:hover {
			color: #fff;
			background-color: #1F68E8;
		    -webkit-box-shadow: 0 2px 8px rgba(0,0,0, .1);
	    	box-shadow: 0 2px 8px rgba(0,0,0, .1);
		}
	}

	@media (min-width: 993px) {
		.Contactlist .item {
			width: 24.25%;
			padding-top: 30px;
			padding-bottom: 20px;
			/*padding-left: 4%;
			padding-right: 4%;*/
			padding-left: 10px;
			padding-right: 10px;
			margin-right: 1%;
		}
		.Contactlist .item:nth-child(4n) {
			margin-right: 0;
		}

		.news-hot .Newslist .item .information {
			padding: 40px 50px 25px;
		}
		.news-hot .Newslist .item .desc {
			margin-top: 30px;
			margin-bottom: 40px;
		}
		.news-hot .Newslist .item .title-w .time {
			line-height: 30px;
		}
		.news-list .Newslist .item .title {
			height: 60px;
		}

		.news-list .Newslist .item {
			width: 30.4%;
			margin-right: 4.4%;
			margin-top: 4.4%;
		}
		.Exhibitionlist .item {
			width: 32.4%;
			margin-right: 1.4%;
			margin-top: 1.4%;
		}
		.news-list .Newslist .item:nth-child(3n),
		.Exhibitionlist .item:nth-child(3n) {
			margin-right: 0;
		}
		.news-list .Newslist .item:nth-child(1),
		.news-list .Newslist .item:nth-child(2),
		.news-list .Newslist .item:nth-child(3),
		.Exhibitionlist .item:nth-child(1),
		.Exhibitionlist .item:nth-child(2),
		.Exhibitionlist .item:nth-child(3) {
			margin-top: 0;
		}
		.Exhibitionlist .title-w {
			line-height: 60px;
		}
		.Exhibitionlist .title,
		.Projectlist .link .title {
		    font-size: 20px;
		}
		.Exhibitionlist .hover .information {
			margin: 30px 20px;
	    	border: 3px solid #1F68E8;
		}
		.Exhibitionlist .hover .information .desc {
			padding: 0 20px;
			margin-top: 25px;
		}
		
		.Projectlist .item .information {
			padding: 26px 20px;
		}
		.Projectlist .link .desc {
			margin-top: 24px;
		}
	}
	@media (min-width: 1201px) {
		.Projectlist .item .gallery {
			width: 265px;
			flex: 0 0 265px;
		}
		.Projectlist .item .gallery img,
		.Projectlist .item .information {
			height: 335px;
		}
	}
	@media (min-width: 1501px) {
		.news-hot .Newslist .item .title-w .time {
			line-height: 36px;
		}
		.news-list .Newslist .item .title {
			height: 72px;
		}
		.Exhibitionlist .title-w {
			line-height: 80px;
		}
		.Exhibitionlist .title,
		.Projectlist .link .title {
		    font-size: 24px;
		}
		.Exhibitionlist .hover .information {
			margin: 38px 30px;
		}
		.Exhibitionlist .hover .information .desc {
			padding: 0 26px;
			margin-top: 35px;
		}

		.Projectlist .item .information {
			padding: 36px 22px;
		}
		.Projectlist .link .desc {
			margin-top: 34px;
		}
	}

	@media (max-width: 1200px) and (min-width: 768px) {
		.news-hot .Newslist .item .desc {
			max-height: 186px;
		}
	}
	@media (max-width: 1200px) {
		.Exhibitionlist .hover .information {
			margin: 10px;
		}
		.Exhibitionlist .hover .information .desc {
			margin-top: 10px;
			font-size: 12px;
		}
	}
	@media (max-width: 1200px) and (min-width: 993px) {
		.Projectlist .item .gallery {
			width: 190px;
			flex: 0 0 190px;
		}
		.Projectlist .item .gallery img,
		.Projectlist .item .information {
			height: 240px;
		}
	}
	@media (max-width: 992px) and (min-width: 768px) {
	}

	@media (max-width: 992px) {
		.news-list .Newslist .item {
			width: 48.5%;
			margin-right: 3%;
			margin-top: 4%;
		}
		.news-list .Newslist .item:nth-child(2n) {
			margin-right: 0;
		}
		.news-list .Newslist .item:nth-child(1),
		.news-list .Newslist .item:nth-child(2) {
			margin-top: 0;
		}
		.Contactlist .item {
			padding: 20px 10px;
		}
		.Exhibitionlist .title-w {
			line-height: 40px;
		}
		.Exhibitionlist .hover .information .desc {
			padding: 0 20px;
		}
	}
	@media (max-width: 992px) and (min-width: 641px) {
		.Contactlist .item,
		.Exhibitionlist .item {
			width: 48.5%;
			margin-right: 3%;
			margin-top: 4%;
		}
		.Contactlist .item:nth-child(2n),
		.Exhibitionlist .item:nth-child(2n) {
			margin-right: 0;
		}
		.Contactlist .item:nth-child(1),
		.Contactlist .item:nth-child(2),
		.Exhibitionlist .item:nth-child(1),
		.Exhibitionlist .item:nth-child(2) {
			margin-top: 0;
		}
	}
	@media (max-width: 767px) {
		.Newslist .item .more-s {
			display: block;
			line-height: 20px;
			font-size: 10px;
		}
		.news-hot .Newslist .item .information {
		    padding: 14px;
		    padding-bottom: 20px;
		}
		.news-hot .Newslist .item .time {
			margin-top: 8px;
		}
		.news-hot .Newslist .item .desc {
			display: none;
			margin-top: 14px;
		}
		.news-hot .Newslist .item .more-s {
			margin-top: 14px;
		}

		.Projectlist .item {
			width: 100%;
			margin-top: 20px;
		}
		.Projectlist .item:nth-child(1) {
			margin-top: 0;
		}
	}
	@media (max-width: 640px) {
		.Contactlist .item,
		.Exhibitionlist .item {
			width: 100%;
			margin-top: 20px;
		}
		.Contactlist .item:nth-child(1),
		.Exhibitionlist .item:nth-child(1) {
			margin-top: 0;
		}
	}
	@media (max-width:  480px) {
		.Projectlist .item .link {
			padding-top: 14px;
		}
		.Projectlist .item .gallery {
			width: 130px;
			margin: auto;
			overflow: hidden;
		}
		.Projectlist .item .information {
			padding: 20px;
		}
		.Projectlist .link .title {
			text-align: center;
		}
	}




/* ---------------------------------
* 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(../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(../images/prev.png);}
	.lb-nav a.lb-next{right:0;background-image:url(../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
------------------------------------*/
	.Projectlist .item .information::-webkit-scrollbar,
	.bluefrog-store .side .body .list::-webkit-scrollbar,
	.Logistics-list .item .info::-webkit-scrollbar {
		/*滚动条整体样式*/
		width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
		height: 1px;
	}
	.Projectlist .item .information::-webkit-scrollbar-thumb,
	.Logistics-list .item .info::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 8px;
		background: #C1C1C1;
	}
	.bluefrog-store .side .body .list::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 8px;
		background   : #1F68E9;
	}
	.Projectlist .item .information::-webkit-scrollbar-track,
	.bluefrog-store .side .body .list::-webkit-scrollbar-track,
	.Logistics-list .item .info::-webkit-scrollbar-track {
		/*滚动条里面轨道*/
		border-radius: 8px;
		background   : #eee;
	}

	.inner-boxw,
	.boxProfileWps {
		position: relative;
		z-index: 2;
	}
	.boxProfile .content {
		position: relative;
	}
	.site-description {
		margin-top: 20px;
	}


	@media (min-width: 993px) {
		.boxProfile {
			padding-top: 70px;
			padding-bottom: 100px;
		}
		.boxProfile .content,
		.promoProject .content,
		.promoNews .content {
			margin-top: 60px;
		}
		.site-description {
			margin-top: 50px;
		}
		.aboutCulture .list .item,
		.aboutHonor .item .title,
		.Newslist .item .title {
			line-height: 30px;
			font-size: 20px;
		}
	}
	@media (min-width: 1501px) {
		.aboutCulture .list .item,
		.aboutHonor .item .title,
		.Newslist .item .title {
			line-height: 36px;
			font-size: 24px;
		}
		.boxProfile {
			padding-top: 90px;
			padding-bottom: 130px;
		}
	}
	@media (max-width: 992px) {
		.all-place {
			padding-top: 30px;
			padding-bottom: 40px;
		}
		.boxProfile .content,
		.promoProject .content,
		.promoNews .content {
			margin-top: 20px;
		}
	}
	
	.promoBanner {
		position: relative;
		overflow: hidden;
	}
	.promoBanner .gallery {
		position: relative;
		z-index: 3;
	}
	.promoBanner img {
		display: block;
		width: 100%;
	}
	
	.column-wrapper {
		position: relative;
		z-index: 3;
	    width: 100%;
	    background-color: #fff;
	}
	.column-wrapper .container {
	    border-bottom: 1px solid #eee;
	}
	.column-wrapper ul li a,
	.column-wrapper .current-column {
	    display: block;
	    line-height: 80px;
	    color: #999;
	    font-size: 14px;
	    text-align: center;
	}
	.column-wrapper ul {
		padding: 0;
		margin: 0;
	}
	.column-wrapper ul li {
		list-style: none;
	}
	.column-wrapper .sub-menu li a {
		display: block;
	    position: relative;
	}
	.column-wrapper .sub-menu li a::after {
		content: '';
		display: block;
	    position: absolute;
	    left: 50%;
	    bottom: 0;
	    margin-left: -5px;
	    width: 10px;
	    height: 6px;
	    line-height: 6px;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	    background-image: url(../images/ico_top.png);
	}
	.column-wrapper .sub-menu li.active a,
	.column-wrapper .sub-menu li a:hover,
	.position-wrapper a:hover {
		color: #1f68e8;
	}
	.column-wrapper .sub-menu li.active a::after,
	.column-wrapper .sub-menu li a:hover::after {
	    bottom: 2px;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}

	.position-wrapper, .position-wrapper a {
		line-height: 24px;
	    font-size: 14px;
	    color: #999;
	}
	.position-wrapper i {
	    font-style: normal;
	}

	@media (min-width: 993px) {
		.column-wrapper span.current-column {
			display: none;
		}
		.position-wrapper .container {
			padding-top: 45px;
    		padding-bottom: 10px;
		}
	}
	@media (min-width: 1201px) {
		.column-wrapper .current-column {
		    padding: 0 35px;
		}
		.column-wrapper .sub-menu {
			display: -webkit-flex !important;;
		    display: -moz-flex !important;;
		    display: -ms-flex !important;;
		    display: -o-flex !important;;
		    display: flex !important;;
		}
		.column-wrapper .sub-menu li {
			margin-left: 75px;
		}
		.column-wrapper .sub-menu li:first-child {
			margin-left: 35px;
		}
	}
	@media (max-width: 1200px) and (min-width: 993px) {
		.column-wrapper .current-column {
		    padding: 0 25px;
		}
		.column-wrapper .sub-menu li {
			margin-left: 55px;
		}
		.column-wrapper .sub-menu li:first-child {
			margin-left: 25px;
		}
	}
	@media (max-width: 992px) {
		.column-wrapper {
			padding-top: 10px;
			padding-bottom: 20px;
		    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
		    box-shadow: 0 1px 5px rgba(0,0,0,.2);
		}
		.column-wrapper .container {
			border-bottom: none;
		}
		.column-wrapper .current-column {
			display: none;
		}
		.column-wrapper span.current-column {
			width: 100%;
			line-height: 44px;
			color: #fff;
			font-size: 18px;
			background-color: #1f68e8;
		}
		.column-wrapper span.current-column::after {
			content: '+';
			display: inline-block;
			position: absolute;
			top: 0;
			padding-left: 8px;
			line-height: 42px;
		}
		.column-wrapper ul li a, .column-wrapper .current-column {
			line-height: 24px;
		}
		.column-wrapper .sub-menu {
			width: 100%;
		}
		.column-wrapper .sub-menu li {
			display: inline-block;
			width: 32%;
		    margin: 0;
			margin-right: 2%;
		    margin-top: 10px;
		    text-align: center;
		    background-color: #eee;
		    overflow: hidden;
		}
		.column-wrapper .sub-menu li:nth-child(3n) {
			margin-right: 0;
		}
		.column-wrapper .sub-menu li a {
			padding: 5px 0;
		}
		.column-wrapper .sub-menu li a::after {
			display: none;
		}
		.column-wrapper .sub-menu li.active a,
		.column-wrapper .sub-menu li a:hover {
		    color: #fff;
		    background-color: #1f68e8;
		}
	}

	.bgGaryF6F6F6 {
		background-color: #F6F6F6;
	}



/*--------------
* 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 Profile Culture Memorabilia Honor
----------------*/
	.aboutProfile .bgs {
		display: none;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		text-transform: uppercase;
		color: rgba(242,242,242, .5);
	}
	.aboutProfile .desc {
		margin-top: 20px;
	}

	.aboutCulture .list {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	}
	.aboutCulture .list .item {
	    text-align: center;
	}
	.aboutCulture .list .item:nth-child(1),
	.aboutCulture .list .item:nth-child(2) {
		margin-top: 0;
	}
	.aboutCulture .list .item .title {
		color: #fff;
		text-transform: uppercase;
		background-color: #1F68E8;
	}
	.aboutCulture .list .item .pics {
		position: relative;
	}
	.aboutCulture .list .item .pics .imgs {
		position: relative;
		z-index: 2;
		width: 100%;
	}
	.aboutCulture .list .item .infos {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 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;
	    opacity: 0;
	    background-color: transparent;
		-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;
	}
	.aboutCulture .list .item .infos .wos {
		width: 100%;
		color: #212121;
	}
	.aboutCulture .list .item .pics:hover .infos {
		opacity: 1;
		background-color: rgba(255,255,255, .7);
	}
	.aboutCulture .list .item:nth-child(1) .pics .infos,
	.aboutCulture .list .item:nth-child(1) .pics:hover .infos {
		opacity: 1;
	    background-color: transparent;
	}

	.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);
		-webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -o-user-select: none;
	    user-select: none;
	}
	.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(../images/2_05.png);
	}

	.aboutMemorabilia .all-content-wrapper .dot {
		display: inline-block;
		width: 8px;
		height: 8px;
		background-color: #1F68E8;
		-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;
	}

	.aboutHonor .swiper-container .swiper-slide {
		position: relative;
	    z-index: 2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	    -webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	    -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;
	}
	.aboutHonor .swiper-container .swiper-slide-active,
	.aboutHonor .swiper-container .swiper-slide-duplicate-active {
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.aboutHonor .swiper-container .swiper-slide.swiper-slide-active {
	    z-index: 3;
	}
	.aboutHonor .swiper-container .swiper-slide.swiper-slide-active .item .link {
	    -webkit-box-shadow: 0 2px 10px rgba(0,0,0, .1);
	    box-shadow: 0 2px 10px rgba(0,0,0, .1);
	}
	.aboutHonor .swiper-container {
		padding: 10px 0;
	}
	.aboutHonor .site-description {
		text-align: center;
		color: #666;
	}
	.aboutHonor .item .link {
		display: block;
		padding: 10px;
		background-color: #fff;
	}
	.aboutHonor .item .gallery img {
		display: block;
		width: 100%;
	}
	.aboutHonor .item .title {
		margin-top: 10px;
		color: #212121;
		text-align: center;
	}

	@media (min-width: 993px) {
		.aboutProfile .bgs {
			display: block;
			line-height: 14.6vw;
			font-size: 14.6vw;
		}
		.aboutProfile .content {
			display: -webkit-flex;
		    display: -moz-flex;
		    display: -ms-flex;
		    display: -o-flex;
		    display: flex;
		    -webkit-justify-content: space-between;
		    -moz-justify-content: space-between;
		    -ms-justify-content: space-between;
		    -o-justify-content: space-between;
		    justify-content: space-between;
		}
		.aboutProfile .items-wq {
			width: 47%;
		}
		.aboutProfile .desc {
			margin-top: 30px;
		}
		.aboutCulture .list .item {
			width: 25%;
			margin-right: 10px;
		}
		.aboutCulture .list .item:last-child {
			margin-right: 0;
		}
		.aboutCulture .list .item .title {
			padding: 18px 0;
		}
		.aboutCulture .list .item:first-child .title {
			font-weight: bold;
		}
		.aboutCulture .list .item .infos .wos {
			line-height: 2;
		}

		.aboutMemorabilia .lunboxs {
			padding: 0 90px;
		}
		
		.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: #1F68E8;
		}
		.aboutMemorabilia .swiper-slide:hover .word {
			color: #fff;
			border-color: #1F68E8;
			background-color: #1F68E8;
		}
		.aboutMemorabilia .swiper-slide:hover .year {
			color: #1F68E8;
			font-weight: bold;
			letter-spacing: -1px;
		}
		.aboutMemorabilia .swiper-slide:hover .box::before {
			bottom: calc( 50px - 8px);
			opacity: 1;
			filter: alpha(opacity=1);
		}

		.aboutHonor .lunboxs {
			margin-top: 50px;
		}
		.aboutHonor .lunboxs {
			padding: 0 60px;
		}
		.aboutHonor .site-description {
			padding: 0 70px;
		}
		.aboutHonor .item .link {
			padding: 20px;
		}
	}

	@media (min-width: 1201px) {
		.aboutMemorabilia .swiper-slide {
			padding-bottom: 200px;
		}
	}

	@media (min-width: 1501px) {
		.aboutProfile .bgs {
			line-height: 280px;
			font-size: 280px;
		}
		.aboutCulture .list .item .title {
			padding: 24px 0;
		}

		.aboutMemorabilia .lunboxs {
			padding: 0 150px;
			margin-top: 70px;
		}
		.aboutMemorabilia .allyear {
			line-height: 13.6vw;
			font-size: 13.6vw;
		}
		.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;
		}
		
		.aboutHonor .lunboxs {
			padding: 0 78px;
		}
		.aboutHonor .site-description {
			padding: 0 90px;
		}
	}
	
	@media (max-width: 992px) {
		.aboutProfile .gallery {
			margin-top: 10px;
		}
		
		.aboutCulture .list {
		    -webkit-flex-wrap: wrap;
		    -moz-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		    -o-flex-wrap: wrap;
		    flex-wrap: wrap;
		}
		.aboutCulture .list .item {
			margin-top: 20px;
			font-size: 16px;
		}
		.aboutCulture .list .item .title {
			padding: 10px 0;
		}

		.aboutItemsAll .lunboxs {
			padding: 0 40px;
		}
		
		.MemorabiliaBox::after {
			bottom: 35px;
			height: 1px;
		}
		.aboutMemorabilia .item .year {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			line-height: 24px;
			font-size: 16px;
		}
		.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;
		}
		.aboutMemorabilia .banner-left,
		.aboutMemorabilia .banner-right {
			top: 50%;
		    -webkit-transform: translate(0, -50%);
		    -moz-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		    -o-transform: translate(0, -50%);
		    transform: translate(0, -50%);
		}
		.aboutHonor .item {
			padding: 0 10px;
		}
	}
	@media (max-width: 992px) and (min-width: 481px) {
		.aboutCulture .list .item {
			width: 49%;
			margin-right: 2%;
		}
		.aboutCulture .list .item:nth-child(2n) {
			margin-right: 0;
		}
	}
	@media (max-width: 480px) {
		.aboutCulture .list .item {
			width: 100%;
		}
		.aboutCulture .list .item:nth-child(2) {
			margin-top: 20px;
		}
	}





/*--------------
* about news
----------------*/
	.news-list {
		margin-top: 20px;
	}

	@media (min-width: 993px) {
		.news-list,
		.news-list .pagination-box {
			margin-top: 50px;
		}
	}

	@media (min-width: 1501px) {
		.news-list,
		.news-list .pagination-box {
			margin-top: 80px;
		}
	}

	@media (max-width: 992px) {
	}




/*--------------
* about join
----------------*/
	.aboutJoin .site-description {
		text-align: center;
	}
	.recruit-list .itemw:first-child {
		margin-top: 0;
	}
	.recruit-list .list-tab {
		position: relative;
		background-color: #fff;
	    cursor: pointer;
	}
	.recruit-list .job_requ {
		display: none;
		background-color: #fff;
	}
	.recruit-list .requ a {
		color: #1F68E8;
	}
	.recruit-list .list-tab,
	.recruit-list .list-tab .icon_bottom .btns {
	    -webkit-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.recruit-list .list-tab .icon_bottom {
		text-align: right;
	}
	.recruit-list .list-tab .icon_bottom .btns {
		display: inline-block;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: url(../images/jia.png);
	}

	.recruit-list .list-tab:hover .icon_bottom .btns {
	    background-image: url(../images/jia_white.png);
	}
	.recruit-list .list-tab:hover {
	    color: #fff;
		background-color: #1F68E8;
	}
	.recruit-list .list-tab.active {
	    color: #fff;
		background-color: #1F68E8;
	}
	.recruit-list .list-tab.active .icon_bottom .btns {
	    background-image: url(../images/jian.png);
	}
	
	@media (min-width: 993px) {
		.recruit-list .itemw {
			margin-top: 26px;
		}
		.recruit-list .list-tab {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			font-size: 20px;
		}
		.recruit-list .list-tab .word {
			display: none;
		}
		.recruit-list .list-tab .tabs {
			/*display: inline-block;
			line-height: 80px;*/
			padding-top: 24px;
		}
		.recruit-list .list-tab .job {
			width: 31%;
		}
		.recruit-list .list-tab .city {
			width: 22%;
		}
		.recruit-list .list-tab .gender,
		.recruit-list .list-tab .people {
			width: 9%;
			white-space: nowrap;
		}
		.recruit-list .list-tab .people {
			display: none !important;
		}
		.recruit-list .list-tab .education {
			width: 14%;
			white-space: nowrap;
		}
		.recruit-list .list-tab .icon_bottom {
			padding-top: 0 !important;
			width: 24%;
		}
		.recruit-list .list-tab .btns {
			width: 80px;
			height: 80px;
		}
		.recruit-list .job_requ {
			padding: 40px 45px;
		}
		.recruit-list .list-tab {
			padding-left: 45px;
		}
		.recruit-list .requ_info,
		.recruit-list .ulis .title {
			line-height: 24px;
			font-size: 18px;
		}
		.recruit-list .requ_info .tt {
			display: inline-block;
			margin-left: 78px;
		}
		.recruit-list .requ_info .tt:first-child {
			margin-left: 0;
		}
		.recruit-list .requ_details {
			margin-top: 28px;
		}
		.recruit-list .ulis {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
			line-height: 24px;
		}
		.recruit-list .ulis .title {
			white-space: nowrap;
		}
		.recruit-list .requ {
			margin-top: 100px;
		}
	}
	@media (min-width: 1501px) {
		.recruit-list .list-tab {
			line-height: 30px;
			font-size: 24px;
		}
		.recruit-list .list-tab .tabs {
			/*line-height: 100px;*/
			padding-top: 32px;
		}
		.recruit-list .list-tab .btns {
			width: 100px;
			height: 100px;
		}
	}
	@media (max-width: 992px) {
		.recruit-list .itemw {
			margin-top: 20px;
		}
		.recruit-list .list-tab {
			padding: 10px 20px;
		}
		.recruit-list .list-tab .icon_bottom {
			position: absolute;
			right: 10px;
			bottom: 10px;
		}
		.recruit-list .list-tab .icon_bottom .btns {
			width: 30px;
			height: 30px;
			-webkit-background-size: 20px;
			background-size: 20px;
		}
		.recruit-list .job_requ {
			padding: 20px;
		}
		.recruit-list .requ_info {
			padding-bottom: 10px;
			margin-bottom: 10px;
			border-bottom: 1px solid #e6e6e6
		}
		.recruit-list .requ_info .tt {
			display: block;
		}
		.recruit-list .requ {
			margin-top: 14px;
		}
	}




/*--------------
* about contact
----------------*/
	.moreBtns {
	    display: inline-block;
	    width: 145px;
	    height: 45px;
	    line-height: 45px;
	    text-align: center;
	    color: #fff;
	    font-size: 16px;
	    cursor: pointer;
	    background-color: #1F68E8;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.contactMessage .content {
		max-width: 1190px;
		margin: auto;
	}
	.contactGallery img {
		width: 100%;
	}
	.contactMap {
		position: relative;
		z-index: 1;
	}
	
	@media (min-width: 993px) {
		.contactProfile {
			padding-bottom: 90px;
		}
		.contactMessage {
			padding-top: 50px;
		}
		.contactMap {
			height: 303px;
			margin-top: -108px;
		}
		.contactGallery {
			margin-top: 70px;
		}
	}
	@media (min-width: 1501px) {
		.contactMessage {
			padding-top: 60px;
		}
		.contactGallery {
			margin-top: 90px;
		}
		.contactMap {
			height: 383px;
		}
	}
	@media (max-width: 992px) {
		.contactMessage {
			padding-bottom: 0;
		}
		.contactGallery {
			margin-top: 30px;
		}
		.contactMap {
			height: 24vw;
			margin-top: -40px;
		}
	}





/*--------------
* detail
----------------*/
	.detail-title {
		font-weight: normal;
		color: #212121;
	}

	.detail-info {
		margin-top: 10px;
		padding-bottom: 10px;
		color: #888;
		border-bottom: 2px solid #E5E5E5;
	}
	.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 #E5E5E5;
	}
	.detail-control a {
		color: #444;
	}

	.detail-control a:hover {
		color: #1F68E8;
	}

	.detail-container .detailRight .gallery-w img {
		display: block;
		width: 100%;
	}

	.others-news .bigtit {
		font-size: 16px;
		color: #1F68E8;
		font-weight: bold;
	}
	.others-news {
		margin-top: 20px;
	}
	.others-news .ListsWrap {
		margin-top: 16px;
	}
	.others-news .ListsWrap .item {
		width: 100%;
		margin-top: 10px;
	}
	.others-news .ListsWrap .item:first-child {
		margin-top: 0;
	}
	.others-news .ListsWrap .item .link {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		color: #212121;
		background-color: #fff;
	}
	.others-news .ListsWrap .item .information {
		display: flex;
		align-items: center;
		padding: 8px;
	}
	.others-news .ListsWrap .item .title-w {
		width: 100%;
	}
	.others-news .ListsWrap .item .title {
		max-height: 54px;
		line-height: 18px;
	    text-overflow: -o-ellipsis-lastline;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
		overflow: hidden;
	}
	.others-news .ListsWrap .item .time {
		text-align: right;
		font-size: 12px;
		color: #999;
	}
	.others-news .ListsWrap .item .link:hover {
		color: #1F68E8;
	}


	@media (min-width: 993px) {
		.detail-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;
		}
		.detail-container .detailLeft {
			width: 72%;
			padding-right: 35px;
			border-right: 2px solid #E5E5E5;
		}
		.detail-container .detailRight {
			width: 28%;
    		padding-left: 20px;
		}
		.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;
		}
		.others-news {
			margin-top: 35px;
		}
	}
	@media (min-width: 1201px) {
		.others-news .ListsWrap .item .gallery {
			width: 150px;
			flex: 0 0 150px;
		}
	}

	@media (min-width: 1501px) {
		.detail-content {
			margin-top: 50px;
		}
		.detail-control {
			margin-top: 60px;
		}
	}
	@media (max-width: 1200px) and (min-width: 993px) {
		.others-news .ListsWrap .item .gallery {
			width: 110px;
			flex: 0 0 110px;
		}
	}

	@media (max-width: 992px) {
		.detail-content,
		.detail-control {
			margin-top: 24px;
		}
		.detail-control {
			padding-top: 12px;
		}
		.detail-info .share-wrapper {
			display: block;
			margin-top: 8px;
		}
		.detail-container .detailRight,
		.detail-container .detailRight .gallery-w {
			display: none;
		}
		.others-news .ListsWrap .item .gallery {
			width: 110px;
			flex: 0 0 110px;
		}
	}





/*--------------
* Exhibition  object-fit: fill;
----------------*/
	.video-box video {
		display: block;
		width: 100%;
	}
	.ExhibitionColumn {
		position: relative;
		background-color: #fff;
	    -webkit-box-shadow: 0 2px 8px rgba(0,0,0, .1);
	    box-shadow: 0 2px 8px rgba(0,0,0, .1);
	}
	.ExhibitionColumn .item {
		text-align: center;
	}
	.ExhibitionColumn .item .link {
		display: inline-block;
		position: relative;
		padding: 10px;
		color: #212121;
		white-space: nowrap;
	}
	.ExhibitionColumn .item .link:after {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    z-index: 1;
	    width: 0;
	    height: 2px;
	    background: #1F68E8;
	    transition: ease .5s;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    -ms-border-radius: 20px;
	    -o-border-radius: 20px;
	    border-radius: 20px;
	    transform: translateX(-50%);
	}
	.ExhibitionColumn .item img {
		height: 26px;
	}
	.ExhibitionColumn .item.active .link,
	.ExhibitionColumn .item .link:hover {
		color: #1F67E8;
	}
	.ExhibitionColumn .item.active .link:after,
	.ExhibitionColumn .item .link:hover:after {
		width: 100%;
	}

	.ExhibitionVideo .desc {
		margin-top: 20px;
		color: rgba(102,102,102, .8);
	}
	.exhibitionProfile .ExhibitionVideo .video-box {
		text-align: center;
	}

	@media (min-width: 993px) {
		/*.video-box video {
			max-height: 525px;
		}*/
		.ExhibitionColumn .item .link {
			padding: 24px;
			font-size: 20px;
		}
		.ExhibitionColumn .item img {
			height: 48px;
		}
		.ExhibitionColumn .item .title {
			padding-top: 3px;
		}
		.ExhibitionColumn {
			padding: 0 60px;
		}
		.ExhibitionVideo .desc {
			margin-top: 40px;
			font-size: 16px;
		}
	}

	@media (min-width: 1501px) {
		.exhibitionProfile .ExhibitionVideo {
			margin-top: 70px;
		}
		.exhibitionProfile .Exhibitionlist {
			margin-top: 100px;
		}
	}
	
	@media (max-width: 992px) {
		.ExhibitionColumn {
			padding: 0 30px;
		}
		/*.video-box video {
			object-fit: fill;
		}*/
	}





/*--------------
* project
----------------*/
	
	@media (min-width: 993px) {
		.Project-list .pagination-box {
			margin-top: 50px;
		}
	}

	@media (min-width: 1501px) {
		.Project-list .pagination-box {
			margin-top: 60px;
		}
	}
	
	@media (max-width: 992px) {
	}




/*--------------
* service
----------------*/
	.Logistics-list .item {
		color: #212121;
		background-color: #F6F6F6;
	    -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;
	}
	.Logistics-list .item {
		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;
	}
	.Logistics-list .item:nth-child(2n) {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.Logistics-list .item .info {
		padding: 20px;
	}
	.Logistics-list .item .pic {
		width: 100%;
	}
	.Logistics-list .item .pic img {
		display: block;
		width: 100%;
	}
	.Logistics-list .item .title {
		font-size: 16px;
		font-weight: bold;
	}
	.Logistics-list .item .desc {
		margin-top: 14px;
	}
	.Logistics-list .item:hover {
		color: #fff;
		background-color: #1F68E8;
	}
	.Logistics-list .item:hover .desc {
		color: rgba(255,255,255, .8);
	}

	.serviceProblem {
		background-color: #EFEFEF;
	}

	.Problem-list .item {
		display: none;
		margin-top: 14px;
	}
	.Problem-list .item:first-child {
		margin-top: 0;
	}
	.Problem-list .list-tab,
	.Problem-list .list-tab .num,
	.Problem-list .list-tab .title,
	.Problem-list .list-tab .icon_bottom {
	    -webkit-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	}
	.Problem-list .list-tab {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: relative;
		background-color: #fff;
		cursor: pointer;
	}
	.Problem-list .list-tab .num {
		text-align: center;
	    color: #fff;
		background-color: #333;
	}
	.Problem-list .list-tab .title {
		flex: 1;
		display: flex;
    	align-items: center;
		line-height: 22px;
		color: #333;
		overflow: hidden;
	}
	.Problem-list .list-tab .icon_bottom {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: url(../images/xia.png);
	}
	.Problem-list .job_requ {
		display: none;
		padding: 18px 20px 20px;
		color: #555;
		background-color: #F6F6F6;
	}

	.Problem-list .list-tab:hover .num,
	.Problem-list .list-tab.active .num {
		background-color: #1F68E8;
	}
	.Problem-list .list-tab:hover .title,
	.Problem-list .list-tab.active .title {
		color: #1F68E8;
	}
	.Problem-list .list-tab:hover .icon_bottom {
	    background-image: url(../images/xia_blue.png);
	}
	.Problem-list .list-tab.active .icon_bottom {
	    background-image: url(../images/shang.png);
	}

	.serviceProblem .moreBtns-ww {
		text-align: center;
	}

	@media (min-width: 481px) {
		.Logistics-list .item .info {
			overflow: auto;
		}
	}

	@media (min-width: 993px) {
		.serviceProfile {
			padding-bottom: 75px;
		}
		.serviceProblem {
			padding-top: 60px;
			padding-bottom: 80px;
		}
		.serviceProblem .moreBtns-ww {
			margin-top: 60px;
		}
		.serviceGuarantee {
			padding-top: 60px;
			padding-bottom: 55px;
		}
		.Logistics-list .item {
			width: 25%;
		}
		.Logistics-list .item .title {
			font-size: 20px;
		}
		.Logistics-list .item .desc {
			margin-top: 24px;
		}
		.Logistics-list .item .info {
			padding: 30px;
			padding-top: 20px;
		}

		.Problem-list .list-tab {
			padding-right: 50px;
			line-height: 50px;
		}
		.Problem-list .job_requ {
			padding-left: 30px;
			padding-right: 30px;
		}
		.Problem-list .list-tab .title {
			padding: 0 20px;
			font-size: 18px;
		}
		.Problem-list .list-tab .num,
		.Problem-list .list-tab .icon_bottom {
			width: 50px;
			height: 50px;
		}
		.Problem-list .list-tab .num {
			font-size: 20px;
		}
	}
	@media (min-width: 1201px) {
		.Logistics-list .item .info {
			height: 210px;
		}
	}

	@media (min-width: 1501px) {
		.serviceProfile {
			padding-bottom: 95px;
		}
		.serviceProblem {
			padding-bottom: 100px;
		}
		.serviceProblem .moreBtns-ww {
			margin-top: 80px;
		}
		.serviceGuarantee {
			padding-bottom: 75px;
		}
		.Logistics-list .item .title {
			font-size: 24px;
		}
		.Logistics-list .item .info {
			height: 300px;
		}

		.Problem-list .list-tab {
			padding-right: 70px;
			line-height: 70px;
		}
		.Problem-list .job_requ {
			padding-left: 36px;
			padding-right: 36px;
		}
		.Problem-list .list-tab .num,
		.Problem-list .list-tab .icon_bottom {
			width: 70px;
			height: 70px;
		}
		.Problem-list .list-tab .num {
			font-size: 24px;
		}
	}
	
	@media (max-width: 1200px) and (min-width: 992px) {
		.Logistics-list .item .info {
			height: 180px;
		}
	}
	
	@media (max-width: 992px) {
		.serviceProblem .moreBtns-ww {
			margin-top: 20px;
		}
		.Problem-list .list-tab {
			padding-right: 40px;
			line-height: 50px;
		}
		.Problem-list .list-tab .title {
			padding: 0 10px;
		}
		.Problem-list .list-tab .num,
		.Problem-list .list-tab .icon_bottom {
			width: 40px;
			height: 50px;
		}
		.Problem-list .list-tab .icon_bottom {
			-webkit-background-size: 18px;
			background-size: 18px;
		}
	}

	@media (max-width: 992px) and (min-width: 481px) {
		.Logistics-list .item {
			width: 50%;
		}
		.Logistics-list .item .info {
			height: 37vw;
		}
	}
	
	@media (max-width: 480px) {
		.Logistics-list .item {
			width: 100%;
			margin-top: 14px;
		}
		.Logistics-list .item:nth-child(1) {
			margin-top: 0;
		}
	}



/*--------------
* sales
----------------*/
	.map-wrap .leftbar {
		position: relative;
		overflow: hidden;
	}
	.map-wrap .leftbar .site-column {
		display: none;
	}
	.search-q .sub, .search-q .form-control {
		border: none;
	    outline: none;
	    height: 50px;
	}
	.search-q .form-control {
	    position: relative;
	    z-index: 3;
	    width: 100%;
	    transition: all ease-in-out .15s;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    box-sizing: border-box;
	    color: rgba(255,255,255, .5);
	    padding-left: 20px;
	    padding-right: 50px;
	    border-bottom: 1px solid rgba(255,255,255, .5);;
	}
	.search-q .form-control::-webkit-input-placeholder {
		/* WebKit browsers*/
	    color: rgba(255,255,255, .5);
	}
	.search-q .form-control:-moz-placeholder {
		/* Mozilla Firefox 4 to 18*/
	    color: rgba(255,255,255, .5);
	}
	.search-q .form-control::-moz-placeholder {
		/* Mozilla Firefox 19+*/
	    color: rgba(255,255,255, .5);
	}
	.search-q .form-control:-ms-input-placeholder {
		/* Internet Explorer 10+*/
	    color: rgba(255,255,255, .5);
	}
	.search-q .sub {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		font-size: 0;
		background-image: url('../images/icon(16).png');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.amap-container {
		width: 100%;
	}
	.amap-container img {
	    max-width: none!important;
	    max-height: none!important;
	}
	.amap-container .amap-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;
	}
	.map-wrap .leftbar .card {
		display: none !important;
	}
	.map-wrap .leftbar .detail {
		display: none;
	}
	.map-wrap .body .position img {
		display: none;
	}
	.map-wrap .body .position {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		height: 30px;
		line-height: 30px;
		color: #fff;
		overflow: hidden;
	}
	.bluefrog-store .side .body .search {
		position: relative;
	}
	.bluefrog-store .side .body .search .search-q .form-control {
	}
	.bluefrog-store .side .body .search .search-result {
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    max-height: 320px;
	    color: #000;
	    overflow-y: auto;
	    background-color: #fff;
	}
	.bluefrog-store .side .body .search .search-result li {
	    padding: 8px;
	    list-style: none;
	    border-bottom: 1px solid #eee;
	    cursor: pointer;
	    transition: background-color .3s;
	}
	.bluefrog-store .side .body .search .search-result li .desc {
	    font-size: 12px;
	    color: #666;
	}

	.map-wrap .body .position,
	.map-wrap .body .search,
	.map-wrap .body .allItemLen {
		background-color: #1F68E8;
	}

	.map-wrap .body .allItemLen {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;
		border-bottom: 1px solid #E5E5E5;
	}

	.bluefrog-store .side .body .list {
	    padding: 0;
	    margin: 0;
	}
	.bluefrog-store .side .body .list li {
	    display: flex;
	    align-items: flex-start;
	    cursor: pointer;
	    list-style: none;
	    border-bottom: 1px solid #DCDCDC;
	}
	.bluefrog-store .side .body .list li .no {
		flex-shrink: 0;
	    width: 24px;
	    line-height: 24px;
	    color: #171717;
	    font-size: 0;
	    text-align: center;
	    background-image: url(../images/marker.png);
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.bluefrog-store .side .body .list li .content {
	    flex-grow: 1;
	    margin: 0 16px;
	    overflow: hidden;
	}
	.bluefrog-store .side .body .list li .info {
	    flex-shrink: 0;
	    width: 21px;
	}
	.bluefrog-store .side .body .list li .content .name,
	.bluefrog-store .side .detail .name {
		font-size: 20px;
		color: #212121;
	}
	.bluefrog-store .side .body .list li .content .address {
		margin-top: 6px;
		color: #999;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.bluefrog-store .side .body .list li .content .desc,
	.bluefrog-store .side .body .list li .content .desc2 {
	    margin-top: 6px;
		color: rgba(153,153,153, .6);
	}
	.bluefrog-store .side .route {
		color: #1f68e8 !important;
	}
	.bluefrog-store .side .route img {
		margin-right: 8px;
	}
	.map-wrap .leftbar .detail.active {
		display: block;
		padding-top: 40px;
	}
	.map-wrap .leftbar .detail,
	.map-wrap .leftbar .detail a {
		color: #999;
	}
	.map-wrap .leftbar .detail .close {
	    position: absolute;
	    top: 8px;
	    left: 18px;
	    z-index: 8;
		width: 14px;
		cursor: pointer;
	}
	.bluefrog-store .side .detail .address,
	.bluefrog-store .side .detail .route {
		margin: 16px 0;
	}
	.bluefrog-store .side .detail .phone,
	.bluefrog-store .side .detail .route {
		display: block;
	}
	.bluefrog-store .side .detail dl,
	.bluefrog-store .side .detail dl dd {
		margin: 0;
	}
	.map-wrap .body,
	.map-wrap .leftbar .detail {
		position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    z-index: 3;
	    padding-top: 30px;
	    background-color: #fff;
	}
	.map-wrap .leftbar .detail {
	    z-index: 5;
	    padding-top: 40px;
	    overflow: auto;
	}

	@media (min-width: 993px) {
		.bodySales nav::before {
			height: 80px;
		}
		.bodySales .headerH {
			height: 80px;
		}
		.bodySales .navheaderH {
			height: 60px;
		}
		.map-wrap {
			position: relative;
		}
		.map-wrap .rightbar {
			position: relative;
			z-index: 3;
		}
		.map-wrap .leftbar {
			position: absolute;
		    top: 50px;
			right: calc( ( 100vw - 940px ) / 2);
		    z-index: 5;
		    width: 520px;
		    background: #fff;
		}
		.map-wrap .leftbar,
		.map-wrap .leftbar .detail {
			height: 500px;
		}
		.map-wrap,
		.amap-container {
			height: 600px;
		}

		.map-wrap .body .position,
		.map-wrap .body .search,
		.map-wrap .body .allItemLen,
		.map-wrap .leftbar .detail {
			padding-left: 36px;
			padding-right: 36px;
		}
		.map-wrap .body .search-q .sub {
			right: 36px;
		}
		.bluefrog-store .side .body .list {
			margin: 0 36px;
			margin-top: 30px;
			padding-right: 36px;
			height: 300px;
			overflow: auto;
		}
		.bluefrog-store .side .body .list li {
		    padding: 30px 0;
		}
		.bluefrog-store .side .body .list li:first-child {
			padding-top: 0;
		}
		.bluefrog-store .side .body .list li .no {
			padding-top: 12px;
		}
		.bluefrog-store .side .body .list li .content .address,
		.bluefrog-store .side .body .list li .content .desc {
			margin-top: 16px;
		}
	}

	@media (min-width: 1501px) {
		.map-wrap,
		.amap-container {
			height: 800px;
		}
		.map-wrap .leftbar {
		    top: 90px;
			right: calc( ( 100vw - 83vw ) / 2);
		}
		.bluefrog-store .side .body .list {
			height: 400px;
		}
		.map-wrap .leftbar,
		.map-wrap .leftbar .detail {
			height: 590px;
		}
	}
	@media (min-width: 1921px) {
		.map-wrap .leftbar {
			right: calc( ( 1920px - 1580px ) / 2);
		}
	}
	@media (max-width: 1500px) and (min-width: 1201px) {
		.map-wrap .leftbar {
			right: calc( ( 100vw - 1100px ) / 2);
		}
	}

	@media (max-width: 992px) {
		.search-q .sub, .search-q .form-control {
		    height: 40px;
		}
		.map-wrap {
			position: relative;
			padding-top: 400px;
			padding-bottom: 10px;
		}
		.map-wrap .leftbar {
			position: relative;
			z-index: 2;
			height: 400px;
		}
		.map-wrap .rightbar {
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			z-index: 3;
		}
		.map-wrap .rightbar,
		.amap-container,
		.map-wrap .leftbar,
		.map-wrap .leftbar .detail {
			height: 400px;
		}
		.map-wrap .body .position,
		.map-wrap .body .search,
		.map-wrap .body .allItemLen,
		.map-wrap .leftbar .detail {
			padding-left: 16px;
			padding-right: 16px;
		}
		.map-wrap .body .search-q .sub {
			right: 16px;
		}
		.bluefrog-store .side .body .list {
			height: 300px;
			padding: 20px;
			overflow: auto;
		}
		.bluefrog-store .side .body .list li {
			padding: 16px 0;
		}
		.bluefrog-store .side .body .list li:first-child {
			padding-top: 0;
		}
		.bluefrog-store .side .body .list li .no {
			padding-top: 10px;
		}
		.bluefrog-store .side .body .list li .content .name, .bluefrog-store .side .detail .name {
			font-size: 16px;
		}
	}





/*--------------
* mall
----------------*/
	.malllist .item {
		text-align: center;
	}
	
	@media (min-width: 481px) {
		.malllist .item {
			padding: 20px;
			width: 33.33%;
			border-right: 2px solid #eee;
		}
		.malllist .item:last-child {
			border-right: none;
		}
	}
	@media (min-width: 993px) {
		.mallProfile {
			padding-top: 0;
			padding-bottom: 6px;
		}
		.mallProfile .boxProfileWps {
			padding-top: 56px;
			padding-bottom: 56px;
		    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
		    box-shadow: 0 1px 6px rgba(0,0,0,.2);
		}
	}
	@media (max-width: 992px) {
	}
	@media (max-width: 480px) {
		.malllist .item {
			width: 100%;
			padding: 14px;
			border-bottom: 2px solid #eee;
		}
		.malllist .item:first-child {
			padding-top: 0;
		}
		.malllist .item:last-child {
			padding-bottom: 0;
			border-bottom: none;
		}
	}



/* ---------------------------------
* home
------------------------------------*/
	.more-s-rigw {
		margin-top: 20px;
		text-align: right;
	}

	@media (min-width: 993px) {
		.more-s-rigw {
			margin-top: 50px;
		}
		.more-s-rigw .word {
			padding-right: 50px;
			-webkit-background-size: 40px;
			background-size: 40px;
		}
	}

	@media (min-width: 1501px) {
		.more-s-rigw {
			margin-top: 70px;
		}
	}





/*--------------
* About
----------------*/
	.promoAbout .title-font24 {
		color: #464646;
	}
	.promoAbout .desc {
		margin-top: 14px;
		line-height: 22px;
		color: #969696;
		overflow: hidden;
	}
	.promoAbout .gallery img {
		display: block;
		width: 100%;
	}
	.promoAbout .informartion {
		margin-top: 14px;
	}
	.promoAbout .moreq {
		display: inline-block;
		margin-top: 14px;
		color: #464646;
		border-bottom: 1px solid #000;
	}

	@media (min-width: 993px) {
		.promoAbout .boxProfileWps {
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flex;
			display: -o-flex;
			display: flex;
		}
		.promoAbout .leftinfo {
			width: 43.75%;
		}
		.promoAbout .gallery {
			width: 56.25%;
		}
		.promoAbout .infowrp {
			width: 420px;
			margin: auto;
			padding-top: 8vw;
		}
		.promoAbout .informartion {
			margin-top: 50px;
		}
		.promoAbout .desc {
			max-height: 180px;
			line-height: 26px;
			font-size: 16px;
		}
		.promoAbout .moreq {
			margin-top: 7vw;
		}

	}

	@media (min-width: 1501px) {
		.promoAbout .infowrp {
			padding-top: 160px;
		}
		.promoAbout .informartion {
			margin-top: 70px;
		}
		.promoAbout .moreq {
			margin-top: 140px;
		}
	}
	
	@media (max-width: 992px) {
		.promoAbout .leftinfo {
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 20px;
		}
		.promoAbout .desc {
			max-height: 44px;
		}
	}





/*--------------
* Project
----------------*/
	.promoProject-list .link {
		display: block;
		color: #212121;
	}
	.promoProject-list .link .tit {
		margin-top: 8px;
		color: #969696;
	}
	.promoProject-list .link .pic {
		margin-top: 8px;
	}
	
	@media (min-width: 993px) {
		.promoProject {
			padding-top: 120px;
			padding-bottom: 60px;
		}
		.promoProject-list .link .tit,
		.more-s-rigw .word {
			font-size: 16px;
		}
	}
	@media (min-width: 1501px) {
		.promoProject {
			padding-top: 140px;
			padding-bottom: 80px;
		}
	}
	
	@media (max-width: 992px) {
		.promoProject {
			padding-top: 0;
		}
	}




/*--------------
* Exhibition
----------------*/
	.promoExhibition {
		background-color: #000;
	}
	.promoExhibition .columnsq,
	.promoExhibition .columnsq .item,
	.promoExhibition .columnsq .item .site-column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.promoExhibition .columnsq {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 5;
	}
	.promoExhibition .columnsq .item {
		align-items: center;
		width: 33.33%;
	}
	.promoExhibition .columnsq .item a {
		display: inline-block;
		color: rgba(255,255,255, .4);
	    -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;
	}
	.promoExhibition .columnsq .item a:hover {
		color: #fff;
	}
	.promoExhibition .columnsq .item .site-column {
		align-items: center;
		width: 100%;
		text-align: center;
	}
	.promoExhibition .columnsq .item .cn {
		width: 100%;
	}


	@media (min-width: 993px) {
		.promoExhibition .columnsq .item .site-column {
		}
	}
	@media (min-width: 1501px) {
		.promoExhibition .columnsq .item .site-column {
		}
	}






/*--------------
* News
----------------*/	
	@media (min-width: 993px) {
		.promoNews {
			padding-top: 55px;
			padding-bottom: 90px;
		}
		.promoNews .news-list .Newslist .item:nth-child(4) {
			display: none;
		}
	}
	@media (min-width: 1501px) {
		.promoNews {
			padding-top: 75px;
			padding-bottom: 110px;
		}
	}





/*--------------
* Join
----------------*/
	.promoJoin {
		background-color: #1F68E8;
	}
	.promoJoin .site-column .cn,
	.promoJoin .title-font24,
	.promoJoin .morew {
		text-align: center;
		color: #fff;
	}
	.promoJoin .title-font24 {
		margin-top: 14px;
	}
	.promoJoin .morew {
		margin-top: 20px;
	}
	.promoJoin .morew a {
		display: inline-block;
		width: 140px;
		height: 40px;
		line-height: 40px;
		color: #1f68e8;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		background-color: #fff;
		border-radius: 23px;
	}

	@media (min-width: 993px) {
		.promoJoin {
			padding-top: 60px;
			padding-bottom: 75px;
		}
		.promoJoin .title-font24 {
			margin-top: 22px;
		}
		.promoJoin .morew {
			margin-top: 40px;
		}
		.promoJoin .morew a {
			width: 160px;
			height: 46px;
			line-height: 46px;
		}
	}
	@media (min-width: 1501px) {
		.promoJoin {
			padding-top: 80px;
			padding-bottom: 95px;
		}
		.promoJoin .morew {
			margin-top: 60px;
		}
	}


