@charset "utf-8";

@import url("global.min.css");
@import url("iconfont.css");


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-12-17
* 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: #193331;
	background: transparent;
	text-decoration: none;
	outline: none;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: 0;
	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;
	-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: 14px;
	font-weight: normal;
	color: #193331;
	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;
}

/* 表单placeholder文字样式 */
::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #999;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #999;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #999;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #999;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #0B8A7F;}
::selection{color: #fff;background-color: #0B8A7F;}



/* ---------------------------------------------------------------------------------------
Globals
---------------------------------------------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	/*margin: 0;*/
	/*padding: 0;*/
	/*list-style: none;*/
	/*border: 0;*/
	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: #193331;
	font-family: 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
}

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: 30px;
}
p {
	margin-top: 14px;
	margin-bottom: 14px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.display-block {
	display: block;
}
.display-inlineblock {
	display: inline-block;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.display-table-cell {
	position: relative;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.position-rel {
	position: relative;
}
.position-abs {
	position: absolute;
}
.container {
	position: relative;
	margin: 0 125px;
}

@media (max-width: 1449px) and (min-width: 1200px) {
	.container {
		margin: 0 100px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.container {
		margin: 0 40px;
	}
}

@media (max-width: 992px) {
	.container {
		margin: 0 20px;
	}
}
header, section, footer {
    transition: 0.8s ease;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.display-flex-between {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.display-flex-wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
} 

@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);
    }
}

#loading {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    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 #005CA3;
    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: #f5f5f5;
    border-radius: 50%;
}


/* ------------------------------------
* public
---------------------------------------*/
.site-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.more-btn {
	display: inline-block;
	position: relative;
	text-align: center;
    overflow: hidden;
    border: 1px solid #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.more-btn .more {
	display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    -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;
}
.more-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: #f00;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

/*gray*/
.more-btn-red,
.more-btn-gray {
	width: 98px;
	height: 30px;
	line-height: 28px;
}
.more-btn-gray .more {
	color: #666;
}
.more-btn-red .more,
a:hover .more-btn-gray .more,
.more-btn-gray:hover .more {
	color: #f00;
}
.more-btn-red,
a:hover .more-btn-gray,
.more-btn-gray:hover {
	border-color: #f00;
}

/*white*/
.more-btn-white {
	width: 154px;
	height: 52px;
	line-height: 50px;
}
.more-btn-white .more {
	color: #fff;
}


@media (max-width: 992px) {
	.more-btn-white {
	    width: 140px;
	    height: 42px;
	    line-height: 40px;
	}
}


.align-center {
	text-align: center;
}

.site-column {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin: 0;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #193331;
    -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;
}

.l-page-index a.site-column:hover {
	color: #0B8A7F;
}

.site-column-hasline:before {
	content: '';
	display: block;
	width: 72px;
	height: 4px;
	margin-bottom: 17px;
	background-color: #EA5958;
}
.pro-t-w-s {
	font-size: 22px;
	font-weight: bold;
}

.pro-t-w-s-hasline:after {
	content: '';
	display: block;
	width: 44px;
	height: 3px;
	margin-top: 8px;
	background-color: #EA5958;
}


.color-red {
	color: #f00;
}

.color-white {
	color: #fff;
}
.color-gray {
	color: #333;
}
.orange-line {
	height: 2px;
	text-indent: -9999px;
	background-color: #E67A2E;
}

.icon-bgcover {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	outline: none;
}


.thumb-scale {
	overflow: hidden;
}

.thumb-scale img {
	display: block;
	width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
.thumb-scale:hover img,
a:hover .thumb-scale img {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.all-content-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.all-content-wrapper>p:first-of-type {
	margin-top: 0;
}
.all-content-wrapper>p:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	/*font-size*/
	.site-column {
		font-size: 26px;
	}
	.pro-t-w-s {
		font-size: 18px;
	}
}

.link-e-r-btn {
	display: inline-block;
	width: 114px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #0e8879;
	font-size: 16px;
	background-color: #fff;
    -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;
}
.link-e-r-btn .iconfont {
	font-size: 20px;
}
.link-e-r-btn-you .iconfont {
	margin-left: 6px;
}

.link-e-r-btn-w170 {
	width: 170px;
	height: 46px;
	line-height: 46px;
}
.link-e-r-btn:hover {
    color: #fff;
    background-color: #EB7B75;
}

/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -30px;
	text-indent: -9999px;
	background: url(../images/close.png) center no-repeat!important;
}
.poptrox-popup .caption {
    line-height: normal!important;
	color: #363738;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
	width: 55px;
	height: 66px;
	margin-top: -33px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 55px 66px;
	background-size: 55px 66px;
}
.poptrox-popup .nav-previous {
	left: -31px;
	background-image: url(../images/prev.png);
}
.poptrox-popup .nav-next {
	right: -31px;
	background-image: url(../images/next.png);
}
.poptrox-popup {
	padding: 0!important;
}
.poptrox-popup .caption,
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
	display: none!important;
}

@media (max-width: 992px) {
	.poptrox-popup .closer {
		right: -10px !important;
	}
}
@media (max-width: 767px) {
	/*poptrox*/
	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		width: 35px;
		height: 42px;
		margin-top: -21px;
		-webkit-background-size: 35px 42px;
		background-size: 35px 42px;
	}
	.poptrox-popup .nav-previous {
		left: -16px;
	}
	.poptrox-popup .nav-next {
		right: -16px;
	}
	.poptrox-popup .closer {
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
	}

}



/*leftImg-rightText*/
.leftImg-rightText {}
.leftImg-rightText .item .link {
	overflow: hidden;
}
.leftImg-rightText .item .img-box {
	width: 50%;
	float: left;
}
.leftImg-rightText .item .info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
	width: 45%;
    height: 100%;
    overflow: hidden;
}
.leftImg-rightText .item .title {
	line-height: 24px;
	font-size: 15px;
}
.leftImg-rightText .item .desc {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.leftImg-rightText .item .link:hover .title {
	color: #f00;
}

/*leftImg-rightText-t-v*/
.leftImg-rightText-t-v {}
.leftImg-rightText-t-v .item {}
.leftImg-rightText-t-v .item .img-box {
	width: 24.5%;
}
.leftImg-rightText-t-v .item .info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
	width: 70%;
    height: 100%;
    overflow: hidden;
}
.leftImg-rightText-t-v .item .title {
	line-height: 24px;
	font-size: 15px;
}
.leftImg-rightText-t-v .item .desc {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.leftImg-rightText-t-v .item .link:hover .title {
	color: #f00;
}


.left-gallery-wrapper {
	position: relative;
}
.left-gallery-wrapper .gallery {
	overflow: hidden;
}
.left-gallery-wrapper .gallery img {
	display: block;
	width: 100%;
}

@media (min-width: 993px) {
	.left-gallery-wrapper {
		width: 50%;
		float: left;
	}
	.right-information-wrapper {
		width: 50%;
		float: right;
	}
	.left-gallery-wrapper-fr {
		float: right;
	}
	.right-information-wrapper-fl {
		float: left;
	}
}

@media (min-width: 1500px) {
	.right-information-wrapper {
		padding-left: 64px;
	}
}

@media (max-width: 1449px) and (min-width: 1200px) {
	.right-information-wrapper {
		padding-left: 45px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.right-information-wrapper {
		padding-left: 30px;
	}
}

@media (max-width: 992px) {
	.left-gallery-wrapper,
	.right-information-wrapper {
		display: block;
		width: 100%;
	}
	.right-information-wrapper {
		margin-top: 30px;
	}
}


@media (max-width: 1199px) {
}


.control-sub {
	display: inline-block;
	width: 224px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	background-color: #EB7B75;
	cursor: pointer;
	outline: none;
    -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;
}
.control-sub:hover {
	color: #fff;
	background-color: #0B8A7F;
}
@media (max-width: 992px) {
	.control-sub {
		width: 160px;
		height: 46px;
		line-height: 46px;
	}
}

.share-wrapper {
	display: inline-block;
	position: relative;
}
.share-wrapper .sh-w {
    display: inline-block;
	cursor: pointer;
}
.share-wrapper .bdsharebuttonbox {
    display: inline-block;
    font-size: 0;
}
.share-wrapper .bdsharebuttonbox .bds_more {
	display: none;
}
.share-wrapper .bdsharebuttonbox a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #45555f;
    -webkit-background-size: 16px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
}
.share-wrapper .bdsharebuttonbox a:first-child {
	margin-left: 0;
}
.share-wrapper .bdsharebuttonbox .iconfont {
    position: relative;
    z-index: -3;
	font-size: 20px;
}
.share-wrapper .bdsharebuttonbox a:hover {
	color: #EB7B75;
}

.index-column-bar .share-wrapper .bdsharebuttonbox {
	margin-right: 0;
}


.l-page {
	position: relative;
	overflow: hidden; 
	width: 100%;
}
.l-page:after {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -5; 
	width: 65.4%;
	height: 100%;
	background-color: #F8F9F9;
	content: "";
}
.l-page-index:after {
	background-color: #F7FAFA;
}
.l-page__line {
    display: none;
    position: absolute;
    top: 0;
    z-index: 60;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, .03);
}

@media screen and (min-width: 993px) {
	.l-page:after {
		/*right: 7.14286%;*/
		left: auto;
		width: 71.28571%;
	}
	.l-page:after,
	.l-page__line{
		display: block;
	}
	.l-page__line--item2{
		left: 28.57143%;
	}
	.l-page__line--item3{
		left: 50%;
	}
	.l-page__line--item4{
		left: 71.42857%;
	}
}

