.news .desc, .news .news-list .item .title, .main-content .right-content .cont .news-box li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.containera {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.top-area {
    width: 100%;
    height: 34px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #393939;
    color: #D6D6D6;
    font-size: 14px;
    line-height: 14px;
}

.top-area a {
    color: #D6D6D6;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #7F7F7F;
}

.top-area a i {
    font-size: 18px;
}

.top-area a:hover {
    color: #FFF;
}

.top-area a:last-child {
    border-right: 0;
    padding-right: 0;
}

.top-area .tp-contact i {
    display: inline-block;
    padding-right: 8px;
    font-size: 18px;
    position: relative;
}

.header {
    width: 100%;
    height: 96px;
    background: #FFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 34px;
    right: 0;
    z-index: 999;
    transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
}

.header .bts {
    position: absolute;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    background: #1893E3;
    font-size: 0;
    padding: 0 20px;
}

.header .bts a {
    color: #FFF;
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 60px;
}

.header .bts a:last-child {
    text-align: right;
}

.header .container-fluid {
    position: relative;
}

.header .logo {
    width: 28%;
    display: table;
    height: 96px;
}

.header .logo .cell {
    display: table-cell;
    vertical-align: middle;
}

.header .open-nav {
    width: 50%;
    float: right;
    text-align: right;
    line-height: 60px;
    font-size: 25px;
}

.header .open-nav a {
    color: #666;
    font-weight: bold;
}

.header .nav-list {
    width: 72%;
    font-size: 0;
    height: 100%;
}

.header .nav-list > li {
    display: inline-block;
    width: 12.5%;
    height: 100%;
    font-size: 16px;
    line-height: 96px;
    text-align: center;
}
.header .nav-list > li+li{
    /*border-left: 1px #F5F5F5 solid;*/
    background-image: url(../images/l.jpg);
    background-repeat: repeat-y;
    background-position: 0;
}
.header .nav-list > li a {
    display: block;
    color: #666;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.header .nav-list a.se{
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    overflow:hidden;
}

.header .nav-list > li .open-sec {
    display: none;
}

.header .nav-list > li > ul {
    display: none;
}
.header .nav-list > li:hover{
    /*border-left: 0;*/
}
.header .nav-list > li a:hover, .header .nav-list > li a.active, .header .nav-list > li a.focus {
    /*background: #E64C45;*/
    background-color: #E64C45;
    color: #FFF;
}

.header .nav-list > li a.blueone{
    background-color: #12A0CA;
    color: #FFF;
}


@media (min-width: 1200px){
    .header .nav-list > li{
        position: relative;
    }
    .header .nav-list > li > ul {
        /*display: block;*/
        position: absolute;
        background: #FFF;
        left: 0;
        right: 0;
        top: 100%;
    }
    .header .nav-list > li > ul .tit{
        display: none;
    }
    .header .nav-list > li > ul > li{
        line-height: 50px;
        font-size: 14px;
    }
}


.banner {
    padding-top: 130px;
}

.pub-title {
    font-size: 30px;
    padding: 20px 0;
    text-align: center;
}
.pub-title.bs{
    background-image: url(../images/title_bg.png);
    background-position: 0;
    background-repeat: repeat-x;
    background-size: 2px 5px;
}
.pub-title.bs span{
    display: inline-block;
    padding: 0 25px;
    background: #FFF;
}

@media (max-width: 768px){
    /*.pub-title{
        background-image: none;
    }
    .pub-title span{
        padding: 0;
    }*/
}

.an-pro {
    padding: 30px 0;
}
.an-pro .thumb {
    border: 1px #E6E6E6 solid;
    padding: 10px;
}

.an-pro .pro-name {
    font-size: 16px;
    line-height: 40px;
}
.an-pro .intro {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding: 10px 0;
}
.an-pro .tags {}

.prco {
    padding: 30px 0;
}

.prco .cate .menu {
    display: none;
    height: 40px;
    line-height: 40px;
    background: #1893E3;
    color: #FFF;
    font-size: 16px;
}

.prco .cate .menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #FFF;
    font-size: 16px;
    margin-right: 15px;
}
.prco .cate .menu a .icon.vbs{
    position: relative;
    top: 2px;
}

.prco .bt-list {
    font-size: 0;
    margin: 25px 0;
    text-align: center
}

.prco .bt-list a {
    display: inline-block;
    font-size: 14px;
    color: #777;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #D6D6D6;
    margin: 0 3px;
}

.prco .bt-list a:hover, .prco .bt-list a.active {
    background: #1893E3;
    color: #FFF;
    border: 1px solid #1893E3;
}

.prco .row {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -7px;
    margin-bottom: -7px;
}

.prco .row .item {
    position: relative;
    left: 50px;
    opacity: 0;
}

.prco .row [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.prco .row [class*='col-'] a {
    display: block;
    border: 1px #E6E6E6 solid;
    text-align: center;
    color: #333;
}
.prco .row [class*='col-'] a *{

    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;

}
.prco p{
    text-indent: 0 !important;
}
.prco .row [class*='col-'] a .photo{
    padding: 8px;
    overflow: hidden;
}
.prco .row [class*='col-'] a .photo img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
}
.prco .row [class*='col-'] a p{
    margin-bottom: 10px !important;
}
.prco .row [class*='col-'] a p.name{
    font-size: 16px;
    padding: 8px 8px 0 8px;
}
.prco .row [class*='col-'] a p.name span{
    display: block;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    overflow:hidden;
}
.prco .row [class*='col-'] a p.dosth{
    font-size: 0;
}
.prco .row [class*='col-'] a p.dosth span{
    display: inline-block;
    border: 1px #E6E6E6 solid;
    line-height: 32px;
    font-size: 14px;
    padding: 0 7px;
    color: #999;
}
.prco .row [class*='col-'] a p.dosth span+span{
    border-left: none;
}

