@charset "utf-8";

/*关于我们*/
.about{overflow:hidden;margin:0 auto;padding:80px 0;width:100%}
.about .content{margin:0 auto;width:1200px}
.about .content P{margin-bottom:20px;line-height:25px;font-size:15px}
.about .content P img{margin-left:30px}
.about .content ul{margin-left:1.2em}
.about .content h2{ font-weight: normal; line-height: 40px; }
.about .content hr{ background: #ccc; height: 1px; margin-top: 25px; margin-bottom: 25px; border-style: none; }

/*发展历程*/
.history{overflow:hidden;margin:0 auto;padding:100px 0;width:100%}
.history .cate{ margin: 0px auto 50px; width: 1200px; font-weight: 700; font-size: 32px; text-align: center; }
.history .cate span{display:block;margin-top:4px;color:#ccc;text-transform:capitalize;letter-spacing:0;font-size:14px}
.history .content{position:relative;margin:0 auto;padding-top:25px;width:1200px;min-height:600px}
.history .content:before{position:absolute;top:0;left:50%;display:block;margin-left:0px;width:2px;height:100%;background:#f73528;content:""}
.history .content .left,.history .content .right{position:relative;overflow:hidden;width:100%;height:auto}
.history .content .left .time,.history .content .right .time{ position: absolute; top: 0; left: 50%; margin-left: -25px; width: 50px; height: 50px; border-radius: 50%; background: #f73528; color: #FFF; text-align: center; line-height: 50px; font-style: italic; font-weight: bold; }
.history .content .left .line,.history .content .right .line{position:absolute;top:25px;width:60px;height:1px;background:#E7E7E7}
.history .content .left .note,.history .content .right .note{position:relative;z-index:1;padding:5px 18px;width:40%;height:auto;border:1px solid #E7E7E7;border-radius:6px;background:#f5f5f5;line-height:22px}
.history .content .left .line{left:50%;margin-left:-85px}
.history .content .right .line{right:50%;margin-right:-85px}
.history .content .right .note{float:right}

/*联系我们*/
.contact{overflow:hidden;margin:0 auto;padding:80px 0;width:1200px}
.contact .content{float:left;width:50%}
.contact .content P{margin-bottom:40px;font-size:15px;line-height:25px}
.contact .map{float:right;width:50%}