#banner, #focus_main{position:relative; height:500px; overflow:hidden;}
#focus_main li{width:100%; height:500px; position:absolute; top:0; left:0; display:none;}
#focus_main li .bg{position:absolute; top:0; left:50%; margin-left:-960px;}
#focus_main .t1{position:absolute; top:210px; left:21%;}
#focus_main .t2{position:absolute; top:275px; left:17%;}
#focus_main .t3{position:absolute; top:380px; left:22%;}
#focus_main .man{position:absolute; top:100px; right:30%;-webkit-animation:upIn 4s 0.5s both;}
#focus_main .pd{position:absolute; top:285px; right:14%;-webkit-animation:downIn 3s 0.8s both;}
@-webkit-keyframes upIn{
	0%{opacity:0; -webkit-transform:translate(-20px,-80px)}
	100%{opacity:1; -webkit-transform:translate(0,0)}
}

@-webkit-keyframes downIn{
	0%{opacity:0; -webkit-transform:translate(10px,40px)}
	100%{opacity:1; -webkit-transform:translate(0,0)}
}


#focus_dot{position:absolute; bottom:65px; left:46%; height:16px; overflow:hidden; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
#focus_dot li{float:left; width:10px; height:10px; margin:0 10px; border:2px solid transparent; border-radius:50%; cursor:pointer; overflow:hidden; -webkit-transition:0.3s; transition:0.3s;}
#focus_dot li b{width:100%; height:100%; border-radius:50%; background:#fff; -webkit-transition:0.3s; transition:0.3s;}
#focus_dot li.cur, #focus_dot li:hover{border-color:#fff;}
#focus_dot li.cur b, #focus_dot li:hover b{-webkit-transform:scale(0); transform:scale(0);}

#banner button{width:60px; height:60px; border:none; position:absolute; top:50%; margin-top:-30px; border-radius:50%; -webkit-transition:0.3s; transition:0.3s; opacity:0.4;}
#banner_prev{left:30px; background:url(../img/banner_button.png) no-repeat;}
#banner_prev:hover{background:rgba(0,0,0,0.3) url(../img/banner_button.png) no-repeat; opacity:1;}
#banner_next{right:30px; background:url(../img/banner_button.png) no-repeat -60px 0;}
#banner_next:hover{ background:rgba(0,0,0,0.3) url(../img/banner_button.png) no-repeat -60px 0; opacity:1;}








