﻿
/*关于我们start*/

.about_bg{ position: fixed; width: 100%; height: 100%; top:0; left: 0;    background: url(../images/about_bg.jpg) no-repeat;background-size: cover;}

.about_content{ width: 60%; margin: 0 auto;}

.about_content h2,.about_content h3{ text-align: center; color:#434343; }

.about_content h2{ font-size: 40px; margin-bottom:10px;}

.about_content h3{ font-size: 26px; margin-bottom: 60px;}

.about_content p{ font-size: 16px; color: #000; line-height: 180%; margin-bottom: 20px; text-align: center;}

.about_content.history{ text-align: center; position: relative;}

/*大事记start*/

/*.event_box{ width: 60%; margin: 3% auto 0;position: relative; min-height: 420px;}*/

.event_box {
    width: 100%;
    margin: 2% auto 0 auto;
    position: relative;
    /*min-height: 420px;*/
}

.event_box .parHd {width: 100%; display: inline-block; height: 92px; overflow: hidden; }

.event_box .parHd .tempWrap{ margin: auto; }

.parHd  ul{ position: relative; width: 83%; text-align: center; margin: 0 auto; padding-top: 25px !important;}

.parHd  ul:after{ content: '';

    width: 85%;

    height: 1px;

    background: #580000;

    position: absolute;

    right: 8%;

    top: 35%;

    z-index: 10;}

/*.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after{      content: '';

    width: 85%;

    height: 1px;

    background: #580000;

    position: absolute;

    right: 8%;

    top: 35%;

    z-index: 10;}*/

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/ 

.parHd li.no_line:before{ display: none;}

.parHd li{  display: inline-block; cursor: pointer; padding-top: 15px; font-size: 16px; color: #af9076; margin: 0 3vw; 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;}

.parHd li.act{ color: #e41515 }
.parHd li.act:after{ background: url(../images/dot_ico_act.png) no-repeat; }

.parBd{ text-align: center; margin-top: 30px;}

.parBd h4{ position: relative; font-size: 40px; margin-bottom: 3%; /*width: 200px;*/ padding: 0 6vw;  display: inline-block; text-align: center;}

.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; top: 50%; margin-top: -2px; }

.parBd h4:before{ content:''; background: #000; width: 100px; height: 1px; position: absolute; right: -100px; top: 50%; margin-top: -2px; }

.parBd p{ line-height: 180%; font-size: 16px; width: 80%; margin: 0 auto;}

div#listBox {

    width: 100%;

}

.sPrev,.sNext{ width: 30px; height: 30px; 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);
     }


@media screen and (max-width:767px){
    .parBd{ margin-top: 0; }
    .parBd h4{ font-size: 1.5em; }
}