﻿@charset "utf-8";

@import url("global.min.css");
@import url("swiper-bundle.min.css");



/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2023-04-10
* 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;
}

a:hover{
	color: #0053C7;
}
/* Text-level semantics ==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
abbr[title] {
	border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
b,
strong {
	font-weight: bold;
}

/** * Address styling not present in Safari and Chrome.*/
dfn {
	font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9.*/
mark {
	background: #ff0;
	color: #000;
}

/** * Address inconsistent and variable font size in all browsers.*/
small {
	font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content ==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10.*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/** * Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content ==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari.*/
figure {
	margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers.*/
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/** * Contain overflow in all browsers.*/
pre {
	overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers.*/
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms ==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
button,
input,
optgroup,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	color: #000;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
button {
	overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
button,
select {
	text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
button,
html input[type="button"],
/* 1*/
input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}

/** * Re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
	cursor: default;
}

/** * Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
input {
	line-height: normal;
}

/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
}

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/** * Define consistent border, margin, and padding.*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
}

/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
textarea {
	overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
optgroup {
	font-weight: bold;
}

/* Tables ==========================================================================*/
/** * Remove most spacing between table cells.*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #ccc;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #ccc;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #ccc;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #ccc;
}

/* 文字选中样式 */
::-moz-selection {
	color: #fff;
	background-color: #0141D3;
}

::selection {
	color: #fff;
	background-color: #0141D3;
}

.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 loading {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.opacity-n {
	-webkit-animation: opacityn 0.3s linear;
	animation: opacityn 0.3s linear;
}

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	opacity: 1;
}

#loading .loading-main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	border-radius: 50%;
	border: 0px solid #003365;
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 3px;
	-webkit-animation: loading 2s linear infinite;
	-webkit-animation: loading 2s linear infinite;
	-o-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
}

#loading .loading-main>div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
}

.container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.container1030 {
	max-width: 1032px;
	margin: auto;
}

@media (min-width: 961px) {
	.container {
		max-width: 1376px;
		width: 88%;
	}
	.allflex {
		display: flex;
		flex-wrap: wrap;
	}
	.allflexbetween {
		display: flex;
		justify-content: space-between;
	}
}

@media (max-width: 960px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* ---------------------------------
* public
------------------------------------*/
.bgcoverwpt {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb-scale {
	overflow: hidden;
}

.thumb-scale img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover .thumb-scale img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.allcontentwrapper {
	display: block;
	position: relative;
}

.allcontentwrapper>p:first-child {
	margin-top: 0;
}

.allcontentwrapper>p:last-child {
	margin-bottom: 0;
}
.ql-align-center {
	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: #0053C7;
}

.allcontentwrapper table td a:hover {
	text-decoration: underline;
}


.sitebanner {
	position: relative;
	z-index: 2;
}

.sitebanner .gallery {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sitebanner .gallery>a {
	display: block;
}

.sitebanner .gallery img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.hasScrollbar {
	overflow: auto;
}

.hasScrollbar::-webkit-scrollbar-track-piece {
	width: 4px;
	background-color: #eee
}

.hasScrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: #d8d8d8
}

.hasScrollbar::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #d8d8d8
}

.hasScrollbar::-webkit-scrollbar-thumb:hover {
	width: 4px;
	background-color: #d8d8d8
}

.list22r,
.list33r,
.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: 1px solid transparent;
}
.pagination a:hover,
.pagination .active {
	color: #0053C7;
}
.pagination .active {
	border-color: #0053C7;
}
.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 .active {
	color: #333;
}
.pagination-gray .active {
	color: #fff;
	background-color: #0053C7;
}


.detitle {
	text-align: center;
}
.detitle .w {
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}
.detitle .w::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #0053C7;
}
.deinfo,
.decontent,
.decontrol {
	margin-top: 20px;
}
.decontrol {
	position: relative;
}
.decontrol .item {
	margin-top: 10px;
}
.decontrol .item:first-child {
	margin-top: 0;
}
.iwechaticn {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/gzh.png);
}

.hsimgln {
	display: flex;
    align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hsimgln img {
	margin-right: 6px;
}

.list33r .hsimgln {
	width: 100%;
	padding: 10px;
	box-shadow: 0px 0px 8px 0px #EDEDED;
}


@media (min-width: 961px) {
	.pagination {
		margin-top: 60px;
	}
	.pagination a {
		margin-right: 8px;
	}
	.pagination a:last-child {
		margin-right: 0;
	}
	.deinfo,
	.decontent {
		margin-top: 40px;
	}
	.deinfo .view {
		margin-left: 20px;
	}
	.decontrol {
		margin-top: 80px;
		min-height: 80px;
		padding-right: 120px;
	}
	.decontrol .iwechaticn {
		position: absolute;
		right: 0;
		top: 14px;
		width: 78px;
		height: 78px;
	}
	.iwechaticn img {
		display: none;
		position: absolute;
		bottom: 90px;
		width: 120px;
		height: 120px;
		max-width: 120px;
		left: 50%;
		margin-left: -60px;
	}
	.decontrol .iwechaticn:hover img {
		display: block;
	}
	.list22r {
		padding-top: 30px;
	}
	.list33r {
		padding-top: 20px;
	}
	.list33r .hsimgln {
		width: 31%;
		margin-right: 3%;
		margin-top: 3%;
	}
	.list22r .hsimgln {
		width: 48%;
		margin-right: 4%;
		margin-top: 2%;
	}
	.listsWrap3r .item {
		width: 30%;
		margin-right: 5%;
		margin-top: 5%;
	}
	.list22r .hsimgln:nth-child(1),
	.list22r .hsimgln:nth-child(2),
	.list33r .hsimgln:nth-child(1),
	.list33r .hsimgln:nth-child(2),
	.list33r .hsimgln:nth-child(3),
	.listsWrap3r .item:nth-child(2),
	.listsWrap3r .item:nth-child(3) {
		margin-top: 0;
	}
	.list33r .hsimgln:nth-child(3n),
	.listsWrap3r .item:nth-child(3n),
	.list22r .hsimgln:nth-child(2n) {
		margin-right: 0;
	}
	.hsimgln img {
		margin-right: 16px;
	}
	.list33r .hsimgln {
		padding: 24px;
	}
}
@media (max-width: 960px) {
	.page-wrapper {
		min-height: 40vh;
	}
	.deinfo .time {
		display: block;
	}
	.decontrol .iwechaticn {
		display: none;
		margin-top: 14px;
		text-align: center;
	}
	.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;
	}
	.hsimgln img {
		height: 30px;
	}
}
@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);
	}
}