@media (min-width: 1550px) {
	.l-page__line--item1{
		left: 125px;
	}
	.l-page__line--item5{
		right: 125px;
	}
}
@media (max-width: 1449px) and (min-width: 1200px) {
	.l-page__line--item1{
		left: 100px;
	}
	.l-page__line--item5{
		right: 100px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.l-page:after{
		/*width: 67.28571%;*/
	}
	.l-page__line--item1{
		left: 40px;
	}
	.l-page__line--item5{
		right: 40px;
	}
}

@media (max-width: 992px) {}



.listbg-cover-wrapper {
    position: absolute;
    right: 0;
    top: -38px;
    z-index: -1;
    width: 25%;
}

@media (max-width: 767px) {
	.listbg-cover-wrapper {
		display: none;
	}
}

/*pagination*/
.pagination-box {
	text-align: center;
	font-size: 0;
}
.pagination-box a,
.pagination-box span {
	display: inline-block;
	margin: 0 2px;
	padding: 0 10px;
	min-width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	background-color: #E7E9E9;
    -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 a:hover,
.pagination-box span {
    color: #fff;
    background-color: #384545;
}
.pagination-box .all {
	display: none;
}

@media (min-width: 993px) {
}





.site-header ul,
.site-header ol,
.site-footer ul,
.site-footer ul {
	padding-left: 0;
	margin: 0;
}

.site-header ul li,
.site-header ol li,
.site-footer ul li,
.site-footer ul li {
	list-style: none;
}



/* ---------------------------------
* header
------------------------------------*/
.site-header .site-header-bar, .site-header .container, .headerH {
	height:80px;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.site-header .container,
.search-wrapper,
.site-header .site-header-bar  {
	height: 80px;
}
.hamburger {
	display:none;
    position: absolute;
	top: 16px;
	right: 0;
	z-index:1;
	line-height:0;
	width: 35px;
    height: 24px;
}
.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: #0B8A7F;
}

/* bar */
.site-header .site-header-bar {
	position: relative;
	top: 0;
    z-index: 4;
    font-size: 0;
    -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;
}
.site-header .site-logo {
	display: inline-block;
	position: relative;
	z-index: 10;
	margin-top: 15px;
}
.site-header .site-logo img {
	display: block;
	height: 46px;
}
.site-header .site-logo #siteName {
	display: none;
}

.site-header .header-content {}

/* menu */
.site-header .menu {
	margin-right: 160px;
    -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;
}
.site-header .menu .menu-item {
	display: inline-block;
	position: relative;
}

.site-header .menu .menu-item:first-child {
	margin-left: 0;
}
.site-header .menu .menu-item a {
	display: block;
	font-size: 16px;
}
.site-header .menu .menu-item .top {
    padding: 0 30px;
	line-height: 80px;
    text-transform: uppercase;
    overflow: hidden;
    -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;
}
.site-header .menu .menu-sub:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/icon/head-ico-t.png);
}

.site-header .menu .menu-sub {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 10;
	width: 210px;
	padding: 16px 5px 10px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.site-header .menu .menu-sub .rows {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
    box-shadow: 0 2px 10px rgba(0,0,0,.5);
}
.site-header .menu .menu-sub li {
	display: block;
	border-bottom: 1px solid #EAECEB;
}
.site-header .menu .menu-sub li:last-child {
	border-color: transparent;
}
.site-header .menu .menu-sub li a {
	display: block;
	padding: 10px 0;
	line-height: 40px;
	text-align: center;
    -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;
}
.site-header .menu .menu-sub li a:hover {
	color: #0B8A7F;
}

/* header fixed height */
.headerH {
	font-size: 0;
	text-indent: -9999px;
}


/*lang search*/
.site-header .lang-search {
	position: absolute;
	right: 80px;
	bottom: 0;
	z-index: 8;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #f00;
}
.site-header .lang,
.site-header .search {
	position: relative;
	float: left;
	width: 30px;
	cursor: pointer;
}

/*lang*/
.site-header .search {
	text-align: right;
}
.site-header .search:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	width: 1px;
	height: 12px;
	background-color: #E49498;
}

.site-header .search input {
	width: 206px;
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
	border: 2px solid #f00;
	/*E94A51*/
	background-color: #0B8A7F;
}
.site-header .search .item {
	background: url(../images/icon/head-search.png) right center no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
}
.site-header .search .select {
	display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
}


/*lang*/
#headerContent .lang-wrapper {
	display: none;
}

.site-header .lang-wrapper {
    position: absolute;
    right: 85px;
    top: 0;
    bottom: 0;
    line-height: 80px;
}
.lang-wrapper {
	font-size: 14px;
}
.lang-wrapper .cn-link,
.lang-wrapper .en-link {
	font-size: 14px;
}

.lang-wrapper .cn-link {}
.lang-wrapper .en-link {}

.lang-wrapper .cn-link.active,
.lang-wrapper .en-link.active {
    color: #0B8A7F;
}

/* search */
.search-wrapper {
	position: absolute;
    right: -125px;
    top: 0;
    z-index: 13;
    width: 125px;
}
.search-wrapper .search-items {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-wrapper .search-icon {
	display: block;
	position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
	width: 125px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-color: #0B8A7F;
	border-left: 1px solid #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-wrapper .search-icon .iconfont {
	margin-left: 5px;
	font-size: 18px;
}
.search-wrapper .search-key {
    width: 100%;
	height: 80px;
	line-height: 28px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 235px;
    padding-left: 25px;
	color: #fff;
	font-size: 14px;
	background-color: #0B8A7F;
}
.search-wrapper .close {
    position: absolute;
    right: 125px;
    top: 0;
    z-index: 1;
    width: 50px;
    margin-right: 40px;
    padding: 0;
    height: 80px;
	line-height: 80px;
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
	color: #fff;
	cursor: pointer;
}


/* form placeholder style */
.search-wrapper .search-key::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #fff;
}
.search-wrapper .search-key:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #fff;
}
.search-wrapper .search-key::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #fff;
}
.search-wrapper .search-key:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #fff;
}

.search-wrapper .search-key,
.search-wrapper #submit-btn,
.search-wrapper .close {
	display: none;
}

/*open*/
.search-wrapper.open .search-key,
.search-wrapper.open #submit-btn,
.search-wrapper.open .close {
	display: block;
}
@media (min-width: 993px) {
	.search-wrapper .search-items {
		position: absolute;
	    z-index: 2;
	    top: 0;
	    right: 0;
	    width: 0;
		background-color: #0B8A7F;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.search-wrapper.open .search-items {
		width: 64vw;
	}
	.search-wrapper.open #w-s-t {
		display: none;
	}
}



#headerContent {
	display: none;
}
#headerContent.mm-menu_offcanvas.mm-menu_opened {
	display: block;
}



@media (max-width: 1600px) and (min-width: 1450px) {
	.site-header .menu .menu-item .top {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (max-width: 1449px) and (min-width: 1200px) {
	.site-header .menu .menu-item .top {
		padding-left: 20px;
		padding-right: 20px;
	}
	.search-wrapper {
		width: 100px;
		right: -100px;
	}
	.search-wrapper .close {
		right: 100px;
		margin-right: 30px;
	}
	.search-wrapper .search-icon {
		width: 100px;
	}
	.search-wrapper .search-key {
		padding-right: 195px;
	}
}
@media (max-width: 1449px) and (min-width: 993px) {
	.site-header .site-logo {
		margin-top: 26px;
	}
	.site-header .site-logo img {
		height: 30px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.site-header .menu {
		/*margin-right: 120px;*/
	}
	.site-header .menu .menu-item .top {
		padding-left: 10px;
		padding-right: 10px;
	}
	.search-wrapper {
		width: 90px;
		right: -40px;
	}
	.search-wrapper .search-icon {
		width: 90px;
	}
	.search-wrapper .search-key {
		padding-right: 175px;
	}
	.search-wrapper .close {
		right: 90px;
		margin-right: 20px;
	}

	.site-header .lang-wrapper {
		/*right: 60px;*/
	}
}



@media (max-width: 992px) {

	/* header */
	.mm-menu {
		background: #fff;
	}
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		background: rgba(0,0,0,.3);
	}
	.mm-panel_opened-parent {
	    -webkit-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	    transform: translate(-100%,0);
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	.site-header .header-content {
		display: none;
	}
	.site-header .hamburger {
		display: block;
		opacity: 1;
	}
	#menu-header {
		z-index: 999;
		background: #fff;
	}

	.site-header {
		position: fixed;
		left: 0;
		top: 0;
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
		box-shadow: 0 2px 6px rgba(0,0,0,.3);
	}
	.site-header .site-header-bar, .site-header .container, .headerH {
		height: 50px;
	}
	.site-header .site-logo {
		margin-top: 8px;
	}
	.site-header .site-logo img {
		height: 30px;
	}
	.search-wrapper {
		right: 35px;
	    margin: 0;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.search-wrapper .search-items {
		display: none;
	    position: fixed;
	    top: 50px;
	    left: 0;
	    z-index: 5;
	    width: 100%;
	    margin: 0;
	    border-top: 1px solid #e6e6e6;
	}
	.search-wrapper .search-icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 0;
		text-align: center;
	    background-color: transparent;
	}
	.search-wrapper #w-s-t {
    	color: #0B8A7F;
    }
	.search-wrapper #submit-btn {
    	color: #fff;
	}
	.search-wrapper .close {
		right: 50px;
		margin-right: 10px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.search-wrapper .search-icon .iconfont {
		margin-left: 0;
		font-size: 22px;
	}
	.search-wrapper .search-key {
	    width: 100%;
    	height: 50px;
		padding: 15px;
		padding-right: 120px;
		background-position: left 15px center;
	}

	/*open*/
	.search-wrapper.open .search-items .search-key {
		width: 100%;
	}
	.search-wrapper.open .search-items {
		display: block;
	}

	.site-header .lang-wrapper {
		right: 85px;
		line-height: 50px;
	}
}


@media (max-width: 767px) {
	/*header*/
	.mm-navbar {
		padding: 0 20px;
	}

}

@media (max-width: 480px) {
	.site-header .site-logo {
		margin-top: 13px;
	}
	.site-header .site-logo img {
		height: 23px;
	}
	.site-header .lang-wrapper {
		display: none;
	}
	#headerContent .lang-wrapper {
		display: block;
	    margin-top: 20px;
	    padding: 10px 10px 10px 20px;
    	border-bottom-color: #fff;
	}
	#headerContent .lang-wrapper .cn-link,
	#headerContent .lang-wrapper .en-link {
		display: inline-block;
		padding: 0;
	}
}


