@charset "UTF-8";

html,
body {
    color: #333;
    font-size: 15pt;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: url(../img/LBG.png) no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    position: relative; /* 确保 div 元素相对于页面进行定位 */

    min-height: 700px; /* 设置最小高度以确保 div 能够撑满整个页面 */
 
}

html {
    overflow-y: scroll;
    background: url(../img/LBG_L.jpg) no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    /* display: block; */
}

img,
input {
	border: 0;
	outline: none;
	margin-left: auto;
}


.Top_logoTitleBox{
	width: 100%;
	height: 260px;
    background: url(../img/LT_BGA.jpg) no-repeat;
	background-color: #2783B6;
	background-position:right bottom;

}

.logo{
	position: relative;
    margin: 30px 60px ;

}

.titleLine{

        display: flex;
    max-width: 1200px;
    width: 100%;
    background: url(../img/xuxian.gif) repeat-x bottom;
    margin: 20px auto;
    padding: 5pt;
    line-height: 35pt;
    color: #2783B6;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.titleLine a{ 
color: #2783B6; 

}

.CtoDowload {
color: #333;
font-weight: bold;
font-size: 16px;

}


.tipBox {
border-radius: 10px;
 padding: 10px;
  max-width: 1300px; 
  width: 100%;
   background-color: beige; 
   color: rgb(117, 117, 117);
    font-size: 16px;
     margin:auto;
      align-items: center; 
      text-align: center;
       line-height: 25px;


}

.copyRight {

text-align: center;  max-width: 1004px; width: 100%; margin:20px auto; color: darkgrey; font-size: 16px;
line-height: 30px;
}


.item_list{
display: inline-block;
font-size: 22pt;
margin: 0 auto;

}

.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;
}

.list-box{
	width: 160px;
	align-items: flex-end;
	align-self: flex-end;
	display: block;
	position: static;
	align-self: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-left:auto;

}

.D_btn{
	display: flex; position: absolute; right: 0px;bottom: -10px;
}




.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;
}

.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;

}
#content{
    background-size: 100% !important;
}
.c-tx iframe{width:100% !important;max-width:1400px;margin:0 auto;}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    outline: none;
}




.px1400 {
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
	position: relative;
}
.px1900 {
	max-width: 1900px;
	margin: 0 auto;
	width: 95%;
	position: relative;
}


/* index01 */
.indexbj {
	background: url(../img/index-bj.jpg) no-repeat;
	background-size: cover;
	min-height: 100vh;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

#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-repeat: no-repeat;
	background-image: url(../img/BG_A.jpg);
	background-size: cover;
}

#idx02 .top-list ul li a .ico {
    border: none;
    border-radius: 0;
    background: url(../img/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);
     border-radius: 10px;
}

#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(../img/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("../img/index-bj.jpg") 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(../img/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-top: 83px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    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(../img/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(../img/ico-dots1.png) no-repeat right center;
    background-size: auto 100%;
}

.list-time ul li a:hover {
    background: url(../img/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;
}


/* content */
.indexbja {
    background: url("../img/BG.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(../img/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: 10px 0;
    margin-bottom: 25px;
    border-bottom: 2px dashed #9CB9E5;
    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 {
	text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    color: #333333;
}

.c-file {
    padding-left: 30px;
    background: url(../img/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 {
      
        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;
    }
}

.fixed-bottom-center {

 
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* 或者设置具体的宽度 */
  text-align: center; /* 如果内容需要居中 */
  padding: 10px; /* 添加一些内边距 */
 position:absolute; 
   bottom: 0;
}
