﻿@charset "utf-8";

@import url("global.min.css");


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2023-06-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;
	border: none;
	transition: all .2s;
}

/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
	outline: none;
	text-decoration: none;
}

.colorblue,
a:hover {
	color: #13325E;
}

/* 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;
	object-fit: cover;
}

/** * 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;
	/* -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	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: #777;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #777;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #777;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #777;
}

/* 文字选中样式 */
::-moz-selection {
	color: #fff;
	background-color: #13325E;
}

::selection {
	color: #fff;
	background-color: #13325E;
}

.scroll-animate.animated {
	visibility: hidden;
}

/*animate补充动画*/
@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall;
}

@keyframes fadeOutDownSmall {

	from {
		opacity: 1;
		transform: none;
	}

	to {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

.swiper-container {
	position: relative;
	overflow: hidden;
}

/* -------------------------------
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 SC', 'Microsoft Yahei', 'Helvetica', 'Noto Sans S Chinese', 'Open Sans', 'SimSun';
	font-size: 14px;
	line-height: 1.6;
	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 MOVEImg {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@keyframes MOVEImg {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-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%;
}

/* ---------------------------------
* public
------------------------------------*/
.bggaryF8F8F8 {
	background-color: #F8F8F8;
}

.bgcoverwpt {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.historyboxr .historyitem .allcontentwrapper p,
.historyboxr .historyitem .allcontentwrapper div,
.prodetailinfo .leftr .gallery,
.parametercurve .list3 li,
.thumb-scale {
	overflow: hidden;
}
.historyboxr .historyitem .allcontentwrapper img,
.prodetailinfo .leftr .gallery img,
.parametercurve .list3 li img,
.thumb-scale img {
	display: block;
	width: 100%;
	transition: all .3s ease-out;
}

.historyboxr .historyitem .allcontentwrapper img:hover,
.parametercurve .list3 li:hover img,
.prodetailinfo .leftr .gallery:hover img,
.innovationlistbr .item:hover .thumb-scale img,
.cultureinfos .item:hover .thumb-scale img,
.cultureteam .item:hover .thumb-scale img,
a:hover .thumb-scale img {
	transform: scale(1.1, 1.1);
}


.thumb-width-height-opacity {
    position: relative;
}

.thumb-width-height-opacity:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.thumb-width-height-opacity:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


.thumb-width-height-opacity:hover:before,
.thumb-width-height-opacity:focus:before {
    left: 50%;
    width: 0;
    opacity: 0.5;
}

.thumb-width-height-opacity:hover:after,
.thumb-width-height-opacity:focus:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}

a:hover .thumb-width-height-opacity:before,
a:focus .thumb-width-height-opacity:before {
    left: 50%;
    width: 0;
    opacity: 0.5;
}

a:hover .thumb-width-height-opacity:after,
a:focus .thumb-width-height-opacity:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}

.thumb-slash {
    position: relative;
}

.thumb-slash:after {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
	z-index: 6;
    background-color: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    left: -100%;
    content: ' ';
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.thumb-slash:hover:after {
    left: 200%;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

a:hover .thumb-slash:after,
a:focus .thumb-slash:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}

.allcontentwrapper {
	display: block;
	position: relative;
}

/* .allcontentwrapper p {
	margin: 0;
} */
.prodetailinfo .rightr .content .text>p:first-child,
.allcontentwrapper>p:first-child {
	margin-top: 0;
}

.prodetailinfo .rightr .content .text>p:last-child,
.allcontentwrapper>p:last-child {
	margin-bottom: 0;
}

.ql-align-center {
	text-align: center;
}

.ql-align-right {
	text-align: right;
}

.allcontentwrapper .tcenter {
	text-align: center;
}

.has-tables table {
	width: 100%;
}

.allcontentwrapper table thead {
	text-align: center;
}

.allcontentwrapper table th,
.allcontentwrapper table td {
	vertical-align: middle;
	padding: 8px;
	word-break: break-all;
	border: 1px solid #CFCFCF;
}

.allcontentwrapper table th {
	font-weight: normal;
}

.allcontentwrapper table td a {
	color: #13325E;
}

.allcontentwrapper table td a:hover {
	text-decoration: underline;
}


.sitebanner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.sitebanner .gallery {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sitebanner .gallery img,
.sitebanner .gallery video {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}
.sitebanner .gallery video {
	height: 100%;
	object-fit: cover;
}
.prodetailinfo .rightr .content .text,
.hasScrollbar {
	overflow: auto;
}
.prodetailinfo .rightr .content .text::-webkit-scrollbar-track-piece,
.hasScrollbar::-webkit-scrollbar-track-piece {
	width: 4px;
	background-color: #eee
}
.prodetailinfo .rightr .content .text::-webkit-scrollbar,
.hasScrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: #fff
}
.prodetailinfo .rightr .content .text::-webkit-scrollbar-thumb,
.hasScrollbar::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #fff
}
.prodetailinfo .rightr .content .text::-webkit-scrollbar-thumb:hover,
.hasScrollbar::-webkit-scrollbar-thumb:hover {
	width: 4px;
	background-color: #fff
}

.listsWrap {
	display: flex;
	flex-wrap: wrap;
}

.listsWrapGrid {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(1, 1fr);
	/* justify-items: center; */
	align-items: stretch;
}

.listsWrap .item,
.listsWrap .item .link,
.listsWrapGrid .item,
.listsWrapGrid .item .link {
	position: relative;
}

.listsWrap .item .link,
.listsWrapGrid .item .link {
	display: block;
}

.pagination {
	margin-top: 20px;
	text-align: center;
}

.pagination a {
	display: inline-block;
	min-width: 22px;
	height: 22px;
	padding: 0 2px;
	line-height: 22px;
	text-align: center;
	border-bottom: 1px solid transparent;
}

.pagination a:hover,
.pagination .current {
	color: #13325E;
}

.pagination .current {
	border-color: #13325E;
}

.pagination-gray a {
	padding: 0 10px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: none
}

.pagination-gray a:hover,
.pagination-gray .current {
	color: #333;
}

.pagination-gray .current {
	background-color: #EFEFEF;
}


.innerbanner .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	padding-top: 8vw;
}

.innerbanner .content h2 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.innerbanner .content .en {
	margin-top: 5px;
}
.page-wrapper {
	overflow: hidden;
}

@media (min-width: 961px) {
	.paddingTop30 {
		padding-top: 30px;
	}
	.paddingTop60 {
		padding-top: 60px;
	}
	.paddingTop80 {
		padding-top: 80px;
	}

	.paddingTop100 {
		padding-top: 100px;
	}

	.paddingBottom30 {
		padding-bottom: 30px;
	}
	.paddingBottom60 {
		padding-bottom: 60px;
	}
	.paddingBottom80 {
		padding-bottom: 80px;
	}

	.paddingBottom100 {
		padding-bottom: 100px;
	}

	.pagination {
		margin-top: 60px;
	}

	.pagination a {
		margin-right: 8px;
	}

	.pagination a:last-child {
		margin-right: 0;
	}

	.listsWrap3r .item {
		width: 30%;
		margin-right: 5%;
		margin-top: 5%;
	}

	.listsWrap3r .item:nth-child(2),
	.listsWrap3r .item:nth-child(3) {
		margin-top: 0;
	}

	.listsWrap3r .item:nth-child(3n) {
		margin-right: 0;
	}

	.innerbanner .content .en {
		margin-top: 14px;
	}
}

@media (max-width: 960px) {
	.page-wrapper {
		min-height: 40vh;
	}

	.paddingTop100 {
		padding-top: 30px;
	}

	.paddingBottom100 {
		padding-bottom: 40px;
	}

	.listsWrap3r .item {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}

	.listsWrap3r .item:nth-child(2) {
		margin-top: 0;
	}

	.listsWrap3r .item:nth-child(2n) {
		margin-right: 0;
	}

	.innerbanner .gallery img {
		height: 36vw;
	}
}

@media (max-width: 640px) {
	.has-tables {
		position: relative;
		overflow: auto;
	}

	.has-tables table {
		min-width: 640px;
	}

	.allcontentwrapper .has-tables::after {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 20px;
		background-color: rgba(0, 0, 0, .1);
		-webkit-filter: blur(9px);
		filter: blur(9px);
	}
}

.prodnav ul,
.siteheader ul,
.sitefooter ul {
	padding-left: 0;
	margin: 0;
}

.prodnav ul li,
.siteheader ul li,
.sitefooter ul li {
	list-style: none;
}

.isHidden {
	overflow: hidden;
}

.content-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 132;
	background-color: rgba(0, 0, 0, .5);
}

#content-3d {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	z-index: 136;
	max-width: 1024px;
	width: 80%;
	text-align: center;
	/* background-color: rgba(0,0,0,.5); */
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


#content-3d .closebtn {
	position: absolute;
	z-index: 110;
	cursor: pointer;
	width: 40px;
	height: 40px;
	top: 0;
	right: -40px;
}

#content-3d .closebtn:after,
#content-3d .closebtn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#content-3d .closebtn:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 0;
	width: 24px;
	margin-top: -1px;
	margin-left: -12px;
}

#content-3d .closebtn:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 24px;
	width: 0;
	margin-left: -1px;
	margin-top: -12px;
}

.contentdfix {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10003;
	background: rgba(5, 5, 5, 0.66);
}

.contentdfix .closer {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 60px;
	height: 60px;
	cursor: pointer;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-image: url(../images/close.png);
}

.contentdfix .boxwr {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 800px;
	width: 86%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.contentdfix .boxwr .bgytitle {
	margin-bottom: 12px;
	font-size: 16px;
}

.contentdfix .boxwr .content {
	max-height: 86vh;
	padding: 20px;
}

.ql-align-center {
	text-align: center;
}


@media (min-width: 961px) {
	.contentdfix .boxwr .content {
		padding: 40px;
	}

	.contentdfix .boxwr .bgytitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
}



#mapContainer {
	position: relative;
	width: 100%;
	height: 240px;
}

