﻿@charset "utf-8";

@import url("global.min.css");
@import url("//at.alicdn.com/t/font_717131_tvk7zh6dhv.css");

@font-face {
	font-family: SourceHanSerifCN;
	src:url("SourceHanSerifCN-Regular.otf");
}
/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2021-04-21
* 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;
	transition: all .2s;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
a:hover {color: #0079D4;}
/* 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: #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: 'pingfang', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','Open Sans','SimSun';
		font-size: 14px;
		line-height: 1.6;
	}
	body,html {
		background-color: #F1F1F1;
	}

	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 {
		position: relative;
		z-index: 1;
		margin: 0 auto;
	}

	@media (min-width: 1200px) {
		.container {
			width: 1200px;
		}
	}
	@media (max-width: 1199px) and (min-width: 993px) {
		.container {
			width: 940px;
		}
	}
	@media (max-width: 992px) {
		.container {
			margin-left: 20px;
			margin-right: 20px;
		}
	}




/* -------------------------------
float align display
----------------------------------*/
	.display-show {
		display: block;
	}
	.display-hide {
		display: none;
	}
	.display-table {
	    display: table;
	    table-layout: fixed;
	    width: 100%;
	    height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.display-table-cell {
		position: relative;
		display: table-cell;
	    vertical-align: middle;
	    width: 100%;
	    height: 100%;
	}
	.position-rel {
		position: relative;
	}
	.position-abs {
		position: absolute;
	}

	.display-flex {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.display-flex-between {
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.display-flex-wrap {
	    -webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	} 




/* ---------------------------------
* public
------------------------------------*/
	.bgcover-wpt {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.thumb-scale {
		overflow: hidden;
	}

	.thumb-scale img {
		display: block;
		width: 100%;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;	
	}
	.thumb-scale:hover img,
	a:hover .thumb-scale img {
	    -webkit-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
	    -o-transform: scale(1.1,1.1);
	    transform: scale(1.1,1.1);
	}

	.all-content-wrapper {
		display: block;
	    position: relative;
	    line-height: 1.6;
	    font-size: 14px;
	    color: #666;
	    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 .w160 {
		width: 160px;
	}
	.all-content-wrapper table .w220 {
		width: 220px;
	}
	.all-content-wrapper table .w300 {
		width: 300px;
	}
	.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;
	}

	.ban-btns {
		position: absolute;
		top: 50%;
		z-index: 5;
		outline: none;
		color: #DCDCDC;
		text-align: center;
		font-family: "iconfont" !important;
		font-style: normal;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    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;
	}
	.ban-btns:hover {
		color: #0079D4;
	}
	.ban-left {
		left: 0;
	}
	.ban-right {
		right: 0;
	}
	
	.ban-page {
		position: absolute;
		left: 0;
		bottom: 12px;
		z-index: 5;
		width: 100%;
		padding: 0 18px;
		height: 22px;
		text-align: right;
	}
	.ban-page .swiper-pagination-bullet {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		outline: none;
		background-color: #fff;
		transition: all .2s;
	}
	.ban-page .swiper-pagination-bullet-active {
		background-color: #2F5B8A;
	}
	.ban-page-w1 {
		position: absolute;
		left: 0;
		bottom: 20px;
		z-index: 5;
		width: 100%;
		padding: 0 18px;
		height: 22px;
		text-align: right;
	}
	.ban-page-w1 .swiper-pagination-bullet {
		cursor: pointer;
		outline: none;
		width: 20px;
		height: 20px;
		margin: 0 4px;
		line-height: 20px;
		text-align: center;
		color: #333;
		background-color: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
		transition: all .2s;
	}
	.ban-page-w1 .swiper-pagination-bullet-active {
		color: #fff;
		background-color: #2F5B8A;
	}
	.ban-page-blue .swiper-pagination-bullet {
		border-color: #0079D4;
	}
	.ban-page-blue .swiper-pagination-bullet-active {
		background-color: #0079D4;
	}

	.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%;
	}

	#more-list-sh {
		cursor: pointer;
	}

	.site-column {
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.site-column .cn {
		margin: 0;
		padding: 0;
		line-height: 30px;
		color: #25221d;
		font-weight: bold;
		font-size: 24px;
	}

	.hasScrollbar {
		overflow: auto;
	}
	.hasScrollbar::-webkit-scrollbar-track-piece {
		width:4px;
		background-color:#F6F6F6
	}
	.hasScrollbar::-webkit-scrollbar {
		width:4px;
		background-color:#E9E9E9
	}
	.hasScrollbar::-webkit-scrollbar-thumb {
		width:4px;
		background-color:#E9E9E9
	}
	.hasScrollbar::-webkit-scrollbar-thumb:hover {
		width:4px;
		background-color:#E9E9E9
	}

	@media (min-width: 993px) {
		.all-content-wrapper table th,
		.all-content-wrapper table td {
			border: 2px solid #333;
		}
		.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 {
		padding-left: 0;
		margin: 0;
	}

	.siteheader ul li,
	.sitefooter ul li {
		list-style: none;
	}
	.content-isHidden {
		overflow: hidden;
	}

	.bggary {
		background-color: #F4F4F4;
	}
	.position-wrapper,
	.position-wrapper a {
		color: #999;
	}


/*------------------------------------
* map public
------------------------------------*/
	#mapContainer {
		position: relative;
		z-index: 2;
		width: 100%;
		height: 260px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}
	#mapContainer img,
	#mapContainer canvas {
		max-width: none;
	}
	#mapContainer .MicrosoftMap .Infobox .infobox-info {
			padding-top: 0;
	}

	#mapContainer .BMap_bubble_title {
		white-space: normal!important;
		font-weight: bold;
	}
	#mapContainer .BMap_bubble_content {
		margin-top: 2px;
	}
	#mapContainer .BMap_bubble_content .pic,
	#mapContainer .BMapLabel {
		display: none !important;
	}

	@media (min-width: 993px) {
		#mapContainer {
			height: 40vh;
		}
	}
	@media (max-width: 992px) {}


