/*================  animate  =================*/
.delay_0{-webkit-transition-delay:0s !important;-mos-transition-delay:0s !important;transition-delay:0s !important;}
.delay_1{-webkit-transition-delay:.1s !important;-mos-transition-delay:.1s !important;transition-delay:.1s !important;}
.delay_2{-webkit-transition-delay:.2s !important;-mos-transition-delay:.2s !important;transition-delay:.2s !important;}
.delay_3{-webkit-transition-delay:.3s !important;-mos-transition-delay:.3s !important;transition-delay:.3s !important;}
.delay_4{-webkit-transition-delay:.4s !important;-mos-transition-delay:.4s !important;transition-delay:.4s !important;}
.delay_5{-webkit-transition-delay:.5s !important;-mos-transition-delay:.5s !important;transition-delay:.5s !important;}
.delay_6{-webkit-transition-delay:.6s !important;-mos-transition-delay:.6s !important;transition-delay:.6s !important;}
.delay_7{-webkit-transition-delay:.7s !important;-mos-transition-delay:.7s !important;transition-delay:.7s !important;}
.delay_8{-webkit-transition-delay:.8s !important;-mos-transition-delay:.8s !important;transition-delay:.8s !important;}
.delay_9{-webkit-transition-delay:.9s !important;-mos-transition-delay:.9s !important;transition-delay:.9s !important;}
.delay_10{-webkit-transition-delay:1s !important;-mos-transition-delay:1s !important;transition-delay:1s !important;}
.delay_11{-webkit-transition-delay:1.1s !important;-mos-transition-delay:1.1s !important;transition-delay:1.1s !important;}
.delay_12{-webkit-transition-delay:1.2s !important;-mos-transition-delay:1.2s !important;transition-delay:1.2s !important;}
.delay_13{-webkit-transition-delay:1.3s !important;-mos-transition-delay:1.3s !important;transition-delay:1.3s !important;}
.delay_14{-webkit-transition-delay:1.4s !important;-mos-transition-delay:1.4s !important;transition-delay:1.4s !important;}
.delay_15{-webkit-transition-delay:1.5s !important;-mos-transition-delay:1.5s !important;transition-delay:1.5s !important;}
.delay_16{-webkit-transition-delay:1.6s !important;-mos-transition-delay:1.6s !important;transition-delay:1.6s !important;}
.delay_17{-webkit-transition-delay:1.7s !important;-mos-transition-delay:1.7s !important;transition-delay:1.7s !important;}
.delay_18{-webkit-transition-delay:1.8s !important;-mos-transition-delay:1.8s !important;transition-delay:1.8s !important;}
.delay_19{-webkit-transition-delay:1.9s !important;-mos-transition-delay:1.9s !important;transition-delay:1.9s !important;}
.delay_20{-webkit-transition-delay:2s !important;-mos-transition-delay:2s !important;transition-delay:2s !important;}

.delay_21{-webkit-transition-delay:2.1s !important;-mos-transition-delay:2.1s !important;transition-delay:2.1s !important;}
.delay_22{-webkit-transition-delay:2.2s !important;-mos-transition-delay:2.2s !important;transition-delay:2.2s !important;}
.delay_23{-webkit-transition-delay:2.3s !important;-mos-transition-delay:2.3s !important;transition-delay:2.3s !important;}
.delay_24{-webkit-transition-delay:2.4s !important;-mos-transition-delay:2.4s !important;transition-delay:2.4s !important;}
.delay_25{-webkit-transition-delay:2.5s !important;-mos-transition-delay:2.5s !important;transition-delay:2.5s !important;}
.delay_26{-webkit-transition-delay:2.6s !important;-mos-transition-delay:2.6s !important;transition-delay:2.6s !important;}
.delay_27{-webkit-transition-delay:2.7s !important;-mos-transition-delay:2.7s !important;transition-delay:2.7s !important;}
.delay_28{-webkit-transition-delay:2.8s !important;-mos-transition-delay:2.8s !important;transition-delay:2.8s !important;}
.delay_29{-webkit-transition-delay:2.9s !important;-mos-transition-delay:2.9s !important;transition-delay:2.9s !important;}
.delay_30{-webkit-transition-delay:3s !important;-mos-transition-delay:3s !important;transition-delay:3s !important;}