#mapContainer img,
#mapContainer canvas {
	max-width: none;
}

#mapContainer .MicrosoftMap .Infobox .infobox-info {
	padding-top: 0;
}

#mapContainer .icon {
	cursor: pointer;
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	background-position: -11px -55px;
}

#mapContainer .icon-cir {
	height: 31px;
	width: 28px;
}

#mapContainer .myinfowindow h5 {
	margin: 0;
	font-size: 14px;
}

#mapContainer .myinfowindow .inftrs,
#mapContainer .contactlist .item {
	font-size: 12px;
}

#mapContainer .contactlist .item .pic {
	display: none;
}

#mapContainer .contactlist .item .info {
	padding: 0;
}

.hideallt {
	display: none !important;
}



#commentform .item .it,
#commentform .form-captcha,
.iormlistppr {
	position: relative;
}

#commentform .form-captcha label,
#commentform .item .lb {
	display: block;
}

#commentform #captcha_code,
#commentform .fcontrol {
	width: 100%;
	height: 40px;
	padding: 0 5px;
	border: 1px solid #ABABAB;
}


#commentform textarea.fcontrol {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 170px;
	resize: none;
}

#commentform #captcha_code {
	margin-right: 10px;
}

#commentform .form-captcha {
	width: 100%;
}

#commentform .item-sub {
	margin-top: 30px;
	text-align: center;
}

#commentform .btnwrat {
	display: inline-block;
	min-width: 104px;
	height: 35px;
	padding: 0 24px;
	border: none;
	color: #fff;
	background: #13325E;
	border-radius: 60px;
}

#commentform .fcontrol.error {
	border-color: #f00;
}

#commentform label.error {
	/* display: none !important; */
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 12px;
	color: #f00;
}

#canvas {
	flex: 0 0 140px;
	width: 140px;
	height: 40px;
	user-select: none;
}


@media (min-width: 961px) {
	#mapContainer {
		height: 446px;
	}

	#commentform .form-captcha,
	#commentform .form-captcha .t,
	#commentform .disflex {
		display: flex;
	}

	#commentform .form-captcha label,
	#commentform .item .lb {
		line-height: 40px;
		text-align: right;
		flex: 0 0 60px;
		width: 60px;
		white-space: nowrap;
	}

	#commentform .itemmt {
		margin-top: 30px;
	}

	#commentform .form-captcha .t,
	#commentform .item .it {
		flex: 1;
	}

	#commentform .items3,
	#commentform .items1 {
		justify-content: space-between;
	}

	#commentform .items1 .item {
		width: 49%;
		margin-top: 30px;
	}

	#commentform .form-captcha label.error {
		left: 60px;
		bottom: -28px;
		text-align: left;
	}
}

@media (max-width: 960px) {
	#commentform .form-captcha .t {
		display: flex;
	}
}








/* -------------------------------
container
----------------------------------*/
.container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media (min-width: 961px) {
	.container {
		max-width: 1376px;
		width: 88%;
	}

	.hidemoum .headbotm {
		display: none !important;
	}
}

@media (max-width: 960px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.hamburger {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 20;
	line-height: 0;
	width: 35px;
	height: 24px;
	transform: translate(0, -50%);
}

.hamburger:after,
.hamburger:before {
	content: '';
	display: block;
	height: 2px;
	border-radius: 2px;
}

.hamburger span {
	display: block;
	height: 2px;
	margin: 6px 0;
}

.hamburger:after,
.hamburger:before,
.hamburger span {
	position: relative;
	width: 100%;
	background: #13325E;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.hamburger.active {
	top: 12px;
	width: 24px;
}

.hamburger.active span {
	display: none;
}

.hamburger.active:before {
	top: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.active:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mmenulayBg {
	opacity: 0;
	position: fixed;
	z-index: 900;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out;
	transition-delay: 0.4s;
	display: block;
	background: #000;
	background-size: cover;
}

.mmenulayBg.on {
	opacity: 0.6;
	transform: translateX(0%);
	transition-delay: 0.2s;
}

.mmenuClose {
	background: url(../images/mclose.png) no-repeat center center;
	height: 26px;
	width: 26px;
	position: fixed;
	left: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 950;
	background-size: 22px 22px;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	display: block;
}

.mmenuClose.on {
	opacity: 1;
	transform: rotate(360deg);
}

#siteName {
	display: none;
}

.searchwrapper {
	position: relative;
	width: 120px;
}



.search-form {
	display: block;
	position: relative;
	font-size: 0;
}

.search-form .search-submit {
	color: #fff;
	background-color: #000;
}

.searchicon,
.search-form .search-submit {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search_i.png);
}

.search-form .search-field,
.search-form .search-submit {
	height: 30px;
}

.search-form .search-field {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #13325E;
	border-radius: 24px;
}

.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 34px;
	font-size: 0;
	text-align: center;
	background-color: transparent;
}

/* header */
.siteheader {
	position: relative;
	/* position: fixed;
	top: 0;
	left: 0; */
	width: 100%;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 1px 11px 0px rgba(195, 195, 195, 0.25);
}

.siteheader .menu,
.siteheader .container {
	display: flex;
	justify-content: space-between;
}

.siteheader .logo a,
.siteheader .sitelogo a {
	display: block;
}

.siteheader .sitelogo {
	display: flex;
	align-items: center;
}

.siteheader .sitelogo img {
	max-height: 45px;
}

.siteheader .logo {
	position: absolute;
	opacity: 0;
}

.siteheader .menu>.menu-item a {
	font-size: 16px;
	white-space: nowrap;
	color: #777;
}

.siteheader .menu>.menu-item {
	position: relative;
}

.siteheader .menu .sub-menu a {
	display: block;
	position: relative;
	padding: 5px 10px;
	white-space: nowrap;
}

.siteheader .menu .menu-item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
}

.siteheader .lang,
.siteheader .lang a {
	color: #13325E;
}

.siteheader .lang a,
.siteheader .golink a {
	display: block;
}

.siteheader .lang a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	border: 1px solid #13325E;
}
.siteheader .lang {
	min-width: 24px;
	margin-left: 20px;
	margin-right: 20px;
}

.siteheader .golink a:hover {
	opacity: .8;
}

.siteheader .golink img {
	height: 24px;
}



.sitefooter {
	background-color: #333;
}

.sitefooter,
.sitefooter a {
	color: #fff;
}

.sitefooter .menu {
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 12px;
}

.sitefooter .menu li {
	position: relative;
	margin-top: 14px;
}

.sitefooter .menu>li {
	margin-top: 0;
}

.sitefooter .menu>li>a {
	font-size: 14px;
}

.sitefooter .info {
	padding: 8px 0;
	line-height: 24px;
	background-color: #222;
}

.sitefooter .info {
	font-size: 12px;
}

.search-form2 {
	position: relative;
	display: flex;
}

.search-form2 .search-field,
.search-form2 .search-submit {
	height: 40px;
	border: 1px solid #D9D9D9;
}

.search-form2 .search-field {
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	border-radius: 2px;
}

.search-form2 .search-submit {
	width: 70px;
	flex: 0 0 70px;
	color: #fff;
	background-color: #13325E;
	border-color: #13325E;
}
.searchlistin .item .desc p {
	margin: 0;
}

@media (min-width: 961px) {
	.searchlistin .item .desc {
		padding-right: 170px;
	}

	.search-form2 .search-field,
	.search-form2 .search-submit {
		height: 54px;
		font-size: 16px;
	}

	.search-form2 .search-field {
		padding: 0 40px;
		margin-right: 40px;
	}

	.search-form2 .search-submit {
		width: 170px;
		flex: 0 0 170px;
	}


	.siteheader .lang a:hover {
		color: #fff;
		background-color: #13325E;
	}


	.siteheader .searchicon,
	.hamburger {
		display: none;
	}

	.siteheader .menu>.menu-item {
		margin: 0 24px;
		height: 80px;
		display: flex;
		align-items: center;
	}

	.siteheader .menu>.menu-item>.sub-menu {
		position: absolute;
		left: 50%;
		top: 50%;
		min-width: 100%;
		width: 130px;
		text-align: center;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-50%);
		transition: all 0.3s ease;
		box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
		z-index: 2;
	}

	.siteheader .menu>.menu-item>.sub-menu::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -7px;
		width: 14px;
		height: 10px;
		background-position: center;
	}

	.siteheader .menu .sub-menu li {
		background-color: #fff;
		border-bottom: 1px solid #EAEAEA;
	}

	.siteheader .menu .sub-menu a {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.siteheader .rightr {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.siteheader .rightr .mmenummenu {
		margin-right: 30px;
	}


	.siteheader .menu .sub-menu a:hover,
	.siteheader .menu>.menu-item:hover>a,
	.siteheader .menu>.menu-item.active>a {
		color: #13325E;
		font-weight: bold;
	}

	.sitefooter .top {
		padding-top: 50px;
		padding-bottom: 54px;
	}

	.sitefooter .copyr,
	.sitefooter .techr {
		display: inline;
	}

	.sitefooter .menu {
		max-width: 1030px;
	}

	.sitefooter .copyr {
		margin-right: 36px;
	}

}

@media (max-width: 1200px) and (min-width: 961px) {
	.siteheader .rightr .mmenummenu {
		margin-right: 10px;
	}

	.siteheader .menu>.menu-item {
		margin: 0 14px;
	}
}

@media (max-width: 960px) {

	.siteheader,
	.mm-menu {
		background: #fff;
	}

	.sitefooter .top {
		display: none;
	}

	.siteheader .sitelogo img {
		max-height: 36px;
	}

	.mm-menu .iconfont {
		display: none;
	}

	.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);
	}

	.mm-menu .sub-menu>.menu-item:first-child {
		display: none;
	}

	.siteheader .container,
	.headerHeight {
		height: 60px;
	}

	.searchicon,
	.siteheader .lang,
	.siteheader .golink {
		margin-top: 15px;
	}

	.searchicon {
		display: inline-block;
		width: 24px;
		height: 24px;
		font-size: 0;
		border: 1px solid #13325E;
		border-radius: 50%;
	}

	.searchwrapper {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 8px 20px;
		background-color: #fff;
		box-shadow: 0px 4px 11px 0px rgb(195 195 195 / 25%);
	}

	.siteheader .lang {
		display: inline-block;
		position: relative;
		z-index: 2;
		margin-left: 10px;
		margin-right: 10px;
	}

	.siteheader .golink {
		display: inline-block;
		margin-right: 50px;
	}


	.mmenummenu {
		position: fixed;
		height: 100%;
		left: 70px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 950;
		overflow-y: auto;
		color: #fff;
		font-size: 14px;
		box-shadow: -2px 0px 4px 3px rgb(0 0 0 / 6%);
		padding: 25px;
		transition: all 0.5s ease-in-out;
		opacity: 0;
		transform: translateX(100%);
		transition-delay: 0.2s;
		display: block;
		background: #13325E;
		background-size: cover;
	}

	.mmenummenu.on {
		opacity: 1;
		transform: translateX(0%);
		transition-delay: 0.4s;
	}

	.siteheader .menu {
		flex-wrap: wrap;
	}

	.siteheader .menu>.menu-item {
		position: relative;
		width: 100%;
	}

	.siteheader .menu>.menu-item a {
		color: rgba(255, 255, 255, .7);
	}

	.siteheader .menu>.menu-item>a {
		line-height: 46px;
		font-size: 15px;
		font-weight: bold;
	}

	.siteheader .menu>.menu-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.siteheader .menu>.menu-item.active>a {
		color: #fff;
	}

	.siteheader .menu>.menu-item>.sub-menu {
		padding-bottom: 10px;
	}

	.sitefooter .weixin {
		margin-top: 20px;
	}
}



