﻿@charset "utf-8";



/*关于我们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: 100%; margin: 0 auto;}

.about_content h2,.about_content h3{ text-align: center; font-weight: bold; color: #000; }

.about_content h2{ font-size: 40px;margin-bottom:50px;}

.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: 100%; position: relative; }

.event_box .parHd {width: 100%; display: inline-block;
 background: url(../images/aboutbj.jpg) left center  repeat-x;
    height: 146px;margin: 35px auto 0;

    overflow: hidden;}

.parHd  ul{ width: 100%; text-align: center;  }

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after{      content: '';

    width: 100%;

    height: 1px;

  

    position: absolute;
    right: 0;

    top: 49%;

   

    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 a{color: #104fab;}
.parHd li{  display: inline-block; cursor: pointer; z-index: 9999; font-weight: bold; font-size: 14px; color: #104fab;margin:0 2px;background: url(../images/about1.png) center center no-repeat;  position: relative; width: 146px; height: 146px; line-height: 146px; }
.parHd li.act{background: url(../images/about.png) center center no-repeat; color: #fff; font-size: 16px; }
.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 a{ color: #fff; }
.parBd{ text-align: center; }


div#listBox {

    width: 100%;

}

.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; cursor: pointer; bottom: 62px; z-index: 99999;}

.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);
     }

