*{padding:0px;margin:0px;font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;}
body,div,ul,li,a,img{margin: 0;padding: 0;}
ul,li{list-style: none;}
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {margin:0;padding:0;-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6{font-size:12px;font-weight:normal}
body>div{margin:0 auto}
a img {border:0}
ul, ol, li {list-style-type:none;vertical-align:0}
a {text-decoration: none;outline-style:none;text-decoration:none;color: #000000;}
a:hover {text-decoration: none;text-decoration:none;color: #000000;}
td{font-family: 微软雅黑, 宋体,  Tahoma,Verdana;Font_Size: 14px;color: #000000;line-height: 180%}
Input{font-size: 14px;HEIGHT: 24px;Font-family: 微软雅黑, 宋体, Tahoma,Verdana}
Button{font-size: 14px;HEIGHT: 24px;Font-family: 微软雅黑, 宋体,  Tahoma,Verdana}
Select{font-size: 14px;HEIGHT: 24px;Font-family: 微软雅黑, 宋体,  Tahoma,Verdana}
textarea{font-size: 14px;LINE-HEIGHT: 18px; Font-family: 微软雅黑, 宋体,  Tahoma,Verdana}

*{
    margin: 0;
    padding: 0;
    border: 0;
}
#headTop{
    width: 100%;
    height: auto;
}
#navBox{
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 92px;
    background: rgba(54, 96, 108, 0.7);
}
#navBox .logo{
    height: 92px;
    float: left;
    position: relative;
}
#navBox .logo img{
    position: absolute;
    top: 50%;
    left: 120px;
    margin-top: -30px;
    width: 300px;
    height: 60px;
}
#navBox .navList{
    width: 1080px;
    float: right;
}
#navBox .navList li{
    float: left;
    list-style: none;
    width: 120px;
    height: 100%;
    line-height: 92px;
}
#navBox .navList li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
#navBox .navList li:hover{
    background: #36606c;
}
#navBox .navList li:hover .two-list{
    display: block;
}
#navBox .navList .two-list{
    display: none;
}
#navBox .navList .two-list li,#navBox .navList .two-list li a{
    line-height: 50px;
    height: 50px;
}
#navBox .navList .two-list li a{
    font-size: 15px;
    background: #36606c;
}
#banner{
    width: 100%;
    height: 100%;
}
#dynamic{
    width: 100%;
    height: 80px;
    background:rgba(102,102,102,.5);
}
#dynamic .dynamic-main{
    width: 1260px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#dynamic .dynamic-main .news{
    display: flex;
    float:left;
}
.newsBox{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    background: url(/ly/153/images/1.png);
    font-size: 18px;
    cursor: pointer;
    float:left;
}
#dynamic .dynamic-main .news .spot-box{
    width:600px;
    height: 50px;
    line-height: 50px;
    display: block
}
#dynamic .dynamic-main .news .spot-box a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 15px;
}
#dynamic .dynamic-main .buy{
    width: 270px;
    float:right;
    display: flex;
    justify-content: space-around;
}
#dynamic .dynamic-main .buy .tel span{
    color: #336699;
    line-height: 50px;
}
#dynamic .dynamic-main .buy .tel span b{
    font-size: 18px;
}
#dynamic .dynamic-main .sweep{
    width: 130px;
    height: 150px;
    border-radius: 15px;
    background: rgba(54, 96, 108, 0.5);
    text-align: center;
    padding-top: 20px;
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 1200;
}
#dynamic .dynamic-main .sweep p{
    color: #fff;
    line-height: 24px;
}
}
#aboutUs{
    height: 600px;
    background: url(/ly/153/images/abbbbj.jpg) no-repeat;
    background-size: 100% 100%;
}
#aboutUs .aboutUs-main{
    width: 1260px;
    height: 100%;
    margin:auto;
    margin-top:18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
#aboutUs .aboutUs-main p{
    width: 500px;
    font-size: 18px;
    color: #fff;
}
#aboutUs .aboutUs-main .more{
    text-decoration: none;
    display: block;
    color: #fff;
    width: 240px;
    height: 60px;
    background: rgba(204,153,51,.5);
    letter-spacing: 3px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    transition: .45s;
}
#aboutUs .aboutUs-main .more:hover{
    background: #cc3366;
    color: #fff;
    letter-spacing: 6px;
}
#attractions{
    width: 100%;
}
#attractions h1{
    width: 100%;
    line-height: 100px;
    letter-spacing: 10px;
    color: #003366;
    text-align: center;
}
#attractions .attractions-main{
    width: 1260px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
