.title_h5 {
    margin-bottom:50px;
}

.title_h5 strong {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom:20px;
}

.title_h5 strong::after {
    content: "";
    display: block;
    width:44px;
    height: 4px;
    background-color: #186cc3;
    margin-top:16px;
}

.title_h5 span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
}

.title_h5 span::after {
    content: "";
    height: 1px;
    width: calc(100% - 20px);
    background-color: #dedede;
}

.title_h5 small {
    display: block;
    font-size: 18px;
    color: #999;
    margin-top:18px;
}

.paging_div {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}

.paging_div a {
    display: inline-block;
    vertical-align: top;
        height: 35px;
    line-height: 35px;    
    border: 1px solid #dedede;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-right: 10px;
    transition: all 0.5s ease; padding:0 10px;
}

.paging_div a.first,
.paging_div a.last {
    width:70px;
}

.paging_div a.prev::after {
    font-family: "iconfont" !important;
    content: "\e8ef";
}

.paging_div a.next::after {
    font-family: "iconfont" !important;
    content: "\e8f1";
}

.paging_div a.first::before {
    font-family: "iconfont" !important;
    content: "\e667";
}

.paging_div a.last::after {
    font-family: "iconfont" !important;
    content: "\e668";
}

.paging_div a.active {
    background-color: #186cc3;
    color: #fff;
    border: 1px solid #186cc3;
}
.cpzs_box {}

.cpzs_box .div1 {
    display: flex;
    justify-content: space-between;
    margin-bottom:60px;
    position: relative;
    z-index: 3;
}

.cpzs_box .div1 dd {
    flex-shrink: 0;
    width: 23%;
    position: relative;
}

.cpzs_box .div1 dd h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #dedede;
    background-color: #f6f7fb;
    padding: 0 36px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    transition: all 0.5s ease;
}

.cpzs_box .div1 dd h6::after {
    font-family: "iconfont" !important;
    content: "\e622";
    width: 45px;
    height: 45px;
    background-color: #186cc3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    transition: all 0.5s ease;
}

