<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.headerfixed {
    background: rgba(255,255,255,0.9);
    height: 80px !important;
    padding: 15px 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.header .container h1,.header .container h1 a,.header .container h1 a img{
    height: 100%;
}
.headerfixed ul li &gt; a, .headerfixed i {
    color: #15709d !important;
}

.headerfixed i:nth-child(2):after {
    background: #15709d !important;
}

.banner {
    position: relative;
}

.padd {
    padding: 120px 0;
}

.swiper-container1 {
    width: 100%;
    height: 100vh;
}

.swiper-container1 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-container1 .swiper-slide div:nth-child(1) {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*animation: banner infinite 10s;*/
}

.swiper-container1 .swiper-slide div:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-family: Arial;
}

.swiper-container1 .swiper-slide div p:nth-child(1) {
    font-size: 30px;
    line-height: 1;
    position: relative;
    margin-bottom: 60px;
    transition: all .4s;
}

.swiper-container1 .swiper-slide div p:nth-child(1):after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
}

.swiper-container1 .swiper-slide div p:nth-child(2) {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .4s 0.2s;
}

.swiper-container1 .swiper-slide div p:nth-child(3) {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .4s 0.4s;
}

.swiper-container1 .swiper-slide p {
    transform: translateY(200px);
    opacity: 0;
}

.swiper-container1 .ani-slide p {
    transform: translateX(0);
    opacity: 1;
}

.swiper-button-next1, .swiper-button-prev1 {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    color: #fff;
}

.banner:hover .swiper-button-next1 {
    opacity: 1;
    visibility: visible;
    right: 30px;
}

.banner:hover .swiper-button-prev1 {
    opacity: 1;
    visibility: visible;
    left: 30px;
}