.colwrapt {
	position: relative;
	border-bottom: 1px solid #E3E3E3;
}

.colwrapt .cloumntw {
	position: relative;
}

.colwrapt .cloumntw .itmr {
	position: relative;
}

.colwrapt .position>img,
.colwrapt .cloumntw .itmr .gallery {
	margin-right: 5px;
	font-size: 0;
}

.colwrapt .cloumntw .itmr .gallery {
	width: 24px;
}

.colwrapt .position>img {
	margin-left: 5px;
}

.colwrapt .position img {
	vertical-align: middle;
}

.colwrapt .position a {
	display: inline-block;
}
.colwrapt .position>a:first-child img {
	opacity: 0
}
.colwrapt .position>a:first-child {
	min-width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/a_icon_home.png);
}
.colwrapt .position>a:first-child:hover {
	background-image: url(../images/a_icon_home_rr.png);
}

.colwrapt .cloumntw .swiper-wrapper {
	flex-wrap: wrap;
}

.colwrapt .cloumntw .itmr .link {
	display: flex;
	position: relative;
	cursor: pointer;
}

.colwrapt .cloumntw .swiper-slide {
	width: auto;
}

.colwrapt .cloumntw .swiper-container .lisrwpy {
	float: left;
	list-style: none;
}

.colwrapt .cloumntw .roll__list {
	position: absolute;
	width: 99999px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.colwrapt .cloumntw .itmr .link .t::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #13325E;
	transform: translate(-50%, 0);
	transition: all .3s;
}

.colwrapt .cloumntw .active .itmr .link .t::after,
.colwrapt .cloumntw .itmr .link:hover .t::after {
	width: 100%;
}

@media (min-width: 961px) {
	.colwrapt {
		line-height: 60px;
	}

	.colwrapt .container {
		display: flex;
		justify-content: space-between;
	}

	.colwrapt .cloumntw .swiper-slide {
		margin-right: 60px;
	}
	.colwrapt .position span {
		display: inline-block;
		max-width: 300px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 960px) {
	.colwrapt {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.colwrapt .position img {
		height: 10px;
	}

	.colwrapt .cloumntw .itmr {
		display: inline-block;
		margin-top: 14px;
		margin-right: 14px;
	}

	.colwrapt .cloumntw .itmr .link {
		padding: 2px 8px;
	}

	.colwrapt .cloumntw .swiper-container {
		margin-bottom: 20px;
	}
}

.searchwrpbt .result {
	margin-top: 14px;
}

.searchlistin {
	margin-top: 20px;
}

.searchlistin .item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
}

.searchlistin .item .desc {
	margin-top: 16px;
	margin-bottom: 16px;
	max-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 24px;
	overflow: hidden;
}

@media (min-width: 961px) {
	.searchwrpbt {
		max-width: 1116px;
		margin: 0 auto;
	}

	.searchlistin {
		margin-top: 40px;
	}

	.searchlistin .item {
		padding-top: 36px;
		padding-bottom: 36px;
	}
}


.innovationlistbr {
	margin-top: 20px;
}
.innovationlistbr .item {
	position: relative;
	color: #fff;
}
.innovationlistbr .item .dht,
.innovationlistbr .mc,
.innovationlistbr .item .jhover,
.innovationlistbr .item .maskbg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.innovationlistbr .item .jhover {
	z-index: 3;
}
.innovationlistbr .mc {
	font-size: 0;
	overflow: hidden;
}
.innovationlistbr .item .maskbg img,
.innovationlistbr .item .glassnBr_x1 {
	width: 90px;
	height: 90px;
	line-height: 90px;
}
/* .innovationlistbr .mc {
	z-index: 2;
	font-size: 0;
	background-color: rgba(19, 50, 94, 1);
	opacity: 0.3;
	transition: all .3s;
}
.innovationlistbr .item:hover .mc {
	opacity: .7;
} */
.innovationlistbr .item .original {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	padding-top: 0;
}
.innovationlistbr .item .maskbg img {
	object-fit: contain;
}
.innovationlistbr .item .original_icon img {
	max-height: 36px;
}
.innovationlistbr .item .title {
	margin-top: 8px;
}
.innovationlistbr .item .dht {
    display: flex;
    justify-content: center;
    align-items: center;
}
.innovationlistbr .item .glassnBr_x1 {
	position: relative;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
}
.innovationlistbr .item .maskbg {
	z-index: 1;
	animation: change 6s linear infinite;
}
.innovationlistbr .item .wt {
	position: relative;
	z-index: 3;
}


@keyframes change{ 0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(180deg);}	100%{-webkit-transform:rotate(360deg);} }



@-webkit-keyframes change{ 0%{-webkit-transform:rotate(0deg);}  50%{-webkit-transform:rotate(180deg);}  100%{-webkit-transform:rotate(360deg);} }





@media (min-width: 961px) {
	.innovationlistbr {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.innovationlistbr .item {
		width: 100%;
		flex: 1;
	}
	.innovationlistbr .item .original {
		padding: 30px;
	}
}

@media (max-width: 960px) {
	.innovationlistbr .item {
		width: 100%;
	}
}





.certificateinfo .swiper-slide img {
	display: block;
	margin: auto;
	width: 100%;
}

.promowrapper .promo_page,
.certificateinfo .swiper-pagination {
	position: relative;
	width: 100%;
	bottom: auto;
	left: auto;
	text-align: center;
}

.promowrapper .promo_page .swiper-pagination-bullet,
.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	margin: 0 12px;
	background-color: #13325E;
	width: 18px;
	height: 18px;
	opacity: 1;
	margin-top: 8px;
	transition: all .2s;
}
.promowrapper .promo_page .swiper-pagination-bullet::after,
.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid transparent;
	border-radius: 50%;
	transition: all .2s;
}
.promowrapper .promo_page .swiper-pagination-bullet-active::after,
.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
	border-color: #13325E;
}
.promoproductarticle .swiper-container {
	height: 100%;
}
.promoproductarticle .swiper-container .promo_page,
.promoproductarticle .swiper-container>.container {
	z-index: 3;
}
.promoproductarticle .swiper-container .promo_page {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0;
}
.promoproductarticle .promo_page2 {
	display: flex;
	position: relative;
	padding-left: 100px;
}
.promoproductarticle .promo_page2 i {
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}


.certificateinfo .swiper-button {
	display: none;
}
.certificateinfo .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.certificateinfo .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.certificateinfo .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.certificateinfo .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.certificateinfo .swiper-button-next:after,
.certificateinfo .swiper-button-prev:after {
	font-size: 0;
}


.historyboxr .historyinfobtr,
.profileboxr {
	position: relative;
}
.profileboxr .bgt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	text-align: center;
}
.profileboxr .bgt img {
	max-width: 84%;
}
.profileboxr .allcontentwrapper p {
	margin: 0;
}
.profileinfo {
	position: relative;
	z-index: 1;
}

.banner-btnhis {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/history_jt.png);
	cursor: pointer;
	transition: all .2s;
	outline: none;
}
.banner-btnhis.prev:hover {
	background-image: url(../images/history_jt_h.png);
}
.banner-btnhis.prev {
	left: -34px;
}
.banner-btnhis.next {
	right: -34px;
	background-image: url(../images/history_jt_r.png);
}
.banner-btnhis.next:hover {
	background-image: url(../images/history_jt_r_h.png);
}

.banner-btnhis.promobanner-next {
	transform: rotate(180deg);
}


.historyboxr .historyitem {
	padding-bottom: 60px;
	height: auto;
	text-align: center;
}