/* ---------------------------------
* pagination
------------------------------------*/
	.pagination {
		width: 100%;
		padding-left: 0;
		margin: 0;
		padding-top: 35px;
		text-align: center;
	}
	.pagination a {
	    display: inline-block;
		padding: 0 10px;
	    margin-top: 5px;
	    line-height: 30px;
		font-size: 14px;
		text-align: center;
		color: #333;
	    -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 a:first-child {
		margin-left: 0;
	}
	.pagination .current,
	.pagination a:hover {
		color: #fff;
		background-color: #0079D4;
	}

	@media (max-width: 767px) {
		.pagination {
			padding-top: 25px;
		}
		.pagination a {
			line-height: 24px;
		}
	}


	.innerbanner {
		position: relative;
	}
	.innerbanner .gallery {
		position: relative;
		z-index: 1;
		height: 120px;
	}
	.innerbanner .gallery img {
		display: none;
		width: 100%;
	}
	.innerbanner .content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		color: #fff;
	}
	.innerbanner .content .pic {
		text-align: center;
		font-weight: bold;
	}
	.innerbanner .content .pic img {
		height: 74px;
	}
	.innerbanner .content .pic .p2 {
		margin-top: 8px;
	}

	@media (min-width: 993px) {
		.innerbanner .content {
			padding: 0 8%;
		}
		.innerbanner .content .word {
			font-size: 48px;
			letter-spacing: 10px;	
		}
		.innerbanner .content .pic img {
			height: 184px;
		}
		.promobanner .gallery img {
			display: none;
		}
	}

	@media (min-width: 1200px) {
		.promobanner .gallery,
		.innerbanner .gallery {
			height: 248px;
		}
	}
	
	@media (max-width: 1199px) and (min-width: 993px) {
		.promobanner .gallery,
		.innerbanner .gallery {
			height: 194px;
		}
	}


	.rightMenuBtn {
		display: block;
		position: absolute;
		top: 12px;
		right: 0;
		z-index: 100;
		width: 35px;
		height: 35px;
}
.rightMenuBtn span {
		display: block;
		position: absolute;
		top: 16px;
		height: 2px;
		transition: 0.5s;
}
.rightMenuBtn .openMenu {
		width: 100%;
		left: 0;
}

.rightMenuBtn span,
.rightMenuBtn span:before,
.rightMenuBtn span:after {
		background-color: #005CA1;
}
.rightMenuBtn span:before,
.rightMenuBtn span:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		transition: 0.5s;
}

.rightMenuBtn .openMenu:before {
		top: -8px;
		left: -0;
}

.rightMenuBtn .openMenu:after {
		top: 8px;
		left: -0;
}

.pagination a {
	display: inline-block;
	padding: 0 10px;
	margin-top: 5px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
}
.pagination .current, .pagination a:hover {
	color: #fff;
	background-color: #005CA1;
}
.pagination .inline {
	display: inline-block;
	margin-top: 5px;
	vertical-align: middle;
}
.pagination .inline input {
	height: 24px;
	width: 50px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0 5px;
	border: 1px solid #BFBFBF;
}


