﻿@charset "utf-8";

@import url("/content/web/css/global.min.css");
@import url("/content/web/css/iconfont.css");

.service-map-i .map-boxs {
	display: none !important;
}
/**
* 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: #3b3b3d;
	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: #3b3b3d;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}


::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #9fa4a6;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #9fa4a6;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #9fa4a6;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #9fa4a6;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #ff5300;}
::selection{color: #fff;background-color: #ff5300;}


.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(/content/web/images/close.png) center no-repeat transparent;
    }
    #content-3d iframe,
    #content-3d video {
        display: block;
        max-width: 100%;
		width: 100%;
        max-height: 80vh;
    }
    .content-isHidden {
        overflow: hidden;
    }
    @media (max-width: 767px) {
        #content-3d .closer {
            right: -30px;
            width: 28px;
            height: 28px;
        }
    }
/* -------------------------------
Globals
----------------------------------*/

	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	* {
		word-break:break-word;
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	body {
		position: relative;
		cursor: auto;
		color: #3b3b3d;
		font-family: 'Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
		font-size: 14px;
		line-height: 1.6;
	}
	body,html {
		background-color: #F2F2F2;
	}
	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: 0;
	} */

	.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 
	opacityn {
		0% {
		opacity: 0;
		filter: alpha(opacity=0);
		}
		100% {
		opacity: 1;
		filter: alpha(opacity=100);
		}
	}
	 @-webkit-keyframes 
	opacityn {
		0% {
		opacity: 0;
		filter: alpha(opacity=0);
		}
		100% {
		opacity: 1;
		filter: alpha(opacity=100);
		}
	}


	@keyframes 
	JUMP {
		0% {
		bottom: 75px;
		}
		50% {
		bottom: 95px;
		}
		80% {
		bottom: 85px;
		}
		100% {
		bottom: 75px;
		}
	}
	 @-webkit-keyframes 
	JUMP {
		0% {
		bottom: 75px;
		}
		50% {
		bottom: 95px;
		}
		80% {
		bottom: 85px;
		}
		100% {
		bottom: 75px;
		}
	}

	@-webkit-keyframes MOVE {
	  0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0); }
	  100% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px); } }

	@keyframes MOVE {
	  0% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0); }
	  100% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px); } }

	@-webkit-keyframes loading {
	    from {
	        -webkit-transform: rotate(0deg);
	    }
	    to {
	        -webkit-transform: rotate(360deg);
	    }
	}

	@keyframes loading {
	    from {
	        -webkit-transform: rotate(0deg);
	    }
	    to {
	        -webkit-transform: rotate(360deg);
	    }
	}
	.opacity-n {
	    -webkit-animation: opacityn 0.3s linear;
	    animation: opacityn 0.3s linear;
	}

	#loading {
		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 #C02629;
	    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;
		z-index: 8;
		max-width: 2000px;
		margin: 0 auto;
	}

	@media (min-width: 993px) {
		.container {
			width: 1200px;
			padding-left: 5px;
			padding-right: 5px;
		}
	}
	@media (max-width: 992px) {
		.container {
			padding: 0;
			margin-left: 20px;
			margin-right: 20px;
		}
	}


/* ---------------------------------
* poptrox
------------------------------------*/
	.poptrox-popup {
		overflow: visible!important;
		background: transparent!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 {
		display: none!important;
		width: 40px;
		height: 40px;
		margin-top: -20px;
		font-size: 0;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: 40px;
		background-size: 40px;
	}
	.poptrox-popup .nav-previous {
		left: -50px;
		background-image: url(/content/web/images/icon/icon_left.png);
	}
	.poptrox-popup .nav-next {
		right: -50px;
		background-image: url(/content/web/images/icon/icon_next.png);
	}
	.poptrox-popup {
		padding: 0!important;
	}
	.poptrox-popup .caption {
		display: none!important;
	}

	.poptrox-popup .closer {
		margin-right: -25px;
		font-size: 0;
		right: -20px !important;
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
		/*background: url(/content/web/images/close.png) center no-repeat!important;*/
	}


/* ---------------------------------
* share
------------------------------------*/

	.share-wrapper {
		display: inline-block;
		position: relative;
	}

	.share-wrapper .sh-w {
		line-height: 22px;
		cursor: pointer;
	}
	.share-wrapper .sh-w {
		font-size: 14px;
	}
	.share-wrapper .iconfont {
		font-size: 20px;
	}

	.share-wrapper .bdsharebuttonbox {
		display: inline-block;
	    z-index: 4;
	    text-align: center;
	}
	.share-wrapper .bdsharebuttonbox .bds_more {
		display: none;
	}
	.share-wrapper .bdsharebuttonbox a {
	    display: inline-block;
	    vertical-align: middle;
	    position: relative;
	    z-index: 5;
	    float: none;
	    margin: 0 auto;
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	    padding: 0;
		color: #fff;
		opacity: 1;
	    -webkit-background-size: 16px;
	    background-size: 16px;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: none;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.share-wrapper .bdsharebuttonbox .iconfont {
	    position: relative;
	    z-index: -3;
	}
	.share-wrapper .bdsharebuttonbox .bds_weixin {
		color: #00C800;
	}
	.share-wrapper .bdsharebuttonbox .bds_tsina {
		color: #FF0000;
	}
	.share-wrapper .bdsharebuttonbox .bds_qzone {
		color: #FFC028;
	}

	.share-wrapper .bdsharebuttonbox .conts {
	    display: inline-block;
    	position: relative;
    	margin-left: 14px;
	}
	.share-wrapper .bdsharebuttonbox .conts .imgs {
		display: none;
	    position: absolute;
	    bottom: 100%;
	    left: 50%;
	    z-index: 8;
	    width: 80px;
	    margin-left: -20px;
	    padding-bottom: 5px;
	}
	.share-wrapper .bdsharebuttonbox .conts .imgs img {
		display: block;
		width: 100%;
	}
	@media (min-width: 993px) {
		.share-wrapper .bdsharebuttonbox .conts:hover .imgs {
			display: block;
		}
	}
	.share-wrapper .bdsharebuttonbox .conts:hover .iconfont {
		opacity: .8;
	}


/* ---------------------------------
* pagination
------------------------------------*/
	.pagination-box {
		margin-top: 30px;
		font-size: 0;
	}
	.pagination-box a:first-child {
		margin-left: 0;
	}
	.pagination-box a,
	.pagination-box span {
	    display: inline-block;
	    margin-left: 5px;
	    margin-right: 5px;
	    margin-top: 5px;
		padding: 0 10px;
	    line-height: 40px;
	    font-weight: bold;
		font-size: 14px;
		background-color: #E6EAEB;
	    -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 .all {
		display: none;
	}
	.pagination-box a:hover,
	.pagination-box span {
		color: #fff;
		background-color: #FE0000;
	}

	@media (max-width: 767px) {}


.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;
}


@media (min-width: 993px) {
	.site-section, .site-footer {
		min-width: 1200px;
	}
}

.promotion {
    vertical-align: bottom;
	display: inline-block;
	width: 29px;
	height: 25px;
	margin-left: 8px;
	background-repeat: no-repeat;
	-webkit-background-size: 29px;
	background-size: 29px;
}
.promotion.plus {
	background-image: url(/content/web/images/icon/icon_plus.png);
}
.promotion.less {
	background-image: url(/content/web/images/icon/icon_less.png);
}
.site-footer .right-info .percentage,
.investor-infos .investor-list .items-zong .percentage {
	display: inline-block;
	line-height: 40px;
	font-size: 46px;
	color: #f00;
	font-weight: bold;
    letter-spacing: -2px;
    white-space: nowrap;
    font-family: 'TwCenMt CondensedExtraBold','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans';
}
.site-footer .right-info .percentage.less,
.investor-infos .investor-list .items-zong .percentage.less {
	color: #00a352;
}

@media (max-width: 640px) {
	.site-footer .right-info .percentage,
	.investor-infos .investor-list .items-zong .percentage {
		font-size: 30px;
	}
	.promotion {
		-webkit-background-size: 18px;
		background-size: 18px;
	}
}

/* ---------------------------------
* header
------------------------------------*/
	.hamburger {
		display: none;
	    position: absolute;
	    right: 20px;
		top: 8px;
		z-index: 20;
		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: #ff5300;
	    -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);
	}

	.site-header {
		position: relative;
		z-index: 3;
		width: 100%;
		background-color: #fff;
		/*opacity: 0;*/
		/*filter: alpha(opacity=0);*/
	}
	.site-header.inner-header {
	}
	.site-header.inner-header.active {
		opacity: 1;
		filter: alpha(opacity=100);
	    -webkit-transition: all .1s ease-out;
	    -moz-transition: all .1s ease-out;
	    -ms-transition: all .1s ease-out;
	    -o-transition: all .1s ease-out;
	    transition: all .1s ease-out;
	}
	.site-header .container {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.site-header.box-shadow {
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
		box-shadow: 0 2px 5px rgba(0,0,0,.1);
	}
	.site-header #siteName {
		display: none;
	}

	.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;
		padding-top: 18px;
		position: relative;
		z-index: 10;
	}
	.site-header .site-logo a {
		display: block;
	}
	.site-header .site-logo img {
		display: block;
		height: 40px;
	}

	/* menu */
	.site-header .header-content {
		display: inline-block;
		padding-right: 180px;
		/*padding-right: 120px;*/
		text-align: center;
		font-size: 0;
		white-space: nowrap;
	    -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;
		margin: 0 10px;
	}

	.site-header .menu .menu-item a {
		display: block;
		font-size: 14px;
	}
	.site-header .menu .menu-item .top {
		position: relative;
	    padding: 0 8px;
		line-height: 88px;
		color: #3b3b3d;
	    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:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 2px;
		width: 0;
		background-color: transparent;
		--webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 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;
	}

	/*color*/
	.site-header .menu .menu-item:hover .top,
	.site-header .menu .menu-item.active .top {
		color: #ff5300;
	}
	.site-header .menu .menu-item:hover .top:after,
	.site-header .menu .menu-item.active .top:after {
		width: 100%;
		background-color: #ff5300;
	}
	
	/* 2 */
	.site-header .menu .sub-divs {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 10;
		padding: 10px 0;
		background-color: rgba(45,45,45,.71);
	}
	.site-header .menu .menu-sub {
		display: none;
		font-size: 0;
		text-align: center;
	}
	.site-header .menu .sub-divs .menu-sub {
		display: block;
	}
	.site-header .menu .menu-sub li {
		display: inline-block;
		margin: 0 16px;
	}
	.site-header .menu .menu-sub li a {
		display: block;
		padding: 4px 0;
		line-height: 24px;
		font-size: 14px;
		color: #e5e5e5;
		text-align: center;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.site-header .menu .menu-sub li a:hover,
	.site-header .menu .menu-sub li.active a {
		color: #fff;
		font-weight: bold;
	}
	.site-header .menu .menu--about .menu-sub {}
	.site-header .menu .menu--news .menu-sub {}
	.site-header .menu .menu--product .menu-sub {}
	.site-header .menu .menu--project .menu-sub {}
	.site-header .menu .menu--investor .menu-sub {}
	.site-header .menu .menu--social .menu-sub {}
	.site-header .menu .menu--service .menu-sub {}
	.site-header .menu .menu--contact .menu-sub {}


	.site-header .infos {
		position: absolute;
		right: 40px;
		top: 0;
		height: 84px;
		line-height: 84px;
	}
	.site-header .infos .weixin-box,
	.site-header .infos .search-box,
	.site-header .infos .lang-box {
		display: inline-block;
		position: relative;
	}
	.site-header .infos .sub-box {
		display: none;
	    position: absolute;
	    top: 100%;
	    right: 50%;
	    z-index: 5;
	    padding: 6px;
	    line-height: 24px;
	    background: #fff;
	    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	    box-shadow: 0 2px 8px rgba(0,0,0,.2);
	}
	.site-header .infos .weixin-box {
		padding-left: 10px;
		padding-right: 10px;
		color: #00AD19;
	}
	.site-header .infos .weixin-box .iconfont {
		font-size: 24px;
	}
	.site-header .infos .weixin-box .sub-box {
	    margin-right: -65px;
	    width: 130px;
	}
	.site-header .infos .weixin-box img {
		display: block;
		width: 100%;
	}
	.site-header .infos .search-box .iconfont {
		font-size: 22px;
		font-weight: bold;
		color: #3A3A3D;
	}
	.site-header .infos .search-box {
		padding-left: 10px;
		padding-right: 20px;
	}
	.site-header .infos .search-box .sub-box {
	    margin-right: 0;
	    width: 240px;
	    /*background: rgba(17,17,17,.61);*/
	    background: rgba(255,255,255, .82);
	}
	.site-header .infos .search-box input {
		height: 30px;
	}
	.site-header .infos .search-box input.input-val {
		width: 100%;
		padding-left: 8px;
		padding-right: 35px;
		/*border: 1px solid rgba(255,83,0,.6);*/
		background-color: #fff;
	}
	.site-header .infos .search-box input.input-sub {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 30px;
    	color: #fff;
		text-align: center;
	    font-family: iconfont;
	    font-size: 18px;
	    font-style: normal;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    vertical-align: -1px;
	    -webkit-text-stroke-width: 0!important;
	    background: #ff5300;
	}

	.site-header .infos .lang-box .line {
		margin-left: 5px;
		margin-right: 5px;
		color: #BDBDBD;
	}
	.site-header .infos .lang-box a {
		color: #3a3a3d;
	}
	.site-header .infos .lang-box a:hover,
	.site-header .infos .lang-box a.active {
		color: #ff5300;
	}
	
	.site-header .menu .menu-item {
		position: relative;
	}
	.site-header .menu .sub-divs::after {
		content: '';
		position: absolute;
		left: 25px;
		top: 0;
		width: 11px;
		height: 10px;
		background: url(/content/web/images/icon/arrow.png) center bottom no-repeat;
	}
	.site-header .menu .sub-divs {
		background-color: transparent;
	}
	.site-header .menu .menu-sub {
		padding: 22px;
		padding-left: 0;
		text-align: left;
		white-space: normal;
		background-color: rgba(255,255,255, .82);
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.14);
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,.14);
		box-shadow: 0 2px 8px rgba(0,0,0,.14);
	}
	.site-header .menu .menu-sub li {
		margin: 0;
		padding-left: 22px;
	}
	.site-header .menu .menu-sub li a {
		color: #77777a;
		text-align: left;
	}
	.site-header .menu .menu-item:hover .top, .site-header .menu .menu-item.active .top {
		color: #fff;
		background-color: #ff5300;
	}
	.site-header .menu .menu-sub li a:hover, .site-header .menu .menu-sub li.active a {
		color: #ff5300;
		font-weight: bold;
	    /*text-shadow: 0 5px 8px rgba(45,45,45, .4);*/
	}
	.site-header .menu .sub-divs.sub--one {
		width: 350px;
	    white-space: nowrap;
	}
	.site-header .menu .sub-divs.sub--two {
		width: 244px;
	}
	.site-header .menu .sub-divs.sub--two .menu-sub li {
		width: 50%;
	}
	.cnBodys .site-header .menu .menu--product .sub-divs.sub--three {
    width: 390px;
	}
	.enBodys .site-header .menu .menu--product .sub-divs {
		width: 230px;
	}
	.enBodys .site-header .menu .menu--social .menu-sub {
		padding-right: 0;
	}
	.site-header .menu .sub-divs.sub--three {
		width: 310px;
	}
	.site-header .menu .sub-divs.sub--three .menu-sub li {
		width: 33.33%;
	}
	.site-header .menu .sub-divs.sub--four {
		width: 450px;
	}
	.site-header .menu .sub-divs.sub--four .menu-sub li {
		width: 25%;
	}

	.site-header .menu .sub-divs.sub--two.sub--one .menu-sub li,
	.site-header .menu .sub-divs.sub--three.sub--one .menu-sub li {
		width: auto;
	}
	.site-header .menu .menu--social .sub-divs.sub--two.sub--one {
		width: 210px;
	}
	.site-header .menu .menu--service .sub-divs.sub--two.sub--one {
		width: 184px;
	}
	.site-header .menu .menu--investor .sub-divs.sub--three.sub--one {
		width: 294px;
	}

	.site-header .menu .menu-item {
		margin: 0 5px;
	}
	@media (min-width: 1281px) {
	    .site-header .header-content 
	    {
	        padding-right: 200px;
	    }
	}
	@media (min-width: 1367px) {
		.site-header .infos .search-box .sub-box {
			margin-right: -120px;
		}
	}

	@media (max-width: 1366px) {
		.site-header .menu .menu-item {
			margin: 0;
		}
	}
	@media (max-width: 1366px) and (min-width: 1281px) {
		.site-header .container {
			padding-left: 20px;
			padding-right: 20px;
		}
		/* .site-header .menu .menu-item {
			margin: 0 6px;
		} */
		.site-header .infos {
			right: 20px;
		}
		.site-header .infos .search-box .sub-box {
			margin-right: -100px;
		}
	}
	@media (max-width: 1280px) and (min-width: 993px) {
		.site-header .infos .search-box .sub-box {
			margin-right: -80px;
		}
	}
	@media (max-width: 1280px) {
		.site-header .container {
			padding-left: 10px;
			padding-right: 10px;
		}
		.site-header .header-content {
			padding-right: 180px;
			/*padding-right: 100px;*/
		}
		/* .site-header .menu .menu-item {
			margin: 0 4px;
		} */
		.site-header .infos {
			right: 10px;
		}
		.site-header .infos .weixin-box {
			padding-right: 5px;
		}
		.site-header .infos .search-box {
			padding-right: 10px;
			padding-left: 5px;
		}
	}
	@media (min-width: 1200px) {
		.site-header .menu .menu-home a {
			width: 72px;
		}
	}
	@media (max-width: 1199px) and (min-width: 993px) {
		.site-header .menu .menu-home a {
			width: 68px;
		}
		.site-header .menu .menu-item .top {
		    padding: 0 5px;
		}
	}

	/* index */
	.site-header.promo-active {
		opacity: 1;
		filter: alpha(opacity=100);		
	}
	.site-header.promo-header {
		background-color: transparent;
	}

	@media (min-width: 993px) {
		.site-header .menu .menu--weixin,
		.site-header .menu .menu--search {
			display: none;
		}
		.site-header {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			z-index: 99;
		}
		.site-header.promo-header .site-logo a,
		.site-header.promo-header .menu .menu-item .top,
		.site-header.promo-header .infos .weixin-box,
		.site-header.promo-header .infos .search-box .iconfont,
		.site-header.promo-header .infos .lang-box a {
			color: #fff;
		}
		.site-header.promo-header .infos .lang-box a:hover,
		.site-header.promo-header .infos .lang-box a.active {
			font-weight: bold;
		}
		.site-header.promo-header .menu .menu-item:hover .top:after, .site-header.promo-header .menu .menu-item.active .top:after {
			background-color: #fff;
		}

	}
	@media (max-width: 1199px) and (min-width: 993px) {
		.site-header .site-logo {
			padding-top: 30px;
		}
		.site-header .site-logo img {
			height: 28px;
		}
		.site-header .menu {
			white-space: nowrap;
		}
		.site-header .menu .menu-item .top {
			padding: 0 4px;
		}
		.site-header .header-content {
		    padding-right: 180px;
		    /*padding-right: 95px;*/
		}
		.site-header .infos .weixin-box {
			padding-left: 8px;
		}
		.site-header .infos .search-box {
			padding-right: 8px;
		}
	}
	@media (max-width: 992px) {
		.hamburger {
			display: block;
		}
		.site-header .container {
			margin: 0;
			padding-left: 20px;
			padding-right: 20px;
		}
		.site-header {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			z-index: 99;
			padding-top: 8px;
			padding-bottom: 8px;
			height: 46px;
		}
		.site-header .site-logo {
			padding-top: 5px;
		}
		.site-header .site-logo img {
			height: 22px;
		}
		.site-header .header-content {
			display: none;
		}
		.site-header .infos {
			right: 70px;
			height: 34px;
			line-height: 34px;
		}
		.site-header .infos .search-box,
		.site-header .infos .lang-box {
			display: none;
		}
		.site-header .infos .weixin-box {
			padding: 0;
		}


		/* header */
		.mm-menu {
			background: #fff;
		}
		.mm-menu .menu--weixin a,
		.mm-menu .menu--weixin span {
			display: inline-block;
			padding-right: 0;
		}
		.mm-menu .menu--weixin span,
		.mm-menu .menu--weixin a:last-of-type {
			padding-left: 10px;
		}
		.mm-menu .menu--weixin a:hover,
		.mm-menu .menu--weixin a.active {
		    color: #ff5300;
		}

		.mm-menu .menu--search {
			padding: 10px 80px 10px 20px;
		}

		.mm-menu .menu--search input {
			height: 30px;
		}
		.mm-menu .menu--search input.input-val {
			width: 100%;
			padding-left: 8px;
			padding-right: 35px;
			border: 1px solid rgba(255,83,0,.6);
		}
		.mm-menu .menu--search input.input-sub {
			position: absolute;
			right: 80px;
			top: 10px;
			bottom: 10px;
			width: 30px;
	    	color: #fff;
			text-align: center;
		    font-family: iconfont;
		    font-size: 18px;
		    font-style: normal;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
		    vertical-align: -1px;
		    -webkit-text-stroke-width: 0!important;
		    background: #ff5300;
		}

		.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
			background: rgba(0,0,0,.3);
		}
		.mm-panel_opened-parent {
		    -webkit-transform: translate(-100%,0);
		    -ms-transform: translate(-100%,0);
		    transform: translate(-100%,0);
		    -webkit-transform: translate3d(-100%,0,0);
		    transform: translate3d(-100%,0,0);
		}
	}
	@media (max-width: 767px) {
	}



