﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, header, footer, nav, dialog, figure, menu, hgroup, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei";
}
html {
	-webkit-text-size-adjust: none;
}
body {
	font-size: 12px;
	line-height: 22px;
	background: #fff;
}
input, textarea {
	resize: none;
	font-family: "Microsoft YaHei";
}
img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #F60;
}
input:focus, textarea:focus {
	outline: none;
}
h1, h2, h3 {
	font-weight: normal;
}
 @-webkit-keyframes a-fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
 @-moz-keyframes a-fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
 @-ms-keyframes a-fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
 @keyframes a-fadein {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.fadein-top {
	-webkit-animation-name: fadeinT;
	-moz-animation-name: fadeinT;
	-ms-animation-name: fadeinT;
	animation-name: fadeinT;
}
 @-webkit-keyframes fadeinT {
0% {
opacity:0;
-webkit-transform:translateY(-50px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
 @-moz-keyframes fadeinT {
0% {
opacity:0;
-moz-transform:translateY(-50px);
}
100% {
opacity:1;
-moz-transform:translateY(0);
}
}
 @-ms-keyframes fadeinT {
0% {
opacity:0;
-ms-transform:translateY(-50px);
}
100% {
opacity:1;
-ms-transform:translateY(0);
}
}
 @keyframes fadeinT {
0% {
opacity:0;
transform:translateY(-50px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadein-right {
	-webkit-animation-name: fadeinR;
	-moz-animation-name: fadeinR;
	-ms-animation-name: fadeinR;
	animation-name: fadeinR;
}
 @-webkit-keyframes fadeinR {
0% {
opacity:0;
-webkit-transform:translateX(50px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
 @-moz-keyframes fadeinR {
0% {
opacity:0;
-moz-transform:translateX(50px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
 @-ms-keyframes fadeinR {
0% {
opacity:0;
-ms-transform:translateX(50px);
}
100% {
opacity:1;
-ms-transform:translateX(0);
}
}
 @keyframes fadeinR {
0% {
opacity:0;
transform:translateX(50px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadein-bottom {
	-webkit-animation-name: fadeinB;
	-moz-animation-name: fadeinB;
	-ms-animation-name: fadeinB;
	animation-name: fadeinB;
}
 @-webkit-keyframes fadeinB {
0% {
opacity:0;
-webkit-transform:translateY(50px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
 @-moz-keyframes fadeinB {
0% {
opacity:0;
-moz-transform:translateY(50px);
}
100% {
opacity:1;
-moz-transform:translateY(0);
}
}
 @-ms-keyframes fadeinB {
0% {
opacity:0;
-ms-transform:translateY(50px);
}
100% {
opacity:1;
-ms-transform:translateY(0);
}
}
 @keyframes fadeinB {
0% {
opacity:0;
transform:translateY(50px);
}
100% {
opacity:1;
transform:translateY(0);
}
}
.fadein-left {
	-webkit-animation-name: fadeinL;
	-moz-animation-name: fadeinL;
	-ms-animation-name: fadeinL;
	animation-name: fadeinL;
}
 @-webkit-keyframes fadeinL {
0% {
opacity:0;
-webkit-transform:translateX(-50px);
}
100% {
opacity:1;
-webkit-transform:translateX(0);
}
}
 @-moz-keyframes fadeinL {
0% {
opacity:0;
-moz-transform:translateX(-50px);
}
100% {
opacity:1;
-moz-transform:translateX(0);
}
}
 @-ms-keyframes fadeinL {
0% {
opacity:0;
-ms-transform:translateX(-50px);
}
100% {
opacity:1;
-ms-transform:translateX(0);
}
}
 @keyframes fadeinL {
0% {
opacity:0;
transform:translateX(-50px);
}
100% {
opacity:1;
transform:translateX(0);
}
}
.fadeout {
	-webkit-animation-name: a-fadeout;
	-moz-animation-name: a-fadeout;
	-ms-animation-name: a-fadeout;
	animation-name: a-fadeout;
}
 @-webkit-keyframes a-fadeout {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
 @-moz-keyframes a-fadeout {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
 @-ms-keyframes a-fadeout {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
 @keyframes a-fadeout {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.fadeout-top {
	-webkit-animation-name: fadeoutT;
	-moz-animation-name: fadeoutT;
	-ms-animation-name: fadeoutT;
	animation-name: fadeoutT;
}
 @-webkit-keyframes fadeoutT {
0% {
opacity:1;
-webkit-transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-100px);
}
}
 @-moz-keyframes fadeoutT {
0% {
opacity:1;
-moz-transform:translateY(0);
}
100% {
opacity:0;
-moz-transform:translateY(-100px);
}
}
 @-ms-keyframes fadeoutT {
0% {
opacity:1;
-ms-transform:translateY(0);
}
100% {
opacity:0;
-ms-transform:translateY(-100px);
}
}
 @keyframes fadeoutT {
0% {
opacity:1;
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(-100px);
}
}
.fadeout-right {
	-webkit-animation-name: fadeoutR;
	-moz-animation-name: fadeoutR;
	-ms-animation-name: fadeoutR;
	animation-name: fadeoutR;
}
 @-webkit-keyframes fadeoutR {
0% {
opacity:1;
-webkit-transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(100px);
}
}
 @-moz-keyframes fadeoutR {
0% {
opacity:1;
-moz-transform:translateX(0);
}
100% {
opacity:0;
-moz-transform:translateX(100px);
}
}
 @-ms-keyframes fadeoutR {
0% {
opacity:1;
-ms-transform:translateX(0);
}
100% {
opacity:0;
-ms-transform:translateX(100px);
}
}
 @keyframes fadeoutR {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(100px);
}
}
.fadeout-bottom {
	-webkit-animation-name: fadeoutB;
	-moz-animation-name: fadeoutB;
	-ms-animation-name: fadeoutB;
	animation-name: fadeoutB;
}
 @-webkit-keyframes fadeoutB {
0% {
opacity:1;
-webkit-transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(100px);
}
}
 @-moz-keyframes fadeoutB {
0% {
opacity:1;
-moz-transform:translateY(0);
}
100% {
opacity:0;
-moz-transform:translateY(100px);
}
}
 @-ms-keyframes fadeoutB {
0% {
opacity:1;
-ms-transform:translateY(0);
}
100% {
opacity:0;
-ms-transform:translateY(100px);
}
}
 @keyframes fadeoutB {
0% {
opacity:1;
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(100px);
}
}
.fadeout-left {
	-webkit-animation-name: fadeoutL;
	-moz-animation-name: fadeoutL;
	-ms-animation-name: fadeoutL;
	animation-name: fadeoutL;
}
 @-webkit-keyframes fadeoutL {
0% {
opacity:1;
-webkit-transform:translateX(0);
}
100% {
opacity:0;
-webkit-transform:translateX(-100px);
}
}
 @-moz-keyframes fadeoutL {
0% {
opacity:1;
-moz-transform:translateX(0);
}
100% {
opacity:0;
-moz-transform:translateX(-100px);
}
}
 @-ms-keyframes fadeoutL {
0% {
opacity:1;
-ms-transform:translateX(0);
}
100% {
opacity:0;
-ms-transform:translateX(-100px);
}
}
 @keyframes fadeoutL {
0% {
opacity:1;
transform:translateX(0);
}
100% {
opacity:0;
transform:translateX(-100px);
}
}
.bounce, .bounce-hover:hover {
	-webkit-animation-name: a-bounce;
	-moz-animation-name: a-bounce;
	-ms-animation-name: a-bounce;
	animation-name: a-bounce;
}
 @-webkit-keyframes a-bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
}
40% {
-webkit-transform:translateY(-30px);
}
60% {
-webkit-transform:translateY(-15px);
}
}
 @-moz-keyframes a-bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform:translateY(0);
}
40% {
-moz-transform:translateY(-30px);
}
60% {
-moz-transform:translateY(-15px);
}
}
 @-ms-keyframes a-bounce {
0%, 20%, 50%, 80%, 100% {
-ms-transform:translateY(0);
}
40% {
-ms-transform:translateY(-30px);
}
60% {
-ms-transform:translateY(-15px);
}
}
 @keyframes a-bounce {
0%, 20%, 50%, 80%, 100% {
transform:translateY(0);
}
40% {
transform:translateY(-30px);
}
60% {
transform:translateY(-15px);
}
}
.bouncein {
	-webkit-animation-name: a-bouncein;
	-moz-animation-name: a-bouncein;
	-ms-animation-name: a-bouncein;
	animation-name: a-bouncein;
}
 @-webkit-keyframes a-bouncein {
0% {
opacity:0;
-webkit-transform:scale(0.3);
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
}
70% {
-webkit-transform:scale(0.9);
}
100% {
-webkit-transform:scale(1);
}
}
 @-moz-keyframes a-bouncein {
0% {
opacity:0;
-moz-transform:scale(0.3);
}
50% {
opacity:1;
-moz-transform:scale(1.05);
}
70% {
-moz-transform:scale(0.9);
}
100% {
-moz-transform:scale(1);
}
}
 @-ms-keyframes a-bouncein {
0% {
opacity:0;
-ms-transform:scale(0.3);
}
50% {
opacity:1;
-ms-transform:scale(1.05);
}
70% {
-ms-transform:scale(0.9);
}
100% {
-ms-transform:scale(1);
}
}
 @keyframes a-bouncein {
0% {
opacity:0;
transform:scale(0.3);
}
50% {
opacity:1;
transform:scale(1.05);
}
70% {
transform:scale(0.9);
}
100% {
transform:scale(1);
}
}
.bounceout {
	-webkit-animation-name: a-bounceout;
	-moz-animation-name: a-bounceout;
	-ms-animation-name: a-bounceout;
	animation-name: a-bounceout;
}
 @-webkit-keyframes a-bounceout {
0% {
-webkit-transform:scale(1);
}
25% {
-webkit-transform:scale(0.95);
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
}
100% {
opacity:0;
-webkit-transform:scale(0.3);
}
}
 @-moz-keyframes a-bounceout {
0% {
-moz-transform:scale(1);
}
25% {
-moz-transform:scale(0.95);
}
50% {
opacity:1;
-moz-transform:scale(1.1);
}
100% {
opacity:0;
-moz-transform:scale(0.3);
}
}
 @-ms-keyframes a-bounceout {
0% {
-ms-transform:scale(1);
}
25% {
-ms-transform:scale(0.95);
}
50% {
opacity:1;
-ms-transform:scale(1.1);
}
100% {
opacity:0;
-ms-transform:scale(0.3);
}
}
 @keyframes a-bounceout {
0% {
transform:scale(1);
}
25% {
transform:scale(0.95);
}
50% {
opacity:1;
transform:scale(1.1);
}
100% {
opacity:0;
transform:scale(0.3);
}
}
.rotatein {
	-webkit-animation-name: a-rotatein;
	-moz-animation-name: a-rotatein;
	-ms-animation-name: a-rotatein;
	animation-name: a-rotatein;
}
 @-webkit-keyframes a-rotatein {
0% {
opacity:0;
-webkit-transform:rotate(-200deg);
}
100% {
opacity:1;
-webkit-transform:rotate(0);
}
}
 @-moz-keyframes a-rotatein {
0% {
opacity:0;
-moz-transform:rotate(-200deg);
}
100% {
opacity:1;
-moz-transform:rotate(0);
}
}
 @-ms-keyframes a-rotatein {
0% {
opacity:0;
-ms-transform:rotate(-200deg);
}
100% {
opacity:1;
-ms-transform:rotate(0);
}
}
 @keyframes a-rotatein {
0% {
opacity:0;
transform:rotate(-200deg);
}
100% {
opacity:1;
transform:rotate(0);
}
}
.rotateout {
	-webkit-animation-name: a-rotateout;
	-moz-animation-name: a-rotateout;
	-ms-animation-name: a-rotateout;
	animation-name: a-rotateout;
}
 @-webkit-keyframes a-rotateout {
0% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(0);
opacity:1;
}
100% {
-webkit-transform-origin:center center;
-webkit-transform:rotate(200deg);
opacity:0;
}
}
 @-moz-keyframes a-rotateout {
0% {
-moz-transform-origin:center center;
-moz-transform:rotate(0);
opacity:1;
}
100% {
-moz-transform-origin:center center;
-moz-transform:rotate(200deg);
opacity:0;
}
}
 @-ms-keyframes a-rotateout {
0% {
-ms-transform-origin:center center;
-ms-transform:rotate(0);
opacity:1;
}
100% {
-ms-transform-origin:center center;
-ms-transform:rotate(200deg);
opacity:0;
}
}
 @keyframes a-rotateout {
0% {
transform-origin:center center;
transform:rotate(0);
opacity:1;
}
100% {
transform-origin:center center;
transform:rotate(200deg);
opacity:0;
}
}
.flash, .flash-hover:hover {
	-webkit-animation-name: a-flash;
	-moz-animation-name: a-flash;
	-ms-animation-name: a-flash;
	animation-name: a-flash;
}
 @-webkit-keyframes a-flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
 @-moz-keyframes a-flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
 @-ms-keyframes a-flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
 @keyframes a-flash {
0%, 50%, 100% {
opacity:1;
}
25%, 75% {
opacity:0;
}
}
.shake, .shake-hover:hover {
	-webkit-animation-name: a-shake;
	-moz-animation-name: a-shake;
	-ms-animation-name: a-shake;
	animation-name: a-shake;
}
 @-webkit-keyframes a-shake {
0%, 100% {
-webkit-transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform:translateX(10px);
}
}
 @-moz-keyframes a-shake {
0%, 100% {
-moz-transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-moz-transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform:translateX(10px);
}
}
 @-ms-keyframes a-shake {
0%, 100% {
-ms-transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-ms-transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
-ms-transform:translateX(10px);
}
}
 @keyframes a-shake {
0%, 100% {
transform:translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform:translateX(-10px);
}
20%, 40%, 60%, 80% {
transform:translateX(10px);
}
}
.swing, .swing-hover:hover {
	-webkit-animation-name: a-swing;
	-moz-animation-name: a-swing;
	-ms-animation-name: a-swing;
	animation-name: a-swing;
}
 @-webkit-keyframes a-swing {
20% {
-webkit-transform:rotate(15deg);
}
40% {
-webkit-transform:rotate(-10deg);
}
60% {
-webkit-transform:rotate(5deg);
}
80% {
-webkit-transform:rotate(-5deg);
}
100% {
-webkit-transform:rotate(0);
}
}
 @-moz-keyframes a-swing {
20% {
-moz-transform:rotate(15deg);
}
40% {
-moz-transform:rotate(-10deg);
}
60% {
-moz-transform:rotate(5deg);
}
80% {
-moz-transform:rotate(-5deg);
}
100% {
-moz-transform:rotate(0);
}
}
 @-ms-keyframes a-swing {
20% {
-ms-transform:rotate(15deg);
}
40% {
-ms-transform:rotate(-10deg);
}
60% {
-ms-transform:rotate(5deg);
}
80% {
-ms-transform:rotate(-5deg);
}
100% {
-ms-transform:rotate(0);
}
}
 @keyframes a-swing {
20% {
transform:rotate(15deg);
}
40% {
transform:rotate(-10deg);
}
60% {
transform:rotate(5deg);
}
80% {
transform:rotate(-5deg);
}
100% {
transform:rotate(0);
}
}
.wobble, .wobble-hover:hover {
	-webkit-animation-name: a-wobble;
	-moz-animation-name: a-wobble;
	-ms-animation-name: a-wobble;
	animation-name: a-wobble;
}
 @-webkit-keyframes a-wobble {
0% {
-webkit-transform:translateX(0);
}
15% {
-webkit-transform:translateX(-50px) rotate(-5deg);
}
30% {
-webkit-transform:translateX(40px) rotate(3deg);
}
45% {
-webkit-transform:translateX(-33px) rotate(-3deg);
}
60% {
-webkit-transform:translateX(10px) rotate(2deg);
}
75% {
-webkit-transform:translateX(-10px) rotate(-1deg);
}
100% {
-webkit-transform:translateX(0);
}
}
 @-moz-keyframes a-wobble {
0% {
-moz-transform:translateX(0);
}
15% {
-moz-transform:translateX(-50px) rotate(-5deg);
}
30% {
-moz-transform:translateX(40px) rotate(3deg);
}
45% {
-moz-transform:translateX(-33px) rotate(-3deg);
}
60% {
-moz-transform:translateX(10px) rotate(2deg);
}
75% {
-moz-transform:translateX(-10px) rotate(-1deg);
}
100% {
-moz-transform:translateX(0);
}
}
 @-ms-keyframes a-wobble {
0% {
-ms-transform:translateX(0);
}
15% {
-ms-transform:translateX(-50px) rotate(-5deg);
}
30% {
-ms-transform:translateX(40px) rotate(3deg);
}
45% {
-ms-transform:translateX(-33px) rotate(-3deg);
}
60% {
-ms-transform:translateX(10px) rotate(2deg);
}
75% {
-ms-transform:translateX(-10px) rotate(-1deg);
}
100% {
-ms-transform:translateX(0);
}
}
 @keyframes a-wobble {
0% {
transform:translateX(0);
}
15% {
transform:translateX(-50px) rotate(-5deg);
}
30% {
transform:translateX(40px) rotate(3deg);
}
45% {
transform:translateX(-33px) rotate(-3deg);
}
60% {
transform:translateX(10px) rotate(2deg);
}
75% {
transform:translateX(-10px) rotate(-1deg);
}
100% {
transform:translateX(0);
}
}
.ring, .ring-hover:hover {
	-webkit-animation-name: a-ring;
	-moz-animation-name: a-ring;
	-ms-animation-name: a-ring;
	animation-name: a-ring;
}
 @-webkit-keyframes a-ring {
0% {
-webkit-transform:scale(1);
}
10%, 20% {
-webkit-transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform:scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform:scale(1) rotate(0);
}
}
 @-moz-keyframes a-ring {
0% {
-moz-transform:scale(1);
}
10%, 20% {
-moz-transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-moz-transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-moz-transform:scale(1.1) rotate(-3deg);
}
100% {
-moz-transform:scale(1) rotate(0);
}
}
 @-ms-keyframes a-ring {
0% {
-ms-transform:scale(1);
}
10%, 20% {
-ms-transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-ms-transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-ms-transform:scale(1.1) rotate(-3deg);
}
100% {
-ms-transform:scale(1) rotate(0);
}
}
 @keyframes a-ring {
0% {
transform:scale(1);
}
10%, 20% {
transform:scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform:scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform:scale(1.1) rotate(-3deg);
}
100% {
transform:scale(1) rotate(0);
}
}
.rotate, .rotate-hover:hover {
	-webkit-animation-name: a-rotate;
	-moz-animation-name: a-rotate;
	-ms-animation-name: a-rotate;
	animation-name: a-rotate;
}
 @-webkit-keyframes a-rotate {
0% {
-webkit-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(359deg);
}
}
 @-moz-keyframes a-rotate {
0% {
-moz-transform:rotate(0deg);
}
100% {
-moz-transform:rotate(359deg);
}
}
 @-ms-keyframes a-rotate {
0% {
-ms-transform:rotate(0deg);
}
100% {
-ms-transform:rotate(359deg);
}
}
 @keyframes a-rotate {
0% {
transform:rotate(0deg);
}
100% {
transform:rotate(359deg);
}
}

 
/*关于我们*/

.about {
	background: url(../images/about_bg.jpg) no-repeat center top #163e59;
	background-attachment: fixed;
	width: 100%;
	height: 500px;
	background-size: cover;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.about h1 {
		width: 90%;
		margin:0px auto;
			line-height: 38px;
	text-align: center;
	font-size: 28px;
	margin-top: 80px;
}
.about p {
	font-size: 14px;
	color: #e2e2e2;
	line-height: 28px;
	width: 840px;
	margin: 40px auto;
	text-align: left;
}
.about a {
	width: 240px;
	background: #F08326;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	margin: 0 8px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about a:hover {
	background-color: #222;
}
/*案例*/

.case_main {
	width: 100%;
	overflow: hidden;
}

/*项目*/

.project {
	width: 1230px;
	overflow: hidden;
	margin: 60px auto 0px auto;
}
.project .title {
	width: 100%;
	text-align: center;
}
.project .title h1 {
	font-size: 28px;
	color: #333;
	line-height: 35px;
	margin: 15px 0;
}
.project .title span {
	font-size: 16px;
	color: #666;
}
.project_con {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 50px auto;
}
.project_con dl {
	width: 380px;
	float: left;
	font-size: 14px;
	margin: 15px;
	overflow: hidden;
	color: #666;
	line-height: 26px;
}
.project_con dl dd {
	height: 240px;
	margin-bottom: 12px;
	padding: 1px;
	transition: box-shadow 218ms;
}
.project_con dl dd:hover {
	background-color: #ccc;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.project_con dl dd a {
	display: block;
	width: 100%;
	height: 100%;
}
.project_con dl dt a {
	margin-right: 25px;
	display: inline-block;
	line-height: 24px;
	color: #333;
}
.project_con dl dt a:hover {
	color: #F08326;
}

 @media screen and (max-width:1230px) {


.project {
	width: 1000px;
}
.project_con dl {
	width: 300px;
	margin: 15px;
}
}
 @media screen and (max-width:1200px) {

.foot {
	width: 1000px;
}
.foot ul.list1 {
	width: 120px;
	margin-left: 30px;
}
}
 @media screen and (max-width:1000px) {


.about p {
	width: 90%;
}
.project {
	width: 100%;
}
.project_con dl {
	width: 30%;
	margin: 15px 1.5%;
}
.foot {
	width: 760px;
	margin: 25px auto 40px auto
}
.foot_logo {
	float: none;
	margin: 0 auto 20px auto;
}
.foot_logo img {
	width: 100%;
}
.foot ul.list1 {
	width: 120px;
	margin-left: 10px;
}
}
 @media screen and (max-width:760px) {


.project_con dl {
	width: 45%;
	margin: 15px 2.5%;
}

.about h1 {
	font-size: 24px;
}
.project {
	margin: 20px auto 0 auto;
}
.project .title h1 {
	font-size: 22px;
	margin: 25px auto 5px auto;
}
.project_con {
	margin: 30px auto;
}
.foot {
	width: 100%;
}
.foot ul.list1 {
	width: 44%;
	margin: 0 3%;
}
.foot ul.list2 {
	width: 94%;
	margin: 0 auto;
	float: none;
}
}
 @media screen and (max-width:470px) {
	 


.project_con dl {
	width: 100%;
	margin: 15px auto 30px auto;
	float: none;
}
.project_con dl dt {
	padding: 0 12px;
	line-height: 22px;
}

.about h1 {
	margin-top: 60px;
}
.about p {
	margin: 20px auto;
}
.about a {
	width: 240px;
	font-size: 14px;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
.foot ul.list2 {
	text-align: center
}
}


/*幻灯*/ 

 

#full-width-slider {
	width: 100%;
	color: #000;
}
.coloredBlock {
	width: 350px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	width: 350px;
	position: absolute;
	top: 72%;
	left: 50%;
	margin: 0 0 0 -175px;
	overflow: hidden;
}
.infoBlockLeftBlack {
}
.infoBlock h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}
.infoBlock a {
	color: #FFF;
	display: inline-block;
	background: #13b125;
	font-size: 16px;
	font-weight: normal;
	padding: 0 30px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 4px;
	margin-right: 10px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.infoBlock a:hover {
	background: #1ea721;
}
.fullWidth {
	max-width: 2560px;
	margin: 0 auto 0 auto;
}
.rsContent a {
	display: block;
	width: 100%;
	height: 100%;
}
 @media screen and (min-width:760px) and (min-height:460px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 600px !important;
}
}
 @media screen and (min-width:960px) and (min-height:660px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 680px !important;
}
}
 @media screen and (min-width:960px) and (min-height:1000px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 794px !important;
}
}
 @media screen and (min-width:0px) and (max-width:800px) {
.royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
	height: 360px !important;
}
.infoBlock h4 {
	display: none;
}
}
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow, .rsNav, .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
/* Fullscreen options, very important ^^ */

.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position: absolute;
	z-index: 0;
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs, .rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */

.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock {
	position: absolute;
	z-index: 15;
}
img.rsImg {
	max-width: none;
}
.grab-cursor {
	cursor: url(../images/grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor: url(../images/grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(../images/blank.gif);
}
.rsMinW,  .rsMinW .rsOverflow,  .rsMinW .rsSlide,  .rsMinW .rsVideoFrameHolder,  .rsMinW .rsThumbs {
	background: #fff;
	color: #FFF;
}
.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW .rsArrowLeft {
	right: 37px;
	bottom: 7px;
}
.rsMinW .rsArrowRight {
	right: 7px;
	bottom: 7px;
}
.rsMinW .rsArrowIcn {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	background: transparent;
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
	opacity: .3 !important;
	filter: alpha(opacity=30);
*display: none;
}
.rsMinW .rsBullets {
	width: 56px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -28px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 12px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	display: inline-block;
*display:inline;
*zoom:1;
}
.rsMinW .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e5e5e5;
	margin: 0 3px;
	cursor: pointer;
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #33ac41;
}
.rsMinW .rsThumbsHor {
	width: 100%;
	height: auto;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
	display: block;
}
/* Thumbnails arrow icons */

.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}
.rsMinW .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('../images/rs-minimal-white.png');
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
	display: none !important;
}



/* Thumbnails resizing on smaller screens */

@media screen and (min-width: 0px) and (max-width: 800px) {
.rsMinW .rsThumb {
	width: 59px;
	height: 44px;
}
.rsMinW .rsThumbsHor {
	height: 44px;
}
.rsMinW .rsThumbsVer {
	width: 59px;
}
}
/***************

*

*  4. Tabs

*

****************/



.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
 *display:inline;
 *zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************

*

*  5. Fullscreen button

*

****************/



.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../images/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}
/***************

*

*  6. Play/close video button

*

****************/



.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(../images/rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}
.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('../images/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsPreloader {
	display: none;
}


/*内页css——公共新闻动态*/

.news_box {
	width: 100%;
	border-top: 1px solid #e9e9e9;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 100px;
}
.news_box.wu {
	width: 100%;
	border-top: 0;
	padding-top: 20px;
	margin: 0;
}
.news_box.wu h1 {
	text-align: left;
	width: 1200px;
	margin: 0 auto;
}
.news_box.wu .case_con dl {
	margin-top: 20px;
}
.news_box.wu a.allnews {
	font-size: 16px;
	margin: 15px auto 30px auto;
}
.news_box h1 {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.news_box_list {
	width: 1000px;
	margin: 0 auto;
	line-height: 24px;
	overflow: hidden;
}
.news_box_list dl {
	width: 270px;
	float: left;
	color: #2a2a2a;
	margin: 30px 95px 0 0;
}
.news_box_list dl.last {
	margin: 30px 0 0 0;
}
.news_box_list dl dd {
	margin-bottom: 5px;
	width: 270px;
	height: 180px;
}
.news_box_list dl dd a {
	width: 100%;
	display: block;
	height: 100%;
}
.news_box_list dl h2 a {
	font-size: 16px;
	color: #000;
}
.news_box_list dl h2 a:hover {
	color: #F08326;
}
.news_box_list dl a.bt {
	color: #F08326;
}
.news_box_list dl a.bt:hover {
	text-decoration: underline;
}
a.allnews {
	background: #F08326;
	width: 160px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	clear: both;
	line-height: 40px;
	margin-top: 40px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.allnews:hover {
	background: #1ea721;
}
/*关于我们*/

.about_box {
	width: 100%;
	height:300px;	margin-top:68px;
}
.blog_banner {
	width: 100%;
	height: 370px;
}
.about_box h1 {
	line-height: 60px;
	margin-top: 185px;
	font-size: 34px;
}
.mian_tab.navbg {
	position: absolute; 
	top:0px;
	z-index: 999999;
}
.mian_tab {
	width: 100%;
	background: url(../images/about_line.jpg) repeat-x left bottom;
	overflow: hidden;
	clear: both;
}
.mian_tab ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.mian_tab ul li {
	display: inline;
	text-align: center;
}
.mian_tab ul li a {
	font-size: 16px;
	line-height: 62px;
	color: #333;
	display: inline-block;
	margin: 0 40px;
}
.mian_tab ul li a:hover {
	color: #F08326;
	border-bottom: 3px solid #F08326;
}
.mian_tab ul li a.current {
	color: #F08326;
	border-bottom: 3px solid #F08326;
}
.main_about {
	width: 100%;
	overflow: hidden;
	padding-top: 0px;
}
.who {
	width: 995px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
}
.who h1 {
	font-size: 28px;
	color: #333;
	text-align: center;
	margin-top: 75px;
}
.who p {
	margin: 0px auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.project_gray {
	background: #f6f6f6;
	overflow: hidden;
	padding-bottom: 60px;
}
.project {
	width: 1230px;
	overflow: hidden;
	margin: 60px auto 0px auto;
}
.project .title {
	width: 100%;
	text-align: center;
}
.project .title h1 {
	font-size: 28px;
	color: #333;
	line-height: 35px;
	margin: 15px 0;
}
.project .title span {
	font-size: 16px;
	color: #666;
}
.project_con {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 50px auto;
}
.project_con dl {
	width: 380px;
	float: left;
	font-size: 14px;
	margin: 15px;
	overflow: hidden;
	color: #333;
	line-height: 26px;
}
.project_con dl dd {
	height: 240px;
	margin-bottom: 12px;
	padding: 1px;
	transition: box-shadow 218ms;
}
.project_con dl dd:hover {
	background-color: #ccc;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.project_con dl dd a {
	display: block;
	width: 100%;
	height: 100%;
}
.project_con dl dt a {
	margin-right: 25px;
	display: inline-block;
	line-height: 24px;
	color: #333;
}
.project_con dl dt a:hover {
	color: #F08326;
}
.path {
	background: #f6f6f6;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}
.path h1 {
	font-size: 28px;
	color: #333;
	line-height: 30px;
}
.path .pic {
	margin: 50px auto;
}
.team_box {
	padding-top: 80px;
	overflow: hidden;
}
.team {
	width: 1200px;
	margin: 0px auto;
	lear: both;
	overflow: hidden;
}
.team h1 {
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #333;
}
.team .top {
	width: 995px;
	margin: 0 auto;
}
.team .top p {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
.team_con {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 50px auto;
}
.team_con .left_cor {
	width: 66.6%;
	float: left;
}
.team_con .left_cor .boxgrid {
	width: 50%;
	height: 220px;
	border: 1.5px solid #fff;
	float: left;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-position: center top;
}
.team_con .left_cor .boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.team_con .left_cor .boxgrid .cover {
	position: absolute;
	background: #000;
	height: 220px;
	width: 100%;
	opacity: .7; /* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.team_con .left_cor .boxgrid .cover {
	top: 220px;
	left: -39px;
}
.team_con .left_cor .boxgrid .cover h3 {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: left;
	margin-left: 15px;
}
.team_con .right_cor {
	width: 33.3%;
	float: right;
	margin-top: 1px;
}
.team_con .right_cor .boxgrid {
	width: 100%;
	height: 438px;
	overflow: hidden;
	position: relative;
	background-position: center top;
}
.team_con .right_cor .boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.team_con .right_cor .boxgrid .cover1 {
	position: absolute;
	background: #000;
	height: 438px;
	width: 100%;
	opacity: .7; /* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.team_con .right_cor .boxgrid .cover1 {
	top: 438px;
	left: 0;
}
.team_con .right_cor .boxgrid .cover1 h3 {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: left;
	margin-left: 15px;
}
.demand_box {
	width: 100%;
	overflow: hidden;
	border-top: 0px solid #e9e9e9;
	padding-top: 0px;
	margin-top: 20px;
}
.demand h1 {
	text-align: center;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 20px;
	color: #333;
}
.demand_table {
	width: 685px;
	margin: 20px auto;
	overflow: hidden;
}
.demand_table .row {
	width: 100%;
	clear: both;
	margin: 0 auto;
}
.demand_table label {
	position: relative;
	float: left;
	margin: 20px 15px 0 15px;
	display: block;
}
.demand_table label span {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 14px;
	color: #999;
}
.demand_table .txt {
	border: 1px solid #d9d9d9;
	padding: 10px;
	background: #fff;
}
.demand_table .txt:focus {
	border: 2px solid #F08326;
	padding: 9px;
	background: #fff;
}
.demand_table .txt.w1 {
	width: 290px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.demand_table .txt.w2 {
	width: 631px;
	height: 116px;
	line-height: 20px;
	font-size: 14px;
}
.demand_table .btn {
	float: left;
	border: 0;
	background: #F08326;
	border-radius: 2px;
	width: 170px;
	padding: 0 11px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 15px;
	margin-top: 20px;
}
.demand_table .row .btn:hover {
	background: #049707;
}
.demand_table .row p.xin {
	color: #666;
	line-height: 50px;
	font-size: 14px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}
.demand_table .row p.xin a {
	color: #F08326;
}
.demand_table .row p.xin a:hover {
	text-decoration: underline;
}
.demand_bottom {
	width: 655px;
	margin: 20px auto;
	overflow: hidden;
}
.demand_bottom h2 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.demand_bottom .con {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.demand_bottom .con ul {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 32px;
}
.demand_bottom .con .xinwe {
	width: 320px;
	float: right;
	margin-top: 12px;
}
.demand_bottom .con .xinwe dl {
	text-align: center;
	font-size: 14px;
	color: #333;
	float: left;
	margin-left: 30px;
}
.demand_bottom .con .xinwe dl dd {
	margin-bottom: 10px;
}
.demand_bottom .con ul i {
	background: url(../images/icon.png) no-repeat;
	width: 19px;
	height: 16px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: -4px;
}
.demand_bottom .con ul i.j1 {
	background-position: 0 -114px;
}
.demand_bottom .con ul i.j2 {
	background-position: -27px -114px;
}
.demand_bottom .con ul i.j3 {
	background-position: -51px -114px;
}
.demand_bottom .con ul i.j4 {
	background-position: -85px -114px;
}
.demand_bottom .con ul i.j5 {
	background-position: -112px -114px;
}
.demand_bottom .con ul a {
	color: #F08326;
	margin-left: 10px;
}
.demand_bottom .con ul a:hover {
	text-decoration: underline;
}
/*新闻*/

.news_banner {
	background: url(../images/news.jpg) no-repeat center top;
	width: 100%;
	height: 440px;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	margin-top: 54px;
}
.news_banner h1 {
	line-height: 50px;
	margin-top: 55px;
	font-size: 28px;
	color: #000;
}
.news_banner h1 p {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.news_banner h1 span {
	font-size: 20px;
	display: block;
	line-height: 30px;
}
.news_module {
	width: 1200px;
	margin: 0 auto;
}
.news_module .left_side {
	width: 200px;
	float: left;
}
.tree_menu {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	margin-top: 50px;
}
.tree_menu ul {
	line-height: 50px;
}
.tree_menu ul li {
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
}
.tree_menu ul li a {
	color: #222;
	display: block;
}
.tree_menu ul li a:hover {
	color: #F08326;
}
.tree_menu ul li.on a {
	color: #F08326;
}
.tree_menu ul li a i {
	background: url(../images/common.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 12px 0 20px;
	vertical-align: -3px;
}
.tree_menu ul li a i.t1 {
	background-position: -29px 0;
	vertical-align: -5px
}
.tree_menu ul li a i.t2 {
	background-position: -29px -24px;
}
.tree_menu ul li a i.t3 {
	background-position: -29px -57px;
}
.tree_menu ul li a i.t4 {
	background-position: -29px -86px;
}
.tree_menu ul li a i.t5 {
	background-position: -29px -116px;
}
.tree_menu ul li a:hover i.t1 {
	background-position: 0px 0;
	vertical-align: -5px
}
.tree_menu ul li a:hover i.t2 {
	background-position: 0px -24px;
}
.tree_menu ul li a:hover i.t3 {
	background-position: 0px -57px;
}
.tree_menu ul li a:hover i.t4 {
	background-position: 0px -86px;
}
.tree_menu ul li a:hover i.t5 {
	background-position: 0px -116px;
}
.tree_menu ul li.on a i.t1 {
	background-position: 0px 0;
	vertical-align: -5px
}
.tree_menu ul li.on a i.t2 {
	background-position: 0px -24px;
}
.tree_menu ul li.on a i.t3 {
	background-position: 0px -57px;
}
.tree_menu ul li.on a i.t4 {
	background-position: 0px -86px;
}
.tree_menu ul li.on a i.t5 {
	background-position: 0px -116px;
}
.green_bt {
	width: 100%;
	height: 88px;
	background: #F08326;
	display: block;
	color: #fff;
	margin-top: 30px;
	transition: all 1s ease-in-out;
}
.green_bt:hover {
	background: #018904;
}
.green_bt span {
	background: url(../images/common.png) no-repeat -59px 0;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 27px 12px 0 30px;
	vertical-align: -3px;
	float: left;
}
.green_bt ul {
	float: left;
}
.green_bt ul h2 {
	font-size: 16px;
	margin: 24px 0 2px 0;
}
.blue_bt {
	width: 100%;
	height: 88px;
	background: #208dd8;
	display: block;
	color: #fff;
	margin-top: 20px;
	transition: all 1s ease-in-out;
}
.blue_bt:hover {
	background: #005fa0;
}
.blue_bt span {
	background: url(../images/common.png) no-repeat -105px 0;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 27px 12px 0 30px;
	vertical-align: -3px;
	float: left;
}
.blue_bt ul {
	float: left;
}
.blue_bt ul h2 {
	font-size: 16px;
	margin: 32px 0 2px 0;
}
.news_module .right_side {
	width: 940px;
	float: right;
}
.news_list {
	width: 100%;
	margin: 50px auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
	border-bottom: 1px dotted #c0c2c3;
}
.news_list .pic {
	float: left;
	display: block;
	width: 270px;
	height: 180px;
}
.news_list .pic a {
	display: block;
	width: 100%;
	height: 100%;
}
.news_list ul {
	width: 620px;
	float: right;
	margin-right: 25px;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.news_list ul li {
	margin-bottom: 7px;
}
.news_list ul h1 a {
	font-size: 24px;
	color: #222;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}
.news_list ul h1 a:hover {
	color: #F08326;
	text-decoration: none;
}
.news_list ul a {
	color: #F08326;
}
.news_list ul a:hover {
	text-decoration: underline;
}
a.allnews_n {
	background: #fff;
	width: 158px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border-radius: 2px;
	display: block;
	margin: 40px auto 100px auto;
	line-height: 38px;
}
a.allnews_n:hover {
	background: #1ea721;
	color: #fff;
}
.news_con_banner {
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 440px;
}
.news_con_banner h1 {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
	margin-top: 230px;
}
.case_con_banner {
	width: 100%;
	height: 670px;
	text-align: center;
	overflow: hidden;
}
.case_con_banner_con {
	width: 100%;
	height: 780px;
	text-align: center;
	overflow: hidden;
}
.case_con_banner_big {
	width: 100%;
	height: 800px;
	text-align: center;
	overflow: hidden;
}
/*新闻详情*/



.news_con_top {
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	color: #3b3b3b;
	font-size: 14px;
	text-align: center;
	line-height: 59px;
	overflow: hidden;
}
.news_con_top .con {
	width: 800px;
	margin: 0 auto;
}
.news_con_top .con strong {
	font-weight: normal;
	margin-right: 25px;
}
.news_con_top ul {
	float: left;
	line-height: 30px;
	margin-top: 15px;
}
.news_con_top ul .iconfont {
	font-family: iconfont!important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top
}
.news_con_top a.more {
	float: right;
	color: #2b2b2b;
}
.news_con_top a.more:hover {
	text-decoration: underline;
}
.news_con {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}
.news_con p {
	font-size: 14px;
	line-height: 28px;
	width: 100%;
}
.news_con .show {
	text-align: center;
	font-size: 14px;
	clear: both;
	margin-top: 60px;
	line-height: 40px;
}
.news_con .show .weibo {
	background: url(../images/icon.png) no-repeat -521px 0;
	width: 23px;
	height: 19px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: -3px;
}
.news_con .show .weixin {
	background: url(../images/icon.png) no-repeat -552px 0;
	width: 23px;
	height: 19px;
	display: inline-block;
	vertical-align: -3px;
}
/*案例*/


.case.wu {
	margin-top: 0px;
}
.case .tabs {
	width: 1200px;
	background: url(../images/about_line.jpg) repeat-x left bottom;
	overflow: hidden;
	margin: 0 auto;
}
.case .tabs a {
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	line-height: 35px;
}
.case .tabs a:hover {
	color: #19b22b;
	border-bottom: 2px solid #19b22b;
}
.case .tabs a.on {
	color: #19b22b;
	border-bottom: 2px solid #19b22b;
}

.case .btn {
	background: #F08326;
	width: 120px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	display: block;
	margin: 40px auto 80px auto;
	clear: both;
	line-height: 35px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.case .btn:hover {
	background: #1ea721;
}
.case .btn.wu {
	background: #fff;
	width: 158px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	display: block;
	margin: 40px auto 80px auto;
	clear: both;
	line-height: 35px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #333;
}
.case .btn.wu:hover {
	background: #1ea721;
	color: #fff;
}
/*加入我们*/

.jion_banner {
	width: 100%;
	height: 530px;
	margin-top: 54px;
}
.job {
	width: 1200px;
	margin: 0 auto;
}
.job .top {
	overflow: hidden;
	text-align: center;
	color: #666;
	font-size: 16px;
}
.job .top h1 {
	font-size: 28px;
	line-height: 35px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 75px;
}
.job .con {
	overflow: hidden;
	margin-top: 50px;
}
.job .list {
	float: left;
	width: 335px;
	color: #333;
	line-height: 26px;
	margin-right: 97px;
}
.job .list.last {
	margin: 0;
}
.job .list h2 {
	font-size: 20px;
	margin-top: 25px;
}
.job .list strong {
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
}
.job .list ul {
	overflow: hidden;
}
.job .bottom {
	text-align: center;
	clear: both;
	overflow: hidden;
	margin: 65px auto;
	font-size: 20px;
}
.job .bottom a {
	background: #ee302f;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	line-height: 50px;
	padding: 0 40px;
	margin-top: 15px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
}
.job .bottom a:hover {
	background: #d90100;
}
.follow {
	width: 100%;
	border-top: 1px solid #e2e2e2;
	padding-top: 80px;
	text-align: center;
}
.follow h1 {
	font-size: 28px;
	color: #333;
	line-height: 30px;
}
.follow ul {
	width: auto;
	overflow: hidden;
	margin: 30px auto 70px auto;
}
.follow ul li {
	width: 120px;
	display: inline-block;
	margin: 0 10px;
}
/*友情链接*/

.partner {
	background: #f6f6f6;
	color: #333;
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
}
.partner h1 {
	font-size: 28px;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}
.partner_con {
	width: 1220px;
	margin: 0 auto 95px auto;
	overflow: hidden;
}
.partner_con .list {
	width: 224px;
	height: 275px;
	background: #fff;
	overflow: hidden;
	margin: 0 10px;
	float: left;
}
.partner_con .list .pic {
	height: 120px;
}
.partner_con .list ul {
	width: 90%;
	margin: 10px auto;
	line-height: 22px;
	color: #666;
}
.partner_con .list ul h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
}
.link {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.link h1 {
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	color: #333;
	margin: 80px auto 40px auto;
}
.link ul {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.link li {
	float: left;
	font-size: 14px;
	line-height: 28px;
	width: 170px;
	margin-right: 30px;
}
.link li a {
	color: #333;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link li a:hover {
	color: #1ea721;
}
.link .btn {
	background: #F08326;
	width: 160px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 2px;
	display: block;
	margin: 40px auto 80px auto;
	clear: both;
	line-height: 40px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link .btn:hover {
	background: #1ea721;
}
/*nicelab*/

.nicelab {
	width: 1100px;
	margin: 0 auto;
	color: #333;
	padding-bottom: 60px;
}
.nicelab ul {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 70px;
}
.nicelab li h1 {
	font-size: 24px;
	line-height: 35px;
	margin: 15px auto 5px auto;
	color: #070707;
}
.nicelab li p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}


/*案例内页1*/

.examples {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.examples .describe {
	width: 1200px;
	background: #f9f9f9;
	margin: 0 auto;
}
.examples .describe.gray {
	width: 100%;
}
.examples .describe .con {
	width: 1100px;
	padding: 65px 0;
	margin: 0 auto;
	overflow: hidden;
}
.examples .describe .con .txt {
	width: 100%;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #333;
}
.examples .describe .con .txt h1 {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
}
.examples .jise_big {
	height: 860px;
}
.examples .jise_b {
	height: 780px;
}
.examples .jise {
	height: 800px;
}
.examples .jise_s {
	height: 660px;
}
.examples .jise_v_s {
	height: 760px;
}
.examples .list {
	max-width: 1200px;
	margin: 0 auto;
}

 @media screen and (max-width:1440px) {
.about_box {
	height: 300px;
}
.examples .jise_b {
	height: 520px;
}
.examples .jise {
	height: 600px;
}
.examples .jise_s {
	height: 460px;
}
.case_con_banner {
	height: 620px;
}
.case_con_banner_big {
	height: 760px;
}
.case_con_banner_con {
	height: 700px;
}
.examples .jise_big {
	height: 760px;
}
}
 @media screen and (max-width:1337px) {
.case_con_banner {
	height: 560px;
}
.case_con_banner_big {
	height: 700px;
}
}
 @media screen and (max-width:1237px) {


.project {
	width: 1000px;
}
.case_con_banner {
	height: 500px;
}
.project_con dl {
	width: 300px;
	margin: 15px;
}

.case_con_banner_big {
	height: 650px;
}
.case_con_banner_con {
	height: 600px;
}
}
 @media screen and (max-width:1225px) {
.partner_con {
	width: 1200px;
}
.partner_con .list {
	width: 19%;
	margin: .5%;
}
.case_con_banner_big {
	height: 600px;
}
.examples .jise_big {
	height: 660px;
}
}
 @media screen and (max-width:1208px) {
.public {
	width: 1000px;
}
.news_module {
	width: 1000px;
}
.news_module .right_side {
	width: 740px;
}
.news_list ul {
	width: 420px;
}

.team {
	width: 1000px;
}
.news_box.wu h1 {
	width: 970px;
}

.case .tabs {
	width: 1000px;
}
.job {
	width: 1000px;
}
.job .list {
	width: 300px;
	margin-right: 50px;
}
.partner_con {
	width: 1000px;
}
.link {
	width: 96%;
}
.link li {
	width: 18%;
	margin: 0 1%;
}
.nicelab {
	width: 90%;
}
.examples .describe {
	width: 100%;
}
.examples .describe .con {
	width: 90%;
	padding: 50px 0 45px 0;
}
.examples .describe .con .txt h1 {
	margin-bottom: 5px;
}
a.allnews {
	background: #F08326;
	width: 90%;
	height: 55px;
	font-size: 20px;
	line-height: 55px;
	margin: 30px auto;
}
.case_con_banner_con {
	height: 500px;
}
.examples .jise_big {
	height: 600px;
}
}
 @media screen and (max-width:1000px) {
.public {
	width: 760px;
}
.mian_tab ul li a {
	margin: 0 30px;
}
.who {
	width: 90%;
}
.team .top {
	width: 90%;
}
.about_box {
	height: 300px;
}
.examples .jise_b {
	height: 420px;
}
.examples .jise {
	height: 500px;
}
.examples .jise_s {
	height: 360px;
}
.project {
	width: 100%;
}
.project_con dl {
	width: 30%;
	margin: 15px 1.5%;
}
.news_box_list dl {
	margin: 30px 50px 0 50px;
}
.news_box_list dl.last {
	margin: 30px 50px 0 50px;
}
.green_bt {
	display: none;
}
.blue_bt {
	display: none;
}
.news_module {
	width: 100%;
	margin: 0 auto;
}
.news_module .left_side {
	width: 100%;
	float: none;
}
.tree_menu {
	width: 100%;
	border-top: 0;
	margin-top: 20px;
}
.tree_menu ul {
	overflow: hidden;
}
.tree_menu ul li {
	border-bottom: 0;
	display: block;
	float: left;
	width: 29%;
	margin: 5px 2%;
}
.tree_menu ul li a {
	display: block;
	line-height: 39px;
	margin: 0;
	border-radius: 2px;
	border: 1px solid #dadada;
}
.tree_menu ul li a:hover {
	color: #fff;
	background: #F08326;
	border: 1px solid #F08326;
}
.tree_menu ul li.on a {
	color: #fff;
	background: #F08326;
	border: 1px solid #F08326;
}
.tree_menu ul li a:hover i.t1 {
	background-position: -156px 0;
	vertical-align: -5px
}
.tree_menu ul li a:hover i.t2 {
	background-position: -156px -24px;
}
.tree_menu ul li a:hover i.t3 {
	background-position: -156px -57px;
}
.tree_menu ul li a:hover i.t4 {
	background-position: -156px -86px;
}
.tree_menu ul li a:hover i.t5 {
	background-position: -156px -116px;
}
.tree_menu ul li.on a i.t1 {
	background-position: -156px 0;
	vertical-align: -5px
}
.tree_menu ul li.on a i.t2 {
	background-position: -156px -24px;
}
.tree_menu ul li.on a i.t3 {
	background-position: -156px -57px;
}
.tree_menu ul li.on a i.t4 {
	background-position: -156px -86px;
}
.tree_menu ul li.on a i.t5 {
	background-position: -156px -116px;
}
.news_module .right_side {
	width: 96%;
	float: none;
	margin: 0 auto;
}
.news_list .pic {
	width: 35%;
}
.news_list ul {
	width: 63%;
	margin-right: 0;
}
.news_con_top .con {
	width: 760px;
}
.news_con {
	width: 760px;
}
.news_box.wu h1 {
	width: 90%;
	font-size: 22px;
	margin: 0 auto;
}
.team {
	width: 760px;
}

.case .tabs {
	width: 100%;
}

.job {
	width: 100%;
}
.job .list {
	width: 30%;
	margin: 0 2%;
}
.partner_con {
	width: 100%;
}
.partner_con .list {
	width: 30%;
	margin: 1.5%;
}
.partner_con .list .pic {
	height: 140px;
}
.mian_tab {
	display: none;
}
 
.who h1 {
	margin-top: 0;
}
.blog_banner {
	height: 320px;
}

.case_con.blog_bg dl {
	height: 400px;
}
.case_con_banner {
	height: 420px;
}
.case_con_banner_big {
	height: 420px;
}
.case_con_banner_con {
	height: 420px;
}
.examples .jise_big {
	height: 500px;
}
}

 @media screen and (max-width:760px) {
.public {
	width: 470px;
}
.mian_tab ul li a {
	margin: 0 10px;
}
.about_box {
	height: 300px;
}
.examples .jise_b {
	height: 320px;
}
.examples .jise {
	height: 400px;
}
.examples .jise_s {
	height: 300px;
}
.project_con dl {
	width: 45%;
	margin: 15px 2.5%;
}
.news_box_list {
	width: 100%;
}
.news_box_list dl h2 a {
	font-size: 18px;
	margin-top: 10px;
	display: inline-block;
}
.news_box_list dl {
	width: 100%;
	margin: 30px auto 0 auto;
	float: none;
}
.news_box_list dl dt {
	padding: 0 12px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 5px;
}
.news_box_list dl dd {
	width: 100%;
	height: 320px;
}
.news_box_list dl.last {
	margin: 30px auto 0 auto;
	float: none;
}
.news_banner {
	height: 280px;
}
.news_banner h1 p {
	font-size: 16px;
	line-height: 20px;
}
.news_con_banner {
	height: 280px;
}
.news_con_banner h1 {
	font-size: 26px;
	margin-top: 170px;
}
.case_con_banner {
	height: 380px;
}
.news_module {
	width: 100%;
}
.news_module .right_side {
	width: 100%;
}
.news_list {
	border: 0;
	height: auto;
	margin: 20px auto 35px auto;
	padding-bottom: 0;
}
.news_list ul h1 a {
	font-size: 18px;
}
.news_list .pic {
	width: 100%;
	height: 320px;
	float: none;
	text-align: center;
}
.news_list .pic img {
	width: 100%;
}
.news_list ul {
	padding: 0 12px;
	width: auto;
	float: none;
	margin-top: 20px;
}
.news_con_top .con {
	width: 90%;
}
.news_con {
	width: 90%;
}
.news_con_top .con strong {
	display: none;
}
.team {
	width: 100%;
}
.team_con .left_cor {
	width: 100%;
	clear: both;
	float: none;
	margin: 0 auto;
}
.team_con .left_cor .boxgrid {
	width: 100%;
}
.team_con .right_cor {
	width: 100%;
	clear: both;
	float: none;
	margin: 0 auto;
}
.team_con .right_cor .boxgrid {
	width: 100%;
	border: 1.5px solid #fff;
}
.demand_table label {
	float: none;
	margin: 20px auto 0 auto;
}
.demand_table {
	width: 90%;
	margin: 20px auto;
}
.demand_table .txt.w1 {
	width: 92%;
}
.demand_table .txt.w2 {
	width: 92%;
}
.demand_table .btn {
	margin-left: 0;
	width: 99%;
	font-size: 16px;
	height: 52px;
}
.demand_table .row p.xin {
	line-height: 35px;
	margin-right: 0;
}
.demand_bottom {
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
}
.demand_bottom .con ul {
	float: none;
}
.demand_bottom .con .xinwe {
	float: none;
	margin: 20px auto 0 auto;
}
.demand_bottom .con .xinwe dl {
	margin: 0 5px;
}
.case .tabs {
	border-bottom: 0px;
}
.case .tabs a {
	display: block;
	border-bottom: 1px solid #d8d8d8;
	height: 45px;
	line-height: 45px;
}
.case .tabs a:hover {
	height: 44px;
	line-height: 44px;
}

.job {
	width: 90%;
	margin: 0 auto;
}
.job .list {
	width: 100%;
	margin: 40px auto;
	float: none;
	clear: both;
}
.job .list .pic {
	text-align: center;
}
.partner_con {
	width: 100%;
}
.partner_con .list {
	width: 45%;
	height: 320px;
	margin: 2.5%;
}
.partner_con .list .pic {
	height: 180px;
}
.link li {
	width: 31%;
	margin: 0 1%;
}

.project .title h1 {
	font-size: 24px;
	margin: 5px 0;
}

.path h1 {
	font-size: 24px;
	margin: 5px 0;
}

.demand h1 {
	font-size: 24px;
	margin: 5px 0;
}
.who h1 {
	font-size: 24px;
	margin: 5px 0;
}
.team h1 {
	font-size: 24px;
	margin: 5px 0;
}
.job .top h1 {
	font-size: 24px;
	margin: 5px 0;
}
.follow h1 {
	font-size: 24px;
	margin: 5px 0;
}
.partner h1 {
	font-size: 24px;
	margin: 5px 0;
}
.link h1 {
	font-size: 24px;
	margin: 35px 0 25px 0;
}
.blog_banner {
	height: 260px;
}
.case_con.blog_bg {
	margin-top: 22px;
}
.case_con.blog_bg dl {
	height: auto;
	padding-bottom: 30px;
	margin: 0;
}
.follow {
	padding-top: 35px;
}
.partner_con .list ul h2 {
	font-size: 18px;
	margin: 5px 0;
}
.partner_con .list ul {
	font-size: 14px;
}

.case_con_banner_big {
	height: 360px;
}
.case_con_banner_con {
	height: 360px;
}
.examples .jise_big {
	height: 400px;
}

} 
 @media screen and (max-width:590px) {
.follow ul {
	width: 300px;
	overflow: hidden;
}
.follow ul li {
	display: inline-block;
	margin: 5px;
}

.news_list .pic {
	height: 220px;
}
.case_con_banner_big {
	height: 300px;
}
.case_con_banner_con {
	height: 300px;
}
}
 @media screen and (max-width:520px) {
.main_about {
	padding-top: 30px;
}
.about_box {

	height: 250px;
}

.examples .jise_b {
	height: 220px;
}
.examples .jise_v_s {
	height: 220px;
}
.examples .jise {
	height: 300px;
}
.examples .jise_s {
	height: 200px;
}
}
 @media screen and (max-width:470px) {
.news_box_list {
	width: 100%;
}
.news_box_list dl {
	width: 100%;
	font-size: 14px;
}
.news_box_list dl h2 {
	font-size: 18px;
	margin: 5px 0;
}
.news_box_list dl img {
	width: 100%;
}
.news_box_list dl dt {
	padding: 0 12px;
}
.about_box h1 {
	font-size: 22px;
	line-height: 45px;
}


.project {
	margin: 25px auto 0 auto;
}
.project_gray {
	padding-bottom: 0px;
}
.project_con {
	margin: 15px auto 0 auto;
}
.project_con dl {
	width: 100%;
	margin: 30px auto 0 auto;
	float: none;
}
.project_con dl dt {
	padding: 0 12px;
	line-height: 22px;
}
.project_con dl {
	width: 100%;
	margin: 15px auto 30px auto;
	float: none;
}

.path {
	padding-top: 0;
}
.demand_table label span {
	top: 13px;
}
.news_banner {
	height: 250px;
}
.news_banner h1 {
	font-size: 18px;
	line-height: 30px;
}
.news_banner h1 p {
	font-size: 14px;
	line-height: 20px;
}
.news_banner h1 span {
	font-size: 14px;
}
.news_con_banner {
	height: 250px;
}
.news_con_banner h1 {
	font-size: 22px;
	line-height: 32px;
	width: 90%;
	margin: 0 auto;
	margin-top: 130px;
}
.case_con_banner {
	height: 280px;
}
.team {
	width: 100%;
}
.demand_table .btn {
	float: none;
}
.demand_table .row p.xin {
	float: none;
}
.demand_bottom .con .xinwe {
	width: 100%;
	margin: 0 auto;
}
.demand_bottom .con .xinwe dl {
	width: 50%;
	margin: 20px 0px;
	line-height: 22px;
}
.demand_bottom h2 {
	font-size: 20px;
}
.jion_banner {
	width: 100%;
	height: 280px;
}
.partner_con .list {
	width: 96%;
	height: auto;
	margin: 20px auto;
	float: none;
}
.partner_con .list .pic {
	height: 180px;
}
.partner {
	padding-top: 35px;
}
.link li {
	width: 50%;
	margin: 0;
	text-align: center;
}


.blog_banner {
	height: 220px;
}

.tree_menu ul li {
	display: block;
	float: left;
	width: 46%;
	margin: 5px 2%;
}
.case_con dl h3 a {
	font-size: 18px;
	color: #333;
}
.demand_box {
	padding-top: 35px;
}
.job .con {
	margin-top: 0;
}
.job {
	margin-top: 30px;
}
.partner_con {
	margin: 0 auto;
}
.who {
	width: 100%;
}
.who p {
	padding: 0 22px;
	margin-top: 15px;
	line-height: 24px;
}
.team .top {
	width: 100%;
}
.team .top p {
	padding: 0 22px;
	margin-top: 15px;
	line-height: 24px;
}

.team_box {
	padding-top: 40px;
}
.team .top {
	width: 100%;
	margin: 15px auto 0 auto;
}
.team .top p {
	line-height: 24px;
	padding: 0 22px;
}
.team_con {
	margin: 45px auto;
}
.news_list ul li {
	margin-bottom: 4px;
	line-height: 22px;
}
.news_con p {
	font-size: 16px;
}
.news_con .show {
	margin-top: 30px;
}
.news_box {
	padding-top: 30px;
}
.news_box_list dl h2 {
	margin-top: 12px;
}
.news_box_list dl h2 a {
	font-size: 18px;
}
.news_box_list dl dt {
	margin-bottom: 4px;
	line-height: 22px;
}
a.allnews {
	margin: 30px auto 0 auto;
}
.news_box {
	padding-bottom: 60px;
}
.link .btn {
	margin: 40px auto 60px auto;
}
.nicelab li h1 {
	font-size: 20px;
	margin: 10px auto 2px auto;
}
.nicelab li p {
	line-height: 22px;
}
.nicelab ul {
	margin-top: 35px;
}
.nicelab {
	padding-bottom: 35px;
}
.news_list .pic {
	height: 240px;
}
.news_box_list dl dd {
	height: 240px;
}
.case_con_banner_big {
	height: 280px;
}
.case_con_banner_con {
	height: 280px;
}
.examples .jise_big {
	height: 350px;
}
}
 @media screen and (max-width:300px) {
.public {
	width: 100%;
}
.about h1 {
	width: 90%;
	font-size: 22px;
}
.jion_banner {
	width: 100%;
	height: 200px;
}
.follow ul {
	width: 98%;
	overflow: hidden;
}
.follow ul li {
	display: inline-block;
	margin: 5px;
}
.link li {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.case_con_banner {
	height: 200px;
}
.case_con_banner_big {
	height: 200px;
}
.case_con_banner_con {
	height: 200px;
}
.examples .jise_big {
	height: 300px;
}
}
.shrae {
	font-size: 14px;
	line-height: 40px;
	margin-top: 25px;
}
.iconfont {
	color: #fff
}
@font-face {
	font-family: iconfont;
	src: url(../other/iconfont.eot);
	src: url(../fonts/iconfont.eot)format('embedded-opentype'), url(../fonts/iconfont.woff)format('woff'), url(../fonts/iconfont.ttf)format('truetype'), url(../fonts/iconfont.svg#iconfont)format('svg')
}
.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top
}
.icon-sina {
	background-color: #ea493c;
	font-size: 26px;
	margin-left: 5px;
}
.icon-wechat {
	cursor: pointer;
	background-color: #F08326;
	font-size: 26px;
	margin-left: 5px;
}
.theme-mask {
	z-index: 10000;
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	display: none;
}
.popover {
	width: 360px;
	height: 400px;
	z-index: 100001;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	margin: -200px 0 0 -180px;
	box-shadow: 1px 1px 6px 3px rgba(0,0,0,.2);
	display: none;
	text-align: center;
}
.popover dl {
	margin-top: 60px;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.popover dl a {
	width: 110px;
	height: 40px;
	background: #24b728;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
	font-size: 14px;
}
.examples .hight1000 {
	height: 1000px;
}
 @media screen and (max-width:1440px) {
.examples .hight1000 {
	height: 760px;
}
}
 @media screen and (max-width:1237px) {
.examples .hight1000 {
	height: 700px;
}
}
 @media screen and (max-width:1225px) {
.examples .hight1000 {
	height: 680px;
}
}
 @media screen and (max-width:1208px) {
.examples .hight1000 {
	height: 640px;
}
}
 @media screen and (max-width:1000px) {
.examples .hight1000 {
	height: 600px;
}
}
 @media screen and (max-width:760px) {
.examples .hight1000 {
	height: 500px;
}
}
 @media screen and (max-width:520px) {
.examples .hight1000 {
	height: 400px;
}
}
 @media screen and (max-width:470px) {
.examples .hight1000 {
	height: 360px;
}
}
 @media screen and (max-width:300px) {
.examples .hight1000 {
	height: 300px;
}
}
/*kehuqiang*/

.examples .hight1000 {
	height: 1000px;
}
.khq {
	height: 600px;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
	margin-top: 300px;
	position: relative;
	text-align: center;
}
.wrapper .counter {
	width: 23%;
	margin: 0 5%;
	display: inline-block;
	color: #fff;
}
.count-title {
	font-size: 88px;
	line-height: 130px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
.count-text {
	font-size: 14px;
	font-weight: normal;
	line-height: 60px;
}

 @media screen and (max-width:1440px) {
.examples .hight1000 {
	height: 760px;
}
}
 @media screen and (max-width:1237px) {
.examples .hight1000 {
	height: 700px;
}
.khq {
	height: 500px;
}
}
 @media screen and (max-width:1225px) {
.examples .hight1000 {
	height: 680px;
}
.wrapper {
	margin-top: 200px;
}
.count-title {
	font-size: 68px;
	line-height: 100px;
}
}
 @media screen and (max-width:1208px) {
.examples .hight1000 {
	height: 640px;
}
.khq {
	height: 450px;
}
}
 @media screen and (max-width:1000px) {
.examples .hight1000 {
	height: 600px;
}
.khq {
	height: 400px;
}
}
 @media screen and (max-width:810px) {
.wrapper {
	width: 100%;
	margin-top: 170px;
}
.count-title {
	font-size: 48px;
	line-height: 70px;
}
}
 @media screen and (max-width:760px) {
.examples .hight1000 {
	height: 500px;
}
.khq {
	height: 350px;
}
.wrapper {
	width: 100%;
	margin-top: 150px;
}
.wrapper .counter {
	width: 20%;
}
.count-title {
	font-size: 38px;
	line-height: 60px;
}
.count-text {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
}
}
 @media screen and (max-width:520px) {
.examples .hight1000 {
	height: 400px;
}
.khq {
	height: 300px;
}

}
 @media screen and (max-width:470px) {
.examples .hight1000 {
	height: 360px;
}
}
 @media screen and (max-width:300px) {
.examples .hight1000 {
	height: 300px;
}
}
.news_subbg{margin: 24px 0px 32px; padding: 32px; list-style-type: none; box-sizing: border-box; font-size: 16px; color: rgb(102, 102, 102); line-height: 30px; background-color: rgb(250, 250, 250); border-left-width: 6px; border-left-style: solid; border-left-color: rgb(224, 224, 224);}
.news_subtxt{margin: 0px; padding: 0px; list-style-type: none; box-sizing: border-box; width: 688px;}
.news_detailtxt{margin: 0px; padding: 0px; list-style-type: none; box-sizing: border-box; width: 750px; line-height: 30px; font-size: 16px; font-family: Hiragino Sans GB, Open Sans, Arial, Microsoft YaHei, SimSun, sans-serif;
  }
  .news_txtpic{ width:100%; text-align:center; margin-bottom:20px;}
    .news_txtpic img{ max-width:100%; }
	
	



.btn_link a {
	width: 240px;
	margin:0px auto;
	 text-align:center;
	background: #F08326;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display:block;

	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_link a:hover {
	background-color: #222;
}