.banner{
	width: 100%;
    position: relative;
}
.main{
	width: 100%;
}
.banner img{
	width: 100%;
}
.nav{
	width: 100%;
	height: 60px;
	box-shadow: 0px 1px 1px 0px #EEEEEE;
}
.mod{
	width: 1200px;
	margin: 0 auto;
}
.mod li{
	/* width: 98px; */
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin-right: 24px;
	cursor: pointer;
}
.mod li:hover{
	border-bottom: 2px solid #333;
	display: inline-block;
}
.nav_active{
	border-bottom: 2px solid #333;
	display: inline-block;
}
.chanping{
	width: 100%;
	margin: 55px 0;
}
.con{
	width: 100%;
}
.text{
	width: 600px;
}
.downimg{
	width: 430px;
}
.downimg img{
	width: 100%;
}
.dwon2{
	margin-top: 41px;
}
.foter{
	width: 100%;
	height: 100px;
	background-color: #333;
	margin-top: 100px;
}
.foter p{
	text-align: center;
	color: #fff;
	line-height: 100px;
}
.cpli{
	width: 40%;
	margin-top: 40px;
	margin-left: 19%;
}
a:nth-child(odd) .cpli{
	margin-left: 0;
}
.divWrap{
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0;
    background-color: #fc1d1d82;
    padding: 10px 0;
}

.divscroll{
    display: inline-block;
    white-space: nowrap;
    animation: 20s divscroll linear infinite;
    color: #ffffff;
    font-size: 1.5rem;
    width: 100%;
}
@keyframes divscroll {
    100% {
        transform: translateX(-1300px);
        -webkit-transform: translateX(-1300px);
    }
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}
 
.divscroll:hover{
    display: inline-block;
    white-space: nowrap;
    animation:20s divscroll linear infinite paused;
}