/* ---------------------------------
* footer
------------------------------------*/
	.site-footer {
		width: 100%;
	    padding-top: 26px;
    	padding-bottom: 24px;
    	background-color: #222428;
	}
	.site-footer,
	.site-footer a {
		line-height: 24px;
		font-size: 14px;
		color: #b2b2b2;
	}
	.site-footer .copyright {
		margin-top: 4px;
	}
	.site-footer .right-info {
		position: absolute;
		right: 0;
		top: 0;
	}
	.site-footer .right-info .words,
	.site-footer .right-info .list-info {
		display: inline-block;
	}
	.site-footer .right-info .words {
		margin-right: 18px;
		color: rgba(255,255,255,.66);
	}
	.site-footer.inner-footer .right-info {
		display: none;
	}

	#backtop {
	    position: fixed;
	    right: 20px;
	    bottom: 15px;
	    z-index: 30;
	    width: 38px;
	    height: 38px;
	    line-height: 34px;
	    color: #999;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	    -o-border-radius: 50%;
	    border-radius: 50%;
	    text-align: center;
	    border: solid 2px #999;
	}
	#backtop .iconfont {
	    font-size: 22px;
	    font-weight: bold;
	}
	#backtop:hover {
	    color: #ff5300;
	    border: solid 2px #ff5300;
	}

	.infoPicFixed {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    -webkit-transform: translate(0%, 0%); 
	    -moz-transform: translate(0%, 0%);
	    -ms-transform: translate(0%, 0%);
	    -o-transform: translate(0%, 0%);
	    transform: translate(0%, 0%);
	    background: rgba(0, 0, 0, 0.7);
	    z-index: 120;
	}
	.infoPicFixed .info {
		display: block;
		position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 145px;
	    height: 175px;
	    font-size: 14px;
	    color: #fff;
	}
	.infoPicFixed .info img {
		width: 100%;
		padding: 10px;
		background-color: #fff;
	}
	.infoPicFixed .info .title {
		margin: 0;
		margin-top: 5px;
		line-height: 24px;
	}

	@media (max-width: 767px) {
		.site-footer .right-info {
			display: none;
		}
	}



