﻿.service{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bt{
    width: 100%;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 2%;
}
.bt h3{
    color: #000;
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 800;
}
.bt p{
    padding-top: 1%;
    font-size: 15px;
    color: #a2a2a2;
    letter-spacing: 2px;
}
.ser-main{
    width: 100%;
}
.serm-left{
    width: 422px;
    height: auto;
    position: relative;
    float: left;
}
.serm-left img{
    width: 100%;
}
.xx-bottom {
    position: absolute;
    bottom: 0px;
    left: 12px;
}
.xx-right {
    float: right;
    width: 100%;
    font-size: 15px;
    color: white;
    padding-right: 11px;
    height: 63px;
    background: rgba(0,0,0,0.3);
}
.xx-right p{
    padding-left: 12px;
    padding-top: 15px;
}
.serm-right{
    width: auto;
    height: auto;
}
.ind_4_cont .img {
    float: left;
    width: 424px;
    height: 312px;
    position: relative;
    margin-bottom: 15px;
}
.i4-list{
    margin-top: 40px;
}
.ind_4_cont .img .a {
    display: block;
    height: 100%;
}

.ind_4_cont .img .a img {
    display: block;
    width: 100%;
    height: 100%;
}

.ind_4_cont .img .a .tit {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    background: url(../images/line.png) repeat 0 0;
}

.ind_4_cont .img .con {
    padding: 10px 35px 10px 30px;
}

.ind_4_cont .img .con h2 {
    font-size: 22px;
    line-height: 1.1;
    /*padding-bottom: 10px;*/
}

.ind_4_cont .img .con p {
    line-height: 1.8em;
    height: 3.8em;
    overflow: hidden;
    font-size: 14px;
}

.ind_4_cont .r {
    overflow: hidden;
}

.ind_4_cont .r .tabClick {
    padding-bottom: 16px;
}

.ind_4_cont .r .tabClick a {
    display: block;
    float: left;
    margin-left: 15px;
    width: 186px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #f39d00;
    border-radius: 5px;
    color: #fff;
}

.ind_4_cont .r .tabClick a i {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -13px;
    border-top: 13px solid #f39d00;
}

.ind_4_cont .r .tabClick .a2 {
    background: #f39d00;
}

.ind_4_cont .r .tabClick .a2 i {
    border-top-color: #f39d00;
}

.ind_4_cont .r .tabClick .a3 {
    background: #f39d00;
}

.ind_4_cont .r .tabClick .a3 i {
    border-top-color: #f39d00;
}

.ind_4_cont .r .tabClick .a4 {
    background: #f39d00;
}

.ind_4_cont .r .tabClick .a4 i {
    border-top-color: #f39d00;
}

.ind_4_cont .r .tabClick a.on i {
    display: block;
}

.i4-list .child {
    display: none;
}

.i4-list .child.on {
    display: block;
}

.i4-list li {
    float: left;
    margin: 10px 0 18px 15px;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 5px;
    behavior: url(../images/pie.htc);
    width: 183px;
    height: 48px;
    line-height: 47px;
    font-size: 14px;
}

.i4-list li a {
    display: block;
    color: #333;
    padding-left: 42px;
    position: relative;
    font-size: 15px;
}

.i4-list li a i {
    position: absolute;
    width: 14px;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ccc;
    background: url(../images/ind_5.png) no-repeat center;
}

.i4-list li.on,.i4-list li:hover {
    border-color: #f39d00;
}

.i4-list li.on a,.i4-list li:hover a {
    color: #f39d00;
    border-color: #f39d00;
}

.i4-list li.on a i,.i4-list li:hover a i {
    border-color: #f39d00;
    background-image: url(../images/ind_5_a.png);
}

.i4-list .child + .child li.on,.i4-list .child + .child li:hover {
    border-color: #f39d00;
}

.i4-list .child + .child li.on a,.i4-list .child + .child li:hover a {
    color: #f39d00;
    border-color: #f39d00;
}

.i4-list .child + .child li.on a i,.i4-list .child + .child li:hover a i {
    border-color: #f39d00;
    background-image: url(../images/ind_5_b.png);
}

.i4-list .child + .child + .child li.on,.i4-list .child + .child + .child li:hover {
    border-color: #f39d00;
}

.i4-list .child + .child + .child li.on a,.i4-list .child + .child + .child li:hover a {
    color: #f39d00;
    border-color: #f39d00;
}

.i4-list .child + .child + .child li.on a i,.i4-list .child + .child + .child li:hover a i {
    border-color: #f39d00;
    background-image: url(../images/ind_5_c.png);
}
.team{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    background: #fffbf3;
}
.te-left{
    float: left;
}
.te-right{
    float: right;
}
.ind_zj_cont .zjclick {
    width: 25%;
    border-bottom: 1px solid #dedede;
    text-align: center;
    float: left;
    box-shadow: 0px 0px 6px 4px #dcd8d8;
}

.ind_zj_cont .zjclick a {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    line-height: 82px;
    font-size: 16px;
    color: black;
    border: 1px solid#dcd8d8;
}

.ind_zj_cont .zjclick a i {
    display: none;
    position: absolute;
    width: auto;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid #efa415;
}

.ind_zj_cont .zjclick a.on {
    box-shadow: 0px 0px 6px 4px #dcd8d8;
    border-radius: 6px;
}

.ind_zj_cont .zjclick a.on i {
    display: block;
}

.ind_zj_cont .r {
    margin: 0 auto;
    width: 72%;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
}

.ind_zj_cont .img {
    float: left;
    width: 773px;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    display: none;
}
.ind_zj_cont .img img{
    width: 100%;
}
.ind_zj_cont .img .a {
    display: block;
    height: 100%;
}

.ind_zj_cont .img .a img {
    display: block;
    width: 100%;
    height: 100%;
}

.ind_zj_cont .img .a .tit {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    background: url(../images/line.png) repeat 0 0;
}

.ind_zj_cont .img .con {
    padding: 10px 35px 10px 30px;
}

.ind_zj_cont .img .con h2 {
    font-size: 22px;
    line-height: 1.1;
    padding-bottom: 10px;
}

.ind_zj_cont .img .con p {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    font-size: 12px;
}

.izj-list .child {
    display: none;
}

.izj-list .child.on {
    display: block;
}

.izj-list li {
    float: left;
    margin-left: 15px;
    cursor: pointer;
    width: 19%;
    height: auto;
    font-size: 12px;
    margin-bottom: 0px;
}

.izj-list li img,.izj-list li h3,.izj-list li h4 {
    width: 100%;
    text-align: center;
}

.izj-list li img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.izj-list li h3 {
    font-size: 15px;
    padding-top: 10px;
    font-weight: normal;
}

.izj-list li h4 {
    font-size: 14px;
    padding-top: 2px;
    font-weight: normal;
}

.izj-list li a {
    display: block;
    color: #333;
    position: relative;
}

.izj-list li.on img,.izj-list li:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.izj-list li.on a,.izj-list li:hover a {
    color: #f39d00;
    border-color: #f39d00;
}

.index_6 li {
    float: left;
    width: 25%;
    position: relative;
    behavior: url(../images/pie.htc);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.index_6 li>a {
    display: block;
    padding-bottom: 88.3%;
}

.index_6 li>a img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index_6 li .tit {
    position: absolute;
    width: 90%;
    left: 5%;
    text-align: center;
    top: 50%;
    height: 120px;
    margin-top: -60px;
    color: #fff;
    z-index: 20;
}

.index_6 li .tit span {
    font-size: 14px;
    line-height: 1;
    display: block;
}

.index_6 .li_2 .tit {
    color: #474747;
}

.index_6 .tit h3 {
    font-size: 18px;
    line-height: 1.5em;
    height: 3em;
}

.index_6 .tit i {
    display: block;
    width: 38px;
    margin: 25px auto;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.index_6 .li_2 .tit i {
    background-color: #474747;
}

.index_6 .li_3 .bg {
    background: url(../images/line.png) repeat 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.treatment{
    width: 100%;
    height: auto;
    display:inline-block;
}
.trea-main{
    width: 100%;
    height: auto;
}

.trm-left{
    width: 65%;
    float: left;
    margin-right: 1%;
    border-right: 5px #fff;
}
.trm-left img{
    width: 100%;
    height: auto;
}
.trm-right{
    width: 34%;
    float: right;
    text-align: center;
    position: absolute;
    top: 31%;
    right: 0px;
}
.trm-right h3{
    font-size: 21px;
    font-weight: normal;
    color: #000;
    letter-spacing: 2px;
    line-height: 34px;
}
.trm-right p{
    color: #717171;
    line-height: 23px;
    font-size: 14px;
    padding-top: 22px;
    width: 87%;
    text-align: center;
    margin: 0 auto;
}
.trm-right span{
    width: 66px;
    height: 1px;
    background-color: #474747;
    display: inline-block;
    text-align: center;
    z-index: 999999999;
    margin-top: 18px;
}
.trea-main li{
    width: 32.1%;
    float: left;
    height: auto;
    margin-bottom: 2%;
    overflow: hidden;
    display: inline-block;
    margin-right: 1.8%;
    position: relative;
    box-shadow: 0px 0px 6px 4px #dcd8d8;
    border-radius: 8px;
}

.trma-right{
    width: 50%;
    float: right;
}
.trma-right img{
    width: 100%;
}
.trma-left{
    width: 50%;
    float: left;
    padding-top: 50px;
    text-align: center;
}
.trma-left h3{
    font-size: 19px;
    font-weight: normal;
    color: #474747;
    line-height: 26px;
    letter-spacing: 2px;
}
.trma-left p{
    color: #717171;
    line-height: 23px;
    font-size: 14px;
    padding-top: 22px;
    width: 87%;
    text-align: center;
    margin: 0 auto;
}
.trma-left span{
    width: 66px;
    height: 1px;
    background-color: #474747;
    display: inline-block;
    text-align: center;
    z-index: 999999999;
    margin-top: 18px;
}


.trea-main li:nth-child(3) {
    margin-right: 0px;
}
.trea-main li:nth-child(6) {
    margin-right: 0px;
}
.trea-main li:nth-child(9) {
    margin-right: 0px;
}
.advertise{
    width: 100%;
    height: auto;
    display: none;
    margin-top: inherit;
}
.advertise img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.news{
    width: 100%;
    height: auto;
    display: block;
    margin-top: -5px;
}
.im-box {
    width: 1232px;
    height: auto;
    background-color: white;
    margin: 0 auto;
    display: flow-root;
    padding-bottom: 10px;
}
.im-left {
    float: left;
}
.new-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nb-left{
    width: 97%;
    float: left;
    margin-right: 0%;
}
.nb-left ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nb-left li{
    width: 24%;
    float: left;
    margin-right: 1%;
    -webkit-box-shadow: 0 5px 10px #eee;
    box-shadow: 0 5px 10px #eee;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 19px;
}
.nb-left li img{
    width: 100%;
}
.nb-left li h3{
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 5% 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-bottom: 6px;
}
.nb-left li span{
    padding: 0% 15px;
    color: #efa415;
    font-size: 12px;
    letter-spacing: 2px;
}
.nb-right{
    width: 29%;
    float: right;
}
.nb-right ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nb-right li{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#dcdcdc;
    padding: 14px 0;
    border-right: 5px solid#f6cd7f;
}
.nb-right li img{}
.nb-right li h3{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
    letter-spacing: 1px;
}
.nb-right li p{
    color: #9c9c9c;
}
.more{width: 100%;height: auto;display: grid;}
.more a{
    color: #fff;
    font-size: 17px;
    letter-spacing: 6px;
    border: 1px solid;
    border-radius: 21px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 21px;
    margin-top: 2%;
    background: #efa415;
    margin-bottom: 6%;
}
.public{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -5px;
}
.public-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.public-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}
.public-box li{width: 32.6%;float: left;margin-right: 1%;-webkit-box-shadow: 0 5px 10px #eee;box-shadow: 0 5px 10px #eee;border-radius: 5px;overflow: hidden;padding-bottom: 20px;margin-bottom: 3%;}
.public-box li:nth-child(3) {
    margin-right: 0px;
}
.public-box li:nth-child(6) {
    margin-right: 0px;
}
.public-box li img{
    width: 100%;
    height: auto;
}
.public-box li p{
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-top: 2%;
    height: 60px;
}
.nb-left li:nth-child(4) {
    margin-right: 0px;
}
.public-boxs{
    width: 100%;
    height: auto;
    display: inline-block;
}
.public-boxs ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.public-boxs li{
    width: 19%;
    float: left;
    margin-right: 1%;
    -webkit-box-shadow: 0 5px 10px #eee;
    box-shadow: 0 5px 10px #eee;
    text-align: center;
    background: #fff;
    padding-top: 2%;
    border-radius: 10px;
}
.public-boxs li img{
    width: 40% !important;
}
.public-boxs li p{
    font-size: 18px;
    padding-bottom: 9%;
    padding-top: 5%;
    letter-spacing: 2px;
}
.public-boxs li:nth-child(5) {
    margin-right: 0px;
}

.crb-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
}
.crb-bottom li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 22px;
}
.crb-bottom li:nth-child(3){
    margin-right: 0px;
}

.crb-bottom li img{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.crb-bottom li h3{
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 5% 0;
    color: #000;
    margin-bottom: 1.5%;
    margin-top: 2%;
}
.crb-bottom li p{
    color: #686868;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.foot-left li a{
    font-size: 16px;
    color: #b0b2b2;
    margin-right: 5%;
    display: inline-block;
};
.contact{
    width: 100%;
    height: auto;
    display: inline-block;
}
.con-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.cb-left{

    width: 50%;

    float: left;
}
.cb-left h3{
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 4%;
}
.cb-left p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 31px;
}
.cb-right{
    width: 50%;
    float: left;
}
.cb-right p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 36px;
}
.contacts{
    width: 100%;
    height: auto;
    background: url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    padding-bottom: 5%;
}
.con-top{
    color: #efa415;
    font-size: 29px;
    letter-spacing: 2px;
    border-bottom: 2px solid#efa415;
    display: inline-block;
    padding-bottom: 9px;
}
.cons-box{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    padding-bottom: 0px;
}
.con-left{
    width: 40%;
    float: left;
    border-right: 1px solid#e6e6e6;
}
.con-left h3{
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 4%;
}
.con-left p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 31px;
    width: 100%;
    margin-bottom: 2%;
}
.con-left p img{
    float: left;
    width: 5%;
    margin-right: 4%;
}
.con-right{
    width: 59%;
    float: right;
}
.city-tabs {
    display: inline-block;
    border-bottom: 2px solid #efa415;
    overflow-x: auto;
    width: 100%;
}

