.header{
    width: 100%;
    height: 90px;
    background-color: #0D5DD6;
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 9;
}
.header_cen{
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav{
    width: 60%;
}
.nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nav ul li{
    color: #ffffff;
    font-size: 16px;
    position: relative;
  padding: 5px 10px;
}
.nav ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav ul li a span{
    font-size: 14px;
    padding-top: 10px;
}
.nav ul li ul.sub{
    width: 100%;
    display: none;
    position: absolute;
    background-color: #0c51b9;
    top: 47px;
  left:0;
    border-top: 3px solid #fff;
}
.nav ul li ul.sub li{
    width: 100%;
    height: 35px;
    line-height: 35px;
  padding:0;
}
.nav ul li ul.sub li:hover{
    background-color: #073d90;
}
.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 90px;
}
.banner .bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.banner .bd li img{
    width: 100%;
    height: auto;
    display: block
}
.trunk{
    width: 100%;
    background: url(../images/bg01.png) no-repeat;
    background-size: cover;
    position: relative;
    top: 90px;
}
.trunk_cen{
    width: 1200px;
    margin: auto;
}
.hyjj,
.mtgg,
.hydt,
.hyzj,
.hzdw{
    width: 100%;
    padding-top: 35px;
}
.title{
    width: 100%;
    color: #0D5DD6;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
}
.title::before{
    content: "";
    position: absolute;
    width: 480px;
    height: 50px;
    background: linear-gradient(45deg, #0D5DD680, #fff);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.title p{
    font-size: 32px;
    line-height: 40px;
}
.title span{
    font-size: 18px;
    line-height: 34px;
}
.hyjj_art{
    width: 100%;
    margin-top: 30px;
}
.hyjj_art p{
    font-size: 16px;
    line-height: 24px;
}
.hyjj_art .english{
    margin-top: 25px;
}
.mtgg{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mtbd,
.tzgg{
    width: 580px;
}
.mtbd_lb{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mtbd_lb .bd{
    position: relative;
    height: 100%;
}
.mtbd_lb .bd ul li a{
    position: relative;
}
.mtbd_lb .bd .mtbd_img{
    position: relative;
    overflow: hidden;
}
.mtbd_lb .bd .mtbd_img img{
    width: 100%;
}
.mtbd_lb .bd .mtbd_bt{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #00000050;
    color: #fff;
    font-size: 16px;
    padding-left: 27px;
}
.mtbd_lb .hd{
    position: absolute;
    right: 14px;
    bottom: 18px;
    z-index: 3;
}
.mtbd_lb .hd ul{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.mtbd_lb .hd ul li{
    width: 12px;
    height: 12px;
    background-color: #ffffff50;
    border-radius: 50%;
    margin: 0 4px;
}
.mtbd_lb .hd ul li.on{
    background-color: #fff;
}
.tzgg_list{
    width: 100%;
}
.tzgg_list li{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 26px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tzgg_list li::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/tzgg.png) no-repeat;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
}
.tzgg_list li p{
    color: #999999;
}
.hydt ul{
    display: flex;
    flex-direction: row;
}
.hydt ul li{
    width: 32%;
    margin-right: 2%;
}
.hydt ul li:nth-last-child(1){
    margin-right: 0;
}
.hydt ul li .hydt_img{
    overflow: hidden;
}
.hydt ul li img{
    width: 100%;
}
.hydt ul li p{
    font-size: 16px;
    line-height: 26px;
}
.hyzj .bd{
    overflow: hidden;
}
.hyzj .bd ul li{
    width: 270px !important;
    height: 292px;
    border: 1px solid #E9EBF2;
    border-radius: 10px;
    margin-right: 37px;
}
.hyzj .bd ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.hyzj .bd ul li img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.hyzj .bd ul li p{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 20px 0 15px;
  text-align: center;
}
.hyzj .bd ul li span{
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    text-align: center;
}
.hyzj{
    position: relative;
}
.hyzj .hd{
    position: relative;
}
.hyzj .hd .next,
.hyzj .hd .prev{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 127px;
}
.hyzj .hd .next{
    background: url(../images/rig01.png) no-repeat;
    left: -65px;
}
.hyzj .hd .prev{
    background: url(../images/lf01.png) no-repeat;
    right: -65px;
}
.hzdw{
    padding-bottom: 30px;
}
.hzdw ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.hzdw ul li{
    margin-right: 10px;
}
.hzdw ul li:nth-last-child(1){
    margin-right: 0;
}
.hzdw ul li img{
    width: 100%;
}
.foot{
    background-color: #0D5DD6;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    top: 90px;
}

.tzgg_list li a,
.mtbd_img img,
.hydt ul li img,
.hydt ul li p
{
    transition: all 0.3s linear;
}
.tzgg_list li a:hover,
.hydt ul li p:hover{
    transform: translateX(10px);
    color: #0D5DD6;
}
.mtbd_img img:hover,
.hydt ul li img:hover{
    transform: scale(1.1);
}