.historyboxr .historyinfobtr::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 1px;
    background-color: #B7B7B7;
}
.historyboxr .historyitem .ictr {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
	width: 100%;
}
.historyboxr .historyitem .dots::before,
.historyboxr .historyitem .dots::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 35px;
	z-index: 2;
	width: 12px;
	height: 12px;
	border: 1px solid #13325E;
	transition: all .5s;
	border-radius: 50%;
}
.historyboxr .historyitem .dots::before {
	margin-left: -5px;
	background-color: #13325E;
	z-index: 3;
}
.historyboxr .historyitem .dots::after {
	background-color: #fff;
}
.historyboxr .historyitem .years {
	line-height: 24px;
	color: #13325E;
}

.historyboxr .historyitem:hover .dots::before {
	background-color: #fff;
}
.historyboxr .historyitem:hover .dots::after {
	background-color: #13325E;
	z-index: 4;
}

.historyinfobtr .banner-btnhis {
	top: auto;
    bottom: 26px;
    margin-top: 0;
}

@media (min-width: 1501px) {
	.banner-btnhis.prev {
		left: -76px;
	}
	.banner-btnhis.next {
		right: -76px;
	}
}
@media (max-width: 1500px) and (min-width: 961px) {
	.banner-btnhis.prev {
		left: -46px;
	}
	.banner-btnhis.next {
		right: -46px;
	}
}
@media (min-width: 1401px) {
	.certificateinfo .swiper-slide {
		width: 348px;
		height: 490px;
	}
}
@media (max-width: 1401px) and (min-width: 961px) {
	.certificateinfo .swiper-slide {
		width: 23.5vw;
		/*height: 490px;*/
	}
}

@media (min-width: 961px) {
	.promoproductarticle .swiper-container .promo_page {
		top: 90vh;
		bottom: auto;
	}
	.historyboxr .historyitem {
		padding-bottom: 80px;
	}

	.certificateinfo,
	.certificateinfo .swiper-pagination {
		margin-top: 30px;
	}

	.promowrapper .promo_page .swiper-pagination-bullet,
	.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.promowrapper .promo_page .swiper-pagination-bullet::after,
	.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet::after {
		width: 18px;
		height: 18px;
		margin-top: -9px;
		margin-left: -9px;
	}
}

@media (max-width: 960px) {
	/* .profileboxr .bgt {
		display: none;
	} */
	.profileboxr .profileinfo,
	.historyboxr .historyinfo {
		padding-top: 20px;
	}
	.historyboxr .historyinfobtr{
		padding-left: 20px;
		padding-right: 20px;
	}
	.historyboxr .historyinfo {
		padding-left: 30px;
		padding-right: 30px;
	}
	.promowrapper .promo_page,
	.certificateinfo,
	.certificateinfo .swiper-pagination {
		margin-top: 20px;
	}
	.promowrapper .promo_page .swiper-pagination-bullet,
	.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.promowrapper .promo_page .swiper-pagination-bullet::after,
	.certificateinfo .swiper-pagination-bullets .swiper-pagination-bullet::after {
		width: 18px;
		height: 18px;
		margin-top: -9px;
		margin-left: -9px;
	}

	.certificateinfo .swiper-slide img {
		width: 80%;
	}

	.historyinfobtr .banner-btnhis.prev {
		left: -44px
	}
	.historyinfobtr .banner-btnhis.next {
		right: -44px;
	}
}





.prodnav .menu {
	border-bottom: 1px solid #D9D9D9;
}
.prodnav a {
	display: block;
}
.prodnav .subnav {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(19, 50, 94, .1);
}
.prodnav .subnav a {
	color: #777;
}
.prodnav .link a {
	line-height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/lian_blue.png);
}

.prodnav .menu.active .subnav {
	display: block;
}
.prodnav .menu.active .link {
	background-color: #13325E;
}
.prodnav .menu.active .link a {
	color: #fff;
	background-image: url(../images/lian_white.png);
}
.prodnav .jia,
.prodnav .menu .link a,
.prodnav .subnav a:hover,
.prodnav .subnav .active>a {
	color: #13325E;
}

.productrightr {
	overflow: hidden;
}
.productlistin .item:nth-child(1),
.productlistin .item:nth-child(2) {
	margin-top: 0;
}
.productlistin .item .link,
.productlistin .item .thumb-scale,
.productlistin .item {
	border-radius: 16px;
}
.productlistin .item .info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	color: #13325E;
	/*border-top: 1px solid #fff;*/
    transition: all .3s ease-in-out;
}
.productlistin .item .title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productlistin .item .info .t {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	font-size: 0;
	opacity: 0;
	background-image: url(../images/arrow-r.png);
    transition: all .3s ease-in-out;
}
.productlistin .item .link:hover .info {
	color: #fff;
}
.productlistin .item .link:hover .info .t {
	opacity: 1;
}
.productlistin .item .link {
	overflow: hidden;
}
.innovationlistbr .mc::before,
.promoapplication .item::before,
.productlistin .item .link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: rgba(19, 50, 94, .6);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
}
.innovationlistbr .item:hover .mc::before,
.promoapplication .item.active::before,
.productlistin .item .link:hover::before {
    opacity: 1;
    padding-top: 200%;
    width: 200%;
}

