@charset "utf-8";

@import url("global.min.css");
/*@import url("iconfont.css");*/
@import url("https://at.alicdn.com/t/font_717131_ssxdsaptfpf.css");
@import url("font-awesome.min.css");


/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-01-29
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
	/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
	html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/
	
}
/** * Remove default margin.*/
	body {
	margin: 0;
}
/* HTML5 display definitions ==========================================================================*/
	/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
	article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
	audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;
	
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
	audio:not([controls]) {
	display: none;
	height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
	[hidden],
template {
	display: none;
}
/* Links ==========================================================================*/
	/** * Remove the gray background color from active links in IE 10.*/
	
a {
	color: #333;
	background: transparent;
	text-decoration: none;
	outline: none;
}
/** * 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: 13px;
	font-weight: normal;
	color: #333;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #F2982B;}
::selection{color: #fff;background-color: #F2982B;}



/* ---------------------------------------------------------------------------------------
Globals
---------------------------------------------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	word-break:break-word;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	cursor: auto;
	min-height: 100vh;
	color: #333;
	font-family: 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
}
body,html {
	background-color: #fff;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
td {
	padding: 0.5em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
input,select,button {
	border: none;
}
ul,ol {
	padding-left: 30px;
}
p {
	margin-top: 14px;
	margin-bottom: 14px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.display-show {
	display: block;
}
.display-hide {
	display: none;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-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;
}

.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% {
	margin-left: -13px;
	}
	50% {
	margin-left: -16px;
	}
	80% {
	margin-left: -13px;
	}
	100% {
	margin-left: -10px;
	}
}
 @-webkit-keyframes 
JUMP {
	0% {
	margin-left: -13px;
	}
	50% {
	margin-left: -16px;
	}
	80% {
	margin-left: -13px;
	}
	100% {
	margin-left: -10px;
	}
}

@-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: block;
    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 #E94C2D;
    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%;
}

.container {
	position: relative;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.container {
		width: 980px;
	}
}
@media (max-width: 992px) {
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
}


/* ---------------------------------
* share
------------------------------------*/
.share-wrapper {
	display: inline-block;
	position: relative;
	padding-bottom: 42px;
	/*height: 74px;
	overflow: hidden;*/
}
.detail-info-w .share-wrapper {
	padding-bottom: 0;
	z-index: 3;
}

.share-wrapper .words,
.share-wrapper .iconfont {
	line-height: 22px;
}
.share-wrapper .words {
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
}
.share-wrapper .iconfont {
	font-size: 20px;
	cursor: pointer;
}

.share-wrapper .bdsharebuttonbox {
	display: none;
    z-index: 4;
    /*height: 0;
    overflow: hidden;*/
    font-size: 0;
}
.share-wrapper .bdsharebuttonbox span {
	display: inline-block;
	margin-left: 12px;
}
.share-wrapper .bdsharebuttonbox a.bds_more {
	display: none;
}
.share-wrapper .bdsharebuttonbox span.bds_weixin {
	position: relative;
	margin-left: 0;
}
.share-wrapper .bdsharebuttonbox a .iconfont {
	display: block;
}
.share-wrapper .bdsharebuttonbox span:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.share-wrapper .iconfont {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #EB6A2D;
	-webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.share-wrapper .bdsharebuttonbox .loop,
#backtop {
	position: relative;
	margin-top: 10px;
	font-size: 14px;
}
#backtop {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.share-wrapper .bdsharebuttonbox .link {
	display: block;
}

.share-wrapper .bdsharebuttonbox .conts {
	display: none;
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: 8;
    width: 110px;
    padding-right: 10px;
    margin-top: -50px;
}
.share-wrapper .bdsharebuttonbox .conts img {
	display: block;
	margin-right: 10px;
	width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0, .3);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0, .3);
    box-shadow: 0 2px 10px rgba(0,0,0, .3);
}
.share-wrapper .bdsharebuttonbox .bds_weixin .conts {
    top: 100%;
    right: 0;
    padding: 0;
    margin: 0;
    margin-right: -37px;
    padding-top: 10px;
}

@media (min-width: 993px) {
	.share-wrapper .bdsharebuttonbox .loop:hover .conts,
	.share-wrapper .bdsharebuttonbox .bds_weixin:hover .conts {
		display: block;
	}
}
@media (max-width: 992px) {
	.share-wrapper .bdsharebuttonbox .iconfont {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
}
.toorbar {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}

#backtop {
	display: none;
}



@media (min-width: 1200px) {
	.share-wrapper .words:hover .iconfont {
	    background-color: #FF8953;
	}
	.share-wrapper .words.actives .iconfont,
	.share-wrapper .bdsharebuttonbox .loop:hover .iconfont,
	#backtop:hover .iconfont {
	    background-color: #FF8953;
	}
}
@media (max-width: 1199px) {
	.share-wrapper .iconfont {
		background-color: #FF8953;
	}
	.share-wrapper .words.actives .iconfont,
	.share-wrapper .bdsharebuttonbox .loop:hover .iconfont,
	#backtop:hover .iconfont {
	    background-color: #FFC5AA;
	}
}


/* ------------------------------------
* public
---------------------------------------*/
.site-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
	background-color: #fff;
}

.site-column {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin: 0;
	line-height: 32px;
	font-size: 30px;
	font-weight: normal;
	color: #F2982B;
    -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-column-en {
	line-height: 30px;
	font-size: 28px;
	font-family: 'Swiss721BT BlackCondensed', 'Myriad Pro', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
}
.site-column-bold {
	font-weight: bold;
}
.site-column-line {
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px solid #D3D3D3;
}


.site-column-bar {
	overflow: hidden;
}

.bgcover-wpt {
	-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-w img,
.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);
}