/* ---------------------------------
* header
------------------------------------*/
	.siteheader {
		position: relative;
		z-index: 99;
	}
	.siteheader .top .container {
		display: flex;
		justify-content: space-between;
	}
	.siteheader .logo {
		display: flex;
		align-items: center;
	}
	.siteheader .logo a {
		display: block;
	}
	.siteheader .logo img {
		max-height: 54px;
	}
	.siteheader .search {
		position: relative;
		border: 1px solid #005CA1;
		border-radius: 24px;
	}
	.siteheader .search .ipt {
		padding: 0 14px;
	}
	.siteheader .search .btn,
	.siteheader .search-icon {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		font-size: 0;
		background-image: url(../images/isearch.png);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #005CA1;
		border-top-right-radius: 24px;
		border-bottom-right-radius: 24px;
	}

	.siteheader .bottom {
		background-color: #0079D4;
	}
	.siteheader .menu {
		display: flex;
		justify-content: space-between;
	}
	.siteheader .menu a {
		display: block;
		text-align: center;
		white-space: nowrap;
		color: #fff;
	}
	.siteheader .menu .acitve>a,
	.siteheader .menu>li:hover>a {
		background-color: #005CA1;
	}

	.siteheader .menu>li {
		position: relative;
		flex: 1;
	}
	.siteheader .menu>li>a {
		font-size: 14px;
	}
	.siteheader .menu>li>ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 12;
		min-width: 100%;
		padding: 10px 16px;
		transform: translate(-50%, 0);
		background-color: rgba(0,0,0, .7);
	}
	.siteheader .menu>li>ul>li {
		margin-top: 5px;
	}
	.siteheader .menu>li>ul>li:first-child {
		margin-top: 0;
	}

	.siteheader .menu>li:hover>ul {
		display: block;
	}
	.siteheader .menu>li>ul>li>a:hover {
		color: rgba(255,255,255, .8);
	}
	#siteName {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -5;
	}
	.sitefooter {
		position: relative;
		z-index: 0;
		margin-top: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: 40px;
		line-height: 24px;
		background-color: #fff;
	}

	.sitefooter .links .line:last-of-type {
		display: none;
	}
	.sitefooter .copy {
		margin-top: 5px;
	}
	.sitefooter .box p {
		margin: 0;
	}
	.sitefooter .support {
		display: flex;
		align-items: flex-end;
	}
	.toorbar {
	    position: fixed;
	    right: 8px;
		padding-top: 110px;
	    z-index: 19;
	}


	
.toorbar .cert-item {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100px;
}

.toorbar .cert-item .cert_t {
    position: absolute;
    top: 0;
    left: 0;
}

.toorbar .cert-item .cert_0 {
    z-index: 5;
    left: auto;
    right: 4px;
    top: 30px;
}

@keyframes orbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes orbit2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/* matrix(1,0,0,1,6,12) */
@keyframes matrix3d {
    0% {
        /* transform: matrix(1, 0, 0, 1, 0, 0); */
    }

    50% {
        /* transform: matrix(1, -0.6, 0.1, 1, 10, 3); */
    }

    100% {
        /* transform: matrix(0.96, -0.3, 0.81, 1, -17, 7); */
    }
}



@keyframes slideInHorizontal {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 92px;
        opacity: 1;
    }
}

/* alternate */
.toorbar .cert-item .cert_0 {
    animation: orbit 5s linear infinite;
    transform-origin: 10px center;
}

.toorbar .cert-item .cert_1 {
    z-index: 3;
}

.toorbar .cert-item .cert_2 {
    z-index: 2;
}


.toorbar .cert-item .cert_0 img {
    width: 30px;
    height: 30px;
    animation: orbit2 5s linear infinite;
}

