@charset "utf-8";
/* CSS Document */


/*发展历程*/




.aboutUsT{
    clear: both;
    height: 40px;
    overflow: hidden;
    text-align: center;
    color: #333333;
    font-size: 30px;
    line-height: 40px;
    position: relative;
}
.aboutUsT.typ2{color:#fff}

.web_w{width:100%;max-width:1200px; margin:0 auto; padding:0 0px;}
/*2*/
.aboutBox2{
    clear: both;
    background-color:#fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.aboutBox2Bg{
    width: 100%;
    height: 600px;
    background-image: url(../images/aboutUs_bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index:-1;
}
.aboutBox2Slide{
    width: 100%;
    position: relative;
}
.aboutBox2Slide .bt{
    display: block;
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 63px;
    left: 50%;
    z-index:9;
    background-position: center center;
    background-repeat: no-repeat;
}
.aboutBox2Slide .bt.prev{margin-left:-604px;background-image: url(../images/aboutUs_icon3.png)}
.aboutBox2Slide .bt.next{margin-left:586px;background-image: url(../images/aboutUs_icon4.png)}
.aboutBox2Slide .hd{
    width: 100%;
    height:158px;
    overflow: hidden;
    background-image:url(../images/aboutUs_icon1.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.hdWrap{
    width:1110px;
    margin:0 auto;
    overflow: hidden;
}
.aboutBox2Slide .hd ul{
    overflow: hidden;
    position: relative;
    left: 0;
}
.aboutBox2Slide .hd ul li{
    float: left;
    width: 138px;
    height: 158px;
    background-image:url(../images/aboutUs_icon2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.aboutBox2Slide .hd ul .li1{
    height: 1px;
    background-image:url();
    background-color:rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul .li2{
    height: 1px;
    background-image:url();
 background-color:rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    bottom:12px;
}
.aboutBox2Slide .hd ul li span{
    display: block;
    height: 78px;
    text-align: center;
    line-height: 78px;
    color: #363636;
    font-size: 20px;
    margin-top: 35px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property:margin;
    transition-timing-function: linear;
	 letter-spacing:normal;
}
.aboutBox2Slide .hd ul li.on span:before{
    content:"";
    display: block;
    width: 78px;
    height: 78px;
    border:15px solid #DA3023;
    border-radius:100%;
    opacity: 0.2;
    position: absolute;
    top:50%;
    left:50%;
    margin:-54px 0 0 -54px; 
    
}
.aboutBox2Slide .hd ul li.on span{
    display: block;
    width: 78px;
    height: 78px;
    margin:15px auto;
    border-radius:100%;
    line-height: 78px;
    text-align:center;
    background-color:#DA3023;
    color: #ffffff;
    position: relative;
}
.aboutBox2Slide .bd{
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.aboutBox2Slide .bd dd{
    height: 290px;
}
.aboutBox2Slide2{
    width: 800px;
    height: 270px;
    margin:0 auto;
    background:#fff;
    overflow: hidden;
    box-shadow:0 2px 5px #dadada;
    display: none;
	 position:relative;
}
.aboutBox2Slide2 .picLBox{
    width: 800px;
    height: 270px;
    overflow: hidden;
    margin-right:40px;
}
.aboutBox2Slide2 .picLBox img{
    display: block;
    width: 800px;
    height: 270px;
}
.aboutBox2Slide2 .divR{
    overflow: hidden;
}
.aboutBox2Slide2 .bd2{
    overflow: hidden;
    height:50px;
     position: absolute;
	 font-size:14px;
	 bottom:0px; left:0;
	 z-index:9999;
	  color:#fff;
	   background: rgba(190,10,20,.9);
	   padding:8px 30px;
	   line-height:50px;
	    width:800px;
		 text-align:center;
	
}
.aboutBox2Slide2 .bd2 p{ font-size:15px;}
.aboutBox2Slide2 .bd2 ul li{
    padding-left: 25px;
    overflow: hidden;
    height: 45px;
    background-image: url(../images/aboutUs_icon5.png);
    background-position: left center;
    background-repeat: no-repeat;
	
}

.aboutBox2Slide2 .bd2 ul li a{
    font-size:14px;
    line-height: 45px;
    color: #666666;
}
.aboutBox2Slide2 .bd2 ul li.hover a{color: #d6000f}
.aboutBox2Slide2 .bd2 ul li:hover a{color: #d6000f}
.aboutBox2Slide2 .btBox{
    clear: both;
    float: right;
    margin-right:40px;
    margin-top:30px;
}
.aboutBox2Slide2 .btBox .bt2{
    display: none;
    width: 27px;
    height: 27px;
    overflow:hidden;
    cursor: pointer;
    background-image: url(../images/aboutUs_icon6.png);
    background-repeat: no-repeat;
    margin-left:10px;
    background-color:#e6e6e6;
    border-radius:3px;
}
.aboutBox2Slide2 .btBox .bt2:hover{background-color:#DA3023}
.aboutBox2Slide2 .btBox .bt2.prev2{background-position:left top}
.aboutBox2Slide2 .btBox .bt2.next2{background-position:right top}
.aboutBox2Slide2 .btBox .bt2.prev2:hover{background-position:left bottom}
.aboutBox2Slide2 .btBox .bt2.next2:hover{background-position:right bottom}
