.main-zcgs {
    width: 1200px;
    height: 315px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: 5px 5px 20px #ccc;
    margin-bottom: 50px;
}

.zcgs-left {
    width: 720px;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
}

.zcgs-left h2 {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
}

.zcgs-left p {
    display: block;
    width: 720px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    padding: 18px 0;
}

.zcgs-left2 {
    width: 720px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    background: url(../image/column-left-price.png);
}

.zcgs-left2 span {
    font-size: 36px;
    color: #ff7b22;
    margin: 0;
    line-height: 36px;
    padding: 14px 0 18px 0;
}

.zcgs-left2 div:nth-child(1) {
    font-size: 18px;
    color: #666;
    line-height: 16px;
    padding: 0;

}

.zcgs-left3 {

    line-height: 15px;
    padding-top: 43px;
    text-align: center;
    color: #ff7b22;
    font-size: 12px;
    width: 164px;
    height: 66px;
    background: url(../image/product-details-img.png);
    background-repeat: no-repeat;
    margin: 0;
}

.zcgs-left4 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.zcgs-left5 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.zcgs-left4>div:nth-child(1),
.zcgs-left5>div:nth-child(1) {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    margin: 0;
}

.zcgs-left4>div:nth-child(2),
.zcgs-left5>div:nth-child(2) {
    display: block;
    font-size: 14px;
    color: #ff7b22;
    line-height: 26px;
    text-align: center;
}

.zcgs-left6 {
    text-align: left;
    margin: 0;
}

.zcgs-left6 a {
    width: 96px;
    height: 30.4px;
    padding: 5px;
    margin: 0 10px;
    border: 1px solid #ccc;
}

.aa {
    width: 96px;
    height: 30.4px;
    padding: 5px;
    border: 1px solid #ff7b22 !important;
    background: url(../image/choice-active-right.png)no-repeat 100% 100%;
}

.zcgs-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-zcgs2 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 50px;
}

.zcgs2-left {
    width: 868px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0;


}

.zcgs2-left1 {
    background: -webkit-gradient(linear, left top, right top, from(#ef3500), to(#ff7d00));
    width: 868px;

    box-shadow: 0px 0px 10px #ccc;

}

.zcgs2-left1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.zcgs2-left1 ul li {
    
    line-height: 40px;
    display: flex;
    flex-direction: row;
    margin: 0;
    text-align: center;
    margin-left: 40px;
  color: #fff;
  padding: 5px 20px;
}

.li {

    border-bottom: 3px solid #ffffff;
    position: relative;
    top: 0px;
    height: 40px;
    font-weight: 700;
   
}

.zcgs2-left2 {
    width: 100%;
}

.zcgs2-left2-center {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.zsk {
    width: 100%;
    padding: 30px 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all ease .4s;
   border: 1px solid #e5e5e5;
   border-left:none;
   border-right: none;
}

.zsk:hover {
    box-shadow: 5px 6px 20px rgba(26, 26, 26, .1);
    transition: all ease .4s;
}

.zsk:hover .zsk-img img {
    padding-left: 10px;
    transition: all ease .4s;
}

.zsk-img {
    width: 240px;
    height: 160px;
    border: 10px solid white;
    overflow: hidden;
}

.zsk-img img {
    transition: all ease .4s;
    width: 240px;
    height: 160px;
}

.zsk-text {
    width: 521px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10px;

}

.zsk-text h4 {
    margin: 0;
  
    line-height: 30px;
    font-weight: 500;
}

.zsk-text h4:hover a {
    color: #22b0eb;
}

.zsk-text p {
    margin: 0;
    margin-top: 16px;
    text-align: left;
    color: #666;
    line-height: 25px;
}

.zsk-text span {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.pagebar {
    margin-top: 40px;
    width: 800px;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pageinfo a {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
}

.zcgs2-right {
    margin: 0;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border: 0.5px solid #cdcbcb;

}

.zcgs2-right2 {
    width: 260px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0px;
}

.zcgs2-right h4 {
    width: 280px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding: 10px 0px;
    text-indent: 1em;
}

.right2-center {
    margin-right: 20px;
}

.right2-center a img {
    width: 100px;
    height: 70px;
}

.right2-center2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 20px;
}

.right2-center2 p:nth-child(2) {
    color: #999;
    margin-top: 10px;
}