.toorbar .cert-item .cert_1 {
    position: absolute;
    overflow: hidden;
    width: 0;
    background-image: url(../images/cert_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* animation:
        slideInHorizontal 1s ease-in-out forwards;
    animation-iteration-count: infinite; */
}


.toorbar .cert-item .slideInHorizontal {
    -webkit-animation-name: slideInHorizontal;
    animation-name: slideInHorizontal;
}
.toorbar .cert-item .animated1 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.toorbar .cert-item .infinite {
    animation-iteration-count: infinite;
}

.toorbar .cert-item .cert_1,
.toorbar .cert-item .cert_1 img {
    height: 26px;
}
.toorbar .cert-item .cert_1 img {
    display: none;
}

.toorbar .cert-item .cert_2 img {
    width: 100px;
    height: 100px;
}

.toorbar .cert-item .cert_3 {
    bottom: 0;
    top: auto;
    z-index: 9;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #005CA1;
    border-radius: 20px;
}


	.toorbar .item {
	    display: block;
	    position: relative;
	    min-width: 50px;
	    margin-top: 6px;
	    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	    cursor: pointer;
	}
	.toorbar .item:first-child {
	    margin-top: 0;
	}
	.toorbar .item .pic {
	    display: block;
	    width: 50px;
	    height: 50px;
	    font-size: 0;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-color: #fff;
	    transition: all 0.3s;
	}
	.toorbar .showinfo {
	    position: absolute;
	    top: -30px;
	    right: -220px;
	    z-index: 1;
	    width: 140px;
	    padding: 5px;
	    line-height: 22px;
	    font-size: 12px;
	    color: #fff;
	    text-align: center;
	    background-color: #005CA1;
	    border: 1px solid #005CA1;
	    cursor: default;
	}
	.toorbar .showinfo a {
		color: #fff;
	}
	.toorbar .icon_w2 .showinfo {
	    top: 0;
	    min-height: 50px;
	    padding-top: 14px;
    	font-size: 14px;
	}
	.toorbar .icon_w4 .showinfo {
	    top: 0;
	    min-height: 50px;
	    padding-top: 14px;
    	font-size: 14px;
	}
	.toorbar .showinfo .img {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.toorbar .item:hover .pic {
	    background-color: #005CA1;
	}
	.toorbar .item:hover .showinfo {
	    right: 60px;
	}
	.toorbar .icon_w1 .pic {
	    background-image: url(../images/icon_b1.png);
	}
	.toorbar .icon_w1:hover .pic {
	    background-image: url(../images/icon_w1.png);
	}
	.toorbar .icon_w2 .pic {
	    background-image: url(../images/icon_b2.png);
	}
	.toorbar .icon_w2:hover .pic {
	    background-image: url(../images/icon_w2.png);
	}
	.toorbar .icon_w3 .pic {
	    background-image: url(../images/icon_b3.png);
	}
	.toorbar .icon_w3:hover .pic {
	    background-image: url(../images/icon_w3.png);
	}
	.toorbar .icon_w4 .pic {
	    background-image: url(../images/icon_b4.png);
	}
	.toorbar .icon_w4:hover .pic {
	    background-image: url(../images/icon_w4.png);
	}

	@media (min-width: 993px) {
		.toorbar {
		    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%);
		}
		.toorbar .showinfo {
			width: 200px;
		}
		.rightMenuBtn, .siteheader .search-icon {
			display: none;
		}
		.siteheader .top {
			background: url(../images/top_bg.png) repeat-x #fff;
		}
		.siteheader .top .container {
			height: 80px;
			padding-left: 10px;
			padding-right: 16px;
		}
		.siteheader .search {
			display: block !important;
			margin-top: 24px;
			height: 38px;
		}
		.siteheader .search .ipt {
			width: 300px;
			height: 38px;
			font-size: 14px;
		}
		.siteheader .search .btn {
			width: 50px;
		}
		.siteheader .menu>li>a {
			padding: 0 8px;
			line-height: 60px;
		}

		.sitefooter .container {
			display: flex;
			justify-content: space-between;
		}
		.pagination {
			padding-top: 70px;
		}
	}
	@media (min-width: 1201px) {
		.siteheader .top .container {
			height: 120px;
		}
		.siteheader .logo img {
			max-height: 84px;
		}
		.siteheader .search {
			margin-top: 50px;
			height: 48px;
		}
		.siteheader .search .ipt {
			width: 400px;
			height: 48px;
			font-size: 18px;
		}
		.siteheader .search .btn {
			width: 70px;
		}
		.siteheader .menu>li>a {
			padding: 0 20px;
		}
	}
	@media (max-width: 992px) {
		.toorbar {
			bottom: 30px;
		}
		.toorbar .showinfo .desc {
			display: none;
		}
		/* header */
		.mm-menu {
			background: #fff;
		}
		.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
			background: rgba(0,0,0,.3);
		}
		.mm-panel_opened-parent {
		    -webkit-transform: translate(-100%,0);
		    -ms-transform: translate(-100%,0);
		    transform: translate(-100%,0);
		    -webkit-transform: translate3d(-100%,0,0);
		    transform: translate3d(-100%,0,0);
		}
		.pagination .inline {
			display: none;
		}

		.headerH,
		.siteheader .container {
			height: 60px;
		}
		.siteheader {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			background-color: #fff;
			-webkit-box-shadow: 0 2px 8px rgba(0,0,0, .1);
			box-shadow: 0 2px 8px rgba(0,0,0, .1);
		}
		.siteheader .search,
		.siteheader .bottom {
			display: none;
		}
		.siteheader .search-icon {
			right: 46px;
			top: 14px;
			width: 30px;
			height: 30px;
			background-color: transparent;
			background-image: url(../images/isearch_blue.png);
		}
		.siteheader .search {
			position: fixed;
			top: 60px;
			left: 0;
			right: 0;
			z-index: 90;
			padding: 10px 20px;
			background-color: #fff;
			border: none;
			border-radius: 0;
		}
		.siteheader .search .btn {
			width: 50px;
			top: 10px;
			bottom: 10px;
			right: 20px;
		}
		.siteheader .search .ipt {
			width: 100%;
			padding-right: 66px;
			height: 34px;
			border: 1px solid #005CA1;
    	border-radius: 24px;
		}
		.siteheader .logo img {
			height: 38px;
		}

		.sitefooter {
			padding-top: 14px;
			padding-bottom: 14px;
		}
		.sitefooter .support {
			margin-top: 5px;
		}

		#wrapper {
			margin-top: 60px;
		}
	}



	.left_bar .col {
		display: flex;
		align-items: center;
		padding-left: 20px;
		background-color: #005CA1;
	}
	.page_body .left_bar,
	.page_body .right_cot {
		background-color: #fff;
	}

	.page_body .left_bar .sub {
		padding: 0;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 24px;
	}
	.page_body .left_bar .sub li {
		list-style: none;
		margin-top: 12px;
		padding-left: 24px;
		border-bottom: 1px solid #F1F1F1;
		transition: all .2s;
	}
	.page_body .left_bar .sub li:first-child {
		margin-top: 0;
	}
	.page_body .left_bar .sub li a {
		display: block;
		position: relative;
		padding-right: 10px;
		padding-bottom: 12px;
		color: #666;
	}
	.page_body .left_bar .sub li a::before {
		content: '';
		position: absolute;
		left: -12px;
		top: 11px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #666;
		transition: all .2s;
	}
	.page_body .left_bar .sub li.active {
		border-bottom-color: #005CA1;
	}
	.page_body .left_bar .sub li.active a::before,
	.page_body .left_bar .sub li:hover a::before {
		background-color: #005CA1;
	}
	.page_body .left_bar .sub li.active a,
	.page_body .left_bar .sub li:hover a {
		color: #005CA1;
	}
	.page_body .right_cot {
		padding: 20px;
		padding-bottom: 50px;
	}
	.colwps {
		display: flex;
		justify-content: space-between;
		border-bottom: 2px solid #ECECEC;
	}
	.colwps .ccs {
		position: relative;
		padding-bottom: 4px;
		font-size: 18px;
		font-weight: 500;
		color: #005CA1;
	}
	.colwps .ccs::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		z-index: 3;
		bottom: -2px;
		height: 2px;
		background-color: #005CA1;
	}
	.positionwrp {
		padding-top: 6px;
	}
	.positionwrp .cur {
		color: #005CA1;
		font-weight: 500;
	}

	.title20 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #005CA1;
	}

	.title24 {
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #212121;
	}
	.page_content {
		padding-top: 24px;
		overflow: hidden;
	}
	.page_content .title20 {
		padding-bottom: 12px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #ECECEC;
	}
	.page_content .title24 {
		margin-bottom: 20px;
	}
	
	@media (min-width: 993px) {
		.inner-wrapper {
			margin-top: 20px;
		}
		.page_body {
			display: flex;
			justify-content: space-between;
		}
		.page_body .left_bar {
			width: 200px;
			flex: 0 0 200px;
			padding-bottom: 50px;
		}
		.page_body .right_cot {
			flex: 1;
			margin-left: 20px;
		}
		.page_body .left_bar .col {
			height: 150px;
		}
		.page_body .left_bar .col .text {
			display: none;
		}
		.page_body .left_bar .sub li {
			font-size: 16px;
		}
		.haspadding {
			padding-left: 12px;
			padding-right: 12px;
		}
		.title24 {
			font-size: 24px;
		}
	}
	@media (max-width: 992px) {
		.innerbanner .content {
			padding-right: 16px;
		}
		.innerbanner .content .word {
			font-size: 22px;
		}
		.page_body .left_bar {
			padding: 0 20px;
			padding-top: 14px;
		}
		.left_bar .col .word, .right_cot .colwps .ccs {
			display: none;
		}
		.left_bar .col {
			padding: 0;
			font-size: 16px;
			color: #005CA1;
			background-color: transparent;
		}
		.right_cot .colwps {
			padding-bottom: 5px;
		}
		.page_body .left_bar .sub {
			padding-bottom: 0;
		}
		.innerbanner .container,
		.inner-wrapper .container {
			margin: 0;
		}
		.page_body .left_bar .sub li a::before {
			top: 8px;
		}
	}



