﻿@charset "utf-8";
/*Date time 2021-03-18 15:58*/
/*reset*/
body,h1,h2,h3,p,ul,li{padding:0;margin:0;}
h1,h2,h3{font-weight:normal;}
body{font-family:"Microsoft Yahei";background-color:#fff;}
textarea{font-family:"Microsoft Yahei";}
li{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;display:block;height:1px;visibility:hidden;}
/*reset*/
/* common */
.header_h{width:100%;height:80px;visibility:hidden;display:none;}
.header_bg{width:100%;height:220px;background-image:url(./back_top.jpg);background-repeat:no-repeat;background-size:auto;background-position:center top;overflow:hidden;}
.header{width:1200px;margin:0 auto;overflow:hidden;}
.header .logo{float:left;margin-top:86px;}
.header .logo .imgB{display:none;}
.header .btn{float:right;line-height:30px;font-size:14px;color:#333;margin-top:20px;cursor:pointer;}
.header .btn:hover{color:#0083f7;text-decoration:underline;}
.header .search{float:right;position:relative;margin:18px 20px 0 0;}
.header .search input[type=text]{display:block;width:160px;height:36px;line-height:36px;border-radius:36px;padding:0 20px;font-size:14px;color:#333;border:0;background-color:#fff;box-shadow:0 0 2px 1px rgba(0,0,0,0.1);outline:none;}
.header .search input[type=submit]{display:block;width:36px;height:36px;position:absolute;top:0;right:5px;background-image:url(./search.png);background-repeat:no-repeat;background-size:auto;background-position:center;cursor:pointer;outline:none;border:0;background-color:transparent;font-size:0;}
.header .menu{position:absolute;top:22px;right:15px;z-index:999;display:none;}
.header .menu span{display:block;width:26px;height:4px;border-radius:4px;background-color:#fff;margin-top:5px;}
.nav_bg{width:100%;background-color:#0083f7;overflow:hidden;}
.nav{width:1200px;margin:0 auto;overflow:hidden;}
.nav ul{overflow:hidden;}
.nav ul li{float:left;width:12.5%;height:70px;line-height:70px;font-size:18px;color:#fff;text-align:center;}
.nav ul li a{display:inline-block;color:#fff;padding:0 10px;position:relative;}
.nav ul li a::after{content:'';display:inline-block;width:0;height:4px;border-radius:4px;background-color:#fff;position:absolute;left:auto;right:0;bottom:10px;transition:.6s;}
.nav ul li a:hover::after{width:100%;left:0;right:auto;}
.nav ul li.current a::after{width:100%;left:0;right:auto;}
.nav_cover{width:100%;height:100vh;background-color:rgba(0,0,0,0.6);position:fixed;top:0;bottom:0;left:0;right:0;z-index:997;display:none;}
.location{width:1200px;margin:0 auto;height:50px;line-height:50px;font-size:16px;color:#333;border-bottom:1px solid #ddd;padding-top:5px;overflow:hidden;}
.location a:hover{color:#0083f7;}
.pendant{position:absolute;left:calc(50% + 660px);top:200px;z-index:99;+left:auto;+right:20px;}
.pendant .box{width:60px;height:60px;border:1px solid #ddd;border-radius:4px;background-color:#fff;margin-bottom:6px;position:relative;cursor:pointer;}
.pendant .box .tu{display:block;margin:10px auto 0 auto;}
.pendant .box p{line-height:24px;font-size:14px;color:#0083f7;text-align:center;}
.pendant .box span{width:80px;height:80px;background-color:#fff;padding:5px;border:1px solid #eee;border-radius:4px;overflow:hidden;position:absolute;top:-16px;left:-100px;display:none;}
.pendant .box span img{display:block;width:100%;height:100%;}
.pendant .box:hover span{display:block;}
.footer_bg{width:100%;height:300px;background-image:url(./back_btm.jpg);background-repeat:no-repeat;background-size:auto;background-position:center top;overflow:hidden;}
.footer{width:1200px;margin:0 auto;overflow:hidden;}
.footer .lcnt{overflow:hidden;margin-top:40px;}
.footer .lcnt span{float:left;display:block;line-height:38px;font-size:14px;color:#fff;}
.footer .lcnt select{float:left;display:block;width:360px;height:38px;line-height:38px;font-size:14px;color:#333;background-color:#fff;padding-left:10px;border:0;outline:none;margin-right:25px;}
.footer .lcnt>select+select+select{margin-right:0;}
.footer .info{float:left;line-height:30px;font-size:14px;color:#fff;margin-top:75px;}
.footer .info span{margin-right:20px;}
.footer .info a{color:#fff;}
.footer .info a:hover{font-weight:bold;text-decoration:underline;}
.footer .info img{vertical-align:middle;margin:0 0 2px 0;}
.footer .tu{float:right;margin-top:85px;}
@media(max-width:780px){
    .header_bg{background-image:none;height:auto;}
    .header_h{display:block;}
    .header{width:100%;height:80px;background-color:#006bc5;position:fixed;left:0;right:0;top:0;z-index:999;}
    .header .logo{float:left;margin:20px 0 0 15px;}
    .header .logo .imgA{display:none;}
    .header .logo .imgB{display:inline-block;width:50%;}
    .header .btn{display:none;}
    .header .search{display:none;}
    .header .menu{display:block;}
    .nav_bg{width:60%;height:100vh;overflow-y:auto;position:fixed;left:-60%;top:80px;z-index:999;}
    .nav{width:100%;padding-bottom:120px;}
    .nav ul li{width:100%;height:50px;line-height:50px;}
    .nav ul li a::after{bottom:0;}
    .location{width:auto;padding:0 15px;height:40px;line-height:40px;font-size:14px;padding-top:5px;}
    .pendant{display:none;}
    .footer_bg{width:100%;height:auto;background-image:none;}
    .footer{width:100%;background-color:#006bc5;overflow:hidden;}
    .footer .lcnt{display:none;}
    .footer .info{float:left;line-height:24px;font-size:12px;margin-top:0;padding:15px;}
    .footer .info span{display:block;}
    .footer .tu{display:none;}
    
}
/* common */
/* 首页 */
.sy_bgcnt{width:100%;background-image:url(./sy_bg1.jpg);background-repeat:no-repeat;background-size:auto;background-position:center;overflow:hidden;}
.sy_toptit{width:100%;background-image:url(./sy_tb.png);background-repeat:no-repeat;background-size:auto;background-position:center;overflow:hidden;margin-top:70px;}
.sy_toptit a{display:block;margin:0 auto;font-weight:bold;width:156px;height:46px;line-height:46px;font-size:22px;color:#fff;text-align:center;background-image:url(./sy_tx.png);background-repeat:no-repeat;background-size:100%;background-position:center;}

.sy_yjdt{width:1220px;margin:60px auto;overflow:hidden;}
.sy_yjdt .picbox{float:left;width:320px;height:428px;margin:0 20px 5px 10px;box-shadow:0 1px 4px 2px rgba(0,0,0,0.1);background-color:#fff;overflow:hidden;position:relative;transition:.3s;}
.sy_yjdt .picbox a{display:block;width:100%;height:100%;}
.sy_yjdt .picbox .pic{width:100%;height:264px;overflow:hidden;}
.sy_yjdt .picbox img{display:block;width:100%;height:100%;background-color:#ccc;transition:.4s;}
.sy_yjdt .picbox:hover img{transform:scale(1.1);}
.sy_yjdt .picbox p{margin:20px;height:60px;line-height:30px;font-size:20px;color:#333;overflow:hidden;}
.sy_yjdt .picbox:hover p{color:#0083f7;}
.sy_yjdt .picbox span{display:block;line-height:30px;font-size:16px;color:#0083f7;padding-left:25px;background-image:url(./tu_sj.png);background-repeat:no-repeat;background-size:auto;background-position:left center;position:absolute;left:20px;bottom:20px;}
.sy_yjdt .picbox em{display:block;width:25px;height:25px;border-radius:50%;background-image:url(./tu_mo.png);background-repeat:no-repeat;background-size:100%;background-position:left center;position:absolute;right:20px;bottom:20px;transition:.3s;}
.sy_yjdt .picbox em:hover{transform:translateY(-3px);}
.sy_yjdt .picbox:hover{box-shadow:0 1px 5px 2px rgba(0,0,0,0.2);}
.sy_yjdt .titbox{float:right;width:510px;height:428px;margin:5px 10px 0 0;overflow:hidden;}
.sy_yjdt .titbox ul li{width:100%;overflow:hidden;margin-bottom:12px;+margin-bottom:8px;}
.sy_yjdt .titbox ul li .rq{float:left;width:48px;height:48px;color:#0083f7;text-align:center;border-right:1px solid #0083f7;overflow:hidden;margin:6px 0;}
.sy_yjdt .titbox ul li .rq b{display:block;font-size:26px;line-height:26px;}
.sy_yjdt .titbox ul li .rq span{display:block;font-size:16px;line-height:16px;margin-top:6px;}
.sy_yjdt .titbox ul li a{float:right;display:block;width:450px;line-height:30px;font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sy_yjdt .titbox ul li a.t2{font-size:16px;color:#666;}
.sy_yjdt .titbox ul li a:hover{color:#0083f7;}

.sy_wszt{width:1200px;height:296px;margin:60px auto;overflow:hidden;position:relative;background-image:url(./sy_bg2.png);background-repeat:no-repeat;background-size:100%;background-position:center;}
.sy_wszt .more{display:block;width:150px;height:200px;position:absolute;left:60px;top:40px;}
.sy_wszt .sy_toptit{display:none;}
.sy_wsztSlide{width:890px;overflow:hidden;position:relative;margin:70px 0 0 210px;+top:70px;}
.sy_wsztSlide .bd{margin:0 36px;overflow:hidden;}
.sy_wsztSlide .bd ul{overflow:hidden;}
.sy_wsztSlide .bd ul li{float:left;width:260px;margin:0 6px;overflow:hidden;}
.sy_wsztSlide .bd ul li a{display:block;}
.sy_wsztSlide .bd ul li img{display:block;width:100%;height:156px;}
.sy_wsztSlide .bd ul li span{display:block;text-align:center;line-height:30px;font-size:14px;color:#333;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sy_wsztSlide .bd ul li:hover span{color:#0083f7;}
.sy_wsztSlide .hd ul{display:none;}
.sy_wsztSlide .hd span{display:block;width:20px;height:32px;background-repeat:no-repeat;background-size:100%;background-position:center;position:absolute;top:66px;cursor:pointer;}
.sy_wsztSlide .hd span.prev{left:10px;background-image:url(./v_prev.png);}
.sy_wsztSlide .hd span.next{right:10px;background-image:url(./v_next.png);}

.sy_gczpSlide{width:1300px;margin:60px auto 20px auto;overflow:hidden;position:relative;}
.sy_gczpSlide .bd{margin:0 38px;overflow:hidden;}
.sy_gczpSlide .bd ul{overflow:hidden;}
.sy_gczpSlide .bd ul li{float:left;width:282px;height:246px;margin:0 12px;background-image:url(./sy_kk.png);background-repeat:no-repeat;background-size:100% 100%;background-position:center;overflow:hidden;}
.sy_gczpSlide .bd ul li a.img{display:block;margin:15px 15px 0 15px;height:184px;overflow:hidden;}
.sy_gczpSlide .bd ul li img{display:block;width:100%;height:100%;transition:.4s;}
.sy_gczpSlide .bd ul li:hover img{transform:scale(1.1);}
.sy_gczpSlide .bd ul li a.tit{display:block;padding:5px 0;}
.sy_gczpSlide .bd ul li span{display:block;text-align:center;line-height:30px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sy_gczpSlide .bd ul li:hover span{color:#0083f7;}
.sy_gczpSlide .hd ul{width:100%;text-align:center;padding-top:10px;}
.sy_gczpSlide .hd ul li{display:inline-block;width:15px;height:15px;border-radius:50%;border:1px solid #0083f7;background-color:#fff;margin:10px;font-size:0;color:#fff;cursor:pointer;}
.sy_gczpSlide .hd ul li.on{background-color:#0083f7;}
.sy_gczpSlide .hd ul li{+display:inline;}
.sy_gczpSlide .hd span{display:block;width:20px;height:32px;background-repeat:no-repeat;background-size:100%;background-position:center;position:absolute;top:105px;cursor:pointer;}
.sy_gczpSlide .hd span.prev{left:10px;background-image:url(./v_prev.png);}
.sy_gczpSlide .hd span.next{right:10px;background-image:url(./v_next.png);}

.sy_banner{width:1200px;margin:40px auto;overflow:hidden;position:relative;}
.sy_banner .bd ul li{width:100%;overflow:hidden;}
.sy_banner .bd ul li a{display:block;width:100%;}
.sy_banner .bd ul li img{display:block;width:100%;height:auto;}
.sy_banner .hd ul{overflow:hidden;position:absolute;right:5px;bottom:5px;}
.sy_banner .hd ul li{float:left;width:10px;height:10px;border-radius:50%;background-color:#fff;color:#fff;font-size:0;margin:4px;cursor:pointer;}
.sy_banner .hd ul li.on{background-color:#0083f7;}

.sy_listcnt{width:1240px;margin:0 auto;padding-bottom:40px;overflow:hidden;}
.sy_list{float:left;width:580px;margin:0 20px;overflow:hidden;}
.sy_list .hd{width:100%;height:40px;border-bottom:1px solid #ddd;}
.sy_list .hd ul{float:left;overflow:hidden;}
.sy_list .hd ul li{float:left;padding:0 10px;line-height:39px;font-size:24px;color:#333;margin-right:10px;cursor:pointer;}
.sy_list .hd ul li.on{border-bottom:3px solid #0083f7;font-weight:bold;}
.sy_list .hd .more{float:right;display:block;line-height:40px;font-size:16px;color:#333;}
.sy_list .hd .more:hover{color:#0083f7;}
.sy_list .bd{width:100%;overflow:hidden;padding-top:15px;}
.sy_list .bd ul li{width:100%;line-height:36px;font-size:16px;color:#333;overflow:hidden;}
.sy_list .bd ul li em{float:left;display:block;width:6px;height:6px;border-radius:50%;background-color:#0083f7;margin:15px 10px 0 0;}
.sy_list .bd ul li a{float:left;display:block;width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sy_list .bd ul li span{float:right;display:block;color:#666;}
.sy_list .bd ul li:hover a{color:#0083f7;}

.sy_swiper{width:1280px;margin:0 auto;overflow:hidden;position:relative;}
.swiper-button{width:20px;height:32px;background-repeat:no-repeat;background-size:100%;background-position:center;position:absolute;top:140px;cursor:pointer;}
#swiper-prev{left:0;background-image:url(./v_prev.png);}
#swiper-next{right:0;background-image:url(./v_next.png);}
.swiper-container{width:1200px;height:222px;margin:0 auto;padding:40px 0 60px 0;}
.swiper-slide{background-color:#fff;box-shadow:0 0 3px 1px rgba(0,0,0,0.2);border-radius:6px;overflow:hidden;cursor:pointer;}
.swiper-slide .pic{display:block;float:left;width:135px;height:182px;overflow:hidden;margin:20px;}
.swiper-slide .pic img{display:block;width:100%;height:100%;}
.swiper-slide .txt{float:left;width:210px;height:182px;margin:20px 0;position:relative;color:#333;}
.swiper-slide .txt h1{line-height:26px;font-size:18px;font-weight:bold;height:52px;overflow:hidden;}
.swiper-slide .txt p{line-height:24px;font-size:14px;margin-top:10px;}
.swiper-slide .txt a{line-height:30px;font-size:14px;color:#0083f7;position:absolute;left:0;bottom:0;}
.swiper-slide .txt a:hover{text-decoration:underline;font-weight:bold;}
.swiper-slide-on{background-color:#0083f7;}
.swiper-slide-on .txt{color:#fff;}
.swiper-slide-on .txt a{color:#fff;}
.swiper_tish{text-align:center;line-height:20px;font-size:14px;color:#0083f7;margin-top:20px;}

.sy_touchSlide{display:none;width:100%;overflow:hidden;padding:30px 0;}
.sy_touchSlide .bd{margin:0 10px;overflow:hidden;}
.sy_touchSlide .bd ul li{border:1px solid #ddd;border-radius:4px;overflow:hidden;position:relative;}
.sy_touchSlide .bd ul li a{display:block;padding:10px;overflow:hidden;}
.sy_touchSlide .bd ul li img{float:left;display:block;width:150px;height:198px;}
.sy_touchSlide .bd ul li .txt{position:absolute;left:160px;top:10px;height:198px;margin:0 10px;}
.sy_touchSlide .bd ul li .txt h1{line-height:26px;font-size:18px;font-weight:bold;height:52px;overflow:hidden;}
.sy_touchSlide .bd ul li .txt p{line-height:24px;font-size:14px;margin-top:10px;}
.sy_touchSlide .bd ul li .txt span{line-height:30px;font-size:14px;color:#0083f7;position:absolute;left:0;bottom:0;}
.sy_touchSlide .hd ul{width:100%;text-align:center;}
.sy_touchSlide .hd ul li{display:inline-block;width:8px;height:8px;border-radius:50%;border:1px solid #0083f7;background-color:#fff;margin:5px;font-size:0;color:#fff;cursor:pointer;}
.sy_touchSlide .hd ul li.on{background-color:#0083f7;}
@media(max-width:780px){
    .sy_bgcnt{background-image:none;}
    .sy_toptit{background-image:none;margin-top:30px;}

    .sy_yjdt{width:100%;margin:30px auto 0 auto;}
    .sy_yjdt .picbox{width:100%;height:428px;margin:0 0 20px 0;}
    .sy_yjdt .picbox .pic{height:auto;}
    .sy_yjdt .picbox img{height:auto;}
    .sy_yjdt .titbox{width:100%;height:auto;margin:0;}
    .sy_yjdt .titbox ul li a{width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);width:calc(100% - 60px);font-size:16px;}
    .sy_yjdt .titbox ul li a.t2{font-size:14px;}

    .sy_wszt{width:100%;height:auto;margin:0 auto;background-image:none;}
    .sy_wszt .more{display:none;}
    .sy_wszt .sy_toptit{display:block;margin-top:20px;}
    .sy_wsztSlide{width:100%;margin:30px 0 0 0;}
    .sy_wsztSlide .bd{margin:0;}
    .sy_wsztSlide .bd ul li{width:100%;margin:0;border-bottom:1px solid #ddd;padding-bottom:5px;}
    .sy_wsztSlide .bd ul li img{width:100%;height:200px;}
    .sy_wsztSlide .bd ul li span{font-size:16px;}
    .sy_wsztSlide .hd span{display:none;}

    .sy_gczpSlide{width:100%;margin:30px auto 20px auto;}
    .sy_gczpSlide .bd{margin:0;}
    .sy_gczpSlide .bd ul li{width:100%;height:256px;margin:0;}
    .sy_gczpSlide .bd ul li a.img{margin:15px 15px 0 15px;height:194px;}
    .sy_gczpSlide .hd ul{padding-top:0;}
    .sy_gczpSlide .hd ul li{width:8px;height:8px;margin:5px;}
    .sy_gczpSlide .hd span{display:none;}

    .sy_banner{width:100%;margin:0 auto;}
    .sy_banner .hd ul{display:none;}

    .sy_listcnt{width:auto;padding-bottom:0;}
    .sy_list{width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);width:calc(100% - 20px);margin:20px 10px 0 10px;}
    .sy_list .hd ul li{font-size:18px;}
    .sy_list .hd .more{font-size:14px;color:#333;}
    .sy_list .bd ul li a{width:-webkit-calc(100% - 95px);width:-moz-calc(100% - 95px);width:calc(100% - 95px);}
    .sy_list .bd ul li span{font-size:14px;}

    .sy_swiper{display:none;}
    .sy_touchSlide{display:block;}
}
/* 网上展厅 */
.wszt_banner{width:1200px;margin:30px auto;overflow:hidden;}
.wszt_banner img{display:block;width:100%;height:auto;}
.wszt_screen{width:1200px;margin:0 auto;overflow:hidden;}
.wszt_screen .box{border:1px solid #ddd;border-top:1px solid #0083f7;overflow:hidden;position:relative;margin-bottom:15px;}
.wszt_screen .box .tit{width:180px;height:100%;text-align:center;background-color:#f5f5f5;position:absolute;left:0;top:0;bottom:0;}
.wszt_screen .box .tit span{line-height:72px;font-size:18px;color:#0083f7;}
.wszt_screen .box ul{margin-left:185px;overflow:hidden;padding-bottom:12px;}
.wszt_screen .box ul li{float:left;padding:0 25px;height:46px;line-height:46px;font-size:16px;text-align:center;color:#333;border:1px solid #ddd;margin:12px 10px 0 10px;cursor:pointer;}
.wszt_screen .box ul li:hover{border:1px solid #0083f7;color:#0083f7;}
.wszt_screen .box ul li.on{border:1px solid #0083f7;color:#0083f7;}
.wszt_sbtn{text-align:center;overflow:hidden;padding:10px 0;}
.wszt_sbtn span{display:inline-block;padding:0 15px;height:30px;line-height:30px;border:1px solid #ddd;font-size:16px;color:#333;background-color:#eee;border-radius:4px;margin:0 10px;cursor:pointer;}
.wszt_sbtn span:hover{background-color:#0083f7;color:#fff;border:1px solid #0083f7}
.wszt_sbtn span:active{background-color:#006bc5;}
.wszt_list{width:1230px;margin:0 auto;overflow:hidden;padding-bottom:40px;}
.wszt_list ul{width:100%;overflow:hidden;}
.wszt_list ul li{float:left;width:380px;height:230px;margin:30px 15px 0 15px;overflow:hidden;position:relative;}
.wszt_list ul li img{display:block;width:100%;height:220px;margin-top:10px;}
.wszt_list ul li .tit{width:100%;height:40px;line-height:40px;text-align:center;font-size:18px;color:#fff;background-image:url(./wszt_tb1.png);background-repeat:no-repeat;background-size:auto 100%;background-position:center;position:absolute;top:0;left:0;z-index:9;}
.wszt_list ul li:hover .tit{color:#0083f7;background-image:url(./wszt_tb2.png);}
.wszt_list ul li a{display:block;width:100%;height:0;background-color:rgba(0,131,247,0.6);position:absolute;left:0;right:0;bottom:0;z-index:5;transition:.3s;}
.wszt_list ul li p{margin:50px 25px 0 25px;line-height:26px;height:80px;font-size:16px;color:#fff;overflow:hidden;}
.wszt_list ul li span{display:block;margin:20px auto;width:110px;height:34px;line-height:34px;border:1px solid #fff;border-radius:4px;font-size:16px;color:#fff;text-align:center;}
.wszt_list ul li span:hover{text-decoration:underline;font-weight:bold;}
.wszt_list ul li:hover a{height:220px;}
@media(max-width:780px){
    .wszt_banner{width:100%;margin:15px auto;}
    .wszt_screen{width:100%;}
    .wszt_screen .box .tit{width:100%;height:50px;position:initial;}
    .wszt_screen .box .tit span{line-height:50px;}
    .wszt_screen .box ul{margin:0 5px;padding-bottom:10px;}
    .wszt_screen .box ul li{width:-webkit-calc(33.333% - 12px);width:-moz-calc(33.333% - 12px);width:calc(33.333% - 12px);text-align:center;padding:0;height:40px;line-height:40px;font-size:14px;margin:10px 5px 0 5px;}
    .wszt_sbtn span{background-color:#0083f7;color:#fff;border:1px solid #0083f7}
    .wszt_list{width:100%;}
    .wszt_list ul li{width:100%;height:auto;margin:20px 0 0 0;}
    .wszt_list ul li img{width:100%;height:auto;}
    .wszt_list ul li a{height:auto;}
    .wszt_list ul li p{margin:15px;line-height:20px;height:auto;font-size:14px;}
    .wszt_list ul li span{margin:15px auto;height:26px;line-height:26px;font-size:16px;}
    .wszt_list ul li:hover a{height:auto;}
}
/* 列表 */
.lb_content{width:1200px;margin:30px auto;border:1px solid #ddd;overflow:hidden;padding-bottom:40px;}
.lb_menu{float:left;width:200px;min-height:500px;padding-bottom:120px;background-color:#f8fcff;background-image:url(./lb_bg.jpg);background-repeat:no-repeat;background-size:100% auto;background-position:center bottom;margin:15px 0 0 20px;overflow:hidden;}
.lb_menu .toptit{background-color:#fff;padding-bottom:15px;}
.lb_menu .toptit span{display:block;line-height:36px;text-align:center;font-size:20px;color:#0083f7;border-bottom:1px solid #0083f7;}
.lb_menu ul li{width:100%;text-align:center;line-height:46px;font:16px;color:#333;border-bottom:1px solid #ddd;transition:.3s;}
.lb_menu ul li a{display:block;}
.lb_menu ul li:hover{background-color:#0083f7;color:#fff;}
.lb_menu ul li:hover a{color:#fff;}
.lb_menu ul li.active{background-color:#0083f7;color:#fff;}
.lb_menu ul li.active a{color:#fff;}
.lb_cnt{float:right;width:940px;min-height:600px;margin:15px 20px 0 0;overflow:hidden;}
.lb_cnt .toptit{line-height:36px;font-size:20px;color:#0083f7;border-bottom:1px solid #0083f7;padding-left:15px;}
.lb_pics{width:100%;overflow:hidden;}
.lb_pics ul{overflow:hidden;}
.lb_pics ul li{float:left;width:293px;margin-left:20px;margin-top:20px;overflow:hidden;transition:.3s;}
.lb_pics ul li a{display:block;}
.lb_pics ul li img{display:block;width:100%;height:174px;}
.lb_pics ul li span{display:block;border:1px solid #ddd;text-align:center;line-height:38px;font-size:14px;color:#333;}
.lb_pics ul li:hover{transform:translateY(-3px);box-shadow:0 1px 3px 2px rgba(0,0,0,0.2);}

.lb_list{margin-left:10px;overflow:hidden;}
.lb_list ul li{width:100%;height:50px;line-height:50px;font-size:16px;color:#333;border-bottom:1px dashed #ccc;overflow:hidden;}
.lb_list ul li em{float:left;display:block;width:6px;height:6px;border-radius:50%;background-color:#0083f7;margin:22px 10px 0 0;}
.lb_list ul li a{float:left;display:block;width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lb_list ul li:hover a{color:#0083f7;}
.lb_list ul li span{float:right;display:block;font-size:14px;color:#888;}

.pagination{overflow:hidden;width:100%;text-align:center;padding-top:40px;}
.pagination span{display:inline-block;vertical-align:middle;font-size:14px;height:40px;background-color:#d7dce0;border-radius:4px;margin:0 1px;cursor:pointer;transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;}
.pagination span:hover{background-color:#0083f7;opacity: 0.7;filter: alpha(opacity=70);}
.pagination span:hover a{color:#fff;}
.pagination span:active{opacity: 1;filter: alpha(opacity=100);}
.pagination span.active{background-color:#0083f7;color:#fff;}
.pagination span.active:hover{opacity: 1;filter: alpha(opacity=100);}
.pagination span.active a{color:#fff;}
.pagination span a{display:block;line-height:40px;padding:0 15px;color:#333;}
@media(max-width:780px){
    .lb_content{width:100%;margin:0;border:0;}
    .lb_menu{width:100%;min-height:auto;background-image:none;overflow-x:auto;margin:0;padding:0;border-bottom:1px solid #ddd;}
    .lb_menu::-webkit-scrollbar{display:none;}
    .lb_menu .toptit{display:none;}
    .lb_menu ul{width:1200px;overflow:hidden;}
    .lb_menu ul li{float:left;width:120px;line-height:46px;font:16px;color:#333;border-bottom:0;}
    .lb_menu ul li:hover{background-color:transparent;color:#333;}
    .lb_menu ul li:hover a{color:#333;}
    .lb_cnt{width:100%;min-height:auto;margin:15px 0 0 0;}
    .lb_pics ul li{width:100%;margin-left:0;margin-top:15px;}
    .lb_pics ul li img{height:auto;}
    .lb_pics ul li:hover{transform:translateY(0);box-shadow:0 0 0 0 rgba(0,0,0,0);}

    .lb_list{margin-left:0;}
    .lb_list ul li{height:auto;line-height:40px;}
    .lb_list ul li em{margin:17px 10px 0 10px;}
    .lb_list ul li a{width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);}
    .lb_list ul li span{width:100%;line-height:20px;margin:-5px 0 6px 0;padding-left:10px;box-sizing:border-box;}

    .pagination{padding-top:30px;}
    .pagination span{font-size:12px;height:26px;margin:0;}
    .pagination span a{line-height:26px;padding:0 6px;}
}
/* 正文 */
.text_cnt{width:1200px;margin:30px auto;border:1px solid #ddd;min-height:600px;overflow:hidden;padding-bottom:60px;}
.text_cnt .tit{margin:0 20px;line-height:40px;font-size:28px;color:#333;text-align:center;padding:60px 0;}
.text_cnt .info{margin:0 20px;overflow:hidden;line-height:40px;font-size:16px;color:#333;border-bottom:1px solid #ddd;}
.text_cnt .info .fl{margin-right:30px;}
.text_cnt .txt{margin:0 20px;line-height:30px;font-size:16px;color:#333;text-align:justify;}
.text_cnt .txt p{margin:20px 0;text-indent:2em;}
.text_cnt .txt img{display:block;max-width:100%;margin:20px auto;text-indent:0;}
.bdsharebuttonbox{margin-left:20px;}
@media(max-width:780px){
    .text_cnt{width:100%;margin:0;border:0;min-height:400px;}
    .text_cnt .tit{margin:0 10px;line-height:30px;font-size:20px;padding:20px 0;}
    .text_cnt .info{margin:0 10px;line-height:20px;font-size:12px;padding-bottom:10px;}
    .text_cnt .info .fl{margin-right:0;}
    .text_cnt .info p{float:none;}
    .text_cnt .txt{margin:0 10px;text-indent: 0em;}
    .bdsharebuttonbox{margin-left:10px;}
    .text_cnt video{width: 100%;height: 100%;}
}

.pendantLeft{position:absolute;right:calc(50% + 620px);top:470px;overflow:hidden;}
.pendantLeft .close{width:18px;height:43px;overflow:hidden;background-image:url(close2.gif);background-repeat:no-repeat;background-size:100% 100%;position:absolute;top:0;right:0;z-index:99;cursor:pointer;}
.pendantLeft a{ display: block; }
/* END OVER */