﻿/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff
  /* 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.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1
  /* 3 */
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #333;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #006699;
}

/* 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 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;

  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/* 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 {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible
  /* 4 */
}

/**
 * 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;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px
  /* 3 */
}

/**
 * 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 */
  /* 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,
input[type="text"] {
  -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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 0 */
}

/**
 * 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;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.fwn {
  font-weight: normal;
}

.tac {
  text-align: center;
}

.t-f {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.t-c {
  -webkit-transition: color 0.5s;
          transition: color 0.5s;
}

.t-bg {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
          animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*# sourceMappingURL=reset.css.map */



/*# sourceMappingURL=style.css.map */
/*base*/
input.ind-txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #fff; 
} 
input.ind-txt:-moz-placeholder, textarea:-moz-placeholder { 
	color: #fff; 
} 
input.ind-tet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #333; 
} 
input.ind-tet:-moz-placeholder, textarea:-moz-placeholder { 
	color: #333; 
} 
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/BebasNeueRegular.eot');
	src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
	url('../fonts/BebasNeueRegular.woff2') format('woff2'),
	url('../fonts/BebasNeueRegular.woff') format('woff'),
	url('../fonts/BebasNeueRegular.ttf') format('truetype'),
	url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
@font-face {
	font-family: 'BebasNeueBook';
	src: url('../font/BebasNeueBook.eot');
	src: url('../font/BebasNeueBook.eot') format('embedded-opentype'),
	url('../font/BebasNeueBook.woff2') format('woff2'),
	url('../font/BebasNeueBook.woff') format('woff'),
	url('../font/BebasNeueBook.ttf') format('truetype'),
	url('../font/BebasNeueBook.svg#BebasNeueBook') format('svg');
}
/*//加载*/
.preload {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 81;
	background: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transform-origin: 50% 42%;
	-ms-transform-origin: 50% 42%;
	transform-origin: 50% 42%
}

.preload.is-loaded {
	background: 0 0
}

.preload.is-animate-out {
	-webkit-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	opacity: 0;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s,-webkit-transform 1s
}

.preload.is-paused .preload__progress {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.preload.is-paused .preload__progress-inner {
	-webkit-animation: none;
	animation: none
}

.preload.is-clean {
	background: 0 0;
	z-index: -1;
	-webkit-transition: none;
	transition: none
}

.preload.is-clean .preload__bg {
	display: none
}

.preload.is-clean .preload__progress {
	background: rgba(0,0,0,.5);
	top: 50%
}

.preload.is-clean .preload__progress-inner {
	background: #35373b
}

.preload.is-clean-paused .preload__progress-inner {
	-webkit-animation: none;
	animation: none
}

.preload__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.preload__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin:-1px 0 0 -100px;
	height: 1px;
	background: rgba(255,255,255,.15);
	-webkit-transition: .3s;
	transition: .3s
}

