body,
html {
    min-width: 1300px;
}


html {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container .title-2 {
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    display: block;
}

.container .title-2 h3 {
    margin: 0;
    line-height: 50px;
}

.container .title-2 h3 a {
    color: #222;
    margin: 0;
    line-height: 50px;
}

.container .title-2 ul {
    margin: 0 0 0 20px;
    line-height: 55px;
}

.container .title-2 ul li {}

.container .title-2 ul li a {
    font-size: 17px;
    padding: 0 6px;
    color: #333;
    text-decoration: none;
}

.container .title-2 ul li a:hover {
    color: #FF5722;
}

.container .title span {
    /*padding: 10px 6px;*/
    height: 100%;
    display: inline-block;
    font-size: 18px;
    color: #222;
}

.container .title h3 {
    padding: 10px 6px;
    height: 100%;
    display: inline-block;
    margin: 0;
}

.container .title h3 a {
    color: #222;
    font-size: 19px;
}

.container .title h3 a:hover,
.container .title-2 h3 a:hover {
    color: #FF5722;
}

.container .title .more {
    height: 100%;
    padding: 10px 6px;
    /*line-height: 38px;*/
    text-decoration: none;
    color: #222;
    font-size: 18px;
    display: block;
}

.container .title strong {
    font-weight: normal;
    color: #555;
}

.container .title .more:hover {
    color: #FF5722;
}







/*--------样式覆盖--------*/

.navtop {
    min-height: 33px;
    background: #f4f4f4;
}

.navtop li {
    padding: 0 12px;
}

.navtop li a {
    /*line-height: 38px;*/
    padding: 5px 3px;
    /*display: inline-block !important;*/
    font-size: 13px !important;
    color: #777;
    /*padding: 6px 3px !important;*/
}

.navtop li a.btn {
    margin-top: 1px;
    padding: 3px 4px !important;
}

.navtop li a.btn-success:hover {
    background-color: #1c84c6 !important;
    border-color: #1c84c6 !important;
    color: #FFF !important;
}

.navtop li a.btn-primary:hover {
    background-color: #18a689 !important;
    border-color: #18a689 !important;
    color: #FFF !important;
}

.navtop .navbar-nav>.active>a,
.navtop .navbar-nav>.active>a:hover,
.navtop .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #f4f4f4;
}

.navtop .navbar-nav>li>a:hover,
.navtop .navbar-nav>li>a:focus {
    /*color: #555;*/
    color: #FF5722;
    background-color: transparent;
}

.navtop .navbar-brand:hover,
.navtop .navbar-brand:focus {
    color: #555;
    background-color: transparent;
}

