﻿@charset "utf-8";/* CSS Document */

/*大事记start*/
.event_box{width:94%;margin:5% auto 0;position:relative;min-height:260px; }
.event_box .parHd {width:100%;display:inline-block;height:92px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto; width:700px;}
.parHd .tempWrap:after{content:'';width:85%;height:1px;background:#a9afb9;position:absolute;/* top:33%;*//* right:-140%;*/right:8%;top:35%; margin-top:-5px;z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#555;margin:0 30px;position:relative;}
.parHd li:after{content:'';background:url(../images/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:30px;    margin-left: 70px;}
.parBd h4{position:relative;font-size:40px;margin-bottom:3%;/*width:200px;*/ padding:0 60px;display:inline-block;text-align:center;}
.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:0.9em;width:100%;margin:0 auto; color: #7c7c7c; text-align: left; text-indent:0;}
div#listBox {width:100%;}
.sPrev,.sNext{width:39px;height:39px;display:block;position:absolute;top:10px;}
.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); width:100%;}
.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-12px;left:30px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	


.parBd h3{font-size:1.85em; text-align: left; color: #090909; font-weight: bold;}
.parBd h2{font-size:1.25em; text-align: left; margin-top: 1em; margin-bottom: 1em;}


/*<640*/
@media screen and (max-width:639px) 
{
	.parBd h3{font-size:1.8em;}
	.parBd h2{font-size:1em;}
	.parBd p{ margin: 1em auto; line-height: 1.5em; font-size: 1.25em;}
	
	.sPrev,.sNext{width:30px; height: 30px;}
}