.prco .row [class*='col-'] a:hover .photo img{
    transform:scale(1.2);
    -ms-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.prco .row [class*='col-'] a:hover p.dosth span{
    color: #333;
}
.prco .row [class*='col-'] a:hover p.name span{
    /*text-decoration: underline;*/
    /*color: #2e6da4;*/
}
.prco .row [class*='col-'] a p.dosth span.active{
    background: #1893E3;
    color: #FFF;
}

@media (max-width: 375px){
    .prco .row [class*='col-'] a p.name{
        font-size: 14px;
    }
    .prco .row [class*='col-'] a p.dosth span{
        font-size: 12px;
    }
}

.prco .tog-bts {
    padding: 40px 0 20px 0;
    text-align: center;
    font-size: 0;
}

.prco .tog-bts a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -o-border-radius: 44px;
    line-height: 44px;
    text-align: center;
    color: #777;
    border: 1px solid #808080;
    font-size: 25px;
    margin: 0 15px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.prco .tog-bts a:hover {
    background: #E33931;
    border: 1px solid #E33931;
    color: #FFF;
}

.proc-list .name {
    padding: 20px 0 30px 0;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #DDD;
}

.proc-list .name:hover {
    color: #1893E3;
}

.proc-list .read-more {
    padding-top: 10px;
    color: #999;
    font-size: 12px;
}

.proc-list .read-more a {
    color: #333;
    font-size: 25px;
    position: relative;
    top: -5px;
}

.about {
    width: 100%;
    padding: 70px 0 60px 0;
    /*
    background: url(../images/abo-bg-easy.jpg);
    background-size: cover;
    background-attachment: fixed;
    */
    text-align: center;
}

.about .pub-title {
    /*color: #FFF;*/
}

.about .w58 {
    max-width: 1058px;
    margin: 0 auto;
}

.about .w58 .intro {
    font-size: 16px;
    line-height: 35px;
    padding: 30px 0 60px 0;
}

.about .w58 .more {
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin: 0 auto;
    /*color: #FFF;*/
    color: #333;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}

.about .w58 .number-list {
    padding-top: 80px;
}

.about .w58 .number-list .num {
    font-size: 30px;
}

.about .w58 .number-list .num span {
    font-size: 100px;
}

.about .w58 .number-list .cont {
    font-size: 20px;
}

.bg-fixed {
    background: url(../images/aplay-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service {
    width: 100%;
    background: #FFFFFF;
    clear: both;
    overflow: hidden;
}

.service .t-box {
    position: absolute;
    top: 0;
    height: 100%;
    width: 33.333%;
}

.service .t-box .content {
    padding: 0 8%;
    clear: both;
    overflow: hidden;
}

.service .t-box .content .tit {
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
}

.service .t-box .content .tit span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #449284;
}

.service .t-box .content .intro {
    font-size: 14px;
    color: #868686;
    padding-bottom: 80px;
    padding-right: 20px;
}

.service .t-box .content .keys {
    font-size: 16px;
    font-weight: bold;
    color: #868686;
}

.service .t-box .content .keys i {
    display: inline-block;
    padding: 0 3px;
}

.service .ser-list {
    width: 66.66%;
    font-size: 0;
    background: #FFF;
    margin-top: 0;
}

.service .ser-list .item {
    width: 50%;
    display: inline-block;
    padding: 30px 9% 30px 9%;
    text-align: center;
    font-size: 16px;
    background-size: cover;
    color: #666;
    position: relative;
    /*top: 100px;*/
}

.service .ser-list .item img {
    margin: 0 auto;
}

.service .ser-list .item .name {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
}

.service .ser-list .item .com {
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.service .ser-list .item:first-child {
    background-image: url(../images/item-bg-1.jpg);
    color: #FFF;
}

.service .ser-list .item:nth-child(2) {
    background: #FFF;
}

.service .ser-list .item:nth-child(3) {
    border: 1px #E6E6E6 solid;
    border-width: 0 1px;
}

.service .ser-list .item:nth-child(4) {
    background: #FFF;
    border-top: 1px #E6E6E6 solid;
}

/*.service {
    width: 100%;
    background: #FFF;
}

.service .t-box {
    position: absolute;
    bottom: 0;
    height: 105%;
    width: 33.333%;
    background: #FFF;
}

.service .t-box .content {
    padding: 0 8%;
}

.service .t-box .content .tit {
    font-size: 40px;
    color: #2E70A5;
    padding-bottom: 50px;
}

.service .t-box .content .intro {
    font-size: 16px;
    color: #666;
    padding-bottom: 80px;
    line-height: 30px;
}

.service .t-box .content .keys {
    font-size: 16px;
    font-weight: bold;
    color: #868686;
}

.service .t-box .content .keys i {
    display: inline-block;
    padding: 0 3px;
}

.service .ser-list {
    width: 66.66%;
    font-size: 0;
    background: #FFF;
    position: relative;
    top: 100px;
    opacity: 0;
}

.service .ser-list .item {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 30px 9% 30px 9%;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    color: #666;
    z-index: 1;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.service .ser-list .item img {
    margin: 0 auto;
}

.service .ser-list .item .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.service .ser-list .item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0;
    background-size: cover !important;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.service .ser-list .item .name {
    font-size: 20px;
    padding: 8px 0;
}

.service .ser-list .item .com {
    line-height: 25px;
    font-size: 14px;
}

.service .ser-list .item.active {
    background-size: 100% 100% !important;
    color: #FFF;
}

.service .ser-list .item.active .cover {
    left: 0 !important;
    top: 0 !important;
}

.service .ser-list .item.active .image {
    opacity: 1;
}

.service .ser-list .item:first-child .image {
    background: url(../images/ser-bg.jpg) no-repeat;
}

.service .ser-list .item:first-child .cover {
    background: rgba(8, 80, 138, 0.6);
    left: 0;
    top: 100%;
}

.service .ser-list .item:nth-child(2) .cover {
    background: rgba(83, 155, 128, 0.8);
    left: -100%;
    top: 0;
}

.service .ser-list .item:nth-child(2) .image {
    background: url(../images/ser-bg-1.jpg) no-repeat;
}

.service .ser-list .item:nth-child(3) .image {
    background: url(../images/ser-bg.jpg) no-repeat;
}

.service .ser-list .item:nth-child(3) .cover {
    background: rgba(8, 80, 138, 0.6);
    top: 0;
    left: 100%;
}

.service .ser-list .item:nth-child(4) .cover {
    background: rgba(83, 155, 128, 0.8);
    top: -100%;
    left: 0;
}

.service .ser-list .item:nth-child(4) .image {
    background: url(../images/ser-bg-1.jpg) no-repeat;
}*/

.show {
    background: url(../images/show-bg.jpg) no-repeat;
    background-size: cover;
}

.show .pub-title {
    color: #FFF;
}

.show .proc-list {
    padding: 20px 0;
}

.customer-list ul{
    margin: -15px;
    font-size: 0;
}
.customer-list ul li{
    width: 25%;
    display: inline-block;
    padding: 15px;
}
.customer-list ul li a{
    display: block;
    font-size: 14px;
    background: #FFF;
    text-align: center;
    color: #999;
}
.customer-list ul li a span{
    display: block;
    padding: 12px 0;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    overflow:hidden;
}

@media (max-width: 768px) {
    .customer-list ul li{
        width: 25%;
    }
}
@media (max-width: 640px) {
    .customer-list ul li{
        width: 50%;
    }
}

.news {
    background: #FFF;
    height: 100%;
    overflow: hidden;
}

.news .desc {
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0));
    background: -o-linear-gradient(bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.5));
    background: -moz-linear-gradient(bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.5));
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(51, 51, 51, 0.5));
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    z-index: 0;
}