.navtop .navbar-nav>.dropdown a {
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.username {
    max-width: 130px;
}

.navtop .navbar-nav>.open>a,
.navtop .navbar-nav>.open>a:hover,
.navtop .navbar-nav>.open>a:focus {
    color: #555;
    font-size: 14px !important;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.u-info-box .dropdown-menu {
    border: none;
    position: absolute;
    top: 31px;
    left: -58px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 210px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.u-info-box .dropdown-menu a {
    padding: 5px 20px important
}

.navtop .navbar-toggle:hover,
.navtop .navbar-toggle:focus {
    background-color: #F9F9F9;
}

.navtop .navbar-toggle {
    border-color: #09B79B;
}

.navtop .navbar-toggle .icon-bar {
    background-color: #09B79B;
}

.photo {
    height: 80px;
    width: 100%;
    text-align: center;
}

.photo img {
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {

    .navtop .navbar-nav .open .dropdown-menu>li>a:hover,
    .navtop .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #555 !important;
        background-color: transparent;
        font-size: 12px;
    }

    .navtop .navbar-nav .open .dropdown-menu>li>a {
        font-size: 12px;
    }
}







/*--------测试类 开发完成后删除------*/

.test-1 {
    background: #1B6D85;
    width: 100%;
    height: 1600px;
}

.test-2 {
    background: #23527C;
    width: 100%;
    height: 1200px;
}







/*-----------------------------*/

body {
    font-family: "微软雅黑";
    padding: 0;
    background-color: #f2f2f2;
}

a {
    color: #09AE9B;
}







/*---------------logo----------------*/

.logo {
    margin-top: 5px;
    margin-bottom: 22px;
    width: 160px;
}

.h1 {
    margin: 0 !important;
}







/*---------------主体-----------------*/

.main-content {
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}







/*--------大屏幕下增加主体宽度--------*/

@media (min-width:1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width:1550px) {
    .container {
        width: 1310px;
    }
}

@media (min-width: 1550px) {
    .col-lg-4-diy {
        width: 19%;
    }
}

/*.container {
    width: 1300px !important;
    max-width: none !important;
}*/







/*--------导航条--------*/

.menu {
    /*border-bottom: 2px solid #09AE9B;*/
}

.menu-bottom {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}

.menu ul {
    margin-bottom: 0;
}

.menu ul li {
    /*margin-left: -5px;
    padding: 0;*/
}

.menu ul li a {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    display: block;
    padding: 8px 15px;
}

.menu ul li a:hover {
    color: #fff;
    background: #099681;
}

.menu ul li .active {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 8px 20px;
    background: #09AE9B;
}

.menu .right{
    position: relative;


}
.menu .right a{
    color: red;
}
.menu .right a:hover{
    background:none;
    color: #fe4d01;
}





/*--------当前位置--------*/

.breadcrumbs {
    min-height: 41px;
    line-height: 40px;
    padding: 0 12px 0 0;
    display: block;
}

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 5px;
    padding: 0;
    font-size: 14px;
    color: #333;
    border-radius: 0;
}

.breadcrumb h2 {
    display: inline-block;
}

.breadcrumb strong {
    font-size: 16px;
    font-weight: normal;
}

.breadcrumb>li,
.breadcrumb>li>a {
    color: #555;
}

.breadcrumb>li.active {
    color: #555;
}







/*----------栏目列表------------*/

.cate-box {
    position: relative;
}

.cate {
    padding: 1px;
}

.cate>.active {
    background: #fff;
    border: 1px solid #09AE9B;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(9, 213, 155, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(9, 213, 155, 1);
}

.cate-block {
    padding: 10px 0;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    height: 110px;
    /*overflow: hidden;*/
    width: 100%;
}

.cate-block:hover {
    /*border-radius: 5px;*/
    background: #fff;
    border: 1px solid #09AE9B;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(9, 213, 155, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(9, 213, 155, 1);
}

.cate-block a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.cate-block a i {
    text-align: left;
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url(../images/share_icon.png) -108px 9px no-repeat;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.cate-block h4 a {
    color: #333;
    text-align: center;
    font-size: 17px;
    margin: 3px 0;
    font-weight: 500;
}

.cate-block .active a {
    color: #FF4200;
}

.cate-block img {
    display: block;
    margin-top: 5px;
    width: 35px;
    height: 35px;
    border: 0 !important;
    /*background: #003F54;*/
}

.cate-block .lists {
    height: 100%;
    display: table;
}

.cate-block .lists .list-inline {
    display: table-cell;
    vertical-align: middle;
}

.cate-block .lists .sub-lined {
    position: absolute;
    /*bottom: 0;*/
    /*left: %;*/
    margin: 0 auto;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #099681;
}

.cate-block .lists .sub {
    position: absolute;
    /*top: 6px;*/
    /*right: 0;*/
    display: none;
    background-color: #fff;
    /*border: 1px solid #eee;*/
    z-index: 1000;
    border-radius: 2px;
    padding: 5px;
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

.cate-block .lists .sub a {
    color: #555;
}

.cate-block .lists .sub a:hover {
    /*color: #f9f9f9;*/
}

.cate-block .lists li {
    padding-right: 3px;
    padding-left: 3px;
    margin: 2px;
    /*position: relative;*/
}

.cate-block .lists .active {
    color: #FF4200 !important;
}

.cate-block .lists a:hover {
    color: #FF4200;
}

.cate-block .lists .cate-btn {
    color: #fff;
    background-color: #09AE9B;
    border-color: #09D59B;
    border-radius: 0;
}

.cate-block .lists .cate-btn:hover {
    color: #fff;
    background-color: #09B79B;
}

@media (max-width: 767px) {
    .cate-block {
        padding: 10px 0;
        border: 0px solid #f9f9f9;
        /*height: 150px;*/
        background: #222;
        overflow: hidden;
        width: 100%;
    }

    .cate-bar {
        background: #222;
    }

    .cate-block:hover {
        background: #555;
        border: 1px solid #09AE9B;
    }

    .cate-block .lists {
        height: 100%;
        display: block;
        /*position: static;*/
    }

    .cate-block .lists .list-inline {
        /*display: table-cell;
        vertical-align: middle;
        position: static;*/
    }

    .cate h4 a {
        text-align: left;
        font-size: 16px !important;
    }

    .cate h4 a:hover {
        font-size: 16px !important;
    }

    .cate-block a {
        font-size: 14px !important;
        color: #9d9d9d !important;
        text-decoration: none;
    }

    .cate-block a:hover {
        font-size: 14px !important;
        color: #fff !important;
        text-decoration: none;
    }
}

@media (max-width: 992px) {
    .cate h4 a {
        text-align: center;
        font-size: 18px;
        margin: 3px 0;
        font-weight: 500;
    }

    .cate a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cate h4 a {
        text-align: center;
        font-size: 14px;
        margin: 3px 0;
        font-weight: 500;
    }
}







/*----------分类列表------------*/

.category {
    margin-top: 0.8%;
    margin-left: 5px;
    background: #fff;
    width: 99%;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    /*overflow: hidden;*/
}

.category .title {
    /*border-left: 5px solid #009E94;*/
    line-height: 36px;
    /*margin: 15px 0 5px;*/
    padding: 5px 10px 5px 20px;
    /*background-color: #09AE9B;*/
    /*padding: 10px;*/
    /*height: 40px;
    line-height: 50px;*/
    color: #222;
    font-size: 18px;
    border-bottom: 1px solid #EEE;
}

.category .content {
    padding: 0 15px 0 40px;
    /*background: #5FB878;*/
    width: 100%;
    /*overflow: hidden;*/
}

.category .content .h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 17px !important;
}

.category .content .h3 a {
    color: #111;
    font-size: 17px;
}

.category .content a:hover {
    color: #FF5722;
    text-decoration: none;
}

.category .content a i {
    text-align: left;
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url(../images/share_icon.png) -108px 9px no-repeat;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.category .content .lists {}

.category .content .lists li a {
    font-size: 15px;
    color: #555;
}

.category .content .lists li a:hover {
    color: #FF5722;
}

.category .content .lists li {
    padding: 5px;
    position: relative;
}

.category .content .lists li .subs {
    position: absolute;
    width: 245px;
    top: 30px;
    display: none;
    background-color: #fff;
    /* border: 1px solid #eee; */
    z-index: 1;
    /*border-radius: 2px;*/
    padding: 5px;
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}



/*----------产品列表-------------*/
#lightgallery,
    {
    padding: 0 2px;
    overflow: hidden;
}

.lightgallery {
    overflow: hidden;
}

.product {
    padding: 0;
}

.product .lists {
    /*position: relative;*/
    border: 1px solid #f2f2f2;
    /*display: table;*/
    background: #fff;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, .1);*/
    background: #fff;
    padding: 17px 17px 12px;
    /*border-bottom: 3px solid transparent;*/
}

.product .lists:hover {
    border-color: #09AE9B;
    /*border-bottom: 3px solid #09AE9B;*/
    box-shadow: 0 3px 10px rgba(64, 224, 208, .2);
    /*-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(9,213,155,1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(9,213,155,1);*/
}


/*.product .lists:before {
    background: url(../images/shadow-right.png) bottom center no-repeat;
    content: '';
    display: block;
    width: 100px;
    height: 15px;
    position: absolute;
    bottom: -11px;
    right: -9px;
}
.product .lists:after {
    clear: both;
    background: url(../images/shadow-left.png) bottom left no-repeat;
    content: '';
    display: block;
    width: 100px;
    height: 15px;
    position: absolute;
    bottom: -13px;
    left: -5px;
}*/

.product .lists img {
    display: block;
    width: 282px;
    height: 282px;
    margin: 0 auto;
}

.product .lists h2 {
    font-size: 17px;
    text-align: left;
    padding: 12px 0 6px 0;
    display: block;
    margin: 0;
}

.product .lists h2 a {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #101010;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

.product .lists h2 a span {
    text-align: right;
    font-size: 17px;
    color: #222;
    text-decoration: none;
}

.product .lists h2 a:hover {
    color: #09AE9B;
}

.product .lists .pro-act {
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

.product .lists .pro-act a {
    text-decoration: none;
    color: #09AE9B
}

.product .lists .pro-act a:hover {
    color: #FF5722
}

.product .lists .pro-act a:hover {
    /*font-size: 15px;*/
}


.product .lists .pro-act i {
    font-size: 22px;
}

.product .lists .pro-act i.fa-vs {
    width: 23px;
    height: 23px;
    background: url(../images/icon-vs.png) no-repeat
}

.product .lists .download_2,
.product .lists .addvs,
.product .lists .collection_2 {
    cursor: pointer;
    color: #09AE9B
}

.product .lists .download_2:hover,
.product .lists .addvs:hover,
.product .lists .collection_2:hover {
    color: #FF5722
}

.product .lists .pro-title .info {
    padding-top: 10px;
    text-align: center;
}

.product .lists .addvs:hover i.fa-vs {
    background: url(../images/icon-vs-hover.png) no-repeat
}

.product .lists .pro-title .info span {
    color: #777
}







/*---------页表页样式-----------*/

.filter-select-box {
    height: 40px;
    width: 100%;
    /*  border-bottom: 1px solid #09AE9B;*/
    border: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    color: #999;
    margin-bottom: 0
}

.filter-select-box span {
    border-radius: 0;
    margin-right: 5px;
}

.filter-select-box span i {
    /*background-color: #09AE9B;*/
}

.filter-select-box span:before {
    margin-right: 10px;
}

.filter {
    overflow: hidden;
}

.filter-more {
    border: 1px solid #f0f0f0;
    border-top: none;
    width: 280px;
    height: 30px;
    margin: 0 auto;
    margin-top: -1px;
    background: #F9F9F9;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #888;
}

.filter-more:hover {
    /*background-color: #ccc;*/
}

.filter .filter-box {
    /*overflow: hidden;*/
    /*height: 100px ;*/
    display: block;
}

.filter .filter-box .left {
    /*overflow: hidden;*/
    background: #f9f9f9;
    padding: 0;
    margin: 0;
    display: block;
    height: 100%;
}







/*---------别表也分类列表样式-----------*/

.list {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border-color: #E6E2E1;
    border-style: solid;
    border-width: 1px;
}

.list .line {
    margin-top: 1px;
    border-bottom: 1px dotted #E6E2E1;
    /*margin-bottom: 2px;*/
}

.list h3 {
    text-align: center;
    font-size: 16px;
    height: 100%;
    line-height: 36px;
    display: block;
    margin: 0;
}

.list li {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    /*background: #099681;*/
}

.list a {
    margin: 0;
    text-align: center;
    display: block;
    min-width: 40px;
    color: #555;
    /* padding: 4px 8px;*/
    padding: 0;
    text-decoration: none;
}

.list a:hover {
    color: #FF4200;
}

.list a span {
    color: #999;
    font-size: 13px;
}







/*.list a.active {
    background-color: #09AE9B;
    color: #fff !important;
}*/

.list-tabs {
    /*border-bottom: 1px solid #09AE9B;*/
    margin-bottom: 0px;
    margin-left: 0;
    position: relative;
}

.list-tabs a {
    font-size: 15px;
    padding: 7px 10px;
}

.list-tabs .active {
    /*border-color: #E6E2E1;
    border-style: dotted;
    border-width: 1px 0px 0px;*/
}







/*.list-tabs a span{
    color: #999;
}*/

.list-tabs .active a {
    color: #FF4200;
}

.list-tabs-more {
    display: none;
    width: 100%;
    margin: 0px;
    background-color: #fff;
    border-color: #E6E2E1;
    border-style: dotted;
    border-width: 1px 0px 0px;
    position: absolute;
    z-index: 1;
    left: 0;
}

.list-tabs-more a {
    color: #555 !important;
}

.list-tabs-more a:hover {
    /*border-bottom: 2px solid #09AE9B;
    padding-bottom: 8px;*/
    /*background-color: #09AE9B;*/
    color: #FF4200 !important;
}

.list-tabs-more .active {
    /*background: #09AE9B;*/
    /*color: #FF4200;*/
}

.list-tabs-more .active a {
    color: #FF4200 !important;
}

.list-other {
    /*margin-top: 40px;*/
}

.list-property a {
    padding: 4px 6px !important;
}

.list-property li.active a {
    /*background-color: #09AE9B;*/
    border-radius: 0;
    color: #FF4200;
    /*border: 1px solid #ddd*/
    border: 0;
}

.list-property .badge {
    background-color: #09AE9B;
}







/*---------------搜索-----------------*/


/*---------------搜索-----------------*/

#search {
    margin: 12px auto 0 0px;
}

#search input,
#search select,
#search button {
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    border: 2px solid #09AE9B;
}

#search input {
    border-left: none;
}

#search button {
    background-color: #09AE9B;
    color: #fff;
}

#search select {
    width: auto;
    border-right-width: 1px;
}

#search input:focus {}

#search ul {}

#search ul li a {
    font-size: 14px;
    color: #aaa;
}

