@charset "UTF-8";
body {
    background: #f0f0f0;
    font-family: 微软雅黑, "Helvetica Neue", Tahoma, Arial, sans-serif;
    font-size: 14px;
}

button, input, optgroup, option, select, textarea {
    outline: 0;
}

.container {
    background: #fff;
    min-height: 800px;
    overflow: hidden;
    height: auto;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.bannerbg{
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 220px;
    background: url("../images/banner.png") center center no-repeat;
}
.banner{
    width: 1200px;
    border: none;
    font-size: 40px;
    font-family: 微软雅黑, serif;
    height: 220px;
    line-height: 220px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 50px;
    background: url("../images/banner1.png") right center no-repeat;
    margin: 0 auto;
    color: #FFFFFF;
}
.crumb {
    width: 1200px;
    height: 54px;
    line-height: 54px;
    text-align: left;
    color: #333333;
    margin: 0 auto;
    display: none;
}

.container .title {
    height: 80px;
    line-height: 80px;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-indent: 50px;
    border-bottom: 1px #E3E3E3 solid;
}

.container .title i {
    display: inline-block;
    width: 6px;
    height: 20px;
    vertical-align: middle;
    background: #055EC3;
    position: absolute;
    left: 30px;
    top: 30px;
}

.form-item {
    margin-top: 100px;
}

.layui-form {
    width: 400px;
    margin: 0 auto;
}

.layui-form-label {
    width: 110px;
    padding: 9px 5px;
}

.form-captcha {
    border: none;
    width: 109px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.button {
    display: block;
    margin-top: 12px;
    text-align: center;
}

.button button {
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    border-radius: 3px;
    border: none;
    width: 100px;
    text-align: center;
}

.button button:first-child {
    color: #ffffff;
    background: #c40311;
}

.button button:last-child {
    color: #dfdfdf;
    background: #333333;
}

.box-list {
    margin-top: 108px;
    padding: 30px 30px 0 30px;
}

.box-list .subtitle {
    height: 80px;
    font-size: 22px;
    line-height: 80px;
}

.box-list .subtitle span {
    color: #055EC3
}

.box-list .row {
    display: flex;
    flex-flow: row wrap;
    margin-left: -14px;
    margin-right: -18px;
    box-sizing: border-box;
    text-align: center;
}

.box-list .row > div {
    width: 110px;
    margin: 0 18px 45px 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.box-list .row .itjg {
    width: 552px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 0 45px 0;
    border-radius: 6px;
    background: #FAFAFA;
    display: flex;
    padding: 25px 0;
}

.box-list .row .itjg:nth-child(odd) {
    margin-left: 15px;
}

.box-list .row .itjg:nth-child(even) {
    margin-left: 30px;
}

.itjg .col1 {
    width: 180px;
    text-align: center;
    vertical-align: middle;
}

.itjg .col2 label {
    display: block;
    color: #333333;
    text-align: left;
    cursor: pointer;
}

.itjg .col2 label:first-child {
    font-size: 18px;
    margin-bottom: 25px;
}

.itjg .col2 label:nth-child(n+1) {
    height: 28px;
    line-height: 28px;
}

.box-list .row > div:hover > label {
    color: #055EC3;
}

.box-list .row > div > label {
    display: block;
    color: #333333;
    margin-top: 20px;
    cursor: pointer;
}

.box-page {
    text-align: center;
    margin-bottom: 30px;
}

.layui-laypage a, .layui-laypage span {
    margin: 0 5px;
}

.box-info {
    border-radius: 6px;
    background: #FFFFFF;
    padding: 70px;
    position: relative;
    width: 1000px;
    display: block;
    overflow: hidden;
}

.box-info .close {
    background: url("../images/a_02.png");
    width: 15px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.info-xx {
    display: flex;
    color: #333333;
}

.info-xx .row2 {
    padding-left: 25px;
}

.info-xx-name {
    padding-bottom: 20px;
}

.info-xx-name .font18 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.info-xx .row2 table {
    width: 100%;
    table-layout: fixed;
}

.info-xx .row2 table tr td {
    text-align: left;
    height: 30px;
    vertical-align: middle;
}

.info-xx .row2 table tr td a {
    color: #055EC3;
    cursor: pointer;
}

.ryjj .row1 img, .it img {
    width: 110px;
    height: 126px;
}

.jgjj .row1 img, .itjg img {
    width: 128px;
    height: 128px;
}