@charset "UTF-8";
	/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.header,
.content,
.footer {
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }

/*我们*/
.serv{padding: 55px 0 0;background:url(../images/mapbg.jpg) no-repeat center 0;height: 506px;text-align: center;color: #555;line-height: 26px;}
.servtil{height:133px;background:url(../images/ico10.gif) no-repeat center 60px;font-size: 36px;color: #333;font-weight: normal;line-height: 60px;}
.servtil p{display: block;font-size: 24px;line-height:45px;}
.servtil b{color: #c30c22;}
.serv_c{height: 273px;overflow: hidden;}
.serv_c dl{width:228px;float: left;margin:0 90px 0 0;}
.serv_c dl.born{margin:0;}
.serv_c dt{height: 156px;}
.serv_c dt b{height:44px;display: block;line-height: 44px;font-size: 16px;margin-bottom: 14px;color: #333;background:url(../images/ico09.gif) no-repeat center bottom;}
.serv_c dt span{width:172px;height:43px;display: block;margin:0 auto; position: relative;overflow: hidden;}
.serv_c dt em{display: block;font-style: normal;color: #999;line-height: 35px;}
.serv_c dt i{position:absolute;width:100%;height:100%;top:0;left:0;}
.serv_c dt i.default{-webkit-transition: all 0.4s linear;transition: all 0.4s linear;}
.serv_c dt i.hover{opacity:1;visibility:visible;opacity:0;visibility:hidden;
	-webkit-transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	transform:translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin:50% 0%;
    transform-origin:50% 0%;
    -webkit-transition:all 0.4s linear;
    transition:all 0.4s linear;}
.serv_c dl.cur dt span .default{opacity:0;visibility:hidden;-webkit-transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);transform:translate3d(0,65px,0) rotate3d(1,0,0,-90deg);}
.serv_c dl.cur dt span .hover{opacity:1;visibility:visible;-webkit-transform:rotate3d(1,0,0,0deg);transform:rotate3d(1,0,0,0deg);}

.serv_more{clear: both;text-align: center;background:url(../images/icobg1.gif) no-repeat center 0;line-height: 42px;color: #fff;}
.serv_more a{color: #fff;display:inline-block;padding-right: 20px;}










/*标题动画 */
.animated {
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}
.animated.infinite {
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.animated.hinge {
	-webkit-animation-duration:2s;
	animation-duration:2s
}


@-webkit-keyframes
	zoomIn {
		0% {
		opacity:0;
		-webkit-transform:scale3d(.3,.3,.3);
		transform:scale3d(.3,.3,.3)
			}
		50% {
		opacity:1
			}
	}



























/*  */