html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,img {
    margin: 0;
    padding: 0
}
@font-face {
    font-family:'sourceHanSansCN';
    src: url('../font/SourceHanSansCN.otf');
    /*src: local('SourceHanSansCN Regular'),*/
    /*local('SourceHanSansCN'),*/
    /*url('SourceHanSansCN.woff') format('woff'),*/
    /*url('SourceHanSansCN.ttf') format('truetype'),*/
    /*url('SourceHanSansCN.svg#fontName') format('svg'); */
}

html,body,h1,h2,h3{
    font-weight: normal;
    font-family: "sourceHanSansCN";
}
ul,li,ol{
    list-style-type: none;
}

.cultureDay-banner{
    display: inline-block;
    width: 1920px;
    height: 600px;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg0_banner.png) no-repeat;
}
.cultureDay-banner .title{
    width:503px;
    height:110px;
    margin: 68px auto 0 ;
}
.cultureDay-banner .title{
    width:503px;
    height:110px;
    margin: 68px auto 0 ;
}
.cultureDay-banner .title .text{
    display: block;
    text-align: center;
    font-size: 17px;
    color:#34CEFD;
    margin-top:7px;
    letter-spacing: 2px;
}
.cultureDay-banner .crown-space{
    width:215px;
    height:235px;
    margin: 35px auto 0 ;
    position: relative;
    overflow: hidden;
}
.cultureDay-banner .crown-space .crown{
    display: inline-block;
    width: 181px;
    height: 175px;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/crown.png) no-repeat;
    position: absolute;
    top: 43px;
    left: 21px;
    animation:crownMove 3s infinite 0s alternate;
    animation-timing-function:linear;
    -webkit-animation:crownMove 3s infinite 0s alternate; /*Safari and Chrome*/
    -webkit-animation-timing-function:linear;
}
@keyframes crownMove {
    from {top:43px;}
    to {top:23px;}
}
@-webkit-keyframes crownMove { /*Safari and Chrome*/
    from {top:43px;}
    to {top:23px;}
}
.cultureDay-banner .crown-space .circle {
    width: 215px;
    height: 235px;
    position: relative;
 }
.cultureDay-banner .crown-space .circle img{
    position:absolute;
}
.cultureDay-banner .crown-space .circle .circle-white{
    bottom: 62px;
    left: 27px;
}
.cultureDay-banner .crown-space .circle .circle-blue{
    top: 45px;
    left: 36px;
}
.cultureDay-banner .crown-space .circle .circle-yellow{
    top: 73px;
    right: 45px;
}
.cultureDay-banner .crown-space .line{
    position:absolute;
    width: 215px;
    height: 235px;
}
.cultureDay-banner .crown-space .line-one {
    top: 0;
    left: 0;
}
.cultureDay-banner .crown-space .line-two {
    top: 235px;
    left: 0;
}
.cultureDay-banner .crown-space .line .line1 {
    position: absolute;
    bottom: 51px;
    right: 17px;
}
.cultureDay-banner .crown-space .line .line2 {
    position: absolute;
    top: 0px;
    left: 10px;
}
.cultureDay-banner .crown-space .line .line3 {
    position: absolute;
    bottom: 62px;
    left: 14px;
}
.cultureDay-banner .crown-space .line .line4 {
    position: absolute;
    bottom: 8px;
    right: 73px;
}
.cultureDay-banner .crown-space .line .line5 {
    position: absolute;
    top: 45px;
    right: 37px;
}
.cultureDay-banner .crown-space .line .line6 {
    position: absolute;
    top: 86px;
    left: 74px;
}

.cultureDay-intro{
    width: 1920px;
    height: 950px;
    overflow: hidden;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg0_fi.png) no-repeat;
}
.cultureDay-intro .intro-bg{
    width: 1171px;
    height: 770px;
    margin:112px auto 0;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg1_fi.png) no-repeat;
}
.cultureDay-intro .intro-bg h1 {
    font-size: 48px;
    color: #35eeff;
    font-weight: bold;
    padding-top: 81px;
    margin-left: 391px;
}
.cultureDay-intro .intro-bg h1 span {
    font-size: 18px;
    color: #29a4e7;
    margin-left: 16px;
    position: relative;
    bottom: 9px;
    letter-spacing: 1.5px;
}
.cultureDay-intro .intro-bg .intro-info {
    margin-left: 687px;
    margin-top: 95px;
    width: 388px;
}
.cultureDay-intro .intro-bg .intro-info p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #ffcc1c;
    margin-bottom: 13px;
    letter-spacing: 1px;
}
.cultureDay-intro .intro-bg .intro-info span {
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: white;
    margin-bottom: 13px;
    letter-spacing: 1px;
}