#search .camera {
    z-index: 4;
    position: absolute;
    right: 110px;
    top: 50%;
    margin-top: -13px;
    height: 25px;
    width: 25px;
    background: #fff url(/Public/Home/images/camera_new.png) 0 0px no-repeat;
    cursor: pointer;
}

#search .camera:hover {
    background-position: 0 -25px;
}

#search #soutu_wrap {
    width: 710px;
    height: 220px;
    border: 2px solid #09AE9B;
    z-index: 1;
    position: absolute;
    background: #fff;
    border-top: none;
    /*padding: 23px 20px 27px;*/
}

.soutu-drop {
    text-align: center;
    height: 100px;
    padding-top: 25px;
    margin-bottom: 16px;
    background-color: #fafafa;
}

.soutu-drop-tip {
    display: block;
    font-size: 16px;
    color: #999;
}

.soutu-drop-icon {
    margin-top: 6px;
    width: 28px;
    height: 28px;
    background-position: -70px 2px !important;
}


.upload-wrap {
    position: relative;
    width: 158px;
    height: 43px;
    font-size: 16px;
    border: 1px solid #cacbcc;
    line-height: 43px;
    margin: 0 auto;
    color: #333;
    text-align: center;
}

.upload-pic {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -18px;
    z-index: 1;
    cursor: pointer;
}


.upload-icon {
    position: relative;
    top: 2px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-position: -144px 0 !important;
}

.soutu-icon {
    display: inline-block;
    background: url(../images/soutu_icons.png) no-repeat;
}


.upload-wrap {
    position: relative;
    width: 158px;
    height: 43px;
    font-size: 16px;
    border: 1px solid #cacbcc;
    line-height: 40px;
    margin: 0 auto;
    color: #333;
    text-align: center;
}


.soutu-close {
    position: absolute;
    right: 18px;
    bottom: 13px;
    z-index: 2;
    background-position: -20px 0 !important;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.soutu-close:hover {
    background-position: -197px -1px !important;
}



.ksshangchaun .dropdown-toggle {
    padding: 9px 0;
    margin-top: 6px;
    width: 120px;
    border-radius: 0;
    font-size: 16px;
}

.ksshangchaun .dropdown-toggle:hover {
    color: #FF5722
}

.ksshangchaun .dropdown-menu {
    border: 1px solid #ccc !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
    top: 92%;
    left: auto;
    right: auto;
}

.ksshangchaun .dropdown-menu>li>a {
    padding: 3px 0px;
}

.ksshangchaun .dropdown-menu>li>a:hover {
    color: #FF5722
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b3b3b3 !important;
    font-size: 15px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3 !important;
    font-size: 15px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b3b3b3 !important;
    font-size: 15px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b3b3b3 !important;
    font-size: 15px;
}







/*------------搜索关键词列表-------------*/

.hot-lists {
    overflow: hidden;
    max-height: 20px;
}

.hot-lists li {
    padding-left: 9px;
    padding-right: 9px;
}







/*--------返回顶部--------*/

#share {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-34+"px");
    bottom: 70px;
    right: 62px;
    /*width: 30px;*/
    zoom: 1;
}

#share a {
    color: #099681;
    background-color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    text-align: center;
    /*text-indent: -999px;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #ddd;
}

#share .sina {
    position: absolute;
    bottom: 30px;
    border-top: none;
}

#share a:hover {
    background-color: #09B79B;
    color: #fff;
}

#share .tencent {
    /*background-color: #09AE9B;*/
    background-position: 0 -30px;
    position: absolute;
    bottom: 90px;
    border-top: none;
}

#share .weixin {
    /*background-color: #ff9000;*/
    background-position: 0 -60px;
    position: absolute;
    bottom: 150px;
}

#share .code {
    width: 140px;
    height: 140px;
    position: absolute;
    right: -5px;
    display: none;
    color: #fff;
}

#share .code img {
    width: 138px;
    height: 138px;
    border: 1px solid #aaa;
}

#share a#totop {
    position: absolute;
    bottom: 210px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: none;
}







/*-----------详情页------------*/

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-danger {
    border-left-color: #09AE9B !important;
}

.bs-callout {
    padding: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0px;
}

.bs-callout p {
    margin: 0;
}

.bs-callout p span {
    color: #FF4200;
    font-size: 15px;
    margin: 0 3px;
}







/*footer*/

