.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
    height: 100vh;
}


.banlist .swiper-prev,
.banlist .swiper-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 48%;
    z-index: 99;
    left: 5%;
    cursor: pointer;
    background: url(../img/jt-l.png) center no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banlist .swiper-next {
    left: auto;
    right: 5%;
    background: url(../img/jt-r.png) center no-repeat;
}


.banBtn_list {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/blackbg.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    display: none !important;
}

.banBtn_list ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banBtn_list ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banBtn_list ul i {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 5px;
    transition: .5s;
    color: #fff;
}

.banBtn_list ul p {
    color: #fff;
    transition: .3s;
    letter-spacing: 1.5px;
}

.banBtn_list li:hover i {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

/* ---- content1 ---- */

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 25px 0;
}

.column .title {
    display: flex;
    align-items: flex-end;
}

.column .title .name {
    font-size: 35px;
    font-weight: 500;
    color: #000;
}

.column .title .en {
    font-size: 16px;
    font-weight: bold;
    color: #004680;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

.column .more {
    color: #004680;
}

.content1 {
    width: 100%;
    /* background: url(../img/content1Bg.png) center no-repeat; */
    /* background-size: cover; */
    overflow: hidden;
    padding-bottom: 0;
}

.content1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_box {
    width: calc(79.5% - 20px);
    box-sizing: border-box;
    padding-right: 20px;
}

.mtlk {
    width: 20.5%;
}

.mtlklist .box {
    width: 100%;
    padding: 23px 0;
    border-top: 0.5px solid rgba(216, 216, 216, .5);
    position: relative;
}

.mtlklist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 0.5px solid #004680;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.mtlklist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.mtlklist .box.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.mtlklist .box.last::before {
    display: none;
}

.mtlklist .box a {
    display: flex;
    align-items: center;
}

.mtlklist .box .col {
    width: 94px;
    height: 62px;
    box-sizing: border-box;
    padding: 6px;
    border: 0.5px dashed #DFDFDF;

}

.mtlklist .box .col2 {
    width: 100%;
    height: 100%;
    background: #EEF7FF;
    color: #004680;
    font-weight: bold;
    box-sizing: border-box;
    /* padding: 5px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtlklist .box .col2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mtlklist .box .title {
    color: #333333;
    line-height: 30px;
    height: 60px;
    width: calc(100% - 82px);
    box-sizing: border-box;
    padding-left: 15px;
    text-align: justify;
}

.mtlklist .box:hover .title {
    color: #005095;
    font-weight: bold;
}

.mtlklist .box:last-of-type {
    padding-bottom: 0;
}

.mtlklist .box:last-of-type:hover::before {
    display: none;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newSlide {
    /* width: 665px; */
    width: 59%;
    position: relative;
}

.newSlide .swiper-slide .img {
    width: 100%;
    height: 375px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    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 .img img {
    width: 100%;
    display: none;
}

.newSlide .swiper-slide .tt {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 0 0;
}

.newSlide .swiper-slide .dete {
    color: #A50B00;
}

.newSlide .swiper-slide .title {
    color: #333333;
    margin: 15px 0;
    line-height: 25px;
    height: 25px;
}

.newSlide .swiper-slide .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    /* margin-bottom: 35px; */
}

