﻿/*说明：
    所有css以 s_开头 s_i 为首页示例 
    .s_i    {} 第一级
    .s_ia   {} 第二级
    .s_ib   {} 第二级
    .s_ia_a {} 第三级
*/
* {
    margin: 0;
    padding: 0;
}

html,body {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    font-size: 14px!important;
    font-family: 'Microsoft YaHei',sans-serif!important;
}

body {
    overflow: auto;
}

ul,ol,li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

input {
    outline: 0;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

body {
    background-color: #f9f9f9;
}

button {
    outline: none
}

/*                       页头                         */
.Nav {
    background: #2a2a2a;
    width: 100%;
    height: 77px;
    min-width: 1170px;
}

.Nav .ct {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: 77px;
    padding: 1px;
}

.Nav .ct .logo {
    width: 100px;
    margin-top: 13px;
    float: left;
}

.Nav .ct .logo {
    width: 100px;
    margin-top: 13px;
    float: left;
}

.Nav .ct .input {
    display: block;
    width: 54%;
    height: 40px;
    float: left;
    margin-left: 160px;
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}

.Nav .ct .input .s_index_input_i {
    margin-right: 40px;
    margin-top: -28px;
}

.Nav .ct .input .ict {
    width: 100%;
    height: 40px;
    float: left;
    text-indent: 8px;
    border-radius: 5px;
    border: 0;
    outline: 0;
}

.Nav .ct .input img {
    position: absolute;
    right: 7px;
    top: 11px;
    cursor: pointer;
    z-index: 11;
    background: white;
}

.Nav .ct .login {
    font-size: 14px;
    width: 120px;
    height: 36px;
    float: right;
    margin-top: 18px;
    margin-left: 10px;
    line-height: 36px;
    color: white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.Nav .ct .gin {
    background: #535353;
}

.Nav .ct .lo {
    background: #3f70cc;
}

.Nav .ct .lo:hover {
    background: #6b92e6;
}

.Nav .ct .gin:hover {
    background-repeat: no-repeat;
    background-position: center;
    background: #777;
}

.button_area {
    width: 100%;
    height: 450px;
    text-align: center;
}

.button_area button {
    margin: 419px auto;
    text-align: center;
    width: 160px;
    height: 42px;
    border-radius: 40px;
    border: none;
    background: #1465b6;
    color: #fff;
    font-size: 18px;
    margin: 0px auto;
    position: relative;
    top: 409px;
    cursor: pointer;
}

/*                       内容                         */
.s_index_Content .banner {
    width: 100%;
    height: 200px;
    min-width: 1170px;
    position: relative;
    overflow: hidden;
}

.s_index_Content .banner .banner_img {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
}

.s_index_Content .banner .banner_img img {
    margin: 0px auto;
    display: block;
}

.s_index_Content .banner .banner_img .img {
    float: left;
    width: 33.3%;
    height: 100%;
}

.banner_img div {
    width: 100%;
    height: 100%;
    background-position: 50%;
}

.s_index_Content .banner .li {
    width: 60px;
    height: 10px;
    margin: 0px auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    z-index: 10;
}

.s_index_Content .banner ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.s_index_Content .banner ul li {
    width: 10px;
    height: 10px;
    float: left;
    background: #969696;
    list-style-type: none;
    cursor: pointer;
}

.s_index_Content .banner ul .click {
    position: absolute;
    background: #fff
}

.s_index_Content .cont_nav {
    width: 100%;
    height: 60px;
    min-width: 1183px;
    border-bottom: 1px solid #cababa;
    background-color: #fff;
}

.s_index_Content .cont_nav .cont_nav_l {
    width: 1183px;
    height: 100%;
    margin: 0 auto;
}

.s_index_Content .cont_nav .cont_nav_l .type {
    /* width: 120px; */
    height: 30px;
    float: left;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 18px;
    /* margin-right:50px; */
    position: relative;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    color: #999;
}
.s_index_Content .cont_nav .cont_nav_l .type:nth-child(6) {

    color: #bf4747;
}
.s_index_Content .cont_nav .cont_nav_l .type .img {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
    width: 16px;
    height: 19px;
    background-repeat: no-repeat;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(1) .img {
    background: url('../Images/index/after/icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(2) .img {
    background: url('../Images/index/after/topicon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 6px;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(3) .img {
    background: url('../Images/index/after/boticon.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(5) .img {
    background: url('../Images/index/Recommend2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 6px;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(6) .img {
    background: url('../Images/index/Recommend2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 6px 6px 0 0;
}

.s_index_Content .cont_nav .cont_nav_l .xz:nth-child(1) .img {
    background: url('../Images/index/hover/icon-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .xz:nth-child(2) .img {
    background: url('../Images/index/hover/topicon-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .xz:nth-child(3) .img {
    background: url('../Images/index/hover/boticon-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .xz:nth-child(5) .img {
    background: url('../Images/index/Recommend2-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .xz:nth-child(6) .img {
    background: url('../Images/index/Recommend2-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:hover {
    color: #0a3dc5;
}
.s_index_Content .cont_nav .cont_nav_l .type:nth-child(6):hover {
    color: #bf4747;
    font-weight: bold;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(1):hover .img {
    background: url('../Images/index/hover/icon-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(2):hover .img {
    background: url('../Images/index/hover/topicon-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(3):hover .img {
    background: url('../Images/index/hover/boticon-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(5):hover .img {
    background: url('../Images/index/Recommend2-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(6):hover .img {
    background: url('../Images/index/Recommend2-hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.s_index_Content .cont_nav .cont_nav_l .type span {
    cursor: pointer;
    font-family: "宋体";
}

.s_index_Content .cont_nav .cont_nav_l .type:nth-child(1) {
    padding-left: 0;
    border: 0;
}

.s_index_Content .cont_nav .cont_nav_l .xz {
    color: #0a3dc5;
    cursor: pointer;
}
.s_index_Content .cont_nav .cont_nav_l .xz:nth-child(6) {
    color: #bf4747;
    font-weight:bold;
    cursor: pointer;
}
.s_index_Content .cont_nav .cont_nav_l .type .int {
    width: 60px;
    height: 28px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #a9a9a9;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 28px;
}

.s_index_Content .cont_nav .cont_nav_l .type .int input {
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-indent: 5px;
    border: none;
    border-radius: 2px;
}

.s_index_Content .cont_nav .cont_nav_l .type .blue {
    color: #fff;
    background: #3e6bd6;
    border: none;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    margin-top: 2px;
}

/*
.s_index_Content .cont_nav .cont_nav_l .type::after{content:' ';background: #cacaca;position: absolute;width: 1px;height: 30px;background-repeat: no-repeat;top: 16px;right: 0px;}
*/
.s_index_Content .cont {
    width: 1183px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.s_index_Content .cont .rtcont {
    float: left;
    width: 1018px;
    min-height: 300px;
}

.s_index_Content .cont .rtcont a {
    color: #000;
}

.s_index_Content .cont .c_cLi {
    width: 237px;
    height: 309px;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #c3d0d0;
    overflow: hidden;
    background-color: #ffffff;
}

.s_index_Content .cont .c_cLi:hover {
    border-color: #678aff;
}

.s_index_Content .cont .c_cLi:nth-child(4n) {
    margin-right: 0px;
}

.s_index_Content .cont .c_cLi .live {
    border-radius: 5px;
    width: 215px;
    height: 160px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 10px;
    background-color: black;
    text-align: center;
}

.s_index_Content .cont .c_cLi .live .cover {
    /* width:100%; */
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.s_index_Content .cont .c_cLi .live .vbox {
    z-index: 99;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
}

.s_index_Content .cont .c_cLi .live .vbox video {
    width: 100%!important;
    height: 100%!important;
    background-size: 100%;
    background-position: 50%;
}

.s_index_Content .cont .c_cLi .live .vbox .vbar {
    display: none!important;
    z-index: 1;
}

.s_index_Content .cont .c_cLi .live .ready {
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    z-index: 1000;
}

.s_index_Content .cont .c_cLi span {
    margin: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
    display: block;
    height: 38px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow:ellipsis; */
    color: #000;
}

.s_index_Content .cont .c_cLi .score {
    margin-left: 15px;
    color: #929090;
    font-size: 14px;
    float: left;
}

.s_index_Content .cont .c_cLi .score img {
    float: left;
    margin-right: 6px;
    width: 12px;
    margin-top: 5px;
}

.s_index_Content .cont .c_cLi .price {
    /* margin-left: 15px; */
    /* margin-right:15px; */
    margin-top: 8px;
    background: #ededed;
    width: 100%;
    border-top: 1px solid #c3d0d0;
    height: 40px;
    border-radius: 5px;
}

.s_index_Content .cont .c_cLi .price .l {
    color: #487ad6;
    float: left;
    margin-left: 5px;
    margin-top: 9px;
    font-weight: bold;
    font-size: 13px;
}

.s_index_Content .cont .c_cLi .price .r {
    float: right;
    margin-right: 10px;
    margin-top: 13px;
}

.s_index_Content .cont .c_cLi .price .r img {
    cursor: pointer;
}

.s_index_Content .cont .lfcont {
    float: left;
    padding-left: 17px;
    padding-right: 17px;
    border-radius: 5px;
    width: 116px;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
}

.s_index_Content .cont .lfcont .h3 {
    width: 114px;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.s_index_Content .cont .lfcont .h3 .search {
    float: right;
    margin-top: -5px;
}

.s_index_Content .cont .lfcont .h3 .searchbox {
    width: 100%;
    height: 25px;
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    margin-top: 9px;
}

.s_index_Content .cont .lfcont .h3 ul {
    overflow: hidden;
}

.s_index_Content .cont .lfcont .li {
    margin: 15px 0;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 1px;
}

.s_index_Content .cont .lfcont .li .chackboxed {
    width: 16px;
    height: 16px;
    border: 1px solid #c5c5c5;
    border-radius: 12px;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.s_index_Content .cont .lfcont .li .classname {
    float: left;
    cursor: pointer
}

.s_index_Content .cont .lfcont .li .__blue {
    border: 1px #3e6bd6 solid;
}

.s_index_Content .cont .lfcont .li .chackboxed .chacked {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 10px;
    margin: 2px;
}

.s_index_Content .cont .lfcont .li .chackboxed .blue {
    background: #3e6bd6;
}

.s_index_Content .cont .lfcont .open {
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    color: #8a8a8a;
    font-size: 14px;
}

.s_index_Content .cont .lfcont .open img {
    width: 10px;
    height: 10px;
}

.s_index_Content .cont .lfcont_right {
    /* padding-left: 17px; */
    /* padding-right: 17px; */
    /* border-radius: 5px; */
    width: 106px;
    /* border:1px solid #cdcdcd; */
    /* background-color: #ffffff; */
    /* position:absolute; */
    /* top:0px; */
    /* left:160px; */
    /* z-index:99; */
    display: none;
}

.s_index_Content .cont .lfcont_right .h3 {
    width: 114px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.s_index_Content .cont .lfcont_right .h3 span {
    color: #8a8a8a;
}

.s_index_Content .cont .lfcont_right .h3 .search {
    float: right;
}

.s_index_Content .cont .lfcont_right .h3 .searchbox {
    width: 100%;
    height: 25px;
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    margin-top: 9px;
}

.s_index_Content .cont .lfcont_right .h3 ul {
    overflow: hidden;
}

.s_index_Content .cont .lfcont_right .li {
    margin: 15px 0;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 1px;
}

.s_index_Content .cont .lfcont_right .li .chackboxed {
    width: 16px;
    height: 16px;
    border: 2px solid #c5c5c5;
    border-radius: 12px;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}

.s_index_Content .cont .lfcont_right .li .classname {
    float: left;
    cursor: pointer
}

.s_index_Content .cont .lfcont_right .li .__blue {
    border: 2px #3e6bd6 solid;
}

.s_index_Content .cont .lfcont_right .li .chackboxed .chacked {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 10px;
    margin: 2px;
}

.s_index_Content .cont .lfcont_right .li .chackboxed .blue {
    background: #3e6bd6;
}

.s_index_Content .cont .lfcont_right .open {
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    color: #8a8a8a;
    font-size: 14px;
}

.s_index_Content .cont .lfcont_right .open img {
    width: 10px;
    height: 10px;
}

.s_index_Content .paging {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: table;
}

.s_index_Content .paging .pag {
    margin-left: 15px;
    font-weight: bold;
    float: left;
    width: 48px;
    border-radius: 5px;
    height: 48px;
    border: 1px solid #cababa;
    line-height: 50px;
    text-align: center;
    color: #cababa;
    cursor: pointer;
}

.s_index_Content .paging .click {
    color: #5d5959;
}

.s_index_Content .paging .hide {
    color: #5d5959;
    border: none;
}

.s_index_Content .paging img {
    margin-top: 17px;
}

/*.s_index_Content .Sliding{position:fixed;width:40px;height: 80px;right:2px;bottom:200px;border:1px solid #cababa;display: block;}
.s_index_Content .Sliding .div{width: 40px;height: 40px;text-align: center;cursor:pointer;}
.s_index_Content .Sliding .qq{background: #ffffff;}
.s_index_Content .Sliding .top{background: #7c7c7c;}
.s_index_Content .Sliding .qq img{    margin-top: 8px; width:25px;}
.s_index_Content .Sliding .red{ width:25px ;height: 25px; background-color: #ff4343; border-radius: 50%; position: absolute; top: -6px;left: 1px; color:#FFF; text-align:center; line-height:25px; font-size:12px; }
.s_index_Content .Sliding .top img{margin-top: 16.5px;}*/
/*                          页脚                                      */
.Footer {
    width: 100%;
}

.Footer .ft_top {
    width: 100%;
    min-width: 1170px;
    height: 260px;
    background: #2a2a2a;
    color: #fff;
}

.Footer .ft_top .ct {
    width: 1170px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 40px;
    word-wrap: break-word ;
}

.Footer .ft_top .ct .left {
    float: left;
    width: 280px;
    height: 180px;
    position: relative;
}

.Footer .ft_top .ct .left .logo {
    margin: 0 auto;
    width: 159px;
    height: 71px;
    display: block;
    margin-top: 70px;
}

.Footer .ft_top .ct .line {
    position: absolute;
    right: 0;
    top: 0;
}

.Footer .ft_top .ct .mid {
    float: left;
    width: 380px;
    height: 180px;
    position: relative;
    text-indent: 50px;
    font-size: 14px;
    line-height: 24px;
}

.Footer .ft_top .ct h4 {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    padding: 15px 0;
}

.Footer .ft_top .ct .ptext {
    padding: 5px 0;
    overflow: hidden
}

.Footer .ft_top .ct p span.title {
    color: #B3B3B3;
}

.Footer .ft_top .ct p span.content {
    color: #fff;
    margin-left: 3px;
}

.Footer .ft_top .ct p span.block {
    display: block;
    float: left;
}

.Footer .ft_top .ct p span.contact {
    color: #fff;
    float: left;
    text-indent: 0;
    width: 58px;
    height: 24px;
    background: #3f70cc;
    text-align: center;
    border-radius: 2px;
    line-height: 24px;
    margin-left: 25px;
    margin-top: 0;
    cursor: pointer;
    margin-top: -2px;
}

.Footer .ft_top .ct .right {
    float: left;
    width: 510px;
    height: 180px;
    position: relative;
    text-indent: 50px;
    font-size: 14px;
    line-height: 24px;
}

.Footer .ft_top .ct .right h4:after {
    content: '( 周一到周五9:00-18:00 )';
    color: #747373;
    font-size: 12px;
}

.Footer .ft_top .ct .right .call {
    position: absolute;
    left: 280px;
    top: 62px;
    cursor: pointer;
}

.Footer .ft_top .ct .right .QR_Code {
    position: absolute;
    left: 410px;
    top: 27px;
}

.Footer .ft_bottom {
    height: 55px;
    width: 100%;
    min-width: 1170px;
    background: #161616;
    text-align: center;
    line-height: 55px;
    color: #696969;
}

.s_index_input_i {
    display: none!important;
    font-style: normal;
    margin-top: -28px;
    float: right;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

/*收藏分类*/
.collection_classment {
    display: none;
    width: 350px;
    height: 500px;
    background: #fff;
    position: fixed;
    top: 100px;
    left: 100px;
    box-shadow: 0 0 30px 5px #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.coll_class_top {
    width: 100%;
    float: left;
    height: 25px;
    background: #404040;
    color: #fff;
    text-indent: .5em;
    line-height: 25px;
    border-radius: 5px 5px 0px 0px;
}

.coll_class_top span {
    width: 30px;
    height: 25px;
    float: right;
    background-position: -870px -57px;
    background-image: url(http://www.1473.cn/img/YS2014.png);
    cursor: pointer;
}

.coll_class_top span:hover {
    background-position: -846px -57px;
}

#coll_class_list {
    width: 100%;
    height: 400px;
    overflow: auto;
    float: left;
    list-style: none
}

#coll_class_list li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    text-indent: 1em;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer
}

#add_coll_class:hover,#coll_class_list li:hover {
    background: #e6e6e6
}

#add_coll_class {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.dianbg {
    background-color: White !important;
}

.displayblock {
    display: block;
}

.displaynone {
    display: none;
}

body div ::-webkit-scrollbar {
    width: 2px !important;
    height: 14px;
}

.ft_bottom a {
    color: white;
}

.displaytext {
    display: none;
}

.box {
    display: block;
    height: 40px;
    line-height: 45px;
}

.imgIcon {
    display: block;
    cursor: pointer;
    float: left;
    margin-top: 5px;
}

.U_MD_UI_video_VideoDiv {
    position:absolute;
    top:0
}
.recommend{
    float: right;
    margin-top: 3px;
    margin-right: 10px;
}
.s_index_Content .cont .c_cLi .price .start {
    margin-top: 10px;
    margin-left: 10px;
    color: #adadad;
    font-size: 12px;
    float: left;
}
.s_index_Content .cont_nav .cont_nav_l .jiage {
    height: 30px;
    float: left;
    line-height: 30px;
    position: relative;
    text-align: center;
    color: #999;
    width: 150px;
    margin-top: 5px;
    margin-left: -4px;
}
.s_index_Content .cont_nav .cont_nav_l .jiage div {
    float: left;
    font-size: 12px;
    width: 70px;
    height: 20px;
    margin-left: 3px;
    text-align: left;
}

.s_index_Content .cont_nav .cont_nav_l .jiage div:hover {
    color: #0a3dc5;
    cursor:pointer;
}