@charset "utf-8";
/* CSS Document */
/* 全局CSS */
*{ margin:0;padding:0;}
body{ font:12px/20px "Microsoft YaHei", "宋体", "新宋体", Verdana, Geneva, sans-serif;width:100%;color:#000; background:#fff;}
img{ display:block; border:none; cursor:pointer;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none; color:#000;} 
a:hover{ color:#d52f25; text-decoration:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.left{ float:left;}
.right{ float:right;}

/*
img{border:0px;}
li{list-style-type:none;list-style-position:inside;}
a{color:#FFF;text-decoration:none;}
a:hover{color:#ff0000;text-decoration:none;}
*/

/*  a标记的四个伪类
a:link{color:#000;text-decoration:none;}				未访问前
a:hover{color:#00CC00;text-decoration:underline;}		鼠标滑过
a:active{color:#FF0000;text-decoration:underline;}		鼠标点击时
a:visited{color:#00FF00;text-decoration:none;}			被访问后
*/


/* 头部 */
.head{ width:1200px; height:160px; margin:0 auto;}
.logo{ width:600px; height:100%;}
.tel{ width:400px; height:100%;}

/* 导航 */
.nav_wrap{ width:100%; hegiht:50px; background:#da251c; overflow:visible;}
.nav{ width:1200px; height:100%; margin:0 auto; z-index:1; overflow:visible;}
.nli{ width:117px; height:100%; position:relative; margin-right:3px; text-align:center;}
.nli a.nlia{ display:block; width:100%; height:100%; line-height:50px; font-size:18px; color:#fff;}
.nli.on a.nlia{ background:#2c60a4;}
.nli.on a.child{ background:url(../images/ico_1.png) 100px center no-repeat #2c60a4;}
.sub{ display:none; position:absolute; width:100%; left:0; top:50px; background:#000; filter:alpha(opacity=63);-moz-opacity:0.63;-khtml-opacity:0.63;opacity:0.63; border-radius:0 0 10px 10px; padding:2px 0 10px 0; z-index:9;}
.sub a{ display:block; width:100%; height:30px; line-height:30px; font-size:14px; color:#fff; background:url(../images/bg_subli.png) no-repeat center bottom;}
.sub a:hover{ background-color:#2c60a4;}

/* Banner图 */
.banner{ width:100%; height:auto; position:relative; z-index:0;}
.banner .hd{ position:absolute; width:100%; left:0; bottom:48px; text-align:center; z-index:9;}
.banner .hd li{ display:inline-block; width:14px; height:14px; background:url(../images/ico_hd2.png) no-repeat center center; margin:0 8px; cursor:pointer;}
.banner .hd li.on{ background-image:url(../images/ico_hd1.png);}
.banner .bd{ z-index:0;}
.banner .bd li{ height:520px; background-position:center; background-repeat:no-repeat;}
.banner .prev, .banner .next{ display:block; width:60px; height:64px; background:url(../images/ico_prev.png) no-repeat center center; background-color:#000; filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5; position:absolute; left:5%; top:40%; z-index:9;}
.banner .next{ background-image:url(../images/ico_next.png); left:auto; right:5%;}
.banner .prev:hover, .banner .next:hover{ filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;}
.banner .prevStop{ display:none;}
.banner .nextStop{ display:none;}

/* 首页 */
.dowebok_wrap{ width:100%; height:auto;}
.session_title{ background:url(../images/ico_2.png) repeat-x center 50px; margin-top:30px;}
.session_title div{ height:86px; background:url(../images/bg_session.png) no-repeat center center; text-align:center;}
.session_title div h3{ height:50px; line-height:50px; width:300px; margin:0 auto; font-size:28px; color:#020404;}
.session_title div h4{ height:35px; line-height:35px; width:300px; margin:0 auto; font-size:20px; font-family:sans-serif; color:#0a1311;}
/* 第1部分 */
.session1_cont{ width:1200px; height:auto; margin:26px auto 0 auto;}
.session1_cont .hd{ width:224px; height:436px; background:#656c73;}
.session1_cont .hd ul{ border-top:7px solid #DA251C; padding-top:10px;}
.session1_cont .hd li{ width:116px; height:35px; border-bottom:1px solid #767c81; line-height:36px; margin:0 auto; padding-left:12px; font-size:16px; color:#fff; letter-spacing:2px; cursor:pointer;}
.session1_cont .hd li.on{ font-size:18px; background:url(../images/ico_3.png) no-repeat 114px center;}
.session1_cont .hd li a{ color:#fff;}
.session1_cont .hd li.on a{ color:#DA251C;}
.session1_cont .bd{ width:976px; height:440px;}
.session1_cont .bd .inBox{ width:100%; height:100%; overflow:hidden; position:relative;}
.session1_cont .bd .inHd{ position:absolute; width:100%; height:22px; bottom:0; left:0; text-align:right;}
.session1_cont .bd .inHd ul{ height:22px; padding-right:20px;}
.session1_cont .bd .inHd li{ display:inline-block; width:22px; height:22px; line-height:22px; margin:0 3px; text-align:center; background:#bbb; color:#fff; cursor:pointer;}
.session1_cont .bd .inHd li.on{ background:#ca0d1a;}
.session1_cont .bd .inHd .prev,.session1_cont .bd .inHd .next{ display:inline-block; width:22px; height:22px; line-height:22px; margin:0 3px; text-align:center; background:#bbb; color:#fff; cursor:pointer;}
.session1_cont .bd .inBd ul{ padding-left:30px;overflow: hidden;}
.session1_cont .bd .inBd li{ float:left; width:288px; height:197px; padding:0 13px; margin-bottom:14px; cursor:pointer; position:relative;}
.session1_cont .bd .inBd li img{ width:288px; height:197px;}
.session1_cont .bd .inBd li .mask{ display:none; position:absolute; width:288px; height:100%; left:13px; top:0; background:#326aa6; filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7; text-align:center;}
.session1_cont .bd .inBd li .mask h3{ font-size:14px; color:#fff; line-height:30px; margin-top:70px;}
.session1_cont .bd .inBd li .mask h4{ display:block; width:72px; height:24px; line-height:24px; margin:0 auto; background:#DA251C; color:#fff;}
.session1_cont .bd .inBd li:hover .mask{ display:block;}
/* 第2部分 */
.session2_cont{ width:100%; height:auto;}
.session2_cont .hd{ height:38px; background:url(../images/ico_2.png) repeat-x left center; margin-top:20px;}
.session2_cont .hd ul{ width:474px; padding-left:20px; height:100%; margin:0 auto; background:#fff;}
.session2_cont .hd ul li{ width:136px; height:30px; border:1px solid #8596a0; background:#80858b; font-size:18px; color:#fff; line-height:30px; margin-right:20px; text-align:center; cursor:pointer;}
.session2_cont .hd ul li.on{ height:36px; border:0; padding:1px; background:url(../images/bg_session2.png) no-repeat center center;}
.session2_cont .hd ul li a{color:#fff;}
.session2_cont .bd{ width:1200px; height:450px; margin:32px auto 0;}
.session2_cont .bd .inBox2{ width:100%; height:100%; overflow:hidden; position:relative;}
.session2_cont .bd .inHd{ position:absolute; width:100%; height:22px; bottom:0; left:0; text-align:right;}
.session2_cont .bd .inHd ul{ height:22px; padding-right:20px;overflow: hidden;}
.session2_cont .bd .inHd li{ display:inline-block; width:22px; height:22px; line-height:22px; margin:0 3px; text-align:center; background:#bbb; color:#fff; cursor:pointer;}
.session2_cont .bd .inHd li.on{ background:#ca0d1a;}
.session2_cont .bd .inHd .prev,.session2_cont .bd .inHd .next{ display:inline-block; width:22px; height:22px; line-height:22px; margin:0 3px; text-align:center; background:#bbb; color:#fff; cursor:pointer;}
.session2_cont .bd .inBd li{ float:left; width:235px; height:202px; padding:0 2px; position:relative; margin-top:8px;}
.session2_cont .bd .inBd li img{ width:235px; height:202px;}
.session2_cont .bd .inBd li .mask{ display:none; position:absolute; width:235px; height:202px; left:2px; top:0; background:#bc5f2f; filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7; text-align:center;}
.session2_cont .bd .inBd li .mask h3{ width:105px; margin:83px auto 0; font-size:18px; color:#e1d8d4; line-height:34px; border-top:1px solid #fff; border-bottom:1px solid #fff;}
.session2_cont .bd .inBd li:hover .mask{ display:block;}
/* 第3部分 */
.session3_cont{ width:100%; height:auto; background:url(../images/bg_session3.png) no-repeat center center;}
.session3_cont .hd{ height:38px; background:url(../images/ico_2.png) repeat-x left center; margin-top:20px;}
.session3_cont .hd ul{ width:632px; padding-left:20px; height:100%; margin:0 auto; background:#fff;}
.session3_cont .hd ul li{ width:136px; height:30px; border:1px solid #8596a0; background:#80858b; font-size:18px; color:#fff; line-height:30px; margin-right:20px; text-align:center; cursor:pointer;}
.session3_cont .hd ul li.on{ height:36px; border:0; padding:1px; background:url(../images/bg_session2.png) no-repeat center center;}
.session3_cont .bd{ width:1200px; margin:50px auto 0; height:420px;}
.session3_cont .bd .jituan .video{ width:476px; background:url(../images/bg_video.png) no-repeat; }
.session3_cont .bd .jituan .video img{ width:476px; height:314px;}
.session3_cont .bd .jituan .jituan_txt{ width:100%; padding-right:42px; color:#0a1311;}
.session3_cont .bd .jituan .jituan_txt h3{ line-height:56px; font-size:18px;}
.session3_cont .bd .jituan .jituan_txt div{ overflow:auto;}
.session3_cont .bd .jituan .jituan_txt div p{ line-height:30px; font-size:16px; text-indent:2em;}
.session3_cont .bd .jituan .jituan_txt div a{ color:#DA251C;}
.session3_cont .inBox3{ height:408px; position:relative;}
.session3_cont .inBox3 .inHd{ position:absolute; width:100%; height:22px; bottom:0; left:0; text-align:right;}
.session3_cont .inBox3 .inHd ul{ height:22px; padding-right:20px;}
.session3_cont .inBox3 .inHd li{ display:inline-block; width:22px; height:22px; line-height:22px; margin:0 3px; text-align:center; background:#bbb; color:#fff; cursor:pointer;}
.session3_cont .inBox3 .inHd li.on{ background:#ca0d1a;}
.session3_cont .inBox3 .inHd .prev, .session3_cont .inBox3 .inHd .next{ display:inline-block; width:22px; height:22px; line-height:22px; margin:0 3px; text-align:center; background:#bbb; color:#fff; cursor:pointer;}
.session3_cont .inBox3 .inBd ul{ height:380px;}
.session3_cont .inBox3 .inBd ul li{ width:270px; height:180px; padding:0 15px; position:relative;}
.session3_cont .inBox3 .inBd ul li.top{ margin-top:20px;}
.session3_cont .inBox3 .inBd ul li img{ width:270px; height:180px;}
.session3_cont .inBox3 .inBd ul li p{ display:none; position:absolute; left:15px; bottom:0; width:270px; height:30px; background:#BC5F2F; text-align:center; font-size:16px; line-height:30px; color:#fff;}
.session3_cont .inBox3 .inBd ul li:hover p{ display:block;}
/* 第4部分 */
.session4{ width:100%; margin-top:36px; height:463px; background:url(../images/bg_session4.png) no-repeat center center #666;}
.session4 .session_title div h3, .session4 .session_title div h4{ color:#f0faf7;}
.session4_cont{ width:1200px; margin:70px auto 0; position:relative;}
.session4_cont .hd{}
.session4_cont .hd .next, .session4_cont .hd .prev{ display:block; width:28px; height:51px; background:url(../images/ico_prev2.png) no-repeat; position:absolute; left:20px; top:50%; margin-top:-26px;}
.session4_cont .hd .next{ background-image:url(../images/ico_next2.png); left:auto; right:20px}
.session4_cont .hd .next:hover{ background-image:url(../images/ico_next3.png);}
.session4_cont .hd .prev:hover{ background-image:url(../images/ico_prev3.png);}
.session4_cont .bd{ width:1064px; margin:0 auto;}
.session4_cont .bd li{ float:left; width:250px; height:178px; padding:0 8px;}
.session4_cont .bd li img{ width:250px; height:178px;}
/* 第5部分 */
.session5_cont{}
.session5_cont .hd{ height:38px; background:url(../images/ico_2.png) repeat-x left center; margin-top:20px;}
.session5_cont .hd ul{ width:640px;  padding-left:20px; height:100%; margin:0 auto; background:#fff;}
.session5_cont .hd ul li{ width:136px; height:30px; border:1px solid #8596a0; background:#80858b; font-size:18px; color:#fff; line-height:30px; margin-right:20px; text-align:center; cursor:pointer;}
.session5_cont .hd ul li.on{ height:36px; border:0; padding:1px; background:url(../images/bg_session2.png) no-repeat center center;}
.session5_cont .bd{ width:1200px; height:560px; margin:18px auto 0;}
.session5_cont .bd li{ width:578px; height:132px; padding:24px 11px 0;}
.session5_cont .bd li .img{ width:138px; height:100%;}
.session5_cont .bd li .img img{ width:138px; height:100%;}
.session5_cont .bd li .txt{ width:386px; height:118px; background:#e6e6e6; padding:14px 38px 0 14px;}
.session5_cont .bd li:hover .txt{ background:#da251c;}
.session5_cont .bd li .txt h3{ font-size:14px; line-height:36px; color:#0a1311;}
.session5_cont .bd li .txt p{ line-height:30px; color:#646c6a;}
.session5_cont .bd li .txt p a{ color:#DA251C;}
.session5_cont .bd li:hover .txt h3, .session5_cont .bd li:hover .txt p, .session5_cont .bd li:hover .txt p a{ color:#fff;}
.session5_cont .bd .more{ display:block; width:206px; height:40px; border:1px solid #b0a9a9; margin:45px auto 0; color:#da251c; font-size:14px; line-height:40px; text-align:center;}

/* 底部 */
.foot{ width:100%; height:414px; margin-top:40px; background:#262626;}
.foot_nav{ height:87px; border-bottom:1px solid #585858;}
.foot_nav ul{ width:1120px; height:100%; margin:0 auto;}
.foot_nav ul li{ width:72px; height:100%; line-height:70px; font-size:16px; padding:17px 26px 0;}
.foot_nav ul li a{ color:#fff;}
.foot_cont{ width:1200px; height:241px; margin:0 auto;}
.foot_share{ padding:35px 40px 0 34px; width:300px;}
.foot_share p{ font-size:16px; line-height:32px; color:#fffcfc;}
.foot_share ul{ padding-top:24px;}
.foot_share ul li{ width:40px; height:38px; padding-right:42px;}
.foot_share ul li img{ width:40px; height:38px;}
.foot_form{ width:392px; padding-top:56px;}
.foot_form input, .foot_form textarea{ border:none; font-size:14px; color:#fffcfc; background:#6d6d6d;}
.foot_form .input_name{ width:142px; height:24px; padding:0 6px;}
.foot_form .input_tel{ width:212px; height:24px; padding:0 6px;}
.foot_form .input_cont{ width:380px; height:68px; margin-top:20px; padding:2px 6px; overflow:hidden;}
.foot_form .input_submit{ width:98px; height:20px; margin-top:10px; background:#da251c; font-size:12px; cursor:pointer;}
.fot_img{ width:360px; padding-top:50px; padding-right:36px;}
.fot_img img{ width:146px; height:146px; margin-right:28px;}
.copyright{ height:85px; font-size:14px; color:#fffcfc; line-height:56px; text-align:center; background:#020202;}

/* 右侧漂浮 */
.piaofu{ width:126px; height:360px; position:fixed; right:2px; top:200px; z-index:999; overflow:visible;}
.piaofu .div{ width:100%; height:66px; margin-top:5px; background:url(../images/bg_1.png) repeat; position:relative; overflow:visible; cursor:pointer;}
.piaofu .div a{ display:block; width:100%; height:100%; background-repeat:no-repeat; background-position:center center;}
.piaofu .coding a{ background-image:url(../images/ico_coding.png);}
.piaofu .iphone a{ background-image:url(../images/ico_iphone.png);}
.piaofu .duble a{ background-image:url(../images/ico_duble.png);}
.piaofu .liuyan a{ background-image:url(../images/ico_liuyan.jpg);}
.piaofu .top a{ background-image:url(../images/ico_top.png);}
.piaofu .iphone:hover .piaofu_i{ display:block;}
.piaofu .iphone .piaofu_i{ display:none; width:281px; height:95px; background:url(../images/bg_piaofu.png) no-repeat; position:absolute; right:128px; top:5px;}
.piaofu .iphone .piaofu_i div{ text-align:right;background:url(../images/ico_tel.png) no-repeat 30px center; padding:10px 40px 10px 85px; font-size:20px; line-height:24px; color:#fff; font-weight:bold;}
.dn{ display:none;}
.piaofu .duble:hover .piaofu_w{ display:block;}
.piaofu_w{ display:none; width:180px; height:250px; position:absolute; right:128px; top:5px;}
.piaofu_w img{ width:180px;}

/* 内页 */
.mid{ width:1200px; height:auto; margin:0 auto; padding-bottom:45px; border-bottom:1px solid #8c8c8c;}
.mid_title{ height:96px; border-bottom:1px solid #8c8c8c;}
.mid_nav{ padding-top:40px; height:30px; overflow:hidden;}
.mid_nav li{ width:90px; height:30px; margin-right:14px; font-size:14px; line-height:30px; text-align:center; background:#505050;}
.mid_nav li.on{ background:#da251c;}
.mid_nav li a{ color:#f1efef;}
.mid_nav li.on a{ color:#f8f2f2;}
.mid_address{ padding-top:40px; line-height:30px; font-family:"宋体"; font-size:14px; color:#505050;}
.mid_address a{ color:#505050;}
.mid_address a:hover{ text-decoration:underline;}
.mid_cont{ padding-top:20px;}
.mid_left{ width:230px;}
.mid_left li{     height: 45px;
    border: 1px solid #d6d3d3;
    margin-top: 25px;
    padding-left: 12px;
    padding-top: 3px;background:url(../images/ico_next4.png) no-repeat 180px center;}
.mid_left li h3{ width:160px; font-size:16px; line-height:40px; color:#090808;}
.mid_left li p{ width:160px; font-size:12px; line-height:24px; color:#7b7979;}
.mid_left li:hover{ background-image:url(../images/ico_next2.png); background-color:#5c5c5c;}
.mid_left li:hover h3{ color:#faf1f1;}
.mid_left li:hover p{ color:#faf4f4;}
.mid_right{ width:930px; margin-top:20px;}
.lianxiwomen h3{ font-size:24px; line-height:60px;}
.list_1 li{ height:46px; line-height:46px; padding-left:18px; padding-right:22px; margin-top:6px; background:url(../images/ico_4.png) no-repeat 2px center; font-size:14px; border-bottom:2px dashed #cbcbcb; color:#5c5c5c;}
.list_1 li a{ color:#5c5c5c;}
.list_1 li a:hover{ color:#5c5c5c;}
.list_2{ padding-left:50px; margin-top:-38px;}
.list_2 li{ width:824px; margin-top:42px;}
.list_2 li .img{ width:195px; height:132px;}
.list_2 li .img img{ width:195px; height:132px;}
.list_2 li .txt{ width:535px; height:104px; background:#e6e6e6; padding:28px 45px 0 45px;}
.list_2 li .txt h3{ font-size:14px; line-height:36px; color:#0a1311;}
.list_2 li .txt p{ line-height:30px; color:#646c6a;}
.list_2 li .txt p a{ color:#DA251C;}
.list_2 li:hover .txt{ background:#da251c;}
.list_2 li:hover .txt h3, .list_2 li:hover .txt p, .list_2 li:hover .txt p a{ color:#fff;}

.guanyurenzhong{ padding-left:20px; padding-right:36px;}
.guanyurenzhong h3{ font-size:18px; line-height:48px; color:#262322;}
.guanyurenzhong p{ color:#6c6666; font-size:16px; line-height:32px; text-indent:2em; margin-top:20px;}

.junshixunlian{ padding-top:5px;}
.junshixunlian .img{ width:848px; margin-left:12px;}
.junshixunlian .txt{ padding-top:45px; padding-right:48px;}
.junshixunlian .txt p{ color:#6c6666; font-size:16px; line-height:32px; text-indent:2em;}

.peixunjidi{}
.peixunjidi li{ width:225px; height:192px; padding:0 3px; margin-top:40px; position:relative;}
.peixunjidi li img{ width:225px; height:192px; z-index:1;}
.peixunjidi li .mask{ display:none; position:absolute; width:225px; height:192px; left:3px; top:0; background:#bc5f2f; filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7; text-align:center; z-index:9;}
.peixunjidi li .mask h3{ width:105px; margin:83px auto 0; font-size:18px; color:#e1d8d4; line-height:34px; border-top:1px solid #fff; border-bottom:1px solid #fff;}
.peixunjidi li:hover .mask{ display:block;}
.peixunjidi .pagelist{ text-align:center;}

.mid_neicun{}
.neixun{ height:766px; background-position:top center; background-repeat:no-repeat; position:relative; border-bottom:1px solid #b8b6b5;}
.nx{ height:797px; background-color:#f2f1f1; border-bottom:1px solid #858484;}
.nx_title{ position:absolute; width:400px; height:64px; left:400px; top:28px;}
.nx_title h3{ font-size:28px; color:#020404; line-height:40px; text-align:center;}
.nx_title h4{ font-size:20px; color:#0a1311; line-height:32px; font-weight:normal; text-align:center;}
.nx_con{ position:absolute; width:410px; height:150px; left:28px; top:80px;}
.nx_con2{ width:460px; height:200px; top:10px;}
.nx_con h3{ font-size:20px; line-height:44px; color:#da251c; font-weight:normal;}
.nx_con p{ font-size:14px; line-height:26px; color:#505050; text-indent:1.5em;}
.nx_1{ background-image:url(../images/bg_neixun_1.png); margin-top:32px; padding-bottom:6px; }
.nx_2{ background-image:url(../images/bg_neixun_2.png);}
.nx_title_2{ top:30px;}
.nx_1_2{}
.nx_1_2{ width:480px; left:auto; right:28px; top:300px;}
.nx_1_3{ width:480px; top:560px;}
.nx_2_1{ width:460px; height:200px; top:10px;}
.nx_2_2{ width:420px; height:200px; left:auto; right:40px; top:296px;}
.nx_2_3{ width:640px; height:200px; left:28px; top:535px;}
.neixun_3{ padding-top:42px; border-top:3px solid #f2f1f1;}
.neixun_3 h3{ font-size:28px; color:#020404; line-height:40px; text-align:center;}
.neixun_3 h4{ font-size:20px; color:#0a1311; line-height:32px; font-weight:normal; text-align:center;}
.neixun_3_con{ position:relative; margin-top:45px; height:380px;}
.neixun_3_con .hd .next, .neixun_3_con .hd .prev{ display:block; width:28px; height:51px; background:url(../images/ico_next4.png) no-repeat; position:absolute; top:150px; right:20px;}
.neixun_3_con .hd .prev{ right:auto; left:20px; background-image:url(../images/ico_prev4.png);}
.neixun_3_con .hd .prev:hover{ background-image:url(../images/ico_prev3.png);}
.neixun_3_con .hd .next:hover{ background-image:url(../images/ico_next3.png);}
.neixun_3_con .bd{ width:1056px; height:350px; margin:0 auto;}
.neixun_3_con .bd li{ width:244px; height:100%; padding:0 10px; position:relative;}
.neixun_3_con .bd li img{ width:244px; height:350px;}
.neixun_3_con .bd li p{ display:none; width:244px; height:65px; line-height:65px; color:#f6f0ed; font-size:14px; text-align:center; position:absolute; left:10px; bottom:0; background:url(../images/ico_5.png) repeat; cursor:pointer;}
.neixun_3_con .bd li:hover p{ display:block;}

.xm_1{ background-image:url(../images/xunlian_1.png); margin-top:34px; padding-bottom:2px;}
.xm_2{ background-image:url(../images/xunlian_2.png); margin-top:3px;}
.xm_3{ background-image:url(../images/xunlian_3.png); margin-top:7px;}
.xm_4{ background-image:url(../images/xunlian_4.png); margin-top:1px; padding-bottom:3px;}
.xm_5{ background-image:url(../images/xunlian_5.png); margin-top:6px;}
.xm_6{ background-image:url(../images/xunlian_6.png); margin-top:1px; padding-bottom:4px;}
.xm_7{ background-image:url(../images/xunlian_7.png); margin-top:11px; }
.xm_8{ background-image:url(../images/xunlian_8.png); margin-top:5px; }
.xm_1 .nx_1_2{ width:460px; right:40px;}
.xm_1 .nx_1_3{ width:480px; left:52px;}
.xm_2 .nx_2_1{ width:410px; left:30px; top:65px; height:150px;}
.xm_2 .nx_2_2{ width:460px; right:35px;}
.xm_2 .nx_2_3{ width:460px; left:55px; top:605px; height:150px;}
.xm_3 .nx_1_1{ width:450px; top:60px; height:180px;}
.xm_3 .nx_1_2{ width:460px; right:35px;}
.xm_3 .nx_1_3{ width:540px;}
.xm_4 .nx_2_1{ width:410px; left:30px; top:65px; height:150px;}
.xm_4 .nx_2_2{ width:470px; right:35px; top:310px;}
.xm_4 .nx_2_3{ width:480px; left:55px; top:605px; height:150px;}
.xm_5 .nx_1_1{ width:450px; top:80px;}
.xm_5 .nx_1_2{ width:490px; right:20px; height:180px;}
.xm_5 .nx_1_3{ width:540px;}
.xm_6 .nx_2_1{ width:410px; left:30px; top:80px; height:150px;}
.xm_6 .nx_2_2{ width:470px; right:35px; top:310px;}
.xm_6 .nx_2_3{ width:480px; left:30px; top:570px; height:180px;}
.xm_7 .nx_1_1{ width:450px; top:80px;}
.xm_7 .nx_1_2{ width:440px; right:60px; height:180px;}
.xm_7 .nx_1_3{ width:410px;}

.xialingying{}
.xialingying img{ display:block; width:100%;}
.xly_cont{ margin-top:38px; margin-bottom:42px;}
.xly_title{ width:420px; height:273px; border-right:1px solid #7a7a7a;}
.xly_title h3{ padding-left:28px; font-size:24px; font-weight:normal; line-height:36px; color:#0a1311; margin-top:80px;}
.xly_title h4{ padding-left:28px; font-size:20px; font-weight:normal; line-height:40px; color:#4d4b4b;}
.xly_txt{ width:730px; padding-right:10px; height:273px;}
.xly_txt h3{ font-size:16px; line-height:44px; color:#da251c;}
.xly_txt p{ color:#6c6666; line-height:32px; font-size:14px; text-indent:2em;}
.xlyds{}
.xlyds h3{ padding-left:18px; font-size:30px; font-weight:normal; line-height:36px; color:#0a1311;}
.xlyds h4{ padding-left:18px; font-size:28px; font-weight:normal; line-height:40px; color:#4d4b4b;}

/* 分页 */
.pagelist{ height:36px;padding-top:30px;text-align:right;}
.yiiPager li{ width:auto; height:30px; line-height:14px; margin:0; padding:0 6px 0 0; background:none;display:inline-block;}
.yiiPager a{ display:block; font-size:12px; line-height:24px; padding:2px 10px; background:#bbbbbb; color:#fff;}
.yiiPager li.selected a{ background:#ca0d1a; }
.yiiPager span{width:auto; height:18px; float:left; margin:0; padding:0 8px 0 0; background:none;}


.Article_title{ text-align:center; padding-top:5px; border-bottom:#ededed 1px solid; padding-bottom:8px; }
.Article_title h1{ line-height:32px; font-size:20px;font-family:'Microsoft YaHei'; color:#000;}
.Article_title p{ font-size:12px; color:#a4a4a4;}
.Article_title p span{ margin-right:10px;}

.content img{ margin:5px auto 0; max-width:100%;}

.lazy{background: #eee url(../images/nopic.png) no-repeat center center;}