* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

@font-face {
    font-family: hy;
    src: url(../font/HYDaHeiJ.ttf);
}

@font-face {
    font-family: 'inter';
    src: url(../font/Inter-Regular-9.otf);
}

@font-face {
    font-family: pfrf;
    src: url(../font/pfrf.ttf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: 'inter' !important;
    color: #222222;
}

.box {
    width: 73.5688%;
    min-width: 1200px;
    margin: auto;
}

/* header */

header {
    background: linear-gradient(rgba(0, 104, 89, 0.1) 77px, #fff 58px);
    transition: .2s;
    font-family: PingFang SC;
}

.htop {
    height: 77px;
}

.htop .line {
    width: 1px;
    height: 21px;
    background: #A8C9C3;
    margin: 0 28px 0 29px;
}

.htop .txt {
    font-size: 20px;
    color: #145A59;
}

.htop .phone {
    width: 284px;
    height: 42px;
    border-radius: 80px;
    border: 1px solid #006859;
    background: #FFF;
    font-size: 16px;
    color: #626262;
}

.htop .phone img {
    margin-right: 26px;
}

.htop .phone span {
    color: #145A59;
}

.hbtm {
    height: 60px;
}

.hbtm .txt {
    font-size: 20px;
    color: #3F3F3F;
}

nav {
    width: 664px;
}

nav a {
    font-size: 18px;
    color: #0D0D0D;
    position: relative;
}

nav .active,
nav a:hover {
    color: #000;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #145A59;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -18px;
}

.header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    box-shadow: rgb(220 220 220 / 50%) 7px 10px 17px 0px;
    transition: .2s;
    font-family: PingFang SC;
}

.header .box {
    height: 100px;
}

/* header end */

.xuan {
    position: fixed;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 330px;
    z-index: 99;
    font-size: 18px;
}

.xuan li {
    width: 62px;
    height: 62px;
    background: #414141;
    cursor: pointer;
    border-radius: 4px;
}

.xuan li a img:nth-child(2) {
    display: none;
}

.xuan li:last-child {
    background: rgb(33, 34, 38, .31) !important;
}

.xuan li:hover {
    background: #0c7a2c;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li a {
    width: 100%;
    height: 100%;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 200px;
    height: 60px;
    right: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(2) .kuang {
    width: 150px;
    height: 150px;
}

.xuan li:nth-child(3) .kuang {
    width: 258px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* footer */

footer {
    background: url(../images/foot.jpg) no-repeat top #145A59;
    color: #fff;
    font: 14px PingFang SC;
    padding: 39px 0 0;
}

footer a,
footer a:hover {
    color: #fff;
}

footer .box {
    width: 1200px;
}

.ft_top .flogo {
    height: 44px;
    filter: grayscale(1) brightness(100);
}

.ft_top .line {
    width: 1px;
    height: 21px;
    background: #fff;
    margin: 0 28px 0 29px;
}

.ft_top .txt {
    font-size: 20px;
}

.ft_top ul {
    width: 476px;
}

.ft_top {
    border-bottom: 1px solid rgb(255, 255, 255, .15);
    padding-bottom: 17px;
    margin-bottom: 53px;
}

.ftb_left p:nth-child(2) {
    font-size: 30px;
    line-height: 42px;
    margin-top: 6px;
    font-weight: bold;
}

.ftb_right {
    width: 872px;
    color: #DBDBDB;
}

.ftb_right .aaa {
    margin-top: 10px;
}

.ftb_right .imgs {
    width: 244px;
}

.ftb_right .imgs p {
    font-size: 14px;
    margin-top: 8px;
}

.ftb_right .imgs>div {
    width: 107px;
    height: 107px;
    padding: 5px;
    background: url(../images/qr.png) no-repeat center;
    background-size: contain;
}

.ftb_right .imgs>div img {
    width: 100%;
}

.f_bottom {
    line-height: 50px;
    background: #4B4B4B;
    font-size: 12px;
    color: #fff;
    margin-top: 67px;
}

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

/* footer end */

/* 列表分页 */
.pagination {
    font-size: 18px;
    color: #9e9e9e;
    text-align: center;
    margin-top: 50px;
}

.pagination li {
    width: 36px;
    line-height: 36px;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.pagination li a {
    display: block;
    color: #9e9e9e;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #452c18;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}

/* 列表分页 end */


/* index */

.swiper0 .swiper-button {
    background: url(../images/left.png) no-repeat center;
    width: 50px;
    height: 95px;
}

.swiper0 .swiper-button-prev {
    left: 0;
}

.swiper0 .swiper-button-next {
    right: 0;
    transform: rotateY(180deg);
}

.title .aa {
    font: 49px hy;
    color: #145A59;
}

.title .bb {
    font-size: 32px;
    color: #3F3F3F;
    margin-top: 17px;
}

.index1 {
    padding: 103px 0;
}

.index1 .txt1 {
    margin: 61px 0 10px;
}

.index1 .txt1 b {
    font-size: 26px;
    color: #5F5F5F;
    margin: 0 3.8%;
}

.index1 .txt1 span {
    width: 25.5%;
    height: 1px;
    background: #C5C5C5;
}

.index1 .txt2 {
    font-size: 17px;
    line-height: 31px;
    color: #5F5F5F;
}

.index1 ul {
    padding: 44px 0;
    border-bottom: 1px solid #C5C5C5;
}

.index1 .tit {
    font: bold 24px pfrf;
    color: #145A59;
    margin: 17px 0 10px;
}

.index1 .con {
    font: 19px/25px pfrf;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    background-size: cover;
    padding: 43px 0 45px;
    color: #fff;
}

.index2 .txt1 {
    font-size: 32px;
}

.index2 .txt2 {
    font: 49px hy;
    margin: 10px 0 39px;
}

.index2 .line {
    width: 232px;
    height: 1px;
    background: #FFF;
    margin: auto;
}

.index2 .txt3 {
    font-size: 32px;
    margin: 26px 0 27px;
}

.index2 img {
    border-radius: 25px;
}

.index3 {
    background: #F0F0F0;
    padding: 104px 0 107px;
    overflow: hidden;
}

.index3 .box {
    margin-top: 66px;
}

.index3 li {
    width: 49.378%;
    min-height: 692px;
    border-radius: 29px;
    background: #FFF;
    padding: 41px 45px 0 37px;
    /* padding: 41px 3% 0 2.55%;  */
}

.index3 .tit {
    font-size: 32px;
    color: #3F3F3F;
}

.index3 .con {
    margin-top: 23px;
}

.index3 .con>div {
    border-top: 1px solid #E1E1E1;
    padding: 22px 0 23px;
}

.index3 .tt {
    font-size: 27px;
}

.index3 .tt img {
    margin-right: 8px;
}

.index3 .cn {
    font-size: 20px;
    color: #757575;
    margin: 10px 0 0 5%;
}

@media screen and (max-width:1800px) {
    .index3 .cn {
        font-size: 17px;
    }
}

.index3 li:nth-child(2) {
    background: #007365;
}

.index3 li:nth-child(2) .tit,
.index3 li:nth-child(2) .tt,
.index3 li:nth-child(2) .cn {
    color: #fff;
}

.index3 li:nth-child(2) .con>div {
    border-color: #4A8D85;
}

.index3 li:nth-child(2) .tt img {
    margin: 0 0 0 8px;
}

.index3 li:nth-child(2) .cn {
    margin: 10px 5% 0 auto;
}

.index3 .cir {
    width: 108px;
    height: 108px;
    background: #007365;
    border-radius: 50%;
    border: 24px solid #F0F0F0;
    font-size: 37px;
    color: #fff;
    top: 238px;
    left: 0;
    right: 0;
    margin: auto;
}

.index4 {
    background: #F0F0F0;
    padding-bottom: 99px;
}

.index4 .box {
    margin-top: 44px;
}

.index4 li {
    width: calc(100% / 4 - 4px);
    border-radius: 29px;
    overflow: hidden;
}

.index4 li .p_a {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .56);
    top: 0;
    left: 0;
    transition: .3s;
}

.index4 .tit {
    font-size: 28px;
    color: #fff;
}

.index4 .line {
    width: 49px;
    height: 4px;
    background: #fff;
    margin: 35px auto 50px;
}

.index4 .con {
    display: none;
    width: 86%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: auto;
}

.index4 li:hover .p_a {
    background: rgba(0, 115, 101, 0.88);
}

.index4 li:hover .con {
    display: block;
}

.index5 {
    background: url(../images/index5.jpg) no-repeat top;
    margin-top: 85px;
    padding: 38px 0 130px;
}

.index5 .box {
    margin-top: 48px;
}

.index5 li:nth-child(1) {
    width: 23.58%;
}

.index5 .num span {
    width: 11px;
    height: 30px;
    background: #145A59;
    margin: 0 15px 0 5px;
}

.index5 .num {
    font-size: 25px;
    color: #3F3F3F;
}

.index5 .con {
    font-size: 23px;
    color: #3F3F3F;
    margin-top: 22px;
}

.index5 .con span {
    margin: 15px 0 0 10px;
}

.index5 label:nth-child(1) {
    margin: 72px 0 48px;
}

.index5 label:nth-child(1) .con img {
    opacity: 0.6;
}

.index5 .qr {
    width: 216px;
    height: 216px;
    overflow: hidden;
    margin-left: -20px;
}

.titlea {
    filter: brightness(100);
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 0 88px;
    overflow: hidden;
}

.index6 .mySwiper {
    margin: 72px 0 66px;
    padding-bottom: 40px;
}

.index6 .mySwiper .simg {
    width: 46%;
    height: 154px;
    overflow: hidden;
    top: 20px;
}

.index6 .mySwiper .simg img {
    max-width: 100%;
    max-height: 100%;
}

.index6 .mySwiper .aaa {
    width: 90%;
    height: 214px;
    border-radius: 12px;
    background: #EDF5EC;
    margin-left: auto;
    padding: 44px 13px 0 0;
}

.index6 .mySwiper .aaa>div {
    width: 54%;
}

.index6 .mySwiper .tit {
    font-size: 26px;
    color: #3F3F3F;
}

.index6 .mySwiper .line {
    height: 1px;
    background: #8B8B8B;
    margin: 16px 0 15px;
}

.index6 .mySwiper .con {
    font-size: 18px;
    color: #3F3F3F;
    -webkit-line-clamp: 2;
}

.index6 .swiper-button {
    background: url(../images/left1.png) no-repeat center;
    width: 44px;
    height: 88px;
    top: 80px;
}

.index6 .swiper-button-prev {
    left: -76px;
}

.index6 .swiper-button-next {
    right: -76px;
    transform: rotateY(180deg);
}

.index6 .swiper-pagination {
    bottom: 0 !important;
}

.index6 .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.index6 .swiper-pagination-bullet-active {
    background: #fff;
}

.index6 .mySwiper2 {
    width: 97.3%;
}

.index6 .mySwiper2 .swiper-slide {
    background: #EDF5EC;
    border-radius: 12px;
    padding: 44px 38px 0;
}

.index6 .mySwiper2 .tit {
    font: 39px hy;
    color: #282828;
}

.index6 .mySwiper2 .con {
    font-size: 28px;
    color: #282828;
    margin: 10px 0 11px;
}

.index6 .mySwiper2 .con br {
    display: none;
}

.index6 .mySwiper2 .aaa>div {
    width: 45%;
    height: 188px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 3px 14px 0 #00000029;
    padding: 22px 1.5% 0;
}

.index6 .mySwiper2 .aaa>div:nth-child(2) {
    width: 53.7%;
}

.index6 .mySwiper2 .tt {
    font-size: 25px;
}

.index6 .mySwiper2 .tt1 {
    color: #282828;
}

.index6 .mySwiper2 .tt2 {
    color: #0B8A78;
}

.index6 .mySwiper2 .cn {
    font-size: 22px;
    color: #fff;
    margin-top: 22px;
}

.index6 .mySwiper2 .cn1 p {
    width: 49.3%;
    height: 43px;
    border-radius: 10px;
    background: #A1A1A1;
}

.index6 .mySwiper2 .cn1 p:nth-child(n+3) {
    margin-top: 7px;
}

.index6 .mySwiper2 .cn2 {
    height: 93px;
    border-radius: 10px;
    background: #2F9A8B;
    line-height: 32px;
}

.index6 .mySwiper2 .cn2 span {
    -webkit-line-clamp: 2;
}

.index6 .bimg {
    width: 562px;
    height: 286px;
    overflow: hidden;
    margin: 6px auto 0;
}

.index7 {
    background: url(../images/index7.jpg) no-repeat center;
    background-size: cover;
    padding: 259px 0 250px;
}

.index7 .box {
    width: 69.3%;
}

.index7 .txt1 {
    margin: 44px 0 34px;
}

.index7 .txt1 b {
    font-size: 26px;
    color: #5F5F5F;
    margin: 0 2.8%;
}

.index7 .txt1 span {
    width: 17%;
    height: 1px;
    background: #C5C5C5;
}

.index7 .txt2 {
    font-size: 31px;
    line-height: 41px;
    color: #5F5F5F;
}

.index7 .txt2 b {
    font-size: 34px;
    color: #145A59;
}

.index7 .cir {
    width: 810px;
    height: 810px;
    border-radius: 50%;
    background: #F6F6F6;
    margin: 71px auto 0;
    z-index: 10;
}

.index7 .img {
    width: 562px;
    height: 512px;
    overflow: hidden;
    margin: auto;
}

.index7 .img img {
    max-width: 100%;
    max-height: 100%;
}

.index7 .tit {
    font: 41px hy;
    color: #145A59;
    margin: 39px 0 43px;
}

.index7 .more {
    width: 168px;
    height: 55px;
    border: 1px solid #145A59;
    border-radius: 101px;
    margin: auto;
}

.index7 .more span {
    width: 158px;
    height: 47px;
    background: #145A59;
    border-radius: 68px;
    font-size: 17px;
    color: #F7F7F7;
    line-height: 1;
}

.index7 ul {
    margin-top: -266px;
}

.index7 ul::after {
    content: '';
    width: 88%;
    height: 860px;
    border-bottom: 6px solid rgb(0, 0, 0, .06);
    border-radius: 50%;
    position: absolute;
    bottom: 98px;
    left: 0;
    right: 0;
    margin: auto;
}

.index7 li {
    width: 16%;
    height: 210px;
}

.index7 li:nth-child(2n) {
    margin-top: 241px;
}

.index7 li:nth-child(2) {
    margin-left: 4px;
}

.index7 li:nth-child(3) {
    margin: 311px 8.2% 0 9.7%;
}

.index7 li:nth-child(5) {
    margin-left: 1.3%;
}

.index7 li .p_a {
    width: 100%;
    height: 100%;
    background: rgba(21, 22, 22, 0.5);
    border-radius: 50%;
    top: 0;
    color: #fff;
    font: 19px pfrf;
}

.index7 li .tt {
    font-size: 24px;
}

.index7 .img1 {
    width: 136px;
    height: 124px;
}

.index7 .active .p_a {
    background: rgba(20, 90, 89, 0.78);
}

.index7 .active::after {
    content: '';
    width: 108%;
    height: 226px;
    border: 6px solid #6DABAA;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: -14px;
}

.index8 {
    background: url(../images/index8.jpg) no-repeat top;
    padding: 84px 0 51px;
}

.index8 .txt1 {
    margin: 44px 0 34px;
}

.index8 .txt1 b {
    font-size: 26px;
    color: #5F5F5F;
    margin: 0 1.5%;
}

.index8 .txt1 span {
    width: 29.743%;
    height: 1px;
    background: #C5C5C5;
}

.index8 .mySwiper3 {
    margin: 78px 0 141px;
}

.index8 .mySwiper3 .swiper-slide {
    padding-bottom: 19px;
}

.index8 .mySwiper3 .swiper-slide::after {
    content: '';
    width: 100%;
    height: 201px;
    background: #145a591a;
    border-radius: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.index8 .mySwiper3 .simg {
    width: 73.445%;
    height: 121px;
    overflow: hidden;
    margin: auto;
}

.index8 .mySwiper3 .tit {
    font-size: 26px;
    color: #3F3F3F;
    margin-top: 15px;
}

.index8 .mySwiper3 .line {
    width: 115px;
    height: 1px;
    background: #8B8B8B;
    margin: 16px auto;
}

.index8 .mySwiper3 .con {
    font-size: 18px;
    color: #3F3F3F;
}

.index8 .mySwiper3 .swiper-slide-thumb-active::after {
    background: #145A59;
}

.index8 .mySwiper3 .swiper-slide-thumb-active .tit,
.index8 .mySwiper3 .swiper-slide-thumb-active .con {
    color: #fff;
}

.index8 .mySwiper3 .swiper-slide-thumb-active .line {
    background: #fff;
}

.index8 .mySwiper4 .bimg {
    width: 77.3%;
    overflow: hidden;
    margin-left: auto;
}

.index8 .mySwiper4 .bimg a {
    width: 69.3%;
}

.index8 .mySwiper4 .bimg::after {
    content: '';
    background: url(../images/index8_01.png) no-repeat center;
    width: 642px;
    height: 198px;
    position: absolute;
    right: 0;
    bottom: -9px;
    z-index: -1;
}

.index8 .mySwiper4 .tit {
    font: 41px hy;
    color: #145A59;
    margin: 32px 0 25px;
}

.index8 .more {
    width: 168px;
    height: 55px;
    border: 1px solid #145A59;
    border-radius: 101px;
    margin: auto;
}

.index8 .more span {
    width: 158px;
    height: 47px;
    background: #145A59;
    border-radius: 68px;
    font-size: 17px;
    color: #F7F7F7;
    line-height: 1;
}

.index9 {
    background: url(../images/index9.jpg) no-repeat center;
    background-size: cover;
    padding: 88px 0 108px;
}

.index9 .txt1 {
    margin: 44px 0 32px;
}

.index9 .txt1 b {
    font-size: 26px;
    line-height: 47px;
    color: #F0F0F0;
    margin: 0 1.5%;
}

.index9 .txt1 span {
    width: 15.345%;
    height: 1px;
    background: #F0F0F0;
}

.index9 .txt2 {
    font-size: 20px;
    line-height: 36px;
    color: #F0F0F0;
}

.index9 .img {
    width: 60.2%;
    height: 513px;
    overflow: hidden;
    margin: 25px auto 88px;
}

.index9 .img img {
    max-width: 100%;
    max-height: 100%;
}

.index9 li {
    width: calc(100% / 2 - 11px);
    height: 225px;
    border-radius: 25px;
    background: #145A59;
}

.index9 .tit {
    font: 30px hy;
    color: #fff;
}

.index9 .con {
    width: 316px;
    font-size: 23px;
    line-height: 42px;
    color: #fff;
    margin-top: 20px;
}

.index9 .aaa {
    width: 37.012%;
    height: 149px;
    border: 1px solid rgb(255, 255, 255, .2);
    border-radius: 25px;
    margin-left: 4%;
}

.index9 .aaa b {
    width: 94%;
    height: 133px;
    background: #fff;
    font-size: 23px;
    line-height: 30px;
    color: #145A59;
    border-radius: 20px;
}

.index10 {
    padding: 124px 0 95px;
}

.index10 .box>div:nth-child(1) {
    margin: 34px 0 11px;
}

.index10 li {
    list-style: disc;
    font: 22px/48px pfrf;
}

.index10 .aaa {
    width: 45%;
    padding-top: 33px;
    height: 911px;
    background: #F0F0F0;
}

.index10 .aaa ul {
    width: 92.6%;
    margin: 11px 8px 0 auto;
}

.index10 .bbb {
    width: 54.786%;
}

.index10 .bbb>div {
    width: calc(100% / 2 - 1.5px);
    height: 911px;
    background: #F0F0F0;
    padding-top: 14px;
}

.index10 .txt1 {
    font: 24px pfrf;
    color: #3F3F3F;
    margin-top: 14px;
}

.index10 .bbb>div:nth-child(1) ul {
    width: 81%;
    margin: 26px 5.9% 76px auto;
}

.index10 .bbb>div:nth-child(1) li {
    line-height: 39px;
}

.index10 .bbb>div:nth-child(2) ul {
    width: 83%;
    margin: 20px 5.3% 10px auto;
}

.index10 .bbb>div:nth-child(2) li {
    font-size: 18px;
    line-height: 32px;
}

.index10 .box>div:nth-child(2)>div {
    width: calc(100% / 2 - 2px);
    height: 205px;
    background: url(../images/index10_06.jpg) no-repeat center;
    padding: 33px 0 0 43px;
}

.index10 .tt {
    font-size: 49px;
    color: #145A59;
}

.index10 .cn {
    font: 32px pfrf;
    color: #3F3F3F;
    margin-top: 32px;
}

.index11 {
    background: #F0F0F0;
    padding: 125px 0 136px;
}

.index11 .tab {
    margin-top: 70px;
}

.index11 .tab img {
    border: 6px solid transparent;
    border-radius: 50%;
    margin-bottom: 11px;
}

.index11 .tab>div:nth-child(2) {
    margin-left: 121px;
}

.index11 .tab p {
    font-size: 32px;
    color: #3F3F3F;
}

.index11 .tab .num {
    width: 46px;
    height: 46px;
    background: #3F3F3F;
    border-radius: 50%;
    color: #fff;
    top: 39px;
    right: 16px;
}

.index11 .content {
    margin-top: 28px;
}

.index11 li {
    width: 31%;
    height: 288px;
    background: #fff;
    border-radius: 16px;
    padding-left: 32px;
    color: #403C3A;
    margin-top: 71px;
}

.index11 .num {
    font-size: 47px;
    margin-top: -29px;
}

.index11 .tit {
    font-size: 27px;
    margin: 20px 0 22px;
}

.index11 .con {
    width: 87%;
    font: 20px/35px pfrf;
    letter-spacing: -1.5px;
    color: #736C6D;
}

.index11 li:nth-child(3) .con {
    width: 96%;
}

.index11 li:hover {
    background: #145A59;
    color: #fff;
}

.index11 li:hover .num {
    -webkit-text-stroke: 2px #000000;
}

.index11 li:hover .con {
    color: #fff;
}

.index11 .tab .active .num {
    background: #145A59;
    color: #fff;
}

.index11 .tab .active img {
    border-color: #145A59;
}

.index11 .tab .active p {
    color: #145A59;
}

.index12 {
    padding: 137px 0 128px;
    overflow: hidden;
}

.index12 .swiper {
    width: 811px;
    border-radius: 12px;
    overflow: initial;
    margin-top: 72px;
}

.index12 .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    opacity: 0.4;
}

.index12 .swiper-slide>div {
    padding: 17px 0 32px;
    background: #494949;
}

.index12 .tit {
    font: 28px pfrf;
    color: #fff;
}

.index12 .con {
    font: 19px pfrf;
    color: #fff;
    margin-top: 17px;
}

.index12 .swiper-slide-active {
    opacity: 1;
}

.index12 .swiper-slide-active>div {
    background: #145A59;
}

.index13 {
    background: url(../images/index13.jpg) no-repeat center;
    padding: 99px 0 88px;
    overflow: hidden;
}

.index13 .swiper {
    width: 740px;
    overflow: initial;
    padding-top: 60px;
    margin-top: 72px;
}

.index13 .swiper-slide {
    background: #fff;
    box-shadow: 0 10px 26px 0 rgb(0, 0, 0, .12);
    padding-bottom: 34px;
    border-radius: 16px;
}

.index13 .cir {
    width: 140px;
    height: 140px;
    background: #145A59;
    border: 20px solid #fff;
    border-radius: 50%;
    margin: -60px auto 0;
}

.index13 .tit {
    font-size: 30px;
    color: #3A3A3A;
    margin: 35px 0 7px;
}

.index13 .con {
    font-size: 24px;
    line-height: 42px;
    color: #4D4D4D;
    height: 80px;
}

.index13 a,
.index13 a:hover {
    width: 215px;
    height: 62px;
    border: 1px solid #145A59;
    border-radius: 3px;
    margin: 25px auto 0;
    font-size: 24px;
    color: #145A59;
}

.index14 {
    background: url(../images/index14.jpg) no-repeat center;
    background-size: cover;
    padding: 113px 0 77px;
    overflow: hidden;
    margin: 35px 0 14px;
}

.index14 .tit {
    font: 49px hy;
    color: #145A59;
}

.index14 .swiper14-1 {
    width: 1200px;
    margin: 35px auto 74px;
    overflow: initial;
}

.index14 .swiper-slide {
    height: 152px;
    background: #fff;
}

.index14 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.index14 .swiper14-2 {
    width: 1200px;
    height: 316px;
    margin-top: 45px;
}

.index15 {
    background: url(../images/index15.jpg) no-repeat center;
    background-size: cover;
    padding: 88px 0 105px;
    color: #fff;
}

.index15 .tit {
    font: 44px pfrf;
}

@media screen and (max-width:1770px) {
    .index15 .tit {
        font-size: 40px;
    }
}

.index15 .tit b {
    margin-left: 33px;
}

.index15 .con {
    font: 31px pfrf;
    margin-top: 35px;
}

.index15 form {
    width: 50.358%;
}

.index15 form p,
.index15 button {
    width: 48.227%;
}

.index15 form p:nth-child(-n+2) {
    margin-bottom: 24px;
}

.index15 form span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}

.index15 input {
    width: 99%;
    height: 69px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(239, 243, 241, 0.26);
    color: #fff;
    text-indent: 1em;
}

.index15 button {
    height: 71px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #145A59;
    font-size: 22px;
    color: #EFF4F9;
}


/* index end */


.banner {
    width: 100%;
}

.top {
    padding-top: 49px;
}

.top .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    font-family: PingFang SC;
}

.top .left {
    border-left: 5px solid #D0D0D0;
    padding-left: 12px;
}

.top .left p:nth-child(1) {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #006859;
}

.top .left p:nth-child(2) {
    font-size: 16px;
    color: #AFAFAF;
}

.top .right,
.top .right a {
    font-size: 16px;
    color: #838383;
}

/* 关于我们 */

.about .top .box {
    width: 1200px;
}

.about {
    background: #F6F8FA;
}

.about1 {
    padding: 75px 0;
}

.about1 .box {
    width: 1200px;
}

.about1 .box>div:nth-child(1) {
    width: 694px;
}

.about .tit {
    font-size: 38px;
    color: #000;
}

.about .con {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-top: 39px;
}

.about1 .img {
    width: 448px;
    height: 365px;
    overflow: hidden;
}
.about1 .img img{
    max-width: 100%;
    max-height: 100%;
}
.about2 {
    background: #F0F0F0;
    padding: 46px 0 60px;
}

.about2 .box {
    width: 1200px;
}

.about2 .box>div:nth-child(2) {
    width: 44%;
}


/* 关于我们 end */


/* 服务 */

.service {
    background: #f8f8f8;
    padding: 74px 0 162px;
}

.service .box {
    width: 71.729%;
}

@media screen and (max-width:1280px) {
    .service .box {
        width: 100%;
    }
}

.service .img {
    width: 50.2%;
    height: 459px;
    overflow: hidden;
}

.service .list li {
    background: #fff;
    color: #292929;
    margin-top: 55px;
}

.service .list li>div {
    height: 309px;
}

.service .list li:nth-child(odd)>div {
    width: 43%;
    margin-right: 56px;
}

.service .list li:nth-child(even),
.service .list li:nth-child(even)>div,
.service .list li:nth-child(even) .img {
    transform: rotateY(180deg);
}

.service .list li:nth-child(even)>div {
    width: 43.81%;
    margin-right: 42px;
}

.service .tt {
    font-size: 26px;
    line-height: 32px;
}

.service .tt b {
    -webkit-line-clamp: 2;
}

.service .tt p {
    background: #e67400;
    border-radius: 50%;
}

.service .tt img {
    filter: brightness(100);
}

.service .list li:nth-child(1) .tt b {
    width: 105px;
}

.service .list li:nth-child(2) .tt b {
    width: 208px;
}

.service .list li:nth-child(3) .tt b {
    width: 162px;
}

.service .list li:nth-child(4) .tt b {
    width: 183px;
}

.service .con {
    font-size: 18px;
    line-height: 42px;
    width: 100%;
    text-align: justify;
}

.service .list li:hover {
    color: #fff;
    background: #e9771d;
}

.service .list li:hover .tt b,
.service .list li:hover .con {
    color: #fff;
}

.service .list li:hover .tt p {
    background: #fff;
}

.service .list li:hover .tt img {
    filter: none;
}



/* 服务 end */

/* 优势 */

.advantage {
    background: #f8f8f8;
    padding: 124px 0 119px;
}

.advantage .box {
    background: #fff;
}

.advantage .num {
    background: #e9771d;
    font-size: 20px;
    color: #fff;
}

.advantage .num p {
    width: 240px;
    height: 56px;
}

.advantage .num p:nth-child(n+2) {
    border-left: 1px solid rgb(255, 255, 255, .1);
}

.advantage .tab p {
    width: 240px;
    height: 129px;
    font-size: 20px;
    color: #282828;
}

.advantage .tab p:nth-child(n+2) {
    border-left: 1px solid #f4f4f4;
}

.advantage .con {
    border-top: 1px solid #f4f4f4;
}

.advantage .text {
    width: 344px;
    margin-left: 69px;
    font-size: 18px;
    line-height: 26px;
    color: #8d8d8d;
}

.advantage .img {
    width: 719px;
    height: 314px;
    overflow: hidden;
}

.advantage a {
    border-radius: 6px;
    background-color: rgb(233, 119, 29, .1);
    width: 109px;
    height: 49px;
    font-size: 16px;
    color: #e9771d;
    margin-top: 25px;
}

/* 优势 end */

/* 商业合作 */

.health .index4 {
    background: #fff;
    padding: 83px 0 0;
}

.health .index14 {
    margin: 0;
}

/* 商业合作 end */

/* 产品中心 */

.prolist {
    background: #F6F9FA;
    font-family: PingFang SC;
}

.prolist .top .box,
.prolist .box {
    width: 65.949%;
}

.prolist .content {
    margin-top: 60px;
    padding-bottom: 220px;
}

.p_nav>h3 {
    line-height: 61px;
    background: #006859;
    font-size: 20px;
    color: #fff;
}

.p_nav {
    width: 20.16%;
    background: #fff;
}

.p_nav ul {
    height: 708px;
}

.p_nav>ul>li {
    height: 77px;
    border-bottom: 1px dashed #e0e0e0;
    margin: 0 20px;
}

.p_nav>ul>li:last-child {
    border: none;
}

.p_nav>ul>li a {
    font-size: 18px;
    color: #434343;
}

.p_nav>ul>li a.active,
.p_nav>ul>li a:hover {
    color: #006859 !important;
}

.p_nav .con {
    background: #145A59;
    font-size: 14px;
    color: #DBDBDB;
    padding: 11px 18px 15px;
}

.p_nav .con p {
    margin-top: 9px;
}

.product {
    width: 77.132%;
}

.product .list li {
    width: 32.645%;
    background: #fff;
    margin: 0 1% 22px 0;
}

.product .list li:nth-child(3n) {
    margin-right: 0;
}

.p_img {
    background: #fff;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.p_img img {
    max-width: 90%;
    max-height: 100%;
}

.product .mask {
    display: none;
    height: 340px;
    background: rgba(20, 90, 89, 0.9);
    top: 0;
    left: 0;
    right: 0;
}

.product .mask a,
.product .mask a:hover {
    width: 162px;
    height: 52px;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
}

.product .con {
    padding: 20px 25px 40px 20px;
    border-top: 1px solid #E3E3E3;
}

.product .tt {
    font-size: 24px;
    color: #535353;
    font-weight: 700;
}

.product .cn {
    font-size: 16px;
    line-height: 23px;
    color: #B8B8B8;
    margin-top: 9px;
    -webkit-line-clamp: 2;
}

/* 产品中心 end */


/* 新闻资讯 */

.news {
    background: #F6F9FA;
    padding-bottom: 100px;
}

.news .box {
    width: 1200px;
}

.news>.box {
    margin-top: 46px;
}

.news .list {
    background: #fff;
}

.news .img {
    width: 405px;
    height: 318px;
    overflow: hidden;
}

.news .img img {
    width: auto;
    height: 100%;
}

.news .list>div {
    width: 789px;
    height: 319px;
    padding: 47px 37px 0 32px;
}

.news .tit {
    font-size: 24px;
    color: #000000;
    line-height: 51px;
}

.news .describe {
    -webkit-line-clamp: 4;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 25px;
    margin: 30px 0 8px;
}

.news .more {
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #006859;
}

.news .line {
    height: 1px;
    background: #E0E0E0;
    margin: 35px 0 21px;
}

.news .content {
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 40px;
}

/* 新闻资讯 end */
.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding: 80px 0;
}

.arc .tit {
    font-size: 32px;
}

.arc .time {
    font-size: 16px;
    margin: 10px 0 50px;
}

.arc img {
    max-width: 100%;
}

/* contactUs */

.contact {
    background: #F6F8FA;
}

.contact1 {
    padding: 48px 0 39px;
    font-size: 16px;
    color: #3A3A3A;
}

.contact1 img {
    margin-right: 25px;
}

.contact .text {
    margin-top: 19px;
}

/* contactUs end */