.index{
    width: 70%;
    margin: 0 auto;
}
.sw-top{
    width: 100%;
    height: auto;
    display:inline-block;
    background: #e3f4fd;
    position: relative;
}
.swt-left{
    float: left;
    width: 53%;
    margin: 9% 0;
}
.swt-left img{
    width: 100%;
    border-radius: 10px;
}
.swt-right{
    float: right;
    background: #fff;
    width: 29%;
    padding: 2%;
    position: absolute;
    right: 19%;
    top: 26%;
    border-radius: 10px;
    padding-bottom: 0px;
}
.swt-right h4{
    font-size: 30px;
    letter-spacing: 2px;
}
.swt-right span{
    width: 83px;
    height: 2px;
    display: inline-block;
    background: #0068b7;
}
.swt-right p{
    font-size: 16px;
    line-height: 29px;
    margin-top: 3%;
}
.swt-right ul{
    margin-top: 6%;
    width: 69%;
}
.swt-right li{
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
}
.swt-right li img{
    width: 65%;
}
.swt-right li i{
    float: left;
}
.swt-right li p{
    font-size: 16px;
    line-height: 29px;
    margin-top: 0%;
    text-align: right;
    float: left;
}
.sw-two{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 5% 0;
}
.swt-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5%;
}
.swt-one{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.swto-left{
    width: 50%;
    float: left;
    margin-top: 1%;
}
.swto-left h3{
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 47px;
    font-weight: 500;
}
.swto-left p{
    color: #555555;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 5% 0;
    margin-bottom: 9%;
}
.swto-left span{
    color: #fff;
    background: #0068b7;
    padding: 12px  18px;
    letter-spacing: 1px;
}
.swto-right{
    width: 50%;
    float: right;
}
.swto-right img{
    width: 100%;
}

.swt-two{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.swtt-right{
    width: 40%;
    float: right;
    margin-top: 12%;
}
.swtt-right h3{
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 47px;
    font-weight: 500;
}
.swtt-right p{
    color: #555555;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 5% 0;
    margin-bottom: 9%;
}
.swtt-right span{
    color: #fff;
    background: #0068b7;
    padding: 12px  18px;
    letter-spacing: 1px;
}
.swtt-left{
    width: 50%;
    float: left;
}
.swtt-left img{
    width: 100%;
}
.sw-there{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
}
.sw-there li{
    width: 47%;
    float: left;
    margin-right: 5%;
}
.sw-there li img{
    width: 100%;
    height: auto;
}
.sw-there li:nth-child(2n) {
    margin-right: 0;
}
.sw-there li p{
    text-align: left;
    padding: 5% 0;
    font-size: 18px;
    color: #000;
    float: left;
}
.sw-there li i{
    text-align: center;
    font-style: normal;
    color: #0168b7;
    width: auto;
    margin: 0 auto;
    display: table;
    position: absolute;
    right: 0px;
    top: 36%;
}


@media screen and (max-width: 1024px) and (min-width: 0px){
    .swt-right p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 3%;
    }
    .swt-right ul {
        margin-top: 6%;
        width: 100%;
    }
    .swt-right li i {
        float: left;
        width: 7%;
    }
    .swt-right li p {
        font-size: 11px;
        line-height: 20px;
        margin-top: 0%;
        text-align: left;
        float: right;
        width: 90%;
    }
    .swto-left h3 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 47px;
        font-weight: 500;
    }
    .swtt-right h3 {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 32px;
        font-weight: 500;
    }
}

@media screen and (max-width: 768px){
.index {
    width: 90% !important;
    margin: 0 auto;
}
.swt-left {
    float: left;
    width: 100%;
    margin: 9% 0;
    margin-bottom: 5%;
}
.swt-right {
    float: right;
    background: #fff;
    width: 90%;
    padding: 5%;
    position: unset;
    right: 19%;
    top: 26%;
    border-radius: 10px;
    padding-bottom: 0px;
}
.sw-top {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #e3f4fd;
    position: relative;
    padding-bottom: 6%;
}
.swt-right h4 {
    font-size: 25px;
    letter-spacing: 2px;
}
.swt-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 5%;
}
.swto-left {
    width: 100%;
    float: left;
    margin-top: 1%;
}
.swto-left p {
    color: #555555;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 1% 0;
    margin-bottom: 9%;
}
.swto-right {
    width: 100%;
    float: right;
    margin-top: 5%;
}
.swtt-left {
    width: 100%;
    float: left;
}
.swtt-right {
    width: 100%;
    float: right;
    margin-top: 4%;
}
.swtt-right span {
    color: #fff;
    background: #0068b7;
    padding: 9px 11px;
    letter-spacing: 1px;
}
.swto-left span {
    color: #fff;
    background: #0068b7;
    padding: 9px 11px;
    letter-spacing: 1px;
}
    .sw-there li {
        width: 100%;
        float: left;
        margin-right: 0%;
    }
.sw-there li p {
    text-align: left;
    padding: 5% 0;
    font-size: 14px;
    color: #000;
    float: left;
}
.sw-there li i {
    text-align: center;
    font-style: normal;
    color: #0168b7;
    width: 100%;
    margin: 0 auto;
    display: table;
    position: unset;
    right: 0px;
    bottom: 26%;
}
.swt-right li img {
    width: 100%;
}
}