@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-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*/
	
}
/* 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;
}

/* 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: #1f2f40;
	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: #ef6b04;}
::selection{color: #fff;background-color: #ef6b04;}



/* ---------------------------------------------------------------------------------------
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;
	margin: 0;
	cursor: auto;
	color: #333;
	font-family: 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
}


a {
	color: #333;
	background: transparent;
	text-decoration: none;
	outline: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
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;
}

.float-fl {
	float: left;
}
.float-fr {
	float: right;
}
.display-show {
	display: block;
}
.display-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;
	width: 1200px;
	margin: 0 auto;
}
html, body, .container, .site-header, .site-section, .site-footer {
	min-width: 1200px;
}


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;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    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%;
}


.opacity-n-w {
    opacity: 1;
    filter: alpha(opacity=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;
}

/* ------------------------------------
* public
---------------------------------------*/
.site-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.site-column {
	display: block;
	position: relative;
	z-index: 3;
	margin: 0;
	line-height: 40px;
	font-size: 36px;
	font-weight: normal;
	color: #333;
    -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-bold {
	font-weight: bold;
}
.site-column-en {
	display: block;
	margin: 0;
	line-height: 18px;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-family: '苹方','Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	opacity: .5;
	filter: alpha(opacity=50);
}
.site-column-bar {
	position: relative;
	z-index: 2;
}
.site-column-line {
	width: 46px;
	height: 5px;
	margin: 0 auto;
	margin-top: 24px;
	background-color: #EF6B04;
}
.site-description-w {
	max-width: 970px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 2;
	text-align: center;
	font-size: 16px;
}

.pro-t-w-s {
	font-size: 16px;
}
.font-bold {
	font-weight: bold;
}
.color-white {
	color: #fff;
}
.color-blue {
	color: #4CA4FE;
}
.align-center {
	text-align: center;
}
.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%;
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    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 {
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.rows-list-w .img-box .thumb-scale {
	position: relative;
	z-index: 2;
}

.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: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 8;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(0,0,0,.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;
}
.rows-list-w .img-box .icon-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    margin-left: -20px;
    margin-top: -20px;
	width: 40px;
	height: 40px;
}

.three-list-c .item-three {
	display: inline-block;
}
.four-list-c .item-four {
	display: inline-block;
	margin-right: 10px;
}

.six-list-c .item-six {
	display: inline-block;
	width: 171px;
	margin-right: 34px;
}
.six-list-c .item-six:nth-child(6n) {
	margin-right: 0;
}


/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -65px;
	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: 65px;
	height: 65px;
	margin-top: -31px;
	font-size: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 65px;
	background-size: 65px;
}
.poptrox-popup .nav-previous {
	left: -115px;
	background-image: url(../images/prev.png);
}
.poptrox-popup .nav-next {
	right: -115px;
	background-image: url(../images/next.png);
}
.poptrox-popup {
	padding: 0!important;
}
.poptrox-popup .caption {
	display: none!important;
}


.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;
	opacity: .8;
	filter: alpha(opacity=80);
    -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 .bds_weixin {
    color: #02B234;
}
.share-wrapper .bdsharebuttonbox .bds_weixin:hover {
	color: #02B234;
}

/*pagination*/
.pagination-box {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.pagination-box a,
.pagination-box span {
    display: inline-block;
	margin-top: 5px;
    line-height: 32px;
    padding: 0 11px;
    margin-right: 8px;
	color: #78838f;
	border: 1px solid #B3B6B9;
    -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: #454E59;
}
.pagination-box .all {
	display: none;
}



.pagination-box .prev,
.pagination-box .next {
	width: 34px;
	height: 34px;
	font-size: 0;
	background-repeat: no-repeat;
	-webkit-background-size: 32px;
	background-size: 32px;
	background-position: center;
}
.pagination-box .prev {
	background-image: url(../images/page_prev.png);
}
.pagination-box .next {
	background-image: url(../images/page_next.png);
}
.pagination-box .prev:hover {
	background-image: url(../images/page_prev_h.png);
}
.pagination-box .next:hover {
	background-image: url(../images/page_next_h.png);
}


@media (max-width: 992px) {
	.pagination-box {
		margin-top: 25px;
	}
}
@media (max-width: 480px) {
	.pagination-box {
	    text-align: left;
    }
    .pagination-box a, .pagination-box span {
    	margin-right: 5px;
    }
}


#topCatid {
	display: none;
}


.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 {
	position: relative;
	z-index: 50;
	width: 100%;
}
.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: #ef6b04;
}

