* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: none;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    font-size: 62.5%
}


body {
    font-size: 18px;
    font-size: 1.8rem;
}

body {
    font-family: '微软雅黑', 'Heiti SC', '华文黑体', '黑体', "Helvetica Neue";
   
}
.mymobe{
    font-size: 12px;
    background: url(../images/bg.jpg) center top no-repeat;
    background-size: cover;
}
.mypc{
    width: 100%;
    height: 3353px;
    background: url(../images/bg.jpg) center top no-repeat;
}
.mypc .mar30{
    margin-top: 30px;
}
.mymobe .mar30{
    margin-top: 15px;
}
.mymobe .toplogo{
    width: 100px;
    margin-bottom: 20px;
}
.mypc .container{
    width: 1230px;
}

.img1{
    cursor: pointer;
}
.mypc .img1{
    margin-top: 130px;
}
.toproll{
    width: 161px;
    height: 161px;
    position: relative;
    margin-top: 300px;
}

.c2{
    animation:mymove 7s linear infinite;
    -webkit-animation:mymove 7s linear infinite;
}
@keyframes mymove
{
	from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
	to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes mymove 
{
	from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
	to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.c1{
    position: absolute;
    left:50%;
    margin-left: -47px;
    top: 50%;
    margin-top: -47px;
    animation:youmove 7s linear infinite;
    -webkit-animation:youmove 7s linear infinite;

}
@keyframes youmove
{
	from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
	to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

@-webkit-keyframes youmove 
{
	from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
	to {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
.navlink{
    width: 20%;
    float: left;
    text-align: center;
    color: white;
    cursor: pointer;
}
.imgb{
    display: block;
    margin: 10px auto;
    max-width: 80%;
}

.holenav{
    background: gradient(linear, left top, right bottom, color-stop(0%,rgba(97,30,51,.9)), color-stop(100%,rgba(147,21,46,.5)));
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(97,30,51,.9)), color-stop(100%,rgba(147,21,46,.5)));
    padding-bottom: 20px;
    padding-top: 10px;
}
.mypc .holenav{
    margin-top: 50px;
}
.mymobe .holenav{
    margin-top: 15px;
}

.huit{
    text-align: center;
    color: white;
}
.mymobe .huit{
    font-size: 18px;
}
.huit img{
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 5px;
}
.mymobe .imgd{
    height: 25px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.jieshao{
    color: white;
}
.jieshao p{
    text-indent: 2em;
}
.mypc .jieshao p{
    margin-bottom: 20px;
    font-size: 18px;
}
.mypc .jieshao{
    width: 1184px;
    height: 349px;
    padding-top: 60px;
    padding-left:55px;
    padding-right:55px;
    margin: 20px auto;
    background: url(../images/k.png) 0 0 no-repeat;
}
.mymobe .jieshao{
    background: url(../images/k.png) 0 0 no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}
.mypc .lj{
    font-size: 20px;
   
}
.animation {
    -moz-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
    transform: translate(0,80px);
    opacity: 0;
}
.animation.srcospcur {
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
    transition: 1.3s;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
}
.yc{
    color: white;
    width: 100%;
    border-top: 1px #7b7f88 solid;
    border-bottom: 1px #7b7f88 solid;
}
.mypc .yc{
    margin-top: 30px;
}
.yc td{
    padding: 15px 10px;
}
.mymobe td{
    padding: 5px;
}
.yc td.ctd{
    color: #fffcca;
}
.mypc .peo{
    width: 25%;
    float: left;
    text-align: center;
}
.mypc .downpeo{
    margin-top: 50px;
}
.mymobe .peo{
    width: 50%;
    float: left;
    text-align: center;
}
.mymobe .peo img{
    width: 70%;
    margin-bottom: 15px;
}
.mypc .logo1,.mypc .logo2{
    margin-top: 40px;
    margin-bottom: 40px;
}

.huit .imge{
    margin-top: 0;
}

.mypc .margift{
    margin-top: 60px;
}

.mypc .bgul{
    width: 500px;
    height: 532px;
    margin: 20px auto;
    background: url(../images/popbg.png) center top no-repeat;
    margin-top: 0;
    padding: 50px 70px;
}
.bgul li{
    margin-bottom: 10px;
    color: #858585;
}
.bgul input[type='text']{
    border: none;
    border-bottom: 1px #cfcfcf solid;
    padding-left: 10px;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
}
label{
    font-weight: normal;
    margin-left: 20px;
    cursor: pointer;
}

.ti-p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #d50c17;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 15px;
}

.qcode{
    position: fixed;
    width: 200px;
    right: 10px;
    bottom: 200px;
    z-index: 9;
}
.mymobe .qcode{
    display: none;
}
.mymobe .nopa{
    padding: 0;
}












































































































































.close{
    position: absolute;
    right: 10px;
    top: 10px;
}

.foot{
    padding: 15px;
   
    color: white;
    text-align: center;
}
.mypc .foot{
    padding: 25px 0;
    margin-top: 30px;
}
.fiximg{
    position: fixed;
    z-index: 9;
    right: 15px;
    bottom: 100px;
    cursor: pointer;
}