.sp {
	margin: 20px auto;
}

.home {
	text-align: left;
}

.newscon {
	border: 10px solid white;
	box-sizing: border-box;
}


.newscon .p1 {
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
}

.newscon .p2 {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 15px;
}

.newscon .p3 {
	margin-top: 15px;
	font-size: 13px;
	background-color: #e65911;
	width: 55%;
	padding: 3px;
}
.newsli .p3 {
	color: white;
}
.dynamics {
	background-color: #818b94;
}

.dymain {
	border: 10px solid transparent;
	box-sizing: border-box;
	border-top: 0px;
	margin-bottom: 30px;
}
.mored div{
	color:black
}
.mored div:hover {
	color: white;
}
.mored div:hover {
	background-color: #e65911;
}

.dymain p {
	background-color: white;
	padding: 0px 0px 10px 10px;
}

.dr{
	height: 120px;
	margin-bottom: 20px;
	border:1px solid white;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.date {
	background-color: #eeeeee;
	box-sizing: border-box;
	float: left;
	width: 15%;
}
.flex-control-nav {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.date p {
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	border:1px solid #818b94;
	height: 50px;
	line-height: 50px;
}
.date p:first-child {
	font-size: 14px;
}

.flex-direction-nav li a.flex-prev,
.flex-direction-nav li a.flex-next {
	display: none;
}


.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(/skin/swit/img/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.slidesli p:first-child {
	font-weight: 700;
	line-height: 1.5;
}

.dycol {
	float: right;
	width: 82%;
	margin-bottom: 10px;
}

.dycol .a1 {
	font-weight: 700;
	font-size: 14px;
}
.dycol .a2{
	font-weight: 400;
}

.dycol p {
	font-size: 13px;
}

.dycol .a1:hover {
	color: #e65911;
}


.prodiv {
	width: 48.5%;
	box-shadow: 0px 0px 4px 2px #aaa;
	border-radius: 15px;
	padding: 15px 5px 5px 15px;
	box-sizing: border-box;
	margin-top: 40px;
}
.procolor .prop1{
	color: #e65911;
}
.prodiv:nth-child(odd) {
	float: left;
}

.prodiv:nth-child(even) {
	float: right;
}

.proimg {
	overflow: hidden;
	float: left;
	width: 24%;
}

.proimg img {
	width: 100%;
}

.protxt {
	width: 75%;
	float: right;
}

.protxt p {
	line-height: 1.5;
}

.protxt .prop1 {
	font-weight: 700;
	font-size: 14px;
}

.protxt .prop2 {
	font-size: 12px;
}

.protxt .prop3 {
	font-size: 12px;
}

/* 设备分类 */
.wrapper {
	margin: 0 auto;
	padding: 5px;
}

.wrapper .tab {
	margin-top: 30px;
}

.wrapper .tab li {
	border: 1px solid #fff;
	border-radius: 15px;
	float: left;
	width: 33.3333%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-left: 0%;
	box-sizing: border-box;
	background-color: #818b94;
}

.wrapper .tab li a {
	color: white;
}

.wrapper .tab li:first-child {
	margin-left: 0%;
}

.wrapper .tab li.active {
	z-index: 0;
}

.wrapper .tab li.active a {
	color: #e65911;
}

.products div {
	display: none;
	clear: both;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
}

.products .selected {
	display: block;
}

/*.products div a {
	line-height: 2.2;
	padding: 0 20px;
	border-right: 2px solid #fff;
	font-size: 10px;
}*/

.products div a:hover {
	text-decoration: underline;
}
/*分页div面板样式*/
.page-normal {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*所有分页页码的共同样式*/
.page-normal a,
.page-normal .page-current {
	border: 1px solid #818b94;
	padding: 5px 7px;
	text-decoration: none;
	margin-left: 10px;
}

/*未选中的分页页码样式*/
.page-normal a {
	color: #818b94;
}

/* 1. 选中的分页页码样式，即当前所在页面的页码
             * 2. 未选中的分页页码样式的鼠标滑过样式
             */
.page-normal .page-current,
.page-normal a:hover {
	color: #FFF;
	background-color: #818b94;
}

.selected .selecteds {
	padding: 10px;
	border-radius: 15px;
	height: 220px;
	/* display: block; */
	box-shadow: 0px 0px 2px 2px #aaa;
	margin-top: 30px;
}

.selected .selecteds .selecteds-txt {
	width: 68%;
	float: left;
	height: inherit;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 2%;
}
.selected .selecteds .selecteds-txt h3 a{
	font-size: 14px;
	font-weight:500;
}
.selected .selecteds .selecteds-txt hr{
	border:1px solid #e65911;
	width: 25%;
	margin-left: 0px;
}
.selected .selecteds .selecteds-img {
	width: 30%;
	float: left;
	height: inherit;
	overflow: hidden;
}
.selected .selecteds .selecteds-txt:nth-child(even) {
	width: 68%;
	float: right;
	padding: 5px;
	box-sizing: border-box;
}
.selected .selecteds .selecteds-img:nth-child(even){
	width: 30%;
	float: right;
	overflow: hidden;
}
.selected .selecteds .selecteds-txt p a{
		font-size: 10px;
		line-height: 1.5;
}
.news-detail .mtitle {
    margin-top: 20px;
    color: #666;
    margin-bottom: 40px;
}
.newxiangxi{
	line-height: 2;
}
.newimg{
	text-align: center;
}
.newxiangxi .mtitle span {
    padding: 6px 0 6px 36px;
    margin-right: 30px;
    background: url(/skin/swit/img/news/news-icon.png) 0 4px no-repeat;
}
.newxiangxi .mtitle em {
    padding: 6px 0 6px 36px;
    margin-right: 30px;
    background: url(/skin/swit/img/news/news-icon.png) 0 -40px no-repeat;
}
.newxiangxi .mtitle a {
    padding: 6px 0 6px 36px;
    margin-left: 60px;
    color: #666;
    background: url(/skin/swit/img/news/news-icon.png) 0 -80px no-repeat;
}
.newxiangxi .prev span, .newxiangxi .next span {
    color: #e40e0e;
    margin-right: 10px;
    padding-left: 30px;
    background: url(/skin/swit/img/news/left-j.png) left 1px no-repeat;
    background-size: contain;
}
.newxiangxi .next span {
    background: url(/skin/swit/img/news/right-j.png) left 1px no-repeat;
    background-size: contain;
}
.newxiangxi button{
	background-color:#e65911;
	height: 40px;
	width: 120px;
	font-size: 20px;
	border-radius: 25px;
	color:white;
}
@media(min-width:576px) {
	.wrapper .tab li {
		font-size: 20px;
		height: 56px;
		line-height: 56px;
	}
	.newscon .p3 {
		margin-top: 15px;
		font-size: 13px;
		background-color: #e65911;
		width: 80%;
		padding: 3px;
	}
	.selected .selecteds {
		padding: 10px;
		border-radius: 15px;
		height: 150px;
		display: block;
		box-shadow: 0px 0px 2px 2px #aaa;
		margin-top: 30px;
	}
	.selected .selecteds .selecteds-txt {
		width: 70%;
		float: left;
		height: 150px;
		padding: 5px;
		box-sizing: border-box;
	}
	.selected .selecteds .selecteds-txt h3 a{
		font-size: 14px;
	}
	.selected .selecteds .selecteds-txt p a{
		font-size: 10px;
	}
	.product {
		border: 10px solid transparent;
		box-sizing: border-box;
	}
}

@media(min-width:768px) {
	.selected .selecteds {
		padding: 10px;
		border-radius: 15px;
		height: 200px;
		display: block;
		box-shadow: 0px 0px 2px 2px #aaa;
		margin-top: 30px;
	}
	.selected .selecteds .selecteds-txt {
		width: 70%;
		float: left;
		height: 200px;
		padding: 5px;
		box-sizing: border-box;
	}
	.selected .selecteds .selecteds-txt h3 a{
		font-size: 18px;
	}
	.selected .selecteds .selecteds-txt p a{
		font-size: 15px;
	}
	.selected .selecteds .selecteds-img {
		width: 30%;
		float: left;
		height: 200px;
		overflow: hidden;
	}
	.product {
		border: 10px solid transparent;
		box-sizing: border-box;
	}
	.dr{
		height: 80px;
		margin-bottom: 10px;
	}
	.dycol .a1 {
		font-weight: 700;
		font-size: 15.5px;
	}

	.date p {
		text-align: center;
		font-weight: 700;
		font-size: 12px;
		border: 1px solid #818b94;
		height: 35px;
		line-height: 35px;
	}
	.newscon .p3 {
		margin-top: 15px;
		font-size: 13px;
		background-color: #e65911;
		width: 55%;
		padding: 3px;
	}
}

@media(min-width:992px) {
	.selected .selecteds {
		padding: 10px;
		border-radius: 15px;
		height: 200px;
		display: block;
		box-shadow: 0px 0px 2px 2px #aaa;
		margin-top: 30px;
	}
	.selected .selecteds .selecteds-txt {
		width: 68%;
		float: left;
		height: 200px;
		padding: 5px;
		box-sizing: border-box;
	}
	.selected .selecteds .selecteds-txt h3 a{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.selected .selecteds .selecteds-txt p a{
		font-size: 16px;
	}
	.selected .selecteds .selecteds-img {
		width: 30%;
		float: left;
		height: 200px;
		overflow: hidden;
	}
	.product {
		border: 0px solid transparent;
	}
	.dr{
		height: 80px;
		margin-bottom: 10px;
	}

	.date p {
		text-align: center;
		font-weight: 700;
		font-size: 12px;
		border: 1px solid #818b94;
		height: 40px;
		line-height: 40px;
	}
}

@media(min-width:1200px){
	.prodiv {
		width: 48.5%;
		box-shadow: 0px 0px 4px 2px #aaa;
		border-radius: 20px;
		padding: 20px 0px 20px 10px;
		box-sizing: border-box;
		margin-top: 40px;
	}
	.dymain p {
		font-size: 14px;
		background-color: white;
		padding: 0px 0px 0px 10px;
	}
	.date p:first-child {
		font-size: 20px;
	}
	.dr{
		height: 100px;
		margin-bottom: 10px;
	}

	.date p {
		text-align: center;
		font-weight: 700;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.dycol .a1 {
		font-weight: 700;
		font-size: 18px;
	}
	.dycol p {
		font-size: 16px;
		margin-top: 10px;
	}
	.slidesli p:first-child {
		font-weight: 700;
		line-height: 1.5;
		font-size: 16px;
	}
	.protxt .prop1 {
		font-weight: 700;
		font-size: 14px;
	}
	.protxt .prop2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.protxt .prop3 {
		font-size: 14px;
		margin-top: 10px;
	}
	.newscon .p1 {
		font-weight: 700;
		font-size: 18px;
		margin-top: 10px;
	}
	.newscon .p2 {
		font-size: 15px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.newscon .p3 {
		margin-top: 15px;
		font-size: 15px;
		background-color: #e65911;
		width: 55%;
		padding: 3px;
	}
}
@media(min-width:1400px){
	.newxiangxi p{
		font-size: 18px;
	}
	.prodiv {
		width: 48.5%;
		box-shadow: 0px 0px 4px 2px #aaa;
		border-radius: 20px;
		padding: 20px 0px 20px 10px;
		box-sizing: border-box;
		margin-top: 40px;
	}
	.newscon .p1 {
		font-weight: 700;
		font-size: 20px;
	}
	.newscon .p2 {
		font-size: 17px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.newscon .p3 {
		margin-top: 15px;
		font-size: 18px;
		background-color: #e65911;
		width: 55%;
		padding: 3px;
		margin-bottom: 20px;
	}
	.slidesli p:first-child {
		font-weight: 700;
		line-height: 1.5;
		font-size: 18px;
	}
	.dymain p {
		font-size: 18px;
		padding: 0px 0px 10px 10px;
	}
	.dycol .a1 {
		font-weight: 700;
		font-size: 20px;
	}
	.dycol p {
		font-size: 16px;
		line-height: 1.5;
	}
	.dr{
		height: 120px;
		margin-bottom: 10px;
	}
	.date p {
		text-align: center;
		font-weight: 700;
		font-size: 17px;
		height: 50px;
		line-height: 50px;
	}

	.date p:first-child {
		font-size: 20px;
	}
	.protxt .prop1 {
		font-weight: 700;
		font-size: 16.7px;
	}
	.protxt .prop2 {
		font-size: 15px;
		margin-top: 10px;
	}
	.protxt .prop3 {
		font-size: 15px;
		margin-top: 10px;
	}
	.selected .selecteds .selecteds-txt {
		width: 68%;
		float: left;
		height: 200px;
		padding: 5px;
		box-sizing: border-box;
	}
	.selected .selecteds .selecteds-img{
		width: 30%;
		float: left;
		height: 200px;
		overflow: hidden;
	}
}
@media(min-width:1600px){
	.prodiv {
		width: 48.5%;
		box-shadow: 0px 0px 4px 2px #aaa;
		border-radius: 20px;
		padding: 20px 0px 20px 10px;
		box-sizing: border-box;
		margin-top: 40px;
	}
	.proimg {
		overflow: hidden;
		float: left;
		width: 20%;
	}
	.protxt {
		width: 79%;
		float: right;
	}
	.newscon .p1 {
		font-weight: 700;
		font-size: 24px;
	}
	.newscon .p2 {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.newscon .p3 {
		margin-top: 15px;
		font-size: 16px;
		background-color: #e65911;
		width: 55%;
		padding: 9px;
		margin-bottom: 20px;
	}
	.slidesli p:first-child {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.5;
	}
	.dymain p {
		font-size: 20px;
		background-color: white;
		padding: 0px 0px 10px 10px;
	}
	.date p:first-child {
		font-size: 22px;
	}
	.dr{
		height: 120px;
		margin-bottom: 10px;
	}

	.date p {
		text-align: center;
		font-weight: 700;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}
	.date{
		margin-bottom: 20px;
	}
	.dycol .a1 {
		font-weight: 700;
		font-size: 22px;
	}
	.dycol p {
		font-size: 16px;
		margin-top: 15px;
	}
	.protxt .prop1 {
		font-weight: 700;
		font-size: 20px;
	}
	.protxt .prop2 {
		font-size: 15px;
		margin-top: 7px;
	}
	.protxt .prop3 {
		font-size: 15px;
		margin-top: 7px;
	}
	.selected .selecteds {
		padding: 10px;
		border-radius: 15px;
		height: 300px;
		display: block;
		box-shadow: 0px 0px 2px 2px #aaa;
		margin-top: 30px;
	}
	.selected .selecteds .selecteds-txt h3 a{
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: 700;
	}
	.selected .selecteds .selecteds-txt p a{
		font-size: 17px;
	}
	.selected .selecteds .selecteds-txt hr {
		border: 1px solid #e65911;
		width: 18%;
		margin-left: 0px;
	}
	.selected .selecteds .selecteds-img {
		width: 30%;
		float: left;
		height: 300px;
		overflow: hidden;
	}
}
