.back {
    position: fixed;
    right: 0;
    bottom: 5%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 99999;
}
.back img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.header {
    background: #137fcf;
    height: 70px;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header .left {
    /*width: calc(100% - 70px);*/
    height: 100%;
    display: flex;
    margin-bottom: 0;
    position: relative;
}

.header .left li > a {
    color: #fff;
    font-size: 16px;
    /* padding: 0 38px; */
    padding: 0 23px;
    transition: .4s;
    display: inline-block;
    line-height: 70px;
    text-transform: capitalize;
}

.header .left li:hover .erji {
    height: 185px;
}

.erji {
    position: absolute;
    width: calc(100% - 108px);
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    height: 0px;
    overflow: hidden;
    z-index: 999;
}

.erji > div {
    display: flex;
    justify-content: space-between;
    padding: 35px 37px;
}

.erji > div img {
    width: 210px;
    height: auto;
}

.erji > div div {
    width: calc(100% - 250px);
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.erji > div span {
    /* width: 30%; */
    width: 44%;
    margin-bottom: 15px;
    margin-right: 15px;
}

.erji > div a {
    font-size: 14px;
    color: #333333;
    transition: .4s;
    text-transform: capitalize;
}

.erji > div a:hover {
    color: #137fcf;
}

.header .left li > a:hover {
    background: #106aad;
}

.header .ss {
    width: 70px;
    height: 100%;
    line-height: 70px;
    text-align: center;
    background: #acce22;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.header .search {
    width: 250px;
    padding: 15px;
    background: #acce22;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -85px;
    display: none;
    z-index: 9999;
}

.header .search form {
    width: 100%;
    display: flex;
    align-items: center;
}

.header .search input[type="text"] {
    width: calc(100% - 36px);
    color: #fff;
    border: none;
    background: rgba(0, 0, 0, 0);
    height: 20px;
}

.header .search i {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    line-height: 1;
    border-left: 1px solid #fff;
}

.header .search input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(0, 0, 0, 0);
}


.header .search input::-webkit-input-placeholder {
    color: #fff;
}

.header .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.header .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.header .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.top1 {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.top1 .container {
    display: flex;
    justify-content: space-between;
}

.top1 .left {
    font-size: 14px;
    color: #999999;
}

.top1 .left n {
    color: #137fcf;
}
.top1 .img {
    position: absolute;
    top: 69px;
    right: 20%;
    width: 100px !important;
    height: 100px;
    border-left: none !important;
    display: none;
}
.top1 .img img {
    width: 100%;
    display: block;
}
.top1 .right {
    display: flex;
}

.top1 .right > a, .top1 .right div i {
    font-size: 20px;
    line-height: 1;
    color: #888888;
    transition: .4s;
    margin-right: 20px;
}

.top1 .right > a:hover, .top1 .right div i:hover, .top1 .right div a:hover {
    color: #137fcf;
}

.top1 .right div {
    /* padding-left: 20px; */
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
}

.top1 .right div a {
    /* font-size: 15px; */
    font-size: 12px;
    line-height: 1;
    color: #aaaaaa;
    transition: .4s;
}

.top1 .right div i {
    margin-right: 10px;
    display: block;
}

.top1 .right div {
    color: #aaaaaa;
    text-align: center;
    width: max-content;
}

.top2 {
    padding: 38px 0;
}

.top2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top2 h1 {
    margin: 0;
}

.top2 h1 a {
    display: block;
}

.top2 .right img {
    margin-left: 20px;
}

.swiper-button-next-index {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}

.swiper-button-prev-index {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
}

.swiper-container-index:hover .swiper-button-next-index {
    visibility: visible;
    opacity: 1;
    right: 50px;
}

.swiper-container-index:hover .swiper-button-prev-index {
    visibility: visible;
    opacity: 1;
    left: 50px;
}

.swiper-container-index .swiper-slide {
    position: relative;
}

.swiper-container-index .swiper-slide img {
    width: 100%;
}

.ban1 .container div {
    width: 40%;
    margin-left: auto;
}

.ban1 .container div a {
    border: 1px solid #acce22;
    background: #acce22;
}

.ban1 .container div a:hover {
    color: #acce22;
}

.swiper-container-index .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.swiper-container-index .container p:nth-child(1) {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
}

.swiper-container-index .container p:nth-child(2) {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 45px;
}

.swiper-container-index .container a {
    width: 180px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #137fcf;
    border-radius: 25px;
    background: #137fcf;
    font-size: 18px;
    display: block;
    color: #fff;
    text-align: center;
    transition: .4s;
}

.swiper-container-index .container a:hover {
    background: #fff;
    color: #137fcf;
}

.padd {
    padding: 100px 0;
}

.about {
    background: #f3f5f7;
}

.about .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about .top > div {
    width: calc((100% - 20px) / 2);
}

.title p {
    font-size: 40px;
    line-height: 1;
}

.about .left {
    padding: 55px 50px 50px;
    background: #fff;
}

.about .left .title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.about .left .title i {
    font-size: 36px;
    line-height: 1;
    color: #aecf26;
    margin-left: 30px;
    transform: translateY(-10px);
}

.about .left .title p {
    color: #137fcf;
    margin-bottom: 0 !important;
}

.about .left > p {
    font-size: 15px;
    color: #888888;
    line-height: 30px;
    margin-bottom: 35px;
}

.about .left > a {
    width: 140px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    background: #acce22;
    border: 1px solid #acce22;
    display: block;
    transition: .4s;
    font-size: 16px;
}

.about .left > a:hover {
    background: rgba(0, 0, 0, 0);
    color: #acce22;
}

.about .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about .right div {
    width: calc((100% - 20px) / 2);
    height: calc((100% - 20px) / 2);
    background: #fff;
    text-align: center;
    padding: 20px 0 25px;
    transition: .4s;
}

.about .right div img {
    max-width: 100%;
    margin: 0 auto 25px;
}

.about .right div:nth-child(2n-1) {
    margin-bottom: 20px;
}

.about .right div:nth-child(2) {
    background: #acce22;
}

.about .right div:nth-child(2) p, .about .right div:nth-child(3) p {
    color: #fff !important;
}

.about .right div:nth-child(3) {
    background: #137fcf;
}

.about .right div p:nth-child(2) {
    font-size: 14px;
    color: #888888;
    line-height: 1;
    margin-bottom: 10px;
}

.about .right div p:nth-child(3) {
    font-size: 16px;
    line-height: 1;
    color: #343434;
}

.about .right div:hover {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.about .bottom {
    background-image: url("../image/about-bottom.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding: 65px 85px 45px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.about .bottom p:nth-child(1) {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 25px;
}

.about .bottom p:nth-child(2) {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
}

.about .bottom img {
    display: block;
    margin-left: auto;
}

.superiority {
    padding-top: 185px;
    position: relative;
}

.superiority > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url("../image/ys.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}

.superiority .title {
    color: #fff;
    text-align: center;
    margin-bottom: 145px;
}

.superiority .title span, .service .title span, .repair-zx .title span, .repair-sl .title span, .solve .title span, .join .title span,.team .title span,.development .title span,.honor .title span {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.superiority-bottom {
    display: flex;
    justify-content: space-between;
}

.superiority-div {
    width: calc((100% - 30px) / 4);
}

.superiority-div div:nth-child(1) {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #137fcf;
    color: #fff;
    font-size: 24px;
    padding: 0 30px;
    transition: .4s;
}

.superiority-div:hover div:nth-child(1) {
    background: #acce22;
}

.superiority-div:hover div:nth-child(1) i {
    color: #fff;
}

.superiority-div div:nth-child(1) i {
    font-size: 50px;
    line-height: 1;
    color: #acce22;
    transition: .4s;
}

.superiority-div div:nth-child(2) {
    position: relative;
    padding: 60px 60px 0 30px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    border: 1px solid #e9e9e9;
    border-top: none;
    /* min-height: 260px; */
    min-height: 288px;
}

.superiority-div div:nth-child(2) span {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 100px;
    line-height: 1;
    color: #106aad;
    opacity: .1;
    font-family: 'di';
}

.service {
    position: relative;
}

.service .title, .repair-zx .title, .repair-sl .title {
    text-align: center;
    margin-bottom: 40px;
}

.service .title span, .repair-zx .title span, .repair-sl .title span {
    color: #666666;
}

.service .title p, .repair-zx .title p, .repair-sl .title p, .solve .title p {
    color: #106aad;
    margin-bottom: 25px;
}

.service .title i, .repair-zx .title i, .repair-sl .title i, .rjpt .right i, .solve .title i {
    font-size: 40px;
    line-height: 10px;
    color: #bad646;
}

.swiper-button-next-service, .swiper-button-prev-service {
    background: none;
    margin-top: 0;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
}

.swiper-button-disabled i {
    color: #b0b0b0 !important;
}

.swiper-button-next-service {
    right: 0;
    transform: translate(100%, -50%);
}

.swiper-button-prev-service {
    left: 0;
    transform: translate(-100%, -50%);
}

.swiper-button-next-service i, .swiper-button-prev-service i {
    font-size: 40px;
    line-height: 1;
    color: #bad646;
    transition: .4s;
}

.swiper-container-service .swiper-slide {
    text-align: center;
}

.service {
    overflow: hidden;
}

.swiper-container-service .swiper-slide:nth-child(2n-1) .service-div {
    animation: service infinite ease 2s;
}

.swiper-container-service .swiper-slide:nth-child(2n) .service-div {
    animation: service2 infinite ease 2s;
}

@keyframes service {
    0% {
        margin-top: 20px;
    }
    50% {
        margin-top: 40px;
    }
    100% {
        margin-top: 20px;
    }
}

@keyframes service2 {
    0% {
        margin-top: 40px;
    }
    50% {
        margin-top: 20px;
    }
    100% {
        margin-top: 40px;
    }
}

.service-div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin: 40px auto 20px;
    transition: .4s;
}

.service-div:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 3;
    border: 1px solid #e8e8e8;
}

.service-div div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.service-div div i {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 15px;
    color: #acce22;
    position: relative;
    z-index: 6;
    transition: .4s;
}

.service-div div p{
    font-size: 20px;
    color: #333333;
    line-height: 1;
    position: relative;
    z-index: 6;
    transition: .4s;
}
.service-div div p:nth-of-type(2){
    font-size: 14px;
    color: #333333;
    line-height: 1;
    position: relative;
    z-index: 6;
    transition: .4s;
    width: 77%;
    margin: 5px auto 0;
    display: none;
    line-height: 20px;
}
.swiper-slide:hover .service-div div p:nth-of-type(2) {
    display: block;
    color: #fff;
}
.swiper-slide:hover .service-div div i {
    font-size: 35px;
    margin-bottom: 10px;
    transition: all .4s;
}
.service-div div span {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    line-height: 1;
    color: #cccccc;
    font-family: 'di';
    opacity: .2;
    z-index: 6;
}

.service-div:after {
    content: '';
    width: 0;
    height: 0;
    background: #b8d8f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
}

.service-div div:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #137fcf;
    transition: .4s;
}

.swiper-slide-active .service-div div:after, .swiper-slide:hover .service-div div:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.swiper-slide-active .service-div:after, .swiper-slide:hover .service-div:after {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    transition: .4s .1s;
}

.swiper-slide-active .service-div i, .swiper-slide-active .service-div p, .swiper-slide:hover .service-div i, .swiper-slide:hover .service-div p {
    color: #fff;
}

.swiper-num {
    width: 100%;
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
}

.swiper-num i {
    width: 70px;
    height: 1px;
    margin: 0 15px;
    display: inline-block;
    background: #cccccc;
}

.swiper-num span {
    font-size: 20px;
    line-height: 1;
    font-family: 'di';
}

.swiper-num span.active {
    color: #acce22;
}

.equipment {
    background: #f3f5f7;
}

.equipment-div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.equipment .title span {
    font-size: 18px;
    color: #888888;
    margin-top: 20px;
    display: block;
}

.equipment .title p {
    display: inline-block;
    padding-right: 50px;
    background-image: url("../image/e-bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.e-tab {
    display: flex;
    margin-bottom: 10px;
}

.e-tab p:last-child {
    margin-right: 0;
}

.e-tab p {
    font-size: 16px;
    color: #888888;
    line-height: 1;
    cursor: pointer;
    margin: 0 22.5px;
    position: relative;
    font-weight: bold;
}

.e-tab p:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    background: #137fcf;
    transition: .4s;
    height: 0;
    transform: translateX(-50%);
}

.e-tab p:hover:after, .e-tab p.active:after {
    width: 100%;
    height: 1px;
}

.e-tab p.active, .e-tab p:hover {
    color: #137fcf;
}

.e-main > div > div {
    display: flex;
    justify-content: space-between;
}

.e-main-div {
    width: calc((100% - 78px) / 4);
    display: inline-block;
    padding: 30px;
    background: #fff !important;
    transition: .4s;
}

.e-main-div div {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.e-main-div div img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.e-main-div p {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e-main-div:hover {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.footer {
    background: #137fcf;
}

.footer .container {
    display: flex;
}

.footer .left {
    width: 24%;
}

.footer .left img {
    margin-bottom: 40px;
}

.footer .left p:nth-child(2) {
    font-size: 14px;
    color: #d6eeff;
    line-height: 1;
    margin-bottom: 20px;
}

.footer .left p:nth-child(3) {
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    font-family: 'di';
}

.footer .center {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.footer .right {
    /* width: 16%; */
    width: 21%;
    text-align: right;
}
.footer .right img {
    display: block;
    margin: 0 auto;
    width: 100px    ;
}
.footer .right div {
    display: inline-block;
}

.footer .right div p {
    font-size: 14px;
    color: #d6eeff;
    margin-top: 20px;
    text-align: center;
}

.footer .center ul {
    max-width: 15%;
    margin-bottom: 0;
}

.footer .center ul li:first-child {
    margin-bottom: 25px;
    color: #fff;
}

.footer .center ul li:first-child a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: .4s;
}

.footer .center ul li:first-child ~ li {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.footer .center ul li:first-child ~ li a {
    color: #d6eeff;
    font-size: 14px;
    line-height: 1;
    transition: .4s;

}

.footer .center ul li a:hover {
    color: #acce22 !important;
}

.copyright {
    padding: 35px 0;
    background: #acce22;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.copyright a, .copyright a:hover {
    color: #fff;
}

.copyright span:nth-child(1) {
    margin-right: 25px;
}

.xian {
    position: relative;
}
.xian .swiper-wrapper {
    height: auto !important;
}
.xian .container > div {
    min-height: 260px;
}

.p5Canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    transform: translateY(8%);
}

/*-----------------内页公共---------------------*/
.inner-banner img {
    display: block;
    width: 100%;
}

.mbx {
    height: 80px;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
}

.mbx a {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    transition: .4s;
}

.mbx a:hover {
    color: #137fcf;
}

.padd2 {
    padding: 120px 0;
}

.fanye {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    flex-wrap: wrap;
}

.fanye a {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    color: #333333;
    border: 1px solid #dddddd;
    transition: .4s;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.fanye a:hover, .fanye a.active {
    border: 1px solid #137fcf;
    background: #137fcf;
    color: #fff;
}

.fanye a:first-child, .fanye a:last-child {
    width: auto;
    padding: 0 20px;
}

.lanmu {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.lanmu a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #137fcf !important;
    color: #fff !important;
    transition: .4s;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0 5px;
}

.lanmu a:hover, .lanmu a.active {
    background: #acce22 !important;
}

.page-html {
    position: relative;
}

.page-html p {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    display: flex;
    align-items: center;
}

.page-html p > a {
    max-width: 200px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    transition: .4s;
}

.page-html p > a:hover {
    color: #acce22;
}

.page-html > a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.supply-show-param a, .page-html > a {
    width: max-content;
    padding: 0 16px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #137fcf !important;
    font-size: 16px;
    display: block;
    transition: .4s;
    color: #fff;
}

.supply-show-param a:hover, .page-html > a:hover {
    background: #acce22 !important;
    color: #fff;
}

.page-html2 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
}

.page-html2 a {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    transition: .4s;
}

.page-html2 a:nth-child(3), .page-html2 a:nth-child(1) {
    width: 35%;
}

.page-html2 a:nth-child(2) {
    font-size: 28px;
    color: #f137fcf;
}

.page-html2 a p {
    width: calc(100% - 57px);
}

.page-html2 a p n {
    display: block;
    font-size: 16px;
    color: #222222;
    line-height: 1;
    margin-bottom: 10px;
    transition: .4s;
}

.page-html2 a p span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.page-html2 a:nth-child(1) i {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #eeeeee;
    color: #137fcf;
    transition: .4s;
}

.page-html2 a:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
    transition: .4s;
}

.page-html2 a:nth-child(3) i {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #eeeeee;
    color: #137fcf;
    transition: .4s;
}

.page-html2 a p {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    transition: .4s;
}

.page-html2 a:hover p, .page-html2 a:hover p n, .page-html2 a:hover i {
    color: #fff;
}

.page-html2 a:nth-child(1):hover i {
    border-right: 1px solid #fff;
}

.page-html2 a:nth-child(3):hover i {
    border-left: 1px solid #fff;
}

.page-html2 a:nth-child(1):hover, .page-html2 a:nth-child(3):hover {
    background: #137fcf;
}

.page-html2 a:nth-child(2):hover {
    color: #acce22;
}

/*---------------------------------------*/
.mbx-search .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbx-search form {
    width: 285px;
    height: 42px;
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.mbx-search form input[type="text"] {
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
}

.mbx-search form i {
    position: relative;
    font-size: 14px;
    color: #137fcf;
    font-weight: bold;
}

.mbx-search form input[type="submit"] {
    border: none;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}