/* CSS Document */

html,body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Microsoft Yahei", "Microsoft YaHei";
    font-size: 12px;
	height: 100%;
}

p,
a,
ul,
li,
h1 {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0;
}
.pc{height: 100%; background:#f1f1f1}
.pc .bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}

.pc .bg2 {
    width: 100%;
    height: 1080px;
    background-image: url(../images/2.jpg);
    background-repeat: no-repeat;
    background-position: center;
}



.pc .main {
    width: 680px;
    margin: 0 auto;
    color: #fff;
    font-family: "微软雅黑";
    padding: 210px 0 0 250px;
}

.pc .main h1 {
    font-size: 32px;
    font-weight:bold;
}
.pc .main h1 span{color: #e6f3fd}

.pc .main p {
    font-size: 18px;
    line-height: 42px;
    margin-top: 24px;
}


.pc .er {
	margin-top: 60px;
    width: 184px;
    height: 184px;
	
   
}
.pc .er img{border-radius: 30px;}


.pc-foot{position: absolute; width: 100%; bottom: 0; text-align: center; color: #fff; background: rgba(0,0,0,0.5); padding: 20px 0;}
.pc-foot a{color: #fff;}

.mobile {
    display: none
}

@media (min-width:1px) and (max-width:767px) {
    .mobile {
        display: block;
    }
    .tips {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.75)
    }
    .tips img {
        width: 100%;
        height: auto
    }
    .pc {
        display: none
    }
    body {
        font-size: 100px;
    }
    * {
        margin: 0;
        padding: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
    }
    .trans {
        transition: all 0.3s ease-in;
    }
    html {
        width: 100%;
        min-height: 100%;
    }
    body {
        width: 100%;
        min-height: 100%;
        max-width: 640px;
        min-width: 320px;
        margin: 0 auto;
        font: .24rem/1.5/*'PingFang SC',*/
        "Microsoft Yahei", Arial;
        color: #333;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #f2f2f2 url(../images/body_bg.jpg) center center no-repeat;
        background-size: cover;
    }
    img {
        border: 0;
        max-width: 100%;
    }
    .img1 {}
    .img1 img {
        width: 3.18rem;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -1.5rem;
        z-index: 10;
        top: 29%;
    }
    .img2 {}
    .img2 img {
        width: 3.18rem;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -1.5rem;
        z-index: 10;
        top: 20%;
    }
    .mobile .footer {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .mobile .footer p {
        margin-bottom: 5px
    }
    .mobile .footer span {
        font-size: 12px;
    }
}


/*字体*/

@media only screen and (min-width: 641px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width: 640px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width: 540px) {
    html {
        font-size: 84.375px;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 75px;
    }
}

@media only screen and (max-width: 414px) {
    html {
        font-size: 64.6875px;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 62.5px;
    }
}

@media only screen and (max-width: 375px) {
    html {
        font-size: 58.5938px;
    }
}

@media only screen and (max-width: 360px) {
    html {
        font-size: 56.25px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 50px;
    }
}