.arr{display:inline-block; width:40px; height:40px; margin:0 10px; background:#6c1d22; border-radius:50%; position:relative; -webkit-transition:0.3s; transition:0.3s;}
.arr img{position:absolute; top:0; left:0;}
.arr img:first-of-type{-webkit-animation:downArr 2.4s infinite both; animation:downArr 2.4s infinite both;}
.arr img:last-of-type{-webkit-animation:downArr 2.4s 1.2s infinite both; animation:downArr 2.4s 1.2s infinite both;}

@-webkit-keyframes downArr{
	0%{opacity:0; -webkit-transform:translateY(-7px);}
	50%{opacity:1;}
	100%{opacity:0; -webkit-transform:translateY(7px);}
}
@keyframes downArr{
	0%{opacity:0; transform:translateY(-7px);}
	50%{opacity:1;}
	100%{opacity:0; transform:translateY(7px);}
}

.sthing_wrap{width:100%; background:#f9f9f9;}
#sthing_line{width:100%; height:38px; background:#f9f9f9;}
#sthing_line.bg_w{background:#fff;}
#s_pro{width:100%;}
#s_pro ul{width:1200px; margin:auto; padding-bottom:80px; overflow:hidden;}
#s_pro ul li{float:left; width:300px; height:180px; padding-top:20px; position:relative; text-align:center; border-top:2px solid #051b54;}
#s_pro ul li:after{content:''; display:block; position:absolute; top:-2px; right:0; width:3px; height:100%; background:#fff url(../img/s_pro_line.png) no-repeat 0 center;}
#s_pro ul li:last-of-type:after{display:none;}
#s_pro ul li h3{font-size:16px; margin-top:18px; position:relative; z-index:2;}
#s_pro ul li a img{-webkit-transition:0.3s; transition:0.3s;}
#s_pro ul li a{display:block; color:#666; -webkit-transition:0.3s; transition:0.3s;}
#s_pro ul li a:hover{color:#051b54;}
#s_pro ul li a:hover img{-webkit-transform:translateY(-12px);}



.pro_wrap{width:100%; background:#f2f2f2; padding:50px 0 25px; margin-bottom:80px; display:inline-block; height:814px;}
#pro_con{height:426px; overflow:hidden;}
#pro_con div{float:left; height:426px; text-align:center; background:#fff;}
#pro_con div a{color:#666; -webkit-transition:0.3s; transition:0.3s;}
#pro_con div a:hover{color:#000;}
#pro_con .item_01{width:300px; text-align:center; margin-right:23px;}
#pro_con .item_01 a{display:block; width:300px; height:213px;}
#pro_con .item_01 a img{-webkit-transition:0.4s; transition:0.4s;}
#pro_con .item_01 a:hover img{-webkit-transform:translateY(-10px); transform:translateY(-10px);}
#pro_con .item_02{margin-right:23px;}
#pro_con .item_02 p, #pro_con .item_03 p{line-height:74px; font-size:18px;}


.subcompany{border-top:1px solid #ccc; position:relative;}
.subcompany .title{position:absolute; top:-18px; left:50%; width:300px; margin-left:-150px; text-align:center;}
.subcompany .title h2{display:inline; background:#f2f2f2; padding:0 15px;}





.experience{width:100%; padding:80px 0; overflow:hidden;}
.experience_btn{width:1200px; margin:auto; border-bottom:1px solid #ccc; position:relative;}
.experience_btn .btnImg{position:absolute; bottom:-24px; left:50%; margin-left:-47px; border-radius:50%; padding:0 20px; cursor:pointer;}
/*.experience_btn .btnImg img{-webkit-transition:0.3s; transition:0.3s;}*/

.experience_btn .viewmore{position:absolute; bottom:-14px; left:50%; margin-left:-67px; border-radius:50%; padding:0 10px; cursor:pointer; background-color:#fff;}
.experience_btn .viewmore span{display:inline-block; width:90px; height:30px; margin:0 10px; background:#6c1d22; -webkit-border-radius:15px; border-radius:15px;position:relative; -webkit-transition:0.3s; transition:0.3s; text-align:center; color:#fff; line-height:30px; text-transform:uppercase;}
.experience_btn .viewmore span a{ color:#FFF; text-decoration:none;-webkit-transition:0.3s; transition:0.3s;}
.experience_btn .viewmore span a:hover{ color:#CCC;}

.experience_wrap{display:none; width:100%; height:500px; overflow:hidden; position:relative;}
.experience_wrap .left{float:left; width:58%; height:500px; background:#fbfbfb url(../img/experience_bg.jpg) no-repeat right 0;}
.experience_wrap .right{float:right; width:42%; height:500px; background:#445e90;}
.experience_con{position:absolute; top:0; left:50%; margin-left:-600px; width:1200px; height:500px;}
.experience_con li{/*display:none;*/ opacity:0; width:100%; height:100%; position:absolute; top:0; left:0;}
.experience_con .info{position:absolute; top:115px; right:0; width:440px; color:#fff;}
.experience_con .info h3{font-size:24px; margin-bottom:20px;}
#ex_switch{position:absolute; left:60%; top:340px; width:220px; height:54px; border-radius:30px; border:2px solid #ccc; cursor:pointer;}
#ex_switch span, #ex_switch em{display:block; width:110px; height:54px; float:left; color:#fff; text-align:center; line-height:54px;}
#ex_switch em{color:#fff; position:relative; z-index:2; font-size:16px; -webkit-transition:0.3s; transition:0.3s; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none;}
#ex_switch em.act{color:#445e90;}
#ex_switch span{position:absolute; top:0; left:0; border-radius:30px; background:#fff;}








/*欧科装饰*/
.top{height:108px;background:url(../images/topBJ_01.png) no-repeat center;}
.topox{width:1200px;margin:0 auto;overflow:hidden;}
.topox img{display:block;float:left;}
.r_topox{float:left;}
.tr_topox{width:1088px;overflow:hidden;margin-top:34px;}
.nrkk{float:right;width:121px;overflow:hidden;margin-right:20px;}
.ssk{display:block;width:101px;height:20px;background:url(../images/sskBJ_05.jpg) no-repeat center;float:left;}
.a_01{display:block;width:20px;height:20px;background:url(../images/ssan_06.jpg) no-repeat center;float:left;}
.a_02{display:block;float:right;color:#999999;font-size:14px;}
.r_topox ul{overflow:hidden;margin-top:20px;}
.r_topox ul li a{display:block;color:#333333;font-size:14px;}
.r_topox ul li a:hover{color:#9c0000;}
.r_topox ul .fir_li{margin-left:68px;}
.r_topox ul .las_li{margin-right:0px;}
.r_topox ul li{float:left;margin-right:109px;}


.BJ{height:1590px;background:url(../images/dBJ_10.jpg) no-repeat center;}
/**/
.gsjj{width:1200px;margin:0 auto;height:474px;background:url(../images/gsjjBJ_11.jpg) no-repeat center;}
.gsjj img{display:block;}
.jjnr{width:1160px;margin:0 auto;height:300px;overflow:hidden;}
.l_jjnr{width:710px;float:left;}
.p_05{color:#d3b793;font-size:16px;font-weight:bold;}
.p_06{font-size:20px;color:#d29c5e;line-height:36px;margin-top:20px;width:611px;font-weight:bold;}
.r_jjnr{float:right;width:450px;}
.r_jjnr a{display:block;}


/**/
.cpzx{width:1200px;margin:0 auto;height:573px;background:url(../images/cpBJ_12.jpg) no-repeat center;}
.bt{height:173px;}
.cpt{position:relative;}

.cpt a{display:block;overflow:hidden;}
.cpt a img{-ms-transition:0.3s;-moz-transition:0.3s;-o-border-transition:0.3s;-webkit-transition:0.3s;transition:0.3s;}
.cpt a:hover img{-ms-transform:scale(1.14);-moz-transform:scale(1.14);-o-border-transform:scale(1.14);-webkit-transform:scale(1.14); transform:scale(1.14);}

.cpfl{position:absolute;left:0px;bottom:0px;display:;}
.b_cpzx{height:400px;padding-left:20px;overflow:hidden;}
.b_cpzx img{display:block;}
.lb_cpzx{width:460px;float:left;}
.blb_cpzx{width:460px;margin-top:4px;overflow:hidden;}
.blb_cpzx .cpt{float:left;}
.blb_cpzx .cpt1{margin-right:4px;}
.cb_cpzx{width:228px;float:left;margin-left:4px;}
.cb_cpzx .cpt1{margin-bottom:4px;}
.rb_cpzx{width:460px;float:left;margin-left:4px;}
.trb_cpzx{overflow:hidden;margin-bottom:4px;}
.trb_cpzx .cpt{float:left;}
.trb_cpzx .cpt1{margin-right:4px;}

/**/
.xwdt{width:1200px;margin:0 auto;height:543px;background:url(../images/xwBJ_25.jpg) no-repeat center;}
.xwdt img{display:block;}
.b_xwdt{width:1160px;margin:0 auto;overflow:hidden;}
.lb_xwdt{float:left;width:500px;height:300px;position:relative;}
.rb_xwdt{float:left;width:620px;padding-left:30px;}
.lb_xwdt img{display:block;}
.a_05{width:72px;height:72px;background-color:#eeb75e;position:absolute;left:0px;top:0px;}
.p_26{font-size:42px;color:#fff;text-align:center;line-height:46px;}
.p_27{font-size:16px;color:#ffffff;text-align:center;}

.sj{width:54px;float:left;margin-right:14px;}
.nr{width:550px;float:left;}
.p_01{color:#eeb75e;font-size:36px;text-align:center;}
.p_02{color:#eeb75e;font-size:14px;text-align:center;}
.p_03{color:#d08a18;font-size:20px;line-height:28px;}
.p_04{color:#666666;font-size:16px;}
.p_24{color:#d08a18;font-size:20px;line-height:31px;margin-top:20px;}
.p_25{color:#666666;font-size:16px;line-height:25px;}
.p_25:hover{text-decoration:underline;}
.a_04{display:block;width:72px;height:25px;background:url(../images/more_40.png) no-repeat center;margin-top:31px;}
.rb_xwdt ul li{width:630px;padding-top:17px;padding-bottom:17px;border-bottom:2px solid #ffe6be}
.rb_xwdt ul .las_li1{border:none;}
.rb_xwdt ul li a{display:block;overflow:hidden;}
.rb_xwdt ul li:hover{background-color:#c53524;}
.rb_xwdt ul li:hover .p_01{color:#fff;}
.rb_xwdt ul li:hover .p_02{color:#eeeeee;}
.rb_xwdt ul li:hover .p_03{color:#fff;}
.rb_xwdt ul li:hover .p_04{color:#eeeeee;}


/**/
.dib{height:235px;background:url(../images/dibBJ_39.jpg) no-repeat center;}
.dibbox{width:1200px;margin:0 auto;overflow:hidden;}
.dibbox img{display:block;}
.l_dibbox{width:600px;float:left;margin-top:40px;}
.l_dibbox ul{overflow:hidden;}
.l_dibbox ul li{float:left;margin-right:36px;}
.l_dibbox ul .las_li2{margin-right:0;}
.l_dibbox ul li a{display:block;font-size:14px;color:#666666;}
.mtop{margin-top:35px;}
.l_dibbox ul li a:hover{color:#333333;}
.p_07{font-size:14px;color:#666666;line-height:22px;}
.p_07 a{font-size:14px;color:#666666;line-height:22px;}
.c_dibbox{width:308px;float:left;}
.c_dibbox img{display:block;}
.r_dibbox{width:292px;float:left;margin-top:41px;}
.p_08{height:20px;background:url(../images/dhbz_42.png) no-repeat left center;padding-left:25px;font-size:12px;font-family:"宋体";line-height:20px;}
.p_09{font-family:Arial;font-size:32px;color:#666666;line-height:53px;}
.p_10{height:20px;background:url(../images/fxbz_43.png) no-repeat left center;padding-left:25px;font-size:12px;font-family:"宋体";line-height:20px;}
.jiathis_style{margin-top:7px;}
.jiathis_style a{display:block;margin-right:10px;}



/*关于我们*/
.htt{height:250px;background:url(../images/ggjjht.jpg) no-repeat center;}
.bt2{width:1200px;margin:0 auto;height:87px;margin-top:30px;margin-bottom:40px;}
.bt2 img{display:block;}
.wbk{width:1200px;margin:0 auto;padding-bottom:50px;}
.wbk .img_01{display:block;margin:10px 0;}
.p_11{color:#666666;font-size:16px;text-indent:2em;line-height:28px;}
.jt{margin-top:20px;}
.bqdh{width:1200px;margin:0 auto;overflow:hidden;margin-bottom:20px;}
.a_06{display:block;width:107px;height:28px;background:url(../images/jjbqBJ_03.png) no-repeat center;text-align:center;color:#333333;padding-top:6px;float:left;margin-right:30px;}
.a_07{display:block;width:107px;height:28px;background:url(../images/jjbqBJ2_03.png) no-repeat center;text-align:center;color:#fff;padding-top:6px;float:left;margin-right:30px;font-size:14px;}
.a_06:hover{background:url(../images/jjbqBJ2_03.png) no-repeat center;text-align:center;color:#fff;}
.a_08{display:block;width:168px;height:29px;background:url(../images/mwbqBJ_03.png) no-repeat center;text-align:center;color:#333333;padding-top:6px;float:left;margin-right:30px;}
.a_08:hover{background:url(../images/mwbqBJ2_03.png) no-repeat center;text-align:center;color:#fff;}
.a_09{display:block;width:168px;height:29px;background:url(../images/mwbqBJ2_03.png) no-repeat center;text-align:center;color:#fff;padding-top:6px;float:left;margin-right:30px;}
.top5{margin-top:10px;}


/*产品中心*/
.htt2{height:250px;background:url(../images/cpxcht.jpg) no-repeat center;}
.wbk{width:1200px;margin:0 auto;position:relative;}
.daoh{width:1200px;margin:0 auto;overflow:hidden;}
.zuofd{float:left;}
.a_03{display:block;width:80px;height:80px;background:url(../images/fanhui1.png) no-repeat center;position:absolute;top:-20px;right:60px;}
.a_03:hover{background:url(../images/fanhui2.png) no-repeat center;}
/**/
.lunbo{width:1200px;overflow:hidden;margin-top:20px;padding-bottom:50px;}
.apply{width:1200px;margin:0 auto;}
.apply_array{width:347px;float:left;height:693px;background:#fff;margin-right:20px;
}
.apply_img:hover{background-color:#b6302f}
.apply_img:hover .p_12{color:#fff;}
.apply_img:hover .p_13{background:url(../images/fdj2_03.png) no-repeat left center;padding-left:21px;color:#d2d2d2;}
.apply_last{margin-right:0px}
.apply_img{width:326px;height:673px;background-color:#f5f5f5;padding:10px;}
.wzk{}
.p_12{font-size:20px;color:#333333;text-align:center;line-height:40px;margin-top:90px;}
.p_13{font-size:14px;color:#999999;margin-top:100px;background:url(../images/fdj_03.png) no-repeat left center;padding-left:21px;}
.apply_img img{display:block;}
.apply_info{text-align:center;padding-top:10px;}

.apply_nav{position:relative;width:1080px;float:left;height:693px;overflow:hidden}
.apply_w{position:absolute;width:1080px;float:left;left:0px}
.apply .img_l{padding:320px 0px 0 0px;float:left;cursor:pointer;}
.apply .img_r{padding:320px 0px 0 0px;float:left;cursor:pointer;}

/**/
/**/

.page {
	
	text-align: center;
	padding: 20px 0px 20px 0;
}
.pagination {
	font-size: 0px;
	margin-right: -5px;
	padding-top: 15px;
	text-align: center;
}
.pagination a.active {
	background: #b6302f;
	font-weight: bold;
	color: #fff;
	border: 1px solid #b6302f;
}
.pagination a {
	font-size: 12px;
	color: #888;
	display: inline-block;
	_display: inline;
	padding: 0 7px;
	border: 1px solid #ddd;
	margin-right: 5px;
	line-height: 26px;
}
.pagination a:hover {
	background: #b6302f;
	font-weight: bold;
	color: #fff;
	border: 1px solid #b6302f;
}
/**/




/*新闻动态*/
.htt3{height:250px;background:url(../images/xwdtht.jpg) no-repeat center;}
.ul_01{width:1200px;margin:0 auto;}
.ul_01 li{height:200px;}
.yanse{background-color:#f0f0f0;}
.ul_01 li a{display:block;width:1000px;margin:0 auto;overflow:hidden;padding-top:50px;}
.zi{float:left;width:719px;}
.tu{float:left;width:281px;}
.yanse{color:#f0f0f0;}
.p_14{color:#999999;}
.p_16{color:#999999;margin-top:20px;}
.ul_01 li a:hover .p_16{color:#b61211;}



/*联系我们*/
.htt4{height:250px;background:url(../images/lxwmht.jpg) no-repeat center;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.bddt{padding-top:70px;position:relative;}
.lxnr{width:705px;height:406px;background:url(../images/lxnrBJ_03.png) no-repeat center;position:absolute;left:100px;top:0px;z-index:2;}
.okbz{width:343px;height:103px;position:absolute;left:433px;top:230px;z-index:3;}
.okbz a{display:block;}
.okbz img{display:block;}
.p_17{font-size:16px;color:#333333;line-height:38px;padding-left:20px;}
.jt1{margin-top:76px;}




/*在线订单*/
.htt5{height:250px;background:url(../images/zxddht.jpg) no-repeat center;}
.srk{overflow:hidden;width:705px;margin:0 auto;}
.ssk_1{width:202px;height:45px;background:url(../images/srkBJ1_03.jpg) no-repeat center;float:left;margin-right:80px;padding-left:47px;padding-right:63px;}
.ssk_2{width:202px;height:45px;background:url(../images/srkBJ2_03.jpg) no-repeat center;float:left;padding-left:47px;padding-right:63px;}
.ssk_3{width:202px;height:45px;background:url(../images/srkBJ3_03.jpg) no-repeat center;float:left;margin-right:80px;padding-left:47px;padding-right:63px;}
.ssk_4{width:202px;height:45px;background:url(../images/srkBJ4_03.jpg) no-repeat center;float:left;padding-left:47px;padding-right:63px;}
.ssk_5{width:202px;height:45px;background:url(../images/srkBJ5_03.jpg) no-repeat center;float:left;margin-right:80px;padding-left:47px;padding-right:63px;}
.ssk_6{width:202px;height:45px;background:url(../images/srkBJ6_03.jpg) no-repeat center;float:left;padding-left:47px;padding-right:63px;}
.ssk7{width:693px;height:168px;border:1px solid #c3c3c3;margin-top:34px;padding-top:10px;padding-left:10px;}
.top_2{margin-top:34px;}
.srk a{display:block;width:150px;height:40px;margin-top:30px;color:#333333;text-align:center;line-height:40px;font-size:16px;background-color:#c3c3c3;}
.srk a:hover{color:#fff;background-color:#b6302f;}
.img_02{display:block;margin:0 auto;margin-bottom:30px;}



/*关于导航页*/
.gydbj{height:690px;background:url(../images/img09.jpg) no-repeat center;}
.gyfl{width:1000px;margin:0 auto;overflow:hidden;}
.l_gyfl{float:left;width:306px;height:281px;background-color:#fff;margin-top:250px;margin-right:41px;position:relative;}
.l_gyfl img{display:block;}
.l_gyfl a{display:block;position:absolute; top:0; left:0; width:100%; height:100%; color:#fff; -webkit-transition:0.3s; transition:0.3s;}
.l_gyfl a:hover{box-shadow:inset 0 0 0 8px #b6302f;z-index:8;}
.p_18{font-size:16px;color:#333333;text-align:center;margin-top:20px;line-height:30px;}
.p_19{font-size:16px;color:#999999;text-align:center;}




/*新闻详情*/
.xwxq{width:1000px;margin:0 auto;margin-top:50px;}
.xwxq .p_19{text-align:center;font-size:24px;color:#333333;line-height:80px;font-weight:bold;}
.xwxq .p_23{text-align:center;font-size:14px;color:#666666;line-height:30px;width:900px;margin:0 auto;border-bottom:1px #333333 dashed;margin-bottom:30px;}
.xwxq .p_20{color:#3e3e3e;font-size:18px;text-indent:2em;line-height:32px;padding-left:50px;padding-right:50px;padding-top:30px;}
.xwxq img{display:block;margin:0 auto;}
.fhxw{width:900px;margin:0 auto;overflow:hidden;margin-top:50px;margin-bottom:60px;border-top:1px #b4b4b4 solid;}
.p_21 a{display:block;width:90px;height:30px;background:url(../images/fhBJ_03.jpg) no-repeat center;color:#666666;float:right;font-size:14px;line-height:30px;text-align:center;}
.p_21 a:hover{color:#b6302f;background:url(../images/fhBJ2_03.jpg) no-repeat center;}
.p_22 a{display:block;float:left;width:500px;font-size:14px;line-height:30px;color:#333333;}



/*客户服务*/
.khbs{width:1200px;margin:0 auto;overflow:hidden;}
.tp{width:458px;float:left;height:400px;}
.tp img{display:block;}
.wz{width:742px;height:330px;float:left;padding-top:70px;}
.p_28{font-size:16px;color:#333333;line-height:40px;}
.p_29{}
.clor{background-color:#e8e8e8;}
.wz ul li .wt{height:80px;width:100%;padding-left:20px;padding-top:5px;}
.htt7{height:250px;background:url(../images/khfwht.jpg) no-repeat center;}

/*视频赏析*/
.video5{ width:789px; height:540px; padding:5px; margin:0 auto; background-color:#fff; background:rgba(128,128,128,0.2);display:block; }