.city-tab {
    padding: 15px 28px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    float: left;
}

.city-tab:hover {
    background: #e6edf5;
    color: #1a6dba;
}

.city-tab.active {
    color: #fff;
    border-bottom: 3px solid #efa415;
    background: #efa415;
    border-radius: 15px;
    padding: 12px 27px;
}

.content-area {
    padding: 17px 19px;
    min-height: 250px;
}

.city-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.city-content.active {
    display: block;
    background: #fff;
}

.info-card {
    background: #f9fbfd;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.info-title {
    font-size: 26px;
    color: #efa415;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 5px;
}

.info-title i {
    margin-right: 10px;
    font-size: 24px;
}

.info-detail {
    margin-bottom: 15px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 29px;
    letter-spacing: 2px;
}
.about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 3% 0;
    margin-bottom: 6%;
}
.ab-title{
    width: 100%;
    height: auto;
    display: inline-block;

}
.ab-title h3{
    font-size: 35px;
    letter-spacing: 3px;
}
.about-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.abt-box-left{
    width: 45%;
    float: left;
}
.abt-box-left img{
    width: 100%;
}
.abt-box-right{
    width: 50%;
    float: right;
}
.abr-logo{}
.abr-logo img{
    width: 48%;
}
.abt-box-right p{
    color: #7e7e7e;
    font-size: 16px;
    line-height: 36px;
    margin: 2% 0;
    margin-bottom: 5%;
}
.abr-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
}
.abr-bottom ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.abr-bottom li{
    width: 50%;
    float: left;
    margin-bottom: 5%;
    height: 33px;
}
.abr-bottom li img{
    width: 10%;
    margin-right: 5%;
    float: left;
}
.abr-bottom li span{
    font-size: 15px;
    float: left;
    width: 74%;
    line-height: 25px;
    margin-top: -2%;
}
.about-box-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    border-top: 2px solid#eeeeee;
    padding-top: 2%;
}
.about-box-bottom ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.about-box-bottom li{
    width: 25%;
    float: left;
    text-align: center;
}
.about-box-bottom li h3{
    color: #efa415;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}
.about-box-bottom li h3 i{
    font-weight: normal;
    font-size: 18px;
}
.about-box-bottom li p{
    font-size: 16px;
    letter-spacing: 2px;
}
.recovery{
    width: 100%;
    height: auto;
    background: url(../images/bj.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: -5%;
}
.rec-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.rect-left{
    width: 32%;
    float: left;
    letter-spacing: 2px;
    margin-bottom: 3%;
    margin-top: 9%;
}
.rect-left h3{
    font-size: 35px;
    letter-spacing: 3px;
    font-weight: 800;
}
.rect-left p{
    color: #7e7e7e;
    font-size: 15px;
    line-height: 30px;
    margin-top: 12%;
}
.rect-left p i{
    color: #efa415;
}
.rect-right{
    width: 47%;
    float: right;
    position: relative;
    box-shadow: 0px 0px 6px 4px #dcd8d8;
    margin-top: 8%;
    margin-bottom: 5%;
}
.rect-right img{
    width: 100%;
}
.rect-right h3{
    padding: 35px 33px;
    background: #fff;
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 21%;
    font-size: 20px;
    letter-spacing: 2px;
    box-shadow: 0px 0px 6px 4px #f1ebe1;
}
.rect-r-left{
    width: 47%;
    float: left;
    position: relative;
    box-shadow: 0px 0px 6px 4px #dcd8d8;
    margin-top: 8%;
    margin-bottom: 6%;
}
.rect-r-left img{
    width: 100%;
}
.rect-r-left h3{
    padding: 35px 33px;
    background: #fff;
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: -44px;
    left: 17%;
    font-size: 20px;
    letter-spacing: 2px;
    box-shadow: 0px 0px 6px 4px #f1ebe1;
}
.rect-rights{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 25%;
    margin-top: 5%;
}
.rect-rights a{
    background: #efa415;
    font-size: 18px;
    color: #fff;
    float: right;
    padding: 14px 44px;
    border-radius: 11px;
}
.cb-bottom{
    background: linear-gradient(#fcbc40, #ffdb91);
    width: 70%;
    margin: 0 auto;
    padding: 5% 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 132px;
}