.siteheader ul,
.sitefooter ul {
	padding-left: 0;
	margin: 0;
}

.siteheader ul li,
.sitefooter ul li {
	list-style: none;
}

.qualbanneric {
	position: absolute;
	bottom: 0;
}

/* ---------------------------------
* lightbox
------------------------------------*/
.lightboxOverlay{display:none;position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(opacity=80);opacity:.8;}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;line-height:0;}
.lightbox .lb-image{display:block;max-height:684px;max-width:684px;}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{display: none !important; position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.indbanic,
.qualbanneric,
.lb-prev,.lb-next{display:block !important; position: absolute;z-index: 5;top: 50%; width: 32px;height: 32px; margin-top: -16px;background-repeat: no-repeat;background-position: center;-webkit-background-size: 32px;background-size: 32px; cursor:pointer;border: none;}


.qualbanneric.banner-left,
.lb-nav a.lb-prev{left:0;background-image:url(../images/arrow-left_w36_grey.png);}
.qualbanneric.banner-right,
.lb-nav a.lb-next{right:0;background-image:url(../images/arrow-right_w36_grey.png);}

.indbanic.banner-left {
	left: 20px;
	background-image: url(../images/arrow-left_w36.png);
}
.indbanic.banner-right {
	right: 20px;
	background-image: url(../images/arrow-right_w36.png);
}

.lb-dataContainer{margin:0 auto;*zoom:1;width:100%;background-color: #fff;}
.lb-dataContainer:after{content:"";display:table;clear:both}

.lb-data .lb-caption {
	padding: 10px 16px;
	text-align: center;
}
.lb-data .lb-caption2 {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.lb-data .lb-number {
	display: none !important;
}
.lb-data .lb-close {
		position: fixed;
		z-index: 110;
		cursor: pointer;
		width: 30px;
		height: 30px;
		top: 20px;
		right: 20px;
		font-size: 0;
		border-radius: 50%;
		border: 2px solid #707070;
}
.lb-data .lb-close:before,
.lb-data .lb-close:after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
.lb-data .lb-close:before {
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		height: 0;
		width: 24px;
		margin-top: -1px;
		margin-left: -12px;
}
.lb-data .lb-close:after {
		border-left: 1px solid #707070;
		border-right: 1px solid #707070;
		height: 24px;
		width: 0;
		margin-left: -1px;
		margin-top: -12px;
}
.lb-data .lb-close,
.lb-data .lb-close:before,
.lb-data .lb-close:after {
	border-color: #fff;
}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}

@media (min-width: 961px) {
	.indbanic {
		width: 36px;
		height: 36px;
	}
	.qualbanneric.banner-left {
		left: 3.4%;
	}
	.qualbanneric.banner-right {
		right: 3.4%;
	}
	.lb-data .lb-caption2 {
		font-size: 16px;
	}
	.lb-data .lb-close {
		top: 50px;
		right: 50px;
		width: 50px;
		height: 50px;
	}
	.lb-nav a.lb-prev{left:-60px;}
	.lb-nav a.lb-next{right:-60px;}
}

#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;
}

.moretr {
	display: flex;
	justify-content: center;
	position: relative;
	width: 84px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	border: 1px solid #999;
	border-radius: 4px;
	transition: all .2s;
}
.moretr .text {
	margin-right: 6px;
}
.moretr .moreicon {
	display: inline-block;
	width: 10px;
	height: 28px;
	font-size: 0;
	background-image: url(../images/i_more2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
	transition: all .2s;
}

.newlistin .item .link:hover .moretr,
.solutionlistin .item .link:hover .moretr,
.moretr:hover {
	color: #fff;
	background-color: #0053C7;
	border-color: #0053C7 !important;
}
.newlistin .item .link:hover .moretr .moreicon,
.solutionlistin .item .link:hover .moretr .moreicon,
.moretr:hover .moreicon {
    background-image: url(../images/i_more2_on.png);
}

@media (min-width: 961px) {
	.paddingTop120 {
		padding-top: 120px;
	}
	.paddingTop100 {
		padding-top: 100px;
	}
	.paddingBottom80 {
		padding-bottom: 80px;
	}
	.paddingBottom120 {
		padding-bottom: 120px;
	}
	.paddingBottom180 {
		padding-bottom: 180px;
	}
	.paddingTop80 {
		padding-top: 80px;
	}
	.paddingTop60 {
		padding-top: 60px;
	}
	#mapContainer {
		height: 500px;
	}
}
@media (max-width: 960px) {
	.page-wrapper {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.paddingTop80,
	.paddingTop60 {
		padding-top: 24px;
	}
}


.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: #0053C7;
	-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;
}

/* header */
.siteheader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.siteheader .menu,
.siteheader .container {
	display: flex;
	justify-content: space-between;
}
.siteheader .logo a {
	display: block;
}
.siteheader .logo a img {
	height: 60px;
}
.siteheader .logo {
	display: flex;
    align-items: center;
}

.siteheader .menu>.menu-item {
	position: relative;
}
.siteheader .menu>.menu-item >.sub-menu {
    position: absolute;
    left: 50%;
    top: 50%;
	min-width: 100%;
    padding: 10px 0;
    background-color: #ffffff;
    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 .sub-menu .menu-item:first-child,
.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 .menu .sub-menu .menu-item:first-child {
	padding-bottom: 16px;
}
.siteheader .menu .sub-menu .menu-item:first-child::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	height: 1px;
	background-color: #979797;
}
.siteheader .lang {
	display: none !important;
}
.siteheader .lang a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	color: #777;
	font-size: 12px;
	text-align: center;
	border: 1px solid #777;
	border-radius: 50%;
}


.search-form {
    display: block;
    position: relative;
    font-size: 0;
    max-width: 300px;
}
.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/i_search.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 #0053c7;
    border-radius: 30px;
}
.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 34px;
    text-align: center;
    background-color: transparent;
}


.sitefooter {
	background-color: #363636;
}
.sitefooter, .sitefooter a {
	color: #fff;
}