/* ---------------------------------
* public
------------------------------------*/
	.current-column-wrp {
		position: relative;
		margin: 0;
		line-height: 30px;
		font-family: 'SourceHanSansCN','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans';
		font-weight: bold;
		color: #fff;
		font-size: 26px;
	    -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 {
		position: relative;
		z-index: 3;
		margin: 0;
		line-height: 86px;
		font-size: 24px;
		font-weight: bold;
		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;
	    background-image: url(/content/web/images/nav_bg.jpg);
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-position: center;
	}
	.big-title-18 {
		margin: 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		color: #ff5300;
	}

	.color-red {
		color: #f00;
	}

	.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 img {
		display: block;
		width: 100%;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;	
	}
	a:hover .thumb-scale img,
	div.link: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.8;
	    font-size: 14px;
	    color: #74747a;
	    overflow: hidden;
	}
	.all-content-wrapper>p:first-child {
		margin-top: 0;
	}
	.all-content-wrapper>p:last-child {
		margin-bottom: 0;
	}

	.all-content-wrapper table tr {}
	.all-content-wrapper table td {
		border: 1px solid #74747a;
	}

	.rows-list-w {
		padding: 0;
		margin: 0;
		font-size: 0;
	}
	.rows-list-w .item-r {
		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 {
		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;
	}

	.banner-right,
	.banner-left {
		position: absolute;
		top: 50%;
		margin-top: -18px;
		z-index: 5;
		width: 36px;
		height: 36px;
		line-height: 32px;
		outline: none;
	    font-family: iconfont;
	    font-size: 18px;
	    text-align: center;
	    font-style: normal;
	    font-weight: bold;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    vertical-align: -1px;
	    -webkit-text-stroke-width: 0!important;
		color: rgba(255,83,0,.2);
		border: 2px solid rgba(255,83,0,.2);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	.banner-right:hover,
	.banner-left:hover {
		color: #ff5300;
		border-color: #ff5300;
	}
	.banner-left {
		left: 35px;
	}
	.banner-right {
		right: 35px;
	}

	.site-banner {
		position: relative;
		z-index: 2;
	}
	.site-banner .gallery {
		position: relative;
	}
	.site-banner .gallery img {
		display: block;
		width: 100%;
	}
	.site-banner .banner-pagination {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 16px;
		z-index: 9;
		height: 10px;
		text-align: center;
	}
	.site-banner .banner-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 5px;
		border-radius: 50%;
		border: 1px solid #fff;
	}
	.site-banner .banner-pagination .swiper-pagination-bullet-active {
		border-color: #F00;
	}

	/*inner*/
	.inner-banner,
	.inner-banner .gallery {
		height: 348px;
		overflow: hidden;
	}
	.inner-banner .banner-cover {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 5;
		padding-top: 114px;
		text-align: right;
	}

	@media (max-width: 767px) {
		.site-banner .banner-pagination {
			bottom: 8px;
			height: 6px;
		}
		.site-banner .banner-pagination .swiper-pagination-bullet {
			width: 6px;
			height: 6px;
			margin: 0 2px;
		}
		.current-column-wrp {
			font-size: 18px;
		}

		.inner-banner, .inner-banner .gallery {
			height: 180px;
		}
		.inner-banner .banner-cover {
			padding-top: 50px;
		}
	}


	.product-show .title {
		padding-top: 16px;
		padding-bottom: 16px;
		font-weight: bold;
	}
	.product-show .link:hover {
		color: #F00;
	}

	@media (max-width: 767px) {
		.product-show .title {
			padding-top: 10px;
			padding-bottom: 10px;
		}
	}


.site-section {
	position: relative;
	z-index: 1;
	background-color: #F2F2F2;
}
.inner-section {
	padding-top: 88px;
}
@media (max-width: 992px) {
	.site-section {
		padding-top: 46px;
	}
}
.promo-section {
	background-color: #fff;
}

/* ---------------------------------
* home
------------------------------------*/
	.promo-title {
		display: inline-block;
	}
	.promo-title .links {
		display: block;
		padding-bottom: 8px;
		line-height: 24px;
		color: #3a3a3d;
		font-weight: bold;
		font-size: 18px;
		border-bottom: 2px solid #ff5300;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	a.promo-title:hover .links {
		color: #ff5300;
	}

	/*--------------
	* banner
	----------------*/
		.promo-banner .banner-pagination {
			bottom: 0;
			height: 60px;
			padding-top: 26px;
			cursor: default;
		}
		.promo-banner .banner-pagination .swiper-pagination-bullet {
			position: relative;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			border: 2px solid #fff;
			background-color: transparent;
		}
		/* .promo-banner .banner-pagination .swiper-pagination-bullet::after {
			content: '';
			position: absolute;
			width: 10px;
			height: 10px;
			left: -3px;
			top: -3px;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			border: 1px solid transparent;
		} */
		.promo-banner .banner-pagination .swiper-pagination-bullet-active {
			/* width: 6px;
			height: 6px;
			margin-top: 2px; */
			background-color: #fff;
		}
		/* .promo-banner .banner-pagination .swiper-pagination-bullet-active::after {
			border-color: #fff;
		} */

		@media (max-width: 767px) {
			.promo-banner .banner-pagination {
				bottom: 0;
				height: 20px;
				padding-top: 0;
			}
		}



	/*--------------
	* column
	----------------*/
		.promo-column {
			padding-top: 36px;
			padding-bottom: 8px;
		}
		.promo-column .item-r .all-content-wrapper {
			line-height: 24px;
		}
		.promo-column .item-r .content {
			margin-top: 12px;
		}
		.promo-column .about-item .content {
			max-height: 72px;
			overflow: hidden;
		}
		.promo-column .news-item .items .link {
			display: block;
			position: relative;
			line-height: 24px;
			color: #74747a;
		}
		.promo-column .news-item .items .title {
			display: block;
			position: relative;
			z-index: 3;
			padding-right: 90px;
			white-space: nowrap;
			overflow: hidden;
		    text-overflow: ellipsis;
			-webkit-transition: all 0.3s;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
		}
		.promo-column .news-item .items .date {
			display: block;
			position: absolute;
			right: 0;
			top: 0;
			z-index: 5;
		}
		.promo-column .news-item .items .link:hover .title {
			color: #ff5300;
		}
		
		.promo-column .hezuo-item {
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			background-size: cover;
			background-position: center;
			background-image: url(/content/web/images/index_04.png);
		}
		.promo-column .hezuo-item .all-content-wrapper {
			max-width: 160px;
			color: #6a7a91;
			opacity: .72;
			filter: alpha(opacity=72);
		}

		@media (min-width: 768px) {
			.promo-column .item-r {
				display: inline-block;
			}
			.promo-column .about-item {
				width: 42.8%;
				padding-right: 40px;
			}
			.promo-column .news-item {
				width: 34%;
			}
			.promo-column .hezuo-item {
				width: 22%;
				min-height: 146px;
				padding-left: 45px;
			}
		}
		@media (max-width: 767px) {
			.promo-column {
				padding-top: 30px;
				padding-bottom: 30px;
			}
		}



	/*--------------
	* product
	----------------*/
		.promo-product {
			background-color: #F9F9F9;
		}
		.promo-product .item-r .link {
			padding-top: 24px;
			padding-left: 24px;
			padding-bottom: 8px;
			background-image: url(/content/web/images/index_08.jpg);
		    background-position: right bottom;
    		background-size: contain;
		}
		.promo-product .item-r .info {
			position: relative;
			z-index: 3;
		}
		.promo-product .item-r .title {
			color: #3a3a3d;
			font-weight: bold;
		}
		.promo-product .item-r .listorder {
			position: relative;
		}
		.promo-product .item-r .listorder .words {
			color: #3a3a3d;
			font-weight: bold;
			font-family: 'CopperplateGothic','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
			opacity: .22;
			filter: alpha(opacity=22);
		}
		.promo-product .item-r .listorder::after {
			content: '';
			position: absolute;
			bottom: -10px;
			left: 0;
			width: 20px;
			height: 3px;
			background-color: #B8B8BA;
		}
		.promo-product .item-r .imgs {
			text-align: right;
			/* height: 104px; */
		}
		.promo-product .item-r .imgs img {
			display: none;
			width: 78.3%;
		}
		.promo-product .item-r .cover {
			display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-justify-content: center;
		    -moz-justify-content: center;
		    -ms-justify-content: center;
		    -o-justify-content: center;
		    justify-content: center;
		    -webkit-align-items: center;
		    -moz-align-items: center;
		    -ms-align-items: center;
		    -o-align-items: center;
		    align-items: center;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
			z-index: 5;
			padding: 0 10px;
			background-color: rgba(255,83,0, .82);
			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;
		}
		.promo-product .item-r .cover .title {
			color: #fff;
		}
		.promo-product .swiper-container {
 			width: 1920;
                }
		.promo-product .item-r .link:hover .cover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.promo-product .item-r .link {
			height: 180px;
		}
		@media (min-width: 768px) {
		}
		@media (max-width: 767px) {
			.promo-product .item-r .imgs {
				margin-top: 10px;
			}
		}



	/*--------------
	* project
	----------------*/
		.promo-project {
			padding-top: 40px;
			padding-bottom: 45px;
		}
		.promo-project .project-list {
			margin-top: 20px;
			font-size: 0;
		}
		.promo-project .project-list .item-r {
			font-size: 14px;
		}
		.promo-project .project-list .listorder .item-r {
			display: inline-block;
			width: 48.74%;
			margin-top: 14px;
			margin-right: 2.52%;
			font-size: 14px;
		}
		.promo-project .project-list .listorder .item-r:nth-child(2n) {
			margin-right: 0;
		}
		.promo-project .project-list .listorder .item-r:first-child,
		.promo-project .project-list .listorder .item-r:nth-child(2) {
			margin-top: 0;
		}
		.promo-project .project-list .img-box {
			position: relative;
			z-index: 3;
		}
		.promo-project .project-list .cover {
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-justify-content: center;
		    -moz-justify-content: center;
		    -ms-justify-content: center;
		    -o-justify-content: center;
		    justify-content: center;
		    -webkit-align-items: center;
		    -moz-align-items: center;
		    -ms-align-items: center;
		    -o-align-items: center;
		    align-items: center;
		    position: absolute;
		    left: 0;
		    right: 0;
		    top: 0;
		    bottom: 0;
		    z-index: 5;
			color: #fff;
			text-align: center;
			font-size: 14px;
		    background-color: rgba(255,83,0, .82);
		    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;
		}
		.promo-project .project-list .cover .title {
			margin-top: 6px;
			font-weight: bold;
		}
		.promo-project .project-list .cover .desc-e {
			margin-top: 6px;
		}
		.promo-project .project-list .link:hover .cover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		
		@media (min-width: 768px) {
			.promo-project .project-list {
				display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			}
			.promo-project .project-list .rows-list-w {
				display: inline-block;
			}
			.promo-project .project-list .recommend {
				position: relative;
				width: 39.58%;
				margin-right: 1.26%;
			}
			.promo-project .project-list .recommend .link {
				position: absolute;
				right: 0;
				left: 0;
				top: 0;
				bottom: 0;
			}
			.promo-project .project-list .recommend .img-box {
				display: none;
			}
			.promo-project .project-list .listorder {
				width: 59.16%;
			}
		}
		@media (max-width: 993px) and (min-width: 768px) {
			.promo-project .project-list .listorder .item-r {
				margin-top: 8px;
			}
		}
		@media (max-width: 767px) {
			.promo-project .project-list .recommend {
				background-image: none!important;
			}
			.promo-project {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			.promo-project .project-list .listorder,
			.promo-project .project-list .listorder .item-r {
				margin-top: 10px;
			}
		}




	/*--------------
	* video
	----------------*/
		.promo-video {
			padding-bottom: 48px;
			background-color: #fff;
		}
		.promo-video .video-bg {
			position: relative;
			min-height: 219px;
		}
		.promo-video .video-bg::after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			top: 12px;
			bottom: 8px;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			background-size: cover;
			background-position: center;
			background-image: url(/content/web/images/video_bg.png);
		}
		.promo-video .video-list {
			position: relative;
		}
		.promo-video .video-list .video-text {
			float: left;
			width: 504px;
			padding-top: 54px;
			padding-bottom: 30px;
		}
		.promo-video .video-list .video-text .content {
			margin-top: 12px;
		}
		.promo-video .video-list .video-imgs {
			position: relative;
			width: 478px;
			float: right;
		}
		.promo-video .video-list .video-imgs .link {
			-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		    box-shadow: 0 1px 4px rgba(0,0,0,.2);
		}
		.promo-video .video-list .video-imgs .cover {
			display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-justify-content: center;
		    -moz-justify-content: center;
		    -ms-justify-content: center;
		    -o-justify-content: center;
		    justify-content: center;
		    -webkit-align-items: center;
		    -moz-align-items: center;
		    -ms-align-items: center;
		    -o-align-items: center;
		    align-items: center;
		    position: absolute;
		    left: 0;
		    right: 0;
		    top: 0;
		    bottom: 0;
		    z-index: 5;
		    color: #fff;
		    text-align: center;
		    font-size: 14px;
				cursor: pointer;
		}
		.promo-video .video-list .video-imgs .cover img {
			width: 62px;
		}

		@media (min-width: 993px) {
			.promo-video .video-list .video-text .content {
				min-height: 50px;
			}
		}

		@media (max-width: 992px) {
			.promo-video {
				padding-bottom: 40px;
			}
			.promo-video .video-list .video-imgs,
			.promo-video .video-list .video-text {
				float: none;
				width: 100%;
			}
			.promo-video .video-bg {
				padding-top: 30px;
				padding-bottom: 30px;
			}
			.promo-video .video-list .video-text {
				padding: 0;
				padding-bottom: 30px;
			}
			.promo-video .video-bg::after {
				top: 0;
				bottom: 0;
			}
		}

		@media (max-width: 767px) {
			.promo-column .news-item {
				margin-top: 20px;
				margin-bottom: 20px;
			}
			.promo-column .hezuo-item {
				background: none;
			}
			.promo-column .hezuo-item .all-content-wrapper {
				max-width: 100%;
			}
		}



/* ---------------------------------
* inner
------------------------------------*/

	.loading-more {
		width: 100%;
		height: 54px;
		margin-top: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 24px;
		text-align: center;
		color: #f2f2f2;
		background-color: #ACACAD;
		cursor: pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.loading-more .jiant {
		display: inline-block;
		width: 17px;
		height: 24px;
		margin-left: 10px;
		background-repeat: no-repeat;
		-webkit-background-size: 17px 9px;
		background-size: 17px 9px;
		background-position: center;
		background-image: url(/content/web/images/icon/icon_xiajt.png);
	}
	.loading-more:hover {
		background-color: #ff5300;
	}

	.promo-position {
		position: relative;
		border-bottom: 1px solid #B9B9B9;
	}
	.promo-position .infos,
	.promo-position a {
		line-height: 24px;
		color: #9b9ba3;
	}
	.promo-position a:hover {
		color: #ff5300;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.promo-position .home-p,
	.promo-position>.boxs>a {
		display: inline-block;
		font-family: iconfont;
	    font-size: 16px;
	    text-align: center;
	    font-style: normal;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    vertical-align: -1px;
	    -webkit-text-stroke-width: 0!important;
	}
	.promo-position .infos {
		display: inline;
	}

	.inner-wrapper {
		position: relative;
		z-index: 5;
		margin-top: -86px;
		padding-bottom: 64px;
	}
	.content-wrp {
		position: relative;
		background-color: #fff;
	}

	.left-nav-wrp {
		position: relative;
		width: 274px;
		flex: 0 0 274px;
		border: 1px solid #DFDFE0;
		border-top: none;
		-webkit-box-shadow: 4px 1px 10px rgba(0,0,0,.1);
		-moz-box-shadow: 4px 1px 10px rgba(0,0,0,.1);
		box-shadow: 4px 1px 10px rgba(0,0,0,.1);
	}
	.left-nav-wrp .site-column,
	.left-nav-wrp .menu-sub .two .sub-link {
		padding-left: 40px;
	}
	.left-nav-wrp .site-column {
		position: absolute;
		top: 0;
		left: -1px;
		right: -1px;
		    line-height: 24px;
    height: 86px;
    display: flex;
    align-items: center;
	}
	.left-nav-wrp .menu-sub {
		position: relative;
		z-index: 2;
		margin: 0;
		padding: 0;
		padding-top: 86px;
		padding-bottom: 40px;
	}
	.left-nav-wrp .menu-sub .two {
		list-style: none;
	}
	.left-nav-wrp .menu-sub .two a,
	.left-nav-wrp .menu-sub .two .youjt {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.left-nav-wrp .menu-sub .two a {
		display: block;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 40px;
		line-height: 24px;
		border-bottom: 1px solid #DFDFE0;
	}
	.left-nav-wrp .menu-sub .two .youjt {
		display: inline-block;
	    position: absolute;
	    right: 60px;
	    top: 0;
	    bottom: 0;
	    width: 5px;
		opacity: 0;
		background-image: url(/content/web/images/icon/icon_jiant.png);
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: 5px 8px;
		background-size: 5px 8px;
	}
	.left-nav-wrp .menu-sub .two .sub-link:hover,
	.left-nav-wrp .menu-sub .two.active-col .sub-link,
	.left-nav-wrp .menu-product .two.active-list .sub-link,
	.left-nav-wrp .menu-sub .two.active .sub-link {
		color: #fff;
		font-weight: bold;
		background-color: #ff5300;
		border-bottom-color: #8BA8CF;
	}
	.left-nav-wrp .menu-sub .two.active-col .sub-link .youjt,
	.left-nav-wrp .menu-sub .two.active .sub-link .youjt,
	.left-nav-wrp .menu-sub .two .sub-link:hover .youjt {
	    right: 40px;
		opacity: 1;
	}


	/* products--nav */
	.left-nav-wrp .menu-product .two .sub-link::before {
		content: '';
		display: inline-block;
		vertical-align: bottom;
		width: 16px;
		height: 24px;
		background-image: url(/content/web/images/icon/icon_jiant_shi_gray.png);
		background-repeat: no-repeat;
		-webkit-background-size: 8px 9px;
		background-size: 8px 9px;
		background-position: left center;
	}

	.left-nav-wrp .menu-product .two.active-list .sub-link::before,
	.left-nav-wrp .menu-product .two.active-col .sub-link::before,
	.left-nav-wrp .menu-product .two .sub-link:hover::before {
		background-image: url(/content/web/images/icon/icon_jiant_shi_white.png);
	}
	.left-nav-wrp .menu-product .two.active-list .sub-link:hover .youjt {
		opacity: 0;
	}
	.left-nav-wrp .menu-product .three-sub {
		display: none;
		padding: 0;
		margin: 0;
	    border-bottom: 1px solid #DFDFE0;
	}
	.left-nav-wrp .menu-product .three {
		padding-left: 56px;
		list-style: none;
	}
	.left-nav-wrp .menu-product .three-sub .three .three-link {
	    padding-right: 32px;
    }
	.left-nav-wrp .menu-product .three-sub .three:last-child .three-link {
		border-bottom: none;
	}

	.left-nav-wrp .menu-product .three-sub .three .youjt {
		background-image: url(/content/web/images/icon/icon_jiant_blue.png);
	}
	
	.left-nav-wrp .menu-product .two.active .sub-link::before {
		background-image: none;
	}

	.left-nav-wrp .menu-product .three-sub.active {
		display: block;
	}
	.left-nav-wrp .menu-product .three-sub .three.active .three-link,
	.left-nav-wrp .menu-product .three-sub .three .three-link:hover {
		color: #ff5300;
		font-weight: bold;
	}

	.left-nav-wrp .menu-product .three-sub .three.active .three-link .youjt,
	.left-nav-wrp .menu-product .three-sub .three .three-link:hover .youjt {
		right: 26px;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	/* right */
	.right-box-wrp {
		position: relative;
		z-index: 3;
		overflow: hidden;
	}
	.right-box-wrp .right-box-in {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 50px;
	}

	.allPage-content {
		margin-top: 32px;
	}

	.in-subMenu {
		font-size: 0;
	}
	.in-subMenu .tabs {
		display: inline-block;
		padding-left: 42px;
		padding-right: 42px;
		margin-top: 6px;
		line-height: 30px;
		color: #3a3a3d;
		font-size: 16px;
		cursor: pointer;
		border-right: 1px solid #DDE7F5;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.in-subMenu .tabs:first-child {
		border-left: 1px solid #DDE7F5;
	}
	.in-subMenu .tabs:hover,
	.in-subMenu .tabs.active {
		color: #ff5300;
		font-weight: bold;
	}

	.in-subContent .subContent-tabs {
		display: none;
	}
	.in-subContent .subContent-tabs.active {
		display: block;
	}
	
	.promo-position-noChild {}
	.promo-position-noChild .site-column {
		display: inline-block;
		line-height: 110px;
		color: #ff5300;
		background: none;
	}

	@media (min-width: 993px) {
		.promo-position {
			height: 86px;
		}
		.promo-position .boxs {
			position: absolute;
			bottom: 10px;
			left: 0;
			right: 0;
			z-index: 5;
		}
		.promo-position-noChild .boxs {
			left: auto;
		}
		.content-wrp {
		    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;
		}
		.right-box-wrp {
			flex: 1;
		}
	}
	@media (max-width: 992px) {
		.inner-wrapper {
			margin-top: -70px;
			padding-bottom: 50px;
		}
		.promo-position {
			padding-bottom: 15px;
		}
		.left-nav-wrp {
			display: none;
		}
		.right-box-wrp .right-box-in {
			padding: 20px;
			padding-bottom: 40px;
		}
		.promo-position-noChild .site-column {
			display: none;
			margin-bottom: 10px;
			line-height: 30px;
		}
	}
	@media (max-width: 767px) {
		.inner-wrapper {
			margin-top: -50px;
		}
		.loading-more {
			margin-top: 30px;
			height: 40px;
			padding-top: 8px;
			padding-bottom: 8px;
		}
		.in-subMenu .tabs {
			padding-left: 20px;
			padding-right: 20px;
		}
	}
	@media (max-width: 480px) {
		.in-subMenu .tabs {
			padding-left: 10px;
			padding-right: 10px;
			line-height: 22px;
			font-size: 14px;
		}
	}


/*--------------
* lists----eee
----------------*/
	.two-list-w .item-r {
		display: inline-block;
		width: 47.85%;
		margin-right: 4.3%;
		margin-top: 32px;
	}
	.two-list-w .item-r:nth-child(2n) {
		margin-right: 0;
	}
	.two-list-w .item-r:first-child,
	.two-list-w .item-r:nth-child(2) {
		margin-top: 0;
	}
	.two-list-w .item-r .title {
		padding: 15px 25px;
		padding-right: 55px;
		overflow: hidden;
		font-weight: bold;
		border: 1px solid #ddd;
		border-top: none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.two-list-w .item-r .title .iconfont {
	    position: absolute;
	    right: 25px;
	    top: 50%;
	    margin-top: -2px;
		color: #9B9BA3;
		/*float: right;*/
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.two-list-w .item-r .link:hover .title,
	.two-list-w .item-r .link:hover .title .iconfont {
		color: #ff5300;
	}

	@media (max-width: 767px) {
		.two-list-w .item-r {
			margin-top: 24px;
		}
		.two-list-w .item-r .title {
			padding: 10px;
			/*padding-right: 30px;*/
		}
		.two-list-w .item-r .title .iconfont {
			display: none;
			right: 10px;
		}
	}




/*--------------
* about
----------------*/
	.about-list-in {
	    padding-top: 14px;
	}
	.about-list-in .item-pic img {
		display: block;
		width: 100%;
	}
	.about-list-in .item-cont {
		padding: 30px;
		color: #45689b;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: top center;
		background-image: url(/content/web/images/about_bg.jpg);
	}
	@media (min-width: 993px) {
		.about-list-in {
		    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;
		    padding-top: 14px;
		}
		.about-list-in .item-pic {
			width: 260px;
			flex: 0 0 260px;
			padding-right: 3px;
		}
		.about-list-in .item-cont {
			flex: 1;
		}
	}
	@media (max-width: 992px) {
		.about-list-in .item-cont {
			margin-top: 3px;
			padding: 20px;
		}
	}



/*--------------
* licheng
----------------*/
	.licheng-list-in {
		position: relative;
	}
	.licheng-list-in .licheng-line {
		position: absolute;
		left: 35px;
		top: 0;
		height: 0;
		width: 2px;
		background-color: #ff5300;
		-webkit-transition: all 3s;
	    -moz-transition: all 3s;
	    -ms-transition: all 3s;
	    -o-transition: all 3s;
	    transition: all 3s;
	}
	.licheng-list-in .item-r {
		display: none;
		position: relative;
		margin-top: 6px;
		padding-top: 30px;
	}
	.licheng-list-in .item-r.show {
	    display: block;
	}
	.licheng-list-in .item-r:first-child {
		margin-top: 0;
	}
	.licheng-list-in .item-r .year {
		font-size: 16px;
		font-weight: bold;
		font-family: 'FranklinkGothc Demi','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	}
	.licheng-list-in .item-r .content {
		padding: 20px;
		padding-left: 10px;
		margin-left: 70px;
		margin-top: -10px;
		background-color: #F6F9FE;
	}
	.licheng-list-in .item-r .content ul li {
		padding-left: 14px;
	    line-height: 2;
    	list-style-image: url(/content/web/images/icon/icon_cicle_w4.png);
	}


	@media (min-width: 768px) {
		.licheng-list-in .item-r:nth-child(3n) .year {
			background-image: url(/content/web/images/icon/licheng_purple.png);
		}
		.licheng-list-in .item-r:nth-child(3n+1) .year {
			background-image: url(/content/web/images/icon/licheng_blue.png);
		}
		.licheng-list-in .item-r:nth-child(3n+2) .year {
			background-image: url(/content/web/images/icon/licheng_green.png);
		}
		.licheng-list-in .licheng-line.hasShow {
			height: 100%;
		}
		.licheng-list-in .item-r .year {
			width: 71px;
			height: 71px;
			line-height: 68px;
			text-align: center;
			color: #fff;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			background-size: cover;
		}
	}
	@media (max-width: 767px) {
		.licheng-list-in .item-r {
			padding-top: 0;
			margin-top: 26px;
		}
		.licheng-list-in .item-r .year {
			display: inline-block;
		}
		.licheng-list-in .item-r .content {
			margin: 0;
			margin-top: 12px;
		}
	}



/*--------------
* zhihui
----------------*/
	.zhihui-map-i {
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/content/web/images/zhihui_bg.jpg);
	}
	.zhihui-map-i .map-boxs {}
	.zhihui-map-i .map-boxs img {
		display: block;
		width: 100%;
	}
	.zhihui-map-i .map-content {
		padding-bottom: 50px;
		font-size: 0;
	}
	.zhihui-map-i .map-content .items {
		display: inline-block;
		margin-top: 35px;
		margin-left: 40px;
		padding: 14px 40px 10px;
	    line-height: 24px;
	    font-size: 14px;
	    color: #fff;
	    font-family: 'FranklinkGothc Demi','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	    background-color: #4880CE;
	    -webkit-border-radius: 25px;
	    -moz-border-radius: 25px;
	    border-radius: 25px;
	    -webkit-box-shadow: -3px 2px 15px rgba(0,0,0,.5);
	    -moz-box-shadow: -3px 2px 15px rgba(0,0,0,.5);
	    box-shadow: -3px 2px 15px rgba(0,0,0,.5);
	}
	.zhihui-map-i .map-content .items:nth-child(4) {
		margin-left: 116px;
	}
	.zhihui-map-i .map-content .items strong {
	    vertical-align: baseline;
	    line-height: 24px;
		font-size: 28px;
	    font-family: 'SourceHanSansCN','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	}

	@media (max-width: 992px) and (min-width: 768px) {
		.zhihui-map-i .map-content .items {
			margin-left: 25px;
			padding-left: 24px;
			padding-right: 24px;
		}
		.zhihui-map-i .map-content .items:nth-child(4) {
			margin-left: 60px;
		}
	}
	@media (max-width: 767px) {
		.zhihui-map-i .map-content {
			padding-bottom: 40px;
		}
		.zhihui-map-i .map-content .items {
			display: block;
			margin: 0 20px;
			margin-top: 20px;
			padding: 10px 20px;
		}
		.zhihui-map-i .map-content .items:nth-child(4) {
			margin-left: 20px;
		}
		.zhihui-map-i .map-content .items strong {
			font-size: 18px;
		}
	}



/*--------------
* honor
----------------*/
	.honor-list-in {
		position: relative;
		overflow: hidden;
	}
	.honor-list-in .honor-line {
		position: absolute;
		left: 146px;
		top: 24px;
		z-index: 5;
		height: 0;
		width: 2px;
		background-color: #DBDBDB;
		-webkit-transition: all 3s;
	    -moz-transition: all 3s;
	    -ms-transition: all 3s;
	    -o-transition: all 3s;
	    transition: all 3s;
	}
	.honor-list-in .item-r {
		position: relative;
	}
	.honor-list-in .item-r .column-t,
	.honor-list-in .item-r .content {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.honor-list-in .item-r:nth-child(2n+1) .column-t,
	.honor-list-in .item-r:nth-child(2n+1) .content {
		background-color: #F7F7F7;
	} 
	.honor-list-in .item-r:nth-child(2n) .column-t,
	.honor-list-in .item-r:nth-child(2n) .content {
		background-color: #EEF3F9;
	}
	.honor-list-in .item-r .order {
		position: absolute;
		right: 24px;
		top: 0;
		z-index: 5;
		line-height: 120px;
		font-size: 100px;
		font-weight: bold;
		opacity: .06;
		filter: alpha(opacity=6);
		font-family: 'FranklinkGothc Demi','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.honor-list-in .item-r .column-t {
		display: block;
		position: relative;
		z-index: 5;
		line-height: 26px;
		color: #ff5300;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
	.honor-list-in .item-r .words {
		position: relative;
	}
	.honor-list-in .item-r .words::after {
		content: '';
		position: absolute;
		right: -2px;
		top: 0;
		width: 3px;
		height: 26px;
		background-color: #FE1E36;
	}
	.honor-list-in .item-r .content {
		position: relative;
		z-index: 3;
	}

	@media (min-width: 768px) {
		.honor-list-in .honor-line.hasShow {
			height: 100%;
		}
		.honor-list-in .item-r {
		    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;
		}
		.honor-list-in .item-r .column-t {
			width: 146px;
			flex: 0 0 146px;
		}
		.honor-list-in .item-r .content {
			flex: 1;
			padding-left: 36px;
		}
	}
	@media (max-width: 767px) {
		.honor-list-in .item-r .column-t {
			text-align: left;
		}
		.honor-list-in .item-r .order,
		.honor-list-in .item-r .words::after {
			display: none;
		}
		.honor-list-in .item-r .column-t, .honor-list-in .item-r .content {
			padding: 20px;
		}
		.honor-list-in .item-r .content {
			padding-top: 0;
			padding-bottom: 30px;
		}

	}



/*--------------
* yingxiang
----------------*/
	.yingxiang-list-in {}
	.yingxiang-list-in .item-r .hover {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    -ms-justify-content: center;
	    -o-justify-content: center;
	    justify-content: center;
	    -ms-align-items: center;
	    align-items: center;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 5;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	}
	.yingxiang-list-in .item-r .hover img {
		width: 62px;
	}
	@media (max-width: 767px) {
		.yingxiang-list-in .item-r .hover img {
			width: 42px;
		}
	}



/*--------------
* news
----------------*/
	.news-list-in .item-r {
		display: none;
		margin-top: 20px;
	}
	.news-list-in .item-r.show {
		display: block;
	}
	.news-list-in .item-r .link,
	.news-list-in .item-r .pubtime .date,
	.news-list-in .item-r .pubtime .year,
	.news-list-in .item-r .infos .desc {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.news-list-in .item-r .link {
		padding: 24px;
		background-color: #F6F9FE;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		box-shadow: 0 1px 4px rgba(0,0,0,.2);
	}
	.news-list-in .item-r .boxs {
		position: relative;
		height: 52px;
		overflow: hidden;
	}
	.news-list-in .item-r .pubtime {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		width: 67px;
		border-right: 1px solid #D1D3D7;
	}
	.news-list-in .item-r .pubtime .date {
		line-height: 34px;
		color: #3c3c3d;
		font-size: 34px;
	}
	.news-list-in .item-r .pubtime .year {
		line-height: 18px;
		color: #76767a;
		font-size: 12px;
	}
	.news-list-in .item-r .infos {
		position: relative;
		z-index: 3;
		padding-left: 99px;
	}
	.news-list-in .item-r .infos .title {
		height: 34px;
		font-size: 16px;
		font-weight: bold;
	}
	.news-list-in .item-r .infos .desc {
		height: 18px;
		line-height: 18px;
	    overflow: hidden;
	}
	.news-list-in .item-r .link:hover {
		-webkit-box-shadow: 0 2px 6px rgba(255,83,0,.6);
		-moz-box-shadow: 0 2px 6px rgba(255,83,0,.6);
		box-shadow: 0 2px 6px rgba(255,83,0,.6);
		background-color: #ff5300;
	}
	.news-list-in .item-r .link:hover,
	.news-list-in .item-r .link:hover .pubtime .date,
	.news-list-in .item-r .link:hover .pubtime .year,
	.news-list-in .item-r .link:hover .infos .desc {
		color: #fff;
	}

	.news-recommend-in .link {
		background-color: #F6F9FE;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		box-shadow: 0 1px 4px rgba(0,0,0,.2);
	}
	.news-recommend-in .link .infos {
		padding: 24px;
	}
	.news-recommend-in .link .pubtime {
		font-size: 12px;
		color: #ff5300;
	}
	.news-recommend-in .link .title {
		margin-top: 3px;
		color: #ff5300;
		font-size: 16px;
		font-weight: bold;
	}
	.news-recommend-in .link .desc {
		margin-top: 12px;
	}
	.news-recommend-in .link .more-btn {
		margin-top: 12px;
		line-height: 20px;
		color: #77777a;
	}
	.news-recommend-in .link .more-btn .iconfont {
		vertical-align: text-bottom;
		position: relative;
		left: 0;
		line-height: 20px;
		font-size: 18px;
		font-weight: bold;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.news-recommend-in .link:hover .more-btn {
		color: #ff5300;
	}
	.news-recommend-in .link:hover .more-btn .iconfont {
		left: 10px;
	}

	@media (min-width: 768px) {
		.news-wrapper-in {
		    padding-top: 8px;
		}
		.news-wrapper-in .news-list-in {
			display: inline-block;
			width: 68.5%;
			padding-right: 45px;
		}
		.news-list-in .item-r .infos .title {
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		}
		.news-wrapper-in .news-recommend-in {
			display: inline-block;
			width: 31.5%;
		}
		.news-list-in .item-r .pubtime .date .dot {
			display: none;
		}
	}
	@media (max-width: 767px) {
		.news-wrapper-in .news-recommend-in {
			display: none;
		}
		.news-list-in .item-r:first-child {
			margin-top: 0;
		}
		.news-list-in .item-r .link {
			padding: 20px;
		}
		.news-list-in .item-r .boxs {
			height: auto;
		}
		.news-list-in .item-r .infos {
			padding-left: 0;
		}
		.news-list-in .item-r .infos .title {
			height: auto;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		.news-list-in .item-r .pubtime {
			position: relative;
			left: auto;
			top: auto;
			width: auto;
			border: none;
		}
		.news-list-in .item-r .pubtime .date {
		    position: absolute;
		    left: 46px;
		    top: 0;
			line-height: 18px;
			font-size: 12px;
			color: #76767a;
		}
	}



/*--------------
* detail
----------------*/
	.detail-title {
		padding: 0;
		margin: 0;
		font-size: 20px;
		font-weight: bold;
	}
	.detail-info {
		margin-top: 8px;
		font-size: 12px;
		color: #9d9da3;
	}
	.detail-daodu {
		margin-top: 24px;
		padding: 24px;
		background-color: #F4F7FB;
	}
	.detail-content {
		margin-top: 24px;
	}
	.detail-control {
		position: relative;
		margin-top: 16px;
		padding-top: 14px;
		font-size: 0;
		border-top: 1px solid #E0E9F6;
	}
	.detail-control .item-r .link {
		display: block;
		z-index: 3;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    line-height: 20px;
	    color: #77777a;
	    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;
	}
	.detail-control .item-r .iconfont {
		display: inline-block;
		vertical-align: text-bottom;
		width: 20px;
	    line-height: 20px;
		font-weight: bold;
		font-size: 18px;
	}
	.detail-control .link:hover {
		color: #ff5300;
		font-weight: bold;
	}

	@media (min-width: 768px) {
		.detail-control .item-next {
			text-align: right;
			float: right;
		}
		.detail-control .item-r {
			display: inline-block;
			width: 50%;
		}
	}
	@media (max-width: 767px) {
		.detail-daodu {
			padding: 20px;
		}
		.detail-control {
			padding-top: 8px;
		}
		.detail-control .item-r {
			position: relative;
			margin-top: 8px;
		}
		.detail-control .item-r .iconfont {
			display: none;
		}
		/* .detail-control .item-next {
			padding-left: 20px;
		}
		.detail-control .item-next .iconfont {
			position: absolute;
			left: 0;
			top: 0;
		} */
	}



/*--------------
* product
----------------*/
	.product-bussiness-in {
		margin-top: 25px;
	}
	.product-bussiness-in .rows-list-w {
		display: flex;
		flex-wrap: wrap;
	}
	.product-bussiness-in .item-r {
		margin-top: 24px;
		padding: 16px;
		height: auto !important;
		border: 1px dashed #ff5300;
	}
	.product-bussiness-in .item-r .boxs {
		padding: 24px 6px 30px;
		height: auto !important;
		background-color: #F8F8F8;
		--webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
		box-shadow: 0px 0px 4px rgba(0,0,0,.2);
	}
	.product-bussiness-in .item-r .bus-title {
		font-size: 15px;
		font-weight: bold;
		color: #3A3A3D;
		text-align: center;
	}
	.product-bussiness-in .item-r .bus-title:after {
		content: '';
		display: block;
		width: 48px;
		height: 2px;
		margin: 0 auto;
		margin-top: 10px;
		background-color: #FE1E36;
	}
	.product-bussiness-in .item-r .infos {
		padding: 0 10px;
		margin-top: 14px;
	}

	.product-list-in {
		margin-top: 32px;
		padding-top: 32px;
		border-top: 1px solid #EDEDED;
	}
	.product-list-in .item-r .title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	@media (min-width: 768px) {
		.product-bussiness-in .item-r {
			display: inline-block;
			width: 48%;
			margin-right: 4%;
		}
		.product-bussiness-in .item-r:nth-child(2n) {
			margin-right: 0;
		}
		.product-bussiness-in .item-r .infos {
			height: 100px;
			overflow: auto;
		}
		
		.product-bussiness-in .item-r .infos::-webkit-scrollbar-track-piece {
			width:4px;
			background-color:#E3E3E3
		}
		.product-bussiness-in .item-r .infos::-webkit-scrollbar {
			width:4px;
			background-color:#989393
		}
		.product-bussiness-in .item-r .infos::-webkit-scrollbar-thumb {
			width:4px;
			background-color:#989393
		}
		.product-bussiness-in .item-r .infos::-webkit-scrollbar-thumb:hover {
			width:4px;
			background-color:#989393
		}
	}
	@media (max-width: 767px) {
		.product-list-in {
			margin-top: 24px;
			padding-top: 24px;
		}
		.product-bussiness-in .item-r .boxs {
			padding-top: 14px;
			padding-bottom: 14px;
		}
	}



/*--------------
* productColumn
----------------*/
	.product-cailiao-in .item-r {
		display: inline-block;
		width: 25%;
		margin-top: 24px;
		text-align: center;
	}
	.product-cailiao-in .item-r .img-box {
		max-width: 126px;
		margin: 0 auto;
	}
	.product-cailiao-in .item-r .title {
		position: relative;
		padding-top: 10px;
		margin-top: 8px;
		color: #74747a;
		border-top: 1px solid #D8D8D8;
	}
	.product-cailiao-in .item-r .title::before {
		content: '';
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -2px;
		width: 4px;
		height: 4px;
		background-color: #807F7E;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.product-list4-in {
		padding-top: 8px;
	}
	.product-list4-in .item-r {
		margin-top: 24px;
	}
	.product-list4-in .item-r .infos {
		padding: 20px 24px;
		border: 1px solid #E4EBF3;
		border-left: none;
		overflow: hidden;
	}
	.product-list4-in .item-r .infos,
	.product-list4-in .item-r .desc,
	.product-list4-in .item-r .more-btn .iconfont {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.product-list4-in .item-r .title {
		font-size: 16px;
		font-weight: bold;
	}
	.product-list4-in .item-r .desc {
		margin-top: 10px;
		margin-bottom: 10px;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	.product-list4-in .item-r .more-btn {
		text-align: right;
	}
	.product-list4-in .item-r .more-btn .iconfont {
		color: #74747a;
	}

	.product-list4-in .item-r .link:hover .infos {
		color: #fefefe;
		background-color: #2266C7;
		border-bottom-color: #2266C7;
	}
	.product-list4-in .item-r .link:hover .desc {
		color: #fff;
		opacity: .8;
		filter: alpha(opacity=80);
	}
	.product-list4-in .item-r .link:hover .more-btn .iconfont {
		color: #fff;
	}

	@media (min-width: 768px) {}
	@media (max-width: 767px) and (min-width: 641px) {
		.product-list4-in .item-r .img-box {
			width: 200px;
			flex: 0 0 200px;
		}
		.product-list4-in .item-r .desc {
			height: 24px;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
	}
	@media (min-width: 641px) {
		.product-list4-in .item-r .link {
			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;
		}
		.product-list4-in .item-r .img-box {
			width: 265px;
			flex: 0 0 265px;
		}
		.product-list4-in .item-r .infos {
			flex: 1;
		}
	}
	@media (max-width: 640px) {
		.product-cailiao-in .item-r {
			width: 50%;
		}
		.product-list4-in .item-r .infos {
			padding: 20px;
			border-left: 1px solid #E4EBF3;
			border-top: none;
		}
		.product-list4-in .item-r .desc {
			margin-bottom: 0;
		}
		.product-list4-in .item-r .more-btn {
			display: none;
		}
	}



/*--------------
* productList
----------------*/
	.look-more-proLi {
		height: 24px;
		overflow: hidden;
	}
	.look-more-proLi .words {
		display: block;
		float: right;
		line-height: 24px;
		color: #ff5300;
		cursor: pointer;
	}
	.look-more-proLi .words .iconfont {
		margin-left: 3px;
	}
	.proLi-contents {
		max-height: 100px;
		overflow: hidden;
	}
	.proLi-contents.active {
		max-height: none;
	}
	.productList-lists-in .item-r {
		display: none;
	}
	.productList-lists-in .item-r.show {
		display: block;
	}



/*--------------
* productDetail
----------------*/
	.proDetail-title {
		display: block;
		margin-top: 24px;
		padding-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #ff5300;
		border-bottom: 1px solid #CDD3DB;
	}
	.proDetail-content {
		margin-top: 20px;
	}

	.proDetail-gallery .gallery {
		z-index: 5;
	}
	.proDetail-gallery .gallery::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 6;
		height: 127px;
		background-image: url(/content/web/images/prodetail-bg-i.png);
		background-position: top center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.proDetail-gallery .banner-pagination {
		bottom: 0;
		height: 60px;
		padding-top: 28px;
		padding-right: 28px;
		text-align: right;
		cursor: default;
	}
	.proDetail-gallery .banner-pagination .swiper-pagination-bullet {
		position: relative;
		width: 7px;
		height: 7px;
		margin: 0 4px;
		border-color: transparent;
		background-color: #fff;
	}
	.proDetail-gallery .banner-pagination .swiper-pagination-bullet::after {
		content: '';
		position: absolute;
		width: 11px;
		height: 11px;
		left: -3px;
		top: -3px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid transparent;
	}
	.proDetail-gallery .banner-pagination .swiper-pagination-bullet-active {
		background-color: #FF1E36;
	}
	.proDetail-gallery .banner-pagination .swiper-pagination-bullet-active::after {
		border-color: #FF1E36;
	}

	.productDetail-case .proDetail-content {
		margin-top: 22px;
	}

	@media (max-width: 767px) {
		.proDetail-gallery .banner-pagination {
			bottom: 0;
    		height: 40px;
		    padding-top: 16px;
			padding-right: 10px;
		}
		.proDetail-gallery .gallery::after {
			height: 50px;
		}
	}



/*--------------
* project
----------------*/
	.filter-wtp-in {}
	.filter-wtp-in .filter-list {
		padding: 14px 22px 22px;
		font-size: 0;
		border: 1px dashed #C9CACA;
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
		-moz-box-shadow: 0 2px 10px rgba(0,0,0,.15);
		box-shadow: 0 2px 10px rgba(0,0,0,.15);
	}
	.filter-wtp-in .filter-list .boxs {
		position: relative;
	}
	
	.filter-wtp-in .filter-list .filter-title,
	.filter-wtp-in .filter-list .filter-infos .tabs a {
		color: #76767a;
		font-size: 14px;
	}
	.filter-wtp-in .filter-list .filter-infos .tabs {
		display: inline-block;
		margin-top: 8px;
		padding-bottom: 8px;
		padding-right: 11px;
		border-bottom: 1px solid #E5E7E9;
	}
	.filter-wtp-in .filter-list .filter-infos .tabs a {
		display: block;
		position: relative;
		padding: 0 10px;
		line-height: 26px;
	    -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;
	}
	.filter-wtp-in .filter-list .filter-infos .tabs a::after {
		content: '';
		position: absolute;
		left: 50%;
		right: 0;
		bottom: -8px;
		width: 28px;
		height: 2px;
		margin-left: -14px;
		background-color: transparent;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	.filter-wtp-in .filter-list .filter-infos .tabs a:hover,
	.filter-wtp-in .filter-list .filter-infos .tabs.active a {
		font-weight: bold;
		color: #ff5300;
		background-color: #F2F5FA;
	}
	.filter-wtp-in .filter-list .filter-infos .tabs a:hover::after,
	.filter-wtp-in .filter-list .filter-infos .tabs.active a::after {
		background-color: #E60012;
	}
	.filter-wtp-in .filter-list .boxs-classify {
		margin-bottom: 20px;
	}
	/* .filter-wtp-in .filter-list .boxs-classify .filter-infos {
		border-bottom: 1px solid #E5E7E9;
	}
	.filter-wtp-in .filter-list .boxs-classify .filter-infos .tabs {
		border-bottom: none;
	} */


	.project-list-in {}
	.project-list-in .item-r {
		display: none;
	}
	.projectList-list-in .item-r,
	.project-list-in .item-r.show {
		display: inline-block;
	}
	.project-list-in .item-r .link .address,
	.project-list-in .item-r .link .pro-dd {
		height: 22px;
		line-height: 22px;
		font-weight: normal;
	}
	.project-list-in .item-r .link .address {
		margin-top: 4px;
		margin-bottom: 4px;
		/* color: #76767a;
			    -webkit-transition: all 0.3s;
			    -moz-transition: all 0.3s;
			    -ms-transition: all 0.3s;
			    -o-transition: all 0.3s;
			    transition: all 0.3s; */
	}
	.project-list-in .item-r .link:hover .title {
		background-color: #ff5300;
	}
	.project-list-in .item-r .link:hover .title,
	.project-list-in .item-r .link:hover .address,
	.project-list-in .item-r .link:hover .title .iconfont {
		color: #fff;
	}

	@media (min-width: 481px) {
        .filter-wtp-in .filter-list .boxs {
	        display: flex;
        }
		.filter-wtp-in .filter-list .filter-title {
			min-width: 80px;
			padding-top: 8px;
		}
		.filter-wtp-in .filter-list .filter-infos {
			position: relative;
			z-index: 2;
			flex: 1;
		}
	}




/*--------------
* projectDetail
----------------*/
	.projectDetail-title {
		color: #ff5300;
	}
	.projectDetail-content {}
	.projectDetail-content .projectDetail-list {
		position: relative;
		padding-left: 34px;
		padding-right: 34px;
	    border: 1px dashed #C9CACA;
	    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
	    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15);
	    box-shadow: 0 2px 10px rgba(0,0,0,.15);
	}
	.projectDetail-content .projectDetail-list::after {
		content: '';
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		width: 50px;
		z-index: 1;
		background-color: #F5F8FC;
	}
	.projectDetail-content .projectDetail-list .items {
	    display: flex;
		position: relative;
		z-index: 2;
		font-size: 0;
		border-bottom: 1px solid #E5E6E8;
		overflow: hidden;
	}
	.projectDetail-content .projectDetail-list .items:last-child {
		border-bottom: none;
	}
	.projectDetail-content .projectDetail-list .items .list-tit,
	.projectDetail-content .projectDetail-list .items .list-info {
		padding-top: 12px;
		padding-bottom: 12px;
		line-height: 24px;
	}
	.projectDetail-content .projectDetail-list .items .list-tit {
	    width: 115px;
	    padding-right: 10px;
		color: #77777a;
		font-size: 14px;
		background-color: #F5F8FC;
	    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.15);
	    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.15);
	    box-shadow: 0 2px 10px rgba(0,0,0,.15);
	}
	.projectDetail-content .projectDetail-list .items .list-info {
		position: relative;
		z-index: 2;
		flex: 1;
		min-height: 48px;
		padding-left: 20px;
		font-size: 14px;
		color: #3b3b3d;
		font-weight: bold;
	}

	.projectDetail-gallery {
		font-size: 0;
	}
	.projectDetail-gallery .gallery-left,
	.projectDetail-gallery .gallery-right {
		position: relative;
		display: inline-block;
		font-size: 14px;
	}
	.projectDetail-gallery .gallery-left {
		width: 62.2%;
		border: 1px solid #BBBABA;
	}
	.picSlideWr ul {
		padding: 0;
		margin: 0;
	} 
	.picSlideWr ul li {
		list-style: none;
	}
	.picSlideWr .bd li::after,
	.projectDetail-gallery .gallery::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		height: 130px;
		background-position: top center;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/content/web/images/projectDetail_bg.png);
	}
	.tips-all-proje {
		position: absolute;
		left: 0;
		top: 30px;
		z-index: 8;
		padding: 0 14px;
		line-height: 28px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background-color: #FD1E36;
	}
	.projectDetail-gallery .banner-pagination {
		display: none;
		bottom: 28px;
		width: 62.2%;
		font-size: 14px;
		color: #fff;
		text-align: right;
		letter-spacing: -1px;
		font-weight: bold;
		padding-right: 30px;
	}
	.projectDetail-gallery .banner-pagination .swiper-pagination-total {
		font-weight: normal;
	}
	.projectDetail-gallery .gallery-right {
		position: relative;
		width: 36.6%;
		margin-left: 1.2%;
	}
	.projectDetail-gallery .ban-left,
	.projectDetail-gallery .ban-right {
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 5;
		width: 50px;
		background-repeat: no-repeat;
		-webkit-background-size: 30px;
		background-size: 30px;
		background-position: center;
		outline: none;
	}
	.projectDetail-gallery .ban-left {
		left: 0;
		background-image: url(/content/web/images/icon/icon_left.png);
	}
	.projectDetail-gallery .ban-right {
		right: 0;
		background-image: url(/content/web/images/icon/icon_next.png);
	}

	.picSlideWr {
		position: relative;
	    overflow: hidden;
	}
	.picSlideWr .bd {
		margin: 0;
		padding: 0;
	}
	.picSlideWr .bd li {
		position: relative;
	    list-style: none;
	    float: left;
	    margin-right: 9px;
	}
	.picSlideWr .bd li {
	    width: 518px;
	}
	.projectDetail-gallery .swiper-slide {
		overflow: hidden;
		cursor: pointer;
	}
	.picSlideWr .bd li,
	.projectDetail-gallery .gallery {
		position: relative;
		overflow: hidden;
	}
	.picSlideWr .bd li .links-wor-s,
	.projectDetail-gallery .links-wor-s {
		display: block;
	}
	.picSlideWr .bd li img,
	.projectDetail-gallery .gallery2 img {
		max-width: none;
		width: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 3;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.picSlideWr .pon_box {
	    position: absolute;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: 9;
		width: 310px;
	    cursor: pointer;
		background-color: rgba(0,20,76, .55);
	}
	.picSlideWr .pon_box .next {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
		background-repeat: no-repeat;
		-webkit-background-size: 58px;
		background-size: 58px;
		background-position: center;
		background-image: url(/content/web/images/icon/icon_next.png);
	}
	.projectDetail-tips {
		margin-top: 10px;
		color: #777;
		font-size: 14px;
	}

	@media (min-width: 993px) {
		.picSlideWr,
		.picSlideWr .bd li,
		.picSlideWr .bd li .links-wor-s,
		.picSlideWr .pon_box,	
		.projectDetail-gallery .links-wor-s {
			height: 336px;
		}
		.projectDetail-gallery .ban-left {
			display: none;
		}
		.projectDetail-gallery .ban-right {
			width: 411px;
			background-color: rgba(0,20,76, .55);
			background-size: 58px;
			-webkit-background-size: 58px;
			cursor: pointer;
		}
	}
	@media (max-width: 992px) {
		.picSlideWr,
		.picSlideWr .bd li,
		.picSlideWr .bd li .links-wor-s,
		.picSlideWr .pon_box,	
		.projectDetail-gallery .links-wor-s {
			height: 30vw;
		}
		.picSlideWr {
			display: none;
		}
		.picSlideWr .bd li::after, .projectDetail-gallery .gallery::after {
			height: 70px;
		}
	}

	@media (max-width: 480px) {
		.projectDetail-gallery .ban-left, .projectDetail-gallery .ban-right {
			width: 36px;
		}
		.projectDetail-content .projectDetail-list .items .list-tit {
			width: 100px;
		}
		.projectDetail-content .projectDetail-list {
			padding-left: 20px;
			padding-right: 20px;
		}
		.projectDetail-gallery .gallery-left, .projectDetail-gallery .gallery-right {
			display: block;
			width: 100%;
		}
		.projectDetail-gallery .gallery-right {
			margin: 0;
			margin-top: 20px;
		}
		.projectDetail-gallery .ban-rig {
			background-color: transparent;
		}
		.picSlideWr .bd li::after, .projectDetail-gallery .gallery::after {
			height: 30px;
		}
	}

	@media (min-width: 371px) {
		.projectDetail-gallery .gallery {
			height: 78px;
		}
	}
	@media (max-width: 370px) {
		.projectDetail-gallery .gallery {
			height: 130px;
		}
	}




/*--------------
* investor
----------------*/
	.investor-infos {
		padding: 35px 10px;
		background-color: #EAF1FB;
	}
	.investor-infos .investor-list {
		font-size: 0;
	}
	.investor-infos .investor-list .items {
		padding-left: 24px;
		padding-right: 24px;
		font-size: 14px;
		border-left: 1px solid #D4DBE5;
	}
	.investor-infos .investor-list .items-zong,
	.investor-infos .investor-list .items-priceMax {
		border-left: none;
	}
	.investor-infos .investor-list .list-tit {
		color: #3a3a3d;
		white-space: nowrap;
	}
	.investor-infos .investor-list .percentage {
		font-size: 36px;
		color: #ff5300;
		letter-spacing: -2px;
		white-space: nowrap;
		font-family: 'TwCenMt CondensedExtraBold','Helvetica','Noto Sans S Chinese','思源宋体', 'Open Sans','SimSun';
	}
	.investor-infos .investor-list .items .list-info {
		margin-top: 10px;
	}
	.investor-infos .investor-list .items-zong .list-info {
		margin-top: 16px;
		margin-bottom: 24px;
	}

	.investor-infos .investor-list .infos {
		font-size: 12px;
		color: #74747A;
	}
	.investor-content .investor-content-wr {
		position: relative;
		padding: 32px;
		margin-top: 24px;
		border: 1px dashed #E0E0E1;
	}
	.investor-content .investor-content-wr::before,
	.investor-content .investor-content-wr::after,
	.investor-content .investor-content-wr .content::before,
	.investor-content .investor-content-wr .content::after {
		content: '';
		position: absolute;
		width: 4px;
		height: 4px;
		background-color: #646568;
	}

	.investor-content .investor-content-wr::before {
		top: -2px;
		left: -2px;
	}
	.investor-content .investor-content-wr::after {
		top: -2px;
		right: -2px;
	}
	.investor-content .investor-content-wr .content::before {
		bottom: -2px;
		left: -2px;
	}
	.investor-content .investor-content-wr .content::after {
		bottom: -2px;
		right: -2px;
	}

	@media (min-width: 993px) {
		.investor-infos .investor-list {
			position: relative;
		    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) {
		.investor-infos .investor-list .items {
			display: inline-block;
			width: 25%;
			margin-top: 20px;
		}
		.investor-infos .investor-list .items-zong {
			display: block;
			width: 100%;
			margin-top: 0;
		}
	}
	@media (max-width: 640px) {
		.investor-infos .investor-list .items {
			width: 50%;
		}
		.investor-infos .investor-list .items-zong {
			width: 100%;
		}
		.investor-infos .investor-list .percentage {
			font-size: 20px;
		}
		.investor-infos .investor-list .items {
			padding-left: 10px;
			padding-right: 10px;
			border-left: none;
		}
		.investor-infos .investor-list .items-nums {
			border-left: none;
		}
		.investor-infos .investor-list .list-tit {
			font-size: 12px;
		}
	}




/*--------------
* investor gonggao
----------------*/
	.investor-gonggao-in .item-r .pdf-ic {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 5;
		width: 52px;
		height: 52px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #ECF1F7;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-image: url(/content/web/images/icon/icon_pdf.png);
	}
	.investor-gonggao-in .item-r .infos .text {
		line-height: 18px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.investor-gonggao-in .item-r .infos .text .hot {
		margin-left: 14px;
	}
	.investor-gonggao-in .item-r .link:hover .pdf-ic {
		background-image: url(/content/web/images/icon/icon_pdf_blue.png);
	}
	.investor-gonggao-in .item-r .link:hover .infos .text {
		color: #fff;
	}

	@media (max-width: 767px) {
		.investor-gonggao-in .item-r .infos .text {
			line-height: 21px;
		}
	}
	@media (min-width: 481px) {
		.investor-gonggao-in .item-r .infos {
			padding-right: 80px;
		}
	}
	@media (max-width: 480px) {
		.investor-gonggao-in .item-r .pdf-ic {
			display: none;
		}
	}




/*--------------
* social shehuigongyi
----------------*/
	.shehuigongyi-content {}
	.shehuigongyi-content-wr {
		position: relative;
		background-image: url(/content/web/images/shehuigongyi_bg.jpg);
	}
	.shehuigongyi-content-wr .swiper-container {
		padding: 0 35px 35px;
	}
	.shehuigongyi-content-wr .swiper-container::after {
		content: '';
		position: absolute;
		left: 35px;
		right: 35px;
		bottom: 70px;
		height: 2px;
		background-color: #91B0DE;
	}
	.shehuigongyi-content-wr .items .text {
		display: block;
		position: relative;
		z-index: 9;
	}
	.shehuigongyi-content-wr .items .text .links {
		display: block;
		padding: 16px;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
		-moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
		box-shadow: 0 2px 8px rgba(0,0,0,.2);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.shehuigongyi-content-wr .items .infos::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 12px;
		bottom: 35px;
		z-index: 3;
		width: 1px;
		background-color: #91B0DE;
	}
	.shehuigongyi-content-wr .items .infos::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 31px;
		z-index: 5;
		width: 11px;
		height: 11px;
		margin-left: -5px;
		border: 2px solid #E70C1E;
		background-color: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	.shehuigongyi-content-wr .items .title {
		font-weight: bold;
		text-align: center;
	}


	.shehuigongyi-content-wr .items .links:hover {
		color: #fff;
		background-color: #FD223A;
	}

	@media (min-width: 768px) {
		.shehuigongyi-content-wr .items {
			padding-top: 45px;
			height: 405px;
		}
		.shehuigongyi-content-wr .swiper-slide:nth-child(3n+1) .text {
			padding-top: 40px;
		}
		.shehuigongyi-content-wr .swiper-slide:nth-child(3n+2) .text {
			padding-top: 100px;
		}
		.shehuigongyi-content-wr .items .infos,
		.shehuigongyi-content-wr .items .line,
		.shehuigongyi-content-wr .items .title {
			position: absolute;
			left: 0;
			right: 0;
		}
		.shehuigongyi-content-wr .items .infos {
			bottom: 0;
			z-index: 3;
		}
		.shehuigongyi-content-wr .items .line {
			bottom: 35px;
			z-index: 5;
		}
		.shehuigongyi-content-wr .items .title {
			bottom: 0;
			z-index: 6;
		}
	}

	@media (max-width: 767px) {
		.shehuigongyi-content-wr .swiper-container {
			padding: 20px;
			padding-top: 0;
		}
		.shehuigongyi-content-wr .swiper-container::after {
			bottom: auto;
			top: 8px;
		}
		.shehuigongyi-content-wr,
		.shehuigongyi-content-wr .items {
			padding-top: 20px;
		}
		.shehuigongyi-content-wr .items .infos,
		.shehuigongyi-content-wr .items .line,
		.shehuigongyi-content-wr .items .title {}

		.shehuigongyi-content-wr .items .infos {
			position: relative;
			height: auto!important;
			margin-bottom: 14px;
		}
		.shehuigongyi-content-wr .items .infos::after {
		}
		.shehuigongyi-content-wr .items .line {}
		.shehuigongyi-content-wr .items .title {
			margin-bottom: 8px;
			line-height: 24px;
		}
		.shehuigongyi-content-wr .items .text .links {
			padding-top: 8px;
			padding-bottom: 8px;
		}
		.shehuigongyi-content-wr .banner-right {
			right: 10px;
		}
		.shehuigongyi-content-wr .banner-left {
			left: 10px;
		}
	}



/*--------------
* social shehuigongyi shehuigongyiDetail
----------------*/
	.box-close {
		position: absolute;
	    top: 0;
	    right: -60px;
	    display: block;
	    width: 50px;
	   	font-family: iconfont;
	    font-size: 30px;
	    text-align: center;
	    font-style: normal;
	    font-weight: bold;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    vertical-align: -1px;
	    -webkit-text-stroke-width: 0!important;
	    text-align: center;
		color: #fff;
	    cursor: pointer;
	}

	.shehuigongyiDetail-banner {
		position: relative;
	}
	.shehuigongyiDetail-banner .gallery img {
		display: block;
		width: 100%;
	}
	.shehuigongyiDetail-banner .banner-right, .shehuigongyiDetail-banner .banner-left {
		color: #fff;
		border-color: #fff;
	}
	.shehuigongyiDetail-infos {
		padding: 26px;
	}
	.shehuigongyiDetail-infos .shehuigongyiDetail-title {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}
 .shehuigongyiDetail-body {
	 background-color: #fff;
 }
	@media (min-width: 800px) {
		.shehuigongyiDetail-body .site-section {
			padding: 0;
		}
		.shehuigongyiDetail-body .site-header,
		.shehuigongyiDetail-body .inner-banner,
		.shehuigongyiDetail-body .left-nav-wrp,
		.shehuigongyiDetail-body .promo-position,
		.shehuigongyiDetail-body .site-footer {
			display: none;
		}
		.shehuigongyiDetail-body .inner-wrapper,
		.shehuigongyiDetail-body .container,
		.shehuigongyiDetail-body .right-box-wrp .right-box-in {
			padding: 0;
			margin: 0;
		}
		.shehuigongyiDetail-body .shehuigongyiDetail-content {
		    max-width: 800px;
   			margin: 0 auto;
		}
		.shehuigongyiDetail-body .shehuigongyiDetail-infos {}
		.shehuigongyiDetail-body .container {
			width: 100%;
		}
		.shehuigongyiDetail-banner .banner-right, .shehuigongyiDetail-banner .banner-left {
			width: 48px;
			height: 48px;
			margin-top: -12px;
			line-height: 44px;
		}
	}
	@media (max-width: 799px) {
		.shehuigongyiDetail-infos {
			padding: 0;
			padding-top: 26px;
		}
		.shehuigongyiDetail-banner .banner-right {
			right: 15px;
		}
		.shehuigongyiDetail-banner .banner-left {
			left: 15px;
		}
	}



/*--------------
* service
----------------*/
	.service-map-i .map-boxs {
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-image: url(/content/web/images/service_bg.jpg);
	    overflow: hidden;
	}
	.service-map-i .map-boxs img {
	    display: block;
	    width: 100%;
	}

	.service-map-i .map-content {
		padding-top: 22px;
	}
	.service-map-i .map-content .items {
		position: relative;
		margin-top: 7px;
		padding: 15px 22px;
	    border: 1px dashed #C9CACA;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.service-map-i .map-content .items .link {
		position: relative;
		min-height: 47px;
	}

	.service-map-i .map-content .items .img-box {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		width: 47px;
	}
	.service-map-i .map-content .items .infos {
		position: relative;
		z-index: 3;
		padding-left: 65px;
		color: #76767a;
	}
	.service-map-i .map-content .items .title {
		font-weight: bold;
		color: #3b3b3d;
	}
	.service-map-i .map-content .items:hover {
		background-color: #F1F6FA;
	    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	    box-shadow: 0 2px 8px rgba(0,0,0,.2);
	}

	@media (max-width: 480px) {
		.service-map-i .map-content .items .img-box {
			width: 40px;
		}
		.service-map-i .map-content .items .infos {
			padding-left: 55px;
		}
		.service-map-i .map-content .items .desc {
			margin-top: 5px;
		}
	}



/*--------------
* service hezuo
----------------*/
	.hezuo-title {
		margin-top: 30px;
		font-size:16px;
		color:#3B3B3D;
		font-weight: bold;
	}
	.hezuo-text {
		margin-top: 16px;
		padding: 12px 18px;
		background-color: #F5F9FD;
	}
	.hezuo-partner-tips {
		margin-top: 10px;
	}

	.hezuo-partner-list {
		padding-top: 18px;
	}
	.hezuo-partner-list .rows-list-w {
		padding-left: 2px;
		padding-right: 2px;
	}
	.hezuo-partner-list .item-r {
		display: none;
		margin-top: 8px;
	}
	.hezuo-partner-list .item-r.show {
		display: inline-block;
	}
	.hezuo-partner-list .item-r .link {
		border: 1px solid #E3E3E3;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.hezuo-partner-list .item-r .link img {
		display: block;
		width: 100%;
	}
	.hezuo-partner-list .item-r .link:hover {
		border-color: #92ACDE;
	    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
	    box-shadow: 0 2px 8px rgba(0,0,0,.2);
	}
	
	@media (min-width: 641px) {
		.hezuo-partner-list .item-r {
			width: 15.8%;
			margin-right: 1.04%;
		}
		.hezuo-partner-list .item-r:nth-child(6n) {
			margin-right: 0;
		}
	}
	@media (max-width: 640px) {
		.hezuo-partner-list .item-r {
			width: 32.33%;
			margin-right: 1.5%;
		}
		.hezuo-partner-list .item-r:nth-child(3n) {
			margin-right: 0;
		}
	}





/*--------------
* map public
----------------*/
	.zhihui-map-i .map-boxs,
	.service-map-i .map-boxs {
		overflow: auto;
	}
	.zhihui-map-i .map-boxs #mainMap,
	.service-map-i .map-boxs #mainMap {
		width: 800px;
		margin: 0 auto;
	}
	.zhihui-map-i .map-boxs #mainMap {
		height: 733px;
	}
	.service-map-i .map-boxs #mainMap {
		height: 701px;
	}

	@media (max-width: 767px) {
		.service-map-i .map-boxs {
			display: none;
		}
		.service-map-i .map-content {
			padding-top: 0;
		}
	}


	.my-map, #mapContainer {
		width: 100%;
	}

	.my-map .icon {
	    cursor: pointer;
	    background-image: url(/content/web/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;
	}
	#map {
		position: relative;
		z-index: 2;
	}
	#map img {
		max-width: none;
	}



/*--------------
* form
----------------*/
	.form-wrapper .item-f {
		position: relative;
		margin-top: 26px;
	}
	.form-wrapper .item-f:first-child {
		margin-top: 0;
	}

	.form-wrapper .label-control {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5;
		padding-left: 20px;
		line-height: 42px;
		font-size: 14px;
	}
	.form-wrapper .label-control .star {
		color: #f00;
	}
	.form-wrapper .form-control {
		display: block;
		position: relative;
		z-index: 3;
		width: 100%;
		padding: 8px 20px 8px 90px;
		line-height: 24px;
		font-size: 14px;
		color: #343a3d;
		border: none;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	    background-color: #fff;
	}
	.form-wrapper .form-control:focus {
		border-color: rgba(255,0,0,1);
		-webkit-box-shadow: 0 2px 5px rgba(255,0,0,.2);
		box-shadow: 0 2px 5px rgba(255,0,0,.2);
	}

	.form-wrapper input.form-control,
	.form-wrapper select.form-control,
	.form-wrapper button.form-control {
		height: 42px;
	}
	.form-wrapper textarea.form-control {
		padding-top: 8px;
		padding-bottom: 8px;
		height: 120px;
		resize: none;
	}

	.form-wrapper .item-yzm {}
	.form-wrapper .item-yzm {
		padding-right: 135px;
	}
	.form-wrapper #canvas {
		position: absolute;
		right: 0;
		top: 0;
		width: 120px;
		height: 42px;
		background-color: #ccc;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
	}

	.form-wrapper .item-sub input {
		padding: 0;
		color: #fff;
		text-align: center;
		background-color: #F00;
	}

	.form-wrapper input.error {
		border-color: #FF3E07;
	}

	.form-wrapper label.error {
		display: block;
		margin-top: 5px;
		color: #FF3E07;
	}
	@media (max-width: 992px) {
	}
	@media (max-width: 767px) {
	}



/*--------------
* contact
----------------*/
	.contact-content {
		padding: 30px 40px 50px;
		font-size: 0;
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-background-size: cover;
	    background-size: cover;
		background-image: url(/content/web/images/contact_bg.jpg);
	}
	.contact-content .items {
		font-size: 14px;
	}
	.contact-title {
		margin-bottom: 10px;
		color: #ff5300;
		font-weight: bold;
	}
	.contact-content .company-name {
		margin: 0;
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
	}
	.contact-content .item-address .tabs-list {
		margin-bottom: 15px;
		border-bottom: 1px solid #D1DFF2;
	}
	.contact-content .item-address .tabs-list .tab {
		display: inline-block;
		position: relative;
		padding-bottom: 8px;
		margin-right: 20px;
		cursor: pointer;
	}
	.contact-content .item-address .tabs-list .tab::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -1px;
		height: 2px;
		width: 0;
		background-color: transparent;
	    -webkit-transform: translate(-50%, 0);
	    -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	    -o-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.contact-content .item-address .tabs-list .tab.active,
	.contact-content .item-address .tabs-list .tab:hover {
		font-weight: bold;
	}
	.contact-content .item-address .tabs-list .tab.active:after,
	.contact-content .item-address .tabs-list .tab:hover:after {
	    width: 100%;
	    background-color: #FB1C2D;
	}
	.contact-content .item-address .tabs-content .infos-st {
		display: none;
	}

	.contact-maps .my-map {
		height: 415px;
	}
	
	@media (min-width: 768px) {
		.contact-content .items {
			display: inline-block;
		}
		.contact-content .item-cont {
			width: 39%;
			padding-right: 20px;
		}
		.contact-content .item-address {
			width: 48%;
		}
	}

	@media (max-width: 767px) {
		.contact-content {
			padding: 20px;
		}
		.contact-content .item-address {
			margin-top: 20px;
		}
		.contact-maps .my-map {
			height: 350px;
		}
		.contact-content .item-address .contact-title {
			margin-bottom: 0;
		}
		.contact-content .item-address .tabs-list .tab {
			margin-top: 10px;
			margin-right: 14px;
		}
	}




/*--------------
* search
----------------*/
	.search-wrapper-in .news-list-in .item-r .infos {
		padding-left: 0;
	}
	.search-wrapper-in .news-list-in .item-r .link:hover .infos .desc {
		opacity: .74;
		filter: alpha(opacity=74);
	}

	@media (min-width: 768px) {
		.search-wrapper-in .news-list-in {
		    display: block;
		    width: 100%;
		    padding: 0;
		}
		.search-wrapper-in .news-list-in .item-r:first-child {
			margin-top: 0;
		}
	}




.map-content-lit .menu {
	padding: 28px;
	padding-top: 4px;
	padding-bottom: 30px;
	background-color: #F6F9FE;
}
.map-content-lit ul {
	margin: 0;
	padding: 0;
}
.map-content-lit ul li {
	list-style: none;
}
.map-content-lit .menu .menu-item {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDE0E4;
}
.map-content-lit .menu .menu-item .top {
	color: #3b3b3d;
	font-size: 16px;
	font-weight: bold;
}
.map-content-lit .menu .menu-item .menu-sub {}
.map-content-lit .menu .menu-item .menu-sub .two {
	display: inline-block;
	margin-right: 34px;
	margin-top: 10px;
}
.map-content-lit .menu .menu-item .menu-sub .two:last-child {
	margin-right: 0;
}
.map-content-lit .menu .menu-item .menu-sub .two a {
	display: inline-block;
	font-size: 14px;
	color: #76767a;
}
.map-content-lit .menu .menu-item .top:hover,
.map-content-lit .menu .menu-item .menu-sub .two a:hover {
	color: #ff5300;
}








/* 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;
}





/*--------------
* service - infos
----------------*/
	.map-boxs-iw {
		position: relative;
		overflow: hidden;
	}
	.service-imgs-iw {
		position: relative;
		z-index: 2;
	}

	.service-list-iw {}
	.service-list-iw .item-r {
		position: absolute;
		z-index: 6;
	}
	.service-list-iw .item-r.active {
		z-index: 9;
	}
	.service-list-iw .item-r .dot {
		font-size: 0;
		width: 10px;
		height: 10px;
		border: 1px solid #ff5300;
		background-color: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.service-list-iw .item-r .infos {
		display: none;
	    position: absolute;
	    left: 20px;
	    top: 0;
	    width: 300px;
	    padding: 32px;
	    background: rgba(0,0,0,.74);
	    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.4);
	    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.4);
	    box-shadow: 0 4px 10px rgba(0,0,0,.4);
	}
	.service-list-iw .item-r .province {
		font-size: 14px;
		font-weight: bold;
	    color: rgba(255,255,255,1);
	}
	.service-list-iw .item-r .desc {
	    color: rgba(255,255,255,.8);
	}
	.service-list-iw .item-r .desc,
	.service-list-iw .item-r .tel-s {
		margin-top: 14px;
		margin-bottom: 0;
	}


	.service-list-iw .item-r:hover .dot {
		width: 14px;
		height: 14px;
		margin-left: -2px;
		margin-top: -2px;
	}
	.service-list-iw .item-r:hover .infos {
		display: block;
	}
	
	/* 左上 */
	.service-list-iw .item-r.tianjin .infos,
	.service-list-iw .item-r.liaoning .infos,
	.service-list-iw .item-r.neimeng .infos,
	.service-list-iw .item-r.shangxi .infos,
	.service-list-iw .item-r.shangdong .infos,
	.service-list-iw .item-r.zhejiang .infos,
	.service-list-iw .item-r.hubei .infos,
	.service-list-iw .item-r.jiangsu .infos,
	.service-list-iw .item-r.jiangsu2 .infos,
	.service-list-iw .item-r.jiangsu3 .infos,
	.service-list-iw .item-r.jiangsu4 .infos,
	.service-list-iw .item-r.henan .infos,
	.service-list-iw .item-r.shanghai .infos,
	.service-list-iw .item-r.anhui .infos,
	.service-list-iw .item-r.jiangxi .infos,
	.service-list-iw .item-r.hunan .infos,
	.service-list-iw .item-r.heilongjiang .infos,
	.service-list-iw .item-r.jilin .infos,
	.service-list-iw .item-r.hebei .infos,
	.service-list-iw .item-r.hebei2 .infos,
	.service-list-iw .item-r.beijing .infos {
	    left: auto;
    	right: 20px;
	}

	/*右上*/
	.service-list-iw .item-r.hainan .infos,
	.service-list-iw .item-r.fujian .infos,
	.service-list-iw .item-r.fujian2 .infos,
	.service-list-iw .item-r.guangdong .infos,
	.service-list-iw .item-r.guizhou .infos,
	.service-list-iw .item-r.yunnan .infos,
	.service-list-iw .item-r.guangxi .infos {
		top: auto;
		left: auto;
		right: 20px;
	    bottom: 0;
	}

	.service-list-iw .shuangxi {
		top: 370px;
		left: 488px;
	    top: 53%;
	    left: 59%;
	}
	.service-list-iw .tianjin {
		top: 285px;
	    left: 597px;
	    top: 41%;
		left: 71.5%;
	}
	.service-list-iw .liaoning {
		top: 240px;
		left: 660px;
	    top: 34.5%;
    	left: 79%;
	}
	.service-list-iw .neimeng {
		top: 270px;
		left: 510px;
	    top: 38.6%;
    	left: 61%;
	}
	.service-list-iw .shangxi {
		top: 316px;
		left: 533px;
		top: 45%;
    	left: 64%;
	}
	.service-list-iw .shangdong {
		top: 332px;
		left: 599px;
		top: 48%;
	    left: 72%;
	}
	.service-list-iw .zhejiang {
		top: 442px;
		right: 174px;
		top: 63%;
    	right: 21%;
	}
	.service-list-iw .hubei {
		top: 424px;
		right: 257px;
	    top: 60.5%;
    	right: 31%;
	}
	.service-list-iw .sichuan {
		top: 428px;
		left: 416px;
	    top: 61%;
    	left: 50%;
	}
	.service-list-iw .ningxia {
		top: 326px;
		left: 454px;
	    top: 47%;
    	left: 54.5%;
	}
	.service-list-iw .fujian {
		top: 503px;
		right: 184px;
		top: 72%;
	    right: 22%;
	}
	.service-list-iw .chongqing {
		top: 443px;
		left: 476px;
		top: 63%;
    	left: 57%;
	}
	.service-list-iw .guangdong {
		bottom: 130px;
	    left: 558px;
	    left: 66.9%;
    	bottom: 18.5%
	}
	.service-list-iw .jiangsu {
		right: 178px;
	    top: 394px;
	    right: 21%;
    	top: 58%;
	}
	.service-list-iw .henan {
		top: 365px;
		left: 555px;
		top: 52.3%;
	    left: 66.4%;
	}
	.service-list-iw .guizhou {
		left: 463px;
		bottom: 186px;
	    left: 56%;
		bottom: 27%;
	}
	.service-list-iw .yunnan {
		left: 403px;
		bottom: 155px;
	    left: 48%;
    	bottom: 22%;
	}
	.service-list-iw .shanghai {
	    right: 154px;
    	top: 408px;
        right: 18.4%;
    	top: 58%;
	}
	.service-list-iw .anhui {
	    right: 208px;
    	top: 401px;
	    top: 57%;
	    right: 25%;
	}
	.service-list-iw .jiangxi {
	    right: 223px;
    	top: 461px;
	    right: 27%;
	    top: 66%;
	}
	.service-list-iw .heilongjiang {
		top: 163px;
		right: 116px;
		top: 23%;
	    right: 14%;
	}
	.service-list-iw .jilin {
		top: 188px;
		right: 135px;
		right: 16.3%;
	    top: 27%;
	}
	.service-list-iw .gansu {
	    top: 333px;
    	left: 419px;
        top: 47.5%;
    	left: 50.2%;
	}
	.service-list-iw .qinghai {
	    top: 339px;
    	left: 383px;
	    top: 49%;
	    left: 46%;
	}
	.service-list-iw .guangxi {
		bottom: 135px;
	    left: 492px;
	    bottom: 20%;
    	left: 59%;
	}
	.service-list-iw .hebei {
	    top: 299px;
    	left: 572px;
	    top: 43%;
	    left: 68.4%;
    }
	.service-list-iw .hunan {
	    right: 274px;
    	top: 470px;
	    top: 67%;
	    right: 33%;
    }
	.service-list-iw .beijing {
		top: 272px;
		left: 584px;
	    top: 39%;
    	left: 70%;
	}
	.service-list-iw .xinjiang {
	    top: 213px;
    	left: 230px;
	    top: 30.4%;
	    left: 27.5%;
    }
	.service-list-iw .hainan {
		left: 515px;
		bottom: 70px;
		left: 61.6%;
	    bottom: 10%;
	}

	.service-list-iw .hebei2 {
	    top: 46%;
    	left: 68.4%;
	}
	.service-list-iw .jiangsu2 {
	    right: 21.6%;
    	top: 56%;
	}
	.service-list-iw .jiangsu3 {
	    right: 22.6%;
    	top: 54%;
	}
	.service-list-iw .jiangsu4 {
	    right: 23.6%;
    	top: 52%;
	}
	.service-list-iw .fujian2 {
	    top: 74%;
    	right: 24%;
	}


@media (min-width: 1800px) {
	.site-header .header-content {
		padding-right: 280px !important;
	}
	/* .cnBodys .site-header .menu .menu-item .top {
		padding-left: 14px;
		padding-right: 14px;
	} */
}