.xsgs-main {
    width: 100%;
    overflow: hidden;
    position:relative
    /* padding-bottom: 100px; */
}

.xsgs-main-top {
    width: 100%;
    text-align: center;
    margin-top: 4%;
    margin-bottom: -4%;
    position: relative;
    z-index: 9997;
}

.xsgs-main-top img {
    width: 40%;
}

.xsgs-main-main {
    width: 80%;
    padding: 20px;
    margin-left: 10%;
    overflow: hidden;
    padding-bottom: 200px;
    margin-bottom: -55px;
    position: relative;
    z-index: 9997;
}

.xsgs-main-main-left {
    overflow: hidden;
    float: left;
}

.xsgs-main-main-left-div {
    /* background: #ffffff; */
    width: 100%;
    line-height: 50px;
    cursor: pointer;
}


.xsgs-main-main-left-div-left {
    width: 9px;
    height: 10px;
    margin-left: 10px;
}

.xsgs-main-main-left-div-left img {
    width: 9px;
    height: 10px;
    position: absolute;
}

.xsgs-main-main-left-div-left img:nth-child(1) {
    display: block;
}

.xsgs-main-main-left-div-left img:nth-child(2) {
    display: none;
}



.xsgs-main-main-left-divactive img:nth-child(1) {
    display: none;
}

.xsgs-main-main-left-divactive img:nth-child(2) {
    display: block;
}

.xsgs-main-main-left-div:hover {
    background: #3B6287;
    color: white;
}

.xsgs-main-main-left-div:hover img:nth-child(1) {
    display: none;
}

.xsgs-main-main-left-div:hover img:nth-child(2) {
    display: block;
}

.xsgs-main-main-left-div-right {
    margin-left: 10px;
    line-height: 1.2;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}

.xsgs-main-main-select {
    width: 70%;
    min-width: 220px;
    display: none;
    margin-bottom: 20px;
}
.xsgs-main-main-select .select{
    width: 100%;
    height: 40px;
    background: #3B6287;
    line-height: 40px;
    color: white;
    cursor: pointer;
}
.xsgs-main-main-select .select .show{
    padding-left: 10px;
    position: relative;
}
.xsgs-main-main-select .select .show::after{
    position: absolute;
    display: block;
    content: '';
    border: 8px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 17px;
    right: 17px;
}
.xsgs-main-main-select .select ul{
    margin: 0;
    padding: 0;
    background: white;
    position: relative;
    z-index: 99;
    border: 1px solid #efefef;
    display: none;
    box-shadow: 1px 2px 4px #e6e6e6;
}
.xsgs-main-main-select .select ul li{
    list-style: none;
    padding-left: 9px;
    border-bottom: 1px solid #efefef;
    color: #333;
}

.xsgs-main-main-right {
    overflow: hidden;
    float: left;
}

.xsgs-main-main-right-top {
    width: 100%;
    border-bottom: 1px solid #3B6287;
    overflow:hidden;
    margin-bottom: 20px;
}

.xsgs-main-main-right-top-title {
    line-height: 50px;
    background: #3B6287;
    color: white;
    float: left;
    padding-right: 10px;
}

.xsgs-main-main-right-top-titleimg {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.xsgs-main-main-right-main {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #3B6287;
    text-indent: 28px;
    margin-top: 20px;
    line-height: 2;
}
.xsgs-main-main-right-main p{
	text-justify:inter-ideograph;
}

.xsgs-bottomimg { 
    width: 100%;
    overflow: hidden;
    float: left;
    position: absolute;
    top: 40%;
    z-index: 9996;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1140px) {
    .xsgs-main-top img {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .xsgs-main-top {
        display: none;
    }
    .xsgs-main-main {
        width: 96%;
        margin-left: 2px;
        padding: 10px;
        padding-bottom: 50px;
        margin-top: 30px;
        box-shadow: 0px 0px 0px #888888;
    }
    .xsgs-main-top img {
        width: 60%;
    }
    .xsgs-main-main-left {
        padding-left: 0px;
        padding-right: 0px;
        display: none;
    }
    .xsgs-main-main-select {
        display: block;
    }
    .xsgs-main-main-right {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xsgs-main-main-right-top-title {
        line-height: 30px;
    }
}

@media screen and (max-width: 720px) {
    .xsgs-main-top img {
        width: 70%;
    }
	.xsgs-main-main-select {
		width:100%
	}
}