.dcGroup .dcItem .dcMore a{
	color:#888;
}
/*
 设置屏幕兼容*/

@media (max-width: 1024px) {
	
	.dcDw{
		width:95%;
		height:150px;
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		margin:auto;
		z-index:111;
	}

	.dcDw  .dcDwLh3{
		font-size: 18px;
		line-height: 30px;
		color:#fff;
		font-family: 'SanFranciscoDisplay-Light';
	}
	.dcDw  .dcDwLp{
		font-size:40px;
		line-height: 80px;
	    color: #fff;
	    font-weight: bold;
	}
	.dcDw .dcLLine{
		width: 80px;
		height: 4px;
		background-color: #ffffff;
	}
	/*轮播*/
	.dcBanner {
		width: 100%;
		height: 280px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
		margin-top:80px;
	}
	.dcGroup{
		width:100%;
		height:200px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
	}
	.dcUs {
		width: 90%;
		margin: 0px auto;
		min-height: 100px;
		box-sizing: border-box;
	}
	.dcGroup .dcItem{
		width:47%;
		height:200px;
	}
	
	.dcGroup .dcItem img{
		width:380px;
		height:200px;
	}
	.dcGroup .dcItem .line{
	   margin-top: 20px;
	   width: 79px;
	   height: 4px;
	   background-color: #ee2e3d;
	}
	.dcGroup .dcItem  .dcName{
		font-size: 18px;
		color:#000000;
		line-height: 40px;
	}
	.dcGroup .dcItem  .dcContent{
		font-size: 12px;
		color:#666666;
		line-height: 20px;
		margin-bottom: 20px;
		height:60px;
		overflow: hidden;
	}
	
	.dcGroup .dcItem  .dcMore{
		width: 120px;
	    height: 30px;
	    border: solid 1px #cccccc;
	    font-size: 12px;
	    color:#888;
	    line-height: 30px;
	    text-align: center;
	}
	.dcEwm{
				width:100%;
				height:60px;
				display: flex;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
	}
	.dcEwm .dcImg{
				width:60px!important;
				height:60px!important;
	}
}


/*>=1024的设备*/

@media (min-width: 1024px) {
	
	.dcMarginT{
		margin-top: 140px!important;
	}
	
	/*轮播*/
	.dcBanner {
		width: 100%;
		height: 480px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
		margin-top:100px;
	}
	
	.dcGroup{
		width:100%;
		height:230px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		overflow: hidden;
	}
	.dcUs {
		width: 890px;
		margin: 0px auto;
		min-height: 100px;
		box-sizing: border-box;
	}
	.dcGroup .dcItem{
		width:47%;
		height:230px;
	}
	
	.dcGroup .dcItem img{
		width:435px;
		height:230px;
	}
	.dcGroup .dcItem .line{
		margin-top: 30px;
		width: 79px;
	   height: 4px;
	   background-color: #ee2e3d;
	}
	.dcGroup .dcItem  .dcName{
		font-size: 16px;
		color:#000000;
		line-height: 40px;
	}
	.dcGroup .dcItem  .dcContent{
		font-size: 12px;
		color:#666666;
		line-height: 20px;
		margin-bottom: 20px;
		height:60px;
		overflow: hidden;
	}
	.dcGroup .dcItem  .dcMore{
		width: 135px;
	    height: 30px;
	    border: solid 1px #cccccc;
	    font-size: 14px;
	    color:#888;
	    line-height: 30px;
	    text-align: center;
	    transition: all 0.5s ease-in-out;
		animation-fill-mode:forwards; 
		cursor: pointer;
	}
	.dcMore:hover {
		-webkit-transform: translate3d(0,-5px,0);
		-ms-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
		 border: 1px solid #ee2e3d!important;
	}
	.dcMore:hover  a{
		color:#ee2e3d!important;
	}
	.dcDw{
		width:890px;
		height:150px;
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		margin:auto;
		z-index:111;
	}

	.dcDw  .dcDwLh3{
		font-size: 20px;
		line-height: 40px;
		color:#fff;
		font-family: 'SanFranciscoDisplay-Light';
	}
	.dcDw  .dcDwLp{
		font-size:42px;
		line-height: 100px;
	    color: #fff;
	    font-weight: bold;
	}
	.dcDw .dcLLine{
		width: 86px;
		height: 4px;
		background-color: #ffffff;
	}
	.dcEwm{
				width:100%;
				height:80px;
				display: flex;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
	}
	.dcEwm .dcImg{
				width:80px!important;
				height:80px!important;
	}
	
}


