.dj-top{
	width:100%;
	padding:30px;
}

.dj-top img{
	margin:0 auto;
}

.main-style{
	padding-bottom: 80px;
}

.aside-main{
	width:240px;
	margin:0px 30px 0px 30px;
}

.aside-main .lanmu-first{
	width:100%;
	height:178px;
	padding:30px;
	background-image: url(../img/lanmu-bg.jpg);
}

.aside-main .lanmu-first .title{
	width:167px;
	height: 120px;
	background-color: #307edf;
	padding:20px 30px 20px 30px;
	letter-spacing: 7px;
}

.aside-main .lanmu-first .title h3{
	color:#FFFFFF;
	font-size:30px;
	font-weight: bold;
}

.aside-main .gg{
	width:100%;
	height:530px;
}

.aside-main .gg img{
	margin:0 auto;
	width:100%;
	height:530px;
}

.aside-main .lanmu{
	
}

.aside-main .lanmu nav a{
	background-color: #dcdcdc;
	color:#6e6e6e;
	padding-left: 30px;
	height:60px;
	line-height: 40px;
	font-size:19.71px;
}

.aside-main .lanmu nav a:hover{
	background-color: #0359ce;
	color:#FFFFFF;
}

.aside-main .lanmu .active{
	background-color: #0359ce;
	color:#FFFFFF;
}

.content{
	padding-right: 35px;
	width:1100px;
}

.content i{
	width:24px;
	height: 21px;
}

.content .border-bottom,.content .border-bottom a{
	text-decoration: none;
	color:#6a6a6a;
}

.content .dt{
	margin-top: 18px;
	margin-bottom: 45px;
}

.lianxicss{
	height:230px;
}

.lianxicss .phone,.lianxicss .weizhi{
	padding:20px 0px 20px 0px;
	width: 860px;
}

.lianxicss h3{
	color:#6a6a6a;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
}

.lianxicss p{
	color:#6a6a6a;
	font-size: 18px;
	letter-spacing: 2px;
}

.lianxicss .phone:hover img{
	transform: scale(1.2,1.2);
	-ms-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-webkit-transition: transform 0.7s ease;
	transition: transform 0.1s ease;
	/* animation: myfirst 1.5s infinite; */
}

/* @keyframes myfirst{
	0% {
		translate: (0px,0px);
	}
	50% {
		translate: (0px,-9px);
	}
	100% {
		translate: (0px,0px);
	}
} */

.lianxicss .weizhi:hover img{
	transform: scale(1.2,1.2);
	-ms-transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-webkit-transition: transform 0.7s ease;
	transition: transform 0.1s ease;
}

.lianxicss .phone img,.lianxicss .weizhi img{
	height:80px;
	width: 80px;
	margin-right: 17px;
}