@charset "utf-8";
/* CSS Document */

.banner {
    padding-top:0;
}
.banner h1 {
    font-size:36px;
    text-align:center;
    font-weight:normal;
}
.banner h2 {
    font-size:18px;
    color:#535353;
    text-align:center;
    font-weight:normal;
    margin:20px 0 60px;
}
.banner .swiper {
    width:100%;
    margin:0 auto;
    position:relative;
}
.current-swiper {
    width:650px;
    height:370px;
    border-radius:10px;
    margin:0 auto;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
    position:relative;
    z-index:99;
}
.left-swiper {
    position:absolute;
    left:10rem;
    bottom:0;
    z-index:1;
}
.right-swiper {
    position:absolute;
    right:10rem;
    left:auto;
    bottom:0;
    z-index:1;
}
.nocurrent-swiper {
    width:479px;
    height:273px;
    border-radius:8px;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*background:rgba(237,240,240,0.9);*/
    z-index:99;
}
.slide{
    background-position-x: right;
    background-position-y: 50%;
    background-size: auto 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}
.slide1 {
    background-image: url(../images/yingjian/p1.jpg);
    background-color: #ffffff;
}
.slide2 {
    background-image: url(../images/yingjian/p2.jpg);
    background-color: #ffffff;
}
.slide3 {
    background-image: url(../images/yingjian/p3.jpg);
    background-color:#ffffff;
}
.slide4 {
    background-image: url(../images/yingjian/p4.jpg);
    background-color:#ffffff;
}
.slide5 {
    background-image: url(../images/yingjian/p5.jpg);
    background-color:#ffffff;
}
.slide6 {
    background-image: url(../images/yingjian/p6.jpg);
    background-color:#ffffff;
}
.slide7 {
    background-image: url(../images/yingjian/p7.jpg);
    background-color:#ffffff;
}
.slide8 {
    background-image: url(../images/yingjian/p8.jpg);
    background-color:#ffffff;
}
.slide9 {
    background-image: url(../images/yingjian/p9.jpg);
    background-color:#ffffff;
}
.title {
    padding-top:70px;
    margin-left:45px;
    height:29px;
    line-height:29px;
    font-size:18px;
    color:#666;
    box-sizing:content-box;
}
.nocurrent-swiper .title {
    padding-top:44px;
    margin-left:30px;
    font-size:16px;
    height:25px;
    line-height:25px;
    box-sizing:content-box;
}
.name {
    margin-left:45px;
    height:55px;
    display:inline-block;
    position:relative;
    line-height:55px;
    padding-bottom:9px;
    padding-right:55px;
    /*border-bottom:1px solid #dddddd;*/
    font-size:36px;
    color:#333;
}
.nocurrent-swiper .name {
    height:46px;
    line-height:46px;
    font-size:30px;
    padding-right:46px;
    margin-left:30px;
}
.name:before {
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    /*background:url(../images/yingjian/curr_sectbg.png) no-repeat center center;*/
}
.nocurrent-swiper .name:before {
    width:26px;
    height:26px;
    background-size:100% 100%;
}
.detail {
    margin-left:45px;
    width:275px;
    margin-top:30px;
    padding-right:5px;
    line-height:24px;
    color:#bbb;
    font-size:14px;
}
.nocurrent-swiper .detail {
    font-size:12px;
    line-height:20px;
    width:235px;
    margin-left:30px;
}
.swiper-button-prev {
    width:46px;
    height:46px;
    background:url(../images/yingjian/curr_prev.png) no-repeat center center;
}
.swiper-button-next {
    width:46px;
    height:46px;
    background-size:auto;
    background-image:url(../images/yingjian/curr_next.png);
}
.swiper-button-next, .swiper-button-prev{
    top:65%!important;
}
.swiper-button-prev{
    left:5rem!important;
}
.swiper-button-next{
    right:5rem!important;
}