* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑";
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    display: block;
}

input,
textarea {
    outline: none;
    background: none;
    border: 0px;
    font-family: "微软雅黑";
}

i,
em {
    font-style: normal;
}

body {
    background-color: #fff;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* 宽1280 */
.container {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 导航 */
header {
    width: 100%;
    height: 120px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

header .container {
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

header .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

header .top em {
    font-style: italic;
    font-size: 23.24px;
    font-weight: bold;
    color: #026e5b;
    line-height: 1em;
}

header .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

header .bottom nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .bottom nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 32px;
}

header .bottom nav ul li:last-child {
    margin-right: 0px;
}

header .bottom nav ul li a {
    font-size: 20px;
    color: #282828;
}

header .bottom nav ul li .line,
header .bottom .header_right .language ol li .line {
    width: 0px;
    height: 3.21px;
    position: absolute;
    bottom: -10px;
    transition: all 0.3s ease;
    background-color: rgb(10, 138, 106);
}

header .bottom nav ul li:hover .line,
header .bottom nav ul li.active .line,
header .bottom .header_right .language ol li.active .line,
header .bottom .header_right .language ol li:hover .line {
    width: 71.68px;
}

.page_head{
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.05) !important;
    backdrop-filter: blur(50px);
    z-index: 99;
}


/* 轮播 */
.banner {
    width: 100%;
    height: 100%;
    margin-top: 120px;
}

.banner1 {
    overflow: hidden;
    width: 100%;
    margin-top: 120px;
}

.banner1 img {
    width: 100%;
}

.banner .mySwiper_banner {
    height: 100%;
    width: 100%;
}

.banner .mySwiper_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .mySwiper_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .next,
.banner .prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    box-sizing: border-box;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
}

.banner .prev {
    left: 129px;
    right: auto;
}

.banner .next {
    right: 129px;
    left: auto;
}

.banner .next.swiper-button-disabled,
.banner .prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

/* 关于我们 */
.indexTitle {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.indexTitle .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.indexTitle h1 {
    font-size: 35px;
    color: #282828;
    font-weight: normal;
}

.indexTitle .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexTitle .right ul li {
    margin-left: 40px;
}

.indexTitle .right ul li a {
    font-size: 18px;
    color: #777777;
}

.index1>.indexTitle>.container {
    height: 80px;
}

.index1 .content {
    background: url(../images/index1Bg.jpg) no-repeat center;
    background-size: cover;
    padding: 109px 0 0 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(48, 48, 48, .1);
}

.index1 .content .about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 120px;
}

.index1 .content .about .left {
    width: 700px;
    /*height: 408px;*/
}

.index1 .content .about .left video {
    width: 100%;
    height: 100%;
}

.index1 .content .about .right {
    width: 523px;
    overflow: hidden;
}

.index1 .content .about .right .contentTitle h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    text-align: right;
    padding-bottom: 72px;
    box-sizing: border-box;
}

.index1 .content .about .right .text p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.875em;
}

.index1 .content .about .right a {
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-align: right;
}

/* 产品头部标题 */
.index1 .content .indexTitle {
    border-bottom: 1px solid rgba(48, 48, 48, .1);
}

.index1 .content .indexTitle .proright {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index1 .content .indexTitle .proright .search form {
    position: relative;
    width: 291px;
    height: 31px;
}

.index1 .content .indexTitle .proright .search form input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid rgb(233, 235, 236);
    border-radius: 15.5px;
    box-sizing: border-box;
    padding: 0px 35px 0 15px;
}

.index1 .content .indexTitle .proright .search form img {
    right: 10px;
    top: 5.5px;
    position: absolute;
    line-height: 31px;
}

.index1 .content .indexTitle .proright a {
    font-size: 16px;
    color: #07686c;
    margin-left: 38px;
}

/* 产品中心内容部分 */
.index2 {
    background-color: rgba(248, 249, 249, .3);
}