@media (min-width: 961px) {
	.productboxw {
		display: flex;
	}

	.productrightr {
		padding-left: 48px;
		flex: 1;
	}
	.productboxw .prodnav {
		width: 260px;
		flex: 0 0 260px;
	}
	.prodnav ul li a {
		padding-left: 88px;
		padding-right: 20px;
	}
	.prodnav .link a {
		padding-top: 30px;
		padding-bottom: 30px;
		background-position: left 22px center;
		background-size: 40px;
	}
	.prodnav .subnav a {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.prodnav .jia {
		display: none;
	}
	
	.productlistin {
		grid-gap: 24px;
		grid-template-columns: repeat(3, 1fr);
	}
	.productlistin .item {
		margin-top: 16px;
	}
	.productlistin .item:nth-child(3) {
		margin-top: 0;
	}
	.productlistin .item .info {
		padding-left: 24px;
		padding-right: 24px;
	}

	.productrightr .pagination {
		margin-top: 40px;
	}
}

@media (max-width: 960px) {
	.prodnav ul li a {
		padding-left: 40px;
		padding-right: 10px;
	}
	.prodnav .link {
		position: relative;
		padding-right: 40px;
	}
	.prodnav .link a {
		padding-top: 10px;
		padding-bottom: 10px;
		background-size: 20px;
		background-position: left 10px center;
	}
	.prodnav .jia {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40px;
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.prodnav .jia::after {
		content: '+';
		display: block;
		font-size: 20px;
	}
	
	.prodnav .menu.active .jia {
		color: #fff;
	}
	.prodnav .menu.active .jia::after {
		content: '-';
	}

	.productboxw {
		margin-top: 20px;
	}
	.productrightr {
		margin-top: 30px;
	}
	.productlistin {
		grid-template-columns: repeat(2, 1fr);
	}
	.productlistin .item .info {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}



.prodetailinfo .leftr {
	position: relative;
}
.prodetailinfo .rightr {
	background-color: #F3F3F3;
}
.prodetailinfotpt,
.prodetailinfo .rightr .content {
	margin-top: 14px;
}
.prodetailinfo .gallery img {
	display: block;
	width: 100%;
}
.prodetailinfo .banner-page {
	position: absolute;
	right: 0;
	bottom: 10px;
    z-index: 5;
	padding-left: 10px;
	padding-right: 10px;
	height: 10px;
}
.prodetailinfo .banner-page .swiper-pagination-bullet {
	background-color: #CDCDCD;
	opacity: 1;
	margin: 0 3px;
	outline: none;
}
.prodetailinfo .banner-page .swiper-pagination-bullet-active {
	background-color: #13325E;
}

.parametercurve .itmlitr,
.parametercurve .list3,
.parametercurve .list5 {
	margin-top: 24px;
}
.parametercurve .itmlitr .text {
	margin-top: 12px;
}
.parametercurve .list3,
.parametercurve .list5 {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(1, 1fr);
	text-align: center;
	padding: 0;
}
.parametercurve .list3 li,
.parametercurve .list5 li {
	list-style: none;
	border: 1px solid #13325E;
}
.parametercurve .list5 li {
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	transition: all .2s;
}
.prodetailinfo .rightr .content .text {
	line-height: 24px;
}

.parametercurve .list5 li:hover {
	top: -10px;
	box-shadow: 0 1px 10px rgba(0,0,0, .2);
}

@media (min-width: 1501px) {
	.parametercurve .list5 {
		grid-gap: 60px;
	}
}
@media (min-width: 961px) {
	.prodetailinfo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prodetailinfo .leftr {
		width: 55.6%;
	}
	.prodetailinfo .rightr {
		width: 42%;
		padding: 36px;
		padding-left: 0;
		display: flex;
		align-items: center;
	}
	.prodetailinfo .rightr .btytitle2 {
		width: 100%;
		padding-left: 36px;
		border-left: 10px solid #13325E;
	}
	.prodetailinfo .rightr .btytitle2 .en {
		margin-top: 6px;
	}
	/*.prodetailinfo .rightr .btytitle2 .en,*/
	.prodetailinfo .rightr .content {
		margin-top: 20px;
	}
	.prodetailinfo .rightr .content .text {
		margin-top: 14px;
		max-height: 96px;
	}
	.prodetailinfo .banner-page {
		bottom: 18px;
		padding-right: 50px;
	}
	.prodetailinfotpt {
		margin-top: 24px;
	}
	.parametercurve .itmlitr {
		margin-top: 40px;
	}
	.parametercurve .list3 {
		grid-gap: 30px;
		grid-template-columns: repeat(3, 1fr);
	}
	.parametercurve .list5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.parametercurve .list5 li {
		padding-top: 36px;
		padding-bottom: 36px;
		max-width: 160px;
	}
	.parametercurve .list5 li .info {
		margin-top: 18px;
	}
	.prodetailinfo .leftr .gallery,
	.prodetailinfo .leftr .gallery img,
	.prodetailinfo .leftr .swiper-container {
		height: 100%;
	}
}

@media (max-width: 960px) {
	.prodetailinfo .rightr {
		padding: 20px;
		padding-left: 0;
	}
	.prodetailinfo .rightr .btytitle2 {
		width: 100%;
		padding-left: 24px;
		border-left: 4px solid #13325E;
	}
	.parametercurve .list5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.parametercurve .list5 li {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.parametercurve .list5 li .info {
		margin-top: 8px;
	}
}





.presswrapper .item .link {
	height: 100%;
	background-color: #fff;
}
.presswrapper .item .link,
.presswrapper .item .title,
.presswrapper .item .info,
.presswrapper .item .link .bg {
	transition: all .2s;
}

.presswrapper .item .gallery,
.presswrapper .item .gallery .thumb-scale {
	position: relative;
	z-index: 1;
}
.presswrapper .item .link .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	background-color: rgba(19,50,94,0.38);
	overflow: hidden;
}
.presswrapper .item .hoverd {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.presswrapper .item .info {
	padding: 10px;
}
.presswrapper .item .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.presswrapper .item .time {
	margin-top: 6px;
}
.presswrapper .item .desc {
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.deinfo {
	margin-top: 20px;
	color: #666;
}
.decontent,
.decontrol {
	position: relative;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px dashed #E9E9E9;
}
.decontrol .item {
	margin-top: 10px;
}
.decontrol .item:first-child {
	margin-top: 0;
}
.decontrol .ireturn {
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
}
.decontrol .ireturn .w {
	display: inline-block;
	margin-bottom: 3px;
	width: 40px;
	height: 40px;
	font-size: 0;
	background-image: url(../images/ireturn.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.decontrol .ireturn .link {
	display: inline-block;
}

@media (min-width: 961px) {
	.presswrapper .listsWrapGrid {
		grid-template-columns: repeat(3, 1fr);
	}
	.presswrapper .item {
		margin-top: 24px;
	}
	.presswrapper .item:nth-child(1),
	.presswrapper .item:nth-child(2),
	.presswrapper .item:nth-child(3) {
		margin-top: 0;
	}
	.presswrapper .item .info {
		padding: 20px;
	}
	.presswrapper .item .link:hover {
		background-color: #13325E;
	}
	.presswrapper .item .link:hover .info,
	.presswrapper .item .link:hover .title {
		color: #fff;
	}
	.presswrapper .item .link:hover .hoverd {
		animation-name: bounceInDown;
	}
	.presswrapper .item .link:hover .bg {
		opacity: 1;
	}

	.decontent {
		padding-top: 34px;
		margin-top: 30px;
	}
	.decontrol {
		min-height: 80px;
		padding-right: 120px;
	}
	.decontrol .ireturn {
		position: absolute;
		right: 0;
		top: 20px;
	}
	.decontrol .ireturn .w {
		width: 56px;
		height: 56px;
	}
}

@media (max-width: 960px) {
	.presswrapper .item .link:hover .title,
	.presswrapper .item .link:hover .word {
		color: #13325E;
	}
	.decontrol .ireturn {
		margin-top: 20px;
	}
}




.culturewrapper .item {
	position: relative;
	margin-top: 20px;
}
.culturewrapper .item:nth-child(1) {
	margin-top: 0;
}
.culturewrapper .item .gallery {
	position: relative;
	z-index: 2;
}
.culturewrapper .item .info {
	position: absolute;
	width: 100%;
	max-width: 405px;
	z-index: 5;
}
.tctitle,
.culturewrapper .item .title {
	position: relative;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255,255,255,0.46);
	overflow: hidden;
}
.tctitle::after,
.culturewrapper .item .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
	animation: moveRight 5s infinite;
}

@keyframes moveRight {
	from {	transform: translateX(-100%);}
	to {transform: translateX(0);}
}



.tctitle {
	border-bottom-color: rgba(19,50,94,0.46);
}
.tctitle::after {
	background-color: #13325E;
}
.innovationinfo .tctitle {
	max-width: 305px;
	margin: auto;
}
.culturewrapper .item .desc {
	margin-top: 10px;
}

.innovationinfo .inftbr,
.tctitle,
.cultureinfos .bgcot,
.cultureteam .btytitle .cn {
	position: relative;
	text-align: center;
}
.cultureinfos .bgcot .gallery {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.cultureinfos .bgcot .gallery img {
	display: block;
	width: 100%;
}

.cultureinfos .item .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	padding: 10px;
}
.cultureinfos .item .gallery img {
	width: 100%;
}

.cultureteam .list {
	padding-top: 20px;
	overflow: hidden;
}
.cultureteam .item {
	float: left;
}

@media (min-width: 961px) {
	.innovationinfo .tctitle {
		padding-bottom: 30px;
	}
	.culturewrapper .item {
		margin-top: 70px;
	}
	.culturewrapper .item:nth-child(1) .info {
		top: 26%;
		left: 6.6%;
	}
	.culturewrapper .item:nth-child(2) .info {
		top: 30%;
		right: 19%;
	}
	.culturewrapper .item .title {
		padding-bottom: 18px;
	}
	.culturewrapper .item .desc {
		margin-top: 26px;
	}
	.cultureinfos .listsWrapGrid {
		grid-gap: 44px;
    	grid-template-columns: repeat(3, 1fr);
	}
	.cultureinfos .item {
		position: relative;
		top: 0;
		transition: all .3s;
	}
	.cultureinfos .item:hover {
		top: -20px;
	}
	.cultureinfos .item .info {
		padding: 26px;
	}
}
@media (min-width: 481px) {
	
	.cultureteam .item {
		width: 24%;
		margin-right: 1.3%;
		margin-top: 1.3%;
	}
	.cultureteam .item:nth-child(3),
	.cultureteam .item:nth-child(4n+5) {
		margin-right: 0;
	}
	.cultureteam .item:nth-child(1) {
		width: 49.3%;
	}
}
@media (max-width: 480px) {
	.cultureteam .item {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.cultureteam .item:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}
	.cultureteam .item:nth-child(2n+1) {
		margin-right: 0;
	}
}

@media (max-width: 960px) {
	.culturewrapper {
		padding-bottom: 40px;
	}
	.culturewrapper .item .info {
		top: 0;
		left: 0;
		padding: 20px;
		padding-bottom: 0;
	}
	.culturewrapper .item .title::after {
		width: 50px;
	}
	.cultureinfos .bgcot .gallery img,
	.culturewrapper .item .gallery img {
		min-height: 110px;
	}
	.cultureinfos {
		padding-bottom: 30px;
	}
	.cultureinfos .bgcot {
		padding-top: 30px;
		padding-bottom: 24px;
	}
	.cultureinfos .listsWrapGrid {
    	grid-template-columns: repeat(3, 1fr);
	}

	.cultureteam {
		padding-top: 10px;
	}
}




.morebtn .link {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

.morebtn .link .ix {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .2s;
}

.morebtn .link .ix {
	background-image: url(../images/jt_you.png);
}

.morebtn .link.active .ix {
	background-image: url(../images/jt_xia_w.png);
}

.contactwrapper {
	overflow: hidden;
}

.contactlist .item {
	display: flex;
	align-items: center;
	padding-bottom: 12px;
	margin-top: 12px;
	border-bottom: 1px dashed #D9D9D9;
}

.contactlist .item:first-child {
	margin-top: 0 !important;
}
.joinboxin .joinitemin,
.contactlist .item .pic {
	position: relative;
	top: 0;
	transition: all .2s;
}
.contactlist .item .pic {
	width: 32px;
	flex: 0 0 32px;
}
.contactlist .item .info {
	padding-left: 16px;
	flex: 1;
}

.recruitinfo {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.recruitinfo .item {
	position: relative;
	top: 0;
	width: 22.3%;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 12px 18px 0px rgba(19, 50, 94, 0.1);
	border-radius: 4px;
	border: 1px solid transparent;
	transition: all .2s;
}

.recruitinfo .item .info {
	margin-top: 10px;
}




.joinboxin .joinitemin {
	margin-top: 20px;
	box-shadow: 0px 0px 4px 0px rgba(153, 153, 153, 0.25);
	border-radius: 4px;
	border: 1px solid transparent;
}

.joinboxin .joinitemin:first-child {
	margin-top: 0;
}

.joinitemin .listtab {
	position: relative;
	transition: all .2s;
}

.joinboxin .joinitemin .list {
	margin-top: 10px;
}

.joinitemin .listtab .rightr {
	text-align: right;
}

.joinitemin .listtab .status {
	position: relative;
}

.joinitemin .listtab .status::before,
.joinitemin .listtab .status::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background-color: #EAEAEA;
}

.joinitemin .listtab .status::before {
	left: -12px;
}

.joinitemin .listtab .status::after {
	right: -12px;
}

.joinitemin .hremail {
	margin-top: 20px;
}

.joinboxin .joinitemin .jobrequ {
	display: none;
}

.joinitemin .tab.add {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/i_add.png);
}

.joinitemin .tabflag {
	display: flex;
	flex-wrap: wrap;
}

.joinitemin .tabflag .w {
	display: inline-block;
	margin-right: 12px;
	margin-top: 8px;
	padding: 0 7px;
	line-height: 22px;
	color: #13325E;
	border-radius: 2px;
	border: 1px solid #13325E;
}

.joinitemin .tabflag .w:last-child {
	margin-right: 0;
}


.joinitemin .listtab .tab {
	display: inline-block;
	margin-left: 20px;
}

.joinitemin .listtab .tab:first-child {
	margin-left: 0;
}


.recruitinfo .item:hover {
	top: -10px;
	border-color: #13325E;
}


@media (min-width: 961px) {
	.contactinfomess {
		display: flex;
		justify-content: space-between;
	}

	.contactinfomess .contactinfo {
		width: 406px;
		flex: 0 0 406px;
	}

	.contactinfomess .contactmessage {
		width: 50%;
	}

	.contactlist {
		margin-top: 30px;
	}

	.recruitinfo {
		margin-top: 70px;
	}
.joinboxin .joinitemin:hover,
.contactlist .item:hover .pic {
	top: -10px;
}

	.recruitinfo .item {
		padding: 50px 10px;
	}

	.recruitinfo .item .pic img {
		max-width: 88px;
	}

	.recruitinfo .item .info {
		margin-top: 40px;
	}

	.joinboxin .joinitemin {
		margin-top: 40px;
	}

	.joinitemin .listtab,
	.joinboxin .joinitemin .jobrequ {
		padding: 24px 80px;
	}

	.joinitemin .listtab {
		display: flex;
		justify-content: space-between;
	}
	.joinboxin .joinitemin .list {
		margin-top: 20px;
	}

	.joinitemin .listtab .leftr {
		flex: 1;
		padding-right: 20px;
	}

	.joinitemin .listtab .rightr {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: flex-end;
	}

	.joinitemin .listtab .rightr .morebtn {
		width: 100%;
	}

	.joinitemin .hremail .r {
		margin-left: 20px;
	}

	.joinitemin .listtab:hover .ctit,
	.joinitemin .listtab:hover .rightr .morebtn {
		color: #13325E;
	}

	.joinitemin.active .listtab {
		background-color: #13325E;
	}

	.joinitemin.active {
		border-color: #13325E;
	}

	.joinitemin.active .listtab,
	.joinitemin.active .listtab .ctit,
	.joinitemin.active .listtab .tab,
	.joinitemin.active .listtab .rightr .morebtn,
	.joinitemin.active .listtab .tabflag .w {
		color: #fff !important;
	}

	.joinitemin.active .listtab .tabflag .w {
		border-color: #fff;
	}

	.joinitemin.active .listtab .morebtn .ix {
		background-image: url(../images/jt_xia_w.png);
	}

	.joinitemin.active .listtab .tab.add {
		background-image: url(../images/i_add_w.png);
	}
}

@media (max-width: 960px) {

	.contactmessage .iormlistppr,
	#commentform .item,
	.contactlist {
		margin-top: 20px;
	}

	.contactinfomess .contactmessage {
		margin-top: 30px;
	}

	.recruitinfo .item .pic img {
		width: 30px;
	}

	.joinitemin {
		padding: 20px;
	}

	.joinitemin .listtab {
		position: relative;
	}

	.joinitemin .listtab .ctit {
		padding-right: 110px;
		min-height: 36px;
	}

	.joinitemin .listtab .morebtn {
		position: absolute;
		right: 0;
		top: 0;
	}

	.joinitemin .listtab .rightr .time {
		display: block;
		margin: 0;
		margin-top: 10px;
		text-align: left;
	}

	.joinitemin .hremail span {
		display: block;
	}
	.joinboxin .joinitemin .jobrequ {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-top: 1px solid #E3E3E3;
	}


	.joinitemin.active .listtab .ctit,
	.joinitemin.active .listtab .rightr .morebtn {
		color: #13325E !important;
	}
	.joinitemin.active .listtab .morebtn .link .ix {
		transform: rotate(90deg);
	}
}


/* #fp-nav.left {
	margin-top: 0!important;
} */
#fp-nav ul li {
	margin-bottom: 0;
	cursor: pointer;
}
#fp-nav ul li a {
	display: block;
	width: 18px;
	height: 18px;
}
#fp-nav ul li a span {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
	width: 6px;
	height: 6px;
	left: 3px;
	border-radius: 50%;
	background: rgba(19,50,94,0.4);
	transition: all .2s;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	display: block;
	width: 12px;
	height: 12px;
	left: 0;
	background-color: #13325E;
}
#fp-nav ul li a.active {
	height: 22px;
}



.promobanner .promobanner-pagination {
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 3;
	width: 100%;
	height: 10px;
	text-align: center;
}
.promobanner .promobanner-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 2px;
	margin: 0 4px;
	transition: all .2s;
	border-radius: 4px;
	opacity: 1;
	background-color: rgba(148, 148, 148, 1);
}
.promobanner .promobanner-pagination .swiper-pagination-bullet-active {
	width: 36px;
	background-color: #fff;
}