.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;
}



.cultureList .item {
	margin-top: 20px;
	background-color: #FAFAFA;
}
.cultureList .item .title {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	background-color: #005CA1;
}
.cultureList .item .title,
.cultureList .item .all-content-wrapper {
	padding-left: 10px;
	padding-right: 10px;
}
.cultureList .item .all-content-wrapper {
	padding-top: 16px;
	padding-bottom: 20px;
	line-height: 24px;
}


.listList .item {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ECECEC;
}
.listList .item .link {
	display: block;
	position: relative;
	z-index: 1;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 16px;
}
.listList .item .link::before {
	content: '>';
	position: absolute;
	top: 6px;
	left: 0;
}
.listList .item .link .time {
	color: #333;
}
.listList .item .link .title {
	display: block;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.listList .item .down {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 5;
}


@media (min-width: 993px) {
	.ListsWrap .item-rr3 {
		width: 32.2%;
		margin-right: 1.7%;
	}
	.ListsWrap-2 .item-rr3 {
		width: 31.4%;
		margin-right: 2.9%;
	}
	.ListsWrap .item-rr3:nth-child(1),
	.ListsWrap .item-rr3:nth-child(2),
	.ListsWrap .item-rr3:nth-child(3) {
		margin-top: 0;
	}
	.ListsWrap .item-rr3:nth-child(3n) {
		margin-right: 0;
	}
	.cultureList .item .title {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 18px;
	}
	.cultureList .item .title,
	.cultureList .item .all-content-wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.cultureList .item .all-content-wrapper {
		min-height: 160px;
	}
	.listList .item .link .time {
		position: absolute;
		right: 0;
		top: 6px;
	}
	.listList .item .link .title {
		max-width: 76%;
	}
	.listList .item.itemhasdown {
		padding-right: 50px;
	}
}
@media (max-width: 992px) {
	.cultureList .item {
		width: 100%;
	}
	.cultureList .item:first-child {
		margin-top: 0;
	}
	.listList .item .link .time {
		display: none;
		text-align: right;
		font-size: 12px;
	}
	.listList .item.itemhasdown {
		padding-bottom: 30px;
	}
	.listList .item .down {
		bottom: 8px;
	}
}


.promoinfo,
.promocontent,
.promocontent .rbottom,
.promocontent .searp,
.promoservice,
.promotext,
.promocontact,
.promotext .panel,
.promocontact .ListsWrapwp {
	position: relative;
	margin-top: 20px;
}
.promocontent .dongtai,
.promocontent .rtop .item48,
.promocontent .rbottom,
.promoservice .container,
.promotext .item49,
.promocontact .container {
	padding: 15px;
	background-color: #fff;
}

.promocontent .colwps .ccs,
.promoservice .colwps .ccs,
.promotext .colwps .ccs,
.promocontact .colwps .ccs {
	font-weight: bold;
}


.promoinfo .ListsWrap {
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #fff;
}
.promoinfo .ListsWrap .item .col {
	padding-bottom: 6px;
	font-weight: bold;
	color: #005ca1;
	border-bottom: 1px solid #005ca1;
}
.promoinfo .ListsWrap .item .col img {
	margin-right: 10px;
}
.promoinfo .ListsWrap .item .list {
	margin-top: 10px;
}
.promoinfo .ListsWrap .item .list a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 20px;
	color: #666;
}
.promoinfo .ListsWrap .item .list a .iconfont {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 18px;
}
.promoinfo .ListsWrap .item .list a:hover {
	color: #005ca1;
}
.promoinfo .item3 .swiper-container {
	height: 90px;
}

