@font-face{
font-family: msyi;
src: url('../fonts/msyi.ttf'),
}
body{
    font-family: msyi !important;
}
#head {
    width: 100%;
    height: 121px;
    background: -webkit-linear-gradient(#525252, #333233);
    background: -o-linear-gradient(#525252, #333233);
    background: linear-gradient(#525252, #333233);
}
img{
    max-width: 100%;
}
.head-mian {
    margin: 0 auto;
}

.head-left,.head-right {
    margin-top: 20px;
}

.head-right ul {
    margin-top: 26px;
    position: relative;
}

.head-right > .list-inline > li {
    margin-left: 40px;
}
.head-right > .list-inline > li:first-child{
    margin-left: 0;
}
@media(max-width:991px) {
    .head-right > .list-inline > li {
        margin-left: 0 !important;
    }
    .head-right ul .flag-list{
        width: 80% !important;
        margin-left:10% !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .head-right ul .flag-list{
        width: 60% !important;
        margin-left:20% !important;
    }
}
.head-right-login a{
    display: block;
    width: 118px;
    height: 35px;
    background: url("../img/login.png") no-repeat;
}

.head-right-flag a{
    display: block;
    /* width: 54px;
    height: 35px; */
    overflow: hidden;
    border-radius: 3px;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}
.head-right-flag a > img{
    margin-right: 10px;
}

.head-right-login a span,.head-right-flag a span{
    display: none;
}

.head-right-login .Already-login {
    background-image: none;
    background-color: #357fac;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
}

.head-right-login .Already-login .login-font {
    display: block;
    color: #000;
    text-align: center;
    line-height: 33px;
}
.head-right-login .Already-login .login-font:before{
	vertical-align: -2px;
}
.head-right .flag-list ul {
    margin: 0;
    z-index: 999999;
}
.list-inline > .flag-list{
    padding-right:0;
    padding-left: 0;
}
.head-right ul .flag-list {
    display: block;
    width: 200px;
    position: absolute;
    right: 100px;
    z-index: 99999999;
}

.flag-list li {
    /* width: 200px; */
    height: 54px !important;
    background: black;
    /* border-radius: 6px; */
    /* border: 1px solid #FFFFFF; */
    opacity: 0.8;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    margin-top: -1px;
    /* overflow: hidden; */
    margin:0 !important;
    width:100% !important;
}
.flag-list{
    background: #000;
    border:1px solid #fff;
    border-radius: 10px;
    margin-left: 0px;
    overflow: hidden;
}
.flag-list li a {
    display: block;
    /* width: 200px; */
    height: 54px !important;
    line-height: 54px;
    color: #FFFFFF;
    padding:0 10px;
    width:100% !important;
}
.flag-list li a img{
    margin-right: 12px;
}
.flag-list li a:hover{
    background: #357fac;
    color: #0f0e0d !important;
    border-bottom: 1px solid #fff;
}

.flag-list li a:hover {
    opacity: 1;
    color: #357fac;
    text-decoration: none;
    border-radius: 5px;
}

.head-right .head-right-language {
    margin-left: 0;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.head-right-language a {
    color: #FFFFFF;
    text-decoration: none;
}

.head-right-language a:hover {
    opacity: 0.8;
}

.head-right-language .glyphicon-triangle-bottom,
.head-right-language .glyphicon-triangle-top{
    font-size: 50%;
    padding-left: 2px;
}

.head-right ul .language-list {
    color: #FFFFFF;
    position: absolute;
    top: 32px;
    right: -20px;
    z-index: 999;
    width: 105px;
    background:#000;
    padding:0;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}

.head-right ul .language-list li {
    margin-top: -1px;
    text-align: center;
    /* padding: 0 10px; */
    border-radius: 4px;
    cursor: pointer;
    line-height: 35px;
}

.head-right ul .language-list a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    height: 33px;
}

.head-right ul .language-list a:hover {
    background: #357fac;
    color:#000 !important;
    color: #357fac;
}

.head-right ul .language-list li:hover {
    opacity: 1;
    color: #357fac;
}

.language-list ul {
    margin-top: 0;
}
@media(max-width:991px) {
    .head-right ul .language-list{
        width: 80% !important;
        right: 10%;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .head-right ul .language-list {
        width: 60% !important;
        right: 20%;
    }
}


/*头部结束*/

#indexbanner {
    /* height: 517px;
    background: url(../images/banner.png) repeat-x center center; */
    height: auto !important;
}

#styleline {
    background: #0f0e0d;
    height: 43px;
    width: 100%;
    margin-top: -1%;
}

/* .nav-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
} */

.mian-menu{
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .5);
}

@media(max-width: 768px) {
    .mian-menu{
        box-shadow: none;
    }
}
.mian-menu .nav-pills>li{
    height: 50px;
    line-height: 50px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}
.mian-menu .nav-pills>li.active>a {
    color: #000000;
    background: url("../images/active.png") no-repeat center center;
    background-size: 100% 100%;
}

.mian-menu .nav-pills>li>a:focus, .nav-pills>li>a:hover {
    color: #000000;
    background: url("../images/active.png") no-repeat center center;
    background-size: 100% 100%;
}

.mian-menu .nav-stacked>li+li {
    margin-top: 0;
}

.mian-menu .nav>li>a {
    padding: 0 !important;
    font-size: 80%;
    white-space:nowrap;
    display: block;
    height: 50px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

#mian {
    background: #100e0e url("../images/background.jpg") no-repeat center top;
    /* background-size: 100% 100%; */
    background-size: cover;
    width: 100%;
    /* height: 1200px; */
}

.mian-menu li a {
    color: #ffffff;
    /* background: #0e0e0e url("../images/menu_bg.png") repeat-x center center; */
    background:linear-gradient(#525252, #333233)
}

.mian-center {
    margin: 0 auto;
    height: 80%;
    width: 60%;
    background: white;
    margin-left: 20%;
    padding-top: 36px;
}

.mian-menu {
    width: 18%;
    float: left;
    margin-left: -2%;
}

.mian-content {
    float: right;
    width: 81%;
    height: 100%;
}
.mian-content .content-title{
    font-size: 18px;
    padding-top: 15px;
}

.content-line {
    height: 3px;
    width: 100%;
    background: #dadada;
    margin-top: 1%;
}

.content-contents {
    width: 92%;
}

.content-box {
    margin-top: 30px;
    text-align: center;
    /* border:1px solid #e9e9e9; */
}
.content-box:hover{
    border-color: #333;
}
.content-img-bg {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    /* background: url(../images/box.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
}

.content-img {
    background: url(../images/1.jpg) no-repeat center center;
    background-size:contain;
    height: 100%;
    /* height: 90%; */
    /* width: 100%; */
    /*border-radius: 12%;*/
    position: relative;
    /* margin:0 10px; */
    /* top: 5%; */
}

.content-img:hover {
    cursor: pointer;
}

.content-tag {
    /* width: 86%; */
    /* background: #e9e9e9; */
    margin: 1px auto 0;
    padding-top: 18px;
    padding-bottom: 30px;
    /* border-bottom-left-radius: 8%; */
    /* border-bottom-right-radius: 8%; */
}

.content-tag h3 {
    margin-top: 0;
    padding-left: 16px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-tag h3 a {
    color: #313031;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-tag h3 a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.content-tag .cate {
    display: block;
    font-size: 12px;
    padding-left: 16px;
    color: #337ab7;
}

.content-tag .create-data {
    font-size: 70%;
    color: #9e9d9d;
    display: block;
    margin-left: 16px;
    margin-top: 6px;
}

.content-box .content-play {
    position: absolute;
    top: 28%;
    left: 28%;
    width: 46%;
}

#foot {
    height: 20%;
}

.foot-center {
    margin: 0 auto;
    width: 60%;
    height: 100%;
}

.foot-center .foot-left {
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;
}

.foot-center .foot-right {
    width: 40%;
    margin: 0 auto;
    padding-top: 60px;
}

.foot-left .form-inline .form-control {
    width: 70%;
    height: 20px;
}

.foot-left .form-inline .form-group {
    width: 100%;
}

.foot-left .btn {
    width: 50px;
    height: 20px;
    font-size: 12px;
    padding: 0;
}

.copty {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding-top: 20px;
}

.copty a {
    white-space: nowrap;
    color: #FFFFFF;
    text-decoration: none;
}

.copty a:hover {
    opacity: 0.6;
}

.powered {
    display: block;
    color: #FFFFFF;
    font-size: 22px;
}

.address-form {
    padding-top: 20px;
}

#contact {
    position: absolute;
    width: 30%;
    background: black;
    top: 20%;
    left: 34%;
    border-radius: 5%;
    z-index: 999;
    opacity: 0.95;
}

#contact .contact-center {
    width: 70%;
    margin: 30px auto;
    color: #ffffff;
    text-align: center;
}

