	
	
@media screen and (min-width: 800px)
{
	
	
	html {
    width: 100%;
    height: 100%;
}

		body {
		width: 100%;
		height: 100%;
		font: 14px/1.6 "Microsoft Yahei";
		color: #fff;
		background: #232323 url(../images/bg.jpg) no-repeat center top;
		background-size: 100% 100%;
		}


img {
    width: 100%;
}

.let {
    width: 45%;
    height: 100%;
    float: left;
    margin-left: 10%;
    margin-top: 5%;
}


.rig {
    width: 40%;
    height: 100%;
    float: right;
    margin-top: 5%;
    padding-right: 5%;
}

.divbot {
    margin-bottom: 2rem;
}


.top {
    width: 36rem;
}


.logo {
    width: 19rem;
}

.ewm {
    display: inline-block;
    vertical-align: top;
}



.ewm1 {
    width: 11rem;
    background: #232323 url(../images/ewm.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 0.5rem;
    height: 12.7rem;
}

.link-box {
    background: url(../images/pc2.png) no-repeat center/cover;
    background-size: 100% 100%;
    height: 3rem;
    width: 100%;
	margin-bottom: 0rem !important
}
.link-box span {
    line-height: 3rem;
    margin-left: 3.8rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ad8327;
}

.ewm2 {
    width: 19.2rem;
}

.ewm3 {
    width: 7.2rem;
}


.rig img {
    /* margin-left: -15%; */
}


.zj {
    width: 39rem;
    height: 18rem;
    background: url(../images/zj1.png) no-repeat center top;
    background-size: 100% 100%;
}

.js-marquee li {
    text-align: center;
}

.text1 {
    overflow: hidden;
    height: 3.7rem;
    width: 37.1rem;
    position: absolute;
    margin-top: 8.7rem;
    margin-left: 0.9rem;
    background-color: #167cfb00;
}

span > h5:nth-child(1)
{
	    color: #000000;
}

span > h5:nth-child(2)
{
	    color: #d9ff65;
		width:4rem;
}

span > h5:nth-child(3)
{
	    color: #000000;
}

span > h5:nth-child(4)
{
	    color:#d9ff65;
		width:3rem;
}


span > h5 {
    margin: 0 5px;
    font-weight:600;
    display: inline-block;
	    text-align: center;
}



.zj2 {
    position: absolute;
    margin: 0 auto;
    margin-top: 16rem;
    margin-left: 19.2rem;
}

a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}

ul li {
	list-style: none
}


@keyframes myfirst {
  from {
    transform: scale(1)
  }
  50% {
    transform: scale(.8)
  }
  to {
    transform: scale(1)
  }
}



.js2,.zj2
{
	animation: myfirst 1s infinite;
}

.zj2 {
    margin-left: 6rem;
}

.pc
{
display:block !important;
}

.mb
{
display:none !important;
}






}