/* ------------------------------------
* footer
---------------------------------------*/
.site-footer {
	display: block;
	position: relative;
	z-index: 8;
    width: 100%;
    padding-top: 46px;
    padding-bottom: 50px;
    line-height: 24px;
	color: #fff;
	background-color: #384545;
}
.site-footer .followus {
	font-size: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.site-footer .followus .link {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	cursor: pointer;
}
.site-footer .followus .link:first-child {
	margin-left: 0;
}
.site-footer #backtop .iconfont,
.site-footer .followus .link .iconfont {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    color: #1E2E2E;
    text-align: center;
    background-color: #F5F6F6;
    -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;
}
.site-footer #backtop {
	position: fixed;
	right:	20px;
	bottom: 20px;
	z-index: 99;
	cursor: default;
}

.site-footer .followus .pic {
	display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    padding-bottom: 10px;
    z-index: 5;
    width: 96px;
    margin-left: -48px;
    -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;
}
.site-footer .followus .pic img {
	display: block;
	width: 100%;
}
.site-footer #backtop:hover .iconfont,
.site-footer .followus .link:hover .iconfont {
	color: #fff;
	background-color: #0b8a7f;
}

/*left*/
.site-footer .left-info-t .info {
	font-size: 22px;
	font-weight: bold;
}
.site-footer .left-info-t .tel {
	margin-left: 25px;
}
.site-footer .left-info-t .copyright {
	margin-top: 14px;
}

@media (min-width: 993px) {
	.site-footer .followus .link:hover .pic {
		display: block;
	}

}
@media (max-width: 1199px) and (min-width: 993px) {
	.site-footer .copyright {
		left: 65px;
	}
}
@media (max-width: 992px) {
	.site-footer .copyright {
		margin-top: 10px;
	}
	.site-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.site-footer .container {
		min-height: 48px;
	}
	.site-footer .left-info-t {
		padding-right: 240px;
	}
	.site-footer .followus {
		position: absolute;
		right: 0;
		top: 0;
	}
}
@media (max-width: 767px) {
	.site-footer .followus .link {
		margin-left: 15px;
	}
	.site-footer .left-info-t {
		margin-top: 30px;
	}
	.site-footer .left-info-t .info {
		font-size: 18px;
	}
	.site-footer .left-info-t .copyright {
		margin-top: 8px;
	}
	.site-footer .followus .link .iconfont {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
}


/* 手机端 微信 微博 */
.infoPicFixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%); 
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    background: rgba(0, 0, 0, 0.7);
    z-index: 120;
}
.infoPicFixed .info {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: 165px;
    font-size: 14px;
    color: #fff;
}
.infoPicFixed .info img {
	width: 135px;
	height: 135px;
}
.infoPicFixed .info .title {
	margin: 0;
	margin-top: 5px;
	line-height: 24px;
}




/* ---------------------------------
* index
------------------------------------*/

/*--------------
* banner
----------------*/
.site-banner {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.site-banner .gallery img {
	display: block;
	width: 100%;
}
.site-banner .banner-left,
.site-banner .banner-right {
	display: block;
	position: absolute;
	top: 50%;
	width: 72px;
	height: 72px;
	margin-top: -36px;
	outline: none;
	z-index: 8;
	cursor: pointer;
	line-height: 72px;
	text-align: center;
	color: #fff;
	background-color: rgba(18,21,21, .25);
    font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    -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;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.site-banner .banner-left {
	left: 2.8%;
}
.site-banner .banner-right {
	right: 2.8%;
}
.site-banner:hover .banner-left,
.site-banner:hover .banner-right {
	opacity: 1;
	filter: alpha(opacity=100);
}

.site-banner .banner-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: none!important;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.site-banner .banner-text .text {}
.site-banner .banner-text .words {
	display: inline-block;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	background: rgba(2,37,37,.18);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


@media (min-width: 1500px) {
	.site-banner .banner-text .words {
		font-size: 42px;
	}
}

@media (max-width: 1499px) and (min-width: 1200px) {
	.site-banner .banner-text .words {
		font-size: 36px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.site-banner .banner-text .words {
		font-size: 28px;
	}
}
@media (max-width: 992px) {
	.site-banner .banner-left, .site-banner .banner-right {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-top: -25px;
		font-size: 26px;
	}
}
@media (max-width: 992px) and (min-width: 481px) {
	.site-banner .banner-text .words {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.site-banner .banner-text .words {
		font-size: 16px;
	}
	.site-banner .banner-left, .site-banner .banner-right {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		line-height: 30px;
		font-size: 20px;
	}
}

.index-banner .banner-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 24px;
    z-index: 5;
}

.index-banner .banner-pagination .swiper-pagination-bullet {
	position: relative;
	width: 60px;
	height: 24px;
	margin-right: 28px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	opacity: .75;
	filter: alpha(opacity=75);
	background-color: 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;
}
.index-banner .banner-pagination .swiper-pagination-bullet:after,
.index-banner .banner-pagination .swiper-pagination-bullet:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 16px;
	height: 1px;
	background-color: rgba(255,255,255,.75);
}
.index-banner .banner-pagination .swiper-pagination-bullet:after {
	right: 0;
}
.index-banner .banner-pagination .swiper-pagination-bullet:before {
	left: 0;
}

/*active*/
.index-banner .banner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.index-banner .banner-pagination .swiper-pagination-bullet-active:after,
.index-banner .banner-pagination .swiper-pagination-bullet-active:before {
	background-color: rgba(255,255,255,1);
}



/*product*/
.index-product {
	padding-top: 110px;
	padding-bottom: 120px;
}
.index-product .product-list {
	margin-top: 50px;
	font-size: 0;
}
.index-product .product-list .item {
	display: inline-block;
	width: 25%;
	font-size: 16px;
}
.index-product .product-list .link {
	display: block;
	position: relative;
	color: #fff;
}
.index-product .product-list .img-box {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.index-product .product-list .img-box 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;
}
.index-product .product-list .cover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    align-items: center;
    align-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	text-align: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: rgba(9,7,8,.5);
    -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;
}
.index-product .product-list .cover-box {
	overflow: hidden;
}
.index-product .product-list .title {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	line-height: 30px;
	border-bottom: 1px 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;
}
.index-product .product-list .title:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -26px;
	top: 50%;
	width: 18px;
	height: 13px;
	margin-top: -7px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
    -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;
}
.index-product .product-list .desc {
	display: none;
	position: relative;
	top: -10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -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;
}


.index-product .product-list .link:hover .cover {
	/*background-image: url(../images/index_09.jpg);*/
    background-color: rgba(9,7,8,.8);
}
.index-product .product-list .link:hover .title:before {
	background-image: url(../images/icon/index-pro.png);
}
.index-product .product-list .link:hover .title {
	border-bottom-color: #fff;
}
.index-product .product-list .link:hover .desc {
	display: block;
	top: 0;
}
.index-product .product-list .link:hover .img-box 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);
}

/*index about*/
.index-about {
	padding-top: 120px;
	padding-bottom: 130px;
	background-color: #E4F1F7;
}
.index-about .site-banner {
	width: 49.3%;
	float: left;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.index-about .banner-pagination {
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: 40px;
	height: 10px;
	z-index: 8;
}
.index-about .banner-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/icon/index-a.png);
}
.index-about .banner-pagination .swiper-pagination-bullet-active {
	width: 14px;
	background-image: url(../images/icon/index-a-act.png);
}

.index-about .about-list {
	width: 46%;
	float: right;
	font-size: 16px;
}
.index-about .about-list .col-t {
	color: #0B8A7F;
}
.index-about .about-list .col-t:after {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 53px;
	height: 1px;
	margin-left: 4px;	
	background-color: #0B8A7F;
}
.index-about .about-list .site-column {
	margin-bottom: 40px;
	margin-top: 20px;
}
.index-about .about-list .desc {}
.index-about .about-list .more-btn {
	width: 174px;
	height: 56px;
	margin-top: 70px;
	line-height: 54px;
	border-color: #0B8A7F;
    -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;
}
.index-about .about-list .more-btn .more {
	font-size: 16px;
	color: #3ba399;
}

/*hover*/
.index-about .about-list .more-btn:hover {
	background-color: #0B8A7F;
}
.index-about .about-list .more-btn:hover .more {
	color: #fff;
}




/*index news*/
.index-news {
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: #F7FAFA;
}
.index-news .news-list {
	margin-top: 50px;
	font-size: 0;
}
.index-news .news-list .item {
	display: inline-block;
	width: 33.33%;
	font-size: 16px;
}

.index-news .news-list .link {
	display: block;
    -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;
}
.index-news .news-list .text {
	padding: 30px 35px;
	background-color: #fff;
}
.index-news .news-list .date {
	color: #0b8a7f;
}
.index-news .news-list .title {
	display: inline-block;
	padding-bottom: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
    -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;
}
.index-news .news-list .desc {
	color: #000;
}

/*hover*/
.index-news .news-list .link:hover {
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0,.2);
	box-shadow: 0 8px 10px rgba(0,0,0,.2);
}
.index-news .news-list .link:hover .title {
	color: #0b8a7f;
	border-bottom-color: #0b8a7f;
}