.footer {
    width: 100%;
    height: 165px !important;
    /*min-height: 300px;*/
    padding-top: 20px;
    background-color: #222222;
    border-top: 3px solid #09AE9B;
    color: #616161;
    font-size: 14px !important;
    overflow: hidden;
}

.footer a {
    color: #999;
}

.footer p {
    text-align: center;
    color: #999;
}

.footer .qr img {
    width: 100px;
    background: #333;
}

.footer .qr p {
    text-align: center;
    padding: 5px 0;
    width: 100px;
    /*color: #09AE9B;*/
}

.footer strong {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
}

.footer .info li {
    margin-bottom: 5px;
}







/*友情链接*/

.flink {
    border-bottom: 1px dashed #ccc;
    line-height: 25px;
}

.flink strong {
    font-weight: normal;
}

.flink a {
    padding: 0 4px;
    font-size: 12px;
    color: #818181;
}







/*返回顶部*/

.float-menu {
    position: fixed;
    right: 0px;
    top: 50%;
    bottom: 10px;
    z-index: 20;
    /*height: 350px;*/
    width: 64px;
    /*background: #fff;*/
}

.float-menu .btn {
    width: 62px;
    height: 62px;
    cursor: pointer;
    /*position: relative;*/
    border-radius: 0;
    background-color: #fff;
}

.float-menu .btn:hover {
    background-color: #09AE9B;
}

.float-menu .btn-qq {
    background: #fff url(../images/btn_bgs.png) 0px -189px no-repeat;
    /*text-decoration: none;*/
    right: 0;
    display: block;
    border: 1px solid #ccc;
}

.float-menu .btn-qq:hover {
    background: url(../images/btn_bgs.png) -63px -189px no-repeat;
    background-color: #09AE9B;
}

.float-menu .btn-vs {
    background: #fff url(../images/btn_bgs.png) 0px -63px no-repeat;
    position: relative;
    right: 0;
    border: 1px solid #ccc;
    border-bottom: none;
}

.float-menu .btn-vs:hover {
    background: url(../images/btn_bgs.png) -63px -63px no-repeat;
    background-color: #09AE9B;
}


.float-menu .btn-feedback {
    background: #fff url(../images/btn_bgs.png) 0px 0px no-repeat;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: none;
}

.float-menu .btn-feedback:hover {
    background: url(../images/btn_bgs.png) -63px 0px no-repeat;
    background-color: #09AE9B;
}

.float-menu .btn-top {
    background: #fff url(../images/btn_bgs.png) -0px -126px no-repeat;
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.float-menu .btn-top:hover {
    background: url(../images/btn_bgs.png) -63px -126px no-repeat;
    background-color: #09AE9B;
}







/*分享*/

.share-unit {
    /*width: 200px;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
}

.share-unit span {
    float: left;
}

.share-unit .share-btns {
    height: 28px;
    /*background: #FAFAFA;*/
    /*border: 1px solid #EDEDED;*/
    border-radius: 5px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    cursor: pointer;
}

.share-unit .share-btn {
    height: 28px;
    width: 30px;
    display: inline-block;
    background: url('../images/share_icon.png') 6px 4px no-repeat;
    position: relative;
}

.share-unit .share-btns .weibo:hover {
    background-position: -34px 4px;
}

.share-unit .share-btns .qzone {
    background-position: 6px -36px;
}

.share-unit .share-btns .qzone:hover {
    background-position: -34px -36px;
}

.share-unit .share-btns .weixin {
    background-position: 6px -276px;
}

.share-unit .share-btns .weixin:hover {
    background-position: -34px -276px;
}

.share-unit .share-btns .qq {
    /*background-position: 6px -276px;*/
    background-position: 6px -156px
}

.share-unit .share-btns .qq:hover {
    background-position: -34px -156px;
}

.share-unit .share-btns .share-more {
    height: 28px;
    width: 24px;
    display: inline-block;
    background: url('../images/share_icon.png') -100px 9px no-repeat;
}

.share-unit .share-menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 38px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    width: 140px;
    text-align: left;
    z-index: 999;
}

.share-unit .share-menu a {
    color: #333;
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    position: relative;
}

.share-unit .share-menu a:hover {
    color: #221919;
    text-decoration: none;
    background-color: #F2F2F2;
}

.share-unit .share-menu a i {
    position: absolute;
    left: 11px;
    top: 11px;
    width: 18px;
    height: 18px;
    background: url('../images/share_icon.png') 0 -80px no-repeat
}

.share-unit .share-menu a.tqq:hover i {
    background-position: -40px -80px
}

.share-unit .share-menu a.qq i {
    background-position: 0 -160px
}

.share-unit .share-menu a.qq:hover i {
    background-position: -40px -160px
}

.share-unit .share-menu a.douban i {
    background-position: 0 -200px
}

.share-unit .share-menu a.douban:hover i {
    background-position: -40px -200px
}

.share-unit .share-menu a.renren i {
    background-position: 0 -240px
}

.share-unit .share-menu a.renren:hover i {
    background-position: -40px -240px
}

.share-unit .share-menu .arr {
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 120px;
    background: url(../images/arrow_with_shadow.png) 0 0 no-repeat;
}

.center-align {
    margin: 0 auto;
    display: block;
}

.text-center-align {
    text-align: center;
}


.text-color-222{
    color: #222 !important;
}

.text-color-222:hover{
    color: #fe4d01
}


/*details*/

.project {
    width: 100%;
    margin-bottom: 20px;
}

.project .header {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
}

.project .header h1 {
    font-size: 24px;
    color: #262626;
    margin-top: 20px;
    margin-bottom: 10px;
}

.project .header p {
    color: dimgray;
}

.pd10 {
    padding-left: 10px;
    padding-right: 10px;
}

.project .content {
    padding-top: 20px;
    border-radius: 4px;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}

.project .content .x-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d8e4e6;
    padding-top: 10px;
    margin-top: 12px;
    margin-bottom: -5px;
}

.project .content .zhs {
    color: #cdcdcd;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.project .content .fy {
    width: 50%;
    overflow: hidden;
    height: 25px;
    font-size: 14px;
}

.project .content .fy a {
    color: #444;
    font-size: 16px;
    text-decoration: none;
}

.project .content .fy a:hover {
    color: #FF5722;
}

.project .content .previous {

    height: 25px;
    padding-left: 35px;
    background-image: url(../images/previous.png);
    background-repeat: no-repeat;
    line-height: 25px;
    background-position: left center;
}

.project .content .next {
    height: 25px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    line-height: 25px;
    background-position: right center;
    padding-right: 35px;
}

.project .in100 {
    border-top: 1px solid #e8e8e8;
    /*height: 500px !important;*/
    display: block;
    padding: 20px 6px;
    /*float: left;*/
    overflow: hidden;
}

.project .in100 .list {
    /*border-radius: 5px;*/
    background: #fff;
    /*padding: 5px;*/
    margin: 0px;
}

.project .in100 .list h3 {
    display: block;
    font-size: 14px;
}

.project .in100 .list img {
    width: 100%;
    display: block;
}

.project .in100 .cover-info {
    padding: 3px 0;
    overflow: hidden;
}

.project .in100 .cover-info a {
    color: #555;
}

.project .in100 .cover-fields {
    background-color: #f6f6f6;
    bottom: 34px;
    font-size: 12px;
    height: 35px;
    left: 10px;
    line-height: 35px;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    color: #8B8B8C;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 0 #fff inset;
}

