/*banner*/
#banner{
    width:100%;
    /*height:900px;*/
    z-index: -1;
    position: relative;
}

#banner .slides,#banner .slides li{
    height:100%;
    width:100%;
}




#banner  .bannerGif{
    position: absolute;
    top: 40%;
    left:50%;
    margin:-200px 0 0 -400px;
    z-index:1000;
}

/*#banner  embed{
    position: absolute;
    top:50%;
    left:50%;
    margin:-200px 0 0 -400px;
    width:800px;
    height:400px;
    z-index:1000;
}*/

#banner .flex-control-nav{
    display: none;
}






/*三张图片介绍*/
.picture{
    width:100%;
    margin:-90px auto 0;
z-index:10;
}
.picture ul{
    width:1200px;
    margin:0 auto;
}
.picture ul li{
    float: left;
    width:332px;
    text-align: center;
    transition:all .4s;
}
.picture ul li:hover{
    margin-top:-30px;
}

.picture ul li img{
    /*width:332px;*/
    /*height:332px;*/
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;

}
.picture ul li p{
    font-size:18px;
    margin:30px 0 0 0;
}
/*介绍*/
.jieshao{
    width:100%;
    height:570px;
    margin:80px auto 0;
    overflow: hidden;
}
.jieshao .lf{
    width:50%;
    height:570px;
    overflow: hidden;
    position: relative;
}


.swiper-container1 .pagination {
    position: absolute;
    right:33px;
    text-align: right;
    bottom: 26px;
    width: 100%;
}
.swiper-container1 .swiper-pagination-switch {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 7px;
    cursor: pointer;
   background: url("../img/banbai.png")no-repeat center;
}
.swiper-container1 .swiper-active-switch {
   background: url("../img/quanbai.png")no-repeat center;
}

.jieshao .rt{
    width:50%;
    height:570px;
    background-color: #EB6100;
    color: #ffffff;

}
.jieshao .rt .rt-con{
    width:512px;
    /*float: right;*/
    padding:85px 28px 0 60px;
    position: relative;
    height:485px;
}
.jieshao .rt h1{
    font-size:30px;
    margin:0 0 26px 0;
}
.jieshao .rt p{
    font-size:16px;
    line-height:24px;
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
}
.jieshao .rt a{
    display: block;
    width:180px;
    height:38px;
    line-height:38px;
    text-align: center;
    color: #ffffff;
    border:1px solid #ffffff;
    position: absolute;
    right:28px;
    bottom:34px;
    transition:all .3s;
}
.jieshao .rt a:hover{
    background-color: #ffffff;
    color: #EB6100;
}

/*新闻中心*/
.news{
    width:100%;
    margin:120px auto 108px;
}
.news h1{
    text-align: center;
    font-size:28px;
    position: relative;
    width:512px;
    margin:0 auto;
}
.news h1:before,.news h1:after{
    content: '';
    position: absolute;
    width:168px;
    border-top:1px solid #363636;
    top:21px;
}
.news h1:before{
    left:0;
}
.news h1:after{
    right:0;
}

.news .bottom{
    width:1200px;
    height:550px;
    margin:10px auto 0;
    position: relative;
}
.news .swiper-container2{
    width:1200px;
    overflow: hidden;
    height:445px;
    padding:30px 0;
}
.news .swiper-container2 .con{
    display: inline-block;
    width:350px;
    height:445px;
    background-color: #ffffff;
    margin:0 auto;
    padding:0 15px;
    transition:all .3s;
}
.news .swiper-container2 .swiper-slide{

    text-align: center;
}
.news .swiper-container2 .swiper-slide:hover .con{
    box-shadow: rgba(238,238,238,.8) 0 0 8px 8px;

}
.news .swiper-container2 img{
    width:350px;
    height:233px;
    margin:18px 0 0 0;
}
.news .swiper-container2 h2{
    font-size:18px;
margin:20px 0 0 0;
    line-height:24px;
    transition:all .3s;
}
.news .swiper-container2 h3{
    color: #9e9e9e;
    font-size:12px;
    margin:10px 0 20px 0;
}
.news .swiper-container2 p{
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
    line-height:24px;
}
.news .swiper-container2 .swiper-slide:hover h2{
    color: #cc3524;
}


.news .bottom .btn{
    display: block;
    width:26px;
    height:26px;
    line-height:26px;
    text-align: center;
    border:2px solid #82828B;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    position: absolute;
    bottom:0;
    transition:all .3s;
}
.news .bottom .btn:hover{
    border:2px solid #EC6C1F;
}
.news .bottom .btn i{
    font-size:26px;
    vertical-align: middle;
}
.news .bottom .btnleft{
    left:565px;
}
.news .bottom .btnright{
    right:565px;
}

