/* 把我们所有标签的内外边距清零 */
* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
    font-style: normal
}
/* 去掉li 的小圆点 */
li {
    list-style: none
}

img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0 none;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle;
    border-style: none;   
}

button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer
}

a {
    color:  #000000 ;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}


button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0; 
    outline: none;
}

body {
    /* CSS3 抗锯齿形 让文字显示的更加清晰 */
    -webkit-font-smoothing: antialiased;
     background-color: #FFFFFF;;
}

.hide,
.none {
    display: none
}
/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}
.clearfix::before{
    content: '';
    display: table;
}
.clearfix {
    zoom: 1
}




.body{
    width: 100%;
}
.body header{
    width: 100%;
    background: url(../img/banner.png);
    background-size: 100% 75%;
    background-repeat: no-repeat;
    height: 649px;

}
.body .nav{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 116px;
   background: #ffffff5c;
   box-shadow: 5px 9px 0px 0px rgba(0, 213, 213, 0.22);
   border-radius: 10px;
   align-items: center;
   margin-top: -215px;
   margin-bottom: 100px;
}
.body .nav p{
    margin: 0 auto;
    width: 1131px;
    height: 44px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4b50eb;
    line-height: 25px;
}
.body main{
    margin: 0 auto;
    width: 1200px;
}
.body main .yxfc{
    margin-bottom: 70px;
}
.title{
    width: 1200px;
    text-align: center;
    font-size: 36px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #554ae4;
margin-bottom: 40px;
}
.title .img1{
    margin-right: 16px;
}
.title .img2{
    margin-left: 16px;
}
.body main .yxfc .yxfc_main{
    width: 100%;
}
.body main .yxfc .yxfc_main .item{
    width: 100%;
    margin-bottom: 20px;
}
.body main .yxfc .yxfc_main .item .item_title{
    overflow: hidden;
    width: 719px;
height: 79px;
background-image: url(../img/title1.png);
background-size: 100% 100%;
border-radius: 10px 0px 0px 10px;
line-height: 79px;
font-size: 22px;
font-family: PingFang SC;
font-weight: 800;
color: #FFFFFF;
text-shadow: 0px 1px 0px #2d48cb;
text-indent: 2rem;
}