.news .text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    width: 100%;
    z-index: 999;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
}

.news .left-news:hover .desc, .news .img:hover .desc {
    opacity: 0;
}

.news .left-news {
    width: 33.333%;
}

.news .news-list {
    position: absolute;
    width: 66.6666%;
    height: 100%;
    left: 33.3333%;
    top: 0;
}

.news .news-list .item {
    width: 50%;
    display: block;
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    font-size: 0;
}

.news .news-list .item .pad {
    padding: 50px 90px 80px 40px;
}

.news .news-list .item .img {
    display: inline-block;
    width: 50%;
}

.news .news-list .item .title {
    font-size: 16px;
    color: #000;
    padding-bottom: 30px;
    width: 90%;
}

.news .news-list .item .com {
    font-size: 12px;
    color: #7B7B7B;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .news-list .item .btm {
    padding-top: 30px;
}

.news .news-list .item .btm .time {
    font-size: 12px;
    color: #999;
}

.news .news-list .item .dots span {
    width: 4px;
    height: 4px;
    background: #BCBBBB;
    opacity: 1;
    filter: alpha(opacity=0);
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
}

.news .news-list .item .dots span.active {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #000;
}

.news .news-list .item .bts {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: 10px;
    z-index: 999;
    width: 10px;
    height: 10px;
    font-size: 26px;
    color: #B2B2B2;
}

.news .news-list .item .bts.bts-left {
    right: 25px;
}

.news .news-list .item .list {
    padding: 40px 80px 25px 60px;
    font-size: 14px;
}

.news .news-list .item .list .tit {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding-bottom: 15px;
}

.news .news-list .item .list .dots span {
    background: #989898;
}

.news .news-list .item .list .dots span.active {
    background: #FFF;
}

.news .news-list .item .list li {
    line-height: 34px;
    position: relative;
    height: 100%;
    clear: both;
    overflow: hidden;
}

.news .news-list .item .list li a {
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    color: #FFF;
}

.news .news-list .item .list li .tm {
    color: #FFF;
    display: block;
    width: 20%;
    float: right;
    font-size: 12px;
    text-align: right;
}

.news .news-list .item:nth-child(2) {
    left: 50%;
}

.news .news-list .bt-list .item:first-child {
    top: 50%;
}

.news .news-list .bt-list .item:nth-child(2) {
    left: 50%;
    top: 50%;
}

.news .news-list .bt-list .item.bg-red {
    background: #D12500;
}

.news .news-list .bt-list .item.bg-red .list{
    padding: 20px;
}

.news .swiper-pagination {
    text-align: left;
}

.news .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #BCBBBB;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.news .swiper-pagination-bullet-active {
    background: #383434;
}

.footer {
    background: #333;
}

.footer .ft-top {
    padding: 45px 0 50px 0;
    border-bottom: 1px solid #555555;
}

.footer .ft-top .ft-nav {
    width: 62%;
    float: left;
}