.sitefooter .weixin img {
	width: 96px;
}
.sitefooter .menu .menu-item>a {
	font-weight: bold;
}
.sitefooter .menu .contactus {
	display: flex !important;
}
.sitefooter .menu .contactus .leftr {
	margin-right: 30px;
	text-align: center;
}
.sitefooter .menu .contactus .leftr img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.sitefooter .menu .contactus p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.sitefooter .menu .menu-item .submenu>li {
	margin-top: 10px;
}
.sitefooter .copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #fff;
}

@media (min-width: 961px) {
	.siteheader .searchicon,
	.hamburger {
		display: none;
	}
	.headerHeight {
		height: 80px;
	}
	.sitefooter .menu {
		padding-top: 70px;
		padding-bottom: 120px;
	}
	.siteheader .rightr {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.siteheader .lang,
	.siteheader .searchwrapper {
		margin-left: 34px;
	}
	.siteheader .menu>.menu-item {
		margin: 0 24px;
	}
	.siteheader .menu>.menu-item:last-child {
		margin-right: 0;
	}
	.siteheader .menu>.menu-item>a {
		line-height: 80px;
		white-space: nowrap;
		color: #000;
		font-weight: bold;
	}
	.siteheader .menu>.menu-item:hover>a,
	.siteheader .menu>.menu-item.active>a {
		color: #0053C7;
	}

	.sitefooter .menu {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 960px) {
	.headerHeight {
		height: 60px;
	}
	.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: #0053C7;
		background-size: cover;
	}
	.mmenummenu.on {
		opacity: 1;
		transform: translateX(0%);
		transition-delay: 0.4s;
	}
	.siteheader .container {
		height: 60px;
	}
	.searchicon,
	.siteheader .lang {
		position: absolute;
		right: 60px;
		top: 16px;
	}
	.searchicon {
		display: block;
		width: 24px;
		height: 24px;
		font-size: 0;
		border: 1px solid #0053c7;
		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%);
	}
	.searchwrapper .search-form {
		max-width: 100%;
	}
	.siteheader .menu {
		flex-wrap: wrap;
	}
	.siteheader .menu>.menu-item {
		position: relative;
		width: 100%;
	}
	.siteheader .menu>.menu-item>a {
		line-height: 46px;
		color: rgba(255, 255, 255, .7);
		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;
	}
	.sitefooter .menu {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sitefooter .menu>.menu-item {
		display: none;
	}
	
}

.sitecolumn .content {
	display: flex;
	justify-content: center;
}
.sitecolumn .content .pic {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.sitecolumn .content .cn {
	letter-spacing: 1px;
}
.sitecolumn .content .en {
	text-transform: uppercase;
}

.colwrapt {
	position: relative;
	background-color: #F5F7FB;
}

.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 span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.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;
}

@media (min-width: 961px) {
	.colwrapt {
		line-height: 60px;
		max-height: 60px;
		overflow: hidden;
	}
	.colwrapt .container {
		display: flex;
		justify-content: space-between;
	}
	.colwrapt .cloumntw .itmr .link {
		padding-left: 24px;
		padding-right: 24px;
	}
	.colwrapt .position span {
		max-width: 260px;
	}
}

@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;
	}
	.colwrapt .position span {
		max-width: 100px;
	}
}




.newlistin .item {
	margin-top: 20px;
	background-color: #F8F8F8;
}
.newlistin .item .conter {
	display: flex;
    justify-content: space-between;
}
.indexnews .newsboxs .link .desc,
.newlistin .item .word {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 72px;
	overflow: hidden;
	line-height: 24px;
}
.producttotalwrapper .item .desc p,
.searchlistin .item .desc p,
.indexnews .newsboxs .link .desc p,
.newlistin .item .word p {
	margin: 0;
}

@media (min-width: 961px) {
	.newlistin .item {
		margin-top: 80px;
	}
	.newlistin .item .pic {
		width: 42.6%;
	}
	.newlistin .item .title {
		margin-top: 2.7%;
		margin-bottom: 5.5%;
	}
	.newlistin .item .info {
		width: 57.4%;
		padding-left: 5.2%;
    	padding-right: 4.2%;
		padding-top: 2.7%;
		padding-bottom: 2.7%;
	}
	.newlistin .item .moretr {
		margin-top: 5%;
	}
}

@media (max-width: 960px) {
	.newlistin .item .conter {
		flex-wrap: wrap;
	}
	.newlistin .item .info {
		padding: 20px;
	}
	.newlistin .item .title {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.newlistin .item .moretr {
		margin-top: 10px;
	}
}


.producttotalwrapper {
	position: relative;
	overflow: hidden;
}
.producttotalwrapper .right {
	position: relative;
}
.producttotalwrapper .item {
	display: block;
}
.producttotalwrapper .swiper-container1 {
	overflow: auto;
}
.producttotalwrapper .swiper-slide1 {
	margin-top: 24px;
}
.producttotalwrapper .swiper-slide1:first-child {
	margin-top: 0;
}
.producttotalwrapper .item {
	position: relative;
	padding: 12px;
	background-color: #F2F2F2;
}
.producttotalwrapper .item .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 8px;
	line-height: 20px;
	overflow: hidden;
	transition: all .2s;
}

/* .producttotalwrapper .item .desc {} */

.producttotalwrapper .proarrow {
	display: none;
	position: absolute;
}



@media (min-width: 961px) {
	.producttotalwrapper {
		display: flex;
		justify-content: space-between;
	}
	.producttotalwrapper .pics {
		width: 53%;
	}
	.producttotalwrapper .pics .img {
		display: none;
	}
	.producttotalwrapper .right {
		width: 47%;
		padding-left: 48px;
	}
	.producttotalwrapper .swiper-slide1 {
		height: 98px;
	}
	.producttotalwrapper .item {
		padding-left: 80px;
		padding-right: 100px;
	}
	.producttotalwrapper .item .desc {
		height: 40px;
	}
	.producttotalwrapper .item .img {
		display: none;
	}

	.producttotalwrapper .item::before,
	.producttotalwrapper .item::after {
		content: '';
		position: absolute;
		top: 50%;
		width: 32px;
	    height: 32px;
	    background-repeat: no-repeat;
	    background-position: center;
		transform: translate(0, -50%);
	}
	.producttotalwrapper .item::before {
		left: 30px;
		background-image: url(../images/i_ft_unit.png);
	}
	.producttotalwrapper .item::after {
		right: 30px;
		background-image: url(../images/arrow-right_w24_white_unit.png);
	}
	.producttotalwrapper .item:hover::before,
	.producttotalwrapper .swiper-slide1.active .item::before {
		background-image: url(../images/i_ft.png);
	}
	.producttotalwrapper .item:hover::after,
	.producttotalwrapper .swiper-slide1.active .item::after {
		background-image: url(../images/arrow-right_w24_white.png);
	}

	.producttotalwrapper .swiper-slide1.active .item,
	.producttotalwrapper .item:hover {
		background-color: #0053C7;
	}
	.producttotalwrapper .swiper-slide1.active .item,
	.producttotalwrapper .item:hover,
	.producttotalwrapper .swiper-slide1.active .item .desc,
	.producttotalwrapper .item:hover .desc {
		color: #fff;
	}
}

