@charset "utf-8";
/* CSS Document */
/*产品内页*/
 .pdnav-main {
    position: absolute;
    top: 0px;
    z-index: 12; 
    left: 0px;   
    height: 100%;
    width: 6%;
    color: #fff;
    background: url(../images/st.png) left center;
    background-repeat: repeat;
    background-size: cover;
}
.product-wrap{
	width: 100%;
	text-align: center;;
	height: 100%;
	position:relative;background:#f7f2eb;
	overflow: hidden;
 
}
.pdnav-main a{color: #fff;}
.pdnav-box{
	position: relative;
	perspective: 200px;
	-webkit-perspective: 200px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	z-index: 99;

}
.pdnav-ul li a{
	display: block;
	width: 100%;
	 cursor: pointer;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.pdnav-ul li a:before{
	content: '';
	position: absolute;
	left: -240px;
	top: 0px;
	width: 200px;
	height: 100%;
	background: #9b151c;
	z-index: 1;
	transform: skew(30deg, 0);
	-webkit-transform: skew(30deg, 0);
	-ms-transform: skew(30deg, 0);
	-moz-transform: skew(30deg, 0);
	-o-transform: skew(30deg, 0);
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.pdnav-ul li a:hover{background: #9b151c;}
.pdnav-ul li a:hover:before{left: -30px;}
.pdnav-ul li a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	top: 20px;
	z-index: 1;
}
.pdnav-ul li a span{
	    display: block;
    position: relative;
    z-index: 1;
    width: 67%;
    text-align: center;
    margin: 6px auto 0px;
    color: #fad48c;
        border-bottom: 1px solid #fad48c;
    padding-bottom: 15px;
}

.pdnav-ul li p {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 12px;
}
.pdnav-slide{
	position: absolute;
	left: 100%;
	top: 0%;
	font-size: 16px;
	width: 85px;
	height: 100%;
	background: #9b151c;
	transform: rotateY(120deg);
	-webkit-transform: rotateY(120deg);
	-moz-transform: rotateY(120deg);
	-o-transform: rotateY(120deg);
	-ms-transform: rotateY(120deg);
	z-index: 99;
	visibility: hidden;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition-timing-function: cubic-bezier(.08, .72, .71, .96);
	-webkit-transition-timing-function: cubic-bezier(.08, .72, .71, .96);
}
.pdnav-slide.hover{
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 15;
	visibility: visible;
}

/*二级菜单*/
.pdnav-slide-o li a{
	line-height: 50px;
	display: block;
	text-align: center;
	padding: 0px 1px;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
		overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
}
.pdnav-slide-o li a:before{
	content: '';
	position: absolute;
	left: -230%;
	top: 0px;
	width: 200%;
	height: 100%;
	background: #fad48c;
	z-index: 1;
	transform: skew(30deg, 0);
	-webkit-transform: skew(30deg, 0);
	-moz-transform: skew(30deg, 0);
	-o-transform: skew(30deg, 0);
	-ms-transform: skew(30deg, 0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.pdnav-slide-o li a:hover{background:  #fad48c;}
.pdnav-slide-o li a:hover:before{left: -60px;}
.pdnav-slide-o li a span{position: relative;z-index: 1;display: block;
		overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	white-space:nowrap;
	width: 100%;
text-align: center;
font-size: 14px;}
.pdnav-slide-o {display: none;}
.pdnav-slide-o li:first-child{
	margin-top: 60px;
}
.pdnav-ul li p{
	text-align: center;
	margin:0px auto;
	width: 100%;
}
.pdnav-ul li p img{
	text-align: center;
	margin:0 auto;
	overflow: hidden
}
 .pdnav-ul .ppp{
	margin: 13px 0px;
 }
.wrapConm{
	width: 94%;
    height: 100%;
    margin:0 auto;
    text-align: left;
}
.wrapConm-banner{
	width: 100%;
	overflow: hidden;
	z-index: 402;
	 
}
.wrapConm-banner img{
	 width: 100%;
	 height: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 402;
}
.person-list{
	
	height: 100%;
	width: 100%;
	text-align: left;
	margin:20px auto;
}
.pdnav-ul .ppp:last-child  span{
	border: none;

}
.swing-fen{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.swing-fen img{
	width: 100%;
}
.person-list{
	width: 100%;
	margin:0 auto;
}
.person-crumbs{
	background:url(../images/dz.png) left center;
	height: 80px;
	line-height:80px;
	color: #000;
	padding-left: 41px;
	background-repeat: no-repeat;
	border-bottom: 2px solid #333;
}
.crumbs{
	font-weight: bolder;
	font-size: 20px;color: #333;

}
.crumbs a{
	color: #333;
	font-size: 20px;
	display: inline-block;
}
.wk_right_namedl{
	 
	text-align: left;
	margin:40px 22px;
	display: block;
 
}
.wk_right_namedt{
	float: left;
	margin-right: 25px;

}
.wk_right_namedt img{
	height: 300px;
    border:none;
	overflow: hidden;
}
.wk_right_namedd{
	 
	margin-right: 20px;
}
.wk_right_nameh2{
	color: #9b151c;
	font-weight: bolder;
	font-size:30px;
	font-family: '黑体';
	padding-top: 20px;
}
.wk_right_namep{
	font-size: 17px;
	line-height: 2;
	font-weight: normal;
	color: #333333;
	padding: 20px 0px;
}
.shun-buy{
	display: inline-block;
	background:url(../images/buy.png) center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	font-size: 16px;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.shun-buy:hover{
	color: #fff;
}
.quan-footer02 {
      background-color: #f7f2eb;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;

}
.ssij{
    background: url(../images/pfooter3.png) 175px center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;	
    padding-top: 35px;
    padding-bottom: 30px; 
}
.wrapper02 {
    
    text-align: center;
    margin: 0 auto;
	color: #333;
	padding-top: 30px;
	border-top: 2px solid #e8d8d5;
	margin-left: 9%;
	margin-right: 4%;
}
.wrapper-left .link02 a {
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

.link02 a {
    font-weight: normal;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
}
.copyright02 {
    color: #333;
    font-weight: normal;
    text-align: left;
	font-size: 14px;
	margin-top: 8px;
}
.news_right_namedt  a ,.wk_right_namedt a{
	display: block;
}
.wrapper-left02 .contact02 .phone02 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-family: '微软雅黑';
}

.copyright02 a{
	display: inline-block;
	color: #333;
}
.wrapper-left02 .contact02 span {
    display: inline-block;
}
.cut02 {
    height: 18px;
    display: inline-block;
    width: 1px;
    background-color: #333;
    vertical-align: middle;
    margin: 0 10px;
}
.wrapper-left02 .contact02 {
    font-weight: normal;
    vertical-align: middle;
    background: url(../images/ph02.png) no-repeat left center;
    padding-left: 30px;
    font-size: 17px;
}
/*新闻中心*/
.news_right_name{
	padding-top: 16px;
}
.news_right_namedl{
	border-bottom: 1px solid #d8d4cf;
   text-align: left;
   margin: 25px 22px;
   display: block;
   padding-bottom: 25px;
}
.news_right_namedl:last-child{
	border-bottom: none;
}
.news_right_nameh2 {
    color: #333;
    font-weight: bolder;
    font-size: 18px;
    font-family: '思源黑体';
    padding-top: 20px;
}
.news_right_namedt {
    float: left;
    margin-right: 25px;
}
.news_right_namedt img {
 
    border: none;
    width: 336px;
    overflow: hidden;
  
}
.news_right_namep {
	font-size: 15px;
    line-height: 28px;
    font-weight: normal;
    color: #666666;
	padding: 13px 0px;
 
	overflow: hidden
}
.news_shun-buy {
    display: inline-block;
  background: #9b151c;
    color: #fff;
    font-size: 14px;
    width:95px;
    height: 33px;
    line-height: 33px;
	text-align: center;
	float: right
}
.news_span{
	font-size: 15px;
	color: #666666;
	display: inline-block;
}
.news_shun-buy:hover{
	color: #fff;
}

 
.pager a, .pager strong, .pager .current {
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 1px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    background: #f7f2eb;
    color: #585858;
    border: 1px solid #ddd;
    font: 400 14px/30px "Hiragino Sans GB", "Microsoft YaHei";
}
.pager strong, .pager .current {
    color: #fff;
    z-index: 2;
    font-size: 14px;
    background: #9b151c;
}
.pager a:hover{
	color: #fff;
    z-index: 2;
    font-size: 14px;
    background: #9b151c;
}
.helpHouse{
	margin: 40px 120px;
	text-align: center;
	position: relative;
}
.helpHouse .helpHouse-img{
    width: 100%;
    height: 461px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.helpHouse a{
	display: block;
	width: 100%;
}
.helpHose-span{
	color: #fff;
	font-size: 14px;
	left: 23px;
    top: 32px;
	position: absolute
}
.nz-curtrul {
	margin: 30px auto;

}
.ctr01-imgs img{
	 width: 100%;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.nan-dantexts{
	font-size: 17px;
	color: #333333;
	line-height: 2;
	font-weight: normal;
	margin:20px 0px;
}
.container-h2{
	color: #9b151c;
	font-size: 22px;
	font-weight: 600;
	font-family: '思源黑体';
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
	background: url(../images/ml0.png) left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.beatf-aery li{
	margin:20px 14px;
 
	display: block;
}
.xzc_toast{
	font-size: 15px;
    color: #333333;
    line-height: 2;
    font-weight: normal;
    margin: 20px 0px;
}
.xzc_toast-dl ,.about-dQuan-dl{
	width: 100%;
	text-align: left;
}
.xzc_toast-dt  {
	float: left;
	margin-bottom: 40px;

}
.xzc_toast-dt img {
	overflow: hidden;
	width: 490px;
}
.about-dQuan-dt img{
	overflow: hidden;
	width: 420px;
}
.xzc_toast-dd ,.about-dQuan-dd{ 
	font-size: 18px;
	color: #333;
    padding: 33px 0px;
    line-height: 2.1;
    text-indent: 2em;
}
.xzc_toast-dl:nth-child(odd) .xzc_toast-dt{
	float: left;margin-right: 60px;

}
.xzc_toast-dl:nth-child(even) .xzc_toast-dt{
	float: right;margin-left: 60px;

}
.nz-curtrul{
	    margin: 36px 16px;
    display: block;
    position: relative;
}
.ui_border{
	position: relative;
	width: 100%;
}
.ui_border img{
	width: 100%;
	overflow: hidden;
}
.younag{
	color: #fff;
    font-size: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bolder;
letter-spacing: 15px;
    margin-top: -60px;
   text-shadow:2px 3px 40px #000000;
    margin-left: -43px;
    font-family: '黑体';

}
.chico-ateria{
	margin:30px 0px 40px;
	text-align: left;
	line-height: 2;
	font-size: 16px;
	color: #333;

}
.about-dQuan-dl:nth-child(odd) .about-dQuan-dt{
	float: left;margin-right: 70px;

}
.about-dQuan-dl:nth-child(even) .about-dQuan-dt{
	float: right;margin-left: 70px;

}
.about-dQuan{
	margin: 30px 90px;
    display: block;
	position: relative;
	font-size: 16px;
	line-height: 2;
	 
}
.dl-img {
    background: url(../images/bd02.png) no-repeat left top;
    padding: 18px;
    z-index: 22;
    background-repeat: no-repeat;
 
}
.about-dQuan-dl:nth-child(odd)  .dl-img02 {
 
    z-index: 22;
    background-repeat: no-repeat;
    height: 315px;     overflow: hidden ;
 
}
.about-dQuan-dl:nth-child(even) .dl-img02{
   
        overflow: hidden;
    z-index: 22;
    background-repeat: no-repeat;
      width: 420px;
	    height: 302px;  
}
.about-dQuan-dl:nth-child(odd) .dl-img02 img{
 
}
.about-dQuan-dl:nth-child(even) .dl-img02 img{
 
}
.about-dQuan-dt{
	position: relative;
	  
}
.about-dQuan-dl{
	padding-top: 30px;
}
.othold{
	 font-size: 18px;
    color: #333;
    padding: 25px 0px;
    line-height: 2;margin-right: 41px;
    text-indent: 2em;
}
.bdClears{
 text-align: center;
 margin:0 auto;
    position: relative;
}

.bdClears img{
max-width: 100%;
text-align: center;
margin:0 auto;
    overflow: hidden;
 
}

/**/
.person-crumbs{
	position: relative;
	  margin: 10px 82px 15px;
}

.team-tud{
	position: absolute;
	right: -50px;
	
}
.wk_right_name{
margin: 0px 82px;	
}
.team-tud img{
 
	overflow: hidden;
}
.dui-tainer{
      margin: 40px 70px;
    display: block;
    position: relative;
}
.dui{
	float: left;
	margin-right: 30px;
}
.dui img{
	width: 370px;
	overflow: hidden;
}

.dui-texts{
	    font-size: 17px;
    color: #333;
    padding: 0px 0px 30px;
    line-height: 2;
    
    overflow: hidden;
}
.a2{
	color: #333333;
	display: block;
	font-size: 16px;
}
.pgcontent td{
	font-size: 16px;
}
.pgcontent{
	width: 80%;
	text-align: center;
	margin:0 auto;
}
.xzc_toast-dd{
	padding-top: 1px;
}
.about-dQuan-dd{
	padding-top: 0px;
}






 