.dcColor{
	color:#f04956;
}
.pageActive{
	 	color: #ee2e3d!important;
	 	border:1px solid #ee2e3d!important;
}
	 	
.dcContent .dcMenuList .dcTitleList li a{
	color: #666666;
}
.dcMenuDh p a{
	color:#8f8f8f;
}
.dcContent .dcListTent .dcPageNum a{
	color:#666;
}
/*
 设置屏幕兼容*/

@media (max-width: 1024px) {	
	/*轮播*/
	.dcBanner {
		width: 100%;
		height: 280px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
		margin-top:80px;
	}
	.dcUs {
		width: 95%!important;
		margin: 0px auto;
		min-height: 100px;
		box-sizing: border-box;
	}
	.dcDw{
		width:80%;
		height:200px;
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		margin:auto;
		z-index:111;
	}
	.dcDw  .dcDwLh3{
		font-size: 40px;
		line-height: 80px;
		letter-spacing: 2.3px;
		color: #fff;
		font-weight: bold;
		box-sizing: border-box;
		font-weight:bold;
	}
	.dcDw .dcDwEsc{
		font-size: 18px;
		line-height: 40px;
		color:#fff;
			font-weight:lighter;
	}
	.dcDw  .dcDwRh3{
		text-align: right;
		font-size: 56px;
		line-height: 80px;
		font-family: 'SanFranciscoDisplay-Heavy';
		letter-spacing: 3.1px;
		color: #ee2e3d;
		padding-right:50px;
		box-sizing: border-box;
	}
	.dcDw  .dcLine{
		width:100%;
		height:30px;
		font-size: 18px;
		color:#fff;
		line-height: 30px;
		text-align:right;
		float:right;
		padding-right:30px;
		margin-right:50px;
		box-sizing: border-box;
		border-right:3px solid #ffffff;
	}
	.dcMenuDh{
		width:95%;
		height:100px;
		margin:20px auto!important;
		color: #8f8f8f;
		font-size: 14px;
		line-height: 100px;
	}
	.dcContent .dcMenuList{
		display: none;
	}
	.dcContent .dcListTent{
		width:100%;
		min-height:100px;
		padding:0px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.dcContent .dcListTent .dcNewsPage{
		width:80%;
		height:50px;
		position: absolute;
		left:50%;
		bottom:-70px;
		margin-left: -40%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	.dcContent .dcListTent .dcNewsPage .dcNewsImg{
		width:11px;
		height:23px;
		cursor: pointer;
	}
	.dcContent .dcListTent .dcPageNum{
		width:18px;
		height:18px;
		border-radius: 50%;
		font-size:12px;
		line-height: 18px;
		border:1px solid #aaaaaa;
		color:#666;
		text-align: center;
		cursor: pointer;
	} 
	
	.dcContent  .dcNewTitle {
		font-size: 22px;
		line-height: 75px;
	}
	.dcContent  .dcNewItem{
		width:100%;
		height:100px;
		padding: 30px 0px;
		overflow: hidden;
	}
	.dcContent  .dcNewItem:not(:last-child) {
		border-bottom: 1px solid #eeeeee;
	}
	
	.dcContent  .dcNewItem .dcBigImg{
		width:160px;
		height:120px;
		overflow: hidden;
		margin-right: 20px;
		float:left;
		transition: all 0.5s ease-in-out;
	}
	.dcContent  .dcNewItem .dcBigImg img{
		width:100%;
		height:100%;
	}
	.dcContent  .dcNewItem .dcBigImg img:hover{
		transform: scale(1.2);
	}
	.dcContent  .dcNewItem  .dcNewContent{
		width:calc(100% - 180px);
		height:120px;
		float:left;
	 }
	 .dcContent  .dcNewItem  .dcNewContent .dcNewBigTitle{
	 	font-size: 12px;
	 	line-height: 30px;
	 }
	 .dcContent  .dcNewItem  .dcNewContent .dcNewTitleDec{
	 	font-size: 12px;
	 	line-height: 24px;
	 	height:48px;
	 	overflow: hidden;
	 	text-overflow:ellipsis;
	 	color:#666;
	 	margin:6px 0px;
	 }
	 .dcContent  .dcNewItem  .dcNewDetail{
	 	width:100%;
	 	height:30px;
	 	box-sizing: border-box;
	 	display: flex;
	 	flex-wrap: wrap;
	 	justify-content: space-between;
	 	align-items: center;
	 }
	 .dcNewFlex{
	 	width:50%;
	 	display: flex;
	 	flex-wrap: wrap;
	 	justify-content: flex-start;
	 	align-items: center;
	 	cursor: pointer;
	 }
	 .dcNewFlex img{
	 	width:12px;
	 	height:12px;
	 	margin-right: 10px;
	 }
	 .dcNewFlex span{
	 	margin-right: 10px;
	 	color:#666;
	 	line-height:30px;
	 }
	 .dcMoreText{
	 	color:#ffab50!important;
	 	font-size: 12px;
	 }
	 .dcWhBt{
	 	font-size: 22px;
	 	line-height: 50px;
	 	text-align: center;
	 }
	 .dcCultureEng{
	 	font-family: 'SanFranciscoDisplay-Regular';
	    font-size: 16px;
	    line-height: 36px;
	    color:#ccc;
	    text-align: center;
	    margin-bottom: 20px;
	 }
	 .dcWhItem{
	 	width:400px;
	 	min-height: 30px;
	 	margin:0 auto 20px;
	 	display: flex;
	 	flex-wrap: nowrap;
	 	justify-content: flex-start;
	 	align-items: flex-start;
	 	line-height: 30px;
	 	box-sizing: border-box;
	 }
	 .dcWhItem .dcWhText{
	 	width:120px;
	 	font-size: 14px;
		letter-spacing: 0px;
		color: #b78665;
		margin-right: 20px;
	 }
	 .dcWhtent{
	 	font-size: 14px;
		letter-spacing: 0px;
		color: #333333;
	 }
	 .dcWhtbt{
	 	font-size: 18px;
	 	line-height: 100px;
	 	text-align: center;
	 }

}


/*>=1024的设备*/

@media (min-width: 1024px) {
	/*body {
		font-size: 12px;
	}*/
	.dcMarginT{
		margin-top: 140px!important;
	}
	/*轮播*/
	.dcBanner {
		width: 100%;
		height:480px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		position: relative;
		margin-top:100px;
	}
	
	.dcUs {
		width: 890px!important;
		margin: 0px auto;
		min-height: 100px;
		box-sizing: border-box;
	}
	.dcDw{
		width:890px;
		height:200px;
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		margin:auto;
		z-index:111;
	}
	.dcDw  .dcDwLh3{
		font-size: 42px;
		line-height: 80px;
		letter-spacing: 2.3px;
		color: #fff;
		font-weight: bold!important;
		box-sizing: border-box;
		font-weight:lighter;
	}
	.dcDw .dcDwEsc{
		font-size: 20px;
		line-height: 40px;
		color:#fff;
	}
	.dcDw  .dcDwRh3{
		text-align: right;
		font-size: 58px;
		line-height: 80px;
		font-family: 'SanFranciscoDisplay-Heavy';
		letter-spacing: 3.1px;
		color: #ee2e3d;
		padding-right:100px;
		box-sizing: border-box;
	}
	.dcDw .dcLine{
		width:400px;
		height:30px;
		font-size: 20px;
		color:#fff;
		line-height: 30px;
		text-align:right;
		float:right;
		padding-right:30px;
		margin-right:100px;
		box-sizing: border-box;
		border-right:3px solid #ffffff;
	}
	.dcMenuDh{
		width:100%;
		height:100px;
		margin:20px auto!important;
		color: #8f8f8f;
		font-size: 12px;
		line-height: 100px;
	}
	.dcContent{
		width:100%;
		min-height: 100px;
	}
	.dcContent .dcMenuList{
		width:254px;
		min-height:100px;
		border: solid 2px #eeeeee;
		border-top:solid 2px #ee2e3d;
		padding:45px 30px 80px;
		margin-right: 30px;
		float:left;
		box-sizing: border-box;
	}
	.dcContent .dcListTent{
		width:calc(100% - 284px);
		min-height:100px;
		border: solid 2px #eeeeee;
		border-top:solid 2px #ee2e3d;
		padding:40px 30px;
		float:left;
		box-sizing: border-box;
		position: relative;
	}
	.dcContent .dcListTent .dcNewsPage{
		width:400px;
		height:50px;
		position: absolute;
		left:50%;
		bottom:-70px;
		margin-left: -200px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	.dcContent .dcListTent .dcNewsPage .dcNewsImg{
		width:11px;
		height:23px;
		cursor: pointer;
	}
	.dcContent .dcListTent .dcPageNum{
		width:26px;
		height:26px;
		border-radius: 50%;
		font-size:14px;
		line-height: 26px;
		border:1px solid #aaaaaa;
		color:#666;
		text-align: center;
		cursor: pointer;
	} 
	.dcContent .dcMenuList .dcMark,.dcContent .dcMenuList .dcMarkqb{
		font-size: 18px;
		line-height: 30px;
		color: #999999;
		font-family: 'SanFranciscoDisplay-Semibold';
	}
	.dcContent .dcMenuList .dcMarkqb{
		color: #999999;
		font-size: 18px;
		font-family: 'SanFranciscoDisplay-Light';
	} 
	.dcContent .dcMenuList h2{
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 20px;
		color: #010101;
	}
	.dcContent .dcMenuList .dcListLine{
		width:100%;
		height: 1px;
		background-color: #dddddd;
		position: relative;
		margin-bottom: 20px;
	}
	.dcContent .dcMenuList .dcListLine .leftCircel{
		width:6px;
		height:6px;
		border-radius: 50%;
		position: absolute;
		top: -3px;
    	left: -3px;
		background-color: #dddddd;
	}
	.dcContent .dcMenuList .dcListLine .rightCircel{
		width:6px;
		height:6px;
		border-radius: 50%;
		position: absolute;
		top:-3px;
		right:-3px;
		background-color: #dddddd;
	}
	.circle{
		width:4px;
		height:4px;
		border-radius: 50%;
		background-color: #dddddd;
		margin-right: 10px;
	}
	.dcContent .dcMenuList  .dcTitleList li{
		width:100%;
		height:40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		font-size: 12px;
		line-height: 30px;
		color:#888;
		padding:5px 0px;
		box-sizing: border-box;
		cursor: pointer;
		overflow: hidden;
		white-space:nowrap;
		text-overflow: ellipsis;
	}
	
	.active{
		color:#ee2e3d!important;
	}
	.activeBg{
		background-color: #ee2e3d!important;
	}
	.dcContent  .dcNewTitle {
		font-size: 26px;
		line-height: 75px;
	}
	.dcContent  .dcNewItem{
		width:100%;
		height:120px;
		padding: 30px 0px;
		overflow: hidden;
	}
	.dcContent  .dcNewItem:not(:last-child) {
		border-bottom: 1px solid #eeeeee;
	}
	
	.dcContent  .dcNewItem .dcBigImg{
		width:190px;
		height:120px;
		overflow: hidden;
		margin-right: 20px;
		float:left;
		
	}
	.dcContent  .dcNewItem .dcBigImg img{
		width:100%;
		height:100%;
		transition: all 6s ease-in-out;
	}
	.dcContent  .dcNewItem .dcBigImg img:hover{
		transform: scale(1.2);
	}
	.dcContent  .dcNewItem  .dcNewContent{
		width:calc(100% - 210px);
		height:120px;
		float:left;
	 }
	 .dcContent  .dcNewItem  .dcNewContent .dcNewBigTitle{
	 	font-size: 14px;
	 	line-height: 30px;
		height:30px;
	    white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	 }
	 .dcContent  .dcNewItem  .dcNewContent .dcNewTitleDec{
	 	font-size: 12px;
	 	line-height: 24px;
	 	height:48px;
	 	overflow: hidden;
	 	text-overflow:ellipsis;
	 	color:#666;
	 	margin:6px 0px;
	 }
	 .dcContent  .dcNewItem  .dcNewDetail{
	 	width:100%;
	 	height:30px;
	 	box-sizing: border-box;
	 	display: flex;
	 	flex-wrap: wrap;
	 	justify-content: space-between;
	 	align-items: center;
	 }
	 .dcNewFlex{
	 	width:50%;
	 	display: flex;
	 	flex-wrap: wrap;
	 	justify-content: flex-start;
	 	align-items: center;
	 	cursor: pointer;
	 }
	 .dcNewFlex img{
	 	width:12px;
	 	height:12px;
	 	margin-right: 10px;
	 }
	 .dcNewFlex span{
	 	margin-right: 10px;
	 	color:#666;
	 	line-height:30px;
	 }
	 .dcMoreText{
	 	color:#ffab50!important;
	 	font-size: 12px;
	 }
	 .dcWhBt{
	 	font-size: 26px;
	 	line-height: 50px;
	 	text-align: center;
	 }
	 .dcCultureEng{
	 	font-family: 'SanFranciscoDisplay-Regular';
	    font-size: 16px;
	    line-height: 36px;
	    color:#ccc;
	    text-align: center;
	    margin-bottom: 20px;
	 }
	 .dcWhItem{
	 	width:400px;
	 	min-height: 30px;
	 	margin:0 auto 20px;
	 	display: flex;
	 	flex-wrap: nowrap;
	 	justify-content: flex-start;
	 	align-items: flex-start;
	 	line-height: 30px;
	 }
	 .dcWhItem .dcWhText{
	 	width:120px;
	 	font-size: 14px;
		letter-spacing: 0px;
		color: #b78665;
		margin-right: 20px;
	 }
	 .dcWhtent{
	 	font-size: 14px;
		letter-spacing: 0px;
		color: #333333;
	 }
	 .dcWhtbt{
	 	font-size: 18px;
	 	line-height: 100px;
	 	text-align: center;
	 }
	
}




/*>=1280的设备*/

@media (min-width: 1280px) {
	.dcUs {
		width: 990px!important;
		min-height: 100px;
		margin: 20px auto 50px;
		box-sizing: border-box;
	}
	.dcK {
		width: 990px;
		min-height: 100px;
	}
	.dcDw{
		width:990px;
	}
	.dcContent  .dcNewItem  .dcNewContent .dcNewBigTitle{
	 	font-size: 16px;
	 }
	  .dcMoreText{
	 	color:#ffab50!important;
	 	font-size: 14px;
	 }
	  .dcNewFlex img{
	 	width:13px;
	 	height:13px;
	 	margin-right: 10px;
	 }
	.dcContent .dcMenuList{
		width:294px;
		margin-right: 60px;
	}
	.dcContent .dcListTent{
		width:calc(100% -  354px);
		padding:45px 30px 60px;
	}
}

@media (min-width: 1366px) {
	.dcMarginT{
		margin-top: 140px;
	}
	.dcUs {
		width: 1190px!important;
		min-height: 100px;
		margin: 0px auto;
		box-sizing: border-box;
	}
	.dcDw{
		width:1190px;
	}
	.dcDw  .dcDwLh3{
		font-size: 44px;
	}
	.dcDw .dcDwEsc{
		font-size: 22px;
	}
	.dcDw  .dcDwRh3{
		font-size: 60px;
	}
	.dcDw .dcLine{
		font-size: 22px;
	}
	.dcMenuDh{
		font-size: 14px;
	}
	.dcContent .dcMenuList .dcMark,.dcContent .dcMenuList .dcMarkqb{
		font-size: 20px;
		
	}
	 
	.dcContent .dcMenuList h2{
		font-size: 20px;
	}

	.dcContent .dcMenuList  .dcTitleList li{
		font-size: 14px;
	}
	
	.dcContent  .dcNewTitle {
		font-size: 28px;
	}
	.dcContent  .dcNewItem{
		height:150px;
	}
	
	.dcContent  .dcNewItem .dcBigImg{
		width:220px;
		height:150px;
	}
	
	.dcContent  .dcNewItem  .dcNewContent{
		width:calc(100% - 240px);
		height:150px;
	 }
	 .dcContent  .dcNewItem  .dcNewContent .dcNewBigTitle{
	 	font-size: 20px;
	 	line-height: 50px;
		height:50px;
	 }
	 .dcContent  .dcNewItem  .dcNewContent .dcNewTitleDec{
	 	font-size: 14px;
	 	line-height: 28px;
	 	height:56px;
	 }
	 .dcNewFlex span{
	 	color:#666;
	 }
	 .dcMoreText{
	 	color:#ffab50;
	 	font-size: 16px;
	 }
	
	 .dcWhBt{
	 	font-size: 28px;
	 }
	 .dcCultureEng{

	    font-size: 18px;
	 }
	 .dcWhItem .dcWhText{
	 	font-size: 16px;
	 }
	 .dcWhtent{
	 	font-size: 16px;
	 }
	 .dcWhtbt{
	 	font-size: 20px;

	 }
}


@media (min-width: 1680px) {

	
	.dcUs {
		width: 1440px!important;
		min-height: 100px;
		margin: 0px auto;
		box-sizing: border-box;
	}
	.dcDw{
		width: 1440px;
	}
	
	.dcMarginT{
		margin-top: 140px;
	}
}

@media (min-width: 1920px) {
	.dcDw  .dcDwRh3{
		
		font-size: 62px;
		
	}
	.dcDw .dcLine{
		font-size: 24px;
	}
	.dcDw  .dcDwLh3{
		font-size: 46px;
	}
	.dcDw .dcDwEsc{
		font-size: 24px;
	}
	
	.dcMenuDh{
		font-size: 16px;
	}
	.dcContent .dcMenuList .dcMark,.dcContent .dcMenuList .dcMarkqb{
		font-size: 22px;
		
	}
	 
	.dcContent .dcMenuList h2{
		font-size: 22px;
	}

	.dcContent .dcMenuList  .dcTitleList li{
		font-size: 16px;
	}
	 .dcWhBt{
	 	font-size: 30px;
	 }
	 .dcCultureEng{

	    font-size: 20px;
	 }
	 .dcWhItem .dcWhText{
	 	font-size: 18px;
	 }
	 .dcWhtent{
	 	font-size: 18px;
	 }
	 .dcWhtbt{
	 	font-size: 22px;

	 }
}<!--耗时1780493346.8417秒-->