@media (max-width: 960px) {
	.producttotalwrapper .pics {
		display: none;
	}
	.producttotalwrapper .item .desc {
		-webkit-line-clamp: 3;
	}
	.producttotalwrapper .item .img {
		margin-top: 10px;
	}
}


.alltrxlistin .item {
	width: 100%;
}
.alltrxlistin .item .info {
	width: 100%;
}
.alltrxlistin .item .txtrp .ltr {
	display: flex;
	flex-wrap: wrap;
}
.alltrxlistin .item .txtrp .ltr .rt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width: 961px) {
	.alltrxlistin .item .link {
		display: flex;
		justify-content: space-between;
	}
	.alltrxlistin .item .pic {
		position: relative;
		z-index: 2;
	}
	.alltrxlistin .item:nth-child(2n) {
		background-color: #F5F7FB;
	}

	.alltrxlistin .item .info .title .cn {
		margin-top: 6px;
	}
	.alltrxlistin .item .word {
		margin-top: 30px;
		line-height: 24px;
		overflow: hidden;
	}
	.alltrxlistin .item .txtrp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-top: 24px;
	}
	.alltrxlistin .item .txtrp .ltr .rt {
		margin-right: 20px;
	}
}

@media (max-width: 960px) {
	.alltrxlistin .item .word {
		margin-top: 10px;
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		overflow: hidden;
	}
	.alltrxlistin .item .txtrp .ltr {
		margin-bottom: 10px;
	}
	.alltrxlistin .item .txtrp .ltr .rt {
		margin-right: 10px;
	}
	.alltrxlistin .item .txtrp .ltr .rt img {
		height: 24px;
	}
}

.solutionlistin .item .info {
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px #EDEDED;
}
.solutionlistin .item .moretr {
	color: #0053C7;
	border-color: #0053C7;
}
.solutionlistin .item .moretr .moreicon {
	background-image: url(../images/i_more2_b.png);
}

@media (min-width: 961px) {
	.solutionlistin .item .pic {
		width: 58.3%;
	}
	.solutionlistin .item .content {
		position: relative;
		z-index: 5;
		width: 44.3%;
	}
	.solutionlistin .item .info {
		padding: 40px;
		width: 102%;
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.solutionlistin .item:nth-child(2n) .link {
		flex-direction: row-reverse;
	}
	.solutionlistin .item:nth-child(2n) .info {
		left: 75px;
	}
	.solutionlistin .item:nth-child(2n+1) .info {
		right: 75px;
	}
	.solutionlistin .item .word {
		max-height: 216px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 9;
		overflow: hidden;
	}
}

@media (max-width: 960px) {
	.solutionlistin .item .info {
		padding: 20px;
	}
}

.caselistin .item .chakan .motr {
	display: inline-block;
	background-image: url(../images/arrow-right_w36_white.png);
	background-repeat: no-repeat;
}

@media (min-width: 961px) {
	.caselistin .item:nth-child(2n+1) .link {
		flex-direction: row-reverse;
	}
	.caselistin .item .pic {
	    width: 48%;
	}
	/* .caselistin .item:nth-child(2n):hover .link {
		padding-right: 0;
		padding-left: 5%;
	}
	.caselistin .item:nth-child(2n+1):hover .link {
    	padding-right: 5%;
		padding-left: 0;
	} */
	.caselistin .item .content {
		position: relative;
		z-index: 0;
		width: 40%;
	}
	.caselistin .item .word {
		max-height: 168px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
	}
	.caselistin .item .chakan {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
		display: flex;
		width: 100%;
		background-color: #0053C7;
		transition: all .2s;
		opacity: 0;
	}
	.caselistin .item .chakan .motr {
		color: #fff;
		padding-right: 72px;
		background-position: right center;
	}
	.caselistin .item .chakan .en {
		margin-top: 6px;
	}
	.caselistin .item .link:hover .chakan {
		opacity: 1;
	}
	.caselistin .item:nth-child(2n) .chakan {
		justify-content: flex-end;
		padding-left: 0;
	}
}
@media (min-width: 1561px) {
	.caselistin .item .chakan {
		padding-top: 4.6%;
		padding-bottom: 4.6%;
		padding-left: 14.5%;
	}
	.caselistin .item:nth-child(2n) .chakan {
		padding-right: 14.5%;
	}
}
@media (max-width: 1560px) and (min-width: 961px) {
	.caselistin .item .chakan {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 8%;
	}
	.caselistin .item:nth-child(2n) .chakan {
		padding-right: 8%;
	}
}
@media (max-width: 1201px) and (min-width: 961px) {
	.caselistin .item .word {
		max-height: 72px;
		-webkit-line-clamp: 3;
	}
}
@media (max-width: 960px) {
	.caselistin .item .content,
	.caselistin .item .chakan {
		margin-top: 20px;
	}
	.caselistin .item .chakan .motr {
		color: #fff;
		background-color: #0053C7;
		padding: 10px;
		padding-right: 50px;
		background-size: 20px;
		background-position: right 10px center;
	}
}


.contactcontent .rightr {
	overflow: hidden;
	background-color: #fff;
}
.contactcontent .rightr .hsimgln {
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	border-bottom: 1px solid #E7E7E7;
}
.contactcontent .rightr .hsimgln:last-child {
	border-bottom: none;
}
.contactcontent .rightr .hsimgln .wechat {
	width: 40px;
	height: 40px;
	margin-right: 6px;
	margin-left: 6px;
}

@media (min-width: 961px) {
	.contactcontent {
		display: flex;
		justify-content: space-between;
	}
	.contactcontent .leftr {
		width: 47%;
	}
	.contactcontent .leftr #mapContainer {
		border-bottom-left-radius: 100px;
	}
	.contactcontent .rightr {
		display: flex;
		align-items: center;
		width: 53%;
		padding-left: 8%;
		border-top-right-radius: 100px;
	}
	.contactcontent .rightr .content {
		max-width: 360px;
	}
	.contactcontent .rightr .hsimgln .wechat {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 960px) {
	.contactcontent .rightr {
		padding: 20px;
	}
	.contactcontent .rightr .hsimgln img {
		height: 24px;
	}
}



.recruitlistin .item {
	position: relative;
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0px 0px 20px 0px #EAEAEA;
	background-color: #fff;
}
.recruitlistin .item .hsimgln img {
	height: auto;
	margin-right: 0;
}
.recruitlistin .item .rt {
	display: flex;
}
.recruitlistin .item .infor .fl {
	display: flex;
	flex-wrap: wrap;
}
.recruitlistin .item .infor .fl span {
	display: inline-block;
	padding: 0 12px;
	margin-right: 10px;
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	background-color: #EFEFEF;
}
.recruitlistin .item .infor .fl span:last-child,
.recruitlistin .item .hsimgln:last-child {
	margin-right: 0;
}
.recruitlistin .item .top .title {
	position: relative;
	padding-left: 16px;
}
.recruitlistin .item .top .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
    width: 3px;
    height: 18px;
    margin-top: -9px;
	background: #0053C7;
}
.recruitlistin .item .wechtr .right {
	text-align: center;
}
.recruitlistin .item .wechtr .right img {
	width: 64px;
	height: 64px;
}
.recruitlistin .item .bottom .text {
	margin-top: 8px;
} 

