/*sun_pro_detail_box*/
.pro_detail_toit {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F2F5;
    margin-bottom: 1rem;
}

.sun_pro_detail_box {
    padding-bottom: 1rem;
}
.sun_pro_detail_box .sun_pro_txtxt {
    width: 100%;
    height: 721px;
    position: relative;
}
.sun_pro_detail_box .sun_pro_big_tx {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    position: relative;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide {
    outline: none;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide .img_a {
    text-align: center;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide .big {
    max-width: 100%;
}
.sun_pro_detail_box .sun_pro_small_tx {
    position: absolute;
    height: 90px;
    width: 994px;
    left: 50%;
    margin-left: -497px;
    bottom: 10px;
    z-index: 99;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow {
    position: absolute;
    top: 60%;
    width: 40px;
    height: 20px;
    margin-top: -13px;
    outline: none;
    border: none;
    font-size: 0;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev {
    left: -44px;
    background: url("../images/left2.png") center no-repeat;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev:hover {
    background: url("../images/left2h.png") center no-repeat;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next {
    right: -44px;
    background: url("../images/right2.png") center no-repeat;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next:hover {
    background: url("../images/right2h.png") center no-repeat;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide {
    outline: none;
    box-sizing: border-box;
    margin: 0 15px;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide .img_b .pic{
  margin: 0 50px;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide .img_b {
    display: block;
    box-sizing: border-box;
    width:160px;
    height: 99px;
    float: left;
    border:2px solid #0262b8;
    border-right: none;
}

.sun_pro_detail_box .sun_pro_small_tx .wenzi {
  background: #31a5ef;
  width:90px;
  height: 99px;
  padding: 0 20px;
}

.sun_pro_detail_box .sun_pro_small_tx .wenzi a{
  color:#fff;
  font-size: 18px;
  padding-top:20px;
  display: block;
}

.sun_pro_detail_box .sun_pro_small_tx .wenzi h2{
  color:#fff;
  font-size: 14px;
  font-weight:normal;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-slide .small {
    width: 100%;
    box-sizing: border-box;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-current .small {
    
}
.sun_pro_detail_box .sun_pro_ddd {
    width: 100%;
    margin-top: 1rem;
}

.sun_pro_detail_content .title {
  
    margin-bottom: 0.8rem;
}
.sun_pro_detail_content .title strong {
    display: inline-block;
    padding: 7px 25px;
    border-radius: 7px 7px 0 0;
    background: #F2F2F2;
    font-size: 0.8rem;
}