.mouse-scroll {
    width: 24px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.mouse-scroll::before {
    content: '';
    width: 2px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 9px;
    animation: mouseScroll 3s infinite;
}

@keyframes mouseScroll {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(16px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes banner {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.header {
    width: 100%;
    height: 116px;
    padding-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: .4s;
}

.header .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header .container h1 {
    margin: 0;
}

.header .container h1 a {
    display: block;
}

.header .container &gt; div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 100%;
}

.header ul {
    display: flex;
    margin-bottom: 0;
    height: 100%;
}

.header ul li &gt; a {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: Arial;
    display: block;
    position: relative;
    transition: .4s;
}

.header ul li &gt; a:first-letter {
    text-transform: uppercase;
}

.header ul li &gt; a:before {
    content: '\e669';
    font-family: iconfont !important;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    opacity: 0;
    transition: .4s;
}

.header ul li &gt; a:after {
    content: '\e60e';
    font-family: iconfont !important;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .4s;
}

.header ul li:hover &gt; a:before, .header ul li.active &gt; a:before {
    opacity: 1;
    left: -30px;
}

.header ul li:hover &gt; a:after {
    opacity: 1;
    top: 100%;
}

.header ul li {
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header ul li &gt; div {
    position: absolute;
    top: 80%;
    right: 0;
    display: flex;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.header ul li:hover &gt; div {
    top: calc(100% + 20px);
    visibility: initial;
    opacity: 1;
}

.headerfixed ul li:hover &gt; div {
    top: calc(100% + 15px);
}

.header ul li &gt; div .left {
    width: 257px;
    background: #dcdedc;
    padding: 50px 30px;
}

.header ul li &gt; div .left a {
    font-size: 16px;
    line-height: 1;
    color: #555555;
    transition: .4s;
    position: relative;
}

.header ul li &gt; div .left .active a {
    color: #15709d;
}

.header ul li &gt; div .left .active a:after {
    width: 100%;
    opacity: 1;
}

.header ul li &gt; div .left a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -8px;
    transition: .4s;
    background: #07a600;
    opacity: 0;
}

.header ul li &gt; div .left div {
    margin-bottom: 30px;
}

.nav-item &gt; div {
    position: relative;
}

.nav-item &gt; div &gt; div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    padding: 45px 50px;
    display: flex;
    align-items: flex-end;
}

.nav-item &gt; div &gt; div div {
    width: 65%;
}

.nav-item p:nth-child(1) {
    font-size: 28px;
    color: #07a600;
    line-height: 1;
    margin-bottom: 25px;
}

.nav-item p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nav-item a {
    width: 140px;
    height: 40px;
    line-height: 38px;
    background: #15709d !important;
    color: #fff;
    font-size: 16px;
    font-family: Arial;
    border: 1px solid #15709d;
    transition: .4s;
    display: block;
    text-align: center;
    margin-left: 57px;
}

.nav-item a:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: #15709d;
}

.header .container &gt; div &gt; div {
    margin-left: 15px;
}

.header i {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: .4s;
}

.header i:nth-child(2) {
    padding-right: 0;
    position: relative;
}

.header i:nth-child(2):after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #fff;
    transition: .4s;
}

.title {
    text-align: center;
    margin-bottom: 60px;
}

.title p:nth-child(1) {
    font-size: 55px;
    line-height: 1;
    color: #15709d;
    text-transform: uppercase;
    font-family: Arial;
}

.title p:nth-child(1) n {
    /*font-weight: bold;*/
}

.title p:nth-child(2) {
    font-size: 20px;
    line-height: 40px;
    color: #999999;
}

.title span {
    width: 80px;
    height: 4px;
    background: #07a600;
    display: block;
    margin: 20px auto 0;
}

.profile-tab {
    display: flex;
    border: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

.profile-tab div {
    text-align: center;
    width: 33.33%;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.profile-tab div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .4s;
}

.profile-tab div.active:after {
    background: rgba(68, 141, 177, 0.9);
}

.profile-tab div:nth-child(2) {
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-tab div i {
    font-size: 60px;
    line-height: 55px;
    color: #15709d;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
    transition: .4s;
}

.profile-tab div p {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    position: relative;
    z-index: 2;
    transition: .4s;
}

.profile-tab div.active p, .profile-tab div.active i {
    color: #fff;
}

.profile-tab div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    opacity: 0.8;
}

.profile-main p {
    font-size: 18px;
    line-height: 30px;
    color: #888888;
    /*text-align: center;*/
    padding-right: 10px;
}

.achievements {
    background: #15709d;
    padding-bottom: 140px;
    position: relative;
    padding-top: 21%;
}

.achievements-img {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.achievements-img img {
    display: block;
    width: calc(50% + 650px);
    position: relative;
    z-index: 2;
}

.achievements-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23%;
    background: #fff;
}

.achievements .left {
    width: 46.2%;
    background: #fff;
    padding: 65px 70px 65px 0;
    position: relative;
    z-index: 2;
    height: 700px;
}

.achievements .right {
    width: 47.7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.achievements .right div:nth-child(1) {
    text-align: right;
    color: #fff;
    padding-right: 80px;
}

.achievements .right p:nth-child(1) {
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
    margin-top: -25px;
}

.achievements .right p:nth-child(1) n {
    display: block;
    /*font-weight: bold;*/
}

.achievements .right p:nth-child(2) {
    font-size: 20px;
}

.achievements .right span {
    width: 80px;
    height: 4px;
    background: #08c300;
    display: block;
    margin: 20px 0 0 auto;
}

.achievements .container {
    display: flex;
    justify-content: space-between;
}

.achievements-left {
    height: 100%;
    overflow-y: scroll;
    padding-left: 55px;
    padding-right: 10px;
}

.achievements-left::-webkit-scrollbar {
    width: 3px;
    background: #eee;
}

.achievements-left::-webkit-scrollbar-track {
    width: 3px;
    background: #eee;
}

.achievements-left::-webkit-scrollbar-thumb {
    width: 3px;
    background: #15709d;
}

.achievements-div {
    padding-left: 40px;
    border-left: 1px solid #15709d;
}

.achievements-div div {
    margin-bottom: 20px;
    position: relative;
}

.achievements-div div p:nth-child(1) {
    font-size: 20px;
    line-height: 1;
    color: #15709d;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.achievements-div div p:nth-child(1) ~ p {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.achievements-div div p:nth-child(2) ~ p {
    margin-top: 15px;
}

.achievements-div div p:nth-child(1) span {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -8px;
    right: -10px;
}

.achievements-div div p:nth-child(1) span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #07a600;
    opacity: 0.12;
    z-index: 2;
}

.achievements-div div p:nth-child(1) span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #07a600;
    z-index: 1;
    animation: yuan infinite alternate 1s;
}

@keyframes yuan {
    0% {
        width: 15px;
        height: 15px;
        opacity: 0.12;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0.06;
    }
}

.achievements-div div.active:after {
    content: '\e617';
    font-size: 24px;
    top: 0;
    padding-bottom: 10px;
    padding-top: 0;
}

.achievements-div div:after {
    content: '\e6c9';
    font-size: 14px;
    background: #fff;
    position: absolute;
    transform: translateX(-50%);
    left: -40px;
    top: -5px;
    font-family: iconfont !important;
    padding: 5px;
    color: #15709d;
}

.achievements-div div:last-child {
    margin-bottom: 0;
}

.achievements-div div:last-child:before {
    content: '';
    position: absolute;
    left: -41px;
    background: #fff;
    width: 2px;
    height: 100%;
}

.achievements-div + a {
    width: 200px;
    height: 60px;
    display: block;
    line-height: 58px;
    color: #fff;
    background: #15709d !important;
    text-align: center;
    font-size: 18px;
    border: 1px solid #15709d;
    transition: .4s;
    margin-top: 45px;
    margin-left: 40px;
}

.achievements-div + a:hover {
    color: #15709d;
    background: #fff !important;
}

.achievements .right div video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    min-height: 380px;
}