.index2 ul li {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.index2 ul li .colTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px 0;
    box-sizing: border-box;
}

.index2 ul li .colTitle h3 {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.index2 ul li .colTitle h3 i {
    font-weight: bold;
    color: #026e5b;
    font-size: 26px;
    margin-right: 15px;
}

.index2 ul li .colTitle .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 ul li .colTitle .arrow .swiper-button-next,
.index2 ul li .colTitle .arrow .swiper-button-prev {
    position: static;
    width: auto;
    height: auto;
}

.index2 ul li .colTitle .arrow .swiper-button-next {
    margin-right: 10px;
    margin-left: 25px;
}

.index2 ul li .arrow .swiper-button-next:after {
    content: ">";
    color: #333333;
    font-size: 35px;
    font-weight: 300;
    display: block;
}

.index2 ul li .arrow .swiper-button-prev:after {
    content: "<";
    color: #07686c;
    font-size: 35px;
    font-weight: 300;
    display: block;
}

.index2 ul li .arrow .swiper-button-next.swiper-button-disabled,
.index2 ul li .arrow .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index2 ul li .main .mySwiper_product .img {
    /*height: 331px;*/
    height: 280px;
    overflow: hidden;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(233, 233, 233);
    box-sizing: border-box;
}

.index2 ul li .main .mySwiper_product .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.index2 ul li .main .mySwiper_product .swiper-slide:hover .img img {
    transform: scale(1.07);
}

.index2 ul li .main .mySwiper_product p {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    text-align: center;
    margin: 12px 0 11px;
}

.index2 ul li .main .mySwiper_product i {
    font-size: 16px;
    font-weight: bold;
    color: #07686c;
    display: block;
    text-align: center;
}

/* 新闻中心 */
.index3 .indexTitle {
    padding: 50px 0 30px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(48, 48, 48, .1);
}

.index3 .indexTitle .right ul li:last-child a {
    color: #07686c;
}

.index3 .content {
    padding: 70px 0 90px 0;
    box-sizing: border-box;
}

.index3 .content .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index3 .content .left {
    position: relative;
    width: 717.18px;
}

.index3 .content .left .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82.4px;
    background-color: rgba(51, 51, 51, .6);
    padding: 15px 33px;
    box-sizing: border-box;
}

.index3 .content .left .text .txtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
}

.index3 .content .left .text .txtTitle h4 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.index3 .content .left .text .txtTitle span {
    font-size: 12px;
    color: #fff;
}

.index3 .content .left .text .des p {
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出用省略号*/
    white-space: nowrap;
}

.index3 .content .right {
    width: 500px;
}

.index3 .content .right ul li {
    margin-bottom: 48px;
}

.index3 .content .right ul li:last-child {
    margin-bottom: 0px;
}

.index3 .content .right ul li h4 {
    font-weight: normal;
    font-size: 16px;
    color: #252322;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出用省略号*/
    white-space: nowrap;
    line-height: 1.5em;
}

.index3 .content .right ul li h4::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: rgb(31, 36, 39);
    border-radius: 50%;
    margin-right: 5px;
}

.index3 .content .right ul li .des {
    margin-top: 15px;
}

.index3 .content .right ul li .des p {
    color: #777777;
    font-size: 12px;
    opacity: 0.5;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* footer */
.footer {
    background-color: rgba(2, 110, 91, .9);
}

.footer .top {
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    padding-bottom: 20px;
}

.footer .top .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 70px;
}

.footer .top .footerNav ul {
    display: flex;
    justify-content: right;
}

.footer .top .footerNav ul li {
    margin-left: 70px;
}

.footer .top .footerNav ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .center .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0 30px 0;
    box-sizing: border-box;
}

.footer .center .item .footerLeft .text em {
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 20px;
    display: block;
}

.footer .center .item .footerLeft .text p {
    font-size: 14px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5em;
}