.promobanner .swiper-container,
.promobanner .gallery,
.promobanner .gallery img {
	height: 100%;
}

.promowrapper .columntext,
.promowrapper .columntitle {
	display: block;
	position: relative;
	z-index: 3;
	text-align: center;
}
.promowrapper .columntext {
	margin-top: 14px;
}

.promoabout .columntext p {
	margin: 0;
}

@media (min-width: 961px) {
	.siteheaderHome {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
	}
	.promobanner .promobanner-pagination {
		bottom: 34px;
	}
	.promobanner .promobanner-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 4px;
	}
	.promobanner .promobanner-pagination .swiper-pagination-bullet-active {
		width: 36px;
	}

	.promowrapper .paddingToptrp {
		padding-top: 80px;
	}
	.promowrapper .promo_page {
		/* margin-top: 60px; */
		margin-top: 20px;
	}

	.promobanner .banner-btnhis {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	/*.promoproductinfo,
	.promoproductarticle,
	.promoabout,
	.promoinnovation,
	.promopress {
		display: flex;
		align-items: center;
	}*/
	.promoabout .columntext {
		margin-top: 30px;
		line-height: 26px;
	    max-height: 78px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
}

@media (max-width: 960px) {
	.promobanner .swiper-container, .promobanner .gallery, .promobanner .gallery img {
		height: 56vw;
	}
	.fullPage .promobanner, .promobanner .swiper-container, .promobanner .gallery, .promobanner .gallery img {
		height: calc(100vh - 60px) !important;
	}
	.promoabout .columntext {
		line-height: 26px;
	    max-height: 130px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	}
}


.promoproductarticle .ptr,
.promoproductarticle .item .mort .link,
.promoproductarticle .item .title_en {
	color: #fff;
}
.promoproductarticle .ptr {
	display: none !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	font-size: 18px;
}
.promoproductarticle .ptr .line {
	position: absolute;
	top: 14px;
	left: 38px;
	width: 50px;
	height: 2px;
	overflow: hidden;
	background-color: rgba(255,255,255, .3);
}
.promoproductarticle .item .title {
	display: inline-block;
	padding-bottom: 6px;
	position: relative;
	font-weight: bold;
}
.promoproductarticle .item .title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #13325E;
}
.promoproductarticle .item .mort .link {
	display: inline-block;
	width: 156px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 48px;
	background-color: #13325E;
}
.promoproductarticle .item .mort .link img {
	vertical-align: middle;
	margin-left: 20px;
}

.promoproductinfo .item .infor {
	text-align: center;
}

@font-face {
	font-family: 'SourceHanSansSC-Bold';
	src: url('../fonts/SourceHanSansSC-Bold.otf');
}
.promoproductarticle .title_1 {
	text-align: center;
}
.promoproductarticle .item .title_2 {
	font-family: 'SourceHanSansSC-Bold', 'PingFang SC', 'Microsoft Yahei', 'Helvetica', 'Noto Sans S Chinese', 'Open Sans', 'SimSun';
	font-weight: bold;
	color: #13325E;
	line-height: 80px;
	-webkit-background-clip: text;
	/*-webkit-text-fill-color: transparent;*/
}

.promoproductarticle .item .mort {
	display: none;
}

.promoproductarticle .item .title_1,
.promoproductarticle .item .title_3 {

}

@media (min-width: 961px) {
	.promoproductarticle .item .title_2 {
		/*margin-top: 34px;*/
		margin-bottom: 34px;
	}
	.promowrapper .promoproductinfo .promo_page {
		margin-top: 30px;
	}
	.promoproductinfo .listr {
		margin-top: 60px;
	}
	.promoproductinfo .item,
	.promoproductarticle .item {
		display: flex;
		/*flex-direction: row-reverse;*/
		justify-content: space-between;
	}
	.promoproductinfo .item .tr,
	.promoproductarticle .item .tr {
		width: 100%;
	}
	.promoproductinfo .item .infor,
	.promoproductarticle .item .infor {
		position: relative;
		display: flex;
		/*padding-left: 9%;*/
		padding-left: 4%;
		padding-right: 30px;
		width: 100%;
	}
	.promoproductinfo .item .infor {
		align-items: center;
	}
	/*.promoproductarticle .title_1 {
    	padding-top: 9vh;
	}*/
	.promoproductarticle .item .infor {
		padding-top: 18vh;
	}

	.promoproductarticle .ptr {
		left: 9%;
		top: 20vh;
		/* margin-top: -60px; */
		font-size: 24px;
	}
	.promoproductarticle .ptr .line {
		top: 20px;
		left: 38px;
	}
	.promoproductarticle .item {
		margin-top: 20px;
	}

	.promoproductarticle .item .gallery {
		width: 50%;
	}
	.promoproductarticle .item .infor {
		width: 50%;	
	}
	.promoproductinfo .item .gallery {
		width: 43%;
	}
	.promoproductinfo .item .infor {
		width: 57%;
		padding-right: 6%;
	}
	.promoproductarticle .item .title_en {
		margin-top: 10px;
		margin-bottom: 56px;
	}
	.promoproductarticle .item .title {
		padding-bottom: 10px;
	}
	.promoproductarticle .item .title::after {
		width: 70px;
		height: 3px;
	}
	.promoproductinfo .item .title_en {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		text-align: center;
		color: #F4F4F4;
		z-index: -1;
		font-size: 450%;
		white-space: nowrap;
		transform: translate(0, -50%);
	}
	.promoproductinfo .item .infor .text {
		display: flex;
		justify-content: space-between;
		margin-top: 70px;
	}
}

