
.zoomImage{
    width:100%;
    height:0;
    padding-bottom: 100%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.text-title{

    display: inline-block;
    height: 25px;
    line-height: 10px;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #e31f03;
    font-weight: 600;

}


/* leftvideo */
.bg{

    background-size: cover;

    background-repeat:no-repeat;
    background-position:center;

}
.bg myp-center{

}

.nav-stacked {
    background-color: transparent;
    width: 100%;
    height: 600px;
    overflow-y: auto;
    padding: 0px;
    text-align: center;

    flex-direction: column;
    justify-content: center;
    vertical-align: center;

}

.nav-stacked>li{
    padding: 10px 0px 10px 0px;
    background-color: #4e555b;
    height: 107px;
    margin-left: 10%;
    margin-right: 10%;
}
.nav-stacked>li + li {
    margin-top: 10px;
}
.nav-stacked>li>a{
    text-decoration: none;
    padding: 10px 10px 10px 35px;
}
.nav-stacked>li>myp-center{
    background-color: #4e555b;

    color:white;
}
.nav-stacked>li>img{
    text-decoration: none;
    margin-bottom: 0px;
    alignment: center;
    padding: 10px 10px 10px 10px;
}
.nav-stacked > li:hover,.nav-stacked > li:focus,.nav-stacked > li.active{
    background-color: #F4403D;
    cursor: pointer;
}
.nav-stacked>li>a:hover,.nav-stacked>li>a:focus{
    background-color: #F4403D;
}


/* Carousel Control */

.thumbnail {
    background: no-repeat;
    border: none;
    border-radius: none;
    padding: 0px;
}

.thumbnail img{
    max-width:100%;
    max-height:100%;

    margin: 0;
}

.thumbnail div{
    width:100%;
    height:100%;
    text-align: center;
}

.thumbnail2 {
    background: no-repeat;
    border: none;
    border-radius: none;
    padding: 0px;

}

.thumbnail2 img{
    max-width:100%;
    max-height:100%;
    width: 120px;
    height: 120px;
    margin: 0;
}

.thumbnail2 div{
    width:100%;
    height:100%;
    text-align: center;
}


/* Thumbnail Box */

.caption{
   margin-top: 20px;
}
.caption span,
.caption a {
    color: #666;
    text-decoration: none;
}

.caption a i {
    color: #0075b1;
}

.caption p {
    line-height: 25px;
    max-width: 100% ;
    margin: 10px 50px 0 50px;
    text-align: center;
}


.caption cp {
    margin-bottom: 30px;
    text-align: center;
}

.banner_left {
    position: absolute;
    height: 70px;
    width: 35px;
    top: 50%;
    left: -15px;
    background-color: rgba(73,72,62, 0.3);
    margin-top: -45px;
    text-align: center;
    transition: all .3s;
    z-index: 2;
}

.banner_left:hover {
    background-color: rgba(73,72,62, 0.9);
    opacity: 1;
}

.banner_right {
    position: absolute;
    height: 70px;
    width: 35px;
    top: 50%;
    right: -15px;
    background-color: rgba(73,72,62, 0.3);
    margin-top: -45px;
    text-align: center;
    transition: all .3s;
    z-index: 2;
}

.banner_right:hover {
    background-color: rgba(73,72,62, 0.9);
}

.banner_left img {
    margin-top: 22px;
    width: 32px;
    height: 32px;

}

.banner_right img {
    margin-top: 22px;
    width: 32px;
    height: 32px;

}


/*//相关产品 栏目大屏幕和小屏幕图片大小和宽度不同*/

/*//大屏幕*/
.box{
    position: relative;
    z-index: 0;
    width: 1000px;
    height: 600px;
}
.box div{
    position: absolute;
    width: 290px;
    height: 180px;
    top: 20px;
    left: 800px;
}

.box img{
    position: absolute;
    width: 180px;
    height: 180px;
}
.box p{
    position: absolute;

}

.inner-box1{
    top: 0px;
    left: 80px;
}
.p1{
    top:10px;
    left: 260px;
}
.inner-box2{
    top: 110px;
    left: 280px;
}
.p2{
    top:180px;
    left: 480px;
}
.inner-box3{
    top: 210px;
    left: 0;
}
.p3{
    top:290px;
    left: 201px;
}
.inner-box4{
    top: 420px;
    left: 80px;
}
.p4{
    top:560px;
    left: 260px;
}
.inner-box5{
    top: 330px;
    left: 280px;
}
.p5{
    top:415px;
    left: 480px;
}
/*//小屏幕*/
  .box1{
      position: relative;
      z-index: 0;
      width: 100%;
      height: 340px;

  }
.box1 div{
    position: absolute;
    width: 400px;
    height: 180px;
    top: 20px;
    left: 10px;
}

.box1 img{
    position: absolute;
    width: 100px;
    height: 100px;
}
.box1 p{
    position: absolute;
    color:white;
    opacity: 100%;
}

.inner-box11{
    top: 10px;
    left: 70px;
}
.p11{
    top:10px;
    left: 170px;
}
.inner-box21{
    top: 55px;
    left: 175px;
}
.p21{
    top:90px;
    left: 280px;
}
.inner-box31{
    top: 110px;
    left: 0px;
}
.p31{
    top:140px;
    left: 105px;
}
.inner-box41{
    top: 210px;
    left: 70px;
}
.p41{
    top:280px;
    left: 170px;
}
.inner-box51{
    top: 165px;
    left: 175px;
}
.p51{
    top:205px;
    left: 280px;
}





