.xvleft {
    width: 20%;
    float: left;
    position: relative;
}

.xvright {
    width: 80%;
    float: left;
    position: relative;
}

.xtdiv {
    width: 100%;
    position: relative;
    background: white;
    padding-bottom: 95px;
}

.xvimg {
    width: 100%;
    display: block;
    margin-bottom: 22px;
}

.xiazaidiv {
    width: 1400px;
    margin: auto;
    position: relative;
    margin-top: 61px;
}

.xga {
    width: 90.7%;
    display: block;
    height: 55px;
    border-bottom: 1px solid #ebebeb;
    line-height: 55px;
    margin: auto;
    color: #2b2b2c;
}

.xaactive{
    color: #f4a91d;
}

.xvdivs {
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
    margin-top: -4px;
}

.xgaimg {
    display: block;
    float: right;
    margin-top: 22px;
    filter: grayscale(1);
}

.xvbottom {
    width: 100%;
    position: relative;
    margin-top: 23px;
    background: white;
    height: 247px;
}

.xmimg {
    width: 100%;
    display: block;
}

.fwrx {
    width: 78px;
    display: block;
    height: 32px;
    background: #f4a91c;
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 14px;
    border-top-right-radius: 10px;
    margin-top: 15px;
    margin-left: 18px;
}

.fxa {
    font-size: 24px;
    color: #f4a91c;
    display: block;
    margin-left: 16px;
}

.xtdivs {
    width: 31.6%;
    margin-left: 1.73%;
    display: block;
    float: left;
    margin-bottom: 21px;
    display: block;
    cursor: pointer;
}

.xstop {
    width: 100%;
    height: 304px;
    position: relative;
    overflow: hidden;
}

.sgs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xsbottom {
    font-size: 16px;
    color: #2b2b2c;
    text-align: center;
    line-height: 54px;
    width: 92.5%;
    margin: auto;
}

.sgleft {
    float: left;
}

.sgright {
    float: right;
}

.sttimg {
    margin-top: 20px;
    display: block;
    float: right;
    margin-left: 9px;
}

@media screen and (max-width: 1450px) {
    .xiazaidiv {
        width: 90%;
    }

    .fxa {
        font-size: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .fxa {
        font-size: 19px;
    }
}

@media screen and (max-width: 1024px) {
    .fxa {
        font-size: 16px;
    }

    .sgleft {
        font-size: 13px;
    }

    .sgright {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .fxa {
        font-size: 12px;
        margin-left: 10px;
    }

    .fwrx {
        margin-left: 12px;
    }

    .xstop {
        height: 175px;
    }

    .sgleft {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .sgright {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .xiazaidiv {
        width: 95%;
        margin-top: 30px;
        overflow: hidden;
    }

    .xga {
        font-size: 15px;
        width: 33.33%;
        line-height: 40px;
        height: 40px;
        float: left;
        border: none;
        text-align: center;
		font-weight: bold;
    }

    .xvleft {
        width: 100%;
    }

    .xgaimg {
        display: none;
    }

    .xvright {
        width: 100%;
    }

    .xtdivs {
        width: 48%;
        margin: 0 1%;
    }

    .xvimg {
        display: none;
    }

    .xtdiv {
        height: 40px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .xsbottom {
        font-size: 15px;
    }

    .xvbottom {
        margin-top: 0px;
        width: 90%;
        margin-left: 5%;
        height: auto;
		margin-bottom: 38px;
		padding-bottom: 31px;
    }

    .fxa {
        font-size: 26px;
		margin-top: 10px;
    }
	
	.sgs{
		width: 40px;
	}
}