.zy_banner{
    width: 100%;
    height: 250px;
    background-image: url("/scy/img/ziyangbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.zy_title{
    font-size: 50px;
    color: #FFFFFF;
    padding-top: 40px;
    text-shadow: 3px 3px 2px #011429;
    letter-spacing: 4px;
}

.zy_search{
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 500px;
}

.zy_search .zy_search_input{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding:10px;
    width: calc(100% - 80px);
}
.zy_search_input input{
    background-color: #FFFFFF;
    width: 100%;
    line-height: 1.8;
    padding:0 5px;
}

.zy_search_btn{
    text-align: center;
    background-image: linear-gradient(to bottom, #005cb7,#0076da);
    width: 80px;
    padding: 15px 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 2px;
}

.zy_news{
    margin: 20px 0;
    width: 100%;
}
.zy_news_banner{
    width: 350px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px #b7b7b7;
    display: inline-block;
    vertical-align: top;
}
.layui-carousel{
    height: 300px !important;
}
.zy_news_carolusel_item{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.carousel_text{
    width: calc(100% - 40px);
    padding: 10px 20px;
    bottom: 0;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0,0,0,.9);
    color: #FFFFFF;
}

.zy_news_list{
    width: 330px;
    height: 300px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.zy_news_list_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px #b7b7b7;
    border-bottom: 1px  solid #c8c7c7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.zy_news_list_title_item{
    flex: 1 auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.zy_news_list_title_item.active{
    background-color: #007de4;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.zy_news_list_title_item.active:before{
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 5px);
    border: 10px solid;
    border-color: #007de4 transparent transparent transparent;
}


.zy_news_list_title_item:hover{
    background-color: #007de4;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.zy_news_list_title_item:hover:before{
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 5px);
    border: 10px solid;
    border-color: #007de4 transparent transparent transparent;
}

.zy_news_list_body{
    padding: 10px;
    height: calc(100% - 60px);
    box-shadow: 2px 2px 10px #b7b7b7;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.zy_news_list_body_item{
    width: 100%;
}
.zy_news_list_body_item li{
    padding: 5px 0px;
    line-height: 1.5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.zy_news_list_body_item li:last-child{
    border-bottom: none;
}

.zy_news_list_gz{
    width: 303px;
    height: 300px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}


.zy_news_list_gz_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 10px #b7b7b7;
    border-bottom: 1px solid #c8c7c7;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}
.zy_news_list_gz_title_item{
    flex: 1 auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.zy_news_list_gz_title_item.active{
    background-color: #007de4;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.zy_news_list_gz_title_item.active:before{
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 5px);
    border: 10px solid;
    border-color: #007de4 transparent transparent transparent;
}


.zy_news_list_gz_title_item:hover{
    background-color: #007de4;
    color: #FFFFFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
}

.zy_news_list_gz_title_item:hover:before{
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 5px);
    border: 10px solid;
    border-color: #007de4 transparent transparent transparent;
}


.zy_news_list_gz_body{
    padding: 10px;
    height: calc(100% - 60px);
    /*border:1px solid #007de4;*/
    /*border-top: none;*/
    box-shadow: 2px 2px 10px #b7b7b7;
    border-radius: 0 0 10px 10px;
}
.zy_news_list_gz_body_item{
    width: 100%;
}
.zy_news_list_gz_body_item li{
    padding: 5px 0px;
    line-height: 1.5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.zy_news_list_gz_body_item li:last-child{
    border-bottom: none;
}


.news_title_content{
    width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zy_convenient_access{
    background-color: #efefef;
    padding: 20px 0;
}

.zy_convenient_access .wrap{
    height: 200px;
    border: 1px solid #0077dc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zy_convenient_access_title{
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0077dc;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    line-height: 2;
}

.zy_convenient_access_block{
    width: 1250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zy_convenient_access_block li{
    flex: 1 auto;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.zy_convenient_access_block li .block_img{
    width: 90px;
    height: 90px;
    margin: 10px auto;
}
.zy_convenient_access_block li .block_img img{
    width: 100%;
    height: 100%;
}


.zy_declare{
    height: 100px;
    width: 100%;
    padding: 10px 0;
    position: relative;
    /*background-image: url("/static/images/zxsb.png");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.zy_declare_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    /*background-color: rgb(89, 148, 208, .8);*/
    background-color: #FFFFFF;
}

.zy_declare_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 1;
    text-align: center;
    color: #005cb8;
    font-size: 14px;
}
.zy_declare_content_title{
    font-size: 20px;
    font-weight: bold;
}

.zy_declare_content_content{
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zy_declare_content_item{
    margin-right: 30px;
}
.zy_declare_content_item span{
    font-size: 18px;
    margin: 0px 5px;
}
.zy_declare_content_item .border{
    border: 2px solid #fa7d24;
    padding: 1px 10px;
    color: #fa7d24;
    border-radius: 100px;
}

.zy_declare_table{
    padding-bottom: 90px;
    background-color: #FFFFFF;
    background-image: url("/static/images/t-bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
}
.zy_declare_table_title{
    text-align: center;
    margin: 10px;
}

.zy_declare_table_title a{
    color: #FFFFFF;
    background-color: #005cb8;
    padding: 5px 15px;
    margin-right: 30px;
    border-radius: 100px;
}

.zy_declare_table_title a:last-child{
    margin-right: 0;
}

.zy_declare_table_header{
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #63a4df;
    font-weight: bold;
}
.zy_declare_table_item{
    flex: 1 auto;
    text-align: center;
    padding: 10px  0;
    border-right: 1px solid #FFFFFF;
}

.zy_declare_table_item:last-child{
    background-color: #FFFFFF;
    color: #005cb8;
}

.zy_declare_table_content{
    margin-top: 10px;
    background-color: #FFFFFF;
}

.zy_declare_table_content{
    width: 100%;
    border-top: 1px solid #e4f1fc;
    border-left: 1px solid #e4f1fc;
    border-collapse: collapse;
}
.zy_declare_table_content td {
    padding: 8px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #e4f1fc;
    border-right: 1px solid #e4f1fc;
    vertical-align: middle;
}
.table_bg{
    background-color: #f1f9ff;
}

.zy_achievements{
    text-align: center;
    background-image: url("/static/images/zy_gg.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.zy_achievements_title{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.zy_achievements_step{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.zy_achievements_step_item{
    width: 130px;
    height: 115px;
    padding: 10px;
    margin-right: 100px;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/static/images/gx_bg.png");
}
.zy_achievements_step_item:before{
    content: '';
    display: block;
    position: absolute;
    right: -90px;
    top: 45%;
    width: 15px;
    height: 20px;
    background-image: url("/static/images/jaintou.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.jiantou_left{
    margin-right: 0px;
    margin-left: 100px;
}
.jiantou_left:before{
    right: 0px;
    left: -90px;
    transform: rotate(180deg);
}
.zy_achievements_step_top{
     text-align: center;
     height: 96px;
}
.zy_achievements_step_top img{
    width: 40px;
    margin-top: 5px;
}

.zy_achievements_step_top_name{
    margin-top: 5px;
    font-size: 16px;
    color: #007ae0;
}

.zy_achievements_step_bottom{
    color: #FFFFFF;
    font-size: 14px;
}

.zt_success_box{
    width: 130px;
    height: 130px;
    background-color: #fe7d21;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
}
.zt_success_box img{
    width: 80px;
    margin-bottom: 10px;
}

.zy_achievements_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.zy_achievements_list_left{
    width: 50%;
    position: relative;
    margin-top: 10px;
}
.zy_achievements_list_left:before{
    content: '';
    display: block;
    position: absolute;
    border: 10px solid;
    top: -20px;
    left: 55%;
    border-color: transparent transparent #007de4 transparent ;
}
.zy_achievements_list_right{
    width: 50%;
    position: relative;
    margin-top: 10px;
}
.zy_achievements_list_right:before{
    content: '';
    display: block;
    position: absolute;
    border: 10px solid;
    top: -20px;
    left: 42%;
    border-color: transparent transparent #007de4 transparent ;
}
.zy_achievements_list_left .zy_achievements_list_left_body{
    margin-right: 10px;
    margin-left: 0px;
}

.zy_achievements_list_left_body_title{
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    color: #0073d7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:10px;
    border-bottom: 1px solid #0073d7;
}

.zy_achievements_list_left_body_title a{
    font-size: 14px;
    color: #0d70f5;
    cursor: pointer;
}
.zy_achievements_list_left_body_content{
    padding: 10px;
    height: 230px;
}
.zy_achievements_list_left_body_content .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
    cursor: pointer;
}

.zy_achievements_list_left_body_btn{
    text-align: center;
}
.zy_achievements_list_left_body_btn span{
    padding: 5px 15px;
    color: #0E2D5F;
    border-radius: 2px;
    border: 1px solid #0E2D5F;
    cursor: pointer;
}
.zy_achievements_list_left_body_btn span:hover{
    background-color: #0E2D5F;
    color: #FFFFFF;
}
.item-content{
    width: 85%;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zy_achievements_list_left_body{
    border-top: 2px solid #0073d7;
    margin-left: 10px;
    background-color: rgba(255,255,255,.5);
    padding: 10px;
    height: 300px;
    position: relative;
    border-radius: 10px;
}
.zy_achievements_list_left_body:before{
    content: '';
    display: block;
    width: 100px;
}

