@charset "utf-8";

@import url("global.min.css");
@import url("iconfont.css");

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-09-30
* 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: #373737;
	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: 12px;
	font-weight: normal;
	color: #6b6b6b;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* 表单placeholder文字样式 */
::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #6b6b6b;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #6b6b6b;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #6b6b6b;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #6b6b6b;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #484D53;}
::selection{color: #fff;background-color: #484D53;}



/* ---------------------------------------------------------------------------------------
Globals
---------------------------------------------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	/* padding: 0;
	list-style: none; */
	/*border: 0;*/
	word-break:break-word;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	cursor: auto;
	color: #373737;
	font-family: 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
	background: #fff;
	/*overflow: hidden;*/
}

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
}


.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.display-block {
	display: block;
}
.display-inlineblock {
	display: inline-block;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.display-table-cell {
	position: relative;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.position-rel {
	position: relative;
}
.position-abs {
	position: absolute;
}
.container {
	position: relative;
	width: 92%;
	margin: 0 auto;
}
.containerw1400 {
	width: 73.6%;
	margin: 0 auto;
}
.containerw1200 {
	width: 62.5%;
	margin: 0 auto;
}
.containerw1100 {
	width: 57.3%;
	margin: 0 auto;
}
.containerw1000 {
	width: 1000px;
	margin: 0 auto;
}


header, section, footer {
    transition: 0.8s ease;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.display-flex-between {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.display-flex-wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
} 

@keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}
 @-webkit-keyframes 
JUMP {
	0% {
	bottom: 75px;
	}
	50% {
	bottom: 95px;
	}
	80% {
	bottom: 85px;
	}
	100% {
	bottom: 75px;
	}
}

@-webkit-keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes MOVE {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    opacity: 1;
}
#loading .loading-main {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #E67A2E;
    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%;
}

input,button,select {
	border: none;
}
/* ------------------------------------
* public
---------------------------------------*/
.site-section {
	position: relative;
	z-index: 5;
	background-color: #fff;
	overflow: hidden;
}

.arrow-left-swiper,
.arrow-right-swiper {
	position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
	text-align: center;
    z-index: 10;
    color: #c5c0c2;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
	outline: none;
	border: 1px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.arrow-left-swiper {
	left: 0;
}
.arrow-right-swiper {
	right: 0;
}

.arrow-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 14px;
	z-index: 5;
	text-align: center;
}
.arrow-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}


.more-btn {
	display: inline-block;
	position: relative;
	width: 168px;
	height: 56px;
    line-height: 56px;
    overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.more-btn .more {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #373737;
    font-size: 14px;
	border: 1px solid #BFBFC2;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.more-btn .more .icon-arrow {
	display: inline-block;
    vertical-align: top;
	position: relative;
    top: 50%;
    margin-top: -3px;
	width: 20px;
	height: 7px;
	margin-left: 15px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../images/icon/icon_more.png);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.more-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: #303030;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

a:hover .more-btn:before,
.more-btn:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 300%;
    width: 300%;
}
a:hover .more-btn .more,
.more-btn:hover .more {
	color: #fff;
	border: 1px solid #303030;
}
a:hover .more-btn .more .icon-arrow,
.more-btn:hover .more .icon-arrow {
	background-image: url(../images/icon/icon_more_white.png);
}
.more-btn-white:before {
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 300%;
    width: 300%;
}
.more-btn-white .more {
	color: #fff;
	border: 1px solid #303030;
}
.more-btn-white .more .icon-arrow {
	background-image: url(../images/icon/icon_more_white.png);
}


.align-center {
	text-align: center;
}

.font48 {
	font-size: 48px;
}



/*弹出窗dialog修改为简单的DIV层 */
.aui_c{background: #fff;border-radius:5px 5px 3px 3px;}
.aui_titleBar{border-radius:3px 3px 0px 0px;height: 36px;background: #293846;line-height: 36px;overflow: hidden;position: relative;}
.dialog{height: 0;height: 0;font-size: 0;line-height: 0;border: none;}
.aui_main{padding:5px 10px; }
.aui_title{color: #DFE4ED;font-size: 14px;margin-left: 10px;text-shadow: 0px 1px 2px rgba(0,0,0,0.3);}
.aui_title:before{content: "\f06a";margin-right: 5px;}
.aui_titleBar .aui_close{font-size: 1.3em;color: #DFE4ED;position: absolute;top: 0px;right: 10px;}
.aui_footer{text-align: center;}
.aui_buttons{padding-bottom:20px; }
.aui_buttons [type="button"]{padding: 3px 16px;margin:0px 8px;border-radius: 2px;box-shadow: 0px 1px 2px rgba(0,0,0,0.1); background: #3498db;color:#fff;border: 1px solid #3498db;}
.aui_buttons [type="button"]:nth-child(1){border: 1px solid #19aa8d;background: #19aa8d;}
.tabBut li{cursor: pointer;}

/*附件上传图标修改 */
#div_swf_1,#div_swf_2,#div_swf_3,#div_swf_4{margin-left: -10px;}


/*信息提示框修改 */
body .showMsg{width:450px; height:200px;position:absolute;top:44%;left:50%;margin:-87px 0 0 -225px;border: 1px solid #293846;border-radius: 4px;height: 200px;box-shadow: 0px 1px 2px rgba(0,0,0,0.1);}
body .showMsg h5{background-image:none;background: #293846;height: 32px;padding:0px;line-height: 32px;font-size: 14px;color: #DFE4ED;text-align: left;}
body .showMsg h5:before{content: "\f06a";margin:0px 3px 0px 8px;}
body .showMsg .content{font-size: 14px;margin-top: 65px;}
body .showMsg .bottom{position: absolute;bottom:0px;left: 0px;text-align: center; width: 100%;height: 26px;line-height: 26px;font-size: 12px;}
body .showMsg .bottom a{color: #293846;}
body .showMsg .guery:before{content: "\f071";display:inline-block; font-size: 2em;color:#3498db;position: relative;top:4px;left: -8px;}
.showMsg .content #cat_search{text-align: center;}









.aui_title:before {
	display: none!important;
}
















.font36 {
	font-size: 36px;
}
.font20 {
	font-size: 20px;
}
.column-font40 {
	display: inline-block;
	position: relative;
	font-size: 40px;
	font-weight: 500;
    -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;
}
.column-font32 {
	display: inline-block;
	position: relative;
	font-size: 32px;
	font-weight: normal;
	color: #373737;
    -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;
}
.column-font30 {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #373737;
    -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;
}
.column-font28 {
	display: inline-block;
	position: relative;
	color: #e60013;
	font-size: 28px;
	font-weight: normal;
    -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;
}
.column-font24 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #373737;
}
.column-font22 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #373737;
}
.color-orange {
	color: #e67a2e;
}

.color-white {
	color: #fff;
}
.color-gray {
	color: #373737;
}
.color-red {
	color: #E60013;
}
.orange-line {
	height: 2px;
	text-indent: -9999px;
	background-color: #E67A2E;
}

.icon-bg {
	-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;
}

.site-box-shadow {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}


.thumb-scale {
	overflow: hidden;
}

.thumb-scale img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;	
}
.thumb-scale:hover img,
a:hover .thumb-scale img {
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}



#backtop {
	/* display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
    z-index: 99; */
    width: 60px;
    height: 40px;
	margin-top: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
	background: #e60013;
	cursor: pointer;
}



.cov-allnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61,61,61,.8);
    z-index: 62;
}



.three-rows {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}
.three-rows .item {
	position: relative;
	width: 31.66%;
	margin-right: 2.5%;
	margin-top: 3%;
	list-style: none;
	background-color: #fff;
}
.three-rows .item:nth-child(3n) {
	margin-right: 0;
}
.three-rows .link {
	display: block;
	height: 100%;
}
.three-rows .link .title {
    -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;
}
.three-rows .link .img-box {
	overflow: hidden;
}
.three-rows .link .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;
}


.four-rows {
	position: relative;
	padding-left: 0;
	font-size: 0;
}
.four-rows .item {
	display: inline-block;
	position: relative;
	width: 23.93%;
	margin-right: 1.42%;
	list-style: none;
}
.four-rows .item:nth-child(4n) {
	margin-right: 0;
}


.five-rows {
	position: relative;
	padding-left: 0;
	font-size: 0;
}
.five-rows .item {
	display: inline-block;
	position: relative;
	width: 18.86%;
	margin-right: 1.42%;
	list-style: none;
}
.five-rows .item:nth-child(5n) {
	margin-right: 0;
}
.five-rows .link {
	display: block;
}
.five-rows .item .gallery img {
	display: block;
	width: 100%;
}





















/* ---------------------------------
* header
------------------------------------*/
#phoneMenu {
	display: none;
}
#phoneMenu.mm-menu_offcanvas.mm-menu_opened {
	display: block;
}
#site-header {
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	width: 100%;
}
#site-header #site-header-outer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index: 1;
	overflow:hidden;
}
#site-header #site-header-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
    -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;
}
.hamburger {
	display:none;
    position: absolute;
    right: 0;
	top: 18px;
	z-index:1;
	line-height:0;
	width: 35px;
    height: 24px;
}
.hamburger:after,
.hamburger:before {
	content: '';
	display: block;
	background: #363738;
	height: 2px;
    border-radius: 2px;
}
.hamburger span {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: #363738;
}

/* bar */
#site-header .site-header-bar {
	position: relative;
	top: -100%;
    z-index: 4;
	background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#site-header .site-logo {
	display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
	margin-top: 24px;
	margin-left: 98px;
}
#site-header .site-logo img {
	display: block;
    height: 46px;
}
#site-header .site-logo #siteName {
	display: none;
}

#site-header .header-content {
	display: inline-block;
	float: right;
	margin-right: 30px;
}
/* menu */
#site-header .menu {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#site-header .menu .menu-item {
	display: inline-block;
	margin: 0 20px;
}

#site-header .menu .menu-item:first-child {
	margin-left: 0;
}
#site-header .menu .menu-item a {
	display: block;
	font-size: 14px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#site-header .menu .menu-item .top {
	position: relative;
    line-height: 90px;
    color: #373738;
	font-weight: bold;
    overflow: hidden;
}
#site-header .menu .menu-item .icon-xia {
    margin-left: 5px;
    font-size: 12px;
}

/* second */
#site-header .menu .menu-item .sub-wrapper {
	padding-top: 50px;
	padding-bottom: 40px;
    -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;
    overflow: hidden;
}
#site-header .menu .menu-item .menu-sub {
	font-size: 0;
}
#site-header .menu .menu-item .menu-sub>li {
    display: inline-block;
	margin-right: 70px;
	list-style: none;
}
#site-header .menu .menu-item .menu-sub .second {
	display: block;
    color: #373737;
	font-size: 16px;
}



/*third*/
#site-header .menu .menu-item .menu-sub .thirdItem {
	padding-top: 20px;
	padding-left: 0;
}
#site-header .menu .menu-item .menu-sub .thirdItem li {
	margin-top: 8px;
	list-style: none;
}
#site-header .menu .menu-item .menu-sub .thirdItem a {
	color: #767676;
	font-size: 14px;
}




/* other */
#site-header .site-header-bar {
    opacity: 0;
	border-bottom: 1px solid #eee;
}

/* search */
.search-wrapper {
	display: inline-block;
	float: right;
    z-index: 3;
}
.search-wrapper .search-items {
	position: relative;
    z-index: 2;
    margin-right: 90px;
	transition: all 350ms ease-in-out;
    transition-delay: 250ms;
    background-color: #F8F8F8;
}
.search-wrapper .search-icon {
	display: inline-block;
	position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
	width: 90px;
	height: 100%;
	background-image: url(../images/icon/search_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E50014;
	cursor: pointer;
	outline: none;
	border: none;
}
.search-wrapper .search-submit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 20%;
    min-width: 30px;
    height: 90px;
	background-image: url(../images/icon/search_key.png);
    background-repeat: no-repeat;
    background-position: center;
}
.search-wrapper .search-key {
	width: 0;
	height: 90px;
	padding: 30px 0 30px 20%;
	color: #969696;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/* form placeholder style */
.search-wrapper .search-key::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #969696;
}
.search-wrapper .search-key:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #969696;
}
.search-wrapper .search-key::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #969696;
}
.search-wrapper .search-key:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #969696;
}

