﻿@charset "utf-8";/* CSS Document */

a:hover {cursor:pointer;text-decoration:none;}
/*关于我们start*/
.about_bg{width:100%;height:100%;top:0;left:0;background: url(../image/about_bg.jpg) no-repeat;background-size:cover;}


/*大事记start*/
.event_box{width:100%;margin:6% auto 0;position:relative;min-height:420px;}
.event_box .parHd {width:92%;display:inline-block;height:182px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:55px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:85%;height:3px;background:#c0c8cf;position:absolute;/* top:33%;*/ right:-140%;right:8%; top:37%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:20px;font-size:18px;color:#47596a;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(../image/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-12px;left:50%;margin-left:-12px;}
.parBd{text-align:center;margin-top:10px;}
.parBd h4{position:relative;font-size:26px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;color: #002648;}
.parBd h4:after{content:'';background:#000;width:100px;height:1px;position:absolute;left:-100px;bottom:12px;}
.parBd h4:before{content:'';background:#000;width:100px;height:1px;position:absolute;right:-100px;bottom:12px;}
.parBd p{line-height:180%;font-size:16px;width:80%;margin:0 auto;text-align: center;height: 400px;}
.parBd p img{display: inline-block}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:40px;z-index: 1000}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li i{display:block;width:30px;height:30px;overflow:hidden;position:absolute;top:-52px;left: 50%;margin-left: -15px; z-index:21;}
.parHd li i img{width: 100%}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../image/cat.png) no-repeat;position:absolute;top:-12px;left: 50%;margin-left: -12px; z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	