@charset "UTF-8";
html { font-size: 100%; }

body { padding-top: 50px; }

hr { border-color: #ddd; border-width: 1px 0 0 0; border-style: solid; }

a { color: #333; }

a:hover { color: #145; }

hr.solid-primary { border-width: 1px; border-color: #156; }

/* header */
.header { background: #f2f2f2; position: fixed; width: 100%; z-index: 9; top: 0; }

.header .logo { float: left; margin: 10px 0; height: 30px; }

.header .navbar-nav { float: left; padding: 0; list-style-type: none; margin: 0; }

.header .navbar-nav li { float: left; margin-right: 15px; }

.header .navbar-nav li a { display: block; margin-top: 5px; margin-bottom: 5px; height: 30px; padding: 5px 0; border-radius: 4px; }

.header .navbar-nav li a:hover { background-color: #FFF; }

.header .navbar-nav li:last-child { margin-right: 0; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.search-btn, .showSideMenu { margin-top: 5px; height: 40px; width: 40px; background-image: url("btn.gif") !important; position: relative; background-color: transparent; border: 1px solid transparent; border-radius: 4px; float: right; }

.search-btn { background-position: 0 -96px !important; }

.showSideMenu { margin-left: 8px; margin-right: -8px; background-position: 0 -144px !important; }

.jfjb-btn { float: right; height: 40px; margin-top: 5px; padding-top: 10px; padding-left: 5px; padding-right: 5px; border-color: transparent; }

/*导航菜单*/
.navbar { background: transparent; padding-top: 20px; padding-left: 0; padding-right: 0; padding-bottom: 5px; }

.header-pc { border-bottom: 2px solid #267; }

.header-pc .logo { margin-top: 5px; margin-right: 30px; }

.header-pc .navbar-nav li { margin-left: 15px; }

.header-pc .navbar-nav li a { padding: 0; line-height: 48px; font-size: 18px; color: #333; }

.header-pc .navbar-nav li a:hover { color: #F55; }

.header-pc .navbar-nav li.aboutus { border-radius: 15px; margin-top: 10px; transition: all 0.4s; border: 1px solid #ddd; overflow: hidden; }

.header-pc .navbar-nav li.aboutus a { line-height: 30px; font-size: 14px; padding: 0 10px; color: #156; }

.header-pc .navbar-nav li.aboutus a:hover { color: #FFF; background: #156; }

.header-pc .navbar-nav li.aboutus:hover { transform: translateX(-5px); }

/* 分割线 */
p.split { border-style: solid; border-color: #EEE; border-width: 1px 0; background: #f2f2f2; height: 6px; line-height: 6px; margin: 6px 0; }

.search { margin: 8px 0; width: 236px; }

.search input[type='text'] { height: 34px; box-sizing: border-box; border-radius: 3px 0 0 3px; margin: 0; border: 1px solid #ccc; padding: 3px 8px; width: 190px; float: left; }

.search input[type='text']:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.search button { margin: 0; height: 34px; border-radius: 0 3px 3px 0; float: left; }

.app-download { padding-top: 1em; padding-bottom: 1em; }

.app-download:before, .app-download:after { content: " "; display: table; }

.app-download:after { clear: both; }

.app-download .icon { float: left; width: 50px; height: 50px; background-color: #EEE; overflow: hidden; border-radius: 5px; box-shadow: 0 0 5px #888; margin-right: 1em; }

.app-download .desc { float: left; }

.app-download .desc p { margin: 0; }

.app-download .button-success { background-color: #267; border-color: #156; }

/* 页脚 */
.footer { padding: 1em 0; border-top: 1px solid #EEE; background: #f2f2f2; color: #888; text-align: center; font-size: 0.9rem; }

.footer p { margin: 1em 0; }

.footer a { color: #222; }

.footer em { margin: 0 6px; font-style: normal; }

/* 分页 */
#displaypagenum { overflow: hidden; padding-top: 30px; padding-bottom: 30px; line-height: 22px; clear: both; }

#displaypagenum p { padding-bottom: 0; }

#displaypagenum span.page, #displaypagenum a, #displaypagenum a.next { padding: 6px 12px; height: 28px; background: #055; color: #FFF; text-decoration: none; font-weight: bolder; line-height: 28px; }

#displaypagenum a, #displaypagenum a.next { background: #f3f3f3; color: #333; font-weight: normal; }

#displaypagenum a:hover { background: #277; color: #FFF; }

.side-menu { position: fixed; top: 0; left: -250px; z-index: 30; padding: 0; width: 250px; height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.3); background: #333; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); transition: all .5s; overflow-y: auto; }

.side-menu.active { left: 0; }

.side-menu ul.menu { overflow: hidden; border-bottom: 1px solid rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); }

.side-menu > ul > li, .side-menu li.parent { display: block; width: 100%; height: auto; transition: all .45s; }

.side-menu > ul > li > a, .side-menu li.parent > a { position: relative; display: block; padding: 0; height: 44px; border-top: 1px solid rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); color: #ccc; text-indent: 1rem; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); line-height: 45px; transition: all .45s; }

.side-menu li.parent > a:hover { background: rgba(255, 255, 255, 0.05); text-decoration: none; }

.side-menu li.parent > a:after { position: absolute; top: 18px; right: 1rem; width: 8px; height: 8px; border: 1px solid #ddd; border-width: 0 0 1px 1px; box-shadow: 2px black; content: ""; transition: all .45s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -ms-transform: rotate(45deg); }

.side-menu li.parent .sub-menu { display: none; overflow: hidden; padding: 5px 0 5px 15px; margin: 0; border-top: 1px solid rgba(0, 0, 0, 0.3); background-color: #1a1a1a; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05); font-size: .9rem; }

.side-menu .sub-menu li { float: left; display: block; overflow: hidden; width: 33.33333333%; height: auto; }

.side-menu .sub-menu.x2 li { width: 50%; }

.side-menu .sub-menu a { display: block; padding: .8rem 0; color: #eee; transition: all .45s; }

.side-menu .sub-menu a:hover { text-decoration: none; }

.side-menu li.parent.open { background: rgba(255, 255, 255, 0.05); }

.side-menu li.parent.open > :after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -ms-transform: rotate(-45deg); }

.side-menu li.parent.open .sub-menu { display: block; }

.side-fixed-button { position: fixed; right: 0; bottom: 30px; display: none; }

.side-fixed-button a { display: block; width: 48px; height: 48px; background: #ddd url("btn.gif"); opacity: .8; }

.side-fixed-button a:hover { opacity: 1; }

.side-fixed-button .side-fixed-button a.app { margin-top: 10px; border-radius: 50%; background-position: 0 -48px; }

.screen-cover { position: fixed; top: 0; z-index: 20; display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

#mediaurl { display: none; }

.header-pc { border-bottom-color: #DDD; }

.header-pc .navbar-nav li a { color: #333; }

/* layout */
.v_main, .v_aside { float: left; }

.v_main { width: 800px; }

.v_aside { width: 340px; }

.video-box:before, .video-box:after { content: " "; display: table; }

.video-box:after { clear: both; }

.video-box .video-header h2 { margin-top: 0; color: #000; }

.video-box .player, .video-box .player-list { float: left; box-sizing: border-box; }

.video-box .player { width: 800px; height: 450px; background: #000; overflow: hidden; position: relative; }

.video-box video { width: 800px; height: 450px; position: relative; }

.video-box .player-list { width: 340px; height: 450px; _height: 420px; padding: 15px; background: #444; overflow: hiddem; box-sizing: border-box; }

.video-box .player-list ul { margin: 0; height: 100%; }

.video-box .player-list ul li { height: 65px; overflow: hidden; margin-bottom: 5px; }

.video-box .player-list ul a { display: block; height: 65px; color: #D9EDF7; padding: 10px; background: #363636; font-size: 14px; overflow: hidden; line-height: 23px; }

.video-box .player-list ul a img { width: 80px; height: 45px; float: left; margin-right: 10px; }

.video-box .player-list ul a small { display: block; float: right; }

.video-box .player-list ul a:hover { background: #333; color: #FFF; }

@media (max-width: 1200px) { .v_main { width: 100%; float: none; }
  .v_aside { width: 260px; display: none; }
  .video-box .player { width: 100%; height: auto;}
  .video-box .player video { display: block; width: 100%; height: auto; } }

.breadcrumb { margin: 0; line-height: 20px; }

.breadcrumb a { position: relative; padding-right: 10px; margin-right: 10px; font-size: 12px; color: #888; }

.breadcrumb a:hover { color: #F55; }

.breadcrumb a:after { content: '/'; position: absolute; right: -5px; color: #DDD; }

.video-info:before, .video-info:after { content: " "; display: table; }

.video-info:after { clear: both; }

.video-info .icon { margin-bottom: 15px; opacity: 0.5; }

.video-info .video-info-item { border-right: 1px solid #ddd; float: left; margin-top: 15px; margin-bottom: 15px; margin-right: 30px; text-align: center; }

.video-info .video-info-item a { float: left; margin-right: 30px; }

.video-info .video-info-item a:hover { color: #f55; }

.video-info .video-info-item a:hover .icon { opacity: 1; transform: translateY(5px); }

.video-info .video-info-share { border-right: 1px solid #ddd; float: left; margin-top: 15px; margin-bottom: 15px; padding-right: 30px; }

.video-info .video-info-share a { float: left; width: 50px; height: 50px; opacity: 0.7; padding: 0; margin: 0; display: block; }

.video-info .share-custom { width: 250px; overflow: hidden; }

.video-info .share-custom a { background-image: url("icon.png"); background-repeat: no-repeat; transition: all 0.4s; opacity: 0.6; }

.video-info .share-custom a:hover { opacity: 1; -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -ms-transform: translateY(5px);-o-transform: translateY(5px); transform: translateY(5px);}

.video-info .share-custom-2 a { float: left; width: 50px; height: 30px; margin: 0 30px 0 0; padding: 50px 0 0 0; background-image: url("icon.png"); background-repeat: no-repeat; transition: all 0.4s; opacity: 0.6; }

.video-info .share-custom-2 a.icon-mobile { background-position: 7px -640px; }

.video-info .share-custom-2 a.icon-mobile:hover { opacity: 1; background-position: 7px -630px; }

.video-info .share-custom-2 a.icon-down { background-position: 7px -560px; }

.video-info .share-custom-2 a.icon-down:hover { opacity: 1; background-position: 7px -550px; }

.video-info .video-info-right { float: left; margin-left: 15px; margin-top: 15px; margin-bottom: 15px; font-size: 14px; }

.video-info .video-info-right p { margin: 0; color: #888; }

.video-info .video-info-right span { color: #333; margin-left: 15px; }

.icon { background: url("icon.png"); height: 36px; width: 36px; position: relative; display: block; margin: 0 auto; background-repeat: no-repeat; transition: all 0.4s; }

.icon-weibo { background-position: 7px 0; }

.icon-people { background-position: 7px -160px; }

.icon-weixin { background-position: 7px -240px; }

.icon-qq { background-position: 7px -320px; }

.icon-qzone { background-position: 7px -400px; }

.icon-renren { background-position: 7px -480px; }

.icon-down { background-position: 0 -560px; }

.icon-mobile { background-position: 0 -640px; }

/* 菜单 */
@media (min-width: 960px) and (max-width: 1199px) { .header-pc .navbar-nav { float: right; }
  .header-pc .navbar-nav li a { font-size: 16px; }
  .header-pc .navbar-nav li.active { background: transparent; }
  .header-pc .navbar-nav li.active a { color: red; } }

@media (min-width: 768px) and (max-width: 959px) { .header-pc .navbar-nav { float: right; width: 520px; }
  .header-pc .navbar-nav li a { line-height: 2em; margin-left: 20px; } }

@media (max-width: 767px) { .navbar-nav { display: none; }
  .header-pc { border-bottom-width: 1px; padding-bottom: 15px; }
  .header-pc .navbar-header { float: none; }
  .header-pc .logo { margin-right: auto; margin-left: auto; float: none; text-align: center; }
  .video-info .video-info-right { margin-left: -15px; }
  .video-header .breadcrumb { display: none; }
  .video-header h2 { font-size: 18px; border-bottom: 1px solid #ddd; padding-bottom: 10px; } }
