.bannerbg{
    height: 470px;
    overflow: hidden;
    background: url(/uiFramework/commonResource/image/2020042810465064120.jpg);
    background-size: 1920px;
    background-position: center;
    background-repeat: no-repeat;
}
.bannercon{
    padding-top: 80px;
}

.banner-tit{
    color: #fff;
    font-size: 46px;
    text-indent: 0.7em;
    background: url(/eportal/imageDir/aikf/2020/04/2020042409134053095.png) no-repeat;
    line-height: 83px;
    font-weight: bold;
}
.tit-red{
    color: #e5004a;
}
.banner-sum{
    width: 62%;
    font-size: 26px;
    color: rgba(255,255,255,0.6);
    line-height: 44px;
    margin-top: 10px;
}
.banner-link{
    float: left;
    margin-right: 30px;
}
.banner-link {display: block;width: 180px;height: 60px;text-align: center;line-height: 60px;background-color: #e60850;border-radius: 7px;color: #FFF;font-size: 20px;margin-top: 70px;
    -o-transition: 		all 0.2s ease-out 0s;
    -webkit-transition:         all 0.2s ease-out 0s;
    -moz-transition: 	        all 0.2s ease-out 0s;
    transition: 		all 0.2s ease-out 0s;
}
.banner-link:hover {color: #fff;font-size: 21px;}
.banner-link {float: left;margin-right: 30px;}
.yjlkmain-bg{
    min-height: 610px;
    background-image: url(/uiFramework/commonResource/image/2020042811011450855.png);
    background-repeat: no-repeat;
    background-position: left 135px;
position:relative;
}
#yljk-main{
width:1200px;
margin:0 auto;

}

.jqqd-box{
text-align:center;
padding-top:100px;
}
.jqqd-box h2{
font-size: 40px;
    color: #848484;
    font-weight: 700;
    letter-spacing: 6px;
    margin-top: 30px;
}
.jqqd-box img{
position:relative;
 animation: myMove 3s infinite;
-webkit-animation: myMove 3s infinite;
}


 @keyframes myMove {
        0% {
            top: 0px;
        }

        50% {
            top: 40px;
        }

        100% {
            top: 0px;
        }
    }

    @-webkit-keyframes myMove {
        0% {
            top: 0px;
        }

        50% {
            top: 40px;
        }

        100% {
            top: 0px;
        }
    }

.shfwbannerbg{
background: url(/uiFramework/commonResource/image/2020050615311312331.png) no-repeat center top;
    background-size: 1920px;
}




/* @media */

@media only screen and (max-width:641px){


 .bannercon {padding-top: 30px;}
 .bannerbg{height:auto;}
 .banner-sum{width: 100%;font-size: 1.5rem;}
 .banner-tit{font-size: 3rem;}
 .banner-link { width: initial;  height: initial;line-height: initial;font-size: 1.25rem;margin-top: 20px;margin-bottom: 30px;padding: 10px 20px;}
 .banner-link:hover{font-size:1.25rem;}
 .jqqd-ul{display:none;}
 #yljk-main {width: initial;margin: 0 auto;}
 .jqqd-box h2 {font-size: 25px;}

}