.banner {
    width: 100%;
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: url(../img/mark.png) top center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 20px 85px;
    display: flex;
    align-items: center;
}

.header::before {
    content: '';
    width: 377px;
    height: 104px;
    display: inline-block;
    background: url(../img/logoBg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.header h1 {
    width: 196px;
}

.header h1 img {
    width: 100%;
}

.header.active,
.header.active1 {
    background: #007067;
}



.navgation {
    flex: 1;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
}

.navgation .search {
    margin-left: 25px;
}

.nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.nav a {
    color: #fff;
}

.nav .nli {
    float: left;
    height: 65px;
    display: inline;
    text-align: center;
    position: relative;
    margin: 0 25px;
}

.nav .nli::before{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 2px solid #fff;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.nav .nli.on::before,
.nav .nli:hover::before{
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.nav .nli h3 {
    height: 65px;
    line-height: 65px;
    font-weight: normal;
    position: relative;
}

.nav .nli h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    text-decoration: none !important;
}

.nav .sub {
    display: none;
    width: 200%;
    top: 100%;
    position: absolute;
    left: -50%;
    border-radius: 10px;
    background: #BCE8E5;
}

.nav .sub li {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub li:last-of-type {
    border: none;
}

a{
    text-decoration: none !important;
}

.nav .sub a {
    display: block;
    color: #343434;
    font-size: 16px;
    text-decoration: none !important;
}

.nav .sub a:hover {
    color: #007067;
    font-weight: bold;
}

.nav .on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    color: #fff;
}

.nav .nli.on,
.nav .nli:hover {
    position: relative;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 200%;
    background: rgba(0, 0, 0, .7);
}

.nav .sub li .three-nav a {
    color: #fff;
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .nli:hover .sub {
    display: block;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 27px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    opacity: 1;
    background: #D8D8D8;
}

.banlist .swiper-pagination-bullet-active {
    background: #AE1E22;
}


.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 40px 0;
}

.column .name {
    font-size: 36px;
    font-weight: bold;
    color: #007067;
}

.column .en {
    font-size: 20px;
    font-weight: bold;
    color: #007067;
    opacity: .5;
}


.column2 .name {
    color: #fff;
}

.column2 .en {
    color: #fff;
}

.column .more,
.about1 .titler .more{
    width: 95px;
    height: 25px;
    display: inline-block;
    background: url("../img/more-ico-l.svg") no-repeat;
    background-size: cover;
}

.about1 .titler .more a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.column .more img,
.about1 .titler .more img{
    display: none;
}

.column .more:hover,
.about1 .titler .more:hover{
    background: url("../img/more-ico-h.svg") no-repeat;
    background-size: cover;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.content1_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content1_box .left {
    flex: 1;
    box-sizing: border-box;
    padding-right: 60px;
}

.content1_box .left .title {
    color: #221714;
    font-weight: bold;
}

.content1_box .left .desc {
    line-height: 35px;
    text-align: justify;
    color: #9E9E9E;
    height: 175px;
    margin: 30px 0 50px 0;
}

.btn_box {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.btn_box .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_box .box p {
    font-size: 18px;
    font-weight: bold;
    color: #343434;
    margin-top: 8px;
}

.btn_box .xian {
    width: 0;
    height: 50px;
    border-left: 1px solid #343434;
    display: inline-block;
    opacity: .2;
}

.btn_box .box span {
    transition: transform 0.5s;
}

.btn_box .box:hover span {
    color: #AE1E22;
    animation: jello 1s linear;
}

.btn_box .box:hover p {
    color: #AE1E22;
}

.content1_box .right {
    width: 457px;
    margin: 80px 0 90px 0;
}

.content1_box .right img {
    width: 100%;
}

.content2 {
    width: 100%;
    height: 800px;
    /*height: 600px;*/
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content2Bg.jpg);
    /*overflow: hidden;*/
}

.content2 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}


.content4 {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content4Bg.jpg);
    padding-bottom: 90px;
    overflow: hidden;
}

.new_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 61.5%;
    position: relative;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide img {
    width: 100%;
    /* height: 478px; */
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide .title {
    width: 100%;
    height: 73px;
    line-height: 73px;
    color: #fff;
    background: #007067;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 125px 0 20px;
}

.newSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-pagination {
    position: absolute;
    right: 20px;
    z-index: 9;
    bottom: 27px;
}

.newSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 0.2;
    margin: 0 3px;
    background: #FFFFFF;
}

.newSlide .swiper-pagination-bullet-active {
    opacity: 1;
}


.newlist {
    width: calc(38.5% - 45px);
}

.newlist li {
    width: 100%;
}

.newlist li.f {
    position: relative;
    margin-bottom: 15px;
}

.newlist li.f .img {
    overflow: hidden;
}

.newlist li.f .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newlist li.f .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, #000000 22%, rgba(255, 255, 255, 0) 97%);
}

.newlist li.f:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newlist li.n {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 112, 103, .1);
}