.thumb-scale-w:hover img,
a:hover .thumb-scale-w img  {
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.all-content-wrapper {
    position: relative;
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.all-content-wrapper>p:first-of-type {
	margin-top: 0;
}
.all-content-wrapper>p:last-of-type {
	margin-bottom: 0;
}

.rows-list-w {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.rows-list-w .item {
	position: relative;
	list-style: none;
	font-size: 14px;
}
.rows-list-w .link {
	display: block;
	position: relative;
}
.rows-list-w .img-box-w,
.rows-list-w .img-box {
	position: relative;
	z-index: 3;
}
.rows-list-w .img-box {
	overflow: hidden;
}
.rows-list-w .img-box .thumb-scale-w,
.rows-list-w .img-box .thumb-scale {
	position: relative;
	z-index: 2;
}
.rows-list-w .item .info {
	padding-top: 13px;
}
.rows-list-w .item .info .title {
	font-size: 15px;
	font-weight: bold;
}
.rows-list-w .item .info .desc {
	height: 50px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #666;
}
.rows-list-w .item .info .date {
	color: #666;
}

.rows-list-w .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;
}
.rows-list-w .img-box .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: alpha(opacity=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;
}
.rows-list-w .img-box .icon-video img {
	width: 61px;
}

.btn-aOne {
    display: inline-block;
    border-right: 10px;
    line-height: 55px;
    padding: 5px 30px !important;
    border-radius: 40px !important;
    background-color: transparent;
    font-size: 20px !important;
    cursor: pointer;
    position: absolute !important;
    top: 76px;
    color: #fff !important;
    background: #F2982B;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.all-title-col {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}

/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -18px;
	font-size: 0;
	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: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 40px;
	background-size: 40px;
}
.poptrox-popup .nav-previous {
	left: -20px;
	background-image: url(../images/prev.png);
}
.poptrox-popup .nav-next {
	right: -20px;
	background-image: url(../images/next.png);
}
.poptrox-popup {
	padding: 0!important;
}
.poptrox-popup .caption {
	display: none!important;
}

.poptrox-popup .closer {
	right: -18px !important;
	-webkit-background-size: 25px 25px !important;
	background-size: 25px 25px !important;
}


/*pagination*/
.pagination-box {
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.pagination-box ul {
	margin: 0;
	padding: 0;
}
.pagination-box li {
	display: inline-block;
	list-style: none;
    margin-right: 14px;
	font-size: 14px;
}

.pagination-box a {
    display: inline-block;
	margin-top: 5px;
    line-height: 22px;
    padding: 5px 12px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	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;
}
.pagination-box a:hover,
.pagination-box li.active a {
	color: #F2982B;
	border-bottom-color: #F2982B;
}


@media (max-width: 767px) {
	.pagination-box {
		margin-top: 20px;
	}
	.pagination-box a {
		padding: 5px;
	}
	.pagination-box li {
		margin-right: 10px;
	}
}

.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
------------------------------------*/
.hamburger {
	display: none;
    position: absolute;
	top: 6px;
	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 {
	position: relative;
	width: 100%;
	background: #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;
}

.hamburger.active {
	top: 12px;
	width: 24px;
}
.hamburger.active span {
	display: none;
}
.hamburger.active:before {
	top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-toggler {
	display: none;
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 3;
	width: 58px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
    color: #888;
   	-webkit-border-radius: 15px;
   	-moz-border-radius: 15px;
   	-ms-border-radius: 15px;
   	-o-border-radius: 15px;
   	border-radius: 15px;
    border: 1px solid #888;
}
.mobile-toggler.current {
	color: #fff;
    background-color: #F2982B;
    border-color: #F2982B;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	/*background-color: rgba(0,0,0,.2);*/
}
.site-header, .headerH, .site-header .site-headerbar {
	height: 120px;
}
.home-headerH {
	height: 0;
}
.headerH {
	font-size: 0;
}

.site-header .container {
	position: static;
}
.site-header .site-headerbar {
	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;
}
.site-header .site-logo {
	display: inline-block;
	position: relative;
	z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.site-header .site-logo a {
	display: block;
    width: 100%;
}
.site-header .site-logo img {
	display: block;
}
.site-header .site-logo #siteName {
	display: none;
}
.site-header #mmenu {
	display: inline-block;
	padding-top: 45px;
	font-size: 0;
}
.site-header .menu-item .menu-sub .subCol {
	color: #F2982B;
	font-size: 16px;
}
.site-header .menu-item .menu-sub .rows li {
	margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-header .menu-item .menu-sub .rows a {
	display: inline-block;
	position: relative;
	padding-left: 8px;
	color: #666;
}
.site-header .menu-product .menu-sub {
	display: none!important;
}

.site-header.fixNav {
	background-color: rgba(255,255,255,0.95);
}

.site-header.fixNav .menu-item .words .top {
	color: #999;
}
.site-header.fixNav .menu-lang .words .top {
	background-image: url(../images/icon/lang_gray.png);
}

/*active hover*/
.site-header .menu-item.active .words .top {
	font-weight: bold;
}
.site-header .menu-item .menu-sub .rows a:hover {
	color: #333;
}

@media (min-width: 993px) {
	.home-header {
		background-color: transparent;
	}
	.site-header .menu-item {
		display: inline-block;
		margin-left: 30px;
		/*padding-bottom: 16px;*/
		padding-bottom: 46px;
		font-size: 14px;
	}
	.site-header .menu-lang {
		margin-left: 80px;
	}
	.site-header .menu-item:first-child {
		margin-left: 0;
	}
	.site-header .menu-item .words .top {
		display: inline-block;
		padding: 5px;
		line-height: 22px;
		font-size: 16px;
		color: #999;
		border-bottom: 2px solid transparent;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}

	/*2 nav*/
	.site-header .menu-item .menu-sub {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 5;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 50px;
		background-color: rgba(255,255,255,0.95);
		/*border-bottom: 1px solid #A3A2A8;*/
		/*#E0E0E0;*/
		border-top: 1px solid rgba(181,181,182, 1);
		border-bottom: 1px solid rgba(181,181,182, 1);
	}
	.site-header .menu-item .menu-sub .rows a:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -2px;
		width: 4px;
		height: 4px;
		background-color: #B9B9B9;
	}
	.site-header .menu-item .menu-sub .rows {
		color: #999;
	}
	.site-header .menu-item .menu-sub .container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.site-header .menu-item .menu-sub .item {
		/*min-width: 240px;*/
		padding-left: 38px;
		padding-right: 40px;
		border-left: 1px solid #E0E0E0;
	}
	.site-header .menu-item .menu-sub .item:first-child {
		padding-left: 0;
		border-left: none;
	}
	.site-header #mmenu .words .iconfont {
		display: none;
	}
	.site-header .menu-item .words .top:hover,
	.site-header .menu-item:hover .words .top,
	.site-header .menu-item.active .words .top {
		color: #F2982B;
		border-bottom: 2px solid #F2982B;
	}
	.site-header .menu-item:hover .menu-sub {
		display: block;
	}
	.site-header .menu-lang .words .top:hover,
	.site-header .menu-lang:hover .words .top {
		border-bottom: 2px solid transparent;
	}
	.site-header .menu-lang .words .top {
		padding-left: 30px;
		background-position: left top 6px;
		background-repeat: no-repeat;
		-webkit-background-size: 20px;
		background-size: 20px;
		background-image: url(../images/icon/lang_gray.png);
	}
	.site-header .menu-lang .words .top:hover {
		background-image: url(../images/icon/lang_blue.png);
	}
	.site-header .phone-lang {
		display: none;
	}

	/*home*/
	.home-header .menu-item .words .top {
		color: #fff;
	}
	.home-header .menu-lang .words .top {
		background-image: url(../images/icon/lang_white.png);
	}

	.home-header .menu-item .menu-sub {
	    border-top: 1px solid transparent;
	}
}

html.isHidden, body.isHidden {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden!important;
}
.site-header .menu-item .menu-sub .subCol .iconfont {
	display: none;
}

@media (max-width: 1199px) {
	.site-header .menu-item .menu-sub .item {
		min-width: 100px;
	}
}
@media (max-width: 992px) {
	.mobile-toggler {
		display: block;
	}
	.site-header .phone-lang {
		display: block;
		position: absolute;
		right: 92px;
		top: 0;
		z-index: 6;
	}
	.site-header .phone-lang a {
		display: block;
		padding-left: 30px;
		line-height: 60px;
		font-size: 16px;
		background-position: left center;
		background-repeat: no-repeat;
		-webkit-background-size: 20px;
		background-size: 20px;
		background-image: url(../images/icon/lang_gray.png);
	}
	.site-header .phone-lang a:hover {
		color: #F2982B;
		background-image: url(../images/icon/lang_blue.png);
	}
	.site-header .menu-lang {
		display: none;
	}
	.site-header {
		position: absolute;
	}
	.site-header, .headerH, .site-header .site-headerbar {
		height: 60px;
	}
	.site-header .site-logo img {
		height: 40px;
	}
	.site-header #mmenu {
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		padding-top: 0;
		background-color: #fff;
		overflow: auto;
	}
	.site-header .menu-item {
		font-size: 14px;
	}
	.site-header .menu-item .words .top {
		display: block;
		position: relative;
		z-index: 2;
		padding: 8px 20px;
		padding-right: 50px;
		border-bottom: 1px solid #efefef;
	}
	.site-header .menu-item .menu-sub {
		display: none;
		padding: 5px 0;
	}
	.site-header .menu-item .menu-sub .item {
		width: 100%;
		margin-top: 5px;
	}
	.site-header .menu-item .words .top:hover,
	.site-header .menu-item.active .words .top {
		color: #fff;
		background-color: #F2982B;
		border-bottom: none;
	}
	.site-header .menu-item .words {
		position: relative;
	}
	.site-header .menu-item .words .iconfont {
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 8;
	    width: 50px;
	    padding-right: 15px;
	    line-height: 40px;
	    text-align: right;
	}
	.site-header .menu-item .menu-sub .subCol {
		position: relative;
		line-height: 30px;
		font-size: 14px;
	}
	.site-header .menu-item .menu-sub .subCol .iconfont {
		display: block;
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 8;
	    width: 30px;
	    padding-right: 6px;
	    line-height: 30px;
	    text-align: right;
	}
	.site-header .menu-item .menu-sub .item .rows {
		/*display: none;*/
	}

	.home-header .menu-item .words .top {
		color: #333;
	}
	.home-header .menu-item .menu-sub {
		border-top: none;
	}
	.home-headerH {
		/*height: 0;*/
	}
	.site-header .menu-item.active .words .iconfont {
		color: #fff;
	}
}


/* ---------------------------------
* footer
------------------------------------*/
.site-footer {
    padding: 24px 0;
    /*background: #e3dfdf;*/
    background: #ccc;
}
.site-footer,
.site-footer a,
.site-footer .all-content-wrapper {
	line-height: 1.4;
	font-size: 14px;
	color: #7f7f7f;
}
.site-footer .infos p,
.site-footer .langb .words {
	margin-top: 8px;
	margin-bottom: 0;
}
.site-footer .menu {
	font-size: 0;
}
.site-footer .menu li {
	display: inline-block;
	width: 50%;
	margin-top: 4px;
}
.site-footer .infos p:first-child,
.site-footer .menu li:first-child,
.site-footer .langb .words:first-child {
	margin-top: 0;
}
.site-footer .copyright {
	margin-top: 24px;
	border-top: 1px solid rgba(255,255,255, 1);
	padding-top: 24px;
	text-align: center;
}


@media (min-width: 993px) {
	.site-footer .topb {
		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;
	}
}

@media (max-width: 992px) {
	.site-footer .menu,
	.site-footer .langb {
		display: none;
	}
}


/* ---------------------------------
* home
------------------------------------*/

/*--------------
* banner
----------------*/
.slider-main {
	z-index:1;
	position:relative;
	overflow:hidden;
	background-color: rgba(0,0,0,.3);
}
.slider-main .slide_title_white {
	font-weight:300;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.slider-main .slide_title_white_bold {
	font-weight:400
}
.slider-main .slide_subtitle_white {
	border-top:1px solid #fff!important;
	border-bottom:1px solid #fff!important;
	font-family:open sans;
	font-weight:300;
	padding:5px 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:18px
}
.slider-main .slider-colored {
	z-index:1;
	height:495px!important;
	position:relative;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee
}
.slider-main .slide_title,.slide_subtitle,.slide_desc,.slide_btn {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
.slider-main .slide_title {
	font-family:open sans;
	font-weight:300;
	color:#3f5862;
	text-transform:uppercase;
	font-size:47px
}
.slider-main .slide_subtitle {
	font-weight:400;
	background-color:#08c;
	padding:5px;
	color:#fafafa;
	text-transform:uppercase;
	font-size:18px
}
.slider-main .slide_list_item {
	font-weight:400;
	background-color:#08c;
	padding:5px;
	color:#fafafa;
	text-transform:uppercase;
	font-size:14px
}
.slider-main .slide_desc {
	color:#7b8793;
	font-size:14px;
	line-height:24px
}
.slider-main .slide_desc_bordered {
	border-left:3px solid #ddd!important;
	padding-left:5px
}
.slider-main .slide_btn {
	font-weight:300;
	background:#6fc561;
	padding:7px 15px;
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer
}

.slider-main .noFilterClass {
	filter:none!important
}
.slider-main .tpclear {
	clear:both;
}
.slider-main .tp-bullets {
	z-index:1000;
	position:absolute;
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-transition:opacity .2s ease-out;
	-moz-transition:opacity .2s ease-out;
	-o-transition:opacity .2s ease-out;
	-ms-transition:opacity .2s ease-out;
}
.slider-main .tp-bullets.hidebullets {
	-ms-filter:"alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
.slider-main .tp-bullets.simplebullets.round .bullet {
	display: inline-block;
	cursor:pointer;
	position:relative;
	width:6px;
	height:6px;
	margin-right:2px;
    float: nonet;
	margin-bottom: 14px;
	margin-left:3px;
	background-color: rgba(0, 0, 0, 0.5);
    border: 5px solid rgba(0, 0, 0, 0);
    transition: background-color 0.2s, border-color 0.2s;
}
.slider-main .tp-bullets.simplebullets.round .bullet.last {
	margin-right:3px;
}
.slider-main .tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1);
    border: 5px solid rgba(0, 0, 0, 1);
}


.slider-main .tparrows {
	z-index:100;
	cursor:pointer;
	position:relative;
	width: 50px;
	height: 50px;
    padding-left: 2px;
    padding-top: 2px;
    border: 2px solid #fff;
    background-size: 50px 90px;
    border-radius: 50%;
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	-webkit-transition:opacity .2s ease-out;
	-moz-transition:opacity .2s ease-out;
	-o-transition:opacity .2s ease-out;
	-ms-transition:opacity .2s ease-out
}
.slider-main .tp-leftarrow {
	background-image: url(../images/icon/large_left.png);
}
.slider-main .tp-rightarrow {
	background-image: url(../images/icon/large_right.png);
}
.slider-main .tparrows.hidearrows {
	-ms-filter:"alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.slider-main .tparrows:hover {
    background-color: rgba(255, 255, 255, 0.62);
}

.slider-main .tp-bullets.tp-thumbs {
	z-index:1000;
	position:absolute;
	padding:3px;
	background-color:#fff;
	width:500px;
	height:50px;
	margin-top:-50px
}
.fullwidthbanner-container .tp-thumbs {
	padding:3px
}
.slider-main .tp-bullets.tp-thumbs .tp-mask {
	width:500px;
	height:50px;
	overflow:hidden;
	position:relative
}
.slider-main .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width:5000px;
	position:absolute
}
.slider-main .tp-bullets.tp-thumbs .bullet {
	width:100px;
	height:50px;
	cursor:pointer;
	overflow:hidden;
	background:0 0;
	margin:0;
	float:left;
	-ms-filter:"alpha(opacity=50)";
	-moz-opacity:.5;
	-khtml-opacity:.5;
	opacity:.5;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out
}
.slider-main .tp-bullets.tp-thumbs .bullet:hover,.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
}
.slider-main .tp-thumbs img {
	width:100%
}
.slider-main .tp-bannertimer {
	position:absolute;
	z-index:200;
	top: 0;
	width:100%;
    height: 5px;
    background: rgba(0,0,0,0.1);
}
.slider-main .tp-simpleresponsive img {
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none
}
.slider-main .tp-simpleresponsive a {
	text-decoration:none
}
.slider-main .tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0
}
.slider-main .tp-simpleresponsive>ul>li {
	list-stye:none;
	position:absolute;
	visibility:hidden
}
.slider-main .tp-loader {
	background:url(../images/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px;
	top:50%;
	left:50%;
	z-index:10000;
	position:absolute;
	width:44px;
	height:44px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
}
.slider-main .gallery-link {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
}
.slider-main .bgcover-wpt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
}