.contact-center .contact-cancel {
    text-align: right;
}

.contact-center .contact-cancel span {
    cursor: pointer;
}

.contact-center .contact-title {
    color: #357fac;
    font-size: 200%;
}

.contact-center .contact-quote {
    padding: 10px 0 30px 0;
}

.contact-center .contact-url {
    padding: 2px 0 20px 0;
}

.contact-center .contact-account {
    padding-bottom: 12px;
}

.contact-center .contact-input {
    width: 70%;
}

.contact-center .contact-submit {
    width: 20%;
    padding-left: 2px;
    padding-right: 2px;
}

/*手机端的contactus页面开始*/

#contact-wap {
    background: black;
    color: #FFFFFF;
}

#contact-wap .contact-wap-center {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.contact-wap-center .contact-wap-title {
    color: #357fac;
    font-size: 200%;
}

.contact-wap-center .contact-wap-quote {
    padding: 10px 0 30px 0;
}

.contact-wap-center .contact-wap-url {
    padding: 2px 0 20px 0;
}

.contact-wap-center .contact-wap-account {
    padding-bottom: 12px;
}

.contact-wap-center .contact-wap-form .form-group {
    margin-bottom: 0;
}

.contact-wap-center .contact-wap-input {
    margin: 0 auto;
    width: 70%;
    height: 40px;
    font-size: 120%;
    text-align: center;
    margin-bottom: 16px;
}

