@charset "UTF-8";
/* 全局样式定义 Powered by Zoomla!逐浪CMS z01.com*/
@import url("https://code.z01.com/Zfonts.css");
a:hover { text-decoration: none; color: currentColor; }

.margintop10 { margin-top: 10px; }

.relative { position: relative; }

.padding15 { padding-left: 15px; padding-right: 15px; }

.padding10 { padding-left: 10px; padding-right: 10px; }

.padding5 { padding-left: 5px; padding-right: 5px; }

.div_h35 { height: 35px; }

.loginNone { display: none; }

.margin_top20 { margin-top: 20px; }

.margin_bottom20 { margin-bottom: 20px; }

.padding0_lg { padding-left: 0; padding-right: 0; }

.list-group-item { padding: .5rem 1.2rem; }

.panel-title span a { font-size: 0.8rem; }

.list-group-item { padding: .5rem 0.5rem; }

.list-item a { color: #666; }

/*内容页的图片可定义响应式且带颜色边框方法是 .content img {max-width: 98%;border: inset;}*/
.home_search { position: absolute; transition: ease-in-out 0.5s; opacity: 0; right: -1em; z-index: -1; }
.home_search form { border: 1px solid #fff; }
.home_search form i { margin-left: 1rem; margin-right: 1rem; color: #fff; }
.home_search input { display: inline-block; border: none; background: none; box-shadow: none; padding-left: 0; padding-right: 0; width: 30em; border-radius: 0; color: #fff; }
.home_search a { background: none; border: none; color: #fff; cursor: pointer; }

#logos { height: 2.2rem; }

header { height: 8rem; transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 1; }

.icarousel { height: 72vh; }
.icarousel .carousel-caption { bottom: 28%; z-index: 1; position: absolute; }
.icarousel .carousel_photo1 { height: 72vh; background: url(Images/well_slogan1.jpg) no-repeat center top; background-size: cover; opacity: 0.3; }
.icarousel .carousel_photo2 { height: 72vh; background: url(Images/well_slogan2.jpg) no-repeat center right; background-size: cover; opacity: 0.3; }
.icarousel .carousel_photo3 { height: 72vh; background: url(Images/well_slogan3.jpg) no-repeat center; background-size: cover; opacity: 0.3; }
.icarousel .carousel_photo1 > a { display: block; width: 100%; height: 100%; }
.icarousel .carousel_photo2 > a { display: block; width: 100%; height: 100%; }
.icarousel .carousel_photo3 > a { display: block; width: 100%; height: 100%; }
.icarousel h1 { font-family: "ZoomlaXSongExtraLight",Microsoft YaHei UI light; font-size: 3.2rem; }
.icarousel p { font-family: "ZoomlaXSongExtraLight",Microsoft YaHei UI light; font-size: 1.28rem; }
.icarousel .carousel-control-prev, .icarousel .carousel-control-next { z-index: 0; }

.btn-circle { display: inline-block; width: 10rem; height: 3.3rem; line-height: 3rem; background: none; color: #fff; text-align: center; border: 1px solid #e0e0e0; border-radius: 100px; line-height: 2.1rem; border: 1px solid #fff; }
.btn-circle:hover { background: #fff; color: #212529; }

.scrool { position: absolute; left: 50%; margin-left: -1.6rem; bottom: 0; width: 3.2rem; height: 3.6rem; /* background: url(Images/scroll.png) no-repeat; */ font-size: 1.8rem; animation: up_down 1s infinite ease-out; color: #fff; }

@keyframes up_down { 50% { bottom: 1.8rem; } }
.homeNavBar { width: 3.8rem; text-align: center; }
.homeNavBar a { display: block; width: 3rem; line-height: 3rem; color: #fff; }

/*nav_toggler专用于抽屉菜单 */
#wrapper { padding-right: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

#wrapper.toggled { padding-right: 380px; cursor: url("images/close.png"), pointer; }

#sidebar-wrapper { z-index: 1000; position: fixed; right: 380px; width: 0; height: 100%; margin-right: -380px; overflow-y: hidden; background: #222; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

#wrapper.toggled #sidebar-wrapper { width: 380px; }

#page-content-wrapper { width: 100%; position: absolute; padding: 15px; }

#wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -380px; }

.sidebar-nav { margin-left: 2rem; padding-left: 0; margin-bottom: 0; list-style: none; text-align: center; }
.sidebar-nav li { position: relative; float: left; margin-top: 5px; margin-left: 2%; width: 26%; height: 5.2rem; overflow: hidden; }
.sidebar-nav li img { width: 100%; }
.sidebar-nav li span { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 1rem; line-height: 1rem; background: rgba(204, 204, 204, 0.6); font-size: 0.68rem; pointer-events: none; }
.sidebar-nav li:hover span { top: 0; height: 5.2rem; line-height: 5.2rem; background: rgba(244, 249, 43, 0.8); }
.sidebar-nav i { display: block; margin: auto; font-size: 4rem; }

#wrapper { padding-right: 0; }

#wrapper.toggled { padding-right: 0; }

#sidebar-wrapper { width: 0; }

#wrapper.toggled #sidebar-wrapper { width: 380px; /*pointer-events:none;*/ }

#page-content-wrapper { padding: 20px; position: relative; }

#wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; }

#sidebar-wrapper { color: #788487; }
#sidebar-wrapper h6 { display: block; margin: auto; width: 6rem; line-height: 6rem; font-size: 4rem; border: 1px solid #ccc; color: #fff; text-align: center; }
#sidebar-wrapper h6 i { color: #fff; }
#sidebar-wrapper p { margin-top: 1rem; text-align: center; font-size: 0.8rem; }

.sidebar_close { padding-right: 1rem; height: 5.0rem; line-height: 5.0rem; text-align: right; font-size: 1.3rem; }
.sidebar_close a { display: inline-block; width: 5rem; text-align: center; }

.sidebar_ico { float: right; width: 380px; line-height: 3rem; text-align: center; }

.home_slogin { text-align: center; }

.home_slogin_c { margin-bottom: 0.6rem; padding-bottom: 0.4em; background: rgba(86, 155, 145, 0.92); color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
.home_slogin_c h3 { padding-top: 1rem; margin-bottom: 0; font-size: 1.18rem; }
.home_slogin_c p { margin-bottom: 0.2rem; font-size: 0.8em; text-justify: inter-ideograph; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.home_newsMore { display: inline-block; position: relative; margin-top: 0.2rem; width: 8rem; height: 1.86rem; line-height: 1.86rem; text-align: center; color: #888; background: #fff; box-shadow: 0 0 10px rgba(12, 3, 6, 0.13); z-index: 1; }
.home_newsMore:before { position: absolute; left: 0; top: 0; transition: ease-out .35s; content: ''; width: 0; height: 100%; background: #AC1722; z-index: -1; }
.home_newsMore i:after { transition: ease-in .65s; content: ''; display: block; width: 0; height: 100%; background: #fff; position: absolute; left: 0; top: 0; z-index: -1; }
.home_newsMore i { position: relative; float: right; width: 2.2rem; height: 1.86rem; background: #AC1722; color: #fff; transition: ease .65s; z-index: 1; }
.home_newsMore:hover { color: #fff; }
.home_newsMore:hover i:after { width: 100%; transition-delay: .2s; transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.home_newsMore:hover:before { width: 100%; }
.home_newsMore:hover i { color: #AC1722; transition-delay: .2s; }

.home_news_c a h4 { font-size: 1.2rem; }
.home_news_c p { margin-bottom: 0; font-size: 0.8rem; }

.home_news_list { border: 1px solid #ddd; }
.home_news_list p { margin-bottom: 0.5rem; padding-left: 5px; }
.home_news_list h3 { padding-left: 5px; line-height: 2.68rm; border-bottom: 1px solid #ddd; font-size: 1.15em; }
.home_news_list h3 a { color: #454a4e; }

.home_store { position: relative; padding-top: 6rem; padding-bottom: 2rem; background: url(images/bg.jpg) no-repeat center; background-size: cover; }

.home_storeMask { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(51, 153, 255, 0.78); }

.home_elit { margin-top: 3.2rem; min-height: 20rem; background: url(images/cross_1.png) no-repeat center bottom; background-size: 100%; }
.home_elit h3 { font-weight: 100; font-size: 1.5rem; color: #222; }
.home_elit p { color: #676767; }

.home_quict { padding-top: 5rem; background: #bee5eb; text-align: center; }
.home_quict a { display: block; border-radius: 10px; height: 7rem; }
.home_quict a:hover { opacity: 0.8; }
.home_quict i { padding-top: 1rem; color: #fff; font-size: 5rem; }

.home_quict_l .row div:nth-child(4n+1) i { color: #E66619; }

.home_quict_l .row div:nth-child(4n+2) i { color: #ECB312; }

.home_quict_l .row div:nth-child(4n+3) i { color: #3B8ED8; }

.home_quict_l .row div:nth-child(4n+4) i { color: #CD345B; }

.home_quict_r .row div:nth-child(4n+1) i { color: #FF890F; }

.home_quict_r .row div:nth-child(4n+2) i { color: #9157C8; }

.home_quict_r .row div:nth-child(4n+3) i { color: #3B8ED8; }

.home_quict_r .row div:nth-child(4n+4) i { color: #CD335C; }

.home_club { margin-top: 2em; }

.home_club_m { line-height: 1.65rem; height: 1.65rem; font-size: 0.8rem; }

footer { padding-top: 4rem; min-height: 20rem; color: #fff; background: rgba(34, 34, 34, 0.6); font-size: 0.85rem; color: #ccc; }
footer a { color: currentColor; }
footer h5 { margin-bottom: 1rem; font-size: 1.02rem; color: #fff; font-weight: 900; }
footer li { line-height: 1.6rem; }

.foot_l p { margin-bottom: 0.4rem; width: 80%; }
.foot_l .btn { margin-bottom: 0.4rem; }
.foot_l i { margin-right: 0.3rem; font-size: 1.2rem; }

.footShow ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.footShow li { margin-top: 0.2rem; float: left; width: 24%; height: 3.6rem; text-align: center; }
.footShow li img { width: 90%; }
.footShow a:hover { opacity: .5; }

.copyright { border-top: 1px solid #788; line-height: 3.2rem; text-align: center; }

/*404与搜索页*/
.Search_top { position: relative; height: 42vh; box-shadow: inset 0px 20px 20px -20px rgba(0, 0, 0, 0.4); background-image: url(images/green.png); background-size: cover; width: 100%; background-position: 50%; overflow: hidden; }

.search_logo img { height: 1.5em; }

.Search_header { position: absolute; top: 0; left: 0; z-index: 1; right: 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.Search_header .navbar-brand img { width: 10rem; height: 3rem; }
.Search_header i { padding-top: 0.5rem; }

.Search_top_overlay { position: absolute; top: 0; bottom: 0px; left: 0px; right: 0px; background-color: rgba(0, 0, 0, 0.3); }

.Search_headerIndex { display: flex; align-content: center; justify-content: center; align-items: center; position: absolute; width: 100%; left: 0; top: 15%; z-index: 1; color: #fff; }
.Search_headerIndex .input-group { padding-left: 0.5em; width: 300px; }
.Search_headerIndex .input-sm { height: 36px; }
.Search_headerIndex h2 { font-size: 3.6rem; }

.Search_elit ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.Search_elit li { margin-top: 1.6em; font-size: 1.48rem; }
.Search_elit a { color: rgba(50, 33, 99, 0.6); }

.Search_elitprj { margin: 0; padding: 10px 15px 30px; color: #fff; border-top-right-radius: 3px; border-top-left-radius: 3px; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0, transparent); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=0); text-align: center; transition: 0.5s ease-in-out; }
.Search_elitprj i { display: block; width: 100%; font-size: 6.2em; }
.Search_elitprj:hover { transform: translate3d(0px, -5px, 0px); box-shadow: 0px 7px 21px rgba(0, 0, 0, 0.15); }

/*最下面浮动定义，默认隐藏需-仅手机模式显示*/
.MYbottom { background: rgba(38, 62, 132, 0.5); line-height: 4rem; color: #fff; text-align: center; }
.MYbottom a { color: #fff; }

.inav { background: #bee5eb; }
.inav .navbar-brand { width: 9rem; }

/*信息内容主体*/
.myTop li { list-style: none; }

.mySites { margin-top: 1rem; }

.myAnnoun { margin-top: 1rem; }
.myAnnoun h1 { margin-top: 1.4rem; font-size: 1.6rem; color: #333; text-align: center; }

.myAnnoun_share { margin-top: 1em; margin-bottom: 20px; padding: 10px; padding-top: 0; background: #f5f5f5; }

.myAnnoun_share_t { font-size: 1.3rem; border-bottom: 2px solid #ddd; height: 40px; }
.myAnnoun_share_t span { display: block; float: left; height: 40px; line-height: 40px; border-bottom: 2px solid #1db65e; }

.myAnnoun_share_c { margin-top: 15px; }

.myAnnoun_hot { padding: 10px; padding-top: 0; background: #f5f5f5; }

.myAnnoun_hot_t { height: 40px; font-size: 1.28rem; border-bottom: 2px solid #ddd; }
.myAnnoun_hot_t span { display: block; float: left; height: 40px; line-height: 40px; border-bottom: 2px solid #1db65e; }

.myAnnoun_hot_c ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.myAnnoun_hot_c li { height: 3em; line-height: 3em; overflow: hidden; font-size: 0.9rem; }
.myAnnoun_hot_c li a { color: #333; transition: all 0.5s ease 0s; }
.myAnnoun_hot_c li a:hover { color: #f66c40; }
.myAnnoun_hot_c li span { float: right; font-size: 1.1em; color: #555; }
.myAnnoun_hot_c li i { display: inline-block; margin-right: 5px; width: 20px; height: 20px; background: #aaa; line-height: 20px; text-align: center; color: #fff; }
.myAnnoun_hot_c li:nth-child(1) i { background: #fc9b0b; }
.myAnnoun_hot_c li:nth-child(2) i { background: #fc9b0b; }
.myAnnoun_hot_c li:nth-child(3) i { background: #fc9b0b; }

.myInfo_t { margin-bottom: 1em; }
.myInfo_t h1 { font-size: 2em; color: #333; text-align: center; }

.myInfo_c { min-height: 400px; text-align: justify; text-justify: inter-ideograph; overflow: hidden; }

.myInfo_p { font-size: 0.9rem; }
.myInfo_p .btn { margin-top: 5px; font-size: 0.9rem; }

.myAbbr { margin-top: 1.4em; padding-top: 1em; text-align: center; border-top: 1px solid #d1d1d1; font-size: 0.89rem; color: #999; }
.myAbbr .bdsharebuttonbox { display: block; margin: auto; width: 180px; }

/*文章下时间作者等*/
.myAnnoun_con { font-size: 1rem; text-align: justify; text-justify: inter-ideograph; overflow: hidden; }

.myFoot { background: #82c2e5; color: #fff; }

.home_footer { line-height: 3rem; }

.myBanner { background: linear-gradient(to left, #00dbde, #505cfd); height: 14em; color: #fff; }
.myBanner h2 { padding-top: 7rem; }

/*内容页定义*/
.myContent_l { padding-top: 10px; margin-bottom: 10px; background: #fff; }
.myContent_l h1 { text-align: center; font-size: 1.62rem; }

.con_share { margin: 0 0.8rem; }
.con_share span { color: #f00; }
.con_share .input-group { margin-top: 0.4rem; }

.mood { margin: 0.92rem; }

/*栏目列表*/
.myClass { margin-top: 15px; }

.navbar-bg { background: #d5ecec; }
.navbar-bg .navbar-brand { width: 9rem; }

.down_url ul { padding-left: 0; list-style: none; }
.down_url li { margin-right: 1em; }
.down_url a { display: inline-block; padding: 6px 12px; background: #d9534f; color: #fff; border: 1px solid #d43f3a; border-radius: 4px; }
.down_url a:hover { background: #c9302c; border: 1px solid #ac2925; }

#WebTop { height: 120px; }
#WebTop p span { margin-right: 60px; }

#TopNavBar { padding-top: 1.8em; float: left; }
#TopNavBar li { float: left; margin-left: 10px; background: url(images/icon.gif) no-repeat; padding-left: 18px; }
#TopNavBar li span { cursor: pointer; }
#TopNavBar li strong { color: #0000ff; }
#TopNavBar .non { background: none; padding-left: 5px; }
#TopNavBar .non a { color: #0000ff; }
#TopNavBar .skin { background-position: 0 5px; }
#TopNavBar .set_home { background-position: 0 -17px; }
#TopNavBar .havior { background-position: 0 -38px; }

#Top_R iframe { float: right; width: 330px; }

#nav li { float: left; margin-left: 1em; width: 10em; background: url(Images/top_nav.gif) no-repeat; }
#nav li a { display: block; color: #2070ab; text-align: center; }

#down_zoomla { margin-top: 80px; margin-left: 830px; }
#down_zoomla a { color: #fff; }

#topbanner { margin-top: 2px; margin-bottom: 2px; }

.ctt li { float: left; width: 180px; text-align: center; line-height: 20px; margin-top: 10px; }
.ctt li img { width: 160px; height: 180px; border: 1px solid #ccc; padding: 1px; }

.photo_con { border: 1px solid #c3d4e7; padding: 20px; }

.border { border: 1px solid #ccc; }

#imgBox { padding: 20px; position: relative; }
#imgBox .item img { margin: auto; }

#PhotoUrlList { background: #eee; border-top: 1px solid #c3d4e7; position: relative; }
#PhotoUrlList td { padding: 5px; }

.btn_L1 { display: block; width: 30px; height: 80px; left: 20px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/t_Icon.gif) no-repeat -880px -207px; position: absolute; }

.btn_R1 { display: block; width: 30px; height: 80px; right: 15px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/t_Icon.gif) no-repeat -929px -207px; position: absolute; }

.btn_L { display: block; width: 9px; height: 17px; left: 20px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -180px -68px no-repeat; position: absolute; }

.btn_R { display: block; width: 9px; height: 17px; right: 15px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -192px -68px no-repeat; position: absolute; }

.photo_body { background: url(images/photo_bg.jpg) repeat; }

.photo_list ul { padding-left: 0; list-style: none; }

.photo_list_t { height: 2.5em; line-height: 2.5em; font-size: 1.8em; border-bottom: 1px solid #dfdfdf; }
.photo_list_t span { font-size: 14px; }
.photo_list_t span a { color: #999; }
.photo_list_t span a:hover { color: #f73; }

.photo_list_c { background: #fff; padding-bottom: 1em; }
.photo_list_c:hover { box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.58); }
.photo_list_c:hover img { transform: scale(1.2); }
.photo_list_c > a { display: block; position: relative; overflow: hidden; }
.photo_list_c img { width: 100%; height: 160px; transition: all 1s ease 0s; }
.photo_list_c h3 { margin-left: 10px; margin-right: 10px; font-size: 1.3em; }
.photo_list_c h3 a { color: #6d6c6c; }
.photo_list_c p { margin-bottom: 0; margin-left: 10px; margin-right: 10px; color: #b5b5b5; font-size: 13px; }

/*图片特效*/
.piccontext { border: 1px solid #e4e4e4; margin: 12px auto 0px; background: white; overflow: hidden; }
.piccontext h2 { height: 46px; line-height: 46px; overflow: hidden; font-size: 20px; color: #2c2c2c; margin-top: 18px; margin-left: 25px; font-weight: normal; }

.source { height: 20px; line-height: 20px; overflow: hidden; margin-left: 25px; }

.source_left { float: left; height: 20px; color: #666666; }
.source_left a { color: #666666; }
.source_left a:hover { color: #ff5d11; text-decoration: underline; }
.source_left span { color: #ababab; padding-left: 15px; }

.source_right { float: right; height: 20px; color: #666666; }
.source_right a { color: #666666; }
.source_right span { padding: 0px 10px; }

.source_right1 { height: 20px; color: #000000; display: none; }

.support { float: left; height: 20px; overflow: hidden; }
.support img { padding: 0px 5px; }

.spell { background: url(images/spel.jpg) 0px -1px no-repeat; padding-left: 23px; }

a.spell:hover { background: url(images/spel_1.jpg) 1px -1px no-repeat; }
a.list:hover { background: url(images/list_1.jpg) 0px 0px no-repeat; }

.list { background: url(images/list.jpg) 1px 1px no-repeat; padding-left: 23px; }

.MDcontainer { padding: 2rem; min-height: 47rem; background: #fff; font-size: 0.9rem; word-wrap: break-word; /* LINKS */ /* LISTS */ /* CODE */ /* QUOTES */ /* HORIZONTAL RULES =*/ /* TABLES */ /* IMAGES */ /* P */ /*目录形成的范围*/ }
.MDcontainer h1, .MDcontainer h2, .MDcontainer h3, .MDcontainer h4, .MDcontainer h5, .MDcontainer h6 { margin: 20px 0 10px; padding: 0; font-style: italic; -webkit-font-smoothing: antialiased; }
.MDcontainer h4, .MDcontainer h5, .MDcontainer h6 { color: #859900; }
.MDcontainer h1 { font-size: 1.9em; color: #d33682; }
.MDcontainer h2 { font-size: 1.6m; color: #9B31EA; }
.MDcontainer h3 { font-size: 1.5em; color: #338000; }
.MDcontainer h4 { font-size: 1.4em; }
.MDcontainer h5 { font-size: 1.3em; }
.MDcontainer h6 { font-size: 1.15em; }
.MDcontainer a:first-child h1, .MDcontainer a:first-child h2, .MDcontainer a:first-child h3, .MDcontainer a:first-child h4, .MDcontainer a:first-child h5, .MDcontainer a:first-child h6 { margin-top: 0; padding-top: 0; }
.MDcontainer h2:first-child, .MDcontainer h1:first-child, .MDcontainer h1:first-child + h2, .MDcontainer h3:first-child, .MDcontainer h4:first-child, .MDcontainer h5:first-child, .MDcontainer h6:first-child { margin-top: 0; padding-top: 0; }
.MDcontainer h1 + p, .MDcontainer h2 + p, .MDcontainer h3 + p, .MDcontainer h4 + p, .MDcontainer h5 + p, .MDcontainer h6 + p { margin-top: 10px; }
.MDcontainer a { color: #b58900; text-decoration: none; }
.MDcontainer a:focus { outline: thin dotted; }
.MDcontainer a:active, .MDcontainer a:hover { outline: 0; }
.MDcontainer a:hover { color: #cb4b16; text-decoration: underline; }
.MDcontainer a:visited { color: #cb4b16; }
.MDcontainer ul, .MDcontainer ol { padding-left: 30px; }
.MDcontainer ul li > :first-child, .MDcontainer ol li > :first-child, .MDcontainer ul li ul:first-of-type, .MDcontainer ol li ol:first-of-type, .MDcontainer ul li ol:first-of-type, .MDcontainer ol li ul:first-of-type { margin-top: 0px; }
.MDcontainer ul ul, .MDcontainer ul ol, .MDcontainer ol ol, .MDcontainer ol ul { margin-bottom: 0; }
.MDcontainer dl { padding: 0; }
.MDcontainer dl dt { font-size: 14px; font-weight: bold; font-style: italic; padding: 0; margin: 15px 0 5px; }
.MDcontainer dl dt:first-child { padding: 0; }
.MDcontainer dl dt > :first-child { margin-top: 0px; }
.MDcontainer dl dt > :last-child { margin-bottom: 0px; }
.MDcontainer dl dd { margin: 0 0 15px; padding: 0 15px; }
.MDcontainer dl dd > :first-child { margin-top: 0px; }
.MDcontainer dl dd > :last-child { margin-bottom: 0px; }
.MDcontainer pre, .MDcontainer code, .MDcontainer tt { font-size: 12px; font-family: Consolas, "Liberation Mono", Courier, monospace; }
.MDcontainer code, .MDcontainer tt { margin: 0 0px; padding: 0px 0px; white-space: nowrap; border: 1px solid #eaeaea; background-color: #f8f8f8; border-radius: 3px; }
.MDcontainer pre > code { margin: 0; padding: 0; white-space: pre; color: #338000; border: none; background: transparent; }
.MDcontainer pre { background-color: #f8f8f8; border: 1px solid #ccc; font-size: 13px; line-height: 19px; overflow: auto; padding: 6px 10px; border-radius: 3px; }
.MDcontainer pre code, .MDcontainer pre tt { background-color: transparent; border: none; }
.MDcontainer blockquote { border-left: 4px solid #DDD; padding: 0 15px; color: #777; }
.MDcontainer blockquote > :first-child { margin-top: 0px; }
.MDcontainer blockquote > :last-child { margin-bottom: 0px; }
.MDcontainer hr { clear: both; margin: 15px 0; height: 0px; overflow: hidden; border: none; background: transparent; border-bottom: 4px solid #ddd; padding: 0; }
.MDcontainer table { margin: 0 auto; }
.MDcontainer table th { font-weight: bold; }
.MDcontainer table th, .MDcontainer table td { border: 1px solid #ccc; padding: 6px 13px; }
.MDcontainer table tr { border-top: 1px solid #ccc; background-color: #fff; }
.MDcontainer table tr:nth-child(2n) { background-color: #f8f8f8; }
.MDcontainer img { max-width: 100%; }
.MDcontainer p { font-size: 1.2em; }
.MDcontainer #outline-list { height: 325px; position: fixed; overflow-y: scroll; overflow-x: hidden; bottom: 80px; right: 15px; width: 220px; }

/*图库内容页*/
.pic_con_header .nav-link { color: white; }

.pic_con_header .nav-link:hover { color: white; }

.pic_con_brand { position: relative; height: 43vh; background: url(Images/weilai.jpg) no-repeat; background-size: cover; }
.pic_con_brand h1 { position: absolute; width: 100%; padding-top: 20vh; text-align: center; color: white; }
.pic_con_brand .pic_con_mask { position: absolute; width: 100%; height: 100%; background-color: rgba(191, 191, 191, 0.44); }

.footer1 { padding-top: 30px; }

.footer1 ul { display: inline-table; }

.footer1 ul li { float: left; color: #666; }

.footer1 ul li span { margin-left: 10px; margin-right: 10px; }

.footer1 ul li a { color: #666; }

.footer1 p { font-size: 12px; color: #666; line-height: 22px; }

.footer1 p a { color: #666; }

#preArrow { cursor: url("images/left.cur"), auto; }

#nextArrow { cursor: url("images/right.cur"), auto; }

a#preArrow:focus, a#nextArrow:focus { outline: none; }

.contextDiv:focus { outline: none; }

.selectpic { border: 1px solid #c00; }

.pictxt h3 { color: #666; }

.piclistshow li { padding-top: 15px; }

.source { height: auto; }

.source_right { height: 28px; line-height: 28px; }

.picmidmid ul li a { border: none; }

#content_synopsis { color: #999; }

.selectpic { border: 5px solid #cacaca; }

.piclistshow { padding-left: 10px; padding-right: 10px; display: none; }
.piclistshow .picimg { width: 100%; border: 1px solid #ddd; vertical-align: middle; height: 160px; vertical-align: middle; text-align: center; }

.picimg img { display: block; margin: auto; max-width: 100%; max-height: 100%; }

.pictxt { text-align: center; }
.pictxt h3 { height: 40px; overflow: hidden; }

/*公告弹窗定义*/
#Annouce_content { width: 400px; height: 440px; background: url(images/Annouce_bg.jpg) no-repeat; float: left; }
#Annouce_content h1 { font: 12px normal; margin-top: 70px; }
#Annouce_content span { margin-top: 2px; text-align: right; line-height: 24px; display: block; padding-right: 30px; }

#Annouce_content h1, #Annouce_content p { margin-left: 110px; width: 275px; }

#Annouce_content_txt { margin-top: 10px; line-height: 24px; text-indent: 18px; height: 240px; }

#Annouce_close { width: 400px; text-align: center; margin-top: 20px; letter-spacing: 10px; }
#Annouce_close a { color: #fff; }

/*内容页分页定义开始*/
#T_page { height: 30px; font-size: 14px; margin: auto; text-align: center; margin-top: 20px; width: 80%; height: auto; }
#T_page span { background-color: #666; display: block; width: 20px; color: #fff; cursor: pointer; margin-left: 5px; }
#T_page p { border: 1px #cccccc solid; width: 60px; cursor: pointer; margin-left: 5px; }

#T_page a, #T_page span, #T_page p { float: left; height: 20px; line-height: 20px; margin-left: 5px; margin: 0; padding: 0; }

/*内容页分页定义结束*/
.curr { color: #0000ff; }

/*内容页定义*/
.conBegin { padding: 1rem; }
.conBegin span { display: block; line-height: 2rem; border-bottom: 1px dotted #0ff; }

.edit { height: 30px; text-align: right; }
.edit span { padding-right: 5px; }

.mood li { width: 70px; float: left; text-align: center; }

.conAbout { padding: 1rem; }
.conAbout li { width: 48%; }

.conKeyword { padding: 0 1rem; }
.conKeyword ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.conKeyword li { padding: 0 1rem; }
.conKeyword a { padding: 0.2rem 1rem; color: #666; border: 1px dotted #ccc; }
.conKeyword a:hover { color: #eee; }

/*投票*/
#content_other, #Class_showpic { margin: auto; width: 950px; border: 1px solid #ccc; line-height: 25px; padding-bottom: 10px; margin: auto; margin-top: 10px; width: 960px; border: 1px solid #ccc; }

/*相关文章*/
#content_other li { float: left; width: 42%; margin-left: 3%; float: left; width: 42%; margin-left: 3%; }
#content_other ul { padding-top: 10px; }

#content_txt { margin: auto; line-height: 28px; width: 98%; text-align: left; margin-bottom: 10px; height: auto; min-height: 500px; overflow: hidden; }

/*正文*/
#content_synopsis { line-height: 28px; font-size: 18px; margin: 30px; text-align: left; }

#content_elit { margin-bottom: 0; padding-top: 5px; padding-right: 50px; height: 30px; text-align: right; }

#content_up { margin: auto; width: 960px; height: 28px; line-height: 28px; padding-left: 10px; }

/*上下篇文章输出*/
/*相关文章*/
#Class_showpic ul { margin-top: 10px; display: block; }
#Class_showpic li { float: left; width: 184px; margin-left: 5px; height: 170px; }
#Class_showpic li img { border: 1px solid #ccc; width: 184px; height: 140px; }

/*栏目列表图片展区*/
.main_title { height: 27px; line-height: 32px; background: url(images/t_Icon.gif) no-repeat 760px -80px; border-bottom: 1px solid #c3d4e7; text-indent: 15px; font-size: 14px; font-weight: bold; clear: both; }
.main_title span { float: right; margin-right: 5px; font-size: 12px; font-weight: normal; }

.down_url { height: 40px; clear: both; }
.down_url li { float: left; }
.down_url li a { font-weight: bold; }

/*下载地址输出*/
.playFlv { width: 630px; height: 380px; color: #ffffff; margin-top: 20px; padding-bottom: 10px; }

/*商品列表页*/
.mainR_gg { line-height: 24px; border: 1px solid #ccc; }
.mainR_gg li { padding-left: 20px; background: url(images/disc.jpg) no-repeat 10px center; }

#ShopList_l { float: left; width: 700px; margin-top: 10px; }
#ShopList_l ul { margin-top: 10px; }
#ShopList_l li { float: left; line-height: 20px; width: 150px; height: 185px; text-align: center; margin-left: 10px; }
#ShopList_l li img { width: 135px; height: 120px; border: 1px solid #ccc; padding: 1px; }
#ShopList_l li strong { color: #ff0000; }

/*商品内容页*/
#ShopCon_l { float: left; width: 250px; }

#ShopCon_r { float: right; width: 700px; margin-top: 10px; border: 1px solid #ccc; line-height: 25px; }
#ShopCon_r h1 { display: block; margin-left: 20px; margin-top: 5px; font-size: 18px; }

#ShopImg { float: left; width: 220px; text-align: center; padding-top: 10px; }
#ShopImg img { width: 160px; }

#Shoptxt { float: right; width: 400px; padding-top: 10px; }

.main_left { width: 290px; float: left; padding-top: 10px; margin-left: 10px; }

.proimg { float: left; text-align: center; }

.tablist { display: none; }

.block { display: block; }

/*推荐区*/
#elit { height: 290px; margin-top: 10px; }

#elit_ban { float: left; width: 700px; }

/* 焦点图 */
.FocusImg { width: 700px; height: 293px; position: relative; float: left; background: #cde0ee; }
.FocusImg .BigPic { padding: 8px 0 0 8px; text-align: center; height: 277px; width: 615px; float: left; overflow: hidden; }
.FocusImg .BigPic img { width: 615px; height: 277px; display: block; margin: 0 auto; }
.FocusImg .TitleBg { height: 61px; width: 615px; position: absolute; top: 224px; left: 8px; background: #333; filter: Alpha(Opacity=50); opacity: 0.50; z-index: 10; }
.FocusImg .TitleBox { width: 600px; height: 23px; position: absolute; top: 230px; left: 20px; font-size: 16px; color: #fff; line-height: 23px; z-index: 20; }
.FocusImg .MemoBox { width: 600px; position: absolute; top: 252px; left: 20px; font-size: 12px; color: #e6f2ff; line-height: 23px; z-index: 20; }
.FocusImg a:hover { color: #fff; text-decoration: underline; }
.FocusImg .SmallPics { float: left; overflow: hidden; zoom: 1; }
.FocusImg .SmallPics span { width: 77px; height: 71px; zoom: 1; overflow: hidden; position: relative; margin-top: 2px; display: block; cursor: pointer; }
.FocusImg .SmallPics span img { width: 59px; height: 59px; margin-top: 6px; margin-left: 14px; }
.FocusImg .SmallPics span b { display: block; cursor: pointer; position: absolute; left: 0; top: 0; width: 77px; height: 71px; background: url(Images/bf_m_01.png) no-repeat 0 0; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='Images/bf_m_01.png'); _background: none; }
.FocusImg .SmallPics span.selected b { background: url(Images/bf_m_02.png) no-repeat 0 0; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='Images/bf_m_02.png'); _background: none; }

.FocusImg a:link, .FocusImg a:visited { color: #fff; }

#edit_r { float: right; width: 250px; }

.elitR_gg { width: 230px; height: 200px; padding-left: 10px; padding-right: 10px; background: url(images/t_Icon.gif) no-repeat; background-position: -710px 0; }
.elitR_gg li { line-height: 23px; background: url(images/disc.jpg) no-repeat left center; padding-left: 10px; }
.elitR_gg span { float: right; }

.elit_t { display: block; height: 35px; line-height: 35px; }
.elit_t b { font-size: 14px; color: #1e50a1; }
.elit_t span { float: right; }

/*本站头条*/
#topic { width: 848px; height: 110px; margin-top: 10px; margin-left: auto; margin-right: auto; clear: both; background: url(images/topic.jpg) no-repeat; padding-left: 112px; }
#topic h1 { display: block; width: 830px; height: 60px; line-height: 60px; padding-top: 12px; text-align: center; font-size: 26px; font-weight: normal; }
#topic h1 a { color: #003b7f; }
#topic ul { width: 735px; padding-left: 45px; height: 25px; line-height: 25px; }
#topic li { float: left; padding-left: 20px; width: 160px; }

/*主体区*/
#main_l { float: left; width: 700px; }

#main_r { float: right; width: 250px; }

.main_cl { width: 345px; height: 260px; margin-top: 10px; }

.main_t { background: url(images/t_Icon.gif) no-repeat 0 -40px; height: 30px; line-height: 30px; padding-bottom: 5px; }
.main_t b { display: block; width: 120px; height: 30px; text-align: center; background: url(images/t_Icon.gif) no-repeat 0 0; color: #fff; }

.mainL_li { border-left: 1px solid #c3d4e7; border-right: 1px solid #c3d4e7; border-bottom: 1px solid #c3d4e7; height: 224px; }
.mainL_li p { height: 95px; line-height: 22px; border-bottom: 1px dashed #ccc; }
.mainL_li b { display: block; }
.mainL_li b a { color: #333; }
.mainL_li img { float: left; width: 90px; height: 60px; padding: 5px 10px; }
.mainL_li ul { padding-top: 8px; }
.mainL_li li { line-height: 23px; padding-left: 20px; background: url(images/Point.jpg) no-repeat 10px center; }

.more { float: right; display: block; width: 45px; padding-top: 10px; height: 15px; overflow: hidden; }
.more a { display: block; width: 35px; height: 15px; text-indent: -9999px; font-size: 12px; font-weight: normal; background: url(images/icon.gif) no-repeat 0 -110px; }

.mainR_li { border: 1px solid #c3d4e7; margin-top: 10px; }

#mainR_ph { line-height: 25px; padding-left: 30px; padding-top: 5px; background: url(images/num.gif) no-repeat 10px 11px; }
#mainR_ph li a { font-size: 0.89rem; color: #666; }

.mainR_t { height: 26px; line-height: 26px; background: url(images/t_Icon.gif) no-repeat 60px -80px; border-bottom: 1px solid #c3d4e7; padding-left: 10px; padding-right: 10px; }
.mainR_t b { color: #1e50a1; font-size: 14px; }
.mainR_t span { float: right; }

#webdc { width: 220px; margin: auto; line-height: 30px; }
#webdc th { font-weight: normal; height: 50px; border-bottom: 1px dashed #ccc; }

#sub_but { width: 72px; height: 23px; text-indent: 20px; border: none; background: url(images/icon.gif) no-repeat -128px 0px; color: #fff; }

#bot_main { margin-top: 10px; }

/*精品贴图*/
#bot_pho { float: left; width: 700px; height: 462px; background: url(images/t_Icon.gif) no-repeat center; }
#bot_pho li { float: left; padding-left: 20px; width: 145px; height: 130px; text-align: center; }
#bot_pho .b_img { float: left; width: 310px; height: 260px; line-height: 20px; text-align: center; }
#bot_pho .b_img img { width: 300px; height: 210px; padding: 2px; border: 1px solid #ccc; }
#bot_pho img { width: 140px; height: 90px; border: 1px solid #ccc; padding: 2px; }

#pho_t { height: 45px; padding-top: 10px; position: relative; }
#pho_t b a { position: absolute; text-indent: -9999px; display: block; width: 143px; height: 45px; margin-left: 15px; top: 5px; }

#botM_r { float: right; width: 250px; }

.botMr_li { height: 208px; border: 1px solid #c3d4e7; }
.botMr_li p { line-height: 20px; padding-top: 5px; height: 80px; }
.botMr_li b { display: block; }
.botMr_li b a { color: #333; }
.botMr_li img { float: left; width: 90px; height: 70px; padding: 5px 10px 0; }

#botM_dh { border: 1px solid #deedff; margin-top: 10px; position: relative; }
#botM_dh span { width: 130px; height: 46px; display: block; position: relative; top: -10px; left: 50px; background: url(images/t_Icon.gif) no-repeat -555px 0; text-indent: -9999px; }
#botM_dh ul { background: url(images/icon.gif) no-repeat 20px -140px; height: 190px; }
#botM_dh li { float: left; height: 36px; width: 50%; }

#friend { border: 1px solid #c3d4e7; margin-top: 10px; padding-bottom: 10px; }
#friend ul { padding-top: 10px; padding-left: 10px; }
#friend li { float: left; width: 94px; height: 25px; line-height: 25px; text-align: center; padding-top: 5px; }

/*友情链接*/
#Fri_tit { height: 25px; line-height: 25px; text-indent: 20px; padding-right: 10px; border-bottom: 1px solid #c3d4e7; }
#Fri_tit span { float: right; }

#friend_li li { float: left; width: 120px; text-align: center; }

#help { height: 175px; background: url(images/t_Icon.gif) no-repeat 0 -583px; margin-top: 10px; }
#help dl { width: 230px; float: left; line-height: 25px; }
#help dt { font-size: 20px; padding-left: 90px; height: 60px; line-height: 60px; padding-top: 10px; }
#help dd { padding-left: 20px; }

#bottom { height: 66px; line-height: 66px; text-align: center; margin-top: 5px; background: url(images/t_Icon.gif) no-repeat 0 -762px; }
#bottom a { margin-left: 5px; margin-right: 5px; }

#copyright { margin: auto; height: 80px; line-height: 26px; text-align: center; margin-top: 10px; }

/*信息频道页*/
#elitc { margin-top: 10px; }

#etc_ban { float: left; width: 480px; }

.S_slidB .slid { position: relative; }
.S_slidB .slidItem { position: absolute; left: 0px; top: 0; }
.S_slidB .showNo { position: absolute; background-color: #000; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; bottom: 0px; width: 100%; text-align: right; }
.S_slidB span { display: inline-block; margin: 3px; padding: 1px 7px; background-color: #fff; cursor: pointer; color: #000; }
.S_slidB span.curent { background-color: #f00; color: #fff; }
.S_slidB a.titleItem { position: absolute; left: 5px; bottom: 2px; color: #fff; }

/*slidB 简单幻灯，图片带标题*/
#etc_news { float: right; width: 450px; line-height: 25px; border-left: 1px dashed #ccc; padding-left: 15px; }
#etc_news li { float: left; width: 215px; padding-right: 10px; }
#etc_news li span { float: right; }

#tonew h1 { display: block; height: 30px; padding-top: 10px; font-size: 16px; text-align: center; }
#tonew h1 a { color: #f30; }
#tonew p { text-align: center; }
#tonew p a { margin-left: 10px; }

.mr_li { padding-top: 8px; }
.mr_li li { line-height: 27px; padding-left: 20px; background: url(images/Point.jpg) no-repeat 10px center; }

.class { color: #1e50a1; }

.main_r_show { margin-top: 10px; min-height: 140px; }
.main_r_show ul { padding-top: 10px; padding-left: 10px; padding-right: 10px; }
.main_r_show li { line-height: 25px; padding-left: 20px; background: url(images/Point.jpg) no-repeat 10px center; border-bottom: 1px dashed #ccc; }
.main_r_show li span { float: right; color: #999; }

.main_r_title { height: 26px; line-height: 26px; background: url(images/t_Icon.gif) no-repeat 500px -80px; border-bottom: 1px solid #c3d4e7; padding-left: 10px; padding-right: 10px; }
.main_r_title b { color: #1e50a1; font-size: 14px; }
.main_r_title span { float: right; }

.xx_tit { padding-top: 20px; line-height: 25px; }
.xx_tit h1 { line-height: 35px; text-align: center; }
.xx_tit abbr { text-align: right; display: block; }
.xx_tit p.org a { color: #1e50a1; margin-left: 20px; text-decoration: underline; font-size: 14px; }

.xx_info { line-height: 25px; padding-bottom: 20px; }

/*信息内容页*/
.xx_t { border-bottom: 1px solid #c3d4e7; }
.xx_t span { display: block; width: 100px; text-align: center; height: 30px; line-height: 30px; background: #f1f6fc; border-top: 1px solid #c3d4e7; border-left: 1px solid #c3d4e7; border-right: 1px solid #c3d4e7; }

.xx_con { padding-bottom: 20px; border-bottom: 1px solid #c3d4e7; }

/*图库频道*/
.elt_phtr { float: right; width: 250px; border: 1px solid #ccc; height: 290px; }

.photo { width: 960px; overflow: hidden; margin: 8px auto 0px auto; clear: both; }
.photo h1 { width: 929px; height: 25px; overflow: hidden; margin: 0 0px 0px 10px; text-indent: 25px; font-size: 16px; background: url(images/icon.gif) -180px -90px no-repeat; }
.photo h1 strong { font-size: 16px; margin-left: 7px; line-height: 25px; }
.photo h1 span { margin: 0 0px 0px 750px; font-size: 12px; font-weight: normal; }
.photo .photo_tu { width: 960px; height: 172px; background: url(images/t_Icon.gif) no-repeat 0 -833px; margin-top: 3px; overflow: hidden; z-index: 999; }

.photo_tu .cpliudong { width: 920px; position: relative; margin-left: 21px; height: 172px; }
.photo_tu .cpliudong .scrollbg { width: 900px; height: 235px; margin: 10px auto 0 auto; position: relative; overflow: hidden; z-index: 0; }
.photo_tu .cpliudong .scrollbg ul { display: block; height: 230px; overflow: hidden; }
.photo_tu .cpliudong .scrollbg li { float: left; width: 170px; }
.photo_tu .cpliudong .scrollbg li img { width: 145px; height: 109px; margin: 0 auto; position: relative; top: 18px; left: 1px; border: 1px solid #ccc; padding: 2px; }
.photo_tu .cpliudong .scrollbg li p { height: 20px; line-height: 20px; text-align: center; overflow: hidden; margin-top: 10px; position: relative; top: 10px; font-weight: normal; color: #fff; }
.photo_tu .cpliudong .scrollbg li p a:link { color: #000; }
.photo_tu .cpliudong .scrollbg li p a:visited { color: #000; }
.photo_tu .cpliudong .scrollbg li p a:hover { color: #000; }
.photo_tu .cpliudong .scrollbg li p a:active { color: #000; }

#bn1_1, #bn2_1, #bn3_1, #bn4_1, #bn5_1 { width: 9px; height: 17px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -180px -68px no-repeat; position: absolute; top: 70px; left: -22px; }

#bn1_1.canmove, #bn2_1.canmove, #bn3_1.canmove, #bn4_1.canmove, #bn5_1.canmove { width: 9px; height: 17px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -180px -52px no-repeat; position: absolute; top: 70px; left: -22px; }

#bn1_2, #bn2_2, #bn3_2, #bn4_2, #bn5_2 { width: 9px; height: 17px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -192px -68px no-repeat; position: absolute; top: 70px; right: -18px; }

#bn1_2.canmove, #bn2_2.canmove, #bn3_2.canmove, #bn4_2.canmove, #bn5_2.canmove { width: 9px; height: 17px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -192px -52px no-repeat; position: absolute; top: 70px; left: 922px; }

.ctt li { float: left; width: 180px; text-align: center; line-height: 20px; margin-top: 10px; }
.ctt li img { width: 160px; height: 180px; border: 1px solid #ccc; padding: 1px; }

.photo_con { border: 1px solid #c3d4e7; padding: 20px; }

.border { border: 1px solid #ccc; }

#imgBox { padding: 20px; position: relative; }
#imgBox .item img { margin: auto; }

#PhotoUrlList { background: #eee; border-top: 1px solid #c3d4e7; position: relative; }
#PhotoUrlList td { padding: 5px; }

.btn_L1 { display: block; width: 30px; height: 80px; left: 20px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/t_Icon.gif) no-repeat -880px -207px; position: absolute; }

.btn_R1 { display: block; width: 30px; height: 80px; right: 15px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/t_Icon.gif) no-repeat -929px -207px; position: absolute; }

.btn_L { display: block; width: 9px; height: 17px; left: 20px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -180px -68px no-repeat; position: absolute; }

.btn_R { display: block; width: 9px; height: 17px; right: 15px; text-indent: -3000em; overflow: hidden; cursor: pointer; background: url(images/icon.gif) -192px -68px no-repeat; position: absolute; }

.photo_body { background: url(images/photo_bg.jpg) repeat; }

.photo_list ul { padding-left: 0; list-style: none; }

.photo_list_t { height: 2.5em; line-height: 2.5em; font-size: 1.8em; border-bottom: 1px solid #dfdfdf; }
.photo_list_t span { font-size: 14px; }
.photo_list_t span a { color: #999; }
.photo_list_t span a:hover { color: #f73; }

.photo_list_c { background: #fff; padding-bottom: 1em; }
.photo_list_c:hover { box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.58); }
.photo_list_c:hover img { transform: scale(1.2); }
.photo_list_c > a { display: block; position: relative; overflow: hidden; }
.photo_list_c img { width: 100%; height: 160px; transition: all 1s ease 0s; }
.photo_list_c h3 { margin-left: 10px; margin-right: 10px; font-size: 1.3em; }
.photo_list_c h3 a { color: #6d6c6c; }
.photo_list_c p { margin-bottom: 0; margin-left: 10px; margin-right: 10px; color: #b5b5b5; font-size: 13px; }

/*图片特效*/
.piccontext { border: 1px solid #e4e4e4; margin: 12px auto 0px; background: white; overflow: hidden; }
.piccontext h2 { line-height: 4rem; overflow: hidden; font-size: 1.2rem; color: black; margin-top: 18px; margin-left: 25px; font-weight: normal; }
.piccontext abbr { display: block; text-align: center; }

.piccontext h5 span { margin-left: 10px; }

.piccontext h5 span span { color: #a16b00; }

.list { margin-left: 10px; padding-left: 20px; }

.piccontext h2 { font-size: 1.9rem; text-align: center; }

.picshowtxt_right { color: #999; }

.source { height: auto; }

.source_right { height: 28px; line-height: 28px; }

.source { height: 20px; line-height: 20px; overflow: hidden; margin-left: 25px; }

.source_left { float: left; height: 20px; color: #666666; }
.source_left a { color: #666666; }
.source_left a:hover { color: #ff5d11; text-decoration: underline; }
.source_left span { color: #ababab; padding-left: 15px; }

.source_right { float: right; height: 20px; color: #666666; }
.source_right a { color: #666666; }
.source_right span { padding: 0px 10px; }

.source_right1 { height: 20px; color: #000000; display: none; }

.support { float: left; height: 20px; overflow: hidden; }
.support img { padding: 0px 5px; }

.spell { background: url(images/spel.jpg) 0px -1px no-repeat; padding-left: 23px; }

a.spell:hover { background: url(images/spel_1.jpg) 1px -1px no-repeat; }
a.list:hover { background: url(images/list_1.jpg) 0px 0px no-repeat; }

.list { background: url(images/list.jpg) 1px 1px no-repeat; padding-left: 23px; }

/*大图展示*/
.picshow { margin-top: 20px; overflow: hidden; }

.picshowtop { text-align: center; position: relative; z-index: 1; overflow: hidden; }

#pic1 { max-width: 100%; }

#preArrow { left: 0px; }

#nextArrow { right: 0px; }

.contextDiv { cursor: pointer; height: 100%; width: 50%; position: absolute; top: 0px; z-index: 5; background: url("blank") repeat; }
.contextDiv span { position: absolute; top: 50%; margin-top: -10%; width: 46px; height: 80px; }

#preArrow_A { left: 0px; background: url(images/left.png) 0px 0px no-repeat; display: none; }

#nextArrow_A { right: 0px; background: url(images/right.png) 0px 0px no-repeat; display: none; }

.picshowtxt { min-height: 40px; _height: 40px; margin-top: 20px; }

.picshowlist { margin-top: 20px; padding-bottom: 20px; }

.picshowlist_mid { padding-left: 10px; padding-right: 10px; }

.picmidmid ul { width: 100%; }
.picmidmid ul li { float: left; text-align: center; height: 20rem; }
.picmidmid ul li a { display: block; border: 1px solid #ddd; }
.picmidmid ul li img { max-width: 100%; height: 76px; }

.selectpic { border: 5px solid #cacaca; }

.piclistshow { padding-left: 10px; padding-right: 10px; display: none; }
.piclistshow .picimg { width: 100%; border: 1px solid #ddd; vertical-align: middle; height: 160px; vertical-align: middle; text-align: center; }

.picimg img { display: block; margin: auto; max-width: 100%; max-height: 100%; }

.pictxt { text-align: center; }
.pictxt h3 { height: 40px; overflow: hidden; }

/*公告弹窗定义*/
#Annouce_content { width: 400px; height: 440px; background: url(images/Annouce_bg.jpg) no-repeat; float: left; }
#Annouce_content h1 { font: 12px normal; margin-top: 70px; }
#Annouce_content span { margin-top: 2px; text-align: right; line-height: 24px; display: block; padding-right: 30px; }

#Annouce_content h1, #Annouce_content p { margin-left: 110px; width: 275px; }

#Annouce_content_txt { margin-top: 10px; line-height: 24px; text-indent: 18px; height: 240px; }

#Annouce_close { width: 400px; text-align: center; margin-top: 20px; letter-spacing: 10px; }
#Annouce_close a { color: #fff; }

/*内容页分页定义开始*/
#T_page { height: 30px; font-size: 14px; margin: auto; text-align: center; margin-top: 20px; width: 80%; height: auto; }
#T_page span { background-color: #666; display: block; width: 20px; color: #fff; cursor: pointer; margin-left: 5px; }
#T_page p { border: 1px #cccccc solid; width: 60px; cursor: pointer; margin-left: 5px; }

#T_page a, #T_page span, #T_page p { float: left; height: 20px; line-height: 20px; margin-left: 5px; margin: 0; padding: 0; }

/*内容页分页定义结束*/
.curr { color: #0000ff; }

/*打开窗口试定义*/
#setOk { color: #f00; }

.blubg { background: #f5f8fd; border: 1px solid #c3d4e7; padding-left: 14px; padding-right: 14px; padding-top: 20px; }
.blubg h1 { line-height: 35px; text-align: center; border-bottom: 1px solid #c3d4e7; }
.blubg #bdshare { float: left; height: 20px; line-height: 20px; }
.blubg abbr { display: block; margin: auto; margin-top: 16px; margin-bottom: 16px; width: 580px; height: 20px; line-height: 20px; clear: both; }
.blubg abbr span { float: left; _float: left; }

/*内容页定义*/
#content { margin: auto; font-size: 14px; line-height: 26px; text-align: justify; text-justify: inter-ideograph; overflow: hidden; }
#content h1 { width: 100%; font-size: 24px; margin: 10px 0px 10px 0px; color: #9b0000; text-align: center; display: block; border-bottom: 1px solid #ccc; line-height: 35px; }
#content h2 { width: 100%; font-size: 18px; margin: 0; text-align: center; }
#content address { font-style: normal; line-height: 25px; display: block; text-align: center; }

#about span { font-size: 16px; font-weight: bold; color: #000; }
#about li { float: left; width: 48%; }
#about li a { color: #009; }

#begin { margin-top: 10px; padding-left: 10px; }
#begin span { clear: both; display: block; height: 28px; line-height: 28px; border-bottom: 1px dotted #0ff; }

.edit { height: 30px; text-align: right; }
.edit span { padding-right: 5px; }

.mood li { width: 70px; float: left; text-align: center; }

/*投票*/
#content_other, #Class_showpic { margin: auto; width: 950px; border: 1px solid #ccc; line-height: 25px; padding-bottom: 10px; margin: auto; margin-top: 10px; width: 960px; border: 1px solid #ccc; }

/*相关文章*/
#content_other li { float: left; width: 42%; margin-left: 3%; float: left; width: 42%; margin-left: 3%; }
#content_other ul { padding-top: 10px; }

#content_txt { margin: auto; line-height: 28px; width: 98%; text-align: left; margin-bottom: 10px; height: auto; min-height: 500px; overflow: hidden; }

/*正文*/
#content_synopsis { line-height: 28px; font-size: 18px; margin: 30px; text-align: left; }

#content_elit { margin-bottom: 0; padding-top: 5px; padding-right: 50px; height: 30px; text-align: right; }

#content_up { margin: auto; width: 960px; height: 28px; line-height: 28px; padding-left: 10px; }

/*上下篇文章输出*/
/*相关文章*/
#Class_showpic ul { margin-top: 10px; display: block; }
#Class_showpic li { float: left; width: 184px; margin-left: 5px; height: 170px; }
#Class_showpic li img { border: 1px solid #ccc; width: 184px; height: 140px; }

/*栏目列表图片展区*/
.main_title { height: 27px; line-height: 32px; background: url(images/t_Icon.gif) no-repeat 760px -80px; border-bottom: 1px solid #c3d4e7; text-indent: 15px; font-size: 14px; font-weight: bold; clear: both; }
.main_title span { float: right; margin-right: 5px; font-size: 12px; font-weight: normal; }

.down_url { height: 40px; clear: both; }
.down_url li { float: left; }
.down_url li a { font-weight: bold; }

/*下载地址输出*/
.playFlv { width: 630px; height: 380px; color: #ffffff; margin-top: 20px; padding-bottom: 10px; }

/*商品列表页*/
.mainR_gg { line-height: 24px; border: 1px solid #ccc; }
.mainR_gg li { padding-left: 20px; background: url(images/disc.jpg) no-repeat 10px center; }

#ShopList_l { float: left; width: 700px; margin-top: 10px; }
#ShopList_l ul { margin-top: 10px; }
#ShopList_l li { float: left; line-height: 20px; width: 150px; height: 185px; text-align: center; margin-left: 10px; }
#ShopList_l li img { width: 135px; height: 120px; border: 1px solid #ccc; padding: 1px; }
#ShopList_l li strong { color: #ff0000; }

/*商品内容页*/
#ShopCon_l { float: left; width: 250px; }

#ShopCon_r { float: right; width: 700px; margin-top: 10px; border: 1px solid #ccc; line-height: 25px; }
#ShopCon_r h1 { display: block; margin-left: 20px; margin-top: 5px; font-size: 18px; }

#ShopImg { float: left; width: 220px; text-align: center; padding-top: 10px; }
#ShopImg img { width: 160px; }

#Shoptxt { float: right; width: 400px; padding-top: 10px; }

.main_left { width: 290px; float: left; padding-top: 10px; margin-left: 10px; }

.proimg { float: left; text-align: center; }

.tablist { display: none; }

.block { display: block; }

/*商品小图列表*/
#tab1 { border: 1px solid #ccc; padding: 5px 0; min-height: 55px; margin-top: 5px; }
#tab1 li { float: left; margin-left: 6px; height: 50px; list-style: none; }
#tab1 li img { width: 60px; height: 50px; }

.mian_l_right { width: 440px; float: right; }
.mian_l_right h1 { font-size: 16px; color: #2851af; border-bottom: 1px dashed #ccc; line-height: 30px; }

.main_con { line-height: 26px; }
.main_con a { color: #c00; }
.main_con b { color: #0053b8; position: relative; }

#Shoptxt span .normal { margin: 0 10px; }

.to_buy { background: #deeefa; padding-top: 15px; padding-left: 15px; padding-bottom: 15px; }
.to_buy img { margin: 10px; }

#submit { margin: 10px; float: left; }

.sym_top { text-align: left; height: 30px; line-height: 30px; border-bottom: 1px solid #ccc; color: #06c; font-size: 14px; padding-left: 10px; }

.sym { padding: 5px; text-indent: 20px; }

#morelist { background: #fff; }

/*个性主页切换*/
#formb { margin: auto; width: 200px; height: 50px; margin-top: 10px; }

#formb #button, #formb #button2 { margin: 10px 5px; }

.definite, .skinreset { margin: 10px 5px; width: 85px; height: 30px; margin: auto; border: none; padding: 5px; }

.definite { background: url(images/Confirm.jpg) no-repeat; }

.skinreset { background: url(images/Cancel.jpg) no-repeat; }

#skins { width: 90px; }

.rollBox { width: 950px; overflow: hidden; margin: 0 auto; }
.rollBox .Cont { width: 860px; overflow: hidden; margin: 0 auto; padding-top: 20px; }
.rollBox .Cont .pic { width: 130px; float: left; text-align: center; padding-right: 20px; }
.rollBox .Cont .pic img { padding: 4px; background: #fff; border: 1px solid #ccc; display: block; margin: 0 auto; }
.rollBox .Cont .pic p { line-height: 26px; color: #505050; }
.rollBox .Cont a:hover { color: #f00; text-decoration: underline; }
.rollBox .ScrCont { width: 10000000px; }

.Cont { float: left; padding-left: 20px; }
.Cont img { margin-left: 10px; }

* + html .rollBox .Cont .pic { width: 130px; float: left; text-align: center; padding-right: 30px; }

.rollBox .Cont a:link, .rollBox .Cont a:visited { color: #626466; }

.rollBox #List1, .rollBox #List2 { float: left; }

.LeftBotton { display: block; BACKGROUND: url(images/prv.jpg) no-repeat; FLOAT: left; MARGIN: 20px 10px 1px 5px; WIDTH: 15px; HEIGHT: 72px; BACKGROUND-POSITION: 0px 0px; MARGIN-LEFT: 5px; }
.LeftBotton:hover { BACKGROUND-POSITION: -20px 0px; }

.RightBotton { BACKGROUND: url(images/prv.jpg) no-repeat; FLOAT: left; MARGIN: 20px 10px 1px 5px; WIDTH: 15px; HEIGHT: 72px; BACKGROUND-POSITION: 0px -100px; MARGIN-LEFT: 5px; }
.RightBotton:hover { BACKGROUND-POSITION: -20px -100px; }

/*对比框*/
#bbv { position: fixed; top: 300px; right: 10px; _position: absolute; _top: expression(documentElement.scrollTop+300); }

#dbimg { width: 50px; height: 50px; height: 22px; background: url(images/pk.gif); text-align: center; color: #fff; font-weight: bold; padding-top: 28px; cursor: pointer; }

#xsyc { border: 2px dotted #f00; position: absolute; line-height: 10px; width: 15px; height: 15px; top: -20px; opacity: 0.9; filter: alpha(opacity=90); z-index: 999; }

#dbnr { display: none; position: absolute; top: 0; right: 55px; border: 6px solid #deeefa; background: #fcfcfc; width: 272px; overflow: hidden; z-index: 9; }
#dbnr b { display: block; clear: both; height: 26px; font-size: 14px; padding: 8px 0 0 10px; }
#dbnr b span { float: left; }
#dbnr b span.span2 { float: right; padding-right: 7px; font-size: 12px; font-weight: normal; cursor: pointer; }
#dbnr ul { width: 246px; overflow: hidden; padding: 0 0 4px 14px; }
#dbnr ul li { width: 240px; overflow: hidden; padding: 0 0 7px 0; color: #3a64ad; }
#dbnr img { cursor: pointer; }

.pkbut { clear: both; height: 45px; padding-left: 60px; }
.pkbut span { display: inline-block; float: left; width: 65px; height: 22px; background: url(images/allbut4.gif) no-repeat; text-align: center; line-height: 22px; color: #3a64ad; margin: 12px 18px 0 0; cursor: pointer; }

.pkbut span a:link, .pkbut span a:visited { color: #3a64ad; }

.pkbut span a:active, .pkbut span a:hover { color: #3a64ad; }

#tishi { width: 100%; text-align: center; padding-bottom: 10px; }

/*商品对比页*/
.contrast { width: 160px; float: left; }
.contrast li { height: 40px; line-height: 40px; border-bottom: 1px solid #ccc; }
.contrast .cont_sym li { padding-left: 20px; }
.contrast .cont_sym .shop_photo { height: 105px; padding-top: 70px; padding-left: 0; }
.contrast .shop_photo { height: 165px; line-height: 22px; padding-top: 10px; }

.shopes_sym { border-left: 1px solid #ccc; }
.shopes_sym li { height: 40px; line-height: 40px; text-align: center; border-bottom: 1px solid #ccc; }
.shopes_sym li b { font-size: 14px; color: #f00; }

.shop_photo img { width: 100px; height: 100px; }
.shop_photo a { color: #005ea7; }
.shop_photo em { font-style: normal; font-size: 25px; text-align: center; color: #cccccc; }

.cont_sym { border-left: 1px solid #ccc; text-align: center; }

.gobuy a, .gobuy span { display: block; float: left; width: 65px; height: 22px; line-height: 22px; background: url(images/allbut4.gif) no-repeat; }

.gobuy span input { margin-top: 4px; float: left; margin-left: 10px; }

/*投票*/
.mood li { width: 70px; float: left; text-align: center; }

/*商品增减*/
.to_buynum { margin-top: 5px; margin-bottom: 5px; }
.to_buynum .input-group { float: left; max-width: 150px; }

.to_buynum_l { line-height: 36px; float: left; margin-right: 5px; }

.to_buynum_r { line-height: 36px; float: left; margin-left: 5px; }

.box { width: 100%; }

.tb-thumb { margin: 10px 0 0; overflow: hidden; }
.tb-thumb li { margin-bottom: 0.2rem; padding-left: 0.2rem !important; padding-right: 0.2rem !important; float: left; background: none repeat scroll 0 0 transparent; }
.tb-thumb li img { padding: 2px; width: 100%; height: 4rem; border: 1px solid #ddd; }
.tb-thumb li a:focus { outline: none; }

.tb-s310, .tb-s310 a { width: 100%; }

.tb-s310, .tb-s310 img { width: 100%; padding: 1px; }

.tb-booth { border: 1px solid #cdcdcd; position: relative; z-index: 1; }

#thumblist { padding-left: 0.2rem; padding-right: 0.2rem; }
#thumblist .tb-selected img { border: 1px solid #f00; }

.con_shop_list .list-group-item { margin-bottom: 0; padding-left: 0; padding-right: 0; padding-bottom: 5px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.con_shop_list span { float: right; }

.con_shop_nums { float: right; width: 8.6rem; }
.con_shop_nums i { display: block; color: #fff; cursor: pointer; }

.zoomDiv { z-index: 999; position: absolute; top: 0px; left: 0px; width: 200px; height: 200px; background: #ffffff; border: 1px solid #cccccc; display: none; text-align: center; overflow: hidden; }

.zoomMask { position: absolute; background: url(images/mask.png) repeat scroll 0 0 transparent; cursor: move; z-index: 1; }

/*店铺频道*/
#usershop_nav { background: #0072bb; border-radius: 0; border: none; top: 0; width: 100%; z-index: 1500; }
#usershop_nav .navbar-nav li a { margin-right: 1px; padding-left: 2em; padding-right: 2em; color: #fff; font-size: 1.1em; }
#usershop_nav .navbar-nav li a:hover { background: #0d5bad; }
#usershop_nav .navbar-nav li.active a { background: #0d5bad; }
#usershop_nav .navbar-brand { color: #fff; }

#pro_type { margin-top: 10px; }
#pro_type dl { float: left; width: 480px; line-height: 30px; }
#pro_type dt { font-weight: bold; }
#pro_type dd a { margin-left: 10px; color: #333333; }

#pro_type dt, #pro_type dd { float: left; margin-left: 10px; }

#elt_store { margin-top: 10px; border: 1px solid #c3d4e7; }
#elt_store li { float: left; width: 160px; height: 100px; text-align: center; margin-top: 10px; line-height: 20px; }
#elt_store li img { width: 135px; height: 65px; padding: 2px; border: 1px solid #ccc; }

#store_l { float: left; width: 220px; line-height: 25px; border: 1px solid #ccc; margin-top: 10px; }

.s_tit { height: 30px; background: url(images/s_tit.jpg) repeat-x; padding-left: 10px; line-height: 28px; color: #0b5cab; font-size: 14px; }

#sto_logo { text-align: center; line-height: 20px; padding: 10px; }
#sto_logo img { width: 135px; height: 80px; border: 1px solid #ccc; padding: 1px; }
#sto_logo a { color: #0b5cab; }

.sto_info { border-top: 1px solid #ddd; padding: 10px; }
.sto_info b { border-bottom: 1px solid #ccc; display: block; }
.sto_info dt a { color: #0b5cab; font-weight: bold; }
.sto_info dd a { margin-left: 10px; }

#sNews, #sPhoto_r { float: right; width: 720px; border: #c9c9c9 1px solid; margin-top: 10px; }

#sNews ul { padding-top: 10px; padding-bottom: 10px; }
#sNews li { padding-left: 10px; line-height: 28px; }
#sNews li span { float: right; padding-right: 10px; }

#sPhoto_r li { float: left; width: 170px; text-align: center; line-height: 24px; height: 150px; margin-top: 10px; }
#sPhoto_r li img { width: 150px; padding: 2px; border: 1px solid #ccc; }

#imgBox { text-align: center; }

#content_up { line-height: 35px; }

#content_synopsis { padding: 10px; }

/*店铺列表*/
#sleft { float: left; width: 250px; background: #fafafa; }

#sright { float: right; width: 700px; }

.storeList table { border-collapse: collapse; }
.storeList td { line-height: 22px; padding: 10px; border-bottom: 1px solid #ccc; }
.storeList b a { color: #0066cc; }
.storeList img { width: 100px; height: 65px; border: 1px solid #ccc; padding: 1px; }

.stor_cs { line-height: 25px; padding: 5px; }

.stor_cs b, .stor_lei b { height: 25px; border-bottom: 1px solid #999; display: block; padding-left: 10px; }

.stor_lei { padding: 5px; }
.stor_lei dl { padding: 5px; line-height: 25px; clear: both; }
.stor_lei dt { font-weight: bold; padding-left: 10px; }
.stor_lei dt a { color: #06c; }
.stor_lei dd a { margin-left: 5px; }

.store_t { height: 25px; line-height: 25px; padding-left: 10px; font-weight: bold; border-bottom: 1px solid #999; }

.sto_btn { border: none; background: url(images/join_btn.jpg) no-repeat; width: 80px; height: 30px; text-align: center; color: #fff; cursor: pointer; }

#sousuo { height: 30px; background: #fafafa; margin-top: 10px; }

/*店铺模板*/
#bus_top, #bus_nav, #bus_main, #store_main { width: 960px; margin: auto; }

#top_l { float: left; font-size: 47px; color: #0c5ba9; margin-top: 30px; margin-left: 20px; }

/*#top_r{float:right; margin-top:30px;}
#top_r li{float:left; height:24px; line-height:24px; margin-right:20px;}
#top_r a{color:#555555; padding-left:30px;}  
*/
#bus_naver { height: 42px; background: url(images/bg3.jpg) repeat-x; height: 33px; padding-top: 9px; color: #fff; }
#bus_naver a { font-size: 14px; font-weight: bold; color: #fff; margin-left: 20px; margin-right: 20px; }

#bus_mainer { background: url(images/bg4.gif) repeat; }

#stor_rig { float: right; width: 720px; margin-top: 10px; }

.syn { float: left; width: 450px; line-height: 25px; padding-bottom: 10px; }
.syn p { text-indent: 20px; }

.sto_rgg { float: right; width: 250px; }

.sto_rli { padding-bottom: 10px; }

.sto_rt { height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; border-bottom: 2px solid  #c3d4e7; height: 30px; }
.sto_rt a { float: right; font-size: 12px; font-weight: normal; }

.sto_pro { padding-top: 10px; }
.sto_pro li { float: left; width: 180px; height: 180px; text-align: center; line-height: 20px; }
.sto_pro li img { border: 1px solid #ccc; padding: 1px; width: 130px; height: 100px; }
.sto_pro strong { color: #ff0000; }

#dynamic { width: 375px; height: 250px; }

#dynamic_l { float: left; }

#dynamic_r { float: right; width: 240px; height: 250px; background: #f2f2f2; }
#dynamic_r p { float: right; margin-right: 15px; margin-top: 10px; font-size: 14px; font-weight: bold; color: #666; }
#dynamic_r span { color: #0074bb; }
#dynamic_r ul { margin-top: 37px; margin-left: 20px; }
#dynamic_r li { line-height: 22px; }

/*店铺模板*/
#bus_top, #bus_nav, #bus_main, #store_main { width: 960px; margin: auto; }

#top_l { float: left; font-size: 47px; color: #0c5ba9; margin-top: 30px; margin-left: 20px; }

/*#top_r{float:right; margin-top:30px;}
#top_r li{float:left; height:24px; line-height:24px; margin-right:20px;}
#top_r a{color:#555555; padding-left:30px;}  
*/
#bus_naver { height: 42px; background: url(images/bg3.jpg) repeat-x; height: 33px; padding-top: 9px; color: #fff; }
#bus_naver a { font-size: 14px; font-weight: bold; color: #fff; margin-left: 20px; margin-right: 20px; }

#bus_mainer { background: url(images/bg4.gif) repeat; }

#stor_rig { float: right; width: 720px; margin-top: 10px; }

.syn { float: left; width: 450px; line-height: 25px; padding-bottom: 10px; }
.syn p { text-indent: 20px; }

.sto_rgg { float: right; width: 250px; }

.sto_rli { padding-bottom: 10px; }

.sto_rt { height: 30px; line-height: 30px; font-size: 14px; font-weight: bold; border-bottom: 2px solid  #c3d4e7; height: 30px; }
.sto_rt a { float: right; font-size: 12px; font-weight: normal; }

.sto_pro { padding-top: 10px; }
.sto_pro li { float: left; width: 180px; height: 180px; text-align: center; line-height: 20px; }
.sto_pro li img { border: 1px solid #ccc; padding: 1px; width: 130px; height: 100px; }
.sto_pro strong { color: #ff0000; }

#dynamic { width: 375px; height: 250px; }

#dynamic_l { float: left; }

#dynamic_r { float: right; width: 240px; height: 250px; background: #f2f2f2; }
#dynamic_r p { float: right; margin-right: 15px; margin-top: 10px; font-size: 14px; font-weight: bold; color: #666; }
#dynamic_r span { color: #0074bb; }
#dynamic_r ul { margin-top: 37px; margin-left: 20px; }
#dynamic_r li { line-height: 22px; }

#bank { margin-top: 5px; }
#bank ul { margin-left: 50px; }
#bank li { width: 90px; float: left; margin-right: 5px; margin-left: 5px; }

#Scont_r { float: right; width: 700px; margin-top: 10px; padding: 10px; text-align: justify; text-justify: inter-ideograph; overflow: hidden; line-height: 24px; }
#Scont_r h1 { width: 100%; font-size: 24px; margin: 10px 0px 10px 0px; color: #9b0000; text-align: center; }

#ShopList_r { float: right; width: 720px; }
#ShopList_r ul { margin-top: 10px; }
#ShopList_r li { float: left; line-height: 20px; width: 150px; height: 185px; text-align: center; margin-left: 10px; }
#ShopList_r li img { width: 135px; height: 120px; border: 1px solid #ccc; padding: 1px; }
#ShopList_r li strong { color: #ff0000; }

#sousuo { height: 30px; border-bottom: 1px solid #ccc; }

.s_tit { height: 26px; line-height: 26px; background: url(images/t_Icon.gif) no-repeat 520px -80px; border-bottom: 1px solid #c3d4e7; padding-left: 10px; padding-right: 10px; color: #1e50a1; font-size: 14px; }
.s_tit span { float: right; }

/*Ajsx引导欢迎页*/
#guide1 { position: absolute; height: 200px; width: 357px; top: 100px; left: 80%; background: url(Images/tips.png) no-repeat left; }

#guide2 { height: 200px; width: 357px; position: absolute; top: 600px; left: 500px; display: none; background: url(Images/tips01.png) no-repeat left; }

#guide3 { height: 200px; width: 357px; position: absolute; top: 1050px; left: 300px; display: none; background: url(Images/tips02.png) no-repeat left; }

#guide4 { height: 200px; width: 357px; position: absolute; top: 1500px; left: 300px; display: none; background: url(Images/tips03.png) no-repeat left; }

#divText input { background: url(Images/a_bg.jpg) no-repeat; width: 90px; height: 28px; line-height: 28px; border: none; float: left; margin-right: 10px; color: #fff; }
#divText #close { background: url(Images/a_bg1.png) no-repeat; font-size: 14px; color: #31adf3; }

#prev { display: none; }

#sub_navs { color: #fff; display: none; width: 100%; position: absolute; left: 0; z-index: 9999; }

#bodys { position: absolute; left: 0; background: #ccc; width: 100%; height: 2184px; z-index: 999; display: none; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }

/*新门户首页*/
.home_bg { background: url(images/bg.jpg) right top no-repeat; }

/*#page_logo{  padding-top:76px; background:url(images/logobg.gif) 204px 90px no-repeat;}*/
.page_main_l .page_main_icon { float: left; margin: 0 2px 10px 0; opacity: 0.78; }
.page_main_l .page_main_icon .text1 { background: url(images/q6.png) 0 0 no-repeat; _background-image: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/q6.png', sizingMethod='crop'); width: 212px; height: 94px; line-height: 20px; padding: 22px; font-size: 14px; color: #666666; left: 5px; top: -75px; z-index: 9999; position: absolute; }
.page_main_l .page_main_icon .text1 .text2 { font-size: 1.2rem; margin-top: 1rem; color: #6b1786; font-weight: bold; text-align: center; }
.page_main_l ul { width: 630px; }
.page_main_l li { float: left; width: 116px; margin: 0 10px 10px 0; position: relative; }

#pagemain2 img { border: 1px solid rgba(255, 255, 255, 0.01); }

#pagemain2 img:hover { border: 1px solid #fff; }

.e-bx_banner { width: 242px; height: 242px; overflow: hidden; position: relative; background: rgba(212, 218, 213, 0.5); border-radius: 12px; }
.e-bx_banner ul { margin-top: 1rem; list-style: none; }
.e-bx_banner li { line-height: 2.2rem; }
.e-bx_banner a { color: #fff; }

.dot .zsdot { float: left; width: 20px; height: 5px; cursor: pointer; background: url(images/e-baoxian1.png) no-repeat; _background-image: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/e-baoxian1.png', sizingMethod='crop'); }
.dot .hsdot { float: left; width: 20px; height: 5px; cursor: pointer; background: url(images/e-baoxian2.png) no-repeat; _background-image: none; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/e-baoxian2.png', sizingMethod='crop'); }

#home_footer { margin: auto; margin-top: 8em; }
#home_footer ul { float: left; }
#home_footer li { float: left; margin-right: 8px; height: 30px; line-height: 30px; list-style: none; }
#home_footer li a { color: #999999; }
#home_footer #copyright { text-align: left; padding-left: 2.6em; }

.navb { width: 600px; text-align: left; color: #999999; }

.page .page_main .tou { width: 116px; height: 116px; position: absolute; z-index: 99999; top: 0; background: #fff; left: 0; opacity: 0; filter: Alpha(Opacity=0); }

.page_main_left { width: 690px; float: left; }

.ac { margin: auto; width: 16rem; }
.ac i { color: #fff; }

.acleft { float: left; margin-right: 1rem; cursor: pointer; }

.accenter { float: left; margin-top: 0.6rem; width: 6rem; border: 1px solid #fff; border-radius: 6px; }

.as { float: left; display: block; width: 44px; height: 100%; background: #fff; }

.as1 { width: 44px; height: 20px; float: right; background: #fff; }

.as2 { width: 44px; height: 100%; cursor: pointer; background: #fff; }

.acright { float: left; margin-left: 1rem; cursor: pointer; *margin-top: 0; }

.footer_pub { width: 100%; height: 140px; background: #fff url(images/footer_bg.jpg) right top no-repeat; }
.footer_pub .footer { margin: auto; padding-top: 50em; }

.bic_left { width: 504px; float: left; overflow: hidden; }

.bic_more { width: 116px; float: left; opacity: 0.7; }

/*资讯频道*/
.news_body { background: #f0f0f0; min-height: 500px; }

.news_list { background: #fff; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; padding-left: 10px; }

.news_list_t { border-bottom: 1px dotted #e4e9f0; }
.news_list_t h2 { float: left; margin-top: 10px; margin-bottom: -2px; padding-bottom: 10px; font-weight: 300; border-bottom: 2px solid #f90; font-size: 1.22em; }
.news_list_t a { float: right; margin-top: 1em; color: #333; }
.news_list_t a:hover { color: #cd0001; }

.news_list_c ul { margin-top: 5px; }
.news_list_c ul li { line-height: 3em; height: 3em; overflow: hidden; border-bottom: 1px dashed #f0f0f0; }
.news_list_c ul li a { color: #3071a9; font-size: 0.9em; }
.news_list_c ul li a:hover { color: #cd0001; }
.news_list_c ul li span { float: right; font-size: 1.1em; color: #555; }
.news_list_c ul li i { display: inline-block; margin-right: 5px; width: 20px; height: 20px; background: #aaa; line-height: 20px; text-align: center; color: #fff; font-style: normal; }

.news_list_c ul li:nth-child(10n+1) i { background: #FC9B0B; }

.news_list_c ul li:nth-child(10n+2) i { background: #FC9B0B; }

.news_list_c ul li:nth-child(10n+3) i { background: #FC9B0B; }

.news_list { margin-top: 15px; }

.news_list_l ul { margin-bottom: 5px; }
.news_list_l ul li { margin-top: 10px; }
.news_list_l ul li a { display: block; padding-top: 1.8em; padding-bottom: 1.8em; font-size: 1.04em; color: #fff; text-align: center; background: #5c6467; transition: all 0.5s ease 0s; }
.news_list_l ul li a:hover { background: #00a5eb; }

.news_mySites { padding-top: 15px; }
.news_mySites .breadcrumb { background: #fff; }

.news_con ul li { background: #fff; padding: 10px; border-top: 2px solid #fff; margin-top: 15px; }
.news_con ul li:hover { border-top: solid 2px #f90; }
.news_con ul li h2 { margin-top: 0px; font-size: 1.4em; }
.news_con ul li h2 a { color: #555; }
.news_con ul li h2 a:hover { color: #f90; }
.news_con ul li p { color: #555; }
.news_con ul li .pull-left { line-height: 34px; }
.news_con ul li .pull-left span { margin-right: 5px; font-size: 1.2em; color: #428bca; }
.news_con ul li .pull-right .btn { border-radius: 0; }

.news_share { margin-top: 5px; }

.news_elite { margin-top: 1em; }
.news_elite ul { padding-left: 0; list-style: none; }
.news_elite li { float: left; width: 20%; }
.news_elite li:first-child { width: 40%; }

/*资讯频道推荐新闻*/
.news_elite_c a { display: block; position: relative; padding-top: 100%; }
.news_elite_c a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #fff; }
.news_elite_c h3 { position: absolute; bottom: 15px; margin-top: 0; margin-bottom: 0; padding-left: 15px; padding-right: 15px; width: 100%; text-align: center; font-size: 1em; font-weight: bold; color: #fff; }

/*在线客服*/
.float0831 { POSITION: fixed; TOP: 120px; RIGHT: 1px; _position: absolute; _top: expression(eval(document.documentElement.scrollTop+120)); }
.float0831 A { COLOR: #00a0e9; }
.float0831 A:hover { COLOR: #ff8100; }
.float0831 .floatL { POSITION: relative; WIDTH: 28px; FLOAT: left; }
.float0831 .floatL A { TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px; }
.float0831 .floatR { BACKGROUND: url(images/float_bg.gif); WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden; }
.float0831 .tp { BACKGROUND: url(images/float_bg.gif); BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px; }
.float0831 .cn { BACKGROUND: url(images/float_bg.gif); BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px; }
.float0831 .cn H3 { TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px; }
.float0831 .cn UL { PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px; }
.float0831 .cn UL LI { BORDER-BOTTOM: #e6e5e4 1px solid; WORD-WRAP: break-word; OVERFLOW: hidden; WORD-BREAK: normal; }
.float0831 .titZx { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 5px -10px; }
.float0831 .titDh { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 5px -66px; }
.float0831 .titDc { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 5px -124px; }
.float0831 .icoZx { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 2px -154px; PADDING-LEFT: 18px; DISPLAY: block; FLOAT: left; }
.float0831 .icoTc { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 0px -323px; PADDING-LEFT: 18px; DISPLAY: block; FLOAT: left; }
.float0831 .icoFf { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 2px -213px; PADDING-LEFT: 18px; DISPLAY: block; FLOAT: left; }
.float0831 .icoTl { BACKGROUND: url(images/float_s.gif) no-repeat; PADDING-LEFT: 20px; DISPLAY: block; BACKGROUND-POSITION: 2px -266px; FLOAT: left; }
.float0831 .btnOpen { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: -30px -396px; POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px; TOP: 118px; LEFT: 1px; }
.float0831 .btnOpen_n { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 0px -530px; POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px; TOP: 118px; LEFT: 1px; }
.float0831 .btnCtn { BACKGROUND: url(images/float_s.gif) no-repeat; BACKGROUND-POSITION: 0px -396px; POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px; TOP: 118px; LEFT: 2px; }
.float0831 UL LI H3.titDc A { WIDTH: 80px; DISPLAY: block; HEIGHT: 36px; }
.float0831 UL LI.top { BORDER-BOTTOM: #ace5f9 1px solid; }
.float0831 UL LI.bot { BORDER-BOTTOM-STYLE: none; }
.float0831 UL LI.webZx-in { BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px; }
.float0831 UL.webZx { PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px; }
.float0831 .floattoolserver li { line-height: 2em; }

/*在线客服代码*/
.Micro { POSITION: fixed; TOP: 360px; RIGHT: 1px; _position: absolute; _top: expression(eval(document.documentElement.scrollTop+360)); _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0)); }

#Micro_l { position: absolute; top: 30px; right: 10px; width: 320px; height: 145px; padding-top: 90px; background: url(images/bj.png) no-repeat left -1px; }

.Micro_r { cursor: pointer; }
.Micro_r img { cursor: pointer; }

.Mic_l { float: left; width: 135px; padding-left: 10px; }

.Mic_r { float: right; width: 160px; padding-top: 5px; }
.Mic_r li { line-height: 25px; color: #ff6600; font-weight: 600; }

.body_red { background: #eaeaea; }

/*律所通*/
#navList, #law_main_c, #law_main_b { margin: auto; clear: both; width: 1000px; }

#law_nav { height: 63px; background: #222222; position: fixed; top: 0; left: 0; width: 100%; _position: absolute; _top: expression(eval(document.documentElement.scrollTop)); }

#navList_l { float: left; width: 253px; position: relative; }
#navList_l a { padding-left: 60px; display: block; font-size: 29px; font-weight: bold; color: #fff; height: 56px; line-height: 60px; background: url(images/l_logo.jpg) left no-repeat; }
#navList_l #lis a { background: none; padding-left: 0; font-size: 22px; }

#lis { margin-top: 11px; padding-top: 82px; z-index: 9999; padding-bottom: 10px; color: #daeed4; font-size: 16px; width: 96px; POSITION: absolute; left: 160px; top: -5px; background: url(images/z_logo.jpg) no-repeat center; text-align: center; }

#navList_c { float: left; width: 565px; text-align: center; }
#navList_c li { float: left; margin-left: 10px; font-weight: bold; line-height: 63px; }

#navList_r { float: right; width: 175px; margin-top: 16px; }
#navList_r .sub { border: none; width: 40px; height: 27px; line-height: 27px; }

#but { width: 29px; height: 28px; border: 0; background: url(images/sous.jpg) no-repeat; }

#tex { float: left; width: 120px; height: 27px; line-height: 27px; padding-left: 10px; border: 0; }

#law_main { height: 656px; background: url(images/law_bg.jpg) repeat-x 50px; }

#law_main_c { text-align: center; margin-top: 60px; }
#law_main_c img { width: 868px; height: 441px; }

#law_main_b { height: 98px; text-align: center; }
#law_main_b li { float: left; margin-left: 35px; width: 95px; height: 94px; line-height: 94px; background: url(images/law_bot.jpg) no-repeat; }
#law_main_b li a { color: #70bffa; font-size: 18px; }

#law_main_li { margin-left: 55px; width: 820px; }

#law_footer { text-align: center; margin-top: 40px; }
#law_footer a { color: #656565; }
#law_footer a:hover { color: #9da8b8; }

#print_top { background: url(images/print-top-bg.png) repeat-x; width: 100%; height: 46px; padding-top: 6px; display: block; text-align: center; }

/*打印页面*/
.print-title { font-size: 24px; color: #555; padding-right: 100px; }

.text { font-size: 12px; }

.printtop { width: 100%; height: 46px; padding-top: 6px; display: block; text-align: center; background: url(images/print-top-bg.png) no-repeat; }
.printtop span { margin: 0 14px; }
.printtop select { margin-right: 50px; }

.zihaosmall, .zihaomidding, .zihaobig { margin: 0 2px; cursor: pointer; color: #06c; font-style: normal; font-weight: bold; font-size: 14px; }

.zihaomidding { font-size: 16px; }

.zihaobig { font-size: 20px; }

.current { color: #ccc; cursor: text; }

.startprint { vertical-align: middle; margin-left: 100px; cursor: pointer; }

.content h1 { font-size: 22px; font-weight: normal; text-align: center; line-height: 40px; padding-bottom: 5px; }
.content p { text-align: left; text-indent: 2em; }
.content p.position { font-size: 12px; text-indent: 0; color: #333; margin: 4px 0; padding-bottom: 10px; border-bottom: 1px dotted #ccc; }

.myContent { line-height: 1.6; min-height: 40rem; padding: 1rem; text-align: justify; text-justify: inter-ideograph; overflow: hidden; /*内容文字对齐优化*/ /*内容区表格边框格式化放行*/ /*内容区code引用样式*/ }
.myContent img { max-width: 98%; border: inset; }
.myContent td { border-style: solid; border-width: 1px; }
.myContent pre { padding: 1rem 0; background: rgba(40, 44, 52, 0.2); color: rgba(0, 0, 0, 0.8); border-radius: 0.3rem; }

.pan_img { padding: 10px; }
.pan_img ul { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 0; padding: 0; list-style: none; }
.pan_img li { list-style: none; }

.pan_img_c { position: relative; padding: 1px; overflow: hidden; border: 1px solid #ddd; }
.pan_img_c img { width: 100%; transition: all 1s ease 0s; }
.pan_img_c:hover img { transform: scale(1.2); }
.pan_img_c h3 { display: block; margin: 0; height: 2.5em; line-height: 2.5em; position: absolute; bottom: 0; width: 100%; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=0); font-size: 1.2em; text-align: center; }
.pan_img_c h3 a { color: #fff; transition: all 0.5s ease 0s; }
.pan_img_c h3 a:hover { color: #f73; }

.panel-title span { float: right; }
.panel-title span A { color: #fff; }

.searchtxt { margin-left: 10px; margin-top: 10px; }

a.aside { width: 90px; height: 63px; right: 48%; bottom: 40px; overflow: hidden; position: fixed; z-index: 2000; background-image: url("images/nav_product.png"); background-repeat: no-repeat; _position: absolute; }
a.aside:hover { background-position: left -64px; }
a.comment-mini { font-size: 16px; display: block; position: absolute; top: 18px; right: 25px; height: 16px; line-height: 16px; overflow: hidden; padding-left: 25px; background: url(images/icon.png) -315px -84px no-repeat; color: #900201; }
a.comment-mini:hover { background-position: -315px -99px; }

#scolls .dropdown-menu li a { color: #666; }

/*视频中心*/
.videoimg img { width: 60px; }
.videoimg .media-body { float: left; }

.video_img li { width: 30%; float: left; list-style: none; line-height: 25px; text-align: center; }

.videoCon video { width: 100%; }

/*在线商城*/
.bs-sidenav { border-radius: 5px; padding-top: 10px; padding-bottom: 10px; margin-top: 30px; margin-bottom: 30px; text-shadow: 0px 1px 0px #fff; background-color: #fafcfe; }

.bs-sidebar .nav > li > a { padding: 5px 20px; color: #716b7a; display: block; }
.bs-sidebar .nav > li > a:hover { border-right-color: #dbd8e0; border-right-width: 1px; border-right-style: solid; background-color: #dceaf8; }
.bs-sidebar .nav > li > a:focus { border-right-color: #dbd8e0; border-right-width: 1px; border-right-style: solid; background-color: #dceaf8; }
.bs-sidebar .nav > .active > a { color: #3a89d8; font-weight: bold; border-right-color: #3a89d8; border-right-width: 1px; border-right-style: solid; background-color: transparent; }
.bs-sidebar .nav > .active:hover > a { color: #3a89d8; font-weight: bold; border-right-color: #3a89d8; border-right-width: 1px; border-right-style: solid; background-color: transparent; }
.bs-sidebar .nav > .active:focus > a { color: #3a89d8; font-weight: bold; border-right-color: #3a89d8; border-right-width: 1px; border-right-style: solid; background-color: transparent; }
.bs-sidebar .nav .nav { margin-bottom: 8px; display: none; }
.bs-sidebar .nav .nav > li > a { padding-top: 3px; padding-bottom: 3px; padding-left: 30px; font-size: 90%; }

.shop_img { flex: 1; margin-top: 0.5rem; min-height: 200px; }
.shop_img li { text-align: center; }
.shop_img li > a { display: block; margin-top: 1em; height: 20em; line-height: 20em; overflow: hidden; background: #efefef; }
.shop_img li img { max-width: 100%; }
.shop_img li p { margin-top: 0.5em; margin-bottom: 0; height: 2.5em; line-height: 2.5em; overflow: hidden; font-size: 0.96rem; }
.shop_img li p a { color: #333; }
.shop_img li p a:hover { color: #333; font-size: 0.94rem; }

.shop_list .list-group h3 { margin-top: 1em; margin-bottom: 0; height: 3em; line-height: 3em; font-size: 1.2em; border-bottom: 1px solid #8a8a8a; }
.shop_list .list-group h3 a { color: #8a8a8a; float: right; font-size: 1.2em; transition: ease-in-out 0.2s; }
.shop_list .list-group h3 a:hover { font-size: 2em; }

.home_show { background: #d5ecec; }
.home_show .carousel-item { min-height: 35rem; }
.home_show .item_c { display: block; padding-top: 4rem; }
.home_show img { width: 100%; }

.home_show .carousel-control-prev span, .home_show .carousel-control-next span { position: absolute; margin-top: 0.5em; mating-top: -0.5em; top: 50%; left: 50%; width: 1em; height: 1em; line-height: 1em; font-size: 1.5em; }

.home_show_ul { padding-left: 0; margin-top: 1em; margin-bottom: 0; list-style: none; box-shadow: 2px 2px 5px #dcdcdc, -2px -2px 5px #dcdcdc; }
.home_show_ul li { float: left; width: 14.285%; }
.home_show_ul li a { display: block; text-align: center; color: #959595; height: 3.4rem; line-height: 3.4rem; font-size: 1.12rem; }
.home_show_ul li a:hover { color: #337ab7; }

.first_img { margin-top: 10px; padding-left: 10px; padding-right: 10px; }
.first_img img { margin-right: 10px; width: 100px; height: 70px; }
.first_img h4 { margin-bottom: 10px; font-size: 1.12rem; }
.first_img h4 a { color: #333; transition: all 0.5s ease 0s; }
.first_img h4 a:hover { color: #c00; }
.first_img p { margin-bottom: 0; height: 20px; line-height: 20px; color: #999; overflow: hidden; font-size: 0.9rem; }
.first_img p span { margin-right: 10px; font-size: 13px; }

.new_li ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.new_li li { height: 2.2em; line-height: 2.2em; overflow: hidden; font-size: 0.89rem; }
.new_li li a { color: #333; }
.new_li li a:hover { color: #c00; }
.new_li li span { color: #999; }

.borders { margin-bottom: 1rem; border: 1px solid #bee5eb; border-radius: 5px; line-height: 26px; }
.borders .list-group-item { border: none; }

.margin-bot { margin-top: 20px; }

.padding5 { padding: 0 5px; }

.padding0 { padding: 0; }

.news_any { min-height: 10rem; }

.newsMetro ul { padding-left: 0; margin-bottom: 0; list-style: none; margin: 0.2rem; }
.newsMetro a { display: block; height: 3.5rem; color: #666; overflow: hidden; }
.newsMetro a:hover { background: #478dcd; color: #fff; }
.newsMetro a:hover small { background: #f00; }
.newsMetro li { margin-top: 0.2rem; background: #eee; }
.newsMetro li small { display: block; float: left; margin-right: 0.2rem; width: 3.5rem; height: 3.5rem; background: #bee5eb; overflow: hidden; }
.newsMetro li small year { display: block; float: left; margin-top: 0.95rem; margin-left: -0.6rem; color: #fff; font-size: 1.2rem; transform: rotate(270deg); }
.newsMetro li small month { display: inline-block; margin-left: -0.75rem; margin-top: 0.25rem; color: #fff; font-weight: bold; }
.newsMetro li small day { display: inline-block; margin-left: -0.75rem; color: #fff; font-weight: bold; }
.newsMetro li small hr { margin-top: 0; margin-left: 1.6rem; margin-bottom: 0; width: 1.2rem; background: #fff; }
.newsMetro li p { padding: 0.2rem; font-size: .92rem; }

#botM_dh { display: flex; padding-left: 0.5rem; padding-right: 0.5rem; padding-bottom: 0.5rem; justify-content: space-between; flex-wrap: wrap; border: 1px solid #ccc; border-radius: 4px; margin-top: 10px; }
#botM_dh a { display: block; margin-top: 6px; font-size: 0.89rem; }
#botM_dh .botM_er { padding-left: 15px; }
#botM_dh .botM_er a { margin-right: 10px; }

.n_lis { min-height: 200px; }
.n_lis .active span { float: right; }
.n_lis .panel-heading a { color: #fff; }
.n_lis .panel-heading a:hover { color: #c00; }
.n_lis li a { color: #666; }
.n_lis li a:hover { color: #c00; }
.n_lis li span { color: #999; }

/*内页banner*/
.bs-header { color: #cdbfe3; background-color: #428bca; padding: 30px 15px 40px; font-size: 16px; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); }
.bs-header h1 { color: #fff; }
.bs-header p { font-weight: 300; line-height: 1.5; }
.bs-header .container { position: relative; }

/*图说*/
.side-nav { position: fixed; top: 70px; right: 58px; width: 58px; z-index: 1001; border: 1px solid #34363a; }
.side-nav ul { width: 100%; overflow: hidden; }
.side-nav li { height: 59px; float: left; }
.side-nav li a { float: none; display: block; height: 58px; background-image: url(images/icon.png); background-repeat: no-repeat; border-bottom: 1px solid #34363a; }

.side-nav li, .side-nav li a { width: 58px; }

.cover-story, .cover-story:visited { background-position: -1px -1px; }

.cover-story:hover { background-position: -60px -1px; }

.nav-item-active .cover-story, .nav-item-active .cover-story:visited { background-position: -120px -1px; }

.main-body, .main-body:visited { background-position: -1px -60px; }

.main-body:hover { background-position: -60px -60px; }

.nav-item-active .main-body, .nav-item-active .main-body:visited { background-position: -120px -60px !important; }

.video-tell, .video-tell:visited { background-position: -1px -119px; }

.video-tell:hover { background-position: -60px -119px; }

.nav-item-active .video-tell, .nav-item-active .video-tell:visited { background-position: -120px -119px !important; }

.comment, .comment:visited { background-position: -1px -178px; }

.comment:hover { background-position: -60px -178px; }

.nav-item-active .comment, .nav-item-active .comment:visited { background-position: -120px -178px !important; }

.share, .share:visited { background-position: -1px -237px; }

.share:hover { background-position: -60px -237px; }

.nav-item-active .share, .nav-item-active .share:visited { background-position: -120px -237px !important; }

.collect { text-indent: -999em; }
.collect:hover { background-position: -60px -296px; }

.collect, .collect:visited { background-position: -1px -296px; }

.nav-item-active .collect, .nav-item-active .collect:visited, .shoucang-active { background-position: -120px -296px !important; }

.praise, .praise:visited { background-position: -1px -355px; }

.praise:hover { background-position: -60px -355px; }

.liked, .nav-item-active .praise, .nav-item-active .praise:visited { background-position: -120px -355px !important; }

.liked { color: #c30e0e !important; }

.toggle-nav { display: block; width: 58px; height: 21px; background: url(mages/icon.png) -1px -414px no-repeat; }
.toggle-nav:hover { background-position: -60px -414px; }

.toggle-nav-show { background-position: -119px -414px; }
.toggle-nav-show:hover { background-position: -178px -414px; }

.add-transition { -webkit-transition: all 1s; transition: all 1s; }

.adaptive-bg { position: relative; width: 100%; height: 100%; overflow: hidden; visibility: hidden; }
.adaptive-bg img { display: none; }

.bottom-left-mask, .main, .main .topic-logo, .top-right-mask, .topic-intro { position: absolute; }

.top-right-mask { top: 0; right: 0; }

.bottom-left-mask { left: 0; bottom: 0; }

.bottom-left-mask img, .top-right-mask img { display: block; }

.main { top: 0; left: 0; height: 100%; width: 100%; }
.main .topic-logo { right: 130px; top: 110px; }
.main .topic-logo img { width: 220px; }

.topic-intro { width: 630px; left: 60px; bottom: 56px; }
.topic-intro .name { font-size: 40px; color: #fff; }
.topic-intro .info { margin: 15px 0; color: #686973; }
.topic-intro .text { color: #a9abb3; }

.topic-intro .info, .topic-intro .text { font-size: 18px; line-height: 1.5; }

.scroll-wrap { width: 100%; height: 100%; }

.scroll-section { position: relative; visibility: hidden; }

.scroll-item, .scroll-wrap { position: relative; overflow: hidden; }

.scroll-item { float: left; }

.full-next, .full-prev { position: absolute; top: 50%; display: block; margin-top: -43px; width: 52px; height: 86px; outline: 0; background-image: url(images/icon.png); background-repeat: no-repeat; text-indent: -999em; display: block; position: absolute; top: 50%; width: 52px; height: 86px; background-image: url(images/icon.png); margin-top: -43px; background-repeat: no-repeat; text-indent: -999em; outline: 0; }

.full-prev { left: 0; left: 0; }
.full-prev:hover { background-position: -232px -59px; background-position: -232px -59px; }

.full-prev, .full-prev:visited { background-position: -180px -59px; background-position: -180px -59px; }

.full-next { right: 0; right: 0; }
.full-next:hover { background-position: -231px -9pc; background-position: -231px -144px; }

.full-next, .full-next:visited { background-position: -179px -9pc; background-position: -179px -144px; }

.article-container { position: relative; margin: 0 auto; padding: 40px 0; width: 940px; background-color: #fff; }

.article-wrap { overflow-y: auto; width: 100%; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

.article { margin: 0 auto; width: 840px; color: #333; font-size: 1pc; line-height: 1.7; }
.article p { margin-bottom: 1em; }

.article-title { margin: 0 auto; width: 850px; height: 5pc; }

.article-title-name { margin-bottom: 15px; font-size: 28px; }

.source-author { margin-bottom: 20px; color: #b0b0b0; font-size: 14px; }

.img-wrap { position: relative; overflow: hidden; width: 100%; height: 100%; text-align: center; white-space: nowrap; }
.img-wrap span { display: inline-block; vertical-align: middle; }
.img-wrap span img { display: block; visibility: hidden; }
.img-wrap:after { display: inline-block; overflow: hidden; width: 0; height: 100%; content: '\200b'; vertical-align: middle; }

.cover-loading, .img-wrap { background: url(http://sinaimg.cn/dy/deco/2014/1121/images/loading.gif) 50% 50% no-repeat; }

.topic-head { display: none; position: absolute; top: -80px; left: 0; width: 100%; height: 70px; padding-top: 13px; background-color: #26272b; }
.topic-head .topic-logo { float: left; width: 110px; height: 45px; overflow: hidden; padding-left: 20px; border-right: 1px solid #36373b; margin-right: 15px; }
.topic-head .topic-title { float: left; }
.topic-head .topic-title h2 { height: 30px; line-height: 30px; margin: -3px 0 3px; font-size: 23px; color: #a9abb3; }
.topic-head .topic-title p { color: #68696f; font-size: 13px; }

.description-wrap { display: none; position: fixed; left: 0; bottom: 0; width: 100%; }

.description-inner { width: 100%; position: relative; background-color: rgba(28, 29, 31, 0.9); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#E51c1d1f, endColorstr=#E51c1d1f); padding: 13px 0; }
.description-inner p { margin-bottom: 0; }

.page-num, .video-play-icon { position: absolute; left: 0; top: 13px; width: 56px; padding-left: 17px; text-align: center; color: #ababab; }

.video-play-icon { margin-top: -4px; font-size: 24px; }

.page-num { font-size: 18px; }

#imgIndex { color: #d02224; }

.image-text-desc, .video-text-desc { border-left: 1px solid #2b2d2b; padding: 0 20px; margin-left: 80px; overflow: hidden; }

.image-text-desc { margin-right: 70px; padding-top: 5px; }

#videoDesc { display: none; }

.desc-text-item { color: #b3b5bd; margin-top: -4px; font-size: 14px; line-height: 1.5; }
.desc-text-item b { font-style: normal; line-height: 30px; color: #fff; font-size: 23px; margin-right: 10px; }

#imageDesc .desc-text-item { display: none; }

#closeArticle, #closeComment, #closeVideo { visibility: hidden; position: absolute; width: 40px; height: 40px; top: 0; right: 0; background: url(images/icon.png) -292px -355px no-repeat; }

#closeComment { visibility: visible; }

#closeArticle:hover, #closeComment:hover, #closeVideo:hover { background-position: -292px -396px; }

.desc-hide, .desc-show { position: absolute; left: 50%; top: -35px; display: block; width: 70px; height: 35px; margin-left: -35px; cursor: pointer; background: url(images/icon.png) no-repeat; }

.desc-hide { background-position: -180px -304px; }
.desc-hide:hover { background-position: -251px -304px; }

.desc-show { background-position: -180px -232px; }
.desc-show:hover { background-position: -180px -268px; }

.thumbnails-btn-toggle { position: absolute; right: 0; top: 1px; display: block; width: 54px; height: 54px; cursor: pointer; background: url(images/icon.png) -180px 0 no-repeat; }

.thumbnails-btn-hover, .thumbnails-btn-toggle:hover { background-position: -236px 0; }

.thumbnails-container { display: none; position: absolute; bottom: 0; right: 0; margin-bottom: 20px; width: 500px; height: 60px; }

.img-thumbnails { width: 465px; position: absolute; right: -500px; }

.thumbnails-next, .thumbnails-prev { display: block; width: 29px; height: 54px; margin-top: 1px; background-image: url(images/icon.png); background-repeat: no-repeat; }

.thumbnails-prev { float: left; background-position: -284px -56px; }
.thumbnails-prev:hover { background-position: -284px -111px; }

.thumbnails-next { float: right; background-position: -284px -166px; }
.thumbnails-next:hover { background-position: -284px -221px; }

.thumbnails-wrap { float: left; overflow: hidden; width: 403px; height: 54px; padding: 1px; }

#thumbnailsContent { width: 410px; visibility: hidden; }
#thumbnailsContent li { width: 80px; float: left; margin-right: 1px; background-color: #000; }
#thumbnailsContent li a { width: 78px; border: 1px solid transparent; opacity: .6; filter: alpha(opacity=60); }

#thumbnailsContent li a, #thumbnailsContent li img { display: block; }

#thumbnailsContent li a:hover, .thumbnails-hover a { border-color: #85878d !important; opacity: 1 !important; filter: alpha(opacity=100) !important; }

#prev { display: block; }

/*右侧固定在线客服*/
.kefu { position: fixed; top: 50%; right: 20px; margin-top: -87px; width: 2.3rem; text-align: center; /*z-index: 1200;*/ }
.kefu ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.kefu a { position: relative; float: right; margin-top: 0.1rem; padding-right: 1.8rem; width: 34px; height: 34px; line-height: 34px; background: #7a6e6e; color: #fff; border-radius: 4px; overflow: hidden; transition: width 0.5s; -moz-transition: width 0.5s; -webkit-transition: width 0.5s; -o-transition: width 0.5s; }
.kefu li i { display: block; position: absolute; float: right; top: 0; right: 0px; height: 34px; width: 34px; line-height: 34px; font-size: 20px; background: #7a6e6e; border-radius: 4px; z-index: 10; }
.kefu a:hover { background: #c81623; width: 100px; }
.kefu a:hover span { display: block; }
.kefu a:hover i { background: #c81623; }
.kefu li span { font-size: 0.9rem; }
.kefu li.kefu_qrcode a { overflow: visible; }
.kefu li.kefu_qrcode a:hover { width: 191px; }
.kefu li.kefu_qrcode a:hover span { display: block; }
.kefu li.kefu_qrcode a span { display: none; margin-left: 0; margin-top: -58px; padding-top: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 0; background: #c81623; border-radius: 4px; width: 155px; }
.kefu li.kefu_qrcode a span img { display: block; width: 135px; }
.kefu li.kefu_wechat a { overflow: visible; }
.kefu li.kefu_wechat a:hover { width: 191px; }
.kefu li.kefu_wechat a:hover span { display: block; }
.kefu li.kefu_wechat a span { display: none; margin-left: 0; margin-top: -58px; }
.kefu li.kefu_wechat a span img { padding: 10px; background: #c81623; border-radius: 4px; width: 155px; }

/*网站地图*/
.map_list { list-style: none; width: 100%; margin-bottom: 0; padding-left: 0; border-left: 1px solid #bbb; left: 11px; position: relative; }
.map_list > li { margin-top: 10px; margin-bottom: 5px; left: -11px; position: relative; }
.map_list > li h3 { margin-top: 0; margin-bottom: 0; border: 1px solid #ccc; border-radius: 5px; padding: 5px; color: #000; background: #fff; font-size: 1em; line-height: 22px; }

.map_list1 { list-style: none; width: 100%; padding-left: 0; margin-left: 21px; padding-top: 5px; }
.map_list1 > li { background: url("images/line.png") left top no-repeat; padding-left: 30px; left: -11px; position: relative; border-left: 1px solid #bbb; }
.map_list1 > li h3 { margin-top: 0; margin-bottom: 0; border: 1px solid #ccc; border-radius: 5px; padding: 5px; color: #000; background: #fff; font-size: 1em; line-height: 22px; }

.pro_group { margin-top: 20px; margin-bottom: 20px; }
.pro_group .nav-tabs > li > a { margin-right: 0; border: none; border-bottom: 2px solid transparent; padding-left: 30px; padding-right: 30px; color: #333; }
.pro_group .nav-tabs > li > a:hover { background: none; border: none; border-bottom: 2px solid #e32a2f; color: #e32a2f; }
.pro_group .tab-pane { padding: 10px; border: 1px solid #ddd; border-top: none; }
.pro_group .pro_tui_l { position: relative; float: left; width: 180px; }
.pro_group .pro_tui_l > a { display: inline-block; }
.pro_group .pro_tui_l a img { width: 130px; height: 120px; }
.pro_group .pro_tui_l h4 { font-size: 14px; }
.pro_group .pro_tui_l h4 a { display: block; height: 30px; line-height: 15px; width: 130px; overflow: hidden; text-justify: inter-ideograph; text-align: justify; color: #333; }
.pro_group .pro_tui_l h4 a:hover { color: #e32a2f; }
.pro_group .pro_tui_l i { position: absolute; margin-top: -18px; font-size: 2.5em; top: 50%; right: 10px; color: #ccc; }
.pro_group .pro_tui_ms { float: left; width: 75%; overflow: auto; }
.pro_group .pro_tui_m { position: relative; float: left; width: 13em; }
.pro_group .pro_tui_m > a { display: inline-block; }
.pro_group .pro_tui_m p { margin-bottom: 0; }
.pro_group .pro_tui_m p span { color: #c81623; font-size: 1.2em; font-weight: 600; }
.pro_group .pro_tui_m a img { width: 130px; height: 120px; }
.pro_group .pro_tui_m h4 { margin-top: 1rem; font-size: 14px; }
.pro_group .pro_tui_m h4 a { display: block; height: 30px; line-height: 15px; width: 130px; overflow: hidden; text-justify: inter-ideograph; text-align: justify; color: #333; }
.pro_group .pro_tui_m h4 a:hover { color: #e32a2f; }
.pro_group .pro_tui_m i { position: absolute; margin-top: -18px; font-size: 2.5em; top: 50%; right: 10px; color: #ccc; }
.pro_group .pro_tui_m:nth-last-child(2) i { display: none; }
.pro_group .pro_tui_je { position: relative; float: right; width: 25%; text-align: center; height: 180px; }
.pro_group .pro_tui_je i { display: block; float: left; line-height: 4.5em; font-style: normal; font-size: 3em; color: #ccc; font-weight: 600; }
.pro_group .pro_tui_je p { margin-top: 3em; margin-left: 2em; margin-bottom: 0; }
.pro_group .pro_tui_je p span { color: #c81623; font-size: 1.8em; font-weight: 600; }
.pro_group .pro_tui_je a { display: block; margin-left: auto; margin-right: auto; padding-top: 10px; padding-bottom: 10px; text-align: center; width: 80%; color: #fff; background: #c81623; }

/*套餐商品*/
.pro_group .nav-tabs > li.active > a, .pro_group .nav-tabs > li.active > a:focus, .pro_group .nav-tabs > li.active > a:hover { border: none; border-bottom: 2px solid #e32a2f; color: #e32a2f; }

.shop_top { position: absolute; width: 100%; top: 0; z-index: 1; }
.shop_top .navbar-default { border: none; background: none; border-radius: 0; }
.shop_top .navbar-nav { margin-top: 0.7em; margin-left: 2em; }
.shop_top .navbar-nav > li > a { display: block; color: #333; font-size: 1.2em; }
.shop_top .navbar-nav > li > a:hover { color: #999; }
.shop_top .dropdown-menu > li > a { padding-right: 0; padding-left: 0; text-align: center; }
.shop_top .dropdown_a .dropdown-menu { left: -4em; width: 100%; }
.shop_top .dropdown_a .dropdown-menu li { text-align: center; }
.shop_top .dropdown_a .dropdown-menu .arrow { top: -22px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, 0.25); border-width: 11px; }
.shop_top .dropdown_a .dropdown-menu .arrow:after { top: -9px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; border-width: 10px; }
.shop_top .nav_user .dropdown-menu { width: 100%; }
.shop_top .home_search { position: absolute; width: 15em; display: none; }
.shop_top .navbar-brand { padding-top: 20px; padding-bottom: 20px; padding-right: 0; height: auto; max-height: none; }
.shop_top .navbar-brand img { height: 2em; width: 9em; }

.shop_top .navbar-default .navbar-nav > .open > a, .shop_top .navbar-default .navbar-nav > .open > a:focus, .shop_top .navbar-default .navbar-nav > .open > a:hover { background: none; color: #999; }

.shop_top .dropdown_a .dropdown-menu .arrow, .shop_top .dropdown-menu .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.home_top_i { display: inline-block; margin-bottom: 0; line-height: 1.5em; font-size: 1.4rem; }
.home_top_i a { color: #333; font-weight: 600; }

.shop_banner { position: relative; height: 62vh; overflow: hidden; }
.shop_banner h1 { position: absolute; left: 20%; bottom: 4rem; font-size: 2rem; font-weight: 100; color: #fff; z-index: 1; }

.shop_nlist { margin-top: 1.8rem; background: #fff; }

.shop_nlistBar h2 { font-size: 1.2rem; }
.shop_nlistBar h3 { font-size: 1.12rem; font-weight: 200; }
.shop_nlistBar ul { padding-left: 0; margin-bottom: 0; list-style: none; }
.shop_nlistBar a { color: #999; }
.shop_nlistBar li { line-height: 2rem; }

.shop_nlistBarColor li span { display: block; margin-top: 0.3rem; margin-right: 0.2rem; float: left; width: 20px; height: 20px; border-radius: 10px; border: 1px solid #ddd; }
.shop_nlistBarColor a:hover { color: #666; }

.shop_nlistBarSize li span { display: block; margin-top: 0.7rem; margin-right: 0.2rem; float: left; width: 11px; height: 11px; border: 1px solid #d1d3d7; }

.shop_nlistConBox { padding: 1rem 0.6rem; width: 100%; height: 12rem; background: #fff; color: #393c45; }
.shop_nlistConBox strong { display: block; width: 80%; font-size: 0.92rem; }
.shop_nlistConBox strong small { display: block; line-height: 2rem; color: #ccc; }
.shop_nlistConBox span { float: right; font-size: 1.12rem; color: #999; }

.shop_nlistCon li { position: relative; float: left; margin-left: 2.1%; margin-bottom: 1rem; width: 31%; height: 28.6rem; overflow: hidden; }
.shop_nlistCon li:hover { box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15); transition: 100ms ease-out; }
.shop_nlistCon li:hover .shop_nlistConBox { position: absolute; bottom: 0; z-index: 2; -webkit-animation-name: bounceInUp; animation-name: bounceInUp; -webkit-animation-duration: 1s; animation-duration: 1s; }
.shop_nlistCon li img { width: 100%; }
.shop_nlistCon .shop_nlistCon_shadow { padding-top: 3rem; width: 100%; height: 520px; opacity: 0; position: absolute; top: 0; left: 0; z-index: 1; display: none; background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); background: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)); }
.shop_nlistCon .shop_nlistCon_shadow a { display: block; padding: 0.7rem 1rem; margin: auto; margin-top: 1rem; width: 60%; border: 1px solid #fff; color: #fff; text-align: center; }
.shop_nlistCon .shop_nlistCon_shadow a:hover { background: #fff; color: #5ff7d2; }
.shop_nlistCon li:hover .shop_nlistCon_shadow { display: block; opacity: 1; -webkit-animation-name: pulse; animation-name: pulse; }

.shop_nlistCon_about { margin-left: 0.4rem; }

.shop_nlistCon_about_color { padding-left: 0; }
.shop_nlistCon_about_color li { width: 1.8rem; height: 1.8rem; border: 1px solid #ddd; border-radius: 20px; cursor: pointer; }
.shop_nlistCon_about_color li:hover { width: 2rem; height: 2rem; }
.shop_nlistCon_about_color li span { display: block; width: 100%; height: 100%; }
.shop_nlistCon_about_color strong { padding-left: 0.8rem; margin-bottom: 0.2rem; }
.shop_nlistCon_about_color p { padding-left: 0.8rem; margin-bottom: 5px; }

.shop_store_list .col-lg-6:nth-child(1) .shop_store a { background: #cce198; }

.shop_store_list .col-lg-6:nth-child(2) .shop_store a { background: #0f0; }

.shop_store { margin-top: 1em; }
.shop_store a { position: relative; display: block; width: 100%; height: 20em; overflow: hidden; transition: ease-in-out 0.2s; }
.shop_store a:hover { transform: translateY(-2px); }
.shop_store a img { max-width: 100%; }
.shop_store a h3 { position: absolute; margin-top: 0; margin-bottom: 0; bottom: 1em; width: 100%; text-align: center; font-size: 1.5em; color: #666; }

.shop_ad { position: relative; background: url(images/shop_ad.jpg) center no-repeat; background-color: #baebe8; height: 35em; }
.shop_ad .shop_ad_t { position: absolute; width: 40em; height: 11em; top: 50%; right: 20%; margin-top: -5em; }
.shop_ad .media-body h4 { margin-bottom: 0.5em; text-align: right; font-weight: 600; font-size: 1.4rem; }
.shop_ad .media-body p { margin-top: 0.5em; margin-bottom: 0.5em; text-align: right; }
.shop_ad .media-body a { display: block; float: right; padding-top: 0.6rem; padding-bottom: 0.6rem; padding-right: 2.2rem; padding-left: 2.2em; background: rgba(60, 193, 95, 0.6); border-radius: 0.1rem; color: #fff; }
.shop_ad .media-body a:hover { background: rgba(60, 193, 95, 0.8); }
.shop_ad .media-object { width: 11em; height: 11em; }

.shoplist_banner { background: url(images/shop_list.jpg) center no-repeat; background-size: cover; height: 30em; }

.shopcon_banner { background: url(images/shop_con.jpg) center no-repeat; background-size: cover; height: 30em; }
.shopcon_banner h3 { margin-top: 0; margin-bottom: 0; text-align: center; font-size: 4em; padding-top: 3.5em; }
.shopcon_banner h3 a { color: #000; }

.special_list { padding: 1rem; background: #fff; }
.special_list ul { padding-left: 0; margin-bottom: 0; list-style: none; margin-bottom: 1rem; text-align: center; }
.special_list li { line-height: 10rem; font-size: 1.62rem; font-weight: 100; }
.special_list li a { display: block; width: 100%; }
.special_list li a:hover { margin-top: -1rem; transition: 0.5s ease-in-out; }
.special_list li:nth-child(1) a { background-image: linear-gradient(-90deg, #65a759 0%, #e3e7ec 100%); }
.special_list li:nth-child(2) a { background-image: linear-gradient(-90deg, #1757c2 0%, #0ff0ff 100%); }
.special_list li:nth-child(3) a { background-image: linear-gradient(-90deg, #6f86ad 0%, #d6f5f7 100%); }
.special_list li:nth-child(4) a { background-image: linear-gradient(-90deg, #99b138 0%, #ddead7 100%); }

.special_listShow { padding: 1rem; background: #fff; }
.special_listShow ul { padding-left: 0; margin-bottom: 0; list-style: none; margin-bottom: 1rem; text-align: center; }
.special_listShow li { line-height: 10rem; font-size: 1.62rem; font-weight: 100; background-image: linear-gradient(-90deg, #65a759 0%, #e3e7ec 100%); }
.special_listShow li:nth-child(2n) { background-image: linear-gradient(-90deg, #1757c2 0%, #0ff0ff 100%); }

/*769-1930分辨率之间传统低分屏幕优化*/
/*小于768px手机优化*/
@media screen and (max-width: 768px) { .container { max-width: 100%; }
  .zMobile { display: none; }
  .home_login li .zi { font-size: 2rem; }
  .home_login li p { oadding-left: 0; padding-right: 0; margin-bottom: 0; font-size: 0.8rem; }
  .home_login h2 { display: initial; padding-top: 0; margin-bottom: 0; font-size: 1rem; }
  .navbar li { text-align: center; }
  .navbar .navbar-toggler { z-index: 1; }
  .navbar .show { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: #8e9abb; transition: all 0.5s ease; }
  .navbar .show ul { padding-top: 10%; }
  .homeNavBar { display: none; }
  .home_login ul { display: inherit; }
  .home_login li { width: 100%; height: 20vh; }
  .home_login .myAnnoun { min-height: 800px; }
  #scolls { position: static; top: 0; z-index: 999; background: #f8f8f8; border: 1px solid #e7e7e7; width: 100%; }
  #TopNavBar { padding-top: 0; }
  .myAnnoun h1 { height: auto; padding-top: 0.2em; }
  .home_bg { background: none; }
  .loginNone { display: block; }
  #pagemain2 .page_main_icon { width: auto; clear: inherit; }
  #page_logo { padding-top: 0; }
  .bic_more { width: 100px; overflow: hidden; }
  .video_img li { width: 100%; list-style: none; }
  .shop_img li { width: 96%; }
  .home_footer { margin-bottom: 83px; }
  .home_footer li { width: 30%; }
  .bic_left { width: 100%; overflow: hidden; }
  .bic_left .page_main_icon { float: left; width: 49%; }
  #fudong { display: none; }
  .padding0_lg { padding-left: 15px; padding-right: 15px; }
  .news_elite li, .news_elite li:first-child { width: 50%; }
  #botM_dh a { width: 48%; }
  .well, .webll_gradient { height: 100vh; }
  .icarousel { height: 100vh; }
  .icarousel .carousel-caption { bottom: 28%; }
  .icarousel .carousel_photo1, .icarousel .carousel_photo2, .icarousel .carousel_photo3 { height: 100vh; }
  .icarousel p { font-size: 1rem; }
  .icarousel h1 { font-size: 2.1rem; }
  .well_ins li { width: 50%; text-align: center; }
  .newsList_r a { margin-left: -0.5rem; } }
/*key:UG93ZXJlZCBieSBab29tbGEh6YCQ5rWqQ01TIHd3d3cuejAxLmNvbQ== */

/*# sourceMappingURL=global.css.map */
