@charset "UTF-8";
.logo{position:relative;z-index:99}
.tc{
    margin-top: 0;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 0;
    z-index: 9999999;
}

.tc td {
text-align:right;
}
.px1400{
    position: relative;
}
.vsbcontent_img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.c-tx a {    word-wrap: break-word;}
.c-tx table {
max-width:1200px;
margin:0 auto;
    justify-content: center;
    width: 100% !important;
    border-collapse: collapse !important;
    display: flex;
    overflow: auto hidden;
    white-space: nowrap;
    word-break: keep-all;
    border: none !important;
margin:0 auto;
}
#content{
    background-size: 100% !important;
}
.c-tx iframe{width:100% !important;max-width:1300px;margin:0 auto;height:1450px;}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}
html{overflow-y: scroll;}

li {
    list-style: none;
}

a {
    text-decoration: none;
    /* display: block; */
}

img,
input {
    border: 0;
    outline: none;
}


.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

.side-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 1000px;
    height: 100vh;
    border-radius: 0px 25px 25px 0px;
    background: #0071BE;
    padding-right: 50px;
    transition: all 0.5s;
    z-index: 999;
}

.side-nav.hide {
    transform: translateX(-101%);
}

.side-c {
    background: url(../images/side-bj.png) no-repeat #fff;
    background-size: cover;
    border-radius: 0px 25px 25px 0px;
    height: 100vh;
    padding: 40px 0;
}
.side-scroll{
    padding: 0 10%;
    height: 93vh;
    overflow-y: auto;
}
/* 整个滚动条 */
.side-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

/* 滚动条上的滚动滑块 */
.side-scroll::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}




.side-tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #0071BE;
    padding-left: 43px;
    background: url(../images/menu.png) no-repeat left center;
}

.side-lk h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #333333;
    position: relative;
}

.side-lk ul li a {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-left: 20px;
    background: url(../images/menu.png) no-repeat left center;
    background-size: 15px;
}

.side-lk ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.side-lk ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.side-lk ul li .side-sj a {
    padding-left: 20px;
    font-size: 16px;
    position: relative;
}
.side-lk ul li .side-sj a:hover:after{
    background-color: #0071BE;
} 
.side-lk ul li .side-sj a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 15px;
    background-color: #333;
}

.side-lk h3::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 15px;
    background-color: #333;
}

.side-lk.active h3::after {
    content: '';
    width: 0;
    height: 0;
    left: -20px;
    top: 10px;
    border-radius: 0;
    background-color: transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0071BE;
}

.side-lk {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.side-lk ul li a:hover {
    color: #0071BE;
}

.side-close {
    padding-top: 30px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: 2px;
    background: url(../images/close.png) no-repeat center top;
    cursor: pointer;
    transition: all 0.5s;
}

.side-close:hover {
    opacity: 0.7;
}

.side-open {
    width: 60px;
    height: 195px;
    background: url(../images/side-navbj.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: left 3s;
}

.side-open.hide {
    left: -60px;
}

.side-open p {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    width: 30px;
    margin: 0 auto;
}

/* index01 */
.indexbj {
    background: url(../images/index-bj.png) no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 50px 0;
}

#idx01 {
    background: #EAF2FD;
}

.tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 24px;
}

.top-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.top-list ul li {
    width: 30.5%;
    background-color: #007AC2;
    padding: 20px 40px;
    margin: 0 0 40px 0;
}

.bot-list ul>div {
    width: 28.5%;
}

.top-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

}

.top-list ul li a .ico {
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #3395CE;
}

.top-list ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-list ul li a p {
    width: calc(100% - 130px);
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}

.top-list ul li a:hover .ico {
    animation: jello 1.5s;
}

.top-list {
    margin-bottom: 50px;
    margin-top: 100px;
}

.bot-list ul li a .pic {
    padding-top: 68%;
}

.bot-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bot-list ul li {
    width: 22.8%;
    margin-bottom: 40px;
}

.bot-list ul li a {
    position: relative;
}

.bot-list ul li a p {
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* index02 */

#idx02 {
    background: url(../images/index-bj.png) no-repeat;
    background-size: cover;
}

#idx02 .top-list ul li a .ico {
    border: none;
    border-radius: 0;
    background: url(../images/ico-bj1.png) no-repeat;
    background-size: 100% 100%;
    width: 92px;
    height: 107px;
}

#idx02 .top-list ul li {
    background: rgba(255, 255, 255, 0.6);
}

#idx02 .top-list ul li a p {
    color: #007AC2;
}

#idx02 .bot-list ul li {
    background: rgba(255, 255, 255, 0.6);
}

#idx02 .bot-list ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

#idx02 .bot-list ul li a .ico {
    width: 68px;
    height: 79px;
    background: url(../images/ico-bj1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

#idx02 .bot-list ul li a .ico img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#idx02 .bot-list ul li a h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #474747;
    width: calc(100% - 80px);
}