.project-info {}

.zuo {
    /*border: 1px solid #e8e8e8;*/
    padding: 0 10px;
    /*border-radius: 5px;*/
}

.gray-bg {
    background-color: #f3f3f4;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0
}

.ibox.collapsed .ibox-content {
    display: none
}

.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078"
}

.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077"
}

.ibox:after,
.ibox:before {
    display: table
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px
}

.ibox-title h5 {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
    float: left;
    font-weight: 600;
}

.ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 15px 20px 20px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0
}

.ibox-content h3 {
    font-weight: 600;
}

.ibox-content h3 i {
    padding-top: 10px;
    font-size: 40px;
}

.wrapper {
    padding: 0 20px
}

.wrapper-content {
    padding: 20px
}

.wrapper-content h4 {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.m-r-xs {
    margin-right: 5px;
}







/*#info*/

#info {
    color: #333;
}

#info .user-info {
    width: 100%;
    padding: 8px 0 10px 0;
    /*opacity: 0.2;*/
}

.user-info {
    text-align: center;
}

#info .user-info .u-info-box {
    margin: 0 auto 5px auto;
    max-width: 60%;
    /*overflow: hidden;*/
    cursor: pointer;
    /*border-radius: 5px;*/
}

#info .user-info .u-info-box a {
    color: #333
}

.u-info-box *:hover {
    color: #FF5722 !important
}

#info .user-info .u-info-box .btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
    color: #333;
    text-decoration: none;
}

#info .user-info .u-info-box button:hover,
#info .user-info .u-info-box a:hover {
    color: #FF5722
}

#info .user-info .u-info-box:hover {
    background: #F5F5F5;
}

#info .user-info .u-info-box:hover a {
    /*color: #1ab394;*/
}

#info .user-info img {
    width: 46px;
    height: 46px;
    background: #f9f9f9;
    margin: 10px 0 5px;
}

#info .comment-info {
    width: 100%;
    height: 100%;
    /*height: 350px;*/
    /*background: #f9f9f9;*/
    padding: 10px 0;
    overflow: hidden;
}

#info .comment-info h2 {
    line-height: 1.4em;
    margin: 7px auto;
    font-size: 18px;
    padding: 0 3px;
    text-align: left;
    font-weight: 600;
    white-space: normal;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

#info .comment-info .copy {
    line-height: normal;
    color: #666;
    margin-top: 5px;
}

#info .comment-info .copy i {
    font-size: 12px
}

#info .comment-info h3 {
    margin: 7px auto;
    font-size: 18px;
    padding: 0 3px;
    text-align: left;
    font-weight: 600;
}

#info .comment-info strong {
    font-weight: normal;
    text-align: left;
}

#info .comment-info p {
    font-size: 13px;
    text-align: left;
    padding: 2px;
    margin: 0;
    float: left;
}

/*#info .comment-info p:nth-of-type(odd) {
    width: 60%;
}

#info .comment-info p:nth-of-type(even) {
    width: 40%;
}*/

#info .comment-info p a {
    color: #777;
}

#info .comment-info i {
    font-size: 18px;
}

#info .addition-img {
    /*height: 180px;*/
}

#info .addition-img ul {}

#info .addition-img ul li {
    float: left;
    width: 33.3333333333333333%;
}

#info .addition-img ul li img {
    /*height: 74px;
    width: 86px;*/
    height: 90px;
    width: 100%;
    border: 2px solid #fff
}


.setup:hover {
    color: #fff;
}

.loading-2 {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/loading-2.gif);
    background-repeat: no-repeat;
    background-position: 100px;
    text-align: center;
}

#chanel_tool {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    height: 49px;
    margin-bottom: 0
}

#chanel_tool .control-label {
    width: 60px;
    font-weight: normal;
    /*padding-top: 7px;*/
    padding-left: 0;
    padding-right: 0;
}

#chanel_tool input {
    border: 1px solid #ccc;
}







/* admin-tool */

.admin-tool {
    width: 280px;
    height: 34px;
    position: absolute;

    /*background-color: #ddd;*/
}

