@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: #333;
	background: transparent;
	text-decoration: none;
	outline: none;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
/* Text-level semantics ==========================================================================*/
	/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
	abbr[title] {
	border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
	b,
strong {
	font-weight: bold;
}
/** * Address styling not present in Safari and Chrome.*/
	dfn {
	font-style: italic;
}
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
	h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9.*/
	mark {
	background: #ff0;
	color: #000;
}
/** * Address inconsistent and variable font size in all browsers.*/
	small {
	font-size: 80%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
	sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content ==========================================================================*/
	/** * Remove border when inside `a` element in IE 8/9/10.*/
	img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/** * Correct overflow not hidden in IE 9/10/11.*/
	svg:not(:root) {
	overflow: hidden;
}
/* Grouping content ==========================================================================*/
	/** * Address margin not present in IE 8/9 and Safari.*/
	figure {
	margin: 1em 40px;
}
/** * Address differences between Firefox and other browsers.*/
	hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/** * Contain overflow in all browsers.*/
	pre {
	overflow: auto;
}
/** * Address odd `em`-unit font size rendering in all browsers.*/
	code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms ==========================================================================*/
	/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
	/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
	button,
input,
optgroup,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;
	
}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/
	
}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* 表单placeholder文字样式 */
::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #999;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #999;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #999;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #999;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #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: #333;
	font-family: 'Noto Sans S Chinese', 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
	font-size: 14px;
	line-height: 1.6;
	background-color: #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
}
input,select,button {
	border: none;
}
ul,ol {
	padding-left: 30px;
}
.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;
}
.containerw1200 {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.container {
	position: relative;
	width: 1400px;
	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 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    opacity: 1;
}
#loading .loading-main {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #005CA3;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    border-radius: 50%;
}

#backtop {
	position: fixed;
	right: 20px;
	bottom: 20px;
    z-index: 99;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #005CA3;
	background: #E6E4DF;
	cursor: pointer;
}
#backtop .iconfont {
	font-size: 26px;
	font-weight: bold;
}


/* ------------------------------------
* public
---------------------------------------*/
@media (min-width: 1200px) {
	.indexRight-container {
	    margin-right: 0;
	    margin-left: auto;
	}
	.indexLeft-container {
	    margin-left: 0;
	    margin-right: auto;
	}
}

.site-section {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.more-btn {
	display: inline-block;
	position: relative;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
    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: #fff;
    font-size: 14px;
	background-color: rgb(6,43,85);
    -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 .iconfont {
	vertical-align: baseline;
	margin-left: 5px;
}
.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: #46A93C;
    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;
} */
.more-btn-white:before {
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 300%;
    width: 300%;
}
.more-btn-white .more {
	color: #fff;
	border: 1px solid #46A93C;
}


.align-center {
	text-align: center;
}

.margintop30 {
	margin-top: 30px;
}


.font20 {
	font-size: 20px;
}

.site-column {
	display: block;
	position: relative;
	margin: 0;
	line-height: 32px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	color: #333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.column-font26 {
	margin: 0;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
}
.column-font24 {
	position: relative;
	margin: 0;
	line-height: 28px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.column-font22 {
	position: relative;
	margin: 0;
	line-height: 28px;
	font-weight: bold;
	font-size: 22px;
	color: #f26228;
    -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-font22:after {
	content: '';
	display: block;
	position: relative;
	width: 60px;
	height: 3px;
	margin-top: 16px;
	background-color: #f26228;
}
.column-font16 {
	font-size: 16px;
	font-weight: bold;
	color: #e67a2e;
}
.column-en {
	margin: 0;
	line-height: 28px;
	font-size: 24px;
	text-transform: uppercase;
	color: #C0C0C0;
	font-weight: normal;
    font-family: 'Calibri', 'Noto Sans S Chinese', 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
}

.color-orange {
	color: #f26228;
}
.color-blue {
	color: #005CA3;
}

.color-white {
	color: #fff;
}
.color-gray {
	color: #333;
}
.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;
}


.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);
}

.paddingLeftRight6 {
	padding-left: 6%;
	padding-right: 6%;
}

.padding-topbottom50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ---------------------------------
* header
------------------------------------*/
.site-header {
	/*position: relative;*/
	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;
	height: 2px;
    border-radius: 2px;
}
.hamburger span {
	display: block;
	height: 2px;
	margin: 6px 0;
}
.hamburger:after,
.hamburger:before,
.hamburger span {
	background: #005CA3;
}

/* bar */
.site-header .site-header-bar {
	position: relative;
	top: 0;
    z-index: 4;
    font-size: 0;
	font-family:  'Microsoft Yahei','Noto Sans S Chinese','Helvetica','Open Sans','SimSun';
	background-color: #fff;
	border-bottom: 2px solid #F26228;
    -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;
}
.site-header .site-logo img {
	display: block;
	height: 30px;
}
.site-header .site-logo #siteName {
	display: none;
}

.site-header .header-content {
	display: inline-block;
	margin-left: 7.6%;
}

