@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

html {
    touch-action: none;
}

/* 头部 */

.header {
    width: 100%
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.activehead {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 99999999 !important;
    width: 100%;
}

.activehead .header-top {
    display: none
}

.header-top {
    background-color: rgb(245, 245, 245);
}

.header-t-c,
.header-bottom,
.js {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-t-c .p-o,
.header-t-c .p-t {
    font-size: 12px;
    color: #838383;
}
.header-t-c .p-o{
font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
}
.header-t-c{
    padding: 2px 0;
}

.header-t-c .p-t{
        font-size: 12px;
    color: #838383;
    display: flex;
    align-items: center;
}
.header-t-c .p-t p{
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
    
}
.header-t-c .p-t p a{
    padding: 0 5px;
    transition: all .5s;
}
.header-t-c .p-t p a:nth-child(1){
    position: relative;
}
.header-t-c .p-t p a:nth-child(1)::after{
position: absolute;
    right: 0;
    content: '';
    height: 79%;
    width: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
}
.header-t-c .p-t img{
    max-width: 52px;
    margin-right: 6px;
    margin-top: -4px;
}
.header-t-c .p-t p span{
display: block;
    font-weight: bold;
    color: #FF0000;
    font-size: 28px;
    padding-top: 5px;
    margin-top: -23px;
}
.header-bottom {
    flex-wrap: wrap;
    background: rgb(254,174,64);
}

.header-logo {
    /*flex: 0.5;*/
}

.header-bottom .ul-o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /*flex: 1;*/
}

.header-bottom .ul-o .li-o {
        transition: all .5s;
    position: relative;
    width: calc(100% / 9);
    text-align: center;
    position: relative;
}
.header-bottom .ul-o .li-o::after{
position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    background: url(../images/nav11.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header-bottom .ul-o .li-o:last-child::after{
    display: none;
}

.header-bottom .ul-o .li-o .a-o {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    padding: 9px 0;
    transition: all .5s;
    font-weight: 600;
}
.header-bottom .ul-o .li-o .a-o:hover{
    color: #333;
}

.header-bottom .ul-o .li-o .a-o::after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    background-color: rgb(252, 174, 64);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.header-bottom .ul-o .li-o:hover .a-o::after {
    width: 100%;
    transition: all 0.4s ease;
}

.header-bottom .ul-o li a {
    font-size: 16px;
    color: #1d1d1d;
    white-space: nowrap;
}

.header-bottom .ul-o li a:hover {
    color: #ffae43;
}

.sub-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: fit-content;
    opacity: 0;
    background-color: #fff;
    line-height: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    top: 120%;
    transition: all .35s;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 11;
    transition: all .6s;
    padding: 10px 8px;
    visibility: hidden;
}

.sub-nav li {
    width: 100% !important;
    padding: 5px 10px;
    min-width: 125px;
}

.sub-nav li a {
    color: #333 !important;
    transition: all .5s;
    font-size: 15px !important;
}

.header-bottom .ul-o .li-o:hover .sub-nav {
    visibility: visible;
    opacity: 1 !important;
}

.sub-nav li a:hover {
    color: rgb(252, 174, 64) !important
}

.sub-nav::after {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.active::after {
    width: 100% !important;
}

.active {
    color: rgb(252, 174, 64) !important;
}


/* banner */

.banner {
    width: 100%;
}

.banner img {
    width: 100%
}


/* 介绍 */

.js {
    background-color: rgb(245, 245, 245);
    padding: 34px 0;
    margin-top: -52px;
    position: relative;
    z-index: 3;
}

.js li {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.js li div .p-o {
    font-size: 24px;
    color: #ffae43;
}

.js li div {
    width: 55%;
}

.js li div .p-t {
    font-size: 14px;
    color: #070707;
}


/* 产品中心 */

.cpzx {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}


/* 产品中心左侧开始 */

.cpzx .cpzx-lf {
    width: 22.48%
}

.cpzx .cpzx-lf .cpzx-lf-t {
    background-color: rgb(51, 51, 51);
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 17px;
}

.cpzx .cpzx-lf .cpzx-lf-t p {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

.cpzx .cpzx-lf .cpzx-lf-t p span {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    margin: 0 8px;
}

.cpzx .cpzx-lf .cpzx-lf-m {
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(199, 199, 199)
}

.cpzx .cpzx-lf .cpzx-lf-m li {
    border-bottom: 1px solid rgb(199, 199, 199)
}

.cpzx .cpzx-lf .cpzx-lf-m li:last-child {
    border-bottom: none;
}

.cpzx .cpzx-lf .cpzx-lf-m li a {
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    padding: 18px 34px
}

.cpzx .cpzx-lf .cpzx-lf-m li a {
    background-image: url(../images/jt1.png);
    background-repeat: no-repeat;
    background-position: 89% 50%;
    transition: all .5s;
}

.cpzx .cpzx-lf .cpzx-lf-m li a:hover {
    color: #ffae43;
    background-image: url(../images/jt2.png);
}

.current {
    background-image: url(../images/jt2.png);
    background-repeat: no-repeat;
    background-position: 89% 50%;
}

.current a {
    color: #ffae43;
}

.cpzx .cpzx-lf .cpzx-lf-m .cpzx-lf-mm {
    text-align: center;
    font-size: 24px;
    color: #ffae43;
    padding: 22px 0;
    letter-spacing: 6px;
}

.cpzx .cpzx-lf .cpzx-lf-m .cpzx-lf-mm div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.cpzx .cpzx-lf .cpzx-lf-m .cpzx-lf-mm div h5 span {
    font-size: 14px;
    color: #7e7e7e;
    padding-bottom: 4px;
}

.cpzx .cpzx-lf .cpzx-lf-m .cpzx-lf-mm div h5 {
    font-size: 21px;
    color: #1d1d1d;
    text-align: left;
    padding-left: 14px;
    letter-spacing: 0.5px;
}


/* 产品中心左侧结束 */


/* 产品中心右侧开始 */

.cpzx .cpzx-rt {
    width: 76.2%;
    margin-top: -18px;
}

.cpzx-rt ul {
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cpzx .cpzx-rt ul li {
    padding: 10px;
    padding-bottom: 0;
    background-image: url(../images/bj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 32%;
    margin-right: 1.3%;
    margin-top: 19px;
}

.cpzx .cpzx-rt ul li:nth-child(3n) {
    margin-right: 0;
}

.div-o-img {
    position: relative;
    position: relative;
    height: 221px;
    overflow: hidden;
}

.div-o-img img{
    height: 221px;
}

.cpzx .cpzx-rt ul li:hover .div-o-float {
    opacity: 1;
}

.cpzx .cpzx-rt ul li:hover .div-o>h3 {
    color: #ffae43!important;
}

.div-o-float {
    opacity: 0;
    transition: all .6s;
}

.div-o-float::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 174, 67, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.div-o-float::before {
    content: '';
    background: url(../images/fdj.png) no-repeat center center /cover;
    width: 35px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.cpzx .cpzx-rt ul li .div-o h3 {
    text-align: center;
    font-size: 25px;
    padding: 17px 0;
    transition: all .5s;
}

.cpzx .cpzx-rt ul li .div-o h3:hover {
    color: #fff
}


/* 产品中心右侧结束 */


/* 产品中心结束 */

.gcal {
    background-color: rgb(245, 245, 245);
    margin-top: 123px;
    padding-top: 76px;
}

.gcal .gcal-t,
.ys .gcal-t {
    margin: 0 auto;
    width: fit-content;
    position: relative;
}

.gcal .gcal-t .div-o,
.ys .gcal-t .div-o {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.gcal .gcal-t h3,
.ys .gcal-t h3 {
    font-size: 42px;
    color: #333333;
    letter-spacing: 2.5px;
    text-align: right;
    position: relative;
    left: -78px
}

.gcal .gcal-t h3 span,
.ys .gcal-t h3 span {
    color: #ffae43;
}

.gcal .gcal-t p,
.ys .gcal-t p {
    font-size: 10.5px;
    color: #666666;
    letter-spacing: 5px;
    margin-top: -11px;
    margin-left: 14px;
}

.gcal .gcal-t p span,
.ys .gcal-t p span {
    font-size: 21px;
    letter-spacing: 2px;
    color: #000;
}


/* 案例轮播 */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}

.swiper-container1 {
    padding-top: 82px !important;
}

.swiper-container1 .swiper-slide .a-o {
    position: relative;
    overflow: hidden;
}

.swiper-container1 .swiper-slide .a-o .p-o img {
    width: 100%;
    transition: all .5s;
    height: 437px;
}

.swiper-container1 .swiper-slide .a-o:hover .p-o img {
    transform: scale(1.2);
}

.swiper-container1 .swiper-slide .a-o .p-t {
    position: absolute;
    z-index: 33;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .67);
    color: #fff;
    letter-spacing: 2px;
    padding: 11px 0;
    font-size: 24px;
    top: 84%;
    height: fit-content;
    width: 84.5%;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s;
}

.swiper-container1 .swiper-slide .a-o:hover .p-t {
    background: rgba(254, 174, 64, .67);
}

.swiper-container1 .swiper-pagination-bullets {
    margin-top: -111111111111111111111111111111111111px;
    line-height: 57px;
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev {
    top: 30px;
}

.swiper-container1 .swiper-button-prev {
    left: 45.5%
}

.swiper-container1 .swiper-button-next {
    right: 43.5%;
}

.swiper-container1 .swiper-button-prev:after,
.swiper-container1 .swiper-container-rtl .swiper-button-next:after {
    content: '';
    background: url(../images/jt3.png) no-repeat center center /cover;
    width: 40px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.swiper-container1 .swiper-button-next:after,
.swiper-container1 .swiper-container-rtl .swiper-button-prev:after {
    content: '';
    background: url(../images/jt4.png) no-repeat center center /cover;
    width: 40px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.swiper-container1 .swiper-button-next.swiper-button-disabled,
.swiper-container1 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-container1 .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important
}


/* 公司优势 */

.ys {
    padding-top: 80px;
}

.ys .gcal-t img {
    width: 370px;
    height: 114px;
}

.ys .gcal-t h3 {
    left: -71px
}

.ys .gcal-t p {
    margin-left: 35px;
}

.ys .ul-o {
    padding: 65px 0
}

.ys .ul-o li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ys .ul-o li:last-child {
    margin-bottom: 0;
}

.ys .ul-o li:nth-child(2n) {
    flex-direction: row-reverse;
}

.ys .ul-o li .div-lf {
    width: 48%;
    text-align: justify;
    padding-top: 57px;
}

.ys .ul-o li .div-lf .p-o {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #333333;
    width: 22%;
}

.ys .ul-o li .div-lf .p-o img {
    display: inline-block;
    margin-right: 15px;
}

.ys .ul-o li .div-lf .p-t {
    font-size: 35px;
    color: #057ae8;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 5px;
}

.ys .ul-o li .div-lf .p-e {
    position: relative;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    line-height: 38px;
}

.ys .ul-o li .div-lf .p-e::before {
    content: '';
    background: red;
    width: 7px;
    height: 7px;
    z-index: 9;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 16px;
    left: 0;
}

.ys .ul-o li .div-rt {
    width: 48.5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ys .ul-o li .div-rt img {
    width: 100%;
    transition: all .5s;
    max-height: 407px;
}

.ys .ul-o li .div-rt:hover img {
    transform: scale(1.2);
}


/* 关于我们 */

.gywm {
    background-color: rgb(51, 51, 51);
    padding-top: 72px;
    padding-bottom: 60px;
}

.gywm .gywm-cen {
    display: flex;
    justify-content: space-between;
}

.gywm .gywm-cen .gywm .gywm-cen-rt {
    width: 85%;
}

.gywm .gywm-cen .ul-o li {
    position: relative;
    width: 91px;
    height: 105px;
    margin-bottom: 95px;
    cursor: pointer;
}

.gywm .gywm-cen .ul-o li {
    background: url(../images/hsdbx.png) no-repeat;
}

.gywm .gywm-cen .ul-o li .img-o {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gywm .gywm-cen .ul-o li:last-child {
    margin-bottom: 0;
}

.gywm .gywm-cen .ul-o li p {
    font-size: 18.7px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 115%;
}

.gywm .gywm-cen {
    align-items: center;
}

.gywm .gywm-cen .div-o {
    width: 45.7%;
}

.gywm .gywm-cen .ul-o {
    margin-top: -35px;
}

.gywm .gywm-cen .div-o img {
    width: 547px;
    height: 623px;
}

.gywm .gywm-cen .div-t h1,
.gywm .gywm-cen .div-t h3 {
    font-size: 74px;
    color: rgb(230, 230, 230);
    letter-spacing: 1.5px;
    text-align: right;
}

.gywm .gywm-cen .div-t h3 {
    font-size: 27px;
    color: rgb(230, 230, 230);
    text-align: right;
    margin-top: -37px;
}

.gywm .gywm-cen .div-t {
    width: 49.25%;
}

.gywm .gywm-cen .div-t .p-o {
    font-size: 14.5px;
    color: #e6e6e6;
    text-align: justify;
    letter-spacing: 1.5px;
    padding-top: 40px;
}

.gywm .gywm-cen ul a {
    width: 171px;
    height: 40px;
    line-height: 36px;
    background: rgb(254, 174, 64);
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    float: right;
    margin-top: 62px;
    transition: all .5s;
}

.gywm .gywm-cen .div-t a:hover {
    transform: translateX(15px);
    background: rgba(0, 0, 0, .5);
}

.gywm .gywm-cen ul {
    width: 87.5%;
    color: #fff;
}

.gywm .gywm-cen ul {
    display: none;
}

.current3 {
    display: block !important;
    width: 87.5%;
    align-items: center;
}

.current4 {
    background: url(../images/dbx.png) no-repeat !important;
}

.current4 p {
    color: rgb(254, 174, 64) !important
}


/* 新闻中心 */

.xwzx {
    background-color: rgb(248, 248, 248);
}

.xwzx-cen .xwzx-t {
    display: flex;
    justify-content: space-between;
    padding-top: 76px;
    border-bottom: 1px dashed rgb(204, 204, 204);
}

.xwzx-cen .xwzx-t ul {
    display: flex;
    width: 80.2%;
}

.xwzx-cen .xwzx-t .div-o {
    padding-top: 35px;
}

.xwzx-cen .xwzx-t .div-o h2 {
    font-size: 47px;
    color: #212121;
}

.xwzx-cen .xwzx-t .div-o h3 {
    font-size: 25px;
    color: #444444;
    padding-top: 7px;
    padding-bottom: 32px;
}

.xwzx-cen .xwzx-t .div-o a {
    display: block;
    background: #fff;
    line-height: 44px;
    text-align: center;
    color: #444444;
    letter-spacing: 0.5px;
    transition: all .5s;
    width: 85%;
}

.xwzx-cen .xwzx-t .div-o a:hover {
    background: rgb(254, 174, 64);
    color: #fff;
}

.xwzx-cen .xwzx-t .div-o a .p-t {
    background-color: rgb(204, 204, 204);
    height: 3px;
    line-height: 0;
    position: relative;
}

.xwzx-cen .xwzx-t .div-o a .p-t span {
    background-color: rgb(254, 174, 64);
    text-align: left;
    display: inline-block;
    position: absolute;
    width: 30%;
    height: 3px;
    top: 0;
    left: 0;
}

.xwzx-cen .xwzx-t ul li {
    transition: all .5s;
}

.xwzx-cen .xwzx-t ul li .a-oo {
    display: block
}

.xwzx-cen .xwzx-t ul li h3 {
    font-size: 17.6px;
    color: #333333;
    letter-spacing: 1px;
}

.xwzx-cen .xwzx-t ul li .p-o {
    padding-top: 23px;
}

.xwzx-cen .xwzx-t ul li .p-o {
    font-size: 12px;
    color: #8b8a8a;
}

.xwzx-cen .xwzx-t ul li .p-t {
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
    font-size: 14px;
    height: 65px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

.xwzx-cen .xwzx-t ul li .a-o {
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    transition: all .5s;
}

.xwzx-cen .xwzx-t ul li:hover .a-o {
    color: #fff;
}

.xwzx-cen .xwzx-t ul li {
    padding: 38px 45px 90px 45px;
    width: 33%;
}

.xwzx-cen .xwzx-t ul li .p-e {
    background-color: rgb(204, 204, 204);
    position: relative;
    height: 3px;
    margin-top: 7px;
    transition: all 5s ease;
}

.xwzx-cen .xwzx-t ul li .p-e span {
    background-color: #000;
    position: absolute;
    display: inline-block;
    top: 0;
    width: 12%;
    height: 3px;
}

.xwzx-cen .xwzx-t ul li:hover {
    background-color: rgb(254, 174, 64);
    transform: translateY(-10px);
    box-shadow: 1px 1px 7px rgb(221, 221, 221);
}

.xwzx-cen .xwzx-t ul li:hover h3 {
    color: #fff;
}

.xwzx-cen .xwzx-t ul li:hover p {
    color: #fff;
}

.xwzx-cen .xwzx-t ul li:hover .p-e {
    background-color: #fff;
}

.xwzx-cen .xwzx-t ul li:hover .p-e span {
    display: none;
}

.xwzx-cen .xwzx-t ul li .p-e::after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.xwzx-cen .xwzx-t ul li:hover .p-e::after {
    width: 100%;
    transition: all 0.4s ease;
}

.xwzx-cen .xwzx-b {
    padding-top: 38px;
    padding-bottom: 60px;
}

.xwzx-cen .xwzx-b ul {
    display: flex;
    flex-wrap: wrap;
}

.xwzx-cen .xwzx-b ul li {
    width: 33%;
    margin-top: 17px;
}

.xwzx-cen .xwzx-b ul li:nth-child(1),
.xwzx-cen .xwzx-b ul li:nth-child(2),
.xwzx-cen .xwzx-b ul li:nth-child(3) {
    margin-top: 0;
}

.xwzx-cen .xwzx-b ul li a {
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .5s;
    position: relative;
    padding-left: 15px;
}

.xwzx-cen .xwzx-b ul li a:before {
    content: ">";
    position: absolute;
    left: 0;
}

.xwzx-cen .xwzx-b ul li a:hover {
    color: rgb(254, 174, 64);
}


/* 尾部 */

.footer {
    width: 100%;
    background: url(../images/f1.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 55px;
    padding-bottom: 25px;
}

.footer-cen {
    display: flex;
    justify-content: space-between
}

.footer-cen ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 290px;
}

.footer-cen ul li {
    width: 50%;
    text-align: center;
    height: fit-content;
}

.footer-cen ul li a {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    transition: all .5s;
}

.footer-cen ul li a:hover {
    color: rgb(254, 174, 64);
}

.footer-cen .div-o {
    letter-spacing: 1px;
}

.footer-cen .div-o a {
    color: #fff;
    transition: all .5s;
}

.footer-cen .div-o a:hover {
    color: rgb(252, 174, 64);
}

.footer-cen .div-o h3 {
    font-size: 22px;
    color: #ffffff;
}

.footer-cen .div-o p {
    font-size: 14px;
    color: #ffffff;
    padding-top: 13px;
}

.footer-cen .div-o span {
    padding-left: 35px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-cen .div-o img {
    position: relative;
    top: -1px;
}

.footer-cen .div-o .img-o {
    display: inline-block;
    margin-left: 17px;
    margin-right: 5px;
}

.footer-cen .div-o .img-t {
    display: inline-block;
    margin-right: 5px;
}

.footer-cen .div-t {
    color: #fff;
    text-align: center;
}

.footer-cen .div-t img {
    width: 115px;
}

.footer-cen .div-t .p-o {
    font-size: 11px;
}

.footer-cen .div-t .p-t {
    font-size: 23px;
    padding-top: 12px;
}