body {
    background: #fff;
}
#box {
    max-width: 1620px;
    width: 85%;
    /* width: 95%; */
    margin: 0 auto;
}
/* .cti-poster{
    height: 300px;
} */
.gzbox{
    width: 50%;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    flex-wrap: nowrap;
}
#gztab {
    width: 70%;
    /* width: 50%; */
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    /* border-bottom: 2px solid #c2c2c2; */
    -ms-overflow-style: none;
    scrollbar-width: none;
    box-sizing: border-box;
    
}
#gztab::-webkit-scrollbar {
    height: 3px; 
  }
  #gztab::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  #gztab::-webkit-scrollbar-track {
    background: transparent;
  }
#gztab li {
    
    flex-shrink: 0;
    /* float: left; */
    width: 16.6%;
    height: 40px;
    cursor: pointer;
    /* line-height: 40px; */
    font-size: 0.8em;
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #c2c2c2;
    /* border-bottom: 2px solid #c2c2c2; */
    margin-left: 0;
    text-align: center;
    box-sizing: border-box;
    
}
#gztab li span{
    display: flex;
    align-items: center;
    height: 38px;
    justify-content: center;
    /* line-height: 40px; */
    margin: 0 auto;
}
#gztab li.current {
    background-color: transparent;
    border-bottom: 2px solid #e60012;
    color: #e60012;
    box-shadow: 0px 9px 3px -6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}
#pjbox{
    width: 90%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 1.5%;
}
.pjtab{
    height: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: none;
}
.pjtab:nth-child(1){
    display: block;
}
.pjtab li{
    float: left;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    font-size: 0.8em;
    color: #000;
    margin-right: 30px;
}
.pjtab li.current{
    color: #e60012;
    font-weight: 600;
}
#piccontent{
    width: 90%;
    margin: 0 auto;
    /* margin-bottom: 30px; */
    /* position: relative; */
}
.cti-poster{
    width: 100%;
}
.cti-poster a img {
    /* width: 1920px; */
    height:350px;
    object-fit:cover
    
}

@media screen and (max-width: 768px){
    .cti-poster a img {
    height: 180px;
}
}
.pictab{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.pictab li{
    width: 21.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #e9ecef;
}
.pictab li a{
   display: block;
}
.pictab_li_imgbox{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    /* margin-bottom: 20px; */
}
.pictab_li_wordbox{
    width: 100%;
    overflow: hidden;
    background-color: #e9ecef;
    padding: 10px 0;
}
.pictab li a img{
    width: 100%;
    height: 100%;
    transition: 300ms;
    /* margin-bottom: 20px; */
}
.pictab_li:hover .pictab_li_img{
    
    transform: scale(1.2);
    /* display: none; */
}
.pictab li span{
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

#mytab{
    margin-bottom: 60px;
}
@media screen and (max-width: 1600px){
    #mytab{
        margin-bottom: 50px;
    }
    .chexing {
        padding-top: 20px;
    }
}
@media screen and (max-width: 1300px){
    #mytab{
        margin-bottom: 40px;
    }
}

#mytab li {
    float: left;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    font-size: 0.8em;
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #c2c2c2;
    margin-left: 0;
}
.cuxiao_tit .h4,.cuxiao_tit h4{
    padding: 10px 0;
    border-bottom: 3px solid #e60012;
}
#mytab li.current {
    background-color: transparent;
    border-bottom: 2px solid #e60012;
    color: #e60012;
    box-shadow: 0px 9px 3px -6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    
}
.swiper-slide {
    /* position: relative; */
    /* overflow: auto; */
}
.chexing {
    background: url(../../images/cheyouhui/stgz/stgz_cxbg.png) no-repeat left bottom;
    background-size: 100% 100%;
    margin-bottom: 20px;
    padding-bottom: 0;
        padding-top: 20px;
}
.zhankai .arrow-right {
    background: url(../../images/cheyouhui/stgz/stgz_right.png) no-repeat left bottom;
    background-size: 100%;
    position: absolute;
    right: -62px;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    z-index: 100;
}
.zhankai .arrow-left {
    background: url(../../images/cheyouhui/stgz/stgz_left.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: -62px;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    z-index: 100;
}
.arrow-right:hover{
    background: url(../../images/cheyouhui/stgz/stgz_right_1.png) no-repeat left top;
    background-size: 100%;
}
.arrow-left:hover{
    background: url(../../images/cheyouhui/stgz/stgz_left_1.png) no-repeat left top;
    background-size: 100%;
}
.lunbobox{
    /* display: flex;
    align-items: center; */
}

.jiazaimore {
    width: 32%;
    max-width: 150px;
    height: 42px;
    background: transparent;
    cursor: pointer;
    line-height: 42px;
    font-size: 14px;
    color: #e60012;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #e60012;
}
.peijian{
    padding-bottom: 30px;
    background-image: url(../../images/cheyouhui/stgz/stgz_gzpjbg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.zhankai .swiper-container{
    min-height: 300px;
}
#mycontent{
    min-height: 300px;
}
#mycontent .zhankai .swiper-slide img{
    /* width: 100%; */
    height:200px;
    width: 300px;
    object-fit:cover;
}
.lunbobox img{
    height:200px;
    width: 300px;
    object-fit:cover;
}
@media screen and (max-width: 1000px) {
    .zhankai .arrow-left,.zhankai .arrow-right{
        width: 42px;
        height: 42px;
        background-size: 100%;
        /* left: -22px; */
    }
    .zhankai .arrow-left{
        left: -42px;
    }
    .zhankai .arrow-right{
        right: -42px;
    }
    .pictab li {
        width: 46.5%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        float: left;
        margin-bottom: 20px;
        display: inline-block;
    }
    .cti-banner-btngroup {
        margin-top: 18px;
        display: block; 
    }
}
@media screen and (max-width: 1000px){
.cti-banner-btngroup {
    margin-top: 18px;
    display: none;
}
}
@media screen and (max-width: 768px) {
    #gztab{
        width: 95%;
        margin-bottom:10px;
        font-size: 14px;
    }
    .zhankai .arrow-left{
        width: 12px;
		height: 22px;
		left: 0px;
		background: url(../../images/banner_arrow_left.png) center no-repeat;
		background-size: 100%;
		top: 60%;
		border-radius:0px
    }
    .zhankai .arrow-right{
        width: 12px;
		height: 22px;
		right: 0px;
		background: url(../../images/banner_arrow_right.png) center no-repeat;
		background-size: 100%;
		top: 60%;
		border-radius:0px
    }
    #box{
        width: 100%;
    }
    #mycontent .zhankai .swiper-slide img {
        width: 85%;
    }
    #pjbox,.pjtab{
        margin-bottom: 10px;
    }
    
    .pjtab li{
        margin-right: 10px;
    }
    #pjbox,#piccontent {
        width: 95%;
    }
    #mytab{
        width: 80%;
    }
}