/* menu */
.site-header .menu {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-header .menu .menu-item {
	display: inline-block;
	position: relative;
}

.site-header .menu .menu-item:first-child {
	margin-left: 0;
}
.site-header .menu .menu-item a {
	display: block;
	font-size: 14px;
}
.site-header .menu .menu-item .top {
	position: relative;
    padding: 30px 20px 10px;
	line-height: 40px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-header .menu .menu-sub {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: 125px;
	padding-top: 20px;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.site-header .menu .menu-sub .rows {
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    background-color: #FBFCFC;
}
.site-header .menu .menu-sub li {
	border-bottom: 1px dashed #ddd;
}
.site-header .menu .menu-sub li:last-child {
	border-bottom: none;
}
.site-header .menu .menu-sub li a {
	display: block;
	padding: 13px 0;
	text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.site-header .menu .menu-sub li a:hover,
.site-header .menu .menu-item .top.current,
.site-header .menu .menu-item.current .top {
	color: #fff;
	background-color: #005CA3;
}

/* header fixed height */
.headerH {
	font-size: 0;
	text-indent: -9999px;
}
@media (min-width: 993px)  {
	.site-header,
	.site-header .site-header-bar,
	.site-header .containerw1200,
	.headerH {
		height: 88px;
	}
	.site-header .site-logo {
		margin-top: 29px;
	}
}


.site-header .search,
.site-header .lang {
	margin-top: 30px;
}

/*search*/
.site-header .search {
	display: inline-block;
	position: relative;
	float: right;
	margin-right: 138px;
}
.site-header .search .icon-wrapper,
.site-header .search .input-submit {
	width: 18px;
	height: 40px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	background-position: center;
}
.site-header .search .icon-wrapper {
	background-image: url(../images/icon/head_search_icon.png);
}
.site-header .search .box {
	display: none;
	position: absolute;
	right: -10px;
	top: 0;
}
.site-header .search .input-txt,
.site-header .search .input-submit {
}
.site-header .search .input-txt {
	position: relative;
	z-index: 2;
	width: 0;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
}
.site-header .search .input-submit {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 4;
	padding: 0;
	background-image: url(../images/icon/head_search_icon_orange.png);
}

.site-header .search.open .box {
	display: block;
	width: 240px;
}
.site-header .search.open .input-txt {
	width: 100%;
	padding: 0 40px 0 20px;
	border: 1px solid #C9C9C9;
}




/*lang*/
.site-header .lang {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
}
.site-header .lang:before {
	content: '';
	position: absolute;
	left: -24px;
	top: 10px;
	z-index: 2;
	width: 2px;
	height: 20px;
	background-color: #DBDBDB;
}


.site-header .lang .ic-website {
	display: inline-block;
	width: 20px;
	height: 40px;
	margin-right: 8px;
	background-repeat: no-repeat;
	-webkit-background-size: 20px;
	background-size: 20px;
	background-position: center;
	background-image: url(../images/icon/head_website_icon.png);
}
.site-header .lang .item {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.site-header .lang .active {
	color: #005ca3;
}
.site-header .lang .dot {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin: 0 8px;
	line-height: 4px;
	background-color: #005ca3;
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.site-header ul,
.site-header ol,
.site-footer ul,
.site-footer ul {
	padding-left: 0;
	margin: 0;
}

.site-header ul li,
.site-header ol li,
.site-footer ul li,
.site-footer ul li {
	list-style: none;
}

/* ------------------------------------
* footer
---------------------------------------*/
.site-footer {
	position: relative;
	z-index: 3;
    width: 100%;
}

.site-footer a {
	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-footer .menu-sub a:hover,
.site-footer a:hover,
.site-footer .footer-copyright .copyright a:hover {
	color: #005ca3;
}
.site-footer .top {
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
}
.site-footer .footer-box {
	position: relative;
	z-index: 5;
	padding-top: 80px;
	padding-bottom: 40px;
}
.site-footer .footer-box .footlogo {
	font-size: 0;
}
.site-footer .footer-box .footlogo .img-logo {
	height: 30px;
}
.site-footer .footer-box .footlogo .name {
	display: inline-block;
	margin-left: 15px;
	line-height: 30px;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
	.site-footer .footer-box .menu {
		-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;
	}
}
.site-footer .footer-box .menu {
	margin-top: 35px;
    font-family: 'Microsoft Yahei','Noto Sans S Chinese', 'Helvetica','Open Sans','SimSun';
}
.site-footer .footer-box .menu-sub li {
	margin-top: 8px;
}
.site-footer .footer-box .menu-contact .menu-sub p {
	margin-top: 8px;
	margin-bottom: 0;
}

.site-footer .wechat .top {
	position: relative;
	line-height: 24px;
}
.site-footer .wechat .iconfont {
	display: none;
	font-size: 24px;
}
.site-footer .wechat .words {
	display: none;
}
.site-footer .wechat .icon-weixin-copy {
	color: #50B674;
}
.site-footer .wechat .icon-weibo-copy {
	color: #EA5D5C;
}
.site-footer .wechat .info {
	display: none;
}
.site-footer .wechat .info .title {
	margin: 0;
}
@media (min-width: 993px) {
	.site-footer .wechat .iconfont,
	.site-footer .wechat .words {
		display: inline-block;
	}
	.site-footer .wechat .info .title {
		display: none;
	}
	.site-footer .wechat .info {
		position: absolute;
		right: 0;
		bottom: 100%;
	}
}
.site-footer .foot-cont {
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
}
.site-footer .wechat .info img {
	width: 100px;
	height: 100px;
	padding: 10px;
	background-color: #fff;
}
.site-footer .footer-copyright {
	position: relative;
	z-index: 6;
    width: 100%;
	border-top: 3px solid #F4F4F4;
}
.site-footer .footer-copyright .footer-copyright-list {
	padding: 15px 0;
	color: #666;
}
.inner-footer {
	background-color: #F5F5F5;
}
.inner-footer .footer-copyright {
	border-top: 3px solid #e8e8e8;
}

.foot-cont {
	padding: 0;
	margin: 0;
}
.foot-cont li {list-style: none;}

@media (min-width: 993px) {
	.site-footer .menu-item {
		margin-right: 20px;
	}
	.site-footer .menu-contact .con-item {
		margin-right: 30px;
	}
	.site-footer .menu-contact,
	.site-footer .menu-contact .con-item:last-child {
		margin-right: 0;
	}
	.site-footer .wechat {
		position: absolute;
		right: 0;
		top: 15px;
	}
	.site-footer .footer-copyright .copyright {
		padding-right: 120px;
	}
}
@media (max-width: 1130px) and (min-width: 993px) {
	.site-footer .wechat {
		right: 70px;
	}
}

@media (max-width: 992px) {
	.site-footer .footer-box {
		display: none;
	}
	.site-footer .wechat .top {
		text-align: center;
	}
	.site-footer .footer-copyright {
		border-top: none;
	}
	.site-footer .footer-copyright .footer-copyright-list .copyright {
		padding-top: 8px;
	    border-top: 3px solid #F4F4F4;
	}
	.inner-footer .footer-copyright .footer-copyright-list .copyright {
	    border-top: 3px solid #e8e8e8;
	}
	.site-footer .wechat .info img {
		background-color: transparent;
	}
}

/* 手机端 微信 微博 */
.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;
}



/* 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);
}

.list-rows {
	padding-left: 0;
	font-size: 0;
}
.list-rows .item {
	display: inline-block;
	position: relative;
	list-style: none;
}
.list-rows .link {
	display: block;
	height: 100%;
}
.list-rows .link .img-box {
	position: relative;
    -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;
}
.list-rows .link .img-box .thumb-scale {
    position: relative;
    z-index: 5;
}
.list-rows .link .img-box img {
	display: block;
	width: 100%;
}
.list-rows .link .title {
	margin-bottom: 8px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
}
.three-rows .item {
	width: 31%;
	margin-right: 3.5%;
}
.four-rows .item {
	width: 23.36%;
	margin-right: 2.1%;
}

.three-rows .item:nth-child(3n),
.four-rows .item:nth-child(4n) {
	margin-right: 0;
}

/*pagination*/
.pagination {
	margin-top: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #373738;
	border-top: 1px solid #DCE3DD;
}
.pagination .pagination-box {
	position: relative;
	margin-top: 40px;
	height: 42px;
	line-height: 40px;
	font-size: 0;
}
.pagination 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;
}
.pagination .first,
.pagination .last {
	position: absolute;
	top: 0;
	width: 115px;
	height: 42px;
	font-size: 14px;
	color: #a2a3a2;
	font-weight: normal;
	border: 1px solid #C6CBC6;
	overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pagination .first {
	left: 0;
}
.pagination .last {
	right: 0;
}
.pagination .first .iconfont {
	margin-right: 5px;
}
.pagination .last .iconfont {
	margin-left: 5px;
}



.pagination .prev,
.pagination .next {
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #C6CBC6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pagination .num {
	display: inline-block;
	margin: 0 20px;
	font-size: 22px;
	color: #a2a3a2;
	font-family: 'Helvetica','SimSun','Microsoft Yahei','Open Sans';
}
.pagination .num .current {
	color: #4cba40;
}

.pagination .first:hover,
.pagination .last:hover,
.pagination .prev:hover,
.pagination .next:hover {
    color: #46A93C;
    border: 1px solid #46A93C;
}

.pagination .return {
	display: inline-block;
	color: #429e42;
	font-size: 14px;
	width: 120px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #429e42;
	background-color: #F3FFF2;
}
.pagination .return:hover {
	color: #fff;
	background-color: #429e42;
}



/* ---------------------------------
* index
------------------------------------*/
.index-section, .bg-white {
	background-color: transparent;
}


/*--------------
* banner
----------------*/
.site-banner {
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.site-banner .gallery img {
	display: block;
	width: 100%;
}
.site-banner .banner-left,
.site-banner .banner-right {
	display: inline-block;
	outline: none;
}
.site-banner .banner-left i,
.site-banner .banner-right i {
	font-size: 26px;
	color: #fff;
}
.site-banner .banner-pagination {
	display: inline-block;
	position: relative;
	height: 12px;
	margin: 14px 20px 0;
	z-index: 5;
}
@media (min-width: 768px) {

	.site-banner .banner-pages {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 24px;
		z-index: 5;
		text-align: center;
	}
	.site-banner .pages-box {
		display: inline-block;
		height: 40px;
		padding: 0 16px;
		line-height: 40px;
		font-size: 0;
		background-color: rgba(0,0,0,.24);
		-webkit-border-radius: 19.5px;
		-moz-border-radius: 19.5px;
		-ms-border-radius: 19.5px;
		-o-border-radius: 19.5px;
		border-radius: 19.5px;
	}

}

.site-banner .banner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #fff;
	-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;
}
.site-banner .banner-pagination .swiper-pagination-bullet-active {
	background-color: #009EE0;
}



/*--------------
* product
----------------*/
.site-product {
	position: relative;
}
.site-product .list {
	font-size: 0;
}
.site-product .item .link {
	display: block;
}
.site-product .item .img-box img {
	display: block;
	width: 100%;
}
.site-product .item .link .img-hover {
	display: none;
	border-bottom: 4px solid #F26228;
}
.site-product .item .info {
	padding: 10px 8px 0;
}
.site-product .item .title {
	color: #F26228;
	font-size: 20px;
}
.site-product .item .desc {
	color: #464646;
	font-size: 14px;
}


@media (min-width: 641px) {
	.site-product .item {
		display: inline-block;
		width: 32%;
		margin-right: 2%;
	}
	.site-product .item:nth-child(3n) {
		margin-right: 0;
	}
}




/*--------------
* about
----------------*/
.site-about {
	background-color: #F4F4F4;
}
.site-about .container-wrapper {
	margin: 0;
}
.site-about .list {
	position: relative;
	min-height: 61vh;
}
@media (min-width: 993px) {
	.site-about .gallery {
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 2;
		width: 61.75%;
	}
}
.site-about .gallery img {
	display: block;
	width: 100%;
}
.site-about .content {
    position: relative;
    float: right;
    z-index: 5;
	width: 51.5%;
    margin-top: 80px;
    padding: 50px;
    padding-bottom: 65px;
	color: #565656;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.2);
    box-shadow: 0 4px 5px rgba(0,0,0,.2);
}

.site-about .content .info {
	margin-top: 8px;
}
.site-about .content .info .words {
	margin: 0;
	color: #666;
}
.site-about .content .info .stress {
    border-bottom: 4px solid #FBD0BE;
}

.site-about .content .more-btn {
	margin-top: 50px;
}


/*--------------
* 2019-08-05 Qiuyue
----------------*/
.site-about .about-boxs .list {
	min-height: 10px;
	font-size: 0;
}



.site-about .about-boxs .list {}
.site-about .about-boxs .content {
	width: 100%;
	margin: 0;
	float: none;
	font-size: 14px;
}
@media (min-width: 993px) {
	.site-about .about-boxs .itemsw1 img,
	.site-about .about-boxs .itemsw3 img {
		display: none;
	}
	.site-about .about-boxs .itemsw {
		display: inline-block;
		width: 33.33%;
	}
	.site-about .about-boxs .itemsw1,
	.site-about .about-boxs .itemsw3 {
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 3;
		background-repeat: no-repeat;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.site-about .about-boxs .itemsw1 {
		left: 0;
	}
	.site-about .about-boxs .itemsw2 {
		position: relative;
		z-index: 5;
		margin-left: 33.33%;
	}
	.site-about .about-boxs .itemsw3 {
		right: 0;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.site-about .about-boxs .content {
		padding: 30px;
		padding-bottom: 40px;
	}
	.site-about .content .more-btn {
		margin-top: 20px;
	}
}
@media (max-width: 992px) {
	.site-about .about-boxs .itemsw1 img,
	.site-about .about-boxs .itemsw3 img {
		display: block;
		width: 100%;
	}
	.site-about .about-boxs .content {
		padding-bottom: 30px;
	}
}


/*--------------
* competition=========application
----------------*/
.site-competition-application {}
.site-competition-application .item .thumb-scale:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-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;
}

.site-competition-application .link:hover .thumb-scale:after {
    width: 100%;
    height: 100%;
}





/*--------------
* competition
----------------*/
.site-competition .item .column {
	padding: 20px 6px 0;
	font-size: 20px;
	color: #005ca3;
	font-weight: 500;
}
.site-competition .item .thumb-scale:after {
    background: rgba(0,92,163,.7);
}




/*--------------
* application
----------------*/
.site-application {
	background-color: #F4F4F4;
}
.site-application .content {
	text-align: center;
}
.site-application .five-rows .item {
	width: 20%;
	background-color: #fff;
}
.site-application .five-rows .item:first-child .column {
	border-left: 1px solid #E6E6E6;
}

.site-application .item {
	display: block;
	overflow: hidden;
}
.site-application .item .column {
    line-height: 28px;
    padding: 12px;
    text-align: center;
	color: #f26228;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #E6E6E6;
	border-left: 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;
}
.site-application .item .thumb-scale:after {
    background: rgba(0,0,0,.2);
}


.site-application .link:hover .column {
	color: #fff;
	background-color: #F26228;
}




/*--------------
* recommend
----------------*/



/* ---------------------------------
* inner
------------------------------------*/
.inner-column {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 0;
	background-color: #FAFAFA;
	border-bottom: 1px solid #E6E6E6;
}
.inner-column .item {
	display: inline-block;
	width: 25%;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	overflow: hidden;
}
.inner-column .item:first-child {
	border-left: 1px solid #E6E6E6;
}
.inner-column .item a {
	display: block;
	position: relative;
	padding: 18px 8px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.inner-column .item a:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	z-index: 2;
	margin-left: -4px;
	width: 12px;
	height: 8px;
	background: url(../images/icon/cloumn_jiantou.png) center no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.inner-column .item a:hover {
	color: #f26228;
}
.inner-column .item a:hover:after {
	bottom: 0;
}

.inner-column .item.active a {
	color: #f26228;
	font-weight: bold;
}
.inner-column .item.active a:after {
	bottom: 0;
}


.category-wrapper {
	font-size: 0;
}
.category-wrapper .item {
	display: inline-block;
	margin-right: 20px;
}
.category-wrapper .item:last-child {
	margin-right: 0;
}
.category-wrapper .item a {
	display: block;
    padding: 18px 55px;
    line-height: 24px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	border: 1px solid #DADADA;
    -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;
}
.category-wrapper .item a:hover,
.category-wrapper .item.active a {
	color: #fff;
	background-color: #F26228;
	border-color: #F26228;
}

.dot-blue {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	font-size: 0;
	background-color: #005CA3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.inner-wrapper {
	min-height: 30vh;
	padding-top: 50px;
	padding-bottom: 100px;
}


/*--------------
* about
----------------*/
/*public*/
.about-wrapper .content {
	font-size: 14px;
	color: #565656;
}
.about-wrapper .content .words {
	color: #121212;
}


/*information*/
.about-information .content {
	width: 57.5%;
	float: left;
}
.about-information .content .words {
	margin-top: 40px;
}

.about-gallery {
	position: relative;
	width: 35.67%;
	float: right;
}
.about-gallery img {
	display: block;
	width: 100%;
}
.about-gallery .about-right,
.about-gallery .about-left {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	z-index: 8;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: none;
    background-color: rgba(192,192,192,.8);
}
.about-gallery .about-right .iconfont,
.about-gallery .about-left .iconfont {
	font-size: 24px;
	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;
}

.about-gallery .about-right {
	right: 8px;
}
.about-gallery .about-left {
	left: 8px;
}
.about-gallery .about-right:hover,
.about-gallery .about-left:hover {
	background-color: #F26228;
}



/*business*/
.about-business {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}



/*--------------
* culture
----------------*/
.culture-information {
	margin-top: 30px;
	padding-bottom: 40px;
	background: url(../images/culture_bg.jpg) center bottom no-repeat;
}
.culture-information .culture-gallery {
	padding-top: 6%;
	width: 46.9%;
	float: left;
}
.culture-information .culture-gallery img {
	display: block;
	width: 100%;
}
.culture-information .content {
	width: 45%;
	float: right;
	padding-right: 5%;
	color: #666;
	font-size: 14px;
}




/*--------------
* development
----------------*/
.development-information {
	margin-top: 30px;
	background-color: #F8F8F8;
}
.development-information .content {
	position: relative;
	min-height: 340px;
	overflow: hidden;
}
.development-information .bg-box {
	position: absolute;
	right: -58px;
	top: 50%;
	z-index: 3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.development-information .other-content {
	position: relative;
	z-index: 5;
}

@media (min-width: 641px) {
	.development-information .item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		font-size: 0;
	}
}
.development-information .item .year {
	width: 250px;
	flex: 0 0 250px;
	font-size: 14px;
	color: #cdcdcd;
}
.development-information .item .year .info {
	position: relative;
}
.development-information .item .year .info:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 1px;
    margin-top: 20px;
    margin-left: 15px;
    background-color: #005CA3;

}
.development-information .item .num {
	line-height: 40px;
	font-size: 40px;
	vertical-align: baseline;
}
.development-information .item .tabs {
	flex: 1; 
	color: #464646;
	font-size: 14px;
}

.development-information .arrow-box {
	margin-top: 60px;
	margin-bottom: 15px;
}
.development-information .left-arr,
.development-information .right-arr {
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	outline: none;
	border: 1px solid #F26228;
	cursor: pointer;
	-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;
}
.development-information .left-arr .iconfont,
.development-information .right-arr .iconfont {
	font-size: 24px;
	color: #F26228;
    -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;
}
.development-information .left-arr:hover,
.development-information .right-arr:hover {
	background-color: #F26228;
}

.development-information .left-arr:hover .iconfont,
.development-information .right-arr:hover .iconfont {
	color: #fff;
}



.development-information .left-arr {
	float: left;
}
.development-information .right-arr {
	float: right;
}

.development-information .gallery-thumbs {
}
.development-information .gallery-thumbs .tabs {
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.development-information .gallery-thumbs .tabs {
	position: relative;
	padding-top: 20px;
	margin-top: 15px;
	text-align: center;
	border-top: 1px solid #f26228;
    -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;
}

.development-information .gallery-thumbs .tabs:after {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background-color: #f26228;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.development-information .gallery-thumbs .swiper-slide-thumb-active .tabs {
	color: #f26228;
}
.development-information .gallery-thumbs .swiper-slide-thumb-active .tabs:after {
	top: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border: 10px solid #F6CBB9;
}


.development-information .gallery-thumbs .tabs:hover {
	color: #f26228;
}







/*--------------
* product
----------------*/
/*public*/
.productlist {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.productlist .item {
	display: inline-block;
	position: relative;
	z-index: 2;
    -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;
}
.productlist .item .link {
	display: block;
}
.productlist .item .img-box {
	overflow: hidden;
}
.productlist .item .img-box img {
	display: block;
	width: 100%;
}
.productlist .item .title {
	padding: 6px 30px 15px;
	line-height: 28px;
	font-size: 16px;
    font-family: 'Microsoft Yahei','Noto Sans S Chinese', 'Helvetica','Open Sans','SimSun';
}


.productlist .item:hover {
	z-index: 5;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}



/*product three four*/
.product-three .item,
.product-four .item {
	border-right: 1px solid #EFEFED;
	border-bottom: 1px solid #EFEFED;
}
.product-three .item .title {
	color: #f26228;
}

.product-four .item .title {
	color: #729ec1;
}

@media (min-width: 768px) {
	/*product three*/
	.product-three .item {
		width: 33.33%;
	}

	.product-three .item:nth-child(1),
	.product-three .item:nth-child(2),
	.product-three .item:nth-child(3) {
		border-top: 1px solid #EFEFED;
	}
	.product-three .item:nth-child(3n+1) {
		border-left: 1px solid #EFEFED;
	}

	/*product four*/
	.product-four .item {
		width: 25%;
	}

	.product-four .item:nth-child(1),
	.product-four .item:nth-child(2),
	.product-four .item:nth-child(3),
	.product-four .item:nth-child(4) {
		border-top: 1px solid #EFEFED;
	}
	.product-four .item:nth-child(4n+1) {
		border-left: 1px solid #EFEFED;
	}

}


@media (max-width: 767px) and (min-width: 481px) {
	/*product three*/
	.product-three .item {
		width: 50%;
	}

	.product-three .item:nth-child(1),
	.product-three .item:nth-child(2) {
		border-top: 1px solid #EFEFED;
	}
	.product-three .item:nth-child(2n+1) {
		border-left: 1px solid #EFEFED;
	}

	/*product four*/
	.product-four .item {
		width: 33.33%;
	}

	.product-four .item:nth-child(1),
	.product-four .item:nth-child(2),
	.product-four .item:nth-child(3) {
		border-top: 1px solid #EFEFED;
	}
	.product-four .item:nth-child(3n+1) {
		border-left: 1px solid #EFEFED;
	}
}


@media (max-width: 480px) {
	/*product three four*/
	.product-three .item,
	.product-four .item {
		width: 100%;
		border-left: 1px solid #EFEFED;
	}

	.product-three .item:nth-child(1),
	.product-four .item:nth-child(1) {
		border-top: 1px solid #EFEFED;
	}
	.productlist .item .title {
		padding: 6px 10px;
	}
}





/*--------------
* competition
----------------*/
@media (min-width: 993px) {
	.competition-information {
		width: 904px;
		margin: 0 auto;
	}
}
.competition-information .content {
	margin-top: 25px;
	color: #666;
	font-size: 14px;
	font-family: 'Microsoft Yahei','Noto Sans S Chinese', 'Helvetica','Open Sans','SimSun';
}






/*--------------
* application
----------------*/
.application-list {
	padding-left: 0;
	font-size: 0;
}
.application-list .item {
	display: inline-block;
	list-style: none;
	margin-top: 10px;
}
@media (min-width: 641px) {
	.application-list .item {
		width: 31.66%;
		margin-right: 2.5%;
	}
	.application-list .item:nth-child(3n) {
		margin-right: 0;
	}
}



.application-list .item .link {
	display: block;
	width: 100%;
}
.application-list .item .column {
    line-height: 28px;
    padding: 12px;
	font-size: 18px;
	color: #f26228;
	text-align: center;
}




/*--------------
* contact
----------------*/
@media (min-width: 768px) {
	.contact-information {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
}
.contact-information .contact-list {
	padding-top: 45px;
	padding-bottom: 70px;
	border: 1px solid #DADADA;
}


.contact-information .content {
	width: 58.33%;
	padding-left: 55px;
	padding-right: 55px;
}
.contact-information .content .desc {
	margin-top: 35px;
	margin-bottom: 50px;
	font-size: 18px;
	color: #666;
}



.contact-information .form-box {
	width: 39.83%;
	padding-left: 30px;
	padding-right: 30px;
}
.contact-information .item {
	margin-top: 30px;
}
.contact-information .input-txt {
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px;
	color: #666;
	border: 1px solid #B4B4B4;
    -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-information input.input-txt {
	height: 48px;
}
.contact-information textarea.input-txt {
	height: 180px;
	max-height: 180px;
	resize: none;
}
.contact-information .item-submit {
	margin-top: 40px;
}
.contact-information input.input-sub {
	color: #fff;
	background-color: #f26228;
	border-color: #f26228;
}

.contact-information .input-txt:focus {
	border-color: #f26228;
}

.contact-information .siteFormInfo {
	margin-top: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}



.my-map,
.amap-container {
	width: 100%;
	height: 320px;
}
.my-map img {
	max-width: none;
}

.my-map {
	width: 100%;
	font-size: 14px;
	border: 1px solid #E9E9E9;
}
.my-map .icon-cir {
    height: 31px;
    width: 28px;
    background: url(../images/icon/marker.png) no-repeat;
    cursor: pointer;
    background-position: -11px -55px;
}
.my-map .amap-info-content {
	padding-right: 20px;
	font-size: 14px;
}
.my-map .amap-info-content>h5 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}

/* ---------------------------------------------------------------------------------------
media ipad phone
---------------------------------------------------------------------------------------*/


@media (max-width: 1500px) and (min-width: 1200px) {
	.containerw1200 {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
	.container {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	.site-header .header-content {
		margin-left: 5%;
	}
}
@media (max-width: 1500px) {
	.site-header .menu .menu-item .top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-header .search.open .box {
		width: 200px;
	}
}
@media (min-width: 993px) {
	#headerContent {
		display: none;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.container,
	.containerw1200 {
		width: 980px;
	}

	.site-header .header-content {
		margin-left: 30px;
	}

	.site-about .content {
		margin-top: 40px;
	}
	.site-footer .footer-box {
		padding-top: 80px;
	}

}

@media (max-width: 1199px) {
	/*---inner----*/
	/*development*/
	.development-information .bg-box {
		right: 0;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
}

@media (max-width: 992px) {
	.container,
	.containerw1200 {
		width: 90%;
	}

	.poptrox-popup .closer {
		right: -10px !important;
	}

	/* header */
	.mm-menu {
		background: #fff;
	}
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		background: rgba(0,0,0,.3);
	}
	.mm-panel_opened-parent {
	    -webkit-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	    transform: translate(-100%,0);
	    -webkit-transform: translate3d(-100%,0,0);
	    transform: translate3d(-100%,0,0);
	}
	.site-header .header-content {
		display: none;
	}
	.hamburger {
		display: block;
		opacity: 1;
		top: 16px;
		right: 20px;
	}
	#menu-header {
		z-index: 999;
		background: #fff;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.site-header,
	.site-header .site-header-bar,
	.site-header .container,
	.headerH {
		height: 50px;
	}
	.site-header .site-header-menu {
		display: none;
	}

	.site-header .site-logo {
		margin-top: 10px;
	}
	.site-header .search, .site-header .lang {
		margin-top: 0;
	}
	.site-header .search {
		margin-right: 195px;
	}
	.site-header .search.open .box {
	    position: fixed;
	    top: 50px;
	    left: 0;
	    width: 100%;
	    padding: 0 5%;
	}
	.site-header .search .input-submit {
		right: 5%;
	    padding-right: 10px;
    	width: 36px;
	}
	.site-header .lang {
		right: 70px;
	    height: 50px;
    	line-height: 50px;
	}
	.site-header .lang .ic-website,
	.site-header .search .icon-wrapper {
		height: 50px;
	}
	.site-header .lang:before {
		top: 15px;
	}

	/*footer*/
	.site-footer .footer-box {
		padding: 20px 0;
	}

	/*---index----*/
	/*about*/
	.site-about .container-wrapper {
		margin: 0 auto;
	}
	.site-about .list {
		min-height: 20px;
	}
	.site-about .gallery,
	.site-about .content {
		float: none;
		width: 100%;
	}
	.site-about .content {
		margin-top: 0;
		padding: 20px;
	}
	.site-about .content .more-btn {
		margin-top: 10px;
	}

	/*----inner----*/
	.inner-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.three-rows .item {
		margin-top: 25px;
	}
	.pagination {
		margin-top: 20px;
	}
	.pagination .pagination-box {
		margin-top: 20px;
	}

}

@media (max-width: 767px) {
	.site-column {
		line-height: 28px;
		font-size: 24px;
	}
	.column-font26 {
		line-height: 28px;
		font-size: 22px;
	}
	.column-font24 {
		font-size: 20px;
	}
	.column-font22 {
		font-size: 18px;
	}
	.column-font22:after {
		margin-top: 8px;
	}
	.font20 {
		font-size: 18px;
	}
	.padding-topbottom50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.margintop30 {
		margin-top: 20px;
	}

	.more-btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	/*header*/
	.mm-navbar {
		padding: 0 20px;
	}

	.four-rows .item {
	    width: 48%;
    	margin-right: 4%;
	}

	/*footer*/
	.site-footer .top {
		font-size: 14px;
	}
	.site-footer .footer-box .footlogo,
	.site-footer .footer-box .menu-item {
		display: none;
	}
	.site-footer .footer-box .menu {
		margin-top: 0;
	}
	.site-footer .footer-box .wechat {
		display: block;
		text-align: center;
	}
	.site-footer .footer-box .wechat .info {
		display: inline-block!important;
	}

	/*banner*/
	.site-banner .banner-pagination {
		display: none;
	}
	.site-banner .banner-left, .site-banner .banner-right {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		z-index: 5;
	}
	.site-banner .banner-left {
		left: 5%;
	}
	.site-banner .banner-right {
		right: 5%;
	}
	
	/*competition*/
	.site-competition .item {
		margin-top: 10px;
	}
	.site-competition .item:first-child,
	.site-competition .item:nth-child(2) {
		margin-top: 0;
	}
	.site-competition .item:nth-child(2n) {
		margin-right: 0;
	}
	.site-competition .item .column {
		padding-top: 5px;
		font-size: 18px;
	}
	
	/*application*/
	.site-application .five-rows .item {
		width: 50%;
	}
	.site-application .item .column {
		padding: 4px;
		font-size: 16px;
	}


	/*----inner-----*/
	.inner-wrapper {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	/*contact*/
	.contact-information .content,
	.contact-information .form-box {
		width: 100%;
		padding: 25px;
	}
	.contact-information .content {
		padding: 0;
		border: none;
	}
	.contact-information .form-box {
		margin-top: 30px;
	}
	.contact-information .content .desc {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.contact-information .form-box .column-font22 {
		padding-bottom: 12px;
	}
	.contact-information .item {
		margin-top: 20px;
	}
	.contact-information .item-submit {
		margin-top: 30px;
	}

}
@media (max-width: 640px) {
	.three-rows .item {
		width: 47%;
		margin-right: 6%;
		margin-top: 4%;
	}
	.three-rows .item:nth-child(3n) {
		margin-right: 6%;
	}
	.three-rows .item:nth-child(2n) {
		margin-right: 0;
	}
	.three-rows .link .title {
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.pagination .pagination-box,
	.pagination .return {
		height: 32px;
		line-height: 30px;
	}
	.pagination .first, .pagination .last {
		width: 64px;
		height: 32px;
	}
	.pagination .first .iconfont,
	.pagination .last .iconfont {
		display: none;
	}
	.pagination .prev, .pagination .next {
		width: 32px;
		height: 32px;
	}
	.pagination .num {
		margin: 0 10px;
		font-size: 18px;
	}
	.pagination .return {
		width: 86px;
	}
	
	/*----index-----*/
	.site-product .list {
		/*margin-top: 0;*/
	}
	.site-product .item {
	    width: 100%;
	    margin-right: 0;
	    margin-top: 20px;
	}

	/*----inner-----*/
	/*about*/
	.about-information .about-gallery, .about-information .content {
		width: 100%;
		float: none;
	}
	.about-information .content {
		margin-top: 30px;
	}
	.about-information .content .words {
		margin-top: 10px;
	}
	.about-business {
		margin-top: 30px;
		padding: 20px 0;
	}
	.inner-column {
		margin-top: 30px;
		border-bottom: none;
		background-color: transparent;
	}
	.inner-column .item {
		width: 50%;
		border-top: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}
	.inner-column .item:nth-child(1),
	.inner-column .item:nth-child(2) {
		border-bottom: none;
	}
	.inner-column .item:nth-child(2n+1) {
		border-left: 1px solid #E6E6E6;
	}
	.inner-column .item a:hover:after,
	.inner-column .item.active a:after {
	    bottom: -8px;
	}
	.inner-column .item a {
		padding: 8px;
	}
	.category-wrapper .item a {
		padding: 8px 40px;
		font-size: 14px;
		text-align: center;
	}
	
	/*culture*/
	.culture-information {
		padding-bottom: 20px;
	}
	.culture-information .culture-gallery, .culture-information .content {
		width: 100%;
		float: none;
	}
	.culture-information .culture-gallery {
		padding-top: 0;
	}
	.culture-information .content {
		padding: 0;
		margin-top: 20px;
	}

	/*development*/
	.development-information .bg-box {
		/*display: none;*/
		top: 100px;
	}
	.development-information .item .year, .development-information .item .tabs {
		width: 100%;
	}
	.development-information .item .num {
		font-size: 30px;
	}
	.development-information .arrow-box {
		margin-top: 30px;
	}
	.development-information .left-arr, .development-information .right-arr {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	/*application*/
	.application-list .item {
		width: 48%;
		margin-right: 4%;
	}
	.application-list .item:nth-child(2n) {
		margin-right: 0;
	}
	.application-list .item .column {
		padding: 4px;
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.three-rows .item {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.three-rows .item:nth-child(3n) {
		margin-right: 0;
	}
	.three-rows .item:nth-child(2n) {
		margin-right: 0;
	}
	
	.site-header .site-logo {
		margin-top: 14px;
	}
	.site-header .site-logo img {
		height: 25px;
	}
	.site-header .search {
	    margin-right: 150px;
	}
	.site-header .lang .ic-website {
		display: none;
	}
	.site-header .lang:before {
		left: -15px;
	}
	
	/*----index-----*/

	/*--inner---*/
	.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;
	}

	/*contact*/
	.my-map, .amap-container {
		height: 290px;
	}
}

/* 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;
}

