@charset "utf-8";

@import url("/static/css/global.min.css");

@font-face {
	font-family: SourceHanSerifCN;
	src:url("/static/css/SourceHanSerifCN-Regular.otf");
}
/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2021-07-02
* 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;
	border: none;
	transition: all .2s;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: none;
	border: none;
	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;
	outline: none;
	-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: #000;
	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: rgba(0,0,0,0.30);
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: rgba(0,0,0,0.30);
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: rgba(0,0,0,0.30);
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: rgba(0,0,0,0.30);
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #0079D4;}
::selection{color: #fff;background-color: #0079D4;}


/* -------------------------------
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: SourceHanSerifCN, '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: 24px;
}
/*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 #003365;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
}
	


/* -------------------------------
container
----------------------------------*/
.container, .container1400 {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media (min-width: 961px) {
	.container1400 {
		max-width: 1400px;
		width: 80%;
	}
	.container {
		max-width: 1200px;
		width: 80%;
	}
	.container940 {
		max-width: 940px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 960px) {
	.container, .container1400 {
		margin-left: 20px;
		margin-right: 20px;
	}
}



/* ---------------------------------
* public
------------------------------------*/
.bgcoverwpt {
	-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:hover .thumb-scale img {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.all-content-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}
.all-content-wrapper p,	
.all-content-wrapper ul {
	margin: 0;
}
.all-content-wrapper>p:first-child,
.pper>p:first-child {
	margin-top: 0;
}
.all-content-wrapper>p:last-child,
.pper>p:last-child {
	margin-bottom: 0;
}
.all-content-wrapper .tcenter {
	text-align: center;
}

.all-content-wrapper .has-tables table {
	width: 100%;
}
.all-content-wrapper table thead {
	text-align: center;
}
.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: #0079D4;
}
.all-content-wrapper table td a:hover {
	text-decoration: underline;
}


.sitebanner {
	position: relative;
	z-index: 2;
}
.sitebanner .gallery {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sitebanner .gallery img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.hasScrollbar {
	overflow: auto;
}
.hasScrollbar::-webkit-scrollbar-track-piece {
	width:4px;
	background-color:#F6F6F6
}
.hasScrollbar::-webkit-scrollbar {
	width:4px;
	background-color:#C1C1C1
}
.hasScrollbar::-webkit-scrollbar-thumb {
	width:4px;
	background-color:#C1C1C1
}
.hasScrollbar::-webkit-scrollbar-thumb:hover {
	width:4px;
	background-color:#C1C1C1
}
.listsWrap {
	display: flex;
	flex-wrap: wrap;
}
.listsWrap .item,
.listsWrap .item .link {
	position: relative;
}
.listsWrap .item .link {
	display: block;
}

@media (min-width: 961px) {
	.all-content-wrapper table th,
	.all-content-wrapper table td {
		border: 2px solid #000;
	}
	.all-content-wrapper table thead {
		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);
	}
}
.siteheader ul,
.sitefooter ul,
.footcontact .menu {
	padding-left: 0;
	margin: 0;
}

.siteheader ul li,
.sitefooter ul li,
.footcontact .menu li {
	list-style: none;
}
.content-isHidden {
	overflow: hidden;
}


.colbx2 {
	text-align: center;
}
.colbx {
	padding-bottom: 10px;
	text-align: center;
}
.colbx2 .cn,
.colbx .cns {
	font-weight: bold;
	font-size: 20px;
}
.colbx .ens {
	display: inline-block;
	position: relative;
	color: #999;
	font-size: 12px;
}
.colbx .ens .w {
	display: inline-block;
}
.colbx .ens::before,
.colbx .ens::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 1px;
	top: 50%;
	background-color: #999;
}
.colbx .ens::before {
	left: -40px;
}
.colbx .ens::after {
	right: -40px;
}

@media (min-width: 961px) {
	.colbx2 .cn {
		font-size: 24px;
	}
}

#mapContainer {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%); */
}
#mapContainer img,
#mapContainer canvas {
	max-width: none;
}
#mapContainer .MicrosoftMap .Infobox .infobox-info {
		padding-top: 0;
}
#mapContainer .icon {background-repeat: no-repeat;height: 31px; width: 28px;background-image: url(/static/images/marker_01.png); }
#mapContainer .BMap_bubble_title {
	white-space: normal!important;
	font-weight: bold;
}
#mapContainer .amap-info-content h5 {
	margin: 0;
	margin-bottom: 8px;
	font-size: 16px;
}
#mapContainer .amap-toolbar {
	left: 0 !important;
}
#mapContainer .amap-toolbar	.amap-zoomcontrol {
	left: 4px !important;
}
#mapContainer .amap-copyright {
	bottom: 3px;
}
.gallery-hovers {
	position: relative;
}
.gallery-hovers .pic {
	position: relative;
	z-index: 3;
	transition: 0.3s;
}
.gallery-hovers .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	opacity: 0;
	transition: 0.3s;
}

