@charset "utf-8";
body{
    margin-bottom: 60px;
}
/* banner start*/
.banner_content{
    width: 100%;
    margin-top: 52px;
}
.banner_content img{
    width: 100%;
}
/* banner end*/
.even_odd_ul{
    width: 92%;
    overflow: hidden;
    margin: 15px auto 0 auto;
}
.even_odd_ul li{
    position: relative;
    height: 90px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.line_tips{
    width: 100%;
    height: 4px;
    margin: 5px 0 7px 0;
}
.line_tips span{
    width: 34px;
    height: 3px;
    background: #E4E4E4;
    display: inline-block;
}
.even_odd_ul li:nth-child(even) .con_icon{
    position: absolute;
}
.even_odd_ul li .con_icon img{ 
    width: 70px;
}
.even_odd_ul li:nth-child(even) .con_info{
    width: 100%;
    padding-left: 88px;
}
.even_odd_ul li .con_info p{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    color: #0048DC;
}
.even_odd_ul li .con_info_desc{
    font-size: 12px;
    color: #666;
    width: 100%;
    line-height: 21px;
}
.even_odd_ul li:nth-child(odd) .con_icon{
    position: absolute;
    right: 0;
}
.even_odd_ul li:nth-child(odd) .con_info{
    width: 100%;
    padding-right: 88px;
    text-align: right;
}
.chain_img2{
    width: 98%;
    margin: 10px auto 0 auto;
}
.chain_img2 img{
    width: 100%;
}



.main_title{
    font-size: 18px;
    color: #0048DC;
    line-height: 32px;
}
.assist_title{
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    width: 80%;
    margin: 12px auto 0 auto;
}
.full_img{
    width: 100%;
    margin-top: 14px;
}
.full_img img{
    width: 100%;
}
.blue_title{
    color: #0048DC;
    font-size: 16px;
}
.ys_tips_ul{
    width: 90px;
    overflow: hidden;
    margin: 12px auto 10px auto;
}
.ys_tips_ul li{
    width: 45px;
    float: left;
    text-align: center;
    height: 38px;
    font-size: 12px;
    padding-top: 2px;
}
.ys_tips_ul li:nth-child(1){
    background: linear-gradient(#0048dc 0%, #b400ff 100%)
}
.ys_tips_ul li:nth-child(2){
    background: #EBA62B;
    color: #fff;
}
.ys_tips_ul li img{
    width: 22px;
    position: relative;
    top: 8px;
}
.scale_title{
    transform: scale(0.85);
}
.three_ul{
    width:100%;
    overflow: hidden;
    margin: 22px 0;
}
.three_ul li{
    width: 33.333%;
    float: left;
    margin-bottom: 12px;
}
.three_ul li .three_li_inner{
    width:90%;
    margin:0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.three_ul li .three_li_inner img{
    width: 100%;
}
.three_ul li .three_li_inner p{
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
}
.three_ul li:nth-child(1) .three_li_inner p{
    background: #E34941;
}
.three_ul li:nth-child(2) .three_li_inner p{
    background: #D8B24B;
}
.three_ul li:nth-child(3) .three_li_inner p{
    background: #F09621;
}
.three_ul li:nth-child(4) .three_li_inner p{
    background: #D35419;
}
.three_ul li:nth-child(5) .three_li_inner p{
    background: #BA6A2A;
}
.three_ul li:nth-child(6) .three_li_inner p{
    background: #B2BB25;
}
/*  */