<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*nb18*/
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	
}
html, body {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #8c8c8c;
}
input, textarea {
	border: none;
	font-family: "Microsoft YaHei";
}
img {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
p {
	
	color: #8c8c8c;
}
a {
	color: #000;
}


@font-face {
	font-family: "Poppins";
	/*src: url(../fonts/Poppins-L.otf) format('truetype');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "HELVETICANEUELTPRO";
	/*src: url(../fonts/HELVETICANEUELTPRO-THEX.OTF) format('truetype');*/
	font-weight: normal;
	font-style: normal;
}
.PostShow:after, article:after, header:after, .row:after {
	clear: both;
}
.PostShow:before, .PostShow:after, .PostShow:after, .row:before, .row:after {
	content: " ";
	display: table;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] &gt; input[type="button"]::-moz-focus-inner {
border: none;
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), 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: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}




.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite
}
.animated.hinge {
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	animation-duration: .75s
}
@keyframes bounce {
0%, 20%, 53%, 80%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
transform:translateZ(0)
}
40%, 43% {
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
transform:translate3d(0, -30px, 0)
}
70% {
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
transform:translate3d(0, -15px, 0)
}
90% {
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}
@keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	animation-name: flash
}
@keyframes pulse {
0% {
transform:scaleX(1)
}
50% {
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	transform: scaleX(1)
}
}
.pulse {
	animation-name: pulse
}
@keyframes rubberBand {
0% {
transform:scaleX(1)
}
30% {
transform:scale3d(1.25, .75, 1)
}
40% {
transform:scale3d(.75, 1.25, 1)
}
50% {
transform:scale3d(1.15, .85, 1)
}
65% {
transform:scale3d(.95, 1.05, 1)
}
75% {
transform:scale3d(1.05, .95, 1)
}
to {
	transform: scaleX(1)
}
}
.rubberBand {
	animation-name: rubberBand
}
@keyframes shake {
0%, to {
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
transform:translate3d(10px, 0, 0)
}
}
.shake {
	animation-name: shake
}
@keyframes headShake {
0% {
transform:translateX(0)
}
6.5% {
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
transform:translateX(5px) rotateY(7deg)
}
31.5% {
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
transform:translateX(2px) rotateY(3deg)
}
50% {
transform:translateX(0)
}
}
.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}
@keyframes swing {
20% {
transform:rotate(15deg)
}
40% {
transform:rotate(-10deg)
}
60% {
transform:rotate(5deg)
}
80% {
transform:rotate(-5deg)
}
to {
	transform: rotate(0deg)
}
}
.swing {
	transform-origin: top center;
	animation-name: swing
}
@keyframes tada {
0% {
transform:scaleX(1)
}
10%, 20% {
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
to {
	transform: scaleX(1)
}
}
.tada {
	animation-name: tada
}
@keyframes wobble {
0% {
transform:none
}
15% {
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
to {
	transform: none
}
}
.wobble {
	animation-name: wobble
}
@keyframes jello {
0%, 11.1%, to {
transform:none
}
22.2% {
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
	animation-name: jello;
	transform-origin: center
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
20% {
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
transform:scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	transform: scaleX(1)
}
}
.bounceIn {
	animation-name: bounceIn
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
transform:translate3d(0, 25px, 0)
}
75% {
transform:translate3d(0, -10px, 0)
}
90% {
transform:translate3d(0, 5px, 0)
}
to {
	transform: none
}
}
.bounceInDown {
	animation-name: bounceInDown
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
transform:translate3d(25px, 0, 0)
}
75% {
transform:translate3d(-10px, 0, 0)
}
90% {
transform:translate3d(5px, 0, 0)
}
to {
	transform: none
}
}
.bounceInLeft {
	animation-name: bounceInLeft
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
transform:translate3d(-25px, 0, 0)
}
75% {
transform:translate3d(10px, 0, 0)
}
90% {
transform:translate3d(-5px, 0, 0)
}
to {
	transform: none
}
}
.bounceInRight {
	animation-name: bounceInRight
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
transform:translate3d(0, -20px, 0)
}
75% {
transform:translate3d(0, 10px, 0)
}
90% {
transform:translate3d(0, -5px, 0)
}
to {
	transform: translateZ(0)
}
}
.bounceInUp {
	animation-name: bounceInUp
}
@keyframes bounceOut {
20% {
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity: 0;
	transform: scale3d(.3, .3, .3)
}
}
.bounceOut {
	animation-name: bounceOut
}
@keyframes bounceOutDown {
20% {
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
transform:translate3d(0, -20px, 0)
}
to {
	opacity: 0;
	transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	animation-name: bounceOutDown
}
@keyframes bounceOutLeft {
20% {
opacity:1;
transform:translate3d(20px, 0, 0)
}
to {
	opacity: 0;
	transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	animation-name: bounceOutLeft
}
@keyframes bounceOutRight {
20% {
opacity:1;
transform:translate3d(-20px, 0, 0)
}
to {
	opacity: 0;
	transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	animation-name: bounceOutRight
}
@keyframes bounceOutUp {
20% {
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
transform:translate3d(0, 20px, 0)
}
to {
	opacity: 0;
	transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	animation-name: bounceOutUp
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
.fadeIn {
	animation-name: fadeIn
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInDown {
	animation-name: fadeInDown
}
@keyframes fadeInDownBig {
0% {
opacity:0;
transform:translate3d(0, -2000px, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInDownBig {
	animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
0% {
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInLeft {
	animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInLeftBig {
	animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
0% {
opacity:0;
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInRight {
	animation-name: fadeInRight
}
@keyframes fadeInRightBig {
0% {
opacity:0;
transform:translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInRightBig {
	animation-name: fadeInRightBig
}
@keyframes fadeInUp {
0% {
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInUp {
	animation-name: fadeInUp;
	
}
.fadeInUp1 {
	animation-name: fadeInUp;
	 -webkit-animation:fadeInUp 1000ms .1s ease both;
}
.fadeInUp2 {
	animation-name: fadeInUp;
	 -webkit-animation:fadeInUp 1300ms .1s ease both;
}
.fadeInUp3 {
	animation-name: fadeInUp;
	 -webkit-animation:fadeInUp 1600ms .1s ease both;
}
.fadeInUp4 {
	animation-name: fadeInUp;
	 -webkit-animation:fadeInUp 1900ms .1s ease both;
}
.fadeInUp5 {
	animation-name: fadeInUp;
	 -webkit-animation:fadeInUp 2200ms .1s ease both;
}



@keyframes fadeInUpBig {
0% {
opacity:0;
transform:translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.fadeInUpBig {
	animation-name: fadeInUpBig
}
@keyframes fadeOut {
0% {
opacity:1
}
to {
	opacity: 0
}
}
.fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOutDown {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	animation-name: fadeOutDown
}
@keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	animation-name: fadeOutDownBig
}
@keyframes fadeOutLeft {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	animation-name: fadeOutLeft
}
@keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}
@keyframes fadeOutRight {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	animation-name: fadeOutRight
}
@keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	animation-name: fadeOutRightBig
}
@keyframes fadeOutUp {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	animation-name: fadeOutUp
}
@keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	animation-name: fadeOutUpBig
}
@keyframes flip {
0% {
transform:perspective(400px) rotateY(-1turn);
animation-timing-function:ease-out
}
40% {
transform:perspective(400px) translateZ(150px) rotateY(-190deg);
animation-timing-function:ease-out
}
50% {
transform:perspective(400px) translateZ(150px) rotateY(-170deg);
animation-timing-function:ease-in
}
80% {
transform:perspective(400px) scale3d(.95, .95, .95);
animation-timing-function:ease-in
}
to {
	transform: perspective(400px);
	animation-timing-function: ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}
@keyframes flipInX {
0% {
transform:perspective(400px) rotateX(90deg);
animation-timing-function:ease-in;
opacity:0
}
40% {
transform:perspective(400px) rotateX(-20deg);
animation-timing-function:ease-in
}
60% {
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
transform:perspective(400px) rotateX(-5deg)
}
to {
	transform: perspective(400px)
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}
@keyframes flipInY {
0% {
transform:perspective(400px) rotateY(90deg);
animation-timing-function:ease-in;
opacity:0
}
40% {
transform:perspective(400px) rotateY(-20deg);
animation-timing-function:ease-in
}
60% {
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
transform:perspective(400px) rotateY(-5deg)
}
to {
	transform: perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInY
}
@keyframes flipOutX {
0% {
transform:perspective(400px)
}
30% {
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}
.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@keyframes flipOutY {
0% {
transform:perspective(400px)
}
30% {
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}
@keyframes lightSpeedIn {
0% {
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
transform:skewX(20deg);
opacity:1
}
80% {
transform:skewX(-5deg);
opacity:1
}
to {
	transform: none;
	opacity: 1
}
}
.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
to {
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0
}
}
.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}
@keyframes rotateIn {
0% {
transform-origin:center;
transform:rotate(-200deg);
opacity:0
}
to {
	transform-origin: center;
	transform: none;
	opacity: 1
}
}
.rotateIn {
	animation-name: rotateIn
}
@keyframes rotateInDownLeft {
0% {
transform-origin:left bottom;
transform:rotate(-45deg);
opacity:0
}
to {
	transform-origin: left bottom;
	transform: none;
	opacity: 1
}
}
.rotateInDownLeft {
	animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
0% {
transform-origin:right bottom;
transform:rotate(45deg);
opacity:0
}
to {
	transform-origin: right bottom;
	transform: none;
	opacity: 1
}
}
.rotateInDownRight {
	animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
0% {
transform-origin:left bottom;
transform:rotate(45deg);
opacity:0
}
to {
	transform-origin: left bottom;
	transform: none;
	opacity: 1
}
}
.rotateInUpLeft {
	animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
0% {
transform-origin:right bottom;
transform:rotate(-90deg);
opacity:0
}
to {
	transform-origin: right bottom;
	transform: none;
	opacity: 1
}
}
.rotateInUpRight {
	animation-name: rotateInUpRight
}
@keyframes rotateOut {
0% {
transform-origin:center;
opacity:1
}
to {
	transform-origin: center;
	transform: rotate(200deg);
	opacity: 0
}
}
.rotateOut {
	animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
0% {
transform-origin:left bottom;
opacity:1
}
to {
	transform-origin: left bottom;
	transform: rotate(45deg);
	opacity: 0
}
}
.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
0% {
transform-origin:right bottom;
opacity:1
}
to {
	transform-origin: right bottom;
	transform: rotate(-45deg);
	opacity: 0
}
}
.rotateOutDownRight {
	animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
0% {
transform-origin:left bottom;
opacity:1
}
to {
	transform-origin: left bottom;
	transform: rotate(-45deg);
	opacity: 0
}
}
.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
0% {
transform-origin:right bottom;
opacity:1
}
to {
	transform-origin: right bottom;
	transform: rotate(90deg);
	opacity: 0
}
}
.rotateOutUpRight {
	animation-name: rotateOutUpRight
}
@keyframes hinge {
0% {
transform-origin:top left;
animation-timing-function:ease-in-out
}
20%, 60% {
transform:rotate(80deg);
transform-origin:top left;
animation-timing-function:ease-in-out
}
40%, 80% {
transform:rotate(60deg);
transform-origin:top left;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	transform: translate3d(0, 700px, 0);
	opacity: 0
}
}
.hinge {
	animation-name: hinge
}
@keyframes jackInTheBox {
0% {
opacity:0;
transform:scale(.1) rotate(30deg);
transform-origin:center bottom
}
50% {
transform:rotate(-10deg)
}
70% {
transform:rotate(3deg)
}
to {
	opacity: 1;
	transform: scale(1)
}
}
.jackInTheBox {
	animation-name: jackInTheBox
}
@keyframes rollIn {
0% {
opacity:0;
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
	opacity: 1;
	transform: none
}
}
.rollIn {
	animation-name: rollIn
}
@keyframes rollOut {
0% {
opacity:1
}
to {
	opacity: 0;
	transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
.rollOut {
	animation-name: rollOut
}
@keyframes zoomIn {
0% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	animation-name: zoomIn
}
@keyframes zoomInDown {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
	animation-name: zoomInDown
}
@keyframes zoomInLeft {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
	animation-name: zoomInLeft
}
@keyframes zoomInRight {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
	animation-name: zoomInRight
}
@keyframes zoomInUp {
0% {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
	animation-name: zoomInUp
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
to {
	opacity: 0
}
}
.zoomOut {
	animation-name: zoomOut
}
@keyframes zoomOutDown {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity: 0;
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform-origin: center bottom;
	animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
	animation-name: zoomOutDown
}
@keyframes zoomOutLeft {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
	opacity: 0;
	transform: scale(.1) translate3d(-2000px, 0, 0);
	transform-origin: left center
}
}
.zoomOutLeft {
	animation-name: zoomOutLeft
}
@keyframes zoomOutRight {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
	opacity: 0;
	transform: scale(.1) translate3d(2000px, 0, 0);
	transform-origin: right center
}
}
.zoomOutRight {
	animation-name: zoomOutRight
}
@keyframes zoomOutUp {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity: 0;
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform-origin: center bottom;
	animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
	animation-name: zoomOutUp
}
@keyframes slideInDown {
0% {
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	transform: translateZ(0)
}
}
.slideInDown {
	animation-name: slideInDown
}
@keyframes slideInLeft {
0% {
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	transform: translateZ(0)
}
}
.slideInLeft {
	animation-name: slideInLeft
}
@keyframes slideInRight {
0% {
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	transform: translateZ(0)
}
}
.slideInRight {
	animation-name: slideInRight
}
@keyframes slideInUp {
0% {
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	transform: translateZ(0)
}
}
.slideInUp {
	animation-name: slideInUp
}
@keyframes slideOutDown {
0% {
transform:translateZ(0)
}
to {
	visibility: hidden;
	transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
	animation-name: slideOutDown
}
@keyframes slideOutLeft {
0% {
transform:translateZ(0)
}
to {
	visibility: hidden;
	transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	animation-name: slideOutLeft
}
@keyframes slideOutRight {
0% {
transform:translateZ(0)
}
to {
	visibility: hidden;
	transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
	animation-name: slideOutRight
}
@keyframes slideOutUp {
0% {
transform:translateZ(0)
}
to {
	visibility: hidden;
	transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
	animation-name: slideOutUp
}
@-webkit-keyframes goTopapp {
0% {
-webkit-transform:scale(.8)
}
to {
	-webkit-transform: scale(1)
}
}
@keyframes goTopapp {
0% {
transform:scale(.8)
}
to {
	transform: scale(1)
}
}
@-webkit-keyframes drop {
0% {
top: 5px;
opacity: 0;
}
30% {
top: 10px;
opacity: 1;
}
100% {
top: 25px;
opacity: 0;
}
}
@keyframes drop {
0% {
top: 5px;
opacity: 0;
}
30% {
top: 10px;
opacity: 1;
}
100% {
top: 25px;
opacity: 0;
}
}
.lfooter {
	display: none
}
@media only screen and (max-width:768px) {
.tools {
	display: none
}
.footer {
	
}
.lfooter {
	max-width: 720px;
	height: 70px;
	background-color: #222;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	z-index: 99;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
}
.ecomment {
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding: 3px;
	border: solid 1px #999;
	margin: 0;
}








.fl {
	float: left;
}
.fr {
	float: right;
}
.lan{float:right;margin-left:30px;}
.lan-cn{float:left;color:#fff;}
.lan-cn img{display:block;float:left;margin-top:12px;}
.lan-en{float:left;color:#fff;margin-left:20px;}
.lan-en img{display:block;float:left;margin-top:12px;}
.lan a{color:#fff;margin-left:5px;}
.lan-m{display:none;}


.container {
	width: 100%;
	max-width:1388px;
	margin: 0 auto;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.w1388 {
	width: 1388px;
	margin: 0 auto;
}

.w1128 {
	width: 1128px;
	margin: 0 auto;
}
.w1200{width:1200px;}
#demo{width:1140px;}
.bg15 {
	background: #151515;
}
.relative {
	position: relative;
}
.img100 img {
	width: 100%;
	vertical-align: bottom;
}
.imgabout{max-width:1200px;margin:0 auto;display:block;}
.m-casetit{display:none;}
.pc-show {
	display: block;
}
.phone-show {
	display: none;
}
.table {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell b {
	color: #fff;
}
.margin-t60 {
	margin-top: 60px;	
}
#sypro{background:#fbfbfb;width:100%;padding-top:30px;margin-top:30px;}
.text-center {
	text-align: center;
}
.paddin-tb60 {
	padding: 60px 0;
}
/*index*/

.header {
	position: relative;
	z-index: 99999;
}
.head-top {
	color:#fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.head-top2 {
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #003875
}
.head-top2.active {
	bottom: -50px;
}
.head-top div, .head-top span {
	font-size: 12px;
}
.hotLine .span1 {
	color: #ef6000;
	position: relative;
	padding-left: 20px;
}
.hotLine .span1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 15px;
	height: 14px;
	background: url("../images/i0.png");
}
.head-top2 .hotLine .span1:before {
	width: 28px;
	height: 25px;
	background: url("../images/tel2.png") no-repeat center;
	background-size: cover;
	margin-top: -12px;
	margin-right: 2px;
}
.hotLine .span2 {
	color: #fff;
	font-weight: bold;
}
.head-top2 .hotLine .span1 {
	color: #fff;
	padding-left: 30px;
}
.head-top2 .hotLine span {
	font-size: 16px;
}
.head-mid {
	height: 100px;
}
.head-con {
	width: 100%;
	
	margin:0 auto;
	background: #fff;
	height: 100px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.header.active .head-con {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 4px #ddd;
	height: 80px;
}
.header.active .nav-yi, .header.active .language {
	line-height: 80px;
}
.header.active .logo {
background:url(../images/logoa.png) no-repeat;	
top:15px;
}

.logo {
	background:url(../images/logob.png) no-repeat;	
	width:288px;
	height:60px;
	position: absolute;
	top:20px;
	left: 0;
}
.logo img {
	vertical-align: bottom;
	max-height: 100px;
}
.menu-handler {
	width: 30px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 14px;
	transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: none;
}
.menu-handler .burger {
	height: 2px;
	background: #003875;
	display: block;
	width: 20px;
	position: absolute;
	z-index: 5;
	left: 5px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	top: 8px;
}
.menu-handler .burger-2 {
	top: 15px;
}
.menu-handler .burger-3 {
	top: 22px;
}
.menu-handler.active .burger-1 {
	top: 15px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
}
.menu-handler.active .burger-3 {
	top: 15px;
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.menu-box {
	margin-right: 70px;
}
.menu-box li {
	float: left;
	margin-left: 25px;
	position: relative;
}
.menu-box li:first-child {
	margin-left: 0;
}
.nav-yi {
	font-size:16px;
	display: inline-block;
	line-height: 100px;
	color: #808080;
	position: relative;
}
.nav-er-box {
	position: absolute;
	width: 110px;
	text-align: center;
	left: 50%;
	margin-left: -55px;
	background: #fff;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .3s .2s;
	transition: transform .3s .2s;
}
.active_pro .nav-er-box{width: 130px;margin-left: -65px;}
.nav-tap {
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.menu-box li:hover .nav-er-box {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.menu-box li:hover .nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-san-box {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	background: #fff;
	overflow: hidden;
}
.nav-san-box a {
	width: 140px;
	font-size: 12px;
}
.nav-er-box a {
	display: block;
	line-height: 38px;
	color: #808080;
	font-size: 12px;
}
.language {
	position: absolute;
	right: 40px;
	top: 0;
	line-height: 100px;
	color: #313131;
	font-weight: bold;
	padding-left: 20px;
	font-family: dincondBold;
	font-size: 16px;
}
.language:before {
	width: 14px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: url("../images/earth.jpg");
	content: '';
	position: absolute;
}
.nav-yi:after {
	content: '';
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	border-top: 2px solid #003875;
}
.menu-box li.active .nav-yi:after {
	width: 100%;
}
.menu-box li.active .nav-yi {
	color: #003875;
}
.ljgd {
	display: block;
	width: 150px;
	line-height: 50px;
	background: #003875;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.banner .ljgd {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 25%;
}
.ljgd:hover {
	background: #fff;
	color: #003875;
}
.swiper-slide-active .ljgd {
	animation: toUp 1s linear both;
}
 @keyframes toUp {
 0% {
 transform: translateY(50px);
 -webkit-transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
.swiper-pagination-bullets.pagination-style {
	z-index: 4;
	text-align: center;
}
.banner .pagination1.pagination-style {
	position: absolute;
	bottom: 5%;
	text-align: center;
}
.swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #f06000;
	margin: 0 15px;
}
.anlixq-img .swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	background: #dcdcdc;
}
.swiper-pagination-bullets.pagination-style .swiper-pagination-bullet-active {
	background: #003875 !important;
}
.anlixq-img .swiper-pagination-bullets.pagination-style .swiper-pagination-bullet {
	margin: 0 6px;
}
.anlixq-img .pagination1 {
	margin-top: 12px;
}
.index-a li {
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
	margin-top: 0.66%;
}
.index-a li:last-child {
	margin-right: 0;
}
.index-a-con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-a li a {
	display: block;
	overflow: hidden;
}
.index-a .img img {
	width: 48px;
	max-width: 50%;
	vertical-align: bottom;
}
.index-a h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.index-a i {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url("../images/i6.png");
	margin: 25px auto 0;
	transform: translateY(35px) translateZ(0);
	-webkit-transform: translateY(35px) translateZ(0);
	opacity: 0;
}
.index-a-title {
	margin-top: 45px;
}
.title1 h3 {
	font-size: 32px;
	color: #003c7e;
	font-weight: bold;
}
.title1 i {
	display: block;
	margin: 8px auto;
	width: 30px;
	border-top: 1px solid #003875;
}
.title1 {
	margin-bottom: 40px;
}
.ppgs-l {
	width: 55%;
	height:350px;
	cursor: pointer;
}
.ppgs-l .img100, .about-vd .img100 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.ppgs-r {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 45%;
	background: #fbfbfb;
}
.ppgs-warp {
	width: 440px;
	margin: 0 auto;
	max-width: 90%;
}
.ppgs-title {
	margin-bottom: 20px;
}
.ppgs-title h4 {
	font-weight:700;
	font-size: 24px;
	color: #003b7e;
	letter-spacing: 2px;
	text-indent: 5px;
	margin-bottom: 6px;
}
.ppgs-title span {
	color: #999;
}
.ppgs-txt {
	text-align: left;
	line-height:170%;
}
.ljgd2 {
	width: 118px;
	line-height: 38px;
	text-align: center;
	display: block;
	border: 1px solid #d6d6d6;
	color: #808080;
	margin: 20px auto 0;
}
.ljgd2:hover {
	color: #fff;
	background: #003875;
	border-color: #003875;
}
.i7 {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	background-image: url("../images/i7.png");
}
.ppgs-l:hover .i7 {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	background-image: url("../images/i7-1.png");
}
.sptc {
	position: fixed;
	z-index: 9999999;
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}
.video_t {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 1270px;
	max-width: 90%;
}
.video_t a {
	position: absolute;
	width: 38px;
	height: 38px;
	right: -19px;
	top: -19px;
	background-image: url("../images/close.png");
	z-index: 9;
}
.video_t a img {
	width: 100%;
	vertical-align: bottom;
}
.video_t video {
	width: 100%;
	vertical-align: bottom;
}
.cptd1 li {
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 0.66%;
	overflow: hidden;
}
.cptd1 li:last-child {
	margin-right: 0;
}
.cptd1 li a {
	display: block;
}
.cptd1-con {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 80px;
	background: rgba(255,255,255,.8);
}
.cptd1-con p {
	display: none;
	width: 260px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
}
.cptd1-title {
	font-size: 18px;
	color: #4d4d4d;
}
.cptd1-title img {
	vertical-align: middle;
	margin-right: 10px;
}
.cptd1-title .img1 {
	margin-top: -4px;
}
.cptd1-title .img2 {
	display: none;
}
.cptd1-con i {
	display: block;
	border-top: 1px solid rgba(255,255,255,.7);
	width: 0;
}
.cptd1 li:hover .img1 {
	display: none;
}
.cptd1 li:hover .img2 {
	display: inline-block;
	margin-top: -5px;
}
.cptd1 li:hover .cptd1-con {
	height: 100%;
	background: rgba(181,0,78,.9);
}
.cptd1 li:hover p {
	display: block;
}
.cptd1 li:hover .cptd1-title {
	color: #fff;
}
.cptd1 li:hover .cptd1-con i {
	width: 50px;
	margin: 20px auto;
}
.cptd2 li {
	width: 49.67%;
	margin-right: 0.66%;
	float: left;
}
.cptd2-con {
	width: 340px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: rgba(255,255,255,.9);
}
.cptd2 li a {
	display: block;
	position: relative;
}
.cptd2 li:last-child {
	margin-right: 0;
}
.cptd2-con h4 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
}
.cptd2-con span {
	font-size: 16px;
	color: #8c8c8c;
}
.cptd2 li:hover .cptd2-con {
	background: rgba(181,0,78,.9);
}
.cptd2 li:hover h4 {
	color: #fff;
}
.cptd2 li:hover span {
	color: #fff;
}
.tab-btn {
	font-size: 0;
	text-align: center;
}
.tab-btn a {
	display: inline-block;
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 120px;
	line-height: 40px;
	background: #f5f5f5;
	margin: 0 10px;
}
.tab-btn a.active {
	background: #003875;
	color: #fff;
}
.tab-btn a:hover {
	background: #003875;
	color: #fff;
}
.anli-list li {
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 0.66%;
}
.anli-list li a {
	display: block;
}
.anli-list li:nth-child(4n) {
	margin-right: 0;
}
.margin-t50 {
	margin-top: 50px;
}
.anli-con {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(248,0,0,.75);
	left: 0;
	top: 0;
	opacity: 0;
}
.anli-con h4 {
	font-size: 16px;
	color: #fff;
}
.anli-con i {
	display: block;
	width: 36px;
	height: 36px;
	background-image: url("../images/gor.png");
	margin: 20px auto 0;
}
.tabpage {
	display: none;
}
.tabpage.active {
	display: block;
}
.xw-list li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.xw-list a {
	display: block;
}
.xw-list li:nth-child(even) {
	margin-right: 0;
}
.xw-list .img100 {
	width: 36%;
}
.xw-con {
	position: absolute;
	height: 100%;
	right: 0;
	width: 62%;
	top: 0;
	border: 1px solid #e0e0e0;
	text-align: left;
}
.xw-txt {
	text-align: left;
	width: 86%;
	margin: 0 auto;
}
.xw-con h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.xw-con span {
	font-size: 16px;
	font-family: dincondBold;
	color: #8c8c8c;
	position: relative;
	padding-left: 40px;
	display: block;
}
.xw-con span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	border-top: 1px solid #999;
}
.xw-con p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3.2em;
}
.xw-list li:hover h4, .xw-list li:hover span, .xw-list li:hover p {
	color: #003875;
}
.xw-list li:hover span:before {
	border-color: #003875;
}
.footer-top {
	height: 120px;
	overflow: hidden;
	background-image: url(../images/fot1.jpg);
}
.footer {
	margin-top: 40px;
}
.logo2 {
	margin-top: 29px;
}
.footer-mid-left dl {
	float: left;
	margin-right: 80px;
}
.footer-mid {
	padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
	margin-top: 50px;
}
.footer-mid-left dt {
	margin-bottom: 5px;
}
.footer-mid-left dt a {
	color: #333;
	font-weight: bold;
}
.footer-mid-left dd a {
	color: #8c8c8c;
	font-size: 12px;
}
.footer-mid-left dd a:hover {
	color: #003875;
}
.fot-lxwm h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.bdsharebuttonbox.forlink {
	margin-top: 25px;
}
.bdsharebuttonbox.forlink a {
	width: 27px;
	height: 27px;
	padding: 0;
	margin: 0 0 0 10px;
}
.forlink .weibo {
	background-image: url("../images/weibo.png");
}
.forlink .weixin {
	background-image: url("../images/weixin.png");
}
.forlink .tenxun {
	background-image: url("../images/qq.png");
}
.bdsharebuttonbox.forlink span {
	color: #333;
	font-weight: bold;
}
.footer-bot {
	padding: 10px 0;
}
.footer-bot .zt {
	font-family: dincond;
}
.fubox {
	position: fixed;
	right: -50px;
	top: 50%;
	z-index: 999;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.fubox.active {
	right: 0;
}
.fu-icon {
	background-color: #003875;
	width: 50px;
}
.fu-icon img {
	width: 100%;
	vertical-align: bottom;
}
.fu-list {
	margin-top: 1px;
	cursor: pointer;
	position: relative;
}
.fu-warp {
	background: #003875;
	overflow: hidden;
	height: 50px;
	width: 0;
}
.fu-txt {
	padding-right: 10px;
}
.fu-warp p {
	color: #fff;
	line-height: 50px;
}
.fu-list-tel:hover .fu-warp {
	width: 115px;
}
.fu-list-tel .fu-txt {
	width: 105px;
}
.fu-list-qq .fu-txt {
	width: 66px;
}
.fu-list-qq:hover .fu-warp {
	width: 66px;
}
.weixin-code {
	position: absolute;
	right: 100%;
	margin-right: 4px;
	top: 0;
	width: 0;
	overflow: hidden;
}
.weixin-code img {
	width: 128px;
	vertical-align: bottom;
	border: 1px solid #ddd;
}
.fu-list:hover .weixin-code {
	width: 130px;
}
/*about*/

.position {
	height: 80px;
	line-height: 70px;
	margin-top: -70px;
	z-index: 6;
}
.position h2 {
	width: 180px;
	text-align: center;
	background: url("../images/gkgk.jpg") no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.gk-title img {
	vertical-align: middle;
	margin: -4px 5px 0 0;
}
.position h2:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	background: #750537;
	left: 0;
}
.brief-nav {
	width: 100%;
	float:left;
}
.brief-nav-con li {
	margin-top: 2px;
	position: relative;
	width:20%;
	float:left;
}
.left-yi {
	display: block;
	line-height: 60px;
	background: #f5f5f5;
	color: #808080;
	position: relative;
}
.left-yi:before {
	content: '';
	position: absolute;
	height: 100%;
	background: #003875;
	left: 0;
	top: 0;
	width: 0;
}
.brief-nav-con li.active .left-yi:before {
	width: 100%;
}
.brief-nav-con li.active .left-yi {
	color: #fff;
}
.left-er-box {
	padding: 20px 0;
	border: 1px solid #e5e5e5;
	background: #fff;
	display: none;
}
.left-er-box a {
	display: block;
	color: #8c8c8c;
	line-height: 40px;
	font-size: 12px;
}
.left-er-box a:hover {
	color: #003875;
}
.left-er-box a.active {
	color: #003875;
}
/*.brief-nav-con li.active .left-er-box{display: block;}*/

.zksq {
	cursor: pointer;
	z-index: 9;
	display: none;
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url("../images/add.png") no-repeat center;
	background-size: cover;
	top: 24px;
	right: 25px;
}
li.none .zksq {
	display: none !important;
}
li.has .zksq {
	display: block !important;
}
.zksq.active {
	transform: rotate(45deg);
}
li:hover .zksq {
	background: url("../images/add2.png") no-repeat center;
	background-size: cover;
}
li.active .zksq {
	background: url("../images/add2.png") no-repeat center;
	background-size: cover;
}
.box-right {
	width:90%;
	max-width:1140px;
	margin:0 auto;
}
.abtit{font-size:28px;font-weight:700;text-align:center;color:#083e7b; display: flex;flex-direction: row;width:300px;margin:0 auto;}
.abtit b{padding:0 20px;}
.abtit:before,
.abtit:after {content: "";flex: 1 1;border-bottom: 2px solid #cacaca; margin: auto;}
.banab{width:100%;background:#fafafa;}
.ab1{width:100%;line-height:180%;padding-bottom:50px;clear:both;text-align: justify;}
.ab2{width:45%;float:left;text-align: justify;}
.ab3{width:45%;float:right;text-align: justify;}
.video{width:100%;height:580px;background:#fbfbfb;}
.video video{width:720px;margin:0 auto;display:block;padding-top:85px;}
.yanfa .ab1{border-bottom:1px dotted #ccc;text-align:center;}
.yanfa .ab2{padding-left:20px;}
.yanfa .ab2 b{display:block;font-size:28px;color:#083e7b;padding-bottom:50px;padding-top:50px;}
.yanfa .ab3{width:52%;}
.m-ab3{display:none;}
.yanfa .ab3 ul li{float:left;padding-left:20px;padding-bottom:20px;}
.yanfa .ab3 .yfy{width:120px;height:120px;background:#fff;position:absolute;top:190px;right:280px;border-radius:120px;}
.circle {
  width: 80px;
  height: 80px;
  margin: 20px 21px 0;
}

.circle svg {
  display: block;
  overflow: visible;
  transition: 10s;
 
 
}

.circle svg:hover {
  transform: rotate(-2turn);
}

.circle path {
  fill: none;
}
.circle text{font-size:26px;}

.svgyuan{width:80px;height:80px;border-radius:80px;background:#ea5504;position:relative;left:20px;top:20px;}
.svgyuan p{padding:25px 20px;font-size:20px;color:#fff;font-weight:700;}

.clear{clear:both;width:100%;height:30px;}
.yanfabg{width:100%;height:400px;background:url(../../images/yanfabg.jpg)no-repeat;clear:both;background-size:cover;margin-top:50px;}

/*s1*/
.yanfabg .partner{width:100%;height:200px;text-align:center;padding-top:120px;}
.yanfabg .partner dl{width:980px;height:210px;padding-top:40px;margin:0 auto;border:none;}
.yanfabg .partner dl dd{display:block;float:left;width:33%;height:200px;}
.yanfabg .partner dl dd big{display:block;color:#fff;}
.yanfabg .partner dl dd big font{font-size:76px;color:#fff;font-family: fantasy;}
.yanfabg .partner dl dd span{font-size:18px;color: #fff;}








.pin-wrapper {
	position: absolute;
}
.box-right {
	padding-top: 60px;
}
.title2 {
	border-bottom: 1px solid #dcdcdc;
	line-height: 50px;
}
.title2 h4 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.title2 h4 img {
	vertical-align: middle;
	margin: -4px 5px 0 0;
	filter: grayscale(1);
}
.title2 h4:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1px;
	border-top: 1px solid #333;
}
.title2 span {
	font-size: 20px;
	color: #b2b2b2;
	text-transform: uppercase;
	font-family: dincondBold;
}
.margin-t40 {
	margin-top: 40px;
}
.gywm-edit{line-height:180%;font-size:16px;}
.about-vd {
	width: 855px;
	margin: 0 auto;
	max-width: 100%;
	cursor: pointer;
	
}
.abbg{}
.abimg{padding:60px 0;}
.abimg li{ width:30%;float:left;margin-right:5%;margin-top:60px;margin-bottom:60px;}
.abimg li:nth-child(3n) {
    margin-right: 0;
}
.abimg img{display:block;}
.abvideo{width:100%;height:400px;}



.bofang {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.bofang i {
	position: absolute;
	width: 48px;
	height: 48px;
	left: 50%;
	top: 50%;
	background-image: url("../images/bofang.png");
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.gtrz .img100 {
	width: 55%;
}
.gtrz-con {
	width: 44%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: 1px solid #e6e6e6;
	background: #fafafa;
}
.gtrz-txt {
	width: 300px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 4;
}
.gtrz-txt h5 {
	font-size: 19px;
	font-weight: bold;
	color: #2b2b2b;
}
.gtrz-txt i {
	display: block;
	width: 38px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
.gtrz-txt b {
	font-size: 48px;
	color: #003875;
	font-family: dincondBold;
	margin-right: 8px;
	min-width: 57px;
	display: inline-block;
}
.gtrz-txt span {
	font-size: 16px;
	color: #666;
}
.gtrz-txt ul {
	margin-top: 10%;
}
.ball {
	width: 72px;
	height: 68px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url("../images/boal.jpg");
}
.contentbox {
	padding-bottom: 40px;
	min-height: 500px;
}
.contentbox {
	padding-bottom: 40px;
	min-height: 500px;
}
/*Ã¥Ââ€˜Ã¥Â±â€¢Ã¥Å½â€&nbsp;Ã§Â¨â€¹*/

.history-top {
	width: 720px;
	max-width: 100%;
	margin: 60px auto 0;
}
.history-year {
	width: 200px;
	height: 160px;
	border: 1px solid #e0e0e0;
}
.history-year h5 {
	color: #cdcdcd;
	font-size: 40px;
	font-family: dincondBold;
}
.history-year img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.history-con {
	position: absolute;
	height: 100%;
	right: 0;
	left: 204px;
	top: 0;
	background: #f7f7f7;
}
.history-txt {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.history-bot {
	margin-top: 50px;
}
.preview {
	margin: 0 40px;
}
.preview:before {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	top: 50%;
	border-top: 1px solid #d6d6d6;
}
.preview .swiper-slide {
	width: 20%;
	text-align: center;
	height: 120px;
	cursor: pointer;
}
.his-dots {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #d6d6d6;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.his-line {
	height: 20px;
	border-right: 1px solid #d6d6d6;
	position: absolute;
	left: 50%;
}
.preview .swiper-slide:nth-child(odd) .his-line {
	bottom: 50%;
	margin-bottom: 8px;
}
.preview .swiper-slide:nth-child(even) .his-line {
	top: 50%;
	margin-top: 8px;
}
.his-nian {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 30px;
	color: #333;
	font-family: dincondBold;
}
.preview .swiper-slide:nth-child(odd) .his-nian {
	bottom: 50%;
	margin-bottom: 28px;
}
.preview .swiper-slide:nth-child(even) .his-nian {
	top: 50%;
	margin-top: 28px;
}
.his-btn a {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 50%;
	margin-top: -14px;
}
.arrow-left {
	background-image: url("../images/btn01.png");
	left: 0;
}
.arrow-right {
	background-image: url("../images/btn02.png");
	right: 0;
}
.arrow-left:hover {
	background-image: url("../images/btn01-1.png");
}
.arrow-right:hover {
	background-image: url("../images/btn02-1.png");
}
.swiper-slide.active-nav .his-nian {
	color: #003875;
}
.swiper-slide.active-nav .his-dots {
	background: #003875;
}
.swiper-slide.active-nav .his-line {
	border-color: #003875;
}
.swiper-slide:hover .his-nian {
	color: #003875;
}
.swiper-slide:hover .his-dots {
	background: #003875;
}
.swiper-slide:hover .his-line {
	border-color: #003875;
}
.whbox .img100 {
	width: 53.5%;
}
.whbox li {
	position: relative;
}
.whbox li:nth-child(odd) .img100 {
	float: left;
}
.whbox li:nth-child(even) .img100 {
	float: right;
}
.whbox-con {
	position: absolute;
	height: 100%;
	width: 46%;
	border: 1px solid #e0e0e0;
	top: 0;
}
.whbox li:nth-child(odd) .whbox-con {
	right: 0;
}
.whbox li:nth-child(even) .whbox-con {
	left: 0;
}
.whbox li:last-child {
	margin-top: 50px;
}
.wh-text {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
.wh-title h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.wh-title span {
	font-size: 20px;
	color: #b2b2b2;
	font-family: dincondBold;
	text-transform: uppercase;
	margin: 5px 0 2px;
	display: block;
}
.wh-title i {
	display: block;
	width: 50px;
	border-top: 1px solid #e0d5d5;
}
.wh-text b {
	display: block;
	font-size: 20px;
	color: #003875;
	margin-top: 10%;
}
/*Ã§Â½â€˜Ã§Â»Å“Ã¦Å“ÂÃ¥Å&nbsp;Â¡*/

.map {
	width: 75.5%;
	float: left;
	margin-top: 60px;
	
	
	position: relative;
}
#containerMap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map-info {
	width: 23%;
	float: right;
	margin-left: 1%;
	margin-top: 100px;
	margin-bottom: 60px;
}
.map-tit {
	margin: 20px auto;
	border-left: 6px solid #003875;
	text-indent: 20px;
}
.map-tit h2 {
	font-size: 24px;
	color: #003875;
	font-weight: bold;
}
.map-tit &gt; div {
	color: #231815;
	font-size: 16px;
}
.map-name {
	font-size: 18px;
	color: #fff;
	background: #003875;
	padding: 15px 0;
	text-align: center;
}
.map-otherInfo {
	margin-top: 1px;
	max-height: 389px;
	overflow: auto;
}
.map-otherInfo p {
	text-align: center;
	margin-bottom: 1px;
	background: #f4f4f4;
	padding: 10px 2px;
}
path {
	cursor: pointer;
}
path:hover {
	fill: #003875;
}
.fillRed {
	fill: #003875;
	fill: #003875 !important;
}
.addCircle {
	position: absolute;
	width: 40px;
	height: 20px;
	display: block;
	text-align: center;
	cursor: pointer;
	color: #231815;
	padding: 25px 0 0 0;
	font-size: 12px;
	background: url("../images/circle.png")center top/20px no-repeat;
}
path:hover .addCircle {
	background: url("../images/hovercircle.png")center top/20px no-repeat;
}
.addCircle.xin {
	left: 20%;
	top: 29%;
}
.addCircle.gud {
	left: 65%;
	top: 81%;
}
.addCircle.tib {
	left: 19%;
	top: 54%;
}
.addCircle.qih {
	left: 35%;
	top: 47%;
}
.addCircle.gan {
	left: 37%;
	top: 33%;
}
.addCircle.nmg {
	left: 58%;
	top: 32%;
}
.addCircle.hlj {
	left: 84%;
	top: 14%;
}
.addCircle.jil {
	left: 82%;
	top: 24%;
}
.addCircle.lia {
	left: 78%;
	top: 30%;
}
.addCircle.heb {
	left: 67%;
	top: 41%;
}
.addCircle.shd {
	left: 71%;
	top: 45%;
}
.addCircle.shx {
	left: 61%;
	top: 44%;
}
.addCircle.sha {
	left: 56%;
	top: 50%;
}
.addCircle.nxa {
	left: 51%;
	top: 45%;
}
.addCircle.hen {
	left: 66%;
	top: 52%;
}
.addCircle.sch {
	left: 46%;
	top: 63%;
}
.addCircle.chq {
	left: 55%;
	top: 61%;
}
.addCircle.hub {
	left: 63%;
	top: 60%;
}
.addCircle.anh {
	left: 71%;
	top: 57%;
}
.addCircle.jsu {
	left: 75%;
	top: 53%;
}
.addCircle.yun {
	left: 42%;
	top: 79%;
}
.addCircle.gui {
	left: 55%;
	top: 73%;
}
.addCircle.hun {
	left: 63%;
	top: 69%;
}
.addCircle.jxi {
	left: 69%;
	top: 68%;
}
.addCircle.zhj {
	left: 76%;
	top: 65%;
}
.addCircle.fuj {
	left: 73%;
	top: 74%;
}
.addCircle.gxi {
	left: 58%;
	top: 82%;
}
.addCircle.hai {
	left: 59%;
	top: 93%;
}
.addCircle.tai {
	left: 79%;
	top: 80%;
}
.addCircle.bej {
	left: 67.5%;
	top: 34%;
}
.addCircle.shh {
	left: 80%;
	top: 58%;
}
.addCircle.taj {
	left: 70%;
	top: 37%;
}
.addCircle.hkg {
	left: 68%;
	top: 85%;
}
.addCircle.mac {
	left: 65%;
	top: 87%;
}
.add1 {
	left: 20%;
	top: 29%;
}
.map-bot {
	background: #003875;
	color: #fff;
	text-align: center;
	padding: 12px;
}
.proj-select {
	line-height: 32px;
	margin-bottom: 15px;
}
.proj-text {
	position: absolute;
	left: 0;
	top: 0;
}
.proj-sel {
	margin-left: 90px;
	border: 1px solid #ddd;
}
.sel-list {
	position: absolute;
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 4px #ddd;
	max-height: 25em;
	overflow: auto;
	display: none;
	top: 33px;
}
.sel-list a {
	display: block;
	margin: 0 10px;
	border-bottom: 1px solid #ddd;
	line-height: 2.5em;
}
.sel-list a:last-child {
	border: none;
}
.sel-list a.active {
	color: #003875;
}
.sel-val {
	text-align: center;
	margin-right: 32px;
	color: #333;
}
.sel-btn {
	width: 32px;
	height: 32px;
	position: absolute;
	background: #003875;
	right: 0;
	top: 0;
}
.sel-btn:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.proj-sel.active .sel-btn:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.casebr{display:block;}
.title1 p{max-width:700px;margin:0 auto;padding-top:20px;}
.hz{width:100%;height:500px;background:#ececec;padding-top:100px;overflow:hidden;}
.hz1{width:100%;width:1140px;margin:0 auto;}

.yxwl{width:100%;height:auto;padding-top:100px;}
.yxwl img{width:100%;}



.div_news .wrap {
    margin-top: -30px;
    margin-bottom: 30px;
}
.wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.div_news .news_lt {
	width: 38%;
	background: #f5f5f5;
	height: 500px;
	overflow: hidden;
	float:left;
}
.div_news .item {
	line-height: 32px;
	color: #666;
}
.div_news .item img {
	display: block;
}
.div_news .item .text p {
	color: #666;
	height: 64px;
	overflow: hidden;
}
.div_news .item .text h3 {
	color: #333;
	background: no-repeat 80% center;
}
.div_news .item a:hover .text h3 {
	background: url(../images/icon5.png) no-repeat 95% center;
}
.news_lt .text {
	padding: 10px;
}
.news_lt .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.div_news .news_rt {
	width: 61%;
	float:right;
}
.news_rt ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news_rt ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 91px;
}
.news_rt ul li a:hover {
	background: #f3f3f3;
}
.news_rt ul li a:hover .date label, .news_rt ul li a:hover .date span, .news_rt ul li a:hover .text p {
	color: #333;
}
.news_rt ul li a:hover .text h3 {
	color: #333;
}
.news_rt ul li a:hover .text:after {
	background: #333;
}
.news_rt ul li a:hover:after {
	background: #333;
}
.news_rt ul li .date {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 75px;
	margin-right: 15px;
	text-align: right;
}
.news_rt .date span {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #999;
}
.news_rt .text {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news_rt .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #ef6000;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news_rt .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}


/*----------- footer -----------*/	
.footer {
	margin-top: 0px;
	padding: 0px 0 0;
	width: 100%;
	border-top:3px solid #ea5504;
	background: #003875;
	
	clear: both;
	position: relative;
	font-size: 12px;
	line-height: 22px;
	text-align: left
}
.footer a {
	
	font-size: 12px;
}
.footer-text {
	padding: 50px 10px;
	margin: 0 auto;
	
	position: relative;
	overflow: hidden;
	max-width: 1260px
}
.footer .sidebar .social {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.footer .sidebar .social.w50 {
	width: 43%;
}

.ftNav ul li a{
	line-height:230%;
	display:block;
	clear:both;
	font-size:14px;
	color:#fff;
}
.ftNav ul li a:hover{
	text-decoration:underline;
}





.foot{float:left;}

.botnav{   
   
}
.botnav1{float:left;width:30%;}
.botnav2{float:left;width:35%;border-right:1px solid #fff;border-left:1px solid #fff;text-align:center;}
.botnav3{float:left;width:30%;text-align:right;}

.footer_1 {
    width:34%; 
    margin-top:20px;
}	
.footer_1 img{
    max-width:400px; 
}
.footer_2 {
    width:34%; 
	margin-top:20px;
}

.footer_3 {
    width:27%; 
	margin-left:5%;
	color:#fff;
	margin-top:8px;
}
.footer_3 p{font-size:20px;color:#fff;}
.footer_3 span{}
.footer_3_r{display:none;}

.footer_4 {
    width:100%; 
	height:40px;
	background:#2b2b2b;
}
.footer_4 p{text-align:center;line-height:40px;}
.footer_4 a{color:#ea5504;}
.ft4b{display:none;}

.link {
	max-width: 1260px;
	padding: 0px;
	color: rgba(255,255,255,0.3);
}
.link span {
	font-size: 12px
}
.link ul {
	display: inline
}
.link li {
	display: inline;
	padding: 0 6px;
}
.link li a:hover {
	color: rgba(255,255,255,.6);
}
.action-like, .article-social {
	text-align: center;
	text-shadow: none
}
.article-main a.action-like {
	color: #fff;
}
.action-like {
	display: inline-block;
	background-color: #FF5E52;
	color: #fff;
	border-radius: 3px;
	padding: 10px 12px 10px 15px;
	font-size: 15px;
	margin: 10px auto 18px;
	min-width: 120px;
	max-width: 100%;
	cursor: pointer;
	opacity: .75
}
.action-like:hover {
	opacity: 1;
	color: #fff
}






.yunu-section {
	padding: 60px 0;
}
.yunu-section-title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 40px;
}
.yunu-section-title span {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	font-weight: bold;
}
.yunu-section-title span:before, .yunu-section-title span:after {
	width: 20px;
	height: 1px;
	position: absolute;
	content: '';
	top: 50%;
	background-color: #000;
}
.yunu-section-title span:before {
	right: 100%;
}
.yunu-section-title span:after {
	left: 100%;
}
.yunu-section-title p {
	margin: 20px;
	font-size: 16px;
}
.yunu-section-title.white {
	color: #fff;
}
.yunu-section-title.white span:before, .yunu-section-title.white span:after {
	background-color: #fff;
}
.yunu-pinzhi {
	margin-left: -8px;
}
.yunu-pinzhi li {
	float: left;
	width: 25%;
}
.yunu-pinzhi li a {
	display: block;
	margin-left: 8px;
	position: relative;
	overflow: hidden;
}
.yunu-pinzhi li .text {
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	height: 350px;
}
.yunu-pinzhi li i {
	display: inline-block;
	background: no-repeat center;
	height: 68px;
	margin-top: -34px;
	width: 68px;
	vertical-align: middle;
}
.yunu-pinzhi li h4 {
	line-height: 50px;
	background: url(../images/pinz_line01.gif) no-repeat center bottom;
	font-size: 18px;
	margin: 0;
}
.yunu-pinzhi li p {
	padding:0 20px;
	color: #777;
	line-height: 1.8;
	text-align: justify;
}
.yunu-pinzhi li .box {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(239, 96, 0,0.9);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.yunu-pinzhi li .box i {
	margin-top: 110px;
}
.yunu-pinzhi li .box h4 {
	background-image: url(../images/pinz_line02.gif);
}
.yunu-pinzhi li .box p {
	color: #fff;
}
.yunu-pinzhi li a:hover .text {
	opacity: 0;
}
.yunu-pinzhi li a:hover .box {
	top: 0;
	opacity: 1;
}

/*s1*/
.partner{width:100%;height:300px;text-align:center;padding-top:50px;}
.partner dl{width:1388px;height:210px;padding-top:40px;margin:0 auto;border:5px solid #ddd;}
.partner dl dd{display:block;float:left;width:25%;height:200px;}
.partner dl dd big{display:block;}
.partner dl dd big font{font-size:76px;color:#003875;font-family: fantasy;letter-spacing: 5px;}
.partner dl dd span{font-size:18px;color: #003875; letter-spacing: 10px;}

/*Ã¤ÂºÂ§Ã¥â€œÂ*/

.product-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.product-list li:nth-child(3n) {
	margin-right: 0;
}
.pro-list-bot {
	height:90px;
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.pro-list-bot:after {
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	border-top: 1px solid #003875;
	content: '';
}
.pro-list-bot h5 {
	color: #8c8c8c;
	font-size: 14px;
	line-height: 1.35em;
	margin-right: 30px;
}
.pro-list-bot b {
	font-size: 16px;
	font-family: dincondBold;
	color: #8c8c8c;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 1.5em;
	display: block;
	text-align: center;
}
.pro-list-bot span {
	color: #8c8c8c;
}
.pro-i {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	background-image: url("../images/pro-i.png");
}
.product-list li:hover h5 {
	color: #003875;
}
.product-list .img100 {
	
	background: #fff;
}
.product-list li:hover b {
	color: #003875;
}
.product-list li:hover span {
	color: #003875;
}
.product-list li:hover .pro-i {
	background-image: url("../images/pro-i2.png");
}
.product-list li:hover .pro-list-bot:after {
	width: 100%;
}

.m-pro-cs{display:none;}
.ny-title-r a {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 29px;
	color: #8c8c8c;
}
.ny-title-r a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 6px;
	height: 10px;
	background-image: url("../images/arrow2.png");
}
.ny-title-r a:hover:before {
	background-image: url("../images/arrow2-on2.png");
}
.ny-title-r a:hover {
	color: #333;
}
/*Ã¨Â¯Â¦Ã¦Æ’â€¦*/

.proxqimg {
	width:35%;
	background: #e6e6e6;
	border:1px solid #ccc;
}
.proxq-r {
	width: 62%;

}
.pro-cs-a {
	margin: 25px 0;
}
.pro-cs-a span {
	font-size: 15px;
}
.pro-cs-a h4 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.price {
	color: #003875;
}
.price span {
	font-size: 18px;
}
.price b {
	font-size: 38px;
	font-family: dincondBold;
	margin-right: 2px;
}
.pri-online {
	margin-top: 25px;
}
.pri-online a {
	line-height: 40px;
	background: #003875;
	color: #fff;
	width: 140px;
	max-width: 48%;
	margin-right: 2%;
	text-align: center;
}
.pri-online .zxzx2 {
	font-family: dincondBold;
}
.pri-online a img {
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
.proxq-sm .his-btn {
	margin: 30px 0;
}
.proxq-sm .his-btn a {
	position: static;
	margin-top: 0;
}
.proxq-sm .his-btn a.fl {
	margin-right: 15px;
}
.xqsmimg .swiper-slide {
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
	background: #e6e6e6;
}
.xqsmimg .swiper-slide:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #003875;
	box-sizing: border-box;
	opacity: 0;
}
.xqsmimg .active-nav.swiper-slide:before {
	opacity: 1;
}
.proxq-b h5 {
	background: #f5f5f5;
	line-height: 50px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.poroxq-b-con {
	border: 1px solid #e6e6e6;
	padding: 50px 10px;
}
.cs-page:first-child {
	margin-top: 0;
}
.cs-page p {
	color: #333;
}
.cs-page {
	margin-top: 30px;
}
.cs-page b {
	display: block;
	color: #003875;
	margin-bottom: 8px;
}
.pc-prod{display:block;}
.pc-prod img{max-width:100%;}
.m-prod{display:none;}
.gdcp-list {
	margin-top: 25px;
}
.gdcp-list li {
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
}
.gdcp-list li:nth-child(4n) {
	margin-right: 0;
}
.gdcp-list a {
	display: block;
	position: relative;
}
.gdcp-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(192,0,80,.7);
	opacity: 0;
}
.gdcp-txt h5 {
	color: #fff;
	font-size: 14px;
	max-width: 90%;
	margin: 0 auto;
}
.gdcp-list a:hover .gdcp-txt {
	opacity: 1;
}
.gdcp h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
/*Ã¥Â·Â¥Ã§Â¨â€¹Ã¥Â®â€°Ã¦Â¡Ë†Ã¤Â¾â€¹*/

.gcal-list li {
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
	text-align: center;
	margin-bottom: 30px;
}
.gcal-list li:nth-child(4n) {
	margin-right: 0;
}
.gcal-list p {
	color: #333;
	margin-top: 5px;
	height: 3.2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.gcal-list li:hover p {
	color: #003875;
}
.page {
	margin-top: 20px;
}
.pages {
	border: 1px solid #ddd;
	line-height: 34px;
	padding: 0 14px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #737373;
}
.page-btn:hover {
	background: #003875;
	color: #fff;
}
.page input {
	height: 34px;
	width: 34px;
	border: 1px solid #ddd;
	color: #003875;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	font-size: 16px;
}
.page span, .page input, .pages {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.go {
	background: #003875;
	color: #fff;
	display: inline-block;
	border-color: #003875;
	margin-left: 10px;
}
.alxq-title h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.alxq-title span {
	margin: 0 10px;
}
.alxq-title span:nth-child(2) {
	font-family: dincond;
	font-size: 16px;
}
/*Ã¦â€“Â°Ã©â€”Â»*/

.xw-con h4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 2.7em;
}
.edibox img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	vertical-align: bottom;
	height: auto !important;
}
.edipage {
	margin-top: 25px;
}
.tmms {
	margin-top: 15px;
}
.xwfy-a {
	max-width: 48%;
}
.xwfy {
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	margin-top: 40px;
}
.xwfy a {
	position: relative;
	color: #8c8c8c;
	display: block;
}
.xwfy a:hover {
	color: #003875;
}
.fy-go {
	position: absolute;
	top: 0;
}
.fl .fy-go {
	left: 0;
	padding-right: 20px;
}
.fr .fy-go {
	right: 0;
	padding-left: 20px;
}
.fl.xwfy-a a {
	padding-left: 70px;
}
.fr.xwfy-a a {
	padding-right: 70px;
}
.fy-go span {
	position: absolute;
	top: 0;
}
.fl.xwfy-a span {
	right: 0;
}
.fr.xwfy-a span {
	left: 0;
}
/*Ã¦Å“ÂÃ¥Å&nbsp;Â¡Ã¤Â¸Å½Ã¦â€Â¯Ã¦Å’Â*/
.honnor li {
	float: left;
	width: 25%;
	text-align: center;
	margin-right: 12.5%;
	margin-bottom: 40px;
	cursor: pointer;
}
.honnor li:nth-child(3n) {
	margin-right: 0;
}
.honnor li p {
	color: #666;
	margin-top: 20px;
}
.honnor li:hover p {
	color: #003875;
}
/*Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬*/
#container {
	height: 640px;
	width: 100%;
}
.map-lxwm {
	padding: 40px 50px;
	background: #fff;
}
.lxwm-tou b {
	font-size: 18px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.lxwm-tou span {
	font-size: 22px;
	color: #999;
	font-family: dincondBold;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.lxwm-tou {
	border-bottom: 1px solid #d0d0d0;
	line-height: 36px;
}
.contact-page {
	max-width: 48%;
	width: 518px;
}
.ditu-bot {
	position: relative;
	z-index: 9;
	margin-top: -80px;
}
.contact-bot {
	padding-top: 30px;
}
.ditu{width:100%;padding-top:100px;overflow:hidden;height:450px;}
.contact-page li {
	position: relative;
	padding-left: 80px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.contact-page li span {
	position: absolute;
	left: 0;
	top: 0;
}
.contact-page li span img {
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
.line-box div {
	position: absolute;
	background: #003875;
}
.line-01, .line-02 {
	bottom: 0;
	height: 3px;
	width: 0;
}
.line-01 {
	right: 50%;
}
.line-02 {
	left: 50%;
}
.line-03, .line-04 {
	bottom: 0;
	width: 3px;
	height: 0;
}
.line-03 {
	left: 0;
}
.line-04 {
	right: 0;
}
.line-05, .line-06 {
	height: 3px;
	width: 0;
	top: 0;
}
.line-05 {
	left: 0;
}
.line-06 {
	right: 0;
}
.cptd2 li:hover div {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.cptd2 li:hover .line-box .line-01, .cptd2 li:hover .line-box .line-02 {
	width: 50%;
}
.cptd2 li:hover .line-box .line-03, .cptd2 li:hover .line-box .line-04 {
	height: 100%;
	transition-delay: .2s !important;
}
.cptd2 li:hover .line-box .line-05, .cptd2 li:hover .line-box .line-06 {
	width: 50%;
	transition-delay: .4s !important;
}
.search-body .header {
	border-bottom: 1px solid #ddd;
}
.search-list {
	margin-bottom: 50px;
}
.result-box .search-list li {
	margin-bottom: 0;
	margin-top: 40px;
}
.result-box {
	margin-bottom: 100px;
}
.top-search {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	cursor: pointer;
}
.search-btn {
	width: 24px;
	height: 24px;
	background: url("../images/search.png") no-repeat center;
	background-size: cover;
	margin-top: 38px;
}
.header.active .search-btn {
	margin-top: 28px;
}
.search-nr {
	position: absolute;
	right:30px;
	top: 50%;
	margin-top: 38px;
	background: #d9d9d9;
	width: 0;
	z-index: 9;
	overflow: hidden;
}
.search-nr.active {
	width: 240px;
}
.search-nr .text {
	width: 240px;
	display: block;
	height: 32px;
	text-indent: 1em;
	background: #d9d9d9;
}
.search-nr .sbmit {
	position: absolute;
	right: 40px;
	top: 0;
	width: 32px;
	height: 32px;
	background: url("../images/search2.png") no-repeat center;
	cursor: pointer;
}
.search-close {
	position: absolute;
	width: 32px;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../images/gb.png") no-repeat center;
	background-size: cover;
}
.menu-box.active .menu-box-ul {
	opacity: 0;
}
.search-nr-wap:before {
	content: '';
	position: absolute;
	height: 50%;
	top: 25%;
	right: 35px;
	border-left: 1px solid #999;
}
.search-nr-wap {
	width: 240px;
	position: relative;
}
.hide-honor {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0,0,0,0.8);
	display: none;
}
.hide-honor-play {
	height: 100%;
}
.hide-honor-con {
	position: absolute;
	width: 600px;
	left: 50%;
	top: 0;
	height: 100%;
	margin-left: -300px;
}
.hide-honor-con .img img {
	vertical-align: bottom;
	max-width: 100%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.hide-honor-con .img p {
	position: absolute;
	bottom: 10%;
	width: 100%;
	font-size: 16px;
	margin-bottom: -40px;
}
.honor-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10%;
	right: -40px;
	background: url(../images/24-fff.jpg) no-repeat center;
	background-size: cover;
	z-index: 99;
	cursor: pointer;
}
.hide-honor-bth div {
	position: absolute;
	cursor: pointer;
	width: 34px;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	z-index: 999;
}
.hide-honor-bth1 {
	left: -35px;
	background-image: url(../images/bth555.png);
}
.hide-honor-bth2 {
	right: -35px;
	background-image: url(../images/bth666.png);
}
.hide-honor-bth div.swiper-button-disabled {
	display: none;
}
.hide-honor-bth1:hover {
	background-image: url(../images/bth555-1.png);
}
.hide-honor-bth2:hover {
	background-image: url(../images/bth666-1.png);
}
.fanghui1 {
	margin-top: 30px;
}
.fanghui1 a {
	display: block;
	width: 120px;
	line-height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	
	margin: 0 auto;
	color: #fff;
    background:#003c71;
}
.fanghui1 a:hover {
	
	color: #fff;
	background:#ec9000;
}
.swiper-btn-style div {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	cursor: pointer;
}
.swiper-btn-style .swiper-btn-left {
	left: -50px;
	background-image: url("../images/btn1.png");
}
.swiper-btn-style .swiper-btn-right {
	right: -50px;
	background-image: url("../images/btn2.png");
}
.swiper-container:hover .swiper-btn-left {
	left: 70px;
}
.swiper-container:hover .swiper-btn-right {
	right: 70px;
}
.imgabout .swiper-container:hover .swiper-btn-left {
	left: 0;
}
.imgabout .swiper-container:hover .swiper-btn-right {
	right: 0;
}
.swiper-btn-style .swiper-btn-left:hover {
	background-image: url("../images/btn1-1.png");
}
.swiper-btn-style .swiper-btn-right:hover {
	background-image: url("../images/btn2-1.png");
}
.gywm-edit img {
	display: block;
	max-width: 100%;
	
	margin: 0 auto !important;
	
	
}
.imgscale .img100 {
	overflow: hidden;
}
.imgscale:hover .img100 img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.swiper-btn-style div, .menu-handler .burger, .nav-yi:after, .index-a i, .index-a-title, .index-a-con, .ljgd2, .cptd1-con, .cptd2-con, .anli-con, .fubox, .zksq, .gdcp-txt, .language, .sel-btn:after, .weixin-code, .i7, .imgscale .img100 img, .left-yi:before, .left-yi, .pro-list-bot:after, .nav-san-box, .search-nr, .menu-box-ul, .head-top2 {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.fu-warp, .nav-er-box a {
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
.index-a i, .i7, .video_t a, .anli-con i, .footer-top, .bofang i, .ball, .his-btn a, .pro-i, .hide-honor-bth div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#newBridge .icon-right-top {
	top: 135px !important;
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.edibox_video{max-width:940px;}

.edibox_video img{width:100%;max-width:940px;}









 @-webkit-keyframes slideInUp {
 0% {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
 -moz-transform: translateY(100px);
 -o-transform: translateY(100px);
}
 100% {
 opacity: 1;
 filter: alpha(opacity=1);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
}
}
 @keyframes slideInUp {
 0% {
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
 -moz-transform: translateY(100px);
 -o-transform: translateY(100px);
}
 100% {
 opacity: 1;
 filter: alpha(opacity=1);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 -moz-transform: translateY(0);
 -o-transform: translateY(0);
}
}





.fzlc{width:100%;background:#fafafa;}
.fzlcpic{max-width:1200px;display:block;margin:0 auto;}
.rongyu{width:60%;clear:both;margin:0 auto;padding-bottom:50px;}
.rytit{width:100%;padding-top:50px;}
.rongyu ul {
}
.rongyu ul li{background:#033a76;border-radius:10px;width:22%;float:left;margin-right:4%;}
.rongyu ul li:nth-child(4n){margin-right:0;}
.rongyu ul li:hover{background:#ef6000;}
#active_hover{background:#ef6000;}
.rongyu ul li a{color:#fff;text-align:center;display:block;padding:4px;}
.rybd{width:100%;border-top:1px solid #ccc;}
#rybd_ul{margin-top:60px;}
#rybd_ul li{float:left;width:22%;margin-right:4%;margin-bottom:30px;}
#rybd_ul li:nth-child(4n){margin-right:0;}
#rybd_ul2{
	
 
	margin-top:50px;
}
#rybd_ul2 li{height:400px;float:left;width:22%;margin-right:4%;}
#rybd_ul2 li:nth-child(4n){margin-right:0;}
#rybd_ul2 li img{width:100%;height:auto;}
.rybd ul li img{height:auto;}
.rybd ul li img:hover{transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .5s ease;}
.rybd .rongyu-bg{width:100%;overflow:hidden;}
.rybd ul li img{}
.rybd ul li p{width:100%;text-align:center;clear:both;height:50px;}
.rybd ul li{width:100%;float:none;margin-bottom:50px;height:auto; -webkit-column-break-inside: avoid;}

#sbbd_ul {padding-top:60px;
}
#sbbd_ul li{height:auto;position:relative;width:30%;float:left;margin-right:5%;}
#sbbd_ul li:nth-child(3n){margin-right:0;}
#sbbd_ul li img{height:auto;}
.sbbg{width:100%;height:100%;background:rgba(239,96,0,0);position:absolute;left:0;top:0;overflow:hidden;}
.sbbg:hover{background:rgba(239,96,0,0.7);transition: all 0.5s;}
.sbbg img{top:-70px;left:40%;position:absolute;transition: all 0.8s;}
.sbbg:hover img{display:block;top:35%;left:40%;position:absolute;transition: all 0.8s;}

.news-ny{width:50%;margin:0 auto;}
.news-ny ul li {
       background: #033a76;
    border-radius: 10px;
    width: 30%;
    float: left;
    margin-right: 4%;
}
.news-ny ul li:nth-child(3n){margin-right:0;}
.newsbd{width:100%;border-top:1px dotted #ccc;}
.news-clear{clear:both;width:100%;height:100%;}
.newsbd ul li{border-bottom:1px dotted #ccc;padding:30px 0;clear:both;}
.news-l{display:block;float:left;width:25%;max-width:250px;max-height:180px;overflow:hidden;}
.news-l img{width:100%;}
.news-r{float:left;width:70%;margin-left:3%;}
.news-r a{color:#333;}
.news-r a:hover{color:#ef6000;}
.news-r&gt;p{font-size:18px;font-weight:700;color:#555;line-height:180%;padding-top:5px;}
.news-r&gt;span{display:block;padding-bottom:20px;padding-top:10px;overflow:hidden;}
.news-r .time p{width:40%;float:left;font-size:14px;}
.news-r .time a{display:block;float:right;}
.newsbd_d{}
.newsbd_d .alxq-title h1{font-size:22px;}
.newsbd_d .alxq-title span{font-size:14px;}
.margin-t30{padding-top:30px;}

.contact2{display:none;}
.contact{padding-top:100px;width:1080px;margin:0 auto;color:#555;display:block;}
.con-l{width:57%;float:left;}
.con-r{width:37%;float:left;padding-left:6%;border-left:1px solid #ccc;}
.con-tit{font-size:22px;color:#053d75;padding-bottom:10px;font-weight:bold;}
.conbd{padding-top:20px;}
.conbd p{line-height:200%;color:#555;}




.regsub{max-width:600px;margin:0 auto;padding-top:20px;}
.regin{margin-top:10px;}
.regin span{width:10%;display:block;float:left;line-height:35px;}
.regin .inp{width:80%;height:35px;border:1px solid #ccc;border-radius:3px;color:#555;}
.regin .text-inp{width:80%;height:100px;border:1px solid #ccc;border-radius:3px;color:#555;}
.regsub .insubmit {
  
    position: relative;
    margin:20px 0 0 55px;

}

.insubmit .insub1 {
    background: #ea5504;
}
.insubmit input {
    width: 124px;
    height: 38px;
    border: none;
    text-align: center;
    line-height: 38px;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Microsoft Yahei',Arial,Simsun;
    font-size: 14px;
}
.insubmit .reset {
    background: #b3b3b3;
    margin-left: 6px;
}
.insubmit input {
    width: 124px;
    height: 38px;
    border: none;
    text-align: center;
    line-height: 38px;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Microsoft Yahei',Arial,Simsun;
    font-size: 14px;
}




#proimg{width:100%;}
#proimg:hover{border:1px solid #444;transform: scale(1.1);}
.wh img{width:1200px;margin:0 auto;display:block;}
.wh-m img {display:none;}
.tuanjian{width:100%;background:#f3f3f3;padding-top:60px;height:650px;}
.tuanjian .w1388{width:1000px;margin:0 auto;}
.tuanjian ul{}
.tuanjian ul li{margin-bottom:50px;position:relative;float:left;width:30%;margin-right:5%;}
.tuanjian ul li:nth-child(3n) {
    margin-right: 0;
}
.tuanjian ul li img{width:100%;}
.tuanjian ul li p{width:100%;height:32px;background:rgba(0,34,25,0.4);color:#fff;text-align:center;line-height:32px;position:absolute;top:79%;}

#zr ul{padding-top:60px;}
#zr ul li{width:47%;float:left;margin-right:6%;}
#zr ul li:nth-child(2n) {
    margin-right: 0;
}
#zr ul li p{width:100%;height:42px;background:rgba(0,34,25,0.4);color:#fff;text-align:center;line-height:42px;position:absolute;top:83%;}

.case{padding-top:60px;padding-bottom:100px;}
.case1{width:100%;clear:both;}
.case1 .case_left{width:50%;float:left;}
.case1 .case_left img{width:100%;}
.case1 .case_right{width:46%;float:left;padding-left:4%;padding-top:50px;}
.case1 .case_right p{font-size:32px;background:url(../../images/case_tit_bg.jpg) no-repeat left 65%;padding-left:60px;color:#003875;}
.case1 .case_right span{line-height:180%;padding-top:30px;display:block;}
.case1 .case_right a{display:block;background:#003875;border-radius:5px;color:#fff;padding:8px 12px;width:100px;text-align:center;margin-top:50px;}
.case1 .case_right a:hover{background:#ec6000;}
.case2{width:100%;clear:both;}
.case2 .case_left{width:46%;float:left;padding-right:4%;padding-top:50px;}
.case2 .case_left p{font-size:32px;background:url(../../images/case_tit_bg.jpg) no-repeat left 65%;padding-left:60px;color:#003875;}
.case2 .case_left span{line-height:180%;padding-top:30px;display:block;}
.case2 .case_left a{display:block;background:#003875;border-radius:5px;color:#fff;padding:8px 12px;width:100px;text-align:center;margin-top:50px;}
.case2 .case_left a:hover{background:#ec6000;}
.case2 .case_right{width:50%;float:right;}
.case2 .case_right img{width:100%;}
.case2-m{display:none;}
.pro_tit ul {
	
}
.spec{background:#033a76;border-radius:10px;float:left;margin:0 2%;width:16%;margin-bottom:50px;}

.spec:hover{background:#ef6000;}
.spec a{color:#fff;text-align:center;display:block;padding:4px;line-height:180%;font-size:16px;}

.navi, .menu span, .menu .go-back, .back {
    display: none;
}
.menu {
   
    z-index: 999;
}
.menu&gt;ul&gt;li {
    float: left;
   
}
.menu li a.dropMenu, .menu li a.siglMenu {
    padding: 5px 10px;
   
    border-radius: 5px;
}
.menu li a {
    font-size: 16px;
    font-family: Microsoft Yahei;
    color: #bababa;
    padding: 0 12px;
    display: block;
}
.menu li .subMenu {
    width: 100%;
    background: #f8f8f8;
    display: none;
    z-index: 9999;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 10px 0px;
}
.menu li .subMenu ul {
    width: 1150px;
    text-align: left;
    margin: 0 auto;
}
.menu li .subMenu li {
    float: left;
    height: 32px;
    line-height: 32px;
}
.menu li .subMenu li a {
    border: none;
    line-height: 32px;
}
.menu li .subMenu li a {
    font-size: 14px;
    font-family: Microsoft Yahei;
    color: #333;
    line-height: 32px;
    font-weight: 300;
}
.menu li a {
    font-size: 16px;
    font-family: Microsoft Yahei;
    color: #fff;
    padding: 0 12px;
    display: block;
}






.prolei{display:none;}
.pro_bd{padding-top:60px;border-top:1px solid #ccc;margin-top:5px;clear:both;}
.pro_bd ul{
    }
.pro_bd ul li{border:1px solid #ccc;margin-bottom:40px;overflow:hidden;float:left;width:22.5%;margin-right:3%;}
.pro_bd ul li:nth-child(4n){margin-right:0;}
.pro_bd ul li img{width:100%;margin-top:20px;}
.pro_bd ul li img:hover{transform: scale(1.2);-webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .5s ease;}
.pro_bd ul li p{text-align:center;line-height:32px;background:#033a76;color:#fff;position:relative;z-index:999;}


.digg{padding-top:50px;}

/*åˆ†é¡µæ&nbsp;·å¼*/

#fanye{padding-top:50px;clear:both;}

#page
{
	
	
	float: right;
	text-align: center;
	margin-right:10px;
}

#page a
{
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	margin-bottom:10px;
}

#page a:hover
{
	color: #ea5504;
	border: 1px #ea5504 solid;
}

#page a.cur
{
	border: none;
	background: #ea5504;
	color: #fff;
}

#page p
{
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
	margin-top:0px;
	margin-bottom:10px;
}

#page p.pageRemark
{
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
	margin-bottom:10px;
}

#page p.pageRemark b
{
	
}

#page p.pageEllipsis
{
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}</pre></body></html>