*{
    margin: 0;
    padding: 0;
}
.header{
    position: relative;
    background: url(../images/yhyshj/yshj-bj.png) top center no-repeat;
    background-size: 100% auto;
    height: 600px;
    background-position: 0px 60%;
}
.head-top{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    /* background-color: rgba(255, 255, 255, 0.2); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.logo-cont{
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    padding-top: 30px;
}
.logo-cont img,.container .top-title img{
    height: 100%;
    width: auto;
}
.container .top-title{
    margin: 0 auto;
    text-align: center;
    height: 90px;
}
.top-left,.top-right{
    width: 48%;
}
.title span{
    display: inline-block;
    border:1px solid rgba(66, 189, 255, 0.25);
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(22, 106, 199, 1);
    padding: 0 50px;
}
.title span:hover{
    border:1px solid rgba(255, 94, 0, 1);
    color: rgba(255, 94, 0, 1);
}
.cont-first{
    margin: 20px 0;
}
.cont-img{
    width: 180px;
    height: 120px;
}
.cont-img img{
    width: 100%;
    height: 100%;
}
.cont-cont{
    /* width: calc(100% - 200px); */
    width:100%;
    height: 70px;
}
.cont-cont h3{
    font-size: 18px;
    font-weight: 550;
    margin: 14px 0;
}
.cont-cont p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(41, 41, 41, .8);
}
.cont ul li{
    background: url(../images/yhyshj/dian.png) left center no-repeat;
    padding-left: 16px;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.cont ul li a{
    display: inline-block;
    width: calc(100% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont ul li span{
    float: right;
    color: rgba(153, 153, 153, 1);
    width: 120px;
}
.cenetr-cont{
    background: url(../images/yhyshj/center-bj.png) top center no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.center-title{
    text-align: right;
}
.center{
    width: 100%;
    margin-top: 16px;
    background-color: #fff;
    border-radius: 8px;
}
.top-center{
    background: url(../images/yhyshj/title-bj.png) top center no-repeat;
    background-size: 100% 100%;
    height: 80px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 80px;
    color: rgba(88, 115, 144, 1);
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cent{
    position: relative;
    padding: 20px;
}
.cent p{
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(88, 115, 144, 1);
}
.cent a{
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 121px;
    height: 35px;
    border-radius: 3px;
    background: rgba(22, 106, 199, 1);
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.fw-cont{
    margin: 20px 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 0 auto;
}
.fw-cont div{
    width: 216px;
}
.bott-c{
    margin-top: 40px;
}
.bott-c .cs-cont{
    margin-top: 20px;
}
.cs-cont>div{
    background: url(../images/yhyshj/yinhao.png) top center no-repeat;
    background-position: 30px 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 16px rgba(37, 48, 88, 0.06);;
    width: 32.6%;
    margin-right: 1%;
    height: 290px; 
    float: left;
}
.cs-cont>div:last-of-type{
    margin-right: 0;
}
.cs-cont .cs-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    color: rgba(88, 115, 144, 1);
    padding: 40px 0 30px;
    margin: 0 40px;
    border-bottom: 1px solid rgba(88, 115, 144, 0.19);
}
.cs-cont p{
    padding: 20px 40px 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(88, 115, 144, 1);
}
.xycd{
    margin: 60px 0;
}
.bottom-zx>div{
    width: 24.2%;
    margin-right: 1%;
    height: 80px; 
    float: left;
}
.bottom-zx>div:first-of-type{
    margin-right: 0;
}
.bottom-zx>div p{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: rgba(62, 111, 163, 1);
    margin-top: 20px;
    background: url(../images/yhyshj/jiantou.png) left bottom no-repeat;

}
.yhsj{
    display: none;
}
@media screen and (max-width:768px) {
    .logo-cont {
        width: 100%;
        height: 80px;
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }
    .yhsj{
        display: block;
        margin-top: 18px;
    }
    .header{
        background: none;
        height: auto;
    }
    .logo-cont img, .container .top-title img {
        height: auto;
        width: 100%;
    }
    .container .top-title{
        height: auto;
        margin-bottom: 18px;
    }
    .top-left, .top-right{
        float: none;
        width: 100%;
    }
    .top-right{
        margin-top: 30px;
    }
    .cenetr-cont {
        padding-top: 20px;
    }
    .center-title{
        text-align: left;
    }
    .top-center {
        font-size: 18px;
    }
    .fw-cont div {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .fw-cont{
        display: block;
    }
    .cs-cont>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .xycd {
        margin: 10px 0;
    }
    .bottom-zx>div{
        width: 49%;
    }
}
@media screen and (max-width:320px) {
    .cont-img{
        float: none;
    }
    .cont-cont{
        float: none;
        width: 100%;
    }
    .bottom-zx>div{
        width: 100%;
    }
    .cs-cont>div{
        height: auto;
    }
}