.footer .ft-top .ft-nav > li {
    width: 20%;
    float: left;
}

.footer .ft-top .ft-nav > li > a {
    display: inline-block;
    color: #f0f0f0;
    font-size: 16px;
}

.footer .ft-top .ft-nav > li .tog-sec {
    display: none;
}

.footer .ft-top .ft-nav > li > ul {
    padding-top: 25px;
}

.footer .ft-top .ft-nav > li > ul > li {
    line-height: 26px;
}

.footer .ft-top .ft-nav > li > ul > li > a {
    font-size: 14px;
    color: #A4A4A4;
}

.footer .ft-top .ft-nav > li > ul > li > a:hover {
    color: #FFF;
}

.footer .ft-top .ewm-area {
    width: 19%;
    padding-top: 50px;
    font-size: 0;
    float: left;
    text-align: center;
}

.footer .ft-top .ewm-area .item {
    display: inline-block;
    width: 50%;
    padding: 5px;
    text-align: center;
}

.footer .ft-top .ewm-area .item img {
    margin: 0 auto;
}

.footer .ft-top .ewm-area .item p {
    font-size: 14px;
    font-weight: bold;
    color: #B3B3B3;
    padding-top: 10px;
}

.footer .ft-top .contact {
    width: 19%;
    float: right;
    color: #FFF;
    text-align: right;
}

.footer .ft-top .contact .t {
    font-size: 14px;
    font-weight: bold;
}

.footer .ft-top .contact .t i {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    left: -10px;
    top: 5px;
}

.footer .ft-top .contact .phone {
    padding: 10px 0;
    font-size: 30px;
}

.footer .ft-top .contact .ser-time {
    font-weight: bold;
}

.footer .ft-top .contact .online {
    padding-top: 10px;
    font-size: 0;
}

.footer .ft-top .contact .online a {
    display: inline-block;
    width: 100px;
    height: 26px;
    line-height: 20px;
    text-align: center;
    background: #FFF;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    font-size: 12px;
    color: #333;
    margin: 2px 0;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    margin-left: 10px;
}

.footer .ft-top .contact .online a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -3px;
    font-weight: bold;
}

.footer .ft-top .contact .online a:hover {
    background: #333;
    color: #FFF;
}

.footer .ft-bottom {
    padding: 15px 0;
    color: #FFF;
    font-size: 12px;
}

.footer .ft-bottom a {
    color: #F0F0F0;
}

.main-content {
    background: #F2F2F2;
    padding: 15px 0;
}

.main-content .row.c{
    margin-left: -10px;
    margin-left: -10px;
}

