body {
    background: none;
    font-size: 16px;
    color: #032837;
    background: #fff;
}

* {
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
}

.breadcrumb {
    margin: 10px;
}

.con_zyze .text table {
    margin: 0 auto;
}

.nav-page {
    border-top: none;
}

.main {
    margin: 0 auto;
    width: 1200px;
}

.top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f6f6f6;
}

.top-wrap .top-box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 30px;
    color: #666;
}

.top-wrap .top-box a {
    color: #666;
}

.top-wrap .top-box img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.top-wrap .top-box span {
    vertical-align: middle;
    color: #666;
}

.sq-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 200px;
    border-bottom: 2px solid #fff;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    background: #176bdd;
    text-shadow: 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf, 0 0 3px #020fcf;
}

.sq-con {
    overflow: hidden;
    background: -webkit-linear-gradient(top, #0653bd, #749fda, #fefeff);
    background: linear-gradient(to bottom, #0653bd, #749fda, #fefeff);
}

.sq-con .sq-link-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 60px auto 70px;
    padding: 70px 75px 35px;
    background: #fff;
    box-shadow: 6px 6px 16px 0 #686a6d;
}

.sq-con .sq-link-ul li {
    width: 36%;
    height: 84px;
    margin-bottom: 35px;
    background: #176bdd;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    box-shadow: none;
    -webkit-transition: box-shadow 0.4s, border 0.2s, background .1s, -webkit-transform 0.4s;
    transition: box-shadow 0.4s, border 0.2s, background .1s, -webkit-transform 0.4s;
    transition: transform 0.4s, box-shadow 0.4s, border 0.2s, background .1s;
    transition: transform 0.4s, box-shadow 0.4s, border 0.2s, background .1s, -webkit-transform 0.4s;
}

.sq-con .sq-link-ul li:hover {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    box-shadow: 4px 4px 10px 2px #c5c9cd;
    border: 2px solid #176cdd;
    background: #f1f7fc;
}

.sq-con .sq-link-ul li:hover a {
    color: #176cdd;
}

.sq-con .sq-link-ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 3px 5px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    cursor: pointer;
}

.sq-list-wrap {
    min-height: 500px;
    background: #fff;
    box-shadow: 3px 3px 10px 1px #7a8ca6;
    margin-bottom: 30px;
    margin-top: 24px;
}

.sq-list-wrap .list-title {
    height: 58px;
    margin-bottom: 20px;
    padding: 12px 34px 0;
    border-bottom: 3px solid #176bdd;
    font-size: 24px;
    font-weight: 700;
    color: #176bdd;
}

.sq-list-wrap .list-title .list-title-text {
    position: relative;
}

.sq-list-wrap .list-title .list-title-text:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 60px;
    height: 8px;
    background: #176bdd;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.sq-list-header li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 50px;
    margin: 0 9px;
    font-weight: 700;
    border-bottom: 2px solid #d2d4d8;
    font-size: 14px;
}

.sq-list-header li .name {
    width: 70%;
    text-align: left;
    padding-left: 50px;
}

.sq-list-header li .option {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 14px;
}

.sq-list {
    margin-bottom: 20px;
}

.sq-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 41px;
    padding-left: 40px;
    padding-right: 20px;
    margin: 0 9px;
    font-size: 14px;
    border-bottom: 2px solid #d2d4d8;
}

.sq-list li .name {
    width: 80%;
    text-align: left;
    padding: 0 30px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sq-list li .option {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
}

.sq-list li .option a {
    display: inline-block;
    color: #176bdd;
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sq-list li .option a:hover {
    font-size: 15px;
}


/*覆盖layui 分页样式*/
.sq-pagination {
    text-align: right;
    padding-right: 200px;
}

.sq-pagination .layui-laypage a, .layui-laypage span {
    width: auto !important;
    margin: 0 3px;
    border-radius: 5px;
    border: 1px solid #bfdaff;
    text-align: center;
    box-sizing: border-box;
}

.sq-pagination .layui-laypage .layui-laypage-spr {
    display: none;
}

.sq-pagination .layui-laypage .layui-laypage-count {
    float: left;
    font-family: "Times New Roman";
}

.sq-pagination .layui-laypage .layui-laypage-count .my-count {
    font-weight: 700;
    border: none;
}

.sq-pagination .layui-laypage a.layui-laypage-prev {
    border-radius: 5px;
    padding: 0 6px;
}

.sq-pagination .layui-laypage a.layui-laypage-first {
    float: left;
    border-radius: 5px;
    margin-right: 5px;
}

.sq-pagination .layui-laypage a.layui-laypage-last {
    float: right;
    margin-right: -46px;
    margin-left: 5px;
    border-radius: 5px;
}

.sq-pagination .layui-laypage a.layui-laypage-next {
    float: right;
    margin-left: 3px;
    border-radius: 5px;
    padding: 0 6px;
}
