/*^
 * 严微工作室
 * @authro      : yanwei
 * @created     : 2017-11-14
 * @url         : http://www.ywcms.com
 * @Page        : 产品中心
 */
.banner_page{
	position: relative;
}
.products-nav{
	position: relative;
	height: 116px;
	width: 1200px;
	margin: -60px auto 0;
	background: #fff;
	box-shadow: 0 0 30px 1px rgba(277,99,26,0.3);
}
.products-nav .item {
	height: 116px;
	color: #333;
	text-align: center;
	cursor: pointer;
	border-left: solid 1px #f4fafa;
	border-bottom: solid 1px #f4fafa;
	font-size: 16px;
	width: 240px;
	float: left;
}
.products-nav .item:first-child {
	border-right: none
}
.products-nav .item.current, .products-nav .item.current:hover {
	background: #2b912d;
	color: #fff;
	border-color: #2b912d
}
.products-nav .item:hover {
	background: #2b912d;
	color: #fff;
	border-color: #2b912d
}
.products-nav .after {
	content: "";
	position: absolute;
	bottom: -8px;
	border-top: solid #2b912d 8px;
	border-left: solid transparent 8.5px;
	border-right: solid transparent 8.5px;
	transition: all 0.5s;
}
.products-nav .item p{
	padding-top: 10px;
}
.products-nav .icon{
	display:block;
	width:36px;
	height:36px;
	margin:20px auto 0;
	background:url(../images/index/sy_cptb1.png) no-repeat;
}
.products-nav .cbsj{ background-position:0px -135px;}
.products-nav .cbsj-hover{ background-position:0px 0px;}

.products-nav .cbsy{ background-position:-218px -135px;}
.products-nav .cbsy-hover{ background-position:-218px 0px;}

.products-nav .cbcrm{ background-position:-444px -135px;}
.products-nav .cbcrm-hover{ background-position:-444px 0px;}

.products-nav .cbyx{ background-position:-672px -135px;}
.products-nav .cbyx-hover{ background-position:-672px 0px;}

.products-nav .cbapi{ background-position:-908px -135px;}
.products-nav .cbapi-hover{ background-position:-908px 0px;}

.products-mode,.products-box{
	width: 1200px;
	margin: 50px auto 80px;
	overflow: hidden;
}
.products-box-top{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.products-box-top h1{
	width: 100%;
	color: #333;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 20px;
}
.products-box-list{
	position: relative;
	width: 1200px;
	margin: 40px auto 0;
}
.products-box-list ul{
	position: relative;
	width: 1200px;
	float: left;
	margin-top: 20px;
}
.products-box-list li {
	width: 265px;
	margin-left: 30px;
	height: 300px;
	background: #fff;
	float: left;
	margin-bottom: 50px;
	box-shadow: 0 20px 30px -10px rgba(227,99,26,0.5);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-webkit-transform: skewY(-5deg);
	transform: skewY(-5deg)
}
.products-box-list ul li:first-child {
	margin-left: 0
}
.products-box-list .bg-info-petty.bg-info-petty-1,
.products-box-list .bg-info-petty.bg-info-petty-2,
.products-box-list .bg-info-petty.bg-info-petty-3,
.products-box-list .bg-info-petty.bg-info-petty-4{
	-moz-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	transform: skewY(5deg);
	height: 166px
}
.products-box-list .bg-info-petty {
	margin-top: -15px;
	box-shadow: 0 -5px 30px 0px rgba(227,99,26,0.2)
}
.products-box-list ul li .bg-info-petty.bg-info-petty-1 {
	background: url(../images/products/info-petty-1.jpg) no-repeat
}
.products-box-list ul li .bg-info-petty.bg-info-petty-2 {
	background: url(../images/products/info-petty-2.jpg) no-repeat
}
.products-box-list ul li .bg-info-petty.bg-info-petty-3 {
	background: url(../images/products/info-petty-3.jpg) no-repeat
}
.products-box-list ul li .bg-info-petty.bg-info-petty-4 {
	background: url(../images/products/info-petty-4.jpg) no-repeat
}
.products-box-list ul li .content {
	height: 112px
}
.products-box-list ul li p {
	padding: 0 20px;
	-moz-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	-webkit-transform: skewY(5deg);
	transform: skewY(5deg);
	text-align: left;
	line-height: 28px
}
.products-box-list ul li p.title {
	margin-top: 30px;
	font-size: 26px;
	border: none;
	text-align: left;
	line-height: inherit
}
.products-box-list ul li p.title:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #2b912d;
	margin: 20px 0
}