.contact-wap-center .contact-wap-submit {
    width: 70%;
    font-size: 120%;
}

/*手机端的contactus页面结束*/

/*详情页开始*/

.mian-content .content-detail-title {
    padding-left: 1%;
}

.content-detail-title .detail-bigtitle {
    display: block;
    font-size: 200%;
}

.content-detail-title .detail-smalltitle {
    display: block;
    color: #267bd2;
    font-weight: bold;
    font-size: 120%;
}

.mian-content .content-detail-video {
    padding: 1%;
}

.mian-content .content-detail-img {
    padding: 1%;
}

.mian-content .carousel {
    border-radius: 6px;
    overflow: hidden;
}

.mian-content .content-detail-img img{
    display:block;
    margin:0 auto;
    height: 600px;
}

.content-detail-img .detail-img-foot {
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.content-detail-img .detail-img-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
}

.content-detail-img .detail-img-foot li {
    width: 16%;
    height: 200px;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.content-detail-img .detail-img-foot .detail-img-center-do {
    width: 0.8%;
}

.content-detail-img .detail-img-foot .detail-img-left {
    display: inline-block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 34%;
    left: 0;
    background: #FFFFFF url("../images/img-left.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

.content-detail-img .detail-img-foot .detail-img-right {
    display: inline-block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 34%;
    right: 0;
    background: #FFFFFF url("../images/img-right.png") no-repeat center center;
    background-size: 100% 100%;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
}

/*详情页结束*/
.content-title{

}

/*登陆页开始*/
.login-center-title{
    font-size: 16px;
	color:#000; 
}
.login .login-center {
    width: 335px;
    margin:0 auto;
    color: #FFFFFF;
}

.login .login-center .form-control {
    background: transparent;
}
.login-center .form-group {
    margin-bottom: 0;
}

.login-center button[type=submit], .login-center button[type=button] {
    display: block;
    width: 100%;
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    margin-top: 20px;
    height: 40px;
}

.login-center button[type=submit] {
    background: #357fac;
}

.checkbox{
	color: #000;
}
/*登陆页结束*/

/*注册提示页开始*/
.register .register-center {
    width: 50%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    line-height: 180%;
}

.register-center .register-continue {
    display: block;
    background: #357fac;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
}

.register-center .btn-gologin {
    width: 56%;
    color: #000000;
    float: left;
    text-align: center;
}

.register-center .btn-back {
    width: 40%;
    color: #000000;
    float: right;
}
/*注册提示页结束*/

/*个人中心页开始*/
.personal .personal-center {
    /* width: 40%; */
    width: 460px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 180%;
}
.personal-center .personal-list {
    padding-left: 20px;
}
.personal-center a{
    text-decoration: none;
    color: #FFFFFF;
}
.personal-center a:hover{
    color: #337ab7;
}
.personal-center div {
    margin-top: 20px;
}
.personal-center .login-btn-a {
    display: block;
    width: 100%;
    color: #000000;
    margin-top: 20px;
    font-weight: bold;
    background: #aaaaaa;
}
/*个人中心页结束*/

/*个人资料页开始*/
.profile .profile-center {
    width: 40%;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 180%;
}

.profile-center .profile-title {
    font-size: 26px;
    margin:20px 0;
}
.profile-center label{
    font-weight: normal;
}

.profile-center input {
    display: inline-block;
    float: right;
    width: 50%;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #FFFFFF;
    background: black;
    color: #FFFFFF;
}

.profile-center button {
    display: block;
    width: 100%;
    margin-top: 16px;
    color: #000000;
}

.profile-center .profile-save {
    background: #357fac;
}
/*个人资料页结束*/

/*充值历史页开始*/
.history .history-center {
    width: 60%;
    margin: 0 auto;
    color: #FFFFFF;
}

.history-center .history-table-th {
    background: #357fac;
    color: #000000;
}

.history-center h3 {
    text-align: center;
}

.history-center button {
    display: block;
    width: 40%;
    color: #000000;
    margin: 0 auto 20px;
}

.history-center .login-btn-a {
    display: block;
    font-weight: bold;
    background: #357fac;
    width: 40%;
    color: #000000;
    margin: 0 auto 20px;
}
/*充值历史页结束*/

/*修改密码页开始*/
.change .change-center {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.change-center .change-title {
    color: #FFFFFF;
}

.change-center .form-group {
    margin-bottom: 0;
}

.change-center input {
    border: 1px solid #FFFFFF;
    background: #000000;
    text-align: center;
    font-size: 120%;
}

.change-center button {
    display: block;
    width: 80%;
    margin: 20px auto 0;
}

.change-center .change-save {
    background: #357fac;
}
/*修改密码页结束*/

/*服务说明页开始*/
.service .service-center {
    width: 90%;
    margin: 0 auto;
    color: #FFFFFF;
}

.service-center h4 {
    margin-top: 30px;
}
/*服务说明页结束*/




/*  */
.glyphicon-user{
    padding:0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.glyphicon-user:before{
    margin-right: 5px;
}
.sanjiao{
    display: inline-block !important;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6.5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    vertical-align: -5px;
}
.sanjiao.on{
    transform: rotate(-180deg);
    vertical-align: 3px;
}
@media(max-width:768px) {
    .sanjiao{
        display: none !important;
    }
}
.page-number-new {
    text-align: center;
}
.page-number-new .symbol{
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.page-number-new .number a,.page-number-new .number-end,.page-prev,.page-next{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border:1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.search{
    width: 310px;
    height: 38px;
    line-height: 38px;
    border:1px solid #d8d8d8;
    border-radius: 10px;
    position: relative;
    float:right;
    margin-right: 12.5%;
}
.search input{
    width: 100%;
    box-sizing: border-box;
    padding: 0 85px 0 10px;
    border:none;
    line-height: normal;
    outline: none;
}
.search-btn{
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 100px;
    text-align: center;
    background: #357fac;
    font-size: 20px;
    color:#fff;
    text-decoration: none;
    border-radius: 0 10px 10px 0;
}
.search-btn:hover{
    color:#fff;
    text-decoration: none;
}
@media(max-width:991px) {
    .search{
        margin:60px auto 0;
        float: none;
    }
}


    .dialog{
        position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
        background: #fff;z-index: 9999;width: 300px;border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,.3);
        padding:5px;
        display: none;
        border: 6px solid rgba(0,0,0,.3);
        background-clip: padding-box;
    }
    .dialog-title{
        line-height: 38px;background: #357fac;color: #fff;font-size: 16px;
        border-radius: 6px;
        padding:0 15px;
        font-weight: bold;
    }
    .dialog-close{
        font-size: 24px;float:right;position: relative;
    }
    .dialog-close:after{
        content: '';display: block;position: absolute;top: -5px;bottom: -5px;left: -15px;right: -15px;cursor: pointer;
    }
    .content-text{
        font-size: 14px;
        color:#333;
        text-align: center;
        margin-bottom: 15px;
    }
    .content-text p {
        padding:15px;
        border-bottom: 1px solid #f3f3f3;
    }
    .btn-wrapper{
        font-size: 0;
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .btn-wrapper a{
        font-size: 14px;display: inline-block;padding:5px 15px;background: #eee;
        border-radius: 10px;
        margin-right: 5px;
        color: #004276;
        border:1px solid #e2e2e2;
    }
    .dialog-mask{
        position: fixed;z-index: 9998;top: 0;bottom: 0;left: 0;right: 0;
        background: #000;opacity: .2;
        display: none;
    }
    @media(max-width: 991px) {
        .login-font{
            padding-left: 5%;
        }
        .flag-font{
            padding-left: 5% !important;
            text-align:left !important;
        }
    }

    video::-webkit-media-controls-enclosure {
        overflow:hidden;
    }
    video::-webkit-media-controls-panel {
        width: calc(100% + 30px);
    }