.main-content .row.c .col-md-3.c, .main-content .row.c .col-md-9.c {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.main-content .fixBt {
    position: absolute;
    top: 0;
    right: -70px;
    width: 70px;
}

.main-content .fixBt a {
    display: block;
    width: 100%;
    height: 70px;
    background: -webkit-linear-gradient(top left, #449284, #36729C);
    background: -o-linear-gradient(bottom right, #449284, #36729C);
    background: -moz-linear-gradient(bottom right, #449284, #36729C);
    background: linear-gradient(to bottom right, #449284, #36729C);
    color: #FFF;
    text-align: center;
}

.main-content .fixBt a .image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
}

.main-content .fixBt a .image.act {
    z-index: 999;
    opacity: 1;
}

.main-content .fixBt a i {
    font-size: 25px;
    display: inline-block;
    padding: 5px 0;
}

.main-content .fixBt .bt-menu {
    background: #A5A5A5;
}

.main-content .fixBt .bt-menu i {
    padding: 0;
    font-size: 28px;
    line-height: 70px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.main-content .fixBt .bt-menu.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.main-content .left-nav {
    /*!*margin-top: -180px;*!
    max-width: 262.5px;*/
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
}

.main-content .left-nav .nav-list {
    background: #FFF;
}

.main-content .left-nav .tit {
    height: 60px;
    line-height: 60px;
    background: #E64C45;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.main-content .left-nav .tit i {
    font-weight: normal;
    display: inline-block;
    padding: 0 8.3%;
    font-size: 30px;
}

.main-content .left-nav ul.sdnav {
    padding-bottom: 20px;
}

.main-content .left-nav ul.sdnav li {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
}

.main-content .left-nav ul.sdnav li+li{
    border-top: 1px solid #EFEFEF;
}


.main-content .left-nav ul.sdnav li i {
    display: inline-block;
    padding: 0 6.7% 0 10%;
    font-size: 25px;
    color: #D6D6D6;
    position: relative;
    top: 2px;
}

.main-content .left-nav ul.sdnav li a {
    color: #666;
}

.main-content .left-nav ul.sdnav li:hover a, .main-content .left-nav ul.sdnav li.active a {
    color: #E33931;
}


.main-content .left-nav ul.sdart {
    padding: 15px;
}

.main-content .left-nav ul.sdart li {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    overflow:hidden;
    padding-left: 10px;
    background-image: url(../images/i.jpg);
    background-repeat: no-repeat;
    background-position: 0;
}

.main-content .left-nav ul.sdart li+li{
    border-top: 1px solid #EFEFEF;
}

.main-content .left-nav ul.sdart li a:link,.main-content .left-nav ul.sdart li a:visited{
    color: #666;
}
.main-content .left-nav ul.sdart li a:hover,.main-content .left-nav ul.sdart li a:active{
    color: #E33931;
}


.main-content .right-content .bt-nav {
    background: #FFF;
    padding: 0 15px 10px 15px;
}

.main-content .right-content .bt-nav li{
    font-size: 0;
    height: auto;
    line-height: normal;
    padding: 10px 0;
}
.main-content .right-content .bt-nav li+li {
    border-top: 1px dashed #dbdbdb;
}

.main-content .right-content .bt-nav li i {
    display: inline-block;
    padding-right: 15px;
    font-size: 25px;
    padding-left: 15px;
    text-align: center;
    color: #666;
}
.main-content .right-content .bt-nav li span {
    display: inline-block;
    color: #707070;
    font-size: 14px;
}
.main-content .right-content .bt-nav li:last-child span{
    position: relative;
    top: -3px;
}


.main-content .left-nav.fix {
    position: fixed;
    top: 130px;
    margin-top: 0 !important;
    z-index: 100;
    width: 20%;
}

.main-content .left-nav.bottom {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    z-index: 100;
    width: 20%;
}

.main-content .right-content {
    background: #FFF;
    padding-bottom: 40px;
    margin-bottom: 10px;
}

.main-content .right-content .t-area {
    padding: 30px 20px;
    border-bottom: 1px solid #E8E8E8;
}

.main-content .right-content .t-area .tit {
    font-size: 16px;
    font-weight: bold;
    color: #E33931;
}

.main-content .right-content .t-area .position {
    font-size: 12px;
}

.main-content .right-content .t-area .position a:link,.main-content .right-content .t-area .position a:visited{ color: #666; }
.main-content .right-content .t-area .position a:hover,.main-content .right-content .t-area .position a:active{ color: #E33931; }

.main-content .right-content .cont {
    padding: 30px 30px 50px 30px;
    line-height: 26px;
    /*font-size: 16px;*/
}

.main-content .right-content .cont .proc-list .item {
    left: 0;
    opacity: 1;
}

.main-content .right-content .cont .read-more {
    border-top: 1px solid #E8E8E8;
    padding-top: 15px;
    color: #999;
}

.main-content .right-content .cont .read-more a {
    font-size: 30px;
    color: #999;
}

.main-content .right-content .cont .title {
    color: #1F1F1F;
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.main-content .right-content .cont .step {
    padding: 15px 0;
}

.main-content .right-content .cont .step .t {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.main-content .right-content .cont .step p {
    text-indent: 0;
}

.main-content .right-content .cont p {
    /*text-indent: 2em;*/
    font-size: 15px;
    color: #666;
    line-height: 36px;
}

.main-content .right-content .cont .page-list {
    padding-top: 30px;
    font-size: 0;
    margin: 0 -3px;
}

.main-content .right-content .cont .page-list a {
    display: inline-block;
    border: 1px solid #E1E1E1;
    color: #333;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.main-content .right-content .cont .page-list a.next {
    width: 80px;
}

.main-content .right-content .cont .page-list a:hover, .main-content .right-content .cont .page-list a.active {
    background: #E33931;
    border: 1px solid #E33931;
    color: #FFF;
}

.main-content .right-content .cont .vip-box .title {
    padding: 30px 0;
    background: -webkit-linear-gradient(left, #418C88, #37739C);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #418C88, #37739C);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #418C88, #37739C);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #418C88, #37739C);
    text-align: center;
    color: #FFF;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.main-content .right-content .cont .vip-box .search-vip {
    background: #EBEBEB;
    padding: 30px 50px;
}

.main-content .right-content .cont .vip-box .search-vip form {
    font-size: 0;
}

.main-content .right-content .cont .vip-box .search-vip form input {
    display: inline-block;
    width: 84%;
    font-size: 14px;
    height: 50px;
    padding-left: 30px;
}

.main-content .right-content .cont .vip-box .search-vip form button {
    width: 16%;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    background: #E64C45;
    line-height: 50px;
    border: 0;
    color: #FFF;
    padding: 0;
    position: relative;
    top: 7px;
}

.main-content .right-content .cont .vip-box .search-vip .tips {
    padding-top: 20px;
    font-weight: bold;
    color: #999;
}
/*
.main-content .right-content .cont table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.main-content .right-content .cont table td {
    height: 60px;
    line-height: 60px;
    color: #777;
}

.main-content .right-content .cont table thead {
    background: #F2F2F2;
    font-weight: bold;
}

.main-content .right-content .cont table tbody {
    color: #777;
}*/

.main-content .right-content .cont .apply-box .tips {
    background: #F2F2F2;
    color: #999;
    padding: 8px;
    margin: 30px 0;
}

.main-content .right-content .cont .apply-box .tips span {
    display: block;
    line-height: 26px;
}

.main-content .right-content .cont .apply-box form table {
    text-align: center;
}

.main-content .right-content .cont .apply-box form table input {
    width: 100%;
    height: 36px;
    background: #FFF;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin-right: 0;
    color: #C3C3C3;
    padding-left: 5px;
    font-weight: normal;
}

.main-content .right-content .cont .apply-box form table textarea {
    width: 100%;
}

.main-content .right-content .cont .apply-box form table td {
    line-height: 36px;
    color: #777;
}

.main-content .right-content .cont .apply-box form table td i {
    color: #E54C45;
}

.main-content .right-content .cont .apply-box form table td label, .main-content .right-content .cont .apply-box form table td a {
    display: inline-block;
    width: 84px;
    height: 36px;
    line-height: 36px;
    background: #888888;
    color: #FFF;
    text-align: center;
    position: relative;
    left: -5px;
}

.main-content .right-content .cont .apply-box form table td label i, .main-content .right-content .cont .apply-box form table td a i {
    color: #FFF;
    font-size: 16px;
}

.main-content .right-content .cont .apply-box form table td span {
    color: #A4A4A4;
}

.main-content .right-content .cont .apply-box form table td:last-child {
    text-align: left;
}

.main-content .right-content .cont .apply-box form .sub, .main-content .right-content .cont .apply-box form .reset {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #888888;
    color: #FFF;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin-right: 10px;
}

.main-content .right-content .cont .apply-box form .sub {
    background: #E33931;
}

.main-content .right-content .cont .apply-box form .fm-xs.row {
    margin-right: -5px;
    margin-left: -5px;
}

.main-content .right-content .cont .apply-box form .fm-xs.row .col-xs-4, .main-content .right-content .cont .apply-box form .fm-xs.row .col-xs-6, .main-content .right-content .cont .apply-box form .fm-xs.row .col-xs-12 {
    padding: 10px 5px;
}

.main-content .right-content .cont .apply-box form .fm-xs.row .w50.form-control {
    display: inline-block;
}

.main-content .right-content .cont .apply-box form .fm-xs.row label, .main-content .right-content .cont .apply-box form .fm-xs.row a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 80px;
    background: #888888;
    color: #FFF;
    text-align: center;
    position: relative;
    left: -5px;
}

.main-content .right-content .cont .contact-box p {
    font-size: 14px;
    color: #777;
    text-indent: 0;
    padding: 10px 0;
    border-top: 1px solid #E8E8E8;
}

.main-content .right-content .cont .contact-box p i {
    font-size: 30px;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    top: 5px;
}

.main-content .right-content .cont .contact-box .map {
    border-top: 1px solid #E8E8E8;
}

.main-content .right-content .cont .contact-box .map img {
    margin-top: 30px;
}

.main-content .right-content .cont .venues-box .item {
    padding: 20px 0;
}

.main-content .right-content .cont .venues-box .item .image {
    width: 37.5%;
}

.main-content .right-content .cont .venues-box .item .content {
    width: 62.5%;
    padding: 0 15px;
}

.main-content .right-content .cont .venues-box .item .content .tit {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.main-content .right-content .cont .venues-box .item .content .time {
    color: #999;
    padding-bottom: 10px;
}

.main-content .right-content .cont .venues-box .item .content .desc {
    color: #999;
    margin: 15px 0 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main-content .right-content .cont .edu-box .edu-fm {
    padding-top: 50px;
}

.main-content .right-content .cont .edu-box .edu-fm .tit {
    font-size: 16px;
    font-weight: bold;
    color: #E33931;
    padding-bottom: 30px;
}

.main-content .right-content .cont .edu-box .edu-fm input, .main-content .right-content .cont .edu-box .edu-fm textarea {
    width: 100%;
    background: #EEE;
    padding-left: 10px;
    border: 0;
    height: 40px;
}

.main-content .right-content .cont .edu-box .edu-fm textarea {
    height: 100px;
    padding: 10px;
}

.main-content .right-content .cont .edu-box .edu-fm .sub {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #E33931;
    color: #FFF;
    margin-left: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-content .right-content .cont .edu-box .edu-fm .row div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-content .right-content .cont .edu-list li {
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
    padding: 15px 0;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 10px;
}

.main-content .right-content .cont .edu-list li a {
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    overflow: hidden;
    color: #868686;
}

.main-content .right-content .cont .edu-list li span {
    color: #999;
    width: 35%;
    text-align: right;
}

.main-content .right-content .cont .detail-box .tit-area {
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #E8E8E8;
    text-align: center;
}

.main-content .right-content .cont .detail-box .tit-area .title {
    font-size: 16px;
    color: #666;
}

.main-content .right-content .cont .detail-box .tit-area .det {
    padding-top: 15px;
    color: #999;
}

.main-content .right-content .cont .detail-box .detail {
    padding-top: 30px;
}

.main-content .right-content .cont .detail-box .down-box {
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
}

.main-content .right-content .cont .detail-box .down-box a {
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #D43B32;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.main-content .right-content .cont .detail-box .down-box a i {
    font-size: 25px;
    position: relative;
    top: 6px;
    left: 6px;
}

.main-content .right-content .cont .detail-box .next {
    padding-top: 30px;
}

.main-content .right-content .cont .detail-box .next a {
    color: #999999;
}

.main-content .right-content .cont .expert-list .name {
    font-size: 16px;
    padding: 10px 0;
}

.main-content .right-content .cont .expert-list .read-more i {
    display: inline-block;
    position: relative;
    top: -15px;
    font-size: 25px;
}

.main-content .right-content .cont .news-box li {
    position: relative;
    height: 100%;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.main-content .right-content .cont .news-box li a {
    display: block;
    width: 80%;
    float: left;
}
.main-content .right-content .cont .news-box li a:link,.main-content .right-content .cont .news-box li a:visited{
    color: #666;
}
.main-content .right-content .cont .news-box li a:hover,.main-content .right-content .cont .news-box li a:active{
    color: #E64C45;
}

.main-content .right-content .cont .news-box li span {
    display: block;
    width: 20%;
    float: right;
    text-align: right;
    color: #999;
}

.main-content .right-content .cont .video-box .item {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.main-content .right-content .cont .video-box .item .name {
    padding: 10px 0;
}

.main-content .right-content .cont .video-box .item .discover {
    color: #666;
}

.main-content .right-content .cont .video-box .item .discover i {
    font-size: 14px;
    display: inline-block;
    position: relative;
    left: 5px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
}

.main-content .right-content .cont .video-box .item .discover:hover i {
    left: 10px;
}

.main-content .right-content .cont .procduct-detail-box .title {
    padding: 15px 0;
    text-align: center;
    color: #333;
    font-size: 18px;
}

.main-content .right-content .cont .procduct-detail-box .img-list {
    padding: 10px 0;
}

.main-content .right-content .cont .procduct-detail-box .img-list img.active {
    border: 1px solid #333;
}

.main-content .right-content .cont .procduct-detail-box .com {
    line-height: 25px;
    padding: 20px 0 0 0;
}

.main-content .right-content .cont .procduct-detail-box .com .t {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
}

.main-content .right-content .cont .procduct-detail-box .com .intro {
    padding: 15px 0;
    text-indent: 2em;
}

.main-content .right-content .cont .procduct-detail-box .com .hotNumber {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #337ab7;
}

.main-content .right-content .bts {
    padding: 30px;
    border-top: 1px solid #E8E8E8;
}

.main-content .right-content .bts a {
    color: #999;
    font-size: 18px;
    display: inline-block;
    padding-right: 8px;
}

.main-content .right-content .bts .bdshare-button-style0-16 a, .main-content .right-content .bts .bdshare-button-style0-16 .bds-more {
    background: none !important;
    padding: 0 8px 0 0 !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
    float: none !important;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    background: none !important;
}

.search-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.search-area .search-box {
    width: 100%;
    padding: 80px 0;
    background: #333;
    text-align: center;
}

.search-area .search-box .form-area, .search-area .search-box .logo, .search-area .search-box .close-search {
    display: inline-block;
    font-size: 0;
}

.search-area .search-box .logo {
    position: relative;
    top: 33px;
}

.search-area .search-box .form-area {
    padding: 0 20px;
}

.search-area .search-box .form-area .key-btn {
    text-align: left;
}

.search-area .search-box .form-area .key-btn a {
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.search-area .search-box .form-area .key-btn a.active {
    background: #FFF;
    color: #E64C45;
}

.search-area .search-box .form-area .fm input {
    height: 70px;
    width: 600px;
    border: 0;
    text-align: center;
    font-size: 14px;
}

.search-area .search-box .form-area .fm a {
    width: 120px;
    height: 70px;
    line-height: 61px;
    background: #E64C45;
    color: #FFF;
    display: inline-block;
    border: 0;
    font-size: 25px;
}

.search-area .search-box .close-search a {
    color: #FFF;
    font-size: 30px;
}

.vertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.body-fixBts{
  position: fixed;
  right:0;
  z-index: 999;
  width:50px;
  height: 50px;
  top:50%;
  margin-top: -125px;
  overflow: hidden;


  a{
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #F07174;
    background: #EB3D41;
    line-height: 50px;
    color:#FFF;
    font-size: 14px;
    text-align: center;
    @include transition(all,0.5s,linear);
    i{
      font-size: 20px;
    }

  }
  .Bt{

    .text{
      position: absolute;
      padding-left: 20px;
      width: 200px;
      top:0;
      left:200px;
      text-align: left;
      display: block;
      background: linear-gradient(to right, rgb(240, 113, 116), rgb(235, 61, 65));
      overflow: hidden;
      @include transition(all,0.5s,linear);
    }
    .con{
      width: 50px;
      text-align: center;
      display: block;
      height: 50px;
      background: #EB3D41;
      @include transition(all,0.5s,linear);
    }

  }
  .share .text {
    font-size:0;
    padding-left: 0;
    background: linear-gradient(to right, rgb(240, 113, 116), rgb(235, 61, 65));
    span {
      display: inline-block;
      width: 50px;
      font-size: 20px;
      background: none !important;
      @include transition(all,0.5s,linear);
    }
  }
  .share:hover .text .con{
    background: none;
  }
  .share .cont{width: 50px;text-align: center;background: #12A0CA}
  .share .text span:hover{
    background: #715859 !important;
  }

  a:last-child{
    border-bottom: 0;
  }
  .Bt:hover span{
    background: #FFF;
    color:#333;
  }
}
.body-fixBts:hover{
  width: 250px;
  a{
    width: 250px;
    .text{
      width: 200px;
      padding-left: 20px;
    }
  }
}*/
/*.body-fixBts{
  position: fixed;
  width: 50px;
  height: 250px;
  right: 0;
  top:50%;
  margin-top: -125px;
  z-index: 999;
  background: #EB3D41;
  a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F07174;
    position: relative;
    color:#FFF;
    font-size: 18px;
    text-align: center;
    @include transition(all,0.5s,linear);
    .text{
      position: absolute;
      top:0;
      width: 200px;
      left: -200px;
      height: 50px;
      line-height: 50px;
      background: linear-gradient(to right, rgb(240, 113, 116), rgb(235, 61, 65));
      border-bottom: 1px solid #F07174;
      font-size: 14px;
      text-align: left;
      padding-left: 20px;
      @include transition(all,0.5s,linear);
    }
  }
  .share{
    .text{
      padding-left: 0;
      font-size: 0;
      .con{
        width: 50px;
        display: inline-block;
        font-size: 18px;
        text-align: center;
      }
    }
  }
  .share:hover{
    background: none;
    .text{
      background: none;
    }
  }
  a:hover{
    .text{background: #FFF}
    background: #FFF;
    color:#333;
  }
}*/
.float-right-box {
    width: 250px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -127px;
    background: -webkit-linear-gradient(-270deg, #F07174, #EB3B3E);
    background: -o-linear-gradient(-270deg, #F07174, #EB3B3E);
    background: -moz-linear-gradient(-270deg, #F07174, #EB3B3E);
    background: linear-gradient(-270deg, #F07174, #EB3B3E);
    z-index: 1000;
    transition: width 0.3s ease 0s;
}

.float-right-box.on {
    width: 50px;
}

.float-right-box.on .top-list .stt {
    opacity: 0;
}

.float-right-box .top-list {
    width: 100%;
}

.float-right-box .top-list ul {
    width: 100%;
}

.float-right-box .top-list li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #F07174;
    transition: background 0.3s ease 0s;
    height: 50px;
}

.float-right-box .top-list a {
    display: block;
    width: 100%;
}

.float-right-box .top-list .ico {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.3s ease 0s;
    z-index: 2;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.float-right-box .top-list .stt {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    width: 222px;
    opacity: 1;
}

.float-right-box .top-list li:hover .stt {
    color: #15191e;
}

.float-right-box .top-list li:hover .ico {
    color: #15191e;
}

.float-right-box .top-list li:hover {
    background-color: #fff;
}

.float-right-box .top-list .return-webtop .stt {
    font-family: "Arial";
    font-weight: bold;
}

.float-right-box .bot-share {
    position: relative;
    height: 50px;
}

.float-right-box .bot-share a {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    transition: background 0.3s ease 0s;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
}

.float-right-box .bot-share .share {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    float: left;
}

.float-right-box .bot-share a:hover {
    background-color: #525354;
}

.float-right-box .bot-share .share-ico {
    width: 50px;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    position: relative;
    float: right;
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background: #12A0CA;
}

.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    background: #FFF;
}

.swiper-pagination-bullet-active {
    background: #E33931;
}

.w1750 {
    max-width: 1750px;
    margin: 0 auto;
}


.swp-lger {
    border: 1px #F5F5F5 solid;
    padding: 5px;
    margin-bottom: 10px;
}

.swp-small {
    position: relative;
}

.swp-small a.ctbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(100, 195, 188, 0.7);
}

.swp-small a.swiper-slide {
    border: 1px #F5F5F5 solid;
}

.swp-small a.active {
    border: 2px #E64C45 solid;
}


.proViewbox{
    padding-top: 10px !important;
}
.proViewbox li{
    padding: 8px 0;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}
.proViewbox li.proname{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.proViewbox li.price{
    color: #E64C45;
}

.viewbox{
    clear: both;
    padding-top: 20px;
}
.viewbox .tits{
    border: 1px #E5E5E5 solid;
    border-width: 1px 0;
    padding: 10px;
    font-size: 16px;
}
/*# sourceMappingURL=index.css.map */
.cutsection{
    clear:both;
    overflow:hidden;
    padding:50px 0;
}
.cutsection.onlybottom{ padding-top:0; }
.global-title-box{
    clear:both;
    overflow:hidden;
    text-align:center;
    color:#999;
    margin-bottom:15px;
}
.global-title-box span{
    font-size:24px;
    font-weight:bold;
    padding:0 0 15px 0;
    position:relative;
    color:#2F2F2F;
    display:inline-block;
    margin-bottom:20px;

}
.global-title-box span i{
    position:absolute;
    width:30%;
    height:2px;
    bottom:0;
    left:35%;
    background:#191935;
}
.global-title-box p{ line-height:24px; }

.news-box.indart a:link,.news-box.indart a:visited{
    color: #666;
}
.news-box.indart a:hover,.news-box.indart a:active{
    color: #E64C45;
}

.news-box.indart [class*='col-']{
    padding-top:15px;
}
.news-box.list .row{ margin-bottom:20px; }
.news-box .cont-box{
    padding:15px 0;
    color:#999;
    line-height:24px;
    overflow:hidden;
}
.news-box .cont-box a{ display:block; font-size:16px; color:#2F2F2F; padding-bottom:8px; }
.news-box .cont-box .ms{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    clear:both;
}

ul.ind-art-list{
    clear:both;
    font-size: 12px;
    padding: 15px 0;
}
ul.ind-art-list li{
    height: 32px;
    line-height: 32px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    overflow:hidden;
}
ul.ind-art-list li span{
    float: right;
    color: #999;
}


.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: none;
}

.cover .login-form, .cover .resiger-form {
    position: absolute;
    width: 30%;
    left: 35%;
    background: #FFF;
    top: 25%;
    display: none;
}

.cover .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.cover .title span{
    font-size: 18px;
    color: #333;
}
.cover .title a {
    color: #000;
}

.cover .content {
    padding: 20px 25px;
}

.cover .content input {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #E6E6E6;
    margin-top: 30px;
    color: #999;
    padding-left: 15px;
}

.cover .content button.loginForm {
    background: #E64C45;
    /*width: 100%;*/
    color: #FFF;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
}

.cover .content .warns {
    padding: 20px 0;
}

.cover .content .warns a {
    color: #666;
}

.cover .content .warns span a {
    color: #314249;
}

.cover .content .weixin-login {
    padding-top: 20px;
}

.cover .content .weixin-login a {
    display: block;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #999;
    border: 1px solid #E6E6E6
}

.cover .content .weixin-login a i {
    font-size: 25px;
    color: #80DE32;
    display: inline-block;
    padding-right: 10px;
}


.hd-fmbox input,.hd-fmbox textarea{
    border-radius: 0;
}
.hd-fmbox input{
    height: 40px;
}
.hd-fmbox .btn-default{
    background: #E64C45;
    color: #FFF;
}