.shenhe_status {
    background-color: #ED5565;
    width: 45px;
    height: 30px;
    position: absolute;
    right: 4.585%;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.admin-tool .btn {
    border-radius: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.admin-tool .ckeck {
    float: left;
    text-align: center;
    margin-right: 4px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: ;
    color: #fff;
    /*padding-left: 2px;*/
    display: inline-block;
}

.icheckbox_square-green,
.iradio_square-green {
    /*width: 15px !important;
    height: 15px !important;*/
}

.admin-tool .ckeck label {
    font-weight: normal;
    text-indent: -9999px
}

.admin-tool a i {
    font-size: 18px
}







/* admin-tool-btn-box */

.admin-tool-btn-box {
    width: 100%;
    height: 60px;
    /*background: #000;*/
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.admin-tool-btn-box .opacity-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 60px;
    background: #000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

.admin-tool-btn-box .main {
    position: relative;
    z-index: 3;
}

.admin-tool-btn-box .main div {
    margin: 0 auto;
    width: 800px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.admin-tool-btn-box .main div .btn {
    border-radius: 0;
}


.btn-group button {
    border-radius: 0;
}

.pro-sort a {
    color: #555;
    text-decoration: none;
}

.pro-sort a:hover {
    color: #FF5722
}

.layui-layer-page .layui-layer-title {
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    padding: inherit;
}

.layui-layer-page .layui-layer-title strong {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden;
    /*background: #ff9000;*/
    /*position: absolute;*/
    width: 100%;
    overflow: visible !important;
}

.layui-layer-page .layui-layer-close {
    /*top: -42px;*/
}

.my-layer-prompt-info {
    padding: 10px 2px 0
}

.my-layer-prompt-info p {
    margin: 0 0 5px;
    color: #777;
}

.down-box {
    padding: 15px 10px 22px 10px;
    position: relative;
    /*margin-top: 42px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.down-box .down-info {
    padding: 0 25px;
    font-size: 16px;
}

.down-box .down-info p {
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.down-box .down-info p em {
    font-style: normal;
    font-size: 22px;
    color: #ed5565;
    padding: 5px;
}

.down-box .down-info p span {
    padding-right: 5px;
    font-size: 14px;
    color: #555
}

.down-box .down-info p a {
    color: #555;
}

.down-box .down-info p a:hover {
    color: #FF5722;
}

.down-box .down-info .radio-box {
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 10px;
}

.down-box .down-info .radio-box p {
    margin-bottom: 8px;
    color: #666;
    text-align: center;
    font-size: 14px;
}

.down-box .down-info .radio-box label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 160px;
    height: 38px;
    border: 1px solid #d2d2d2;
    font-weight: 500;
    margin: 0 8px 5px 0;
}

.down-box .down-info .radio-box input[type="radio"] {
    opacity: 0;
}

.down-box .down-info .radio-box input[type="radio"]:checked+i+span {
    width: 0px;
    height: 0px;
    border-color: #ed5565 transparent;
    border-width: 0px 0px 25px 35px;
    border-style: solid;
    position: absolute;
    right: -1px;
    top: 11px;
    opacity: 1;
}

.down-box .down-info .radio-box input[type="radio"]:checked+i+span:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 5px;
    height: 15px;
    background: transparent;
    top: 7px;
    right: 8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.down-box .down-info .radio-box i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 36px;
    font-style: normal;
    padding: 0 1px 0 8px;
    font-size: 14px;
}

.down-box .down-info .radio-box i em {
    display: inline-block;
    float: right;
    font-style: normal;
    color: #777;
    font-size: 14px;
}




.down-box .down-btn {
    /*    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
    width: 100%;
    /*height: 60px;*/
    margin: auto;
    overflow: hidden;
    display: block;
}

.down-box .down-btn .pay-type {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 6px;
}

.pay-type .line {
    display: inline-block;
    width: 128px;
    border-top: 1px solid #ccc;
}

.pay-type .txt {
    color: #686868;
    vertical-align: middle;
}


.down-box .down-btn .btn-lg {
    padding: 10px 0;
    width: 156px;
    color: #000;
}

.down-box .down-btn .btn-lg span {
    /*color: #555*/
    font-weight: normal;
}

.down-box .down-btn .btn-lg:hover,
.down-box .down-btn .btn-lg:active,
.down-box .down-btn .btn-lg:focus {
    background-color: #09AE9B;
    color: #fff;
    border-color: #09AE9B
}

.down-box .down-money {
    margin-top: 20px;
}

.down-box .down-pay {
    /*background: #f2f2f2;*/
    padding: 32px 10px 25px 10px;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    width: 476px;
    display: block;
}


.down-box .down-pay:after {
    /*    bottom: 100%;
    right: 54px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 242, 242, 0);
    border-bottom-color: #FEEDFF;
    border-width: 12px;
    margin-right: 0px;*/
    /*font-style:normal;*/
}

.down-box .down-tips {
    /*padding-top: 10px;*/
    line-height: 2.28em;
    width: 100%;
    text-align: center;
    clear: both
}

.down-box .down-tips a {
    color: #777;
}

.down-box .down-tips a:hover {
    color: #FF5722
}


.down-box .down-pay h3 {
    margin-top: 0px;
    margin-bottom: 18px;
}

.down-box .down-pay span.pay-btn {
    /*padding:12px 10px;*/
    /*border:1px solid #ccc;*/
    display: inline-block;
    width: 228px;
    height: 198px;
    text-align: center;
    float: left;
}

.down-box .down-pay span.pay-btn .weixin-logo {
    position: absolute;
    left: 0;
    width: 228px;
    height: 160px;
    background: url(/Public/Home/images/weixin-logo.png) 98px 52px no-repeat;
}

.down-box .down-pay span.pay-btn:hover {
    border-color: #09B79B;
}


.down-box .down-pay span.pay-btn img {
    width: 140px;
    /*height: 160px;*/
    /*margin-top: -10px;*/
}

.down-box .down-pay span.pay-btn p {
    display: block;
    padding: 5px 0;
    /*font-size: 16px*/
}

.down-box .bottom {
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #f2f2f2
}

.down-box .bottom a {
    color: #555;
}

.down-box .bottom a:hover {
    color: #FF5722;
}

.down-box .layui-layer-setwin {
    top: -28px;
}

.down-box button,
.down-box a {
    margin: 0 5px;
}

.text-primary {
    color: #18a689;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #09AE9B !important;
}

#prolist .btn-group {
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-right: 15px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn-group button {
    border-radius: 0;
    font-size: 14px;
}

#prolist .btn-group button:hover {
    background: #ed5565;
    border-color: #ed5565;
    color: #fff
}

.pro-sort a {
    color: #555;
    text-decoration: none;
}

.pro-sort a:hover {
    color: #FF5722
}

.pro-sort a.active {}

#type a {
    color: #555
}

#type a.active,
#type a:hover {
    color: #FF5722;
}

.show-model {
    text-align: center
}

.show-model a {
    color: #555
}

.show-model a:hover {
    color: #FF5722
}

#main .cate-item {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 8px;
    padding-bottom: 8px;
    display: table;
    /*font-size: 15px;*/
    color: #555
}

#main .cate-item .col-xs-1 {
    width: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    color: #999;
    font-size: 15px;
}

#main .cate-item ul li {
    padding: 5px 10px;
}

#main .cate-item a {
    padding: 2px 4px;
    color: #666;
    font-size: 15px;
}

#main .colse {
    height: 31px;
    overflow: hidden;
}

#main .cate-item a:hover {
    color: #FF5722 !important;
}

#main .cate-item a.active {
    padding: 2px 5px;
    background: #ed5565;
    color: #fff !important;
    /*font-weight:600;*/
}

#main .posistion {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 8px 0 8px 10px;
    font-size: 15px;
    display: table;
}

#main .posistion .btn-default {
    border-radius: 0;
    background: #f3f3f3;
    border: 1px solid #ddd;
    color: #555
}

#main .posistion .text-danger {
    color: #FF5722 !important;
}

.btn-default.active:hover,
.btn-default:active:hover,
.btn-default.active {
    background: #FF5722 !important;
    border-color: #FF5722 !important;
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
    color: #FF5722;
    text-decoration: none;
    font-size: 14px;
}

.son-cate {
    width: 220px;
    color: #888;
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 10000000000;
    padding: 4px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.5);
    line-height: 25px !important;
}

.son-cate li {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 50%;
    /*text-align: center*/
}

#show_more:hover {
    color: #FF5722 !important;
}

#show_more ul {
    position: absolute;
    z-index: 100;
    width: 60px;
    background: #fff;
    right: 0;
    top: 28px;
    /*text-align: right;*/
    -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.5);
}

.admin-tool {
    height: 34px !important;
    position: absolute;
}