@media (max-width: 1199px) {
	.index-about .banner-pagination {
		left: 20px;
		bottom: 20px;
		right: 20px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.index-banner .banner-pagination {
		bottom: 30px;
	}
}
@media (max-width: 992px) {
	.index-banner .banner-pagination {
		bottom: 20px;
	}
	.index-product,
	.index-about,
	.index-news {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.index-product .product-list,
	.index-about .about-list,
	.index-news .news-list {
		margin-top: 30px;
	}
	.index-about .site-banner, .index-about .about-list {
		float: none;
		width: 100%;
	}
	.index-about .about-list .site-column {
		margin-bottom: 20px;
	}
	.index-about .about-list .more-btn {
		width: 140px;
		margin-top: 20px;
		height: 46px;
		line-height: 46px;
	}
}


@media (max-width: 767px) {
	.index-product .product-list .item {
		width: 50%;
	}
	
	.index-news .news-list .item {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.index-news .news-list .item:first-child {
		margin-top: 0;
	}
	.index-news .news-list .text {
		padding: 20px;
	}
	.index-product .product-list .title {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.index-banner .banner-pagination {
		display: none;
	}
}




/* ---------------------------------
* inner
------------------------------------*/
.inner-container {
	position: relative;
}
.inner-column {
	line-height: 24px;
	background-color: #fff;
}
.inner-column .container {
	padding-top: 25px;
	padding-bottom: 25px;
    border-bottom: 1px solid #E4F4F2;
}
/*position*/
.inner-column .position .text {
	display: inline-block;
	margin-left: 7px;
}
.inner-column .position .text a,
.inner-column .sub-m-u li a {
    -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;
}
.inner-column .position .text a:hover {
	color: #0B8A7F;
}

.inner-column .sub-m-u .rows {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.inner-column .sub-m-u li {
	list-style: none;
	font-size: 14px;
}
.inner-column .sub-m-u li a {
	display: block;
	padding: 0 18px;
}
.inner-column .sub-m-u li a:hover {
	color: #0B8A7F;
}


/*active,hover*/
.inner-column .sub-m-u li.active {}


.current-column-c {
    padding: 20px 0;
	width: 71.58571%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(../images/col-bg-c.jpg);
}
.current-column-c .col-t {
	color: #fff;
}
.current-column-c .cur-c-g {
	display: none;
}
.current-column .cur-c-g {
	position: relative;
	z-index: 3;
}
.current-column .cur-c-g img {
	min-height: 64px;
}
.current-column .container {
	position: static;
}
.current-column {
	position: relative;
}
.current-column .col-t {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	margin-top: -18px;
	color: #fff;
}
@media (min-width: 1500px) {
	.current-column .col-t {
		left: 125px;
	}
}
@media (min-width: 1200px) {
	.inner-column .container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.inner-column .position {
	    white-space: nowrap;
	}
}
@media (min-width: 993px) {
	.inner-container {
		margin-top: 120px;
	}
	.inner-column .sub-m-u li {
		display: inline-block;
	    border-right: 1px solid #C0C3C2;
	}
	.inner-column .sub-m-u li:last-child {
		border-right: none;
	}
	.inner-column .sub-m-u li a {
		padding: 0 18px;
		color: #1d2625;
	}
}



@media (max-width: 1449px) and (min-width: 1200px) {
	.current-column .col-t {
		left: 100px;
	}
}
@media (max-width: 1199px) {
	.current-column-c {
		padding: 15px 0;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.current-column .col-t {
		left: 40px;
	}
	.inner-column .sub-m-u {
		margin-top: 10px;
	}
}

@media (max-width: 992px) {
	.inner-container {
		margin-top: 30px;
	}
	.current-column .col-t {
		left: 20px;
	}
	.inner-column .sub-m-u .hamburger {
		display: block;
		top: 27px;
	}
	.inner-column .sub-m-u .rows {
		display: none;
	    margin-top: 10px;
	    padding: 10px 0;
	    background-color: #0B8A7F;
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
	}
	.inner-column .sub-m-u .rows>li {
		display: block;
		margin: 4px 0;
	}
	.inner-column .sub-m-u li a {
		color: #fff;
	}
	.inner-column .sub-m-u li a:hover {
		color: rgba(255,255,255, .8)
	}
}

@media (max-width: 480px) {
	.current-column-c {
		padding: 10px 0;
	}
}



/*--------------
* about
----------------*/
.about-wrapper-t {}


/*profile*/
.about-profile-w .all-content-wrapper {
	margin-top: 18px;
	line-height: 1.8;
	font-size: 16px;
	color: #45555f;
}

/*honor*/
.about-honor-w .list-honor-w {
	padding: 35px;
	border: 1px solid #193331;
}
.about-honor-w .item-r-w {
	padding: 25px 30px;
	background-image: url(../images/about_honor_bg.jpg);
}
.about-honor-w .honor-more {
	margin-top: 10px;
	display: block;
	width: 156px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #EB7B75;
    -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;
}
.about-honor-w .honor-more:hover {
	background-color: #0B8A7F;
}


/*technology*/
.about-technology-w .all-content-wrapper {
	color: #45555f;
	font-size: 16px;
}


.about-technology-w .left-gallery-wrapper .text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.about-technology-w .gallery-pagination {
	position: absolute;
	left: 50px;
	right: 50px;
	bottom: 40px;
	z-index: 5;
	height: 10px;
}
.about-technology-w .gallery-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border: 2px solid #EFA09C;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.about-technology-w .gallery-pagination .swiper-pagination-bullet-active {
	background-color: #EB7B75;
}


.about-technology-w .teach-list-a .item-a {
	margin-top: 30px;
	padding: 34px;
	border: 1px solid #193331;
}
.about-technology-w .teach-list-a .item-a:first-child {
	margin-top: 0;
}
.about-technology-w .teach-list-a .all-content-wrapper {
	padding-left: 34px;
	background-repeat: no-repeat;
	background-image: url(../images/icon/index-pro.png);
	background-position: left top 5px;
}


/*event*/
.about-event-w {
	background-image: url(../images/about_event_bg.jpg);
}
.about-event-w .swiper-box {
	margin-top: 40px;
	margin-left: 85px;
	margin-right: 85px;
}
.about-event-w .swiper-box .swiper-container {
	margin: 0 37px;
}

.about-event-w .swiper-box .line-h1 {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 8px;
	font-size: 0;
    background: #A2B8B6;
}
.about-event-w .swiper-box .item-e {
	position: relative;
	line-height: 26px;
	font-size: 0;
}
.about-event-w .swiper-box .item-e .title {
	position: relative;
	z-index: 5;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
}
.about-event-w .swiper-box .item-e .dot {
	display: block;
	position: relative;
	z-index: 4;
	width: 14px;
	height: 14px;
	margin-top: 34px;
	margin-bottom: 26px;
	background-image: url(../images/icon/about-ev-ic.png);
}
.about-event-w .swiper-box .item-e .text {
	font-size: 16px;
}
.about-event-w .swiper-box .item-e .line {
    position: absolute;
    top: 34px;
    left: 7px;
    z-index: 2;
    margin-top: 10px;
    width: 1px;
    height: 54px;
    background-color: #B6CCCA;
}


.about-event-w .swiper-box .other-left,
.about-event-w .swiper-box .other-right {
	position: absolute;
	top: 40px;
	width: 48px;
	height: 64px;
	line-height: 64px;
	text-align: center;
    font-family: "iconfont" !important;
    font-size: 28px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #0B8A7F;
	background-color: #fff;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
	outline: none;
	cursor: pointer;
}

.about-event-w .swiper-box .other-left {
	left: -37px;
}
.about-event-w .swiper-box .other-right {
	right: -37px;
}


.about-event-w .swiper-box:hover .other-left,
.about-event-w .swiper-box:hover .other-right {
	opacity: 1;
	filter: alpha(opacity=100);
}


@media (min-width: 993px) {
	.about-profile-w, .about-honor-w, .about-technology-w, .about-event-w {
		padding-bottom: 110px;
	}
	.about-profile-w .item-container,
	.about-technology-w .item-container {
		padding-top: 80px;
	}
	.about-event-w {
		padding-top: 60px;
	}
}
@media (min-width: 1200px) {
}

@media (min-width: 1500px) {
	.about-profile-w .right-information-wrapper,
	.about-event-w .swiper-box .item-e {
		padding-right: 64px;
	}
}
@media (max-width: 1449px) and (min-width: 1200px) {
	.about-profile-w .right-information-wrapper,
	.about-event-w .swiper-box .item-e {
		padding-right: 45px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.about-profile-w .right-information-wrapper,
	.about-event-w .swiper-box .item-e {
		padding-right: 30px;
	}
}
@media (max-width: 992px) {
	.about-profile-w, .about-honor-w, .about-technology-w, .about-event-w  {
		padding-bottom: 30px;
	}
	.about-profile-w .item-container,
	.about-technology-w .item-container {
		padding-top: 30px;
	}

	.about-event-w {
		padding-top: 30px;
	}

	.about-honor-w .list-honor-w, .about-honor-w .item-r-w {
		padding: 20px;
	}

	.about-technology-w .left-gallery-wrapper .text {
		margin-bottom: 20px;
	}
	.about-technology-w .teach-list-a .item-a {
		padding: 15px;
	}
	.about-event-w .swiper-box {
		margin-top: 30px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.about-event-w .swiper-box .item-e {
		padding-right: 20px;
	}
	.about-event-w .swiper-box .item-e .title {
		font-size: 22px;
	}
	.about-event-w .swiper-box .swiper-container {
		margin: 0;
	}
	.about-event-w .swiper-box .other-left,
	.about-event-w .swiper-box .other-right {
		top: 48px;
		width: 30px;
		height: 40px;
		line-height: 40px;
	}
	.about-event-w .swiper-box .other-left {
		left: -30px;
	}
	.about-event-w .swiper-box .other-right {
		right: -30px;
	}

}
@media (max-width: 480px) {
	.about-event-w .swiper-box .item-e {
		padding-right: 0;
	}
}




/*--------------
* honor
----------------*/
.honor-wrapper-t {}
.honor-wrapper-t .left-honor .item {
	margin-top: 20px;
}
.honor-wrapper-t .left-honor .item:first-child {
	margin-top: 0;
}
.honor-wrapper-t .left-honor .link {
	display: block;
}
.honor-wrapper-t .left-honor .title {
	padding: 8px;
	text-align: right;
	font-size: 16px;
	border-bottom: 1px 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;
}

.honor-wrapper-t .right-honor .right-h-list {
	margin-top: 70px;
}
.honor-wrapper-t .right-honor .right-h-list:first-child {
	margin-top: 0;
}
.honor-wrapper-t .right-honor .item-h-l {
	padding-top: 30px;
	font-size: 0;
}
.honor-wrapper-t .right-honor .item-h-l-for {
	padding-top: 26px;
	padding-bottom: 8px;
	line-height: 26px;
	border-bottom: 1px solid #B8CCCA;
}

.honor-wrapper-t .right-honor .year-wrapper,
.honor-wrapper-t .right-honor .text {
	display: inline-block;
	font-size: 16px;
}
.honor-wrapper-t .right-honor .year-wrapper {
	width: 16%;
}
.honor-wrapper-t .right-honor .text {
	width: 84%;
}
.honor-wrapper-t .right-honor .text .honor-t {
	position: relative;
	margin-top: 8px;
}
.honor-wrapper-t .right-honor .text .honor-t:first-child {
	margin-top: 0;
}
.honor-wrapper-t .right-honor .text .honor-t .words {
	display: block;
	position: relative;
	z-index: 4;
	padding-right: 60px;
	border-bottom: 1px 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;
}
.honor-wrapper-t .right-honor .text .honor-t .iconfont {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
    font-size: 24px;
    color: #9DA9A7;
}

.honor-wrapper-t .right-honor .text .honor-t .words:hover,
.honor-wrapper-t .left-honor .link:hover .title {
	color: #0B8A7F;
}



@media (min-width: 993px) {
	.honor-wrapper-t {
		padding-top: 80px;
		padding-bottom: 110px;
	}
	.honor-wrapper-t .left-honor {
		float: left;
		width: 21%;
	}
	.honor-wrapper-t .right-honor {
		float: right;
		width: 71.5%;
	}
}
@media (max-width: 992px) {
	.honor-wrapper-t {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.honor-wrapper-t .left-honor {
		display: none;
	}
	.honor-wrapper-t .right-honor .item-h-l {
		padding-top: 20px;
	}
	.honor-wrapper-t .right-honor .item-h-l-for {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.honor-wrapper-t .right-honor .right-h-list {
		margin-top: 35px;
	}
}

@media (max-width: 480px) {
	.honor-wrapper-t .right-honor .year-wrapper, .honor-wrapper-t .right-honor .text {
		display: block;
		width: 100%;
	}
	.honor-wrapper-t .right-honor .item-h-l {
		padding-top: 8px;
	}
	.honor-wrapper-t .right-honor .item-h-l-for {
		padding-bottom: 20px;
	}
	.honor-wrapper-t .right-honor .text {
		margin-top: 10px;
	}
	.honor-wrapper-t .right-honor .text .honor-t .words {
		padding-right: 35px;
	}
}






/*--------------
* product
----------------*/

.product-wrapper .item .link {
	display: block;
}

.product-wrapper .item .img-box {
	position: relative;
	z-index: 3;
}
.product-wrapper .item .product-p-g {
	display: block;
	position: relative;
	z-index: 8;
	width: 100%;
}


/*list*/
.product-list-t {
	padding-bottom: 150px;
	font-size: 0;
	overflow: hidden;
}
.product-list-t .item {
	display: inline-block;
	/*width: 50%;*/
	width: 33.33%;
	/*padding-right: 64px;*/
	padding-right: 48px;
	margin-top: 85px;
}
.product-list-t .item .img-box:after {
	content: '';
	position: absolute;
	top: 65px;
	bottom: 60px;
	right: 0;
    z-index: 6;
    /*width: 64px;*/
    width: 48px;
	background-image: url(../images/product-hover-t.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 1px 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;
}
.product-list-t .item .desc {
	position: relative;
	z-index: 5;
	/*margin: -60px 60px 0;*/
	/*padding: 30px;*/
	margin: -30px 20px 0;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 11px rgba(0,0,0,.13);
	box-shadow: 0 6px 11px rgba(0,0,0,.13);
}
.product-list-t .item .pro-t-w-s {
	display: block;
	position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -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;
}
.product-list-t .item .words {
	border-bottom: 1px solid transparent;
}

.product-list-t .link:hover .pro-t-w-s {
	color: #0C8D7E;
}
.product-list-t .link:hover .words {
	border-bottom-color: #0C8D7E;
}

/*other*/
.other-product-t {
	position: relative;
	overflow: hidden;
}
.other-product-t .other-pro-w-e {
	position: relative;
	margin-top: 70px;
	padding-right: 64px;
	margin-bottom: 120px;
}

.other-product-t .other-pro-w-e .item {
	position: relative;
}
.other-product-t .other-pro-w-e .desc {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	z-index: 8;
	padding: 30px 40px;
	background-image: url(../images/product-t-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
.other-product-t .other-pro-w-e .title {
	padding-left: 28px;
	font-size: 18px;
	color: #fff;
	background-image: url(../images/icon/index-pro.png);
    background-repeat: no-repeat;
    -webkit-background-size: 18px 13px;
    background-size: 18px 13px;
    background-position: left top 10px;
    -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;
}

.other-product-t .item .link {
	border: 1px 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;
}

.other-product-t .item .link:hover {
	border-color: #EA5958;
}

.other-product-t .other-pro-w-e .other-r-l-wr {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
	width: 64px;
	margin-top: -64px;
}
.other-product-t .other-pro-w-e .other-left,
.other-product-t .other-pro-w-e .other-right {
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #626665;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    -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;
}


.other-product-t .other-pro-w-e .other-left:hover,
.other-product-t .other-pro-w-e .other-right:hover {
	color: #fff;
	background-color: #0E8879;
}



@media (min-width: 768px) {
	.product-list-t .item .pro-t-w-s {
		font-size: 18px;
	}
}
@media (min-width: 993px) {
	.product-list-t .link:hover .img-box:after {
		/*right: -64px;*/
		right: -48px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.product-list-t .item {
		width: 33.33%;
	}
}

@media (max-width: 993px) and (min-width: 768px) {
	.product-list-t .item {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.product-list-t {
		padding-bottom: 50px;
	}
	.product-list-t .item {
		margin-top: 30px;
		padding-right: 30px;
	}
	.product-list-t .item .desc {
		margin: -20px 10px 0;
		padding: 10px 20px;
	}
	.other-product-t .other-pro-w-e {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-right: 30px;
	}
	.other-product-t .other-pro-w-e .other-r-l-wr {
		width: 30px;
		margin-top: -30px;
	}
	.other-product-t .other-pro-w-e .other-left, .other-product-t .other-pro-w-e .other-right {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}


@media (max-width: 767px) {
	.product-list-t .item {
		width: 100%;
		padding: 0;
	}
	.other-product-t .other-pro-w-e .desc {
		padding: 20px;
	}
	.other-product-t .other-pro-w-e {
		padding-right: 0;
	}
	.other-product-t .other-pro-w-e .other-r-l-wr {
		display: none;
	}
}





/*--------------
* prodetail
----------------*/
.prodetail-list-t .gallery-pagination {
	position: absolute;
	right: 30px;
	bottom:	40px;
	z-index: 3;
}
.prodetail-list-t .gallery-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
    margin-top: 2px;
    margin-left: 10px;
	background-color: #4C5B5A;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    border: 1px solid transparent;
}
.prodetail-list-t .gallery-pagination .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
    margin-top: 0;
	background-color: transparent;
	border-color: #EA605F;
}

.prodetail-list-t .right-information-wrapper .pro-t-w-s {
	margin-bottom: 40px;
}
.prodetail-list-t .right-information-wrapper .pro-info-list {
	border-bottom: 1px solid #C3E5E1;
}
.prodetail-list-t .right-information-wrapper .item {
	padding: 20px 0;
	font-size: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-top: 1px solid #C3E5E1;
}
.prodetail-list-t .right-information-wrapper .i-titl {
	display: inline-block;
	min-width: 80px;
}

.prodetail-list-t .right-information-wrapper .return-list {
	margin-top: 40px;
	text-align: right;
}

@media (min-width: 993px) {
	.prodetail-list-t {
		padding-top: 90px;
		padding-bottom: 160px;
	}
}


@media (max-width: 992px) {
	.prodetail-list-t {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.prodetail-list-t .gallery-pagination {
		bottom: 20px;
	}
	.prodetail-list-t .right-information-wrapper .pro-t-w-s {
		margin-bottom: 20px;
	}
	.prodetail-list-t .right-information-wrapper .return-list {
		margin-top: 20px;
	}
}



@media (max-width: 767px) {
	.prodetail-list-t .gallery-pagination {
		right: 10px;
		bottom: 10px;
	}
	.prodetail-list-t .right-information-wrapper .i-titl {
		min-width: 60px;
	}
}






/*--------------
* news
----------------*/

.news-wrapper-t .news-bg {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 30.15625%;
}
.news-wrapper-t .news-bg img {
	display: block;
	width: 100%;
}
.news-list-n .item-n {
	font-size: 0;
}
.news-list-n .item-n .link-n {
	border: 1px solid #B5BDBD;
	background-color: #F8F9F9;
    -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;
}
.news-list-n .item-n .img-box,
.news-list-n .item-n .text {
	font-size: 16px;
}
.news-list-n .item-n .info-bg {
	padding: 30px 50px;
}

.news-list-n .item-n .date {
	color: #0b8a7f;
}
.news-list-n .item-n .title {}
.news-list-n .item-n .desc {
	margin-top: 16px;
	margin-bottom: 30px;
	color: #45555f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.news-list-n .item-n .link-n:hover {
	border-color: #D6EDEA;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.news-list-n .item-n .link-n:hover .link-e-r-btn {
    color: #fff;
    background-color: #EB7B75;
}
.news-list-n .item-n .link-n:hover {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/news_list_hover-bg.jpg);
}



@media (min-width: 993px) {
	.news-wrapper-t .news-bg {
		display: block;
	}
	.news-wrapper-t {
		padding-bottom: 110px;
	}
	.news-list-n {
		margin-top: 70px;
	}
	.news-list-n .item-n {
		margin-bottom: 60px;
	}
}
@media (min-width: 768px) {
	.news-list-n .item-n .link-n {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.news-list-n .item-n .img-box {
		display: inline-block;
		width: 25%;
	}
	.news-list-n .item-n .text {
		display: inline-block;
		width: 75%;
		margin-left: 2px;
	}
}


@media (max-width: 992px) {
	.news-wrapper-t {
		padding-bottom: 40px;
	}
	.news-list-n {
		margin-top: 30px;
	}
	.news-list-n .item-n {
		margin-bottom: 30px;
	}
	.news-list-n .item-n .info-bg {
		padding: 20px;
	}
	.news-list-n .item-n .desc {
		margin-top: 8px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.news-list-n .item-n .link-n {
		display: block;
	}
}



/*--------------
* application
----------------*/






/*--------------
* resources
----------------*/
.resources-concept-r {}
.resources-concept-r .item-container .text {
	margin-top: 20px;
}
.resources-concept-r .item-container .link-e-r-btn {
	margin-top: 70px;
}
.resources-recruit-t {
	position: relative;
}
.resources-recruit-t .recruit-list {
	margin-top: 30px;
	font-size: 0;
}
.resources-recruit-t .recruit-list .item-t {
	margin-bottom: 30px;
	font-size: 16px;
}
.resources-recruit-t .recruit-list .item-t .link-t {
	display: block;
	padding: 20px;
	border: 1px solid #193331;
    -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;
}
.resources-recruit-t .recruit-list .t-til {
	position: relative;
	border-bottom: 1px solid #92CCC5;
}
.resources-recruit-t .recruit-list .num {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	background-color: #92CCC5;
}
.resources-recruit-t .recruit-list .words {
	display: inline-block;
    line-height: 30px;
}
.resources-recruit-t .recruit-list .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 8px;
	vertical-align: middle;
	font-size: 0;
	background-color: #FD7977;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.resources-recruit-t .recruit-list .desc {
	margin-top: 35px;
}


/*hover*/
.resources-recruit-t .recruit-list .item-t .link-t:hover {
	border-color: #EB7B75;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.2);
	box-shadow: 0 2px 14px rgba(0,0,0,0.2);
}


@media (min-width: 993px) {
	.resources-concept-r {
		/*padding-bottom: 90px;*/
		padding-bottom: 110px;
	}
	.resources-recruit-t {
		padding-bottom: 110px;
	}
	.resources-concept-r .item-container {
		padding-top: 70px;
	}
	.resources-recruit-t .recruit-list {
		margin-top: 60px;
	}
	.resources-recruit-t .recruit-list .item-t {
		display: inline-block;
		width: 47.8%;
		margin-right: 4.4%;
		margin-bottom: 70px;
	}
	.resources-recruit-t .recruit-list .item-t:nth-child(2n) {
		margin-right: 0;
	}
	.resources-recruit-t .recruit-list .item-t .link-t {
		padding: 8%;
	}
}
@media (min-width: 768px) {
	.resources-recruit-t .recruit-list .num {
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	.resources-recruit-t .recruit-list .words {
	    padding: 17px 0 17px 86px;
	    line-height: 30px;
	}
}
@media (max-width: 992px) {
	.resources-concept-r, .resources-recruit-t {
		padding-bottom: 40px;
	}
	.resources-concept-r .item-container {
		padding-top: 30px;
	}

	.resources-concept-r .item-container .link-e-r-btn {
		margin-top: 20px;
	}
	.resources-recruit-t .recruit-list .desc {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.resources-recruit-t .recruit-list .num {
		font-size: 22px;
	}
	.resources-recruit-t .recruit-list .num {
		width: 54px;
		height: 54px;
		line-height: 54px;
	}
	.resources-recruit-t .recruit-list .words {
		padding: 12px 0 12px 68px;
	}
}



/*--------------
* detail
----------------*/

.detail-wrapper-t .item-new-recruit {
	padding-top: 10px;
}
.detail-wrapper-t .item-new-recruit .link {
	display: block;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -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;
}
.detail-wrapper-t .item-new-recruit .link .iconfont {
	margin-right: 5px;
	color: #0B8A7F;
}
.detail-wrapper-t .item-new-recruit .link:hover {
	color: #0B8A7F;
}


.detail-wrapper-t .right-detail-c-t .detail-til-c {
	padding-bottom: 22px;
	line-height: 34px;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 1px solid #BCCCCB;
}
.detail-wrapper-t .right-detail-c-t .detail-info {
	margin-top: 15px;
	line-height: 26px;
	font-size: 0;
}
.detail-wrapper-t .right-detail-c-t .detail-info .intm-t {
	display: inline-block;
	margin-left: 14px;
	font-size: 16px;
	color: #45555f;
}
.detail-wrapper-t .right-detail-c-t .detail-info .pubtime {
	margin-left: 0;
}
.detail-wrapper-t .right-detail-c-t .detail-content {
	line-height: 1.8;
	font-size: 16px;
	color: #45555F;
}

.detail-wrapper-t .right-detail-c-t .detail-control {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #BCCCCB;
}

.detail-wrapper-t .right-detail-c-t .next-n {
	float: left;
}
.detail-wrapper-t .right-detail-c-t .prev-n {
	float: right;
}



@media (min-width: 993px) {
	.detail-wrapper-t {
		padding-bottom: 110px;
	}
	.detail-wrapper-t .newest-detail {
		float: left;
		width: 21%;
	}
	.detail-wrapper-t .right-detail-c-t {
		float: right;
		width: 65.5%;
		padding-right: 64px;
	}
	.detail-wrapper-t .right-detail-c-t .detail-content,
	.detail-wrapper-t .right-detail-c-t .detail-send-email {
		margin-top: 40px;
	}
	.detail-wrapper-t .right-detail-c-t .detail-control {
		margin-top: 70px;
		padding-top: 60px;
	}
}
@media (max-width: 992px) {
	.detail-wrapper-t {
		padding-bottom: 40px;
	}
	.detail-wrapper-t .newest-detail {
		margin-top: 40px;
	}
	.detail-wrapper-t .right-detail-c-t .detail-content {
		margin-top: 30px;
	}
	.detail-wrapper-t .right-detail-c-t .detail-send-email {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.detail-wrapper-t .right-detail-c-t .detail-til-c {
		line-height: 28px;
		font-size: 24px;
	}
}
@media (max-width: 480px) {
	.detail-wrapper-t .right-detail-c-t .detail-info .intm-t {
		display: block;
		margin-left: 0;
	}
}






/*form*/
.form-wrapper {
	font-size: 0;
}
.form-wrapper .item-f {
	position: relative;
	width: 100%;
	font-size: 16px;
}
.form-wrapper .item-f:first-child {
	margin-top: 0;
}
.form-wrapper .control-label {
	display: block;
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.form-wrapper .input-text,
.form-wrapper textarea {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 28px;
	color: #333;
	border: 1px solid #B8CCCA;
    -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;
}

.form-wrapper .btn-wrapper {
	text-align: right;
}

.form-wrapper input[type="text"].input-text:focus,
.form-wrapper textarea#content:focus {
	border-color: rgba(11,138,127, .8);
	-webkit-box-shadow: 0 0 8px rgba(11,138,127,.5);
	box-shadow: 0 0 8px rgba(11,138,127,.5);
}

.form-wrapper textarea#content {
	height: 210px;
	resize: none;
}
.form-wrapper input[type="checkbox"],
.form-wrapper input[type="radio"] {
	margin-right: 8px;
}


.form-wrapper label.error,
.form-wrapper div.error {
	display: block;
	margin-top: 5px;
	font-size: 14px;
    font-style: italic;
    color: #f00;
}
@media (min-width: 993px) {
	.form-wrapper .control-label {
		position: absolute;
		left: 0;
		top: 0;
	    z-index: 9;
		width: 160px;
		padding-left: 45px;
		line-height: 70px;
	}
	.form-wrapper .input-text,
	.form-wrapper textarea#content {
		padding-left: 160px;
	}
	.form-wrapper .item-f {
		margin-top: 45px;
	}
	.form-wrapper .btn-wrapper {
		margin-top: 60px;
	}
}
@media (max-width: 992px) {
	.form-wrapper .control-label {
		margin-bottom: 8px;
	}
	.form-wrapper .input-text {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 20px;
	}
	.form-wrapper textarea#content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.form-wrapper .item-f {
		margin-top: 20px;
	}
	.form-wrapper .btn-wrapper {
		margin-top: 30px;
	}
}



/*--------------
* contact
----------------*/

/*info*/
.contact-wrapper .all-content-wrapper {
	font-size: 16px;
	color: #45555f;
}
.contact-info-container .list-c {
	margin-top: 35px;
}
.contact-info-container .list-c .list-c-it {
	margin-top: 8px;
}
.contact-info-container .list-c .list-c-it:first-child {
	margin-top: 0;
}
.contact-info-container .list-c .list-c-it .iconfont {
	margin-right: 8px;
	color: #333;
}
.contact-info-container .list-c .list-c-it .icon-dizhi1 {
	font-weight: bold;
}
.contact-info-container .list-c .list-c-it a {
	border-bottom: 1px solid;
}


/*form*/
.contact-form .form-list-w {
	margin-top: 40px;
}



@media (min-width: 993px) {
	.contact-info-container {
		padding-top: 80px;
		padding-bottom: 110px;
	}
	.contact-info-container .right-information-wrapper .all-content-wrapper {
		padding-top: 14px;
	}
	.contact-form {
		padding-bottom: 110px;
	}
	.contact-form .form-list-w .form-left-info {
		width: 24.6%;
		float: left;
	}
	.contact-form .form-list-w .form-right-info {
		width: 70%;
		float: right;
	}
}
@media (max-width: 992px) {
	.contact-info-container {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.contact-info-container .list-c {
		margin-top: 20px;
	}
	.contact-form {
		padding-bottom: 40px;
	}
	.contact-form .form-list-w {
		margin-top: 20px;
	}
	.contact-form .form-list-w .form-right-info {
		margin-top: 20px;
	}
}


.my-map,
.amap-container {
	width: 100%;
	height: 320px;
}
.my-map img {
	max-width: none;
}

.my-map {
	width: 100%;
	font-size: 14px;
	border: 1px solid #E9E9E9;
}
.my-map .icon-cir {
    height: 31px;
    width: 28px;
    background: url(../images/marker.png) no-repeat;
    cursor: pointer;
    background-position: -11px -55px;
}
.my-map .amap-info-content {
	padding-right: 20px;
	font-size: 14px;
}
.my-map .amap-info-content>h5 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

@media (max-width: 480px) {
	/*contact*/
	.my-map, .amap-container {
		height: 290px;
	}
}


/*--------------
* application
----------------*/
.application {
}

.application-list-n {}
.application-list-n .application-n:last-child {
	margin-bottom: 0;
}
.application-list-n .application-n .link-n {
	display: block;
}
.application-list-n .application-n .link-e-r-btn {
	color: #fff;
    background-color: #EB7B75;
}
.application-list-n .application-n .text .desc-w {
	margin-top: 16px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #3f4747;
}

@media (min-width: 993px) {
	.application-list-n .application-n {
		margin-bottom: 100px;
	}
	.application-list-n .application-n .img-box {
		width: 50%;
	}
	.application-list-n .application-n .text {
		width: 50%;
		margin-left: 0;
	}

	.application-list-n .application-n .link-n {
		border: none;
		border-top: 1px solid #16302B;
	}
	.application-list-n .application-n .info-bg {
		margin-top: 7px;
		padding: 0;
		border: 1px dashed #C4CCCA;
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: cover;
	    background-size: cover;
	    -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;
	}
	.application-list-n .application-n .words-r-w {
	    padding: 30px 50px;
	}


	/*odd*/
	.application-list-n .application-n:nth-child(odd) .link-n {
		border-right: 1px solid #16302B;
	}
	.application-list-n .application-n:nth-child(odd) .img-box {}
	.application-list-n .application-n:nth-child(odd) .text {
	}
	.application-list-n .application-n:nth-child(odd) .info-bg {
		margin-right: 7px;
		border-left: none;
	}

	/*even*/
	.application-list-n .application-n:nth-child(even) .link-n {
		border-left: 1px solid #16302B;
	}
	.application-list-n .application-n:nth-child(even) .img-box {
		float: right;
	}
	.application-list-n .application-n:nth-child(even) .text {
		float: left;
	}
	.application-list-n .application-n:nth-child(even) .info-bg {
		margin-left: 7px;
		border-right: none;
	}

	.application-list-n .application-n .link-n:hover {
		background-image: none;
		border-color: #16302B;
	}
	.application-list-n .application-n .link-n:hover .info-bg {
		background-image: url(../images/application-bg.jpg);
		border-color: transparent;
	}

}


@media (max-width: 992px) {
	.application-list-n .application-n .img-box {
		width: 100%;
	}
	.application-list-n .application-n .text {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
}










/*--------------
* search
----------------*/
#search-t2, #search-t52 {display: none;}
.search-wrapper-w-in {}
.search-wrapper-w-in .sr-frm {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin:0 auto;
}
.search-wrapper-w-in .ipt {
	position: relative;
	z-index: 2;
	width: 100%;
    height: 50px;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 90px;
    padding-left: 20px;
    color: #0B8A7F;
    font-size: 14px;
    border: 1px solid #0B8A7F;
}
.search-wrapper-w-in .ss-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    width: 70px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #0B8A7F;
    border-left: 1px solid #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search-nav-left {}
.search-nav-left .pro-t-w-s {
	display: block;
	padding: 0 30px;
	line-height: 65px;
	border-bottom: 1px solid #193331;
    -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;
}
.search-nav-left .pro-t-w-s:hover,
.search-nav-left .pro-t-w-s.active {
	color: #fff;
	background-color: #92CCC5;
	border-bottom-color: #92CCC5;
}

.search-tit {
	line-height: 28px;
	font-size: 26px;
	font-weight: bold;
}
.search-num {
	margin-top: 25px;
	padding: 11px 15px;
	color: #45555f;
	background-color: #EBEFEF;
}
.search-num .stress {
    vertical-align: baseline;
    line-height: 24px;
	font-weight: bold;
	font-size: 18px;
	color: #eb7b75;
}
.search-list-s .search-item {
	border-bottom: 1px solid #CED4D3;
}
.search-list-s .search-item .link-n {
	border: none;
	background-color: transparent;
}
.search-list-s .search-item .text {
	display: block;
	width: 100%;
	margin-left: 0;
}
.search-list-s .search-item .info-bg {
	padding: 0;
}

.search-list-s .search-item .link-n:hover {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 993px) {
	.search-list-s {
		margin-top: 50px;
		margin-bottom: 60px;
	}
	.search-list-s .search-item {
	    margin-top: 35px;
	    margin-bottom: 0;
	}
	.search-list-s .search-item:first-child {
		margin-top: 0;
	}
}


@media (max-width: 992px) {
	.search-wrapper-t .search-nav-left {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.search-nav-left .pro-t-w-s {
		padding: 0 20px;
		line-height: 50px;
	}
	.search-list-s .search-item .link-n {
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.search-tit {
		font-size: 20px;
	}
	.search-num {
		margin-top: 20px;
	}
	.search-num .stress {
		font-size: 16px;
	}
}




/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2019-09-24
* modification
**/

@media (min-width: 1450px) {
	.inner-container {
		margin-top: 120px;
	}
	.product-wrapper-main {
		margin-bottom: 110px;
	}
	.product-wrapper-main .index-product .product-list .desc .word {
		padding: 0 60px;
	}
}
@media (max-width: 1449px) and (min-width: 1200px) {
	.site-header .menu .menu-sub li a {
		line-height: 30px;
	}
	.inner-container {
		margin-top: 90px;
	}
	.product-wrapper-main {
		margin-bottom: 90px;
	}
	.product-wrapper-main .index-product .product-list .desc .word {
		padding: 0 30px;
	}
}

@media (min-width: 993px) {
	.inner-container {
		margin-top: 60px;
	}
	.product-wrapper-main {
		margin-bottom: 60px;
	}
	.product-wrapper-main .index-product .product-list .desc .word {
		padding: 0 20px;
	}
}
.product-wrapper-main {
	position: relative;
}
.product-wrapper-main .index-product {
	position: relative;
	z-index: 3;
	padding: 0;
}

.product-wrapper-main .index-product .product-list .desc {
	text-align: center;
	font-size: 14px;
}
.product-wrapper-main .index-product .product-list .desc .word {
	display: inline-block;
	height: 44px;
	line-height: 40px;
	color: #fff;
	border: 2px solid #fff;
}
.product-wrapper-main .index-product .product-list .desc .ic {
	display: inline-block;
	width: 14px;
	height: 12px;
	margin-left: 8px;
	margin-top: 14px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 14px;
	background-size: 14px;
	background-image: url(../images/promain_yjt.png);
}

.product-wrapper-main .index-product .product-list .link:hover .title {
	border-bottom-color: transparent;
}

.column-pro {
	position: relative;
	z-index: 10;
}
.column-pro .container {
	padding: 0;
}
.column-pro ul {
	padding: 0;
	margin: 0;
}
.column-pro .position {
	line-height: 76px;
	white-space: nowrap;
}
.column-pro .sub-m-u li {
	position: relative;
	display: block;
	list-style: none;
	border-right: none;
}
.column-pro .sub-m-u li a {
	padding: 0;
	color: #1d2625;
	font-size: 14px;
}
.column-pro .sub-m-u .two {
	display: inline-block;
}
.column-pro .sub-m-u .two .link {
	position: relative;
	padding: 0 14px;
	line-height: 76px;
}
.column-pro .sub-m-u .two .link::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 5px;
	margin-left: 6px;
	-webkit-background-size: 10px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_s_xia.png);
}
.column-pro .sub-m-u .threelist,
.column-pro .sub-m-u .fourlist {
	display: none;
	position: absolute;
	z-index: 10;
	width: 140px;
	padding: 10px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.column-pro .sub-m-u .threelist {
	left: 50%;
	top: 100%;
	margin-left: -70px;
}
.column-pro .sub-m-u .threelist .threelink,
.column-pro .sub-m-u .fourlist .four a {
	padding: 6px;
	text-align: center;
}
.column-pro .sub-m-u .threelist .threelink {}

.column-pro .sub-m-u .fourlist {
	left: 140px;
	top: -10px;
}
.column-pro .sub-m-u .fourlist .four {}
.column-pro .sub-m-u .fourlist .four a {}

.column-pro .sub-m-u .two:hover .link::after,
.column-pro .sub-m-u .two .words.active .link::after {
	background-image: url(../images/icon_s_xia_green.png);
}

.column-pro .sub-m-u .two:last-child .fourlist {
	left: auto;
	right: 140px;
}


@media screen and (min-width: 993px) {
	.column-pro .container {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: space-between;
	    -moz-justify-content: space-between;
	    -ms-justify-content: space-between;
	    -o-justify-content: space-between;
	    justify-content: space-between;
	}
	.product-wrapper-main::after {
		content: '';
		position: absolute;
		left: 71.42857%;
		right: 0;
		top: 0;
		z-index: 2;
		height: 203px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(../images/promain_bg.jpg);
	}
	.column-pro .sub-m-u .two:hover .threelist,
	.column-pro .sub-m-u .three:hover .fourlist {
		display: block;
	}
	.column-pro .sub-m-u .two .words .ic {
		display: none;
	}
	.column-pro .sub-m-u .two:hover .link,
	.column-pro .sub-m-u .two .words.active .link,
	.column-pro .sub-m-u .three:hover .threelink,
	.column-pro .sub-m-u li a:hover {
	    color: #0B8A7F;
	}
}

@media (max-width: 1449px) and (min-width: 1200px) {
	.product-wrapper-main::after {
		height: 143px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.column-pro .sub-m-u {
		margin-top: 0;
	}
	.column-pro .sub-m-u .two .link {
		padding: 0 5px;
	}
}

@media (max-width: 992px) {
	.product-wrapper-main {
		margin-bottom: 40px;
	}
	.product-wrapper-main .index-product .product-list .desc {
		display: block;
	}
	.product-wrapper-main .index-product .product-list .desc .word {
		padding: 0 12px;
		height: 32px;
		line-height: 28px;
		font-size: 12px;
	}
	.product-wrapper-main .index-product .product-list .desc .ic {
		margin-top: 9px;
	}
	.column-pro .position {
		line-height: 24px;
	}
	.column-pro .container {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.column-pro .sub-m-u .two {
		margin: 4px 0;
	}
	.column-pro .sub-m-u .two .link {
		position: relative;
		z-index: 3;
		line-height: 24px;
	}
	.column-pro .sub-m-u .two .words {
		position: relative;
		padding-right: 40px;
	}
	.column-pro .sub-m-u .two .words .ic {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 6;
		width: 40px;
		line-height: 24px;
		font-style: normal;
		font-size: 20px;
		color: #fff;
		text-align: center;
	}
	.column-pro .sub-m-u li a {
		color: #fff;
	}
	.column-pro .sub-m-u .two {
		display: block;
	}
	.column-pro .sub-m-u .threelist,
	.column-pro .sub-m-u .fourlist {
		display: block;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.column-pro .sub-m-u .two:last-child .fourlist {
		left: auto;
		right: auto;
	}
	.column-pro .sub-m-u .threelist {
		display: none;
		padding-left: 20px;
	}
	.column-pro .sub-m-u .fourlist {
		padding-left: 40px;
	}
	.column-pro .sub-m-u .fourlist .four {
		display: inline-block;
	}
	.column-pro .sub-m-u .threelist .threelink {
		text-align: left;
	}
	.column-pro .sub-m-u .threelist .threelink::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 1px;
		margin-right: 5px;
		background-color: #fff;
	}
	.column-pro .sub-m-u .two .link::after {
		display: none;
	}
	.column-pro .sub-m-u .three {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.column-pro .sub-m-u .two .link:hover,
	.column-pro .sub-m-u .three .threelink:hover,
	.column-pro .sub-m-u li a:hover,
	.column-pro .sub-m-u .two .words.active .ic,
	.column-pro .sub-m-u .two .words.actives .ic {
	    color: rgba(255,255,255, .8);
	}
}


.content-isHidden {
	overflow: hidden;
}


.content-layer,
#content-3d {
    display: none;
    background-color: rgba(0,0,0,.5);
}
.content-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
#content-3d {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10003;
    max-width: 800px;
    width: 80%;
    --webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#content-3d .closer {
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    font-size: 0;
    background: url(../images/close.png) center no-repeat transparent;
}
#content-3d iframe,
#content-3d video {
    display: block;
    width: 100%;
    max-height: 80vh;
}
.content-isHidden {
    overflow: hidden;
}
@media (max-width: 767px) {
    #content-3d .closer {
        right: -30px;
        width: 28px;
        height: 28px;
    }
}


.prodetail-list-t .right-information-wrapper .pro-info-list {
	padding-bottom: 20px;
}

.prodetail-video-t {}
.prodetail-video-t .site-column {
	font-size: 32px;
}
.prodetail-video-t .list {
	margin-top: 50px;
	font-size: 0;
}
.prodetail-video-t .list .item {
	display: inline-block;
	width: 47.3%;
	margin-top: 5.4%;
	margin-right: 5.4%;
	font-size: 14px;
}
.prodetail-video-t .list .item:nth-child(1),
.prodetail-video-t .list .item:nth-child(2) {
	margin-top: 0;
}
.prodetail-video-t .list .item:nth-child(2n) {
	margin-right: 0;
}
.prodetail-video-t .list .link {
	display: block;
	position: relative;
	cursor: pointer;
}
.prodetail-video-t .list .pics {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.prodetail-video-t .list .pics img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.prodetail-video-t .list .infos {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 5;
	padding: 20px;
	background-color: rgba(17,17,17, .53);
}
.prodetail-video-t .list .title {
	position: relative;
	z-index: 3;
	padding-right: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.prodetail-video-t .list .ic {
	position: absolute;
	z-index: 6;
	right: 20px;
	top: 50%;
	margin-top: -20px;
}
.prodetail-video-t .list .ic img {
	display: block;
	width: 34px;
}
.prodetail-video-t .list .link:hover .pics img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-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);
}


@media screen and (min-width: 993px) {
	.prodetail-list-t {
		padding-bottom: 90px;
	}
	.prodetail-video-t {
		padding-bottom: 140px;
	}
}

@media (max-width: 992px) {
	.prodetail-video-t {
		padding-bottom: 40px;
	}
	.prodetail-video-t .list {
		margin-top: 20px;
	}
	.prodetail-video-t .list .infos {
		padding: 10px 20px;
	}
	.prodetail-video-t .list .title {
		line-height: 24px;
		font-size: 14px;
	}
	.prodetail-video-t .list .ic {
		margin-top: -8px;
	}
	.prodetail-video-t .list .ic img {
		width: 14px;
	}
}

@media (max-width: 767px) {
	.prodetail-video-t .site-column {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.prodetail-video-t .list .item {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.prodetail-video-t .list .item:nth-child(2) {
		margin-top: 20px;
	}
}




.productlist-nav {
	background-color: #fff;
}
.productlist-nav ul {
	padding: 0;
	margin: 0;
}
.productlist-nav ul li {
	list-style: none;
}
.productlist-nav ul li a {
	display: block;
	line-height: 22px;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.productlist-nav .rows {
	margin-top: 30px;
	border-top: 1px solid #E1E1E1;
}

.productlist-nav .two {
	border-bottom: 1px solid #E1E1E1;
}
.productlist-nav .two .words {
	position: relative;
	padding-right: 20px;
}
.productlist-nav .two .link {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	color: #1D2625;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.productlist-nav .two .ic {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 5;
	width: 10px;
	height: 8px;
	font-size: 0;
	background-repeat: no-repeat;
	background-image: url(../images/ic_xia.png);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.productlist-nav .two .words:hover .link {
	color: #0D8A7C;
}
.productlist-nav .two .words:hover .ic {
	background-image: url(../images/ic_xia_green.png);
}

.productlist-nav .threelist,
.productlist-nav .threelist .threelink,
.productlist-nav .fourlist,
.productlist-nav .fourlist .four {
	padding-left: 20px;
}
.productlist-nav .threelist,
.productlist-nav .fourlist {
	display: none;
}
.productlist-nav .threelist {
	padding-bottom: 8px;
}
.productlist-nav .threelist .three {}
.productlist-nav .threelist .threelink {
	position: relative;
	color: #193331;
	padding-top: 8px;
	padding-bottom: 8px;
}
.productlist-nav .threelist .threelink::before {
	content: '+';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
	line-height: 18px;
	font-size: 18px;
	color: #666F6F;
}
.productlist-nav .threelist .threelink:hover,
.productlist-nav .threelist .threelink:hover::before {
	color: #0D8A7C;
}
.productlist-nav .fourlist .four {}
.productlist-nav .fourlist a {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #737d7c;
}


/* active */
.productlist-nav .two .words.active .link,
.productlist-nav .threelist .threelink.active,
.productlist-nav .threelist .threelink.active::before {
	font-weight: bold;
	color: #0D8A7C;
}
.productlist-nav .two .words.active .ic,
.productlist-nav .two .words.active:hover .ic {
	background-image: url(../images/ic_shang_green.png);
}


.productlist-nav .threelist .threelink.active::before {
	content: '-';
	font-size: 20px;
}
.productlist-nav .fourlist a:hover,
.productlist-nav .fourlist .four.active a {
	color: #0D8A7C;
	text-decoration: underline;
}



.productlist-right {
	background-color: #F8FAF9;
}
.productlist-list-t {
	font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productlist-list-t .item {
	color: #737D7C;
	font-size: 14px;
	background-color: #fff;
}
.productlist-list-t .item .desc {
	padding: 20px;
}
.productlist-list-t .item .words {
	font-size: 16px;
	color: #193331;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productlist-list-t .item .words::after {
    content: '';
    display: block;
    width: 40px;
    margin-top: 8px;
    border-bottom: 1px solid #B3B3B3;
}

.productlist-list-t .item .infosw {
	height: 24px;
	line-height: 24px;
	margin-top: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productlist-list-t .item .img-box {
	overflow: hidden;
}
.productlist-list-t .item .img-box img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.productlist-list-t .item .link:hover .img-box img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-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);
}


.getMoreWrapper {
	margin-top: 36px;
	text-align: center;
}
.getMoreWrapper .words {
	display: inline-block;
	padding-right: 12px;
	font-weight: bold;
	color: #0D8A7C;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-repeat: no-repeat;
	-webkit-background-size: 7px;
	background-size: 7px;
	background-position: right top 2px;
	background-image: url(../images/productlist-icon3.png);
}
@media screen and (min-width: 993px) {
	.productlist-main {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-justify-content: space-between;
	    -moz-justify-content: space-between;
	    -ms-justify-content: space-between;
	    -o-justify-content: space-between;
	    justify-content: space-between;
	}

	.productlist-nav,
	.productlist-right {
		padding-bottom: 50px;
	}
	.productlist-nav {
		width: 25%;
		padding-right: 4%;
	}
	.productlist-right {
		width: 75%;
		padding-left: 4%;
	}
	.productlist-list-t .item {
		display: inline-block;
		width: 30%;
		margin-right: 5%;
		margin-top: 5%;
	}
	.productlist-list-t .item:nth-child(1),
	.productlist-list-t .item:nth-child(2),
	.productlist-list-t .item:nth-child(3) {
		margin-top: 0;
	}
	.productlist-list-t .item:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 992px) {
	.productlist-nav .rows {
		display: none;
	}
	.productlist-right {
		margin-top: 24px;
		padding-bottom: 40px;
	}
	.productlist-list-t .item {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.productlist-list-t .item:nth-child(1),
	.productlist-list-t .item:nth-child(2) {
		margin-top: 0;
	}
	.productlist-list-t .item:nth-child(2n) {
		margin-right: 0;
	}
	.productlist-list-t .item .desc {
		padding: 14px;
	}
	.productlist-list-t .item .words {
		font-size: 14px;
	}
	.productlist-list-t .item .infosw {
		margin-top: 12px;
	}
	.getMoreWrapper {
		margin-top: 30px;
	}
}






/* 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;
}

