* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}

a {
    display: inline-block;
    color: #333;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}


:root {
    --color: #00a2e9
}

header {
    text-align: center;
}

header .nav_c {
    background: var(--color);
    color: #fff;


}

header .nav_c a {
    color: #fff;

}

header .nav_c a span {
    border-bottom: 2px solid var(--color);
    line-height: 60px;
    display: inline-block;
    font-size: 20px;
}

header .nav_c .container {
    display: flex;
    flex-wrap: wrap;
}

header .nav_c .container a {
    flex: 1;
    text-align: center;
}

header .nav_c a:hover span,
header .nav_c a.on span {
    border-bottom: 2px solid #fff;
}

html,body {
    background: #f7f7f7  !important;
}



.ztindex {
    background: #fff;
    padding: 0 50px !important;
}

.ztindex .title {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
}

.ztindex .title h3 {
    color: #333;
    font-weight: 800;
    border-bottom: 2px solid var(--color);
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.ztindex .title a:hover {
    color: var(--color);
}

.ztindex .item1 {
    padding: 25px 15px;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.ztindex .item1 span {
    position: absolute;
    background: var(--color);
    color: #fff;
    text-align: center;
    width: 100px;
    position: absolute;
    top: 10px;
    left: -28px;
    font-size: 14px;
    display: inline-block;
    transform: rotate(-45deg)
}

.ztindex .item1 h3 {
    color: var(--color);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0px;

}

.ztindex .item2 .l h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
}

.ztindex .item2 .l p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.ztindex .item2 .l a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.ztindex .item2 .r .swiper-slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.ztindex .item2 .r .swiper-slide {
    position: relative;
}

.ztindex .item2 .r .swiper-slide p {
    position: absolute;
    margin: 0px;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-right: 100px;
    background: rgba(0, 0, 0, 0.5);
}

.ztindex .item2 .r .swiper-pagination {
    width: auto;
    left: auto;
    right: 15px;
    bottom: 15px;
}

.ztindex .item3 .box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.ztindex .item3 .box a p{
    color: #333;
    font-size: 14px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}
.ztindex .item3 .box a span{
    color: #666;
}


.ztindex .item4 .box .li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.ztindex .item4 .box .li p{
    color: #333;
    font-size: 14px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ztindex .item4 .box .li span{
    color: #666;
}
.ztindex .item4 .box .on{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ztindex .item4 .box .on img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.ztindex .item4 .box .on .txt{
    width: calc(100% - 160px);
}
.ztindex .item4 .box .on .txt h3{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #000;
}
.ztindex .item4 .box .on .txt P{
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;

}



footer{
    background: var(--color);
    text-align: center;
    padding: 25px 0;
    margin-top: 20px;
}
footer .p{
    color: #fff;
    margin-top: 15px;
}
footer .p span{
    margin: 0px 5px;
}

@media(max-width:650px) {
    .ztindex .item1 h3{
        font-size: 16px;
    }
    .ztindex .item1{
        padding-top: 35px;
    }
    .ztindex .title h3{
        font-size: 18px;
    }
    footer{
        padding: 15px;
    }
}

header .type{
    background: var(--color);
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 10px;
    z-index: 22;
}
header .type{
    display: none;
}
@media(max-width:650px) {
   
    header .nav_c{
       position: fixed;
       top: 0px;
       left: -120px;
       width: 120px;
       height: 100%;
       padding-top: 50px;
       z-index: 22;
       transition: 0.5s;
    }
    header .type{
        display: block;
    }
    header .nav_c.on{
        left: 0px;
    }
    header .nav_c .container{
        display: block;
    }
    header .nav_c .container a{
        display: block;
    }
}


.ztlist{
    background: #fff;
    padding: 15px;
}

.ztlist .l{
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
}
.ztlist .top{
    background: #f5f5f5;
    padding: 15px;
}
.ztlist .top a:hover{
    color: var(--color);
}
.ztlist  .box a{
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.ztlist  .box a p{
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ztlist  .box a:hover{
    color: var(--color);
}


.ztxq{
    background: #fff;
    padding: 30px !important;
    margin: 20px 0;
}

.ztxq .l{
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
}
.ztxq .top{
    background: #f5f5f5;
    padding: 15px;
}
.ztxq .top a:hover{
    color: var(--color);
}

.ztxq  .title{
    text-align: center;
}
.ztxq  .title h3{
    font-size: 16px;
}
.ztxq  .title p{
    color: #666;
}
.ztxq  .content_box{
    padding: 30px 0;
}
.ztxq  .content_box img{
    max-width: 100%;
}

.ztxq  .tab
{
    border-top: 2px solid #eee;
    padding: 15px 0;
}
.ztxq  .tab a{
    display: block;
    margin-bottom: 15px;
}
.ztxq  .tab a:hover{
    color: var(--color);
}

@media(max-width:650px) {
   
    .ztlist .l{
        display: none;
    }
}
/*分页start*/
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: var(--color);
    border-bottom: 2px solid var(--color);
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: var(--color);
    color: #fff;
}
/*分页end*/


.index .item1
{

    background-image: linear-gradient(90deg, #f2f3f7 91%, #fff 80%);
    background-size: 80% 600px;
    background-repeat: no-repeat;
    margin-top: 25px;
    padding: 30px 0;
}

.index .title h3{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0px;
}
.index .title h3 span{
    font-weight: 500;
}
.index .title p{
    color: #00a2e9;
    font-weight: 800;
    font-size: 26px;
}
.index .item2 .title{
    position: relative;
}
.index .item2 .title a{
    position: absolute;
    right: 0;
    bottom: 0;
}
.index .item1 .l img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.index .item1 .l .swiper-container a{
    position: relative;
}
.index .item1 .l .swiper-container a p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 10px 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-right: 100px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index .item1 .l .swiper-pagination
{
    display: inline-block;
    position: absolute;
    right: 20px;
    left: auto;
    width: auto;
    bottom: 13px;
    z-index: 222;
}
.index .item1 .r .on h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0;

}
.index .item1 .r .on p{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;

}
.index .item1 .r .on{
    border-bottom: 1px solid #888;
}
.index .item1 a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.index .item1 a h3{
    font-size: 14px;
    margin: 0px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index .item1 .rr{
    background-image: linear-gradient(#00a2e9,#006caa);
    color: #fff;
    border-radius: 0px 30px 0px 0px;
    padding: 50px 30px;
    position: relative;
    top: 70px;
}
.index .item1 .rr .title h3,.index .item1 .rr .title P{
    color: #fff;
}
.index .item1 .rr .title{
    position: relative;
}
.index .item1 .rr .title a{
    float: right;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 25px;
    opacity: 0.8;
}
.index .item1 .rr .box a{
    color: #fff;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.index .item2{
    margin: 50px auto;
}
.index .item2 .box a{

    border: 1px solid #d9d9d9;
    padding: 15px;
    position: relative;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.index .item2 .box a span{
    position: absolute;
    background: #fff;
    color: #00a2e9;
    display: block;
    top: -12px;
    left: 15px;
    font-size: 14px;
    padding: 0px 10px;
}
.index .item2 .box a h3{
    margin: 0px;
    font-size: 16px;

    width: 100%;
    font-weight: 800;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.index .item2 .box a p{
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #808080;
}
.index .item2  .Video .title{
    position: relative;
}
.index .item2  .Video .title a{
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.index .item2  .Video  a{
    display: block;
    width: 100%;
    position: relative;
}
.index .item2  .Video  a >img{
    width: 100%;
    object-fit: cover;
    height: 332px;
}
.index .item2  .Video  a p{
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 15px;
    color: #fff;
    background-image: linear-gradient(rgba(255,255,25,0),#000);
    width: 100%;
}
.index .item2  .Video  a p img{
    margin-right: 10px;
}

.index .ss{
    margin-top: -99px;
    position: relative;
    z-index: 22;
    top: -50px;
}
.index .ss .se{
    background: #00a2e9;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px ;

    justify-content: space-between;
    text-transform: uppercase;
}
.index .ss .se form
{
    outline: 1px solid #fff;
    outline-offset: 3px;
    background: #fff;
    padding:2px 10px;
}
.index .ss .se h3{
    margin: 0px;
    font-size: 18px;
    margin-bottom: 10px;
}
.index .ss .se  p{
    margin-bottom: 0px;
}
.index .ss .se form button{
    background: transparent;
    box-shadow: none;
    border: none;
}
.index .ss .se form  input{
    border: none;
    color: #333;
    outline: none;
    padding: 3px 0;
    width: 280px;
}