.index-video img {
    width: 100%;
}

.product {
    overflow: hidden;
    padding-bottom: 0;
}

.product-div {
    display: flex;
    height: 820px;
}

.product-div &gt; div {
    width: 11%;
    transition: .4s;
    padding-top: 20%;
    color: #fff;
    background-size: cover;
    background-position: left 20% top;
}

.product-div div.active {
    width: 68%;
    padding: 16% 5%;
}

.product-div &gt; div div {
    display: none;
    width: 60%;
}


.product-div &gt; div &gt; p:first-child {
    height: 35px;
    position: relative;
    margin-bottom: 55px;
}

.product-div &gt; div &gt; p:first-child span {
    width: 11px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    transition: .4s;
}

.product-div n:nth-child(1) {
    width: 1px;
    height: 80%;
    background: #fff;
}

.product-div n:nth-child(2) {
    width: 1px;
    height: 60%;
    background: #fff;
}

.product-div n:nth-child(3) {
    width: 1px;
    height: 100%;
    background: #fff;
}

.product-div &gt; div p:nth-child(2) {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    position: relative;
    min-height: 60px;
}

.product-div &gt; div p:nth-child(2) span {
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-div &gt; div.active p:first-child span {
    left: 0;
    transform: translateX(0);
}

.product-div &gt; div.active p:nth-child(2) span {
    left: 0;
    transform: translateX(0);
    width: auto;
}

.product-div a {
    width: 200px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    transition: .4s;
    margin-top: 40px;
}

.product-div a:hover {
    background: #fff;
    color: #15709d;
}

.product-div &gt; div p {
    font-size: 20px;
    line-height: 32px;
}

.product-div &gt; div &gt; p {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}

.product-div &gt; div.active p:nth-child(2) {
    font-size: 44px;
    margin-bottom: 20px;
}

.business {
    padding: 175px 0;
    position: relative;
    overflow: hidden;
    display: none;
}

.business .gallery-thumbs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.business .gallery-thumbs .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.business .container {
    display: flex;
    justify-content: flex-end;
}

.business-div {
    width: 46%;
    position: relative;
    z-index: 2;
}

.business .container .title {
    margin-bottom: 45px;
}

.business .container .title p {
    color: #fff !important;
    text-align: left;
}

.business .container .title span {
    margin-left: 0;
    background: #0de200;
}

.business-div2 {
    position: relative;
    background: #fff;
}

.swiper-button-prev2, .swiper-button-next2 {
    background: none;
    margin-top: 0;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    color: #07a600;
    font-size: 70px !important;
    line-height: 40px;
}

.swiper-button-next:before {
    content: '';
    transform: rotateY(180deg);
    display: block;
}

.swiper-button-next2 {
    transform: translate(calc(100% + 45px), -50%);
}

.swiper-button-prev2 {
    transform: translate(calc(-100% - 45px), -50%);
}

.swiper-button-prev2.swiper-button-disabled, .swiper-button-next2.swiper-button-disabled {
    color: #fff;
}

.gallery-top .swiper-slide {
    padding: 60px;
    padding-right: 30px;
    background-image: url("../images/b-bg.png");
    background-size: auto 80%;
    background-position: right -120px bottom;
    background-repeat: no-repeat;
}

.gallery-top .swiper-slide p:nth-child(1) {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-top .swiper-slide p:nth-child(2) {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-top .swiper-slide a {
    width: 200px;
    height: 60px;
    border: 1px solid #15709d;
    background: #15709d;
    color: #fff;
    transition: .4s;
    display: block;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
}

.gallery-top .swiper-slide a:hover {
    background: rgba(0, 0, 0, 0);
    color: #15709d;
}

.news .container {
    display: flex;
    justify-content: space-between;
}

.news .container .left {
    width: 46.1%;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
}

.news .container .right {
    width: 48.5%;
    padding: 120px 0;
    position: relative;
}

.news-title {
    writing-mode: vertical-lr;
    text-transform: uppercase;
}

.news-title p:nth-child(1) {
    font-size: 55px;
    color: #15709d;

}

.news-title p:nth-child(1) n {
    /*font-weight: bold;*/
}

.news-title p:nth-child(2) {
    font-size: 24px;
    position: relative;
    display: inline-block;
}

.news-title p:nth-child(2):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(calc(100% + 10px));
    width: 1px;
    height: 80px;
    background: #0ab100;
    display: block;
}

.news .container .left a {
    width: 70%;
}

.news .container .left a img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.news .container .left a p:nth-child(2) {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .container .left a p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .container .left a p:nth-child(4) {
    font-size: 18px;
    color: #15709d;
    padding-bottom: 18px;
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.news .container .left a p:nth-child(4):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    transition: .4s;
    background: #0ab100;
}

.news .container .left a:hover p:nth-child(4):after {
    width: 100%;
}

.news .container .right a {
    display: flex;
}

.news-left {
    width: 21%;
    color: #bbbbbb;
    /*font-family: "di";*/
    font-family: Arial;
    text-align: right;
    padding: 35px 50px 35px 0;
}

.news-right {
    width: 79%;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #bbbbbb;
    padding: 35px 40px;
}

.news-left p:nth-child(1) {
    font-size: 40px;
    line-height: 1;
}

.news-left p:nth-child(2) {
    font-size: 18px;
}

.news-right p:nth-child(1) {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .right &gt; a:first-child div {
    padding-top: 0;
}

.news .right a:hover .news-left p {
    color: #15709d;
}

.news .right a:hover .news-right p:nth-child(1) {
    color: #15709d;
    font-weight: bold;
}

.news .right a:hover .news-right {
    border-left: 1px solid #0ab100;
}

.news .right:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(79% - 1px);
    width: 1px;
    height: 100%;
    background: #dddddd;
    z-index: -1;
}

.footer {
    padding: 130px 0;
    background: #15709d;
}

.footer-top {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: none;
}

.footer-top p {
    font-size: 30px;
    text-transform: uppercase;
}

.footer-top input {
    border: none;
    height: 65px;
    width: 300px;
    margin: 0 15px 0 50px;
    color: #999999;
    font-size: 16px;
    padding-left: 30px;
}

.footer-top n {
    font-weight: bold;
}

.footer-top a {
    width: 215px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #07a600 !important;
    color: #fff;
    font-size: 18px;
    font-family: "di";
    text-transform: uppercase;
}

.footer-top a i {
    margin-right: 10px;
}

.footer-top a:hover {
    color: #fff;
}

.footer-bottom {
    color: #fff;
    /*padding-top: 85px;*/
    display: flex;
    justify-content: space-between;
}

.footer-bottom .left {
    width: 240px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom .left div {
    width: calc(50% - 15px);
    font-size: 14px;
    text-align: center;
}

.footer-bottom .left div img {
    width: 100%;
    margin-bottom: 10px;
}
.footer-bottom .left div a {
    color:#fff;
    padding:3px 12px;
    border-radius: 20px;
    transition: all 0.3s;
}
.footer-bottom .left div a:hover {
    color:#fff;
    background:#1985bb;
}
/*
.footer-bottom .left div:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.footer-bottom .left div:nth-child(1) img {
    margin-right: 15px;
}

.footer-bottom .left div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.footer-bottom .left div:nth-child(2) a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff !important;
    color: #15709d !important;
    font-size: 20px !important;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    display: block;
}*/

.footer-bottom .right {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.footer-bottom .right a {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    transition: .4s;

}

.footer-bottom .right ul {
    margin-bottom: 0;
}

.footer-bottom .right ul li {
    margin-bottom: 15px;
}

.footer-bottom .right ul li:last-child {
    margin-bottom: 0;
}

.footer-bottom .right ul li:nth-child(1) a {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
}

.footer-bottom .right ul li:nth-child(1) {
    margin-bottom: 45px;
}

.footer-bottom .right ul li a:hover {
    color: #07a600;
}

.copyright {
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
    background: #07a600;
    text-align: center;
}

.copyright a, .copyright a:hover {
    color: #fff;
}

.achievements-top {
    display: none;
}

.product-div &gt; div &gt; div p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mob-phone {
    display: none;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}

.mob-phone a {
    color: #FFF !important;
}

.mob-phone i {
    margin-right: 15px;
}

.backtop {
    width: 50px;
    height: 50px;
    border: 1px solid #15709d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #fff;
    z-index: 100;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}

.backtop i {
    font-size: 30px;
    color: #15709d;
    cursor: pointer;
}

.search {
    width: 250px;
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    padding: 15px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    display: none;
}

.search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input[type="text"] {
    background: rgba(0, 0, 0, 0);
    color: #15709d;
    border: none;
}

.search i {
    font-size: 24px;
    line-height: 1;
    color: #15709d;
    border-left: 1px solid #15709d;
}

.search i:after {
    display: none;
}

.search input[type="submit"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-------------------å†…é¡µbanner----------------------*/
.inner-banner {
    position: relative;
    overflow: hidden;
}

.inner-banner img {
    width: 100%;
    height: 100%;
}

.inner-banner .container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.inner-banner .container &gt; div:after {
    content: '';
    width: 1000%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(21, 112, 157, 0.85);
    z-index: -1;
}

.inner-banner .container &gt; div {
    width: 74.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 65px 0 65px 100px;
}

.inner-banner a, .inner-banner p {
    color: #fff;
    line-height: 1;
}

.inner-banner p {
    font-size: 48px;
}

.inner-banner a {
    margin: 0 5px;
    transition: .4s;
}

.inner-banner a:hover {
    color: #07a600;
}

.inner-banner a:last-child {
    margin-right: 0;
}

.inner-banner .container div div {
    position: relative;
}

.inner-banner .container div div:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 40px), -50%);
    width: 100px;
    height: 1px;
    background: #07a600;
    display: block;
}


.title2 {
    text-align: center;
    margin-bottom: 60px;
}

.title2 p:nth-child(1) {
    font-size: 42px;
    line-height: 1;
    color: #15709d;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title2 p:nth-child(1) n {
    /*font-weight: bold;*/
}

.title2 p:nth-child(2) {
    font-size: 20px;
    color: #999999;
}

.title2 span {
    width: 80px;
    height: 4px;
    background: #07a600;
    display: block;
    margin: 20px auto 0;
}

.product2-banner .container:nth-child(3) {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    justify-content: flex-start;
}

.product2-banner .container:nth-child(3) p {
    font-size: 95px;
    line-height: 1;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #fff;
}

.fanye {
    display: flex;
    justify-content: center;
    margin-top: 105px;
    flex-wrap: wrap;
}

.fanye a {
    width: 60px;
    height: 60px;
    border: 2px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #222222;
    transition: .4s;
    margin: 0 3px;
}

.fanye a i {
    font-size: 20px;
}

.fanye a.active, .fanye a:hover {
    background: #15709d;
    color: #fff;
    border: 2px solid #15709d;
}

.show-title {
    text-align: center;
    margin-bottom: 75px;
}

.show-title p:nth-child(1) {
    font-size: 36px;
    color: #333333;
    line-height: 55px;
    margin-bottom: 40px;
}

.show-title p:nth-child(2) {
    font-size: 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888888;
}

.show-title p:nth-child(2) span {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: Arial;
    background: #15709d;
    margin-right: 25px;
}

.page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 100px;
}

.page div &gt; a {
    font-size: 24px;
    color: #07a600;
    transition: .4s;
}

.page &gt; a {
    display: flex;
    align-items: center;
    padding: 30px 0;
    width: 38%;
    transition: .4s;
    padding-left: 40px;
}

.page &gt; a span {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    transition: .4s;
}

.page &gt; a span:nth-child(1) {
    font-size: 18px;
    line-height: 1;
    color: #222222;
    margin-bottom: 10px;
}

.page &gt; a i {
    font-size: 17px;
    line-height: 1;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #dddddd;
}

.page &gt; a:last-child {
    flex-direction: row-reverse;
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}

.page &gt; a:last-child i {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dddddd;
}

.page &gt; a span:nth-child(2) {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page &gt; a:hover {
    color: #fff;
    background: #15709d;
}

.page &gt; a:hover span {
    color: #fff;
}

.page &gt; div a:hover {
    color: #15709d;
}

.header_nav ul li &gt; div .left{
    width: 150px;
    padding:30px;
}
.header_nav ul li &gt; div .left div:last-child{
    margin-bottom: 0;
}
.header_nav ul li &gt; div{
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
.header_nav ul li:last-child &gt; div{
    right: 0;
    left: auto;
    transform: translateX(0);
}
.header_nav2 ul li:nth-child(2) &gt; div .left{
    width: 250px;
}</pre></body></html>