﻿body {
}




.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;
}

.hxgnpage {
   width:100%;
   height:1000px;
   background:url(/img/AIZnKf/hxgnbg.png) no-repeat;
   background-size:100% 100%;
}

.hxgncenter {
    width: 80%;
    height: 700px;
    margin: auto;
    margin-top: 50px;
    background: url(/img/AIZnKf/hxgncenterbg.png) no-repeat;
    background-size: 100% 100%;
    display:flex;
    padding:30px
}

.hxgnleftdiv {
  width:60%;
  padding:20px;
}

.hxgnrightdiv {
  width:38%; 
}
    .hxgnrightdiv img{
        margin-top:30px;
    }

    .hxgncenteritem {
        width: 100%;
        margin: auto;
        background: url(/img/AIZnKf/hxgnitembg.png) no-repeat;
        background-size: 100% 100%;
        padding: 30px;
        height: 150px;
        cursor:pointer;
    }

.hxgncenteritem {
    transition: all 0.3s ease;
}

    .hxgncenteritem:hover {
        transform: translateX(5px); 
    }

.hxgncentertitle1 {
    width: 80%;
    font-weight: 600;
    font-size: 25px;
    height: 40px;
}

.hxgncentertitle2 {
   font-size:16px;
   color:#9c9c9c;
   width:80%;

}


.jsyspage {
    width: 100%;
    height: 900px;
    background: url(/img/AIZnKf/jsysbg.png) no-repeat;
    background-size: 100% 100%;
}

.jsyscenter {
    width: 80%;
    margin: auto;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.jsysitem {
    width: 42%;
    margin: 1%;
    height: 300px;
    padding-left: 5%;
    background: url(/img/AIZnKf/hxgnitembg.png) no-repeat;
    background-size: 100% 100%;
    transition: all 1s ease;
    cursor: pointer;
}

 
.jsysitem:hover {
    transform: translateY(-10px);
}


.jsysitemimg {
  margin-top:40px;
  width:100%; 
}

    .jsysitemimg img {
       width:60px;
    }

.jsysitemtitle1 { 
  margin-top:20px;
  font-weight:600;
  font-size:40px;
}

.jsysitemtitle2 {
    margin-top: 20px;
    font-size: 16px;
    color: #a5a5a5
}

.fnjzpage {
    width: 100%;
    height: 900px;
    background: url(/img/AIZnKf/fnjzlinebg.png) no-repeat;
    background-size: 100% 100%;
}

.fnjzcneter {
    width: 80%;
    margin: auto;
    height: 500px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.fnjzitem {
  width:30%;
}

.fnjzline {
 width:3%;
 height:1px;
 border-top:1px dashed #a5a5a5;
}

.fzjzitemimg {
    text-align: center;
    margin-top: 60px;
    transition: all 0.3s ease;
    cursor:pointer;
}
 
    .fzjzitemimg:hover {
        transform: scale(1.1);
    }


.fzjzitemtitle1 {
  margin-top:30px;
  text-align:center;
  font-size:30px;
  color:#1c1a62;
  font-weight:600;

}

.fzjzitemtitle2 {
    width:60%;
    margin:auto;
    margin-top: 30px;
    font-size: 18px;
    color: #1c1a62;
    text-align:center;

}




.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;
    }