.gallery-hovers .imgsbox,
.gallery-hovers .glas,
.gallery-hovers .glas .pic,
.gallery-hovers .glas .hover {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.gallery-hovers .imgsbox {
	width: 80px;
	height: 80px;
	background-color: rgba(255,255,255,  .2);
}
.gallery-hovers .glas {
	position: relative;
	background-color: #fff;
}
.gallery-hovers .glas img {
	max-width: 54px;
}
.gallery-hovers .glas .pic,
.gallery-hovers .glas .hover {
	width: 64px;
	height: 64px;
}
.link:hover .gallery-hovers .pic {
	opacity: 0;
}
.link:hover .gallery-hovers .hover {
	opacity: 1;
}


/* ---------------------------------
* pagination
------------------------------------*/
.pagination {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
.pagination a {
	display: inline-block;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 0 6px;
	font-size: 12px;
	color: #c2c2c2;
	border: 1px solid #c2c2c2;
	cursor: pointer;
}
.pagination a:hover,
.pagination a.active{
	color: #fff;
	border-color: #5D95C9;
	background-color: #5D95C9;
}

.rightMenuBtn {
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 100;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.rightMenuBtn span,
.rightMenuBtn span:after,
.rightMenuBtn span:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.rightMenuBtn span {
	top: 16px;
}
.rightMenuBtn span:after,
.rightMenuBtn span:before {
	content: "";
}
.rightMenuBtn span:before {
	top: -8px;
}
.rightMenuBtn span:after {
	top: 8px;
}
.rightMenuBtn.active span {
	background-color: transparent;
}
.rightMenuBtn.active span:after,
.rightMenuBtn.active span:before {
	background-color: #333;
}
.rightMenuBtn.active span:before {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.rightMenuBtn.active span:after {
	-webkit-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

@media (min-width: 961px) {
	.pagination {
		margin-top: 46px;
	}
}

/* ---------------------------------
* header
------------------------------------*/
.headcover {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 80;
	background: rgba(0,0,0,0.30);
}
.siteheader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: all .2s;
	box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
	background-color: #fff;
}
.siteheader .containerwf {
	display: flex;
}
.siteheader .logo a {
	display: inline-block;
}
.cloumntw ul li,
.siteheader .mmenu li {
	position: relative;
}
.cloumntw ul li a,
.siteheader .mmenu li a {
	display: block;
	position: relative;
}
.sitefooter {
	padding: 24px 0;
	background-color: #333;
}
.sitefooter,
.sitefooter a {
	color: #888;
}
.sitefooter a:hover {
	color: #999;
}
.siteheader .search .select {
	display: none;
	background-color: #fff;
}
.siteheader .search .item,
.siteheader .search .iptsub2 {
	font-size: 0;
	width: 30px;
	background-image: url(/static/images/isearch.png);
	background-repeat: no-repeat;
	background-position: center;
}
.siteheader .search .item {
	height: 20px;
	cursor: pointer;
}
.siteheader .search .iptsub2 {
	height: 30px;
}
.siteheader .search .iptsub {
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999;
}
.siteheader .lang a:hover {
	color: #234C88;
}

.siteheader .search.open .select {
	display: block;
}
.siteheader .logo {
	display: flex;
	align-items: center;
}
.siteheader .lang {
	display: none !important;
}


@media (min-width: 961px) {
	.siteheader,
	.headheigr,.siteheader .containerwf {
		height: 90px;
	}
	.rightMenuBtn {
		display: none;
	}
	.siteheader .search,.siteheader .lang {
		display: flex;
		align-items: center;
	}
	.siteheader {
		white-space: nowrap;
	}
	.siteheader .containerwf {
		max-width: 1400px;
		padding-right: 4.6%;
		justify-content: space-between;
	}
	.cloumntw ul li a,
	.siteheader .mmenu li a {
		display: inline-block;
	}
	.siteheader .mmenu {
		display: block !important;
	}
	.siteheader .mmenu .menu>li {
		display: inline-block;
	}
	.siteheader .mmenu .menu>li>a {
		display: block;
		padding-left: 18px;
		padding-right: 18px;
		line-height: 90px;
		font-size: 16px;
	}
	.cloumntw ul li a::after,
	.siteheader .mmenu .menu a::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 30px;
		width: 0;
		height: 2px;
		transform: translate(-50%, 0);
		transition: all .2s;
		background-color: #234C88;
	}
	.siteheader .mmenu .menu>li>ul>li.active2>a::after,
	.siteheader .mmenu .menu>li>ul>li:hover>a::after,
	.cloumntw ul li.active>a::after,
	.cloumntw ul li:hover a::after {
		width: 80%;
	}
	.siteheader .mmenu .menu>li>ul>li>a::after {
		top: auto;
		bottom: 0;
	}
	.siteheader .mmenu .menu>li:hover>a,
	.siteheader .mmenu .menu>li.active>a{
		color: #fff;
		background-color: #5D95C9;
	}

	.siteheader .mmenu .menu>li>ul {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 89px;
		padding-top: 12px;
		padding-bottom: 12px;
    text-align: center;
    background: #fff;
	}
	.siteheader .mmenu .menu>li>ul>li {
		margin-top: 12px;
	}
	.siteheader .mmenu .menu>li>ul>li:first-child {
		margin-top: 0;
	}
	.siteheader .mmenu .menu>li:hover>ul {
		display: block;
	}
	.siteheader .mmenu .menu>li>ul>li>a {
		padding-bottom: 6px;
	}

	.siteheader .rightr {
		display: flex;
	}
	.siteheader .search {
		position: relative;
		margin-left: 20px;
		margin-right: 18px;
	}
	.siteheader .search .select {
		position: absolute;
		top: 90px;
		right: 0;
		z-index: 99;
		box-shadow: 0 9px 8px rgb(0 0 0 / 10%);
	}
	.siteheader .search .iptsub {
		width: 180px;
		height: 40px;
		border: none;
	}
	.siteheader .search .iptsub2 {
		width: 40px;
		height: 40px;
	}

	.sitefooter .container {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}

@media (max-width: 1500px) and (min-width: 961px) {}

@media (max-width: 960px) {
	.siteheader,
	.headheigr {
		height: 50px;
	}
	.siteheader .containerwf {
		justify-content: space-between;
	}
	.siteheader .logo img {
		height: 40px;
		margin-top: 5px;
	}
	.siteheader .mmenu {
		display: none;
		position: fixed;
		right: -50%;
		width: 160px;
		top: 0;
		bottom: 0;
		z-index: 98;
		padding-top: 70px;
		padding-bottom: 50px;
		background-color: #fff;
		overflow: auto;
	}
	.headeractive .siteheader .mmenu {
    right: 0;
	}
	.siteheader .mmenu .menu>li {
		margin-top: 20px;
	}
	.siteheader .mmenu li:first-child {
		margin-top: 0;
	}
	.siteheader .mmenu li a {
		padding-left: 30px;
		font-size: 16px;
	}
	.siteheader .mmenu .menu>li.active>a,
	.siteheader .mmenu .menu>li>ul>li.active2>a {
		color: #234C88;
		font-weight: bold;
	}
	.siteheader .mmenu .menu>li>ul,
	.siteheader .mmenu .menu>li>ul>li {
		margin-top: 4px;
	}
	.siteheader .mmenu .menu>li>ul>li>a {
		font-size: 14px;
	}

	.siteheader .search,
	.siteheader .lang {
		position: absolute;
		top: 0;
	}
	.siteheader .lang {
		right: 92px;
		line-height: 50px;
	}
	.siteheader .search {
		right: 50px;
	}
	.siteheader .search .select {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 10px;
		padding-right: 50px;
		box-shadow: 0 9px 8px rgb(0 0 0 / 10%);
	}
	.siteheader .search .item {
		height: 50px;
	}
	.siteheader .search .iptsub {
		position: relative;
		z-index: 1;
		width: 100%;
	}
	.siteheader .search .iptsub2 {
		position: absolute;
		right: 10px;
		width: 30px;
		z-index: 3;
	}
}


.footcontact {
	background-image: url(/static/images/footbg.jpg);
}
.footcontact .mapcont .item {
	display: flex;
	flex-wrap: wrap;
}
.footcontact .mapcont .item:first-child {
	margin-top: 0;
}
.footcontact .mapcont .item .dot {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
.footcontact .menu li a {
	display: inline-block;
	color: #666;
}
.backtop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 120;
	width: 60px;
	height: 60px;
	font-size: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/static/images/backtop.png);
}

@media (min-width: 961px) {
	.footcontact {
		padding-top: 50px;
		padding-bottom: 36px;
	}
	.footcontact .mapcont {
		margin-top: 60px;
	}
	.footcontact .mapcont .item {
		width: 50%;
		margin-top: 24px;
	}
	.footcontact .mapcont .item:nth-child(2) {
		margin-top: 0;
	}
	.footcontact .mapcont .item .dot {
		margin-left: 10px;
		margin-right: 10px;
	}
	.footcontact .menu {
		margin-top: 70px;
		display: flex;
		justify-content: space-between;
	}
	.footcontact .menu li {
		position: relative;
		flex: 1;
		text-align: center;
	}
	.footcontact .menu li::before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -8px;
		height: 16px;
		width: 1px;
		background-color: #B3B3B3;
	}
	.footcontact .menu li:first-child::before {
		display: none;
	}
}
@media (max-width: 960px) {
	.backtop {
		width: 50px;
		height: 50px;
	}
	.footcontact {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.footcontact .mapcont {
		padding-top: 10px;
	}
	.footcontact .mapcont .item {
		width: 100%;
		margin-top: 10px;
	}
	.footcontact .mmu {
		display: none;
	}
}




.innercolumn {
	display: inline-block;
	position: relative;
	padding: 0 48px;
	line-height: 28px;
	font-size: 20px;
	text-align: center;
	color: #234C88;
	border: 1px solid #234C88;
}
.innercolumn .bkls {
	display: inline-block;
	position: relative;
	top: 10px;
	background-color: #fff;
}

.innerboxwhaspadding {
	padding-top: 30px;
	padding-bottom: 40px;
}

@media (min-width: 961px) {
	.innerboxwhaspadding {
		padding-top: 10%;
		padding-bottom: 12%;
	}
}
@media (max-width: 960px) {}



.businessscopelistin .item {
	width: 100%;
}
.businessscopelistin .item .title {
	display: inline-block;
	position: relative;
	text-align: left;
	min-width: 130px;
	padding: 10px 10px 16px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
	border: 1px solid #ADADAD;
}
.businessscopelistin .item .desc {
	margin-top: 20px;
	line-height: 2;
	font-size: 12px;
	color: #999;
}
.businessscopelistin .item .showm {
	margin-top: 20px;
}
.businessscopelistin .item .showm a {
	display: inline-block;
	padding: 4px 10px;
	color: #fff;
	background-color: #5D95C9;
}
.businessscopelistin .item .showm a:hover {
	background-color: #91BCE3;
}

@media (min-width: 961px) {
	.businessscopelistin {
		margin-top: 45px;
	}
	.businessscopelistin .item .link {
		display: flex;
		justify-content: space-between;
	}
	.businessscopelistin .item:nth-child(2n) .link {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
	.businessscopelistin .item .gallery,
	.businessscopelistin .item .information {
		width: 50%;
	}
	.businessscopelistin .item .gallery {
		min-height: 300px;
	}
	.businessscopelistin .item .gallery img {
		display: none;
	}
	.businessscopelistin .item .information {
		display: flex;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.businessscopelistin .item .information .infs {
		width: 100%;
	}
	.businessscopelistin .item .title::after {
		content: '';
		position: absolute;
		bottom: 10px;
		width: 88px;
		left: 10px;
		height: 1px;
		background-color: #ADADAD;
	}
	.businessscopelistin .item:nth-child(2n) .information {
		padding-left: 9%;
		padding-right: 7%;
	}
	.businessscopelistin .item:nth-child(2n+1) .information {
		padding-left: 7%;
		padding-right: 9%;
	}
	.businessscopelistin .item:nth-child(2n+1) .titlebox {
		text-align: right;
	}
	.businessscopelistin .item:nth-child(2n) .information .infs {
		padding-left: 40px;
		border-left: 1px solid #999;
	}
	.businessscopelistin .item:nth-child(2n+1) .information .infs {
		padding-right: 40px;
		border-right: 1px solid #999;
	}
	.businessscopelistin .item:nth-child(2n+1) .showm {
		text-align: right;
	}
}
@media (max-width: 960px) {
	.businessscopelistin .item, .businessscopelistin .item .information {
		margin-top: 20px;
	}
	.businessscopelistin .item .gallery {
		background-image: none !important;
	}
	.businessscopelistin .item .gallery img {
		display: block;
		width: 100%;
	}
	.businessscopelistin .item .title {
		padding: 0;
		min-width: 1px;
		border: none;
	}
	.businessscopelistin .item .desc {
		margin-top: 10px;
	}
}



.corporatelistin .itemr .time {
	color: #666;
}
.corporatelistin .itemr .title,
.corporatelistin .itemr .desc {
	color: #999;
}
.corporatelistin .blsx .title {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 4px;
}
.corporatelistin .itemr .desc {
	line-height: 2;
	text-indent: 2em;
	font-size: 12px;
}
.corporatelistin .itemr .gallery {
	display: block;
	margin-top: 20px;
	text-align: center;
}

@media (min-width: 961px) {
	.corporatelistin {
		font-size: 18px;
	}
	.corporatelistin .itemr {
		width: 46%;
		margin-right: 8%;
	}
	.corporatelistin .itemr:nth-child(2n) {
		margin-right: 0;
	}
	.corporatelistin .itemr .gallery img {
		display: block;
		width: 100%;
	}
	.corporatelistin .itemr:nth-child(1),
	.corporatelistin .leftr {
		display: flex;
		align-items: center;
	}
	.corporatelistin .itemr .joblistin .item {
		width: 100%;
		margin-right: 0;
	}
	.corporatelistin .pagination {
		margin-top: 20px;
		text-align: right;
	}
}
@media (max-width: 960px) {
	.corporatelistin {
		padding-top: 20px;
	}
	.corporatelistin .itemr {
		width: 100%;
	}
	.policiesregulations {
		padding-top: 10px;
	}
}




.getbtn .link {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #5D95C9;
}
.getbtn .link:hover {
	background-color: #234C88;;
}
.detailwrap {
	padding-top: 30px;
	padding-bottom: 40px;
}
.returnw {
	padding: 10px;
	border-bottom: 2px solid #C2C2C2;
}
.returnw a {
	color: #5D95C9;
}
.returnw img {
	margin-right: 8px;
}
.detitle {
	font-size: 20px;
	color: #666;
	text-align: center;
}
.detime {
	margin-top: 8px;
	color: #999;
	text-align: center;
}
.detailbx,
.decontent {
	margin-top: 20px;
}
.decontent {
	line-height: 2;
	color: #999;
}
.deprint {
	color: #5D95C9;
	text-align: center;
}
.deprint .inld {
	display: inline-block;
	cursor: pointer;
}
.jobdetailallcp .tit,
.destextin .tit {
	color: #666;
}
.jobdetailallcp,
.destextin .desc {
	color: #999;
}
.destextin {
	margin-top: 20px;
}
.destextin .desc,
.destextin .getbtn {
	margin-top: 10px;
}

@media (min-width: 961px) {
	.getbtn .link {
		padding: 0 55px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.detailwrap {
		padding-top: 4%;
    padding-bottom: 8.4%;
	}
	.returnw {
		padding-left: 20px;
		padding-bottom: 3.4%;
		line-height: 29px;
		font-size: 18px;
	}
	.detitle {
		font-size: 24px;
	}
	.detailbx {
		margin-top: 6%;
	}
	.decontent {
		margin-top: 30px;
	}

	.jobdetailbx {
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3%;
	}
	.jobdetailallcp {
		flex-wrap: nowrap;
		justify-content: space-between;
		text-align: center;
	}
	.jobdetailallcp,
	.destextin .desc {
		font-size: 18px;
	}
	.jobdetailallcp .tit,
	.destextin .tit {
		font-size: 24px;
	}
	.destextin {
		margin-top: 70px;
	}
	.destextin .desc {
		margin-top: 26px;
	}
	.destextin .desc .p2 {
		margin-top: 16px;
	}
	.destextin .desc .address {
		margin-left: 24px;
	}
	.destextin .getbtn {
		margin-top: 34px;
	}
}
@media (max-width: 960px) {
	.returnw {
		line-height: 24px;
	}
	.returnw img {
		height: 24px;
	}
	.deprint {
		margin-top: 20px;
	}
	.destextin .desc .address {
		display: block;
	}
	.jobdetailallcp .tab {
		width: 100%;
		margin-top: 12px;
	}
	.jobdetailallcp .tab:first-child {
		margin-top: 0;
	}
}




.talentconcept {
	padding-top: 30px;
	padding-bottom: 30px;
}
.conceptlistin {
	justify-content: center;
}
.conceptlistin .item {
	color: #C0C0C0;
	text-align: center;
}
.conceptlistin .item .title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.joblistings {
	padding-bottom: 30px;
}
.joblistin .item {
	border-bottom: 1px solid #C6C6C6;
}
.joblistin .item .ite {
	display: flex;
	justify-content: space-between;
}
.joblistin .item .leftr {
	flex: 1;
	overflow: hidden;
}
.joblistin .item .top .title {
	width: 100%;
}
.joblistin .item .top .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.joblistin .item .title a,
.joblistin .item .top .desc {
	color: #666;
}
.joblistin .item .all-content-wrapper {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
.corporatelistin .itemr a.title:hover,
.joblistin .item .title a:hover {
	color: #5D95C9;
}

.joblistin .item .rightr {
	text-align: right;
	white-space: nowrap;
}
.joblistin .item .bottom .link {
	display: inline-block;
	width: 34px;
	height: 19px;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	background-image: url(/static/images/imore.png);
}
.joblistin .item .bottom .link:hover {
	background-image: url(/static/images/imoreb.png);
}

@media (min-width: 961px) {
	.talentconcept {
		padding: 4.2% 0;
	}
	.conceptlistin .item {
		padding: 0 4%;
		margin-top: 6%;
		font-size: 16px;
	}
	.conceptlistin .item .title {
		line-height: 36px;
		font-size: 30px;
	}
	.joblistings {
		padding-bottom: 8%;
	}
	.joblistin .item {
		width: 46%;
		margin-right: 8%;
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.joblistin .item:nth-child(2n) {
		margin-right: 0;
	}
	.joblistin .item .title a,
	.joblistin .item .top .desc {
		font-size: 18px;
	}
	.joblistin .item .title a,
	.joblistin .item .top .rightr {
		line-height: 28px;
	}
	.joblistin .item .rightr {
		width: 90px;
		flex: 0 0 90px;
	}
	.joblistin .item .bottom {
		margin-top: 30px;
	}
	.joblistin .item .bottom .title {
		line-height: 28px;
	}
}
@media (max-width: 960px) {
	.conceptlistin {
		padding-top: 10px;
	}
	.conceptlistin .item {
		width: 50%;
		padding: 0 10px;
		margin-top: 20px;
	}
	.conceptlistin .item .gallery img {
		height: 70px;
	}
	.joblistin .item {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.joblistin .item .rightr {
		width: 50px;
		flex: 0 0 50px;
	}
	.joblistin .item .bottom {
		margin-top: 10px;
	}
	.joblistin .item .bottom .link {
		background-size: 24px;
	}
}


.contactboxin .maptit {
	display: none;
}
.contactboxin .leftr .leftinfo {
	color: #fff;
	background-color: #5D95C9;
}
.contactboxin .leftr .gallery img {
	display: block;
	width: 100%;
}
.contactboxin2 {
	background-color: #F5F5F5;
}
.contactboxin .mapcont .item .tit img {
	vertical-align: middle;
	margin-right: 8px;
}
.contactboxin .mapcont .item .inf {
	padding-left: 30px;
	margin-top: 8px;
}
.contactboxin .mapcont .item .inf p {
	margin: 0;
}

@media (min-width: 961px) {
	#mapContainer {
		height: 100%;
	}
	.contactboxin {
		display: flex;
	}
	.contactboxin .leftr {
		width: 32%;
	}
	.contactboxin .leftr .colbx {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.contactboxin .leftr .leftinfo {
		padding: 72px 20px;
		font-size: 16px;
	}
	.contactboxin .leftr .gallery {
		display: none;
	}
	.contactboxin .rightr {
		width: 68%;
	}
	.contactboxin2 .rightr {
		padding: 5% 0;
	}
	.contactboxin .mapcont {
		justify-content: space-between;
		padding-left: 8%;
		padding-right: 8%;
	}
	.contactboxin .mapcont .item {
		width: 50%;
		margin-top: 8%;
	}
	.contactboxin .mapcont .item:nth-child(1),
	.contactboxin .mapcont .item:nth-child(2) {margin-top: 0;}
	.contactboxin .mapcont .item:nth-child(2n) {
		width: 180px;
	}
}
@media (max-width: 960px) {
	#mapContainer {
		height: 350px;
	}
	.contactboxin .leftr .colbx {
		padding-bottom: 24px;
	}
	.contactboxin .leftr .leftinfo,
	.contactboxin2 .rightr {
		padding: 20px;
	}
	.contactboxin .mapcont .item {
		width: 100%;
		margin-top: 24px;
	}
	.contactboxin .mapcont .item:nth-child(1) {margin-top: 0;}
}


.banner-page {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	height: 10px;
	text-align: center;
}
.banner-page .swiper-pagination-bullet {
	margin: 0 6px;
	border-radius: 50%;
	outline: none;
	border: 1px solid #fff;
}
.banner-page2 .swiper-pagination-bullet {
	border: 1px solid #5D95C9;
}
.banner-page .swiper-pagination-bullet-active {
	background-color: #fff;
}
.banner-page2 .swiper-pagination-bullet-active {
	background-color: #5D95C9;
}



@media (min-width: 961px) {
	.banner-page {
		bottom: 30px;
		height: 20px;
	}
	.banner-page .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		margin: 0 16px;
	}
}
@media (max-width: 960px) {}




.homebanner {
	position: relative;
}
.homeboxs {
	padding-top: 30px;
}
.homeaboutlist .leftr {
	background-color: #F5F5F5;
}
.homeaboutlist .leftr .titlebox,
.homeaboutlist .rightr .tabs .i {
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}
.homeaboutlist .leftr .titlebox {
	color: #234C88;
	border-bottom: 2px solid #234C88;
}
.homeaboutlist .leftr .information {
	padding: 10px;
}
.homeaboutlist .leftr .information .desc {
	margin-top: 14px;
}
.homeaboutlist .leftr .information .more {
	color: #234C88;
}
.homeaboutlist .rightr .gallery {
	position: relative;
}
.homeaboutlist .rightr .gallery .colbx2 {
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 14px;
	text-align: left;
}
.homeaboutlist .rightr .gallery .colbx2,
.homeaboutlist .rightr .gallery .colbx2 a {
	color: #fff;
}
.homeaboutlist .rightr .information {
	margin-top: 18px;
}
.homeaboutlist .rightr .tabs {
	border-bottom: 2px solid #D2D2D2;
}
.homeaboutlist .rightr .tabs .i {
	margin-right: 20px;
	cursor: pointer;
}
.homeaboutlist .rightr .tabs .i:last-child {
	margin-right: 0;
}
.homeaboutlist .rightr .tabs .i::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	transition: all .2s;
}
.homeaboutlist .rightr .tabs .i:hover::after,
.homeaboutlist .rightr .tabs .i.active::after {
	background-color: #234C88;
}
.homeaboutlist .rightr .tabs .i.active {
	color: #234C88;
}
.homeaboutlist .rightr .items {
	display: none;
}
.homeaboutlist .rightr .items:first-child {
	display: block;
}
.homeaboutlist .rightr .items .ite {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.homeaboutlist .rightr .items .ite .time {
	margin-right: 20px;
	white-space: nowrap;
	color: #666;
	transition: all .2s;
}
.homeaboutlist .rightr .items .ite:hover .time {
	color: #333;
}
.homebusinesslist .item {
	position: relative;
}
.homebusinesslist .item .link {
	display: block;
}
.homebusinesslist .item .info {
	background-color: rgba(0,0,0, .04);
	overflow: hidden;
}

.homebusinesslist .item .gallery {
	position: relative;
	z-index: 2;
}
.homebusinesslist .item .info,
.homebusinesslist .item .more {
	transition: all .2s;
}
.homebusinesslist .item .info {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		padding-left: 16px;
		padding-right: 16px;
		color: #fff;
}
.homebusinesslist .item .title,
.homebusinesslist .item .info {
	height: 50px;
}
.homebusinesslist .item .title,
.homebusinesslist .item .desc {
		color: #fff;
}
.homebusinesslist .item .title {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.homebusinesslist .item .title .word {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 36px;
}
.homebusinesslist .item .descw {
	line-height: 2;
}
.homebusinesslist .item .more {
	position: absolute;
	left: 34px;
	bottom: 34px;
	width: 60px;
	height: 40px;
	font-size: 0;
	background-size: contain;
	background-image: url(/static/images/iright.png);
	opacity: 0;
	filter: alpha(opacity=0);
}

@media (min-width: 961px) {
	.homeboxs {
		padding-top: 40px;
	}
	.homebusiness {
		padding-bottom: 55px;
	}
	.homeboxs .icontent {
		padding-top: 30px;
	}
	.homeaboutlist {
		justify-content: space-between;
	}
	.homeaboutlist .leftr {
		width: 52%;
		display: flex;
		justify-content: space-between;
	}
	.homeaboutlist .leftr .gallery {
		width: 59%;
	}
	.homeaboutlist .leftr .information {
		width: 41%;
		padding: 30px 24px;
	}
	.homeaboutlist .leftr .information .desc {
		margin-top: 30px;
	}
	.homeaboutlist .leftr .gallery img {
		display: none;
	}
	.homeaboutlist .rightr {
		width: 46%;
	}
	.homeaboutlist .rightr .gallery .colbx2 {
		padding: 0 9.3%;
	}
	
	.homeaboutlist .rightr .tabs .i {
		margin-right: 35px;
	}
	.homeaboutlist .rightr .items .ite {
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: url(/static/images/irig.png);
	}
	.homeaboutlist .rightr .items .ite:hover {
		background-image: url(/static/images/irigb.png);
	}
	.homeaboutlist .rightr .items .ite .tit {
		max-width: 61%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.homebusinesslist .item .title,
	.homebusinesslist .item .info {
		height: 60px;
	}
	.homebusinesslist .item .title {
		line-height: 24px;
		font-size: 20px;
	}
	.homebusinesslist .item .title .word {
		max-height: 48px;
	}
	.homebusinesslist .item .desc {
		margin-top: 36px;
	}
	.homebusinesslist .item .info {
			padding-left: 34px;
			padding-right: 34px;
	}
	.homebusinesslist .item .link:hover .info {
			height: 100%;
			padding-top: 60px;
			background-color: rgba(56,111,158, .66);
	}
	.homebusinesslist .item .link:hover .title {
		justify-content: left;
	}
	.homebusinesslist .item .link:hover .more {
    opacity: 1;
    filter: alpha(opacity=100);
	}

	.homebusinesslist .banner-page {
		display: none;
	}
}
@media (max-width: 960px) {
	.homebusiness {
		padding-bottom: 40px;
	}
	.homeboxs .icontent {
		padding-top: 16px;
	}
	.homeaboutlist .leftr .gallery,
	.homeaboutlist .rightr .gallery {
		background-image: none !important;
	}
	.homeaboutlist .leftr .gallery {
		text-align: center;
	}
	.homeaboutlist .rightr {
		margin-top: 20px;
	}
	.homeaboutlist .rightr .items .ite {
		padding-bottom: 10px;
		font-size: 12px;
		border-bottom: 1px solid #dcdcdc;
	}
	.homeaboutlist .rightr .items .ite .time,
	.homeaboutlist .rightr .items .ite .tit {
		width: 100%;
	}
	.homeaboutlist .rightr .gallery img {
		width: 100%;
	}

	.homebusinesslist {
		position: relative;
		padding-bottom: 22px;
	}
	.homebusinesslist .item .title {
		font-size: 14px;
	}
}



.aboutboxs {
	padding-top: 30px;
}
.companyprofile, .enterprisehonor {
	padding-bottom: 30px;
}
.aboutlistin .item {
	width: 100%;
}
.aboutlistin .item .information {
	position: relative;
}

.companyprofilelist .item .information {
	padding: 20px;
	background-color: #F5F9FC;
}

.memorabilialist .item .word {
	position: relative;
	z-index: 3;
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: #8C8C8C;
}
.memorabilialist .listq {
	position: relative;
	z-index: 4;
	margin-top: 14px;
}
.memorabilialist .listq .itemq:first-child {
	margin-top: 0;
}
.memorabilialist .listq .info {
	padding: 10px;
	line-height: 22px;
	color: #fff;
	background-color: #5D95C9;
}
.memorabilialist .listq .time {
	display: inline-block;
	padding: 0 4px;
	white-space: nowrap;
	color: #5D95C9;
	background-color: #fff;
}
.memorabilialist .listq .tit {
	display: inline-block;
}

@media (min-width: 961px) {
	.aboutboxs {
		padding-top: 80px;
	}
	.companyprofile, .enterprisehonor {
		padding-bottom: 80px;
	}
	.companyprofile .container {
		max-width: 1190px;
	}
	.aboutlistin {
		margin-top: 66px;
	}
	.aboutlistin .item,
	.memorabilialist .listq .itemq {
		display: flex;
		justify-content: space-between;
	}
	.aboutlistin .item .w42 {
		width: 42%;
	}
	.aboutlistin .item .w50 {
		width: 50.4%;
	}
	.aboutlistin .item .gallery img {
		display: none;
	}

	.companyprofilelist .item .information {
		padding: 50px 28px;
	}
	
	.memorabilialist .item .information {
		width: 48%;
	}
	.memorabilialist .item .hasScrollbar {
		padding-right: 20px;
	}
	.memorabilialist .listq .itemq {
		margin-top: 40px;
	}
	.memorabilialist .listq .itemq .info {
		display: flex;
	}
	.memorabilialist .item,
	.memorabilialist .listq .itemq:nth-child(3n),
	.memorabilialist .listq .itemq:nth-child(3n+2),
	.memorabilialist .listq .itemq:nth-child(3n) .info,
	.memorabilialist .listq .itemq:nth-child(3n+2) .info {
		-webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
	.memorabilialist .item .information::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		z-index: 1;
		width: 3px;
		height: 100%;
		margin-left: -2px;
		background-color: #8C8C8C;
	}
	
	.memorabilialist .listq .itemq .leftr {
		font-size: 0;
	}
	.memorabilialist .listq .itemq .rightr {
		width: 57.6%;
	}
	.memorabilialist .listq .itemq .infow {
		display: inline-block;
		position: relative;
	}
	.memorabilialist .listq .itemq .infow::before {
		content: '';
		position: absolute;
		bottom: -15px;
		width: 21px;
		height: 15px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		background-image: url(/static/images/dbg1.png);
	}
	.memorabilialist .listq .itemq .infow::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 2;
		width: 90px;
	}
	.memorabilialist .listq .itemq .descq {
		width: 100%;
		margin-top: 18px;
		float: left;
	}
	.memorabilialist .listq .itemq:nth-child(3n+1) .infow::before {
		left: 32px;
	}
	.memorabilialist .listq .itemq:nth-child(3n) .infow::before,
	.memorabilialist .listq .itemq:nth-child(3n+2) .infow::before {
		right: 32px;
	}
	.memorabilialist .listq .itemq:nth-child(3n+1) .infow::after {
		right: 0;
		box-shadow: 6px 6px 8px rgb(0 0 0 / 30%);
	}
	.memorabilialist .listq .itemq:nth-child(3n) .infow::after,
	.memorabilialist .listq .itemq:nth-child(3n+2) .infow::after {
		left: 0;
		box-shadow: -6px 6px 8px rgb(0 0 0 / 30%);
	}
	.memorabilialist .listq .itemq:nth-child(3n) .infow,
	.memorabilialist .listq .itemq:nth-child(3n+2) .infow {
		float: right;
	}
	.memorabilialist .listq .itemq:nth-child(3n+1) .info {
		padding-right: 30px;
	}
	.memorabilialist .listq .itemq:nth-child(3n) .info,
	.memorabilialist .listq .itemq:nth-child(3n+2) .info {
		padding-left: 30px;
	}
	.memorabilialist .listq .itemq:nth-child(3n+1) .descq {
		padding-left: 70px;
	}
	.memorabilialist .listq .itemq:nth-child(3n) .descq,
	.memorabilialist .listq .itemq:nth-child(3n+2) .descq {
		padding-right: 48px;
	}
	.memorabilialist .listq .itemq:nth-child(3n+1) .timew {
		margin-right: 5px;
	}
	.memorabilialist .listq .itemq:nth-child(3n) .timew,
	.memorabilialist .listq .itemq:nth-child(3n+2) .timew {
		margin-left: 5px;
	}
}
@media (max-width: 1500px) and (min-width: 961px) {
	.memorabilialist .listq .itemq:nth-child(3n+1) .infow::before {
		left: 2vw;
	}
	.memorabilialist .listq .itemq:nth-child(3n) .infow::before,
	.memorabilialist .listq .itemq:nth-child(3n+2) .infow::before {
		right: 2vw;
	}
}
@media (max-width: 960px) {
	.aboutlistin {
		margin-top: 20px;
	}
	.memorabilialist .item .word,
	.memorabilialist .listq .itemq .leftr {
		display: none;
	}
	.memorabilialist .listq {
		margin-top: 20px;
	}
	.memorabilialist .listq .itemq {
		margin-top: 14px;
	}
	.memorabilialist .listq .itemq .descq {
		margin-top: 5px;
	}
}



.aview {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(/static/images/iview.png);
}
.swiper-container-hasScale .swiper-slide {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	transition: all .2s ease-out;
}
.swiper-container-hasScale .swiper-slide  img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.swiper-container-hasScale .swiper-slide-active {
	z-index: 5;
}
.allCommentsT {
	position: relative;
}
.allCommentsT .swiper-container .swiper-slide-active {
	transform: scale(1.2);
}
.allCommentsT .swiper-container {
	max-width: 100%;
}
.allCommentsT .swiper-container .galy {
	overflow: hidden;
}
.allCommentsT .swiper-container .information {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	color: #fff;
	overflow: hidden;
}
.allCommentsT .swiper-container .information .tit {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}
.allCommentsT .swiper-container .information .desc {
	margin-top: 10px;
}
.allCommentsT .swiper-container .information .aview {
	position: absolute;
	z-index: 3;
}
.allCommentsT .swiper-container .swiper-slide-active .information {
	background-color: rgba(93,149,201, .5);
}

@media (min-width: 1501px) {
	.allCommentsT .swiper-container .galy {
		height: 490px;
	}
}
@media (max-width: 1500px) and (min-width: 961px) {
	.allCommentsT .swiper-container .galy {
		height: 32vw;
	}
}
@media (min-width: 961px) {
	.allCommentsT .swiper-container .information {
		padding: 42px;
	}
	.allCommentsT .swiper-container .information .aview {
		right: 42px;
		bottom: 42px;
	}
}
@media (min-width: 1201px) {
	.companyprofilelist .item .gallery {
		min-height: 600px;
	}
	.companyprofilelist .item .hasScrollbar {
		max-height: 570px;
		overflow: auto;
	}
	.memorabilialist .item .gallery {
		min-height: 640px;
	}
	.memorabilialist .item .hasScrollbar {
		max-height: 640px;
		overflow: auto;
	}
	.aview {
		width: 66px;
		height: 66px;
	}
	.allCommentsT .swiper-container {
		padding-top: 90px;
		padding-bottom: 130px;
	}
}
@media (max-width: 1200px) and (min-width: 961px) {
	.companyprofilelist .item .gallery {
		min-height: 400px;
	}
	.companyprofilelist .item .hasScrollbar {
		max-height: 370px;
		overflow: auto;
	}
	.memorabilialist .item .gallery {
		min-height: 440px;
	}
	.memorabilialist .item .hasScrollbar {
		max-height: 440px;
		overflow: auto;
	}
	.aview {
		width: 50px;
		height: 50px;
	}
	.aboutlistin {
		margin-top: 40px;
	}
	.allCommentsT .swiper-container {
		padding-top: 40px;
		padding-bottom: 100px;
	}
}

@media (max-width: 960px) {
	.allCommentsT .swiper-container {
		padding-top: 11vw;
		padding-bottom: 11vw;
	}
	.allCommentsT .swiper-container .information {
		padding: 20px;
		font-size: 12px;
	}
	.allCommentsT .swiper-container .information .aview {
		right: 20px;
		bottom: 20px;
	}
}




/* ---------------------------------
* 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(/static/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(/static/images/prev.png);}
.lb-nav a.lb-next{right:0;background-image:url(/static/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: 961px) {
	.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;}
}




.cloumntw {
	background-color: #D6E1EC;
}
.cloumntw ul {
	padding: 0;
	margin: 0;
}
.cloumntw ul li {
	position: relative;
	display: inline-block;
	list-style: none;
}
.caselistinwpt {
	padding-bottom: 40px;
}
.caselistin .item {
	overflow: hidden;
}
.caselistin .item .infow {
	transition: all .2s;
}
.caselistin .item .infow .w {
	overflow: hidden;
}
.caselistin .item .infow .t {
	vertical-align: bottom;
	font-size: 12px;
}

@media (min-width: 961px) {
	.cloumntw .container {
		height: 6.3vw;
		display: flex;
		align-items: center;
	}
	.cloumntw ul {
		width: 100%;
		margin-top: -10px;
		justify-content: space-between;
	}

	.caselistinwpt {
		padding-bottom: 6%;
	}
	.caselistin .item {
		width: 26.93%;
		margin-top: 9.6%;
		margin-right: 9.6%;
	}
	.caselistin .item:nth-child(3n) {
		margin-right: 0;
	}
	.caselistin .item .infow {
		position: absolute;
		left: 12%;
		right: 12%;
		bottom: 40px;
		padding: 5% 10%;
		background-color: #fff;
		background-position: right 5% center;
		background-repeat: no-repeat;
		background-image: url(/static/images/rr_b.png);
	}
	.caselistin .item .infow .w {
		line-height: 24px;
		font-size: 18px;
	}
	.caselistin .item .link:hover .infow {
		color: #fff;
		background-color: #5D94CA;
		background-image: url(/static/images/rr_w.png);
	}
	.caselistinwpt .pagination {
		margin-top: 7.5%;
	}
}
@media (max-width: 960px) {
	.cloumntw {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.cloumntw ul li {
		margin-right: 10px;
		margin-top: 10px;
	}
	.cloumntw ul li a {
		padding: 5px 10px;
	}
	.cloumntw ul li.active>a {
		color: #fff;
		background-color: #5D94CA;
	}
	.caselistin .item {
		margin-top: 30px;
	}
	.caselistin .item {
		width: 48%;
		margin-right: 4%;
	}
	.caselistin .item:nth-child(2n) {
		margin-right: 0;
	}
	.caselistin .item .infow {
		margin-top: 4px;
	}
}















/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}
<!--0.00011587142944336-->