.ban {
    width: 890px;
    height: 808px;
    position: relative;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.ban2 {
    width: 890px;
    height: 695px;
    position: relative;
    overflow: hidden;
    margin: auto;
    top: 0;
    bottom: 0;
    ;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li {
    width: 890px;
}

.ban2 ul li a {
    width: 890px;
    height: 580px;
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
}

.ban2 ul li img {
    vertical-align: middle;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    margin: 0 auto;
    height: 104px;
    overflow: hidden;
    /*width: 600px;*/
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.min_pic {
    padding-top: 10px;
    width: 890px;
    position: relative;
}

.num ul {
    margin: 0 auto;
    text-align: center;
}

.num ul li {
    width: 102px;
    height: 102px;
    margin-right: 5px;
    padding: 1px;
    list-style: none;
}

.num ul li.on {
    border: 2px solid #1ab394;
    padding: 0;
}

.prev_btn1 {
    position: absolute;
    width: 16px;
    text-align: center;
    height: 18px;
    /*margin-top: 25px;*/
    /*margin-right: 20px;*/
    cursor: pointer;
    float: left;
    margin: auto;
    left: 25px;
    top: 0;
    bottom: 0;
    ;
}

.next_btn1 {
    position: absolute;
    width: 16px;
    text-align: center;
    height: 18px;
    /*margin-top: 25px;*/
    cursor: pointer;
    float: right;
    margin: auto;
    right: 25px;
    top: 0;
    bottom: 0;
    ;
}

.prev1 {
    position: absolute;
    /*top: 304px;*/
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;
    ;
}

.next1 {
    position: absolute;
    /*top: 304px;*/
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
    margin: auto;
    top: 0;
    bottom: 0;
    ;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: relative;
    left: 0;
    top: 0;
    display: none;
}

.index-cate-list {
    height: 45px;
    line-height: 50px;
    margin-top: 0;
    display: block;
    font-size: 16px
        /*   margin-bottom: -4px;
    height: 45px;
    line-height: 46px;
    margin-top: 0;
    display: block;
    font-size: 16px;
    margin-top: -9px;*/
}

.index-cate-list a {
    color: #333;
}

.index-cate-list a:hover {
    color: #FF5722
}

.index-cate-list h3 {
    margin: 0;
    line-height: 48px;
}

.index-cate-list ul {
    margin: 0 0 0 10px;
}

.index-cate-list ul li a {
    font-size: 14px;
    padding: 0 2px;
    color: #888;
    text-decoration: none;
}

.index-cate-list strong {
    font-weight: normal;
    color: #555;
}

.index-cate-list strong .more {
    height: 100%;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 20px;
}

.index-cate-list strong .more:hover {
    color: #FF5722
}

.index-cate-list strong .more:hover i {
    color: #FF5722
}

.index-cate-list i {
    color: #888;
}

.son-cate {
    color: #888;
    position: absolute;
    width: 220px;
    left: 11px;
    top: 30px;
    z-index: 10000000000;
    padding: 5px 0;
    background: #fff;
    margin-left: 0 !important;
    -webkit-box-shadow: 2px 4px 3px 0 rgba(204, 204, 204, .49);
    box-shadow: 2px 4px 3px 0 rgba(204, 204, 204, .49);
    border: 1px solid #ddd;
    line-height: 25px !important;
}

.son-cate:before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    top: -6px;
    left: 3%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transform: rotate(45deg);
    background: #fff;
}

.son-cate li {
    padding: 5px 3px;
    width: 50%;
}

.lg-outer .lg-video {
    margin: 0 auto;
    width: 70%;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 50px auto;
}

.lg-video-cont {
    background: none !important;
}

ul#add_img li img {
    cursor: pointer;
}

ul#add_img li img:hover,
ul#add_img li img.active {
    border: 2px solid #09AE9B;
}

.com-ad {
    width: 100%;
    height: 70px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.com-ad a {
    color: red;
}

.com-ad a:hover {
    color: #FF5722;
}

.com-ad .icon-close {
    position: absolute;
    top: 19px;
    right: 50px;
    display: block;
    background: url('../images/icon-close.png') center no-repeat;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}


#down_tpis {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
}

#down_tpis .down_tpis {
    font-size: 12px;
    color: #666;
    position: absolute;
    left: -83px;
    top: -32px;
    cursor: pointer;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, .2);
    box-shadow: 0 0 4px rgba(51, 51, 51, .2);
    display: none;
}

#down_tpis .down_tpis:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #ddd;
    left: 83px;
    top: 30px;
}

#down_tpis .down_tpis:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    left: 83px;
    top: 29px;
}

.tool-btns {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #555;
    border: 1px solid #e7eaec;
    padding: 10px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.tool-btns>div {
    border-right: 1px solid #e7eaec;
    cursor: pointer;
}

.tool-btns>div:hover {
    color: #FF5722 !important
}

.tool-btns>div:hover i {
    color: #FF5722 !important
}

.tool-btns>div i {
    color: #777
}

.tool-btns div:last-child {
    border: none;
}

.tool-bar {
    background: #fff;
    border-top: 2px solid #ccc;
    height: 44px;
    margin-top: 0;
    line-height: 36px;
    width: 100%;
}

.tool-bar ul,
.tool-bar div {
    line-height: 42px;
}

.tool-bar ul li {}

.tool-bar ul li a {
    color: #666;
}

.tool-bar ul li a:hover,
.tool-bar ul li a.active {
    color: #FF5722;
}


.btn-group-sm>.btn,
.btn-sm {
    font-size: 14px;
}

.son-cate-h {
    color: #888;
    position: absolute;
    width: 220px;
    left: -144px;
    top: 30px;
    z-index: 10000000000;
    padding: 5px 0;
    background: #fff;
    margin-left: 0 !important;
    -webkit-box-shadow: 2px 4px 3px 0 rgba(204, 204, 204, .49);
    box-shadow: 2px 4px 3px 0 rgba(204, 204, 204, .49);
    border: 1px solid #ddd;
    line-height: 25px !important;
}

.son-cate-h:before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    top: -6px;
    left: 77%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    transform: rotate(45deg);
    background: #fff;
}

.son-cate-h li {
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 50%;
}

.color-box {}

.color-box li {
    padding-left: 3px;
    padding-right: 5px;
}

.color-box li a {
    line-height: 18px;
    height: 20px;
    padding: 0 6px;
    display: block;
    border: 1px solid #eee;
    /*font-size:0;*/
    text-align: center;
    position: relative;
}

.color-box li a i {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    display: block;
    top: 15%;
    left: 28%;
    color: #fff;
    font-size: 12px;
}

.color-box li a span {
    text-indent: -9999px;
    display: block;
}

.color-box .all a {
    font-size: 14px !important;
    border: none;
    text-indent: 1px;
}

.color-box .black_white_gray a {
    background: url(../images/color-select-icons.png);
}

.color-box .yellow a {
    background: url(../images/color-select-icons.png) 53px 0px;
}

.color-box .blue_green a {
    background: url(../images/color-select-icons.png) 80px 0px;
}

.color-box .red_violet a {
    background: url(../images/color-select-icons.png) 134px 0px;
}


.top-user-info {
    width: 240px;
}

.top-user-info img {
    width: 55px;
    height: 55px;
    border-radius: 50%
}

.top-user-info a {
    width: auto !important;
    display: inline-block !important;
}

.top-user-info ul {
    padding-top: 10px;
}

.top-user-info ul li {
    color: #777
}

.top-user-info .user-money {
    background: #f4f4f4;
    height: 60px;
    padding-top: 8px;
}

.top-user-info .user-money div {
    /*line-height: 40px;*/
    width: 32% !important;
    display: inline-block;

}

.top-user-info .user-money div span {
    font-size: 14px;
    color: #777;
    display: block;
    text-align: center;
}

.top-user-info .user-money div span.text-danger {
    font-size: 18px;
}

.top-user-info .user-link {
    padding: 12px 5px 0 5px;
}

.top-user-info .user-link a {
    padding: 3px 17px;
}

.top-user-info .user-link i {
    width: 14px;
}

.top-user-info .dropdown-menu .divider {
    margin: 7px 0;
}

.change-ver-box {
    padding: 15px 0px 22px 0px;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.change-ver-box .change-ver-pay {
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
    width: 476px;
    display: block;
    overflow: hidden;
}

.change-ver-box .change-ver-pay span.pay-btn {
    /*padding:12px 10px;*/
    /*border:1px solid #ccc;*/
    display: inline-block;
    width: 228px;
    height: 186px;
    text-align: center;
    float: left;
}

.change-ver-box .change-ver-pay span.pay-btn .weixin-logo {
    position: absolute;
    left: 0;
    width: 228px;
    height: 160px;
    background: url(/Public/Home/images/weixin-logo.png) 98px 52px no-repeat;
}

.change-ver-box .change-ver-tips h3 {
    padding-top: 24px;
    text-align: center;
    font-size: 24px;
    color: #555;
    margin: 0;
}

.change-ver-box .change-ver-body {
    text-align: center;
    padding: 28px 0;
}

.change-ver-box .change-ver-body button {
    min-width: 156px;
    height: 68px;
    font-size: 24px;
    margin: 0 5px;
}

.change-ver-box .change-ver-footer {
    width: 100%;
    height: 38px;
    bottom: 0;
    text-align: center;
}

.change-ver-box .change-ver-bottom {
    border-top: 1px dotted #d9d9d9;
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    text-align: center;
}



#model_info {}

#model_info li {
    padding: 3px 0;
    float: left;
}

