﻿@charset "utf-8";

@import url("/css/animate.min.css");
@import url("/css/swiper-bundle.min.css");
@import url("/css/mmenu.min.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2022-08-22
* 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: #000;
	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;
}
/* 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).*/

/** * 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: #333;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #333;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #333;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #333;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #1257EB;}
::selection{color: #fff;background-color: #1257EB;}

.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,
.swiper-container {
	overflow: hidden;
}
.allhidewpre,
#mmenu .menu-item .icon {
	display: none !important;
}
.productlistithree .item .link .pic figure {
	margin: 0;
}
/* -------------------------------
Globals
----------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	word-break:break-word;
	vertical-align: top;
}
body {
	position: relative;
	cursor: auto;
	color: #000;
	font-family: 'PingFang SC', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.8;
	background-color: #fff;
}

a:hover,
.colorblue {
	color: #1257EB;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
td {
	padding: 0.5em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
input,select,button {
	border: none;
}
ul,ol {
	padding-left: 24px;
}
/*p {
	margin: 0;
}*/

@keyframes 
opacityn {
	0% {
	opacity: 0;
	filter: alpha(opacity=0);
	}
	100% {
	opacity: 1;
	filter: alpha(opacity=100);
	}
}
 @-webkit-keyframes 
opacityn {
	0% {
	opacity: 0;
	filter: alpha(opacity=0);
	}
	100% {
	opacity: 1;
	filter: alpha(opacity=100);
	}
}

@keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}
 @-webkit-keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}

@-webkit-keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.opacity-n {
    -webkit-animation: opacityn 0.3s linear;
    animation: opacityn 0.3s linear;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    opacity: 1;
}
#loading .loading-main {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #003365;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
}
	


/* -------------------------------
container
----------------------------------*/
.container, .section-inner, .container1400 {
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

@media (min-width: 961px) {
	.container, .section-inner {
		max-width: 1300px;
		width: 88%;
	}
	.container1400 {
		max-width: 1400px;
		width: 92%;
	}
	.innerwrapper {
		padding-bottom: 130px;
	}
}
@media (max-width: 960px) {
	.container, .section-inner, .container1400 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.innerwrapper {
		padding-top: 40px;
		padding-bottom: 50px;
	}
}


/*pagination*/
.pagination-box {
	margin-top: 90px;
	text-align: center;
}

.pagination-box .page-numbers {
    display: inline-block;
    padding: 2px 5px;
    margin-right: 10px;
	color: #666;
	border-bottom: 2px solid transparent;
    -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;
}
.pagination-box .page-numbers:last-child {
	margin-right: 0;
}
.pagination-box .page-numbers:hover {
	color: #1257EB;
}
.pagination-box .current {
	color: #1257EB;
	border-bottom-color: #1257EB;
}
.pagination-box .all,
.pagination-box .nav-prev-text,
.pagination-box .nav-next-text {
	display: none;
}

@media (max-width: 960px) {
	.pagination-box {
		margin-top: 25px;
	}
	.pagination-box a, .pagination-box span {
		padding: 2px 5px;
		margin-top: 5px;
	}
}



/* ---------------------------------
* public
------------------------------------*/
.bgcoverwpt {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.thumb-scale {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.thumb-scale img {
	display: block;
	width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
.thumb-scale:hover img,
a:hover .thumb-scale img {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.allcontentwrapper {
	display: block;
	position: relative;
}
/* .allcontentwrapper p,	
.allcontentwrapper ul {
	margin: 0;
} */
.allcontentwrapper>p:first-child,
.pper>p:first-child {
	margin-top: 0;
}
.allcontentwrapper>p:last-child,
.pper>p:last-child {
	margin-bottom: 0;
}
.allcontentwrapper .tcenter {
	text-align: center;
}

.allcontentwrapper .ques {
	display: inline-block;
    width: 16px;
    height: 16px;
	vertical-align: middle;
	margin-right: 4px;
	line-height: 16px;
	text-align: center;
	color: #fff;
    background-color: rgba(186, 186, 186, 0.4);
    border-radius: 50%;
}
.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: #0079D4;
}
.allcontentwrapper table td a:hover {
	text-decoration: underline;
}


.sitebanner {
	position: relative;
	z-index: 2;
}
.sitebanner .gallery {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sitebanner .gallery img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.hasScrollbar {
	overflow: auto;
}
.hasScrollbar::-webkit-scrollbar-track-piece {
	width:4px;
	background-color:#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
}
.listsWrap {
	display: flex;
	flex-wrap: wrap;
}
.listsWrapGrid,
.multigraphlistw .listw {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(1,1fr);
	align-items: stretch;
}
.listsWrap .item,
.listsWrap .item .link,
.listsWrapGrid .item,
.listsWrapGrid .item .link {
	position: relative;
}
.listsWrap .item .link,
.listsWrapGrid .item .link {
	display: block;
}


.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/closeb.svg);
}
.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 .swiper-container .gallery img {
	display: block;
	width: 100%;
}
.contentdfix .thumb-wrapper {
	position: relative;
	margin-top: 16px;
}
.contentdfix .boxwr .content {
	max-height: 86vh;
	padding: 20px;
}
.contentdfix .gallery-thumbs .swiper-slide {
	border: 2px solid transparent;
}
.contentdfix .gallery-thumbs .swiper-slide-thumb-active {
	border-color: #58B8E1;
}


.btn-bluew {
	display: inline-block;
	height: 38px;
	padding: 0 35px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: 1px solid #1257EB;
	background-color: #1257EB;
    transition: all .3s ease-out;
}

.btn-bluew:hover {
	color: #fff;
	opacity: .9;
}

.innerbanner {
	position: relative;
	overflow: hidden;
}
.innerbanner .gallery {
	position: relative;
	z-index: 1;
}
.innerbanner .gallery img {
	display: block;
	width: 100%;
}
.innerbanner .content {
    display: flex;
    align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
	font-weight: 500;
}
.innerbanner .content .text {
	margin-top: 10px;
	line-height: 22px;
	overflow: hidden;
}

@media (min-width: 961px) {
	.contentdfix .boxwr .content {
		padding: 40px;
	}
	.contentdfix .boxwr .bgytitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.listsWrapGrid,
	.multigraphlistw .listw {
		grid-gap: 30px;
	}
	.listsWrapGrid4 {
    	grid-template-columns: repeat(4,1fr);
	}
	.listsWrapGrid3 {
    	grid-template-columns: repeat(3,1fr);
	}
	.innerbanner .content .text {
		margin-top: 20px;
	}
}
@media (max-width: 960px) {
	.innerbanner .content .container {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	.innerbanner .content .text {
		max-height: 66px;
	}
}



@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;
}
.content-isHidden {
	overflow: hidden;
}

.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 video {
	max-width: 100%;
	max-height: 100%;
		background-color: #000;
}
#content-3d iframe {
		width: 100%;
		height: 100%;
		background-color: #000;
}
#content-3d .close-btn {
		position: absolute;
		z-index: 110;
		cursor: pointer;
		width: 40px;
		height: 40px;
		top: 0;
		right: -40px;
}
#content-3d .close-btn:after,
#content-3d .close-btn:before {
	content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}

