@charset "gb2312";
/* CSS Document */

html{ overflow-x:hidden;}
body{ margin:0; padding:0;width:100%;font:normal 16px/1.4em "microsoft yahei"; color:#333; background: #fff; /*background:#f4f4f4;*/-webkit-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6,ul,li,img,dl,dt,dd,a,input,table,tr,td{ margin:0; padding:0; border:0; font-size:12px; font-weight:normal; list-style-type:none; text-decoration:none; outline:none;}
i,b{ font-style:normal; font-weight:normal;}
a,button{ color:#333; outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
a:hover{color:#8d08b9;-webkit-tap-highlight-color:rgba(0,0,0,0)
-webkit-transition: all 0.4s linear -1ms;
-moz-transition: all 0.4s linear -1ms;
-ms-transition: all 0.4s linear -1ms;
-o-transition: all 0.4s linear -1ms;
transition: all 0.4s linear -1ms;}
a:active{star:expression(this.onFocus=this.blur());}

/* 公用样式 */
.clear:after{ content:'.'; clear:both; height:0; display:block; visibility:collapse;}
.left{ float:left;}
.right{ float:right;}
.inline{ display:inline;}
.bold{ font-weight:bold;}
.none{ display:none;}
.ellipsis{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.width1{ width:1024px; margin:0 auto; position:relative;}


/*头部*/
.top{
    width: 100%;
    float: left;
    background: #fff;
    border-bottom:1px solid #edcef7;
    padding:10px 0 5px; 
    position: relative;
    z-index: 999;
}
.logo{
    width: 190px;
}

.nav{
    width: 600px;
    margin:25px 0 0 60px;
    float: left;
    display:inline;
}
.nav li{
    width: auto;
    float: left;
    line-height: 30px;
}
.nav li a{
    font-size:16px;
    padding: 0 20px;
}
.nav li a:hover,.nav li.current a{
    color:#8d08b9;
}
.member{
    width: auto;
    margin-top:25px; 
}
.member a{
    width: auto;
    background: #d9d9d9;
    padding:0 20px;
    border-radius:5px;
    color:#333;
    height:30px;
    line-height: 30px;
    font-size:14px;
    float: left;
    margin-left:10px;
    display:inline-block;
}
.member a.login{
    background: #8d08b9;
    color:#fff;
}

/*内容*/
.contact{
    width: 100%;
    background: url(../images/body-bg.png) center top no-repeat;
}

#container {
        width: 100%;
        height: 350px;
        overflow: hidden;
}
.sections,.section {
    height:100%;
}
#container,.sections {
    position: relative;
}
.section {
    background-color: #fff;
    background-size: cover !important;
    background-position: 50% 50%;
    text-align: center;
    color: white;
    margin-top:20px; 
}
.pages li {
    list-style-type: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: white
}
.pages li:hover {
    box-shadow: 0 0 5px 2px white
}
.pages li.active {
    background-color:#8d08b9;
    box-shadow: 0 0 5px 2px #8d08b9;
}
.pages {
    position: absolute;
    z-index: 99;
}
.pages.horizontal {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px
}
.pages.horizontal li {
    display: inline-block;
    margin-right: 10px
}
.pages.horizontal li:last-child {
    margin-right: 0
}
.pages.vertical {
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}
.pages.vertical li {
    margin-bottom: 10px
}
.pages.vertical li:last-child {
    margin-bottom: 0
}

.about{
    width: 620px;
    height: 200px;
    padding:20px;
    background: #fff;
    margin-top:20px;
}
.about-tu{
    width: 296px;
    height: 199px;
    overflow: hidden;
}
.about-tu img{
    width: 100%;
}
.about-right{
    width: 50%;
}
.tit{
    width: 100%;
    float: left;
    font-size:20px;
}
.text{
    width: 100%;
    margin:10px 0 0;
    float:left;
    font-size:13px;
    line-height: 25px;
    color:#777;
}

.newlist{
    width: 308px;
    height: 200px;
    padding:20px;
    background: #fff;
    margin-top:20px;
}
.newlist ul{
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-top:10px;
    border-top: 1px solid #eee;
    display:inline;
}
.newlist ul li{
    width: 96%;
    float: left;
    background: url(../images/list-icon.jpg) left center no-repeat;
    padding-left: 4%;
}
.newlist ul li a{
    font-size:13px;
}

.video-list{
    float: left;
    margin-top: 20px;
    display:inline
    background:#eee;
}

.video-tit{
    width: 100%;
    float:left;
}
.video-tit h1{
    width: auto;
    float: left;
    background: url(../images/title-icon.png) left center no-repeat;
    font-size:18px;
    color:#8d08b9;
    height: 33px;
    line-height: 33px;
    padding-left:40px;
}
.more{
    width: auto;
    float: right;
    font-size:12px;
    line-height: 20px;
    padding-right: 25px;
    background: url(../images/more-icon.png) right 8px no-repeat;
}
.more:hover{
    background: url(../images/more-icon.png) right -19px no-repeat;
}
.video-wrap{
    width: 100%;
    float: left;
    margin-top: 20px;
    display: inline;
}

.video-wrap dl{
    width: 240px;
    float: left;
    background: #f6f6f6;
    margin: 0 10px;
    display:inline;
}


.video-wrap dt{
    width: 100%;
    height: 380px;
    float: left;
    position: relative;
    overflow: hidden;
}
@media (max-width: 768px){
  
.video-wrap dt{
    width: 100%;
    height: 475px;
    float: left;
    position: relative;
    overflow: hidden;
}
}

.video-wrap dt a{
    display:block;
}
.video-wrap dt span{
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    color:#fff;
    background: #8d08b9;
    padding: 0 15px;
    font-size:13px;
    border-radius: 10px 0 0 0;
    z-index: 99;
}
.video-wrap dt img{
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.video-wrap dd{
    width: 94%;
    padding:5% 3%;
    float: left;
}
.video-wrap dd h2{
    width: 100%;
    height: 45px;
    float: left;
    font-size:14px;
    margin-bottom: 10px;
/*    text-overflow:ellipsis; */
/*    white-space:nowrap; */
/*    overflow:hidden;*/
overflow-wrap: anywhere;
}
.video-wrap dd a{
    width: 49%;
    background: #ff5a21;
    height: 33px;
    line-height: 33px;
    color:#fff;
    text-align: center;
    font-size:14px;
    border-radius: 3px;
    cursor: pointer;
}
.video-wrap dd a.buy{
    background: #fd2d59;
}
.video-wrap dl:nth-child(4n + 1){
    margin-left:0;
}
.video-wrap dl:nth-child(4n){
    margin-right:0;
}


.video-wrap dl:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/*底部*/
.pc-footer{
    border-top: 1px solid #e1e1e1;
    padding:20px 0; 
    margin-top:40px;
    text-align:center;
    font-size:14px;
    color:#666;
    line-height: 26px;
}
.pc-footer a{
    font-size:14px;
    color:#666;
}


.navbar-toggle{ position:absolute; float: right;top: 1em;right: 0;
    margin-bottom: 8px; background-color: transparent; 
    border:none;border-radius:1px;outline:none;cursor:pointer; 
    width:79px; height:79px; overflow:hidden; 
    background:url(../images/menu_icon.png) center no-repeat;
    display:none;}
.navbar-toggle .icon-bar {border-radius: 1px;display: block;height:4px; width:40px;background-color:#666;}
.navbar-toggle .icon-bar+.icon-bar {margin-top:8px;}
.main-menu .navbar-nav {float: none;background-color: #28292e;padding: 10px 0;}
.navbar-nav { margin: 7.5px -15px;}

.navbar-collapse {width:100%;/* background:#eee;*/padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;
-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, .1);position: relative; top:0; left:-13px; border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.collapse {display:none}
.collapse.in {display:block}
.collapsing {position:relative;height:0;overflow:hidden;
    -webkit-transition-timing-function:ease;
    -o-transition-timing-function:ease;
    transition-timing-function:ease;
-webkit-transition-duration:.35s;
-o-transition-duration:.35s;
transition-duration:.35s;
    -webkit-transition-property:height, visibility;
    -o-transition-property:height, visibility;
    transition-property:height, visibility
}
.navbar-collapse.in {overflow-y:auto;}
.cd-nav{ position: fixed;z-index:99;top:0;left: 0;height: 100%;width: 100%;background:url(../images/navtan_bg.png);visibility: hidden;-webkit-transition: visibility 0s 0.7s;-moz-transition: visibility 0s 0.7s; transition: visibility 0s 0.7s;z-index:99;display:none;}
.cd-primary-nav {margin-top:0;}
.cd-primary-nav li {border-bottom:1px solid #ddd;background:url(../images/navicon01.png) left 25px no-repeat;text-indent:2em;line-height:5rem;position:relative; width:100%; display:block;}
.cd-primary-nav li i{ position:absolute; right:2%; top:2%; font-style:normal; font-size:1.2rem; color:#666; font-family:宋体; font-weight:bold;}
.cd-primary-nav li a{ font-size:1.5rem; display:block; color:#666; text-align:left; width:100%; height:auto; overflow:hidden;}
.cd-primary-nav li ul{ display:none;}
.cd-primary-nav li ul li{position: relative;float: left;width: 100%; border:none; background:none;}
.cd-primary-nav li ul li a{width:95%; padding:0 0 0 5%; border-top: 1px solid #e6e6e6; opacity: .75;text-shadow: none !important;visibility: visible;display:block;line-height:4rem;}
.cd-primary-nav li ul li a:hover{ color:#2526ba;}

.mobile-foot{ 
    width:100%; 
    background:#eee; 
    border-top:1px solid #ddd;
    padding:2% 0; 
    position:fixed; 
    bottom:0; 
    z-index:99;
    display:none;
}
.mobile-foot li{ width:33.3%; float:left; text-align:center; font-size:1rem;}
.mobile-foot li a{ font-size:1.5rem; color:#888;}

@media screen and (max-width: 640px) {
.width1{
    width: 100%;
}
.top .width1{
    width: 96%;
    padding:0 2%;
}
.nav{
    display:none;
}
.navbar-toggle{
    display:block;
}
.section{
    margin-top:0; 
}
/*.sections, .section{
    height: 80%;
}*/
#container{
    height: 255px;
}
.about{
    width: 94%;
    border-top:1px solid #eee; 
    border-bottom:1px solid #eee;
}
.about-right {
    width: 100%;
}
.tit{
    font-size: 1.8em;
}
.text{
    font-size: 1.35em;
    line-height:1.8;
    margin-top: 3%;
    color:#999;
}
.newlist{
    width: 94%;
    border-top:1px solid #eee; 
    border-bottom:1px solid #eee;
    height: auto;
}
.about-tu{
    display:none;
}
.newlist ul li a {
    font-size: 1.3rem;
}
.video-list{
    padding:2%;
    width: 96%;
}
.video-tit h1{
    font-size:2rem;
}
.more{
   font-size: 1.35em; 
   margin-top: 1%;
}
.video-wrap dl{
    width: 46%;
    margin-bottom:30px;
}
.video-wrap dl:first-child{
    margin-left: 10px;
}
.video-wrap dl:last-child{
    margin-right: 10px;
}
.video-wrap dd h2{
    font-size: 1.5rem;
    line-height: 1.5;
}
.video-wrap dd a{
    font-size: 1.5rem;
    height: 51px;
    line-height: 51px;
}
.video-wrap dt span{
    font-size:1.4rem;
    height: 30px;
    line-height: 30px;
}
.member{
    margin-right: 110px;
}
.top{
    position:fixed;
}
.contact{
    padding-top:100px; 
    padding-bottom: 100px;
}
.top{
    padding: 10px 0 0;
}
.member a{
    font-size:1.4rem;
    height: 3rem;
    line-height: 3rem;
    padding:0 30px;
}
.member{
    margin-top: 16px;
}
.pc-footer{
    display:none;
}
.mobile-foot{
    display: block;
}
}

/*列表?/
.default-list dl{
   margin:0 7px 20px; 
}
.default-list dl:first-child{
    margin-left:7px;
}
.default-list dl:last-child{
    margin-right:7px;
}

.nexts {
    width: 100%;
    height: 30px;
    clear: both;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
}
.nexts a {
    border: #ddd 1px solid;
    border-radius: 1px;
    text-align: center;
    line-height: 30px;
    width: auto;
    padding: 0 12px;
    display: inline-block;
    height: 30px;
    background: #fff;
    color: #888;
    overflow: hidden;
    font-size: 13px;
}
.nexts a:hover {
    color: #fff;
    background: #8d08b9;
}
.nexts .pagesNum {
    color: #666
}
.nexts .pagesOn {
    background: #8d08b9;
    color: #fff;
}
.pages .pagesOn:hover {
    color: #fff;
}
.nexts .pageinfo {
    line-height: 20px;
    padding-left: 10px;
}
.nexts .on {
    font-size: 14px;
    color: #888;
    font-family: microsoft yahei;
}

@media screen and (max-width: 640px) {

.default-list dl{
    margin: 0 12px 20px;
}
.default-list dl:first-child {
    margin-left: 12px;
}
.default-list dl:last-child {
    margin-left: 12px;
}
}

/*单页*/
.single-mian{
    background: #fff;
    padding: 20px;
}
.single-page{
    width: 100%;
    font-size:14px;
    line-height: 30px;
    min-height: 500px;
    margin-top:20px;
    float: left; 
}
@media screen and (max-width: 640px) {
.single-page{
    font-size:1.4rem;
    line-height: 1.8;
    margin-top:6%;
}
}

/*新闻*/
.news_lb{
    width: 100%;
    float: left;
    margin-top:20px;
    display: inline;
    min-height: 500px;
}
.news_lb li{
    width: 98.5%;
    float: left;
    background: url(../images/list-icon.jpg) left center no-repeat;
    padding-left:1.5%;
    border-bottom:1px solid #eee;
    line-height: 35px;
}
.news_lb li a{
    font-size:14px;
    width: 80%;
    float: left;
    text-overflow:ellipsis; 
    white-space:nowrap; 
    overflow:hidden;
}
.news_lb li span{
    width: 20%;
    float: right;
    text-align: right;
    font-family: Arial;
}
@media screen and (max-width: 640px) {
.news_lb li{
    line-height:3;
}
.news_lb li a{
    font-size:1.5rem;
}
.news_lb li span{
    display: none;
}
}

.single-bt{
    width: 100%;
    border-bottom:1px solid #eee; 
    margin-bottom:10px;
    float: left;
    line-height: 25px;
}
.single-tit{
    width: 70%;
    font-size:16px;
    padding: 10px 0;
    float: left;
}

.single-page span{
    width:30%;
    float: right;
    text-align: right;
    font-size:13px;
    color:#888;
}

.detial-main{
    color:#888;
    margin-top:20px;
    float: left;
    display: inline;
}

@media screen and (max-width: 640px) {
.single-tit{
    width: 100%;
    font-size:1.6rem;
    line-height: 1.3;
}
.single-page span{
    width: 100%;
    font-size:1.3rem;
}
.single-bt{
    padding-bottom:30px;
}
}

/*充?/
.chongzhi
{
    width: 99.7%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.money{
    width: 100%;
    line-height: 80px;
    font-size: 16px;
}
.money input
{
    border: none;
    outline: none;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
}
.chongzhi .btn
{
    width: 130px;
    height: 40px;
    background: #ccc;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius:2px;
}
.chongzhi .btn.queren{
    background: #fd6721;
    margin:0 20px 0 164px;
}
.chongzhi .btn a
{
    color: #ffffff;
    font-size:16px;
    display:block;
}

.jilu{
    width: 100%;
    float: left;
    margin-top:30px;
    display: inline;
}
.jilu table{
    width: 100%;
    float: left;
    margin-top:20px;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.jilu table th{
    text-align: left;
    padding:1%;
    background: #f6f6f6;
    font-size:16px;
    font-weight:bold;
}
.jilu table td{
    border: 1px solid #ddd;
    text-align: left;
    padding:1%;
    font-size:14px;
}

@media screen and (max-width: 640px) {
.money{
    font-size:1.5rem;
}
.money input{
    width: 93%;
    height: 3.5rem;
    line-height: 3.5rem;
    border: 1px solid #bbb;
    outline: none;
}
.chongzhi .btn{
    margin-top:10px;
}
.chongzhi .btn.queren{
    margin:10px 20px 0 0;
}
.chongzhi .btn{
    width: 45%;
    height: 4rem;
    line-height: 4rem;
}
.chongzhi .btn a{
    font-size: 1.6rem;
}
.jilu table th{
    font-size:1.5rem;
}
.jilu table td{
    font-size:1.4rem;
    padding: 2% 1%;
}
}

/*登录*/
#tabbox{ width:100%; overflow:hidden; margin:0 auto;}
.tab_conbox{border-top: none;}
.tab_con{ display:none;}
.tabs{height: 32px;border-right: 1px solid #999;width: 100%;}
.tabs li{height:31px;line-height:31px;float:left;
    overflow: hidden;position: relative;
margin-right: 40px;}
.tabs li i{
    width:1px;
    height: 20px;
    background:#dedede;
    position: absolute;
    right:0;
    top: 6px;
}
.tabs li a {display: block;padding-right:20px;font-size:16px; outline: none;
color:#666; margin-right: 20px;}
.tabs li a:hover {color:#0379db;}   
.tabs .thistab a,.tabs .thistab a:hover{color:#8d08b9;}
.tab_con {
    width:100%;
    margin-top:30px;
}

.sub-man1{
    width: 86%;
    float:left;
    height: 42px;
    line-height: 42px;
    border:1px solid #d6d6d6;
    color:#333;
    padding-left:11%;
    padding-right:2%;
    outline:none;
    border-radius:3px;
    margin-bottom: 15px;
    font-size:14px;
    display: inline;
    background:url(../images/login-icon1.png) 10px center no-repeat #fff;
}
.sub-man1.sub-man2{
    background:url(../images/login-icon2.png) 10px center no-repeat #fff;
}
.sub-man1.sub-man3{
    background:url(../images/login-icon3.png) 10px center no-repeat #fff;
    width: 56%;
}
.sub-man6{
    width: 100%;
    background:#fff;
    color:#333;
    padding:10px 0;
}
.sub-man7{
    background: #fff;
    padding:0 2%;
    width: 95.5%;
}
.cnbo-in{
    width:100%;
    float:left;
}
.cnbo-img{
    width:26%;
    height: 43px;
    float:right;
    text-align: center;
    background:#efefef;
    position: relative;
    cursor: pointer;
}
.cnbo-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -25px;
}
.sub-man4{
    width: 15px;
    height: 15px;
    margin-right:3px;
}
.sub-man5{
    width:100%;
    background:#8d08b9;
    color:#fff;
    padding:0;
    margin-top:30px;
    font-size:18px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.login-m{
    width: 350px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
.login-m{
    width: 100%;
    margin-top:30px; 
} 
.tabs li a{
    font-size:1.7rem;
}
.sub-man1{
    height: 4.5rem;
    line-height: 4.5rem;
    font-size:1.5rem;
    background: none;
    padding-left:3%;
    width: 94%;
}
.sub-man1.sub-man2{
    background: none;
}
.sub-man1.sub-man3{
    background: none;
}
.sub-man5{
    background: #8d08b9;
    width: 100%;
    font-size:1.8rem;
}
.cnbo-img{
    width: 37% !important;
    height: 4.5rem;
}
.cnbo-img img{
    width: 40%;
}
.cnbo-mba{
    font-size: 1.5rem;
}
}

.display001{ display:block !important; margin-top:100px;}