#idx02 .bot-list ul li a:hover h3 {
    color: #0071BE;
}

/* index03 */
#idx03 {
    background: url(../images/index-bj.png) no-repeat;
    background-size: cover;
}

#idx03 .top-list ul li {
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#idx03 .top-list ul li a {
    width: 100%;
}

#idx03 .top-list ul li a p {
    color: #0071BE;
    font-size: 30px;
    width: 80%;
}
#idx03 .top-list ul li:hover{
    background: rgba(255, 255, 255, 1);
}
#idx03 .bot-list ul li {
    background: rgba(255, 255, 255, 0.6);
}

#idx03 .bot-list ul li a {
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    position: relative;

}

#idx03 .bot-list ul li a h3 {
    color: #0071BE;
    text-align: center;
    font-size: 24px;
}

#idx03 .bot-list ul li a:hover {
    background: url(../images/i3-txbj.jpg) no-repeat;
    background-size: cover;
}

#idx03 .bot-list ul li a:hover:after {
    opacity: 1;
}

#idx03 .bot-list ul li a:hover h3 {
    color: #FFFFFF;
}

#idx03 .bot-list ul li a::after {
    content: '';
    width: 95%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    opacity: 0;
}

/* list */


.px1600 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

.list-time {
    width: 130px;
    float: left;
    position: relative;
    margin-right: 4%;
}

.list-time::after {
    content: '';
    position: absolute;
    height: 90%;
    right: 20px;
    top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);

}

.list-time ul {
    position: relative;
    z-index: 2;
}

.list-time ul li a {
    padding-right: 45px;
    background: url(../images/ico-dots2.png) no-repeat right 10px center;
}

.list-time ul li {
    margin-bottom: 30px;
}

.list-time ul li a p {
    line-height: 40px;
    width: 85px;
    font-size: 18px;
    text-align: right;
    color: #999;
    transition: all 0.5s;
}

.list-time ul li.active a p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
}

.list-time ul li.active a {
    background: url(../images/ico-dots1.png) no-repeat right center;
    background-size: auto 100%;
}

.list-time ul li a:hover {
    background: url(../images/ico-dots1.png) no-repeat right center;
    background-size: auto 100%;
}

.list-time ul li a:hover p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.list-c {
    overflow: hidden;
    padding: 0 15px;
    background: rgba(255,255,255,0.5);
    border-radius: 20px;
}

.list-c ul li a {
    line-height: 72px;
    border-bottom: 1px dashed #0071BE;
}

.list-c ul li a span {
    font-size: 16px;
    color: #333;
    float: right;
}

.list-c ul li a p {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    position: relative;
    padding-left: 25px;
}

.list-c ul li a p::before {
    content: '';
    width: 5px;
    height: 18px;
    background-color: #0071BE;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.list-c ul li a:hover p::before{
    background:#666;
}
.list-c ul li a:hover span,
.list-c ul li a:hover p {
    color: #0071BE;
    font-weight: 600;
}

/* yema */
.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #999;
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0px 7px;
    border-radius: 4px;
}

.pagination a.active {
    background: #0b57ac;
    color: #fff;
    border: 1px solid #0b57ac;
}

.pagination a:hover {
    background: #0b57ac;
    color: #fff;
    border: 1px solid #0b57ac;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* yema */


/* content */
.indexbja {
    background: url(../images/bj.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 50px 0;
}
.c-tit{margin-bottom:40px}
.c-tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.c-tit h3:nth-child(2){
    font-size:30px;
}
.location>h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #007AC2;
    padding-left: 15px;
    border-left: 5px solid #0071BE;
}

.dqwz span,
.dqwz a {
    font-size: 18px;
    color: #9E9E9E;
    display: inline;
}

.dqwz {
    padding-left: 34px;
    background: url(../images/ico-wz.png) no-repeat left 0;
    margin-bottom: 20px;
}

.location {

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}



.c-info {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
    font-size: 0;
}

.c-info h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 15px;
   display:none;
}

.c-info p span {
    font-size: 16px;
    color: #666;
    margin: 0 5px;
}

.c-tx p {
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #333333;
}

.c-file {
    padding-left: 30px;
    background: url(../images/file.png) no-repeat left center;
    margin: 25px 0;
}

.c-file a {
    font-size: 16px;
    color: #666;
}

.c-page {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
    padding-top: 25px;
}

.c-page a {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

.c-page a:hover {
    color: #0071BE;
}

.size i {
    font-style: normal;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: 0;
    border-radius: 50%;
    cursor: pointer;
    color: #0071BE;
}

.size i.on {
    background-color: #0071BE;
    color: #fff;
}










































@media screen and (max-width:1680px) {
    .px1600 {
        padding-left: 60px;
        padding-right: 60px;
    }
}



@media screen and (max-width:1300px) {
    #idx02 .bot-list ul li a h3 {
        font-size: 18px;
    }

    #idx02 .bot-list ul li a {
        padding: 20px;
    }
}