#content-3d .close-btn:before {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		height: 0;
		width: 24px;
		margin-top: -1px;
		margin-left: -12px;
}
#content-3d .close-btn:after {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		height: 24px;
		width: 0;
		margin-left: -1px;
		margin-top: -12px;
}


.haslinecolumn2 {
	margin: auto;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-column-gap: 20px;
	align-items: center;
	max-width: 900px;
	width: 60%;
}
.haslinecolumn2:before, .haslinecolumn2:after {
	content: "";
	display: block;
	height: 4px;
	background-color: #C4C4C4;
}

.profiletit .cn .w::after,
.sitecolumns .enwt::after {
	content: '';
	background-color: #1257EB;
}
.columntystr .enwt::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    z-index: 1;
    width: 285px;
    height: 1px;
    background: #A6A6A6;
    transform: translate(-50%, 0);
}

.sitecolumns {
	text-align: center;
	text-transform: uppercase;
}
.sitecolumns .enwt {
	position: relative;
}
.sitecolumns .enwt::after {
    position: relative;
    z-index: 3;
	display: block;
	margin: auto;
	width: 56px;
	height: 5px;
	margin-top: 8px;
}
.columntystr .haslinecolumn {
	color: #333;
}
.columntystr .enwt {
	color: #5C5C5C;
}

.bannerbtnsboxwt {
	display: flex;
	justify-content: center;
	text-align: center;
}
.bannerbtns {
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 24px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #666;
	transition: all .3s;
	cursor: pointer;
}
.bannerbtns:nth-child(2) {
	margin-left: 30px;
}
.bannerbtns:hover {
	color: #fff;
	border-color: #1257EB;
	background-color: #1257EB;
}
.swiper-container-hasScale .swiper-slide-prev,
.swiper-container-hasScale .swiper-slide-next {
	z-index: 2;
}
.swiper-container-hasScale .swiper-slide img {
	display: block;
	width: 100%;
	transition: all .3s;
}
.swiper-container-hasScale .swiper-slide-active {
	z-index: 5;
}

.qualificationswiper .swiper-slide-prev img,
.qualificationswiper .swiper-slide-next img {
	transform: scale(1.1);
}
.qualificationswiper .swiper-slide-active img {
	transform: scale(1.2);
}
.environmentswiper .swiper-slide-prev img,
.environmentswiper .swiper-slide-next img {
	transform: scale(0.9);
}
.environmentswiper .swiper-slide-active img {
	transform: scale(1);
}

@media (min-width: 961px) {
	.qualificationswiper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.columntystr .haslinecolumn {
		letter-spacing: 4px;
	}
}
@media (max-width: 960px) {
	.qualificationswiper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.bannerbtns {
		width: 36px;
		height: 36px;
		line-height: 34px;
		font-size: 16px;
	}
	.bannerbtns:nth-child(2) {
		margin-left: 14px;
	}
}




/* ---------------------------------
* lightbox
------------------------------------*/
.lightboxOverlay{display:none;position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(opacity=80);opacity:.8;}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;line-height:0;}
.lightbox .lb-image{display:block;max-height:684px;max-width:684px;}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{display: none !important; position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/images/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-prev,.lb-next{display:block !important; position: absolute; width: 32px;height: 45px;top: 50%; margin-top: -22px;background-repeat: no-repeat;background-position: center;-webkit-background-size: 32px;background-size: 32px; cursor:pointer;}
.lb-nav a.lb-prev{left:-60px;background-image:url(/images/prev.png);}
.lb-nav a.lb-next{right:-60px;background-image:url(/images/next.png);}
.lb-dataContainer{margin:0 auto;*zoom:1;width:100%;background-color: #fff;}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lightbox .lb-container{padding: 18px;}
.lb-data .lb-caption  {text-align: center;}
.lb-data .lb-caption i {
	font-style: normal;
}
.lb-data .lb-caption2,
.lb-data .lb-caption3 {
	display: inline-block;
	line-height: 25px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}
.lb-data .lb-number{
	display: none !important;
}
.lb-data .lb-close {
	position: fixed;
    z-index: 110;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50px;
    font-size: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}
.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 #fff;
    border-bottom: 1px solid #fff;
    height: 0;
    width: 24px;
    margin-top: -1px;
    margin-left: -12px;
}
.lb-data .lb-close:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 24px;
    width: 0;
    margin-left: -1px;
    margin-top: -12px;
}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}