/* top */
.site-header .site-header-top {
	position: relative;
    z-index: 4;
    height: 40px;
    line-height: 40px;
	font-size: 12px;
	background-color: #EBECEE;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.site-header .site-header-top 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;
}
.site-header .site-header-top .float-fr {
	white-space: nowrap;
}
.site-header .site-header-top a:hover {
	color: #ef6b04;
}

/* bar */
.site-header .site-header-bar {
	position: relative;
    z-index: 4;
    padding-top: 15px;
    padding-bottom: 15px;
    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;
}
.site-header .site-logo img {
	display: block;
	height: 46px;
}
.site-header .site-logo #siteName {
	display: none;
}

.site-header .header-content {
	display: inline-block;
	float: right;
	margin-top: 8px;
	white-space: nowrap;
}

/* menu */
.site-header .menu {
    -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;
    padding: 0 20px;
}

.site-header .menu .menu-item:first-child {
	padding-left: 0;
}
.site-header .menu .menu-item:last-child {
	padding-right: 0;
}
.site-header .menu .menu-item a {
	display: block;
	font-size: 16px;
}
.site-header .menu .menu-item .top {
	line-height: 46px;
    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-item .top .arrow {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 11px;
	height: 7px;
	margin-top: -3px;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/btn_droplist_default.png);
	-webkit-background-size: 11px;
	background-size: 11px;
	background-repeat: no-repeat;
    -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 {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 6;
	width: 100%;
	min-width: 150px;
	padding-top: 20px;
	-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-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
.site-header .menu .menu-sub li {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.site-header .menu .menu-sub li:last-child {
	border-color: transparent;
}
.site-header .menu .menu-sub li a {
	display: block;
	padding: 13px 0;
	text-align: center;
	line-height: 24px;
	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;
}
.site-header .menu .menu-item:hover .top,
.site-header .menu .menu-item.active .top,
.site-header .menu .menu-sub li a:hover {
	color: #ef6b04;
}
.site-header .menu .menu-item:hover .top .arrow,
.site-header .menu .menu-item.active .top .arrow,
.site-header .menu .menu-sub li a:hover .arrow {
	background-image: url(../images/icon_droplist.png);
}

.site-header .menu .menu-item:hover .menu-sub {
	display: block;
}

/* header fixed height */
.headerH {
	font-size: 0;
}


/* ------------------------------------
* footer
---------------------------------------*/
.site-footer {
	display: block;
	position: relative;
	z-index: 8;
    width: 100%;
	color: #999;
}
.site-footer .footer-wpr {
    width: 100%;
}
.site-footer a {
	color: #999;
    -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 .footer-box .top {
	font-size: 14px;
	font-weight: bold;
}
.site-footer .footer-box .top:after {
	content: '';
	display: block;
	margin-top: 14px;
	width: 16px;
	height: 1px;
	background-color: #999;
}
.site-footer a:hover,
.site-footer .footer-box .top:hover {
	color: #fff;
}

/*box*/
.site-footer .footer-box {
	position: relative;
	z-index: 5;
	padding-top: 30px;
	padding-bottom: 55px;
	background-color: #333;
}

.site-footer .footer-box .menu {
	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-footer .footer-box .menu-sub {
	padding-top: 10px;
}
.site-footer .footer-box .rows {
	margin-top: 12px;
}
.site-footer .footer-box .rows li {
	margin-top: 10px;
}
.site-footer .footer-box .rows li:first-child {
	margin-top: 0;
}

/*contact*/
.site-footer .footer-box .contact {}
.site-footer .footer-box .contact .words {
	padding-left: 28px;
	background-repeat: no-repeat;
	-webkit-background-size: 21px 15px;
	background-size: 21px 15px;
	background-position: left center;
}
.site-footer .footer-box .contact .num {
	margin-top: 2px;
}
.site-footer .footer-box .contact .tel .words {
	background-image: url(../images/icon-tel.png);
}
.site-footer .footer-box .contact .tel .num {
	font-size: 20px;
	font-family: 'Arial', 'Microsoft Yahei','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
}

.site-footer .footer-box .contact .email .words {
	background-image: url(../images/icon-email.png);
}

/*follow*/
.site-footer .footer-box .follow {
	width: 200px;
	font-size: 0;
	text-align: center;
}
.site-footer .footer-box .follow .top .iconfont {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	background-color: #444;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.site-footer .footer-box .follow .top:after {
	display: none;
}
.site-footer .footer-box .follow .t-item {
	display: inline-block;
	margin-right: 8px;
}
.site-footer .footer-box .follow .t-item:last-child {
	margin-bottom: 0;
}
.site-footer .footer-box .follow .top {
	display: inline-block;
	margin-top: 140px;
}

.site-footer .footer-box .follow .contactimg {
	display: none;
	position: absolute;
    top: 5px;
    right: 40px;
    z-index: 9;
    width: 120px;
    height: 120px;
	font-size: 14px;
}
.site-footer .footer-box .follow .contactimg img {
	display: block;
	width: 120px;
    height: 120px;
}
.site-footer .footer-box .follow .t-item.active .iconfont,
.site-footer .footer-box .follow .t-item:hover .iconfont {
	color: #999;
	background-color: #fff;
}
.site-footer .footer-box .follow .t-item.active .contactimg,
.site-footer .footer-box .follow .t-item:hover .contactimg {
	display: block;
}

/*copyright*/
.site-footer .footer-copyright {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 22px;
	background-color: #222;
}


/*backtop*/
.site-footer #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    cursor: default;
    background-color: #EF6B04;
    -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:hover {
	color: #fff;
	background-color: #e8802f;
}

.pagelist {
	margin-top: 40px;
	font-size: 0;
	text-align: center;
}
.pagelist .all {
	display: none;
}
.pagelist a,
.pagelist span {
	display: inline-block;
	padding: 13px 19px;
	margin: 0 5px;
	line-height: 24px;
	font-size: 18px;
	color: #666;
	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;
}
.pagelist .prev,
.pagelist .next {
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 0;
    background-repeat: no-repeat;
    -webkit-background-size: 11px 8px;
    background-size: 11px 8px;
    background-position: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.pagelist .prev {
    background-image: url(../images/icon_expand_down.png);
}
.pagelist .next {
    background-image: url(../images/icon_expand_up.png);
}
.pagelist a:hover,
.pagelist span {
	color: #fff;
	background-color: #F07817;
}
.pagelist .prev:hover {
    background-image: url(../images/icon_expand_down_white.png);
}
.pagelist .next:hover {
    background-image: url(../images/icon_expand_up_white.png);
}



/*tabs-w*/
.tabs-w-left,
.tabs-w-right {
	display: inline-block;
	text-align: center;
	color: #fff;
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
	outline: none;
	z-index: 8;
    -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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

.tabs-w-page {
	width: 100%;
	height: 14px;
}
.tabs-w-page .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}
.tabs-w-page .swiper-pagination-bullet-active {
	background-color: #EF6B04;
}


.site-banner {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.site-banner .gallery img {
	display: block;
	width: 100%;
}
.site-banner .gallery {
	display: block;
	position: relative;
	z-index: 2;
}
.cover-bg {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}



/* ---------------------------------
* home
------------------------------------*/

/*--------------
* banner
----------------*/
.home-banner .tabs-w-all {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.home-banner .tabs-w-all .container {
	height: 100%;
}
.home-banner .tabs-w-left,
.home-banner .tabs-w-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	line-height: 40px;
}
.home-banner .tabs-w-left {
	left: -76px;
}
.home-banner .tabs-w-right {
	right: -76px;
}
.home-banner:hover .tabs-w-left,
.home-banner:hover .tabs-w-right {
    -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;
}
.home-banner .tabs-w-left, .home-banner .tabs-w-right {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.home-banner .tabs-w-left:hover,
.home-banner .tabs-w-right:hover {
    color: #EF6B04;
}
.home-banner .tabs-w-page {
	position: absolute;
	left: 0;
	bottom: 36px;
	right: 0;
	z-index: 14;
	text-align: center;
}

@media (max-width: 1350px) {
	.home-banner .tabs-w-left {
		left: 20px;
	}
	.home-banner .tabs-w-right {
		right: 20px;
	}
}


/*--------------
* application
----------------*/
.home-application {
	padding-top: 40px;
	padding-bottom: 50px;
}
.home-application .six-list-c {
	margin-top: 45px;
}
.home-application .six-list-c .item-six .link img {
	display: block;
	width: 100%;
	height: 149px;
}
.home-application .six-list-c .item-six .link:hover img {
    -webkit-animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
    animation: MOVE 1s cubic-bezier(0.47, 0, 0.745, 0.715) alternate infinite;
}



/*--------------
* product
----------------*/
.home-product {}
.home-product .four-list-c {
	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;;
	margin-top: 45px;
}
.home-product .four-list-c .item-four {
	border-top: none;
	border: 1px solid #eee;
}

.home-product .four-list-c .top,
.home-product .four-list-c .sub-nav {
	padding: 0 10px;
}

.home-product .four-list-c .dot {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	background-color: #EF6B04;
}
.home-product .four-list-c .top {
	display: block;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	background-color: #EF6B04;
}
.home-product .four-list-c .top .dot {
	margin-left: 2px;
	background-color: #fff;
}
.home-product .four-list-c .item-w240 {
	width: 240px;
}
.home-product .four-list-c .item-w340 {
	width: 340px;
}
.home-product .four-list-c .sub-nav {
	border-top: 1px solid #eee;
	padding-bottom: 12px;
}
.home-product .four-list-c .sub-nav 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;
}
.home-product .four-list-c .sub-nav .item-sub {
	margin-top: 12px;
}
.home-product .four-list-c .item-w340 .sub-nav .item-sub {
	display: inline-block;
	width: 48%;
}
.home-product .four-list-c .sub-nav a:hover {
	color: #EF6B00;
}

.home-product .three-list-c {
	margin-top: 10px;
}
.home-product .three-list-c .item-three {
	width: 390px;
	margin-right: 10px;
}
.home-product .three-list-c .content-w {
	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;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 230px;
	background-color: #131C37;
    -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;
}
.home-product .three-list-c .content-w .box-s {
}
.home-product .three-list-c .title {
	line-height: 24px;
	font-size: 18px;
	color: #fff;
}
.home-product .three-list-c .more {
	width: 50px;
	height: 20px;
	margin: 0 auto;
	margin-top: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #EF6B00;
	-webkit-border-radius: 9.5px;
	-moz-border-radius: 9.5px;
	-ms-border-radius: 9.5px;
	-o-border-radius: 9.5px;
	border-radius: 9.5px;
    -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;
}
.home-product .three-list-c .img-box {}
.home-product .three-list-c .img-box img {
	width: 160px;
	height: 160px;
}
.home-product .three-list-c .link:hover .content-w {
	background-color: #EF6B04;
}
.home-product .three-list-c .link:hover .more {
	color: #333;
	background-color: #fff;
}



/*--------------
* news
----------------*/
.home-news {
	padding-top: 40px;
	padding-bottom: 50px;
}
.home-news .three-list-c {
	margin-top: 30px;
}
.home-news .three-list-c .item-three {
	width: 365px;
	margin-right: 52px;
}
.home-news .three-list-c .item-three:last-child {
	margin-right: 0;
}
.home-news .three-list-c .item-three .img-box {}
.home-news .three-list-c .item-three .img-box .thumb-scale img {
	width: 365px;
	height: 140px;
}
.home-news .three-list-c .item-three .views-w {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	min-width: 50px;
	color: #fff;
}
.home-news .three-list-c .item-three .views-w .date {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
}
.home-news .three-list-c .item-three .views-w .date .num {
	line-height: 30px;
	font-size: 24px;
}
.home-news .three-list-c .item-three .views-w .date .words {
	font-size: 14px;
}
.home-news .three-list-c .item-three .views-w .hot {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	background-color: #131416;
}
.home-news .three-list-c .item-three .views-w .hot .num {
	padding-left: 10px;
	background-repeat: no-repeat;
	-webkit-background-size: 13px 11px;
	background-size: 13px 11px;
	background-position: left center;
	background-image: url(../images/icon-hot.png);
}
.home-news .three-list-c .item-three .info {
	padding-top: 20px;
}
.home-news .three-list-c .item-three .info .title {
	font-weight: bold;
    -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;
}
.home-news .three-list-c .item-three .info .desc {
	margin-top: 12px;
	line-height: 2;
	font-size: 12px;
	color: #666;
}



.home-news .three-list-c .item-three .link:hover .icon-video {
	opacity: 1;
	filter: alpha(opacity=100);
}
.home-news .three-list-c .item-three .link:hover .title {
	color: #ef6b04;
}





/* ---------------------------------
* inner
------------------------------------*/

.inner-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F2F2F2;
	overflow: hidden;
}
.inner-top-column {
	margin: 0;
	line-height: 45px;
	font-size: 34px;
	text-align: center;
}
.inner-container {
	padding-top: 50px;
}


.all-words-font24 {
	font-size: 24px;
}

.all-words-date {
	font-size: 12px;
	color: #999;
}



/*inner nav*/
.left-wrapper {
	position: relative;
	width: 254px;
	float: left;
	line-height: 24px;
}
.nav-wrapper {
	width: 100%;
	background-color: #fff;
}
.nav-wrapper .current-col {
	position: relative;
	margin: 0;
	font-weight: bold;
}
.nav-wrapper .current-col,
.nav-wrapper .navinf .one-sub .one-item a {
	display: block;
	position: relative;
	padding: 19px 0;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 16px;
}
.nav-wrapper .current-col:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #F07817;
}
.nav-wrapper .navinf .rows {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.nav-wrapper .navinf .one-sub .one-item {
	display: block;
	list-style: none;
	font-size: 14px;
	border-top: 1px solid #F2F2F2;
}
.nav-wrapper .navinf .one-sub .one-item 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;
}
.nav-wrapper .navinf .one-sub .one-item a span {
	position: relative;
	z-index: 2;
}
.nav-wrapper .navinf .one-sub .one-item a:hover,
.nav-wrapper .navinf .one-sub .active a {
	color: #F07817;
}

/*nav product*/
.left-wrp-product .nav-wrapper .navinf .one-item .two-sub {
	display: none;
}
.nav-wrapper .navinf .one-sub .one-item .words {
	position: relative;
}
.nav-wrapper .navinf .one-sub .one-item .words a {
	padding-right: 50px;
}
.left-wrp-product .nav-wrapper .navinf .one-sub .arrow {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	width: 40px;
	background-repeat: no-repeat;
	-webkit-background-size: 11px 8px;
	background-size: 11px 8px;
	background-position: right 20px center;
	background-image: url(../images/icon_expand_down.png);
}
.left-wrp-product .nav-wrapper .navinf .two-sub .two-item a {
	padding-left: 35px;
	font-size: 14px;
}

.left-wrp-product .nav-wrapper .navinf .one-item .three-sub {
	display: none;
}
.left-wrp-product .nav-wrapper .navinf .one-item.current .two-sub,
.left-wrp-product .nav-wrapper .navinf .one-item .two-sub .two-item.currentShow .three-sub {
	display: block;
}
.left-wrp-product .nav-wrapper .navinf .two-sub .three-item a {
	padding-left: 50px;
}

.left-wrp-product .nav-wrapper .navinf .one-item.current a {}
.left-wrp-product .nav-wrapper .navinf .one-item.current>.words>.arrow,
.left-wrp-product .nav-wrapper .navinf .one-item .two-sub .two-item.currentShow>.words>.arrow {
	background-image: url(../images/icon_expand_up.png);
}


.left-wrp-product .nav-wrapper .navinf .one-item .color {
	color: #F07817;
}

.left-wrapper .phone-wrapper {
	width: 100%;
	margin-top: 20px;
	padding: 19px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background-color: #F07817;
}
.left-wrapper .phone-wrapper span {
	position: relative;
	padding-left: 24px;
}
.left-wrapper .phone-wrapper span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
	background-position: left center;
	background-image: url(../images/icon_phone.png);
}
.right-wrapper {
	width: 926px;
	float: right;
}
.right-wrapper .content-w {
	background-color: #fff;
}
.paddingAll32 {
	padding: 32px;
}
.paddingLeft32 {
	padding-left: 32px;
}
.paddingRight32 {
	padding-right: 32px;
}
.paddingTop32 {
	padding-top: 32px;
}
.paddingBottom32 {
	padding-bottom: 32px;
}

/*news*/
.news-list-w .item {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #F2F2F2;
}
.news-list-w .item-nw {
	display: none;
}
.news-list-w .item-nw .img-box {
	overflow: hidden;
}
.news-list-w .item-nw .img-box img {
	width: 240px;
	height: 180px;
}
.news-list-w .item-nw .desc {
	margin-top: 15px;
	color: #666;
}
.news-list-w .item.more-wpr {
	font-size: 16px;
	color: #3D7AF9;
	text-align: center;
	cursor: pointer;
	border-bottom: none;
}


/*--------------
* news
----------------*/
.news-wrapper .news-list-w .item-nw .info-w {
	width: 596px;
}


/*--------------
* product
----------------*/
.product-wrapper {}
.product-wrapper .product-list-w {}
.product-wrapper .product-list-w .item-nw {
	display: inline-block;
	width: 33.33%;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}
.product-wrapper .product-list-w .item-nw .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;
}
.product-wrapper .product-list-w .item-nw:nth-child(3n) {
	border-right: none;
}
.product-wrapper .product-list-w .item-nw .img-box {
	overflow: hidden;
}
.product-wrapper .product-list-w .item-nw .img-box img {
	width: 310px;
	height: 230px;
}
.product-wrapper .product-list-w .item-nw .info-w {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.product-wrapper .product-list-w .item-nw .info-w .title {
	height: 44px;
	line-height: 22px;
	font-size: 16px;
	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;
}


.product-wrapper .product-list-w .item-nw .link:hover .title {
	color: #F07817;
}
.product-wrapper .product-list-w .item-nw .link:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}


/*--------------
* productDetail
----------------*/
.productDetail-wrapper .content-w {
	padding-bottom: 200px;
}
.productDetail-wrapper .img-box {
	width: 423px;
}
.productDetail-wrapper .right-box {
	width: 410px;
}
.productDetail-wrapper .content-prodet {
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px solid #F2F2F2;
}
.productDetail-wrapper .content-prodet {}







/*--------------
* detail
----------------*/
.detail-content {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #666;
}

.detail-control {
	padding: 28px 0;
	font-size: 0;
	border-top: 1px solid #F2F2F2;
}
.detail-control .tabs {
	display: inline-block;
	width: 46%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-control .link {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	color: #3D7AF9;
}
.detail-control .next {
	float: right;
	text-align: right;
}




/*--------------
* recruitment
----------------*/
.application-wrapper .rows-list-w .link .all-words-font24 {
    -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-wrapper .rows-list-w .link:hover .all-words-font24 {
	color: #F07817;
}



/*--------------
* download
----------------*/
.download-wrapper {}
.download-wrapper .info-box {
	width: 80%;
}
.download-btn {
	width: 104px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #F07817;
}
.download-btn a {
	display: block;
	color: #fff;
}




/*--------------
* recruitment
----------------*/
.recruitment-wrapper .info-w {
	position: relative;
}
.recruitment-wrapper .info-w .title-w {
	position: relative;
	z-index: 3;
	padding-right: 40px;
}
.recruitment-wrapper .info-w .btn-tabs {
	position: absolute;
    right: 0;
    top: 50%;
    z-index: 5;
    margin-top: -20px;
	width: 40px;
	height: 40px;
}
.recruitment-wrapper .info-w .btn-tabs .old {
	display: block;
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
	width: 20px;
	height: 2px;
	background-color: #666;
}
.recruitment-wrapper .news-list-w .item-nw .btn-tabs .old:after {
	content: '';
	display: block;
    position: absolute;
    top: -9px;
    left: 9px;
    z-index: 5;
	width: 2px;
	height: 20px;
	background-color: #666;

}
.recruitment-wrapper .news-list-w .item-nw .desc {
	display: none;
}


.recruitment-wrapper .news-list-w .item-nw.active .desc {
	display: block;
}
.recruitment-wrapper .news-list-w .item-nw.active .btn-tabs .old:after {
	display: none;
}


/*--------------
* contact
----------------*/
.contact-wrapper .contact-list {
	padding-top: 12px;
	font-size: 0;
}
.contact-wrapper .contact-list .item-c {
	display: inline-block;
	font-size: 16px;
	color: #151515;
}
.contact-wrapper .contact-list .item-c a {
	color: #151515;
}
.contact-wrapper .contact-list .title {
	color: #999;
}
.contact-wrapper .contact-list .item-c .info {
	margin-top: 35px;
}
.contact-wrapper .contact-list .item1 {
	width: 270px;
}
.contact-wrapper .contact-list .item2 {
	width: 310px;
}
.contact-wrapper .contact-list .item3 {
	width: 280px;
}

.contact-wrapper .contact-tips {
	margin-top: 70px;
	font-size: 16px;
}


.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; }



/*form*/
.form-wrapper .item {
	position: relative;
	margin-top: 20px;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
	color: #78838f;
	outline: none;
	border: 1px solid #D8DBDE;
} 
.form-wrapper input {
	height: 42px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.form-wrapper textarea {
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
	resize: none;
}
.form-wrapper select {}
.form-wrapper input[type="checkbox"],
.form-wrapper input[type="radio"] {
	margin-right: 8px;
}

.form-wrapper input.error,
.form-wrapper textarea.error {
	border-color: #E60013;
}


.form-wrapper label.error,
.form-wrapper div.error {
	display: block;
    position: absolute;
    right: 15px;
    top: 10px;
	font-size: 14px;
    color: #E60013;
}

.my-map, #mapContainer {
	height: 560px;
}


/* 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;
}