.newlist li.n:last-of-type {
    padding-bottom: 0;
    border: none;
}

.newlist li.n a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.newlist li.n .title {
    color: #1E1E1E;
    line-height: 22px;
    height: 22px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    flex: 1;
}

.newlist li.n .title::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #1E1E1E;
    border-radius: 50%;
}

.newlist li.n .dete {
    opacity: 0.5;
    color: #1E1E1E;
    width: 90px;
    text-align: right;
}

.newlist li.n:hover .title {
    color: #007067;
    font-weight: bold;
}

.newlist li.n:hover .dete {
    opacity: .7;
}

.content5 {
    padding-bottom: 70px;
}

.jswylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jswylist .item {
    width: calc((100% - 60px) / 3);
    position: relative;
    top: 0;
}

.jswylist .item:nth-child(2) {
    top: -60px;
}

.jswylist .item .tt {
    width: 41px;
    height: 112px;
    background: #007067;
    position: absolute;
    top: -16px;
    left: 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.jswylist .item .tt::before {
    content: '';
    width: 13px;
    height: 16px;
    display: inline-block;
    background: url(../img/sjx-ico.png) center no-repeat;
    position: absolute;
    right: -13px;
    top: 0;
}

.jswylist .item .tt span {
    color: #fff;
    font-size: 26px;
}

.jswylist .item .tt p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.jswylist .item .pic {
    overflow: hidden;
}

.jswylist .item .pic img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jswylist .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jswylist .item:hover .tt {
    background: #AE1E22;
}

.jswylist .item:hover .tt::before {
    background: url(../img/sjx-ico2.png) center no-repeat;
}


.footer {
    width: 100%;
    height: 663px;
    background: url(../img/footerBg.png) center bottom no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 175px;
    overflow: hidden;
}

.foot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.contact p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.contact p span {
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}


.ftlink .box {
    width: 248px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, .3);
    position: relative;
}

.ftlink .box h3 {
    line-height: 45px;
    height: 45px;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    position: relative;
    cursor: pointer;
}

.ftlink .box h3::before {
    content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 18px;
    top: 18px;
}

.linklist {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 10px;
    display: none;
}

.ftlink .box:hover .linklist {
    display: block;
}

.linklist a {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #343434;
    text-align: center;
}

.linklist a:hover {
    color: #007067;
}