@media (min-width: 961px) {
	.lb-data .lb-caption {
		padding-left: 36px;
		padding-right: 36px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
}
@media (max-width: 960px) {
	.lb-data .lb-caption {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.lb-nav a.lb-prev {
		left: 0;
	}
	.lb-nav a.lb-next {
		right: 0;
	}
	.lb-data .lb-close {
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
	}
}



.hamburger {
	display:none;
    position: absolute;
	top: 16px;
	right: 0;
	z-index:1;
	line-height:0;
	width: 30px;
    height: 30px;
}
.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 {
	background: #1257EB;
}

.search-cover {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 60;
    font-size: 0;
    background-color: rgba(0,0,0,.6);
}
.search-items-fixed {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
    z-index: 70;
	margin-top: -30px;
	max-width: 764px;
	width: 80%;
	padding: 4px;
	background-color: #1257EB;
	-webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.search-form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.search-form .search-field,
.search-form .search-submit {
	height: 50px;
	padding: 0 13px;
	line-height: 50px;
	outline: none;
	border: 1px solid #ccc;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	max-width: 400px;
	background-color: #fff;
}
.search-form .search-submit {
	min-width: 66px;
	text-align: center;
	color: #fff;
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1257EB;
    border-color: #1257EB;
}
.search-items-fixed .search-form label {
	width: 100%;
}
.search-items-fixed .search-form .search-field {
	max-width: 100%;
	width: 100%;
	border-color: #fff;
}


/* header */
.siteheader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	background-color: rgba(255,255,255,0.63);
	transition: all .3s;
}
.siteheader.boxshadow,
.siteheader.boxshadowalways {
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.siteheader .container {
	display: flex;
	justify-content: space-between;
}
.siteheader .site-logo {
	display: flex;
    align-items: center;
	margin: 0;
}
.siteheader .site-logo .screen-reader-text {
	display: none;
}
.siteheader .site-logo a, .siteheader .site-logo img {
    display: block;
}
.siteheader .site-logo img {
	height: auto;
}
.search-lang {
	display: flex;
}
.search-lang .lang-current,
.search-lang .search-icon {
	position: relative;
}
.search-lang .lang-current {
	padding-right: 20px;
}

.search-lang .lang-current:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background: #999;
}

@media (min-width: 961px) {
	#headerContent {
		display: none;
	}
	.siteheader,
	.siteheader .container,
	.headerH88 {
		height: 88px;
	}
	.siteheader .menu>.menu-item>a,
	.siteheader .search-lang {
		line-height: 88px;
	}
	.siteheader .menu,
	.siteheader .hrighty {
		display: flex;
	}
	.siteheader .hrighty {
		justify-content: flex-end;
    	flex: 1;
		white-space: nowrap;
	}
	.siteheader .menu>.menu-item {
		position: relative;
	}
	.siteheader .menu>.menu-item>a {
		padding: 0 1.8vw;
	}
	.siteheader .menu .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 6;
		min-width: 100%;
		padding: 5px;
		text-align: center;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: all .2s ease;
	}
	.siteheader .menu .sub-menu .menu-item>a {
		display: block;
		padding: 5px;
		color: #666;
	}
	.siteheader .menu .sub-menu .menu-item>a:hover,
	.siteheader .menu .menu-item:hover>a,
	.siteheader .menu>.menu-item.current-menu-item>a,
	.siteheader .menu>.menu-item.current-menu-parent>a,
	.siteheader .menu>.menu-item.current-post-ancestor>a {
		color: #1257EB;
	}
	.siteheader .menu .menu-item:hover .sub-menu {
	    opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.innerbanner {
		min-height: 240px;
	}
}
@media (max-width: 960px) {
	.siteheader .header-content {
		display: none;
	}
	.siteheader, .siteheader .container, .headerH {
		height: 50px;
	}
	.siteheader .hamburger {
		display: block;
		opacity: 1;
	}
	.siteheader .site-logo img {
		max-width: 160px;
	}
	.search-lang {
		position: absolute;
		right: 50px;
		top: 0;
		line-height: 50px;
	}
	.mm-menu {
		background-color: #fff;
	}
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		background: rgba(0,0,0,.3);
	}
}


.sitefooter,
.sitefooter a {
	color: #fff;
}
.sitefooter {
	background-color: #363636;
}
.sitefooter .fcopy {
	padding: 9px 0;
	background-color: #23252A;
}
.sitefooter .widget_nav_menu .widget-title {
	display: none;
}
.sitefooter .widget_nav_menu .menu-item .sub-menu a {
	color: #F2F2F2;
	font-size: 12px;
}