@media (min-width: 993px) {
	.promoinfo .ListsWrap .item {
		width: 33.33%;
		padding: 0 15px;
		padding-right: 30px;
	}
	.promoinfo .ListsWrap .item .col {
		line-height: 44px;
		font-size: 20px;
	}
	.promoinfo .ListsWrap .item .col img {
		margin-right: 30px;
	}
	.promoinfo .ListsWrap .item .list a {
		max-width: 58%;
	}
	.promoinfo .ListsWrap .item .list .it {
		height: 30px;
		overflow: hidden;
	}
	.promoinfo .ListsWrap .item .list a {
		line-height: 24px;
	}
}

@media (max-width: 992px) {
	.promoinfo {
		margin-top: 0;
	}
	.promobanner .container,
	.promoinfo .container,
	.promocontent .container,
	.promoservice .container,
	.promotext .container,
	.promocontact .container {
		margin: 0;
	}
	.promoinfo .ListsWrap .item,
	.promocontent .rtop .item48 {
		width: 100%;
		margin-top: 20px;
	}
	.promoinfo .ListsWrap .item:first-child {
		margin-top: 0;
	}
	.promoinfo .container .ListsWrap {
		padding: 20px;
	}
	.promoinfo .ListsWrap .item .col {
		line-height: 30px;
	}
	.promoinfo .ListsWrap .item .col img {
		height: 30px;
	}
	.promoinfo .ListsWrap .item .list .it {
		height: 30px;
	}
	.promoinfo .ListsWrap .item .list a {
		padding-left: 18px;
	}
	.promoinfo .ListsWrap .item .list a .iconfont {
		font-size: 15px;
	}
}




.promocontent .dongtai .gallery {
	position: relative;
}
.promocontent .dongtai .gallery a {
	display: block;
}
.promocontent .dongtai .gallery img {
	display: block;
	width: 100%;
}

.promocontent .dongtai .infos {
	padding-top: 16px;
}
.promocontent .positionwrp a,
.promoservice .positionwrp a {
	color: #005ca1;
}
.listListprom .item .link::before {
	content: '';
	top: 14px;
	width: 5px;
	height: 5px;
	background-color: #666;
	border-radius: 50%;
}

.listListprom {
	margin-top: 10px;
}
.listListprom .item {
	border-bottom: none;
}

