img{
    display: block;
    margin: auto;
}
.banner img{
    width: 100%;
}
.dj-pc{
    width: 100%;
    overflow: hidden;
}
.dj-cscon{
    background: url(../images/dj-bj1.jpg) no-repeat top center;
}
.dj-jlbcon{
    background: url(../images/dj-bj2.jpg) no-repeat top center;
}
.dj-sb{
    background: url(../images/dj-bj4.jpg) no-repeat top center;
}
.dj-ry{
    height: 1050px;
    background: url(../images/dj-bj5.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.dj-jl{
    height: 1780px;
    background: url(../images/dj-bj3.jpg) no-repeat top center;
    background-size: 100% 100%;
}
.dj-cs{
    width: 388px;
	height: 79px;
    margin: 82px auto;
	background-color: #0288ff;
	border-radius: 39px;
    font-size: 36px;
    line-height: 79px;
	color: #fffefe;
}
.w342{
    width: 342px;
}
.w100{
    width: 100%;
}
.w1200{
    width: 1200px;
}
.dj-public{
    width: 1200px;
    margin: auto;
}
.dj-jlbcon1{
    height: 730px;
    margin: 75px auto 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.dj-jlbcon1 li{
    width: 288px;
    background: #fff;
    padding-bottom: 40px;
    margin-bottom: 54px;
}
.dj-jlbcon1 li img{
    width: 222px;
	height: 220px;
    margin-bottom: 40px;
}
.dj-jlbcon1 li span{
    font-size: 24px;
    padding: 12px 19px;
    color: #221815;
    border: solid 2px #030000;
}
.dj-jl ul{
    height: 1338px;
    margin: 109px auto 75px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.dj-jl li{
    width: 24%;
    margin-bottom: 38px;
}
.dj-jl li img{
    width: 240px;
    height: 244px;
}
.brief{
    width: 100%;
    height: 420px;
	border: solid 2px #ffffff;
	opacity: 0.8;
    color: #fff;
    font-size: 22px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}
.dj-from{
    background: url(../images/dj-bj6.jpg) no-repeat top center;
}
.dj-from h4{
    font-size: 26px;
	font-weight: normal;
	color: #ffffff;
    margin-bottom: 67px;
}
.dj-from input ,.dj-from select{
    width: 498px;
	height: 48px;
    color: #fff;
    padding-left: 24px;
    box-sizing: border-box;
    outline: none;
	background-color: #191717;
	border-radius: 2px;
    font-size: 20px;
    border-bottom: 2px solid #e1c380;
    margin-bottom: 32px;
}

.dj-from input:nth-child(2n+1){
    margin-right: 40px;
}
.dj-from input::-webkit-input-placeholder{
   color: #ffffff;;
}
.dj-from button{
    width: 307px;
	height: 70px;
    font-size: 31px;
    color: #ffffff;
	background-image: linear-gradient(0deg, #8d7259 0%, #cfbfa9 100%), linear-gradient(#5a5550, #5a5550);
	border-radius: 10px;
}
.dj-from span{
    font-size: 16px;
    color: rgba(255, 255, 255,0.39);
}