.code .ico {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.code .ico .img {
    width: 130px;
    height: 130px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    position: absolute;
    top: 115%;
    display: none;
}

.code .ico .img img {
    width: 120px;
    height: 120px;
}

.code .ico span {
    font-size: 26px;
    color: #007067;
}

.code .ico:hover .img {
    display: block;
}

.ftnav {
    width: 100%;
    height: 278px;
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.ftnav a {
    color: #fff;
}

.ftnav .box h3 a {
    font-size: 18px;
    font-weight: bold;
}

.ftnav .box .sub {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.ftnav .box .sub a {
    display: inline-block;
    width: 100%;
    opacity: 0.7;
    font-size: 16px;
    line-height: 30px;
}

.banq {
    text-align: center;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.banq a {
    color: rgba(255, 255, 255, .8);
}


/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #007067;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 35px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #01438A
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}



.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: -42px;
}

.crumbs::before {
    content: '';
    width: 50%;
    height: 100%;
    background: #007067;
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 0;
}

.crumbs .container {
    height: 84px;
    background: url(../img/crumbsBg.png) right center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.crumbs .name {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    padding-right: 83px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    /* display: none; */
}

.nmain {
    width: 100%;
    padding-top: 80px;
}

.subNav {
    display: flex;
}

.subNav a {
    display: inline-block;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #313131;
    background: #E2FFFD;
    margin-right: 20px;
}

.subNav a.on,
.subNav a:hover {
    color: #fff;
    background: #007067;
}

.textlist .box {
    width: 100%;
    /* height: 100px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 112, 103, 0.15);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px 20px;
    position: relative;
}

.textlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #AE1E22;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(216, 216, 216, .5);
    padding-right: 20px;
    margin-right: 20px;
}

.textlist .box .d {
    font-size: 24px;
    color: #AD1E22;
}

.textlist .box .y {
    opacity: 0.5;
    color: #AD1E22;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .title {
    color: #353535;
}

.textlist .box .desc {
    color: #353535;
    text-align: justify;
    line-height: 25px;
    opacity: 0.5;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist .box:hover .d,
.textlist .box:hover .y {
    color: #007067;
}

.textlist .box:hover .title {
    color: #007067;
    font-weight: bold;
}

.textlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

/* 业务索引 */

.kfxmlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kfxmlist .box {
    width: calc((100% - 40px) / 2);
    position: relative;
    margin-bottom: 50px;
}

.kfxmlist .box .img {
    overflow: hidden;
    position: relative;
}

.kfxmlist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.kfxmlist .box .ico_box {
    width: calc(100% - 180px);
    height: 261px;
    background: url(../img/yw-box-bg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 90px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 67px;
}

.kfxmlist .box .ico_box span {
    color: #fff;
}

.kfxmlist .box .ico_box .name {
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
}

.kfxmlist .box .tt {
    width: calc(100% - 40px);
    height: 208px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 65px;
    margin-top: -127px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
    position: relative;
    z-index: 9;
}

.kfxmlist .box .desc {
    line-height: 33px;
    height: 132px;
    color: #959595;
    text-align: center;
}

.kfxmlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.kfxmlist .box:hover .ico_box {
    background: url(../img/yw-box-bg2.png) center no-repeat;
    background-size: cover;
}

.kfxmlist .box:hover .ico_box span {
    color: #007067;
}

.kfxmlist .box:hover .ico_box .name {
    color: #007067;
}

.kfxmlist .box:hover .tt {
    background: url(../img/item-box-bg.png )center no-repeat #fff;
}

.piclist .box {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.piclist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #AE1E22;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box .img {
    width: 338px;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist .box .title {
    color: #313131;
    line-height: 25px;
    height: 25px;
}

.piclist .box .desc {
    opacity: 0.5;
    line-height: 25px;
    text-align: justify;
    color: #353535;
    height: 50px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.piclist .box .dete {
    color: #5E5E5E;
    opacity: 0.5;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .box:hover .title {
    color: #007067;
    font-weight: bold;
}

.piclist .box:hover .dete {
    color: #AE1E22;
    opacity: 1;
}

.picSlide {
    width: 100%;
    position: relative;
}

.picSlide .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
}

.picSlide .swiper-slide .img {
    width: 800px;
}

.picSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picSlide .swiper-slide .tt {
    width: 45%;
    background: #fff;
    height: calc(100% - 72px);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 9;
    box-sizing: border-box;
    padding: 45px 30px;
    border-right: 3px solid #007067;
}

.picSlide .swiper-slide .tt::before {
    content: '';
    width: 189px;
    height: 55px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    position: absolute;
    bottom: 100px;
    right: 208px;
}

.picSlide .swiper-slide .title {
    color: #313131;
    line-height: 30px;
    height: 30PX;
}

.picSlide .swiper-slide .desc {
    line-height: 30px;
    height: 90px;
    text-align: justify;
    color: #9E9E9E;
    margin: 15px 0 40px 0;
}

.picSlide .swiper-slide .dete {
    width: 74px;
    height: 60px;
    border-radius: 5px;
    background: #007067;
    color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.picSlide .swiper-slide .d {
    font-size: 24px;
}

.picSlide .swiper-slide .y {
    opacity: .5;
}

.picSlide .swiper-slide .more {
    position: absolute;
    right: 30px;
    bottom: 45px;
}

.picSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picSlide .swiper-slide:hover .title {
    color: #007067;
}

.picSlide .swiper-pagination {
    position: absolute;
    right: 30px;
    bottom: 156px;
}

.picSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 0.2;
    background: #AE1E22;
    margin: 0 4px;
}

.picSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    position: relative;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    width: calc(100% - 130px);
    height: 70px;
    line-height: 70px;
    color: #3A3A3A;
    text-align: center;
    margin-left: 65px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.picture .box:hover .title {
    background: #007067;
    color: #fff;
    font-weight: bold;
    top: -35px;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 0 15px;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* 详情页 */

.detail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.detail_left {
    width: calc(100% - 420px);
}

.detail_left .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #272727;
}

.detail_left .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    padding: 35px 0 10px 0;
    position: relative;
    z-index: 99;
}

.timer .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #9E9E9E;
}

.timer .left>div {
    margin-right: 20px;
}

.timer .right{
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.detail_left .dtl {
    box-sizing: border-box;
    padding: 50px 0;
}

.danye .detail_left .dtl {
    padding-top: 0;
}

.detail_left .dtl p {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #323232;
    margin: 15px 0;
}

.detail_left .dtl img,
.detail_left .dtl video{
    max-width: 100%;
    margin: 0 auto;
}

.detail-page{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 30px;
}

.detail-page .box {
    width: 48%;
    height: 80px;
    line-height: 80px;
    position: relative;
    display: flex;
    align-items: center;
}

.detail-page .box:nth-child(2) {
    justify-content: flex-end;
}

.detail-page .box p{
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 18px;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #AE1E22;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box:hover a {
    color: #007067;
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail_right {
    width: 370px;
    position: sticky;
    top: 140px;
    padding-top: 90px;
}

.tjxwlist {
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.colname {
    width: 100%;
    height: 61px;
    line-height: 61px;
    background: #E2FFFD;
    color: #323232;
    font-size: 18px;
    text-align: center;
}

.tjxwlist .box {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
}

.tjxwlist .box .title {
    color: #323232;
    line-height: 25px;
    height: 25px;
}

.tjxwlist .box:hover .title {
    color: #007067;
    font-weight: bold;
}

.tjxwlist .box:hover {
    border-bottom: 1px solid #007067;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    height: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.jtywSlide .swiper-slide a {
    display: inline-block;
    width: 47.5%;
}

.jtywSlide .swiper-slide .title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.jtywSlide .swiper-slide .desc {
    font-size: 18px;
    line-height: 35px;
    height: 140px;
    text-align: justify;
    color: #FFFFFF;
    margin: 35px 0 55px 0;
}

.jtywSlide .swiper-slide .more{
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.jtywSlide .swiper-slide:hover .more{
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.jtywSlide {
    width: 100%;
    position: relative;
    flex: 1;
}

.jtywSlide .swiper-pagination {
    width: 99%;
    height: 151px;
    display: flex;
    background: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -95px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    z-index: 99;
}


.jtywSlide .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    opacity: 1;
    background: none;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.jtywSlide .swiper-pagination-bullet::before {
    content: '';
    width: 0;
    height: 60%;
    border-right: 1px solid rgba(52, 52, 52, .2);
    display: inline-block;
    position: absolute;
    right: 0;
}

.jtywSlide .swiper-pagination-bullet:last-of-type::before{
    display: none;
}

.jtywSlide .swiper-pagination-bullet span {
    color: #01433D;
}

.jtywSlide .swiper-pagination-bullet p {
    font-size: 24px;
    color: #343434;
}

.jtywSlide .swiper-pagination-bullet-active {
    background: #007067;
}

.jtywSlide .swiper-pagination-bullet-active span {
    color: #fff;
}

.jtywSlide .swiper-pagination-bullet-active p {
    color: #fff;
}

.jtywSlide .swiper-pagination .xian:last-of-type {
    display: none;
}

.content3 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 95px;
    padding-bottom: 75px;
    overflow: hidden;
}

.column3 {
    justify-content: center;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 135px;
    box-sizing: border-box;
    padding: 0 95px;
}

.tabHead::before {
    content: '';
    width: 100%;
    height: 86px;
    display: inline-block;
    background: url(../img/tabHeadBg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 13px);
}

.tabHead .box {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    cursor: pointer;
}

.tabHead .box1 {
    top: 0;
}

.tabHead .box2 {
    top: 15px;
}

.tabHead .box3 {
    top: 80px;
}

.tabHead .box4 {
    top: 0;
}

.tabHead .box span {
    color: #343434;
}

.tabHead .box p {
    font-size: 20px;
    font-weight: bold;
    color: #343434;
    margin-left: 15px;
    position: relative;
}

.tabHead .box.on span{
    color: #AE1E22;
}

.tabHead .box.on p{
    color: #007067;
}

.tabHead .box1 p::before {
    content: '';
    width: 41px;
    height: 41px;
    display: inline-block;
    background: url(../img/tabHead-ico1.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -11px;
}

.tabHead .box2 p::before {
    content: '';
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url(../img/tabHead-ico2.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -11px;
}

.tabHead .box3 p::before {
    content: '';
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url(../img/tabHead-ico3.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -11px;
}

.tabHead .box4 p::before {
    content: '';
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url(../img/tabHead-ico4.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -11px;
}

.tabCount .count{
    display: none;
}

.tabCount .count.on{
    display: block;
}

.tabCount .swiper-slide {
    width: 450px;
    /* height: 670px; */
}

.tabCount .swiper-slide .img {
    overflow: hidden;
}

.tabCount .swiper-slide .img img {
    width: 100%;
}

.tabCount .swiper-slide .title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 71px;
    line-height: 71px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
}

.tabCount .swiper-slide-active .title {
    opacity: 1;
}

.ztjjbox .swiper-prev,
.ztjjbox .swiper-next {
    width: 57px;
    height: 57px;
    display: inline-block;
    position: absolute;
    left: 32%;
    top: 48%;
    background: url(../img/xm-prev.png) center no-repeat;
    background-size: cover;
    z-index: 99;
}

.ztjjbox .swiper-next {
    background: url(../img/xm-next.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: 32%;
}

.ztjjbox .swiper-prev:hover {
    background: url(../img/xm-prev2.png) center no-repeat;
    background-size: cover;
}

.ztjjbox .swiper-next:hover {
    background: url(../img/xm-next2.png) center no-repeat;
    background-size: cover;
}

/* ---- */

.about2 {
    width: 100%;
    /*background: url(../img/about2Bg.jpg) center no-repeat;*/
    /*background-size: cover;*/
    /*padding-bottom: 130px;*/
    overflow: hidden;
}

.fzlcSlide {
    width: 100%;
    position: relative;
}

.fzlc_img{
    box-sizing: border-box;
    /*padding: 10px;*/
    /*background: #fff;*/
    /*border-radius: 10px;*/
}

.fzlcSlide .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
}

.fzlcSlide .swiper-slide a{
    display: inline-block;
    width: 100%;
}

.fzlcSlide .swiper-slide .desc {
    color: #242424;
    line-height: 40px;
    font-size: 18px;
    text-align: justify;
}

.fzlcSlide .swiper-pagination {
    width: 100%;
    bottom: -40px;
}

.fzlcSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 0.2;
    background: #FFFFFF;
    margin: 0 4px;
}

.fzlcSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.about3 {
    width: 100%;
    padding-bottom: 75px;
    overflow: hidden;
}

.zzrySlide {
    width: 100%;
    position: relative;
}

.zzrySlide .swiper-slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 52px 0 52px;
    position: relative;
}

.zzrySlide .swiper-slide::before {
    content: '';
    width: 100%;
    height: 161px;
    display: inline-block;
    background: url(../img/zzryBg.png) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.zzrySlide .swiper-slide a {
    position: relative;
    z-index: 9;
}

.zzrySlide .swiper-slide .img {
    overflow: hidden;
}

.zzrySlide .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zzrySlide .swiper-slide .title {
    text-align: center;
    color: #151515;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 85px;
}

.zzrySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zzrySlide .swiper-slide:hover .title {
    color: #007067;
    font-weight: bold;
}

.zzrySlide .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.zzrySlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 0.2;
    background: #AE1E22;
    margin: 0 4px;
}

.zzrySlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.about1 .titler {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about1 .titler .title {
    color: #007067;
}

.about1_btn {
    width: 182px;
    height: 61px;
    background: #AE1E22;
    display: none;
}

.about1_btn a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.about1_btn span {
    color: #FFFFFF;
}

.about1_btn p {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 12px;
}

.about1 {
    margin: 40px 0 80px 0;
}

.about1 .right {
    margin: 0;
}

.about1 .left {
    height: 100%;
}

.about1 .left .text {
    height: 100%;
}

.about1 .left .text .desc {
    margin: 55px 0 90px 0;
    line-height: 33px;
    height: 198px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    /*display: inline-block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 35px;
    height: 37px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 37px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #007067;
    color: #fff;
    border: solid 1px #007067;
}

.picture_zzry .box{
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgba(0, 112, 103,.5);
    margin-bottom: 25px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) ;
}

.nydtText{
    width: 100%;
    height: 240px;
    position: absolute;
    top: calc((100% - 240px) / 2);
    z-index: 9;
    font-size: 46px;
    font-weight: bold;
    color: #047269;
    box-sizing: border-box;
    padding-top: 2.3%;
    display: none !important;
}

.nydtText .text{
    display: inline-block;
    position: relative;
}

.nydtText .text::before{
    content: '';
    width: 47px;
    height: 47px;
    display: inline-block;
    background: url("../img/text-ico1.png") center no-repeat;
    position: absolute;
    left: -30px;
    top: -20px;
    background-size: cover;
}

.nydtText .text::after{
    content: '';
    width: 47px;
    height: 47px;
    display: inline-block;
    background: url("../img/text-ico2.png") center no-repeat;
    position: absolute;
    right: 0px;
    bottom: -15px;
    background-size: cover;
}

.nydtText .t1>span:nth-child(6),
.nydtText .t1>span:nth-child(7),
.nydtText .t1>span:nth-child(8)
{
    color: #C57D4F;
}

.animated-letter {
    opacity: 0;
    animation: fadeInOut 10s ease-in-out forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


 .animated-letter:nth-child(1) { animation-delay: 0.1s; }
 .animated-letter:nth-child(2) { animation-delay: 0.5s; }
 .animated-letter:nth-child(3) { animation-delay: 0.9s; }
 .animated-letter:nth-child(4) { animation-delay: 1.3s; }
 .animated-letter:nth-child(5) { animation-delay: 1.7s; }
 .animated-letter:nth-child(6) { animation-delay: 2.1s; }
 .animated-letter:nth-child(7) { animation-delay: 2.5s; }
 .animated-letter:nth-child(8) { animation-delay: 2.9s; }

/* 如果想要循环播放 */
@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.animated-letter {
    animation-iteration-count: infinite;
}

.kfcmlist {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    background: #FFFFFF;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 18px;
    overflow-x: auto;
    white-space: nowrap;
}

.kfcmlist .box{
    margin-right: 80px;
}

.kfcmlist .box a{
    color: #272727;
}
.kfcmlist .box:hover a,
.kfcmlist .box.on a{
    font-weight: bold;
    color: #007067;
}

/*------------- 5-8 -------------------*/

.content_tt{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
    background: #fff;
    box-shadow: 13px -20px 92px 19px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
}

.content_tt .name{
    width: 100px;
    height: 100px;
    background: #007067;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.content_tt .name a{
    color: #fff;
    display: inline-block;
    width: 64px;
}

.ttSlide{
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 30px;

}

.ttSlide .swiper-slide a{
    width: 100%;
}

.ttSlide .swiper-slide .title{
    color: #333;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.ttSlide .swiper-wrapper{
    align-items: center;
}

.ttSlide .swiper-slide .desc{
    color: #999;
    line-height: 21px;
    height: 42px;
    display: none;
}

.ttSlide .swiper-slide .dete{
    color: #999;
}

.ttSlide .swiper-slide:hover .title{
    color: #007067;
    font-weight: bold;
}

.ttSlide .swiper-slide:hover .dete{
    color: #666;
}












