﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote,dl, dt, dd, ul, ol, li,pre,
form, fieldset, legend, button, input, textarea,th, td,img{border:medium none;margin: 0;padding: 0;list-style-type: none;}
body,button, input, select, textarea {font: 12px/1.5 "msyhl422459","微软雅黑",Srial, Verdana, Geneva, sans-serif, tahoma, helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
em{font-style:normal;}
ul, ol,{ list-style: none; }
a { text-decoration: none; }
a:hover { text-decoration: none;  }
img{ border:0px;}
body,.ui-overlay-h{margin:0 auto;position:relative;background-color:#fff;color:#666;overflow-x:hidden;}
input, img {vertical-align: middle;}
body,html{min-width:1200px;max-width:100%;margin:0 auto;-moz-transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s;}
img {border:none;vertical-align:top;}

.blank{height:8px;clear:both;}
.blank20{height:20px;clear:both;}
.clearfix:after,.clearfix:before{
	display:table;
	content:'';
	}
.clearfix:after{
	clear:both;
	overflow:hidden;
	}
.clearfix{
	*zoom:1;
	}
.relative {position:relative;}
.absolute {position:absolute;}
.fl {float:left;display:inline;}
.fr {float:right;display:inline;}
.pubW {width:1200px;}
.center {margin:0 auto;}
.iBlock{display:inline-block;}
.bt {-moz-transition:background 0.3s linear 0s;-webkit-transition:background 0.3s linear 0s;transition:background 0.3s linear 0s;}
.ot {-moz-transition:opacity 0.3s linear 0s;-webkit-transition:opacity 0.3s linear 0s;transition:opacity 0.3s linear 0s;}
.translateXY {-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.translateY {-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.translateX {-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.contentBox {-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
.borderBox {-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

.pinpaiBanner .bannerSlide {height:322px;}
.pinpaiBanner .bannerSlide li img {-moz-transform:none;-ms-transform:none;-o-transform:none;-webkit-transform:none;transform:none;} 


/*banner轮播css*/
.bannerSlide {width:100%;height:500px;overflow:hidden;margin:0 auto;}
.bannerSlide .slideBox,.bannerSlide .slideBox .tempWrap {width:100%;height:500px;margin:0 auto;}
.bannerSlide .slideBox li {position:relative;width:100%;height:500px;overflow:hidden;}
.bannerSlide .slideBox li a {display:block;width:100%;height:100%;position:relative;}
.bannerSlide .slideBox li img {position:absolute;left:50%;top:0;margin-left:-960px;-moz-transform:scaleX(1.05) scaleY(1.05);-ms-transform:scaleX(1.05) scaleY(1.05);-o-transform:scaleX(1.05) scaleY(1.05);-webkit-transform:scaleX(1.05) scaleY(1.05);transform:scaleX(1.05) scaleY(1.05);}
.bannerSlide .slideBox li.active img {-moz-transition:-moz-transform 4s linear 0s;-ms-transition:-ms-transform 4s linear 0s;-o-transition:-o-transform 4s linear 0s;-webkit-transition:-webkit-transform 4s linear 0s;transition:transform 4s linear 0s;-moz-transform:scaleX(1) scaleY(1);-ms-transform:scaleX(1) scaleY(1);-o-transform:scaleX(1) scaleY(1);-webkit-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1);}
.bannerSlide .focus {width:100%;bottom:9px;z-index:10;text-align:center;}
.bannerSlide .focus span {width:12px;height:12px; background-color:#ccc;display:inline-block;margin:0 5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.bannerSlide .focus span.active { background-color:#c0025a;}
.bannerSlide .preBtn {left:50%;top:50%;display:block;width:74px;height:74px;margin-top:-37px;margin-left:-340px; background-color:rgba(0,0,0,.3);z-index:7;display:none;}
/*.bannerSlide .preBtn {left:50%;top:50%;display:block;width:74px;height:74px;margin-top:-37px;margin-left:-600px; background-color:rgba(0,0,0,.3);z-index:7;display:none;}*/
.bannerSlide .preBtn i {display:block;width:26px;height:48px;margin-left:24px;margin-top:13px; background-position:0 -45px;}
.bannerSlide .nextBtn {right:50%;top:50%;display:block;width:74px;height:74px;margin-top:-37px;margin-right:-600px; background-color:rgba(0,0,0,.3);z-index:7;display:none;}
.bannerSlide .nextBtn i {display:block;width:26px;height:48px;margin-left:24px;margin-top:13px; background-position:-33px -45px;}
.bannerSlide .preBtn:hover,.bannerSlide .nextBtn:hover { background-color:rgba(0,0,0,.7);}

@-webkit-keyframes orangeOut{
		0%{
			-webkit-transform:scale(1);
			opacity:1;
			filter:alpha(opacity:100);	
			}
		100%{
			-webkit-transform:scale(0.8);
			opacity:0;
			filter:alpha(opacity:0);
		}
	}
@keyframes orangeOut{
		0%{
			transform:scale(1);
			opacity:1;
			filter:alpha(opacity:100);	
			}
		100%{
			transform:scale(0.8);
			opacity:0;
			filter:alpha(opacity:0);
		}
	}

@-webkit-keyframes orangeIn {  0% {
 -webkit-transform:scale(0.8);
 opacity:0;
 filter:alpha(opacity:0);
}
100% {
 -webkit-transform:scale(1);
 opacity:1;
 filter:alpha(opacity:100);
}
}
 @keyframes orangeIn {  0% {
 transform:scale(0.8);
 opacity:0;
 filter:alpha(opacity:0);
}
100% {
 transform:scale(1);
 opacity:1;
 filter:alpha(opacity:100);
}
}



/*itemright_link*/
.iconItem{background:url(../images/itemIcon.png) no-repeat;}
.itemright_link{width:878px;height:220px;margin-top:50px;border-top:1px solid #3d3f4b;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}
.itemright_link a{width:219px;height:219px;float:left;display:inline-block;text-align:center;padding-top:56px;border-right:1px solid #e1e1e1;}
.itemright_link a:last-child{border-right:none;}
.itemright_link a:hover{background:#fe3509;position:relative;z-index:2;}
.itemright_link a em{width:100%;display:block;font-size:26px;color:#3d3f4b;margin-top:18px;}
.itemright_link a:hover em{color:#fff;}
.itemRswt i{width:64px;height:62px;background-position:-2px -174px;}
.itemRyue i{width:57px;height:62px;background-position:-72px -175px;}
.itemRtrue i{width:65px;height:59px;background-position:-133px -173px;}
.itemRlylx i{width:43px;height:62px;background-position:-205px -174px;}
.itemright_link a.itemRswt:hover i{background-position:-2px -247px;}
.itemright_link a.itemRyue:hover i{background-position:-69px -249px;}
.itemright_link a.itemRtrue:hover i{background-position:-133px -247px;}
.itemright_link a.itemRlylx:hover i{background-position:-199px -249px}



/*pinpai_bottom_links*/
.footerLink {width:1008px;height:216px;margin-bottom:70px;}
.footerLink .container {width:210px;margin-right:56px;display:inline;}
.footerLink .container:last-child {margin-right:0;}
.footerLink .container p {font-size:18px;line-height:32px;color:#666;}
.footerLink .container a {display:block;height:103px;margin:0 auto 18px;}
.footerLink1 {width:102px;background:url(../images/footerLinkIcon.png) no-repeat -171px -22px;}
.footerLink2 {width:103px;background:url(../images/footerLinkIcon.png) no-repeat -352px -22px;}
.footerLink3 {width:103px;background:url(../images/footerLinkIcon.png) no-repeat -527px -22px;}
.footerLink4 {width:103px;background:url(../images/footerLinkIcon.png) no-repeat -699px -22px;}
.footerLink1:hover { background-position:-171px -171px;}
.footerLink2:hover { background-position:-352px -171px;}
.footerLink3:hover { background-position:-527px -171px;}
.footerLink4:hover { background-position:-699px -171px;}

/**lylx**/
.lxbox{width:988px;height:auto;padding:10px;margin-bottom:30px;}
.lxbox h3{font-size:18px;font-weight:bold;height:40px;line-height:40px;width:188px;background:#763786;color:#fff;border-radius:5px;margin:5px 0;}
.lxbox img{padding:3px;margin:8px 5px 0 5px;}
.lxbox p{font-size:16px;height:24px;line-height:24px;}