@media (max-width: 960px) {
	.promocontact .hmplbxr {
		padding-bottom: 30px;
	}
	.promoapplication,
	.promoinnovation,
	.promocontact {
		padding-top: 30px;
	}
	.promoproductarticle .swiper-slide,
	.promoproductinfo,
	.promoabout,
	.promopress {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.promoabout .certificatewrapper {
		padding-bottom: 0;
		padding-top: 20px;
	}
	.promoabout .certificateinfo {
		margin-top: 0;
	}
	.promoproductarticle .swiper-slide {
		padding-bottom: 70px;
	}
	.promoproductarticle .swiper-container .promo_page {
		bottom: 20px;
	}
	.promoproductarticle .item .infor {
		text-align: center;
	}
	.promoproductarticle .item .title_en {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.promoproductarticle .ptr,
	.promoapplication .listr,
	.promoproductinfo .listr {
		margin-top: 20px;
	}

	.promoproductinfo .item .infor {
		padding-top: 10px;
	}
	.promoproductinfo .item .title_en {
		display: none;
	}
	.promoproductinfo .item .infor .title_sn,
	.promoproductinfo .item .infor .text {
		margin-top: 10px;
	}
}

.promoapplication .gallery .pic,
.promoapplication .item .y,
.promoapplication .item .navt {
    transition: 0.3s;
}

.promoapplication .container,
.promoapplication .listr {
	position: relative;
	z-index: 3;
}
.promoapplication .gallery .pic,
.promoapplication .gallery {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.promoapplication .gallery .pic {
	opacity: 0;
}
.promoapplication .gallery .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.promoapplication .gallery .pic.active,
.promoapplication .gallery .pic:nth-child(1) {
	opacity: 1;
}

.promoapplication .item {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promoapplication .item::before {
	background-color: rgba(255, 255, 255, .2);
}
.promoapplication .item:first-child {
	border-color: transparent;
}
.promoapplication .item,
.promoapplication .item .glt {
	position: relative;
	color: #fff;
}
.promoapplication .item .iyr {
	display: flex;
	align-items: center;
}
.promoapplication .item .iyr,
.promoapplication .item .letr {
	transition: all .3s;
}
.promoapplication .item .y {
	position: relative;
    z-index: 3;
}
.promoapplication .item .h {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
}
.promoapplication .item .navt {
	width: 0;
	overflow: hidden;
}
.promoapplication .item .irt {
	position: relative;
	padding-left: 64px;
}
.promoapplication .item .irt::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #fff;
}
.promoapplication .item .navt .t {
	position: relative;
	left: 0;
	margin-top: 10px;
    transition: 0.3s;
}
.promoapplication .item .navt .t:first-child {
	margin-top: 0;
}
.promoapplication .item .navt .t:hover {
	left: 10px;
}
.promoapplication .item .letr {
	text-align: center;
}
.promoapplication .item .iyr .title {
	margin-top: 6px;
}
.promoapplication .item .irt,
.promoapplication .item.active .navt {
	width: 120px;
}
.promoapplication .item.active .y {
    opacity: 0;
}
.promoapplication .item.active .h {
    opacity: 1;
}


@media (min-width: 1501px) {}
@media (max-width: 1500px) and (min-width: 961px) {
	.promoapplication .item {
		padding-top: 200px;
	}
}


@media (min-width: 961px) {
	.promoapplication .listr {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	    bottom: 0;
		display: flex;
		justify-content: space-between;
	}
	.promoapplication .container {
		padding-top: 80px;
	}
	.promoapplication .paddingToptrp,
	.promoapplication .item {
		width: 100%;
	}
	.promoapplication .item {
		border-left: 1px solid #fff;
	}

	.promoapplication .item .navt .t {
		margin-top: 16px;
	}
	.promoapplication .item .iyr .title {
		margin-top: 14px;
	}
	.promoapplication .item .glt img {
		width: 140px;
		height: 140px;
	}
	
}

@media (min-width: 1801px) {
	/*.promowrapper .promoproductinfo .promo_page,
	.promoproductinfo .listr {
	    margin-top: 110px;
	}*/
	.promoapplication .listr {
		padding-top: 30px;
	}
	/*.promowrapper .promoproductarticle .paddingToptrp {
		padding-top: 160px;
	}*/
	.promoproductarticle .ptr {
		top: 25vh;
	}
}
@media (max-width: 960px) {
	.promoapplication .listr .item {
		padding: 20px;
	}
	.promoapplication .item .glt img {
		width: 100px;
		height: 100px;
	}
	.promoapplication .item {
		border-top: 1px solid #fff;
	}
}

.promopress .item,
.promopress .item .link {
	position: relative;
}
.promopress .item .titlex {
	display: none;
}
.promopress .item .timer {
	text-align: center;
	transition: all .3s;
}
.promopress .item .desc {
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.promopress .item .gallery {
	position: relative;
	z-index: 2;
}
.promopress .leftr .item .info {
	padding: 16px;
	background-color: #fff;
	box-shadow: 0px 4px 8px 0px rgba(212,212,212,0.3);
}
.promopress .leftr .item .timer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	color: #fff;
	background-color: #13325E;
}
.promopress .rightr .item {
	padding-bottom: 14px;
	margin-top: 14px;
	border-bottom: 1px solid #B7B7B7;
}
.promopress .rightr .item:first-child {
	margin-top: 0;
}


.promopress .rightr .item .link {
	display: flex;
	justify-content: space-between;
}
.promopress .item .timer {
	white-space: nowrap;
}
.promopress .rightr .item .info {
	flex: 1;
	padding-left: 20px;
}
.promopress .rightr .item .desc {
	margin-top: 8px;
}

.promopress .leftr .item .titler .time {
	display: none;
}

@media (min-width: 961px) {
	.promocontact .hmplbxr {
		/*padding-top: 60px;*/
		padding-bottom: 80px;
	}
	.promocontact .hmcontatlist,
	.promopress .presslistbr {
		margin-top: 80px;
	}
	.promopress .leftr .item .titler,
	.promopress .presslistbr {
		display: flex;
		justify-content: space-between;
	}
	.promopress .rightr .item .titler .time,
	.promopress .leftr .item {
		display: none;
	}
	.promopress .leftr .item:first-child {
		display: block;
	}
	.promopress .leftr {
		width: 45%;
	}
	.promopress .rightr {
		width: 50.2%;
	}
	.promopress .rightr .item .info {
		padding-left: 40px;
	}
	.promopress .leftr .item .timer {
		padding: 14px;
	}
	.promopress .leftr .item .titler {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 16px;
		color: #fff;
		background-color: rgba(19, 50, 94, .6);
	}
	.promopress .rightr .item {
		padding-bottom: 30px;
		margin-top: 60px;
	}
	.promopress .rightr .item.active .timer,
	.promopress .rightr .item.active .title {	
		color: #13325E;
	}
	.promopress .item .gallery {
		min-height: 60px;
	}
}

@media (max-width: 960px) {
	.promopress .presslistbr {
		margin-top: 20px;
	}
	.promopress .leftr {
		display: none;
	}
}



@media (min-width: 961px) {
	.promocontact .hmcontatlist {
		display: flex;
		justify-content: space-between;
	}
	.promocontact .hmcontatlist .leftr {
		width: 46.9%;
	} 
	.promocontact .hmcontatlist .rightr {
		width: 48%;
	}
	.promocontact .leftr .contactlist {
		display: inline-block;
	}
}
@media (max-width: 960px) and (min-width: 481px) {
	.certificateinfo .swiper-slide {
		width: 40vw;
		/*height: 490px;*/
	}
	.parametercurve .list3,
	.presswrapper .listsWrapGrid {
	    grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 960px) {
	.promocontact .hmcontatlist .leftr {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.fullPage .fp-section,
	.fullPage .fp-scrollable {
		height: auto !important;
	}
}

/*@media (max-height: 720px) and (min-width: 961px) {
	.promowrapper .paddingToptrp {
		padding-top: 80px;
	}
	.promoapplication .container {
		padding-top: 30px;
	}
	.promowrapper .promoproductinfo .promo_page,
	.promocontact .hmcontatlist,
	.promopress .presslistbr,
	.promoproductinfo .listr {
		margin-top: 30px;
	}
	.promoabout .certificatewrapper .swiper-container,
	.promoabout .certificatewrapper .swiper-container img {
		height: 48vh;
	}
	.promoabout .certificatewrapper .swiper-container img {
		width: auto;
	}
	.promopress .rightr .item {
		padding-bottom: 20px;
	}
	.promoproductarticle .swiper-container .promo_page {
		top: 92vh
	}
}*/


.promoproductinfo .item2 .gallery img {
	width: 100%;
}
.promoproductinfo .listr a {
	display: block;
}

@media (min-width: 961px) {
	/*.promoproductinfo .item2 .gallery img {
		max-height: 60vh;
	}*/
	.promoproductarticle.active .gallery,
	.promoapplication.active .item:nth-child(1),
	.promoinnovation.active .item:nth-child(1) {
		animation: zoomIn 1s 0.1s ease both;
	}
	.promoapplication.active .item:nth-child(2) {
		animation: zoomIn 1s 0.3s ease both;
	}
	.promoapplication.active .item:nth-child(3) {
		animation: zoomIn 1s 0.5s ease both;
	}

	.promoproductinfo.active .gallery,
	.promoproductarticle.active .infor,
	.promowrapper .promoplace.active .columntitle,
	.promoproductinfo.active .infor,
	.promopress.active .leftr,
	.promopress.active .rightr .item:nth-child(1),
	.promocontact.active .hmcontatlist .leftr,
	.promocontact.active .hmcontatlist .rightr {
		animation: fadeInUp 1s 0.1s ease both;
	}

	.promowrapper .promoplace.active .columntext {
		animation: fadeInUp 1s 0.2s ease both;
	}

	.promoinnovation.active .item:nth-child(2),
	.promopress.active .rightr .item:nth-child(2),
	.promoabout.active .certificatewrapper {
		animation: fadeInUp 1s 0.3s ease both;
	}
	.promopress.active .rightr .item:nth-child(3),
	.promoinnovation.active .item:nth-child(3) {
		animation: fadeInUp 1s 0.5s ease both;
	}
	
}



.joinboxin .joinitemin .morebtn .link .ix {
	right: -8px;
}

#mapContainer .icon-cir,
.decontrol .ireturn .w {
	animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}
.joinboxin .joinitemin .morebtn .link .ix,
.promoproductarticle .item .mort .link img {
	animation: MOVEImg 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}
#commentform .btnwrat {
	transition: all .3s;
}
.historyinfobtr .banner-btnhis:hover,
#commentform .btnwrat:hover {
	transform: scaleX(1.06) !important;
}

.parametercurve .itmlitr .list3,
.parametercurve .itmlitr .list5,
.presswrapper .item .title {
	color: #333;
}

.promopress .item .desc,
.promoproductinfo .item .infor .w,
.promowrapper .columntext,
.parametercurve .itmlitr .text,
.presswrapper .item .info,
.colwrapt .cloumntw .itmr .link,
.joinitemin .listtab .rightr,
.joinboxin .joinitemin .list,
.joinboxin .joinitemin .jobrequ,
.searchwrpbt .result,
.searchlistin .item .desc {
	color: #777;
}
.promopress .rightr .item .timer {
	color: #ccc;
}

.promoproductarticle .title_1,
.promoproductarticle .item .title_3,
.contactinfomess .contactinfo .btytitle2,
.promocontact .hmcontatlist .leftr .btytitle,
.promocontact .hmcontatlist .rightr .btytitle,
.promoproductinfo .item .title,
.promoproductinfo .item .infor .text,
.promoproductarticle .item .title,
.promoproductinfo .columntitle,
.promoabout .columntitle,
.promoinnovation .columntitle,
.promopress .columntitle,
.promocontact .columntitle,
.joinitemin .jobrequ .hremail,
.joinitemin .jobrequ .hremail a,
.searchlistin .item .shuyu,
.colwrapt .position a:hover,
.colwrapt .position span,
.colwrapt .cloumntw .active .itmr .link,
.colwrapt .cloumntw .itmr .link:hover,
.twordtpt {
	color: #13325E;
}

.promowrapper .promoapplication .columntitle,
.promowrapper .promoapplication .columntext,
.cultureinfos .item .info,
.culturewrapper .item,
.innerbanner .content {
	color: #fff;
}

.presswrapper .item .time,
.presswrapper .item .word,
.joinitemin .tabflag .w,
.joinitemin .listtab .rightr {
	font-size: 12px;
}

.detitle,
.presswrapper .item .title,
.joinitemin .listtab .ctit,
.searchlistin .item .title {
	font-size: 16px;
}

.tctitle,
.btytitle,
.btytitle2 {
	position: relative;
	/* overflow: hidden; */
}
.tctitle .cn,
.btytitle .en,
.btytitle .cn,
.btytitle2 .cn {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.btytitle .en {
	font-weight: normal;
	color: rgba(119, 119, 119, 0.3);
	text-transform: uppercase;
}

.btytitle .cn {
	margin-top: -10px;
}

.contactinfomess .contactinfo .btytitle2,
.promocontact .hmcontatlist .leftr .btytitle,
.promocontact .hmcontatlist .rightr .btytitle {
	line-height: 28px;
	font-size: 20px;
}

.sitefooter .menu a:hover,
.colwrapt .position a:hover,
.siteheader .menu>.menu-item a:hover {
	font-weight: bold;
}

@media (min-width: 961px) {
	.font48 {
		line-height: 66px;
		font-size: 48px;
	}
	.promopress .item .timer .day,
	.promoproductarticle .item .title,
	.font44 {
		/* line-height: 60px;
		font-size: 44px; */
		line-height: 46px;
		font-size: 30px;
	}
	.promopress .item .timer .day {
		line-height: 30px;
	}

	.promowrapper a.columntitle:hover {
		font-size: 38px;
	}
	.promowrapper .promoplace .columntitle,
	.font36 {
		line-height: 50px;
		font-size: 36px;
	}
	.font34 {
		line-height: 50px;
		font-size: 34px;
	}

	.btytitle .en {
		line-height: 28px;
		font-size: 20px;
	}

	.culturewrapper .item .title,
	.tctitle .cn,
	.btytitle .cn,
	.btytitle2 .cn,
	.twordtpt {
		line-height: 34px;
		font-size: 24px;
	}
	.promoapplication .item .iyr .title,
	.recruitinfo .item {
		font-size: 22px;
	}

	.promoapplication .item .navt,
	.promoproductinfo .item .infor,
	.promoproductarticle .item .title_en,
	.innovationinfo .text,
	.historyboxr .historyitem .years,
	.parametercurve .list5,
	.prodetailinfotpt,
	.culturewrapper .item .desc {
		font-size: 18px;
	}
	.promoproductarticle .title_1,
	.promoproductarticle .item .title_3 {
		line-height: 34px;
		font-size: 24px;
	}
	.promoproductarticle .item .title_2 {
		line-height: 80px;
		font-size: 68px;
	}
	
	.sitefooter .menu>li>a,
	.promopress .item .titler,
	.promowrapper .columntext,
	/* .promoproductarticle .item .mort .link, */
	.prodetailinfo .rightr .content .text,
	.productboxw .prodnav,
	.contactlist .item .info {
		font-size: 16px;
	}

	.promoproductinfo .item .infor .w {
		font-size: 14px;
	}
	.profileinfo .allcontentwrapper {
		line-height: 2;
	}
	.prodetailinfo .rightr .btytitle2 .a0,
	.prodetailinfo .rightr .btytitle2 .a1 {
		line-height: 60px;
		font-size: 46px;
	}
}


.promowrapper .promoplace .columntitle {
	font-weight: 700;
}
@media (min-width: 1501px) {
	.prodetailinfo .rightr .btytitle2 .a0,
	.prodetailinfo .rightr .btytitle2 .a1 {
		line-height: 70px;
		font-size: 60px;
	}
	.promopress .item .timer .day {
		line-height: 50px;
		font-size: 50px;
	}
	.promoproductarticle .item .title_2 {
		line-height: 90px;
		font-size: 80px;
	}
}

@media (max-width: 960px) {
	.font44,
	.font48 {
		line-height: 32px;
		font-size: 24px;
	}

	.contactinfomess .contactinfo .btytitle2,
	.promoproductarticle .item .title,
	.twordtpt,
	.font36,
	.font34 {
		line-height: 24px;
		font-size: 16px;
	}

	.btytitle .en {
		font-size: 14px;
	}

	.tctitle .cn,
	.btytitle .cn,
	.btytitle2 .cn {
		line-height: 30px;
		font-size: 20px;
	}
	.btytitle2 .cn {
		font-size: 18px;
	}
	.promoproductarticle .item .title_2 {
		font-size: 36px;
	}

	/*.innovationwrapper,*/
	.certificatewrapper,
	.profilewrapper,
	.productwrapper,
	.detailwrapper,
	.presswrapper,
	.searchwrpbt {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.historyboxr {
		padding-top: 30px;
	}
	.innovationwrapper .certificatewrapper {
		padding-bottom: 0;
	}
}

.promoproductarticle .item .gallery img {
	font-size: 0;
}

@media (min-width: 961px) {
	.promobanner .galleryphone {
		display: none;
	}
}
@media (max-width: 960px) {
	.promobanner .gallerypc {
		display: none;
	}
	.promoproductarticle .item .gallery {
		margin-top: 20px;
	}
}



.promoplace {
	position: relative;
}
/*.promowrapper .paddingToptrp {
	width: 100%;
}*/

.contactinfomess .contactinfo .btytitle2 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.contactinfomess .contactinfo .contactlist {
	margin-top: 0;
}

@media (min-width: 961px) {
	.promobanner {
		height: 100vh;
	}
	.promoapplication {
		height: 80vh;
	}
	.promoproductarticle .item{
		padding-bottom: 120px;
	}
	.promoinnovation,
	.promopress,
	.promoproductinfo,
	.promoabout {
		padding-bottom: 80px;
	}
	.promoapplication .container,
	.promoapplication .listr {
		padding-top: 0;
	}
	.promoproductarticle .swiper-container .promo_page {
		top: auto;
		bottom: 60px;
	}

	.promocontact .leftr .contactlist .item {
		padding-bottom: 30px;
    	margin-top: 30px;
	}
	.contactinfomess .contactinfo .contactlist .item {
		padding-bottom: 20px;
    	margin-top: 20px;
    }
}
@media (max-width: 960px) {}


.promoproductarticle .title_1 {
	display: none !important;
}
.promoproductarticle .item .title_2,
.promoproductarticle .item .title_3 {
	text-shadow: 2px 2px 4px #13325E;
	color: #fff;
	font-weight: bold;
	font-family: 'Microsoft Yahei', 'SourceHanSansSC-Bold', 'PingFang SC', 'Helvetica', 'Noto Sans S Chinese', 'Open Sans', 'SimSun';
}
@media (min-width: 1501px) {
	.promoproductarticle .item .title_2 {
		font-size: 84px;
	}
	.promoproductarticle .item .title_3 {
		font-size: 25px;
	}
}
@media (min-width: 961px) {}