@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;}
.header .navbar-nav { float: left; padding: 0; list-style-type: none; margin: 0; }
.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("../images/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; background:#fff;}
/*导航菜单*/
.navbar { background: transparent; padding-top: 20px; padding-left: 0; padding-right: 0; padding-bottom: 5px; }
.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: #FFF; 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 */
#cmplayer_video{
background-color: #000;
}
.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; background:#000;}
.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; } }
@media (max-width:960px) and (min-width:767px){
.v_main{position:relative;left:25px;}
}
.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("../images/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("../images/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; }
.bg{background:#f0f3f4;padding-top:15px;}
.white{background:#fff;padding: 40px 0 30px 0;}
.share {position:relative;left:15px;}
.share .text-center{ word-break: keep-all;}
.share .icon { background: url("../images/icon.png"); height: 50px; width: 50px;padding:0; float:none;position: relative; display: block; margin: 15px auto; background-repeat: no-repeat; transition: all 0.4s; opacity:.4;}
.share .icon:hover{opacity:1;}
.share .icon-weibo { background-position: 7px 0; }
.share .icon-people { background-position: 7px -160px; }
.share .icon-weixin { background-position: 7px -240px; }
.share .icon-qq { background-position: 7px -320px; }
.share .icon-qzone { background-position: 7px -400px; }
.share .icon-renren { background-position: 7px -480px; }
.share .icon-down { background-position: 0 -560px; padding-top: 30px;box-sizing: border-box;padding-left: 4px;}
.share .icon-mobile { background-position: 0 -640px;padding-top: 30px;box-sizing: border-box; }
.article{ border-left: 1px solid #ddd;box-sizing:border-box;padding:0 80px;}
.article h1{margin:0;padding:1em 0 0 0;}
.article p{margin:0;padding:1em 0 1.5em;text-indent:2em;color:#888; padding-bottom: 40px; border-bottom: 1px solid #f3f2f5; margin-bottom: 35px;line-height:2em;}
.sm-title{display:none;font-weight:bold}
.info span{color:#888;display:inline-block;font-size:12px; padding-right: 1.5em;}
.current{margin-bottom:15px}
.current a{color:#888;font-size:14px;}
.wr{background:#fff;}
.item{background:#fff;}
/* header */
.fr.top-menu{
position: relative;
float: right;
display: inline;
margin: 0;
padding: 0;}
@media(max-width:767px){
.fr.top-menu{display:none}
}
.top-menu a {
float: left;
}
.top-menu a { position: relative;
display: block;
padding: 10px 0px;
line-height: 1.8em;
margin-left: 30px;}
.vm em{font-style: normal;}
.navbar-nav-more:hover ul.navbar-nav-ul { display: block; position: absolute; border: 1px solid #3d7366; background: #FFF; overflow: hidden; width: 210px; height: 84px; left: 0; top: 50px; z-index: 9999; padding: 10px; margin: 0; list-style: none; }
.navigation li:hover ul.sub-ul { display: block; }
.navigation ul.sub-ul { padding: 10px; display: none; background: #07b; position: absolute; z-index: 20; border-radius: 0 0 5px 5px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); height: auto; }
.navbar-nav-more { float: left; padding: 0; list-style-type: none; margin: 0; position: relative; }
.navbar-nav-more dd { float: left; margin-left: 15px; }
.navbar-nav-more dd a { display: block; margin-top: 5px; margin-bottom: 5px; height: 30px; padding: 5px 0; border-radius: 4px; }
.navbar-nav-more dd a:after {display:none\9; content: " "; top: 18px; right: -14px; position: absolute; border-style: solid; border-color: #333; border-width: 1px 1px 0 0; width: 8px; height: 8px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(135deg); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.navbar-nav-more .navbar-nav-ul { position: absolute; border: 1px solid #3d7366; background: #FFF; overflow: hidden; width: 210px; height: 84px; left: 0; top: 50px; z-index: 9999; display: none; padding: 10px; margin: 0; list-style: none; }
.navbar-nav-more .navbar-nav-ul li { width: 70px; float: left; line-height: 28px; }
.navbar-nav-more .navbar-nav-ul li a { float: left; padding: 0 8px; font-size: 12px; }
.navbar-logo { float: left; padding-left: 0; margin:0; list-style: none; }
.navbar-logo a {
display: block;
padding: 10px 15px 10px 0;
overflow: hidden;
}
.navbar { background: transparent; padding-top: 20px; padding-left: 0; padding-right: 0; padding-bottom: 5px; }
.header-pc .logo { margin-top: 5px; margin-right: 30px; }
.header-pc .navbar-nav li { margin-left: 25px; }
.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); }
.header {background: #fff;
position: fixed;
width: 100%;
z-index: 9;
top: 0;
font-size: .88rem;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.nav-bar .dropdown-menu {
padding: 5px;
}
.open>.dropdown-menu {
display: block;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 140px;
padding:20px 15px;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.dropdown-menu li {
float: left;
width: 50%;
text-align: center;
}
.navbar-nav .dropdown .dropdown-menu a{
padding:5px 0;
}
.navbar-nav-hover a:hover{
background-color: #eee;
}
.dropdown-menu li { float: left !important; }
.dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap;}
.bor-bottom{border-bottom:1px solid #eee;clear:both;}
.nav-bar .dropdown-menu>li>a { padding: 3px 0;}
.dropdown:hover .dropdown-menu{ display: block;}
.header .navbar-nav { float: left; padding: 0; list-style-type: none; margin: 0; }
.header .navbar-nav li { float: left; position: relative; display: block; }
.navbar-nav li a { position: relative; display: block; padding: 10px 15px;}
.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("../images/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; }
@media (min-width: 960px) and (max-width: 1199px){
.article p{font-size:14px}
.article h1{font-size: 32px;}
}
@media (min-width: 768px) and (max-width: 959px) {
.article p{font-size:14px}
.article h1{font-size: 26px;}
.article{ padding: 0 30px;
margin-left: 30px;}
}
@media (max-width:767px){
.sm-title{ display: block;font-size: 26px;padding: 20px 0; border-bottom: 1px solid #dcdcdc;
}
.article h1{display:none}
.bg{background:#fff;}
.white{background:#fff;padding:0;}
.article{border:none;margin:0;padding:0;}
.phone{ position: static; text-align: left; padding: 0;}
.img{float:left;width:30%;margin-bottom:15px;}
.img span{display:none}
.img~.title{float:left;width:70%;padding-left:15px;box-sizing:border-box;margin:0;}
}
.article ul{margin:0;}
.video-info-item{position: absolute; bottom: 0; left: 0; right: 0;}
ul.detail{color:#666;font-size:14px; font-weight:bold;}
ul.detail li{margin-bottom:10px;}
ul.detail li span{color:#999;font-weight:normal}
.phone{position:absolute;bottom:0;left:0;color:#666;font-size:14px;text-align:right;right:15px;padding-right:2em;}
.phone span{color:#999;}
.img{position:relative;}
.img img{display:block;width:100%;}
.img span{position:absolute;right:5px;bottom:5px;color:#fff;font-size:14px;}
.title{ margin: 20px 0; font-size: 14px; padding: 0 15px;}
.title-a{height:3em;overflow:hidden;display:block;}
.title a:hover{color:d43;}
.hot-title{font-weight:bold}
/* 菜单 */
@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-logo a {padding: 6px 15px 6px 0;}
.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; }
.footer {background: #f2f2f2;} }
video{outline:none}
/**/
.footer {
padding: 30px 0;
border-top: 1px solid #eee;
background: #ffffff !important;
color: #888;
font-size: 0.8rem !important;
text-align: center;
}
.footer p {
margin: 1em 0;
}
.footer a {
color: #222;
}
.footer em {
font-style: normal;
margin: 0 8px;
color: #aaa;
}
.footer small {
display: inline-block;
margin-bottom: 6px;
font-size: 0.6rem;
}
.footer small em {
margin: 0 4px;
}
@media (max-width: 767px) {
.footer {
padding-top: 1.5em;
padding-bottom: 2.5em;
background: #ffffff;
}
.footer a {
color: #666;
}
.footer em {
color: #888;
}
.footer small {
margin-bottom: 0;
display: block;
}
}
ٶ