.row{
    margin: 0!important;
    padding: 0!important;
}
table{
    color: #1A1A1A!important;
    min-width: 1140px!important;
    width: 1140px!important;
}


.white{
    width: 100%;
    background: #ffffff;
    padding-bottom:2.5rem;
}
.grey{
    width: 100%;
    background: #F9F9F9;
    padding-bottom:2.5rem;
}
.line{
    clear: both;
    border-bottom: 0.08333333333333333rem solid #BCBCBC;
}
.home-title{
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    color: #1A1A1A;
}
.home-img-js{
    width: auto;
    height: 20.75rem;
}
.home-js-text{
    width: 100%;
    line-height: 2.5rem;
    font-size: 1.3rem;
    color: #1A1A1A;
}
.home-more{
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 3.3rem;
    display: block;
    float: right;
    color: #2E334E;
}
.mx-res{
    margin-left: 0;
    margin-right: -0.01rem;
    margin-top: 1.25rem;
}
.home-table{
    width: 1200px;
}
.home-table tr th{
    border-top: none!important;
    font-size: 1.3rem;
    font-weight: bold;
}
.home-table tr td{
    border-top: none!important;
    border-bottom: 0.08333333333333333rem dashed #707070;
    font-size: 1.3rem;
}
.home-th1{
    width: 50rem;
}
.home-th2{
    width: 22.5rem;
}
.home-th3{
    width: 15.666666666666666rem;
}
.home-th4{
    width: 6.833333333333333rem;
}
.home-zy{
    display: block;
    line-height: 2.5rem;
    /*border: 1px dashed #707070;*/
    padding: 0.4rem;
    font-size: 1.2rem;
}
.mx-zy{
    display: none;
}
.home-au-img{
    width: 100%;
}
.home-au-img>img{
    width: 8.16rem;
    height: 8.08rem;
}
.home-au-text{
    width: 100%;
    font-size: 1.33rem;
    text-align: center;
    padding-top: 1.66rem;
}
.home-cu{
    width: 100%;
    font-size: 1.3333333333333333rem;
    color: #1A1A1A;
}
.card-carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.6666666666666667rem 0 3.3333333333333335rem;
    color: #666a73;
}
.card-carousel {
    display: flex;
    justify-content: center;
    width: 92%;
}
.card-carousel--overflow-container {
    overflow: hidden;
}
.card-carousel--nav__left, .card-carousel--nav__right {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.8333333333333334rem;
    box-sizing: border-box;
    border-top: 0.3333333333333333rem solid #84BF7B;
    border-right: 0.3333333333333333rem solid #84BF7B;
    cursor: pointer;
    margin: 0 0.8333333333333334rem;
    transition: transform 150ms linear;
}
.card-carousel--nav__left[disabled], .card-carousel--nav__right[disabled] {
    opacity: 0.8;
    border-color: #4F4F4F;
}
.card-carousel--nav__left {
    transform: rotate(-135deg);
}
.card-carousel--nav__left:active {
    transform: rotate(-135deg) scale(0.9);
}
.card-carousel--nav__right {
    transform: rotate(45deg);
}
.card-carousel--nav__right:active {
    transform: rotate(45deg) scale(0.9);
}
.card-carousel-cards {
    display: flex;
    transition: transform 150ms ease-out;
    transform: translatex(0rem);
}
.card-carousel-cards .card-carousel--card {
    margin: 0 0.8333333333333334rem;
    cursor: pointer;
    box-shadow: 0 0.3333333333333333rem 1.25rem 0 rgba(40, 44, 53, 0.06), 0 0.16666666666666666rem 0.16666666666666666rem 0 rgba(40, 44, 53, 0.08);
    background-color: #fff;
    border-radius: 0.3333333333333333rem;
    z-index: 3;
    margin-bottom: 0.16666666666666666rem;
    margin-right: 4.16rem;
}
.card-carousel-cards .card-carousel--card:first-child {
    margin-left: 0;
}
.card-carousel-cards .card-carousel--card:last-child {
    margin-right: 0;
}
.card-carousel-cards .card-carousel--card img {
    vertical-align: bottom;
    border-top-left-radius: 0.3333333333333333rem;
    border-top-right-radius: 0.3333333333333333rem;
    transition: opacity 150ms linear;
    user-select: none;
}
.card-carousel-cards .card-carousel--card img:hover {
    opacity: 0.5;
}
.card-carousel-cards .card-carousel--card--footer {
    padding: 1rem 2.3rem 0.2rem 2.3rem;
    border: 1px solid #84BF7B;
}
.card-carousel-cards .card-carousel--card--footer p {
    font-size: 2rem;
    /*font-weight: bold;*/
    color: #84BF7B;
    user-select: none;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2) {
    font-size: 1rem;
    font-weight: 300;
    padding: 0.5rem;
    background: rgba(40, 44, 53, 0.06);
    display: inline-block;
    position: relative;
    margin-left: 0.3333333333333333rem;
    color: #666a73;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -1rem;
    width: 0;
    height: 0;
    border-color: transparent rgba(40, 44, 53, 0.06) transparent transparent;
    border-style: solid;
    border-width: 1rem 1rem 1rem 0;
}
.card-carousel-cards .card-carousel--card--footer p:nth-of-type(2):after {
    content: "";
    position: absolute;
    top: 0.8333333333333334rem;
    left: -0.08333333333333333rem;
    float: left;
    width: 0.3333333333333333rem;
    height: 0.3333333333333333rem;
    border-radius: 0.16666666666666666rem;
    background: white;
    box-shadow: -0rem -0rem 0rem #004977;
}
h1 {
    font-size: 3.6em;
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
    color: #42b883;
}

.col-lg-10{
    padding: 0;
    margin: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding-left: 0!important;
}

.pages{
    display: none;
}

.slider-wrap {
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 70px;
}

@media screen and (min-width: 1200px) {
    .slider-wrap {
        height: 450px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .slider-wrap {
        height: 450px;
    }
}

@media screen and (max-width:768px) {
    .slider-wrap {
        max-height: 250px;
    }
    .btn-group {
        top: -90px!important;
    }
}

.slider {
    height: 100%;
}

.slider .slider-list {
    position: relative;
    height: 100%;
}

.slider .slider-list .item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider .slider-list .item.cur {
    display: block;
}

.yuan {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.yuan .yuan-item {
    display: block;
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 1px;
    cursor: pointer;
}

.yuan .yuan-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    box-sizing: border-box;
}

.yuan .yuan-item.cur::after {
    background: #fff;
}

/*.yuan .yuan-item::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-color: rgba(255, 255, 255, 0);*/
/*    border-radius: 50%;*/
/*}*/

.yuan .yuan-item.cur::before {
    background-color: rgba(255, 255, 255, .2);
}

.btn-group {
    width: 100%;
    top: -190px;
}

.btn-group .btn-left,
.btn-group .btn-right {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    /*background: rgba(255, 255, 255, .5);*/
    border-radius: 50%;
    cursor: pointer;
    font-family: "宋体";
}

.btn-group .btn-left {
    left: 15px;
    top: 20%;
    margin-top: -75px;
}

.btn-group .btn-right {
    right: 15px;
    top: 50%;
    margin-top: -75px;
}

.item-img{
    width: 100%;
    height: auto;
}