.sitefooter .finfort {
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitefooter .widget_block .widget-content2 {
	display: flex;
	text-align: center;
}
.sitefooter .widget_block .w,
.sitefooter .widget_block .t {
	margin-top: 4px;
}
.sitefooter .widget_block .weixinr img {
	width: 90px;
}
.sitefooter .fcopy p {
	margin: 0;
}

@media (min-width: 961px) {
	.sitefooter .finfort {
		padding-top: 40px;
		padding-bottom: 24px;
	}
	.sitefooter .column-one>.widget_block {
		margin-right: 8vw;
	}
	.sitefooter .column-one>.widget_block:first-child {
		width: 100%;
	}
	.sitefooter .grid-item>.widget_block:last-child {
		white-space: nowrap;
		margin-right: 0;
	}
	.sitefooter .widget_block .widget-content .menu,
	.sitefooter .footer-widgets {
		display: flex;
		justify-content: space-between;
	}
	.sitefooter .widget_block .weixinr {
		margin-left: 5vw;
	}
}
@media (max-width: 960px) {
	.sitefooter .widget_nav_menu {
		display: none;
	}
	.sitefooter .widget_block .widget-content {
		justify-content: center;
	}
	.sitefooter .widget_block .weixinr {
		margin-left: 26px;
	}
	.sitefooter .contactel .w {
		margin-top: 10px;
	}
}


/* profile */
.profiletit .protext,
.profiletit .cn .w {
	display: inline-block;
	position: relative;
}
.profiletit .cn .w::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.profilewrapper .rightr img {
	width: 100%;
}
.profilewrapper .allcontentwrapper {
	color: #333;
	overflow: hidden;
}
.profilewrapper .allcontentwrapper.heightAuto {
    max-height: none;
}

.profilewrapper .look-btn {
	color: #1257EB;
	cursor: pointer;
}
.profilewrapper .look-btn .iconfont {
	margin-left: 5px;
}
.profilewrapper .look-shang {
	display: none;
}

@media (min-width: 961px) {
	.sitecolumns .enwt {
		margin-top: 4px;
	}
	.profiletit .cn .w::after,
	.sitecolumns .enwt::after {
		height: 5px;
	}
	.profiletit .cn {
		position: absolute;
		right: 0;
		bottom: 5px;
		line-height: 36px;
	}
	.profilewrapper,
	.qualificationwrapper {
		padding-top: 8vw;
	}
	.aboutcontentwrptr {
		margin-top: 70px;
	}
	.profilewrapper .aboutcontentwrptr {
		display: flex;
		justify-content: space-between;
	}
	.profilewrapper .leftr {
		width: 33.2%;
	}
	.profilewrapper .rightr {
		width: 60%;
		text-align: right;
	}
	.profilewrapper .allcontentwrapper {
		max-height: 60vh;
		/*line-height: 2.8;*/
		/*letter-spacing: 5px;*/
	}
	.profilewrapper .more-wrapper {
		margin-top: 60px;
	}
}
@media (max-width: 960px) {	
	.profilewrapper,
	.environmentwrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.aboutcontentwrptr,
	.profilewrapper .rightr {
		margin-top: 24px;
	}
	.profilewrapper .more-wrapper {
		display: none;
	}
	.profiletit .cn .w::after,
	.sitecolumns .enwt::after {
		height: 3px;
	}
	.profiletit .w {
		padding-bottom: 4px;
	}
}



/* environment */
.environmentbox1 .text {
	color: #333;
}
.environmentbox1 .p2 {
	color: #464646;
}

.environmenttext {
	text-align: center;
}
.environmenttext .text {
	color: #666;
}
.multigraphlistw {
	position: relative;
}
.multigraphlistw img {
	width: 100%;
}

.multigraphlistw .listp {
	display: flex;
	justify-content: space-between;
}
.multigraphlistw .listp .leftr {
	width: 60.5%;
}
.multigraphlistw .listp .rightr {
	width: 36.2%;
}
.multigraphlistw .listp .leftr img {
	opacity: 0;
}
.multigraphlistw .listp .pic,
.multigraphlistw .listw {
	margin-top: 16px;
}
.multigraphlistw .listp .rightr .pic:first-child {
	margin-top: 0;
}
.multigraphlistw .listw {
    grid-template-columns: repeat(3,1fr);
}

@media (min-width: 961px) {
	.environmentwrapper {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.environmentbox1 {
		position: relative;
		min-height: 47vw;
	}
	.environmentbox1 .leftr {
		position: relative;
		z-index: 3;
		width: 54%;
		padding: 5% 7%;
		background-color: #fff;
		box-shadow: 0px 0px 17px 1px rgba(161,161,161,0.25);
	}
	.environmentbox1 .rightr {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		width: 70%;
		height: 41vw;
	}
	.environmentbox1 .rightr img {
		display: none;
	}
	.environmentbox1 .text {
		line-height: 2.2;
	}
	.environmentwrapper .environmenttext {
		margin-bottom: 50px;
	}
	.multigraphlistw .listw {
		margin-top: 30px;
	}
}
@media (max-width: 960px) {
	.environmentbox1 .leftr,
	.environmentwrapper .environmenttext {
		margin-bottom: 20px;
	}
}




/* product */
.productbox1 {
	box-shadow: 0px 4px 20px 1px rgba(214,214,214,0.25);
}
.productbox2 {
	background-color: rgba(215,215,215,0.21);
}

.productlistitone .item {
	text-align: center;
}
.productlistitone .item .info {
	margin-top: 6px;
}

.productlistitwo .item .link {
	min-height: 40px;
}
.productlistitwo .item .pic {
	position: relative;
	z-index: 1;
}
.productlistitwo .item .info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 8px;
	text-align: center;
	color: #fff;
	background-color: rgba(89,89,89,0.66);
}
.h3-title-hasline {
	text-align: center;
}
.h3-title-hasline .t {
	position: relative;
	display: inline-block;
	padding-top: 8px;
	font-size: 0;
}
.h3-title-hasline .t::before,
.h3-title-hasline .t::after {
	content: '';
	display: block;
	height: 4px;
}
.h3-title-hasline .t::before {
	width: 18px;
	background-color: #A9D5FF;
}
.h3-title-hasline .t::after {
	width: 32px;
	margin-top: 4px;
	background-color: #46A5FF;
}

.productbox3 .content {
	margin-top: 14px;
	color: #666;
	text-align: center;
}
.productbox3 .productbox3tpt {
	position: relative;
	margin-top: 20px;
}
.productlistithree .item {	
	background-color: #F8F8F8;
}
.productlistithree .item .link {
	display: flex;
	line-height: 22px;
}
.productlistithree .item .link .pic {
	flex: 0 0 22px;
}
.productlistithree .item .link .pic,
.productlistithree .item .link .pic img {
	width: 22px;
	height: 22px;
}
.productlistithree .item .link .w {
	padding-left: 6px;
	flex: 1;
}
.productbox3tpt .tanchuinfowt {
	position: absolute;
}


.pro-column-w {
	width: 100%;
	border-bottom: 2px solid rgba(18,87,235,0.06);
}

.pro-column-w .tabs-w {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.pro-column-w .tabs-w>.cat-item {
	display: inline-block;
	position: relative;
	line-height: 100px;
	font-size: 14px;
}
.pro-column-w .tabs-w>.cat-item>a {
	display: block;
	z-index: 3;
}
.pro-column-w .tabs-w>.cat-item>a,
.productlistsix .item .link {
	color: #333;
}
.pro-column-w .tabs-w>.cat-item>a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 0;
	height: 2px;
	background-color: rgba(18,87,235,0.5);
    transition: all .3s ease-out;
}

.pro-column-w .container:before {
	content: '';
	position: absolute;
	left: 0;
	width: 6%;
	top: 0;
	bottom: 0;
}
.pro-column-w .tabs-w>.current-cat>a {
    font-weight: bold;
    background-color: rgba(18,87,235,0.06);
}

.productlistsix .item {
	border: 1px solid #666;
	transition: all .3s;
}
.productlistsix .item .link {
	padding-bottom: 10px;
	/*padding: 10px;*/
	text-align: center;
}
.productlistsix .item .info {
	margin-top: 10px;
}
.productlistsix .item:hover {
	border-color: #1257EB;
}

@media (min-width: 961px) {
	.productbox1 {
		padding-top: 48px;
		padding-bottom: 30px;
	}
	.productbox2 {
		margin-top: 50px;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.productbox3 {
		padding-top: 80px;
		padding-bottom: 65px;
	}
	.productlistitone {
		display: flex;
		justify-content: space-between;
	}
	.productlistitone .item .info {
		margin-top: 16px;
	}
	.productlistitwo .item .link {
		min-height: 80px;
	}
	.productlistitwo .item .info {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.h3-title-hasline .t::before,
	.h3-title-hasline .t::after {
		height: 8px;
	}
	.h3-title-hasline .t::before {
		width: 38px;
	}
	.h3-title-hasline .t::after {
		width: 68px;
		margin-top: 10px;
	}
	.productbox3 .content {
		line-height: 2;
		letter-spacing: 1px;
	}
	.productbox3 .productbox3tpt {
		margin-top: 40px;
	}
	.productlistithree .item {
		width: 33.33%;
		padding-top: 22px;
		padding-bottom: 22px;
		padding-left: 7%;
		padding-right: 16px;
	}
	.productlistithree .item:nth-child(3n+2) {
		background-color: #F2F2F2;
	}
	
	.pro-column-w .tabs-w>.cat-item>a {
		padding: 0 50px;
	}
	.pro-column-w .tabs-w>.current-cat>a {
		font-weight: bold;
		background-color: rgba(18,87,235,0.06);
	}
	.pro-column-w .tabs-w>.current-cat>a:after {
		width: 100%;
	}
	.pro-column-w .tabs-w>.cat-item:hover>a {
		background-color: rgba(18,87,235,0.06);
	}
	.pro-column-w .tabs-w>.cat-item:hover>a:after {
		width: 100%;
	}

	.productlistwrapper {
		padding-top: 70px;
	}
	.productlistsix .item .link {
		/*padding: 20px;*/
		padding-bottom: 20px;
	}
}
@media (max-width: 960px) {
	.productboxplace {
		padding-top: 30px;
		padding-bottom: 36px;
	}
	.productlistitone {
		display: flex;
		flex-wrap: wrap;
	}
	.productlistitone .item {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.productlistitone .item:nth-child(2n) {
		margin-right: 0;
	}
	.productlistitone .item:nth-child(1),
	.productlistitone .item:nth-child(2) {
		margin-top: 0;
	}
	.productlistithree .item {
		width: 100%;
		padding: 16px;
	}
	.productlistithree .item:nth-child(2n) {
		background-color: #F2F2F2;
	}

	.pro-column-w .tabs-w>.cat-item>a {
		padding: 14px;
		line-height: 1.4;
	}

	.productlistsix {
		grid-template-columns: repeat(2,1fr);
	}
}



/* news */
.newswrapper .news-list .item {
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
}
.newswrapper .news-list .item:nth-child(1) {
	margin-top: 0;
}
.newswrapper .news-list .link {
	display: block;
}
.newswrapper .news-list .img-box {
	position: relative;
	overflow: hidden;
}

.newswrapper .news-list .info {
	padding-top: 20px;
}
.news-list .info {
	color: #333;
}
.newswrapper .news-list .title {
	margin-top: 14px;
	font-weight: 500;
	overflow: hidden;
    transition: all .3s ease-out;
}
.newswrapper .news-list .more-w {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
    transition: all .3s ease-out;
}
.newswrapper .news-list .more-w .w {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #1257EB;
}
.news-list .link:hover .title {
	color: #1257EB;
}
.newswrapper .news-list .link:hover .more-w {
	opacity: 1;
	filter: alpha(opacity=100);
}



@media (min-width: 961px) {
	.newswrapper {
		padding-top: 90px;
	}
	.newswrapper .news-list .item {
		margin-top: 50px;
	}
	.newswrapper .news-list .item:nth-child(2),
	.newswrapper .news-list .item:nth-child(3) {
		margin-top: 0;
	}
}
@media (max-width: 960px) {
	.newswrapper .news-list .title {
		margin-top: 8px;
	}
}



.newsdetailwrapper .h3-title,
.detail-info {
	text-align: center;
}
.detail-info .detail-title,
.detail-content,
.detail-control,
.detail-control a {
	color: #333;
}
.detail-info .detail-date {
	margin-top: 14px;
	color: #666;
}
.detail-content {
	margin-top: 24px;
}
.detail-control {
	display: flex;
	justify-content: space-between;
	margin-top: 22px;
}
.detail-control a {
	display: inline-block;
}
.detail-control a:hover {
	color: #1257EB;
}

@media (min-width: 961px) {
	.newsdetailwrapper,
	.newsdetailwrapper .detail-info,
	.searchwrapper,
	.searchwrapper .productlistsix,
	.error404-content.section-inner {
		padding-top: 70px;
	}
	.detail-content {
		margin-top: 40px;
		line-height: 2.4;
	}
}
@media (max-width: 960px) {
	.searchwrapper .productlistsix,
	.newsdetailwrapper .detail-info {
		padding-top: 20px;
	}
}



/* recruit */
.recruit-list .item {
	position: relative;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: 20px;
	background-color: #F6F6F6;
}
.recruit-list .item:first-child {
	margin-top: 0;
}
.recruit-list .item .left-info {
    position: relative;
    z-index: 2;
}

.recruit-list .item .left-info .date {
	font-weight: normal;
}
.recruit-list .item .left-info .title {
    position: relative;
    z-index: 2;
}
.recruit-list .item .left-info .right {
	flex: 1;
	margin-left: 35px;
}

.recruit-list .item .left-info .other {
	margin-top: 4px;
	color: #666;
}
.recruit-list .item .left-info .num {
	margin-left: 55px;
}
.recruit-list .item .operating {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 180px;
    height: 100%;
	font-size: 0;
	cursor: pointer;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/recruit_xia.png);
	background-size: 33px;
}
.recruit-list .item .desc-ws {
	padding-bottom: 30px;
	line-height: 2;
	color: #333;
}
.recruit-list .item .other-i-wapper {
	display: none;
	margin-top: 40px;
	padding-bottom: 50px;
}
.recruit-list .item .send-tips a:hover {
	color: #1257EB;
}
.recruit-list .item .btn-bluew {
	margin-top: 24px;
}

.recruit-list .item.active .operating {
    background-image: url(/images/recruit_shang.png);
	background-position: bottom 8% center;
}
@media (min-width: 961px) {
	.recruitwrapper {
		padding-top: 50px;
	}
	.recruit-list .item {
		margin-top: 50px;
	}
	.recruit-list .item .info-le {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.recruit-list .item .left-info {
		padding-right: 230px;
	}
}
@media (max-width: 960px) {
	.recruit-list .item {
		padding-top: 15px;
		padding-left: 20px;
	}
	.recruit-list .item .left-info {
		padding-right: 80px;
	}
	.recruit-list .item .left-info .right {
		margin-left: 0;
		margin-top: 4px;
	}
	.recruit-list .item .left-info .num {
		display: block;
		margin: 0;
	}
	.recruit-list .item .operating {
		width: 60px;
		background-size: 22px;
	}
	.recruit-list .item .other-i-wapper {
		margin-top: 30px;
		padding-bottom: 30px;
	}
}



.mapContainer {
	width: 100%;
	height: 240px;
}

.mapContainer .icon-cir {
	height: 31px;
	width: 28px;
	background: url(/images/marker.png) no-repeat;
	cursor: pointer;
	background-position: -11px -4px;
}
.mapContainer .amap-info {
	display: none;
}
.mapContainer .amap-info-content p {
	margin: 0;
}
.mapContainer .amap-info-content .p1 {
	margin-top: 8px;
}

.comment-respond .item {
	margin-top: 20px;
}
.comment-respond p {
	margin: 0;
}
.comment-respond .form-control2,
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #D8D8D8;
}
.comment-respond .form-control2 {
	height: 36px;
	border-bottom: 1px solid #D8D8D8;
}
.comment-respond textarea {
	height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
	border: 1px solid #D8D8D8;
}
.comment-respond .form-submit {
	margin-top: 14px;
	text-align: center;
}
.comment-respond .tips {
	margin-top: 10px;
}
.contact-text .its:first-child {
	margin-top: 0;
}
.contact-text .text {
	margin-top: 6px;
}
.contact-text .text p {
	margin: 0;
}
.contact-text .title img {
	margin-right: 6px;
}
.comment-respond .comment-form-captcha {
	display: flex;
}
.comment-respond #canvas {
    flex: 0 0 140px;
    width: 140px;
    height: 40px;
    user-select: none;
}
.comment-respond label.error {
	display: none !important;
}
.comment-respond textarea.error,
.comment-respond input.error {
	border-color: #CB0000;
}

@media (min-width: 961px) {
	.comment-respond .flexitr {
		display: grid;
		grid-gap: 3vw;
		align-items: stretch;
		grid-template-columns: repeat(2, 1fr);
	}
	.comment-respond .item {
		margin-top: 35px;
	}
	.comment-respond .form-submit {
		margin-top: 45px;
	}
	.contactwrapper .contactbox {
		display: flex;
		justify-content: space-between;
		margin-top: -26px;
		padding: 60px;
		padding-bottom: 40px;
		background-color: #fff;
		box-shadow: 0px 0px 28px 1px rgba(182,182,182,0.25);
	}

	.contactwrapper .contactbox .infoboxr {
		width: 56%;
		padding-right: 5%;
	}
	.contactwrapper .contactbox .messageboxr {
		width: 44%;
		padding: 30px;
		box-shadow: 0px 0px 7px 1px rgba(174,174,174,0.25);
	}
	.contact-text {
		display: flex;
		justify-content: space-between;
	}
	.contact-text .leftr {
		flex: 0 0 170px;
		text-align: center;
	}
	.contact-text .rightr {
		width: 52%;
	}
	.contact-text .its {
		margin-top: 40px;
	}
	.contact-text .rightr .text {
		margin-top: 16px;
		line-height: 42px;
		letter-spacing: 1px;
	}

	.contactwrapper .mapContainer {
		margin-top: 60px;
		height: 732px;
	}
}
@media (max-width: 960px) {
	.contact-text .its,
	.contact-text .rightr {
		margin-top: 20px;
	}
	.contactwrapper .contactbox .messageboxr,
	.contactwrapper .mapContainer {
		margin-top: 30px;
	}
}


@-webkit-keyframes circlett {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}


@keyframes circlett {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-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);
  }
}