.body main .yxfc .yxfc_main .item .item_body{
display: flex;
justify-content: center;
align-items: center;
width: 1190px;
height: 231px;
background-image: url(../img/body.png);
background-size: 100% 100%;

}
.body main .yxfc .yxfc_main .item .item_body .item_body_left{
    width: 279px;
height: 165px;
border-radius: 4px;
}
.body main .yxfc .yxfc_main .item .item_body .item_body_left img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.body main .yxfc .yxfc_main .item .item_body .item_body_right{
    margin-left: 31px;
}
.body main .yxfc .yxfc_main .item .item_body .item_body_right .wenzi{
    width: 792px;
height: 73px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #222222;
line-height: 28px;
margin-bottom: 35px;
}
.body main .yxfc .yxfc_main .item .item_body .item_body_right .dibu{
    text-align: right;
}
.body main .yxfc .yxfc_main .item .item_body .item_body_right .dibu a{
    margin-left: 24px;
    border-radius: 6px;
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
padding:5px 15px;
}
.yellow{
    background: #FFBA00;
    box-shadow: 0px 7px 0px 0px rgba(242, 199, 0, 0.22);
}
.blue{
    background: #00A2FF;
box-shadow: 0px 7px 0px 0px rgba(103, 200, 255, 0.22);
}
.green{
    background: #00C4DB;
box-shadow: 0px 7px 0px 0px rgba(103, 200, 255, 0.22);
}
.body  main .zzzs{
    margin-bottom: 50px;
}
.body  main .zzzs .zzzs_main{
    width: 1196px;
height: 229px;
background: #FFFFFF;
border: 6px solid #C7F6F6;
border-radius: 12px;
padding-left: 28px;
padding-top: 24px;
margin-bottom: 20px;
}
.body  main .zzzs .zzzs_main .zzzs_main_title{
    width: 716px;
    height: 42px;
    background: linear-gradient(90deg, #48B5E8 0%, rgba(0, 237, 255, 0) 100%);
    border-radius: 10px 0px 0px 10px;
    transform:skew(-3deg);
    line-height: 42px;
    text-indent: 1rem;
    margin-bottom: 24px;
}
.body  main .zzzs .zzzs_main .zzzs_main_title .zheng{
background: #FFFFFF;
border-radius: 4px;
font-size: 14px;
font-family: PingFang SC;
font-weight: 800;
color: #4CBAEA;
padding: 5px;
margin-right: 8px;
}
.body  main .zzzs .zzzs_main .zzzs_main_title .wenzi1{
    font-size: 18px;
font-family: PingFang SC;
font-weight: 800;
color: #FFFFFF;
text-shadow: 0px 1px 0px #0AFFFF;
}
.body  main .zzzs .zzzs_main .zzzs_main_body{
    width: 1129px;
height: 98px;
font-size: 16px;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
line-height: 27px;

}
.body main .kdzdTA .kdzdTA_main{
    margin: 0 auto;
    width: 1200px;
}
.body main .kdzdTA .kdzdTA_main ul li{
float: left;
width: 275px;
height: 51px;
background: #FFFFFF;
border: 2px solid #C7F6F6;
border-radius: 12px;
text-align: center;
line-height: 51px;
margin-right: 33px;
margin-bottom: 30px;
}
.body main .kdzdTA .kdzdTA_main ul li:nth-child(4n){
    margin-right: 0px;
}
.body main .kdzdTA .kdzdTA_main ul li a{
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
}

.footer {
    margin-top: 30px;
    background-image: url(../img/footer.png);
    background-size: 100% 148px;
    background-repeat: no-repeat;
    width: 100%;
    height: 148px;
    padding-top: 60px;
    text-align: center;
}
.footer p {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
}
.footer p a {
    color: #FFFFFF;
}

@media screen and (max-width: 820px){
    .body header{
        width: 100%;
        background: url(../img/bannerH5.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 330px;
    }
    .body .nav{
        width: 100%;
        height: 200px;
        margin-top: -150px;
        margin-bottom: 5px;
        box-shadow: none;
    }
    .body .nav p {
        font-size: 16px;
        width: 90%;
        height: 170px;
    }
    .body main {
        width: 100%;
    }
    .title {
        width: 100%;
        font-size: 19px;
    }
    .title .img1{
        margin-right: 16px;
        width: 58px;

    }
    .title .img2{
        margin-left: 16px;
         width: 58px;  
    }
    .body main .yxfc .yxfc_main .item .item_title {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .body main .yxfc .yxfc_main .item .item_body {
        display: block;
        width: 100%;
        height:480px;
        text-align: center;
        padding-top: 20px;
    }
    .body main .yxfc .yxfc_main .item .item_body .item_body_left {
        width: 90%;
        height: calc(100vm / 1.7);
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 10px;
    }
    body main .yxfc .yxfc_main .item .item_body .item_body_right {
        margin-left: 31px;
    }
    .body main .yxfc .yxfc_main .item .item_body .item_body_right .wenzi {
        width:90%;
        height: 165px;
        font-size: 12px;
        margin-bottom: 10px;
        text-align: left;
    }
    .body main .yxfc .yxfc_main .item .item_body .item_body_right{
        margin-top: 20px;
        margin-left: 36px;
    }
    .body main .yxfc .yxfc_main .item .item_body .item_body_right .dibu{
        text-align: left;
    }
    .body main .yxfc .yxfc_main .item .item_body .item_body_right .dibu a {
        margin-left: 0px;
        font-size: 12px;
        margin-right: 12px;
    }
    .body main .zzzs .zzzs_main {
        width: 100%;
        height:310px;
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .body main .zzzs .zzzs_main .zzzs_main_title {
        margin: 0 auto;
        width: 100%;
        height: 42px;
    }
    .body main .zzzs .zzzs_main .zzzs_main_title .wenzi1 {
        font-size: 13px;
    }
    .body main .zzzs .zzzs_main .zzzs_main_body {
        margin: 0 auto;
        width: 95%;
        height: auto;
        font-size: 12px;
    }
    .body main .kdzdTA .kdzdTA_main {
        margin: 0 auto;
        width: 91%;
    }
    .body main .kdzdTA .kdzdTA_main ul li {
        width:45%;
        height: 45px;
        line-height: 40px;
        margin-right: 25px;

    }
    .body main .kdzdTA .kdzdTA_main ul li a{
        font-size: 13px;
    }
    .body main .kdzdTA .kdzdTA_main ul li:nth-child(2n){
        margin-right: 0px;
    }
    .banquan{
        width: 100%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #FFFFFF;
        font-size: 15px;
        background-color:#565AF1 ;
    }
}