.threeD{
	-webkit-transform:transition3d(0,0,0);
	        transform:transition3d(0,0,0);
-webkit-transform:translateZ(0);
        transform:translateZ(0);
}
.anim_linear{
	-webkit-transition:all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
	   -mos-transition:all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.anim{
	-webkit-transition:all .8s cubic-bezier(.58,2,.68,.58);
	   -mos-transition:all .8s cubic-bezier(.58,2,.68,.58);
	        transition:all .8s cubic-bezier(.58,2,.68,.58);
}
.cssAnim .anim_mt100{margin-top:100px;opacity:0;}
.cssAnim .show .anim_mt100{margin-top:0;opacity:1;}

.cssAnim .anim_ml100{margin-left:100px;opacity:0;}
.cssAnim .show .anim_ml100{margin-left:0;opacity:1;}

.cssAnim .anim_mr100{margin-left:-100px;opacity:0;}
.cssAnim .show .anim_mr100{margin-left:0;opacity:1;}

.cssAnim .anim_reTop_100{position:relative;top:100px;opacity:0;}
.cssAnim .show .anim_reTop_100{top:0;opacity:1;}

.cssAnim .anim_reL_100{position:relative;left:100px;opacity:0;}
.cssAnim .show .anim_reL_100{left:0;opacity:1;}

.cssAnim .anim_reR_100{position:relative;right:100px;opacity:0;}
.cssAnim .show .anim_reR_100{right:0;opacity:1;}


@-webkit-keyframes flipInX {
    0% {-webkit-transform: perspective(400px) rotateX(90deg);opacity: 0;}
    40% {-webkit-transform: perspective(400px) rotateX(-10deg);}
    70% {-webkit-transform: perspective(400px) rotateX(10deg);}
    100% {-webkit-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@-moz-keyframes flipInX {
    0% {-moz-transform: perspective(400px) rotateX(90deg);opacity: 0;}
    40% {-moz-transform: perspective(400px) rotateX(-10deg);}
    70% {-moz-transform: perspective(400px) rotateX(10deg);}
    100% {-moz-transform: perspective(400px) rotateX(0deg);opacity: 1;}
}
@keyframes flipInX {
    0% {transform: perspective(400px) rotateX(90deg);opacity: 0;}
    40% {transform: perspective(400px) rotateX(-10deg);}
    70% {transform: perspective(400px) rotateX(10deg);}
    100% {transform: perspective(400px) rotateX(0deg);opacity: 1;}
}

.flipInX {
	-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1.5s;
-ms-animation-duration: 1.5s;
-o-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}




.cont_nr{width:1000px;margin:auto;text-align:left;min-height:80px;height:100%;position:relative;}
.textOver{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal;}


.y_cont_tab{height:80px;line-height:80px;background:#fff;}
.y_cont_tab .tab_btn{font-size:0;text-align: center;}
.y_cont_tab .tab_btn a{font-size:14px;display:inline-block;width:254px;color: #464646;margin-right:1px;}
.y_cont_tab .tab_btn a:hover,
.y_cont_tab .tab_btn a.in{background: #f00;color: #fff;}







.y_public_content{width:780px;min-height:400px;margin:30px auto;background:#fff;padding:1px 0;}
.y_public_content .redLine{height:5px;display:block;background:#f00;display:none;}
.y_public_content .map{}

.y_public_content .titleBox{ background: #f4f4f4; height: 40px; line-height: 40px; padding: 0 15px;}
.y_public_content .titleBox .titleName{ border-left: 2px solid #f00; margin-top: 12px; padding-left: 10px; color: #f00; font-size: 16px; line-height: 16px;}
.y_public_content .titleBox .moreBlack{ margin-top: 14px;}
.y_public_content .titleBox .crumbsNav a{ color: #434343; font-size: 12px;}
.y_public_content .titleBox .crumbsNav a:hover{color:#f00;}

/*閫氱敤鏌ユ壘缁撴灉椤甸潰*/
.y_public_content .search{height:68px;color:#0367c1;text-align:center;margin:12px 50px;position:relative;z-index:3;  min-width:600px;border-bottom:1px dashed #E1E1E1;padding:30px 0;text-align:left;}
.y_public_content .search .text{border-radius:3px;border:1px solid #E1E1E1;width:320px;padding:0 8px;height:40px;line-height:40px;}
.y_public_content .search .text.textHover{color:#ccc}
.y_public_content .search .submit{width:92px;height:40px;background:#f00;border:none;padding:0;cursor:pointer;display:inline-block;zoom:1;*display:inline;color:#fff;border-radius:3px;}
.y_public_content .search .submit:hover{background:#e80000;}
.y_public_content .search form{display:inline;}
.y_public_content .search a{color:#333;}
.y_public_content .search a:hover{text-decoration:underline;}

.y_public_content .search .select_{border-radius:3px;display:inline-block;zoom:1;*display:inline;position:relative;_position:static;z-index:20;text-align:right;font-size:0;background:url(../images/y_img/jt_1.png) right -26px no-repeat;border:1px solid #E1E1E1;height:40px;}
.y_public_content .search .select_ .select_box{display:inline-block;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;text-align:left;padding:0 20px 0 14px;color:#606060;font-size:14px;/*float:left;overflow:hidden;*/line-height:40px;}

.y_public_content .search .select_ p{position:absolute;left:0;top:40px;background:#fff;padding:8px 6px;display:none;border:1px solid #DDD;-moz-box-shadow:1px 1px 2px #ccc;-webkit-box-shadow:1px 1px 2px #ccc;box-shadow:1px 1px 2px #ccc;text-align:left;_width:10px;}
.y_public_content .search .select_ p a{color:#8C8C8C;display:block;height:22px;white-space:nowrap;line-height:22px;font-size:14px;zoom:1;}
.y_public_content .search .select_ p a:hover{text-decoration:underline;color:#8C8C8C;}
.y_public_content .search .select_ p.R{left:auto;right:0;}

.y_public_content .search .list{line-height:35px;font-size:14px;}
.y_public_content .search .list a{display:inline-block;margin-right:12px;}
.y_public_content .search .list a:hover{color:#f00;text-decoration:underline;}

.y_public_content .LB{margin:30px 50px;text-align:left;}
.y_public_content .LB li{border-bottom:1px dashed #cacaca;padding:20px 0 20px 0;overflow:hidden;position:relative;}
.y_public_content .LB .pic{float:left;margin-right:20px;width:20%;}
.y_public_content .LB .pic img{display:block;width:100%;}
.y_public_content .LB .title{font-weight:bold;color:#242424;margin-bottom:6px;}
.y_public_content .LB .title a{color:#242424;}
.y_public_content .LB .title a:hover,
.y_public_content .LB .title:hover{color:#f00;}
.y_public_content .LB .doc{font-size:14px;}

.y_public_content .LB .info{margin-top:8px;color:#ccc;font-size:14px;}
.y_public_content .LB .rBox{margin-left:12px;float:right;width:102px;text-align:right;font-size:14px;color:#ccc;padding-top:2px;}






/*#####################################*/

/*棣栭〉*/
.y_cont1{width:100%;height:550px;overflow:hidden;position:relative;}

.y_cont1 .lBtn,
.y_cont1 .rBtn{width:60px;height:60px;position:absolute;top:50%;margin-top:-30px;background:url(../images/y_img/ttttt.png);z-index:12;;opacity:.5;}
.y_cont1 .lBtn{left:0;background-position:0 0;border-radius:0 3px 3px 0}
.y_cont1 .rBtn{right:0;background-position:-60px 0;border-radius:3px 0 0 3px}
.y_cont1 .lBtn:hover{background-position:0 -60px;}
.y_cont1 .rBtn:hover{background-position:-60px -60px;}





.y_cont1 .pic{width:100%;height:100%;position:absolute;left:0;top:0;background:no-repeat center 0;z-index:1;opacity:0;filter:alpha(opacity=0);}
.y_cont1 .pic.in{z-index:2;}
.y_cont1 .nr{height:100%;width:1000px;margin:auto;position:relative;}

.y_cont1 .btn{position:absolute;bottom:22px;left:0;width:100%;height:11px;line-height:11px;font-size:0;z-index:3;}
.y_cont1 .btn span{display:inline-block;height:11px;width:11px;background:url(../images/y_img/list.png) no-repeat -12px 0;margin:0 8px;cursor:pointer;}
.y_cont1 .btn span.in{background-position:0 0;}
.y_cont1 .link{display:block;position:absolute;left:0;top:0;width:100%;height:100%;}

.y_cont1 .pic1 .text1,
.y_cont1 .pic1 .text2{width:100%;left:0;position:absolute;background:url(../images/y_img/banner1_text.png) no-repeat;}
.y_cont1 .pic1 .text1{top:272px;height:30px;background-position:70px 0;}
.y_cont1 .pic1 .text2{top:320px;height:70px;background-position:70px -37px;}

.y_cont1 .pic2 .text1,
.y_cont1 .pic2 .text2,
.y_cont1 .pic2 .text3,
.y_cont1 .pic2 .text4{width:513px;left:632px;position:absolute;background:url(../images/y_img/banner2_text.png) no-repeat;}
.y_cont1 .pic2 .text1{top:174px;height:62px;background-position:0 0;}
.y_cont1 .pic2 .text2{top:240px;height:85px;background-position:0 -68px;}
.y_cont1 .pic2 .text3{top:330px;height:85px;background-position:0 -156px;}
.y_cont1 .pic2 .text4{top:428px;height:36px;background-position:0 -264px;}

.y_cont1 .pic3 .text1,
.y_cont1 .pic3 .text2,
.y_cont1 .pic3 .text3{position:absolute;background:url(../images/y_img/banner3_text.png) no-repeat;}
.y_cont1 .pic3 .text1{width:480px;left:78px;top:276px;height:25px;background-position:0 0;}
.y_cont1 .pic3 .text2{width:480px;left:78px;top:315px;height:50px;background-position:0 -40px;}
.y_cont1 .pic3 .text3{width:480px;left:78px;top:375px;height:20px;background-position:0 -100px;}


.y_cont1 .pic4 .text1,
.y_cont1 .pic4 .text2,
.y_cont1 .pic4 .text3,
.y_cont1 .pic4 .text4,
.y_cont1 .pic4 .text5{position:absolute;background:url(../images/y_img/banner4_text2.png) no-repeat;width:100%;left:0;}
.y_cont1 .pic4 .text1{top:210px;height:104px;background-position:center 0;}
.y_cont1 .pic4 .text2{top:317px;height:36px;background-position:center -109px;}
.y_cont1 .pic4 .text3{top:359px;height:42px;background-position:center -147px;}


.y_cont1 .pic5 .text1,
.y_cont1 .pic5 .text2,
.y_cont1 .pic5 .text3{width:100%;left:0;position:absolute;background:url(../images/y_img/banner5_text.png) no-repeat;}
.y_cont1 .pic5 .text1{height:41px;top:259px;background-position:30px 0;}
.y_cont1 .pic5 .text2{height:65px;top:308px;background-position:30px -49px;}
.y_cont1 .pic5 .text3{height:30px;top:378px;background-position:30px -117px;}


/*css鍔ㄧ敾*/
.cssAnim .y_cont1 .pic1 .text1{top:372px;opacity:0;}
.cssAnim .y_cont1 .pic1 .text2{top:420px;opacity:0;}
.cssAnim .y_cont1 .pic1.in .text1{top:272px;opacity:1;}
.cssAnim .y_cont1 .pic1.in .text2{top:320px;opacity:1;}


.cssAnim .y_cont1 .pic2 .text1{top:274px;height:0;opacity:0;}
.cssAnim .y_cont1 .pic2 .text2{top:340px;height:0;opacity:0;}
.cssAnim .y_cont1 .pic2 .text3{top:430px;height:0;opacity:0;}
.cssAnim .y_cont1 .pic2 .text4{top:528px;height:0;opacity:0;}
.cssAnim .y_cont1 .pic2.in .text1{top:174px;height:62px;opacity:1;}
.cssAnim .y_cont1 .pic2.in .text2{top:240px;height:85px;opacity:1;}
.cssAnim .y_cont1 .pic2.in .text3{top:330px;height:85px;opacity:1;}
.cssAnim .y_cont1 .pic2.in .text4{top:428px;height:36px;opacity:1;}


.cssAnim .y_cont1 .pic3 .text1{left:10px;opacity:0;}
.cssAnim .y_cont1 .pic3 .text2{left:10px;opacity:0;}
.cssAnim .y_cont1 .pic3 .text3{left:10px;opacity:0;}
.cssAnim .y_cont1 .pic3.in .text1{left:110px;opacity:1;}
.cssAnim .y_cont1 .pic3.in .text2{left:110px;opacity:1;}
.cssAnim .y_cont1 .pic3.in .text3{left:110px;opacity:1;}

.cssAnim .y_cont1 .pic4 .text1{top:310px;opacity:0;}
.cssAnim .y_cont1 .pic4 .text2{top:417px;opacity:0;}
.cssAnim .y_cont1 .pic4 .text3{top:459px;opacity:0;}
.cssAnim .y_cont1 .pic4.in .text1{top:210px;opacity:1;}
.cssAnim .y_cont1 .pic4.in .text2{top:317px;opacity:1;}
.cssAnim .y_cont1 .pic4.in .text3{top:359px;opacity:1;}


.cssAnim .y_cont1 .pic5 .text1{top:359px;opacity:0;}
.cssAnim .y_cont1 .pic5 .text2{top:408px;opacity:0;}
.cssAnim .y_cont1 .pic5 .text3{top:478px;opacity:0;}
.cssAnim .y_cont1 .pic5.in .text1{top:259px;opacity:1;}
.cssAnim .y_cont1 .pic5.in .text2{top:308px;opacity:1;}
.cssAnim .y_cont1 .pic5.in .text3{top:378px;opacity:1;}

/*棣栭〉 鏂伴椈*/
.y_cont2 .y_tab_btn{text-align:center;font-size:0;margin:47px auto 54px;position:relative;}
.y_cont2 .y_tab_btn a{color:#434343;display:inline-block;font-size:16px;padding:0 45px;height:40px;line-height:40px;position:relative;z-index:2;}
.y_cont2 .y_tab_btn a:hover,
.y_cont2 .y_tab_btn a.in{color:#ff141f;}
.y_cont2 .y_tab_btn span.redLine{position:absolute;left:0;top:0;width:0;height:38px;border:1px solid #f00;border-radius:23px;z-index:1;display:none;}

.y_cont2 dd.in,
.y_cont2.show dd.in{
	-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1.5s;
-ms-animation-duration: 1.5s;
-o-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;	
	}


.y_cont2 .list{height:300px;}
.y_cont2 .list li{margin:0 5px;float:left;width:240px;}
.y_cont2 .list .pic{display:block;}
.y_cont2 .list img{display:block;height:160px;}
.y_cont2 .list .textOver{width:240px;}
.y_cont2 .list .title{height:30px;linle-height:30px;margin-top:12px;}
.y_cont2 .list .title a{color:#444;}
.y_cont2 .list .title a:hover,
.y_cont2 .list .textOver:hover{color:#ff141f} 

/*棣栭〉 鏈嶅姟*/
.y_cont3{position:relative;background:#000;}
.y_cont3 .bj1,
.y_cont3 .bj2,
.y_cont3 .bj3{background-attachment:fixed;z-index:1;width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;}
.y_cont3 .bj1{background:url(../images/y_img/2.jpg) center bottom;opacity:1;background-attachment:fixed;}
.y_cont3 .bj2{background:url(../images/y_img/2_.jpg) center bottom;background-attachment:fixed;}
.y_cont3 .bj3{background:url(../images/y_img/2__.jpg) center bottom;background-attachment:fixed;}
.y_cont3 .cont_nr{position:relative;z-index:2;}
.y_cont3 .y_tab_btn{text-align:center;font-size:0;position:absolute;left:0;top:18%;width:100%;z-index:3;height:45px;}
.y_cont3 .y_tab_btn a{color:#ccc;display:inline-block;font-size:20px;padding:0 35px;height:45px;line-height:45px;position:relative;z-index:2;}
.y_cont3 .y_tab_btn a:hover,
.y_cont3 .y_tab_btn a.in{color:#fff;}
.y_cont3 .y_tab_btn span.redLine{position:absolute;left:0;bottom:0;width:60px;background:#ff141f;height:45px;z-index:1;display:none;}
.y_cont3 .y_tab_nr dd{position:absolute;left:0;top:50px;width:100%;height:100%;}

.y_cont3 .picShow{}

/*骞荤伅鐗�*/
.y_cont3 .picShow{font-size:14px;position:absolute;top:50%;left:110px;padding:0 30px;text-align:center;width:685px;height:156px;}
.y_cont3 .picShow .box{overflow:hidden;position:relative;height:100%;}
.y_cont3 .picShow ul{width:9000px;position:absolute;left:0;top:0;font-size:0;overflow:hidden;/*_zoom:1;*/}
.y_cont3 .picShow li{float:left;position:relative;width:144px;height:144px;float:left;font-size:0;padding:0 18px;}
.y_cont3 .picShow li a{width:102px;height:145px;display:block;margin:auto;font-size:0;}
.y_cont3 .picShow li img{width:144px;height:144px;position:absolute;left:0;top:0;}
.y_cont3 .picShow li .garyPic{opacity:0;filter:alpha(opacity=0);}
.y_cont3 .picShow li a:hover .garyPic{opacity:.8;filter:alpha(opacity=70);}

.y_cont3 .picShow .L,
.y_cont3 .picShow .R{display:block;width:20px;height:37px;background:url(../images/y_img/j.png) no-repeat;position:absolute;top:60px;}
.y_cont3 .picShow .L{left:0;background-position:0 0;}
.y_cont3 .picShow .R{background-position:right 0;right:0;}

.y_cont3 .picShow .L:hover{background-position:0 -40px;}
.y_cont3 .picShow .R:hover{background-position:right -40px;}

.y_cont3 .tabNr_1 .text_{width:100%;left:0;position:absolute;background:url(../images/y_img/5.png) no-repeat;}
.y_cont3 .tabNr_1 .text1{height:15px;top:28%;background-position:center 0;}
.y_cont3 .tabNr_1 .text2{height:78px;top:32%;background-position:center -29px;}
.y_cont3 .tabNr_1 .text3{height:18px;top:41%;background-position:center -114px;}

.y_cont3 .tabNr_2 .text_{width:100%;left:0;position:absolute;background:url(../images/y_img/6.png) no-repeat;}
.y_cont3 .tabNr_2 .text1{height:15px;top:28%;background-position:center 0;}
.y_cont3 .tabNr_2 .text2{height:78px;top:32%;background-position:center -29px;}
.y_cont3 .tabNr_2 .text3{height:18px;top:41%;background-position:center -114px;}





.y_cont3 .tabNr_3 .text_{width:100%;left:0;position:absolute;background:url(../images/y_img/7.png) no-repeat;}
.y_cont3 .tabNr_3 .text1{height:15px;top:28%;background-position:center 0;}
.y_cont3 .tabNr_3 .text2{height:78px;top:32%;background-position:center -29px;}
.y_cont3 .tabNr_3 .text3{height:18px;top:41%;background-position:center -114px;}

.y_cont3 .tabNr_O{font-size:0;text-align:center;position:absolute;top:50%;left:0;width:100%;}
.y_cont3 .tabNr_O li{color:#fff;width:144px;height:144px;display:inline-block;*display:inline;*zoom:1;margin:0 18px;}
.y_cont3 .tabNr_O li .pic{width:144px;height:144px;display:inline-block;}
.y_cont3 .tabNr_O a{display:inline-block;color:#fff;}
.y_cont3 .tabNr_O a:hover{color:#f00;}
.y_cont3 .tabNr_O .text{line-height:50px;height:50px;font-size:14px;}
.y_cont3 .tabNr_O a:hover .text{font-size:14px;}
.y_cont3 .tabNr_O li .pic{background:url(../images/y_img/o1.png) no-repeat;}
.y_cont3 .tabNr_O li .pic1{background-position:0 0;}
.y_cont3 .tabNr_O li .pic2{background-position:-154px 0;}
.y_cont3 .tabNr_O li .pic3{background-position:-307px 0;}
.y_cont3 .tabNr_O li .pic4{background-position:-460px 0;}
.y_cont3 .tabNr_O li .pic5{background-position:-613px 0;}
.y_cont3 .tabNr_O li .pic6{background-position:-766px 0;}
.y_cont3 .tabNr_O li .pic7{background-position:-918px 0;}


.y_cont3 .tabNr_O li a:hover .pic1{background-position:0 -146px;}
.y_cont3 .tabNr_O li a:hover .pic2{background-position:-154px -146px;}
.y_cont3 .tabNr_O li a:hover .pic3{background-position:-307px -146px;}
.y_cont3 .tabNr_O li a:hover .pic4{background-position:-460px -146px;}
.y_cont3 .tabNr_O li a:hover .pic5{background-position:-613px -146px;}
.y_cont3 .tabNr_O li a:hover .pic6{background-position:-766px -146px;}
.y_cont3 .tabNr_O li a:hover .pic7{background-position:-918px -146px;}


.cssAnim .y_cont3 .anim_this{margin-top:100px;opacity:0;}
.cssAnim .y_cont3 .in .anim_this{margin-top:0;opacity:1;}

/*.cssAnim .y_cont3 .text1{top:38%;opacity:0}
.cssAnim .y_cont3 .text2{top:42%;opacity:0}
.cssAnim .y_cont3 .text3{top:51%;opacity:0}
.cssAnim .y_cont3 .picShow{top:60%;opacity:0}
.cssAnim .y_cont3 .tabNr_O{top:60%;opacity:0}

.cssAnim .y_cont3 dd.in .text1{top:28%;opacity:1}
.cssAnim .y_cont3 dd.in .text2{top:32%;opacity:1}
.cssAnim .y_cont3 dd.in .text3{top:41%;opacity:1}
.cssAnim .y_cont3 dd.in .picShow{top:50%;opacity:1}
.cssAnim .y_cont3 dd.in .tabNr_O{top:50%;opacity:1}
*/


.cssAnim .y_cont3 .y_tab_nr dd{top:150px;opacity:0}
.cssAnim .y_cont3.show .y_tab_nr dd{top:50px;opacity:1}

.cssAnim .y_cont3 .y_tab_btn{height:0;overflow:hidden;}
.cssAnim .y_cont3.show .y_tab_btn{height:45px;}




.y_cont4{height:960px;background:url(../images/y_img/dian.png);position:relative;}
.y_cont4 .cont_bj{height:100%;position:absolute;left:0;top:0;width:100%;background:url(../images/y_img/map.png) no-repeat center bottom;z-index:1;}
.y_cont4 .cont_nr{z-index:2;}
.y_cont4 .haha{position:absolute;left:258px;top:480px;}
.cssAnim .y_cont4 .haha{opacity:0;}
.cssAnim .y_cont4.show .haha{opacity:1;}


/*闂姩鐨勫湀鍦�*/
.y_cont4 .O{position:absolute;width:56px;height:56px;margin-left:-28px;margin-top:-28px;line-height:56px;}
.y_cont4 .O.posi1{left:370px;top:610px;}
.y_cont4 .O.posi2{left:260px;top:781px;}
.y_cont4 .O.posi3{left:537px;top:603px;}
.y_cont4 .O.posi4{left:540px;top:690px;}
.y_cont4 .O.posi5{left:585px;top:800px;}
.y_cont4 .O.posi6{left:714px;top:686px;}
.y_cont4 .O.posi7{left:861px;top:662px;}
.y_cont4 .O .o1,
.y_cont4 .O .o2,
.y_cont4 .O .o3,
.y_cont4 .O .o4,
.y_cont4 .O .o5{display:none;}

.y_cont4 .O img{position:absolute;left:0;top:0;width:100%;}
.y_cont4 .O strong{position:absolute;left:50%;top:50%;width:56px;height:56px;margin-left:-28px;margin-top:-28px;text-align:center;color:#fff;font-weight:normal;}

.cssAnim .y_cont4 .O{opacity:0;}
.cssAnim .y_cont4 .O.posi1{width:18px;height:18px;margin-left:-9px;margin-top:-9px;}
.cssAnim .y_cont4 .O.posi2{width:16px;height:16px;margin-left:-8px;margin-top:-8px;}
.cssAnim .y_cont4 .O.posi3{width:14px;height:14px;margin-left:-7px;margin-top:-7px;}
.cssAnim .y_cont4 .O.posi4{width:16px;height:16px;margin-left:-8px;margin-top:-8px;}
.cssAnim .y_cont4 .O.posi5{width:12px;height:12px;margin-left:-6px;margin-top:-6px;}
.cssAnim .y_cont4 .O.posi6{width:20px;height:20px;margin-left:-10px;margin-top:-10px;}
.cssAnim .y_cont4 .O.posi7{width:16px;height:16px;margin-left:-8px;margin-top:-8px;}
.cssAnim .y_cont4.show .O,
.cssAnim .y_cont4.show .O,
.cssAnim .y_cont4.show .O,
.cssAnim .y_cont4.show .O,
.cssAnim .y_cont4.show .O{opacity:1;}

.cssAnim .y_cont4 .O .o1,
.cssAnim .y_cont4 .O .o2,
.cssAnim .y_cont4 .O .o3,

.cssAnim .y_cont4 .O .o4,
.cssAnim .y_cont4 .O .o5{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#f00;border-radius:1000px;}







.cssAnim .y_cont4.show .O .o1{
-webkit-animation: cont4_o 3s linear 0s infinite;
     -o-animation: cont4_o 3s linear 0s infinite;
        animation: cont4_o 3s linear 0s infinite;
}
.cssAnim .y_cont4.show .O .o2{
-webkit-animation: cont4_o 3s linear .6s infinite;
     -o-animation: cont4_o 3s linear .6s infinite;
        animation: cont4_o 3s linear .6s infinite;
}
.cssAnim .y_cont4.show .O .o3{
-webkit-animation: cont4_o 3s linear 1.2s infinite;
     -o-animation: cont4_o 3s linear 1.2s infinite;
        animation: cont4_o 3s linear 1.2s infinite;
}
.cssAnim .y_cont4.show .O .o4{
-webkit-animation: cont4_o 3s linear 1.8s infinite;
     -o-animation: cont4_o 3s linear 1.8s infinite;
        animation: cont4_o 3s linear 1.8s infinite;	
}
.cssAnim .y_cont4.show .O .o5{
-webkit-animation: cont4_o 3s linear 2.4s infinite;
     -o-animation: cont4_o 3s linear 2.4s infinite;
        animation: cont4_o 3s linear 2.4s infinite;
}

@-webkit-keyframes cont4_o {
    0% {-webkit-transform:scale(1,1);opacity:1;}
    100% {-webkit-transform:scale(4,4);opacity:0;}
}
@-moz-keyframes cont4_o {
    0% {-moz-transform:scale(1,1);opacity:1;}
    100% {-moz-transform:scale(4,4);opacity:0;}
}
@-ms-keyframes cont4_o {
    0% {-ms-transform:scale(1,1);opacity:1;}
    100% {-ms-transform:scale(4,4);opacity:0;}
}
@-moz-keyframes cont4_o {
    0% {-moz-transform:scale(1,1);opacity:1;}
    100% {-moz-transform:scale(4,4);opacity:0;}
}
@keyframes cont4_o {
    0% {transform:scale(1,1);opacity:1;}
    100% {transform:scale(4,4);opacity:0;}
}












.y_cont4 .cont_nr .text{color:#646464;font-size:14px;text-align:center;position:absolute;left:0;width:100%;top:255px;}
.y_cont4 .link{position:absolute;left:50%;top:374px;border:1px solid #FF0808;width:41px;height:41px;margin-left:-20px;}
.y_cont4 .link .line1{width:17px;height:1px;position:absolute;left:12px;top:20px;background:#FF0808;font-size:0;}
.y_cont4 .link .line2{width:1px;height:17px;position:absolute;left:20px;top:12px;background:#FF0808;font-size:0;}
.y_cont4 .link:hover{background:#FF0808;}
.y_cont4 .link:hover .line1,
.y_cont4 .link:hover .line2{background:#fff;}

/*鏁板瓧婊氬姩*/
.y_cont4 .numBox{position:absolute;left:150px;top:120px;}
.y_cont4 .numBox .line{float:left;height:60px;font-size:0;margin-top:20px;background:#f00;width:1px;}
.y_cont4 .numBox .box{height:100px;float:left;min-width:120px;background:url(../images/y_img/text_.png) no-repeat;}
.y_cont4 .numBox .box1{background-position:center 70px;}
.y_cont4 .numBox .box2{background-position:center -50px;}
.y_cont4 .numBox .box3{background-position:center -170px;}
.y_cont4 .numBox ul{padding:0 50px;overflow:hidden;}
.y_cont4 .numBox .box2 ul{background:url(../images/y_img/yi.png) no-repeat right 28px;padding-right:70px;}
.y_cont4 .numBox li{float:left;height:60px;width:42px;overflow:hidden;position:relative;}
.y_cont4 .numBox li p{position:absolute;left:0;top:0;width:100%;height:1500px;background:url(../images/y_img/num.png) repeat-y center top;}

/*------------------鏂板ぉ鍦�----------------------*/
.y_cont_5 .text{background:url(../images/y_img/51text.png) no-repeat;width:430px;height:400px;position:absolute;left:283px;top:65px;}

.y_cont_5{height:400px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_5 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_5 .text{position:absolute;top:0;left:0;width:100%;}
.y_cont_5 .text1{top:70px;height:110px;background:url(../images/y_img/51text.png) center 0 no-repeat;}
.y_cont_5 .text2{top:190px;height:35px;background:url(../images/y_img/51text.png) center -123px no-repeat;}
.y_cont_5 .text3{top:245px;height:22px;background:url(../images/y_img/51text.png) center -180px no-repeat;}
.y_cont_5 .text4{top:285px;height:35px;text-align:center;background:none;}



.y_cont_6{height:600px;background:url(../images/y_img/b8.jpg) center center no-repeat;background-attachment:fixed;}
/*.y_cont_6 .link{position:absolute;left:120px;top:30%;height:315px;width:500px;}
.y_cont_6 .link li{float:left;width:102px;height:90px;}
.y_cont_6 .link li a{display:block;height:70px;background:url(../images/y_img/i1.png) no-repeat;}
.y_cont_6 .link li .a1{background-position:0 0;}
.y_cont_6 .link li .a2{background-position:-118px 0;}
.y_cont_6 .link li .a3{background-position:-249px 0;}
.y_cont_6 .link li .a4{background-position:-368px 0;}
.y_cont_6 .link li .a5{background-position:0 -127px;}
.y_cont_6 .link li .a6{background-position:-118px -127px;}
.y_cont_6 .link li .a7{background-position:-249px -127px;}
.y_cont_6 .link li .a8{background-position:-368px -127px;}
.y_cont_6 .link li .a9{background-position:0 -245px;}
.y_cont_6 .link li .a10{background-position:-118px -245px;}
.y_cont_6 .link li .a11{background-position:-249px -245px;}

.y_cont_6 .link li .a1:hover{background-position:-500px 0;}
.y_cont_6 .link li .a2:hover{background-position:-618px 0;}
.y_cont_6 .link li .a3:hover{background-position:-749px 0;}
.y_cont_6 .link li .a4:hover{background-position:-868px 0;}
.y_cont_6 .link li .a5:hover{background-position:-500px -127px;}
.y_cont_6 .link li .a6:hover{background-position:-618px -127px;}
.y_cont_6 .link li .a7:hover{background-position:-749px -127px;}
.y_cont_6 .link li .a8:hover{background-position:-868px -127px;}
.y_cont_6 .link li .a9:hover{background-position:-500px -245px;}
.y_cont_6 .link li .a10:hover{background-position:-618px -245px;}
.y_cont_6 .link li .a11:hover{background-position:-749px -245px;}

.y_cont_6 .langlang{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/y_img/langlang.png) center 80% no-repeat;background-attachment:fixed;}
*/
.y_cont_7{height:600px;background:url(../images/y_img/t1.jpg) center center no-repeat;}
.y_cont_7 .cer{position:absolute;left:255px;top:35%;}
.y_cont_7 .text{position:absolute;left:0;width:482px;}
.y_cont_7 .text1{height:130px;top:0;background:url(../images/y_img/t2.png) no-repeat;}
.y_cont_7 .text2{text-align:center;color:#646464;font-size:14px;top:160px;}

.y_cont_8{height:400px;background:url(../images/y_img/51.jpg) center center no-repeat;}
.y_cont_8 .link {text-align:center;position:absolute;left:0;top:80px;width:100%;font-size:0;}
.y_cont_8 .link li{float:left;margin:0 5px;background:url(../images/y_img/88.png) no-repeat;width:240px;height:240px;overflow:hidden;position:relative;}
.y_cont_8 .link a{position:absolute;left:0;top:0;width:200px;height:100%;background:url(../images/y_img/88.png) no-repeat;opacity:0;filter:alpha(opacity=0);font-size:14px;color:#646464;padding:150px 20px 0;text-align:left;}
.y_cont_8 .link .a1{background-position:0 0;}
.y_cont_8 .link .a2{background-position:-250px 0;}
.y_cont_8 .link .a3{background-position:-500px 0;}
.y_cont_8 .link .a4{background-position:-750px 0;}

.y_cont_8 .link .a1 a{background-position:0 -260px;}
.y_cont_8 .link .a2 a{background-position:-250px -260px;}
.y_cont_8 .link .a3 a{background-position:-500px -260px;}
.y_cont_8 .link .a4 a{background-position:-750px -260px;}

.y_cont_8 .link a:hover{opacity:1;padding-top:50px;filter:alpha(opacity=100);}


.y_cont_9{height:1100px !important;background:url(../images/y_img/9_.jpg) center top no-repeat;/*background-attachment:fixed;*/}
.y_cont_9 .cont_nr{/*background:url(../images/y_img/9_.jpg) center top no-repeat;*/}
.y_cont_9 .mapBox{height:700px;position:absolute;left:0;top:303px;}
.y_cont_9 .map{min-width:29px;height:33px;background: url(../images/y_img/m.png) no-repeat;position: absolute;}
.y_cont_9 .map1{left: 373px;top: 44px;}
.y_cont_9 .map2{left: 226px;top: 179px;}
.y_cont_9 .map3{left: 571px;top: 286px;}
.y_cont_9 .map4{left: 327px;top: 395px;}
.y_cont_9 .map5{left: 676px;top: -2px;}
.y_cont_9 .map6{left: 583px;top: 102px;}
.y_cont_9 .map7{left: 821px;top: 210px;}
.y_cont_9 .map8{left: 849px;top: 82px;}
.y_cont_9 .map .text{background:#F00;padding:0 8px;fonnt-size:14px;color:#fff;display:none;line-height:29px;white-space:nowrap;}
.y_cont_9 .map .text{display:block;}
.y_cont_9 .pic{position:absolute;left:50%;margin-left:-389px;top:858px;}


.y_cont_10{background:#fff url(../images/y_img/mp.png) no-repeat center bottom;height:770px;}
.y_cont_10 .cont_nr{}
.y_cont_10 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_10 .text1{position:absolute;left:0;top:43px;width:100%;height:78px;background:url(../images/y_img/mp.png) no-repeat center top;}
.y_cont_10 .text2{position:absolute;left:0;top:135px;width:100%;text-align:center;font-size:14px;color:#646464;}
.y_cont_10 .map{position:absolute;left:0;top:202px;width:100%;height:460px;}



.y_cont_10 .link{z-index:9;position:absolute;left:50%;top:212px;border:1px solid #FF0808;width:31px;height:31px;margin-left:-20px;}
.y_cont_10 .link .line1{width:17px;height:1px;position:absolute;left:7px;top:15px;background:#FF0808;font-size:0;}
.y_cont_10 .link .line2{width:1px;height:17px;position:absolute;left:15px;top:7px;background:#FF0808;font-size:0;}
.y_cont_10 .link:hover{background:#FF0808;}
.y_cont_10 .link:hover .line1,
.y_cont_10 .link:hover .line2{background:#fff;}






/*闂姩鐨勫湀鍦�*/
.y_cont_10 .O{position:absolute;width:56px;height:56px;margin-left:-28px;margin-top:-28px;line-height:56px;}
.y_cont_10 .O.posi1{left:440px;top:440px;}
.y_cont_10 .O.posi2{left:350px;top:581px;}
.y_cont_10 .O.posi3{left:517px;top:543px;}
.y_cont_10 .O.posi4{left:570px;top:460px;}
.y_cont_10 .O.posi5{left:595px;top:640px;}
.y_cont_10 .O.posi6{left:704px;top:496px;}
.y_cont_10 .O.posi7{left:808px;top:472px;}
.y_cont_10 .O .o1,
.y_cont_10 .O .o2,
.y_cont_10 .O .o3,
.y_cont_10 .O .o4,
.y_cont_10 .O .o5{display:none;}

.y_cont_10 .O img{position:absolute;left:0;top:0;width:100%;}
.y_cont_10 .O strong{position:absolute;left:50%;top:50%;width:56px;height:56px;margin-left:-28px;margin-top:-28px;text-align:center;color:#fff;font-weight:normal;}

.cssAnim .y_cont_10 .O{opacity:0;}
.cssAnim .y_cont_10 .O.posi1{width:26px;height:26px;margin-left:-13px;margin-top:-13px;}
.cssAnim .y_cont_10 .O.posi2{width:22px;height:22px;margin-left:-11px;margin-top:-11px;}
.cssAnim .y_cont_10 .O.posi3{width:26px;height:26px;margin-left:-13px;margin-top:-13px;}
.cssAnim .y_cont_10 .O.posi4{width:30px;height:30px;margin-left:-15px;margin-top:-15px;}
.cssAnim .y_cont_10 .O.posi5{width:26px;height:26px;margin-left:-13px;margin-top:-13px;}
.cssAnim .y_cont_10 .O.posi6{width:36px;height:36px;margin-left:-18px;margin-top:-18px;}
.cssAnim .y_cont_10 .O.posi7{width:22px;height:22px;margin-left:-11px;margin-top:-11px;}
.cssAnim .y_cont_10.show .O,
.cssAnim .y_cont_10.show .O,
.cssAnim .y_cont_10.show .O,
.cssAnim .y_cont_10.show .O,
.cssAnim .y_cont_10.show .O{opacity:1;}

.cssAnim .y_cont_10 .O .o1,
.cssAnim .y_cont_10 .O .o2,
.cssAnim .y_cont_10 .O .o3,
.cssAnim .y_cont_10 .O .o4,
.cssAnim .y_cont_10 .O .o5{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#f00;border-radius:1000px;}







.cssAnim .y_cont_10.show .O .o1{
-webkit-animation: y_cont10_o 3s linear 0s infinite;
     -o-animation: y_cont10_o 3s linear 0s infinite;
        animation: y_cont10_o 3s linear 0s infinite;
}
.cssAnim .y_cont_10.show .O .o2{
-webkit-animation: y_cont10_o 3s linear .6s infinite;
     -o-animation: y_cont10_o 3s linear .6s infinite;
        animation: y_cont10_o 3s linear .6s infinite;
}
.cssAnim .y_cont_10.show .O .o3{
-webkit-animation: y_cont10_o 3s linear 1.2s infinite;
     -o-animation: y_cont10_o 3s linear 1.2s infinite;
        animation: y_cont10_o 3s linear 1.2s infinite;
}
.cssAnim .y_cont_10.show .O .o4{
-webkit-animation: y_cont10_o 3s linear 1.8s infinite;
     -o-animation: y_cont10_o 3s linear 1.8s infinite;
        animation: y_cont10_o 3s linear 1.8s infinite;	
}
.cssAnim .y_cont_10.show .O .o5{
-webkit-animation: y_cont10_o 3s linear 2.4s infinite;
     -o-animation: y_cont10_o 3s linear 2.4s infinite;
        animation: y_cont10_o 3s linear 2.4s infinite;
}

@-webkit-keyframes y_cont10_o {
    0% {-webkit-transform:scale(1,1);opacity:1;}
    100% {-webkit-transform:scale(4,4);opacity:0;}
}
@-moz-keyframes y_cont10_o {
    0% {-moz-transform:scale(1,1);opacity:1;}
    100% {-moz-transform:scale(4,4);opacity:0;}
}
@-ms-keyframes y_cont10_o {
    0% {-ms-transform:scale(1,1);opacity:1;}
    100% {-ms-transform:scale(4,4);opacity:0;}
}
@-moz-keyframes y_cont10_o {
    0% {-moz-transform:scale(1,1);opacity:1;}
    100% {-moz-transform:scale(4,4);opacity:0;}
}
@keyframes y_cont10_o {
    0% {transform:scale(1,1);opacity:1;}
    100% {transform:scale(4,4);opacity:0;}
}



















/*------------------end 鏂板ぉ鍦�----------------------*/

/*------------------鍟嗕笟MALL----------------------*/
.y_cont_11_{height:500px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_11_ .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_11_ .text{position:absolute;top:0;left:0;width:100%;}
.y_cont_11_ .text1{top:70px;height:110px;background:url(../images/y_img/t55.png) center 0 no-repeat;}
.y_cont_11_ .text2{top:195px;height:35px;background:url(../images/y_img/t55.png) center -123px no-repeat;}
.y_cont_11_ .text3{top:250px;text-align:center;font-size:16px;color:#000;}
.y_cont_11_ .text4{top:285px;text-align:center;font-size:14px;color:#646464;}



/*
.cssAnim .y_cont_11_ .text1{top:100px;opacity:0}
.cssAnim .y_cont_11_ .text2{top:253px;opacity:0}
.cssAnim .y_cont_11_ .text3{top:310px;opacity:0}
.cssAnim .y_cont_11_ .text4{top:409px;opacity:0}
.cssAnim .y_cont_11_.show .text1{top:70px;opacity:1}
.cssAnim .y_cont_11_.show .text2{top:70px;opacity:1}
.cssAnim .y_cont_11_.show .text3{top:210px;opacity:1}
.cssAnim .y_cont_11_.show .text4{top:309px;opacity:1}
*/

/*y_cont_11_*/


.y_cont_11{height:400px;position:relative;}
.y_cont_11 .bj{position:absolute;left:0;top:0;width:100%;height:100%;background:url(../images/y_img/56.jpg) center 0 no-repeat; background-attachment:fixed;}
.y_cont_11 .text{position:absolute;left:0;top:0;width:100%;height:100%;}
.y_cont_11 .text1{background:url(../images/y_img/t12.png) center 380px no-repeat;}
.y_cont_11 .text2{background:url(../images/y_img/t13.png) center 445px no-repeat;color:#fff;}



.cssAnim .y_cont_11 .text1{opacity:0;background-position:center 480px;}
.cssAnim .y_cont_11 .text2{opacity:0;background-position:center 545px;}
.cssAnim .y_cont_11.show .text1{opacity:1;background-position:center 380px;}
.cssAnim .y_cont_11.show .text2{opacity:1;background-position:center 445px;}



.y_cont_12{height:550px;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_12 .cont_nr{text-align:center;}
.y_cont_12 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_12 .title{position:absolute;left:0;top:55px;width:100%;height:90px;background:url(../images/y_img/t5.png) center 0 no-repeat;}
.y_cont_12 .tips{color:#000;position:absolute;left:0;top:170px;width:100%; font-size: 16px;}
.y_cont_12 .text{color:#636363;font-size:14px;position:absolute;left:0;top:165px;width:100%;}

.y_cont_12 .o{position:absolute;left:0;top:305px;width:100%;}
.y_cont_12 .o li{display:inline-block;*display:inline;*zoom:1;width:136px;margin:0 10px 0;}
.y_cont_12 .o .pic{display:inline-block;width:136px;height:136px;background:url(../images/y_img/o00.png) no-repeat;}
.y_cont_12 .o .pic1{background-position: 0 0;}
.y_cont_12 .o .pic2{background-position: -155px 0;}
.y_cont_12 .o .pic3{background-position: -309px 0;}
.y_cont_12 .o .pic4{background-position: -463px 0;}
.y_cont_12 .o .pic5{background-position: -619px 0;}
.y_cont_12 .o .pic6{background-position: -772px 0;}
.y_cont_12 .o .t{color:#606060;}

/*.cssAnim .y_cont_12 .title{top:55px;opacity:0}
.cssAnim .y_cont_12 .tips{top:170px;opacity:0}
.cssAnim .y_cont_12 .text{top:205px;opacity:0}
.cssAnim .y_cont_12 .o{top:310px;opacity:0}
.cssAnim .y_cont_12.show .title{top:0;opacity:1}
.cssAnim .y_cont_12.show .tips{top:144px;opacity:1}
.cssAnim .y_cont_12.show .text{top:190px;opacity:1}
.cssAnim .y_cont_12.show .o{top:340px;opacity:1}*/


.y_cont_13{height:550px;background:url(../images/y_img/78.jpg) center top no-repeat;background-attachment:fixed;}
.y_cont_13 .cont_nr{text-align:center;}
.y_cont_13 .c{position:absolute;left:0;top:20%;width:100%;}

.y_cont_13 .title{position:absolute;left:0;top:150px;width:100%;height:83px;background:url(../images/y_img/58.png) center 0 no-repeat;}
.y_cont_13 .tips{color:#000;position:absolute;left:0;top:260px;width:100%; font-size: 16px;}
.y_cont_13 .text{color:#636363;font-size:14px;position:absolute;left:0;top:260px;width:100%;}


/*.cssAnim .y_cont_13 .title{top:100px;opacity:0;}
.cssAnim .y_cont_13 .tips{top:238px;opacity:0;}
.cssAnim .y_cont_13 .text{top:315px;opacity:0;}

.cssAnim .y_cont_13.show .title{top:0;opacity:1;}
.cssAnim .y_cont_13.show .tips{top:138px;opacity:1}
.cssAnim .y_cont_13.show .text{top:215px;opacity:1}*/



/*------------------end 鍟嗕笟MALL----------------------*/

/*------------------鐗╀笟鏈嶅姟----------------------*/
.y_cont_14{height:500px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_14 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_14 .text{position:absolute;top:0;left:0;width:100%;}
.y_cont_14 .text1{top:68px;height:110px;background:url(../images/y_img/u.png) center 0 no-repeat;}
.y_cont_14 .text2{top:195px;height:35px;background:url(../images/y_img/u.png) center -123px no-repeat;}
.y_cont_14 .text3{top:250px;text-align:center;font-size:16px;color:#000;}
.y_cont_14 .list{font-size:0;text-align:center;position:absolute;top:310px;left:149px;}
.y_cont_14 .list li{float:left;height:150px;}
.y_cont_14 .list li.f{width:14px;background:url(../images/y_img/u.png) -255px -243px no-repeat;}
.y_cont_14 .list li.f1{background-position:-113px -243px;}
.y_cont_14 .list li.o{width:130px;}
.y_cont_14 .list li .pic{display:block;width:100px;height:100px;background:url(../images/y_img/u.png) no-repeat;margin:0 15px;}
.y_cont_14 .list li .t{font-size:14px;color:#646464;line-height:35px;}
/*.y_cont_14 .list li .t:hover{color:#f00;}*/

.y_cont_14 .list .o1 .pic{background-position:0 -243px}
.y_cont_14 .list .o2 .pic{background-position:-141px -243px}
.y_cont_14 .list .o3 .pic{background-position:-284px -243px}
.y_cont_14 .list .o4 .pic{background-position:-430px -243px}
.y_cont_14 .list .o5 .pic{background-position:-571px -243px}

/*.y_cont_14 .list .o1 .pic:hover{background-position:0 -372px}
.y_cont_14 .list .o2 .pic:hover{background-position:-141px -372px}
.y_cont_14 .list .o3 .pic:hover{background-position:-284px -372px}
.y_cont_14 .list .o4 .pic:hover{background-position:-430px -372px}
.y_cont_14 .list .o5 .pic:hover{background-position:-571px -372px}*/



.y_cont_15{height:550px;position:relative;background:url(../images/y_img/8.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_15 .c{position:absolute;left:0;top:20%;width:100%;}
.y_cont_15 .text{position:absolute;left:0;width:100%;text-align:center;color:#fff;}
.y_cont_15 .text1{top:52px;font-size:16px;}
.y_cont_15 .text2{top:450px;font-size:14px;}
.y_cont_15 .pic{position:absolute;top:105px;left:225px;}



.y_cont_16{height:505px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_16 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_16 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_16 .text1{top:95px;height:110px;background:url(../images/y_img/y1.png) center 0 no-repeat;}
.y_cont_16 .text2{top:215px;height:35px;background:url(../images/y_img/y1.png) center -123px no-repeat;}
.y_cont_16 .text3{top:270px;font-size:16px;color:#000;}
.y_cont_16 .text4{top:315px;font-size:14px;color:#464646;}



.y_cont_17{height:530px;position:relative;background:url(../images/y_img/b2.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_17 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_17 .text{position:absolute;top:70px;width:180px;height:388px;background:url(../images/y_img/t1.png) no-repeat;}
.y_cont_17 .text1{left:166px;background-position:0 0;}
.y_cont_17 .text2{left:349px;background-position:-202px 0;}
.y_cont_17 .text3{left:532px;background-position:-394px 0;}
.y_cont_17 .text4{left:712px;background-position:-576px 0;}

.cssAnim .y_cont_17 .text1{left:66px;opacity:0}
.cssAnim .y_cont_17 .text2{top:170px;opacity:0}
.cssAnim .y_cont_17 .text3{top:-30px;opacity:0}
.cssAnim .y_cont_17 .text4{left:812px;opacity:0}
.cssAnim .y_cont_17.show .text1{left:166px;opacity:1}
.cssAnim .y_cont_17.show .text2{top:70px;opacity:1}
.cssAnim .y_cont_17.show .text3{top:70px;opacity:1}
.cssAnim .y_cont_17.show .text4{left:712px;opacity:1}

.y_cont_18{height:500px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_18 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_18 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_18 .text1{top:90px;height:110px;background:url(../images/y_img/t3.png) center 0 no-repeat;}
.y_cont_18 .text2{top:215px;height:35px;background:url(../images/y_img/t3.png) center -123px no-repeat;}
.y_cont_18 .text3{top:270px;font-size:16px;color:#000;}
.y_cont_18 .text4{top:315px;font-size:14px;color:#464646;}








.y_cont_19{height:500px;position:relative;background:url(../images/y_img/b3.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_19 .c{position:absolute;left:0;top:0;height:100%;width:100%;background:url(../images/y_img/line.png) 168px 80px no-repeat;}
.y_cont_19 .text{position:absolute;left:190px;color:#fff; font-size: 16px;}
.y_cont_19 .text1{top:160px;}
.y_cont_19 .text2{top:216px;}
.y_cont_19 .text3{top:272px;}
.y_cont_19 .text4{top:328px;}

.cssAnim .y_cont_19 .c{opacity:0;}
.cssAnim .y_cont_19 .text{left:290px;opacity:0}
.cssAnim .y_cont_19.show .text{left:190px;opacity:1}
.cssAnim .y_cont_19.show .c{opacity:1}




/*------------------end 鐗╀笟鏈嶅姟----------------------*/

/*------------------閲戣瀺_灏忛璐锋----------------------*/

.y_cont_20{height:500px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_20 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_20 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_20 .text1{top:92px;height:110px;background:url(../images/y_img/t4.png) center 0 no-repeat;}
.y_cont_20 .text2{top:215px;height:35px;background:url(../images/y_img/t4.png) center -123px no-repeat;}
.y_cont_20 .text3{top:270px;font-size:16px;color:#000;}
.y_cont_20 .text4{top:320px;font-size:14px;color:#464646;}


.y_cont_21{height:500px;position:relative;background:url(../images/y_img/b10.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_21 .c{position:absolute;left:0;top:20%;height:80%;width:100%;}
.y_cont_21 .text{position:absolute;top:336px;left:0;width:100%;text-align:center;font-size:14px;color:#fff;}

.y_cont_21 .list{font-size:0;text-align:center;position:absolute;top:110px;left:0;width:100%;}
.y_cont_21 .list li{color:#fff;width:158px;height:158px;display:inline-block;*display:inline;*zoom:1;margin:0 18px;}
.y_cont_21 .list .pic{display:inline-block;height:158px;width:158px;background:url(../images/y_img/list1.png) no-repeat;}
.y_cont_21 .list .pic1{background-position:0 0;}
.y_cont_21 .list .pic2{background-position:-198px 0;}
.y_cont_21 .list .pic3{background-position:-397px 0;}
.y_cont_21 .list .pic4{background-position:-595px 0;}

.y_cont_21 .list .t{line-height:35px;font-size:14px;color:#f00;}


.y_cont_22{height:500px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_22 .c{position:absolute;left:0;top:0;height:80%;width:100%;}
.y_cont_22 .lBox{position:absolute;left:217px;top:127px;height:163px;width:185px;background:url(../images/y_img/list2.png) left top no-repeat;}
.y_cont_22 .rBox{position:absolute;left:640px;top:127px;height:163px;width:185px;background:url(../images/y_img/list2.png) -415px top no-repeat;}
.y_cont_22 .line{position:absolute;left:50%;top:127px;width:1px;height:163px;background:#e7e7e7;
-webkit-transform:rotate(0deg);
   -moz-transform:rotate(0deg);
     -o-transform:rotate(0deg);
        transform:rotate(0deg); 
}
.y_cont_22 .list .t{line-height:35px;font-size:14px;color:#f00;}

.y_cont_22 .text{position:absolute;top:349px;left:0;width:100%;text-align:center;font-size:14px;}

.cssAnim .y_cont_22 .line{opacity:0;}
.cssAnim .y_cont_22.show .line{opacity:1;
-webkit-transform:rotate(30deg);
   -moz-transform:rotate(30deg);
     -o-transform:rotate(30deg);
        transform:rotate(30deg); 	
}



/*------------------end 閲戣瀺_灏忛璐锋----------------------*/

/*------------------閲戣瀺_鏀粯鍏徃----------------------*/
.y_cont_23{height:570px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_23 .c{position:absolute;left:0;top:0;width:100%;}
.y_cont_23 .text{position:absolute;left:0;width:100%;text-align:center;}
.y_cont_23 .text1{top:70px;height:110px;background:url(../images/y_img/t6.png) center 0 no-repeat;}
.y_cont_23 .text2{top:192px;height:35px;background:url(../images/y_img/t6.png) center -123px no-repeat;}
.y_cont_23 .text3{top:250px;font-size:16px;color:#000;}
.y_cont_23 .text4{top:472px;font-size:14px;color:#464646;line-height:18px;}


.y_cont_23 .list{font-size:0;text-align:center;position:absolute;top:300px;left:217px;}
.y_cont_23 .list li{float:left;height:150px;}
.y_cont_23 .list li.f{width:15px;background:url(../images/y_img/t6.png) -115px -229px no-repeat;}
/*.y_cont_23 .list li.f1{background-position:-264px -229px;}*/
.y_cont_23 .list li.o{width:130px;}
.y_cont_23 .list li .pic{display:block;width:100px;height:100px;background:url(../images/y_img/t6.png) no-repeat;margin:0 15px 4px;}
.y_cont_23 .list li .t{font-size:14px;color:#646464;line-height:18px;}
.y_cont_23 .list li .t:hover{color:#f00;}

.y_cont_23 .list .o1 .pic{background-position:0 -229px}
.y_cont_23 .list .o2 .pic{background-position:-146px -229px}
.y_cont_23 .list .o3 .pic{background-position:-293px -229px}
.y_cont_23 .list .o4 .pic{background-position:-439px -229px}


.y_cont_24{height:530px;background:url(../images/y_img/b4.jpg) center top no-repeat;background-attachment:fixed;}
.y_cont_24 .c{position:absolute;left:0;top:50%;width:100%;margin-top:-350px}
.y_cont_24 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_24 .text1{top:62px;height:90px;background:url(../images/y_img/t7.png) center 0 no-repeat;}
.y_cont_24 .text2{top:123px;height:35px;color:#fff;}

.y_cont_24 .link {text-align:center;position:absolute;left:125px;top:210px;width:100%;font-size:0;}
.y_cont_24 .link li{float:left;margin:0 5px;background:url(../images/y_img/t7.png) no-repeat;width:240px;height:240px;overflow:hidden;position:relative;}
.y_cont_24 .link a{position:absolute;left:0;top:0;width:200px;height:100%;line-height:1.3em;background:url(../images/y_img/t7.png) no-repeat;opacity:0;filter:alpha(opacity=0);font-size:14px;color:#646464;padding:150px 20px 0;text-align:left;}
.y_cont_24 .link .a1{background-position:0 -147px;}
.y_cont_24 .link .a2{background-position:-249px -147px;}
.y_cont_24 .link .a3{background-position:-498px -147px;}

.y_cont_24 .link .a1 a{background-position:0 -447px;}
.y_cont_24 .link .a2 a{background-position:-249px -447px;}
.y_cont_24 .link .a3 a{background-position:-498px -447px;}

.y_cont_24 .link a:hover{opacity:1;padding-top:50px;filter:alpha(opacity=100);}

.y_cont_25{height:500px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_25 .c{position:absolute;left:0;top:0;height:80%;width:100%;}
.y_cont_25 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_25 .text1{top:65px;height:90px;background:url(../images/y_img/t8.png) center 0 no-repeat;}

.y_cont_25 .list{text-align:center;position:absolute;top:166px;left:126px;overflow:hidden;height:275px;}
.y_cont_25 .list li{float:left;}
.y_cont_25 .list li.f{width:1px;background:#DCDCDC;height:100%;}
.y_cont_25 .list li.o{width:250px;}
.y_cont_25 .list li .pic{display:block;height:100px;background:url(../images/y_img/t8.png) no-repeat;}
.y_cont_25 .list li .t{font-size:16px;color:#f00;line-height:35px;}
.y_cont_25 .list li .info{font-size:14px;color:#646464;display:block;}

.y_cont_25 .list .o3 .pic{background-position:center -108px}
.y_cont_25 .list .o2 .pic{background-position:center -244px}
.y_cont_25 .list .o1 .pic{background-position:center -379px}

.y_cont_25 .line{position:absolute;left:50%;top:0;width:1px;height:100%;background:#e7e7e7;}
.cssAnim .y_cont_25 .line{opacity:0;}
.cssAnim .y_cont_25.show .line{opacity:1;}



/*------------------end 閲戣瀺_鏀粯鍏徃----------------------*/

/*------------------闆嗗洟绠€浠�----------------------*/
.y_cont_26{height:250px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_26 .c{position:absolute;left:0;top:20%;height:80%;width:100%;}
.y_cont_26 .text{position:absolute;top:0;left:0;width:100%;text-align:center;font-size:15px;}
.y_cont_26 .text1{top:0;height:75px;background:url(../images/y_img/t9.png) center 0 no-repeat;}
.y_cont_26 .text2{top:88px;text-align:center;}



.y_cont_27{height:250px;position:relative;background:url(../images/y_img/b6.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_27 .c{position:absolute;left:0;top:16%;height:80%;width:100%;}
.y_cont_27 .text{position:absolute;top:0;left:0;width:100%;text-align:center;color:#fefefe;font-size:15px;}
.y_cont_27 .text1{top:0;}
.y_cont_27 .text2{top:82px;}
.y_cont_27 .text3{top:325px;}

/*鏁板瓧婊氬姩*/
/*.y_cont_27 .numBox{position:absolute;left:220px;top:180px;}
.y_cont_27 .numBox .line{float:left;height:60px;font-size:0;margin-top:20px;background:#f00;width:1px;}
.y_cont_27 .numBox .box{height:100px;float:left;min-width:120px;background:url(../images/y_img/text_.png) no-repeat;}
.y_cont_27 .numBox .box1{background-position:center 70px;}
.y_cont_27 .numBox .box2{background-position:center -50px;}
.y_cont_27 .numBox .box3{background-position:center -170px;}
.y_cont_27 .numBox ul{padding:0 50px;overflow:hidden;}
.y_cont_27 .numBox .box2 ul{background:url(../images/y_img/yi.png) no-repeat right 28px;padding-right:70px;}
.y_cont_27 .numBox li{float:left;height:60px;width:42px;overflow:hidden;position:relative;}
.y_cont_27 .numBox li p{position:absolute;left:0;top:0;width:100%;height:1500px;background:url(../images/y_img/num.png) repeat-y center top;}
*/


/*鏁板瓧婊氬姩*/
.y_cont_27 .numBox{position:absolute;left:150px;top:185px;}
.y_cont_27 .numBox .line{float:left;height:60px;font-size:0;margin-top:20px;background:#f00;width:1px;}
.y_cont_27 .numBox .box{height:100px;float:left;min-width:120px;background:url(../images/y_img/text_.png) no-repeat;}
.y_cont_27 .numBox .box1{background-position:center 70px;}
.y_cont_27 .numBox .box2{background-position:center -50px;}
.y_cont_27 .numBox .box3{background-position:center -170px;}
.y_cont_27 .numBox ul{padding:0 50px;overflow:hidden;}
.y_cont_27 .numBox .box2 ul{background:url(../images/y_img/yi.png) no-repeat right 28px;padding-right:70px;}
.y_cont_27 .numBox li{float:left;height:60px;width:42px;overflow:hidden;position:relative;}
.y_cont_27 .numBox li p{position:absolute;left:0;top:0;width:100%;height:1500px;background:url(../images/y_img/num.png) repeat-y center top;}





.y_cont_28{background:#f7f7f7 url(../images/y_img/dian.png);}
.y_cont_28 .title{font-size:18px;color:#000;margin-bottom:20px;}
.y_cont_28 .nrPic{margin:20px auto;}
.y_cont_28 p{color:#646464;font-size:15px;margin:0 auto 14px;}
.y_cont_28 .tips{color:#000;font-size:15px;}
.y_cont_28 .box1,
.y_cont_28 .box2,
.y_cont_28 .box3{width:760px;margin:auto;padding:50px 0;}
.y_cont_28 .box1 .o2o1,
.y_cont_28 .box1 .o2o2{overflow:hidden;}
.y_cont_28 .box1 .o2o1{padding-bottom:10px;margin-bottom:10px;}
.y_cont_28 .box1 .lBox,
.y_cont_28 .box1 .rBox{float:left;}
.y_cont_28 .box1 .lBox{width:192px;text-align:center;}
.y_cont_28 .box1 .rBox{width:750px;}
.y_cont_28 .box1 .lBox .pic{width:100px;height:100px;background:url(../images/y_img/i2.png) no-repeat;display:block;margin:auto auto 12px;}
.y_cont_28 .box1 .lBox .p1{color:#f00;display:block;}
.y_cont_28 .box1 .lBox .p2{color:#646464;display:block;}
.y_cont_28 .box1 .rBox .jianjiePic{display:block;margin:20px auto 0px 140px;float:left;}


/*------------------end 闆嗗洟绠€娲�----------------------*/
/*------------------鍙戝睍鍘嗙▼----------------------*/

.y_cont_29{background:url(../images/y_img/dian.png);}
.y_cont_29 .tab_btn{height:300px;width:835px;position:relative;margin:178px auto 200px auto;height:0;border-bottom:1px solid #f00;}
.y_cont_29 .tab_btn a{display:block;width:15px;height:15px;border:1px solid #f00;border-radius:1000px;background:#fff;margin:-8px 0 0 -8px;position:absolute;font-size:0;text-align:center;}
.y_cont_29 .tab_btn a.a1{left:0%;top:50%;}
.y_cont_29 .tab_btn a.a2{left:25%;top:50%;}
.y_cont_29 .tab_btn a.a3{left:50%;top:50%;}
.y_cont_29 .tab_btn a.a4{left:75%;top:50%;}
.y_cont_29 .tab_btn a.a5{left:100%;top:50%;}

.y_cont_29 .tab_btn a:hover,
.y_cont_29 .tab_btn a.in{width:168px;height:168px;margin-left:-84px;margin-top:-84px;}

/*鍗佸瓧鏋�*/
.y_cont_29 .tab_btn .shi1,
.y_cont_29 .tab_btn .shi2{background:#f00;position:absolute;left:50%;top:50%;}
.y_cont_29 .tab_btn .shi1{width:7px;height:1px;margin-left:-4px;margin-top:-1px;}
.y_cont_29 .tab_btn .shi2{width:1px;height:7px;margin-left:-1px;margin-top:-4px;
-webkit-transform:rotate(0deg);
   -moz-transform:rotate(0deg);
     -o-transform:rotate(0deg);
        transform:rotate(0deg);	
}


.y_cont_29 .tab_btn a:hover .shi2,
.y_cont_29 .tab_btn a.in .shi2{display:none;}

.cssAnim .y_cont_29 .tab_btn a:hover .shi2,
.cssAnim .y_cont_29 .tab_btn a.in .shi2{display:block;
-webkit-transform:rotate(90deg);
   -moz-transform:rotate(90deg);
     -o-transform:rotate(90deg);
        transform:rotate(90deg);	
}



/*骞翠唤涓庢爣棰�*/
.y_cont_29 .tab_btn .name,
.y_cont_29 .tab_btn .year{white-space:nowrap;margin-left:-80px;left:50%;width:160px;position:absolute;}
.y_cont_29 .tab_btn .name{color:#646464;top:-28px;font-size:14px;}
.y_cont_29 .tab_btn .year{color:#f00;bottom:-28px;font-size:16px;}
.y_cont_29 .tab_btn a:hover .year,
.y_cont_29 .tab_btn a.in .year{opacity:0;filter:alpha(opacity=0);}
.y_cont_29 .tab_btn a:hover .name,
.y_cont_29 .tab_btn a.in .name{font-size:16px;color:#f00;}

.y_cont_29 .tab_btn a .year_{opacity:0;filter:alpha(opacity=0);color:#f00;position:absolute;left:50%;top:50%;margin-top:-59px;margin-left:-59px;line-height:48px;font-size:24px;width:118px;height:108px;padding-top:10px;border:1px dashed #f00;border-radius:1000px;
-webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
     -o-transform:scale(0,0);
        transform:scale(0,0);}
.y_cont_29 .tab_btn a:hover .year_,
.y_cont_29 .tab_btn a.in .year_{opacity:1;filter:alpha(opacity=100);
-webkit-transform:scale(1,1);
   -moz-transform:scale(1,1);
     -o-transform:scale(1,1);
        transform:scale(1,1);}



.y_cont_29 .box1{width:760px;overflow:hidden;height:750px;margin:-145px auto 0;background:url(../images/y_img/fzlc_.png) left 0 no-repeat}
.y_cont_29 .box1 .list{text-align:left;overflow:hidden;padding-left:190px;width:420px;font-size:14px;color:#464646;}
.y_cont_29 .box1 .list1{min-height:152px;padding-top:97px;margin-left:328px;height:135px;background:url(../images/y_img/fzlc_o5.png) no-repeat left center;}
.y_cont_29 .box1 .list2{min-height:170px;padding-top:56px;margin-top:-4px;margin-left:151px;background:url(../images/y_img/fzlc_o6.png) no-repeat left top;}
.y_cont_29 .box1 .list3{height:106px;padding-top:69px;margin-top:-38px;margin-left:328px;background:url(../images/y_img/fzlc_o7.png) no-repeat left top;}


.y_cont_29 .box2{width:760px;overflow:hidden;height:1260px;margin:-145px auto 0;background:url(../images/y_img/fzlc_2.png) left 0 no-repeat}
.y_cont_29 .box2 .list{text-align:left;overflow:hidden;padding-left:190px;width:420px;font-size:14px;color:#464646;}
.y_cont_29 .box2 .list1{min-height:158px;padding-top:116px;margin-left:152px;height:135px;background:url(../images/y_img/o8.png) no-repeat left center;}
.y_cont_29 .box2 .list2{min-height:170px;padding-top:56px;margin-top:-39px;margin-left:338px;background:url(../images/y_img/o9.png) no-repeat left top;}

.y_cont_29 .box2 .list3{height:106px;padding-top:69px;margin-top:-30px;margin-left:152px;background:url(../images/y_img/o10.png) no-repeat left top;}
.y_cont_29 .box2 .list4{height:106px;padding-top:69px;margin-top:12px;margin-left:338px;background:url(../images/y_img/o11.png) no-repeat left top;}
.y_cont_29 .box2 .list5{height:106px;padding-top:64px;margin-top:14px;margin-left:152px;background:url(../images/y_img/o12.png) no-repeat left top;}
.y_cont_29 .box2 .list6{height:106px;padding-top:65px;margin-top:13px;margin-left:338px;background:url(../images/y_img/o13.png) no-repeat left top;}

.y_cont_29 .box3{width:760px;overflow:hidden;height:1100px;margin:-145px auto 0;background:url(../images/y_img/fzlc.png) right 0 no-repeat;text-align:left;}
.y_cont_29 .box3 .list{text-align:right;overflow:hidden;padding-right:190px;width:420px;font-size:14px;color:#464646;}
.y_cont_29 .box3 .list1{min-height:170px;padding-top:92px;height:200px;background:url(../images/y_img/fzlc_o1.png) no-repeat right center;}
.y_cont_29 .box3 .list2{margin-top:28px;}
.y_cont_29 .box3 .list3{height:106px;padding-top:64px;margin-top:97px;background:url(../images/y_img/fzlc_o2.png) no-repeat right top;}
.y_cont_29 .box3 .list4{width:230px;min-height:170px;padding-top:74px;margin-top:20px;background:url(../images/y_img/fzlc_o3.png) no-repeat right top;}
.y_cont_29 .box3 .list5{height:106px;padding-top:72px;margin-top:-58px;background:url(../images/y_img/fzlc_o4.png) no-repeat right top;}

.y_cont_29 .box4{width:760px;overflow:hidden;height:auto;margin:-145px auto 0;background:url(http://img2.bbgstatic.com/17efc2d6dac_bc_9dd8586e9a75800f153b3777e569654b_303x2090.png) right 0 no-repeat;text-align:left;}
.y_cont_29 .box4 .list{text-align:right;overflow:hidden;padding-right:200px;width:420px;font-size:14px;color:#464646;}
.y_cont_29 .box4 .list1{min-height:170px;padding-top:170px;margin-top:-28px;margin-left:-182px;background:url(../images/y_img/box4_01.png) no-repeat right center;}
.y_cont_29 .box4 .list2{height:170px;padding-top:84px;margin-top:-72px;background:url(../images/y_img/box4_02.png) no-repeat right top;}
.y_cont_29 .box4 .list3{height:170px;padding-top:76px;margin-top:-60px;margin-left:-182px;background:url(../images/y_img/box4_03.png) no-repeat right top;}
.y_cont_29 .box4 .list4{min-height:170px;margin-top:-10px;margin-left:202px;}
.y_cont_29 .box4 .list5{height:170px;padding-top:72px;margin-top:-28px;margin-left:-182px;background:url(../images/y_img/box4_05.png) no-repeat right top;}
.y_cont_29 .box4 .list6{height:170px;padding-top:52px;margin-top:-52px;background:url(../images/y_img/box4_06.png) no-repeat right top;}
.y_cont_29 .box4 .list7{height:170px;padding-top:72px;margin-top:-28px;margin-left:-182px;background:url(../images/y_img/box4_07.png) no-repeat right top;}
.y_cont_29 .box4 .list8{height:170px;padding-top:42px;margin-top:-58px;background:url(../images/y_img/box4_08.png) no-repeat right top;}
.y_cont_29 .box4 .list9 {height: 170px;padding-top: 72px;margin-top: -28px;margin-left: -182px;background: url('http://img1.bbgstatic.com/17c6479f908_bc_2ee52d9cbc668fbc4f7e2b4ea8fe37cc_170x170.png') no-repeat right top;}
.y_cont_29 .box4 .list10 {height: 170px;padding-top: 90px;margin-top: -58px;background: url('http://img0.bbgstatic.com/17c647a5f2d_bc_e0c41e7e9bb02d46d305d97b77ca47cd_170x170.png') no-repeat right top;}
.y_cont_29 .box4 .list11{height:170px;padding-top:72px;margin-top:-65px;margin-left: -158px;padding-right: 180px;background:url(../images/y_img/box4_09.png) no-repeat right top;}

.y_cont_29 .box5{width:915px;overflow:hidden;margin:-145px auto 0;background:url() right 0 no-repeat;text-align:left;background:url(http://img0.bbgstatic.com/17efc5b4d50_bc_36d9c7d6c9d111b9c41f32659724af0f_262x646.png) right 0 no-repeat;}
.y_cont_29 .box5 .list{text-align:right;overflow:hidden;padding-right:200px;width:420px;font-size:14px;color:#464646;}
.y_cont_29 .box5 .list1{min-height:170px;padding-top:150px;padding-right: 180px;margin-top:-72px;margin-left:20px;background:url(../images/y_img/box5_01.png) no-repeat right center;}
.y_cont_29 .box5 .list2{height:170px;padding-top:165px;margin-top:-150px;margin-left: 155px;padding-right:175px;background:url(../images/y_img/box5_02.png) no-repeat right center;}
.y_cont_29 .box5 .list3{height:170px;padding-top:130px;margin-top:-124px;margin-left:0;background:url(../images/y_img/box5_03.png) no-repeat right center;}
.y_cont_29 .box5 .list4{min-height:170px;margin-top:-100px;padding-top: 100px;margin-left:165px;padding-right: 190px;background:url(../images/y_img/box5_04.png) no-repeat right center;}
/*------------------
.y_cont_29 .box4{margin:-72px auto 0;}
.y_cont_29 .box4 .list{font-size:0;text-align:center;top:310px;left:149px;margin:auto;width:416px}
.y_cont_29 .box4 .list li{float:left;height:150px;}
.y_cont_29 .box4 .list li.f{width:14px;background:url(../images/y_img/u.png) -255px -243px no-repeat;margin:0 20px;}
.y_cont_29 .box4 .list li.o{width:100px;height:100px;line-height:100px;border-radius:100px;border:1px dashed #f00;font-size:18px;text-align:center;color:#f00;}

.y_cont_29 .box4 .text{clear:both;text-align:center;font-size:14px;margin-bottom:55px;color:#464646;}
.y_cont_29 .box4 .redBox{background:#f85757 url(../images/y_img/dian.png);min-height:450px;overflow:hidden;}
.y_cont_29 .box4 .redBox .pic{display:block;margin:40px auto;}
*/

/*------------------end 鍙戝睍鍘嗙▼----------------------*/
/*------------------ 绀句細璐ｄ换----------------------*/

.y_cont_30{padding-top:45px;height:45px;line-height:42px;position:relative;z-index:3;}
.y_cont_30 .tab_btn a{display:inline-block;padding:0 15px;border-bottom:3px solid #fff;font-size:16px;color:#464646;margin:0 35px;}
.y_cont_30 .tab_btn a.in,
.y_cont_30 .tab_btn a:hover{color:#f00;border-bottom-color:#f00;}


.y_cont_31{margin-top:-90px;position:relative;}
.y_cont_31 .box1 .top{height:450px;background:url(../images/y_img/box2.jpg) center top no-repeat;}
.y_cont_31 .box2 .top{height:450px;background:url(../images/y_img/box1.jpg) center top no-repeat;}
.y_cont_31 .top .red{color:#f00;}
.y_cont_31 .box1 .top .text{font-size:24px;color:#464646;position:absolute;left:0;width:100%;top:195px;}
.y_cont_31 .box2 .top .text{color:#464646;position:absolute;left:0;width:100%;}
.y_cont_31 .box2 .top .text1{font-size:24px;top:150px;}
.y_cont_31 .box2 .top .text2{font-size:14px;top:280px;}

.y_cont_31 .cont{background:#f3f2f3 url(../images/y_img/dian.png);padding:45px 0;}


.y_cont_31 .box1 .o{width:760px;overflow:hidden;height:2125px;margin:auto;background:url(../images/y_img/list4.png) left 0 no-repeat;position:relative;}
.y_cont_31 .box1 .o .list{text-align:left;overflow:hidden;width:420px;font-size:14px;color:#464646;position:absolute;left:0;top:0;}
.y_cont_31 .box1 .o .list1{left:290px;top:49px;}
.y_cont_31 .box1 .o .list2{left:150px;top:195px;}
.y_cont_31 .box1 .o .list3{left:290px;top:348px;}
.y_cont_31 .box1 .o .list4{left:150px;top:494px;}
.y_cont_31 .box1 .o .list5{left:290px;top:629px;}
.y_cont_31 .box1 .o .list6{left:150px;top:785px;}
.y_cont_31 .box1 .o .list7{left:290px;top:922px;}
.y_cont_31 .box1 .o .list8{left:150px;top:1072px;}
.y_cont_31 .box1 .o .list9{left:290px;top:1227px;}
.y_cont_31 .box1 .o .list10{left:150px;top:1332px;}
.y_cont_31 .box1 .o .list11{left:290px;top:1522px;}
.y_cont_31 .box1 .o .list12{left:150px;top:1672px;}
.y_cont_31 .box1 .o .list13{left:290px;top:1822px;}
.y_cont_31 .box1 .o .list14{left:150px;top:1922px;}




.y_cont_31 .box2 .o{width:760px;overflow:hidden;height: 1544px;margin:auto;background: url(../images/y_img/list3.png) left 0 no-repeat;position:relative;}
.y_cont_31 .box2 .o .list{text-align:left;overflow:hidden;width:430px;font-size:14px;color:#464646;position:absolute;left:0;top:0;}
.y_cont_31 .box2 .o .list0{top: 50px;left: 155px;}
.y_cont_31 .box2 .o .list1{left:290px;top: 205px;}
.y_cont_31 .box2 .o .list2{left:150px;top: 365px;}
.y_cont_31 .box2 .o .list3{left:290px;top: 525px;}
.y_cont_31 .box2 .o .list4{left:150px;top: 685px;}
.y_cont_31 .box2 .o .list5{left:290px;top: 835px;}
.y_cont_31 .box2 .o .list6{left:150px;top: 995px;}
.y_cont_31 .box2 .o .list7{left:290px;top: 1155px;}
.y_cont_31 .box2 .o .list8{left:150px;top: 1305px;}
.y_cont_31 .box2 .o .list9{left:290px;top: 1470px;}



/*骞荤伅鐗�*/
.y_cont_31 .picShow{font-size:14px;position:relative;padding:0 46px;text-align:center;width:668px;height:250px;margin:auto;}
.y_cont_31 .picShow .box{overflow:hidden;position:relative;height:100%;}
.y_cont_31 .picShow ul{width:9000px;position:absolute;left:0;top:0;font-size:0;overflow:hidden;/*_zoom:1;*/}
.y_cont_31 .picShow li{float:left;position:relative;width:325px;height:250px;float:left;font-size:0;margin-right:18px;}
.y_cont_31 .picShow li a{width:325px;height:250px;display:block;margin:auto;font-size:0;}
.y_cont_31 .picShow li img{width:325px;height:250px;position:absolute;left:0;top:0;}

.y_cont_31 .picShow .L,
.y_cont_31 .picShow .R{display:block;width:20px;height:37px;background:url(../images/y_img/j_.png) no-repeat;position:absolute;top:102px;}
.y_cont_31 .picShow .L{left:0;background-position:0 0;}
.y_cont_31 .picShow .R{background-position:right 0;right:0;}

.y_cont_31 .picShow .L:hover{background-position:0 -40px;}
.y_cont_31 .picShow .R:hover{background-position:right -40px;}


.y_cont_31 .tBox{width:760px;margin:auto auto 45px;padding:20px 0 30px;border-bottom:1px dashed #adacad;color:#464646;font-size:15px;}

/*------------------end 绀句細璐ｄ换----------------------*/

/*------------------ 淇冮攢蹇----------------------*/
.y_cont_32{height:530px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_32 .title{font-size:24px;color:#f00;text-align:center;padding-top:45px;}

.y_cont_32 .picShow{font-size:14px;position:relative;padding:0 35px;text-align:center;width:821px;height:300px;margin:auto;}
.y_cont_32 .picShow .box{overflow:hidden;position:relative;height:100%;}
.y_cont_32 .picShow ul{width:9000px;position:absolute;left:0;top:0;font-size:0;overflow:hidden;/*_zoom:1;*/}
.y_cont_32 .picShow li{float:left;position:relative;width:185px;height:300px;float:left;font-size:0;margin-right:27px;background:url(../images/y_img/kuku.jpg) no-repeat;}
.y_cont_32 .picShow li .pic{width:183px;height:238px;position:relative;border:1px solid #AAA;margin-bottom:6px;}
.y_cont_32 .picShow li:hover .pic{border:1px solid #f00;}
.y_cont_32 .picShow li img{width:183px !important;height:238px !important;display:block;}
.y_cont_32 .picShow li .link{display:none;background:url(../images/y_img/bai.png);position:absolute;left:0;top:0;width:100%;height:100%;}
.y_cont_32 .picShow li:hover .link{display:block;}
.y_cont_32 .picShow li .t{font-size:14px;color:#646464;display:block;}
.y_cont_32 .picShow li .time{font-size:14px;color:#646464;display:block;}
.y_cont_32 .picShow li:hover .t,
.y_cont_32 .picShow li:hover .time{color:#f00;}
.y_cont_32 .picShow li .xq,
.y_cont_32 .picShow li .xz{width:35px;height:35px;position:absolute;left:0;top:45%;background:url(../images/y_img/btn.png) no-repeat;}
.y_cont_32 .picShow li .xq{background-position:0 0;left:53px;display:none;}
.y_cont_32 .picShow li .xz{background-position:right 0;left:77px;}


.y_cont_32 .picShow .L,
.y_cont_32 .picShow .R{display:block;width:20px;height:37px;background:url(../images/y_img/j_.png) no-repeat;position:absolute;top:102px;}
.y_cont_32 .picShow .L{left:0;background-position:0 0;}
.y_cont_32 .picShow .R{background-position:right 0;right:0;}

.y_cont_32 .picShow .L:hover{background-position:0 -40px;}
.y_cont_32 .picShow .R:hover{background-position:right -40px;}

.y_cont_32 .tab_pic{margin-top:45px;}

.y_cont_32 .tab_Btn{font-size:0;margin-top:20px;}
.y_cont_32 .tab_Btn a{display:inline-block;padding:0 25px;border:1px solid #B1B1B1;height:23px;line-height:23px;color:#646464;font-size:14px;margin-right:-1px;position:relative;z-index:1;}
.y_cont_32 .tab_Btn a:hover,
.y_cont_32 .tab_Btn a.in{border:1px solid #f00;background:#f00;color:#fff;position:relative;z-index: 2;}



.y_cont_33{background:#f7f7f7 url(../images/y_img/dian.png);}
.y_cont_33 .cont_nr{width:760px;}
.y_cont_33 .t{text-align:center;padding:40px 0 10px;height:50px;line-height:50px;color:#f00;font-size:24px;}
.y_cont_33 .list{}
.y_cont_33 .list li{border-top:1px dashed #cacaca;padding:20px 0 20px 0;overflow:hidden;position:relative;}
.y_cont_33 .list .pic{float:left;font-size:0;margin-right:12px;*width:200px;}
.y_cont_33 .list .title{font-weight:bold;color:#242424;margin-bottom:6px; font-size: 16px;}
.y_cont_33 .list .title a{color:#242424;}
.y_cont_33 .list .title a:hover,
.y_cont_33 .list .title:hover{color:#f00;}
.y_cont_33 .list .doc{font-size:14px;}

.y_cont_33 .list .info{margin-top:15px;}
.y_cont_33 .list .rBox{margin-left:12px;float:right;width:102px;height:102px;border-radius:500px;background:#fff url(../images/y_img/doc.png) 0 -150px no-repeat;}
.y_cont_33 .list .rBox:hover{background-position:0 0;}







/*------------------end 淇冮攢蹇----------------------*/

/*------------------ 澶у鎴峰洟璐�----------------------*/


.y_cont_34{position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;zoom:1;}
.y_cont_34 .cont_nr{/*width:760px;*/}
.y_cont_34 .title{font-size:18px;color:#646464;padding-top:40px;border-bottom:1px dashed #cacaca;line-height:50px;}
.y_cont_34 .title .red{color:#f00;}
.y_cont_34 .doc{padding-bottom:50px;}
.y_cont_34 .doc h3{color:#000;margin:22px auto 8px;}
.y_cont_34 .doc p{color:#646464;font-size:13px;margin:8px auto;}



.y_cont_35{background:#f7f7f7 url(../images/y_img/dian.png);}
.y_cont_35 .cont_nr{/*width:760px;*/}
.y_cont_35 .title{font-size:18px;color:#646464;padding-top:40px;border-bottom:1px dashed #cacaca;line-height:50px;}
.y_cont_35 .title .red{color:#f00;}
.y_cont_35 table{margin:30px auto 50px;}
.y_cont_35 table th{background:#f00;color:#fff;}

.cssAnim .y_cont_35 table td,
.cssAnim .y_cont_35 table th{border: 1px solid #f7f7f7;}
.cssAnim .y_cont_35 table tr:nth-child(odd){background:#e7e7e7;}
.cssAnim .y_cont_35 table tr:nth-child(even){background:#f2f2f2;}

/*------------------end 澶у鎴峰洟璐�----------------------*/


/*------------------ 浼氬憳绉垎鏌ヨ----------------------*/

.y_cont_36{position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_36 .cont_nr{width:580px;}
.y_cont_36 .tips{color:#646464;padding-top:40px;margin-bottom:30px;}
.y_cont_36 .tips h3{line-height:45px;}
.y_cont_36 .tips p{font-size:14px;}

.y_cont_36 .loginBox{margin:auto;width:360px;border:1px solid #ccc;padding:30px 20px;margin-bottom:20px;}
.y_cont_36 .loginBox .field{margin-bottom:20px;padding-left:82px;position:relative;overflow:hidden;}
.y_cont_36 .loginBox .field .title{font-size:14px;color:#464646;text-align:right;width:70px;float:left;padding-right:12px;position:absolute;left:0;top:0;line-height:30px;}
.y_cont_36 .loginBox .field .textInput{float:left;border:1px solid #CCC;height:28px;line-height:28px;background:#F8F8F8;padding:0 8px;width:225px;}
.y_cont_36 .loginBox .field2 .textInput{width:152px;}
.y_cont_36 .loginBox .field .sub{width:115px;height:30px;line-height:30px;border:none;background:#f00;color:#fff;cursor:pointer;}
.y_cont_36 .loginBox .field .t{color:#f00;font-size:14px;}
.y_cont_36 .loginBox .field .get{float:left; white-space:nowrap;color:#464646;padding:0 6px;font-size:14px;background:#F8F8F8;border:1px solid #CCC;height:28px;line-height:28px;margin-left:-1px;}


.y_cont_36 .link{text-align:center;margin-bottom:50px;}
.y_cont_36 .link .a1{text-decoration:underline;color:#646464;font-size:14px;}
.y_cont_36 .link .a1:hover{color:#f00;}

.y_cont_36 .link .a2,
.y_cont_36 .link .a3{display:inline-block;width:27px;height:27px;background:url(../images/y_img/link5.png) no-repeat;position:relative;top:7px;left:0;}
.y_cont_36 .link .a2{background-position:0 0;}
.y_cont_36 .link .a3{background-position:-37px 0;}

.y_cont_36 .link .a2:hover{background-position:0 -29px;}
.y_cont_36 .link .a3:hover{background-position:-37px -29px;}


.y_cont_36 ._showWin{display:none;width: 420px;height: 400px;position: absolute;left:50%;top:100px;box-shadow:0 0 15px 1px #999;margin-left:-210px;background:#fff;border:1px solid #CCC;}
.cssAnim .y_cont_36 ._showWin{border:none;}
.y_cont_36 ._showWin .head{background:#f00;color:#fff;padding:20px 8px 20px 122px;height:60px;overflow:hidden;margin-bottom:20px;}
.y_cont_36 ._showWin .head .logo_{width:58px;height:58px;position:absolute;left:48px;top:20px;border:1px solid #C9C9C9;}
.y_cont_36 ._showWin .head .close{position:absolute;right:8px;top:4px;font-size:30px;cursor:pointer;line-height:20px;}
.y_cont_36 ._showWin .head h3{margin-bottom:4px;}
.y_cont_36 ._showWin .head p{font-size:14px;}
.y_cont_36 ._showWin .cont{height:236px;overflow-y:auto;padding:12px;color:#646464;}
.y_cont_36 ._showWin .cont .t{display:inline-block;width:100px;text-align:right;}










/*------------------end 浼氬憳绉垎鏌ヨ----------------------*/

/*------------------ 鍟嗗姟鍗℃煡璇�----------------------*/

.y_cont_37{position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;zoom:1;}
.y_cont_37 .cont_nr{width:760px;background:url(../images/y_img/ka.png) 485px 100px no-repeat;}

.y_cont_37 .title{font-size:16px;color:#646464;padding-top:40px;line-height:50px;padding-left:35px;margin-bottom:6px;}
.y_cont_37 .title .red{color:#f00;}

.y_cont_37 .link{text-align:left;margin-bottom:50px;padding-left:35px;padding-top:50px;}
.y_cont_37 .line{color:#C9C9C9;display:inline-block;margin:0 50px;}
.y_cont_37 .link .a1{text-decoration:underline;color:#646464;font-size:14px;}
.y_cont_37 .link .a1:hover{color:#f00;}

.y_cont_37 .link .a2,
.y_cont_37 .link .a3{display:inline-block;width:27px;height:27px;background:url(../images/y_img/link5.png) no-repeat;position:relative;top:7px;left:0;}
.y_cont_37 .link .a2{background-position:0 0;}
.y_cont_37 .link .a3{background-position:-37px 0;}

.y_cont_37 .link .a2:hover{background-position:0 -29px;}
.y_cont_37 .link .a3:hover{background-position:-37px -29px;}

.y_cont_37 .tips{font-size:14px;color:#646464;line-height:28px;}

.y_cont_37 .field{margin-bottom:12px;padding-left:35px;position:relative;overflow:hidden;}
.y_cont_37 .field .title{font-size:14px;color:#464646;text-align:right;width:70px;display:inline-block;padding-right:12px;position:absolute;left:0;top:0;line-height:30px;}
.y_cont_37 .field .textInput{border:1px solid #CCC;height:28px;line-height:28px;background:#F8F8F8;padding:0 8px;width:275px;float:left;}
.y_cont_37 .field3{margin-bottom:18px;}
.y_cont_37 .field3 .textInput{width:202px;}
.y_cont_37 .field .sub{width:293px;height:30px;line-height:30px;border:none;background:#f00;color:#fff;cursor:pointer;}
.y_cont_37 .field .t{color:#f00;font-size:14px;}
.y_cont_37 .field .get{width:72px;color:#464646;font-size:14px;background:#F8F8F8;border:1px solid #CCC;height:28px;margin-left:-1px;float:left;}

.y_cont_37 .info{font-size:14px;color:#646464;border-top:1px dashed #b7b7b7;padding:22px 35px;}
.y_cont_37 .info p{margin-bottom:4px;}
/*------------------end 鍟嗗姟鍗℃煡璇�----------------------*/




/*------------------ 鎶曡瘔寤鸿----------------------*/

.y_cont_38{position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_38 .cont_nr{width:760px;}

.y_cont_38 .title{font-size:14px;color:#646464;padding:40px 0 20px;margin-bottom:20px;border-bottom:1px dashed #b7b7b7;}
.y_cont_38 .title .red{color:#f00;}


.y_cont_38 .tips{font-size:14px;color:#646464;line-height:35px;margin-bottom:12px;}

.y_cont_38 .field{margin-bottom:12px;position:relative;overflow:hidden;font-size:14px;line-height:30px;}
.y_cont_38 .field .red{color:#f00;}
.y_cont_38 .field textarea{background:#F8F8F8;border:1px solid #CCC;padding:6px 8px;width:530px;height:100px;resize:none;color:#464646;}
.y_cont_38 .field .title{font-size:14px;color:#464646;text-align:right;width:70px;display:inline-block;padding-right:12px;position:absolute;left:0;top:0;line-height:30px;}
.y_cont_38 .field .textInput{border:1px solid #CCC;height:28px;line-height:28px;background:#F8F8F8;padding:0 8px;width:275px;}
.y_cont_38 .field .grayText{color:#a9a9a9;}
.y_cont_38 .field .textInput.w70{width:70px;}
.y_cont_38 .field select{width:70px;height:28px;}
.y_cont_38 .field3{margin-bottom:18px;}
.y_cont_38 .field3 .textInput{width:202px;}
.y_cont_38 .field .sub{width:115px;height:30px;line-height:30px;border:none;background:#f00;color:#fff;cursor:pointer;}
.y_cont_38 .field .t{color:#f00;font-size:14px;}
.y_cont_38 .field .get{width:72px;color:#464646;font-size:14px;background:#F8F8F8;border:1px solid #CCC;height:28px;margin-left:-1px;}

.y_cont_38 .field .file-box{ position:relative;width:280px;height:30px;overflow:hidden;float:left;}
.y_cont_38 .field .txt{ height:28px; border:1px solid #cdcdcd; width:200px;float:left;}
.y_cont_38 .field .btn{ background-color:#FFF; border:1px solid #CDCDCD;height:100%; width:70px;float:right;}
.y_cont_38 .field .file{ position:absolute; top:0; right:0; height:100%; filter:alpha(opacity:0);opacity: 0;width:100%; }
.y_cont_38 .field .lan{border:1px solid #f00;height:100%; width:70px;float:left;height:30px;margin-left:12px;cursor:pointer;background:#fff;color:#f00;}

.y_cont_38 .botBox{padding:20px 0;border-top:1px dashed #b7b7b7;margin-top:45px;}
.y_cont_38 .botBox .cha{border:1px solid #f00;height:100%; width:70px;height:30px;margin-left:12px;cursor:pointer;background:#fff;color:#f00;}

.y_cont_39{position:relative;background:url(../images/y_img/r.jpg) center center no-repeat;height:500px;}
.y_cont_39 .text{position:absolute;left:0;width:100%;text-align:center;color:#fff;}
.y_cont_39 .text1{top:170px;font-size:16px;}
.y_cont_39 .text2{top:205px;font-size:36px;}
.y_cont_39 .text3{top:278px;font-size:16px;}

.y_cont_40{position:relative;background:#F7F7F7 url(../images/y_img/dian.png);}
.y_cont_40 .cont_nr{width:760px;padding:80px 0;}
.y_cont_40 p{margin-bottom:12px;font-size:14px;}

/*------------------end 鎶曡瘔寤鸿----------------------*/
/*------------------鍟嗕笟----------------------*/
.y_cont_41{position:relative;background:#F7F7F7 url(../images/y_img/dian.png);z-index:3;}
.y_cont_41 .cont_nr{padding:25px 0;}
.y_cont_41 .list{clear:both;}
.y_cont_41 .list li{float:left;width:244px;position:relative;height:244px;margin:auto 3px 6px;z-index:1}
.y_cont_41 .list li.in{z-index:2;}
.y_cont_41 .list .pic{overflow:hidden;display:block;height:242px;width:242px;border:1px solid #fff;position:relative;}
.y_cont_41 .list .pic:hover{border:1px solid #f00;}
.y_cont_41 .list .pic img{position:absolute;left:0;top:0;width:100% !important;height:100% !important;}
.y_cont_41 .list .pic:hover .hover{width:110% !important;height:110% !important;left:-5%;top:-5%;}










































.y_cont_41 .list .box{display:none;width:742px;height: 500px;position: absolute;top:0;box-shadow:0 0 15px 1px #999;background:#fff;border:1px solid #CCC;}
.cssAnim .y_cont_41 .list .box{border:none;width:744px;}
.y_cont_41 .list .box.l{left:0;}
.y_cont_41 .list .box.r{right:0;}
.y_cont_41 .list .box .head{color:#fff;height:140px;overflow:hidden;margin-bottom:20px;position:relative;}
.y_cont_41 .list .box .head .logo_{position:absolute;left:50%;margin-left:-124px;top:0;height:100%;}
.y_cont_41 .list .box .head .close{position:absolute;right:10px;top:10px;font-size:0;background:url(../images/y_img/close.png) no-repeat;cursor:pointer;width:28px;height:28px;}
.y_cont_41 .list .box .head .close:hover{background-position:0 -30px;}
.y_cont_41 .list .box .cont{height:276px;overflow-y:auto;padding:12px 50px;}
.y_cont_41 .list .box .cont p{margin-bottom:12px;color:#434343;}
.y_cont_41 .list .box .cont .f12{font-size:14px;}
.y_cont_41 .list .box .cont .f14{font-size:14px;color:#000;}



.y_cont_42{position:relative;background:url(../images/y_img/b11.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_42 .cont_nr{}
.y_cont_42 .redBox{font-size:36px;color:#fff;height:100px;line-height:100px;width:100%;background:url(../images/y_img/b11_.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_42 .redBox .nr{height:100%;background:url(../images/y_img/redH.png);}
.y_cont_42 .list{height:700px;background:url(../images/y_img/list5.jpg) no-repeat;position:relative;margin:auto;width:1000px;}
.y_cont_42 .list li{position:absolute;font-size:22px;}

.y_cont_42 .list li.li1{left:0;top:0;width:229px;height:187px;line-height:187px;}
.y_cont_42 .list li.li2{left:229px;top:0;width:229px;height:187px;line-height:187px;}
.y_cont_42 .list li.li3{left:458px;top:0;width:273px;height:348px;line-height:348px;}
.y_cont_42 .list li.li4{left:731px;top:0;width:269px;height:174px;line-height:174px;}
.y_cont_42 .list li.li5{left:0;top:187px;width:458px;height:161px;line-height:161px;}
.y_cont_42 .list li.li6{left:731px;top:174px;width:269px;height:174px;line-height:174px;}

.y_cont_42 .list li.li7{left:0;top:348px;width:303px;height:225px;line-height:225px;}
.y_cont_42 .list li.li8{left:303px;top:348px;width:242px;height:135px;line-height:135px;}
.y_cont_42 .list li.li9{left:545px;top:348px;width:242px;height:135px;line-height:135px;}
.y_cont_42 .list li.li10{left:787px;top:348px;width:213px;height:352px;line-height:352px;}
.y_cont_42 .list li.li11{left:0;top:573px;width:303px;height:127px;line-height:127px;}
.y_cont_42 .list li.li12{left:303px;top:483px;width:242px;height:217px;line-height:217px;}
.y_cont_42 .list li.li13{left:545px;top:483px;width:242px;height:217px;line-height:217px;}

.y_cont_42 .list a{display:block;height:100%;}
.y_cont_42 .list a.gray{color:#3c3c3c}
.y_cont_42 .list a.white{color:#fff}
.y_cont_42 .list a:hover{color:#fff;}
.y_cont_42 .list a:hover{background:url(../images/y_img/redH.png);}

.y_cont_42_winPicBox{display:none;position:fixed;width:100%;height:100%;background:url(../images/y_img/black.png);left:0;top:0;z-index:1000;}




/*骞荤伅鐗�*/
.y_cont_42_winPicBox .cont{position:absolute;top:40%;left:0;margin-top:-216px;width:100%;height:100%;text-align:center;}

.y_cont_42_winPicBox .picShow{font-size:14px;position:relative;padding:0 96px;text-align:center;width:676px;height:435px;margin:auto;}
.y_cont_42_winPicBox .picShow .box{overflow:hidden;position:relative;height:100%;}
.y_cont_42_winPicBox .picShow ul{width:9000px;position:absolute;left:0;top:0;font-size:0;overflow:hidden;/*_zoom:1;*/}
.y_cont_42_winPicBox .picShow li{float:left;position:relative;width:676px;height:435px;float:left;font-size:0;margin-right:1px;}
.y_cont_42_winPicBox .picShow li a{width:102px;height:145px;display:block;margin:auto;font-size:0;}
.y_cont_42_winPicBox .picShow li img{width:676px;height:435px;position:absolute;left:0;top:0;}

.y_cont_42_winPicBox .picShow .L,
.y_cont_42_winPicBox .picShow .R{display:block;width:20px;height:37px;background:url(../images/y_img/j.png) no-repeat;position:absolute;top:50%;margin-top:-18px;}
.y_cont_42_winPicBox .picShow .L{left:0;background-position:0 0;}
.y_cont_42_winPicBox .picShow .R{background-position:right 0;right:0;}

.y_cont_42_winPicBox .picShow .L:hover{background-position:0 -40px;}
.y_cont_42_winPicBox .picShow .R:hover{background-position:right -40px;}

.y_cont_42_winPicBox .tj{font-size:18px;color:#fff;line-height:55px;}

.y_cont_42_winPicBox .close{position:absolute;right:20px;top:20px;cursor:pointer;background:url(../images/y_img/close_.png) no-repeat;width:50px;height:50px;}
.y_cont_42_winPicBox .close:hover{background-position:0 -50px;}

/*------------------end 鍟嗕笟----------------------*/

/*------------------鐧捐揣鎷涘晢 鍟嗕笟缁煎悎浣撴嫑鍟�----------------------*/
.y_cont_43{height:300px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_43 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_43 .text1{top:92px;font-size:36px;color:#f00;}

/*.y_cont_43 .text1{top:92px;height:80px;background:url(../images/y_img/t14.png) center center no-repeat;}*/

.y_cont_44{height:500px;position:relative;}
.y_cont_44._bj1{background:url(../images/y_img/b13.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_44._bj2{background:url(../images/y_img/b14.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_44._bj3{background:url(../images/y_img/b16.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_44._bj4{background:url(../images/y_img/b15.jpg) center center no-repeat;background-attachment:fixed;}
.y_cont_44._bj5{background:url(../images/y_img/b17.jpg) center center no-repeat;background-attachment:fixed;}

.y_cont_44 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_44 .text1{top:46px;display:block;margin-left:auto;margin-right:auto;}

.y_cont_44 .list{width:760px;padding-top:130px;margin:auto;}
.y_cont_44 .list ul{width:800px;}
.y_cont_44 .list li{float:left;width:128px;height:128px;border:1px solid #fff;overflow:hidden;margin:0 10px 25px;position:relative;color:#fff;cursor:pointer;}
.y_cont_44 .list .bj{position:absolute;left:0;top:0;width:100%;height:100%;background:#ff0000;opacity:0.2;filter:alpha(opacity=20);}
.y_cont_44 .list .num{position:absolute;left:6px;top:0;font-size:36px;font-family:Arial;opacity:1;filter:alpha(opacity=100);}
.y_cont_44 .list .add{position:absolute;right:8px;top:8px;font-size:14px;font-family:Arial;opacity:1;filter:alpha(opacity=100);}
.y_cont_44 .list .name{position:absolute;left:6px;top:100px;font-size:16px;}
.y_cont_44 .list .info{position:absolute;left:6px;top:240px;font-size:14px;opacity:0;filter:alpha(opacity=0);}

.y_cont_44 .list li:hover .bj{opacity:.8;filter:alpha(opacity=80);}
.y_cont_44 .list li:hover .num{top:-50px;opacity:0;filter:alpha(opacity=0);}
.y_cont_44 .list li:hover .add{top:-50px;opacity:0;filter:alpha(opacity=0);}
.y_cont_44 .list li:hover .name{top:10px;}
.y_cont_44 .list li:hover .info{top:40px;opacity:1;filter:alpha(opacity=100);}

.y_cont_44 .jiao{position:absolute;left:50%;top:0;width:30px;margin-left:-15px;height:15px;background:url(../images/y_img/jiao.png) no-repeat;}

.y_cont_45{height:400px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_45 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_45 .text1{top:70px;display:block;margin-left:auto;margin-right:auto;}

.y_cont_45 .list{font-size:0;text-align:center;position:absolute;top:170px;left:0;width:100%;}
.y_cont_45 .list li{display:inline-block;*display:inline;*zoom:1;height:150px;}
.y_cont_45 .list li.f{width:1px;background:#DCDCDC;margin:0 55px;position:relative;top:-132px;*top:0;}
.y_cont_45 .list li.o{width:130px;}
.y_cont_45 .list li .pic{display:inline-block;width:101px;height:101px;margin:0 15px;}
.y_cont_45 .list li .t{font-size:16px;color:#646464;line-height:35px;}
.y_cont_45 .list li .b{font-size:14px;color:#646464;line-height:16px;display:inline-block;width:100%;}


.cssAnim .y_cont_45 .list li.f{opacity:0;
-webkit-transform:rotate(0deg);
   -moz-transform:rotate(0deg);
     -o-transform:rotate(0deg);
        transform:rotate(0deg);}

.cssAnim .y_cont_45.show .list li.f{opacity:1;
-webkit-transform:rotate(30deg);
   -moz-transform:rotate(30deg);
     -o-transform:rotate(30deg);
        transform:rotate(30deg); 	
}



/*鐧捐揣鎷涘晢*/
.y_cont_45 .list .pic1{background:url(../images/y_img/o14.png) no-repeat;background-position:0 0}
.y_cont_45 .list .pic2{background:url(../images/y_img/o14.png) no-repeat;background-position:-249px 0}
/*鍟嗕笟缁煎悎浣撴嫑鍟�*/
.y_cont_45 .list .pic3,
.y_cont_45 .list .pic4,
.y_cont_45 .list .pic5,
.y_cont_45 .list .pic6,
.y_cont_45 .list .pic7,
.y_cont_45 .list .pic8,
.y_cont_45 .list .pic9{background:url(../images/y_img/o15.png) no-repeat;}
.y_cont_45 .list .pic3{background-position:0 0}
.y_cont_45 .list .pic4{background-position:-128px 0}
.y_cont_45 .list .pic5{background-position:-256px 0}
.y_cont_45 .list .pic6{background-position:-385px 0}
.y_cont_45 .list .pic7{background-position:-513px 0}
.y_cont_45 .list .pic8{background-position:-641px 0}
.y_cont_45 .list .pic9{background-position:-769px 0}

/*缃笟鎷涘晢*/
.y_cont_45 .list .pic10,
.y_cont_45 .list .pic11,
.y_cont_45 .list .pic12{background:url(../images/y_img/o17.png) no-repeat;}
.y_cont_45 .list .pic10{background-position:0 0}
.y_cont_45 .list .pic11{background-position:-249px 0}
.y_cont_45 .list .pic12{background-position:-497px 0}

/*瀹剁數鎷涘晢*/
.y_cont_45 .list .pic13,
.y_cont_45 .list .pic14,
.y_cont_45 .list .pic15,
.y_cont_45 .list .pic16,
.y_cont_45 .list .pic17{background:url(../images/y_img/o18.png) no-repeat;}
.y_cont_45 .list .pic13{background-position:0 0}
.y_cont_45 .list .pic14{background-position:-146px 0}
.y_cont_45 .list .pic15{background-position:-292px 0}
.y_cont_45 .list .pic16{background-position:-437px 0}
.y_cont_45 .list .pic17{background-position:-583px 0}

/*瑁呴グ瑁呬慨*/
.y_cont_45 .list .pic18,
.y_cont_45 .list .pic19,
.y_cont_45 .list .pic20{background:url(../images/y_img/o19.png) no-repeat;}
.y_cont_45 .list .pic18{background-position:0 0}
.y_cont_45 .list .pic19{background-position:-249px 0}
.y_cont_45 .list .pic20{background-position:-497px 0}


.y_cont_46{height:250px;position:relative;background:#f7f7f7 url(../images/y_img/dian.png);background-attachment:fixed;}
.y_cont_46 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_46 .text1{top:55px;height:110px;font-size:36px;color:#f00;}

.y_cont_46 .list{font-size:0;text-align:center;position:absolute;top:75px;left:0;=}
.y_cont_46 .list li{float:left;text-align:left;font-size:16px;color:#646464;position:relative;min-height:80px;padding-left:100px;}
.y_cont_46 .list li .pic{background:url(../images/y_img/o16.png) no-repeat;}
.y_cont_46 .list li.o1 .pic{background-position:0 0}
.y_cont_46 .list li.o2 .pic{background-position:-443px 0}
.y_cont_46 .list li .pic{position:absolute;left:0;top:0;width:80px;height:80px;margin-right:15px;}
.y_cont_46 .list li .t{line-height:35px;}

.y_cont_46 .list li a{color:#646464;}
.y_cont_46 .list li a:hover{color:#f00;}
/*鐧捐揣鎷涘晢*/
.y_cont_46._this_bhzs .list{padding-left:98px;}
.y_cont_46._this_bhzs .list li{margin:0 40px;}
.y_cont_46._this_bhzs .list .o1{padding-top:0;}
.y_cont_46._this_bhzs .list .o2{padding-top:15px;}


/*鍟嗕笟缁煎悎浣撴嫑鍟�*/
.y_cont_46._this_syzht .list{padding-left:0;}
.y_cont_46._this_syzht .list li{margin:0 30px;}
.y_cont_46._this_syzht .list .o1{padding-top:0;}
.y_cont_46._this_syzht .list .o2{padding-top:0;}



/*鍟嗕笟缁煎悎浣撴嫑鍟�*/
.y_cont_46._this_zyzs .list{padding-left:135px;}
.y_cont_46._this_zyzs .list li{margin:0 20px;}
.y_cont_46._this_zyzs .list .o1{padding-top:0;}
.y_cont_46._this_zyzs .list .o2{padding-top:14px;}

/*------------------end 鐧捐揣鎷涘晢 鍟嗕笟缁煎悎浣撴嫑鍟�----------------------*/


.y_cont_47{height:300px;position:relative;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont_47 .text{position:absolute;top:0;left:0;width:100%;text-align:center;}
.y_cont_47 .text1{top:154px;font-size:14px;color:#646464;}
.y_cont_47 .o{position:absolute;left:50%;margin-left:-42px;top:56px;width:84px;height:84px;background:url(../images/y_img/o20.png) no-repeat}


/*鐧惧害鍦板浘*/
.baiduMapDiv{ width: 100%; height: 100%; position: relative; cursor: pointer;}
.baiduMapDiv .mapMasking{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.baiduMapDiv .mapMasking.hide{ display: none;}



/*------------------闂ㄥ簵瀵艰埅----------------------*/
.y_cont48{min-height:500px;background:url(../images/y_img/b9.jpg) center center no-repeat;}
.y_cont48 .cont_nr{width:875px;}
.y_cont48 .cont_title{padding-top:30px;height:40px;line-height:40px;color:#f00;font-size:18px;border-bottom:2px solid #f00;}

.y_cont48 .picShow{font-size:14px;position:relative;text-align:center;width:100%;height:460px;margin-top:25px;}
.y_cont48 .picShow .box{overflow:hidden;position:relative;height:100%;}
.y_cont48 .picShow ul{position:absolute;left:0;top:0;overflow:hidden;/*_zoom:1;*/width:100%;height:100%;}
.y_cont48 .picShow li{width:100%;height:100%;position:absolute;left:0;top:0;width:1000px;z-index:1;opacity:0;filter:alpha(opacity=0);}

.y_cont48 .picShow li.in{z-index:2;}

.y_cont48 .picShow li .box{float:left;position:relative;width:194px;height:180px;margin-right:30px;margin-bottom:30px;float:left;font-size:14px;text-align:left;background:#F7F7F7;padding-left:228px;}
.y_cont48 .picShow li a{width:102px;height:145px;display:block;margin:auto;font-size:0;}
.y_cont48 .picShow li a:hover .garyPic{opacity:0;filter:alpha(opacity=0);}
.y_cont48 .picShow li .pic{position:absolute;left:0;top:0;}
.y_cont48 .picShow li .title{padding:12px 0;font-size:16px;}
.y_cont48 .picShow li p{padding:0 12px 0 25px;position:relative;margin-bottom:12px;}
.y_cont48 .picShow li .icon{position:absolute;left:0;top:0px;}

.y_cont48 .picShow .L,
.y_cont48 .picShow .R{display:block;width:20px;height:37px;background:url(../images/y_img/j_.png) no-repeat;position:absolute;bottom:25px;z-index:2;}
.y_cont48 .picShow .L{right:40px;background-position:0 0;}
.y_cont48 .picShow .R{background-position:right 0;right:0;}

.y_cont48 .picShow .L:hover{background-position:0 -40px;}
.y_cont48 .picShow .R:hover{background-position:right -40px;}


.y_cont48 .btn{position:absolute;bottom:36px;left:0;width:100%;height:11px;line-height:11px;font-size:0;z-index:3;}
.y_cont48 .btn span{display:inline-block;height:11px;width:11px;background:url(../images/y_img/list_.png) no-repeat -12px 0;margin:0 8px;cursor:pointer;}
.y_cont48 .btn span.in{background-position:0 0;}



.y_cont49{position:relative;background:#F7F7F7;min-height:64px;}
.y_cont49 .cont_nr{padding:36px 0 0;text-align:center;}



.y_cont49 .textInput{border:1px solid #CCC;height:28px;line-height:28px;background:#F8F8F8;padding:0 8px;width:275px;}
.y_cont49 .textInput.w70{width:70px;}
.y_cont49 select{width:70px;height:28px;}
.y_cont49 .sub{width:115px;height:30px;line-height:26px;border:none;background:#f00;color:#fff;cursor:pointer;}


.y_cont50{position:relative;background:#fff;min-height:64px;}
.y_cont50 .cont_nr{padding:0 0 36px;}
.y_cont50 .cont_title{padding-top:30px;height:40px;line-height:40px;color:#f00;font-size:18px;border-bottom:2px solid #f00;margin-bottom:12px}
.y_cont50 .cont_title span{font-size:14px;color:#646464;}

.y_cont50 .list{}
.y_cont50 .list li{font-size:14px;height:39px;line-height:39px;color:#646464;border-bottom:1px dashed #EEE;}
.y_cont50 .list .b1,
.y_cont50 .list .b2,
.y_cont50 .list .b3{float:left;}
.y_cont50 .list .b1{width:230px;}
.y_cont50 .list .b2{width:440px;padding-left:25px;}
.y_cont50 .list .b3{width:230px;padding:0 25px;text-align:center;}



/*------------------end 闂ㄥ簵瀵艰埅----------------------*/
/*------------------ 鏂板獟浣�----------------------*/

.y_cont51{min-height:500px;background:url(../images/y_img/dian.png);}
.y_cont51 .cont_nr{width:760px;}
.y_cont51 .cont_title{padding-top:30px;height:40px;line-height:40px;color:#f00;font-size:18px;border-bottom:2px solid #f00;}

.y_cont51 .picShow{font-size:14px;position:relative;text-align:center;width:100%;height:505px;margin-top:25px;}
.y_cont51 .picShow .box{overflow:hidden;position:relative;height:100%;}
.y_cont51 .picShow ul{position:absolute;left:0;top:0;overflow:hidden;/*_zoom:1;*/width:100%;height:100%;}
.y_cont51 .picShow li{width:100%;height:100%;position:absolute;left:0;top:0;width:800px;z-index:1;opacity:0;filter:alpha(opacity=0);}
.y_cont51 .picShow li.in{z-index:2;}
.y_cont51 .picShow li .box{float:left;position:relative;width:180px;height:215px;margin-right:13px;margin-bottom:13px;float:left;font-size:14px;text-align:center;}
.y_cont51 .picShow li .pic1{width:180px;height:180px;display:block;}
.y_cont51 .picShow li .pic2{position:absolute;left:0;top:0;opacity:0;filter:alpha(opacity=0);width:178px;height:178px;border:1px solid #f00;}
.y_cont51 .picShow li .title{padding:12px 0;font-size:14px;line-height:35px;color:#646464;}
.y_cont51 .picShow li .box:hover .pic2{opacity:1;filter:alpha(opacity=1;)}
.y_cont51 .picShow .L,
.y_cont51 .picShow .R{display:block;width:20px;height:37px;background:url(../images/y_img/j_.png) no-repeat;position:absolute;bottom:25px;z-index:2;}
.y_cont51 .picShow .L{right:40px;background-position:0 0;}
.y_cont51 .picShow .R{background-position:right 0;right:0;}

.y_cont51 .picShow .L:hover{background-position:0 -40px;}
.y_cont51 .picShow .R:hover{background-position:right -40px;}


.y_cont51 .btn{position:absolute;bottom:36px;left:0;width:100%;height:11px;line-height:11px;font-size:0;z-index:3;}
.y_cont51 .btn span{display:inline-block;height:11px;width:11px;background:url(../images/y_img/list_.png) no-repeat -12px 0;margin:0 8px;cursor:pointer;}
.y_cont51 .btn span.in{background-position:0 0;}


.y_cont52{position:relative;background:#fff;min-height:64px;}
.y_cont52 .cont_nr{padding:36px 0 136px;width:760px;}
.y_cont52 .cont_title{padding-top:30px;height:40px;line-height:40px;color:#f00;font-size:18px;border-bottom:2px solid #f00;margin-bottom:12px}


.y_cont52 .box{overflow:hidden;}
.y_cont52 .box .l{float:left;width:49%;min-height:205px;position:relative;}
.y_cont52 .box .r{float:right;width:49%;min-height:205px;position:relative;}
.y_cont52 .box img{display:block;margin:30px auto;}
.y_cont52 .box .bot{font-size:0;text-align:center;position:absolute;bottom:0;left:0;width:100%;}
.y_cont52 .box .btn1,
.y_cont52 .box .btn2{display:inline-block;width:155px;cursor:pointer;height:40px;background:url(../images/y_img/dowmm.png) no-repeat;position:relative;z-index:1;}
.y_cont52 .box .btn1{background-position:0 0;margin-right:-1px;}
.y_cont52 .box .btn2{background-position:-154px 0;}
.y_cont52 .box .btn1:hover{background-position:0 -49px;z-index:2;}
.y_cont52 .box .btn2:hover{background-position:-154px -49px;z-index:2;}
/*------------------ end 鏂板獟浣�----------------------*/