.footer .center .item .footerRight .codePic {
    width: 163px;
    height: 164px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    box-sizing: border-box;
}

.footer .center .item .footerRight .codePic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .center form {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    padding-bottom: 84px;
}

.footer .center form .box .inputGroup {
    margin-bottom: 20px;
    width: 630px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .center form .box .inputGroup input {
    font-size: 14px;
    color: rgb(253, 244, 232, .5);
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    width: 195px;
}

.footer .center form .box .inputGroup input::-webkit-input-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form .box .inputGroup input::-moz-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form .box .inputGroup input:-moz-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form .box .inputGroup input::-ms-input-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form .box .inputGroup input:-ms-input-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form .box textarea {
    padding-top: 5px;
    box-sizing: border-box;
    width: 630px;
    height: 75px;
    color: rgb(253, 244, 232, .5);
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer .center form textarea::-webkit-input-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form textarea::-moz-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form textarea:-moz-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form textarea::-ms-input-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form textarea:-ms-input-placeholder {
    color: rgb(253, 244, 232, .5);
}

.footer .center form input[type="submit"] {
    width: 101px;
    height: 33px;
    border: 1px solid rgba(253, 244, 232, .6);
    font-size: 12px;
    color: rgba(253, 244, 232, .5);
    margin-left: 40px;
    cursor: pointer;
}

.footer .bottom {
    border-top: 1px solid rgb(255, 255, 255, .2);
}

.footer .bottom .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.footer .bottom .left p,
.footer .bottom .right a,
.footer .bottom .right p {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.footer .bottom .right {
    display: flex;
    align-items: center;
}

.footer .bottom .right p {
    margin-left: 27px;
}
.footer .link{
    padding-bottom: 20px;
}
.footer .link p{
    display: flex;
    justify-content: left;
    align-items: center;
    color: rgba(255, 255, 255, .7);
}
.footer .link p a{
    color: rgba(255,255,255,.7);
}
.footer .link p a:hover{
    color: #fff;
}

/* 关于我们 */
.page1 .pageTitle,
.page2 .pageTitle,
.page3 .pageTitle,
.page4 .pageTitle,
.page5 .pageTitle,
.page6 .pageTitle {
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.titleCenter {
    height: 115px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.titleCenter h2 {
    font-size: 35px;
    color: #282828;
    font-weight: normal;
}

.titleCenter .location p,
.titleCenter .location a {
    font-size: 14px;
    color: #777777;
    display: flex;
    justify-content: right;
    align-items: center;
}

.whiteBg {
    background-color: rgba(233, 235, 236, .3);
    padding: 57px 0 70px 0;
    box-sizing: border-box;
}

.sideBar {
    width: 255px;
    overflow: hidden;
    position: sticky;
    top: 150px;
    left: 0;
}

.s_title {
    height: 83px;
    width: 100%;
    background: url(../images/sideBarBg.png) no-repeat center;
    background-size: cover;
    padding: 20px 0 0 24px;
    box-sizing: border-box;
}

.s_title h1 {
    font-size: 20px;
    color: #fffffe;
    font-weight: normal;
}

.sideBar .s_top ul {
    margin-top: 6px;
}

.sideBar .s_top ul li {
    height: 66px;
    width: 100%;
    background-color: rgba(230, 233, 238, .8);
    border-bottom: 1px solid #fff;
}

.sideBar .s_top ul li:last-child {
    border: none;
}

.sideBar .s_top ul li:hover,
.sideBar .s_top ul li.active {
    background-color: rgba(255, 255, 255, .8);
}

.sideBar .s_top ul li a {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
}

.sideBar .s_top ul li a::before,
.sideBar .s_top ul li a::before {
    content: "";
    display: block;
    height: 0;
    width: 6px;
    background-color: rgba(27, 124, 107, .8);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
}

.sideBar .s_top ul li:hover a::before,
.sideBar .s_top ul li.active a::before {
    height: 100%;
    top: 0;
}

.sideBar .s_top ul li p {
    font-size: 16px;
    color: #000001;
    margin-right: 24px;
}

.sideBar .s_top ul li span {
    font-size: 15px;
    color: #888888;
}

.sideBar .s_bottom {
    margin-top: 18px;
}

.sideBar .s_bottom .message {
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    padding: 30px 15px 25px 15px;
    box-sizing: border-box;
    margin-top: 6px;
}

.sideBar .s_bottom .message .tel {
    margin-bottom: 40px;
}

.sideBar .s_bottom .message .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sideBar .s_bottom .message .tel .left p {
    font-size: 20px;
    color: #333333;
    line-height: 1em;
}

.sideBar .s_bottom .message .tel .left p:nth-child(2) {
    letter-spacing: 1.5px;
}

.sideBar .s_bottom .message .tel .left {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid rgb(27, 124, 107);
    padding-right: 16px;
    margin-right: 16px;
    box-sizing: border-box;
}

.sideBar .s_bottom .message .messageBox p {
    font-size: 14px;
    color: #333333;
    line-height: 1.7em;
}

.spaceCenter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sameCon {
    width: 995.5px;
    background-color: #fff;
    padding: 65px;
    box-sizing: border-box;
}

.page1 .main .content {
    padding: 65px 65px 150px 65px;
    box-sizing: border-box;
}

.sameCon h1 {
    font-size: 25px;
    color: #000000;
    font-weight: normal;
}

.page1 .main .content .conBox {
    padding-top: 55px;
}

.page1 .main .content .conBox p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.875em;
}
.page1 .main .content .conBox video{
    width: 100%;
    height: auto;
}

/* 产品中心 */
.page2 .content .list ol {
    margin: 25px -10px 0;
    display: flex;
    flex-wrap: wrap;
}

.page2 .content .list ol li {
    padding: 0 10px;
    box-sizing: border-box;
    width: 33.33333%;
    margin: 25px 0 25px 0;
}

.page2 .content .list ol li .pic {
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 185.84px;
    width: 100%;
    border: 1px solid rgb(233,233,233);
    box-sizing: border-box;
}

.page2 .content .list ol li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page2 .content .list ol li p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 17px;
}

/* 页数 */
.yeshu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.yeshu ul li {
    margin: 0 15px;
}

.yeshu ul li:first-child {
    margin-right: -5px;
}

.yeshu ul li:last-child {
    margin-left: -5px;
}

.yeshu ul li a,
.yeshu ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333333;
}

.yeshu ul li:hover a,
.yeshu ul li:hover span,
.yeshu ul li.active span {
    color: rgb(27, 124, 107);
}

/* 产品详情 */
.page3 .content .list {
    padding: 103px 0 39px 0;
    box-sizing: border-box;
}

.page3 .content .mySwiper_show .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page3 .content .mySwiper_show .pic {
    width: 719px;
    height: 482px;
    overflow: hidden;
}

.page3 .content .mySwiper_show .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page3 .content p {
    font-size: 16px;
    color: #333333;
    margin-top: 33px;
    text-align: center;
}

.page3 .content .mySwiper_show .swiper-button-prev:after,
.page3 .content .mySwiper_show .swiper-rtl .swiper-button-next:after {
    content: '<';
}

.page3 .content .mySwiper_show .swiper-button-next:after,
.page3 .content .mySwiper_show .swiper-rtl .swiper-button-prev:after {
    content: '>';
}

.page3 .content .mySwiper_show .swiper-button-next.swiper-button-disabled,
.page3 .content .mySwiper_show .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page3 .content .mySwiper_show .swiper-button-next:after,
.page3 .content .mySwiper_show .swiper-button-prev:after {
    font-size: 20px;
}

.page3 .content .mySwiper_show .swiper-button-next,
.page3 .content .mySwiper_show .swiper-button-prev {
    background-color: rgb(27, 124, 107);
    width: 21px;
    height: 59px;
    color: #fff;
}

/* 新闻中心 */
.page4 .content .list {
    margin-top: 50px;
}

.page4 .content .list ol {
    padding: 0px 45px;
    box-sizing: border-box;
}

.page4 .content .list ol li {
    margin-bottom: 70px;
}

.page4 .content .list ol li a {
    display: flex;
    justify-content: space-between;
}

.page4 .content .list ol li .newsLeft {
    width: 560px;
}

.page4 .content .list ol li .newsLeft h4 {
    font-size: 16px;
    font-weight: normal;
    color: #131313;
    padding-bottom: 20px;
}

.page4 .content .list ol li .newsLeft p {
    font-size: 14px;
    color: rgba(19, 19, 19, .4);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page4 .content .list ol li .newsRight p {
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    padding-bottom: 20px;
}

.page4 .content .list ol li .newsRight span {
    font-size: 12px;
    color: #fff;
    display: block;
    width: 80px;
    height: 35px;
    background-color: rgb(27, 124, 107);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* 新闻详情 */
.page5 .content .title {
    margin-bottom: 55px;
    text-align: center;
}

.page5 .content .title h2 {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    margin-bottom: 7px;
}

.page5 .content .title p {
    font-size: 14px;
    color: #999999;
}

.page5 .content .text {
    margin-bottom: 115px;
}

.page5 .content .text p {
    font-size: 14px;
    color: rgba(19, 19, 19, .9);
    line-height: 2.143em;
}

.page5 .content .paeg p {
    font-size: 14px;
    color: #1b7c6b;
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.page5 .content .paeg p a{
    font-size: 14px;
    color: #1b7c6b;
}

.page5 .content .paeg p:last-child {
    margin-bottom: 0;
}

/* 联系我们 */
.page6 .main .conWhite {
    background-color: #fff;
    padding: 94px 50px 125px 50px;
    box-sizing: border-box;
}

.page6 .main .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.page6 .main .top .top_left .logo h1 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.page6 .main .top .top_left .text p,
.page6 .main .top .top_left .text p a{
    font-size: 16px;
    color: #333333;
    line-height: 1.875em;
}

.page6 .main .top .top_right .code {
    border: 1px solid rgb(211, 211, 212);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 167px;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page6 .main .center .map {
    width: 100%;
    height: 366px;
}

.page6 .main .center .map img {
    width: 100%;
    height: 100%;
}

.page6 .main .bottom {
    margin-top: 80px;
}

.page6 .main .bottom h1 {
    font-size: 30px;
    color: #252525;
    margin-bottom: 30px;
}

.page6 .main .bottom form .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page6 .main .bottom form .box .inputGroup {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
}

.page6 .main .bottom form .box .inputGroup input {
    width: 487px;
    height: 40px;
    padding: 0px 25px;
    box-sizing: border-box;
    background-color: rgb(233, 233, 233);
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.page6 .main .bottom form .box .inputGroup input:last-child {
    margin-bottom: 0;
}

.page6 .main .bottom form .box textarea {
    width: 660px;
    height: 150px;
    background-color: rgb(233, 233, 233);
    padding: 15px 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    display: block;
}

.page6 .main .bottom form .box {
    margin-bottom: 36px;
}

.page6 .main .bottom form input[type="submit"] {
    width: 100%;
    height: 50px;
    background-color: rgb(233, 233, 233);
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}

.page6 .main .bottom form .box .inputGroup input::-webkit-input-placeholder {
    color: #333;
}

.page6 .main .bottom form .box .inputGroup input::-moz-placeholder {
    color: #333;
}

.page6 .main .bottom form .box .inputGroup input:-moz-placeholder {
    color: #333;
}

.page6 .main .bottom form .box .inputGroup input::-ms-input-placeholder {
    color: #333;
}

.page6 .main .bottom form .box .inputGroup input:-ms-input-placeholder {
    color: #333;
}

.page6 .main .bottom form .box textarea::-webkit-input-placeholder {
    color: #333;
}

.page6 .main .bottom form .box textarea::-moz-placeholder {
    color: #333;
}

.page6 .main .bottom form .box textarea:-moz-placeholder {
    color: #333;
}

.page6 .main .bottom form .box textarea::-ms-input-placeholder {
    color: #333;
}

.page6 .main .bottom form .box textarea:-ms-input-placeholder {
    color: #333;
}

/* 工程案例 */

.page7 {
    box-sizing: border-box;
    background-color: rgb(246, 246, 246);
    padding: 50px 0 100px 0;
}

.page7 .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 30px;
}

.page7 .list ol li {
    padding: 0 5px;
    box-sizing: border-box;
    width: 33.33333%;
    margin: 30px 0;
}

.page7 .list ol li .imgBox {
    position: relative;
    overflow: hidden;
}
.page7 .list ol li .imgBox::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, .4);
    content: "";
    transition:all 0.5s;
}
.page7 .list ol li:hover .imgBox::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    content: "";
    transform: scale(1.5);
    display: block;
}

.page7 .list ol li .imgBox .img {
    height: 240px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page7 .list ol li .imgBox .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.page7 .list ol li:hover .imgBox .img img{
    transform: scale(1.05);
}

.page7 .list ol li .imgBox .add {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}

.page7 .list ol li:hover .imgBox .add {
    display: block;
}

.page7 .list ol li p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}

/* 工程案例详情页 */
.page8 {
    background-color: rgb(246, 246, 246);
    padding: 30px 0 100px 0;
    box-sizing: border-box;
}

.page8 .list {
    margin-top: 30px;
    background-color: #fff;
    padding: 60px 100px;
    box-sizing: border-box;
}

.page8 .list .title {
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.page8 .list .title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.page8 .list .title p {
    font-size: 14px;
    color: #999999;
    padding: 10px 0 20px 0;
    box-sizing: border-box;
}

.page8 .list .main {
    padding: 40px 100px 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.page8 .list .main .left,
.page8 .list .main a:first-child{
    position: absolute;
    left: 10px;
}
.page8 .list .main .right,
.page8 .list .main a:last-child{
    position: absolute;
    right: 10px;
}
.page8 .list .main .left::before,
.page8 .list .main a:first-child::before{
    content: "<";
    font-size: 45px;
    font-weight: bold;
}
.page8 .list .main .right::before,
.page8 .list .main a:last-child::before{
    content: ">";
    font-size: 45px;
    font-weight: bold;
}
.page8 .list .main .pic{
    width: 100%;
}
.page8 .list .main .pic img {
    width: 100%;
}

/* 搜索页面 */
.search .top{
    display: flex;
    margin: 30px 0;
}
.search .top .left{
    margin-right: 30px;
}
.search .top .right form input{
    width: 300px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.search .top .right form button{
    width: 50px;
    height: 30px;
    background-color: rgb(51,140,215);
    color: #fff;
    cursor: pointer;
}
.searchList{
    padding: 80px 0px;
    box-sizing: border-box;
}
.searchList .container>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.searchList .container>ul>li{
    width: 30%;
}
.searchList .container>ul>li .img{
    width: 100%;
    overflow: hidden;
}
.searchList .container>ul>li .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.searchList .container>ul>li p{
    text-align: center;
    color: #333;
    font-size: 20px;
    margin: 10px 0 35px;
}
/*产品详情页上一个下一个*/
.page3 .main .content .last,
.page3 .main .content .next{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.page3 .main .content .last a:hover,
.page3 .main .content .next a:hover{
    color: rgb(27,124,107);
}
.returnBtn{
    width: 200px;
    height: 50px;
    background-color: rgb(27,124,107);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.returnBtn:hover{
    background-color: #3bb29d;
}
.returnBtn a{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}