#attractions .attractions-main .attractions-box{
    width: 360px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 120px;
}
#attractions .attractions-main .attractions-box h2{
    text-align: center;
    margin-bottom: 15px;
}
#attractions .attractions-main .attractions-box img{
    width: 360px;
    height: 200px;
    border-radius: 8px;
}
#attractions .attractions-main .attractions-box .linkImg{
    text-decoration: none;
    position: relative;
    display: block;
}
#attractions .attractions-main .attractions-box .linkText:hover{
    color: #333;
}
#attractions .attractions-main .attractions-box .mask{
    width: 360px;
    height: 200px;
    border-radius: 8px;
    background: rgba(54, 96, 108, 0.7);
    font-size: 24px;
    text-align: center;
    line-height: 200px;
    position: absolute;
    top: 0;
    color: #fff;
    opacity: 0;
    transition: .45s;
}
#attractions .attractions-main .attractions-box .linkImg:hover .mask{
    opacity: 1;
    letter-spacing: 5px;
}
#attractions .attractions-more{
    display: block;
    width: 360px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: auto;
    border: 1px solid rgb(54, 96, 108);
    font-size: 20px;
    text-decoration: none;
    color: rgb(54, 96, 108);
    transition: .8s;
}
#attractions .attractions-more:hover{
    background: rgb(54, 96, 108);
    color: #fff;
    letter-spacing: 5px;
}
#mapwrap{
    width: 1260px;
}
#mapwrap h1{
    width: 100%;
    line-height: 100px;
    letter-spacing: 10px;
    color: #003366;
    text-align: center;
}
#mapwrap .map{
    width: 100%;
}
#mapwrap ul li{
    list-style: none;
    line-height: 70px;
    font-size: 24px;
}
#footer{
    width: 100%;
    height: 120px;
    background: #804e12;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 120px;
    margin-top:60px;
}
#footer a{
    text-decoration: none;
    color: #fff;
}
#hotel{
    width: 1260px;
    margin: 60px auto;
}
#hotel .hotel-list ul{
    width: 100%;
    display: flex;
}
#hotel .hotel-list ul li{
    list-style: none;
    width: 160px;
    height: 60px;
    margin:auto;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius:15px;
}
.active{
    color: #fff;
    background: #003366;
}
#hotel .hotel-list ul li:hover{
    background: #003366;
    color: #fff;
}
#hotel .hotel-body ul{
    margin: auto;
    position: relative;
    width: 800px;
    height: 1300px;
}
#hotel .hotel-body ul li{
    width: 100%;
    height: 100%;
    list-style: none;
    padding-top: 30px;
    position: absolute;
    
}
#hotel .hotel-body ul li img{
    width: 800px;
    height: 530px;
    display: block;
    margin-bottom: 30px;
}
#hotel .hotel-body ul li p{
    font-size: 18px;
    padding: 15px 0;
    line-height: 30px;
}
#news{
    width: 1260px;
    margin: 60px auto;
}
#news h2{
    text-align: center;
    border-bottom: 1px solid #555555;
    height: 60px;
}
#news .news-main ul li{
    list-style: none;
    height: 60px;
}
#news .news-main ul li a{
    text-decoration: none;
    display: block;
    color: #555555;
    font-size: 18px;
}
#news .news-main ul li a p:nth-child(1){
    float: left;
}
#news .news-main ul li a p:nth-child(2){
    float: right;
}
#profile{
    width: 1260px;
    margin: 60px auto;
}
#profile ul li{
    list-style: none;
}
#profile ul li:nth-child(1){
    text-align: center;
}
#profile ul li:nth-child(1) img{
    width: 800px;
    height: 534px;
    margin-bottom: 30px;
}
#profile ul li:nth-child(2) p{
    width: 800px;
    margin: auto;
    font-size: 20px;
}
#seasons{
    width: 1260px;
    margin: 60px auto;
}
#seasons h2{
    text-align: center;
    height: 60px;
}
#seasons .seasons-main ul{
    display: flex;
    justify-content: space-between;
}
#seasons .seasons-main ul li{
    list-style: none;
}
#seasons .seasons-main ul li a{
    text-decoration: none;
    color: #555555;
    font-size: 18px;
}
#seasons .seasons-main ul li a img{
    width: 280px;
    height: 200px;
}
#seasons .seasons-main ul li a p{
    width: 280px;
    height: 60px;
    text-align: center;
}
#about{
    width: 1260px;
    margin: 60px auto;
}
#about .about-body{
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-around;
}
#about .about-body .about-list{
    width: 420px;
    text-align: center;
}
#route{
    width: 100%;
}
#route .route-main{
    width: 1260px;
    margin:60px auto;
    margin-bottom: 60px;
}
#route .route-main h3{
    height: 64px;
    line-height: 64px;
}
#route .route-main img{
    display: block;
    margin: 46px 0;
}
#route .route-main p{
    font-size: 24px;
    height: 50px;
    line-height: 50px;
}
#gallery{
    width: 100%;
}
#gallery .gallery-main{
    width: 1260px;
    margin: 60px auto;
    display: flex;
    justify-content: space-around;
}
#gallery .gallery-main a{
    display: block;
    width: 270px;
    text-decoration: none;
}
#gallery .gallery-main a img{
    width: 100%;
    height: 200px;
}
#gallery .gallery-main a p{
    width: 100%;
    text-align: center;
    color: #333;
}
#video-wrap{
    width: 100%;
}
#video-wrap .video-main{
    width: 1260px;
    margin: auto;
}
#video-wrap .video-main h1{
    width: 100%;
    line-height: 100px;
    letter-spacing: 10px;
    color: #003366;
    text-align: center;
}
#video-wrap .video-main .movie{
   display: flex;
   justify-content: space-around;
}
#video-wrap .video-main .movie li{
    list-style: none;
    width: 280px;
    height: 220px;
    position: relative;
}
#video-wrap .video-main .movie li img{
    width: 280px;
    height: 220px;
}
#video-wrap .video-main .movie li .movie-mask{
    width: 100%;
    height: 100%;
    background: rgba(54, 96, 108, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 220px;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: .45s;
    cursor: pointer;
}
#video-wrap .video-main .movie li:hover .movie-mask{
    opacity: 1;
    letter-spacing: 10px;
}
#video-wrap .video-main .movie li .hidden-mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    text-align: center;
    display: none;
}
#video-wrap .video-main .movie li .hidden-mask p{
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
#video-wrap .video-main .movie-more{
    display: block;
    width: 360px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin:auto;
    margin-top:60px;
    border: 1px solid rgb(54, 96, 108);
    font-size: 20px;
    text-decoration: none;
    color: rgb(54, 96, 108);
    transition: .8s;
}
#video-wrap .video-main .movie-more:hover{
    background: rgb(54, 96, 108);
    color: #fff;
    letter-spacing: 5px;
}
.rightList{
    position: fixed;
    top: 220px;
    right: 0;
}
.rightList ul li{
    list-style: none;
    margin-bottom: 3px;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,.3);
}
.rightList ul li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.rightList ul li a p{
    display: none;
    height: 30px;
    line-height: 30px;
    background: #333;
}
.rightList ul li:hover a img{
    display: none;
}
.rightList ul li a:hover p{
    display: block;
}
#about .about-news{
    width: 1260px;
    margin: 100px auto;
    display: flex;
    justify-content: space-around;
}
.pubwidth{
    width: 300px;
    height: 360px;
    background: #fff;
    text-align: center;
    box-shadow:0 0 10px #555;
}
.pubwidth h3{
    height: 46px;
}
.ab-icon{
    width: 100px;
    height: 100px;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 46px;
    box-shadow:0 0 10px #555;
    position:relative;
}
.ab-icon img{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-30px;
}
.totop{
    position: fixed;
            top: 90%;
            right: 36px;
            display: none;
            background: #fff;
            border-radius: 50%;
            width: 60px;
            height: 60px;
        }
        .totop img{
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
 
 
 
/**********************************************系统默认图片幻灯片05模块样式开始***************************************************/
.MoKuai_Pic5_Slide{overflow:hidden;_float:left;zoom:1; margin:0 auto;}
.MoKuai_Pic5_FocusPic{zoom:1;position:relative; overflow:hidden}
.MoKuai_Pic5_FocusPic .MoKuai_Pic1_Content{overflow:hidden}
.MoKuai_Pic5_FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}
.MoKuai_Pic5_FocusPic .title-bg,.MoKuai_Pic5_FocusPic .title{position:absolute;left:0px;bottom:0; text-align:left;overflow:hidden}
.MoKuai_Pic5_FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}
.MoKuai_Pic5_FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}
.MoKuai_Pic5_FocusPic .change{bottom:4px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}
.MoKuai_Pic5_FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline;}
.MoKuai_Pic5_FocusPic .change i.cur {background:#FF7700;}
.MoKuai_Pic5_FocusPic img{border:0}
/**********************************************系统默认图片幻灯片05模块结束***************************************************/ 

 
 
 
/**********************************************系统默认图片幻灯片0602模块样式开始***************************************************/
.main_visual{border-top:1px solid #d7d7d7;overflow:hidden;position:relative;background:url(/images/bodyBg.jpg) repeat #333;}
.main_image{overflow:hidden;position:relative;}
.main_image ul{overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;}
.main_image li span{display:block;}
.main_image li a{display:block;}
div.flicking_con{position:absolute;left:50%;z-index:999;height:21px;margin:0 0 0 -50px;bottom:2%;width:300px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url('/images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:50px!important;height:50px!important;top:50%;margin-top:-25px;display:none;}
#btn_prev{background:url(/images/prev.png) no-repeat left top;left:10%;}
#btn_next{background:url(/images/next.png) no-repeat right top;right:10%;}
/**********************************************系统默认图片幻灯片0602模块结束***************************************************/ 

 
 
 
/**********************************************系统默认图片幻灯片0601模块样式开始***************************************************/
.swiper-custom-image{width:100%;position:relative}
.swiper-custom-image .swiper-slide a{display:block;position:relative;}
.swiper-custom-image .swiper-slide a img{display:block;width:auto;height:auto;margin:0 auto}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px, 0, 0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0px, 0, 0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0px, 0, 0);-o-transition-timing-function:ease;-o-transform:translate(0px, 0px);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0px, 0, 0);-ms-transition-timing-function:ease;transition-property:transform, left, top;transition-duration:0s;transform:translate3d(0px, 0, 0);transition-timing-function:ease}
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{float:left}
.swiper-wp8-horizontal{-ms-touch-action:pan-y}
.swiper-wp8-vertical{-ms-touch-action:pan-x}
.swiper-pagination{text-align:center;position:absolute;bottom:6px;width:100%;z-index:1}
.swiper-pagination-switch{display:inline-block;margin:7px 4px 0;width:5px;height:5px;background:url('/images/pagination.png') no-repeat scroll -1px -1px;cursor:pointer}
.swiper-active-switch{background-position:-1px -8px}
/**********************************************系统默认图片幻灯片0601模块结束***************************************************/ 

 
/**********************************************系统显示默认样式开始***************************************************/
.Web_Default_Title{font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; line-height: 200%;}
.Web_Default_Properties{font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 150%; margin: 15px 0px 15px 0px;}
.Web_Default_Content{font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 150%; text-indent: 2em;}
.Web_Default_Content{/*实现兼容多个浏览器的正文文字两端对齐*/}
  	text-align: justify; -moz-text-align-last: justify;-webkit-text-align-last:justify;word-wrap: break-word;word-break: break-all;
  	text-justify:inter-ideograph;	/*ie中必须有这个*/
  	display: block;	/*ie中必须有这个*/}
