/* 内容部分 */
.contentWrap{
    width: 100%;
    overflow: hidden;
}
.contentTop{
    width: 1190px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0px;
    box-sizing: border-box;
}
.topLine{
    width: 100%;
    height: 20px;
    overflow: hidden;
}
.topIcont{
    width: 9px;
    height: 11px;
    display: block;
    float: left;
    margin-top: 5px;
    background: url('/public/protal/images/d-address.png') no-repeat center;
    background-size: cover;
}
.topText{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    display: block;
    float: left;
    margin-left: 6px;
}
.topText a{
    color: #a4a4a4;
}
.topLine a>.topText:hover{
    color: #19b1b6!important;
}
.topText-on{
    color: #19b1b6;
}
.contentCenter{
    width: 1230px;
    /* height: 1300px; */
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
}
.centerWrap{
    width: 1048px;
    margin: 0 auto;
}
.contentTitle{
    width: 100%;
    height: 40px;
    line-height: 30px;
    margin: 10px 0px;
    font-size: 22px;
    color: #545454;
    overflow: hidden;
    text-align: center;
}
.contentBox{
    width: 1000px;
    overflow: hidden;
    position: relative;
}
.arrow-left {
    background: url('/public/protal/images/en/index_tab_l.png') no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.arrow-right {
    background: url("/public/protal/images/en/index_tab_r.png") no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
.contentImgBox{
    width: 736px;
    height: 460px;
    text-align: center;
    margin: 0 auto;
}
.contentImgBox img{
    /* width: 100%;
    height: 100%; */
    max-width: 736px;
    max-height: 460px;
    display: block;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
}

.contentImgDetailBottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: none;
}
.contentImgDetailBottom span{
    display: block;
    float: left;
}
.contentBottomLeft{
    color: #f20008;
    font-size: 20px;
}
.contentBottomRight{
    color: #2f2f2f;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}
.contentBottomText{
    width: 90%;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
}
.preview{
    width: 1000px;
}
.boxThreeBottom{
    width: 830px;
    height: 130px;
    margin: 0 auto;
    margin-top:10px; 
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
}
.containerTwo{
    width: 100%;
    height: 110px;
    overflow: hidden;
    box-sizing: border-box;
}
.slideTwo{
    width: 186px!important;
    height: 110px;
    float: left;
    position: relative;
    overflow: hidden;
}
.slideTwo img{
    width: 100%;
    height: 100%;
    display: block;
}
.prevTwo{
    left:-20px!important;
    width: 30px;
    height: 120px;
    margin-top: -60px;
    background: url('/public/protal/images/en/pre-left.png') no-repeat center;
    background-size: cover;
}
.nextTwo{
    right:-20px!important;
    width: 30px;
    height: 120px;
    margin-top: -60px;
    background: url('/public/protal/images/en/pre-right.png') no-repeat center;
    background-size: cover;
}
.imgChoseOn{
    border: 3px solid #19b1b6;
    box-sizing: border-box;
}

/* 头部的导航条的样式调整 */
.suctionTopWrap{
    box-shadow: 0px 3px 3px #F4F4F4;
}