.newSlide .swiper-slide .more {
    color: #004680;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.newSlide .swiper-slide .more::before {
    content: '';
    width: 73px;
    height: 6px;
    background: url(../img/more-new-ico.png) center no-repeat;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.newSlide .swiper-slide:hover .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-slide:hover .title {
    color: #004680;
    font-weight: bold;
}

.newSlide .swiper-slide:hover .desc {
    color: #666;
}

.newSlide .swiper-slide:hover .more {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.newSlide .swiper-prev,
.newSlide .swiper-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 27%;
    z-index: 99;
    left: 5%;
    cursor: pointer;
    background: url(../img/jt-l.png) center no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
}

.newSlide .swiper-next {
    left: auto;
    right: 5%;
    background: url(../img/jt-r.png) center no-repeat;
}


.newlist {
    /* width: calc(100% - 665px); */
    width: 41%;
    box-sizing: border-box;
    padding-left: 20px;
}

.newlist .box {
    width: 100%;
    padding: 27px 0;
    border-top: 0.5px solid rgba(216, 216, 216, .5);
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.newlist .box .dete {
    color: #004680;
}

.newlist .box .title {
    color: #333333;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    text-align: justify;
}

.newlist .box:last-of-type,
.newlist .box.last {
    padding-bottom: 0;
}

.newlist .box:hover {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.newlist .box:hover .title {
    color: #004680;
    font-weight: bold;
}

/* ---- content2 ---- */

.content2 {
    width: 100%;
    overflow: hidden;

    /* background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content2Bg.jpg); */
}

.fontImg {
    width: 100%;
    text-align: center;
    color: #929292;
}


.fontImg .desc1 {
    font-size: 52px;
    text-align: center;
    letter-spacing: 10px;
    color: #004680;
    font-weight: bold;
}

.fontImg .desc2 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    letter-spacing: 2px;
    opacity: .9;
}

.fontImg .desc3 {
    text-align: center;
    font-size: 18px;
    opacity: .8;
    line-height: 30px;
}

.numberlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.numberlist .box {
    flex: 1;
    cursor: pointer;
    width: calc(100% / 6);
}

.numberlist .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.numberlist .ico {
    width: 125px;
    height: 125px;
    position: relative;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding: 10px;
}

.numberlist .ico::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px dashed #004680;
    animation: rotategz linear 30s infinite;
    border-radius: 50%;
}

.numberlist .ico img {
    width: 100%;
    transition: transform 0.5s;
}

.numberlist .tt {
    color: #004680;
    font-size: 20px;
}

.numberlist .p1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 38px;
}

.numberlist .p1 span {
    font-size: 14px;
    margin-left: 5px;
}

.numberlist .p2 {
    text-align: center;
    color: #666;
}

.numberlist .box:hover .ico img {
    animation: jello 1s linear;
}

/* ------------- 蹇欓垾鍏夛拷濂窖€锟芥緹璇ャ仮绯曪拷婧嶃仮姒傦拷 -------------- */

.zsjylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zsjylist .box {
    width: calc((100% - 150px) / 4);
    position: relative;
    overflow: hidden;
}

.zsjylist .box .img {
    overflow: hidden;
}

.zsjylist .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;
}

.zsjylist .box .name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 40px;
}

.zsjylist .box .more {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 40px;
    bottom: 85px;
    width: 20px;
}

.zsjylist .box .more::before {
    content: '';
    width: 0;
    height: 165px;
    border-left: 1px solid #D8D8D8;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 5px;
}

.zsjylist .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);
}

.content3 {
    overflow: hidden;
}

/* -----  蹇欓垾鎾€鎳娾斁锟芥枀骞汇儏鐘咁煁锔瑰亾鑱� ------- */

.content4 {
    width: 100%;
    overflow: hidden;

    /* background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content4Bg.png); */
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 25px 0;
}

.tabHead .name {
    display: flex;
    align-items: center;
}

.tabHead .name .box {
    opacity: .3;
    margin-right: 50px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}


.tabHead .name .box .name2 {
    font-size: 35px;
    font-weight: 500;
    color: #000;
}

.tabHead .name .box .en {
    font-size: 16px;
    font-weight: bold;
    color: #004680;
    position: relative;
    top: -5px;
    margin-left: 10px;
}



.tabHead .name .box.on {
    opacity: 1;
}

.tabHead .more a {
    display: none;
}

.tabHead .more a.on {
    display: block;
}

.tabCount {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 50px;
}

.tabCount .item {
    display: none;
}

.tabCount .item.on {
    display: block;
}

.jxjy_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jxjy_box .imgs {
    width: 620px;
    width: 50%;
}

.jxjy_box .imgs .img {
    display: none;
    overflow: hidden;
}

.jxjy_box .imgs .img.on {
    display: block;
}

.jxjy_box .imgs .img img {
    width: 100%;
    display: none;
}

.jxjy_box .imgs .img .pic {
    width: 100%;
    height: 468px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    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;
}

.jxjy_box .imgs .img .pic:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jxjy_box .list {
    /* width: calc(100% - 680px); */
    width: calc(50% - 60px);
}

.jxjy_box .box {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 30px;
    border-radius: 8px;
}

.jxjy_box .box .title {
    color: #333333;
    line-height: 23px;
    height: 23px;
}