.products-box-title{
	width: 1200px;
	overflow: hidden;
}
.products-box-title h1{
	width: 100%;
	color: #333;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 20px;
	background: url(../images/products/product-top.png) no-repeat center -10px;
}
.products-box-title h2{
	width: 100%;
	color: #333;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 20px;
	background: url(../images/products/product-top2.png) no-repeat center -10px;
}
.products-box-title h1.white{
	color: #fff;
	margin-top: 50px;
	font-size: 30px;
	background: none;
}
.products-box-top p,.products-box-title p{
	color: #666;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
}
.products-box-title p.white{
	color: #fff;
}
.products-box-con{
	width: 1000px;
	margin: 20px auto 0;
	overflow: hidden;
}
.products-box-con li{
	width: 200px;
	float: left;
}
.products-box-con li .bg-petty{
	width: 130px;
	height: 150px;
	float: left;
	margin: 0px 35px;
}
.products-box-con li .bg-petty-1{
	background: url(../images/products/border01.png) no-repeat center;
}
.products-box-con li .bg-petty-2{
	background: url(../images/products/border02.png) no-repeat center;
}
.products-box-con li .bg-petty-3{
	background: url(../images/products/border03.png) no-repeat center;
}
.products-box-con li .bg-petty-4{
	background: url(../images/products/border04.png) no-repeat center;
}
.products-box-con li .bg-petty-5{
	background: url(../images/products/border05.png) no-repeat center;
}
.products-box-con li p{
	width: 180px;
	margin: 20px 10px 0;
	text-align: center;
	float: left;
	font-size: 18px;
}
.products-box2{
	width: 100%;
	margin: 50px auto 35px;
	overflow: hidden;
	background: url(../images/products/sdachannelimg.jpg) no-repeat center;
	height: 800px;
	min-width: 1200px;
}
.products-box2-con{
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.products-box-text{
	width: 1200px;
	margin: 65px auto 45px;
	overflow: hidden;
}
.products-box-text ul{
	width: 1200px;
	float: left;
}
.products-box-text li{ float:left; text-align:center; width: 280px; margin: 0 10px;}
.products-box-text li img{ margin:0 auto; height: 336px;}
.products-box-text li h2{ font-size:18px; color:#333; padding:35px 0;}
.products-box-text li p{ font-size:14px; color:#666; line-height: 24px;}

.products-box-text li.one{ float:left; text-align:center;}
@media screen and (max-width: 768px){
	.products-mode, .products-box{
		width: 100%;
		margin: 25px auto 40px;
	}
	.products-nav{
		width: 100%;
		box-shadow: none;
		height: 100%;
		margin: 0 auto 20px;
		overflow: hidden;
	}
	.products-nav ul{
		width: 100%;
	}
	.products-nav .item{
		width: 50%;
	}
	.products-box-list,.products-box-list ul{
		width: 100%;
	}
	.products-box-list ul{
		padding: 0 16px;
	}
	.products-box-list ul li .bg-info-petty.bg-info-petty-1,
	.products-box-list ul li .bg-info-petty.bg-info-petty-2,
	.products-box-list ul li .bg-info-petty.bg-info-petty-3,
	.products-box-list ul li .bg-info-petty.bg-info-petty-4{
		background-size: cover;
	}
	.products-box-list li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 75px;
	}
	.products-box-title{
		width: 100%;
	}
	.products-box-con{
		width: 100%;
	}
	.products-box-con li{
		width: 50%;
	}
	.products-box-con li .bg-petty{
		width: 100%;
		margin: 0 auto;
	}
	.products-box-con li p{
		width: 100%;
	}
	.products-box-text,.products-box-text ul{
		width: 100%;
	}
	.products-box-text li.one{
		width: 100%;
	}
	.products-box-text li{
		margin: 0 0 20px 0;
		padding: 0 16px;
		width: 100%;
	}
	.products-box2{
		height: 450px;
		min-width: 100%;
	}
	.products-box2-con{
		width: 100%;
		padding: 0 16px;
	}
	.products-box2-con img{
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 760px){

}
/* iPhone6+ */
@media screen and (max-width: 414px){

}
/* iPhone6 */
@media screen and (max-width: 375px){
	.new_list .news_all{ width:81%;}
}
/* iPhone5、4 */
@media screen and (max-width: 320px){

}
/* Galaxy S5 */
@media screen and (max-width: 360px){

}
/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

}
@media screen and (orientation:landscape) {

}