/**********************************************系统显示默认样式结束***************************************************/ 

 
/**********************************************分页按钮表默认样式开始***************************************************/
.fenye_pages{margin:4px;text-align: center;}
.fenye_pages,.fenye_info{color:#8e4297;}
.fenye_pages a,.fenye_pages strong{border-color:#8e4297;background-color:#FFF;color:#8e4297;padding:0px 6px;margin-right:2px;height:20px;border:1px solid;line-height:20px;overflow:hidden; display:inline-block}
.fenye_pages a:hover{background-color:#fff;text-decoration: none;}
.fenye_pages strong{border-color:#8e4297;background-color:#8e4297;color:#FFF;font-weight:700;}
.fenye_pages a.prev{background-image:url(/webadmin/images/arrow_left.gif);background-position:3px 6px; background-repeat:no-repeat}
.fenye_pages a.next{background-image:url(/webadmin/images/arrow_right.gif);background-position:8px 6px; background-repeat:no-repeat}
/**********************************************分页按钮表默认样式结束***************************************************/ 

 
/**********************************************分类按钮表默认样式开始***************************************************/
.fenleicss{width:auto; height:auto;background-color:#FFF;line-height:250%;}
.fenleicss ul{list-style:none;margin:0;padding:0;}
.fenleicss ul li{width:100%;}
.fenleicss a{text-decoration: none; color:#292929;padding:5px;margin-right:8px;border:0px solid;overflow:hidden;}
.fenleicss a:hover{background-color: #FFFF00; color: #FF0000;text-decoration:none; padding:5px;margin-right:8px;border:0px solid;overflow:hidden;}
.fenleicss span{background-color: #FFFF00; color: #FF0000;text-decoration:none; padding:5px;margin-right:8px;border:0px solid;overflow:hidden;}
/**********************************************分类按钮表默认样式结束***************************************************/

 
/**********************************************商品详情页面默认样式开始***************************************************/
.chanpin_tuangou_box_1{border: 1px dashed #E8E8E8; padding: 8px; font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif; font-size: 14px;line-height: 150%;position: relative;}
.chanpin_tuangou_box_1 table {width: 100%;border-collapse: collapse;border-style: solid;border-width: 0px;font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif; font-size: 14px;line-height: 150%;}
.chanpin_tuangou_box_1 td {font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif; font-size: 16px;line-height: 150%;}
.chanpin_tuangou_jqzoom{ width:350px; height:350px; position:relative; padding:0;}
#chanpin_tuangou_preview{ float:none; margin:0px auto; text-align:center; width:350px;position: relative;top:1px;left:1px;}
#chanpin_tuangou_spec-list{width:348px; float:left; overflow:hidden; margin-left:0px;margin-top:9px;margin-right:0px;position:relative; border:1px solid #e4e4e4;display:inline;}
#chanpin_tuangou_spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}
#chanpin_tuangou_spec-list ul{list-style:none;padding:0px;margin:0px;text-align: center;}
#chanpin_tuangou_spec-list ul li{ float:left; margin-right:0px; display:inline; width:87px;}
#chanpin_tuangou_spec-list ul li img{padding:2px ; border:2px solid #ccc; width:80px; height:80px;}
.chanpin_tuangou_zoomdiv{z-index:9999;left: 369px; top: 0px; width: 400px; height: 400px; position: absolute; background:url(http://web.e3n.cn/images/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;text-align:center;overflow: hidden;}
.chanpin_tuangou_bigimg{width:800px;height:800px;}
.chanpin_tuangou_jqzoomPup{z-index:100;position:absolute;top:-290px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
.chanpin_tuangou_h30{height:30px; line-height:30px; margin-bottom:5px;}
.chanpin_tuangou_h30 span{display:block; height:30px; line-height:30px; float:left;}
.chanpin_tuangou_h30 span.chanpin_f-oh{ position:relative; width:110px; height:30px; border:solid 1px #CECECE; margin-right:20px;}
.chanpin_tuangou_h30 span.chanpin_f-oh a{display:block; width:30px; height:30px; line-height:30px; text-align:center; background:#EEEEF0; position:absolute; top:0; color:#777576; font-size:18px; font-weight:bold;}
.chanpin_tuangou_h30 span.chanpin_f-oh a.jian{ left:0;}
.chanpin_tuangou_h30 span.chanpin_f-oh a.jia{ right:0;}
.chanpin_tuangou_h30 span.chanpin_f-oh a:hover{ background:#8FB722; color:#fff;}
.chanpin_tuangou_h30 span.chanpin_f-oh input{ width:42px; height:27px; line-height:25px\9; text-align:center; border:none; background:#fff; position:absolute; top:1px; left:32px; color:#333;font-family: Arial, Helvetica, sans-serif; font-size: 18px;}
.chanpin_title {padding: 6px; width: 100%-12px; text-align: left; font-size: 22px;line-height:32px;font-weight: bold;color:#333;text-shadow:0 1px 1px rgba(0,0,0,0.4);}
.chanpin_jianjie {padding: 10px; width: 100%-20px; height: 40px; position: relative; left: 0px; top: 0px; background-color: #FFFFFF; font-size: 12px; text-align: left; color: #808080;}
.chanpin_tuangou_shuoming {padding: 10px; width: 100%-20px; height: 66px; position: relative; left: 0px; top: 0px; background-color: #FAFAFA; font-size: 14px;line-height: 21px;}
.chanpin_tuangou_shuoming span{color: rgb(253, 142, 81);}
.chanpin_hyj_box {width: 100%; height:70px; position: relative; left: 0px; top: -7px;}
.chanpin_guige {position: absolute; left: 1px; top: 15px; width: 362px; height: 31px; font-size: 16px; line-height: 32px;}
.chanpin_hyj_title {width: 58px; height: 34px; position: absolute; left: 1px; top: 58px; background-image: url('/images/huiyuanjia.png'); background-repeat: no-repeat;}
.chanpin_hyj_fu {color: #fffb00; font-family: Arial;font-size: 30px; width: 31px; position: absolute; left: 74px; top: 62px;}
.chanpin_hyj {width: 100%-20px; position: absolute; left: 100px; top: 54px; height: 29px;color: #fffb00; font-family: Arial; font-size: 42px;line-height: 42px; text-align: left;}
.chanpin_scj_title {width: 116px; position: absolute; left: 326px; top: 21px; height: 27px; font-size: 22px; line-height: 22px; color: #808080;}
.chanpin_scj {width: 100%-20px; position: absolute; left: 430px; top: 22px; height: 27px; font-size: 22px; line-height: 22px; color: #808080; text-align: left; text-decoration: line-through; right: 25px;}
.chanpin_tgj_box {width: 100%; height: 70px; position: relative; left: 0px; top: 1px;}
.chanpin_tgj_title {width: 58px; height: 34px; position: absolute; left: 1px; top: 40px; background-image: url('/images/tuangoujia.png'); background-repeat: no-repeat;}
.chanpin_tgj_fu {color: rgb(253, 142, 81); font-family: Arial;font-size: 30px; width: 31px; position: absolute; left:74px; top: 44px;}
.chanpin_tgj {width: 83%; position: absolute; left: 100px; top: 34px; height: 29px;color: rgb(253, 142, 81); font-family: Arial; font-size: 42px;line-height: 42px; text-align: left;}
.chanpin_tuangou_liang_shuoming_bg {width:27px; position: absolute; left: 320px; top: 10px; height: 46px; background-image: url('/images/tuangouliang.png'); background-repeat: no-repeat;}
.chanpin_tuangou_liang_shuoming_box {width: 100%-20px; position: absolute; left: 348px; top: 10px; height: 42px; font-size: 14px;line-height: 18px; color: #808080; text-align: left; background-color: #fafafa; right: 0px; padding-top: 5px; padding-left: 10px;}
.chanpin_tuangou_qituanliang{color: #990099; font-weight: bold;}
.chanpin_tuangou_yigoulaing{color: #FF5050; font-weight: bold;}
.chanpin_goumai_box {width: 100%; height: 90px; position: relative; left: 0px; top: 0px;}
.chanpin_goumai_txt {width: 80px; height: 24px; position: absolute; left: 1px; top: 75px;}
.chanpin_shuliangjiajian {font-size: 18px; width: 216px; position: absolute; left: 92px; top: 72px;}
.chanpin_tuangou_youxiaoqi {width: 214px; height: 24px; position: absolute; left: 1px; top: 24px; color: #808080; text-align: left;}
.chanpin_tuangou_shenyu_shuoming_bg {width:27px; height: 46px; position: absolute; left: 320px; top: -8px; background-image: url('/images/tuangouliang.png'); background-repeat: no-repeat;}
.chanpin_tuangou_shenyu_shuoming {width: 100%-20px; position: absolute; left: 348px; top: -9px; height: 34px; font-size: 14px;line-height: 100%; color: #808080; text-align: left; background-color: #fafafa; right: 0px; padding-top: 13px; padding-left: 10px;}
.chanpin_tuangou_shenyushuliang {font-size: 24px; line-height: 100%; color: #FF6600;}
.chanpin_tuangou_gouwuanniu {width: 182px; height: 41px; position: absolute; left: 65%; top: 65px; color: #808080; text-align: left; background-image: url('/images/dinggou_01.png'); background-repeat: no-repeat;}
.chanpin_xq{padding: 10px;}
/**********************************************商品详情页面默认样式结束***************************************************/

 
/**********************************************文章列表默认样式开始***************************************************/
.ArticleList{font-family: 微软雅黑, 宋体, Arial; padding:15px; width:100%; line-height:200%; font-size:14px; overflow:hidden; border:0px solid;}
.ArticleList ul {margin:10px;}
.ArticleList ul li span {display:block; margin-top: 0px; float:right;}
.ArticleList ul li {border-bottom-style: dotted; border-width: 1px; border-color: #C0C0C0; list-style-type: disc;line-height: 200%; text-indent: 1px; margin-left: -20px; height:200%;}
.ArticleList ul li a {color: #000000; line-height:200%; display: inline;height:200%;text-align:left}
.ArticleList ul li samp {color: #808080; font-family: 微软雅黑, 宋体, Arial;font-size:14px; line-height:150%; text-align:left;margin-bottom: 6px;display: block;}
.ArticleList ul li bb {margin:0px 16px 0px 16px;}
/**********************************************文章列表默认样式结束***************************************************/

 
/**********************************************文章列表图片居左默认样式开始***************************************************/
.ArticleList_Pic_left{width:100%; color;}
.ArticleList_Pic_left ul {margin:10px;}
.ArticleList_Pic_left ul li {list-style-type: none;border-bottom-style: dotted; border-width: 1px; border-color: #C0C0C0; padding: 10px 0px 10px 0px; line-height: 200%; height:90px;}
.ArticleList_Pic_left .ArticleList_pic {float:left; width:139px; height:90px; margin-right:10px;border: #C0C0C0 solid 1px; overflow: hidden; vertical-align: middle; text-align: center;}
.ArticleList_Pic_left .ArticleList_pic img {width:139px; height:90px; cursor: pointer; transition: all 0.6s;}
.ArticleList_Pic_left .ArticleList_pic img:hover{transform: scale(1.1);}
.ArticleList_Pic_left .ArticleList_pic_title {font-weight: bold; color: #000000;}
.ArticleList_Pic_left .ArticleList_pic_title a {color: #000000;}
.ArticleList_Pic_left span {color: #808080; font-size: small;}
/**********************************************文章列表图片居左默认样式结束***************************************************/
/**********************************************文章列表图片居上默认样式开始***************************************************/
.ArticleList_Pic_Top{width:100%; display: inline-block}
.ArticleList_Pic_Top ul {margin:0px;}
.ArticleList_Pic_Top ul li {border: 1px solid #DBE6E4; width: 230px; height: 230px; float: left; text-align: left; margin:10px; padding: 10px;}
.ArticleList_Pic_Top .ArticleList_pic {width:230px; height:150px; border: #C0C0C0 solid 1px; overflow: hidden; vertical-align: middle; text-align: center;}
.ArticleList_Pic_Top .ArticleList_pic img {width:230px; height:150px; cursor: pointer; transition: all 0.6s;}
.ArticleList_Pic_Top .ArticleList_pic img:hover{transform: scale(1.1);}
.ArticleList_Pic_Top .ArticleList_pic_title {font-weight: bold; color: #800000; text-align: center; margin:6px 0px 6px 0px; line-height:150%}
.ArticleList_Pic_Top span {color: #808080; font-size: small;line-height: 150%;}
/**********************************************文章列表图片居上默认样式结束***************************************************/

 
/**********************************************竖排栏目按钮表默认样式开始***************************************************/
.Szilanmu_Div_Css{width:100%; text-align:center; height:auto} 
.Szilanmu_Div_Css ul{list-style:none;padding:0px;margin:0px;} 
.Szilanmu_Div_Css ul li{width:100%;height:60px;padding: 0px;margin:0px;} 
.Szilanmu_Div_Css a {display: block;text-decoration:none;font-size:18px; font-family:微软雅黑, 宋体, Arial;font-weight: bold;color:#165365;background-color:#9edcf5;line-height:45px;}
.Szilanmu_Div_Css ul li :hover {background-color:#2493c1;color:#ffff00;}
.Szilanmu_Div_Css ul li span {display: block;background-color:#2493c1;color:#ffff00;} 
.Szilanmu_Div_Css ul li{filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=2);/*ie*/ 
						-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/ 
						-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/ 
						box-shadow:2px 2px 10px #909090;/*opera或ie9*/ 
						} 
/**********************************************竖排栏目按钮表默认样式结束***************************************************/
.friendslinks{display:none;}