/* home */
.homebanner {
	position: relative;
	overflow: hidden;
}
.homebanner figure {
	margin: 0;
}
.homebanner .gundong,
.homebanner .homebanpage {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.homebanner .homebanpage {
	display: none;
	z-index: 5;
}
.homebanner .gundong {
	z-index: 6;
}
.homebanpage .swiperpage .swiper-pagination-bullet {
	position: relative;
	width: 92px;
	height: 2px;
	border-radius: 0;
	opacity: 1;
	background: transparent;
	transition: all .35s;
}
.homebanpage .swiperpage .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	opacity: 0.5;
	background-color: #fff;
	transition: all .35s;
}
.homebanpage .swiperpage .swiper-pagination-bullet-active::after {
	opacity: 1;
}

.homebanner .bannerA {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 5;
	width: 100%;
}

.homebanner .ssss {
	display: flex;
	padding: 0;
	margin: 0;
	z-index: 5;
}
.homebanner .sss,
.homebanner .ssss .sss:after {
	height: 2px;
}
.homebanner .sss {
	display: inline-block;
	position: relative;
	width: 92px;
	margin: 0 4px;
}
.homebanner .ssss .sss:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, .5);
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.homebanner .sss .circle {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	bottom: 0;
	z-index: 3;
	background-color: #fff;
}
.homebanner .sss.sss-active .circle {
	-webkit-animation: circlett 3500ms linear both;
	animation: circlett 3500ms linear both;
}