@media (min-width: 961px) {
	.recruitlistin .item {
		margin-top: 60px;
		padding-left: 6%;
		padding-right: 10%;
		padding-top: 4%;
		padding-bottom: 10%;
	}
	.recruitlistin .item .top,
	.recruitlistin .item .bottom {
		display: flex;
		justify-content: space-between;
	}
	.recruitlistin .item .bottom {
		margin-top: 40px;
	}
	.recruitlistin .item .bottom .allcontentwrapper {
		width: 46%;
	}
	.recruitlistin .item .infor .rt {
		margin-top: 10px;
	}
	.recruitlistin .item .hsimgln {
		margin-right: 20px;
	}
	.recruitlistin .item .top .title::before {
		width: 4px;
		height: 28px;
		margin-top: -14px;
	}
	.recruitlistin .item .wechtr {
		display: flex;
	}
	.recruitlistin .item .wechtr .leftr {
		padding-top: 10px;
		padding-right: 20px;
	}
}

@media (max-width: 960px) {
	.recruitlistin .item .wechtr,
	.recruitlistin .item .bottom .allcontentwrapper {
		margin-top: 20px;
	}
	.recruitlistin .item .hsimgln {
		margin-right: 8px;
	}
	.recruitlistin .item .wechtr .right {
		margin-top: 8px;
	}
}



.introducewrapper {
	background-color: #F5F7FB;
}
.architecturelistin {
	text-align: center;
}