.search-wrapper.open .search-icon {
	background-image: url(../images/icon/close_white.png);
}
.search-wrapper.open .search-items .search-key {
    width: 370px;
    padding-right: 30px;
}


/* lang */
.lang-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	width: 8.4vw;
	height: 100%;
	z-index: 3;
}
.lang-wrapper .current {
	position: relative;
	height: 100%;
    line-height: 90px;
    text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #E67A2E;
}
.lang-wrapper .current .icon-xia {
	margin-left: 6px;
	font-size: 12px;
}

.lang-wrapper .lang-list {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 68px;
}
.lang-wrapper .lang-list .items {
	margin-top: 4px;
	padding: 7px;
	text-align: center;
	background-color: #E67A2E;
}
.lang-wrapper .lang-list .items .show {
	font-size: 0;
	background-color: #fff;
}
.lang-wrapper .lang-list a {
	line-height: 54px;
	padding: 0 5px;
	font-size: 14px;
	color: #969696;
    -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;
}
.lang-wrapper .lang-list a:hover {
	color: #e60013;
}
.lang-wrapper:hover .lang-list {
	display: block;
}


/* header fixed height */
.headerH {
	/*height: 90px;*/
	height: 0;
	text-indent: -9999px;
}

#site-header,
#site-header .site-header-bar,
#site-header .container,
.headerH {
    height: 90px;
}

#site-header .menu .menu-case .menu-sub .thirdItem,
#site-header .menu .menu-news .menu-sub .thirdItem,
#site-header .menu .menu-about .menu-sub .thirdItem,
#site-header .menu .menu-contact .menu-sub .thirdItem {
	display: none;
}

@media (min-width: 993px) {
	#site-header .menu .menu-item .sub-wrapper {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		min-width: 140px;
		z-index: 20;
		border-top: 1px solid #eee;
		background-color: rgba(255,255,255,.96);
		-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
		box-shadow: 0 4px 10px rgba(0,0,0,.2);
	}
	#site-header .menu .menu-item .menu-sub {
		float: right;
	}
	#site-header .menu .menu-solution .menu-sub {
		margin-right: 22%;
	}
	#site-header .menu .menu-case .menu-sub {
		margin-right: 18%;
	}
	#site-header .menu .menu-news .menu-sub {
		margin-right: 10%;
	}
	#site-header .menu .menu-about .menu-sub {
		margin-right: 5%;
	}
	#site-header .menu .menu-contact .menu-sub {
		margin-right: 0;
	}
	#site-header .menu .sub-btn {
		display: none;
	}
	/* hover */
	#site-header .menu .menu-item:hover .sub-wrapper {
		display: block;
	}
	#site-header .menu .menu-item .menu-sub a:hover {
		color: #e60013;
	}

	#site-header .menu .menu-item:hover .top {
		color: #e60013;
	}
	#site-header .menu .menu-item.current .top {
		color: #e60013;	
	}
}























#site-header ul,
#site-header ol,
#site-footer ul,
#site-footer ol {
	padding-left: 0;
}
#site-header li,
#site-footer li {
	list-style: none;
}


/* ------------------------------------
* footer
---------------------------------------*/
#site-footer {
	position: relative;
	z-index: 2;
    color: #969696;
	background-color: #1A1A1A;
	border-top: 4px solid #E60013;
}

#site-footer a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#site-footer a:hover {
	color: #e60013;
}


#site-footer .footer-box .menu-item .menu-sub li,
#site-footer .footer-box .menu-item .menu-sub li a {
	font-size: 14px;
	font-weight: bold;
	color: #868686;
}


#site-footer .footer-box {
	position: relative;
	z-index: 5;
	padding-top: 60px;
	padding-bottom: 45px;
}
#site-footer .footer-box-list {
	position: relative;
	font-size: 0;
}

#site-footer .footer-box .menu {
	font-size: 0;
}
#site-footer .footer-box .menu-item {
	display: inline-block;
	margin-right: 6.5%;
}
#site-footer .footer-box .menu-contact {
	margin-right: 0;
}
#site-footer .footer-box .menu-item .menu-sub {
	padding-top: 5px;
}
#site-footer .footer-box .menu-item .menu-sub li {
	margin-top: 10px;
}
#site-footer .footer-copyright .links li a:hover,
#site-footer .footer-box .menu .menu-item .menu-sub li a:hover {
	color: #e60013;
}

#site-footer .footer-box .links {
	width: 20%;
	margin-right: 0;
    float: right;
}
#site-footer .footer-box .links .link-sel {
	width: 100%;
	height: 56px;
	padding: 0 15px;
	border: 1px solid #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* info-cont */
#site-footer .info-cont {
	position: relative;
	width: 84px;
	font-size: 0;
}
#site-footer .info-cont .info {
	display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#site-footer .info-cont .info .iconfont {
	font-size: 32px;
	font-weight: normal;
}
#site-footer .info-cont .wechat {
}
#site-footer .info-cont .weibo {
    margin-left: 20px;
}

#site-footer .info-cont .infoPic {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -75px;
	width: 130px;
	/*padding: 10px;*/
	background: #fff;
	z-index: 19;
}
#site-footer  .info-cont .infoPic img {
	display: block;
	max-width: 200px;
	width: 100%;
	text-align: center;
}
#site-footer .info-cont .info:hover,
#site-footer .info-cont .info.hover {
	color: #02B234!important;
}
#site-footer .footer-copyright {
    width: 100%;
}
#site-footer .footer-copyright-list {
	position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
	border-top: 1px solid #484848;
}
#site-footer .footer-copyright-list a {
    color: #969696;
    font-weight: normal;
}
#site-footer .footer-copyright-list a:hover {
    color: #e60013;
}

/* 手机端 微信 微博 */
.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 img {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: 135px;
    font-size: 14px;
}