#model_info li:nth-child(odd) {
    width: 64%;
}

#model_info li:nth-child(even) {
    width: 36%;
}

#model_info li a {
    color: #777
}

#model_info li em {
    font-style: normal;
    margin-left: 15px
}

#model_info .show-more-ver {
    cursor: pointer;
    width: 60%;
    float: left;
    position: relative;
    z-index: 9;
}

#model_info .more-ver {
    width: 190px;
    position: absolute;
    right: 0px;
    background: #f2f2f2;
    padding: 10px;
}

#model_info .more-ver label {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 38px;
    border: 1px solid #d2d2d2;
    font-weight: 500;
    margin: 0 8px 5px 0;
    float: left;
    text-align: center;
}

#model_info .more-ver input[type="radio"] {
    opacity: 0;
}

#model_info .more-ver input[type="radio"]:checked+i+span {
    width: 0px;
    height: 0px;
    border-color: #ed5565 transparent;
    border-width: 0px 0px 25px 35px;
    border-style: solid;
    position: absolute;
    right: -1px;
    top: 11px;
    opacity: 1;
}

#model_info .more-ver i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-style: normal;
    padding: 0 1px 0 8px;
    font-size: 14px;
}

#model_info .more-ver i em {
    display: inline-block;
    float: right;
    font-style: normal;
    color: #777;
    font-size: 14px;
}

#model_info .more-ver input[type="radio"]:checked+i+span:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 5px;
    height: 15px;
    background: transparent;
    top: 7px;
    right: 8px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.carousel-control.left,
.carousel-control.right {
    display: none;
}

.carousel:hover .carousel-control.left,
.carousel:hover .carousel-control.right {
    display: block;
}

/*新增样式 该宽屏*/

#cate-list {
    background: #fff;
    margin-bottom: 8px;
    width: 100%;
}

.guanggao {
    height: 90px;
    overflow: hidden;
}

.guanggao .col-xs-3 {}

.guanggao .col-xs-3 {}

.guanggao li {
    width: 25%;
    float: left;
}

.guanggao li a {
    height: 90px;
    width: 96.6%;
    /*text-align: center;*/
    margin: 0 auto;
    display: block;
    background-color: #fff;
    padding: 20px 0;
    color: #555;
    text-decoration: none;
    border: 1px solid transparent;
}

.guanggao li a:hover {
    background-color: #fff;
    border: 1px solid #FF5722;
}

.guanggao li a h3 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
}

.guanggao li a p {
    font-size: 14px;
    margin-top: 12px;
    height: 26px;
    overflow: hidden;

}

.guanggao li a .icon {
    background-image: url('../images/gonggao.png');
    background-repeat: no-repeat;
}

.guanggao li a .icon.icon-libao {
    width: 56px;
    height: 64px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    background-position: 7px 1px;
}

.icon-vip {
    width: 64px;
    height: 64px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    background-position: -57px -3px;

}

.icon-shagchuan {
    width: 60px;
    height: 64px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    background-position: -118px 3px;

}

.icon-gonggao {
    width: 60px;
    height: 64px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    background-position: -177px 1px;
}

#affiche {
    position: relative;
    overflow: hidden;
    height: 26px;
}

#affiche p {
    position: absolute;
    line-height: 26px;
    display: block;
    margin: 0;
    color: red;
}

.carousel-inner>.item>a>img {
    width: 100%;
    height: 510px;
}

.lightgallery .col-xs-3,
#lightgallery .col-xs-3 {
    width: 25%;
}

@media screen and (min-width: 1760px) {

    #search {
        width: 52.66666667%;
        margin-right: 186px;
    }

    .lightgallery .col-xs-3,
    #lightgallery .col-xs-3 {
        width: 20%;
    }

    .lightgallery {
        padding: 0 4px;
    }

    .carousel {
        padding: 0 5px;
    }

    .carousel-inner>.item>a>img {
        width: 100%;
        height: 560px;
    }

    .guanggao li {
        width: 20%;
        padding: 0 5px;
        float: left;
    }


    .guanggao li a {
        width: 100%;
    }
}



.myTab {
    text-align: center;
    padding: 10px 0;
}

.myTab ul {
    list-style-type: none
}

.myTab ul li {
    display: inline;
    padding: 0 12px;
    cursor: pointer;
}

.myTab ul li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    cursor: pointer;
    border: none;
    color: #555
}

.myTab ul li a:hover {
    background: none;
    color: #ED5565 !important;
    border: none;
}

.myTab ul li.active>a,
.myTab ul li.active>a:focus,
.myTab ul li.active>a:hover {
    color: #ED5565;
    cursor: pointer;
    background: none;
    border: 0px solid transparent;
    border-bottom-color: transparent;
}

.text-align-center {
    text-align: center;
}

.font-weight-600 {
    font-weight: 600
}

.text-555 {
    color: #555
}

.text-666 {
    color: #666
}

.text-777 {
    color: #777
}

.container-w-1596 {
    width: 1596px !important
}

.container-w-1300 {
    width: 1300px !important
}

.full_screen {
    width: 12%;
    text-align: right;
}

.full_screen label {
    font-weight: normal;
    cursor: pointer;
}

.full_screen label:hover .icheckbox_square-blue-2 {
    width: 18px;
    height: 18px;
    border: 1px solid #FF5722;
}

.icheckbox_square-blue-2 {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    top: 4px;
    display: inline-block;
}

.icheckbox_square-blue-2.hover,
.icheckbox_square-blue-2.checked {
    width: 18px;
    height: 18px;
    border: 1px solid #FF5722;
}

.icheckbox_square-blue-2.checked:before,
.icheckbox_square-blue-2.checked:after {
    opacity: 1;
    content: '';
    position: absolute;
    width: 6px;
    height: 11px;
    background: transparent;
    top: 1px;
    right: 5px;
    border: 1px solid #FF5722;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
}


/* 时间轴样式 */
.course_nr {
    height: 144px;
    background: url(../images/ico9.gif) repeat-x center;
    padding: 0 23px;
}

.course_nr li {
    float: left;
    background: url(/Public/Home/images/ico10.gif) no-repeat center top;
    padding-top: 30px;
    width: 60px;
    text-align: center;
    position: relative;
    margin-top: 37px;
}

.course_nr li.tips {
    float: left;
    padding-top: 30px;
    width: 63px;
    text-align: center;
    position: relative;
    margin-top: 18px;
    font-size: 12px;
}


.shiji {
    position: absolute;
    width: 100%;
    left: 0;
    top: -20px;
    display: block;
}

.shiji h1 {
    height: 40px;
    line-height: 31px;
    color: #555;
    font-weight: bold;
    background: url(/Public/Home/images/ico11.gif) no-repeat center top;
    margin-bottom: 8px;
    font-size: 16px;
    background-size: 50%;
}
.shiji .active{
    color: #ED5565 ;
}
.shiji p {
    display: block;
    position: absolute;
    line-height: 14px;
    color: #999;
    width: 140px;
    left: -44px;
    text-align: center;
}