.promocontent .searp {
	position: relative;
}
.promocontent .searp .ipt {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	padding-right: 62px;
	color: #999;
	border: 1px solid #BFBFBF;
}
.promocontent .searp .btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	font-size: 0;
	border: none;
	background-image: url(../images/sear.png);
	background-repeat: no-repeat;
	background-position: center;
}
.promocontent .itemright .listListprom .item .link .title {
	max-width: 100%;
}

.promocontent .rbottom .swiper-container {
	height: 300px;
}



@media (min-width: 993px) {
	.ListsWrapwp {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.ListsWrapwp .item49 {
		width: 49.4%;
	}
	.listListprom .item .link .title {
		max-width: 84%;
	}
	.promocontent .rtop {
		justify-content: space-between;
	}
	.promocontent .rtop .item48 {
		width: 48%;
	}
	.promocontent .rtop .listListprom {
		height: 102px;
		overflow: hidden;
	}
	.promocontent .rbottom .item {
		margin-top: 8px;
	}
}
@media (max-width: 992px) {
	.ListsWrapwp .item49 {
		width: 100%;
	}
}






.promoservice .ListsWrap .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48%;
	margin-right: 4%;
	height: 80px;
	margin-top: 20px;
	color: #fff;
	transition: all .2s;
}

.promotext .ListsWrapwp .tabs {
	position: relative;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.promotext .ListsWrapwp .tabs::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	z-index: 1;
	background-color: #ECECEC;
}

.promotext .tabs .colwps .ccs {
	color: #333;
	transition: all .2s;
	cursor: pointer;
}
.promotext .tabs .colwps .ccs::after {
	background-color: transparent;
	transition: all .2s;
}
.promotext .tabs .colwps.active .ccs {
	color: #005CA1;
}
.promotext .tabs .colwps.active .ccs::after {
	background-color: #005CA1;
}

.promotext .panel .conbox {
	display: none;
}
.promotext .panel .conbox:first-child {
	display: block;
}
.promotext .panel .conbox .lispt {
	display: flex;
	justify-content: space-between;
}
.promotext .panel .conbox .pic {
	flex: 0 0 150px;
	width: 150px;
}
.promotext .panel .conbox .text {
	flex: 1;
	padding-left: 12px;
}

.promoservice .ListsWrap .item:nth-child(1):hover {
	background-image: url(../images/fuwu_1.jpg) !important;
}
.promoservice .ListsWrap .item:nth-child(2):hover {
	background-image: url(../images/fuwu_2.jpg) !important;
}
.promoservice .ListsWrap .item:nth-child(3):hover {
	background-image: url(../images/fuwu_3.jpg) !important;
}
.promoservice .ListsWrap .item:nth-child(4):hover {
	background-image: url(../images/fuwu_4.jpg) !important;
}

.promoservice .ListsWrap .item a {
	color: #fff
}
.promoservice .ListsWrap .item .emails,
.promoservice .ListsWrap .item:nth-child(4):hover .word {
	display: none;
}
.promoservice .ListsWrap .item:nth-child(4):hover .emails {
	display: block;
}


@media (min-width: 993px) {
	.promoservice .ListsWrap .item {
		width: 24%;
		margin-right: 1.3%;
		height: 74px;
		font-size: 18px;
	}
	.promoservice .ListsWrap .item:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.promoservice .ListsWrap .item {
		font-size: 16px;
	}
	.promoservice .ListsWrap .item:nth-child(2n) {
		margin-right: 0;
	}
	.promotext .panel .conbox .pic {
		flex: 0 0 120px;
		width: 120px;
	}
}



.promocontact .rightwt {
	text-align: center;
	color: #666;
}

@media (min-width: 993px) {
	.promocontact .leftwt .text {
		line-height: 2;
	}
	.promocontact .rightwt {
		display: flex;
		justify-content: space-between;
		padding-left: 3%;
		padding-right: 10px;
	}
}
@media (max-width: 992px) {
	.promocontact .rightwt,
	.promocontact .rightwt .it {
		margin-top: 10px;
	}
	.promocontact .rightwt .it:first-child {
		margin-top: 0;
	}
}
@media (max-width: 992px) and (min-width: 381px) {
	.promotext .tabs .colwps .ccs {
		font-size: 14px;
	}
}
@media (max-width: 992px) and (min-width: 481px) {
	.promocontact .rightwt {
		text-align: left;
	}
}
@media (max-width: 380px) {
	.siteheader .logo img {
		height: 34px;
	}
	.promocontent .itemright .listListprom .item .link .title,
	.promotext .tabs .colwps .ccs {
		font-size: 12px;
	}
	.promobanner .ban-page-w1 {
		display: none;
	}
	.promobanner .ban-page-w1,
	.promocontent .ban-page {
		bottom: 0;
	}
}




