h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.section1>.i-title,
.section1>.h-title {
    color: #007169;
    font-size: 52px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.section1>.g-title {
    color: #fff;
    font-size: 52px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.section1>.k-title {
    color: #fff;
    font-size: 52px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.my-container {
    width: 1000px;
    margin: 0 auto
}

.content>p {
    margin-bottom: 9px !important;
}

.my-container h2 {
    height: 29px;
    line-height: 30px;
    font-weight: normal;
    font-size: 30px;
    color: #333;
}

.my-container p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 100%;
}

.g-container h2 {
    margin-bottom: 30px;
}

.g-a {
    width: 100%;
    margin-bottom: 87px;
}

.g-left {
    float: left;
    width: 50%;
    padding-right: 65px;
    padding-top: 44px;
}

.g-left>h2 {
    margin-bottom: 23px;
}

.g-left>p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.g-right {
    float: right;
    width: 50%;
}

.g-b>p {
    margin-bottom: 23px;
}

.g-c {
    padding-top: 178px;
    position: relative;
}

.g-c>img {
    position: absolute;
    top: 0;
    left: 0;
}

.g-li {
    float: left;
    width: 156px;
    margin-right: 55px;
    font-size: 14px;
    line-height: 24px;
}

.g-li:nth-child(2n) {
    margin-top: 60px;
}

.g-li:last-child {
    margin-right: 0;
}

.g-d {
    margin-bottom: 78px;
}

.g-d h2 {
    margin-top: 39px;
    margin-bottom: 39px;
    text-align: center
}

.g-d>img {
    width: 100%;
    height: 610px;
    display: block;
}

.h-container h2 {
    margin-bottom: 20px;
}

.h-container p {
    margin-bottom: 69px;
}

.h-b {
    margin-bottom: 96px;
}

.h-b a {
    display: inline-block;
    font-size: 18px;
    color: #0000ff;
    margin-right: 2px;
}

.i-container h2 {
    line-height: 28px;
    text-align: center;
    margin-bottom: 31px;
}

.i-container h2 {
    margin-top: 58px;
}

.i-container h2:first-child {
    margin-top: 0px;
}

.i-cards {
    height: 420px;
    width: 100%;
    position: relative;
}

.i-cards h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 16px;
}

.i-cards p {
    line-height: 24px;
    font-size: 14px;
}

.slick-slide {
    position: relative;
}

.i-left {
    width: 500px;
    height: 360px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.i-left>img {
    width: 500px;
    height: 100%;
    color: #666666;
}

.i-right {
    width: 680px;
    height: 420px;
    float: right;
    background-color: #efefef;
    position: relative;
}

.i-r-content {
    width: 500px;
    height: 390px;
    padding-left: 40px;
    padding-right: 48px;
    padding-top: 23px;
    float: right;
    overflow: auto;
}

.i-cards:nth-child(4n) .i-left {
    position: absolute;
    top: 30px;
    right: 0;
}

.i-cards:nth-child(4n) .i-right {
    float: left;
}

.i-cards:nth-child(4n) .i-r-content {
    float: left;
}

.i-a {
    margin-bottom: 80px;
}

.i-prev {
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    left: -62px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    content: "";
    background: url(/public/img/home/development/left_.png) no-repeat center center;
}

.i-prev.active {
    background: url(/public/img/home/development/left_active.png) center center no-repeat
}

.i-next {
    width: 12px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    right: -62px;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    content: "";
    background: url(/public/img/home/development/right_.png) no-repeat center center;
}

.i-next.active {
    background: url(/public/img/home/development/right_active.png) center center no-repeat
}

.mt-30 {
    margin-top: 30px !important;
}

.k-container {
    overflow: hidden;
}

.k-container h3 {
    text-align: center
}

.pt-20 {
    padding-top: 20px;
}

.bg_efefef {
    background-color: #efefef;
    width: 100%;
}

.txal {
    text-align: center
}

.ka-left {
    width: 100%
}

.ka-left img {
    width: 100%;
}

.k-a {
    margin-bottom: 31px;
}

.ka-right {
    width: 100%;
}

.k-a h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-bottom: 21px;
}

.ka-right>p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.k-b {
    padding-bottom: 41px;
}

.k-b h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 31px;
    margin-top: 31px;
}

.kb-ul {
    width: 300px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.kb-ul .kb-tt {
    font-weight: bold;
    font-size: 18px
}

.kb-ul:last-child {
    border-left: none
}

.kb-li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px
}

.kb-li:last-child {
    border: none;
}

.kb-img {
    width: 400px;
    height: 422px;
}

.kb-img img {
    width: 100%;
    height: 100%;
}

.k-c h3 {
    color: #333;
    margin-bottom: 20px;
    margin-top: 10px;
}

.k-c p {
    line-height: 30px;
    font-size: 14px;
    margin: 20px 0 28px
}

.kc-top {
    padding-top: 40px;
}

.kc-img {
    width: 400px;
    height: 182px;
}

.kc-img img {
    width: 100%;
    height: 100%;
}

.kc-main {
    margin-top: 13px;
}

.k-box {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 122px;
    line-height: 122px;
    padding-top: 25px;
    margin-bottom: 10px;
}

.k-girds {
    width: 33.33%;
    text-align: center;
    line-height: 122px;
    padding: 0 15px;
}

.k-girds h4 {
    color: #007169;
    font-size: 36px;
    margin-bottom: 14px;
}