/*news-list ===========*/
.news-list {
	padding-left: 0;
}
.news-list .item {
	list-style: none;
}
.news-list .item .link {
	display: block;
	width: 100%;
	overflow: hidden;
}
.news-list .item .gallery {
	float: left;
}
.news-list .item .gallery img {
	display: block;
	width: 100%;
}
.news-list .item .info {
	float: right;
}
.news-list .item .title,
.site-news .news-list .item .title:before,
.news-list .item .look {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news-list .item .title {
	margin-top: 4px;
	margin-bottom: 10px;
	color: #373737;
	font-size: 20px;
}
.news-list .item .look {
	font-size: 12px;
}
.news-list .item .look .iconfont {
	padding-left: 17px;
	vertical-align: middle;
}




/* ---------------------------------
* home
------------------------------------*/
.site-column {}
.site-column .column-font30 {
	line-height: 56px;
}
.site-column .column-list {
	float: right;
	padding-left: 0;
	font-size: 0;
}
.site-column .column-list .item {
	display: inline-block;
	margin-right: 30px;
	list-style: none;
}
.site-column .column-list .item:last-child {
	margin-right: 0;
}
.site-column .column-list .item a {
	display: block;
    position: relative;
    padding-left: 18px;
    line-height: 56px;
	font-size: 18px;
	color: #767676;
    -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 .column-list .item a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 8px;
	background-color: #767676;
    -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 .column-list .item a:hover {
    color: #E60013;
}
.site-column .column-list .item a:hover:before {
    background-color: #E60013;
}



/*--------------
* banner
----------------*/
.site-banner {
	position: relative;
	overflow: hidden;
}
.site-banner .arrow-pagination {
	display: none;
}
.site-banner .arrow-left-swiper,
.site-banner .arrow-right-swiper {}
.site-banner .arrow-left-swiper {
	left: 6.5%;
}
.site-banner .arrow-right-swiper {
	right: 6.5%;
}
.site-banner .arrow-left-swiper:hover,
.site-banner .arrow-right-swiper:hover {
	border-color: rgba(58,56,81,.4);
	background-color: rgba(83,83,83,.4);
}

.site-banner .arrow-pagination {
	bottom: 7%;
}

.site-banner .banner-box .item,
.site-banner .banner-box .des,
.site-banner .banner-box .more {
    -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-banner .banner-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.site-banner .banner-box .rows {
	position: relative;
	padding-left: 0;
	font-size: 0;
}
.site-banner .banner-box .item {
	display: inline-block;
    position: absolute;
    bottom: 0;
	width: 20%;
	padding: 30px 0;
	color: #fff;
	list-style: none;
	border-top: 1px solid #B0AFAF;
}
.site-banner .banner-box .link {
	display: block;
	color: #fff;
}
.site-banner .banner-box .title {
	font-size: 20px;
	color: #fff;
}
.site-banner .banner-box .des {
	position: absolute;
	left: 0;
	bottom: -100%;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: 10px;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.site-banner .banner-box .more {
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 2;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #B0AFAF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

@media (min-width: 993px) {
	.site-banner .banner-box .itemHover {
		padding-bottom: 88px;
	}
	.site-banner .banner-box .itemHover .title {
		font-weight: bold;
	}
	.site-banner .banner-box .itemHover .des {
		bottom: 30px;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.site-banner .banner-box .itemHover .more {
		opacity: .4;
		filter: alpha(opacity=40);
	}

}
.site-banner .banner-box .item0 {
	left: 0;
}
.site-banner .banner-box .item1 {
    left: 27%;
}
.site-banner .banner-box .item2 {
	left: 54%;
}
.site-banner .banner-box .item3 {
	right: 0;
}





/*--------------
* needs
----------------*/
.site-needs {
	/* padding-top: 60px;
	padding-bottom: 120px; */
	padding-top: 3%;
	padding-bottom: 6%;
}
.site-needs .five-rows,
.site-needs .four-rows {
	margin-top: 28px;
}
.site-needs .link .gallery {
	position: relative;
	z-index: 3;
}
.site-needs .link .red-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #E60013;
    -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-needs .link .title {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.site-needs .link .cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: url(../images/banner_bg.png) center / cover no-repeat;
}
.site-needs .link:hover .red-bg {
	top: 8px;
	left: 8px;
}


/*--------------
* product
----------------*/
.site-product {
	position: relative;
	/* padding-top: 120px;
	padding-bottom: 150px; */
	padding-top: 6%;
	padding-bottom: 8%;
	background-image: url(../images/index_productBg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.site-product .whiteBg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 91.15%;
}
.site-product .whiteBg img {
	display: block;
	width: 100%;
}
.site-product .site-product-banner {
	position: relative;
	margin-top: 85px;
}
.site-product .site-product-banner .swiper-container {
	width: 786px;
    margin: 0;
}
.site-product .item {
	overflow: hidden;
}
.site-product .item .en {
	line-height: 80px;
	font-size: 80px;
	color: #A5A5A5;
	font-family: 'Humanist521BT Light','Microsoft Yahei','Helvetica','Open Sans','SimSun';
}
.site-product .item .column-font32 {
	color: #fff;
}
.site-product .column-font30 {
	color: #FF3C00;
}
.site-product .item .desc {
	margin-top: 35px;
	font-size: 14px;
	color: #fff;
}
.site-product .item .more {
	display: inline-block;
	width: 180px;
	height: 56px;
	margin-top: 86px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #E60013;
}
.site-product .item .more .iconfont {
	margin-left: 5px;
}
.site-product .pro-pagination .swiper-pagination-bullet {
	display: block;
	position: relative;
	padding-right: 10px;
	width: 95px;
	height: 28px;
	line-height: 28px;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.site-product .pro-pagination .swiper-pagination-bullet.words:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 9px;
	height: 3px;
	background-color: #ACACAE;
}
.site-product .pro-pagination .swiper-pagination-bullet-active.words:after {
	background-color: #E93904;
}
.site-product .list-pro-column {
	display: none;
}
@media (min-width: 993px) {
	.site-product .pro-pagination {
		position: absolute;
	    top: 50%;
	    right: 0;
	    z-index: 3;
	    margin-top: -70px;
	    -webkit-transform: translate(-50%, 0%);
	    -moz-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	    -o-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
}






/*--------------
* about
----------------*/
.site-about {
	position: relative;
	/* padding-top: 80px;
	padding-bottom: 120px; */
	padding-top: 4%;
	padding-bottom: 6%;
}

.site-about .site-about-box {
	padding-top: 10%;
}
.site-about .gallery {
	position: relative;
	float: right;
	width: 51%;
}
.site-about .big-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 87%;
}
.site-about .orange-thumb {
	position: relative;
	z-index: 1;
    width: 56%;
    float: right;
}

.site-about .content {
	width: 28.9%;
	margin-left: 13.54%;
}
.site-about .content .desc {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 18px;
}
.site-about .content .info {
	margin-bottom: 80px;
	color: #767676;
}




/*--------------
* advbg
----------------*/
.site-advbg {
	/* padding-top: 120px;
	padding-bottom: 110px; */
	padding-top: 6%;
	padding-bottom: 5.5%;
	color: #fff;
	font-size: 30px;
	text-align: center;
}
@media (min-width: 993px) {
	.site-advbg {
		background-attachment: fixed;
	}
}

.site-advbg .column-font30,
.site-advbg .column-font40 {
	display: block;
	color: #fff;
	font-family: 'Noto Sans S Chinese', 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
}

.site-advbg .column-font30 {
	font-weight: normal;
}




/*--------------
* news
----------------*/
.site-news {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F8F8F8;
}
.site-news-left {
	width: 13.54%;
	float: left;
	height: 50vh;
	background-color: #fff;
	/* -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
}
.site-news-right {
	width: 86.46%;
	float: right;
	padding-left: 9.12%;
	/* padding-top: 65px;
	padding-bottom: 80px; */
	padding-top: 3.5%;
	padding-bottom: 4%;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 13px rgba(0,0,0,0.1);
	box-shadow: 0 5px 13px rgba(0,0,0,0.1);
}
.site-news-right .containerw1100 {
	width: 75%;
	margin: 0;
}
.site-news .site-news-list {
	margin-top: 30px;
	border-top: 1px solid #EBEBED;
}
.site-news .news-list .item .gallery {
	width: 20.36%;
}
.site-news .news-list .item .date {
	font-size: 12px;
	color: #969696;
}
.site-news .news-list .item .title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 1px;
	background-color: #E60013;
}
.site-news .news-list .item {
	margin-top: 20px;
	border-bottom: 1px solid #EBEBED;
}
.site-news .news-list .item .info {
	width: 74%;
    color: #969696;
}
.site-news .news-list .item .title {
	position: relative;
    padding-right: 60px;
}
.site-news .news-list .item .desc {
	margin-bottom: 5px;
}
/*hover*/
.site-news .news-list .item .link:hover .title {
	padding-left: 60px;
	padding-right: 0;
	color: #E60013;
}
.site-news .news-list .item .link:hover .title:before {
	width: 43px;
}


.site-news .look-more {
	display: block;
	width: 100%;
	margin-top: 35px;
	height: 58px;
	font-weight: bold;
	line-height: 57px;
	color: #969696;
	text-align: center;
	border-bottom: 1px solid #EBEBED;
	background-color: #F8F8F8;
    -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-news .look-more .iconfont {
	margin-left: 5px;
}
.site-news .look-more:hover {
	color: #E60013;
}

/*--------------
* about
----------------*/
.site-contact {
	/* padding-top: 60px;
	padding-bottom: 95px; */
	padding-top: 3%;
	padding-bottom: 5%;
	background-color: #F8F8F8;
}
.site-contact .site-contact-list {
	margin-top: 30px;
}

.site-contact .item {
	/* padding-top: 40px;
	padding-bottom: 40px; */
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 5px;
	padding-right: 5px;
	background: #fff;
	border: 1px solid #F1F1F1;
	-webkit-box-shadow: 0 2px 5px rgba(241,241,241,1);
	box-shadow: 0 2px 5px rgba(241,241,241,1);
}
.site-contact .item .title {
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
}
.site-contact .item .desc,
.site-contact .item a {
	color: #767676;
	font-size: 14px;
}
.site-contact .item .desc {
	width: 205px;
	margin: 0 auto;
	line-height: 24px;
}
.site-contact .item .email {
	margin-top: 8px;
}
.site-contact .item a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-contact .item .iconfont {
	margin-right: 15px;
	vertical-align: middle;
	font-size: 24px;
}
.site-contact .item a:hover {
	color: #e60013;
}

.site-contact .item:hover .title {
	font-weight: bold;
}






/* ---------------------------------
* inner
------------------------------------*/
.inner-column {
	position: relative;
}
.inner-column .column-en-font14 {
	font-size: 14px;
	color: #969696;
	font-family: 'Arial','Microsoft Yahei','Helvetica','Open Sans','SimSun';
}

.inner-wrapper {
    min-height: 50vh;
    padding-top: 3%;
	padding-bottom: 5%;
}

/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -30px;
	text-indent: -9999px;
	background: url(../images/close.png) center no-repeat!important;
}
.poptrox-popup .caption {
    line-height: normal!important;
	color: #363738;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
	width: 55px;
	height: 66px;
	margin-top: -33px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 55px 66px;
	background-size: 55px 66px;
}
.poptrox-popup .nav-previous {
	left: -31px;
	background-image: url(../images/prev.png);
}
.poptrox-popup .nav-next {
	right: -31px;
	background-image: url(../images/next.png);
}

.pagination {
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #373738;
}

.pagination a,
.pagination span,
.pagination .cpb {
    display: inline-block;
    padding: 5px 16px;
    margin-right: 5px;
	color: #373738;
	border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pagination a:hover {
	color: #e60013;
}
.pagination .cpb,
.pagination span,
.pagination .current {
	color: #e60013;
	border-bottom-color: #e60013;
}
.pagination a.all {display: none!important;}
.column-border-bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #DBDBDB;
} 
.site-column .column-tabs {}
.site-column .column-tabs .item {
	display: inline-block;
    margin-left: 2.6vw;
    margin-top: 20px;
}
.site-column .column-tabs .item:first-child {
	margin-left: 0;
}
.site-column .column-tabs .item a {
	display: block;
	line-height: 34px;
	color: #767676;
	font-size: 20px;
}
.site-column .column-tabs .item h3 {
	font-weight: normal;
}
.site-column .column-tabs .item a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #e67a2e;
    -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 .column-tabs .item a:hover {
	color: #e67a2e;
}
.site-column .column-tabs .item a:hover:after {
	width: 100%;
}
.site-column .column-tabs .item.current a {
	color: #e67a2e;
}
.site-column .column-tabs .item.current a:after {
	width: 100%;
}

.menu-column-total {
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #EFEFEF;
}
.menu-column-total .title-wrapper {
	padding-left: 0;
	font-size: 0;
	text-align: center;
}
.menu-column-total .title-wrapper .item {
	display: inline-block;
	width: 12.5%;
}
.menu-column-total .title-wrapper .link {
    display: block;
    position: relative;
    padding: 1vw 0;
    line-height: 32px;
    color: #767676;
    font-size: 16px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu-column-total .title-wrapper .link:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #E50014;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.menu-column-total .title-wrapper .link:hover {
	background-color: #F9F9FA;
}
.menu-column-total .title-wrapper .link:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*active*/
.menu-column-total .title-wrapper .item.active .link {
	background-color: #F9F9FA;
}
.menu-column-total .title-wrapper .item.active .link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.website-menu {
	padding-top: 15px;
}
.website-menu .rows {
	padding-left: 0;
	font-size: 0;
}
.website-menu .item {
	display: inline-block;
	list-style: none;
	margin-right: 40px;
	margin-top: 15px;
}
.website-menu .item:last-child {
	margin-right: 0;
}
.website-menu .item .link {
	display: block;
	position: relative;
	padding-bottom: 8px;
	color: #767676;
	font-size: 18px;
    -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;
}

.website-menu .item .link:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #ADADAD;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.website-menu .item .link:hover {
	color: #373737;
}

/*active*/
.website-menu .item.active .link {
	color: #373737;
}
.website-menu .item.active .link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}








/*formbox*/
.formbox-list {
	margin-top: 5%;
}
.formbox-list .rows {
	padding-left: 0;
}
.formbox-list .item {
	position: relative;
	padding-right: 40px;
	margin-bottom: 36px;
	list-style: none;
}
.formbox-list select,
.formbox-list input[type="text"],
.formbox-list input[type="submit"],
.formbox-list input[type="button"],
.formbox-list textarea {
	width: 100%;
	height: 56px;
	padding: 5px 30px;
	line-height: 28px;
	color: #767676;
	background-color: #FBFBFB;
	outline: none;
	border: 1px solid #EEE;
}
.formbox-list .star {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 56px;
}
.formbox-list .form-textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 240px;
	resize: none;
}

.formbox-list .sub-it {
	padding-top: 24px;
	margin-bottom: 0;
}
.formbox-list input[type="submit"].form-sub {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #E60013;
	background-color: #E60013;
}

.formbox-list select:focus,
.formbox-list input[type="text"]:focus,
.formbox-list textarea:focus {
	-webkit-box-shadow: 0 0 6px rgba(229,0,20,.5);
	box-shadow: 0 0 6px rgba(229,0,20,.5);
}





.formbox-list .gender-item .star {
	line-height: 24px;
}

.formbox-list .position-fixed-form {
    display: none;
    position: relative;
    height: 0;
    /* position: fixed;
    left: 0;
    bottom: 40%;
    text-align: center; */
    z-index: 2;
    width: 100%;
}
.formbox-list .position-fixed-form .siteFormInfo {
	position: absolute;
	left: 0;
	top: -45px;
    /* padding: 5px 15px; */
    color: #E60013;
    font-size: 14px;
    /* background: rgba(0,0,0,.5);
    border-radius: 25px; */
}



.search-formbox-list .formbox-list .search-items {
	position: relative;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.search-formbox-list .formbox-list .search-key,
.search-formbox-list .formbox-list .search-submit {
	height: 50px;
}
.search-formbox-list .formbox-list .search-key {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-right: 50px;
}
.search-formbox-list .formbox-list .search-submit {
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	background-color: #E50014;
    background-image: url(../images/icon/search_icon.png);
    background-position: center;
    background-repeat: no-repeat;
}
.search-formbox-list .formbox-list .search-key:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*--------------
* solution
----------------*/
.solution-wrapper {}
.solution-content {
	position: relative;
	margin-top: 1%;
}
.solution-content .gallery-thumbs {
	position: relative;
}

.solution-content .gallery-thumbs .picList {
	overflow: hidden;
	padding-left: 0;
}
.solution-content .gallery-thumbs .picList li {
	list-style: none;
	overflow: hidden;
}
.solution-content .gallery {
	width: 55.29%;
	float: right;
}

.solution-content .gallery img {
	display: block;
	width: 100%;
}
.solution-content .item {
	position: relative;
	width: 36%;
	float: left;
	padding-top: 4%;
	padding-left: 70px;
	font-size: 0;
}
.solution-content .item .num {
	position: absolute;
	left: 0;
	top: -10px;
	z-index: 2;
	line-height: 130px;
	font-size: 140px;
	font-weight: bold;
	color: #F4F4F4;
	font-style: italic;
	font-family: 'Arial','SimSun','Microsoft Yahei','Helvetica','Open Sans';
}
.solution-content .item .content {
	position: relative;
	z-index: 5;
}
.solution-content .item .cur-column {
	font-weight: normal;
}
.solution-content .item .desc {
	margin-top: 10px;
	font-size: 18px;
	margin-bottom: 42px;
}


.solution-content .item .tabs-list .rows {
	padding-left: 0;
}
.solution-content .item .tabs-list .tabs {
	list-style: none;
}
.solution-content .item .tabs-list .tabs a {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: #767676;
	border-bottom: 2px solid #F2CBCB;
    -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;
}
.solution-content .item .tabs-list .tabs a:hover {
	color: #414141;
	background-color: #F2CBCB;
}

.solution-content .item .more-yy {
	display: inline-block;
	width: 44%;
	max-width: 160px;
	height: 52px;
	margin-top: 16%;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #E60013;
	border: 1px solid #E60013;
    -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;
}
.solution-content .item .more-yy:hover {
	color: #fff;
	background-color: #E60013;
}

.solution-content .item .more-yy-look {
	margin-left: 20px;
}


.solution-content .button-item {
	position: absolute;
	right: 55.29%;
	top: 0;
	z-index: 5;
	width: 112px;
	margin-right: -112px;
	height: 56px;
	line-height: 56px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}

.solution-content .button-prev,
.solution-content .button-next {
	display: inline-block;
	width: 56px;
	height: 56px;
	outline: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.solution-content .button-prev:hover,
.solution-content .button-next:hover {
	color: #F06671;
}








/*--------------
* solutionDetail
----------------*/
.solutionDetail-wrapper {
}
.solutionDetail-wrapper .solutionDetail-container {
	position: relative;
	overflow: hidden;
}
.solutionDetail-wrapper .abg {
	display: none;
	position: absolute;
	right: 23%;
	top: 0;
	width: 2.3%;
	height: 100%;
	/*background-image: url(../images/solutionDetail_bg2.png);*/
    background-repeat: repeat-y;
}
.solutionDetail-wrapper .nav-wrapper,
.solutionDetail-wrapper .content-wrapper {
	padding-top: 5%;
	padding-bottom: 5%;
}
.solutionDetail-wrapper .content-wrapper {
    width: 77%;
    padding-left: 7%;
    padding-right: 7%;
    float: left;
}
.solutionDetail-wrapper .content-wrapper .content {
	margin-top: 20px;
	color: #767676;
}





.solutionDetail-wrapper .nav-wrapper {
    width: 23%;
    float: right;
    padding-left: 4%;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.solutionDetail-wrapper .nav-wrapper a {
	padding: 0 5px;
    vertical-align: middle;
	color: #767676;
    -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;
}
.solutionDetail-wrapper .nav-wrapper ul {
	padding-left: 0;
}
.solutionDetail-wrapper .nav-wrapper ul li {
	list-style: none;
}
.solutionDetail-wrapper .nav-wrapper .iconfont {
	vertical-align: middle;
	margin-left: 8px;
}
.solutionDetail-wrapper .nav-wrapper .nav-first {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #E6E6E6;
}
.solutionDetail-wrapper .nav-wrapper .nav-first:first-child {
	padding-top: 0;
}
.solutionDetail-wrapper .nav-wrapper .nav-first:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .topLink {
	font-size: 18px;
	color: #373737;
	font-weight: bold;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .second-list {
    display: none;
	padding-top: 18px;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .second-list .second {
	margin-top: 8px;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .secondLink {
    vertical-align: middle;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .third-list {
    display: none;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-left: 24px;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .thirdLink {}




/*hover*/
.solutionDetail-wrapper .nav-wrapper .nav-first a:hover {
	color: #e60013;
}



/*active*/
.solutionDetail-wrapper .nav-wrapper .nav-first .current,
.solutionDetail-wrapper .nav-wrapper .nav-first .current:hover {
	color: #414141;
	background-color: #F2CBCB;
}
.solutionDetail-wrapper .nav-wrapper .nav-first .topLink.active,
.solutionDetail-wrapper .nav-wrapper .nav-first .secondLink.active {
	color: #e60013;
}








/*--------------
* caseWebsite
----------------*/
.caseWebsite-wrapper {
	background-color: #F6F6F6;
}
.caseWebsite-list {}
.caseWebsite-list .item {
	margin-top: 5%;
}
.caseWebsite-list .link {
	display: block;
	position: relative;
	top: 0;
	background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.caseWebsite-list .item .gallery {}
.caseWebsite-list .item .gallery img {
	display: block;
	width: 100%;
}
.caseWebsite-list .item .info {
	padding: 15px;
}

.caseWebsite-list .item .title {
	font-size: 16px;
	font-weight: bold;
}
.caseWebsite-list .item .desc {
	margin-top: 10px;
}
.caseWebsite-list .item .desc span {
	display: inline-block;
	margin-right: 6px;
    padding: 0 6px;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
}
.caseWebsite-list .item .desc span:nth-child(2n+1) {
	background-color: #E94A5D;
}
.caseWebsite-list .item .desc span:nth-child(2n) {
	background-color: #25B4B0;
}

.caseWebsite-list .link .cover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(60,51,51,.4);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	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;
}
.caseWebsite-list .link .cover img {
	width: 42px;
	height: 42px;
}

.caseWebsite-list .link:hover {
	top: -30px;
}
.caseWebsite-list .link:hover .cover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}








/*--------------
* expert
----------------*/
.expert-wrapper {}

.expert-list .title {
	display: block;
	margin-bottom: 10px;
}
.expert-list .text {
	position: relative;
}
.expert-list .star {
	right: -40px;
}
.expert-list .gender-item {
	line-height: 24px;
}









/*--------------
* about
----------------*/
.about-content {
	position: relative;
	padding-top: 2%;
    padding-bottom: 7%;
    margin-bottom: 4%;
}
.about-content .aBg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 44.63%;
}
.about-content .about-contentBox {
	position: relative;
	z-index: 5;
}
.about-content .gallery {
	width: 52.58%;
	float: left;
	margin-left: 11.25%;
}
.about-content .gallery img {
	display: block;
	width: 100%;
}
.about-content .content {
	padding: 2% 0;
	width: 29%;
	float: right;
}
.about-content .content .text {
	margin-top: 30px;
	line-height: 2;
	color: #767676;
	font-size: 14px;
}

/*base*/
.about-base {
	font-size: 0;
}
.about-base .base-item {
	font-size: 14px;
}
.about-base .base-item .box {}
.about-base .base-item .content {
	margin-top: 22px;
}
.about-base .base-item .content:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 30px;
	background-color: #D8D8D8;
}

/*mission*/
.about-base .mission {
    padding: 7% 0;
}
.about-base .mission .box {
    padding: 5% 6%;
	background-color: rgba(255,255,255,.92);
}

/*vision  location*/
.about-base .base-list {
	display: inline-block;
	width: 50%;
    padding: 6% 0;
}
.about-base .vision,
.about-base .location {}


@media (min-width: 768px) {
	.about-base .base-list,
	.about-base .base-list .column-font28,
	.about-base .base-list .column-en-font14 {
		color: #fff;
	}
}





/*--------------
* certificate
----------------*/
.certificate-list .four-rows .item {
	margin-top: 30px;
}
.certificate-list .four-rows .gallery {
    border: 1px solid #DADADA;
}
.certificate-list .four-rows .gallery img {
	display: block;
	width: 100%;
}
.certificate-list .four-rows .link {
	display: block;
}

.certificate-list .four-rows .link .title {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #767676;
}

.certificate-list .four-rows .link .cover {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
	z-index: 3;
	text-align: center;
	background-color: rgba(236,146,83,.9);
    -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;
	opacity: 0;
	filter: alpha(opacity=0);
}
.certificate-list .four-rows .link .cover .iconfont,
.certificate-list .four-rows .link .cover .text {
	font-weight: bold;
	color: #fff;
}
.certificate-list .four-rows .link .cover .iconfont {
	font-size: 28px;
}
.certificate-list .four-rows .link .cover .text {
	font-size: 14px;
}
.certificate-list .four-rows .link:hover .cover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}






/*--------------
* partner
----------------*/
.partner-container {
	position: relative;
}
.partner-container .inner-column {}
.partner-container .partner-list {}
.partner-container .partner-list .item {
	/*border: 1px solid #E6E6E6;*/
}
.partner-container .partner-list .item .gallery img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.partner-container .inner-column {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.partner-container .partner-list {
		position: relative;
		z-index: 1;
		width: 100%;
		padding-left: 200px;
	}
}


@media (min-width: 641px) {
	.partner-container .partner-list .item:nth-child(1),
	.partner-container .partner-list .item:nth-child(2),
	.partner-container .partner-list .item:nth-child(3) {
		margin-top: 0;
	}

}





/*--------------
* events
----------------*/
.events-content {
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}
.events-content .aBg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 38.7%;
}
.events-content .events-contentBox {
	position: relative;
	z-index: 4;
}
.events-content .gallery {
    width: 37.14%;
    float: left;
}
.events-content .gallery img {
	display: block;
	width: 100%;
}
.events-content .content {
    padding: 2% 3%;
    width: 53.57%;
    float: right;
}
.events-content .content .text {
	position: relative;
    margin-top: 30px;
    line-height: 2;
    color: #767676;
    font-size: 14px;
}

.events-content .content .text .picList {
	padding-left: 0;
}
.events-content .content .text .picList li {
	position: relative;
	list-style: none;
	overflow: hidden;
}

.events-content .content .line {
	position: absolute;
	left: 148px;
	top: 0;
	z-index: 5;
	width: 1px;
	height: 100%;
	background-color: #E60013;
}
.events-content .content .item {
	/*position: relative;*/
	padding: 20px 0;
	overflow: hidden;
}
.events-content .content .item .year {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 2;
	width: 160px;
	padding-right: 40px;
	font-size: 16px;
	color: #e60013;
}
.events-content .content .item .year:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
    top: 50%;
    z-index: 3;
	width: 40px;
	height: 1px;
	background-color: #E60013;
}
.events-content .content .item .year .num {
	vertical-align: baseline;
	font-size: 22px;
}
.events-content .content .item .desc {
	padding-left: 190px;
}
.events-content .content .swiper-slide {
	position: relative;
	height: auto!important;
}


.events-content .arrow-box {
	position: relative;
	height: 50px;
	margin-top: 10%;
	font-size: 0;
	text-align: right;
}

.events-content .left-swiper,
.events-content .right-swiper {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #373737;
	border: 1px solid #DADADA;
	outline: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.events-content .left-swiper .iconfont,
.events-content .right-swiper .iconfont {
	font-size: 18px;
}


.events-content .left-swiper {
	right: 50px;
}
.events-content .right-swiper {
	right: 0;
}

.events-content .left-swiper:hover,
.events-content .right-swiper:hover {
	width: 70px;
	color: #E60013;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,.1);
	box-shadow: 0 0px 8px rgba(0,0,0,.1);
}








/*--------------
* team
----------------*/
.team-wrapper {}
.team-wrapper .containerw1300 {
	width: 67.7%;
	margin: 0 auto;
}
.team-wrapper {}

.imgbox-list {
    position: relative;
    margin-top: 6%;
	padding-top: 55px;
    padding-bottom: 9%;
}
.imgbox-list:first-child {
	margin-top: 30px;
}
.imgbox-list .view {
    position: relative;
    z-index: 5;
	width: 84%;
	min-height: 39vh;
	padding-top: 4%;
	padding-bottom: 5%;
	border: 1px solid #E2E2E2;
}

.imgbox-list .imgbox-img .thumb-scale {
	position: relative;
	z-index: 3;
	width: 100%;
}
.imgbox-list .imgbox-img .thumb-scale img {
	width: 100%;
}
.imgbox-list .imgbox-img .cricle-pic {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 88.91%;
}


.imgbox-list .content {
	position: relative;
	z-index: 3;
    width: 58%;
    padding-right: 5%;
}
.imgbox-list .content .name {
	font-weight: bold;
}
.imgbox-list .content .position {
	margin-top: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #E60013;
}

.imgbox-list .content .textcon {
	line-height: 2;
    font-size: 14px;
    color: #767676;
	overflow: hidden;
}
.imgbox-list .content .textcon>p,
.imgbox-list .content .textcon>div {
	margin-bottom: 10px;
}


/*--- add ---*/

@media (min-width: 641px) {
	.imgbox-list .imgbox-img {
	    position: absolute;
	    top: 0;
	    z-index: 5;
	    width: 37%;
	    padding-bottom: 5%;
	}
	/*pic float left*/
	.team-wrapper .imgbox-list:nth-child(2n+1) .imgbox-img {
		left: 0;
	    padding-left: 4%;
	}
	.team-wrapper .imgbox-list:nth-child(2n+1) .view {
	    margin-left: 9.3%;
	}
	.team-wrapper .imgbox-list:nth-child(2n+1) .content {
		float: right;
	}
	.team-wrapper .imgbox-list:nth-child(2n+1) .imgbox-img .cricle-pic {
		left: 0;
	}

	/*pic float right*/
	.team-wrapper .imgbox-list:nth-child(2n) .imgbox-img {
		right: 0;
	    padding-right: 4%;
	}
	.team-wrapper .imgbox-list:nth-child(2n) .view {
	    margin-left: 8%;
	}
	.team-wrapper .imgbox-list:nth-child(2n) .content {
		float: left;
	    padding-left: 7%;
	}
	.team-wrapper .imgbox-list:nth-child(2n) .imgbox-img .cricle-pic {
		right: 0;
	}
}






/*--------------
* culture
----------------*/
.culture-wrapper {}
.culture-content {
	overflow: hidden;
}
.culture-content .aBg {
	position: absolute;
	z-index: 2;
}
.culture-content .content {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.culture-contentBox {
	position: relative;
	float: left;
	width: 29%;
	margin-left: 13%;
}
.culture-contentBox .aBg {
	left: 0;
	top: 0;
	width: 35%;
}
.culture-contentBox .aBg img {
	display: block;
	width: 100%;
}
.culture-contentBox .content {
	padding-left: 10%;
	padding-top: 12%;
}
.culture-contentBox .content .text {
	margin-left: 14%;
    margin-top: 10%;
	color: #767676;
}

.culture-imgbox {
	position: relative;
	float: right;
	width: 52%;
	padding-bottom: 3.68%;
}
.culture-imgbox .aBg img,
.culture-imgbox .content img {
	display: block;
	width: 100%;
}
.culture-imgbox .aBg {
	bottom: 0;
	left: 8.1%;
	width: 76%;
}
.culture-imgbox .content {
	position: relative;
	width: 64.7%;
}






/*--------------
* law
----------------*/
.law-content {
	width: 900px;
	margin: 0 auto;
}
.law-content .content {
	margin-top: 5%;
	line-height: 2;
	color: #767676;
}




/*--------------
* news
----------------*/
.news-column {
	height: 60px;
}
.news-column .column-font28 {
    z-index: 6;
	padding-left: 10px;
}
.news-column .column-en {
	position: absolute;
	left: -60px;
	bottom: 0;
	z-index: 2;
	line-height: 50px;
	color: #f2f2f2;
	font-size: 60px;
	font-family: 'Arial','Microsoft Yahei','Helvetica','Open Sans','SimSun';
    font-weight: normal;
}
.news-wrapper .news-box {}
.news-wrapper .news-list .item {
	margin-top: 60px;
}
.news-wrapper .news-list .item .gallery {
	width: 24.8%;
}
.news-wrapper .news-list .item .info {
	width: 60%;
	padding-top: 8px;
	color: #767676;
}
.news-wrapper .news-list .item .title {
	font-size: 22px;
	font-weight: bold;
}
.news-wrapper .news-list .item .desc,
.news-wrapper .news-list .item .look {
	padding-left: 40px;
}
.news-wrapper .news-list .item .desc {
	margin-top: 10px;
	margin-bottom: 40px;
}
.news-wrapper .news-list .item .look {
	color: #969696;
	font-size: 14px;
}

.news-wrapper .news-list .link:hover .title,
.news-wrapper .news-list .link:hover .look {
	color: #E50014;
}


.news-pagination {
	margin-top: 60px;
}



/*--------------
* Detail
----------------*/
.detail-wrapper .news-column .column-font28 {
	padding-left: 40px;
}
.detail-wrapper .news-column .column-en {
	left: -20px;
}
.detail-wrapper .containerw1040 {
	width: 1040px;
	margin: 0 auto;
}
.detail-wrapper .detail-info,
.detail-wrapper .detail-content {
	padding: 0 40px;
}
.detail-wrapper .detail-info {
	margin-top: 20px;
}
.detail-wrapper .detail-info .datetime {
	margin-top: 6px;
	color: #767676;
}
.detail-wrapper .detail-gallery {
    margin-top: 40px;
}
.detail-wrapper .detail-gallery img {
	width: 100%;
}
.detail-wrapper .detail-content {
	margin-top: 40px;
	padding-bottom: 40px;
	color: #767676;
}



.detail-wrapper .detail-control {
	padding-top: 40px;
	border-top: 1px solid #ECECEC;
}
.detail-wrapper .detail-control .list {
	position: relative;
	overflow: hidden;
}
.detail-wrapper .detail-control .rows {
	width: 100%;
}
.detail-wrapper .detail-control .list .item {
	list-style: none;
}
.detail-wrapper .detail-control .list .item a {
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-wrapper .detail-control a {
	color: #767676;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.detail-wrapper .detail-control a:hover {
	color: #e60013;
}

.detail-wrapper .detail-control .return a {
	color: #e60013;
}
.detail-wrapper .detail-control .return .iconfont {
	margin-right: 6px;
	font-size: 14px;
}



@media (min-width: 768px) {
	.detail-wrapper .detail-control .rows {
		padding-left: 450px;
		text-align: right;
	}
	.detail-wrapper .detail-control .return {
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}
}


.caseDetail-wrapper .inner-column {
	padding: 0 40px;
}


/*--------------
* contact
----------------*/
/*map*/
.contact-map {
	margin-top: 3%;
	margin-bottom: 3%;
}

.my-map {
	border: 1px solid #DADADA;
}
.contact-map #map, .my-map, .amap-container {
	width: 100%;
	height: 468px;
}
#map img,
.my-map img {
	max-width: none;
}
#map a,
.my-map a {
	cursor: pointer;
    color: #383737;
    -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;
}
#map a:hover,
.my-map a:hover {
	color: #ED213D;
}
#map .BMap_bubble_title {
    line-height: normal!important;
	white-space: pre-wrap!important;
    color: #383737;
}
#map .BMap_bubble_content {
	margin-top: 8px;
	font-size: 12px;
    color: #383737;
}

#map .BMapLabel {
	display: none!important;
}


.my-map #mapContainer .icon-cir {
    height: 31px;
    width: 28px;
    cursor: pointer;
}
.my-map .icon {
	background: url(../images/marker.png) no-repeat;
}
.my-map .icon-cir-red {
	background-position: -11px -5px;
}
.my-map .icon-cir-yellow {
	background-position: -11px -104px;
}

.amap-info-content h5 {
	color: #373737;
	font-size: 16px;
}
.amap-info-content>div {
    margin-top: 8px;
    font-size: 14px;
	color: #373737;
}
.contact-wrapper {
	background-color: #f9f9f9;
}
.contact-list {}
.contact-list .rows {
	padding-left: 0;
	font-size: 0;
}
.contact-list .item {
	display: inline-block;
	position: relative;
	list-style: none;
	line-height: 2;
	font-size: 14px;
}
.contact-list .item .title {
	display: block;
}
.contact-list .item .desc {
	font-size: 16px;
	color: #767676;
}
.contact-list .item .for {
	margin-bottom: 26px;
}
.contact-list .item .for:last-child {
	margin-bottom: 0;
}
.contact-list .item a {
	color: #767676;
    -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;
}
.contact-list .item a:hover {
	color: #e60013;
	text-decoration: underline;
}


/*base*/
.contact-base {
	margin-top: 5%;
	margin-bottom: 5%;
}
.contact-base .item {
	padding-right: 3%;
}
.contact-base .item0 {
	width: 22%;
}
.contact-base .item1 {
	width: 45%;
}
.contact-base .item2 {
    width: 33%;
}


/*info*/
.contact-info {}
.contact-info .item {
	width: 33.33%;
	padding: 4%;
	margin-right: 20px;
}
.contact-info .item .column-font24 {
	margin-bottom: 6%;
	font-weight: normal;
}
.contact-info .item0 {
	background-color: #F6F1EF;
}
.contact-info .item1 {}
.contact-info .item2 {
	margin-right: 0;
	color: #fff;
}

.contact-info .item2 a {
	color: #fff;
}



/*--------------
* recruit
----------------*/
.recruit-wrapper .sendto-email a {
	color: #e60013;
    -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;
}
.recruit-wrapper .sendto-email a:hover {
	text-decoration: underline;
}


@media (min-width: 768px) {
	.recruit-wrapper .sendto-email {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    font-size: 16px;
	}
}
@media (max-width: 767px) {
	.recruit-wrapper .sendto-email {
		margin-top: 10px;
	    font-size: 14px;
	}
}

.recruit-wrapper .recruit-info {
	font-size: 18px;
	color: #373737;
}
.recruit-list-wrapper .recruit-list {
	padding-top: 10px;
	padding-left: 0;
}
.recruit-list-wrapper .recruit-list .item {
	list-style: none;
	margin-top: 16px;
}

.recruit-list-wrapper .recruit-list .item .title-col,
.recruit-list-wrapper .recruit-list .item .content {
	padding-left: 40px;
	padding-right: 40px;
}

.recruit-list-wrapper .recruit-list .item .title-col {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 28px;
	cursor: pointer;
	background-color: #F8F8F8;
}
.recruit-list-wrapper .recruit-list .item .title-col:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 0;
	height: 1px;
	background-color: #e60013;
    -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;
}
.recruit-list-wrapper .recruit-list .item .job-name {
	color: #e60013;
}

.recruit-list-wrapper .recruit-list .item .title-col .iconfont {
	font-size: 28px;
	color: #b6b6b6;
	float: right;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.recruit-list-wrapper .recruit-list .item .content {
	display: none;
	padding-top: 22px;
	padding-bottom: 40px;
	line-height: 1.8;
	color: #767676;
}
.recruit-list-wrapper .recruit-list .item .content .tab {
	display: inline-block;
	margin-right: 14px;
	margin-top: 18px;
	padding: 0 22px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #e60013;
	border: 1px solid #e60013;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.recruit-list-wrapper .recruit-list .item .content .desc {
	margin-top: 25px;
	color: #767676;
	overflow: hidden;
}

.recruit-list-wrapper .recruit-list .form-resume {
	margin-top: 30px;
}
.recruit-list-wrapper .recruit-list .form-resume .form-ipt {
	margin-bottom: 24px;
	font-size: 0;
	overflow: hidden;
}
.recruit-list-wrapper .recruit-list .form-resume .ipt-file,
.recruit-list-wrapper .recruit-list .form-resume .tips {
	display: inline-block;
    height: 54px;
	font-size: 14px;
}

.recruit-list-wrapper .recruit-list .form-resume .ipt-file {
	width: 30%;
    padding: 0 8px;
	border: 1px solid #DADADA;
	border-right: none;
}
.recruit-list-wrapper .recruit-list .form-resume .tips {
    line-height: 54px;
}
.recruit-list-wrapper .recruit-list .form-resume .button {
	width: 180px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #E60013;
}
.recruit-list-wrapper .recruit-list .form-resume .words {
	margin-left: 35px;
	color: #969696;
}

.recruit-list-wrapper .recruit-list .form-resume .form-sub {
	display: block;
	width: 180px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: none;
	background-color: #303030;
	outline: none;
}


/*active*/
.recruit-list-wrapper .recruit-list .item.active .title-col:before {
	width: 100%;
}
.recruit-list-wrapper .recruit-list .item.active .title-col .iconfont {
	color: #e60013;
}






/*--------------
* suggestion
----------------*/
.suggestion-wrapper .containerw940 {
	width: 940px;
	margin: 0 auto;
}







/*--------------
* search
----------------*/
.search-list-wrapper .search-info {
	display: block;
	color: #373737;
}









/* ---------------------------------------------------------------------------------------
media ipad phone
---------------------------------------------------------------------------------------*/
@media (max-width: 1680px) and (min-width: 1441px) {
}
@media (max-width: 1440px) and (min-width: 1360px) {
}
@media (max-width: 1370px) and (min-width: 1200px) {
	.site-about .site-about-box {
	    padding-top: 8%;
	}
}
@media (max-width: 1359px) and (min-width: 1200px) {
	.site-product .site-product-banner .swiper-container {
		width: 700px;
	}
}
@media (min-width: 993px) {
	#headerContent {
		display: none;
	}

}
@media (max-width: 1359px) {
	/*header*/
	.search-wrapper .search-key {
		padding-left: 26%;
	}
	.search-wrapper.open .search-items .search-key {
		width: 200px;
	}
	/*---home---*/
}

@media (max-width: 1359px) and (min-width: 993px) {
	.containerw1400 {
		width: 82%;
	}
	.containerw1200 {
		width: 80%;
	}
	
	.site-news-left {
		width: 9.5%;
	}
	.site-news-right {
		width: 90.5%;
	}
	.site-news-right .containerw1100 {
		width: 80%;
	}
	.site-product .item .en {
		line-height: 60px;
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.arrow-left-swiper, .arrow-right-swiper {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    margin-top: -20px;
	}

	/*header*/
	#site-header .site-logo {
		margin-left: 35px;
	}

	/*---inner---*/
	
	/*team*/
	.imgbox-list {
		margin-top: 30px;
		padding-top: 20px;
		padding-bottom: 5%;
	}
	.imgbox-list:first-child {
		margin-top: 20px;
	}
	.imgbox-list .view {
		min-height: 1px;
	}

	/*recruit*/
	.recruit-list-wrapper .recruit-list .form-resume .button {
		width: 110px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	/*header*/
	#site-header, #site-header .site-header-bar, #site-header .container, .headerH {
		height: 60px;
	}
	#site-header .site-logo {
		margin-top: 6px;
	}
	#site-header .menu .menu-item .top {
		line-height: 62px;
	}
	#site-header .menu .menu-item {
		margin: 0 18px;
	}
	#site-header .menu .menu-item .sub-wrapper {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#site-header .menu .menu-item .menu-sub li {
		margin-right: 30px;
	}
	.search-wrapper .search-submit {
		width: 24%;
		height: 60px;
	}
	.search-wrapper .search-key {
		height: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/*---home---*/
	.site-banner .banner-box .more {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.site-needs .link .title {
		font-size: 18px;
	}
	.site-product .site-product-banner .swiper-container {
		width: 620px;
	}

	.site-about .site-about-box {
		padding-top: 7%;
	}
	.site-about .content .desc {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.site-about .content .info {
		margin-bottom: 30px;
	}

	
	/*---inner----*/
	.caseWebsite-wrapper .containerw1400,
	.containerw1000 {
		width: 900px;
	}

	/*news*/
	.detail-wrapper .containerw1040 {
		width: 800px;
	}

	/*culture*/
	.culture-contentBox {
	    width: 36%;
    	margin-left: 6%;
	}

	/*law*/
	.law-content {
	    width: 80%;
	}

	/*solution*/
	.solution-content .item {
		width: 42%;
	}

	/*solutionDetail*/
	.solutionDetail-wrapper .nav-wrapper {
	    width: 26%;
	    padding-left: 20px;
	}
	.solutionDetail-wrapper .content-wrapper {
	    width: 74%;
	    padding-left: 0;
	    padding-right: 20px;
	}

}
@media (max-width: 992px) and (min-width: 768px) {
	/*footer*/
	#site-footer .footer-box .item-cont {
		margin-right: 0;
	}
	#site-footer .footer-box .links {
		display: block;
		width: 220px;
		float: none;
		margin-right: 0;
		margin-top: 20px;
	}
	/*---home---*/


	/*---inner---*/
	/*partner*/
	.partner-container .partner-list {
		padding-left: 150px;
	}

	/*solutionDetail*/
	.solutionDetail-wrapper .nav-wrapper {
	    width: 26%;
	    padding-left: 20px;
	}
	.solutionDetail-wrapper .content-wrapper {
	    width: 74%;
	    padding-left: 0;
	    padding-right: 20px;
	}
}