.cpzs_box .div1 dd ul {
    position: absolute;
    border: 1px solid #dedede;
    border-top: none;
    padding: 0 36px;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.cpzs_box .div1 dd ul li {
    position: relative;
    border-bottom: 1px solid #dedede;
}

.cpzs_box .div1 dd ul li:last-of-type {
    border-bottom: none;
}

.cpzs_box .div1 dd ul li a {
    display: block;
    font-size:16px;
    color: #666;
    line-height: 60px;
    height: 60px;
    transition: all 0.5s ease;
}

.cpzs_box .div1 dd ul li a i::after {
    font-family: "iconfont" !important;
    content: "\e8f1";
    float: right;
    font-size: 20px;
}

.cpzs_box .div1 dd ul li p {
    position: absolute;
    width: 100%;
    left: calc(100% + 36px + 1px);
    top: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 36px;
    display: none;
}

.cpzs_box .div1 dd ul li p a {
    border-bottom: 1px solid #dedede;
}

.cpzs_box .div1 dd ul li p a:last-of-type {
    border-bottom: none;
}

.cpzs_box .div1 dd.active h6 {
    border-color: #186cc3;
    color: #fff;
    background-color: #186cc3;
}

.cpzs_box .div1 dd.active h6::after {
    content: "\e620";
    background-color: #fff;
    color: #186cc3;
}

.cpzs_box .div2 {
    padding: 40px;
    background-color: #f6f7fb;
}

.cpzs_box .div2 .h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.cpzs_box .div2 .h5 strong {
    font-size: 24px;
    font-weight: normal;
    color: #186cc3;
}

.cpzs_box .div2 .h5 span {
    font-size: 16px;
    color: #666;
}

.cpzs_box .div2 .h5 i {
    margin: 0 5px;
}

.cpzs_box .div2 .h5 i::after {
    font-family: "iconfont" !important;
    content: "\e8f1";
}

.cpzs_box .div2 .div {
    min-height: 60vh;
}

.cpzs_box .div2 .div a {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 30px;
}

.cpzs_box .div2 .div a:nth-of-type(3n) {
    margin-right: 0;
}

.cpzs_box .div2 .div a em {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    box-sizing: border-box;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.cpzs_box .div2 .div a em i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.cpzs_box .div2 .div a h6 {
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background-color: #186cc3;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (min-width: 1200px) {
	 .cpzs_box .div2 .div a:hover em i {
        transform: scale(1.1);
    }
    .cpzs_box .div2 .div a:hover em {
        border-color: #186cc3;
    }
    .cpxq_box .div3 .tab_h6 span:hover {
        background-color: #186cc3;
        border: 1px solid #186cc3;
        color: #fff;
    }
    .cpzs_box .div1 dd ul a:hover {
        color: #186cc3;
    }
    .cpzs_box .div1 dd:hover h6 {
        border-color: #186cc3;
    }
}

@media (max-width: 1200px) {
	.cpzs_box .div1 {
        display: block;
        margin-bottom:40px;
    }
    .cpzs_box .div1 dd {
        width: 100%;
        margin-bottom: 20px;
    }
    .cpzs_box .div1 dd h6 {
        padding: 0 20px;
    }
    .cpzs_box .div1 dd ul {
        padding: 0 20px;
        z-index: 3;
    }
    .cpzs_box .div1 dd ul li p {
        position: static;
        box-shadow: none;
        padding: 0 20px;
    }
    .cpzs_box .div2 {
        padding: 30px 20px;
    }
    .cpzs_box .div2 .div a {
        width: 48%;
        margin-right: 4%;
        margin-top: 20px;
    }
    .cpzs_box .div2 .div a:nth-of-type(3n) {
        margin-right: 4%;
    }
    .cpzs_box .div2 .div a:nth-of-type(2n) {
        margin-right: 0;
    }
    .cpzs_box .div2 .div a h6 {
        height: 50px;
        line-height:50px;
    }
	
	}
.clear_both::after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.pt .pt1{
 -webkit-text-fill-color:transparent;   
  -webkit-text-stroke:1px #f7f7f7;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.pt .pt2{
  margin-top: -8%;
  font-size: 14px;
  color: #fd7062;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
}

.pt .pt2 span{
  width: 60px;
  height: 2px;
  background: #fd7062;
  display: inline-block;
  margin-right: 18px;
}

.pt .pt3{
  color: #1f425d;
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
}

.pt .pt3 b{
  color: #4ab9cf;
}

/**/
.choose-bg{
  padding-top: 2.34375vw;
  padding-bottom: 6.25vw;
}

.choose-index{
  align-items: flex-end;
}

.at .pt1{
  -webkit-text-stroke: 1px rgba(255,255,255,.2);
}

.at .pt3{
  color: #fff;
}

.next1{
  background: #b8b8b8 url(../images/3c0e98c3cd65dc108782609bc862da0203f9afad.png) no-repeat center center;
   width: 54px;
  height: 54px;
  outline: none;
}

.next1:hover{
   background: #fd7062 url(../images/3c0e98c3cd65dc108782609bc862da0203f9afad.png) no-repeat center center;
}

.prev1{
  background: #b8b8b8 url(../images/ac0e81b39ac538c44e903f208f5b3cef0305051d.png) no-repeat center center;
   width: 54px;
  height: 54px;
  outline: none;
  margin-left: 4px;
}

.prev1:hover{
  background: #fd7062 url(../images/ac0e81b39ac538c44e903f208f5b3cef0305051d.png) no-repeat center center;
}

.choose-roll{
  margin-left: 15.625%;
  margin-top: 4.42708333333333vw;
}


.chooseSwiper{
  overflow: hidden;
}

.chooseSwiper .img1 img{
  width: 100%;
}

.chooseSwiper .wz{
  border: 1px solid rgba(255,255,255,.1);
  padding:1.2vw 1vw;
}

.chooseSwiper .wz .wz1{
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chooseSwiper .wz .wz2{
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0.78125vw;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
@media(max-width: 996px){
  .choose-roll{
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width: 767px){
  .next1{
    width: 30px;
    height: 30px;
  }
  .prev1{
    width: 30px;
    height: 30px;
  }
  .choose-roll{
    margin-left: 0;
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .chooseSwiper .wz .wz1{
    font-size: 14px;
  }
  .chooseSwiper .wz .wz2{
    font-size: 12px;
    line-height: 24px;
  }
}

.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}
.product-detail-tabbox .product-detail-tabcon{ padding: 50px 0; font-size:20px}
/*.product-detail-tabbox .product-detail-tabcon:nth-child(2){ background:#367FC4}*/


/*  */
.box5{}
.box5 .wh{max-width: 1300px; margin:auto}
.mySwiper{overflow: hidden;position: relative;}
.mySwiper .swiper-slide .img{width: 72.5%;display: block;}
.mySwiper .swiper-slide .img img{width: 100%;}
.hbj{width: 41%;background-color: #367FC4;box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);position: absolute;right: 15px;top:5.833vw;padding: 5% 5% 5% 3%;}
.shi{color: #999999;font-size: 12px;}
.hbj h3{line-height: 36px;letter-spacing: 3px;color: #fff;font-size: 30px;margin: 18px 0 30px;}
.hbj p{color: #fff;font-size: 16px;line-height: 30px;}
.hbj a{display: block;color: #12c3ff;font-size: 16px;font-weight: bold;padding-left: 41px;background: url(../images/997354ba17dc27da32e29e3cde79b0bc4d14b597.png) no-repeat left center;margin-top: 14px;}
.swiper-button-prev1,.swiper-button-next1{position: absolute;top:7.05vw;z-index: 9999;background: #e0e7ec;
    border-radius: 100%;
    width: 40px;
    height: 40px; text-align:center;line-height: 40px;}
.swiper-button-prev1{right: 10%;}
.swiper-button-next1{right: 5%;}
.box5 .at .pt1{
  -webkit-text-stroke: 1px rgba(0,0,0,.5);
}

.box5 .at .pt3{
  color: #fff;
}
.box5 .pt .pt1{
 -webkit-text-fill-color:transparent;   
  -webkit-text-stroke:1px #f7f7f7;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}

.box5 .pt .pt2{
  margin-top: -8%;
  font-size: 14px;
  color: #fd7062;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
}

.box5 .pt .pt2 span{
  width: 60px;
  height: 2px;
  background: #fd7062;
  display: inline-block;
  margin-right: 18px;
}

.box5 .pt .pt3{
  color: #333;
  font-size:36px;
  font-weight: 600;
  margin-top:10px;
}

.box5 .pt .pt3 b{
  color: #367FC4;
}

@media(max-width: 767px){
	.swiper-button-prev1,.swiper-button-next1{ width:30px; height:30px; line-height:30px;}
.swiper-button-prev1{right: 12%;}

}










@media(max-width: 1280px){
 
    .hbj h3{font-size: 24px;line-height: 30px;letter-spacing: 1px;}
    .hbj p{font-size: 14px;line-height: 24px;}
}



@media(max-width: 768px){

    .hbj h3{font-size: 18px;line-height: 24px;letter-spacing: 0;margin: 10px 0 15px;}
    .hbj p{font-size: 14px;line-height: 24px;}

}


@media(max-width: 640px){
   
    .hbj{position: static;width: calc(100% - 30px);margin: 15px;}
    .mySwiper .swiper-slide .img{width: calc(100% - 30px);margin: 15px;float: none;}
    .mySwiper{margin: 20px 0 0 0;}
    .box5 .wh{padding: 0;}
    .swiper-button-prev1, .swiper-button-next1{top: 80vw;}
    .swiper-button-prev1{right: 15%;}
 


}
