@charset "utf-8";
/* CSS Document */
/* Auther: RICHCMS*/
A {
    TEXT-DECORATION: none;
}

A {
    color: #fff;
    outline: none;
    text-decoration: underline;
}

A:visited {
    color: #fff;
}

A:active {
    color: #fff
}

A:hover {
    COLOR: #fff;
}

BODY {
    margin: 0px;
    padding: 0;
    font-family: Arial, "微软雅黑";
    background: #fff;
    color: #fff;
}

body, html {
    width: 100%;
    height: 100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

button {
    border: 0;
    background: none;
}

input {
    border: 0px;
}

img, button, label, :before, :after {
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, i, p, h1, h2, h3, h4, h5, h6, span, :before, :after {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
body{
    background-color: #3d0691;
    background-image: -moz-linear-gradient(top, #3d0691, #40005d); /* Firefox */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d0691), color-stop(1, #40005d)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d0691', endColorstr='#40005d', GradientType='0'); /* IE*/
}
.main{
    width:1200px;
    position:absolute;
    left:50%;
    top:50%;
    margin: -280px 0 0 -600px;
}
.main .d1{
   width:400px;
    float:left;
    text-align: center;
    line-height: 35px;
    margin-top: 130px;
}
.main .d2{
    width:800px;
    height:550px;
    background-image: url("../images/sls_a2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:auto 100%;
    float:right;
}
.i1{
    display:block;
    width:100%;
    background-image: url("../images/sls_a1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:auto 100%;
    height:180px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
    .main{
        width:100%;
        height:100%;
        left:0%;
        top:0%;
        margin:0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main .d1{
        width:100%;
        line-height:24px;
        font-size: 13px;
        padding:0 0 50px 0;
    }
    .main .d2{
        width:100%;
        height:400px;
    }
    .i1{
        height:100px;
        margin-bottom:15px;
    }

}

*, ::after, ::before {
    box-sizing: border-box;
}
@media only screen and (max-width:500px) {
    .i1{
        height:80px;
    }
    .main .d2{
        height:250px;
    }
}