.preload__progress-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.load-bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:80;
}
.load-bg .top{
	height: 50%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.load-bg .top i{
	display: block;
	width: 200px;
	height: 1px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}
.load-bg .top i.on{
	left:0%;
	margin-left: 0px;
	width:100%;
}
.load-bg .bot{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height:50%;
	background-color: #fff;
}
/*@media (min-width:768px) {
	.preload__progress {
		top: 60%;
		width: 260px;
		margin-left: -130px
	}

	.company__card-cell.is-active .company__card-wrap {
		-webkit-box-shadow: 0 5px 125px rgba(0,0,0,.3);
		box-shadow: 0 5px 125px rgba(0,0,0,.3)
	}
}

@media (min-width:960px) {
	.preload__progress {
		top: 65%
	}
}
@media (orientation:landscape) {
	.preload__progress {
		top: 65%
	}
	}*/

	body{
		padding: 0;
		margin: 0;
		min-width: 1200px;
	}

	/*首页导航*/

	.ind-nav{
		width:100%;
		height: 100px;
		position: fixed;
		z-index: 101;
		/* margin-top: 42px; */
		top:0;
		left: 0;
		/*min-width: 1200px;*/
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.ind-nav .warp{
	  width: 1380px;
      margin: 0 auto;
	  display: flex;
	  justify-content:space-between;
	}
/*.ind-nav.hot{
	display: none;
	}*/
	.ind-nav.on{
		padding-top:0px;
		margin-top: 0;

	}
	.ind-nav.sro-top{
		top: -85px;
	}
	.ind-nav .logo{
		width: 15%;
		    margin-top: 25px;
			margin-right: 70px;
			    padding: 3px;
		/*height:60px;*/
		height: 68px;
		float: left;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		/* position: fixed;
    top: 45px;
    left: 0; */
    z-index: 150;
    background-color: #fff;
	border-radius: 5px;
	}
	.ind-nav.on .logo{
		
	}
	.ind-nav .logo img{
		display: block;
}
.ind-nav.on .logo img{
	/*width: 85px;
	margin:13px auto 0;*/
	/*height: auto;*/
}
.ind-nav .line{
	width:68px;
	height:68px;
	float: left;
	cursor: pointer;
	background-color:#1b5bbd;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
	position: fixed;
    top: 45px;
    left: 14%;
    z-index: 150;
}
.ind-nav .line .warp{
	height:100%;
	width:100%;
	background: url(images/nav-tit1.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ind-nav.on .line{
	width: 60px;
	height: 60px;
}
.ind-nav .line.cur .warp{
	background: url(images/nav-tit2.png) center no-repeat;
	background-size: 100% 100%;
}

/*.ind-nav .line.on,.ind-nav .line.cur,.ind-nav .line.on2{
	background-color: #333333;
}
.ind-nav .line:hover{
	background-color: #333333;
	}*/
/*#ser .line p{
	color: #172a7e;
}
#ser .line:hover{
	background-color:#333333;
	}*/
/*.ind-nav .line p{
	width:46px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:20.5px;
	-webkit-transition: all 0.8s;
        	transition: all 0.8s;
     -webkit-border-radius : 20%;
   		-moz-border-radius : 20%;
   			 border-radius : 20%;
}
.ind-nav.on .line p{
	width: 30px;
	left: 18.5px;
}
.ind-nav .line.cur p{
	left: 24.5px;
}
.ind-nav .line .line1{
	top:27px;
	   	-webkit-transform-origin: left top;
	        -ms-transform-origin: left top;
	            transform-origin: left top;
        -webkit-transform: rotateZ(0deg);
        	-ms-transform: rotateZ(0deg);
        		transform: rotateZ(0deg);
		    -webkit-transition: all 0.5s;
		    	-ms-transition: all 0.5s;
		            transition: all 0.5s;
}
.ind-nav.on .line .line1{
	top: 23px;
}
.ind-nav .line.cur .line1 {
	 -webkit-transform: rotateZ(45deg);
	         transform: rotateZ(45deg);
}
.ind-nav .line .line2{
	top:43px;
	-webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.ind-nav.on .line .line2{
	top: 34px;
}
.ind-nav .line.cur .line2 {
	opacity: 0;
}
.ind-nav .line .line3{
	top:59px;
	   	-webkit-transform-origin: left bottom;
	        -ms-transform-origin: left bottom;
	            transform-origin: left bottom;
        -webkit-transform: rotateZ(0deg);
        	-ms-transform: rotateZ(0deg);
        		transform: rotateZ(0deg);
		    -webkit-transition: all 0.5s;
		    	-ms-transition: all 0.5s;
		            transition: all 0.5s;
}
.ind-nav.on .line .line3{
	top:45px;
}
.ind-nav .line.cur .line3{
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
            }*/
            .langue2{display: none;}
            .language{
            	width:10%;
				padding-top: 38px;
            	/* max-width: 500px;
            	position: fixed;
            	top: 68px;
            	right: 7%; */
            	z-index: 150;
            }
            .language .sel-langue{
            	max-width: 260px;
            }
            .language .warp{
            	width: 100%;
            	height: 100%;
            }
            .language .lang{
            	/*width: 65px;*/
            	height: 16px;
            	float: right;
            	margin-top: 5px;
            	padding-left: 5px;
            }
            .language .lang a{
            	display: block;
            	float: left;
            	height: 16px;
            	font-size: 16px;
            	line-height: 16px;
            	color: #fff;
            	margin-left: 10px;
            	font-family: 'Arial';
            	cursor: pointer;
            }
            .langue1 .lang{
            	margin-top: 19px;
				width: 100px;
            }

            .language .sel{
            	width: 220px;
            	float: right;
            	margin-left: 20px;
            	background-color: #26262a;
            	overflow: hidden;
            	position: relative;
            	/*cursor: pointer;*/
            	min-height: 50px;
            	-webkit-transition: all 0.3s;
            	transition: all 0.3s;
            	display: none;
            }
            .language .sel i{
            	height:50px;
            	width: 100%;
            	position: absolute;
            	top: 0;
            	left: 0;
            	z-index: 2;
            	background: url(images/inp-bg.png) repeat; 
            }
            .language .sel .arr{
            	width:50px;
            	position: absolute;
            	right: 0;
            	top: 0;
            	height:50px;
            	z-index:3;
            	background: url(images/head-arr1.png) center no-repeat;
            }
            .language .sel .arr.on{
            	background: url(images/head-arr2.png) center no-repeat;
            }
            .language .sel .arr:hover{
            	background-color: #323236
            }
            .language .sel span{
            	display: block;
            	line-height:50px;
            	height:0px;
            	font-size: 16px;
            	color: #717174;
            	padding:0 20px;
            	cursor: pointer;
            	-webkit-transition: all 0.5s;
            	transition: all 0.5s;
            	position: relative;
            	overflow: hidden;
            }

            .language .sel span:hover{
            	background-color: #323236;
            }
            .language .sel span.on{
            	height: 50px;
            }
            .language .sel span.cur{
            	color: #fff
            }
            .language .sel.on .arr{
            	background: url(images/head-arr2.png) center no-repeat;
            }
/*.language .sel.on span{
	height: 50px;
	}*/
	.language .serch{
		width: 170px;
		height: 22px;
		display: block;
		float: right;
		margin-right: 10px;
		overflow: hidden;
		border-bottom: 1px solid transparent;
		transition:all 0.3s;
		-webkit-transition:all 0.3s;
	}
	.language .serch form{
		display: block;
		width: 100%;
		height: 100%;
	}
	.langue1 .serch{
		margin: 15px 10px 0 0;

	}
	.langue1 .serch i{
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		height: 50px;
		line-height:50px;

	}
	.language .serch.on{
		border-bottom: 1px solid #ccc
	}
	.language .serch .ind-submit{
		display: block;
		width: 30px;
		height: 22px;
		float: right;
		background: url(images/serch.png) center no-repeat;
		border:0;
	}
	.language.cur .serch .ind-submit{
		background: url(images/serch1.png) center no-repeat;
	}
	.language.col .serch .ind-submit{
		background: url(images/serch1.png) center no-repeat;
	}
	.language .serch .ind-text{
		display: block;
		float: right;
		width:0;
		height: 22px;
		line-height: 22px;
		color: #fff;
		border:0;
		font-size: 14px;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
		background:url(images/inp-bg.png) center repeat; 
	}
	.language.col .serch .ind-text{
		color: #333;
	}
	.language .serch .ind-text.cur{
		display: block;
	}
	.language .serch.on .ind-text{
		width:120px;
		padding: 0 10px;
	}
	.language.cur .lang a{
		color: #333;
	}
	.language.col .lang a{
		color: #444;
	}
	.langue1.cutt{
		top: 0;
		right: 0;
	}


	.language.cur .lang{
		border-left: 1px solid #adaeb0;
	}
	.language.cuut .sel{
		position: absolute;
		top: 0;
		width: 50px;
		right: 0%;
		z-index: 10;
	}
	.langue1.cuttt .sel span{
		display: none;
	}


	.ind-header{
		width: 100%;
		height:100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index:100;
		display: none;
		background:url(images/ind-header.png) center repeat-x;
	}
	.ind-header .warp{
		width: 1200px;
		margin: 0 auto;
		height:100%;
	}
	.ind-header .warp li{
		width:160px;
		float: left;
		height:83%;
		padding: 17% 20px 0 20px;
		/*border-left: 1px solid #3856ac;*/
		position: relative;
	}
	.ind-header .warp li i{
		display: block;
		position: absolute;
		height: 100%;
		width: 1px;
		background: url(images/nav-borbg.png) center no-repeat;
		top: -95px;
		left: -1px;
	}
	.ind-header .warp li a{
		display: block;
		color: #fff;
	}
	.ind-header .warp li .tit{
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 40px;
		position: relative;
		cursor: default;
	}
	.ind-header .warp li .mtop{margin-top: 50px;}
	.ind-header .warp li .tit i{
		display: block;
		width: 7px;
		height: 7px;
		background-color: #fff;
		border-radius: 100%;
		position: absolute;
		left:-24px;
		top: 50%;
		margin-top: -3.5px;
	}
	.ind-header .warp li .point{
		cursor: pointer;
	}
	.ind-header .warp li .lt{
		font-size: 18px;
		line-height:36px;
		color: #fff;
		/*width: 75px;*/
		cursor: pointer;
		margin-bottom: 6px;
		border-bottom: 1px solid transparent;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
	}
	.ind-header .warp li .lt.on,.ind-header .warp li .lt:hover{
		border-bottom: 1px solid #fff;
	}


	.footer{
		padding: 95px 0 140px;
		background-color: #333333;
		width: 100%;
		/*height: 100%;*/
		position: relative;
		overflow: hidden;
	}
	.footer.on{
		padding: 90px 0 75px;
	}
	.footer .warp{
		width:80%;
		height: auto;
		z-index: 5;
		margin-left: 227px;
	}
	.footer.on .warp{
		margin-left: 10%;
	}

	.footer .warp .top{
		width: 100%;
		border-bottom: 1px solid #454545;
		margin-bottom: 70px;
	}
	.footer .warp .top .fot-logo,.footer .warp .top .fot-logo img{
		width: 140px;
		display: block;
		height: 41px;
	}
	.footer .warp .top .fot-logo {margin-bottom: 22px;}
	.footer .warp .top .mintit{
		font-size: 18px;
		line-height: 28px;
		color: #282828;
		color: #fff;
		margin-bottom: 40px;
	}
	.footer .warp .mid{
		width: 100%;
		padding-bottom: 150px;
	}
	.footer.on .warp .mid{
		padding-bottom: 80px;
	}
	.footer .warp .mid .fot-nav{
		width: 80%;
		height: 160px;
		float: left;
	}
	.footer .warp .mid .fot-nav li{
		float: left;
		margin-right: 9%;
	}
	.footer .warp .mid .fot-nav li:last-child{
		margin-right: 0;
	}
	.footer .warp .mid .fot-nav li a{
		display: block;
		cursor:default;
	}
	.footer .warp .mid .fot-nav li .point{
		cursor: pointer;
	}
	.footer .warp .mid .fot-nav li .tit{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
		color: #fff;
	}
	.footer .warp .mid .fot-nav li .mintit{
		color: #979797;
		font-size: 14px;
		line-height: 29px;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
		cursor: pointer;
	}
	.footer .warp .mid .fot-nav li .mintit:hover{
		color: #fff;
	}
	.footer .warp .mid .ewm{
		width: 140px;
		float: right;
	}
	.footer .warp .mid .ewm .img,.footer .warp .mid .ewm .img img{
		width: 96px;
		height: 96px;
		margin: 0 auto;
		display: block;
	}
	.footer .warp .mid .ewm .img{
		margin-bottom: 10px;
	}
	.footer .warp .mid .details{
		font-size: 14px;
		line-height: 24px;
		color: #6b6b6b;
		text-align: center;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
	}
	.footer .warp .mid .details:hover{
		color: #fff;
	}
	.footer .fot{
		width: 100%;
		border-top: 1px solid #454545;
		padding-top: 45px;
	}
	.footer .fot p{
		font-size: 14px;
		line-height: 28px;
		color: #6e6e6e
	}
	.footer .fot p a{color: #6e6e6e;}
	.footer .fot p a:hover{color: #fff;}






	/*首页 welcome*/
	/*screen1*/
	.iban{
		min-width: 1200px;
		position: relative;
		z-index: 33;
	}
	.iban .img{
		cursor: pointer;
	}
	.iban .btns{
		position: absolute;
		left:50%;
		bottom:3%;
		width: 100px;
		z-index: 33;
	}
	.iban .btns span{
		display:inline-block;
		cursor: pointer;
		height: 14px;
		width: 14px;
		border-radius: 100%;
		margin: 0 5px;
		transition:all 0.2s;
		-webkit-transition:all 0.2s;
		transition: all 0\0/IE9;
		-webkit-transition:all 0\0/IE9;
		background: #fff;
	}
	.iban .btns span.cur{
		background: #172a7e;
	}
	.iban .img .warp,.screen2 .warp,.iban .mian .warp{
		width:auto;
		height: auto;
		position: absolute;
		top: 35%;
		left:227px;
		margin-top: -85px;
		z-index: 5;
	}
	.iban .mian .warp{
		margin-top: -10px;
	}
/*.panel.on .iban .mian .warp,.panel.on .iban .img .warp,.panel.on .screen2 .warp{
	left:10%;
	}*/
	.iban .warp h2,.screen2 .warp h2,.screen3 .warp h2,.screen4 .warp h2{
		display: block;
		font-size: 64px;
		line-height: 70px;
        font-family: en_bb;
		margin-bottom: 55px;
	}
/*.panel.on .iban .warp h2,.panel.on .screen2 .warp h2,.panel.on .screen3 .warp h2,.panel.on .screen4 .warp h2{
	font-size: 48px;
	line-height: 60px;
	}*/


	.screen2 .warp .btn{
		padding:0 0;
		height: 43px;
		line-height: 43px;
		font-size: 30px;
		/*display: block;*/
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
		position: relative;
		font-family: word;
		color:#333;

	}
	.screen2 .warp .btn span,
	.screen3 .warp .btn span,
	.screen5 .list li .btns span{
		font-family: '宋体';
	}

	.iban .warp .btn i,.screen2 .warp .btn i{
		width: 11px;
		height: 11px;
		position: absolute;
		left: 123px;
		top: 50%;
		margin-top: -5.5px;
		background: url(images/iban-jia.png) center no-repeat;
	}
	.iban .warp .btn:hover,.screen2 .warp .btn:hover{
		background: url(images/iban-btn.png) center repeat;
	}
	.screen2{
		width: 100%;
		height: 100%;
		position: relative;
		/*	overflow: hidden;*/
		/*background: url(images/ind-warp2.jpg) center no-repeat;*/
		/*background-size: cover;*/
		/*-ms-behavior: url(backgroundsize.min.htc);*/
/*	-ms-behavior: url(css/backgroundsize.htc);
behavior: url(css/backgroundsize.min.htc);*/
/*	style.css?t=1492965053*/
/*behavior: url(backgroundsize.min.htc);*/
}

.screen3,.screen4{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner{
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -1;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;

}

.op-bg{
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
}
.op-bg.on{
	z-index: 2;
	opacity:1;
	filter: alpha(opacity=100);
}
.banner .bimg{display: block; width: 100%;}

.screen3 .warp,.screen4 .warp{
	width:auto;
	height: auto;
	position: absolute;
	top: 50%;
	left:227px;
	z-index:1;
}
.banner.on{
	z-index: 2;
	opacity:1;
	filter: alpha(opacity=100);
}
/*.screen3 .warp.on{
	z-index: 30;
	opacity:1;
	filter: alpha(opacity=100);
	}*/
	.screen3 .warp{margin-top: -200px;z-index: 10;display: none}
	.screen4 .warp{margin-top: -180px;padding-bottom: 80px;}

/*.panel.on .screen3 .warp,.panel.on .screen4 .warp，.panel.on .screen3 .warp,.panel.on .screen5 .warp,.panel.on .screen4 .warp{left: 10%}
.panel.on .screen5 .warp{margin-top: -20%;}*/
.panel{overflow: hidden;}
.screen4 .warp h2{line-height: 85px; color: #fff; font-size: 60px;}
.screen4 .warp .list{width: 100%;}
.screen4 .warp .list li{
	float: left;
	width:240px;
	margin-right: 100px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	background: url(images/iban-btn1.png) repeat;
	cursor: pointer;
}
.screen4 .warp .list .last-li{width: 240px;}
/*.screen4 .warp .list li.on{margin-right:30px;}*/
.screen4 .warp .list li .top{margin-bottom: 25px;}
.screen4 .warp .list li .top .img{
	width: 100%;
	/*height: 100px;*/
	margin-bottom: 5px;
}
.screen4 .warp .list li .top .img img{
	display: block;
	width: 100px;
	/*height: 100px;*/
}
.screen4 .warp .list li .top  h3{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}
.screen4 .warp .list li .top p{
	color: #fff;
}
.screen4 .warp .list li .bot .details,.screen4 .warp .list li .bot .details p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.screen4 .warp .list li .bot .details{
	margin-bottom: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
/*	opacity:1\0/IE9;
filter: alpha(opacity=1\0/IE9);*/
transition:all 0.3s;
-webkit-transition:all 0.3s;
/*	transition:all 0s\0/IE9;
-webkit-transition:all 0s\0/IE9;*/
position: relative;
top: 15px;

}
.screen4 .warp .list li .bot .arr{
	width: 100%;
	height: 39px;
	opacity: 0;
	filter: alpha(opacity=0);
	/*opacity:1\0/IE9;*/
	/*filter: alpha(opacity=1\0/IE9);*/
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	position: relative;
	top: 10px;
}
.screen4 .warp .list li .bot .arr img{
	display: block;
	width: 87px;
	/*height: 39px;*/
}
.screen4 .warp .list li:hover .bot .details{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
}
.screen4 .warp .list li:hover .bot .arr{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0
}
.screen5{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.screen5 .warp{
	width:80%;
	height: auto;
	position: absolute;
	top: 50%;
	left:227px;
	margin-top: -17%;
	z-index: 5;
}
.screen5 .warp h2{
	display: block;
	font-size: 64px;
	color: #333;
	line-height: 70px;
	margin-bottom: 70px;
}
/*.screen5 .warp h2.on{
	margin-bottom: 40px;
	}*/
/*.panel.on .screen5 .warp h2{
	font-size: 48px;
	line-height: 60px;
	}*/
	.screen5 .warp .list li{
		float: left;
		width:30%;
		margin-right: 2%;
		cursor: pointer;
	}
	.screen5 .warp .list li a{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.screen5 .list li .img{
		width: 100%;
		margin-bottom: 30px;
		position: relative;
		overflow: hidden;
	}
	.screen5 .list li .img img{
		display: block;
		width: 100%;
		/*height: 100%;*/
		padding: 0;
		margin: 0;
		vertical-align: baseline;
		transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.5s ease-in-out;
	}
	.screen5 .list li .img .tip{
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(images/inews-btnbg.png) center repeat;
		opacity:0;
		filter: alpha(opacity=0);
		transition:all 0.5s ease-in-out;
		-webkit-transition:all 0.5s ease-in-out;
	}
	.screen5 .list li .img .tip i{
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -25px 0 0 -25px;
		width: 49px;
		height: 49px;
		background:url(images/inews-icon.png) center no-repeat;
	}
	.screen5 .list li h3{
		font-size: 24px;
		line-height: 28px;
		height:56px;
		color: #333;
		overflow:hidden; 
		margin-bottom: 15px;
	}
/*.panel.on .screen5 .list li h3{
	font-size: 20px;
	}*/
	.screen5 .list li .details{
		font-size: 16px;
		color: #909090;
		line-height: 28px;
		min-height: 85px;
		margin-bottom: 20px;
	}
	.screen5 .list li .btns{
		width: 110px;
		padding: 0 20px;
		height: 33px;
		border:1px solid #e5e5e5;
		display: block;
		text-align: center;
		font-size: 16px;
		color: #095997;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
		/*	background: url(images/iban-btn1.png) center repeat;*/

	}
	.screen5 .list li .btns:hover{
		/*background: url(images/inews-btn.png) center repeat;*/
		background-color: #095997;
		color: #fff;
	}
	.screen5 .list li:hover .img .tip{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.screen5 .list li:hover .img img{
		transform:scale(1.05);
		-webkit-transform:scale(1.05);
	}


	/*企业栏目*/
	/*企业栏目base*/
	.concept1 .warp,.concept2 .warp{
		position: relative;
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	/*理念*/
	.concept1{
		width: 100%;
		padding: 90px 0 105px;
		background-color: #fff;
	}
	.concept1 .warp .title{
		margin-bottom: 70px;
	}
	.concept1 .warp .title h2,.concept2 .warp h2{
		display: block;
		/*font-size: 44px;*/
		line-height:66px;
		color: #222;
		margin-bottom:30px;
	}
	.concept1 .warp .title h3{
		display: block;
		font-size: 30px;
		color: #666666;
		line-height: 35px;
	}
	.concept1 .warp .list{
		width: 100%;
		float: left;
		position: relative;
	}
	.concept1 .warp .list li{
		float: left;
		position: relative;
		width:230px;
		padding:25px 70px 0 0 ;
	}
	.concept1 .warp .list li:nth-child(2){
		animation-delay:0.3s;
		-webkit-animation-delay:0.3s;
	}
	.concept1 .warp .list li:nth-child(3){
		animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
	}
	.concept1 .warp .list li:nth-child(4){
		animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
	}
	.concept1 .warp .list li i{
		display: block;
		width: 43px;
		height: 1px;
		background-color: #cccccc;
		position: absolute;
		top: 0;
		left: 0;
	}
	.concept1 .warp .list li h2{
		display: block;
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 30px;
		color: #333333;
	}
	.concept1 .warp .list li p{
		font-size: 16px;
		color: 666666;
		line-height: 28px;
	}
	.concept2{
		/*background: url(images/status-img1.jpg) center no-repeat;*/
		height: 650px;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		position: relative;
	}
	.concept2 .sta-bg,.concept3 .sta-bg,.mation2 .sta-bg{
		width: 100%;
		position: absolute;
		height: 100%;
		overflow: hidden;
		left: 0;
		top: 0;
	}
	.concept2 .sta-bg .bg-img,.concept3 .sta-bg .bg-img,.mation2 .sta-bg .bg-img{
		display: block;
	}
	.concept2 .warp{
		position: relative;
		z-index: 5;
		padding-top: 260px;
	}
	.concept2 .warp h2{
		color: #fff;
	}
	.concept2 .warp .details{
		font-size: 30px;
		line-height: 36px;
		color: #fff;
	}
	.concept3{
		background:#1f3d9e url(images/status-bg.jpg) center no-repeat;
		width: 100%;
		/*height: 590px;*/
		position: relative;
	}
	.concept3 .warp{
		width: 1200px;
		margin: 0 auto;
		height: 100%;
		position: relative;z-index: 2;
		overflow: hidden;
	}
	.concept3 .warp li{
		float: left;
		/*height:590px;*/
		width:300px;
		position: relative;
	}
	.concept3 .warp li:nth-child(2){
		animation-delay:0.3s;
		-webkit-animation-delay:0.3s;
	}
	.concept3 .warp li:nth-child(3){
		animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
	}
	.concept3 .warp li:nth-child(4){
		animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
	}
	.concept3 .warp li i{
		display: block;
		height: 100%;
		width: 1px;
		background-color: #354b9a;
		position: absolute;
		left: 0;
		top: 0;
	}
	.concept3 .warp li em{
		display: block;
		height: 100%;
		width: 1px;
		background-color: #354b9a;
		position: absolute;
		right: 0;
		top: 0;
	}
	.concept3 .warp li .box{
		padding: 100px 30px 0;
		transition:all 0.6s;
		-webkit-transition:all 0.6s;
		height:490px;
		width: 240px;
	}
	.concept3 .warp li:hover .box{
		background-color: #095997
	}
	.concept3 .warp li h2{
		display: block;
		font-size: 28px;
		line-height: 35px;
		color: #fff;
		margin-bottom: 30px;
	}
	.concept3 .warp li p{
		font-size: 16px;
		line-height: 38px;
		color: #d3dcf5;
	}
	.concept3 .warp li .spn1{
		font-size: 16px;
		line-height: 38px;
		color: #fff;
		font-weight: bold;
	}
	.concept3 .warp li .spn2{
		font-size: 18px;
		line-height: 38px;
		color: #fff;
		font-weight: bold;
	}
	.concept4{
		background-color: #fafafa;
		padding:90px 0 140px;
	}
	.concept4 .warp{
		width: 1200px;
		margin: 0 auto;
	}
	.concept4 .warp .title{
		width: 100%;
		margin-bottom:60px;
	}
	.concept4 .warp .title h2{
		display: block;
		/*font-size: 44px;*/
		line-height:66px;
		color: #222;
	}
	.concept4 .warp .list{
		width: 1200px;
		margin: 0 auto;
	}
	.concept4 .warp .list ul{
		width: 1216px;
	}
	.concept4 .warp .list li{
		float: left;
		width: 249px;
		padding: 35px 20px 0;
		margin-right: 15px;
		height: 315px;
		box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
	}
	.concept4 .warp .list li h2{
		display: block;
		font-size: 28px;
		line-height: 35px;
		color: #333;
		padding-bottom: 25px;
		position: relative;
		margin-bottom: 23px;
	}
	.concept4 .warp .list li h2 i{
		display: block;
		width: 75px;
		height: 1px;
		background-color: #e5e5e5;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.concept4 .warp .list li .details,.concept4 .warp .list li .details p{
		font-size: 16px;
		line-height: 30px;
		color:#666666;
	}


	/*企业信息*/
	.mation1{
		width: 1200px;
		margin: 0 auto;
		padding: 90px 0 135px;
		overflow: hidden;
	}
	.mation1 .title{
		width: 100%;
		height:66px;
		margin-bottom: 30px;
	}
	.mation1 .title h2{
		/*font-size: 44px;*/
		line-height:66px;
		color: #333;
	}
	.mation1 .mian li{
		
	}
	.mation1 .mian li h3{
		font-size: 28px;
		line-height: 36px;
		color: #1f3d9e;
	}
	.mation1 .mian .settime{
		background: url(images/information-img1.png) 170px 47px no-repeat;
		width:400px;
		position: relative;
	}
	.mation1 .mian .settime h3{
		margin-bottom:35px;
	}
	.mation1 .mian .settime .year{
		font-size: 72px;
		color: #1f3d9e;
		font-family: 'BebasNeueRegular';
		line-height: 76px;
		padding-bottom: 50px;
	}
	.mation1 .mian .settime .time{
		border-bottom: 1px solid #e5e5e5
	}
	.mation1 .mian .settime .year span{
		font-family: '微软雅黑';
		font-size: 16px;
		line-height: 36px;
		color: #666666;
	}
	.mation1 .mian .settime .address {
		padding: 60px 0 25px;
		background: url(images/information-img2.png) 190px 60px no-repeat;
	}
	.mation1 .mian .settime .address .hq{
		font-size: 28px;
		line-height: 36px;
		color: #1f3d9e;
		margin-bottom: 20px;
	}	
	.mation1 .mian .settime .address .add{
		font-size: 16px;
		line-height: 36px;
		color: #666666
	}
	.mation1 .technology{
		padding: 0 35px;
		width: 357px;
		animation-delay:0.4s;
		-webkit-animation-delay:0.4s;
		position: relative;
		background:url(images/information-img3.png) center 220px no-repeat;
	}
	.mation1 .mian .technology h3,.mation1 .business h3{
		margin-bottom:25px;
	}
	.mation1 .technology .details,.mation1 .business .details{
		font-size: 16px;
		line-height: 30px;
		color: #666666
	}
	.mation1 .technology i,.mation1 .mian .settime i{
		display: block;
		position: absolute;
		width: 1px;
		height: 96%;
		right: 0;
		top: 4%;
		background-color: #e5e5e5
	}
	.mation1 .business{
		animation-delay:0.8s;
		-webkit-animation-delay:0.8s;
		width:283px;
		position: relative;
		padding: 0 45px;
		background:url(images/information-img4.png) center 190px no-repeat;
	} 

	.mation2{
		height: 850px;
		width: 100%;
		position: relative;
		background: url(images/information-mation2-bg.jpg) center no-repeat;
	}
	.mation2 .warp{
		width: 1200px;
		margin: 0 auto;
	}
	.mation2 .warp .title{
		margin-bottom: 10px;
		padding-top: 90px;
		position: relative;
	}
	.mation2 .warp .title h2{
		/*font-size: 44px;*/
		line-height:66px;
		color: #fff;
		margin-bottom:60px;
	}
	.picScroll-left{ 
		width:1200px; 
		margin: 0 auto; 
		/*height: 500px;*/
		overflow:hidden; 
		position:relative;  
	}
	.picScroll-left .hd{ 
		overflow:hidden;  
		width:110px;
		height: 42px; 
		/*background:#f4f4f4; */
		margin: 0 auto;
	}
	.picScroll-left .hd .prev{ 
		display:block;  
		float: left;
		width:42px; 
		height:42px; 
		cursor:pointer; 
		background:url(images/infro-icon1.png) no-repeat;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
	}
	.picScroll-left .hd .prev:hover{
		background:url(images/infro-icon11.png) no-repeat;
	}
	.picScroll-left .hd .next{ 
		display:block;  
		width:42px; 
		height:42px; 
		float:right;  
		overflow:hidden;
		cursor:pointer; 
		background:url(images/infro-icon2.png) no-repeat;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
	}
	.picScroll-left .hd .next:hover{
		background:url(images/infro-icon22.png) no-repeat;
	}
	.picScroll-left .bd ul{overflow:hidden; zoom:1;}
	.picScroll-left .bd ul li{
		float:left; 
		_display:inline; 
		overflow:hidden; 
		width:264px;
		padding:56px 18px 0;
		min-height: 400px;
		float: left;
		background: url(images/mation-titbg2.png) center top no-repeat;
	}

	.picScroll-left .bd li h3{
		display: block;
		font-size: 60px;
		line-height: 65px;
		color: #fff;
		margin-bottom: 30px;
		font-family: 'BebasNeueRegular';
	}
	.picScroll-left .bd li .details{
		padding: 0 15px;
	}
	.picScroll-left .bd li .details p{
		padding-left: 20px;
		font-size: 16px;
		line-height: 28px;
		color: #fff;
		background: url(images/mation2-point.png) left 11px no-repeat;
		margin-bottom: 25px;
	}


/*.mation2 .scroll-box {
  width: 1200px;
  position: relative;
  overflow: hidden;
}
.mation2 .scroll-box .con {
  width: 1200px;
  position: relative;
}
.mation2 .scroll-box .con li{
  width:300px;
  padding: 0 10px;
  height:440px;
  float: left;
  background: url(images/iban-btn1.png) repeat;
}
.mation2 .scroll-box .con li h3{
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 30px;
	font-family: 'BebasNeueRegular';
}
.mation2 .scroll-box .con li .details{
	padding: 0 15px;
}
.mation2 .scroll-box .con li .details p{
	padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: url(images/mation2-point.png) left 11px no-repeat;
	margin-bottom: 25px;
}
.mation2 .scroll-box .bar {
  width: 1200px;
  height: 1px;
  background: #8f9ecf;
  border-bottom: 2px solid #1f3d9e;
  margin-top: 30px;
  position: relative;
}
.mation2 .scroll-box .bar .btn {
  position: absolute;
  width: 253px;
  height: 4px;
  bottom: -1px;
  left: 0;
  background: #8f9ecf;
  cursor: pointer;
  border-radius: 5px;
  }*/
  .mation3{
  	width: 100%;
  	margin: 0 auto;
  	padding: 90px 0 70px;
  	background-color: #fdfdfd;
  }
  .mation3 .title{
  	position: relative;
  	width: 1200px;
  	margin: 0 auto 60px;
  	overflow: hidden;
  }
  .mation3 .title .box{
  	width: 550px;
  	float: left;
  }
  .mation3 .title .box h2,.status1 .title h2,.status3 .warp .title h2{
  	/*font-size: 44px;*/
  	line-height:66px;
  	margin-bottom:30px;
  }
  .mation3 .title .box .details,
  .mation3 .title .box .details p,
  .status1 .title .details,
  .status1 .title .details p{
  	font-size: 30px;
  	line-height: 48px;
  	color: #666666
  }
  .status1 .title .details p.source{
  	font-size:18px;
  }
  .mation3 .title .pic{
  	/*width: 580px;*/
  	float: right;
  	height: 56px;
  	margin-top: 110px;
  }
  .mation3 .title .pic li{
  	float: left;
  	height: 55px;
  	line-height: 55px;
  	border-bottom: 1px solid #e3e3e3;
  	margin-left: 27px;
  	font-size: 18px;
  	color: #666666;
  	text-align: right;
  	cursor:pointer;
  }
  .mation3 .title .pic li.cur{
  	border-bottom: 1px solid #172a7e;
  }
  .qiehuaimg{
  	position:relative;
  }
  .qiehuaimg .dimg1{
  	background-repeat:no-repeat;
  	background-position:center;
  	display:none;
  	text-align:center;
  }
  .qiehuaimg .dimg1.show1{
  	display:block;
  }

  .mation3 .title .pic .icon1{
  	width:84px;
  	background: url(images/mation3-icon1.png) 5px center no-repeat;
  }
  .mation3 .title .pic .icon2{
  	width: 80px;
  	background: url(images/zb1.png) 5px center no-repeat;
  }
  .mation3 .title .pic .icon3{
  	width:124px;
  	background: url(images/zb2.png) 5px center no-repeat;
  }
  .mation3 .title .pic .icon4{
  	width: 116px;
  	background: url(images/zb3.png) left center no-repeat;
  }
   .mation3 .title .pic .icon5{
  	width: 120px;
  	background: url(images/a5.png) left center no-repeat;
  }
  .mation3 .mian{
  	width: 100%;
  	height: 663px;
  	// background: url(images/qq4.png) center no-repeat;
  }
  .mation3 .mian .box{
  	width: 1336px;
  	margin: 0 auto;
  	position: relative;
  	height: 663px;
  	overflow: hidden;
  }
/*.mation3 .mian .box img{
	opacity: 0;
	filter: alpha(opacity=0);
	}*/
	.mation3 .mian .box .img1{
		-width: 210px;
		-height: 90px;
		position: absolute;
		left: 86px;
		splay: block;
		top: 105px;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;
		z-index:10
	}
	.mation3 .mian .box .img2{
		-width: 500px;
		-height:222px;
		position: absolute;
		left: 267px;
		display: block;
		top: 173px;
		animation-delay:0.8s;
		-webkit-animation-delay:0.8s;
		z-index:10
	}
	.mation3 .mian .box .img3{
		-width:300px;
		-height:59px;
		position: absolute;
		right: 93px;
		display: block;
		top: 149px;
		z-index:10
	}
	.mation3 .mian .box .img4{
		position:relative;
		width:100%;
		height: 100%;
	}
	.mation3 .mian.zbing1 .box .img4{
		position:relative;
		width:100%;
	}
	.mation3 .mian.zbing1 .box .img1{
		position:absolute;
		-width: 276px;
		-height: 110px;
		top: 261px;
		left: 539px;
		splay: block;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;
		z-index:10
	}
	.mation3 .mian.zbing2 .box .img4{
		position:relative;
		width:100%;
	}
	.mation3 .mian.zbing2 .box .img1{
		position:absolute;
		-width:198px;
		-height:43px;
		top: 75px;
		left: 252px;
		splay: block;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;
		z-index:10
	}
	.mation3 .mian.zbing2 .box .img2{
		position:absolute;
		-width:462px;
		-height:152px;
		top: 200px;
		left: 241px;
		splay: block;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;
		z-index:10
	}
	.mation3 .mian.zbing3 .box .img4{
		position:relative;
		width:100%;
	}
	.mation3 .mian.zbing3 .box .img1{
		position:absolute;
		-width:186px;
		-height:24px;
		top: 130px;
		left: 250px;
		splay: block;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;
		z-index:10
	}
	.mation3 .mian.zbing3 .box .img2{
		position:absolute;
		-width:234px;
		-height:123px;
		top: 245px;
		left: 540px;
		splay: block;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;
		z-index:10
	}
	.mation3 .mian.zbing4 .box .img1{
		width:150px;
		height:18px;
		top:126px;
	}
	.mation3 .mian.zbing4 .box .img2{
		width:341px;
		height:49px;
		top: 149px;
    	right: 93px;
    	left: auto;
	}
	.mation3 .mian.zbing4 .box .img3{
		    width: 532px;
		    height: 215px;
		top: 173px;
    right: 528px;
	}
	.mation3 .mian .box .img5{
/*	width:357px;
height:149px;*/
width: 354px;
height: 160px;
position: absolute;
right: 453px;
display: block;
top: 75px;
}
.mation3 .mian .box .img6{
	width: 415px;
	height: 150px;
	position: absolute;
	left: 26px;
	display: block;
	top: 226px;
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}

/*企业地位*/
.status1{
	width: 1200px;
	margin: 0 auto;
	padding: 90px 0 130px;
	background-color: #fff;
}
.status1 .title{
	margin-bottom:65px;
}
.status1 .warp{
	position: relative;
	width: 1210px;
	margin: 0 auto;
	/*	height: 448px;*/
	height:600px;
	/*background: url(images/con1-bg.png) center no-repeat;*/
	background: url(images/cnpc.png) center no-repeat;
}
.status1 .warp  .math{
	line-height:1!important;
	height:auto!important;
}
.status1 .warp .line{
	width: 0;
	/*height: 448px;*/
	height:615px;
	top: -6px;
	left: 0;
	z-index: 2;
	position: absolute;
	overflow: hidden;
	display: block;
	/*opacity: 0;*/
	/*background: url(images/zexian.png) no-repeat left bottom;*/
	/*	filter: alpha(opacity=0);*/
	background: url(images/cnpcbg.png) no-repeat left bottom;
	
}
.status1 .warp .line.on{
	animation:myfirst 3s 0.3s;
	-moz-animation:myfirst 3s 0.3s; /* Firefox */
	-webkit-animation:myfirst 3s 0.3s; /* Safari and Chrome */
	-o-animation:myfirst 3s 0.3s;/* Opera */
}
.status1 .warp .line.cur{
	width: 1200px;
	/*opacity:1;*/
	/*filter: alpha(opacity=100);*/
}
.status1 .warp .line img{
	display: block;
	width: 1200px;
	height: 423px;
	position: absolute;
	top: 0;
	left: 0;
}
	@keyframes myfirst
	{
		0% {width:0px;}
		16% {width:202px;}
		32% {width: 405px;}
		48% {width:600px;}
		64% {width:800px;}
		82% {width:1000px;}
		100% {width:1200px;}
	}

	@-moz-keyframes myfirst /* Firefox */
	{
		0% {width:0px;}
		16% {width:202px;}
		32% {width: 405px;}
		48% {width:600px;}
		64% {width:800px;}
		82% {width:1000px;}
		100% {width:1200px;}
	}

	@-webkit-keyframes myfirst /* Safari and Chrome */
	{
		0% {width:0px;}
		16% {width:202px;}
		32% {width: 405px;}
		48% {width:600px;}
		64% {width:800px;}
		82% {width:1000px;}
		100% {width:1200px;}
	}

	@-o-keyframes myfirst /* Opera */
	{
		0% {width:0px;}
		16% {width:202px;}
		32% {width: 405px;}
		48% {width:600px;}
		64% {width:800px;}
		82% {width:1000px;}
		100% {width:1200px;}
	}

/*
@keyframes myfirst
{
	0% {width:0px;}
	25% {width:190px;}
	55% {width: 612px;}
	90% {width:1060px;}
	100% {width:1200px;}
}

@-moz-keyframes myfirst
{
	0% {width:0px;}
	25% {width:190px}
	55% {width: 612px}
	90% {width:1060px}
	100% {width:1200px}
}

@-webkit-keyframes myfirst 
{
	0% {width:0px;}
	25% {width:190px}
	55% {width: 612px}
	90% {width:1060px}
	100% {width:1200px}
}

@-o-keyframes myfirst 
{
	0% {width:0px;}
	25% {width:190px}
	55% {width: 612px}
	90% {width:1060px}
	100% {width:1200px}
}
*/

.status1 .warp .box1{
	width: 170px;
	position: absolute;
	bottom:106px;
	height: 115px;
	left: 80px;
	z-index: 2;
}
.status1 .warp .box1 .year,.status1 .warp .box2 .year,.status1 .warp .box3 .year,.status1 .warp .box4 .year{
	display: block;
	font-size: 26px;
	color: #147acb;
	line-height: 30px;
	font-family: 'BebasNeueBook';
	margin-bottom: 5px;
	font-weight: bold;
}
.status1 .warp .box1 .math,.status1 .warp .box2 .math,.status1 .warp .box3 .math,.status1 .warp .box4 .math{
	font-size: 60px;
	line-height: 80px;
	height: 80px;
	color: #147acb;
	font-family: 'BebasNeueBook'
}
.status1 .warp .fa{
	font-size: 16px;
	font-family: 'arial'
}
.status1 .warp .box2{
	width: 140px;
	position: absolute;
	bottom: 248px;
	left: 336px;
	z-index: 2;

}
.status1 .warp .box3 {
	width: 100px;
	position: absolute;
	top: 139px;
	right: 438px;
	z-index: 2;
}
.status1 .warp .box4{
	width: 100px;
	position: absolute;
	top: -61px;
	right: 150px;
	z-index: 2;

}
.status1 .warp .box5{
	width: 100px;
	position: absolute;
	top: -61px;
	right: 150px;
	z-index: 2;

}
.status1 .warp .box5 .math{
    font-size: 60px;
    line-height: 80px;
    height: 80px;
    color: #172a7e;
    font-family: 'BebasNeueBook';
}
.status1 .warp .box5 .year{
    display: block;
    font-size: 26px;
    color: #172a7e;
    line-height: 30px;
    font-family: 'BebasNeueBook';
    margin-bottom: 5px;
    font-weight: bold;
}
.status1 .warp .box1,.status1 .warp .box2,.status1 .warp .box3,.status1 .warp .box4,.status1 .warp .box5{
    height: 110px;
}
    .status1 .warp .box1{
            left: 165px;
            bottom: 50px;
    }
    .status1 .warp .box2{
            left: 355px;
            bottom: 120px;
    }

    .status1 .warp .box3{
		top: auto;
            left: 535px;
            bottom: 180px;
    }
    .status1 .warp .box4{
		top: auto;
            left: 715px;
            bottom: 325px;
    }
    .status1 .warp .box5{
            left: auto;
            bottom: auto;
            top: 0;
            right: 255px;
    }


.newpic-left{
	width:100%;
	text-align:center;
	padding-top:40px;
}
.status1 .warp .box2 .math,.status1 .warp .box2 .year{
	color: #2a76cd;
}
.status1 .warp .box3 .math,.status1 .warp .box3 .year,.status1 .warp .box4 .math,.status1 .warp .box4 .year{
	color: #1f3d9e;
}
.status1 .warp .minline{
	display: block;
	width: 1px;
	background-color: #d0d0d0;
	position: absolute;
	bottom:25px;
}
.status1 .warp .i1{
	left: 202px;
	height: 0px;
}
.status1 .warp .i2{
	left:405px;
	height:0px;
}
.status1 .warp .i3{
	right:605px;
	height:0px;
}
.status1 .warp .i4{
	right:405px;
	height:0px;
}
.status1 .warp .i5{
	right:205px;
	height:0px;
}
/*.status1 .warp .i1.on{
	height: 8px;
}
.status1 .warp .i2.on{
	height: 132px;
}
.status1 .warp .i3.on{
	height: 375px;
	}*/
	.status2{
		width:100%;
		margin: 0 auto;
		background-color: #1f3d9e;
		padding: 90px 0 100px;
	}
	.status2 .arrowex{
		margin-top:30px;
		text-align:center;
	}
	

	
	.status2 .arrowex a.prev{
	display:inline-block;
	cursor:pointer;
	width:42px; 
		height:42px; 
		background:url(images/infro-icon1.png) no-repeat;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
		margin:0 5px;
	}
	.status2 .arrowex a.prev:hover{
		background:url(images/infro-icon11.png) no-repeat;
	}
	.status2 .arrowex a.next{ 
		display:inline-block;
		width:42px; 
		height:42px; 
		 margin:0 5px;
		overflow:hidden;
		cursor:pointer; 
		background:url(images/infro-icon2.png) no-repeat;
		transition:all 0.4s;
		-webkit-transition:all 0.4s;
	}
	.status2 .arrowex a.next:hover{
		background:url(images/infro-icon22.png) no-repeat;
	}
	.status2 .warp{
		position: relative;
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}
	.status2 .warp .title{
		margin-bottom:60px;
	}
	.status2 .warp .title h2{
		display: block;
		/*font-size: 44px;*/
		line-height:66px;
		color: #fff;
	}
	.status2 .warp .mian{
		margin-bottom: 20px;
	}
	.status2 .warp .mian li{
		float: left;
		height: 500px;
	}
	.status2 .warp .mian .box1{
		width: 345px;
		margin-right: 20px;
		background:#fff url(images/con2-img1.png) center 270px no-repeat;
		float: left;
		height: 500px;
	}
	.status2 .mian .box1 .details,.status2 .mian .box1 .details p,.status2 .mian .box2 .details p,.status2 .mian .box3 .details p,.status2 .list .left .details,.status2 .list .left .details p,.status2 .list .right .details{
		font-size: 18px;
		line-height: 36px;
		color: #666666
	}
	.status2 .mian .box1 .details,.status2 .mian .box3 .details{
		padding:70px 35px 0; 
		position: relative;
	}
	.status2 .mian .box1 .details i,.status2 .mian .box3 .details i,.status2 .list .left i,.status2 .list .right i{
		display: block;
		width: 61px;
		height: 3px;
		background-color: #d9d9d9;
		position: absolute;
		top: 47px;
		left: 35px;
	}
	.status2 .mian .box2{
		width: 410px;
		margin-right: 20px;
		float: left;
		
	}
	.status2 .mian .box2 .details{
		height:170px;
		background-color: #fff;
		position: relative;
		padding:70px 35px 0;
	}
	.status2 .mian .box2 .mbot{
		margin-bottom: 20px;
	}
	.status2 .mian .box2 .details i{
		display: block;
		width: 61px;
		height: 3px;
		background-color: #d9d9d9;
		position: absolute;
		top: 47px;
		left: 35px;
	}
	.status2 .mian .box3{
		width: 405px;
		background:#fff url(images/con2-img2.png) center 270px no-repeat;
		float: left;
		height: 500px;
	}
	@media (max-width: 1366px) {
		.status2 .warp .mian .box1{
		height:400px;
		}
		.status2 .warp .mian .box3{
		height:400px;
		}
	}
	.status2 .list{
		width: 100%;
	}
	.status2 .list li{
		margin-bottom: 20px;
	}
	.status2 .list .left,.status2 .list .right{
		width: 590px;
		height: 240px;
		background-color: #fff;
		position: relative;
	}
	.status2 .list .left .details{
		padding:70px 35px 0;
	}
	.status2 .list .right .details{
		width: 500px;
		margin:0px 0 0 35px;
		padding-top: 70px;
	}

	.status3{
		padding: 90px 0 144px;
		background-color: #f2f2f2;
	}
	.status3 .warp{
		width: 1200px;
		margin: 0 auto;
	}
	.status3 .warp .title{
		margin-bottom:60px;
	}
	.status3 .warp .title .details{
		font-size: 24px;
		line-height: 36px;
		color: #666666;
		width: 770px;
	}
	.status3 .warp .mian{
		width: 100%;
	}
	.status3 .warp .mian li{
		height: 262px;
		margin-bottom: 20px;
	}
	.status3 .warp .mian li .box{
		width:351px;
		border-top:3px solid #d9d9d9;
		height: 234px;
		padding:25px 70px 0 0;
		font-size: 16px;
		line-height: 30px;
		color: #666666;
	}
	.status3 .warp .mian li .pic{
		width: 779px;
		height: 262px;
		overflow: hidden;
		transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
	}
	.status3 .warp .mian li .pic img{
		display: block;
		width: 100%;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
	}
	.status3 .warp .mian li:hover .pic{
		background-color: #000
	}
	.status3 .warp .mian li:hover .pic img{
		transform:scale(1.05);
		-webkit-transform:scale(1.05);
		opacity: 0.8;
	}


	/*news*/
	.news-warp{
		width:100%;
		background-color: #f4f4f4;
		padding:90px 0;
	}
	.news-warp .warp{
		width: 1200px;
		margin: 0 auto 70px;
	}
	.news-warp .warp .title{
		font-size: 44px;
		color: #222;
		text-align: center;
		margin-bottom: 60px;
	}
	.news-warp .warp h2{
		/*font-size: 44px;*/
		line-height: 66px;
		color: #222;
		text-align: center;
	}
	.news-warp .warp li{
		/*height: 297px;*/
		margin-bottom: 36px;
		cursor: pointer;
	}
	.news-warp .warp li .bor{
		width: 100%;
		height: 100%;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
		background-color: #fff;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
	}
	#serch .warp li{
		opacity: 1;
		filter: alpha(opacity=100);
		opacity: 1\0/IE9;
		filter: alpha(opacity=100\0/IE9);
	}
	.news-warp .warp li .bor:hover{
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.2)
	}
	.news-warp .warp .list1 .pic{
/*	width: 268px;
height: 211px;*/
width: 310px;
height: 181px;
float: left;
overflow: hidden;
margin: 43px 0 43px 36px;

}
.news-warp .warp .list1 .pic img{
	display: block;
	width: 100%;
}
.news-warp .warp .list1 .box{
	width: 640px;
	float: left;
	margin-left: 45px;
	/*height: 211px;*/
	padding: 43px 0 43px;
}
.news-warp .warp .list1 .box h3,.news-warp .warp .list2 .box h3{
	font-size: 24px;
	line-height: 30px;
	color: #222;
	margin-bottom: 15px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news-warp .warp .list1 .box .details,.news-warp .warp .list2 .box .details{
	font-size: 14px;
	line-height: 27px;
	color: #666;
	height: 90px;
	margin-bottom: 15px;
}
.news-warp .warp .list1 .box .year,.news-warp .warp .list2 .box .year{
	width: 100%;
	font-size: 14px;
	line-height: 28px;
}
.news-warp .warp .list1 .box .year .time,.news-warp .warp .list2 .box .year .time{
	color: #666666;
	padding-right: 20px;
	border-right: 1px solid #efefef;
	margin-right: 20px;
}
.news-warp .warp .list1 .box .year .tit,.news-warp .warp .list2 .box .year .tit{
	color: #095997
}
.news-warp .warp li .arr{
	float: right;
	width: 59px;
	border-left: 1px solid #f2f2f2;
	height:267px;
	background: url(images/news-icon1.png) center no-repeat;
}
.news-warp .warp .list2 .box{
	width: 920px;
	padding: 43px 0 43px 36px;
	float: left;
}

/*翻页*/
.fy{
	width: 100%;
	height: 40px;
	text-align: center;
}
.fy a{
	font-size: 14px;
	padding: 6px 12px;
	background-color: #ccc;
	color: #fff;
	margin:0 5px; 
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.fy a:hover,.fy a.on{
	background-color: #172a7e;
}

/*newsinfor*/
.newsinfor{
	width: 100%;
	background-color: #fff;
	padding:240px 0 95px;
}
.newsinfor .warp{
	width: 1200px;
	margin:0 auto 30px;
}
.newsinfor .warp .title{
	margin-bottom: 40px;
}
.newsinfor .warp .title h2{
	font-size: 48px;
	line-height: 73px;
	color: #222;
	margin-bottom:30px;
}
.newsinfor.on .warp .title h2{
	font-size: 44px;
}
.newsinfor .warp .title .math{
	height: 22px;
}
.newsinfor .warp .title .math .time{
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	font-family: "Arial";
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.newsinfor .warp .title .math .tit{
	font-size: 16px;
	color: #095997;
	line-height: 22px;
}
.newsinfor .warp .mina{
	width: 100%;
	padding-bottom: 70px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
} 
.newsinfor .warp .mina img{
	max-width: 100%;
}
.newsinfor .warp .mina p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.newsinfor .bot{
	width: 1200px;
	margin: 0 auto;

}
.newsinfor .bot .box{
	width: 750px;
	float: left;
}
.newsinfor .bot .box p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.newsinfor .bot .box p a{
	color: #999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.newsinfor .bot .box p a:hover{
	color: #666;
}
.newsinfor .bot .btns{
	width: 100px;
	height: 46px;
	line-height: 46px;
	padding: 0 50px;
	border:1px solid #e5e5e5;
	font-size: 18px;
	color: #095997;
	display: block;
	float: right;
	background: url(images/newsinfor-icon1.png) 143px center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.newsinfor .bot .btns:hover{
	background:#095997 url(images/newsinfor-icon2.png) 143px center no-repeat;
	color: #fff;
	border:1px solid #095997;
}

/*交通*/
.traffic1{
	width: 1200px;
	margin:90px auto 140px;
}
.traffic1 .title{
	margin-bottom:30px;
}
.traffic1 .title h2{
	/*font-size: 44px;*/
	line-height:66px;
	color: #222;
}
.traffic1 .warp{
	width: 1200px;
	height:540px;
	position: relative;
	background: url(images/bus.jpg) no-repeat center;
}
.traffic1 .warp .i1{
	width:60px;
}
.traffic1 .warp .i1 i{
	animation:le 2.5s linear infinite;
	-moz-animation:le 2.5s linear infinite;
	-webkit-animation:le 2.5s linear infinite;
	-o-animation:le 2.5s linear infinite;
}
.traffic1 .warp .i2{
	width:30px;
}
.traffic1 .warp .i2 i{
	animation:le 2.5s linear infinite;
	-moz-animation:le 2.5s linear infinite;
	-webkit-animation:le 2.5s linear infinite;
	-o-animation:le 2.5s linear infinite;
}
.traffic1 .warp .i3{
	width: 60px;
}
.traffic1 .warp .i3 i{
	animation:le 2.5s linear infinite;
	-moz-animation:le 2.5s linear infinite;
	-webkit-animation:le 2.5s linear infinite;
	-o-animation:le 2.5s linear infinite;
}
@keyframes le
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-moz-keyframes le /* Firefox */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-webkit-keyframes le /* Safari and Chrome */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-o-keyframes le /* Opera */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
.traffic1 .warp span{
	overflow: hidden;
	height: 15px;
	display: block;
	position: absolute;
}
.traffic1 .warp span i{
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left:7.5px solid #999;
	/*border-left:7.5px solid #000;*/
	display: block;
}
.traffic1 .warp .shape1{
	top: 196px;
	left: 170px;
}
.traffic1 .warp .shape2{
	top: 22px;
	left:580px;
}
.traffic1 .warp .shape3{
	top:195px;
	left:580px;
}
.traffic1 .warp .shape4{
	top:427px;
	left:580px;
}
.traffic1 .warp .shape5{
	top: 22px;
	left:835px;
}
.traffic1 .warp .shape6{
	top:196px;
	left:835px;
}
.traffic1 .warp .shape7{
	top:427px;
	left:835px;
}

.traffic1 .warp p{
	width: 130px;
	height: 25px;
	line-height: 25px;
	color: #222;
	font-size: 18px;
	text-align: center;
	position: absolute;
}
.traffic1 .warp .fa1{
	left:0px;
	top: 300px;
}
.traffic1 .warp .fa2{
	left:320px;
	top: 300px;
}
.traffic1 .warp .fa3{
	left:675px;
	top: 100px;
}
.traffic1 .warp .fa4{
	left:675px;
	top: 300px;
}
.traffic1 .warp .fa5{
	left:675px;
	top: 500px;
}
.traffic1 .warp .fa6{
	left:965px;
	top: 100px;
}
.traffic1 .warp .fa7{
	left:965px;
	top: 300px;
}
.traffic1 .warp .fa8{
	left:965px;
	top: 500px;
}
.traffic1 a{
	display: block;
}
.traffic1 .dx01{
	left: 0;
	top: 150px;
	width: 130px;
	height: 180px;
}
.traffic1 .mozu01{
	left: 270px;
	top: 150px;
	width: 230px;
	height: 180px;
}
.traffic1 .mozu02{
	left: 650px;
	top: 0;
	width: 170px;
	height: 130px;
}

.traffic1 .mozu03{
	left: 650px;
	top: 170px;
	width: 170px;
	height: 160px;
}

.traffic1 .mozu04{
	left: 650px;
	top:380px;
	width: 170px;
	height: 150px;
}
.traffic1 .dianchi01{
	left: 930px;
	top: 0;
	width: 190px;
	height: 130px;
}

.traffic1 .dianchi02{
	left: 930px;
	top: 170px;
	width: 210px;
	height: 160px;
}

.traffic1 .dianchi03{
	left: 930px;
	top: 365px;
	width: 200px;
	height: 160px;
}



.traffic2{
	width: 100%;
	position: relative;
}
.traffic2 .title{
	width: 100%;
	border-bottom: 1px solid #70706e;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.traffic2.cut .title{
	position: fixed;
	left: 0;
	top: 0;
	background-color: #1d3c91;
	border-color: #1d3c91;
}
.traffic2 .title .warp{
	width: 1200px;
	margin: 0 auto;
}
.traffic2 .title .warp li{
	float: left;
	height: 70px;
	width: 400px;
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	position: relative;
	background: url(images/traffic2-bg1.png) center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
}
.traffic2 .title .warp li.on,.traffic2 .title .warp li:hover{
	background: url(images/traffic2-bg.png) center no-repeat;
}
.traffic2 .title .warp li i{
	display: block;
	width: 1px;
	height: 100%;
	background-color: #232323;
	position: absolute;
	left: 0;
	top: 0;
}
.traffic2.cut .title .warp li i{
	background-color: #34509d;
}
.traffic2 .title .warp li em{
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	background: url(images/traffic2-point1.png) center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;

}
.traffic2 .title .warp li.on em,.traffic2 .title .warp li:hover em{
	background: url(images/traffic2-point.png) center no-repeat;
}
.traffic2 .mian,.ensrgy2 .warp-e .mian{
	width: 100%;
}
.traffic2 .mian .list,.ensrgy2 .mian .list{
	width: 100%;
	height: 100%;
	display: none;
}
.traffic2 .mian .pic{
	height: 750px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.traffic2 .mian .pic .box{
	padding-top: 290px;
	width: 1200px;
	margin: 0 auto;
}
.traffic2 .mian .pic .box h2{
	/*font-size: 44px;*/
	line-height: 66px;
	color: #fff;
	margin-bottom: 15px;
}
.traffic2 .mian .pic .box .details,.traffic2 .mian .pic .box .details p{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.traffic2 .mian .warp,.ensrgy2 .mian .warp{
	width: 100%;
}
.traffic2 .mian .warp .top,.ensrgy2 .mian .warp .top{
	background-color: #172a7e;
	/*height: 110px;*/
}
.traffic2 .mian .warp .top table,.traffic2 .mian .warp .bot table,.ensrgy2 .mian .warp .top table,.ensrgy2 .mian .warp .bot table{
	display: block;
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.traffic2 .mian .warp .top table tr td,.ensrgy2 .mian .warp .top table tr td{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 30px 0 30px;
}
.traffic2 .mian .warp .bot,.ensrgy2 .mian .warp .bot{
	width: 100%;
	background-color: #095997;
	padding-bottom: 90px;
}
.traffic2 .mian .warp .bot table tr td,.ensrgy2 .mian .warp .bot table tr td{
	font-size: 16px;
	padding:25px 0;
	border-bottom: 1px solid #294aa4
}
.ensrgy1 {
	width: 1200px;
	margin: 0 auto;
	padding:90px 0 65px
}
.ensrgy1 .title{
	margin-bottom:60px;
}
.ensrgy1 .title h2{
	/*font-size: 44px;*/
	line-height:66px;
	color: #000;
}
.ensrgy1 .warp{
	width: 1200px;
	margin: 0 auto;
	height:320px;
	position: relative;
}
.ensrgy1 .warp p{
	width: 120px;
	line-height: 32px;
	color: #222;
	font-size: 18px;
	text-align: center;
	position: absolute;
	bottom:23px;
}
.ensrgy1 .warp .pl1{
	left:15px;
}
.ensrgy1 .warp .pl2{
	left:335px;
}
.ensrgy1 .warp .pl3{
	left:637px;
}
.ensrgy1 .warp .pl4{
	left:964px;
}
.ensrgy1 .warp span{
	position: absolute;
	height: 15px;
	z-index: 2;
	display: block;
}
.ensrgy1 .warp .w1{
	left:100px;
	top: 20px;
	width: 265px;
}
.ensrgy1 .warp .w2{
	left:430px;
	bottom:61px;
	width: 230px;
}
.ensrgy1 .warp .w3{
	right:203px;
	top:20px;
	width:265px;
}
.ensrgy1 .warp .sj1 i{
	margin-left:70px;
	animation:lee 4s linear infinite;
	-moz-animation:lee 4s linear infinite;
	-webkit-animation:lee 4s linear infinite;
	-o-animation:lee 4s linear infinite;
}
.ensrgy1 .warp .sj2 i{
	margin-left:175px;
	animation:lee 4s linear infinite 2s;
	-moz-animation:lee 4s linear infinite 2s;
	-webkit-animation:lee 4s linear infinite 2s;
	-o-animation:lee 4s linear infinite 2s;
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
.ensrgy1 .warp .sj3 i{
	margin-left:65px;
	animation:lee 4s linear infinite;
	-moz-animation:lee 4s linear infinite;
	-webkit-animation:lee 4s linear infinite;
	-o-animation:lee 4s linear infinite;
}
.ensrgy1 .warp .sj4 i{
	margin-left:165px;
	animation:lee 4s linear infinite 2s;
	-moz-animation:lee 4s linear infinite 2s;
	-webkit-animation:lee 4s linear infinite 2s;
	-o-animation:lee 4s linear infinite 2s;
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
.ensrgy1 .warp .sj5 i{
	margin-left:80px;
	animation:lee 4s linear infinite;
	-moz-animation:lee 4s linear infinite;
	-webkit-animation:lee 4s linear infinite;
	-o-animation:lee 4s linear infinite;
}
.ensrgy1 .warp .sj6 i{
	margin-left:175px;
	animation:lee 4s linear infinite 2s;
	-moz-animation:lee 4s linear infinite 2s;
	-webkit-animation:lee 4s linear infinite 2s;
	-o-animation:lee 4s linear infinite 2s;
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
@keyframes lee
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-moz-keyframes lee /* Firefox */
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-webkit-keyframes lee /* Safari and Chrome */
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-o-keyframes lee /* Opera */
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
.ensrgy1 .warp span i{
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left:7.5px solid #999;
	display: block;

}
.ensrgy1 a{
	display: block;
}
.ensrgy1 .dx01{
	width: 175px;
	height: 210px;
	left: 0;
	top: 90px;
}
.ensrgy1 .mozu01{
	width: 205px;
	height: 200px;
	left: 290px;
	top: 100px;
}
.ensrgy1 .mozu02{
	width: 205px;
	height: 200px;
	left: 600px;
	top: 100px;
}
.ensrgy1 .dianchi01{
	width: 150px;
	height: 210px;
	left: 940px;
	top: 90px;
}

.ensrgy2{
	width: 100%;
	background-color: #fafafa;
	padding: 90px 0 135px;
	margin: 0 auto;
}
.ensrgy2.vi{
	padding:2% 0 135px;
	overflow: hidden;
}
.ensrgy2 .title{
	position: relative;
	width: 1200px;
	margin: 0 auto 60px;
	min-height: 170px;
	overflow: hidden;
}
.ensrgy2.vi .title{
	margin: 0 auto 2%;
}
.ensrgy2 .title .list{
	display: none;
}
.ensrgy2 .title .left{
	width: 900px;
	/*float: left;*/
	margin: 0 auto;
	position: relative;
}
.ensrgy2 .title .left .box{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ensrgy2 .title .right{
	width: 100px;
	height: 42px;
	float: right;
	padding-top: 12px;
}
.ensrgy2 .title .right span{
	width: 43px;
	height: 42px;
	display: inline-block;
	cursor: pointer;
}
.ensrgy2 .title .right .pver{
	background: url(images/next1.png) center no-repeat;
}
.ensrgy2 .title .right .pver:hover{
	background: url(images/next2.png) center no-repeat;
}
.ensrgy2 .title .right .next{
	background: url(images/pver2.png) center no-repeat;
}
.ensrgy2 .title .right .next:hover{
	background: url(images/pver1.png) center no-repeat;
}
.ensrgy2 .title h2{
	/*font-size: 44px;*/
	line-height: 66px;
	color: #222;
	margin-bottom:15px;
	text-align: center;
}
.ensrgy2.vi .title h2{
	margin-bottom: 20px;
}
.ensrgy2 .title .details{
	font-size: 18px;
	line-height: 36px;
	color: #666;
	text-align: center;
}
.ensrgy2 .img{
	/*max-width: 1400px;
	min-width: 1200px;*/
	width: 70%;
	margin: 0 auto 50px;
/*	max-height: 490px;
min-height: 420px;*/
} 
.ensrgy2.vi .img{margin-bottom: 20px;}
.ensrgy2 .img img{
	display: none;
	width: 100%;
}
.ensrgy2 .tit{
	width: 490px;
	margin: 0 auto 65px;
	height: 85px;
	position: relative;
	text-align: center;
}
.ensrgy2.vi .tit{
	margin-bottom: 20px;
}
.ensrgy2 .tit em{
	width: 370px;
	height: 0;
	border-top: 1px dashed #e6e6e6;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -185px;
}
.ensrgy2 .tit span{
	float: left;
	line-height: 30px;
	height: 30px;
	padding-top: 55px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 40px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ensrgy2.vi .tit span{
	padding-top: 45px;
}
.ensrgy2 .tit span i{
	position: absolute;
	display: block;
	width: 43px;
	height: 42px;
	top: 0px;
	left: 50%;
	margin-left: -21.5px;
	background: url(images/energy-point.jpg) center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ensrgy2 .tit span:hover i,.ensrgy2 .tit span.on i{
	background: url(images/energy-point1.jpg) center no-repeat;
}
.ensrgy2 .tit span:hover,.ensrgy2 .tit span.on{
	color: #095997
}
.ensrgy2 .mian .warp .top{
	background-color: #efefef
}
.ensrgy2 .mian .warp .top table{
	color: #333333;
	border-bottom: 1px solid #e3e3e3;
}
.ensrgy2 .mian .warp .top table tr td{
	padding: 29px 0 30px;
}
.ensrgy2 .mian .warp .bot table{
	color: #666666
}
.ensrgy2 .mian .warp .bot{
	background-color: #fafafa;
	padding-bottom: 0;
}
.ensrgy2 .mian .warp .bot table tr td{
	border-bottom: 1px solid #ededed
}





/*.Fadesmall{
	position: relative;
	top:35px;*/
	/*opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
/*}
.Fadesmalll{
	position: relative;
	top:35px;*/
	/*opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
/*}
.Fadesleft{
	position: relative;
	left:-35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
	/*}*/
/*.Fadesright{
	position: relative;
	left:35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
	/*}*/


	/*1366*768*/
	/*首页*/

	.homeindex .screen3 .warp,
	.homeindex .screen4 .warp,
	.homeindex .screen3 .warp,
	.homeindex .screen5 .warp,
	.homeindex .screen4 .warp{
		left: 10%
	}
	.homeindex .screen5 .warp{
		margin-top: -19%;
	}
	.homeindex .screen5 .warp h2{
		font-size: 42px;
		line-height: 60px;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.iban .warp .btn,.screen2 .warp .btn,.screen3 .warp .btn{
		font-size: 16px;
	}
	.homeindex .iban .mian .warp,.homeindex .iban .img .warp,.homeindex .screen2 .warp{
		left:5%;
	}
	.homeindex .iban .warp h2,.homeindex .screen2 .warp h2{
		font-size: 50px;
		line-height: 60px;
		text-transform:uppercase;
		font-weight:bold;
		letter-spacing:6px;
	}
	
	.homeindex .iban .warp h2, .homeindex .screen2 .warp h2, .homeindex .screen3 .warp h2, .homeindex .screen4 .warp h2,.homeindex .screen3 .warp .details{
		margin-bottom: 120px;
		    margin-top: 0px;
	}
	.homeindex .screen3 .warp h2{
		margin-bottom: 18px;
	}
	.homeindex .screen3 .warp .details{
		font-size: 24px;
	}
	.homeindex .screen3 .point li{
		font-size: 22px;
	}
	.homeindex .screen4 .warp .list li .top .img img{
		width: 110px;
		border-radius: 10px;
	}
	.homeindex .screen4 .warp .list li .top h3{
		font-size: 22px;
	}
	.homeindex .screen4 .warp .list li .top p{
		font-size: 13px;
		color:#fff;
	}
	.homeindex .footer .fot p{
		padding-left: 0;
	}
	.homeindex .footer .fot p.beian{
		margin-right:20px;
	}
	.homeindex .footer{
		padding: 60px 0 75px;
	}
	.homeindex .footer .warp{
		margin-left: 10%;
	}
	.homeindex .footer .warp .mid{
		padding-bottom: 80px;
	}

	.homeindex .screen4 .warp .list li .bot .details{
		margin-bottom: 30px;
	}
	.homeindex .screen4 .warp .list li{margin-right:30px;}
	.homeindex .screen4 .warp .list li .bot .arr img{
		width: 70px;
	}
	.homeindex .screen5 .list li h3{
		font-size: 18px;
	}
	.homeindex .screen5 .list li .img{
		margin-bottom: 20px;
	}
	.homeindex .screen5 .list li .details{
		font-size: 14px;
		min-height: 72px;
		line-height: 24px;
	}

	/*企业信息*/
	.in-info .sub-banner .text-box .desc{
		font-size: 42px;
		line-height: 70px;
	}
	.in-info .sub-banner .text-box .hottel{
		font-size: 20px;
	}
	.in-info .sub-tit{
		font-size: 34px;
	}
	.in-info .mation3 .title .box h2,.in-info .status1 .title h2,.in-info .status3 .warp .title h2{
		margin-bottom: 15px;
	}
	.in-info .mation3 .title .box .details, .in-info .mation3 .title .box .details p, .in-info .status1 .title .details, .in-info .status1 .title .details p{
		font-size: 24px;
		line-height: 36px;
	}
	.in-info .status1 .title .details p.source{
		font-size:18px;
	}
	.in-info .status1 .warp .box1 .math, .in-info .status1 .warp .box2 .math,.in-info .status1 .warp .box3 .math{
		font-size: 66px;
	}
	.in-info .mation1{
		padding: 60px 0 60px;
	}
	.in-info .mation1 .mian li h3{
		font-size: 24px;
	}
	.in-info .mation1 .mian .settime .year{
		font-size: 62px;
		padding-bottom: 40px;
	}
	.in-info .mation1 .mian .settime .address{
		padding: 30px 0 25px;
		background: url(images/information-img2.png) 190px bottom no-repeat;
	}
	.in-info .mation1 .mian li{
		
	}
	.in-info .mation1 .mian .technology h3, .in-info .mation1 .business h3{
		margin-bottom: 15px;
	}
	.in-info .mation1 .technology .details, .in-info .mation1 .business .details{
		font-size: 14px;
		line-height: 24px;
	}
	.in-info .mation1 .technology{
		background: url(images/information-img3.png) center bottom no-repeat;
	}
	.in-info .mation1 .business{
		background: url(images/information-img4.png) center bottom no-repeat;
	}
	.in-info .mation1 .mian .settime .address .hq{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.in-info .mation1 .mian .settime .address .add{
		font-size: 14px;
		line-height: 24px;
	}
	.in-info .mation1 .mian .settime h3{
		margin-bottom: 25px;
	}
	.in-info .mation3{
		padding: 60px 0 40px;
	}
	.in-info .mation3 .title .pic{
		margin-top: 95px;
	}
	.in-info .mation3 .title{
		margin-bottom: 30px;
	}
	.in-info .mation2 .warp .title{
		padding-top: 60px;
	}
	.in-info .mation2 .warp .title h2{
		margin-bottom: 30px;
	}
	.in-info .picScroll-left .bd li h3{
		font-size: 50px;
		margin-bottom: 15px;
	}
	.in-info .picScroll-left .bd li .details p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.in-info .mation2{
		height: 640px;
	}
	.in-info .picScroll-left .bd ul li{
		min-height: 330px;
	}
	.in-info .mation3 .title .pic li{
		font-size: 16px;
	}
	.in-info .mation3 .title .pic .icon4{
		width: 100px;
	}
	.in-info .mation3 .title .pic .icon3{
		width: 90px;
	}
	.in-info .mation3 .title .pic .icon2{
		padding-right: 20px;
	}
	.in-info .mation3 .title .pic .icon1{
		padding-right: 25px;
	}
	@media(max-width: 1366px){
		.in-info .mation3 .title .pic .icon2{
			padding-right: 10px;
		}
		.in-info .mation3 .title .pic .icon1{
			padding-right: 15px;
		}
		.in-info .mation3 .title .pic .icon3 {
			width: 110px;
		}
	}
	.in-info .picScroll-left .hd{
		width: 100px;
	}
	/*企业地位*/
	.in-info .status1{
		padding: 60px 0 80px;
	}

	.in-info .status2{
		padding: 60px 0 50px;
	}
	.in-info .status2 .warp .title{
		margin-bottom: 30px;
	}
	.in-info .status2 .warp .mian li{
		height: 400px;
	}
	.in-info .status2 .mian .box1 .details, 
	.in-info .status2 .mian .box1 .details p, 
	.in-info .status2 .mian .box2 .details p, 
	.in-info .status2 .mian .box3 .details p, 
	.in-info .status2 .list .left .details, 
	.in-info .status2 .list .left .details p, 
	.in-info .status2 .list .right .details{
		font-size: 16px;
		line-height: 28px;
	}
	.in-info .status2 .warp .mian .box1{
		background: #fff url(images/con2-img1.png) center 220px no-repeat;
	}
	.in-info .status2 .mian .box3{
		background: #fff url(images/con2-img2.png) center 220px no-repeat;
	}
	.in-info .status2 .list .left, .in-info .status2 .list .right{
		height: 220px;
	}
	.in-info .status2 .mian .box2 .details{
		height: 120px;
	}
	.in-info .status3{
		padding: 60px 0 100px;
	}
	.in-info .status1 .warp{
		height:600px;
		/*height: 384px;*/
				/*height: 384px;background: url(images/xxfline.jpg) center no-repeat;*/
	}
	.in-info .status1 .warp .line{
		top: -6px;
		/*	height: 385px;*/
		/*height: 600px;*/
		/*	background: url(images/xxfline2.png) no-repeat left center;*/
	}
	/*.in-info .status1 .warp .box1{
		bottom: 80px;
	}
	.in-info .status1 .warp .box2{
		bottom:200px;
	}
	.in-info .status1 .warp .box3{
		top: -45px;
	}
	.in-info .status1 .warp .box1 .math,.in-info .status1 .warp .box2 .math,.in-info .status1 .warp .box3 .math{
		height: 60px;
		line-height: 60px;
	}
	.in-info .status1 .title{
		margin-bottom: 30px;
	}*/
	/*企业理念*/
	.in-info .concept1{
		padding: 60px 0 90px;
	}
	.in-info .concept1 .warp .title h2, .in-info .concept2 .warp h2{
		margin-bottom: 15px;
	}
	.in-info .concept1 .warp .title h3{
		font-size: 24px;
		line-height: 36px;
	}
	.in-info .concept1 .warp .title{
		margin-bottom: 50px;
	}
	.in-info .concept1 .warp .list li h2{
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 15px;
	}
	.in-info .concept1 .warp .list li p{
		font-size: 14px;
		line-height: 24px;
	}
	.in-info .concept3 .warp li .box{
		padding: 60px 30px 0;
		height: 400px;
	}
	.in-info .concept3 .warp li p{
		font-size: 14px;
		line-height: 36px;
	}
	.in-info .concept3 .warp li h2{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.in-info .concept3 .warp li .spn2,.in-info .concept3 .warp li .spn1{
		font-size: 14px;
	}
	.in-info .concept4{
		padding: 60px 0 100px;
	}
	.in-info .concept4 .warp .title{
		margin-bottom: 30px;
	}
	.in-info .concept4 .warp .list li{
		height: 280px;
	}
	.in-info .concept4 .warp .list li h2{
		font-size: 24px;
	}
	.in-info .concept4 .warp .list li .details, .in-info .concept4 .warp .list li .details p{
		font-size: 14px;
		line-height: 24px;
	}
	.in-info .concept2{
		height: 480px;
	}
	.in-info .concept2 .warp{
		padding-top: 175px;
	}
	/*绿色交通*/
	.in-info .traffic1{
		margin: 60px auto 80px;
	}
	.in-info .traffic1 .title{
		margin-bottom: 0;
	}
	.in-info .traffic1 .warp{
		height: 470px;
		background: url(images/xxfbus.jpg) no-repeat center;
	}
	.in-info .traffic1 .warp p{
		font-size: 16px;
	}
	.in-info .traffic1 .warp .shape1{
		top: 182px;
	}
	.in-info .traffic1 .warp .shape2,
	.in-info .traffic1 .warp .shape5{
		top: 34px;
	}
	.in-info .traffic1 .warp .shape3,
	.in-info .traffic1 .warp .shape6{
		top: 182px;
	}
	.in-info .traffic1 .warp .shape4,
	.in-info .traffic1 .warp .shape7{
		top: 359px;
	}
	.in-info .traffic1 .warp .fa1,
	.in-info .traffic1 .warp .fa2{
		top: 245px;
	}
	.in-info .traffic1 .warp .fa3,
	.in-info .traffic1 .warp .fa6{
		top: 90px;
	}
	.in-info .traffic1 .warp .fa4,
	.in-info .traffic1 .warp .fa7{
		top:260px;
	}
	.in-info .traffic1 .warp .fa5,
	.in-info .traffic1 .warp .fa8{
		top:430px;
	}
	.in-info .traffic2 .title{
		height: 50px;
	}
	.in-info .traffic2 .title .warp li{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.in-info .traffic2 .mian .pic .box .details,.in-info .traffic2 .mian .pic .box .details p{
		font-size: 16px;
		line-height: 28px;
	}
	.in-info .traffic2 .mian .pic{
		height: 540px;
	}
	.in-info .traffic2 .mian .pic .box{
		padding-top: 200px;
	}
	.in-info .traffic2 .mian .warp .bot table tr td, .in-info .ensrgy2 .mian .warp .bot table tr td{
		font-size: 14px;
		padding: 10px 0;
	}
	.in-info .traffic2 .mian .warp .top table tr td, .in-info .ensrgy2 .mian .warp .top table tr td{
		font-size: 14px;
		line-height: 24px;
		padding: 15px 0;
	}
	.in-info .traffic1 .dx01{
		left: 0;
		top: 150px;
		width: 130px;
		height: 120px;
	}
	.in-info .traffic1 .mozu01{
		left: 290px;
		top: 150px;
		width: 190px;
		height: 120px;
	}
	.in-info .traffic1 .mozu02{
		left: 657px;
		top: 0;
		width: 150px;
		height: 115px;
	}

	.in-info .traffic1 .mozu03{
		left: 650px;
		top: 150px;
		width: 170px;
		height: 136px;
	}

	.in-info .traffic1 .mozu04{
		left: 660px;
		top: 330px;
		width: 150px;
		height: 130px;
	}
	.in-info .traffic1 .dianchi01{
		left: 930px;
		top: 0;
		width: 190px;
		height: 120px;
	}

	.in-info .traffic1 .dianchi02{
		left: 940px;
		top: 160px;
		width: 190px;
		height: 125px;
	}

	.in-info .traffic1 .dianchi03{
		left: 950px;
		top: 330px;
		width: 160px;
		height: 130px;
	}


	/*能源存储*/
	.in-info .ensrgy1{
		padding: 60px 0 40px;
	}
	.in-info .ensrgy1 .title{
		margin-bottom: 30px;
	}
	.in-info .ensrgy1 .warp p{
		font-size: 16px;
	}
	.in-info .ensrgy2 .title .details{
		font-size: 16px;
		line-height: 28px;
	}
	.in-info .ensrgy2 .title h2{
		margin-bottom: 10px;
	}
	.in-info .ensrgy2 .title{
		min-height: 150px;
	}
	.in-info .ensrgy2 .title{
		margin: 0 auto 1%;
	}
	.in-info .ensrgy2 .tit span{
		padding-top: 35px;
		font-size: 14px;
		height: 24px;
		line-height: 24px;
	}
	.in-info .ensrgy2 .tit{
		margin-bottom: 0;
	}
	/*新闻资讯*/
	.in-info .news-warp{
		padding: 60px 0;
	}
	.in-info .news-warp .warp .title{
		margin-bottom: 30px;
	}
	.in-info .news-warp .warp .list1 .pic{
		margin: 30px 0 30px 30px;
	}
	.in-info .news-warp .warp .list1 .box{
		padding: 30px 0;
	}
	.in-info .news-warp .warp li .arr{
		height: 241px;
	}
	.in-info .news-warp .warp .list1 .box h3, .in-info .news-warp .warp .list2 .box h3{
		font-size: 20px;
	}
	.in-info .news-warp .warp .list1 .box .details, .in-info .news-warp .warp .list2 .box .details{
		font-size: 14px;
		line-height: 24px;
	}
	.in-info .news-warp .warp .list2 .box{
		padding: 30px 0 30px 30px;
	}
	.in-info .news-warp .warp li{
		margin-bottom: 30px;
	}
	.in-info .newsinfor .warp .title h2{
		font-size: 34px;
	}
	.in-info .newsinfor .warp .mina,
	.in-info .newsinfor .warp .mina p{
		font-size: 14px;
		line-height: 24px;
	}
	.in-info .newsinfor .bot .btns{
		width: 80px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background: url(images/newsinfor-icon1.png) 133px center no-repeat;
	}
	.in-info .newsinfor .bot .btns:hover{
		background:#095997 url(images/newsinfor-icon2.png) 133px center no-repeat;
	}
	.in-info .newsinfor{
		padding: 150px 0 55px;
	}
	.in-info .ind-header .warp li .tit{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.in-info .ind-header .warp li{
		padding: 15% 20px 0 20px;
	}
	.in-info .ind-header .warp li .lt{
		font-size: 16px;
		line-height: 30px;
	}

	.in-info .ind-nav .logo{
	}
	.in-info .ind-nav .line{
		height: 68px;
		width: 68px;
	}
	.in-info .ind-nav .logo img{
		width:200px;
	}
	.in-info .ind-nav.on .logo img{
		width: 200px;
	}
	.in-info .ind-nav.on .line{
		width: 68px;
		height: 68px;
	}
	.in-info .ind-nav.on .logo{
		width:200px;
		height:68px;
		
	}
@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
	height:8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
  /*border-radius: 4px;*/
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}

.w1200{
	width:1200px;
	margin:0 auto;
}

footer{
	background: #333;
	position: relative;
	z-index: 33;
}
footer .footer-top{
	padding:100px 0 150px;
}
footer .footer-top .f-logo-box .text{
	line-height: 30px;
	margin:20px 0 0;
	font-size: 18px;
	color: #fff;
	padding-bottom: 39px;
	border-bottom:1px solid #454545;
}
.f-nav-box{
	margin:70px 0 0;
}
.footer-top{
	border-bottom:1px solid #484848;
}
.footer-top .f-nav a{
	display: block;
}
.footer-top .f-nav li{
	float:left;
	margin-right: 120px;
}
.footer-top .f-nav li.join{
	margin-right: 0;
}
.footer-top .f-nav li a{
	font-size: 14px;
	color:#adadad;
	line-height: 30px;
	transition:all .3s linear;
}
.footer-top .f-nav li .tit{
	font-size: 16px;
	color:#fff;
	margin-bottom: 8px;
	cursor: default;
}
.footer-top .f-nav li .point{
	cursor: pointer;
}
.footer-top .f-nav li a:hover{
	color:#fff;
}
.footer-top .qrcode-box{
	text-align: center;
	width:135px;
}
.footer-top .qrcode-box .qrcode{
	width:96px;
	height:96px;
	margin:0 auto;
}
.footer-top .qrcode-box img{
	width: 100%;
	height:100%;
}
.footer-top .qrcode-box .text{
	font-size: 14px;
	color:#6b6b6b;
	line-height: 24px;
	margin:15px 0 0;
}
.footer-bottom{
	padding:40px 0 140px;
}
.footer-bottom .copy,
.footer-bottom .copy a,
.footer-bottom .beian{
	font-size: 14px;
	color:#6b6b6b;
	
	transition:all .3s linear;
}
.footer-bottom .beian{
	margin-right:20px;
}
.footer-bottom .copy a:hover{
	color:#fff;
}

.sub-banner{
	width:100%;
	min-width: 1200px;
}

.sub-banner .text-box{
	width:100%;
	color:#fff;
	position: absolute;
	left:0;
	top:50%;
}

.sub-banner .text-box .desc{
	/*width:490px;*/
	font-size: 54px;
	line-height: 78px;
	position: relative;
	top:35px;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-bottom: 20px;
}

.sub-banner .text-box .hottel{
	font-size: 26px;
	position: relative;
	top:35px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.sub-banner .text-box .hottel span{
	font-family: arial;
}
.sub-tit{
	font-size: 44px;
	color:#000;
	line-height: 66px;
	/*text-transform: capitalize;*/
}

.mq-download-box{
	padding:90px 0 160px;
	min-width: 1200px;
}

.mq-download-box .sub-tit{
	margin-bottom: 50px;
}

.mq-download-box .download li{
	height:80px;
	background: #f7f7f7;
	padding:0 50px 0 35px;
	width:1115px;
	line-height: 80px;
	margin-bottom: 10px;
	transition:all .3s linear;
}

.mq-download-box .download li .text{
	font-size: 18px;
	color:#000;
	background: url(images/d-disc.png) no-repeat left center;
	padding-left: 25px;
	transition:all .3s linear;
}

.mq-download-box .download li .btns a{
	font-size: 14px;
	color:#666;
	background:url(images/download.png) no-repeat left center;
	padding-left:30px;
	transition:all .3s linear;
}

.mq-download-box .download li .btns b{
	width:1px;
	height: 30px;
	background: #dedede;
	margin:25px 35px 0;
	transition:all .3s linear;
}

.mq-download-box .download li:hover{
	background: #1f3d9e;
}

.mq-download-box .download li:hover .text{
	background: url(images/d-disc2.png) no-repeat left center;
	color:#fff;
}

.mq-download-box .download li:hover a{
	background: url(images/download2.png) no-repeat left center;
	color:#fff;
}

.mq-download-box .download li:hover .btns b{
	background: #3651a8;
}

.page{
	font-size: 0;
	text-align: center;
	padding:50px 0 0;
}

.page a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width:39px;
	height:39px;
	border:1px solid #d2d2d2;
	font-size: 18px;
	color:#666;
	margin:0 5px;
	line-height: 39px;
	vertical-align: top;
	transition:all .3s linear;
}

.page a.prev{
	background: url(images/page-prev.png) no-repeat center;
}

.page a.next{
	background: url(images/page-next.png) no-repeat center;
}

.page a.active,
.page a:hover{
	background: #3651a8;
	border-color:#3651a8;
	color:#fff;
}

.page a.prev:hover{
	background: #3651a8 url(images/page-prev2.png) no-repeat center;
}

.page a.next:hover{
	background: #3651a8 url(images/page-next2.png) no-repeat center;
}

/************maintain end************/

.mq-query{
	padding:85px 0 110px;
}
.mq-query .sub-tit{
	position:relative;
	z-index:3;
}
.china{
	width:1200px;
	margin-top: -66px;
}
.china img{
	width:100%;
}

.china-box .built-box{
	position: absolute;
	left:0;
	bottom:0;
	font-size: 18px;
	color:#666666;
}

.china-box .built-box span{
	float:left;
	border-bottom:2px solid #e5e5e5;
	padding-left: 25px;
	margin-right:67px;
}

.china-box .built-box .built{
	background: url(images/built.png) no-repeat left center;
}

.china-box .built-box .build{
	background: url(images/build.png) no-repeat left center;
}

.mq-query .pool{
	position: absolute;
	right: 280px;
	bottom: 185px;
	width:28px;
	height:38px;
}

.mq-query .pool img{
	width:100%;
	height:100%;
}

.mq-query-box{
	padding:90px 0 160px;
	background: #1f3d9e;
}

.mq-query-box .sub-tit{
	color:#fff;
}

.mq-query-box .query-search-box{
	width:1180px;
	padding:0 20px 0 0;
	height:65px;
	background: #fff;
	margin:50px 0 0;
	position: relative;
	z-index: 33;
}
.mq-query-box .condition{
	width:165px;
	font-size: 18px;
	color:#666666;
	
	position: relative;

	border:1px solid transparent;
}
.mq-query-box .condition span{
	position: relative;
	display: block;
	padding:0 25px;
	background: #fff url(images/q-down.png) no-repeat 125px center;
	cursor:pointer;
	z-index: 20;
	height:63px;
	line-height: 63px;
}
.mq-query-box .condition .drop{
	position: absolute;
	left:-1px;
	top:63px;
	background: #fff;
	width:165px;
	z-index: 10;
	
	line-height: 63px;
	display: none;
}
.mq-query-box .condition.cur{
	border-color:#e2e2e2;
}
.mq-query-box .condition .drop li{
	padding:0 25px;
	width:116px;
	line-height: 40px;
	cursor: pointer;
	transition:background .3s linear;
}
.mq-query-box .condition.cur .drop .line{
	width:116px;
	height:1px;
	margin:0 auto;
	background: #e5e5e5;
}
.mq-query-box .condition.cur .drop ul{
	padding:10px 0;
}

.mq-query-box .condition .drop li:hover{
	background: #efefef;
}
.mq-query-box .divide{
	width:1px;
	height:15px;
	background: #e5e5e5;
	margin:25px 28px 0 0;
}

.mq-query-box .query-search{
	width:950px;
	height:65px;
}

.mq-query-box .query-search input[type=text]{
	width:920px;
	height:65px;
	line-height: 65px;
	border:none;
	box-shadow: none;
	padding:0;
	font-size: 16px;
	color:#666;
}

.mq-query-box .query-search input[type=submit]{
	border:none;
	padding:0;
	height:65px;
	width:22px;
	background: url(images/q-search.png) no-repeat center;
}
.query-list-box{
	margin:20px 0 0;
}
.query-list{
	width:1200px;
	/*overflow: hidden;*/
}
.query-list ul{
	width:1220px;
}
.query-list li{
	float:left;
	width:221px;
	height:292px;
	background: #fff;
	padding:35px 32px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin:0 20px 20px 0;
	transition:all .3s linear;
}
.query-list li .tit{
	font-size: 16px;
	color:#666;
	text-align: center;
	line-height: 30px;
	padding-bottom:25px;
	border-bottom:2px solid #1f3d9e;
	transition:all .3s linear;
}

.query-list li .img{
	width:100%;
	height:170px;
	margin:25px 0 0;
}

.query-list li .img img{
	width:100%;
	height: 100%;
}

.query-list li:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 0 10px 10px #1b3588;
}
.query-list li:hover .tit{
	color:#1f3d9e;
}
.mq-query-box .page{
	padding:40px 0 0;
}
.mq-query-box .page a{
	border:1px solid #4b66b2;
	color:#fff;
}
.mq-query-box .page a.active,
.mq-query-box .page a:hover{
	background: #fff;
	color:#4b66b2;
	border-color:#fff;
}
.mq-query-box .page a.prev{

	background: url(images/page-prev2.png) no-repeat center;
}
.mq-query-box .page a.next{
	background: url(images/page-next2.png) no-repeat center;
}
.mq-query-box .page a.prev:hover{
	background:#fff url(images/page-prev.png) no-repeat center;
}
.mq-query-box .page a.next:hover{
	background:#fff url(images/page-next.png) no-repeat center;
}
/***********query end************/

.mq-agent-box{
	width:100%;
	padding:90px 0 0;
}

.mq-agent-box .sub-tit{
	margin-bottom: 50px;
}
.mq-agent-box .agent-search-box{
	margin-bottom: 40px;
	position: relative;
	z-index: 33;
}

.mq-agent-box .search{
	float:left;
	width:248px;
	height:48px;
	border:1px solid #ccc;
	margin-right: 8px;
	position: relative;
}
.mq-agent-box .search .dropList{
	position: absolute;
	left:-1px;
	top:48px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display: none;
	width: 100%;
	
}
.mq-agent-box .search .dropList ul{
	padding:10px 0;
	background: #fff;
	max-height:230px;
	overflow-y: auto;
	overflow-x: hidden;
}
.mq-agent-box .search .dropList ul::-webkit-scrollbar {
  width: 8px;
	height:8px;
}

.mq-agent-box .search .dropList ul::-webkit-scrollbar-track {
  background: #fff;
}

.mq-agent-box .search .dropList ul::-webkit-scrollbar-thumb {
  background: #172a7e;
  /*border-radius: 4px;*/
}

.mq-agent-box .search .dropList ul::-webkit-scrollbar-thumb:window-inactive {
  background: #172a7e;
}

.mq-agent-box .search .dropList ul::-webkit-scrollbar-thumb:vertical:hover {
  background: #172a7e;
}
.mq-agent-box .search .dropList li{
	padding:0 20px;
	width:208px;
	line-height: 30px;
	font-size: 14px;
	color:#999999;
	cursor: pointer;
	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	transition:all .3s linear;
}
/*.mq-agent-box .search .dropList li.last{
	border-bottom:1px solid #ccc;
}*/
.mq-agent-box .search .dropList li:hover{
	background: #1f3d9e;
	color:#fff;
	border-color:#1f3d9e;
}
.mq-agent-box .search span{
	display: block;
	padding:0 20px;
	height:48px;
	line-height: 48px;
	font-size: 14px;
	color:#999;
	cursor:pointer;
	background: url(images/agent-down.png) no-repeat 215px center;
}

.mq-agent-box .search .line{
	width:208px;
	height:1px;
	background: #e5e5e5;
	margin:0 auto;
}

.mq-agent-box .search.cur{
	border-bottom:none;
}

.mq-agent-box .agent-search-box .search-content{
	border:1px solid #ccc;
	width:360px;
	height:48px;
}

.mq-agent-box .agent-search-box .search-content input{
	padding:0 25px;
	width:310px;
	height:48px;
	line-height: 48px;
	border:none;
	box-shadow: none;
	outline: none;
	*height:47px;
	font-size: 14px;
	color:#999999;
}

.mq-agent-box .agent-search-box .submit{
	width:50px;
	height:50px;
	background: #1f3d9e;
}
.mq-agent-box .agent-search-box .submit input{
	width:50px;
	height:50px;
	border:none;
	padding:0;
	background: url(images/agent-search.png) no-repeat center;
}
.map-box{
	height:666px;
}
.map{
	width: 100%;
	height:666px;
	min-width: 1200px;
}

.map-info{
	left:50%;
	top:50%;
	width:343px;
	height:578px;
	margin:-289px 0 0 257px;
}

.mq-person-box{
	padding:90px 0 200px;
}

.mq-person-box .service-table-box{
	margin-bottom: 10px;
}

.mq-person-box .sub-tit{
	margin-bottom: 50px;
}

.mq-person-box .tit-box{
	height:85px;
	background: #efefef;
	line-height: 85px;
	cursor: pointer;
}

.mq-person-box .tit-box span{
	font-size: 24px;
}

.mq-person-box .tit-box .arrow{
	background: url(images/per-down.png) no-repeat center;
	width:20px;
	height:85px;
}
.mq-person-box .tit-box.cur .arrow{
	background: url(images/per-up.png) no-repeat center;
}
.mq-person-box .service-table{
	width:100%;
	padding-bottom: 90px;
	/*display: none;*/
}

.mq-person-box .service-table table{
	width:100%;
}
.mq-person-box .service-table table th{
	text-align: left;
	border-bottom:1px solid #e5e5e5;
	font-size: 18px;
	color:#333;
	font-weight: bold;
	height:92px;
	/*line-height: 92px;*/
}

.mq-person-box .service-table table td{
	font-size: 16px;
	height:76px;
	/*line-height: 76px;*/
	border-bottom:1px solid #e5e5e5;
}

.mq-person-box .service-table table td.num,
.mq-person-box .service-table table td.tel{
	font-family: arial;
}

/***********network end**********/

.mq-service-box{
	padding:110px 0 150px;
}

.mq-service-box .system{
	margin:50px 0 0;
	width:100%;
	height:446px;
}

.mq-service-box .system .system-img{
	width:414px;
	/*height:446px;*/
	position: absolute;
	left:440px;
	/*top:0;*/
	z-index: 2;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	top:-50px;
	transition:all .3s;
}
.mq-service-box .system .system-img.on{
	top: 0;
}
.mq-service-box .system .system-img img{
	width:100%;
	/*height:100%;*/
}
.mq-service-box .system .content-box{
	/*position: absolute;*/
	position: relative;
	padding-top:30px;
}
.mq-service-box .system .content-box .line{
	position: absolute;
	width:0;
	height:1px;
	background: #cecece;
}
.mq-service-box .system .content-box h4{
	font-weight: normal;
	font-size: 30px;
	color:#1f3d9e;
	line-height: 50px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	top:0px;
}

.mq-service-box .system .content-box .text{
	font-size: 16px;
	color:#666;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	top:0px;
}
.mq-service-box .system .content-box1{
	width:390px;
	left:0;
	top:2px;
	text-align: right;
	padding-right:240px;
}
.mq-service-box .system .content-box1 h4{
	animation-delay:0.05s;
	-webkit-animation-delay:0.05s;
}
.mq-service-box .system .content-box1 .text{
	animation-delay:0.25s;
	-webkit-animation-delay:0.25s;
}
.mq-service-box .system .content-box2 h4{
	animation-delay:0.75s;
	-webkit-animation-delay:0.75s;
}
.mq-service-box .system .content-box2 .text{
	animation-delay:0.95s;
	-webkit-animation-delay:0.95s;
}
.mq-service-box .system .content-box3 h4{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.mq-service-box .system .content-box3 .text{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.mq-service-box .system .content-box4 h4{
	animation-delay:1.9s;
	-webkit-animation-delay:1.9s;
}
.mq-service-box .system .content-box4 .text{
	animation-delay:2.2s;
	-webkit-animation-delay:2.2s;
}





.mq-service-box .system .content-box1 .line{
	top:2px;
	right:0;
}
.mq-service-box .system .content-box2{
	float:right;
	width:300px;
	margin-top: -24px;
	padding-left: 200px;
}

.mq-service-box .system .content-box2 .line{
	top:0;
	left: 0;
}

.mq-service-box .system .content-box2 .text p{
	float:left;
	margin-right: 50px;
	background: url(images/circle.png) no-repeat left center;
	padding-left: 10px;
}

.mq-service-box .system .content-box3{
	width:375px;
	margin-top: 53px;
	float:left;
	margin-left: 15px;
	text-align: right;
	padding: 30px 135px 0 0;
}

.mq-service-box .system .content-box3 .line{
	top:0;
	right:0;
}

.mq-service-box .system .content-box3 li{
	line-height: 39px;
	font-size: 16px;
	color:#666;
}
.mq-service-box .system .content-box3 li.third{
	/*margin:-5px 0 0;*/
}
.mq-service-box .system .content-box3 li p{
	float:right;
	width:68px;
	margin-left: 34px;
	text-align: center;
}
.mq-service-box .system .content-box3 p.on{
	margin-left: 0;
}
.mq-service-box .system .content-box3 .text{
	width:375px;
	height:126px;
	margin:5px 0 0;
}
.mq-service-box .system .content-box4{
	float:right;
	width:300px;
	margin:38px 0 0;
	padding:30px 0 0 90px;
}

.mq-service-box .system .content-box4 .line{
	top:0;
	left:0;
}

.mq-service-box .system .content-box4 .text p{
	float:left;
	margin-right: 33px;
	background: url(images/circle.png) no-repeat left center;
	padding-left: 12px;
}

.mq-service-box .system .content-box4 .text p.on{
	margin-right: 0;
}

.mq-feature-box{
	width:100%;
	height:650px;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.mq-feature-box .bg{
	width:100%;
}
.mq-feature-box img{
	width: 100%;
}

.mq-feature-box .feature{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.mq-feature-box .feature .w1200{
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-600px;
}

.mq-feature-box .feature .sub-tit{
	color:#fff;
	margin-bottom: 40px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-feature-box .feature-text{
	font-size: 20px;
	color:#fff;
	/*width:715px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.mq-feature-box .feature .text span{
	/*font-family: arial;*/
}
.mq-feature-box .feature .text2{
	margin-top:20px;
	line-height: 44px;
}
.mq-feature-box .feature .text2 p{
	/*float:left;*/
	margin-right: 35px;
}
.mq-feature-content{
	width:100%;
	/*height:567px;*/
	background: #095997;
	overflow: hidden;
	min-width: 1200px;
}
/*.mq-feature-content .bg{
	width: 100%;
}*/
.mq-feature-content .feature-content{
	/*position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;*/
}
.mq-feature-content ul{
	width:1220px;
	/*height:567px;*/
}
.mq-feature-content li{
	float:left;
	width:219px;
	border-left: 1px solid #3553a9;
	height:477px;
	text-align: center;
	padding: 90px 40px 0;
	position: relative;
	transition:background .3s linear;
	left:0px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}
.mq-feature-content li:nth-child(2){
	animation-delay:.3s;
	-webkit-animation-delay:.3s;
}
.mq-feature-content li:nth-child(3){
	animation-delay:.6s;
	-webkit-animation-delay:.6s;
}
.mq-feature-content li:nth-child(4){
	animation-delay:.9s;
	-webkit-animation-delay:.9s;
}
.mq-feature-content li.last{
	border-right:1px solid #3553a9;
}
.mq-feature-content li .tit{
	font-size: 28px;
	color:#fff;
	line-height: 64px;
}

.mq-feature-content li .content{
	font-size: 16px;
	color:#d3dcf5;
	line-height: 38px;
	margin-bottom: 45px;
}

.mq-feature-content li .icon-box{
	width:128px;
	height: 128px;
	background: url(images/icon-bg.png) no-repeat center;
	margin:0 auto;
	line-height: 128px;
}

.mq-feature-content li:hover{
	background: #095997;
}
/***********policy end**********/

.mq-contact-box{
	/*position: absolute;
	left:0;
	top:0;
	width:100%;*/
	padding:200px 0 140px;
	/*background-size: 100% auto;*/
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #f9f9f9;
}

.mq-contact-box .contact{
	/*position: absolute;
	left:0;
	top:50%;
	width:100%;
	height:440px;
	margin-top:-180px;*/
}

.mq-contact-box .contact h3{
	font-size: 40px;
	color:#1f3d9e;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}

.mq-contact-box .contact .contact-content-box .add-box{
	color:#666;
	font-size: 18px;
	margin:70px 0 0;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}

.mq-contact-box .contact .contact-content-box .add-box .add{
	margin-right: 45px;
}

.mq-contact-box .contact .contact-content-box .add-box .position{
	background: url(images/position.png) no-repeat left center;
	padding-left: 34px;
	color:#666;
	transition:all .3s linear;
}
.mq-contact-box .contact .contact-content-box .add-box .position:hover{
	color:#1f3d9e;
}
.mq-contact-box .contact .contact-content{
	margin:50px 0 0;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-contact-box .contact1{
	width:230px;
}
.mq-contact-box .divide{
	float:left;
	width:1px;
	height:163px;
	background: #d6d6d6;
}
.mq-contact-box .content{
	font-size: 18px;
	color:#666;
	margin-bottom: 30px;
	font-family: arial;
}

.mq-contact-box .content .num{
	font-family: arial;
	/* font-size: 30px; */
	color:#1f3d9e;
	/* line-height: 32px; */
}

.mq-contact-box .content .arial{
	font-family: arial;
}

.mq-contact-box .contact2{
	margin: 0 40px;
}

.mq-contact-box .contact3{
	width:410px;
}

.mq-contact-box .contact3 .content{
	float:left;
	margin-right: 90px;
}

.mq-contact-box .contact3 .content.on{
	/*margin-right:0;*/
}
.contact-list{
	margin:40px 0 0;
}
.contact-list ul{
	/*width: 1201px;*/
}
.contact-list li{
	position: relative;
	/*float: left;*/
	width: 600px;
	padding-right: 40px;
	margin-bottom: 70px;
}
.contact-list li h4{
	font-size: 26px;
	color:#1f3d9e;
	font-weight: normal;
}
.contact-list li .txt-box{
	margin:35px 0 0;
}
.contact-list li .txt-box .txt{
	font-size: 18px;
	color:#666;
}
.contact-list li .txt-box .position{
	/* background: url(images/position.png) no-repeat left center; */
	/* padding-left: 35px; */
	font-size: 18px;
	color:#666;
	/* transition:all .3s linear; */
}
.contact-list li .txt-box .position:hover{
	/* color:#1f3d9e; */
}
.contact-list li .con{
	margin:40px 0 0;
}
.contact-list li .con .tit{
	font-size: 18px;
	color:#666;
}
.contact-list li .con .content{
	margin-bottom: 0;
}
.contact-list li .con .tel-box .content{
	/* font-size: 20px; */
	color:#1f3d9e;
	font-family: arial;
	line-height: 40px;
}
.contact-list li .mail-box{
	margin-left: 40px;
}
.contact-list li i{
	position: absolute;
	right:0;
	top:50%;
	width: 1px;
	height: 218px;
	margin-top: -109px;
	background: #d5d6d7;
}
.contact-list li.on{
	padding:0 0 0 80px;
	width: 520px;
}
.contact-list li.on i{
	display: none;
}
.contact-list li.cur i{
	display: none;
}

.in-info .contact-list li h4{
	font-size: 24px;
}
.in-info .contact-list li .txt-box .txt{
	font-size: 16px;
}
.in-info .contact-list li .txt-box .position{
	font-size: 16px;
}
.in-info .contact-list li .con .tit{
	font-size: 16px;
}
.in-info .contact-list li .con .tel-box .content{
	/* font-size: 14px; */
}
.in-info .contact-list li .con .content{
	line-height: 36px;
}
/*.mq-contact-box{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.mq-contact-box .contact{
	position: absolute;
	left:0;
	top:50%;
	width:100%;
	height:440px;
	margin-top:-180px;
}

.mq-contact-box .contact h3{
	font-size: 40px;
	color:#1f3d9e;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	/*position: relative;*/
	/*top:50px;*/
/*}*/

/*.mq-contact-box .contact .contact-content-box .add-box{
	color:#666;
	font-size: 18px;
	margin:70px 0 0;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	/*position: relative;*/
	/*top:50px;*/
/*}*/

/*.mq-contact-box .contact .contact-content-box .add-box .add{
	margin-right: 45px;
}

.mq-contact-box .contact .contact-content-box .add-box .position{
	background: url(images/position.png) no-repeat left center;
	padding-left: 34px;
	color:#666;
	transition:all .3s linear;
}
.mq-contact-box .contact .contact-content-box .add-box .position:hover{
	color:#1f3d9e;
}
.mq-contact-box .contact .contact-content{
	margin:50px 0 0;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	/*position: relative;*/
	/*top:50px;*/
/*}
.mq-contact-box .contact1{
	width:264px;
}
.mq-contact-box .divide{
	float:left;
	width:1px;
	height:163px;
	background: #d6d6d6;
}
.mq-contact-box .content{
	font-size: 18px;
	color:#666;
	margin-bottom: 30px;
}

.mq-contact-box .content .num{
	font-family: arial;
	font-size: 30px;
	color:#1f3d9e;
	line-height: 32px;
}

.mq-contact-box .content .arial{
	font-family: arial;
}

.mq-contact-box .contact2{
	margin: 0 79px 0 70px;
}

.mq-contact-box .contact3{
	width:530px;
}

.mq-contact-box .contact3 .content{
	float:left;*/
	/*margin-right: 90px;*/
/*	width: 245px;
}
.mq-contact-box .contact3 .content.on{
	margin-right:0;
}*/

/************contact end***********/
.mq-idea-box{
	width:100%;
	min-width: 1200px;
	height:400px;
}
.mq-idea-box .idea{
	padding:80px 0 0;
	width:580px;
	/*opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	left:-50px;*/
}
.mq-idea-box .idea .sub-tit{
	position: relative;
	/*top:35px;*/
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}
.mq-idea-box .idea .th-tit{
	font-size: 30px;
	color:#666;
	line-height: 40px;
	margin:25px 0 15px;
	position: relative;
	/*top:35px;*/
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}

.mq-idea-box .idea .content{
	font-size: 16px;
	color:#666;
	line-height: 30px;
	position: relative;
	/*top:35px;*/
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	/*opacity: 0;
	filter: alpha(opacity=0);*/
}

/* .mq-idea-box .idea-img{
	position: absolute;
	right:-215px;
	top:0;
	width:730px;
	height:376px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.mq-idea-box .idea-img img{
	width:100%;
	height:100%;
} */

.mq-material-box{
	width:100%;
	height:750px;
	min-width: 1200px;
}
.mq-material-box .con-box{
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	/*height:100%;*/
}
.mq-material-box .content-box{
	width:1020px;
}

.mq-material-box .sub-tit{
	color: #fff;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-material-box .content{
	font-size: 20px;
	color:#fff;
	line-height: 40px;
	margin:10px 0 0;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.mq-material-box .content-box .btn{
	width: auto;
    padding: 9px 35px;
    height: 43px;
    line-height: 43px;
    margin-top:30px;
    font-size: 20px;
    border: 1px solid #fff;
    /* display: block; */
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: relative;
    background: url(images/iban-btn1.png) center repeat;
    display:inline-block;
}
.mq-solution-box{
	padding:90px 0 165px;
	background: #fafafa;
	position: relative;
	z-index: 33;
}

.mq-solution-box .sub-tit{
	line-height: 60px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}

.mq-solution-box .solution-img{
	width:100%;
	margin:75px 0 40px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
	background: url(images/solution-img.jpg) no-repeat center top;
	height: 298px;
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}
.mq-solution-box .solution-img img{
	width:100%;
	height:100%;

}
.mq-solution-box .solution-text{
	font-size: 18px;
	color:#666; 
	height:38px;
	line-height: 54px;
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-solution-box .solution-text p{
	float:left;
}
.mq-solution-box .solution-text .one{
	background: url(images/1.png) no-repeat left 0;
	padding-left: 30px;
	margin-right: 65px;
}
.mq-solution-box .solution-text .two{
	background: url(images/2.png) no-repeat left 0;
	padding-left: 46px;
	margin-right: 70px;
}
.mq-solution-box .solution-text .three{
	background: url(images/3.png) no-repeat left 0;
	padding-left: 42px;
	margin-right: 50px;
}
.mq-solution-box .solution-text .four{
	background: url(images/4.png) no-repeat left 0;
	padding-left: 43px;
}
.mq-test-box{
	position: relative;
	z-index: 33;
}
.mq-testdtl-box{
	width:100%;
	/*height:530px;*/
	background: #fafafa;
	position: relative;
	z-index: 22;
}
.mq-testdtl-box ul{
	width:1220px;
}
.mq-testdtl-box li{
	float:left;
	width:214px;
	height:430px;
	border-left:1px solid #e1e1e1;
	border-right: 1px solid transparent;
	padding:100px 42px 0;
	position: relative;
	transition:background .3s linear,box-shadow .3s linear,border .3s linear;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	/*left:50px;*/
}
.mq-testdtl-box li:nth-child(2){
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}
.mq-testdtl-box li:nth-child(3){
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.mq-testdtl-box li:nth-child(4){
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
}
.mq-testdtl-box li h3{
	font-size: 24px;
	color:#333;

	margin-bottom: 20px;
	line-height: 38px;
}
.mq-testdtl-box li.first{
	border-left-color:#e1e1e1;
}
.mq-testdtl-box li.last{
	border-right:1px solid #e1e1e1;
}
.mq-testdtl-box li .content{
	font-size: 16px;
	color:#666666;
	line-height: 40px;
}
.mq-testdtl-box li:hover{
	z-index: 33;
	border-left:1px solid #e1e1e1;
	/**border-left:1px solid transparent;*/
	border-right:1px solid #e1e1e1;
	*border-right:1px solid transparent;
	background: #fff;
	box-shadow: 0 0 20px 10px #eeeeee;
}
.mq-testdtl-box li.last:hover{
	*border-right:1px solid #e1e1e1;
}
.mq-testdtl-box li.trans{
	border-right-color:transparent;
}
/***********idea end***********/

.mq-people-box{
	width:100%;
	/*height:240px;*/
	padding:80px 0;
}

.mq-people-box .people-content{
	width:665px;
	padding-top: 8px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*left:-50px;*/
}

.mq-people-box .people-content .content{
	font-size: 20px;
	color:#666;
	line-height: 40px;
	margin:10px 0 0;

}

.mq-people-box .prople-img{
	width:330px;
	/*height:225px;*/
	margin-right: 17px;
	position: relative;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	/*right:-50px;*/
}

.mq-people-box .prople-img img{
	width:100%;
}

.mq-global-box{
	width:100%;
	height:750px;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.mq-global-box .global{
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	margin-top: -175px;
}
.mq-global-box .global .tit-box{
	width:580px;
}
.mq-global-box .global .sub-tit{
	color:#fff;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-global-box .global .tit-desc{
	font-size: 20px;
	color:#fff;
	line-height: 40px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	margin-top: 10px;
}
.mq-global-box .global .content-box{
	margin:55px 0 0;
}
.mq-global-box .global .item{
	width:550px;
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
	padding-top: 40px;
	border-top:2px solid #fff;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
}
.mq-global-box .global .china-text,
.mq-global-box .global .global-text{
	width:455px;
	font-size: 16px;
	color:#fff;
	padding-left:95px;
	min-height: 60px;
}

.mq-global-box .global .china-text{
	background: url(images/china.png) no-repeat left 0;
}

.mq-global-box .global .global-text{
	background: url(images/global.png) no-repeat left 0;
}
.mq-global-box .global .item.cn-box{
	left:0px;
}

.mq-global-box .global .item.glo-box{
	right:0px;
}
.mq-input-box{
	position: relative;
	background: #095997;
	width:100%;
	min-width: 1200px;
	/*height:690px;*/
	height: 480px;
	overflow:hidden;
	background:url(images/input-bg.jpg) no-repeat center\9;
}
.mq-input-box .wave{
	position: absolute;
	z-index:0;
	
	top:0px;
	
	background:#095997;
}

.mq-input-box .input{
	position: absolute;
	left:0;
	top:50%;
	width:100%;
	height:447px;
	/*margin-top: -260px;*/
	margin-top: -150px;
}
.mq-input-box .input .txt-box{
	width:880px;
}
.mq-input-box .input .sub-tit{
	color:#fff;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/

	margin-bottom: 10px;
}
.mq-input-box .input .text{
	font-size: 20px;
	color:#fff;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
		animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}
.mq-input-box .input .count-box{
	margin:45px 0 0;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
		animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
}
.mq-input-box .item{
	float:left;
	color:#fff;
	font-size: 0;
	text-align: center;

}
.mq-input-box .item .num{
	
	font-family: arial\9;
	/*[font-family: arial;*/
	font-family: "BebasNeueBook";
	font-size: 145px;
	font-size: 80px\9;
	/*[font-size: 80px;*/
	height: 130px;
	line-height: 130px;
	text-transform: uppercase;
}
/*.mq-input-box .item .num p{
	display: inline\9;
	display: inline-block;
	zoom:1;
	font-size: 145px;
	font-size: 80px\9;
}*/
.mq-input-box .item .num em{
	display: inline\9;
	display: inline-block;
	zoom:1;
	font-size: 70px;
	line-height: 70px;
	font-style: normal;
}
/*.mq-input-box .item .num p span{
	line-height: 130px\9;
}*/
.mq-input-box .item .num #num1{
	display: inline\9;
	/*[display: inline;*/
	display: inline-block;
	zoom:1;
	/*font-size: 145px;
	font-size: 80px\9;*/
	/*[font-size: 80px;*/
}
.mq-input-box .item .desc{
	font-size: 14px;
	text-align: center;
	margin:0 auto;
}

.mq-input-box .divide{
	width:1px;
	height:140px;
	background: #3553a9;
	float:left;
	margin:10px 0 0;
}

.mq-input-box .item1{
	width:200px;
	margin-right: 60px;
}
.mq-input-box .item2{
	width:160px;
	margin:0 65px 0 50px;
}
.mq-input-box .item3{
	width:220px;
	margin:0 70px 0 65px;
}
.mq-input-box .item4{
	margin-left: 65px;
}
.mq-input-box .item4 .desc{
	width:190px;
}

.mq-product-box{
	width:100%;
	/*height:395px;*/
	padding:90px 0;
}

.mq-product-box .sub-tit{
	margin-bottom: 10px;
	position: relative;
	/*top:35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}

.mq-product-box .desc{
	font-size: 20px;
	color:#666;
	width:660px;
	line-height: 40px;
	position: relative;
	/*top:35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}
.mq-product-box .tech-step-box{
	margin:50px 0 0;
	position: relative;
	height: 200px;
	background: url(images/xxfimg2.jpg) no-repeat center top;
	/*top:35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}

.mq-product-box .tech-step-box .step{
	float:left;
	margin-top: 150px;
}
.mq-product-box .tech-step-box .step1{
	width:90px;
}
.mq-product-box .tech-step-box .step2{
	width:90px;
}
.mq-product-box .tech-step-box .step3{
	width:115px;
}
.mq-product-box .tech-step-box .step4{
	width:222px;
}
.mq-product-box .tech-step-box .step5{
	width:85px;
}
.mq-product-box .tech-step-box .divide{
	float:left;
	height:14px;
	/*background: url(images/tech-line.png) repeat-x center;*/
	position: relative;
}
.mq-product-box .tech-step-box .divide i{
	position: absolute;
	top:50%;
	left:0;
	*left:50%;
	width:10px;
	height:13px;
	background:url(images/tech-arrow.png) no-repeat left center;
	margin-top: -6px;
	*margin-left:-5px;
	opacity: 0;
	animation:arrowMove 3s linear infinite 2s;
	-moz-animation:arrowMove 3s linear infinite 2s;
	-webkit-animation:arrowMove 3s linear infinite 2s;
	-o-animation:arrowMove 3s linear infinite 2s;
	-ms-animation:arrowMove 3s linear infinite 2s;
}
.mq-product-box .tech-step-box .divide1{
	width: 155px;
	margin: 76px 15px 0 20px;
}

.mq-product-box .tech-step-box .divide2{
	width:150px;
	margin: 76px 15px 0 10px;
}
.mq-product-box .tech-step-box .divide3{
	width:100px;
	margin: 76px 8px 0 15px;
}
.mq-product-box .tech-step-box .divide4{
	width:85px;
	margin: 76px 10px 0 15px;
}
.mq-product-box .tech-step-box .step .icon{
	height:154px;
	line-height: 154px;
}
.mq-product-box .tech-step-box .step .text{
	font-size: 16px;
	color:#666;
	text-align: center;
	margin:15px 0 0;
}
@keyframes arrowMove
{
	0%{left:0%; opacity:0;}
	10%{left:10%; opacity:1;}
	90%{left:90%; opacity:1;}
	100%{left:100%;opacity:0;}
}
@-moz-keyframes arrowMove /* Firefox */
{
	0%{left:0%; opacity:0;}
	10%{left:10%; opacity:1;}
	90%{left:90%; opacity:1;}
	100%{left:100%;opacity:0;}
}
@-webkit-keyframes arrowMove /* Safari and Chrome */
{
	0%{left:0%; opacity:0;}
	10%{left:10%; opacity:1;}
	90%{left:90%; opacity:1;}
	100%{left:100%;opacity:0;}
}
@-o-keyframes arrowMove /* Opera */
{
	0%{left:0%; opacity:0;}
	10%{left:10%; opacity:1;}
	90%{left:90%; opacity:1;}
	100%{left:100%;opacity:0;}
}

.mq-tab-box{
	width:100%;
	min-width: 1200px;
}
.mq-tab-box .tab-btns{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:70px;
	/*border-bottom:1px solid #263239;*/
	z-index: 70;
}
.mq-tab-box .tab-btns.cut{
	position: fixed;
	left: 0;
	top: 0;
	/*background-color: #34509d;*/
	background-color:#1d3c91;
	/*border-color: #687db6;*/
}

.mq-tab-box .tab-btns a{
	position: relative;
	float:left;
	width:238px;
	height:70px;
	background: url(images/trans-bg.png) no-repeat center;
	text-align: center;
	color:#fff;
	font-size: 21px;
	line-height: 70px;
	transition:background .3s linear;
}
.mq-tab-box .tab-btns em{
	position: absolute;
	left:0;
	top:0;
	width:1px;
	height:69px;
	background: url(images/border.png) no-repeat left center;
}
.mq-tab-box .tab-btns .trans-border{
	position: absolute;
	left:0;
	bottom:-1px;
	width:100%;
	height:2px;
	background: url(images/white.png) repeat-x;
	z-index: 30;
}
.mq-tab-box .tab-btns em.right{
	left:auto;
	right:0;
	top:0;
}
.mq-tab-box .tab-btns.cut a{
	/*background: #1d3c92;*/
}

.mq-tab-box .tab-btns.cut a.last{
	border:none;
}
.mq-tab-box .tab-btns.cut a.cur,
.mq-tab-box .tab-btns.cut a:hover{
	background: #1d3082;
}

.mq-tab-box .tab-btns a i{
	position: absolute;
	left: 50%;
	bottom:-5px;
	width:10px;
	height:10px;
	background: url(images/traffic2-point1.png) no-repeat center;
	transition:background .3s linear;
}
.mq-tab-box .tab-btns a i em{
	width:1px;
	height:69px;
	background: url(images/border.png) no-repeat left center;
}
/*.mq-tab-box .tab-btns a.last{
	border-right:1px solid #263239;
}*/

.mq-tab-box .tab-btns a:hover,
.mq-tab-box .tab-btns a.cur{
	background: url(images/blue2.png) no-repeat center;
}
.mq-tab-box .tab-btns a:hover i,
.mq-tab-box .tab-btns a.cur i{
	background: url(images/traffic2-point.png) no-repeat center;
}
/*.mq-tab-box .tab-btns.on1{
	border-color:#636157;
}*/
/*.mq-tab-box .tab-btns.on1 a{
	border-color:#636157;
}*/

.mq-tab-box .tab-main{
	width:100%;
}
.mq-tab-box .tab-main .tab-item{
	display: none;
}
.mq-tab-box .tab-banner{
	width:100%;
	height:750px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	z-index: 33;
}
.mq-tab-box .tab-banner .con{
	position: absolute;
	left: 0;
	top:0;
	padding-top: 290px;
	width: 100%;
}
.mq-tab-box .tab-banner .sub-tit{
	color:#fff;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
	position: relative;
	/*top:35px;*/
	/*text-transform: capitalize;*/
	margin-bottom: 15px;
}
.mq-tab-box .tab-banner .con-text{
	color:#fff;
	line-height: 40px;
	font-size: 20px;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
	position: relative;
	/*top:35px;*/
}
.mq-tab-box .function-box{
	padding:90px 0 105px;
	background: #095997;
}
.mq-tab-box .function-box .sub-tit{
	color:#fff;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
	position: relative;
	/*top:35px;*/
}
.mq-tab-box .function-box  .desc{
	color: #fff;
	font-size: 20px;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
	position: relative;
	/*top:35px;*/
}
.mq-tab-box .function-box .list-box{
	margin:50px 0 0;
}
.mq-tab-box .function-box .list {
	width:1200px;
	overflow: hidden;
	padding-bottom: 43px;
	margin-bottom: 40px;
	border-bottom:1px solid #294aa4;
/*	opacity: 0;
	filter:alpha(opacity=0);*/
	position: relative;
	/*top:35px;*/
}
.mq-tab-box .function-box .list ul{
	width:1272px;
}
.mq-tab-box .function-box .list li{
	float:left;
	width:353px;
	height:230px;
	border-right: 1px solid #294aa4;
	margin-right: 70px;
	padding-bottom: 30px;
	position: relative;
}
.mq-tab-box .function-box .list .list-tit{
	color:#fff;
	font-size: 24px;
	margin-bottom: 12px;
}
.mq-tab-box .function-box .list .line{
	width:43px;
	height:1px;
	background: #fff;
	margin-bottom: 10px;
}

.mq-tab-box .function-box .list .list-content{
	color:#d3dcf5;
	font-size: 16px;
	line-height: 32px;
	width:300px;
}
.mq-tab-box .function-box .list .icon{
	position: absolute;
	right:25px;
	bottom:0;
	width:64px;
	/*height:61px;*/
	text-align: center;
/*	line-height: 61px;*/
}
.mq-tab-box .function-box .list .icon img{
	width: 100%;
	vertical-align: top;
}
.mq-tab-box .function-box .advantage{
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	width:765px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-module-content{
	width:100%;
	/*height:567px;*/
}
.mq-module-content ul{
	width:1220px;
}
.mq-module-content li{
	width:229px;
	height: 502px;
	border-left:1px solid #324a9a;
	padding:65px 35px 0;
	float:left;
	transition:background .3s linear,box-shadow .3s linear;
	position: relative;
	/*left:50px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}
.mq-module-content li.last{
	border-right:1px solid #324a9a;
}
.mq-module-content .tit{
	font-size: 24px;
	color:#fff;
	line-height: 35px;
	margin:20px 0;
}
.mq-module-content .content{
	color:#d3dcf5;
	font-size: 16px;
}
.mq-module-content li:hover{
	background: #095997;
	position: relative;
	z-index: 33;
	box-shadow: 0 20px 20px #1a3691;
}
.mq-tab-box .function-box.base-content-box{
	padding:110px 0 120px;
}
.mq-tab-box .function-box.base-content-box .list-box{
	margin:0;

}
.mq-tab-box .function-box.base-content-box .list{
	padding-bottom:29px;
	position: relative;
	/*top:35px;*/
	/*opacity: 0;
	filter:alpha(opacity=0);*/
}
.mq-tab-box .function-box.base-content-box .list li{
	height:130px;
	padding-bottom: 30px;
}
.mq-tab-box .function-box.base-content-box .list.last{
	margin:0;
}
.mq-tab-box .function-box.design-box .list-box{
	width:1200px;
	overflow: hidden;
	position: relative;
}
.mq-tab-box .function-box.design-box .list li{
	width:380px;
	margin-right: 40px;
}

.mq-tab-box .function-box.design-box .list li .list-content{
	width:340px;
}

.mq-tab-box .function-box.design-box .text{
	position: absolute;
	right:25px;
	bottom:-37px;
	font-size: 54pc;
	color:#fff;
	font-size: 0;
	line-height: 60px;
}

.mq-tab-box .function-box.design-box .text span{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 16px;
}
.mq-tab-box .function-box.design-box .text.temp{
	font-family: "BebasNeueBook";
	font-size: 54px;
	bottom:-20px;
}
.mq-tab-box .function-box.design-box .text.temp span{
	vertical-align: middle;
}
.mq-tab-box .function-box.design-box .text span.num{
	font-family: "BebasNeueBook";
	font-size: 54px;
	margin-right: 8px;
}
.mq-tab-box .design-box .list .icon{
	bottom:-17px;
}
.mq-tab-box .function-box.design-box .temp span.num{
	margin-right: 0;
}
.mq-tab-box .function-box.design-box .temp span.img{
	width: 24px;
	*margin-right: 5px;
}

.mq-tab-box .circle-box .con-text{
	margin:10px 0 0;
}
.mq-tab-box .circle-content-box{
	padding:90px 0 100px;
	background: #fafafa;
	min-width: 1200px;
}
/*.mq-tab-box .circle-content-box .circle-text-box{
	width:100%;
	padding-bottom:60px;
	margin-bottom:50px;
	border-bottom:1px solid #ededed;
}*/
.mq-tab-box .circle-content-box .circle-text{
	width:740px;
	position: relative;
	z-index: 33;
}
.mq-tab-box .circle-box .circle-content-box .tit{
	font-size: 28px;
	color:#333;
	line-height: 50px;
	margin-bottom: 20px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-tab-box .circle-box .circle-content-box .circle-txt{
	font-size: 16px;
	color:#666;
	line-height: 32px;
/*	opacity: 0;
	filter: alpha(opacity=0);*/
	position: relative;
	/*top:50px;*/
}
.mq-tab-box .circle-box .circle-content-box .circle-txt p{
	padding-left: 17px;
	background: url(images/disc.png) no-repeat left;
}

.mq-tab-box .circle-content-box .circle-img-box{
	width:900px;
	height:900px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	/*top:35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}
.mq-tab-box .circle-content-box .circle-bg{
	width:710px;
	height:710px;
	position: absolute;
	left:50%;
	top:50%;
	margin:-355px 0 0 -355px;
	animation:rotate 20s infinite linear;
	-webkit-animation:rotate 20s infinite linear;
	-ms-animation:rotate 20s infinite linear;
	-o-animation:rotate 20s infinite linear;
	-moz-animation:rotate 20s infinite linear;
	text-align: center;
}
.mq-tab-box .circle-content-box .circle-bg img{
	width:100%;
	/*height:100%;*/
}
.mq-tab-box .circle-content-box .circle-img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align: center;
}
.mq-tab-box .circle-content-box .circle-img img{
	width:100%;
	/*height:100%;*/
}
.mq-tab-box .cyclic-box{
	position: absolute;
	left:50%;
	top:50%;
	width:270px;
	height:270px;
	margin:-135px 0 0 -135px;
}

.mq-tab-box  .cyclic-box .cyclic-bg{
	width:100%;
	height:100%;
	animation:rotate 20s infinite linear;
	-webkit-animation:rotate 20s infinite linear;
	-ms-animation:rotate 20s infinite linear;
	-o-animation:rotate 20s infinite linear;
	-moz-animation:rotate 20s infinite linear;
}

.mq-tab-box .cyclic-box .cyclic-bg img{
	width:100%;
}

.mq-tab-box  .cyclic-box .text{
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	line-height: 270px;
	font-size: 24px;
	color:#000;
	text-align: center;
}

.mq-tab-box .circle-content-box .line{
	width: 100%;
	height:1px;
	background: #ededed;
	margin:60px 0 50px;
	position: relative;
	z-index: 33;
	/*opacity: 0;
	filter: alpha(opacity=0);
	top:50px;*/
}
@-moz-keyframes rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-webkit-keyframes rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-ms-keyframes rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@keyframes rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

/*1366*768*/
/*联系我们*/
.in-info .mq-contact-box .contact h3{
	font-size: 34px;
}
.in-info .mq-contact-box .contact .contact-content-box .add-box,.in-info .mq-contact-box .content{
	font-size: 16px;
}
.in-info .mq-contact-box .content .num{
	/* font-size: 28px; */
}
/*服务方针*/
.in-info .mq-service-box .system .system-img{
	width: 390px;
	left: 451px;
}
.in-info .mq-service-box{
	padding: 60px 0 80px;
}
.in-info .mq-service-box .system .content-box3 li,
.in-info .mq-service-box .system .content-box .text{
	font-size: 14px;
}
.in-info .mq-service-box .system .content-box h4{
	font-size: 24px;
}
.in-info .mq-feature-box{
	height: 540px;
}
.in-info .mq-feature-box .feature .text2{
	margin-bottom: 10px;
}
.in-info .mq-feature-box .feature-text{
	font-size: 18px;
}
.in-info .mq-feature-box .feature .sub-tit{
	margin-bottom: 30px;
}
.in-info .mq-feature-content li .content{
	font-size: 14px;
	line-height: 36px;
}
.in-info .mq-feature-content li .tit{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}
.in-info .mq-feature-content li{
	padding: 60px 40px 0;
	height: 400px;
}
/*服务网络*/
.in-info .mq-agent-box{
	padding: 60px 0 0;
}
.in-info .mq-agent-box .sub-tit,.in-info .mq-person-box .sub-tit{
	margin-bottom: 30px;
}
.in-info .mq-person-box{
	padding: 60px 0 80px;
}
.in-info .mq-person-box .tit-box{
	height: 60px;
	line-height: 60px;
}
.in-info .mq-person-box .tit-box span{
	font-size: 18px;
}
.in-info .mq-person-box .service-table table th{
	height: 66px;
	font-size: 16px;
}
.in-info .mq-person-box .service-table table td{
	height: 50px;
	font-size: 14px;
}
.in-info .mq-person-box .tit-box .arrow{
	height: 60px;
}
.in-info .mq-person-box .service-table{
	padding-bottom: 60px;
}
/*备件查询*/
.in-info .mq-query{
	padding: 60px 0 80px;
}
.in-info .mq-query-box{
	padding: 60px 0 100px;
}
.in-info .mq-query-box .query-search-box{
	margin-top: 30px;
}
.in-info .query-list li{
	height: 260px;
}
.in-info .query-list li .tit{
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}
.in-info .query-list li .img{
	margin-top: 20px;
}
.in-info .mq-query-box .query-search-box{
	margin-top: 30px;
}
.in-info .mq-query-box .condition{
	font-size: 16px;
}
.in-info .mq-query-box .query-search input[type=text]{
	font-size: 14px;
}
.in-info .china{
	
	margin-top: -80px;
}
.in-info .mq-query .pool{
	right: 327px;
	bottom: 170px;
}
.in-info .china-box .built-box{
	
}

/*维修保养*/
.in-info .mq-download-box{
	padding: 60px 0 80px;
}
.in-info .mq-download-box .sub-tit{
	margin-bottom: 30px;
}
.in-info .mq-download-box .download li{
	height: 60px;
	line-height: 60px;
}
.in-info .mq-download-box .download li .text{
	font-size: 16px;
}
/*研发理念*/
.in-info .mq-idea-box{
	height: 360px;
}

.in-info .mq-idea-box .idea .th-tit{
	margin: 10px 0;
	font-size: 24px;
	line-height: 36px;
}
.in-info .mq-idea-box .idea .content{
	font-size: 14px;
	line-height: 24px;
}
.in-info .mq-material-box{
	height: 540px;
}
.in-info .mq-material-box .content{
	font-size: 16px;
	line-height: 28px;
}
.in-info .mq-solution-box{
	padding: 60px 0 80px;
}
.in-info .mq-solution-box .sub-tit{
	line-height: 50px;
}
.in-info .mq-solution-box .solution-text{
	font-size: 16px;
	width: 1070px;
	margin: 0 auto;
}
.in-info .mq-solution-box .solution-img{
	margin: 30px 0 20px;
	height: 220px;
	background: url(images/xxfimg1.jpg) no-repeat center top;
}
.in-info .mq-testdtl-box li h3{
	line-height: 36px;
	margin-bottom: 15px;
}
.in-info .mq-testdtl-box li{
	padding: 60px 42px 0;
	height: 360px;
}
.in-info .mq-testdtl-box li .content{
	font-size: 14px;
	line-height: 36px;
}

/*研发资源*/
.in-info .mq-people-box .prople-img{
	width: 300px;
}
.in-info .mq-people-box{
	padding: 60px 0;
}
.in-info .mq-people-box .people-content .content{
	font-size: 18px;
	line-height: 36px;
}
.in-info .mq-global-box{
	height: 540px;
}
.in-info .mq-global-box .global .tit-desc{
	font-size: 18px;
	line-height: 36px;
}
.in-info .mq-global-box .global .content-box{
	margin: 30px 0 0;
}
.in-info .mq-global-box .global .item{
	padding-top: 20px;
}
.in-info .mq-global-box .global .china-text,.in-info .mq-global-box .global .global-text{
	font-size: 14px;
}
.in-info .mq-input-box .input .text{
	font-size: 18px;
	line-height: 36px;
}
.in-info .mq-input-box .item .num{
	font-size: 100px;
	height: 100px;
	line-height: 100px;
}
.in-info .mq-input-box .item .num em{
	font-size: 50px;
	line-height: 50px;
}
.in-info .mq-input-box .input{
	height: 350px;
	/*margin-top: -190px;*/
	margin-top: -140px;
}
.in-info .mq-input-box{
	/*height: 540px;*/
	height: 440px;
}
/*研发实践*/
.in-info .mq-tab-box .tab-banner{
	height: 540px;
}
.in-info .mq-tab-box .tab-banner .con{
	padding-top: 200px;
}
.in-info .mq-tab-box .tab-btns{
	height: 50px;
}
.in-info .mq-tab-box .tab-btns a{
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.in-info .mq-tab-box .tab-btns em{
	height: 49px;
}
.in-info .mq-tab-box .tab-banner .con-text{
	font-size: 16px;
	line-height: 28px;
}
.in-info .mq-tab-box .tab-banner .sub-tit{
	line-height: 50px;
}
.in-info .mq-tab-box .function-box.base-content-box{
	padding: 60px 0;
}
.in-info .mq-tab-box .function-box .list .list-tit{
	font-size: 20px;
}
.in-info .mq-tab-box .function-box .list .list-content{
	font-size: 14px;
	line-height: 28px;
}
.in-info .mq-tab-box .function-box.base-content-box .list li{
	height: 100px;
}

.in-info .mq-tab-box .function-box{
	padding: 60px 0;
}
.in-info .mq-tab-box .function-box .sub-tit{
	line-height: 50px;
}
.in-info .mq-tab-box .function-box .list li{
	height: 180px;
}
.in-info .mq-tab-box .function-box.design-box .text span.num{
	font-size: 40px;
}
.in-info .mq-tab-box .function-box.design-box .temp span.img{
	width: 20px;
}
.in-info .mq-tab-box .function-box .list .icon{
	width: 54px;
}
.in-info .mq-tab-box .function-box .advantage{
	font-size: 14px;
	line-height: 28px;
}
.in-info .mq-module-content li{
	height: 420px;
}
.in-info .mq-module-content .tit{
	font-size: 20px;
	margin: 15px 0;
}
.in-info .mq-module-content .content{
	font-size: 14px;
	line-height: 28px;
}
.in-info .mq-tab-box .function-box .list-box{
	margin: 30px 0 0;
}
.in-info .mq-tab-box .circle-content-box{
	padding: 60px 0;
}
.in-info .mq-tab-box .circle-box .circle-content-box .tit{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 15px;
}
.in-info .mq-tab-box .circle-box .circle-content-box .circle-txt{
	font-size: 14px;
	line-height: 28px;
}
.in-info .mq-tab-box .circle-content-box .line{
	margin: 30px 0 20px;
}

.in-info .mq-tab-box .circle-content-box .circle-bg{
	width: 568px;
	height: 568px;
	margin: -284px 0 0 -284px;
}
.in-info .mq-tab-box .circle-content-box .circle-img-box{
	width: 720px;
	height: 725px;
}
.in-info .cyclic-box{
	width: 216px;
	height: 216px;
	margin: -120px 0 0 -100px;
}
.in-info .mq-tab-box .cyclic-box .text{
	font-size: 20px;
	line-height: 216px;
}
.in-info .mq-product-box{
	padding: 60px 0;
}
.in-info .mq-product-box .desc{
	font-size: 18px;
	line-height: 36px;
}
.in-info .mq-product-box .tech-step-box{
	margin: 30px 0 0;
}
.in-info .mq-product-box .sub-tit{
	margin-bottom: 0;
}
.in-info .mq-tab-box .function-box .list .list-content{
	width: 310px;
}
.in-info .mq-product-box .tech-step-box .step .text{
	font-size: 14px;
}
.in-info .mq-product-box .tech-step-box{
	background: url(images/xxfimg3.jpg) no-repeat center top;
}
.in-info .mq-product-box .tech-step-box .divide1{
	margin: 65px 15px 0 0;
}

.in-info .mq-product-box .tech-step-box .divide2{
	margin: 65px 15px 0 0;
}
.in-info .mq-product-box .tech-step-box .divide3{
	margin: 65px 8px 0 0;
}
.in-info .mq-product-box .tech-step-box .divide4{
	margin: 65px 10px 0 0;
}
.in-info .mq-product-box .tech-step-box .step{
	margin-top: 130px;
}
.in-info .mq-product-box .tech-step-box .divide2{
	width: 168px;
}
.in-info .mq-product-box .tech-step-box .divide4{
	width: 110px;
}
.in-info .mq-product-box .tech-step-box .step4{
	width: 210px;
}
.in-info .mq-product-box .tech-step-box{
	height: 170px;
}
.in-info footer .footer-top{
	padding: 60px 0 90px;
}
.in-info .footer-bottom{
	padding: 30px 0 60px;
}

/**************1450 end*************/

.type-wrap{
	position: absolute;
	left:50%;
	top:50%;
	width: 1200px;
	height:300px;
	margin:-150px 0 0 -600px;
}
.type-wrap .txt-box{
	width: 480px;
}
.type-wrap .txt-box .tit{
	font-size: 48px;
	color:#1e419f;
	line-height: 60px;
}
.type-wrap .txt-box .contnet{
	font-size: 16px;
	color: #35373b;
	line-height: 36px;
	margin:35px 0 0;
}
.type-wrap .divide{
	position: absolute;
	left:50%;
	top:50%;
	width:1px;
	height:262px;
	background: #dbdbdb;
	margin:-131px 0 0 40px;
}
.type-box .type{
	/*position: absolute;
	left:50%;
	top:50%;*/
	width:380px;
	/*height:416px;*/
	/*margin:-208px 0 0 -190px;*/
	text-align: center;
}
.type-box .type .type-tit{
	font-size: 36px;
	color:#35373b;
	line-height: 60px;
}
.type-box .type-list{
	margin-top: 35px;
}
.type-box .type-list a{
	display: block;
	width:100%;
	height:50px;
	line-height: 50px;
	font-size: 16px;
	color:#666666;
	border-radius: 25px;
	margin-bottom: 13px;
	border:1px solid #e0e0e0;
	background: #fff;
	transition:all .3s linear;
}
.type-box .type-list a:hover{
	background: #095997;
	color:#fff;
	border-color:#095997;
}

.in-info .type-wrap{
	width: 1100px;
	margin:-150px 0 0 -550px;
}
.in-info .type-wrap .txt-box{
	width: 490px;
}

.in-info .type-wrap .txt-box .tit{
	font-size: 40px;
	line-height: 50px;
}
.in-info .type-wrap .txt-box .contnet{
	font-size: 14px;
	line-height: 30px;
}
.in-info .type{
	width:350px;
}
.in-info .type .type-tit{
	font-size:32px;
}
/*.type-box .type{
	position: absolute;
	left:50%;
	top:50%;
	width:380px;
	height:416px;
	margin:-208px 0 0 -190px;
	text-align: center;
}
.type-box .type .type-tit{
	font-size: 36px;
	color:#35373b;
	line-height: 60px;
}
.type-box .type-list{
	margin-top: 80px;
}
.type-box .type-list a{
	display: block;
	width:100%;
	height:50px;
	line-height: 50px;
	font-size: 16px;
	color:#666666;
	border-radius: 25px;
	margin-bottom: 40px;
	border:1px solid #e0e0e0;
	background: #fff;
	transition:all .3s linear;
}
.type-box .type-list a:hover{
	background: #095997;
	color:#fff;
	border-color:#095997;
}*/
/***********type end************/

.calc{
	padding:170px 0 130px;
	width:1020px;
	margin:0 auto;
}
.calc .calc-tit{
	text-align: center;
	font-size: 36px;
	color:#35373b;
	line-height: 60px;
	margin-bottom: 20px;
}
.calc .calc-content .calc-sub-tit{
	font-size: 20px;
	color:#095997;
	line-height: 34px;
	margin-bottom: 25px;
	padding-left: 20px;
}
.calc .calc-content .input-box{
	overflow: hidden;
	margin-bottom: 15px;
	*margin-bottom: 30px;
}
.calc .calc-content .input-box.buy-box li{
	margin-bottom: 15px;
}
.calc .calc-content .input-box.other-box{
	margin-bottom: 0;
}
.calc .calc-content ul{
	width:1040px;
}
.calc .calc-content li{
	float:left;
	width:500px;
	margin:0 20px 0 0;
}
.calc .calc-content li .input{
	padding: 0 20px;
	width:460px;
	height:50px;
	line-height: 50px;
	background: #fafafa;
	transition:all .3s linear;
}
.calc .calc-content li .recommend{
	padding:10px 20px;
	font-size: 16px;
	color: #b9b9b9;
}
.calc .calc-content li .text{
	float:left;
	font-size: 16px;
	color:#999999;
	width:180px;
}
.calc .calc-content li .bounty,
.calc .calc-content li input[type=text]{
	float:left;
	width:232px;
	height:50px;
	line-height: 50px;
	font-size: 18px;
	color:#999999;
	font-family: arial;
	box-shadow: none;
	border:none;
	outline: none;
	padding:0;
	text-align: right;
	background: transparent;
}
.calc .calc-content li.use input[type=text]{
	width:175px;
}
.calc .calc-content li.blue input[type=text]{
	color:#fff;
}
.calc .calc-content li .unit{
	font-size: 16px;
	color:#d9d9d9;
	line-height: 50px;
	margin-left: 10px;
}
.calc .calc-content li.blue .input{
	background: #095997;
}
.calc .calc-content li.blue .text{
	color:#fff;
}
/*.calc .calc-content li.blue .text{
	color:#fff;
}*/
.calc .calc-content ::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #999; 
} 
.calc .calc-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #999; 
} 
.calc .calc-content ::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #999; 
} 
.calc .calc-content :-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #999; 
} 
.calc .calc-content li.blue ::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #fff; 
} 
.calc .calc-content li.blue :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #fff; 
} 
.calc .calc-content li.blue ::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #fff; 
} 
.calc .calc-content li.blue :-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #fff; 
} 
.calc .calc-content li.blue .days{
	color:#fff;
}
.calc .calc-content li.blue .unit{
	color:#a9b1d3;
}
.calc .calc-content .last-box{
	line-height: 50px;
}
.calc .calc-content .last-box .calc-sub-tit{
	padding:0;
	margin:0;
	height:50px;
	line-height: 50px;
	width:190px;
}
.calc .calc-content .cost-box{
	padding:0 20px;
	width:460px;
	
}
.calc .calc-content .cost-box .cost{
	font-size: 22px;
	color:#666;
	font-family: arial;
	width:223px;
	text-align: right;
}
.calc .calc-content .cost-box .unit{
	font-size: 16px;
	color:#d9d9d9;
	margin-left: 10px;
}
.calc .calc-content li.m0{
	margin-bottom: 0;
}
.calc input[type=submit]{
	display: block;
	margin:85px auto 0;
	width:378px;
	height:48px;
	font-size: 22px;
	color:#fff;
	background: #095997;
	text-align: center;
	padding:0;
	border-radius: 25px;
	border:1px solid #095997;
	transition:all .3s linear;
}
.calc input[type=submit]:hover{
	background: #fff;
	color:#095997;
}
.in-info .calc-tit{
	font-size: 32px;
}
.in-info .calc input[type=submit]{
	font-size: 20px;
}

/**********calc end**********/
.result{
	padding:170px 0 100px;
}
.result-tit{
	text-align: center;
	font-size: 36px;
	color:#35373b;
	line-height: 60px;
	margin-bottom: 20px;
}
.result-form{
	margin:60px 0 0;
}
.result-form li{
	float:left;
	width:303px;
	height:143px;
	border:1px solid #e5e5e5;
	border-right:none;
	position: relative;
}
.result-form li .tit{
	font-size: 16px;
	color:#999;
	line-height: 42px;
}
.result-form li .price{
	font-size: 16px;
	color:#999999;
	line-height: 60px;
}
.result-form li .price span{
	font-size: 48px;
	font-family: "BebasNeueBook";
	color:#095997;
	font-weight: bold;
	margin-right: 3px;
	font-size: 44px\9;
}
.result-form li .vs{
	position: absolute;
	top:50%;
	left:-33px;
	width:65px;
	height:65px;
	margin-top: -33px;
	background: url(images/vs.png) no-repeat center;
	box-shadow: 0 0 20px 5px #f1f1f1;
	border-radius: 100%;
	z-index: 33;
}
.result-form li.first{
	padding: 35px 51px 0 50px;
}
.result-form li.second{
	padding: 35px 45px 0;
}
.result-form li.last{
	border-right:1px solid #e5e5e5;
	padding: 35px 40px 0 55px
}
.report-box{
	margin:70px 0 0;
}
.report-box .tit{
	text-align: center;
	font-size: 24px;
	color: #35373b;
	line-height: 40px;
	margin-bottom: 45px;
}
.re-contact{
	width:1020px;
	margin: 0 auto;
	overflow: hidden;
}
.re-contact ul{
	width:1040px;
}
.re-contact li{
	float:left;
	width:460px;
	padding:0 20px;
	height:50px;
	background: #fafafa;
	margin:0 20px 15px 0;
	transition:all .3s linear;
}

.re-contact li .re-tit{
	float:left;
	font-size: 16px;
	color:#999;
	line-height: 50px;
	transition:all .3s linear;
}
.re-contact li input[type=text]{
	float:left;
	width:370px;
	background: transparent;
	border:none;
	height:50px;
	line-height: 50px;
	font-size: 18px;
    color: #999999;
    margin-left: 20px;
    outline: none;
    box-shadow: none;
    padding:0;
    transition:all .3s linear;
}
.re-contact input[type=submit]{
	display: block;
	margin:60px auto 0;
	width:378px;
	height:48px;
	font-size: 22px;
	background: #095997;
	color:#fff;
	text-align: center;
	padding:0;
	border-radius: 25px;
	border:1px solid #095997;
	transition:all .3s linear;
}
.re-contact input[type=submit]:hover{
	background: #fff;
	color:#095997;
}
.re-contact li.blue{
	background: #095997;
}
.re-contact li.blue .re-tit{
	color:#fff;
}
.re-contact li.blue input[type=text]{
	color:#fff;
}
.in-info .result-tit{
	font-size: 32px;
}
.in-info .result-form li .price span{
	font-size: 40px;
}
.in-info .report-box .tit{
	font-size: 22px;
}
.in-info .re-contact input[type=submit]{
	font-size: 20px;
}


.vertical-center {
	text-align:center;
	width:100%;
	position: absolute;
	top: 47%;
	transform: translateY(-47%);
}
.vertical-center p {
	margin-top:23px;
}

.inner {
	position: relative;
	height:100%;

	width:80%;
	margin:0 auto;
}
.home {
	background:#6dcb94;
	background:hsl(158,58%,52%);
}
.panel1 {
	background:#ec8200;
	background:hsl(28,100%,52%);
}
.panel2 {
	background:#64a0d4;
	background:hsl(200,60%,55%);
}
.panel3 {
	background:#e14456;
	background:hsl(350,92%,59%);
}
.code {
	background:rgba(0,0,0,0.2);
}


.pagination {
	position:fixed;
	right:20px;
	top: 50%;
  transform: translateY(-50%);

	font-size:1.4em;
	z-index: 10;
}
.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:white;
	position:relative;
	padding:4px;
}
.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}
.pagination a .hover-text {
	position:absolute;
	right:15px;
	top:7px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}
.pagination a:hover .hover-text {
	opacity: 1;
}
.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:'';
	position: absolute;
	margin:auto;
	top:0;
	right:4px;
	bottom:0;
}




.social-corner {
	position: absolute;
	top:18px;
	right:40px;
}
.social-corner iframe:first-child {
	margin-right:3px;
}

.vertical-center a:link,
.vertical-center a:visited {
	color:white;
	text-decoration:none;

	font-size:0.6em;
}
.vertical-center a:hover {
	text-decoration: underline;
}
.arrow {
	position: relative;
	padding-right:15px;
}

.arrow:before,
.arrow:after {
	content:'';
	position: absolute;
	right:0;
	top:7px;

	width:2px;
	height:12px;
	background: white;
}
.arrow:before {
	transform: rotate(45deg);
	top:15px;
}
.arrow:after {
	transform: rotate(-45deg);

}

.max-wid {
    width: 82%;
    max-width: 1600px;
    margin: auto;
}
.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.layout-middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gsjj{ width:64%; height:247px; padding-left:200px; }
.gsjj_title{
	float:left;
	width:6%;
	height:247px;
	border-right: 1px solid #9e9e9e;
    background: url(images/intro.png) left bottom no-repeat;
}
.gsjj p{ float:left; width:85%; font-size:14px; padding-left:50px; line-height:30px;}

.content {
    width: 1200px;
    margin: 0 auto;
}
.foot_lx{ height:50px; padding-top:30px; padding-bottom:65px; border-bottom:1px solid #666;}
.foot_lx_add{ width:350px; float:left; padding-right:40px;border-right:1px solid #666;}
.foot_lx_add_img{ float:left;padding-right:15px;}
.foot_lx_add_wz{ color:#FFFFFF; }
.foot_lx_add_wz span{ font-size:18px;}
.foot_lx_add_wz p{ padding-top:8px; line-height: 0.1; font-size: 14px;}

.foot_lx_tel{width:200px;  float:left; padding:0 0 0 100px;}
.foot_lx_tel_img{ float:left;padding-right:15px;}
.foot_lx_tel_wz{ color:#FFFFFF; }
.foot_lx_tel_wz span{ font-size:18px;}
.foot_lx_tel_wz p{ padding-top:8px; line-height: 0.1; font-size: 14px;}

.foot_lx_mail{width:230px;  float:right; border-left:1px solid #666; padding-left:140px;}
.foot_lx_mail_img{ float:left;padding-right:15px;}
.foot_lx_mail_wz{ color:#FFFFFF; }
.foot_lx_mail_wz span{ font-size:18px;}
.foot_lx_mail_wz p{ padding-top:8px; line-height: 0.1; font-size: 14px;}

.dbbj{ height:432px; background-color:#333; padding:130px 0;}
.dbbj .db{ height:432px;}
.dbbj .db dl{ width:157px; float:right; padding-top: 50px; }
.dbbj .db dl dt{width:317px; height:123px;top: -11px;position: relative; margin-bottom:19px;}
.dbbj .db dl dt a{ height:123px; width:317px; display: block;}
.dbbj .db dl dd{ }
.dbbj .db dl dd em{ width:149px; height:175px; display: block; float:left; margin-left:0;}
.dbbj .db dl dd em i{ width:142px;height:131px;padding:7px 7px 0; display: block; background: url("../images/kk.png")no-repeat;}
.dbbj .db dl dd em a{display: block; text-align: center; font-size:14px; color:#b4b4b4; font-style: normal;}
.dbbj .db dl dd em a img{width:132px; height:124px;display:block;}
.dbbj .db dl dd em.s{ margin-left:16px;}
.dbbj .db .cpdhlx{ width:988px; height:205px;  float:left; margin-top:59px; margin-bottom:20px;}
.dbbj .db .cpdhlx .cpzx{ width:100px; float:left; padding-right:60px;}
.dbbj .db .cpdhlx .cpzx li.cur{ margin-bottom:10px; padding-bottom:0; }
.dbbj .db .cpdhlx .cpzx li.cur a{font-size:16px; color:#FFF;}

.dbbj .db .cpdhlx .cpzx li a{ font-size:13px;color:#b4b4b4;}
.dbbj .db .cpdhlx .cpzx li{ line-height:28px;}
.dbbj .db .cpdhlx p{ height:250px; width:1px;display: block;border-right:1px solid #2d2d2d; float:left; margin-top:0; margin-left:68px; margin-right:82px;}
.dbbj .db .cpdhlx .wzdh{ width:100px; height:253px; float:left;}
.dbbj .db .cpdhlx .wzdh li.cur{ margin-bottom:25px;}
.dbbj .db .cpdhlx .wzdh li.cur a{font-size:16px; color:#FFF; font-weight:bold;}
.dbbj .db .cpdhlx .wzdh li a{ font-size:14px;color:#b4b4b4;}
.dbbj .db .cpdhlx .wzdh li{ line-height:28px;}
.dbbj .db .cpdhlx .lxwm{ width:311px; height:224px;float: right;}
.dbbj .db .cpdhlx .lxwm li.cur{ margin-bottom:25px;}
.dbbj .db .cpdhlx .lxwm li.cur a{font-size:16px; color:#fff; font-weight:bold;}
.dbbj .db .cpdhlx .lxwm li a{ color:#b4b4b4; margin-right:10px;}
.dbbj .db .cpdhlx .lxwm li{line-height:28px; font-size:14px;color:#b4b4b4;}
.dbbj .db .dbdh{width: 1200px; height:40px;margin-top: 13px;line-height: 40px; font-size:13px; float: left; color:#6e6e6e; text-align:center;border-top:1px solid #666; padding-top:40px;}
.dbbj .db .dbdh a{color:#6e6e6e;} 

.homeindex .screen3 .warp h2,.homeindex .screen4 .warp h2{
		font-size: 45px;
		color:#fff;
		letter-spacing:4px; 
		line-height: 60px;
		text-transform:uppercase;
	}	
.screen3 .warp h2{
	margin-bottom:30px;
}
.screen3 .warp .details{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 50px;
}
.screen3 .warp .btn{
	width:auto;
	padding:9px 35px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	border:1px solid #fff;
	/*display: block;*/
	color: #fff;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	position: relative;
	background: url(images/iban-btn1.png) center repeat;
}
.screen3 .warp .btn i{
	width: 11px;
	height: 11px;
	position: absolute;
	left: 123px;
	top: 50%;
	margin-top: -5.5px;
	background: url(images/iban-jia.png) center no-repeat;
}
.screen3 .warp .btn:hover{
	background: url(images/iban-btn.png) center repeat;
}
.screen3 .point{
	width:285px;
	position: absolute;
	right:35px;
	top: 50%;
	z-index: 10;
	margin-top: -100px;
}
.screen3 .point li{
	height:36px;
	position: relative;
	color: #cacaca;
	width:285px;
	font-size:26px;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}
.screen3 .point li span{
	display: block;
	float: right;
	/*width: 120px;*/
	height:36px;
	line-height:36px;
	margin-right: 20px;
	color: #cacaca;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.screen3 .point li i{
	display: block;
	float: right;
	width:10px;
	height: 2px;
	background-color: #fff;
	margin-top:17.5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.screen3 .point li.on i{width: 45px;}
.screen3 .point li.on span{color: #fff;}




.menu {
  margin: 15px;
}
.menu > ol {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.menu > ol > li {
  position: relative;
  transition: 0.5s;
}
.menu > ol > li a {
  color: #fff;
  font-size: 17px;
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 1;
  text-shadow: #111 1px 1px 1px;
}
.menu > ol > li a:hover {
  color: #84c225;
}

.menu > ol > li:focus,
.menu > ol > li:focus-within,
.menu > ol > li:hover {
  z-index: 100;
}
.menu > ol > li:focus:after,
.menu > ol > li:focus-within:after,
.menu > ol > li:hover:after {
  background: #fff;
  max-width: 800px;
}
.menu > ol > li:focus .sub-menu,
.menu > ol > li:focus-within .sub-menu {
  max-height: 500px;
}
.menu > ol > li:focus a:before,
.menu > ol > li:focus-within a:before {
  transform: rotate(-180deg);
}
.menu > ol > li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  max-width: 0;
  overflow: hidden;
}
.menu > ol .sub-menu {
  border-left: 1px solid #FBFBFB;
  margin-left: 22.5px;
  list-style: none;
  max-height: 0px;
  overflow: hidden;
  padding-left: 7.5px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 1;
}
.menu > ol .sub-menu li {
  padding: 10px 0;
}
.menu > ol .sub-menu li a{
  font-size: 15px;
}
.menu > ol .sub-menu li:hover,
.menu > ol .sub-menu li a:focus {
  background: rgba(60, 60, 60, 0.3);
}
.menu > ol .sub-menu li a:after {
  bottom: 5px;
  height: 1px;
}
.menu > ol .sub-menu li a:hover:after,
.menu > ol .sub-menu li a:focus:after {
  width: 15px;
}
@media (min-width: 600px) {
  a:focus,
  a:hover {
    position: relative;
  }
  a:focus:after,
  a:hover:after {
    width: 50px;
  }
  a:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu {
    margin: 0;
  }
  .menu > ol {
    display: block;
    max-width: none;
    text-align: center;
  }
  .menu > ol > li {
    border-left: 0;
    display: inline-block;
    vertical-align: top;
	padding: 15px 30px;
  }
  .menu > ol > li:hover:after,
  .menu > ol > li:focus:after,
  .menu > ol > li:focus-within:after {
    background: linear-gradient(to bottom, var(--accent-color), var(--gradient-color));
    border-radius: 3px;
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
  }
  .menu > ol > li:hover .sub-menu,
  .menu > ol > li:focus .sub-menu,
  .menu > ol > li:focus-within .sub-menu {
    max-height: 750px;
  }
  .menu > ol > li a:not(:last-child):before {
    right: 12.5px;
  }
  .menu > ol > li:hover a:before {
    transform: rotate(-180deg);
  }
  .menu > ol .sub-menu {
    border-left: 0;
    margin: 15px -45px 0;
    padding-left: 0;
  }
}
@media (min-width: 775px) {
}