.homebanner .gdtext {
	position: absolute;
	right: 0;
	bottom: -15px;
	color: #fff;
    -webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
    animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}
.homebanner .gdtext::after {
	content: '';
    display: block;
    margin: auto;
	width: 2px;
	height: 80px;
	background-color: rgba(255, 255, 255, .5);
}


@media (max-width: 960px) {
	.homebanner .gundong {
		display: none;
	}
	.homebanner .bannerA {
		bottom: 20px;
	}
	.homebanner .sss {
		width: 30px;
	}
}

.abouthmswiper {
	position: relative;
}
.abouthmswiper .aboutpage {
	position: absolute;
	right:0;
	width: 100%;
	bottom: 10px;
	z-index: 2;
	padding-right: 20px;
	text-align: right;
}
.abouthmswiper .aboutpage .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: 1px solid #666;
	opacity: 0.7;
	border-radius: 50%;
	background-color: transparent;
	transition: all .3s;
}
.abouthmswiper .aboutpage .swiper-pagination-bullet-active {
	background-color: #1257EB;
	border-color: #1257EB;
}

.abouthmcolumn {
	position: relative;
	padding-left: 32px;
	color: #333;
	font-size: 20px;
}
.abouthmcolumn::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 26px;
	height: 2px;
	margin-top: -1px;
	background: #1257EB;
}