.k-girds h6 {
    color: #666666;
    font-size: 14px;
    line-height: 1.44;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.k-bottom {
    width: 100%;
    margin-bottom: 89px;
}

.k-bottom img {
    display: block;
    margin: 0 auto
}



.content {
    padding: 20px 0 !important;
    color: black;
    text-align: center;
    overflow: hidden;
}

.content>p {
    text-align: left;
    margin-bottom: 90px;
    margin-top: 50px;
}

.content>p>span a {
    color: #828282;
}

.content a img {
    width: 320px;
    height: 240px;
}

.content h2 {
    font-weight: bold;
    margin-bottom: 50px;
}

.content .list1>li {
    text-align: left;
    color: #828282;
}

.content .list1>li .name {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #0b766f;
    border-bottom: 2px solid #0b766f;
    margin-bottom: 45px;
}

.content .list1>li>img {
    width: 100%;
    max-width: 320px;
}

.content .list1>li .title {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    height: 46px;
}





/* 2022-1-14新增 */
.xma-a{width: 100%;padding-top: 30px;padding-bottom: 30px;}
.xma-b{width: 1000px;margin: 0 auto;}
.xma-titles{width: 100%;color: #333333;font-size: 30px;padding-bottom: 20px;margin-bottom: 25px; border-bottom: 1px solid #cccccc;}
.xma-intro{color: #666666;font-size: 18px;line-height: 28px;margin-bottom: 18px;}
.xma-textbox{font-size: 14px; line-height: 30px; color: #666666;}
.xma-textbox *{max-width: 100%;line-height: inherit;}

.xmb-a{width: 100%;padding-top: 55px;padding-bottom: 60px; background-color: #efefef;}
.xmb-b{width: 1000px;margin: 0 auto;}
.xmb-titles{color: #333333;font-size: 30px;line-height: 40px;margin-bottom: 25px;}
.xmb-textbox{font-size: 14px; line-height: 30px; color: #666666;}
.xmb-textbox *{max-width: 100%;line-height: inherit;}
.xmb-textbox img {width: 100%;}

.xmc-a{width: 100%;padding-top: 60px;padding-bottom: 93px;}
.xmc-b{width: 1000px;margin: 0 auto;}
.xmc-cont{width: 100%;font-size: 0;}
.xmc-lt{display: inline-block;vertical-align: middle;width: 50%;padding-right: 40px;}
.xmc-titles{color: #333333;font-size: 24px;line-height: 34px;margin-bottom: 5px;}
.xmc-textbox{font-size: 14px; line-height: 30px; color: #666666;}
.xmc-textbox *{line-height: inherit;}
.xmc-rt{display: inline-block;vertical-align: middle;width: 50%;position: relative;}
.xmc-img{width: 100%;cursor: pointer;position: relative;}
.xmc-img img{width: 100%;}
.xmc-button{position: absolute;left: 0;bottom: -33px;cursor: pointer; width: 100%; text-align: center; font-size: 14px; line-height: 24px; color: #666666;}


.xmd-a{width: 100%;padding-top: 55px;padding-bottom: 15px; background-color: #efefef;}
.xmd-b{width: 1000px;margin: 0 auto;}
.xmd-titles{font-size: 24px; line-height: 34px; color: #333333;margin-bottom: 15px;}
.xmd-textbox{	font-size: 14px; line-height: 30px; color: #666666;padding-bottom: 30px;}
.xmd-textbox *{line-height: inherit;}
.xmd-cont{width: 100%;}
.xmd-one{width: 100%;margin-bottom: 40px;font-size: 0;}
.xmd-lt{display: inline-block;vertical-align: top;width: 598px;background-color: #ffffff;}
.xmd-lt table{width: 100%;}
.xmd-lt table tr{width: 100%;}
.xmd-lt table tr th{border: solid 1px #eaeaea; width: 50%;text-align: center;color: #333333;font-weight: bold;padding: 14px 0; line-height: 30px;font-size: 18px;}
.xmd-lt table tr td{border: solid 1px #eaeaea; width: 50%;text-align: center;color: #333333; padding: 14px 0; line-height: 30px;font-size: 16px;}

.xmd-rt{display: inline-block;vertical-align: top;width: 402px;}
.xmd-img{width: 100%;}
.xmd-img img{width: 100%;}


.xme-a{width: 100%;padding-top: 55px;padding-bottom: 30px;}
.xme-b{width: 1000px;margin: 0 auto;}
.xme-cont{width: 100%;}
.xme-one{width: 100%;}
.xme-titles{color: #333333;font-size: 24px;line-height: 34px;margin-bottom: 15px;}
.xme-textbox{font-size: 14px; line-height: 30px; color: #666666;}
.xme-textbox *{line-height: inherit;}
.xme-middle{width: 100%;font-size: 0;margin-bottom: 55px; padding-top: 30px;padding-bottom: 5px; border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;}
.xme-one{display: inline-block;vertical-align: top; width: 33.33%;font-size: 0;margin-bottom: 20px;text-align: center;}
.xme-c{width: 100%;color: #007169;font-size: 36px;font-weight: bold;margin-bottom: 15px;}
.xme-d{color: #666666;font-size: 14px;line-height: 24px;}

.xmf-a{width: 100%;padding-top: 55px;padding-bottom: 55px;	background-color: #efefef;}
.xmf-cont{width: 1000px;margin: 0 auto;}
.xmf-titles{font-size: 24px; line-height: 34px; color: #333333;margin-bottom:15px;}
.xmf-textbox{font-size: 14px; line-height: 30px; color: #666666;}
.xmf-textbox *{line-height: inherit;}


