.w1200{
	width: 1200px;
	margin: 0 auto;
}
.fl{float: left;}
.fr{float: right;}
li{list-style: none;}
a,a:hover{color: #666666;}

.header{
	height: 77px;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	box-shadow: 0.366px 2.978px 7px 0px rgba(55, 53, 52, 0.102);
}

.logo{margin-left: 6%;
	margin-top: 8px;
}
.navbox{margin-right: 5%;}
.navbox li{
	float: left;
	padding: 0 20px;
	border-top: 5px solid transparent;
	height: 72px;
	line-height: 72px;
	font-size: 14px;
}
.navbox li a{display: inline-block;}
.navbox li.on{border-color: #8fb933;}
.navbox li .subnav{	
	display: none;
    position: absolute;
    left: 0;
    top: 77px;
    width: 100%;
    padding: 24px 0;
    background: rgba(255, 255, 255, 0.85);
    background: url("../img/subnav_bg.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/subnav_bg.png*/) repeat;
}
.navbox li .subnav .tips {
    width: 275px;
    margin-left: 28px;
    font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
}
.navbox li .subnav .tips p.fz16 {
  font-size: 18px;
  line-height: 22px;
  color: #094;
}
.navbox li .subnav .tips p.en {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 28px;
  color: #094;
}
.navbox li .subnav .list {
  width: 356px;
  margin-top: 3px;
}
.navbox li .subnav .list a {
  float: left;
  display: inline-block;
  width: 156px;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  margin: 4px 0 0 22px;
  font-size: 16px;
  line-height: 36px;
  color: #535353;
  text-align: left;
}
.navbox li .subnav .list a:hover {
  background: none;
  color: #094;
}
.wraper{height: auto;}

.banbox{
	height: 761px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 77px;
}
.banbox .bx-banner{
    width: 100%;
}
.banner{
	position: relative;
}
.banner ul{
	height: 761px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner ul li{
	position: absolute;
	width: 100%;
	height: 761px;
	top: 0;
	left: 0;
	background-position: center; 
	background-repeat: no-repeat;
	overflow: hidden;
}
.banner ul li .tips{
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.banner ul li .tips h3{
	font-size: 42px;
}
.banner ul li .tips span{
	width: 184px;
	height: 34px;
	background: url("../img/subnav_bg.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/subnav_bg.png*/) repeat;
	display: block;
	color: #0a0203;
	text-align: center;
	margin: 20px auto 0;
}
.banner .btns{
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 50px;
	display: table;
}
.label1{
	text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.label1 .label2{
	display: inline-block;
}
.banner .btns span{
	background: #fff;
	width: 13px;
	height: 13px;
	background: url("../img/banner_btn.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/banner_btn.png*/) no-repeat center;
	margin-right: 16px;
}
.banner .btns span.cur{
	background: url("../img/banner_btn_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/banner_btn_hover.png*/) no-repeat center;
	width: 13px;
	height: 13px;
}

.title{
	text-align: center;
	padding: 75px 0 50px;
	line-height: normal;
	position: relative;
}
.title h3{
	color: #333333;
	font-size: 26px;
}
.title span{
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
}
.title:after{
	content: "";
	after:"after";
	display: block;
	position: absolute;
	width: 104px;
	height: 3px;
	background: #8fb933;
	left: 50%;
	margin-left: -52px;
	margin-top: 10px;
}
.imorebox{		
	
}
.imore{
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-family: arial;
	margin: 65px auto 0;
	background: #8FB933;	
	opacity: 0;
	position: relative;
	top: 60px;
	transition: all 0.5s;
    -webkit-transition: text-indent 0.5s;
    -ms-transition: text-indent 0.5s;
    -o-transition: text-indent 0.5s;
}
.imore i{
	opacity: 0;
    left: 70%;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.imore:hover{
	text-indent: -2em;
	color: #fff;
}
.imore:hover i{
	opacity: 1;
	
}

.ipro,.icase,.iabout,.inews{
	position: relative;
	z-index: 99;
}
.ipro{
	width: 100%;
	height: 1106px;
	background-attachment: fixed;
	background-size: 100%;
	
}
.ipro .iprocate{overflow: hidden;}
.iprocate img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	max-width: 100%;
}
.iprocate div{
	position: relative;
	overflow: hidden;
	opacity: 0;
	top: 60px;
}
.iprocate div p{
	position: absolute;
	bottom: 0;
	height: 142px;
	line-height: 10;
	background: url("../img/index_icon4.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/index_icon4.png*/) repeat-x center;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transform: translateY(80%);
    -ms-transform: translateY(80%);
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.iprocate .leftbox{
	width: 390px;
	height: 695px;	
}
.iprocate .small{
	width: 390px;
	height: 340px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.iprocate div:hover img{    transform: scale(1.2, 1.2);}
.iprocate div:hover p{
	opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*.icase{
	
}
.icase .bd{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.icase .bd ul li{
	float: left;
	width: 100%;
}
.icase .bot{
	width: 80%;
	margin-left: 10%;
	height: 173px;
	position: absolute;
	bottom: 45px;
	overflow: hidden;
}
.txMovie {
	position: relative;
	width: 100%;
	background: #000;
}*/

.icase{position: relative;height: 951px;width: 100%;overflow: hidden;}
.icase .bot{position: absolute;left: 0;bottom: 45px;width: 1200px;left: 50%; margin-left: -600px;height: 154px;
z-index: 999;}
.icasetit{width: 220px;float: left;height: 154px;}
.icase .bpic{width: 100%;}
.icase .bpic img{width: 100%;}
.bot .focus_nav{bottom: 0;position: absolute;left: 220px;width: 10000px;}
.focus_nav ul{overflow: hidden;height: 154px;width: auto;}
.focus_nav li{float: left;}
.focus_nav .tempWrap{min-width: 2000px;}
.focus_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.focus_pic li {
	vertical-align: top;
}

.focus_pic img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

.focus_nav {
	position: absolute;
	left: 220px;
	width: 70%;
	height: 154px;
	zoom: 1;
	-ms-filter: none;
	
}
.focus_nav .tempWrap{
	float: left;
	width: 86%;
}
.focus_nav ul {
	overflow: hidden;
	position: relative;
	height: 154px;
}

.focus_nav li {
	float: left;
	border: 5px solid #8fb933;
	margin-right: 18px;
	position: relative;
	cursor: pointer;
	width: 246px;
}

.focus_nav .prev,
.focus_nav .next {
	display: inline-block;
	zoom: 1;
	line-height: 100;
	overflow: hidden;
	width: 60px;
	bottom: 10px;
	height: 32px;
	position: absolute;
	z-index: 999;
}

.focus_nav .prev {
	background: #fff url("../img/icase_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/icase_prev.png*/) no-repeat center;
	left: -55px;
}
.focus_nav .prev:hover {
	background: #8fb933 url("../img/icase_prev_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/icase_prev_hover.png*/) no-repeat center;
}
.focus_nav .next {
	background: #8fb933 url("../img/icase_next_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/icase_next_hover.png*/) no-repeat center;
	left: 5px;
}
.focus_nav .next:hover {
	background: #fff url("../img/icase_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/icase_next.png*/) no-repeat center;
}

.focus_nav img {
	max-width: 100%;
}
.icasetit{
	float: left;
	display: table;
	background: #8fb933;
	color: #fff; 
	height: 154px;
	width: 220px;
}
.icasetit a{color: #fff}
.icasetit h5{
	font-weight: normal;
	font-size: 22px;
}
.icasetit span{
	font-size: 14px;
	font-family: arial;
	display: block;
	position: relative;
}
.icasetit span:before,.icasetit span:after{
	position: absolute;
	display: block;
	width: 26px;
	height: 1px;
	background: #fff;
	top: 50%;
}

.icasetit span:before{
	content:"";
	before:"before";
}
.icasetit span:after{
	content:"";
	after:"after";
	right: 0;
}

.focus_nav li .txt{
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	background: url("../img/index_icon3.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/index_icon3.png*/);
	text-align: center;
	opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.5s;
    transform-style: preserve-3d;
}
.focus_nav li:hover .txt{
	opacity: 1;
	transform: rotateY(0);
}
.focus_nav li .txt span{
	margin-top: 25%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.focus_nav li .txt span:before,.focus_nav li .txt span:after{
	display: block;
	position: absolute;
	height: 1px;
	width: 20px;
	background: #fff;
	left: 50%;
	margin-left: -10px;	
}
.focus_nav li .txt span:before{
	content: "";
	before: "before";
}
.focus_nav li .txt span:after{
	content: "";
	after: "after";
}
/*.icase .hd{	
	height: 173px;
	float: left;
	width: 84%;
}
.icase .hd .prev,.icase .hd .next{
	display: block;
	width: 60px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	z-index: 99;
}
.icase .hd .prev{
	background: #fff url(../img/icase_prev.png) no-repeat center center;
	left: 15%;
	
}
.icase .hd .next{
	background: #8fb933 url(../img/icase_next_hover.png) no-repeat center center;
	right: 2%;
	
}
.icase .hd ul{
	overflow: hidden;
}
.icase .hd ul li{
	float: left;
	border: 5px solid #8fb933;
	margin-right: 18px;
	position: relative;
	cursor: pointer;
	height: 163px;
}
.icase .hd ul li .txt{
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	background: url(../img/index_icon3.png);
	text-align: center;
	opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.5s;
    transform-style: preserve-3d;
}
.icase .hd ul li:hover .txt{
	opacity: 1;
	transform: rotateY(0);
}
.icase .hd ul li .txt span{
	margin-top: 25%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.icase .hd ul li .txt span:before,.icase .hd ul li .txt span:after{
	display: block;
	position: absolute;
	height: 1px;
	width: 20px;
	background: #fff;
	left: 50%;
	margin-left: -10px;	
}
.icase .hd ul li .txt span:before{
	content: "";
	before: "before";
}
.icase .hd ul li .txt span:after{
	content: "";
	after: "after";
}*/


.iabout{
	background: url("../img/iabout_bg.jpg"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/iabout_bg.jpg*/) no-repeat center center;
	height: 582px;

}
.iabout .title,.inews .title{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.iabout .img{
	position: absolute;
	bottom: -60px;
	left: 5%;
	z-index: 9999;
	transform: translateX(-200px);
}
.iabout .img,.iabout .info{	
	opacity: 0;
	transition: all 0.5s;
}
.iabout.ani .img,.iabout.ani .info{
	opacity: 1;
	transform: translateX(0);
}
.iabout .info{
	width: 800px;
	margin: 46px auto;
	text-align: center;
	transform: translateX(200px);
}
.iabout .info p{
	font-size: 14px;
	color: #666666;
}
.iabout .imore{
	margin-top: 20px;
}

.inews{
	z-index: 9;
	background: #fff;
	padding-bottom: 50px;
}
.inews .title{
	padding-top: 0
}
.inews ul{
	width: 110%;
	overflow: hidden;
}
.inews ul li{
	margin: 60px 30px 0 0;
	width: 380px;
	font-size: 14px;
	float: left;
	opacity: 0;
	position: relative;
	top: 60px;
}
.inews ul li .img{
	width: 100%;
	overflow: hidden;
}
.inews ul li .img img{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.inews ul li h3{
	color: #666666;
	font-size: 22px;
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	 text-overflow:ellipsis;
	  -o-text-overflow:ellipsis;
	  -webkit-text-overflow:ellipsis;
	  -moz-text-overflow:ellipsis;
	  white-space:nowrap;
}
.inews ul li span{
	color: #CCCCCC;
}
.inews ul li em{
	display: block;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	margin: 10px 0;
}
.inews ul li p{
	color: #999999;
	line-height: 22px;
}
.inews ul li:hover .img img{
	transform: scale(1.2, 1.2);
}
.inews ul li:hover h3{
	color: #8fb933;
}
.inews ul li:hover em{
	border-color: #b1cd7d;
	 -webkit-animation: index6 1s ease;
      -moz-animation: index6 1s ease;
      -ms-animation: index6 1s ease;
      -o-animation: index6 1s ease;
      animation: index6 1s ease;
}

.footer{
	background: #ebebeb;
	position: relative;
	z-index: 99;
}
.footer .fcon{position: relative;}
.footer .top{
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	height: 110px;
}
.footer .top .logo{
	margin-top: 30px;
	margin-left: 0;
}
.footer .top ul li{
	float: left;
	margin-left: 15px;
	line-height: 110px;
}
.footer .top ul li span{
	padding-left: 20px;
	color: #CCCCCC;
}
.footer .bot{
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}
.footer .bot .left{
	color: #999999;
	font-size: 13px;
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
.footer .bot .right li{
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
.footer .bot .right li div{
	display: none;
}
.footer .bot .right li .address{
	background: url("../img/footer_icon4.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/footer_icon4.png*/) no-repeat center;
	width: 295px;
	height: 56px;
	position: absolute;
	z-index: 999;
	bottom: 47px;
    right: -34px;
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 44px;
    
}

.footer .bot .right li .tel{
	right: -88px;
}
.footer .bot .right li .weixin{
	position: absolute;
	bottom: 47px;
	right: -22px;
}

/*案例展示*/
.case-wrap{
	background: url("../img/case_bg.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_bg.png*/) repeat;
}
.case{margin-top: 77px;border-top: 1px solid #e3e2e2;}
.slider {
	width: 100%;
	min-width: 1085px;
	height: 650px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.slider .bd {
	width: 1085px;
	position: absolute;
	left: 50%;
	margin-left: -542px;
}

.slider .bd li {
	width: 1085px;
	overflow: hidden;
}

.slider .bd li img {
	display: block;
	height: 650px;
	width: 1085px;
}

.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -1085px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 99px;
	overflow: hidden;
	background: url("../img/slider-btn.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/slider-btn.png*/) 0 -10px no-repeat;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .hd li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 650px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -543px;
	border-right: 8px solid #fff;
}

.slider .next {
	left: 50%;
	margin-left: 543px;
	border-left: 8px solid #fff;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 650px;
	background: rgba(255,255,255,0.5);
	background: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 90px;
	height:50px;
	margin-top: -25px;
}

.slider .pnBtn .arrow:hover {
	background-color: #8fb933;
}

.slider .prev .arrow {
	right: -46px;
	background:#999999 url("../img/case_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_prev.png*/) no-repeat center;
}

.slider .next .arrow {
	left: -46px;
	background:#999999 url("../img/case_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_next.png*/) no-repeat center;
}

.case .casetit{
	background: url("../img/case_icon1.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_icon1.png*/) no-repeat 60px center;
	padding-left: 80px;
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	width: 980px;
	margin: 43px auto 0;
}
.descrip{
	position: absolute;
	width: 549px;	
	background: rgba(0,0,0,0.45);
	/*background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;*/
	bottom: 13px;
	left: 35px;
	z-index: 99;
	text-align: left;
	padding: 10px 10px 10px 10px;
	display: none;
}
.descrip p{color: #d4d3d3;font-size: 12px;line-height: 20px;}

.casebox{margin-top: 15px;}
.casebox .btn{float: left;width: 6%;height: 100%;max-height: 144px;height: 144px;}
.casebox .btn .prev,.casebox .btn .next{
	display: block;
	width: 100%;
	height: 50%;
}
.casebox .btn .prev{
	background: #fff url("../img/ccate_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ccate_prev.png*/) no-repeat center;
	border-bottom: 1px solid #e6e6e6;
}
.casebox .btn .next{
	background: #fff url("../img/ccate_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ccate_next.png*/) no-repeat center;
}
.caselist{overflow: hidden;}
.caselist .slide{overflow: hidden;}
.caselist .casepic{position: relative;float: left;width: 12.5%;padding-top: 12px;
cursor: pointer;
}
.caselist .casepic.on {
    background: url("../img/case_on.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_on.png*/) no-repeat top;
    background-size: 100%;
}
.caselist .casepic.on .bg{display: none;}
.casepic img{display: block;width: 100%;}
.casepic .bg{left: 0;top: 0;width: 100%;height: 100%;position: absolute;
background: rgba(0,0,0,0.6);margin-top: 12px;}
.casepic .bg p{font-size: 16px;color: #cecece;text-align: center;margin-top: 25%;}
.slidebox{width: 94%;float: right;}
			
.sbanner{
	height: 673px;
	padding-top: 77px;
	width: 100%;
}	
.sbanner .tips{
	padding-top: 204px;
	color: #fff;
	line-height: 50px;
}	
.sbanner .tips span{font-size: 50px;}
.sbanner .tips p{font-size: 24px;font-family: arial;}
.sbanner .anima{
	position: relative;
	height: 673px;
}	
.sbanner .arrow{
	position: absolute;
	width: 47px;
    height: 47px;
    left: 0;
    cursor: pointer;
    bottom: 282px;
    animation: topIn 1s infinite ease-in-out;
}		
	
	
	
.title2 {text-align: center;color: #333333;line-height: normal;}
.title2 h3{text-transform: uppercase;font-size: 34px;font-weight: bold;}
.title2 h3 span{color: #96be41;}	
.title2 p{font-size: 30px;color: #666666;}

.pro-wrap .part1{
	background: url("../img/pro_bg1.jpg"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/pro_bg1.jpg*/) repeat;
	padding-top: 70px;
	padding-bottom: 40px;
	width: 100%;
}
.part1 .intro{
	font-size: 14px;color: #666666;width: 35%;margin: 30px auto 50px;text-align: center;
}
.part1 .title2,.part1 .intro,.part1 .seris,.part4 .title2,.part4 .acess{
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.5s;
}
.part1 .title2.ani,.part1 .intro.ani,.part1 .seris.ani,.part4 .title2.ani,.part4 .acess.ani{
	opacity: 1;
	transform: translateY(0);
}
.part1 .seris{position: relative;
min-height: 265px;}
.seris .slide{overflow: hidden;}
.seris .seriscon{
	width: 364px;
	float: left;
	text-align: center;
	margin-left: 107px;
	margin-right: 56px;
	float: left;
	cursor: pointer;
	position: relative;
	top: 0;
	transition: all 0.5s;
	padding-top: 20px;
}
.seriscon .img{
	width: 100%;
    overflow: hidden;
}
.seriscon .img img{
	display: inline;
}
.seriscon p{
	margin-top: 45px;
	font-size: 18px;
	color: #333333;
	position: relative;
	height: 40px;
	top: 0;
	transition: all 0.5s;
}
.seriscon p:after{
	position: absolute;
	content: "";
	after: "after";
	display: block;
	width: 35px;
	height: 2px;
	left: 50%;
	margin-left: -15px;
	background: #8FB933;
}
.seris .prev,.seris .next{
	position: absolute;
    width: 22px;
    height: 42px;
    top: 60px;
    z-index: 999;
}
.seris .prev{
	background: url("../img/seris_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/seris_prev.png*/) no-repeat center;
	left: 0;
}
.seris .prev:hover{
	background: url("../img/seris_prev_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/seris_prev_hover.png*/) no-repeat center;
}
.seris .next{
	background: url("../img/seris_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/seris_next.png*/) no-repeat center;
	right: 0;
}
.seris .next:hover{
	background: url("../img/seris_next_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/seris_next_hover.png*/) no-repeat center;
}
.seriscon:hover{
	top: -20px;
}
.seriscon:hover p:after{
	width: 100%;
	left: 0;
	margin-left: 0;
}
/*.seris2 .seriscon{
	width: 308px;
	margin-right: 104px;
	margin-left: 165px;
}
.seris2 .seriscon .img{
	width: 100%;
	text-align: center;
	height: 158px;
}
.seris2 .prev,.seris2 .next{
	top: 65px;
}*/

.part2{
	height: 735px;
	width: 100%;
}

.part2.list .left{
	animation: int1 1s linear both;
    -webkit-animation: int1 1s linear both;
    -moz-animation: int1 1s linear both;
    -ms-animation: int1 1s linear both;
}
.part2 .left{
	width: 50%;
    min-width: 753px;
    height: 100%;
    position: relative;
    float: right;
}
.part2 .left img{
	position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}
.part2_2 .left img{
	right: 0;
	bottom: 0;
}
.part2 .right{
	width: 660px;
    height: 735px;
    float: right;
    display: table;
}
.part2 .right .title2{
	padding-top: 90px;
	text-align: left;
	color: #fff;
}
.part2 .right p{color: #fff;}
.part2 .right .info p.txt{margin-top: 20px;text-align: left;
	font-size: 14px;
	width: 90%;
}
.part2 .right .info .color{
	overflow: hidden;
	margin-top: 20px;
	height: 390px;
	overflow: hidden;
	position: relative;
}
.color li{
	float: left;
	width: 100px;
	border-radius: 20px;
	margin-right: 5px;
}
.color li .img{
	width: 97px;
	height: 97px;
	color: #ccc;
	border-radius: 20px;
	overflow: hidden;
	border-radius: 20px;
}
.color li .img img{
	width: 100%;	
	transition: all 0.5s;
}
.color li .img img:hover{
	transform: scale(1.2,1.2);
}
.color li p{
	text-align: center;
	line-height: 30px;
}
.color li.spe .img{
	background-color: #ccc;
}
.color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #888686;
}
.color .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #6f6e6e;
}

.pro-wrap .part3{
	background: url("../img/pro_bg3.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/pro_bg3.png*/) no-repeat center;
	height: 626px;
	padding: 0;
}
.part3 .title2{
	margin-bottom: 60px;
	padding-top: 70px;
}
.texture .prev, .texture .next{
	top: 50px;
}
.texture .texturecon{
	width: 425px;
}
.texturecon .img{
	width: 425px;
	height: 132px;
	border-radius: 15px;
}
.texturecon h3{
	font-size: 22px;
	color: #272421;
	margin-top: 15px;
}
.texturecon span{
	color: #666666;
	font-size: 14px;
}


.part4{
	height: 736px;
	width: 100%;
	position: relative;
}
.part4 .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.part4 .title2{
	padding-top: 115px;
	padding-bottom: 100px;
}
.part4 .title2,.part4 .title2 p{
	color: #fff;
}
.part4 .acess{overflow: hidden;position: relative;}
.acess .prev,.acess .next{
	width: 13px;
	height: 26px;
	position: absolute;
	top: 113px;
	z-index: 99999;
}
.acess .prev{
	background: url("../img/case_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_prev.png*/) no-repeat center;
	left: 0;
}
.acess .next{
	background: url("../img/case_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_next.png*/) no-repeat center;
	right: 0;
}
.acess .prev:hover{
	background: url("../img/case_prev_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_prev_hover.png*/) no-repeat center;
}
.acess .next:hover{
	background: url("../img/case_next_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/case_next_hover.png*/) no-repeat center;
}
.acesscon{
	width: 280px;
	float: left;
	margin-left: 90px;
	cursor: pointer;
}
.acesscon .img{
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 25px;
	background: url("../img/ass_bg.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ass_bg.png*/) no-repeat center center;
	height: 253px;
}
.acesscon .img .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	transform: translateY(-255px);
    transition: all 0.5s cubic-bezier(.23, 1, .38, 1) 0s;
}
.acesscon .img img{
	width: 100%;
     
}
.acesscon .item_wrapper{
	height: 52px;
    text-align: center;
    position: relative;
    width: 100%;
    transition: all .6s ease-out 0s;
}
.item_wrapper .item_info{
	position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    padding: 20px 0;
    text-align: center;
}
.item_info p{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 20px;
    color: #FFFFFF;
}
.acesscon .details{
	color: transparent;
    position: relative;
    width: 138px;
    height: 35px;
    display: block;
    margin: 0 auto 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-out 0s;
}
.acesscon .details:before {
    content: '';
    before:"before";
    width: 0;
    height: 1px;
    background: #5b5b5b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -1px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.acesscon .details:after{
	content: '';
	after:"after";
    width: 1px;
    height: 0;
    background: #5b5b5b;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -58px;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
}
.acesscon:hover .img .bg{
	opacity: 1;
	transform: translateY(0);
}

.acesscon:hover .item_info{
	    margin-top: -145px;
	    padding: 0;
}
.acesscon:hover .item_info p{
	color: #000;
}
.acesscon:hover .details{
	opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    margin-bottom: 0;
    background: #96be41;
}
.acesscon:hover .details:before{
	margin-left: -7px;
    width: 15px;
    background-color: #fff;
}
.acesscon:hover .details:after{
	margin-top: -8px;
    height: 15px;
    background-color: #fff;
}
.part5{
	background: url("../img/pro_bg5.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/pro_bg5.png*/) repeat;
	height: 624px;
	padding-top: 124px;
	
}
.part5 .view{
	margin-top: 60px;
}
.view img{margin: 0 auto;display: block;max-width: 100%;}
	
	
	

.navigation{
	position: relative;
	top: -60px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.navigation .nav{
	height: 100%;
	display: table;
	width: 100%;
}
.nav li{
	float: left;
	font-size: 16px;
	width: 188px;
}
.nav li a,.nav li a:hover{color: #fff;display: block;}
.nav li.on{background: rgba(143,185,51,0.8);}

/*关于我们*/
.profile{
	margin-top: 10px;
	padding-bottom: 50px;
}
.profile .w1200{
	overflow: hidden;
}
.profile .left {
	position: relative;
	width: 50%;
	opacity: 0;
	transform: translateX(-200px);
	transition: all 1s; 
}
.profile .left .img{
	position: relative;
	top: 64px;
	left: 236px;
	z-index: 9;
}
.profile .title2{
	margin-top: 23px;
	text-align: left;
	position: relative;
	z-index: 99;
}
.profile .info1{
	font-size: 14px;
	color: #999999;
	line-height: normal;
	width: 463px;
}
.profile .info1 hr{
	margin-top: 30px;
	border: none;
	border-bottom: 1px solid #ccc;
}
.profile .info1 p{
	margin-top: 30px;
}
.profile .right{
	width: 50%;
	opacity: 0;
	transform: translateX(200px);
	transition: all 1s; 
}
.profile .right p{
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
}
.profile.ani .left,.profile.ani .right{
	opacity: 1;
	transform: translateX(0);
}

.culture{
	height: 608px;
	width: 100%;
}
.culcon .title2{
	padding-top: 100px;
	padding-bottom: 56px;
	color: #fff;
	text-align: left;
}
.culcon .title2 p{color: #fff;}
.culcon{
	overflow: hidden;
}
.culcon li{
	float: left;
	width: 360px;
	height: 250px;
	background: #fff;
	display: table;
	margin-right: 60px;
	position: relative;
    opacity: 0;
}
.culcon li:last-child,.culcon li.last{
	margin-right: 0;
}
.culcon li span{
	background: #8fb933;
	display: block;
	width: 85px;
	height: 85px;
	text-align: center;
}
.culcon li span img{
	margin-top: 12px;
}
.culcon li p{
	font-size: 24px;
	color: #333333;
	margin-top: 15px;
}
.culcon li .bg{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	background: url("../img/cul_icon4.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/cul_icon4.png*/) repeat;
	opacity: 0;
    transform: rotateY(90deg);
    transition: all 0.5s;
    transform-style: preserve-3d;
    display: table;
}
.culcon li .bg p{
	width: 90%;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
}
.culcon li:hover span{background: url("../img/cul_icon4.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/cul_icon4.png*/) repeat;}
.culcon li:hover .bg{
	opacity: 1;
	transform: rotate(0deg);
	
}

.list7 {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 60px;
	background: #FAFAFA;
}
.list7 .title2{
	text-align: left;
	padding-top: 60px;
}
.list7 .top1 {
	width: 900px;
	margin: 30px auto 0;
	height: 65px;
	position: relative;
}

.list7 .top1 hr {
	width: 100%;
	border: 1px solid #d5d5d5;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	position: absolute;
	bottom: 11px;
	margin: 0;
}

.list7 .top1 .d1 {
	width: 1050px;
	position: absolute;
	left: 125px;
	bottom: 0;
	height: 22px;
}

.list7 .top1 .d2 {
	width: 900px;
	position: absolute;
	overflow: hidden;
	height: 65px;
	top: 0;
	left: 0;
}
.list7 .top1 .d2 .prev,.list7 .top1 .d2 .next{
	position: absolute;
	width: 11px;
	height: 65px;
	top: 20px;
	z-index: 9999;
}
.list7 .top1 .d2 .prev{
	left: 0;
	background: url("../img/hbtn_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/hbtn_prev.png*/) no-repeat center;
}
.list7 .top1 .d2 .next{
	right: 0;
	background: url("../img/hbtn_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/hbtn_next.png*/) no-repeat center;
}
.list7 .top1 .d2 .prev:hover{
	background: url("../img/hbtn_prev_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/hbtn_prev_hover.png*/) no-repeat center;
}
.list7 .top1 .d2 .next:hover{
	background: url("../img/hbtn_next_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/hbtn_next_hover.png*/) no-repeat center;
}

.list7 .top1 .d2 ul {
	position: relative;
	left: 0px;
}

.list7 .top1 .d2 li {
	width: 140px;
	float: left;
	margin: 0 20px;
	cursor: pointer;
}

.list7 .top1 .d2 li p {
	height: 55px;
	width: 120px;
	font-size: 16px;
	line-height: 55px;
	color: #333333;
	background: rgba(202, 159, 117, 0);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-property: color background;
	-webkit-transition-property: color background;
	-ms-transition-property: color background;
	-o-transition-property: color background;
	text-align: center;
}

.list7 .top1 .d2 li .d3 {
	width: 120px;
	height: 7px;
	text-align: center;
	opacity: 0;
	-webkit-opacity: 0;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
}

.list7 .top1 .d2 li .d3 img {
	width: 8px;
	height: 7px;
	display: inherit;
	margin-left: 56px;
}

.list7 .top1 .d2 li span {
	width: 5px;
	height: 5px;
	border-radius: 6px;
	border: 1px solid #8fb933;
	margin-top: -5px;
	margin-left: 53px;
	display: block;
	background: none;
	box-shadow: 0 0 0 #999;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-property: background border-color box-shadow;
	-webkit-transition-property: background border-color box-shadow;
	-ms-transition-property: background border-color box-shadow;
	-o-transition-property: background border-color box-shadow;
}

.list7 .top1 .d2 li.on p,  .list7 .top1 .d2 li:hover p {	
	color: #8fb933;
}

.list7 .top1 .d2 li.on .d3,  .list7 .top1 .d2 li:hover .d3 {
	opacity: 1;
	-webkit-opacity: 1;
}

.list7 .top1 .d2 li.on span,  .list7 .top1 .d2 li:hover span {
	box-shadow: 0 0 2px #ca9f75;
	background: #8fb933;
	border-color: #8fb933;
}

.list7 .mid {
	width: 895px;
	height: 290px;
	background: url("../img/history_bg.jpg"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/history_bg.jpg*/) no-repeat center;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}
.list7 .mid .left,.list7 .mid .right{
	margin-top: 9px;
}
.list7 .mid .left {
	width: 438px;
	float: left;
	margin-left: 8px;
	height: 271px;
}
.list7 .mid .right {	
	height: 271px;	
	overflow: hidden;
	position: relative;
	    /*scrollbar-face-color: #fff;
    scrollbar-highlight-color: rgba(255,255,255,.3);*/
}
.list7 .mid .right .intro{
	height: 175px;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
/*.list7 .mid .right::-webkit-scrollbar {
     background: url(../img/icon2_06.png); 
    background: #ccc;
    width: 4px;
}
 .list7 .mid .right::-webkit-scrollbar-thumb {
    background-color: #808080;
    width: 5px;
     height: 100%; 
}*/

.list7 .mid .right {
	float: left;
	background: #fff;
	width: 378px;
	font-size: 14px;
	color: #666666;
	padding-left: 60px;
}
.list7 .mid .right h3{
	color: #333333;
	text-align: left;
	line-height: normal;
	margin-top: 20px;
}
.list7 .mid .right span{
	font-size: 44px;
	padding-right: 10px;
}

.list7 .mid .right p {
	text-align: left;
	width:90%;
}

.list7 .poster-main .poster-btn {
	z-index: 10;
	cursor: polinter;
	width: 27px;
	height: 56px;
	margin: 0 18px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-property: background border-color;
	-webkit-transition-property: background border-color;
	-ms-transition-property: background border-color;
	-o-transition-property: background border-color;
}

.list7 .poster-main .poster-btn span {
	display: block;
	width: 27px;
	height: 56px;
	overflow: hidden;
	cursor: pointer;
}
.list7 .poster-main .bot {
	
}
.list7 .poster-main .poster-prev-btn,.list7 .poster-main .poster-next-btn{
	position: absolute;
	top: 50%;
	margin-top: -28px;
}
.list7 .poster-main .poster-prev-btn{
	left: -91px;
}
.list7 .poster-main .poster-next-btn{
	right: -91px;
}

/*新闻*/
.news li{
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
	margin-top: 40px;
	font-size: 14px;
	color: #999999;
	transition: all .3s ease-out 0s;
}
.news li .left{
	width: 206px;
	margin-left: 5px;
}
.news li .left p{
	font-size: 30px;
	position: relative;
	line-height: normal;
}
.news li .left span{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CCCCCC;
	position: relative;
	margin-top: 25px;
	transition: all 0.5s;
	left: 0;
}
.news li .center{
	width: 645px;
	margin-top: 10px;
}
.news li .center h5{
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
	transition: all ease-out .3s;
}
.news li .center p{
	 word-break:break-all;
	  display:-webkit-box;
	  -webkit-line-clamp:2;
	  -webkit-box-orient:vertical;
	  overflow:hidden;
	  color: #999999;
    
}
.news li .right{
	width: 246px;
	overflow: hidden;
}
.news li .right img{
	width: 100%;
	transition: all 0.5s;
}

.news li:hover,.news li:hover .left span{
	border-color: #479905;
}
.news li:hover .left span {
	left: 45px;
}
.news li:hover .center h5,.news li:hover .left span{
	color: #479905;
}
.news li:hover .right img{	
	transform: scale(1.1,1.1);
}
.page {
  width: 100%;
  height: 40px;
  display: table;
  margin-bottom: 50px; 
  margin-top: 50px;
}

.page a {
    padding: 0 12px;
    height: 30px;
    display: block;
    float: left;
    margin-left: 10px;
    background: #cccccc;
    font-size: 14px;
    line-height: 30px;
    color: #fff; 
}
.page a.active, .page a:hover {
    background: #8fb933;
}

/*设计方案*/
.design_banner{
	height: 500px;
}
.design_banner .tips{
	padding-top: 160px;
}

.design ul{
	overflow: hidden;
}
.design li{
	float: left;
	width: 370px;
	margin-top: 30px;
	margin-right: 42px;
}
.design li:nth-child(3n){
	margin-right: 0;
}
.design li .img{
	width: 370px;
	overflow: hidden;	
}
.design li .img img{
	width: 100%;
	transition: all 0.5s;
}
.design li p{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 16px;
	position: relative;
	background: url("../img/design_icon2.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/design_icon2.png*/) no-repeat 96% center;
	transition: all .3s ease-out 0s;
}
.design li p:after{
	content: "";
	after: "after";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    transition: all .3s ease-out 0s;
    background-color: #8fb933;
}
.design li:hover p{
	background-position: right center;
}
.design li:hover p:after{
	width: 100%;
}
.design li:hover .img img{
	transform: scale(1.1,1.1);
}

/*联系我们*/
.contact_banner{
	height: 500px;
}
.contact_banner .tips{
	padding-top: 160px;
}
.contact_banner .arrow{
	bottom: 325px;
}
.map{
	height: 622px;
	margin: 30px 0;
}
.contact_bot{
	overflow: hidden;
	padding: 20px 0;
}
.contact_bot .left{
	width: 550px;
	margin-left: 50px;
	font-size: 18px;
	color: #999999;
	line-height: normal;
}
.contact_bot .left strong{
	font-size: 32px;
	color: #666666;
	display: block;
	line-height: 48px;
}
.contact_bot .left span{
	font-size: 16px;
}
.contact_bot .left .other{
	margin-top: 20px;
	line-height: 34px;
}
.contact_bot .right{
	width: 600px;
}
.contact_bot .right .img{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	margin-top: 30px;
}


.newsinfo-wrap{
	padding: 77px 0 30px;
	background: #fafafa;
	min-height: 695px;
}
.newsinfo-wrap .w1200{
	background: #fff;
	padding: 20px 100px;
	width: 1000px;
}
.newsinfo-wrap h2 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin-top: 40px;
}
.newsinfo-wrap .time {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font: 14px/2 Arial;
    color: #999;
    text-align: center;
}
.newsinfo-wrap .detail {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.newsinfo-wrap .detail p {
    text-indent: 2em;
    font-size: 14px;
}
.newsinfo-wrap .turn {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.newsinfo-wrap .turn a {
    color: #999999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.newsinfo-wrap .turn a:hover{
	color: #8FB933;
}
.newsinfo-wrap .turn a.back {
	border: 1px solid #999999;
	width: 98px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 10px;
    top: 15px;
     color: #999999;
     text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}
.newsinfo-wrap .turn a.back:hover{
	 background: #8FB933;
     color: #fff;
     border-color: transparent;
}


.popup{
	position: fixed;
	width: 100%;height: 100%;
	top: 0;left: 0;background: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
}
.popup .ppbg{
	position: absolute;
	width: 1200px;
	height: 620px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -310px;
}
.ppbg .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font: 30px/40px Arial;
    color: #333;
    text-align: center;
    cursor: pointer;
    background: url("../img/bg_btn03.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/bg_btn03.png*/) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ppbg .close:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.ppbg .bd{
	margin-bottom: 30px;
}
.ppbg .bd ul li{

}
.ppbg .bd ul li img{
	display: block;
	width: 620px;
	height: 400px;
	margin: 0 auto;
	background: #fff;
}
/*.ppbg .bd ul{
	width: 10000px;
}
.ppbg .bd ul li{
	width: 728px;
	height: 466px;
	float: left;
}*/

.ppbg .hd{
	position: relative;
}
.ppbg .hd ul{
	overflow: hidden;
	zoom: 1;
}
.ppbg .hd ul li{
	width: 235px;
	margin-right: 10px;
	background: #fff;
	cursor: pointer;
	float: left;
}
.ppbg .hd ul li .img{
	width: 235px;
}
.ppbg .hd ul li .img img{
	display: block;
	width: 100%;
}
.ppbg .hd ul li p{
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
	transition: all .3s ease-out 0s;
	font-size: 14px;
	color: #333333;
}
.ppbg .hd .prev,.ppbg .hd .next{
	width: 39px;
	height: 75px;
	position: absolute;
	top: 50%;
	margin-top: -38px;
}
.ppbg .hd .prev{
	background: url("../img/ppbg_prev.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ppbg_prev.png*/) no-repeat center;
	left: 0;
}
.ppbg .hd .next{
	background: url("../img/ppbg_next.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ppbg_next.png*/) no-repeat center;
	right: 0;
}
.ppbg .hd .prev:hover{
	background: url("../img/ppbg_prev_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ppbg_prev_hover.png*/) no-repeat center;
}
.ppbg .hd .next:hover{
	background: url("../img/ppbg_next_hover.png"/*tpa=http://www.sundi-wpc.cn/web/static/web/img/ppbg_next_hover.png*/) no-repeat center;
}
.ppbg .hd ul li:hover p,.ppbg .hd ul li.on p{
	background: #8fb933;
	color: #fff;
}
.popup .ppbg2{
	height: 700px;
	margin-top: -350px;
}
.ppbg2 .bd ul li img{
	width: 460px;

}
.ppbg2 .hd ul{
	height: 242px;
}
.ppbg2 .hd ul li{
	width: 229px;
	margin-right: 18px;
}

@media screen and (min-width:1200px ){
	.focus_nav li,.focus_nav li img{height: 144px;}

}

@media screen and (max-width: 1430px){
	.icasetit h5{font-size:20px; }
}


@keyframes index6 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes index6 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-moz-keyframes index6 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-ms-keyframes index6 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-o-keyframes index6 {
  0% {
    width: 0; }
  100% {
    width: 100%; } } 
    
@keyframes topIn {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-10px);
	}
	100% {
	    transform: translateY(0px);
	}
}
@-webkit-keyframes topIn {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-10px);
	}
	100% {
	    transform: translateY(0px);
	}
}
@-moz-keyframes topIn {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-10px);
	}
	100% {
	    transform: translateY(0px);
	}
}
@-ms-keyframes topIn {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-10px);
	}
	100% {
	    transform: translateY(0px);
	}
}
@-o-keyframes topIn {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-10px);
	}
	100% {
	    transform: translateY(0px);
	}
}


@-webkit-keyframes int1 {
  0% {
        -webkit-opacity: 0; 
        left:-50px;
    }
  100% {
       -webkit-opacity: 1;
       left: 0;
    } 
}
@-moz-keyframes int1 {
  0% {
        -moz-opacity: 0; 
        left:-50px;
    }
  100% {
        -moz-opacity: 1; 
         left: 0;
    } 
}
@-ms-keyframes int1 {
  0% {
        -ms-opacity: 0; 
        left:-50px;
    }
  100% {
        -ms-opacity: 1; 
         left: 0;
    } 
}
@keyframes int1 {
  0% {
        opacity: 0; 
        left:-50px;
    }
  100% {
        opacity: 1; 
         left: 0;
    } 
}
/*# sourceMappingURL=style.css.map */
