﻿body {
    padding:0px;
    margin:0px; 
}



.programmetitle {
    width: 100%;
    height: 150px;
    text-align: center;
    color: #333333;
    font-size: 28px;
    font-family: '微软雅黑';
    font-weight: 600;
    padding-top: 80px;
}

.titleline {
    width: 120px;
    height: 3px;
    background-color: #377cfd;
    margin: auto;
    margin-top: 10px;
}

.fagspage {
    width: 100%;
    background-color: #f3f6f9;
}

.fagsleft {
    width: 60%;
}

.fagslefttitle1 {
    margin-top: 100px;
    font-size: 35px;
    font-family: 'Alibaba PuHuiTi 2.0';
}

.fagslefttitle2 {
    margin-top: 50px;
    font-size: 20px;
    color: #4d4d4d;
    line-height: 30px;
    width: 80%;
}


.fagsdiv {
    width: 78%;
    height: 555px;
    margin: auto;
    display: flex;
}

.fagsright {
    width: 40%;
    text-align: center;
}

.fagsrightbg {
    margin-top: 95px;
    width: 75%;
}

.fayspage {
    width: 100%;
    height: 850px;
    background-color: #ebf3ff;
}

.faysdiv {
    width: 78%;
    margin: auto;
}


.zxzxbtn {
    width: 140px;
    height: 50px;
    color: white;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    background: url(../images//YzSsfw/zxzxbtn.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
}



.fayspage {
    width: 100%;
    height: 850px;
    background-color: white;
}

.faysdiv {
    width: 78%;
    margin: auto;
}






.cjzspage {
    clear: both;
    width: 100%;
    height: 1000px;
    background: url('/img/aiznpz/cjzsbg.png') no-repeat;
    background-size: 100% 100%;
}


.cjzscenterdiv {
    width: 78%;
    margin: auto;
    display: flex;
    height: 700px;
    margin-top: 50px;
    background: url('/img/aiznpz/cjzscenterbg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.cjzsitem {
    width: 35%;
}

.cjzscenteritem {
    width: 30%;
}

.cjzsitemdiv {
    width: 100%;
    height: 180px;
    line-height: 30px;
    margin-top: 20px;
}

.cjzscenteritembg {
    width: 100%;
    margin-top: 150px;
}

.cjzszfx {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #cd042c;
    margin-top: 13px;
}

.cjzscentertopdiv {
    width: 100%;
    height: 490px;
    display: flex;
    z-index: 1;
}

.cjzstopleft {
    width: 55%;
    padding: 4% 8%;
}

.cjzstopright {
    width: 45%;
}

.cjzstoplinediv {
    display: flex;
    width: 55%;
}


@keyframes slideUp {
    from {
        transform: translateY(30%); /* 从100%的底部开始 */
    }

    to {
        transform: translateY(0); /* 移动到顶部 */
    }
}

.cjzstoplinedivactive {
    animation: slideUp 1s ease-out; /* 应用动画，持续2秒，缓动函数为ease-out */
}




.cjzstopline {
    width: 30%;
    height: 5px;
    background-color: #73797f;
    margin: 1%;
    cursor: pointer;
}

.cjzstoplineactive {
    background-color: #377cfc !important;
}


.cjzstoplefttitle1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
}

.cjzstoplefttitle2div {
    margin-top: 30px;
    height: 200px;
}

.cjzstoplefttitle2 {
    font-size: 16px;
    color: #585858;
    line-height: 40px;
    margin-top:10px;
}


    .cjzstoplefttitle2 span {
        color: #1a1a1a;
    }


.cjzstopright img {
    width: 70%;
    margin-top: 0%;
}




.cjzscenterbottomdiv {
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    z-index: 8;
    background-color: #f3f6f9;
}

.cjzsbottomitem {
    width: 25%;
    height: 155px;
    display: flex;
    cursor: pointer;
    z-index: 10
}

.cjzsbottomitemactive {
    background: url('/img/aiznpz/cjzsitembg.png') no-repeat;
    background-size: 100% 100%;
}

.cjzsbottomitemline {
    width: 2px;
    margin-top: 15px;
    height: 80%;
    background-color: #b9d1fc;
    border-radius: 10px;
}

.cjzsbottomitemimgdiv {
    text-align: center;
    width: 35%;
}


    .cjzsbottomitemimgdiv img {
        margin-top: 50px;
    }

.cjzsbottomitemtitlediv {
    font-size: 18px;
    font-weight: 600;
    width: 65%;
    margin-top: 60px;
}


.cjzscenter2itemdiv {
    width: 90%;
    margin: auto;
    display: flex;
}

.cjzscenter2item {
    width: 25%;
    height: 360px;
    margin: 2%;
    padding: 2%;
    margin-top: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: #efefef 1px 1px 4px;
}

.cjzscenter2itemtitle1 {
    padding-top: 30px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.cjzscenter2itemtitle2 {
    width: 80%;
    margin: auto;
    line-height: 30px;
    font-size: 16px;
}

.cjzscenter2itemactive {
    background: url('/img/aiznpz/cjzscenter2itembg.png') no-repeat;
    background-size: 100% 100%;
    color: white;
}

.cjzstopleftOK {
  width:33px;
  height:33px;
  float:left;
  margin-right:15px;
}


.yycjpage {
    width: 100%;
    height: 900px;
    background: url(/img/aiszr/yycjbg01.png) no-repeat;
    background-size: 100% 100%;
}

.yycjcenterdiv {
    width:80%;
    margin:auto;
   margin-top:150px;
   display:flex;
}
.yycjleftdiv {
    width:300px;
    margin-left:0%;
   
}

.yycjrightdiv {
    width: 500px;
    margin-left: 50px;
    height: 350px;
    background: url(/img/aiszr/yycjrightbg.png) no-repeat;
    background-size: 100% 100%; 
    padding:30px;
}


.yycjleftitem {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #e1e1e1;
    cursor:pointer;
}

.yycjleftitemactive {
   background:url(/img/aiszr/yycjleftitembg.png) no-repeat;
   background-size:100% 100%;
   color:#3180ea;
}

.yycjrighttitle1 { 
   font-size:30px;
   font-weight:600;

}

.yycjrighttitle2 {
   margin-top:20px;
   line-height:35px;
   font-size:16px;
}

.yycjrighbtn {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #4b78f5;
    color: #4b78f5;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.fnjzpage {
    width: 100%;
    height: 930px;
    background: url(/img/aiznpz/cjzsbg.png) no-repeat;
    background-size:100% 100%;
 }

.fnjzcneter {
    width: 80%;
    margin: auto;
    height: 500px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.fnjzitem {
  width:23%;
  margin:1%;
  padding:2%;
  height:450px;
  background-color:white;
  border-radius:10px;
  box-shadow:white 1px 1px inset;
}
.fnjzitemactive {
    background: url(/img/aiszr/fnjzitemimgbg.png) no-repeat;
    background-size:100% 100%;
}

    .fnjzitemtitle1 {
        text-align: center;
        line-height: 50px;
        font-size: 25px;
        font-weight: 600;
        margin-top: 20px;
    }

.fnjzitemimg {
  text-align:center;
  margin-top:30px;
}

.fnjzitemimg img {
    width:100px;
}

.fnjzitemtitle2 {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-size: 16px;
    color: #909090;
}


.btnlistdiv {
    margin-top: 50px;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.btndiv {
    height: 50px;
    width: 180px;
    line-height: 50px;
    border: 1px solid #377cfd;
    color: #377cfd;
    text-align: center;
    font-size: 18px;
    margin: 30px;
    border-radius: 5px;
}

    .btndiv a {
        color: #377cfd !important;
    }