@media (max-width: 992px) {
	.containerw1400,
	.containerw1200,
	.containerw1000 {
		width: 90%;
	}
	.poptrox-popup .closer {
		right: -10px !important;
	}
	.arrow-pagination .swiper-pagination-bullet {
		margin: 0 5px;
	}
	.paddingLeftRight6 {
	    padding-left: 0;
	    padding-right: 0;
	}

	/* header */
	.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);
	}
	.mm-menu {
	    background: #fff;
	}
	#site-header .header-content {
		display: none;
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 80%;
	    min-width: 140px;
	    max-width: 440px;
	    background: #fff;
	    height: 100%;
	    margin: 0;
	    float: none;
	    z-index: 999;
	    -webkit-box-shadow: 0 2px 11px rgba(0,0,0,.5);
	    box-shadow: 0 2px 11px rgba(0,0,0,.5);
	    overflow: auto;
	    -webkit-transform: translateX(-130%);
	    -ms-transform: translateX(-130%);
	    -o-transform: translateX(-130%);
	    transform: translateX(-130%);
	    -webkit-transition: all .5s ease-out;
	    -moz-transition: all .5s ease-out;
	    -ms-transition: all .5s ease-out;
	    -o-transition: all .5s ease-out;
	    transition: all .5s ease-out;
	}
	#site-header .menu {
		padding: 0 10px;
		padding-top: 20px;
	}
	#site-header .menu .menu-item {
		display: block;
		position: relative;
		margin: 0;
	    border-bottom: 1px solid rgba(0,0,0,.1);
	}
	#site-header .menu .menu-item .top {
		margin-right: 50px;
		line-height: 40px;
	}
	#site-header .menu .menu-item .icon-you,
	#site-header .menu .menu-item .icon-xia {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    margin: 0;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	#site-header .menu .menu-item .icon-xia {
		/*display: none;*/
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#site-header .menu .menu-item .sub-wrapper {
		display: block;
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	    -webkit-transition: all .3s ease-out;
	    -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	    -o-transition: all .3s ease-out;
	    transition: all .3s ease-out;
	}
	#site-header .menu .menu-item .menu-sub li {
		display: block;
		margin: 0;
		margin-top: 8px;
	}
	#site-header .menu .menu-item .menu-sub .thirdItem {
		display: none;
		padding-top: 5px;
	}
	#site-header .menu .sub-btn {
	    position: absolute;
	    right: 0;
	    float: right;
	    top: 0;
	    width: 50px;
	    height: 41px;
	    line-height: 40px;
	    text-align: center;
	    background: rgba(0,0,0,.03);
	}
	#site-header .menu .menu-item .menu-sub .second {
		font-size: 14px;
	}
	

	#site-header .header-content.active {
	    -webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	    -o-transform: translateX(0px);
	    transform: translateX(0px);
	}
	#site-header .menu .menu-item.showHover .sub-btn .icon-you {
		/*display: none;*/
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#site-header .menu .menu-item.showHover .sub-btn .icon-xia {
		/*display: block;*/
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#site-header .menu .menu-item.showHover .sub-wrapper {
		height: auto;
		padding-bottom: 20px;
	}

	.cover-header {
		display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 98;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,.4);
	}
	.hamburger {
		display: block;
		opacity: 1;
		top: 16px;
		right: 20px;
	}
	#menu-header {
		z-index: 999;
		background: #fff;
	}
	#site-header {
		position: fixed;
		top: 0;
		left: 0;
	    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	}
	#site-header,
	#site-header .site-header-bar,
	.headerH,
	.search-wrapper {
		height: 50px;
	}
	#site-header .site-header-menu {
		display: none;
	}

	#site-header .site-logo {
		margin-top: 5px;
		margin-left: 20px;
	}
	#site-header .site-logo img {
	    height: 36px;
	}
	
	/* search */
	.search-wrapper {
		position: absolute;
		right: 0;
		right: 75px;
	    margin: 0;
	}
	.search-wrapper .search-items {
		display: none;
	    position: fixed;
	    top: 50px;
	    left: 0;
	    z-index: 5;
	    width: 100%;
	    margin: 0;
	    border-top: 1px solid #e6e6e6;
	}
	.search-wrapper .search-icon {
		width: 35px;
		-webkit-background-size: 15px;
		background-size: 15px;
		background-color: transparent;
		background-image: url(../images/icon/search_icon_p.png);
	}
	.search-wrapper .search-submit {
	    right: 0;
	    left: auto;
	    width: 50px;
	    height: 50px;
		border-left: 1px solid #e6e6e6;
	}
	.search-wrapper .search-key {
	    width: 100%;
    	height: 50px;
		padding: 5px 15px;
	}
	.search-wrapper.open .search-items .search-key {
		width: 100%;
		padding-right: 65px;
	}
	.search-wrapper.open .search-items {
		display: block;
	}
	.search-wrapper.open .search-icon {
		background-image: url(../images/icon/close_red.png);
	}
	/*footer*/
	#site-footer .footer-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#site-footer .footer-box .menu-item {
		margin-right: 10%;
	}
	#site-footer .footer-box .menu-contact {
		margin-right: 0;
	}
	
	.more-btn {
	    width: 120px;
	    height: 46px;
	    line-height: 46px;
	}
	.column-font40 {
		font-size: 32px;
	}
	.column-font32 {
		font-size: 26px;
	}
	.column-font30 {
		font-size: 24px;
	}

	.four-rows .item {
		width: 48%;
		margin-right: 4%;
	}
	.four-rows .item:nth-child(2n) {
	    margin-right: 0;
	}


	/*--home--*/
	.site-needs, .site-product, .site-about, .site-news-right, .site-contact {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.site-banner .banner-box .title,
	.site-needs .link .title {
		font-size: 16px;
	}

	/*banner*/
	.site-banner .banner-box .item {
		padding: 15px 0;
	}

	/*product*/
	.site-product .whiteBg {
		display: none;
	}
	.site-product .site-product-banner {
		margin-top: 25px;
	}
	.site-product .site-product-banner .swiper-container {
		width: 100%;
	}
	.site-product .item .en {
		line-height: 50px;
		font-size: 50px;
	}
	.site-product .item .desc {
		margin-top: 15px;
	}
	.site-product .item .more {
	    width: 120px;
	    height: 46px;
	    margin-top: 26px;
	    line-height: 46px;
	}
	.site-product .pro-pagination {
		margin-top: 25px;
	}
	.site-product .pro-pagination .swiper-pagination-bullet {
		display: inline-block;
		width: 75px;
		margin-right: 20px;
	}
	.site-product .pro-pagination .swiper-pagination-bullet.words:after {
		display: none;
	}
	.site-product .pro-pagination .swiper-pagination-bullet-active.words {
		color: #E93904;
	}
	
	/*about*/
	.site-about .gallery {
		float: none;
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	/* .site-about .big-thumb {
	    position: relative;
	    bottom: auto;
	    left: auto;
	    z-index: 2;
	    width: 100%;
	}
	.site-about .orange-thumb {
		display: none;
	} */
	.site-about .site-about-box {
		padding-top: 20px;
	}
	.site-about .content {
	    width: 90%;
	    margin: 0 auto;
	}
	.site-about .content .desc {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.site-about .content .info {
		margin-bottom: 20px;
	}
	
	/*news*/
	.site-news-left {
		display: none;
	}
	.site-news-right {
		width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		float: none;
	}
	.site-news-right .containerw1100 {
		width: 90%;
		margin: 0 auto;
	}
	.site-news .site-news-list {
		margin-top: 0;
	}
	.site-news .look-more {
		margin-top: 25px;
	}
	
	/*contact*/
	.site-contact .site-contact-list {
		margin-top: 0;
	}
	.site-contact .item {
		margin-top: 20px;
	}

	/*----inner----*/
	.inner-wrapper {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.pagination {
		margin-top: 20px;
	}
	.pagination a,
	.pagination span,
	.pagination .cpb {
		padding: 0 5px;
	}
	.website-menu {
		padding-top: 0;
	}

	/*----inner----*/

	/*solutionDetail*/
	.solutionDetail-wrapper .nav-wrapper,
	.solutionDetail-wrapper .content-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.solutionDetail-wrapper .nav-wrapper,
	.solutionDetail-wrapper .content-wrapper {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	.solutionDetail-wrapper .nav-wrapper .nav-first {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.solutionDetail-wrapper .nav-wrapper .nav-first .second-list {
		padding-top: 0;
	}
	.solutionDetail-wrapper .nav-wrapper .nav-first .topLink {
		font-size: 16px;
	}
	
	/*caseWebsite*/
	.caseWebsite-list .item {
		margin-top: 30px;
	}
	.caseWebsite-list .link:hover {
	    top: -20px;
	}

	/*about*/
	.about-content {
		padding: 0;
		margin-bottom: 30px;
	}
	.about-content .aBg {
		display: none;
	}
	.about-content .gallery,
	.about-content .content {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.about-content .content {
		padding: 0;
		margin-top: 20px;
	}
	.about-content .content .text {
		margin-top: 20px;
	}

	.about-base .mission,
	.about-base .base-list {
		padding: 30px 0;
	}
	.about-base .mission .box {
		padding: 20px;
	}

	
	/*events*/
	.events-content {
		padding: 0;
		margin-bottom: 0;
	}
	.events-content .aBg {
		display: none;
	}
	.events-content .gallery,
	.events-content .content {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.events-content .content {
		padding: 0;
		margin-top: 20px;
	}
	.events-content .arrow-box {
		display: none;
		margin-top: 20px;
	}

	/*culture*/
	.culture-content {
		width: 90%;
		margin: 0 auto;
	}
	.culture-contentBox,
	.culture-imgbox {
	    width: 100%;
    	margin: 0;
    	float: none;
	}
	.culture-content .aBg {
		display: none;
	}
	.culture-imgbox .content,
	.culture-contentBox .content {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
		padding: 0;
	}
	.culture-imgbox {
		padding-bottom: 30px;
	}
	.culture-contentBox .content .text {
		margin-left: 0;
		margin-top: 20px;
	}

	/*law*/
	.law-content {
	    width: 90%;
	}

	/*news*/
	.news-column .column-en  {
		font-size: 45px;
	}
	.news-wrapper .news-list .item {
		margin-top: 20px;
	}
	.news-wrapper .news-list .item .info {
		width: 70%;
	}
	.news-wrapper .news-list .item .desc {
		margin-bottom: 25px;
	}
	.news-wrapper .news-list .item .title {
		font-size: 18px;
	}
	.news-wrapper .news-column .column-font28 {
		padding-left: 28px;
	}
	.news-wrapper .news-column .column-en {
		left: -25px;
	}

	
	/*detail*/
	.detail-wrapper .news-column .column-en {
		left: -15px;
	}
	.detail-wrapper .containerw1040 {
		width: 90%;
	}
	.detail-wrapper .detail-info {}
	.detail-wrapper .detail-gallery {
	    margin: 20px 0;
	    margin-top: 20px;
	}
	.detail-wrapper .detail-control {
		padding-top: 20px;
	}
	.detail-wrapper .detail-content {
		padding-bottom: 20px;
	    margin-top: 20px;
	}

	/*suggestion*/
	.suggestion-wrapper .containerw940 {
		width: 90%;
	}

	/*recruit*/
	.recruit-list-wrapper .recruit-list .form-resume .words {
	    display: block;
   		margin: 0;
	}
}

@media (max-width: 767px) {
	.column-font32 {
		font-size: 22px;
	}
	.column-font30 {
		font-size: 20px;
	}
	.site-column .column-font30 {
		line-height: 36px;
	}
	.column-font28 {
		font-size: 18px;
	}
	.column-font24 {
		font-size: 18px;
	}
	.column-font22 {
		font-size: 16px;
	}
	.font20 {
		font-size: 16px;
	}
	

	/*header*/
	.mm-navbar {
		padding: 0 20px;
	}

	/*footer*/
	#site-footer .footer-box .menu-item {
		display: none;
	}
	#site-footer .footer-box .item-cont,
	#site-footer .footer-box .links {
		display: block;
		float: none;
		margin: 0;
	}
	#site-footer .footer-box .links {
		width: 200px;
		margin-top: 10px;
	}
	#site-footer .footer-box .links .link-sel {
		height: 36px;
	}
	#site-footer .footer-box .menu-item .menu-sub {
		/*display: none;*/
		padding-top: 0;
	}
	#site-footer .footer-box .menu-item .menu-sub li {
		margin-top: 5px;
	}

	/*--home--*/
	/*banner*/
	.site-banner .banner-box .item {
	    padding: 9px 0;
	}
	.site-banner .banner-box .title {
		font-size: 14px;
	}

	/*needs*/
	.site-needs .five-rows,
	.site-needs .four-rows {
		margin-top: 0;
	}
	.site-needs .five-rows .item,
	.site-needs .four-rows .item {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	
	/*product*/
	.site-product .item .en {
		line-height: 32px;
		font-size: 30px;
	}
	
	/*about*/
	.site-about .big-thumb {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
	}
	.site-about .orange-thumb {
		display: none;
	}
	/*advbg*/
	.site-advbg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	/*news*/
	.site-column .column-list {
		float: none;
	}
	.site-column .column-list .item {
		margin-right: 15px;
	}
	.site-column .column-list .item a {
		padding-left: 12px;
		line-height: 36px;
		font-size: 14px;
	}
	
	/*news*/
	.site-news .news-list .item .desc {
		margin-bottom: 15px;
	}
	.site-news .news-list .item .title {
		padding-right: 0;
		font-size: 16px;
	}

	.site-news .news-list .item .link:hover .title {
		padding-left: 0;
	}
	.site-news .news-list .item .link:hover .title:before {
		width: 0;
	}
	.site-news .look-more {
		height: 46px;
		line-height: 46px;
	}
	
	/*contact*/
	.site-contact .item {
		width: 100%;
		padding: 10px;
		margin-right: 0;
	}
	.site-contact .item .title {
		margin-bottom: 15px;
	}

	/*----inner----*/
	.menu-column-total .title-wrapper {
		text-align: left;
	}
	.menu-column-total .title-wrapper .item {
		width: 33.33%;
		text-align: center;
	}
	.menu-column-total .title-wrapper .link {
		padding: 10px 0;
		font-size: 14px;
	}

	/*formbox*/
	.formbox-list {
		margin-top: 30px;
	}
	.formbox-list .item {
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.formbox-list select,
	.formbox-list input[type="text"],
	.formbox-list input[type="submit"],
	.formbox-list input[type="button"],
	.formbox-list textarea {
		height: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.formbox-list .star {
		line-height: 40px;
	}
	.formbox-list .form-textarea {
		height: 200px;
	}
	.formbox-list .sub-it {
		padding-top: 20px;
		margin-bottom: 0;
	}
	.formbox-list .position-fixed-form .siteFormInfo {
		top: -36px;
	}
	
	/*solution*/
	.solution-content .gallery-thumbs {
		/*padding-bottom: 45px;*/
	}
	/* .solution-content .gallery-thumbs .swiper-slide .gallery {
		margin-top: 30px;
	}
	.solution-content .gallery-thumbs .swiper-slide:first-child .gallery {
		margin-top: 0;
	} */
	.solution-content .gallery,
	.solution-content .item {
		float: none;
		width: 100%;
	}
	.solution-content .gallery-thumbs .picList li {
		margin-top: 30px;
	}
	.solution-content .gallery-thumbs .picList li:first-child {
		margin-top: 0;
	}
	.solution-content .item {
		padding: 20px 20px 0;
		padding-left: 40px;
	}
	.solution-content .item .num {
		top: 0;
		line-height: 100px;
		font-size: 100px;
	}
	.solution-content .item .desc {
		margin-bottom: 20px;
	}
	.solution-content .item .more-yy {
		margin-top: 24px;
		width: 120px;
		height: 42px;
		line-height: 42px;
	}
	.solution-content .button-item {
		display: none;
		top: auto;
		bottom: 0;
		right: 0;
		margin-right: 0;
		width: 100%;
		height: 42px;
		line-height: 42px;
	}
	.solution-content .button-prev,
	.solution-content .button-next {
		width: 42px;
		height: 42px;
		-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
		box-shadow: 0 2px 4px rgba(0,0,0,.2);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.solution-content .button-prev {}
	.solution-content .button-next {
		margin-left: 24px;
	}

	/*expert*/
	.expert-list .star {
		right: -20px;
	}

	/*about*/
	.about-content .gallery,
	.about-content .content {
		width: 100%;
	}
	.about-base .base-list {
		display: block;
		width: 100%;
	}

	.about-base .base-item .box {
		padding: 20px;
		background-color: rgba(255,255,255,.92);
	}
	.about-base .base-item .content,
	.about-base .base-item .content:after {
		margin-top: 15px;
	}

	/*events*/
	.events-content .arrow-box {
		display: none;
	}
	.events-content .content .text .picList li {
		margin-top: 15px;
	}
	.events-content .content .text .picList li:first-child {
		margin-top: 0;
	}
	/* .events-content .content .swiper-slide .item {
		margin-top: 10px;
	}
	.events-content .content .swiper-slide:first-child .item {
		margin-top: 0;
	} */
	.events-content .gallery,
	.events-content .content {
		width: 100%;
	}
	.events-content .content .item .year {
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		padding-right: 50px;
	}
	.events-content .content .item .desc {
	    padding-left: 0;
	}
	.events-content .content .line {
		display: none;
	}
	.events-content .content .item {
		padding: 0;
	}

	/*certificate*/
	.certificate-list .four-rows .item {
		margin-top: 20px;
	}
	.certificate-list .four-rows .link .title {
		margin-top: 10px;
	}
	
	/*partner*/
	.partner-container .partner-list {
		margin-top: 20px;
	}

	/*news*/
	.news-column {
		height: 40px;
	}
	.news-column .column-en {
		line-height: 40px;
		font-size: 40px;
	}
	.news-wrapper .news-column .column-en {
	    left: -15px;
	}
	.news-wrapper .news-list .item {
		border-bottom: 1px solid #EBEBED;
	}
	.news-wrapper .news-list .item .info {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.news-wrapper .news-list .item .desc,
	.news-wrapper .news-list .item .look {
		padding-left: 0;
	}
	.news-wrapper .news-list .item .desc {
		margin-bottom: 15px;
	}

	/*details*/
	.detail-wrapper .news-column .column-font28 {
	    padding-left: 28px;
	}
	.detail-wrapper .detail-info {
		margin-top: 10px;
	}
	.caseDetail-wrapper .inner-column,
	.detail-wrapper .detail-info,
	.detail-wrapper .detail-content {
		padding-left: 0;
		padding-right: 0;
	}
	.detail-wrapper .detail-control .rows {
	    padding-left: 0;
	}
	.detail-wrapper .detail-control .return {
		margin-top: 15px;
		text-align: right;
	}

	/*contact*/
	.contact-wrapper .inner-column,
	.contact-base .item,
	.contact-info .item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-list .rows {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-list .item {
		margin-top: 20px;
	}
	.contact-list .item .for {
		margin-bottom: 10px;
	}
	.contact-list .item .desc {
		font-size: 14px;
	}
	.contact-base {
		margin: 0;
	}
	.contact-base .item0,
	.contact-base .item1,
	.contact-base .item2,
	.contact-info .item  {
	    width: 100%;
	}
	.contact-info .item {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-right: 0;
	}
	.contact-info .item .column-font24 {
		margin-bottom: 8px;
	}
	/*recruit*/
	.recruit-wrapper .recruit-content {
		margin-top: 20px;
	}
	.recruit-list-wrapper .recruit-list .item .title-col,
	.recruit-list-wrapper .recruit-list .item .content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.recruit-list-wrapper .recruit-list .item .content {
		padding-top: 10px;
	}
	.recruit-list-wrapper .recruit-list .item .content .tab {
		height: 32px;
		padding: 0 15px;
		margin-top: 10px;
		line-height: 30px;
	}
	.recruit-list-wrapper .recruit-list .item .title-col {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.recruit-list-wrapper .recruit-list .item .title-col .iconfont {
		font-size: 20px;
	}
	.recruit-list-wrapper .recruit-list .item .content .desc,
	.recruit-list-wrapper .recruit-list .form-resume {
		margin-top: 20px;
	}
	.recruit-list-wrapper .recruit-list .form-resume .form-ipt {
		position: relative;
		margin-bottom: 20px;
	}
	.recruit-list-wrapper .recruit-list .form-resume .ipt-file {
		position: relative;
		z-index: 4;
		width: 100%;
		height: 40px;
	    padding-right: 120px;
    	padding-left: 10px;
		border: 1px solid #DADADA;
	}
	.recruit-list-wrapper .recruit-list .form-resume .words {
		display: block;
		width: 100%;
		margin-top: 8px;
		height: auto;
		line-height: 1.6;
	}
	.recruit-list-wrapper .recruit-list .form-resume .button {
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 8;
		height: 40px;
		line-height: 40px;
	}
	.recruit-list-wrapper .recruit-list .form-resume .form-sub {
		width: 110px;
		height: 36px;
		line-height: 36px;
	}

}
@media (max-width: 640px) {

	/*news*/

	.site-news .news-list .item .gallery,
	.site-news .news-list .item .info,
	.news-wrapper .news-list .item .gallery,
	.news-wrapper .news-list .item .info {
		width: 100%;
		float: none;
	}
	.site-news .news-list .item .info {
		margin-top: 20px;
	}
	/*----inner----*/
	.three-rows .item {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}
	.three-rows .item:nth-child(3n) {
		margin-right: 4%;
	}
	.three-rows .item:nth-child(2n) {
		margin-right: 0;
	}

	.menu-column-total .title-wrapper .title {
		padding: 0 12px;
	}

	.website-menu .item {
		margin-right: 25px;
	}
	.website-menu .item .link {
		padding-bottom: 4px;
		font-size: 16px;
	}
	
	/*caseWebsite*/
	.caseWebsite-list .item .title {
		font-size: 14px;
	}
	.caseWebsite-list .item .desc {
		margin-top: 5px;
	}

	/*join*/
	.join-column {
		border-bottom: none;
	}
	.join-wrapper .content {
		margin-top: 10px;
	}

	/*team*/
	.imgbox-list {
		padding-top: 0;
		padding-bottom: 0;
	}
	.imgbox-list .imgbox-img {
		position: relative;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.imgbox-list .view {
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	.imgbox-list .content {
		width: 100%;
		padding: 0;
	}

	.team-wrapper .imgbox-list:nth-child(2n+1) .imgbox-img .thumb-scale {
		padding-left: 20px;
		float: right;
	}
	.team-wrapper .imgbox-list:nth-child(2n+1) .imgbox-img .cricle-pic {
		left: 0;
	}
	.team-wrapper .imgbox-list:nth-child(2n) .imgbox-img .thumb-scale {
		padding-right: 20px;
		float: left;
	}
	.team-wrapper .imgbox-list:nth-child(2n) .imgbox-img .cricle-pic {
		right: 0;
	}
}
@media (max-width: 480px) {

	.font48 {
		font-size: 28px;
	}
	.font36 {
		font-size: 20px;
	}
	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		width: 35px;
		height: 42px;
		margin-top: -21px;
		-webkit-background-size: 35px 42px;
		background-size: 35px 42px;
	}
	.poptrox-popup .nav-previous {
		left: -16px;
	}
	.poptrox-popup .nav-next {
		right: -16px;
	}
	.poptrox-popup .closer {
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
	}
	/*--home--*/

	/*----inner----*/
	.three-rows .item {
		width: 100%;
		margin-right: 0;
	}
	.three-rows .item:nth-child(3n) {
		margin-right: 0;
	}


	/*partner*/
	.partner-container .partner-list .item {
		width: 48%;
    	margin-right: 4%;
        border: 1px solid #E6E6E6;
	}
	.partner-container .partner-list .item:nth-child(2n) {
		margin-right: 0;
	}
	.partner-container .partner-list .item:nth-child(1),
	.partner-container .partner-list .item:nth-child(2) {
		margin-top: 0;
	}
}




.solutionDetail-list-four {
	margin-top: 80px;
	margin-bottom: 80px;
}
.solutionDetail-list-four .lists {
	margin-top: 50px;
}

.solutionDetail-list-four .rows {
	padding-left: 0;
	font-size: 0;
}
.solutionDetail-list-four .item {
	display: inline-block;
	width: 25%;
	padding: 0 20px;
	list-style: none;
}
.solutionDetail-list-four .item .img-box img {
	display: block;
	width: 100%;
	max-width: 166px;
	margin: 0 auto;
}
.solutionDetail-list-four .item .title {
	color: #666;
	font-size: 16px;
	text-align: center;
}
.solutionDetail-list-four .item .info {
	margin-top: 25px;
}

.solutionDetail-list-four .item .desc {
    width: 76px;
    margin: 0 auto;
	font-size: 12px;
	color: #999;
}
.solutionDetail-list-four .item .desc .words {
	display: block;
	position: relative;
    margin-top: 5px;
    margin-left: 14px;
}
.solutionDetail-list-four .item .desc .words:after {
	content: '';
	display: block;
    position: absolute;
    left: -8px;
    top: 50%;
	width: 5px;
	height: 1px;
	background-color: #999;
}

.solutionDetail-list-four .item .desc .words.more {
	color: #e61f28;
}
.solutionDetail-list-four .item .desc .words.more:after {
	background-color: #e61f28;
}




.solutionDetail-list-contact {
	padding: 6px;
	margin-bottom: 0;
}
.solutionDetail-list-contact .rows {
	padding: 40px 30px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}	
.solutionDetail-list-contact .cont-item {
	margin-top: 10px;
	list-style: none;
	font-size: 14px;
	color: #666;
}
.solutionDetail-list-contact .cont-item:first-child {
	margin-top: 0;
}
.solutionDetail-list-contact .cont-item .cont-title {
	display: inline-block;
	width: 60px;
}
.solutionDetail-list-contact .cont-item .cont-desc {
	display: inline-block;
	width: 87%;
}
.solutionDetail-list-contact .cont-item .cont-desc a {
	color: #666;
    -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;
}
.solutionDetail-list-contact .cont-item .cont-desc a:hover {
	color: #E60013;
}
.solutionDetail-list-contact .cont-item .cont-desc .marignLeft {
	margin-left: 20px;
}
.solutionDetail-list-contact .cont-phone .cont-desc a {
	color: #E60013;
}



@media (max-width: 767px) {
	.solutionDetail-list-four {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.solutionDetail-list-four .lists {
		margin-top: 20px;
	}
	.solutionDetail-list-contact .rows {
		padding: 20px;
	}
}


@media (max-width: 640px) {
	.solutionDetail-list-four .item {
		width: 50%;
		margin-top: 20px;
	}
	.solutionDetail-list-four .item:nth-child(1),
	.solutionDetail-list-four .item:nth-child(2) {
		margin-top: 0;
	}
	.solutionDetail-list-contact .cont-item .cont-desc {
		display: block;
		width: 100%;
	}
	.solutionDetail-list-contact .cont-email .cont-desc a {
		display: block;
	}
	.solutionDetail-list-contact .cont-email .cont-desc .marignLeft {
		margin-left: 0;
	}
}

.laybotrt {
	display: none;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 99;
    font-size: 12px;
}
.toorbar {
    position: relative;
}
.laybotrt #backtop {
	margin-top: 3px;
}
.toorbar .sh {
    width: 60px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
	cursor: pointer;
    background-color: #e60013;
}
.toorbar .sh .w {
    width: 20px;
    text-align: center;
    color: #fff;
}
.toorbar .sh .w img {
    margin-bottom: 6px;
}
.toorbar .infotr {
	display: none;
    position: absolute;
    top: 0;
	right: 0;
	padding-right: 80px;
    bottom: 0;
    width: 240px;
    transition: all .5s;
	opacity: 0;
}
.toorbar .infotr .a {
	position: relative;
    background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.toorbar .infotr .a::after {
	content: '';
	position: absolute;
	top: 20px;
	right: -8px;
	width: 8px;
	height: 7px;
	background-image: url(../images/Polygon2.png);
	background-repeat: no-repeat;
}
.toorbar .infotr .it {
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #EAEAEA;
}
.toorbar .infotr .it:last-child {
    border-bottom: none;
}
.toorbar .infotr .pic {
    width: 20px;
    flex: 0 0 20px;
}
.toorbar .infotr .wtr {
    flex: 1;
    padding-left: 10px;
}
.toorbar .infotr .wtr a {
    display: inline-block;
    margin-top: 4px;
}
.toorbar:hover .infotr {
	display: block;
	opacity: 1;
}
@media (min-width: 993px) {
}
@media (max-width: 992px) {}



.overseascontent img {
	height: auto !important;
}
.overseaslistr .itemr .toptitle {
	line-height: 24px;
	font-size: 20px;
	color: #fff;
	background: #1A1A1A;
	box-shadow: 0px 0px 4px 0px rgba(133,133,133,0.25);
}
.overseaslistr .itemr .bottomcont {
	border: 1px solid #CFCFCF;
	border-top: none;
}

.overseaslistr .itemr .toptitle,
.overseaslistr .itemr .bottomcont {
	padding: 20px;
}
.weibolistrr {
    padding-left: 20px;
    list-style-type: auto;
}
.weibolistrr ul {
	padding-left: 24px;
	list-style-type: disc;
}
.weibotitler111 {
	color: #D32D26;
	font-size: 20px;
	font-weight: bold;
}
.weibotitler {
	color: #D32D26;
	font-size: 16px;
	font-weight: bold;
}
.weibolistrr table td {
	word-break: keep-all;
}

@media (min-width: 993px) {
	.overseaslistr .itemr {
		padding-top: 56px;
	}
	.overseaslistr .itemr .toptitle {
		line-height: 30px;
		font-size: 24px;
	}

	.overseaslistr .itemr .toptitle,
	.overseaslistr .itemr .bottomcont {
		padding: 20px 40px;
	}

	.overseas-wrapper .menu-column-total li:nth-child(2) {
		width: 20%;
	}
	.overseas-wrapper .menu-column-total li:nth-child(3) {
		width: 18%;
	}
}

@media (max-width: 1440px) and (min-width: 993px) {
	#site-header .menu .menu-item {
		margin: 0 10px;
	}
}

@media (max-width: 992px) {
	.overseaslistr .itemr {
		padding-top: 26px;
	}
}
@media (max-width: 767px) {
	.menu-column-total .title-wrapper .item {
		width: 100%;
	}
}


/* 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;
}