@media screen and (max-width:1200px) {
    .top-list ul li {
        width: 31%;
    }

    .top-list ul li a p {
        font-size: 20px;
        line-height: 30px;
    }

    .tit h3 {
        font-size: 30px;
    }

    .top-list ul li {
        padding: 20px;
    }

    #idx03 .top-list ul li a p {
        font-size: 24px;
    }

    #idx03 .bot-list ul li a h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:1024px) {
    #content{
    padding-top: 30px !important;
}
    .btnlogin{width: 65px;}
    .tc{
    top: -26px;
}
    .i1-c .tit{margin-top: 30px !important;}
    .top-list{
    margin-top: 40px;
}
    .side-nav {
        width: 100%;
    }
    .side-scroll{
        padding: 0 30px;
    }
    .side-lk ul li a{
        font-size: 16px;
    }
    #idx03 .top-list ul li a p {
        width: 100%;
    }

    .px1400 {
        width: 100%;
        padding: 0 10px;
    }

    .top-list ul li {
        width: 100%;
        margin-bottom: 20px;
        padding-left: 60px;
    }

    .top-list ul li a {
        justify-content: flex-start;
    }

    .top-list ul li a p {
        width: auto;
    }

    .top-list ul li a .ico {
        margin-right: 20px;
    }

    .bot-list ul li {
        width: 30%;
    }

    .bot-list ul>div {
        width: 30%;
    }

    .logo a img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }

    .logo {
        margin-bottom: 20px;
    }

    .indexbj {
        padding: 30px 0;
    }

    #idx03 .bot-list ul li a {
        height: 120px;
    }

    #list .logo {
        margin: 0 auto;
        margin-bottom: 20px;

    }

    .list-c ul li a p {
        font-size: 18px;
    }

    .location::after {
        content: none;
    }
 .c-tit  {
    margin-top: 30px;
}
    .c-tit h3 {
        font-size: 22px !important;
    }
     .c-tit h3 p{
        font-size: 22px;
    }
}
@media screen and (max-width:1200px){
        .list-c ul li a {
        line-height: 24px;
    }
        .list-c ul li {
        margin: 25px auto;
    }
    .list-c ul li a p{
}
.c-tx table {
    justify-content: flex-start;
    display:flex;
}

}
@media screen and (max-width:900px){


    .side-lk ul li{
        width: 100%;
        
    }
} 
@media screen and (max-width:768px) {
    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }

    .tit h3 {
        font-size: 26px;
    }

    .top-list {
        margin-bottom: 20px;
    }

    .bot-list ul li {
        width: 48%;
    }

    .bot-list ul>div {
        width: 48%;
    }



    .side-lk ul li a {
        font-size: 16px;
        line-height: 30px;
    }

    .side-lk h3 {
        font-size: 18px;
    }

    .side-tit {
        font-size: 20px;
    }

    #idx03 .bot-list ul li a {
        padding: 20px 30px;
        height: auto;
    }

    #idx03 .bot-list ul li {
        margin-bottom: 20px;
    }

    #idx03 .bot-list ul li a h3 {
        font-size: 18px;
    }

    #idx03 .top-list ul li a p {
        font-size: 20px;
    }

    .list-c ul li a p {
        font-size: 16px;
    }

    .list-c ul li a span {
        font-size: 16px;
    }
  .list-c ul li{margin: 25px auto;}
    .list-c ul li a {
        line-height: 24px;
    }

    .list-time ul li a p {
        font-size: 16px;
    }

    .list-time ul li.active a p {
        font-size: 20px;
    }

    .dqwz span,
    .dqwz a {
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {

    .dqwz span,
    .dqwz a {
        font-size: 14px;
    }


    .list-time {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .list-time ul li {
        display: inline-block;
        margin-bottom: 10px;
    }

    .list-time::after {
        content: none;
    }

    .location>h3 {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .side-lk ul li {
        width: 100%;
    }

    .top-list ul li a p {
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
    }

    .top-list ul li a .ico {
        margin: 0 auto;
    }

    .top-list ul li {
        padding: 15px;
    }

    .bot-list ul li a p {
        line-height: 30px;
    }


    #idx02 .bot-list ul li a .ico {
        margin: 0 auto;
    }

    #idx02 .bot-list ul li a h3 {
        width: 100%;
        margin-top: 10px;
    }

    #idx03 .bot-list ul li {
        width: 100%;
    }

    #idx03 .top-list ul li:last-child {
        margin-bottom: 0;
    }

    #idx03 .top-list ul li a p {
        margin-top: 0;
    }

    .side-open {
        width: 50px;
        height: 173px;
    }

    .side-open p {
        font-size: 20px;
        width: 22px;
    }

    .c-info h3 {
        font-size: 18px;
    }

    .c-info p span {
        font-size: 14px;
    }

    .side-lk ul li a{
        font-size: 14px;
        line-height: 24px;
    }
    .side-lk{
        padding: 10px 0;
    }
}