.aboutlistrhm .text {
	color: #666;
}
.morestr .link,
.texinglisthm {
	color: #888;
}
.morestr .link {
	display: inline-block;
	padding: 0 34px;
	line-height: 36px;
	border: 2px solid #CBCBCB;
	border-radius: 2px;
}
.morestr .link:hover,
.homeproduct .morestr .link,
.btnreturn .link,
.homenews .morestr .link {
	color: #fff;
	background-color: #1257EB;
	border-color: #1257EB;
}

.texinglisthm {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.texinglisthm .item .title {
	margin-top: 10px;
}



@media (min-width: 961px) {
	.homeabout {
		padding-top: 80px;
		padding-bottom: 110px;
	}
	.homeabout .aboutlistrhm,
	.homeabout .morestr,
	.homeabout .texinglisthm {
		margin-top: 50px;
	}
	.texinglisthm .item .title {
		margin-top: 24px;
	}
	.homeabout .aboutlistrhm {
		display: flex;
		justify-content: space-between;
	}
	.homeabout .aboutlistrhm .leftr {
		width: 40%;
	}
	.homeabout .aboutlistrhm .rightr {
		width: 55%;
/*		padding-top: 7%;*/
	}
	.homeabout .aboutlistrhm .rightr .morestr {
		display: none;
	}
	.profilewrapper .allcontentwrapper,
	.aboutlistrhm .text {
		line-height: 2.2;
	}
	.aboutlistrhm .text {
		max-width: 76%;
	}
	.abouthmcolumn {
		padding-left: 88px;
	}
	.abouthmcolumn::after {
		width: 76px;
		height: 6px;
		margin-top: -3px;
	}
}
@media (max-width: 960px) {
	.homeabout, .homenews, .homeproduct {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.homeabout .aboutlistrhm .leftr .morestr {
		display: none;
	}
	.homeabout .aboutlistrhm .rightr,
	.homeabout .aboutlistrhm .rightr .morestr {
		margin-top: 20px;
	}
	.abouthmswiper .aboutpage {
		bottom: 0;
	}
}





.homeproduct .productcontent,
.homenews .news-list {
	margin-top: 20px;
}
.homeproduct .morestr,
.homenews .morestr,
.btnreturn {
	text-align: center;
}


.homeproduct {
	background-color: #FAFAFE;
}
.homeproduct .colt {
	display: flex;
	line-height: 18px;
	font-size: 12px;
	text-transform: uppercase;
}
.homeproduct .colt .pic {
	margin-right: 8px;
}
.homeproduct .colt .w {
	font-size: 16px;
}

.homeproduct .productcontent .tr {
	display: flex;
	line-height: 24px;
	cursor: pointer;
}
.homeproduct .productcontent .tr .w {
	padding-left: 10px;
}
.homeproduct .listrew {
	margin-top: 10px;
}
.homeproduct .listrew .tr {
	transition: all .2s;
	border-bottom: 1px solid #B6B6B7;
}
.homeproduct .productcontent .tr:hover,
.homeproduct .productcontent .tr.active {
	color: #fff;
	background-color: #4580FF;
}
.homeproduct .homeprofor {
	display: none;
}
.homeproduct .productlistsix .item {
	border: none;
}
.homeproduct .productlistsix .item .link {
	display: block;
	padding: 0;
}
.homeproduct .productlistsix .item .pic {
	padding: 10px;
	background: linear-gradient(0deg, rgba(233,233,233,0.5), rgba(250,250,250,0.5), rgba(233,233,233,0.5));
}
.homeproduct .productlistsix .item .title {
	font-size: 14px;
	transition: all .2s;
}
.homeproduct .productlistsix .item .link:hover .title {
	color: #4580FF;
}


.homeproduct .btr4we {
	margin-top: 20px;
}

.btr4we {
	text-align: right;
}
.btr4we .bannerbtns {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	color: #818181;
	font-size: 16px;
	border-color: #E0E0E0;
}
.btr4we .bannerbtns:nth-child(2) {
	margin-left: 12px;
}
.btr4we .bannerbtns:hover {
	color: #fff;
}

@media (min-width: 961px) {
	.homeproduct,
	.homenews {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	.homeproduct .productcontent,
	.homenews .news-list {
		margin-top: 110px;
	}
	.homeproduct .morestr,
	.homenews .morestr,
	.btnreturn {
		margin-top: 70px;
	}
	.homeproduct .productcontent {
		display: flex;
		justify-content: space-between;
	}
	.homeproduct .productcontent .leftr {
		width: 180px;
		flex: 0 0 180px;
	}
	.homeproduct .productcontent .rightr {
		flex: 1;
		padding-left: 20px;
		overflow: hidden;
	}
	.homeproduct .listrew {
		margin-top: 20px;
	}
	.homeproduct .productcontent .tr {
		padding: 20px 16px;
	}
	.homeproduct .productlistsix .item .pic {
		padding: 30px;
	}
	.homeproduct .btr4we {
		margin-top: 30px;
	}
}
@media (max-width: 960px) {
	.homeproduct .morestr,
	.homeproduct .productcontent .rightr {
		margin-top: 20px;
	}
	.homeproduct .productcontent .tr {
		padding: 10px;
	}
}




.homenews .news-list .item .bannerbtns {
	margin-top: 14px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 16px;
}
.homenews .news-list .item .info {
	padding: 15px;
}

.homenews .news-list .item .link:hover .bannerbtns {
	color: #fff;
    border-color: #1257EB;
    background-color: #1257EB;
}

@media (min-width: 961px) {
	.homenews .news-list .item {
		box-shadow: 0px 0px 10px 0px rgba(203,203,203,0.35);
	}
	.homenews .news-list .item .bannerbtns {
		margin-top: 24px;
	}
}

@media (max-width: 960px) {
	.homenews .news-list .item .info {
		padding-left: 0;
		padding-right: 0;
	}
	.homenews .news-list .item .bannerbtns {
		display: none;
	}
}




.col-t-e {
	font-size: 16px;
	font-weight: 400;
}
.sitefooter .fcopy {
	line-height: 22px;
	font-size: 12px;
}
.contact-text .title {
	line-height: 30px;
}

.entry-title {
	font-weight: normal;
}
.h2-title, .h3-title {
	margin: 0;
	padding: 0;
}
.h2-title {
	text-transform: uppercase;
}
@media (min-width: 961px) {
	.entry-title,
	.h2-title {
		/* line-height: 50px;
		font-size: 40px; */
		line-height: 40px;
		font-size: 36px;
	}
	.profiletit .en {
		width: 128px;
		line-height: 40px;
		font-size: 36px;
	}
	.entry-title,
	.h3-title,
	.recruit-list .item .left-info .date,
	.environmentbox1 .p2 {
		/* line-height: 40px;
		/* font-size: 36px; */
		line-height: 36px;
		font-size: 30px;
	}
	.productlistitone .item {
		line-height: 30px;
	}
	.productlistitwo .item .title,
	.productlistitone .item .info {
		font-size: 18px;
	}
	/* .productlistitone .item .title {
		font-size: 26px;
	}
	.productlistitone .item .descs {
		font-size: 28px;
	} */
	.haslinecolumn,
	.abouthmcolumn,
	.columntystr .p1,
	.environmenttext .title,
	.pro-column-w .tabs-w>.cat-item>a,
	.productlistsix .item .title,
	.recruit-list .item .left-info .title {
		/* font-size: 24px; */
		font-size: 20px;
	}
	.aboutlistrhm .text .p1,
	.sitefooter .contactel .t {
		/* font-size: 20px; */
		font-size: 18px;
	}
	.pagination-box,
	.innerbanner .content .text,
	.profiletit .cn,
	.sitecolumns .enwt,
	.environmentbox1 .text,
	.environmenttext .text,
	.productbox3 .content,
	.news-list .info,
	.detail-info,
	.detail-control,
	.contact-text .title {
		font-size: 16px;
	}
}
@media (max-width: 960px) {
	.entry-title,
	.h2-title {
		line-height: 34px;
		font-size: 24px;
	}
	.h3-title {
		line-height: 30px;
		font-size: 20px;
	}
	.haslinecolumn {
		font-size: 18px;
	}
	.profiletit .en,
	.environmenttext .title,
	.recruit-list .item .left-info .title {
		font-size: 16px;
	}
}






/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}
