/* ERP产品 */
.product-center .product-affect {
	width: 100%;
	height: 460px;
	background-color: #fff;
}

.product-center .product-affect .banner {
	/* background-color: pink; */
	padding-top: 35px;
}

*.pinying {
	height: 38px;
	font-size: 34px;
	font-family: Arial;
	font-weight: 400;
	line-height: 39px;
	color: #9F9F9F;
	opacity: 0.31;
	text-align: center;
}

.product-affect .title, .product-type .title, .product-terminal .title, .product_datasercurity .title{
	height: 42px;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 42px;
	color: #262626;
	opacity: 1;
	text-align: center;
	margin: 10px auto 28px;
}

.product-center .product-affect .bottom {
	font-size: 0;
}

.product-center .product-affect .bottom1 {
	width: 100%;
	text-align: center;
	margin-top: -10px;
}
.product-center .product-affect .bottom2 {
	margin: 0 auto;
	width: 80%;
	text-align: center;
	margin-top: -10px;
}

.product-center .product-affect .bottom1 li {
	width: 25%;
	height:auto;
	margin-top: 0px;
	vertical-align: top;
	float: left; 
}
.product-center .product-affect .bottom2 li {
	width: 33%;
	margin-left: 0px;
	vertical-align: top;
	float: left; 
	margin-top:15px;
}
.product-center .product-affect .bgc {
	height: 124px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #595959;
	opacity: 1;
	text-align: center;
	line-height: 226px;
}

.product-center .product-affect .bgc-content {
	width: 120px;
	font-size: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #9F9F9F;
	opacity: 1;
	text-align: center;
	margin-top: 0px;
	padding: 15px;
}

.product-center .product-affect .bgc1 {
	background: url(../images/products/product1.png) no-repeat top center; background-size: 120px;
}

.product-center .product-affect .bgc2 {
	background: url(../images/products/product2.png) no-repeat top center; background-size: 120px;
}

.product-center .product-affect .bgc3 {
	background: url(../images/products/product3.png) no-repeat top center; background-size: 120px;
}

.product-center .product-affect .bgc4 {
	background: url(../images/products/product4.png) no-repeat top center; background-size: 120px;
}

.product-center .product-affect .bgc5 {
	background: url(../images/products/product5.png) no-repeat top center; background-size: 120px;
}

.product-center .product-affect .bgc6 {
	background: url(../images/products/product6.png) no-repeat top center; background-size: 120px;
}

.product-center .product-affect .bgc7 {
	background: url(../images/products/product7.png) no-repeat top center; background-size: 120px;
}
/*----------- type -----*/
.product-center .product-type {	
	height: 240px;
	/*background: #0099cc;*/
	opacity: 1;
}
.product-center .product-type .banner {padding-top:10px;}

.product-center .product-type .bgc {
	font-size: 0;
	height: 220px;
	line-height: 200px;	
}

.product-center .product-type .bgc li {
	width: 24.5%;
	height: 220px;
	background-color: paleturquoise;
	line-height: 200px;
	vertical-align: middle;
	/*position: relative;*/
	position: absolute;
	cursor: pointer;
	float:left;
	/*margin-left:0px;*/
}

.product-center .product-type .bgc li:nth-child(1) {
	background: url(../images/products/product_type1.png) no-repeat center; background-size:auto 220px; left:0px;
}

.product-center .product-type .bgc li:nth-child(2) {
	background: url(../images/products/product_type2.png) no-repeat center; background-size:auto 220px; left:25%;
}

.product-center .product-type .bgc li:nth-child(3) {
	background: url(../images/products/product_type3.png) no-repeat center; background-size:auto 220px; left:50.2%;
}

.product-center .product-type .bgc li:nth-child(4) {
	background: url(../images/products/product_type4.png) no-repeat center; background-size:auto 220px; right:0px;
}


.product-center .product-type .mask {
	position: absolute;
	width: 100%;
	height: 220px;
	background: #262626;
	opacity: 0.8;
}

.product-type .bgc li:hover .mask {
	opacity: 0.6;
}

.product-center .product-type .words {
	position: absolute;
	width: 60%;
	height: 80%;
	min-height: 70%;
	border: 1px solid #FFF;
	opacity: 1;
	text-align: center;
	padding: 10%;
	top: 12%;
	left: 20%;
}

.product-center .product-type .title {
	position: absolute;
	left:10%; 
	top:5px;
	height:85%;
	width:80%;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 32px;
	color: #F6F6F6;
	opacity: 1;

	border: 1px solid #FFF;
	display: inline-block;
	vertical-align:middle;
	text-align:center;
}