/*>=1100的设备*/

@media (min-width: 1100px) {
	body {
		font-size: 12px;
	}
	
}


/*>=1280的设备*/

@media (min-width: 1280px) {
	body {
		font-size: 12px;
	}
	.dcBanner {
		width: 100%;
		height: 480px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.dcUs {
		width: 990px;
		min-height: 100px;
		margin: 0px auto;
		box-sizing: border-box;
	}
	.dcK {
		width: 990px;
		min-height: 100px;
	}
	.dcDw{
		width:990px;
	}
	
}

@media (min-width: 1366px) {
	body {
		font-size: 14px;
	}
	
	.dcMarginT{
		margin-top: 140px;
	}
	.dcGroup{
		width:100%;
		height:290px;
		margin-top: 140px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		overflow: hidden;
	}
	.dcUs {
		width: 1190px;
		min-height: 100px;
		margin: 0px auto;
		box-sizing: border-box;
	}
	.dcGroup .dcItem{
		width:45%;
		height:290px;
	}
	.dcGroup .dcItem img{
		width:522px;
		height:290px;
	}
	.dcGroup .dcItem .line{
		margin-top: 30px;
		width: 79px;
	   height: 4px;
	   background-color: #ee2e3d;
	}
	.dcGroup .dcItem  .dcName{
		font-size: 20px;
		color:#000000;
		line-height: 60px;
	}
	.dcGroup .dcItem  .dcContent{
		font-size: 14px;
		color:#666666;
		line-height: 24px;
		margin-bottom: 20px;
		height:72px;
		overflow: hidden;
	}
	.dcGroup .dcItem  .dcMore{
		width: 140px;
	    height: 35px;
	    border: solid 1px #cccccc;
	    font-size: 14px;
	    color:#888;
	    line-height: 35px;
	    text-align: center;
	    transition: all 0.5s ease-in-out;
		animation-fill-mode:forwards; 
		cursor: pointer;
	}
	.dcMore:hover {
		-webkit-transform: translate3d(0,-5px,0);
		-ms-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
		 border:  1px solid  #ee2e3d!important;
		
	}
	.dcMore:hover  a{
		
		color:#ee2e3d!important;
	}
	.dcDw{
		width:1190px;
	}
	.dcDw  .dcDwLh3{
		font-size: 22px;
	}
	.dcDw  .dcDwLp{
		font-size:44px;
	}
	.dcEwm{
				width:100%;
				height:100px;
				display: flex;
				flex-wrap: nowrap;
				justify-content: space-between;
				align-items: center;
	}
	.dcEwm .dcImg{
				width:100px!important;
				height:100px!important;
	}
}

@media (min-width: 1440px) {
	body {
		font-size: 14px;
	}
	
}

@media (min-width: 1680px) {
	body {
		font-size: 14px;
	}
	
	.dcGroup{
		width:100%;
		height:290px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		overflow: hidden;
	}
	.dcUs {
		width: 1440px;
		min-height: 100px;
		margin: 0px auto;
		box-sizing: border-box;
	}
	.dcGroup .dcItem{
		width:45%;
		height:290px;
	}
	.dcGroup .dcItem img{
		width:565px;
		height:290px;
	}
	.dcGroup .dcItem .line{
		margin-top: 30px;
		width: 79px;
	   height: 4px;
	     background-color: #ee2e3d;
	}
	.dcGroup .dcItem  .dcName{
		font-size: 22px;
		color:#000000;
		line-height: 60px;
	}
	.dcGroup .dcItem  .dcContent{
		font-size: 14px;
		color:#666666;
		line-height: 24px;
		margin-bottom: 20px;
		height:72px;
		overflow: hidden;
	}
	.dcGroup .dcItem  .dcMore{
		width: 140px;
	    height: 35px;
	    border: solid 1px #cccccc;
	    font-size: 14px;
	    color:#888;
	    line-height: 35px;
	    text-align: center;   
	}
	.dcMore:hover {
		-webkit-transform: translate3d(0,-5px,0);
		-ms-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0);
		 border: solid 1px #ee2e3d;
	}
	.dcMore:hover  a{
		color:#ee2e3d;
	}
	.dcMarginT{
		margin-top: 140px;
	}
	.dcDw{
		width:1440px;
	}
	
}

@media (min-width: 1920px) {
	body {
		font-size: 16px;
	}
	
	
}<!--耗时1780502801.532秒-->