@media (min-width: 961px) {
	.introducelistin {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.introducelistin .gallery {
		width: 48.9%;
	}
	.introducelistin .content {
		width: 48.4%;
		padding: 3% 0;
	}
}

@media (max-width: 960px) {
	.introducelistin .content {
		margin-top: 10px;
	}
}


/* development */
.developmentlistin,
.developmentlistin .item {
	position: relative;
}
.developmentlistin .item:first-child {
	margin-top: 0;
}
.developmentlistin .item .kong {
	font-size: 0;
}
.developmentlistin .item .title {
	margin-bottom: 6px;
}
.developmentlistin .item .title,
.developmentlistin .item .link .desc {
	transition: all .2s;
}
.developmentlistin .item .link:hover .title {
	color: #000;
}
.developmentlistin .item .link:hover .desc {
	color: #333;
}


@media (min-width: 961px) {
	.developmentlistin {
		margin-top: 80px;
	}
	.developmentlistin::before {
		content: '';
		position: absolute;
		left: 50%;
	}
	.developmentlistin::before {
		top: 0;
		bottom: 0;
		z-index: 1;
		margin-left: -1px;
		width: 1px;
		background-color: #333;
	}
	.developmentlistin .item {
		z-index: 3;
		margin-top: 80px;
	}
	.developmentlistin .item .link {
		position: relative;
	}
	.developmentlistin .item .title {
		margin-bottom: 20px;
	}
	.developmentlistin .item .link,
	.developmentlistin .item .dot,
	.developmentlistin .item .lin,
	.developmentlistin .item .sd {
		transition: all .2s;
	}

	.developmentlistin .item .content {
		overflow: hidden;
	}
	.developmentlistin .item .infor {
		max-width: 465px;
	}
	
	.developmentlistin .item .lines {
		display: flex;
		align-items: center;
		position: absolute;
		top: 8px;
		height: 24px;
	}
	.developmentlistin .item .dot {
		position: absolute;
		top: 0;
		z-index: 2;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: 1px solid #0053C7;
		background-color: #F5F7FB;
		opacity: 0;
	}
	.developmentlistin .item .lin,
	.developmentlistin .item .sd {
		background-color: #777;
	}
	.developmentlistin .item .lin {
		width: 56px;
		height: 2px;
	}
	.developmentlistin .item .sd {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
	.developmentlistin .item .dot::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 10px;
		height: 10px;
		background-color: #0053C7;
		border-radius: 50%;
		transform: translate(-50%, -50%);
	}
	.developmentlistin .item:nth-child(2n+1) {
		padding-left: 50%;
	}
	.developmentlistin .item:nth-child(2n) {
		padding-right: 50%;
		text-align: right;
	}
	.developmentlistin .item:nth-child(2n+1) .link {
		padding-left: 80px;
	}
	.developmentlistin .item:nth-child(2n) .link {
		padding-right: 80px;
	}
	.developmentlistin .item:nth-child(2n) .infor {
		float: right;
	}
	.developmentlistin .item:nth-child(2n+1) .lines {
		left: 0;
	}
	.developmentlistin .item:nth-child(2n) .lines {
		flex-direction: row-reverse;
		right: 0;
	}
	.developmentlistin .item:nth-child(2n+1) .dot {
		left: -12px;
	}
	.developmentlistin .item:nth-child(2n) .dot {
		right: -12px;
	}


	.developmentlistin .item:nth-child(2n+1):hover .link {
		padding-left: 140px;
	}
	.developmentlistin .item:nth-child(2n):hover .link {
		padding-right: 140px;
	}
	.developmentlistin .item:hover .lin {
		width: 100px;
	}
	.developmentlistin .item:hover .lin,
	.developmentlistin .item:hover .sd {
		background-color: #0053C7;
	}
	.developmentlistin .item:hover .dot {
		opacity: 1;
	}
}

@media (max-width: 960px) {
	.developmentlistin .item {
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}

	.allpaddingsTB {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}



.banner-page {
	height: 10px;
	text-align: center;
}
.banner-page .swiper-pagination-bullet {
	width: 8px;
	height: 2px;
	opacity: 1;
}
.banner-page .swiper-pagination-bullet-active {
	width: 14px;
}

.indexnews,
.indexabout,
.contact-wrapper,
.architecturewrapper {
	background-color: #F5F7FB;
}

.qualificationlistpics {
	position: relative;
}
.qualificationwrapper .swiper-slide video,
.qualificationwrapper .swiper-slide a {
	display: block;
	text-align: center;
	transform: scale(.8);
	overflow: hidden;
}

/*.qualificationwrapper .swiper-slide video,*/
.qualificationwrapper .swiper-slide img {
	/*height: 100%;*/
	object-fit: cover;
}
.qualificationwrapper .swiper-slide-active video,
.qualificationwrapper .swiper-slide-active a {
	transform: scale(1);
}

.qualificationwrapper .banner-page {
	position: relative;
	bottom: auto;
	left: auto;
}
.qualificationwrapper .banner-page .swiper-pagination-bullet {
	background-color: #DEDEDE;
	border-radius: 0;
}
.qualificationwrapper .banner-page .swiper-pagination-bullet-active {
	background-color: #0053C7;
}

@media (min-width: 961px) {
	.qualificationwrapper .banner-page {
		margin-top: 60px;
	}
	.banner-page .swiper-pagination-bullet {
		width: 14px;
		height: 4px;
	}
	.banner-page .swiper-pagination-bullet-active {
		width: 34px;
	}
}
@media (min-width: 1561px) {
	.qualificationwrapper .swiper-slide video,
	.qualificationwrapper .swiper-slide a {
		height: 326px;
	}
}
@media (max-width: 1560px) and (min-width: 961px) {
	.qualificationwrapper .swiper-slide video,
	.qualificationwrapper .swiper-slide a {
		height: 21vw;
	}
}

@media (max-width: 960px) {
	.qualificationwrapper .banner-page {
		margin-top: 20px;
	}
	.qualificationwrapper .swiper-slide video,
	.qualificationwrapper .swiper-slide a {
		height: 64vw;
	}
}





@media (min-width: 1561px) {
	.producttotalwrapper .pics .img video,
	.producttotalwrapper .swiper-container1 {
		height: 580px;
	}
	.solutionlistin .item .content {
		min-height: 596px;
	}
}
@media (max-width: 1560px) and (min-width: 961px) {
	.producttotalwrapper .pics .img video,
	.producttotalwrapper .swiper-container1 {
		height: 36vw;
	}
	.solutionlistin .item .content {
		min-height: 36vw;
	}
}

.moreswptr {
	position: relative;
}
.moreswptr .link {
	display: inline-block;
	padding: 0 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #0053C7;
}
.moreswptr .link:hover {
	opacity: .9;
}







.teamlistin .item .word,
.teamlistin .item .zw {
	color: #777;
}
.teamlistin .item .tp {
	display: flex;
	line-height: 22px;
}
.teamlistin .item .zw {
	margin-left: 10px;
}
.teamlistin .item .word p,
.teamlistin .item .text p {
	margin: 0;
}
.teamlistin .item .pic {
	position: relative;
	z-index: 1;
}
.teamlistin .item .word {
	margin-top: 6px;
	font-size: 12px;
}
.teamlistin .item .text {
	margin-top: 10px;
	line-height: 24px;
}
.teamlistin .item .info {
	transition: all .2s;
}

.teamlistin .item .link {
	overflow: hidden;
}
.teamlistin .item .info {
	padding: 14px;
	background-color: #F8F8F8;
	overflow: hidden;
}

@media (min-width: 961px) {
	.jieshaobxr {
		margin-top: 60px;
	}
	.teamlistin {
		margin-top: 60px;
		grid-gap: 60px;
		grid-template-columns: repeat(3, 1fr);
	}
	.teamlistin .item .zw {
		margin-left: 18px;
	}

	.teamlistin .item .link {
		padding-bottom: 100px;
	}
	.teamlistin .item .info {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		height: 100px;
	}
	.teamlistin .item .text {
		margin-top: 20px;
	}
	.teamlistin .item.active .name,
	.teamlistin .item.active .word,
	.teamlistin .item.active .zw,
	.teamlistin .item .link:hover .name,
	.teamlistin .item .link:hover .word,
	.teamlistin .item .link:hover .zw,
	.teamlistin .item .text {
		color: #fff;
	}
	.teamlistin .item .link:hover .info,
	.teamlistin .item.active .info {
		height: 100%;
		background-color: #0053C7;
	}
	.teamlistin .item .link:hover .text,
	.teamlistin .item .link.active .text {
		height: 60%;
		overflow-y: scroll;
	}
	.teamlistin .item .text::-webkit-scrollbar-track-piece {width: 4px;background-color: #fff;}
	.teamlistin .item .text::-webkit-scrollbar {width: 4px;background-color: #E3E3E3;}
	.teamlistin .item .text::-webkit-scrollbar-thumb {width: 4px;background-color: #E3E3E3;}
	.teamlistin .item .text::-webkit-scrollbar-thumb:hover {width: 4px;background-color: #E3E3E3;}
}

@media (max-width: 960px) {
	.jieshaobxr {
		margin-top: 20px;
	}
	.teamlistin {
		margin-top: 20px;
		grid-gap: 20px;
	}
	.teamlistin .item .text {
		color: #777;
	}
}

.searchlistin {
	margin-top: 20px;
}
.searchlistin .item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #EAEAEA;
}
.searchlistin .item:last-child {
	border-bottom: 1px solid #EAEAEA;
}
.searchlistin .item .desc {
	margin-top: 16px;
	margin-bottom: 16px;
	max-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
	overflow: hidden;
}

@media (min-width: 961px) {
	.searchlistin {
		margin-top: 40px;
	}
	.searchlistin .item {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 960px) {}





.indexlineimg {
	text-align: center;
	/* background-attachment: fixed; */
}

.indexbanner .banner-page {
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 9;
}
.indexbanner .banner-page .swiper-pagination-bullet {
	background-color: #949494;
	border-radius: 12px;
}
.indexbanner .banner-page .swiper-pagination-bullet-active {
	background-color: #fff;
}


@media (min-width: 961px) {
	.indexbanner .banner-page {
		bottom: 6px;
	}
	.indexbanner .banner-page .swiper-pagination-bullet {
		border-radius: 12px;
	}
	.indexlineimg {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.indexsolution {
		padding-top: 50px;
	}
}

@media (max-width: 960px) {
	.indexlineimg {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}



.indexsolution .solutionboxs,
.indexnews .newsboxs {
	margin-top: 20px;
}

.indexsolution .listbx {
	position: relative;
	z-index: 2;
}
.indexsolution .solutionboxs {
	position: relative;
}
.indexsolution .fort {
	display: none;
}
.indexsolution .tab {
	text-align: center;
	background-color: rgba(30,30,30, .2);
	cursor: pointer;
	transition: all .2s;
}


@media (min-width: 961px) {
	.indexsolution .tabs {
		position: absolute;
		right: 5%;
		top: 50%;
		z-index: 6;
		transform: translate(0, -50%);
	}
	.indexsolution .tab {
		width: 382px;
		margin-top: 36px;
		padding: 12% 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.indexsolution .tab:first-child {
		margin-top: 0;
	}
	.indexsolution .solutionboxs {
		margin-top: 60px;
	}
	.indexsolution .listbx,
	.indexsolution .solutionboxs .content {
		height: 517px;
		overflow: hidden;
	}
	.indexsolution .solutionboxs .content {
		/*display: flex;*/
		/*align-items: center;*/
		padding-top: 9%;
	}
	.indexsolution .fort .infot {
		max-width: 606px;
		width: 50%;
		padding-left: 60px;
	}
	.indexsolution .fort .desc {
		margin-top: 6%;
		margin-bottom: 12%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 12;
		overflow: hidden;
		line-height: 24px;
	}
}
@media (max-width: 1201px) and (min-width: 961px) {
	.indexsolution .tab {
		width: 200px;
		padding: 20px 0;
		margin-top: 20px;
	}
	.indexsolution .solutionboxs .content {
		min-height: 420px;
	}
}
@media (max-width: 960px) {
	.indexsolution .tabs {
		display: flex;
		justify-content: space-between;
	}
	.indexsolution .tab {
		flex: 1;
		padding: 10px 0;
	}
	.indexsolution .listbx {
		margin-top: 20px;
		padding: 20px;
		padding-bottom: 30px;
	}
	.indexsolution .fort .desc {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}






.indexnews .newsboxs {
	margin-bottom: 30px;
}
.indexnews .newsboxs .item {
	background-color: #fff;
	border-radius: 4px;
}
.indexnews .newsboxs .item,
.indexnews .newsboxs .link {
	height: 100%;
}
.indexnews .newsboxs .link .desc,
.indexnews .newsboxs .link .more .jt {
	transition: all .2s;
}
.indexnews .newsboxs .link .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 24px;
	overflow: hidden;
}
.indexnews .newsboxs .link .desc {
	color: #666;
}
.indexnews .newsboxs .link .img img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.indexnews .newsboxs .link .more {
	display: flex;
	justify-content: space-between;
	line-height: 24px;
}

.indexnews .newsboxs .link .more .jt {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/arrow-right_w24.png);
}



@media (min-width: 961px) {
	.indexnews .newsboxs {
		margin-top: 70px;
		margin-bottom: 100px;
	}
	.indexnews .newsboxs .item {
		overflow: hidden;
	}
	.indexnews .newsboxs .link {
		padding: 24px;
	}
	.indexnews .newsboxs .link .desc {
		margin-top: 12px;
		margin-bottom: 36px;
	}
	.indexnews .newsboxs .link .img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		opacity: 0;
		transition: all .2s;
	}
	.indexnews .newsboxs .link .infot {
		position: relative;
		z-index: 3;
	}
	.indexnews .newsboxs .link:hover .more .jt {
		background-image: url(../images/arrow-right_w24_w.png);
	}
	.indexnews .newsboxs .link:hover,
	.indexnews .newsboxs .link:hover .desc {
		color: #fff;
	}
	.indexnews .newsboxs .link:hover .img {
		opacity: 1;
	}
}

@media (max-width: 960px) {
	.indexnews .newsboxs .infot {
		padding: 20px;
	}
	.indexnews .newsboxs .link .time {
		color: #666;
	}
	.indexnews .newsboxs .link .desc {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}


.indexcontactboxs {
	position: relative;
	color: #fff;
}
.indexcontactboxs .content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.indexcontactboxs .content .infot {
	width: 100%;
	text-align: center;
}
.indexcontactboxs .moreswptr {
	margin-top: 8px;
}


@media (min-width: 961px) {
	.indexcontactboxs .moreswptr {
		margin-top: 5%;
	}
	.indexcontactboxs .moreswptr .link {
		padding: 0 36px;
		line-height: 50px;
		font-size: 22px;
	}
}

@media (max-width: 960px) {
	.indexcontactboxs .moreswptr .link {
		line-height: 30px;
	}
}



@media (min-width: 961px) {}

@media (max-width: 960px) {
	.indexsolution, .indexabout {
		padding-bottom: 30px;
	}
}


.aboutboxs .item:nth-child(2n),
.aboutboxs .item {
	background-color: #fff;
}
.aboutboxs .item,
.aboutboxs .item .info .title,
.aboutboxs .item .word {
	transition: all .2s;
}
.aboutboxs .item .word {	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	line-height: 24px;
}

@media (min-width: 961px) {
	.aboutboxs .item {
		margin-top: 115px;
		/* min-height: 357px; */
	}
	.aboutboxs .item .link {
		display: flex;
	}
	.aboutboxs .item .pic {
		width: 48%;
		padding: 0 30px;
		top: -35px;
	}
	.aboutboxs .item .content {
		width: 52%;
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.aboutboxs .item .word {
		margin-top: 26px;
		margin-bottom: 26px;
	}
	.aboutboxs .item .link {
		display: flex;
		justify-content: space-between;
	}
	.aboutboxs .item:nth-child(2n) .link {
		flex-direction: row-reverse;
	}
	.aboutboxs .item:nth-child(2n+1) .content {
		padding-right: 6%;
		padding-left: 2%;
	}
	.aboutboxs .item:nth-child(2n) .content {
		padding-left: 6%;
		padding-right: 2%;
	}
	.aboutboxs .item:nth-child(2n) .content .title {
		text-align: right;
	}
	.aboutboxs .item:nth-child(2n) .moretr .moreicon {
		transform: rotate(180deg);
	}
	.aboutboxs .item:nth-child(2n+1) .txtrp {
		justify-content: flex-end;
	}

	.aboutboxs .item:hover {
		background-image: url(../images/index_about_bg.png);
	}
	.indexabout .alltrxlistin .item:hover .info .title .cn,
	.aboutboxs .item:hover .info .title,
	.aboutboxs .item:hover .info .word {
		color: #fff;
	}
	.aboutboxs .item .link:hover .moretr {
		color: #fff;
		background-color: #0053C7;
		border-color: #0053C7 !important;
	}
	.aboutboxs .item .link:hover .moretr .moreicon {
		background-image: url(../images/i_more2_on.png);
	}
}

@media (max-width: 960px) {
	.aboutboxs .item {
		margin-top: 20px;
	}
	.aboutboxs .item .content {
		padding: 20px;
	}
	.indexlogo {
		padding-bottom: 30px;
	}
}

.indexlogo .gallery img {
	width: auto;
}
.swiper-logo1>.swiper-wrapper {
	-webkit-transition-timing-function: linear;    /*之前是ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}





.newlistin .item .link {
	color: #333;
}
.searchlistin .item .shuyu,
.recruitlistin .item .wechtr .leftr,
.recruitlistin .item .wechtr .leftr a,
.alltrxlistin .item .info .title,
.newlistin .item .time,
.sitecolumn .en,
.colwrapt .position a:hover,
.colwrapt .position span {
	color: #0053C7;
}
.aboutboxs .item .word,
.developmentlistin .item .content,
.aboutboxs .item .info .title,
.recruitlistin .item .infor .rt,
.recruitlistin .item .infor .fl,
.producttotalwrapper .item .desc,
.deinfo,
.newlistin .item .word,
.colwrapt .position,
.colwrapt .position a {
	color: #777;
}
.indexsolution .fort,
.indexsolution .tab {
	color: #fff;
}
.indexsolution .tab:hover,
.indexsolution .tab.active,
.colwrapt .cloumntw .active .itmr .link,
.colwrapt .cloumntw .itmr .link:hover {
	color: #fff;
	background-color: #0053C7;
}

.sitecolumn .cn {
	font-size: 22px;
}

.searchlistin .item .shuyu,
.caselistin .item .chakan .en,
.recruitlistin .item .rt,
.recruitlistin .item .infor .fl,
.recruitlistin .item .wechtr .right,
.alltrxlistin .item .info .title .en,
.deinfo,
.sitecolumn .en,
.sitefooter .menu .menu-item .submenu,
.sitefooter .copyright {
	font-size: 12px;
}
.indexsolution .fort .title,
.detitle {
	font-size: 18px;
}
.indexnews .newsboxs .item .title,
.sitefooter .menu .contactus .tit {
	font-size: 16px;
}
.alltrxlistin.caselistin .item .info .title .en,
.sitefooter .menu .contactus .submenu {
	font-size: 14px;
}
.sitefooter .copyright p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.sitefooter .copyright p:first-child {
	margin-top: 0;
}
.sitefooter .copyright p:last-child {
	margin-top: 0;
}


.indexabout .alltrxlistin .item .info .title .cn {
	transition: all .2s;
	color: #000;
	font-weight: bold;
}

@media (min-width: 961px) {
	.jieshaobxr,
	.teamlistin .item .name,
	.introducelistin .content,
	.decontrol .item,
	.siteheader .menu>.menu-item>a,
	.indexlineimg .en,
	.colwrapt .position {
		font-size: 16px;
	}
	.searchlistin .item .title,
	.caselistin .item .chakan .cn,
	.recruitlistin .item .bottom .title,
	.alltrxlistin .item .info .title .cn {
		font-size: 18px;
	}
	.newlistin .item .title,
	.colwrapt .cloumntw {
		font-size: 22px;
	}
	.indexsolution .tab,
	.developmentlistin .item .title {
		font-size: 24px;
	}
	.recruitlistin .item .top .title,
	.indexlineimg .cn {
		font-size: 26px;
	}
	.indexcontactboxs .title {
		font-size: 48px;
	}
}

@media (max-width: 960px) {
	.indexlineimg .cn {
		font-size: 24px;
	}
	.indexcontactboxs .title,
	.developmentlistin .item .title,
	.recruitlistin .item .top .title {
		font-size: 18px;
	}
	.searchlistin .item .title,
	.recruitlistin .item .bottom .title,
	.alltrxlistin .item .info .title .cn,
	.newlistin .item .title {
		font-size: 15px;
	}
	.newlistin .item .word {
		line-height: 22px;
		font-size: 12px;
	}
	.sitefooter .menu .contactus .tit {
		font-size: 14px;
	}
	.sitefooter .menu .contactus {
		font-size: 12px;
	}
}


.indexnews .newsboxs .link .img img,
.indexnews .newsboxs .link .img video {
	height: 100%;
}
.indexnews .newsboxs .link .img video,
.producttotalwrapper .pics .img video,
.listsWrap video,
.sitebanner video,
.caselistin .item .pic video,
.introducelistin .gallery video {
	display: block;
	width: 100%;
	border: none;
}
.caselistin .item .pic video,
.producttotalwrapper .pics .img video,
.sitebanner video,
.indexnews .newsboxs .link .img video {
	background-color: #000;
}
.sitebanner video {
	max-height: 38vw;
}
.indexbanner video {
	max-height: 46.4vw;
}


@media (min-width: 961px) {
	.caselistin .item .pic video {
		height: 38.4vw;
	}
	.introducelistin .gallery video {
		max-height: 26vw;
	}
}