/*-------------- terminal ------*/
.product-center .product-terminal {
	width: 100%;
	background-color: #fff;
}

.product-center .product-terminal .banner {
	height: auto; overflow:hidden;
	padding-top: 40px; padding-bottom:30px;
}

/*.product-center .product-terminal .pinying {
	width: 100%;
	height: 38px;
	font-size: 0.36rem;
	font-family: Arial;
	font-weight: 400;
	line-height: 39px;
	color: #9F9F9F;
	opacity: 0.3;
	text-align: center;
	width: 100%;
}

.product-center .product-terminal .title {
	width: 300px;
	height: 42px;
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 42px;
	color: #262626;
	opacity: 1;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
*/
.product-center .product-terminal .terminal {
	font-size: 0;
	margin-top: 30px;
	/*height: 270px;*/
	/*overflow:hidden;*/
	/*margin-bottom: 106px;*/
}

.product-center .product-terminal .left {
	width: 35%;
	float: left;
	height: auto;
	overflow:hidden;
}

.product-center .product-terminal .left_img {
	width: 180px;
	height: auto;
	margin: 10px 0 0 20px ;
}

.product-center .product-terminal .right {
	width: 60%;
	float: right;
	padding: 5px;

	margin-right: 5px;
	margin-top: 0px;	
}
.product-center .product-terminal .right_img {
	width: 100px;
	height: 100px;
	border: 1px solid #E9E9E9;
}

.product-center .product-terminal .right_title {
	height: 30px;
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 30px;
	color: #262626;
	opacity: 1;
	text-align:center;
}

.product-center .product-terminal .right_content {
	/* width: 480px; */
	height: 56px;
	font-size: 0.22rem;
	/*font-family: PingFang SC;*/
	font-weight: 500;
	line-height: 28px;
	color: #595959;
	opacity: 1;
	/*margin-bottom: 91px;*/
	padding-right:5px;
	text-align: left;
}

.product-center .product-terminal .xiazai {
	width: 100px;
	float: right;
	margin-top: -70px;
	margin-right: 20px;
}

.product-center .product-terminal .xiazai_txt {
	height: 20px;
	font-size: 14px;
	/*font-family: PingFang SC;*/
	font-weight: 400;
	line-height: 20px;
	color: #595959;
	opacity: 1;
	width: 100px;
	text-align: center;
}
/*----- datasercurity --- */
.product-center .product_datasercurity {
			height: auto;
	overflow:hidden;
	background: #f6f6f6;
	padding: 20px 0 250px 0;
	/*margin-top:0px;*/
	opacity: 1;
	/*margin-bottom:10px;*/
}

.product-center .product_datasercurity .banner {

	position: relative;
	padding-top:20px;
}

.product-center .product_datasercurity .data_explain {
	width: 55%;
	height: auto;
	background: #FFF;
	opacity: 1;
	border-radius: 80px 0px 80px 0px;
	position: absolute;
	top: 160px;
	left: 5px;
	z-index: 10;
	padding-top: 20px;
	padding-left: 10px;
}

.product-center .product_datasercurity img {
	top: 130px;
	right: 0px;
	width: 60%;
	height: auto;
	position: absolute;
}

.product-center .data_explain .title {
	height: 54px;
	font-size: 0.2rem;
	font-weight: bold;
	color: #262626;
	opacity: 1;
	line-height: 80px;
	padding-left: 10px;
	margin-top: -30px;	
}

.product-center .data_explain .content {
	width: 90%;
	height: 96px;
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.22rem;
	color: #9F9F9F;
	opacity: 1;

}
product-center .data_explain p{width:180px;}
/* ---  footer ----- */
.product-center .product_footer {
	background: #0099cc;
	opacity: 1;
}

.product-center .product_footer .banner {
	text-align: right;
	height: 120px;
	line-height: 120px;
	position: relative;
	z-index: 1;
}

.product-center .product_footer a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	border-radius: 4px;
}

.product-center .product_footer .btn {
	background: #fff;
	opacity: 1;
	height: 36px;
	line-height: 36px;
	color: #0099cc;
	cursor: pointer;
}

.product-center .product_footer ul {
	font-size: 0;
}

.product-center .product_footer li {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px rgba(11, 49, 113, 0.36);
	opacity: 1;
	width: 100px;
	height: 100px;
	line-height: 120px;
	text-align: center;
	position: absolute;
	top: 0;
}