.slider-main .tp-caption.large_bold_white {
	position: relative;
	z-index: 4;
	font-size: 29px;
	line-height:25px;
	font-weight: bold;
	text-shadow:1px 1px 1px #666;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.slider-main .tp-caption.large_bold_white a {
	font-size: 20px;
}



/*--------------
* team
----------------*/
.team-block {
	margin-bottom: 100px;
}
.team-block .div-item-parent {}
.team-block .div-item-parent .div-item {
	display: inline-block;
	width: 33.33%;
}
.team-block .div-item-parent .div-item .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.team-block .div-item-parent .div-item .all-title-col {
	margin-bottom: 20px;
}
.team-block .div-item-parent .div-item .link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46);
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
}
.team-block .div-item-parent .div-item .link:hover:before {
    background: rgba(0,0,0,0.16);
}


/*--------------
* profile
----------------*/
.profile-block {
	margin-top: 80px;
	margin-bottom: 110px;
}
.profile-block .item {
	display: inline-block;
	width: 50%;
}
/*.profile-block .video-comment {
	position: relative;
	width: 470px;
}*/

.profile-block .m-video {
	position: relative;
	z-index: -1;
	height: 270px;
	text-align: center;
}
.profile-block .video-text {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    padding-top: 80px;
    text-align: center;
}
.profile-block #main-video {
	width: 100%;
	height: 270px;
	z-index: 99;
}
.profile-block .video-start-btn {
    position: relative;
    margin-top: 0px;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.7);
}
.profile-block .video-start-btn .fa {
    position: absolute;
    left: 40%;
    left: calc(50% - 10px);
    top: 40%;
    top: calc(50% - 24px);
    font-size: 50px;
}