.cultureDay-content{
    width: 1920px;
    height: 860px;
    overflow: hidden;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg0_ec.png) no-repeat;
}
.cultureDay-content .content-bg{
    width: 1171px;
    height: 770px;
    margin:50px auto 0;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg1_ec.png) no-repeat;
}
.cultureDay-content .content-bg .title {
    font-size: 48px;
    color: #35eeff;
    font-weight: bold;
    padding-top: 81px;
    margin-left: 425px;
}
.cultureDay-content .content-bg .title span {
    font-size: 18px;
    color: #29a4e7;
    margin-left: 16px;
    position: relative;
    bottom: 9px;
    letter-spacing: 1.5px;
}
.cultureDay-content .content-bg .content-info {
    margin-left: 65px;
    margin-top: 50px;
    width: 439px;
}
.cultureDay-content .content-bg .content-info h1 {
    font-size: 36px;
    color: #35eeff;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 28px;
}
.cultureDay-content .content-bg .content-info h1.offline {
    margin-top: 74px;
}
.cultureDay-content .content-bg .content-info  .detail {
    height: 52px;
    margin-bottom: 30px;
    border-left: solid 4px #ffffff;
    padding-left: 18px;
}
.cultureDay-content .content-bg .content-info .detail p {
    font-size: 24px;
    color: #ffcc1c;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.cultureDay-content .content-bg .content-info .detail span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1px;
    font-family: none;
}


.cultureDay-way{
    width: 1920px;
    height: 2410px;
    overflow: hidden;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg0_pw.png) no-repeat;
}
.cultureDay-way .way-bg{
    width: 1171px;
    height: 1581px;
    margin:50px auto 0;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg1_pw.png) no-repeat;
}
.cultureDay-way .way-bg .title {
    font-size: 48px;
    color: #35eeff;
    font-weight: bold;
    padding-top: 81px;
    margin-left: 410px;
}
.cultureDay-way .way-bg .title span {
    font-size: 18px;
    color: #29a4e7;
    margin-left: 16px;
    position: relative;
    bottom: 9px;
    letter-spacing: 1.5px;
}
.cultureDay-way .way-bg .way-info {
    margin-left: 65px;
    margin-top: 50px;
    width: 1080px;
}
.cultureDay-way .way-bg .way-info h1 {
    font-size: 36px;
    color: #35eeff;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 28px;
}
.cultureDay-way .way-bg .way-info .detail {
    height: 78px;
    margin-bottom: 15px;
    border-left: solid 4px #ffffff;
    padding-left: 18px;
}
.cultureDay-way .way-bg .way-info .detail p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 65px;
}
.cultureDay-way .way-bg .way-info .detail p:first-child {
    line-height: 30px;
}
.cultureDay-way .way-bg .way-info .detail p b {
    font-size: 30px;
    color: #ffcc1c;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.cultureDay-way .way-bg .way-info .qrCode {
    width: 1043px;
    height: 242px;
    margin-bottom:2px;
}
.cultureDay-way .way-bg .way-info .qrCode .qrCode-bg {
    width: 695px;
    height: 242px;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg3_pw.png) no-repeat;
    margin: 0 auto;
}
.cultureDay-way .way-bg .way-info .qrCode .qrCode-bg ul {
    width: 695px;
    height: 242px;
    display: inline-block;
}
.cultureDay-way .way-bg .way-info .qrCode .qrCode-bg ul li {
    float: left;
    width: 347px;
    height: 242px;
    text-align: center;
}
.cultureDay-way .way-bg .way-info .qrCode .qrCode-bg ul li img {
    width: 128px;
    height: 128px;
    margin-top: 38px;
}
.cultureDay-way .way-bg .way-info .qrCode .qrCode-bg ul li p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    font-family: auto;
    letter-spacing: 1.5px;
    margin-top: 6px;
}
.cultureDay-way table {
    width: 1005px;
    border-collapse:collapse;
    margin-top: 14px;
}
.cultureDay-way table th,
.cultureDay-way table td {
    height: 50px;
    border: solid 1px #35cdff;
    font-size: 24px;
    color: #35cdff;
    font-weight: 400;
    letter-spacing: 1px;
}
.cultureDay-way table td{
    padding-left:38px;
}
.cultureDay-way table td span {
    font-size: 17px;
}
.cultureDay-way table th:first-child, .cultureDay-way table td:first-child {
    width: 203px;
    padding-left: 60px;
    text-align: left;
}

.cultureDay-rule {
    width: 1136px;
    height: 724px;
    margin: 46px auto 0;
    background: url(http://adimgcdn.cmgrasp.com/websiteimage/marketing/201905/bg1_er.png) no-repeat;
}
.cultureDay-rule .title {
    font-size: 48px;
    color: #35eeff;
    font-weight: bold;
    padding-top: 155px;
    text-align: center;
}
.cultureDay-rule .sub-title {
    font-size: 18px;
    color: #1E5FD2;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 18px;
    font-weight: bold;
    font-family: heavy;
}
.cultureDay-rule p {
    width: 817px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.3px;
    text-indent: -18px;
    padding-left: 110px;
}