@charset "utf-8";
/* CSS Document */
.probg{
	width:100%;
	overflow:hidden;
	padding:50px 0px;
	background:url(../images/bg.jpg);
	}
.product{
	width:1168px;
	padding:32px 16px;
	margin:0 auto;
	background:#f4ebe0;
	}
.product ul{
	overflow:hidden;
	}
.product ul li{
	width:260px;
	height:332px;
	float:left;
	margin:16px;
	background:#fff;
	}
.product ul li .prodiv{
	width:238px;
	height:312px;
	border:1px solid #d8c5ad;
	margin:10px;
	}
.product ul li .prodiv span{
	width: 0;
	height: 0;
	position:absolute;
	}
.product ul li .prodiv span.pro1{
	border-top: 10px solid #d8c5ad;
	border-right: 10px solid transparent;
	margin-top:5px;
	margin-left:5px;
	}
.product ul li .prodiv span.pro2{
	border-top: 10px solid #d8c5ad;
	border-left: 10px solid transparent;
	margin-top:5px;
	margin-left:223px;
	}
.product ul li .prodiv span.pro3{
	border-bottom: 10px solid #d8c5ad;
	border-right: 10px solid transparent;
	margin-top:297px;
	margin-left:5px;
	}
.product ul li .prodiv span.pro4{
	border-bottom: 10px solid #d8c5ad;
	border-left: 10px solid transparent;
	margin-top:297px;
	margin-left:223px;
	}
.product ul li .prodiv p:nth-of-type(1){
	font-size:15px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-top:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	}
.product ul li .prodiv p:nth-of-type(2){
	font-size:12px;
	color:#999;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
	}
.product ul li .prodiv .prtp{
	width:218px;
	height:218px;
	margin:0 auto;
	/*margin-top:15px;
	background:#ff6600;*/
	overflow:hidden;
	position: relative;
	}
.product ul li .prodiv .prtp img{
	width:218px;
	height:218px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	}
.product ul li:hover .prodiv .prtp img {
	transform: scale(1.2, 1.2);
	}
.product ul li:hover .prodiv{
	border:1px solid #fec107;
	}
.product ul li:hover .prodiv span.pro1{
	border-top: 10px solid #fec107;
	}
.product ul li:hover .prodiv span.pro2{
	border-top: 10px solid #fec107;
	}
.product ul li:hover .prodiv span.pro3{
	border-bottom: 10px solid #fec107;
	}
.product ul li:hover .prodiv span.pro4{
	border-bottom: 10px solid #fec107;
	}
.product ul li:hover .prodiv p:nth-of-type(1){
	color:#fec107;
	}
.pabg{
	width:100%;
	height:604px;
	background:url(../images/pabg.jpg) center center no-repeat;;
	padding:60px 0px;
	}
.partner{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	}
.partner h2{
	font-size:24px;
	color:#fff;
	text-align:center;
	}
.partner .h2{
	width:50px;
	height:3px;
	background:#fff;
	margin:15px auto;
	}
.partner ul{
	overflow:hidden;
	}
.partner ul li{
	width:360px;
	float:left;
	text-align:center;
	margin-top:35px;
	}
.partner ul li:nth-of-type(2), .partner ul li:nth-of-type(3), .partner ul li:nth-of-type(5), .partner ul li:nth-of-type(6){
	margin-left:60px;
	}
.partner ul li .patp{
	width:100px;
	height:100px;
	border-radius:50%;
	overflow: hidden;
	background:#fff;
	margin:0 auto;
	}
.partner ul li .patp img{
	max-width:100px;
	max-height:100px;
	border-radius: 50%;
	}
.partner ul li p{
	}
.partner ul li p:nth-of-type(1){
	font-size:18px;
	color:#fff;
	margin-top:20px;
	}
.partner ul lip:nth-of-type(1) strong{
	font-size:20px;
	font-weight:bold;
	}
.partner ul li span{
	width:50px;
	height:3px;
	background:#fff;
	margin:15px auto;
	display:block;
	}
.partner ul li p:nth-of-type(2){
	font-size:14px;
	color:#eee;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	}
.abbg{
	width:100%;
	overflow:hidden;
	background:url(../images/abbg.jpg);
	}
.about{
	width:1332px;
	overflow:hidden;
	margin:0 auto;
	padding:50px;
	}
.about .abwz{
	float:left;
	width:640px;
	overflow:hidden;
	margin-left:66px;
	margin-top:150px;
	}
.about .abwz h2{
	font-size:24px;
	color:#fec107;
	padding-bottom:15px;
	margin-bottom:20px;
	background:url(../images/abbt.png) bottom no-repeat;
	}
.about .abwz p{
	font-size:14px;
	color:#666;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
	}
.about .abwz a{
	font-size:12px;
	color:#fec107;
	display:inline-block;
	margin-top:30px;
	padding:10px 30px;
	border:1px solid #fec107;
	}
.about .abwz a:hover{
	font-size:12px;
	color:#fff;
	background:#fec107;
	}
.about .abtp{
	float:right;
	width:580px;
	height:544px;
	background:url(../images/abbg.png) no-repeat;
	}
.about .abtp ul{
	/*width:444px;
	height:444px;*/
	padding-top: 67px;
    padding-left: 70px;
	}
.about .abtp ul li{
	width:148px;
	height:148px;
	float:left;
	box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, .2);
	}
.about .abtp ul li:nth-of-type(1){
	background:url(../images/ab1.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(2){
	background:url(../images/ab2.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(3){
	background:url(../images/ab3.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(4){
	background:url(../images/ab4.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(5){
	background:url(../images/ab5.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(6){
	background:url(../images/ab6.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(7){
	background:url(../images/ab7.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(8){
	background:url(../images/ab8.jpg) no-repeat;
	}
.about .abtp ul li:nth-of-type(9){
	background:url(../images/ab9.jpg) no-repeat;
	}
.about .abtp ul li img{
	width:148px;
	height:148px;
	}
.about .abtp ul li:hover img{
	width:138px;
	height:138px;
	}