.page_body .right_cot.certificate__right_cot {
	margin-left: 0;
}

/* certificate__wrapper */
.certificate__contentwpt {
    padding: 20px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #fff;
}

.certificate_form {
    display: flex;
    /* flex-wrap: wrap; */
}

.certificate_form .certificate_field,
.certificate_form .certificate_submit {
    height: 40px;
    padding: 0 20px;
    border-radius: 2px;
    outline: none;
}

.certificate_form .certificate_field {
    width: 400px;
    border: 1px solid #E6E6E6;
}

.certificate_form .certificate_submit {
    width: 120px;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #005CA1;
    border: none;
}

.certificate_keys {
    margin-top: 20px;
    padding-top: 10px;
    color: #005CA1;
    border-top: 1px solid #E6E6E6;
}

.certificate_listr {
    margin-top: 20px;
}

.certificate_listr .itemr {
    margin-top: 40px;
}

.certificate_listr .itemr:first-child {
    margin-top: 0;
}

.certificate_listr .itemr .titler {
    display: inline-block;
    min-width: 110px;
    padding: 8px 20px;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
    color: #005CA1;
    background: #E0E7EE;
    border-radius: 2px;
}

.certificate_listr .itemr .tps {
    margin-top: 22px;
}

.certificate_listr .itemr .lst_rt {
    margin-top: 10px;
}

.certificate_listr .itemr .table_tb,
.certificate_listr .itemr .css_table {
    width: 100%;
}

.certificate_listr .itemr .table_tb td,
.certificate_listr .itemr .css_table .css_table_cell {
    position: relative;
    padding: 10px;
}

.certificate_listr .itemr .table_tb thead,
.certificate_listr .itemr .css_table .css_table_cell:first-child {
    color: #777;
    background-color: rgba(224, 231, 238, .4);
}

.certificate_listr .itemr .table_tb {
    border-collapse: collapse;
}

.certificate_listr .itemr .table_tb td {
    vertical-align: middle;
    /* border: 1px solid #ddd; */
}

.certificate_listr .itemr .table_tb tr {
    border-top: 1px solid rgba(230, 230, 230, .4);
}

.certificate_listr .itemr .css_table .css_table_cell:first-child {
	white-space: nowrap;
}


@media (min-width: 993px) {
    .certificate__wrapper .colwrapt .colwboxr {
        background-color: #fff;
    }

    .certificate_listr .itemr .table_tb {
        border: 1px solid rgba(230, 230, 230, .4);
    }

    .certificate_listr .itemr .css_table {
		display: flex;
        /* display: grid;
        grid-template-columns: repeat(7, 1fr); */
        border: 1px solid rgba(230, 230, 230, .4);
    }

    .certificate_listr .itemr .css_table .css_table_row {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

	.certificate_listr .itemr .css_table .css_table_row:nth-child(1),
	.certificate_listr .itemr .css_table .css_table_row:nth-child(7) {
		min-width: 90px;
	}
	.certificate_listr .itemr .css_table .css_table_row:nth-child(2) {
		min-width: 190px;
	}
	.certificate_listr .itemr .css_table .css_table_row:nth-child(3) {
		width: 100%;
	}
	.certificate_listr .itemr .css_table .css_table_row:nth-child(4) {
		min-width: 140px;
	}
	.certificate_listr .itemr .css_table .css_table_row:nth-child(5) {
		min-width: 210px;
	}
	.certificate_listr .itemr .css_table .css_table_row:nth-child(6) {
		min-width: 150px;
	}
	

    .certificate_listr .itemr .css_table .css_table_cell {
        width: 100%;
        position: relative;
    }

    .certificate_listr .itemr .css_table .css_table_cell:first-child {
        height: 40px;
    }

    .certificate_listr .itemr .table_tb .mc {
        width: 30%;
    }

    .certificate_listr .itemr .table_tb td::before,
    .certificate_listr .itemr .css_table .css_table_cell::before {
        content: '';
        position: absolute;
        left: 0;
        top: 14px;
        width: 1px;
        height: 20px;
        background-color: #E6E6E6;
    }

    /* .certificate_listr .itemr .table_tb td:first-child,
    .certificate_listr .itemr .css_table .css_table_row:first-child .css_table_cell {
        padding-left: 50px;
    } */

    .certificate_listr .itemr .table_tb td:first-child::before,
    .certificate_listr .itemr .css_table .css_table_row:first-child .css_table_cell::before {
        /* left: 40px; */
		display: none;
    }
}

@media (max-width: 992px) {
    .certificate_listr .itemr .css_table {
        display: table;
        border-collapse: collapse;
    }

    .certificate_listr .itemr .css_table .css_table_row {
        display: table-row;
		width: 100%;
	}

    .certificate_listr .itemr .css_table .css_table_cell {
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #ddd;
    }
}





/* 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;
}