.jxjy_box .box .desc {
    color: #999999;
    line-height: 23px;
    height: 23px;
}

.jxjy_box .box.on {
    background: #F0EFEF;
}

.jxjy_box .box.on .title {
    color: #004680;
}

.jxjy_box .box.on .desc {
    color: rgba(0, 70, 128, 0.8);
}

.content3_4 {
    width: 100%;
    background: url(../img/content34Bg.png) center top no-repeat;
    background-size: 100% auto;
}

/* ---- 鐚菠璺皳鎴垾鏂嗩煀宓氾迹顭婎亖锟斤拷 ------ */

.content5 {
    width: 100%;
    background: url(../img/content5Bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hdrySlide {
    position: relative;
}

.hdrySlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.hdrySlide .swiper-slide img {
    width: 100%;
}

.hdrySlide .swiper-prev,
.hdrySlide .swiper-next {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 2%;
    top: calc((100% - 45px) / 2);
    background: url(../img/jt-l.png) center no-repeat;
    border: 1px solid #fff;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
}

.hdrySlide .swiper-next {
    left: auto;
    right: 2%;
    background: url(../img/jt-r.png)center no-repeat;
}

.hdrylist {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 80px 0 120px;
    margin-top: -84px;
    position: relative;
    z-index: 9;
}

.list_box {
    /* width: 53%; */
    width: 65%;
}

.list_box .box {
    width: 100%;
    height: 225px;
    /* background: #004680; */
    background: #F0EFEF;
    box-sizing: border-box;
    padding: 30px 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.list_box .box .tt {
    height: 100%;
    display: flex;
    align-items: center;
}

.list_box .box .tt a {
    width: 100%;
}

.list_box .box .img {
    width: 156px;
}

.list_box .box .img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.list_box .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.list_box .box .title {
    line-height: 35px;
    height: 70px;
    color: #004680;
}

.list_box .box .desc {
    color: #999999;
    line-height: 30px;
    height: 60px;
}

.column-ry .more {
    margin: 30px 0 20px 0;
}

/* ----- 蹇� 闅嗘皳閳ラ儩顒碱灒閾邦嚫銉傗懙锟� ------ */

.content6 {
    padding: 20px 0 100px 0;
    overflow: hidden;
}

.content6 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyhj_left {
    width: calc(100% - 960px);
    width: calc(37.5% - 60px);
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.xyhj_left .column {
    padding: 0;
}

.xyhj_right {
    width: 900px;
    width: 62.5%;
    position: relative;
}

.xyhj_right .img img {
    width: 100%;
}

.xyhj_right a {
    position: absolute;
    z-index: 9;
    left: 45%;
    top: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xyhj_right a p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.xyhj-text {
    width: 100%;
    height: 55px;
    border-bottom: 0.5px solid #D8D8D8;
}

.xyhj-text a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3D3D3D;
}

.xyhj-text .name {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.xyhj-text:hover .name {
    color: #004680;
    font-weight: bold;
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.xyhj-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyhj-btn .box {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    padding: 15px 20px;
    margin-top: 105px;
}

.xyhj-btn .box::before {
    content: '';
    width: 0;
    height: 34px;
    display: inline-block;
    border-left: 0.5px solid rgba(13, 80, 133, 0.502);
    position: absolute;
    left: 0;
    top: 15px;
}

.xyhj-btn .box a {
    font-size: 22px;
    color: #333333;
}

.xyhj-btn .box img {
    margin-right: 10px;
    height: 35px;
}

.xyhj-btn .box:hover a {
    color: #004680;
    font-weight: bold;
}


/* ---- 鑾介檱鎴洸娼為檱姘撻檵閳ユ銇㈣В锟斤拷 ----- */

.content7 {
    width: 100%;
    /* background: url(../img/content7Bg.png) center top no-repeat; */
    background: url(../img/content7Bg2.jpg) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.column-mt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 20px 0;
    position: relative;
    z-index: 99;
}


.column-mt .title {
    margin-right: 80px;
}

.column-mt .more {
    color: #FFFFFF;
    padding-bottom: 5px;
    border-bottom: 0.5px solid #FFFFFF;
}

.rmtlist {
    display: flex;
    flex-wrap: wrap;
}

.rmtlist .box img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.rmtlist .box {
    width: 25%;
    position: relative;
}

.rmtlist .box3,
.rmtlist .box4 {
    width: 50%;
}

.rmtlist .box .tt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 30px;
    background: url(../img/mark-mt.png) center bottom no-repeat;
    background-size: 100% 100%;
    /* display: none !important; */
}

.rmtlist .box .tt .title {
    color: #fff;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
}

.rmtlist .box .tt .orgin {
    color: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.rmtlist .box a {
    display: inline-block;
    transition: 0.5s;
    width: 100%;
}

.rmtlist .box:hover {
    position: relative;
    z-index: 99;
}

.rmtlist .box:hover a {
    transform: scale(1.05);
    box-shadow: 3px 35px 77px -8px rgba(0, 0, 0, 0.9);
}

.rmtlist .box:hover .orgin {
    color: #FFCA3A;
}

.rmtlist .box .orgin .ico {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: absolute;
    background: url(../img/dy-ico.png) center no-repeat;
    position: absolute;
    left: 0;
}

.rmtlist .box:hover .orgin .ico {
    background: url(../img/dy-ico-on.png) center no-repeat;
}

.rmtlist .box3 .orgin .ico {
    width: 18px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background: url(../img/wx-ico.png) center no-repeat;
    position: absolute;
    left: 0;
}

.rmtlist .box3:hover .orgin .ico {
    background: url(../img/wx-ico-on.png) center no-repeat;
}

.rmtlist .box4 .orgin .ico {
    width: 14px;
    height: 16px;
    display: inline-block;
    position: absolute;
    background: url(../img/wb-ico.png) center no-repeat;
    position: absolute;
    left: 0;
}

.rmtlist .box4:hover .orgin .ico {
    background: url(../img/wb-ico-on.png) center no-repeat;
}

.codeslist {
    display: flex;
    align-items: center;
}

.codeslist .box {
    margin-left: 30px;
    position: relative;
}

.codeslist .box .ico {
    width: 63px;
    height: 63px;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #004680;
}

.codeslist .box .ico img {
    height: 22px;
}

.codeslist .box .img {
    display: none;
    position: absolute;
    top: 113%;
    left: -25px;
    z-index: 99;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
}

.codeslist .box .img img {
    width: 120px;
    height: 120px;
}

.codeslist .box:hover .img {
    display: block;
}

.Tonext {
    width: 36px;
    height: 68px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -18px;
    z-index: 999;
}

.down_png {
    position: absolute;
    z-index: 2147483647;
    width: 36px;
    height: 17px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: url('../img/down_png.png') no-repeat;
}

.down_png1 {
    opacity: 0;
    width: 36px;
    height: 17px;
    background-size: 36px 17px;
    animation-name: down_move1;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 0ms;
}

.down_png2 {
    opacity: 0;
    width: 36px;
    height: 17px;
    background-size: 36px 17px;
    animation-name: down_move2;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 800ms;
}

.down_png3 {
    opacity: 0;
    width: 36px;
    height: 17px;
    background-size: 36px 17px;
    animation-name: down_move3;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 1600ms;
}

.content1_ztzl {
    width: 100%;
    background: url(../img/bg1.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 180px;
}

.content_zt {
    width: 100%;
    position: relative;
    background: url(../img/content_zt_bg.png) center no-repeat;
    background-size: cover;
    padding: 115px 0 135px 0;
}

.content_zt .container {
    position: relative;
    z-index: 9;
}

.column_zt {
    justify-content: center;
    padding-top: 0;
}

.column_zt .title .name {
    color: #fff;
}

.column_zt .title .en {
    color: #fff;
}


.ztzlSlide2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 62px;
}

.ztzlSlide2 .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.ztzlSlide2 .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.ztzlSlide2 .swiper-slide .img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    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;
}

.ztzlSlide2 .swiper-slide .title {
    width: 100%;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f0efef;
    color: #666;
    border-radius: 0 0 20px 20px;
}

.ztzlSlide2 .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);
}

.ztzlSlide2 .swiper-prev,
.ztzlSlide2 .swiper-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 37%;
    z-index: 99;
    left: 0;
    cursor: pointer;
    background: url(../img/jt-l.png) center no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
}

.ztzlSlide2 .swiper-next {
    left: auto;
    right: 0;
    background: url(../img/jt-r.png) center no-repeat;
}