.profile-block .video-start-btn:hover {
    transition: 0.2s;
    background-color: rgba(255,255,255,0.85);
}

.profile-block .mainpage-comment {
	padding-left: 35px;
}
/* .profile-block .mainpage-comment .all-title-col {
	margin-bottom: 10px;
} */
.profile-block .mainpage-comment .video-little-title {
	display: none;
	padding-bottom: 45px;
	color: #F2982B;
}
.profile-block .mainpage-comment .video-content {
	margin-top: 40px;
	font-size: 18px;
	color: #666;
}



/*--------------
* partner
----------------*/
.partner-block {
	margin-bottom: 24px;
}
.partner-block .swiper-container {
	padding: 0 5px;
}
.partner-block .swiper-container .banner-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 28px;
	height: 12px;
	text-align: center;
}
.partner-block .swiper-container .banner-pagination  .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #DCE0E2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.partner-block .swiper-container .banner-pagination  .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	margin-top: 0;
	background-color: #F2982B;
}

.partner-block .swiper-container .gallery img {
	display: block;
	width: 100%;
	border: 1px solid #E8E8E8;
}





@media (min-width: 768px) {
	.slider-main .tp-caption.large_bold_white {
		letter-spacing: 2px;
	}
}
@media (max-width: 1199px) {
	.team-block .div-item-parent .div-item .all-title-col {
		margin-bottom: 10px;
	}
}
@media (min-width: 993px) {
	.profile-block .video-comment {
		padding-right: 35px;
		margin-top: 8px;
	}
}
@media (max-width: 992px) {
	.profile-block .item {
		display: block;
		width: auto;
	}
	.profile-block .mainpage-comment {
		padding: 0;
		padding-top: 20px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.slider-main .tp-caption.large_bold_white span {
	    display: inline-block;
	    font-size: 20px !important;
	    width: calc(100vw - 50px);
	    word-wrap: break-word;
	    white-space: initial;
	    line-height: 28px;
	}
	.team-block, .profile-block {
		margin-bottom: 40px;
	}
	.profile-block {
		margin-top: 30px;
	}
	.profile-block .mainpage-comment .all-title-col {
		font-size: 20px;
	}
	.team-block .div-item-parent .div-item {
		display: block;
		width: 100%;
	}
	.team-block .div-item-parent .div-item .all-title-col {
		margin-bottom: 0;
	}
	.profile-block .mainpage-comment .video-little-title {
		padding-bottom: 20px;
	}
	.profile-block .mainpage-comment .video-content {
		margin-top: 14px;
	}
	.profile-block .video-text {
	    background-color: rgba(100,100,100,0.5);
	}
	.profile-block .video-start-btn {
		width: 60px;
		height: 60px;
	}
	.profile-block .video-start-btn .fa {
	    left: 22px;
	    top: 16px;
	    font-size: 30px;
	}
	.partner-block .swiper-container .banner-pagination {
		margin-top: 20px;
	}

}
@media (max-width: 480px) {
	.profile-block .video-comment,
	.profile-block .mainpage-comment {
		width: 100%;
	}
}









/* ---------------------------------
* inner
------------------------------------*/
.hasTopBorder {
	border-top: 1px solid #DFE5ED;
}
.paddingTopBottom80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.inner-banner {
	display: block;
	position: relative;
	width: 100%;
}
.inner-banner .gallery {
	display: block;
	width: 100%;
	min-height: 100px;
	/*height: 500px;*/
	z-index: 3;
}
.inner-banner .gallery:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(10,10,10,0.18);
    transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
}
.inner-banner .text {
    position: absolute;
    display: inline-block;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.nav-wrapper .item {
	margin-bottom: 4px;
}
.nav-wrapper .item .top {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 24px;
	font-size: 15px;
	background-color: #E3E3E3;
}
.nav-wrapper .item .top .link {
	display: block;
	position: relative;
	z-index: 2;
	color: #333;
}
.nav-wrapper .item .top .ic {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	line-height: 24px;
}
.nav-wrapper .item .top .words {
	display: block;
	position: relative;
	z-index: 3;
	padding-left: 16px;
	padding-right: 18px;
}
.nav-wrapper .item .top .jiaJian {
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
	z-index: 5;
	width: 30px;
	height: 24px;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
}
.nav-wrapper .item .top .jiaJian::after {
	content: '+';
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	color: #666;
    text-align: center;
}

.nav-wrapper .item .top.active .link,
.nav-wrapper .item .top .link:hover {
	color: #F2982B;
}

.nav-wrapper .item .top.active .words {
	font-weight: bold;
}
.nav-wrapper .item .top.active .jiaJian::after {
	content: '-';
    color: #F2982B;
}

.nav-wrapper .item-down {
	padding-top: 10px;
}
.nav-wrapper .item-down .top {
	color: #666;
	background-color: transparent;
}
.nav-wrapper .item-down .top .words::after {
	display: none;
}

.nav-wrapper .item .two {
	display: none;
	padding: 0;
	margin: 0;
	padding: 12px 20px;
	padding-bottom: 0;
	background-color: #F4F4F4;
}
.nav-wrapper .item .two:last-child {
	padding-bottom: 20px;
}
.nav-wrapper .item .two.shows {
	display: block;
}
.nav-wrapper .item .two .item2 {
	list-style: none;
	margin-top: 10px;
}
.nav-wrapper .item .two .item2:first-child {
	margin-top: 0;
}
.nav-wrapper .item .two .item2 .link {
	display: block;
	position: relative;
	padding-left: 10px;
	color: #666;
	font-size: 14px;
}
.nav-wrapper .item .two .item2 .link::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background-color: #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.nav-wrapper .item .two .item2.active .link,
.nav-wrapper .item .two .item2 .link:hover {
	color: #F2982B;
}

.right-wrp {
	margin-top: 20px;
}


@media (min-width: 768px) {
	.inner-banner .gallery {
		background-image: none!important;
	}
	.container-box {
		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;
	}
	.nav-wrapper {
		width: 240px;
		flex: 0 0 240px;
	}
	.right-wrp {
		flex: 1;
		padding-left: 60px;
		margin-top: 0;
		overflow: hidden;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.right-wrp {
		padding-left: 30px;
	}
}
@media (max-width: 992px) {
	.inner-banner .container {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.paddingTopBottom80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.inner-banner .gallery {
		height: 240px;
	}
	.inner-banner .gallery img {
		display: none;
	}

	.nav-wrapper .item .top .jiaJian {
		top: 6px;
	}
}







/*--------------
* about
----------------*/

.pagesWrp-allCont {
	margin-top: 30px;
}

/*about====*/

/*aboutColumn*/
.aboutColumn-block .div-item-parent {
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
}
.aboutColumn-block .div-item-parent .div-item {
	display: inline-block;
	width: 25%;
}
.aboutColumn-block .div-item-parent .img-box img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.aboutColumn-block .div-item-parent .link {
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	color: #5f6f7e;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.aboutColumn-block .div-item-parent .div-item.active .link,
.aboutColumn-block .div-item-parent .link:hover {
	color: #F2982B;
}

.aboutColumn-block .div-item-parent .div-item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background-color: #8A8A8A;
}
.aboutColumn-block .div-item-parent .div-item:last-child::after {
	display: none;
}


@media (min-width: 768px) {
	.pagesWrp-block {
		padding-top: 60px;
		padding-bottom: 70px;
	}
}

@media (min-width: 993px) {
}
@media (max-width: 992px) {
	.aboutColumn-block .div-item-parent {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.aboutColumn-block .div-item-parent .div-item::after {
		width: 2px;
		height: 20px;
		margin-top: -10px;
	}
	.aboutColumn-block .div-item-parent .link {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.pagesWrp-block {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.aboutColumn-block .div-item-parent {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.aboutColumn-block .div-item-parent .link {
		font-size: 14px;
	}
	.aboutColumn-block .div-item-parent .div-item::after {
		display: none;
	}

	.pagesWrp-allTil {
		font-size: 20px;
	}
	.pagesWrp-allCont {
		margin-top: 20px;
	}
}



/*culture====*/
.culture-list .culture-gallery img {
	width: 100%;
}

@media (min-width: 768px) {
	.culture-list {
		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;
	}
	.culture-list .culture-text {
		width: 48%;
	}
	.culture-list .culture-gallery {
		width: 47%;
	}
}
@media (max-width: 767px) {
	.culture-list .culture-gallery {
		margin-top: 20px;
	}
}



/*milestone,enterprisehonor====*/

.timeline-list {
	position: relative;
}
.timeline-list .item {
	margin-bottom: 20px;
	z-index: 3;
}
.timeline-list .item:last-child {
	margin-bottom: 0;
}

.timeline-list .item .timeline-body {
    color: #7f7f7f;
    padding: 18px 20px;
    font-weight: 300;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.timeline-list .item .year {
    padding-bottom: 6px;
    line-height: 28px;
    color: #7f7f7f;
	font-family: 'Swiss721BT BlackCondensed', 'Myriad Pro', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
    border-bottom: 1px solid transparent;
}
.timeline-list .item .timeline-content {
	margin-top: 12px;
    font-size: 14px;
}
.timeline-list .item .timeline-body {
    background-color: rgba(232,228,228, 0.5);
}
.timeline-list .item .year {
	/*border-bottom-color: #F2982B;*/
	border-bottom-color: #fff;
}

/* odd */
/*.timeline-list .item:nth-child(odd) .timeline-body {
    background-color: #eb6a2d;
}
.timeline-list .item:nth-child(odd) .year {
	border-bottom-color: #ffc5aa;
}*/


/* even */
/*.timeline-list .item:nth-child(even) .timeline-body {
    background-color: #ff8953;
}
.timeline-list .item:nth-child(even) .year {
	border-bottom-color: #ffc5aa;
}*/



@media (min-width: 768px) {
	.timeline-list:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 50%;
	    z-index: 1;
	    width: 4px;
	    margin-left: -2px;
	    /*background-color: #ffc5aa;*/
	    background-color: rgba(232,228,228, 0.5);
	}
	.timeline-list .item .timeline-icon {
	    position: absolute;
	    left: 50%;
	    top: 0;
	    width: 16px;
	    height: 16px;
	    margin-top: 28px;
	    margin-left: -8px;
	    line-height: 16px;
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    font-size: 0;
	    -webkit-font-smoothing: antialiased;
	    color: #fff;
	    background-color: #fff;
	    text-align: center;
	    /*border: 5px solid #ffc5aa;*/
	    border: 5px solid rgba(232,228,228, 0.5);
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	}
	.timeline-list .item .timeline-body:after {
	    content: " ";
	    position: absolute;
	    top: 19px;
	    height: 0;
	    width: 0;
	    pointer-events: none;
	    border: solid transparent;
	    border-width: 10px;
	}

	.timeline-list .item:nth-child(odd) .timeline-body {
		margin-right: 55%;
	}
	.timeline-list .item:nth-child(odd) .timeline-body:after {
	    left: 100%;
	    /*border-left-color: #eb6a2d;*/
	    border-left-color: rgba(232,228,228, 0.5);
	}
	.timeline-list .item:nth-child(even) .timeline-body {
		margin-left: 54%;
	}
	.timeline-list .item:nth-child(even) .timeline-body:after {
		right: 100%;
	    /*border-right-color: #ff8953;*/
	    border-right-color: rgba(232,228,228, 0.5);
	}

}


@media (max-width: 767px) {
	.timeline-list .item:nth-child(odd) .timeline-body {
		width: 100%;
	}
}




/*business====*/
 
@keyframes redpoint {
    from {
        background-color: rgba(200,0,0,0.4);
        box-shadow: 0px 0px 2px 0px rgba(200,0,0,0.5);
    }

    to {
        background-color: rgba(200,0,0,0.8);
        box-shadow: 0px 0px 2px 0px rgba(200,0,0,1);
    }
}

@keyframes redpoint_big {
    from {
        background-color: rgba(200,0,0,0.4);
        box-shadow: 0px 0px 4px 2px rgba(200,0,0,0.5);
    }

    to {
        background-color: rgba(200,0,0,0.8);
        box-shadow: 0px 0px 8px 2px rgba(200,0,0,1);
    }
}

@keyframes bluepoint {
    from {
        background-color: rgba(123,175,10,0.4);
        box-shadow: 0px 0px 2px 0px rgba(123,175,10,0.5);
    }

    to {
        background-color: rgba(123,175,10,0.8);
        box-shadow: 0px 0px 2px 0px rgba(123,175,10,1);
    }
}

@keyframes bluepoint_big {
    from {
        background-color: rgba(123,175,10,0.4);
        box-shadow: 0px 0px 4px 2px rgba(123,175,10,0.5);
    }

    to {
        background-color: rgba(123,175,10,0.8);
        box-shadow: 0px 0px 8px 2px rgba(123,175,10,1);
    }
}

.business-box {
    overflow-x: scroll;
    -webkit-overflow_scroll: touch;
}
.business-box::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.business-box::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    background-clip: padding-box;
    min-height: 28px;
}
.business-box::-webkit-scrollbar-track-piece {
    background-color: #FFF;
}



.business-pointlist {
    position: relative;
	width: 848px;
	height: 701px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}


.business-pointlist .point {
    position: absolute;
    padding: 5px;
    border: 1px solid white;
    border-radius: 50% !important;
    outline: none !important;
    background-color: rgba(255,255,255, 0.5);
}

.business-pointlist .point:before {
    content: '';
    top: 0px;
    left: 0px;
    display: block;
    border-radius: 50% !important;
    width: 8px;
    height: 8px;
}

.business-pointlist .point.red {
    border: 1px solid rgba(200,00,0,0.5);
}

.business-pointlist .point.red:before {
    animation: redpoint 0.5s ease infinite alternate forwards;
    -moz-animation: redpoint 0.5s ease infinite alternate forwards;
    -webkit-animation: redpoint 0.5s ease infinite alternate forwards;
    -o-animation: redpoint 0.5s ease infinite alternate forwards;
}

.business-pointlist .point.red:hover {
    border: none;
    animation: redpoint_big 0.5s ease infinite alternate forwards;
    -moz-animation: redpoint_big 0.5s ease infinite alternate forwards;
    -webkit-animation: redpoint_big 0.5s ease infinite alternate forwards;
    -o-animation: redpoint_big 0.5s ease infinite alternate forwards;
}

.business-pointlist .point.blue {
    border: 1px solid rgba(123,175,10,0.5);
}

.business-pointlist .point.blue:before {
    animation: bluepoint 0.5s ease infinite alternate forwards;
    -moz-animation: bluepoint 0.5s ease infinite alternate forwards;
    -webkit-animation: bluepoint 0.5s ease infinite alternate forwards;
    -o-animation: bluepoint 0.5s ease infinite alternate forwards;
}

.business-pointlist .point.blue:hover {
    border: none;
    animation: bluepoint_big 0.5s ease infinite alternate forwards;
    -moz-animation: bluepoint_big 0.5s ease infinite alternate forwards;
    -webkit-animation: bluepoint_big 0.5s ease infinite alternate forwards;
    -o-animation: bluepoint_big 0.5s ease infinite alternate forwards;
}

.business-pointlist .point > div {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.85);
    border-radius: 5px !important;
    box-shadow: 1px 1px 2px rgba(100,100,100,0.5);
    min-width: 70px;
    top: 30px;
    left: -30px;
    font-size: 12px;
    padding: 3px;
    z-index: 9999;
}

.business-pointlist .point > div:before {
    position: absolute;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 7px 10px;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    border-bottom-color: rgba(255,255,255,0.85);
}

.business-pointlist .point > div:after {
}

.business-pointlist .point:hover > div,
.business-pointlist .point > div:hover,
.business-pointlist .point:focus > div {
    outline: none !important;
    display: block;
}

.business-pointlist .point > div > span {
    text-align: center;
}

.business-pointlist .point > div > hr {
    margin: 4px;
}

.business-pointlist .point > div > .center {
    text-align: center;
}






/*--------------
* news
----------------*/
.backgroundF8F8F8 {
	background-color: #F8F8F8;
}

/*recommend*/
.news-recommend-w .swiper-container {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.news-recommend-w .item {
	font-size: 0;
	background-color: #fff;
}
.news-recommend-w .new-icon {
	position: absolute;
	left: -20px;
	top: 20px;
	z-index: 4;
}
.news-recommend-w .item .img-box {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	overflow: hidden;
}
.news-recommend-w .item .info {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
}
.news-recommend-w .item .info .date {
	color: #F2982B;
	font-size: 18px;
}
.news-recommend-w .item .year {
	vertical-align: baseline;
	font-size: 30px;
	font-family: 'Swiss721BT BlackCondensed', 'Myriad Pro', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
}
.news-recommend-w .item .desc {
	line-height: 1.8;
	color: #666;
}
.news-recommend-w .item .desc p {
	margin: 0;
}
.news-recommend-w .item .more-wp {
	display: inline-block;
	width: 160px;
	height: 44px;
	margin-top: 40px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #F2982B;
}

.news-recommend-w .recommend-tabs {
	margin-top: 36px;
	text-align: center;
}
.news-recommend-w .recommend-tabs .banner-pagination {
	display: inline-block;
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	margin: 0 25px;
	line-height: 24px;
	color: #999;
	font-size: 18px;
	letter-spacing: -2px;
	font-family: 'Swiss721BT BlackCondensed', 'Myriad Pro', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
}
.news-recommend-w .recommend-tabs .tabs-w-left,
.news-recommend-w .recommend-tabs .tabs-w-right {
	display: inline-block;
    line-height: 24px;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
	color: #999;
	font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    border: none;
    cursor: pointer;
   -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-recommend-w .recommend-tabs .tabs-w-left:hover,
.news-recommend-w .recommend-tabs .tabs-w-right:hover {
	color: #F2982B;
}
.news-recommend-w .recommend-tabs .tabs-w-left {}
.news-recommend-w .recommend-tabs .tabs-w-right {}





/*list*/
.news-list-w {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.news-list-w .item {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-top: 54px;
	background-color: #fff;
}
.news-list-w .item:nth-child(2n) {
	margin-right: 0;
}
.news-list-w .item .link {
   -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-w .item .info {
	padding: 18px 25px;
}
.news-list-w .item .info .title {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	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;
}
.news-list-w .item .info .content {
	height: 24px;
	margin-top: 5px;
	line-height: 24px;
	overflow: hidden;
}
.news-list-w .item .info .date {
	margin-top: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #c4c3c9;
}
.news-list-w .item .link:hover {
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
.news-list-w .item .link:hover .title {
	color: #F2982B;
}




@media (min-width: 768px) {
	.news-recommend-w .item {
		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-recommend-w .item .img-box {
	    flex: 0 0 386px;
	    width: 386px;
	}
	.news-recommend-w .item .info {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		padding-top: 0;
		flex: 1;
		padding: 10px 65px 20px 50px;
	}
}

@media (max-width: 767px) {
	.news-recommend-w .item .img-box {
		display: block;
		width: 100%;
	}
	.news-recommend-w .item .info {
		padding: 20px;
	}
	.news-recommend-w .item .more-wp {
		margin-top: 8px;
	}
	.news-recommend-w .recommend-tabs {
		margin-top: 20px;
	}
	.news-list-w .item {
		margin-top: 25px;
	}
}
@media (max-width: 480px) {
	.news-list-w .item {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}



/*--------------
* detail
----------------*/
.left-content-w {
	background-color: #fff;
}
.detail-title {
	color: #333;
	font-weight: bold;
}
.detail-info-w {
	padding-top: 12px;
	padding-bottom: 10px;
	color: #666;
	border-bottom: 1px solid #F8F2F2;
}
.detail-info-w .hit {
	margin-left: 10px;	
	margin-right: 10px;
}
.detail-info-w .share-wrapper,
.detail-info-w .share-wrapper .bdsharebuttonbox {
	display: inline-block;
}
.detail-text {
	margin-top: 28px;
}

.rig-link-gallery {
	display: block;
}
.rig-gallery-w {
	display: block;
	max-width: 480px;
	margin: 0 auto;
	overflow: hidden;
}
.rig-link-gallery .rig-gallery-w {
	display: none!important;
}
.detail-control {
	font-size: 16px;
    -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;
}
.rig-link-gallery:hover .detail-control {
    color: #F2982B;
}

#prevDetail {
	margin-bottom: 12px;
}

.return-list-w {
	margin-top: 20px;
}
.return-list-w .link {
	color: #F2982B;
}

@media (min-width: 768px) {
	.left-content-w {
		width: 70%;
		float: left;
	}
	.right-content-w {
		width: 26.66%;
		float: right;
	}
	.left-content-w {
		padding: 70px 50px 45px;
	}
}

@media (max-width: 767px) {
	.left-content-w {
		padding: 20px;
	}
	.right-content-w {
		margin-top: 20px;
	}
	.detail-info-w .share-wrapper {
		display: block;
		margin-top: 8px;
	}
	.detail-info-w {
		padding-bottom: 12px;
	}
}




/*--------------
* product
----------------*/
.product-block {
	padding-top: 60px;
}
.product-block .div-item-parent {
}
.product-block .div-item-parent .div-item {
	border-bottom: 1px solid #E6E6E6;
}
.product-block .div-item-parent .div-item:last-child {
	border-bottom: none;
}
.product-block .div-item-parent .site-column {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 28px;
}

.product-block .div-item-parent .info-desc .text {
	color: #666;
}
.product-block .div-item-parent .info-desc .text .dot {
	position: relative;
	padding-left: 10px;
}
.product-block .div-item-parent .info-desc .text .dot:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: block;
	width: 3px;
	height: 3px;
	margin-top: 11px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #F2982B;
}

.product-block .div-item-parent .info-desc .tabs {
	margin-top: 60px;
}
.product-block .div-item-parent .info-desc .tabs li {
	margin-top: 5px;
}

.product-block .div-item-parent .info-desc .tabs li,
.product-block .div-item-parent .info-desc .tabs a {
	color: #F2982B;	
}
.product-block .div-item-parent .info-desc .tabs li {
	position: relative;
	padding-left: 15px;
}
.product-block .div-item-parent .info-desc .tabs li:before {
	content: '<';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.product-block .div-item-parent .info-desc .tabs a:hover {
	font-weight: bold;
}

.productList-column {
	margin-bottom: 30px;
}
.productList-block .all-title-col {
	color: #F2982B;
}
.productList-block .text {
	margin-top: 10px;
	color: #333;
}

.download-lists {
	position: relative;
	margin-top: 26px;
}
.download-lists .lists {
	overflow: auto;
}
.download-lists table {
	width: 100%;
	min-width: 460px;
	line-height: 22px;
	text-align: center;
}
.download-lists table th {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #F2982B;
}
.download-lists table tbody {}
.download-lists table tbody tr {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.download-lists table tbody tr:nth-child(2n) {
	background-color: #F4F4F4;
}
.download-lists table tbody tr:hover {
	background-color: #E3E3E3;
}
.download-lists table tbody tr td {
	padding: 5px;
	vertical-align: middle;
}
.download-lists .down {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/icon/down.png);
}
.product-block .div-item-parent .img-box-w {
	overflow: hidden;
}
@media (min-width: 768px) {
	.product-block .div-item-parent .img-box-w {
		width: 38.49%;
		float: left;
	}

	.product-block .div-item-parent .info-desc {
		width: 38.49%;
		float: right;
	}
	/*even*/
	.product-block .div-item-parent .div-item:nth-of-type(even) .img-box-w {
		float: right;
	}
	.product-block .div-item-parent .div-item:nth-of-type(even) .info-desc {
		float: left;
	}
	.product-block .div-item-parent .div-item {
		/*padding: 65px 5.9375%;*/
		padding: 25px 0;
	}
}

@media (max-width: 767px) {
	.product-block {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.product-block .div-item-parent .div-item {
		padding: 20px 0;
	}
	.product-block .div-item-parent .site-column {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 24px;
	}
	.product-block .div-item-parent .info-desc .tabs {
		margin-top: 20px;
	}

	.productList-column {
		margin-bottom: 15px;
	}
	.productList-column .site-column {
		font-size: 20px;
	}
	.nav-wrapper .item .top {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.download-lists table th {
		height: 34px;
		line-height: 34px;
	}
}

@media (max-width: 500px) {
	.download-lists {
		padding-top: 30px;
	}
	.download-lists::after {
	    -webkit-animation-name: JUMP;
	    -webkit-animation-duration: 1s;
	    -webkit-animation-timing-function: linear;
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-direction: normal;
	    transition: all 0.3s ease-in-out;
	    width: 14px;
	    height: 22px;
	    display: block;
	    position: absolute;
	    z-index: 98;
	    top: 0;
	    left: 50%;
	    margin-left: -13px;
	    opacity: 1;
	    background-size: 14px;
    	background-repeat: no-repeat;
    	background-image: url(../images/icon/mouse.png);
    	background-position: center;
	}
	.download-lists::before {
		content: '注：下列表格可向右拖动';
		display: block;
	    position: absolute;
		right: 0;
		top: 2px;
		font-size: 12px;
		color: #F2982B;
	}
}




/*--------------
* productDetail
----------------*/
@media (min-width: 768px) {
	.productDetail-block {
		padding-bottom: 60px;
	}
}






/*--------------
* contact
----------------*/
.my-map, #mapContainer {
	width: 100%;
}

.my-map .icon {
    cursor: pointer;
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
}
.my-map .amap-info-content h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
    color: #4c4c4c;
}
.my-map .amap-info-content>div {
    margin-top: 5px;
    color: #4c4c4c;
}
.my-map img {
	max-width: none;
}

.my-map .icon-cir {  height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.my-map .icon-cir-blue { background-position: -11px -55px; }
.my-map .icon-cir-yellow { background-position: -11px -105px; }
.my-map .icon-cir-green { background-position: -11px -155px; }
.my-map .icon-cir-gray { background-position: -11px -205px; }

.my-map .icon-flg { height: 32px; width: 29px; }

.my-map .icon-flg-red { background-position: -65px -5px; }
.my-map .icon-flg-blue { background-position: -65px -55px; }
.my-map .icon-flg-yellow { background-position: -65px -105px; }

.my-map .icon-flg-green { background-position: -65px -155px; }
.my-map .icon-flg-gray { background-position: -65px -205px; }



.my-map .icon-anc { height: 28px; width: 26px; }
.my-map .icon-anc-red { background-position: -132px -5px; }
.my-map .icon-anc-blue { background-position: -132px -55px; }
.my-map .icon-anc-yellow { background-position: -132px -105px; }
.my-map .icon-anc-green { background-position: -132px -155px; }
.my-map .icon-anc-gray { background-position: -132px -205px; }


.my-map .icon-twig { height: 27px; width: 30px; }
.my-map .icon-twig-red { background-position: -187px -5px; }
.my-map .icon-twig-blue { background-position: -187px -55px; }
.my-map .icon-twig-yellow { background-position: -187px -105px; }
.my-map .icon-twig-green { background-position: -187px -155px; }
.my-map .icon-twig-gray { background-position: -187px -205px; }




.my-map .icon-pot { height: 23px; width: 31px; }
.my-map .icon-pot-red { background-position: -234px -5px; }
.my-map .icon-pot-blue { background-position: -234px -55px; }
.my-map .icon-pot-yellow { background-position: -234px -105px; }
.my-map .icon-pot-green { background-position: -234px -155px; }
.my-map .icon-pot-gray { background-position: -234px -205px; }


.my-map, #mapContainer {
	position: relative;
	z-index: 2;
	height: 330px;
}
#map {
	position: relative;
	z-index: 2;
}
#map img {
	max-width: none;
}

.contact-list .site-column-cn {
	margin-bottom: 10px;
}
.contact-list .site-column-cn .site-column {
	font-size: 24px;
}
.contact-list .item .info-s {
	margin-top: 50px;
	color: #666;
}
.contact-list .item .cont-tit {
	font-size: 18px;
	color: #F2982B;
}
.contact-list .item .text {
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left top 2px;
	-webkit-background-size: 20px 22px;
	background-size: 20px 22px;
}
.contact-list .item .address {
	margin-top: 10px;
	background-image: url(../images/icon_address.png);
}
.contact-list .item .fax {
	margin-top: 5px;
}
.contact-list .item .tel {
	margin-top: 46px;
	background-image: url(../images/icon_tel.png);
}
.contact-list .cont-qq {
	width: 120px;
	height: 120px;
	padding-top: 16px;
	text-align: center;
	background-color: #EFF7FF;
	border: 1px solid #D7EBFF;
}
.contact-list .cont-qq .words {
	color: #F2982B;
}

.contact-map {
	position: relative;
	margin-top: 70px;
}

.contact-m-wrp {
	background-color: #fff;
}

.contact-m-wrp .company-name {
	margin: 0;
	margin-bottom: 12px;
	font-size: 18px;
	color: #F2982B;
	width: 350px;

}
.contact-m-wrp .company-info {width: 350px;}


@media (min-width: 993px) {
	.contact-m-wrp {
		position: absolute;
		top: 80px;
		right: 9%;
		width: 400px;
		z-index: 3;
		padding: 25px 35px;
	}
}

@media (max-width: 992px) {
	.contact-m-wrp {
		display: none;
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.contact-list .item {
		display: inline-block;
		width: 50%;
	}
	.contact-list .item:first-child {
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.contact-list .item {
		margin-top: 30px;
	}
	.contact-list .item:first-child {
		margin-top: 0;
	}
	.contact-list .item .info-s {
		margin-top: 14px;
	}
	.contact-list .item .tel {
		margin-top: 10px;
	}
	.contact-map {
		margin-top: 30px;
	}
}

.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;
    }
}

.video-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.video-list .item {
	position: relative;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 1px solid #dadada;
    padding: 18px;
}
.video-list .item .link {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.video-list .item .video-txt {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.video-list .item .video-txt .words {
    display: inline-block;
    line-height: 28px;
    color: #F2982B;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    animation: 1.5s ease 0.2s infinite alternate both running text-shadow-drop-center;
}

.video-list .item .infos {
	position: relative;
	z-index: 2;
}
.video-list .item .title {
	padding-bottom: 14px;
	padding-top: 2px;
	font-size: 15px;
}
.video-list .item .pic {
	overflow: hidden;
}
.video-list .item .pic img {
	display: block;
	width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.video-list .item .link:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 768px) {
	.video-list .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 2%;
	}
	.video-list .item:nth-child(3n) {
		margin-right: 0;
	}
	.video-list .item:nth-child(1),
	.video-list .item:nth-child(2),
	.video-list .item:nth-child(3) {
		margin-top: 0;
	}
	.video-list .item .video-txt .words {
		font-size: 18px;
	}
	.video-list .item .title {
		padding-right: 60px;
	}
}
@media (max-width: 767px) {
	.video-list .item {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.video-list .item:nth-child(2n) {
		margin-right: 0;
	}
	.video-list .item:nth-child(1),
	.video-list .item:nth-child(2) {
		margin-top: 0;
	}
	.video-list .item .video-txt .words {
		font-size: 15px;
	}
	.video-list .item .title {
		padding-right: 50px;
	}
}

@-webkit-keyframes text-shadow-drop-center{0%{text-shadow:0 0 0 transparent}to{text-shadow:0 0 2px rgba(0,0,0,.5)}}@keyframes text-shadow-drop-center{0%{text-shadow:0 0 0 transparent}to{text-shadow:0 0 2px rgba(0,0,0,.5)}}@-webkit-keyframes text-shadow-drop-left{0%{text-shadow:0 0 0 transparent}to{text-shadow:-2px 0 2px rgba(0,0,0,.5)}}


.product-block .div-item-pars .div-item {
	margin-top: 20px;
}
.product-block .div-item-pars .div-item .boxsw {
	margin-top: 20px;
}
.product-block .div-item-pars .div-item:nth-child(1) {
	margin-top: 0;
}
.product-block .div-item-pars .div-item .boxsw {
	position: relative;
	overflow: hidden;
}
.product-block .div-item-pars .div-item .info-desc {
		background-color: #fff;
}
.product-block .div-item-pars .div-item .big-t::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #F2982B;
}
.product-block .div-item-pars .div-item .content .site-column {
	color: #333;
}
.product-block .div-item-pars .div-item .text {
	margin-top: 10px;
	color: #777;
}

@media (min-width: 1200px) {
	.product-block .div-item-pars .div-item .boxsw,
	.product-block .div-item-pars .div-item .info-desc {
		height: 575px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.product-block .div-item-pars .div-item .boxsw,
	.product-block .div-item-pars .div-item .info-desc {
		height: 470px;
	}
}

@media (min-width: 993px) {
	.product-block {
		padding-bottom: 60px;
	}
	.product-block .div-item-pars .div-item {
		margin-top: 40px;
	}
	.product-block .div-item-pars .div-item .big-t {
		padding-left: 16px;
	}
	.product-block .div-item-pars .div-item .big-t::before {
	    width: 4px;
	    height: 24px;
	    margin-top: -12px;
	}
	.product-block .div-item-pars .div-item .img-box-w {
		display: none;
	}
	.product-block .div-item-pars .div-item .info-desc {
		/*position: absolute;
		top: 0;
		bottom: 0;
		z-index: 5;*/
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: relative;
		width: 33%;
		min-width: 400px;
		border: 1px solid #ccc;
	}
	.product-block .div-item-pars .div-item:nth-child(2n+1) .info-desc {
		/*left: 0;*/
		float: left;
	}
	.product-block .div-item-pars .div-item:nth-child(2n) .info-desc {
		/*right: 0;*/
		float: right;
	}
	.product-block .div-item-pars .div-item .content {
		flex: 1;
		/*margin: 20px;*/
		padding: 50px;
		position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 5;
	    overflow: auto;
	}
}
@media (max-width: 992px) {
	.product-block {
		padding-bottom: 40px;
	}
	.product-block .div-item-pars .div-item .boxsw {
		background-image: none !important;
	}
	.product-block .div-item-pars .div-item .site-column {
		font-size: 24px;
	}
	.product-block .div-item-pars .div-item .big-t {
		padding-left: 14px;
	}
	.product-block .div-item-pars .div-item .big-t::before {
	    width: 4px;
	    height: 18px;
	    margin-top: -9px;
	}
	.product-block .div-item-pars .div-item .info-desc {
		padding: 20px 0;
	}
}








/* 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;
}
