.gcbj_bg {
    background: url(../img/gcbj_bg.png) no-repeat;
    background-size: initial;
    background-position: center top;
    max-width: 1920px;
    margin: 0 auto;
    height: 341px;
}

.box1 {
    background: url(../img/gcbj_box1_bg.png) no-repeat;
    background-size: initial;
    background-position: center top;
    max-width: 1920px;
    margin: 0 auto;
}

.box1 {
    position: absolute;
    top: 145px;
    left: 50%;
    width: 1021px;
    height: 320px;
    transform: translateX(-50%);
}

.box1 h2 {
    text-align: center;
    font-size: 48px;
    color: #FFFFFF;
    margin-top: 46px;
    line-height: 60px;
}

.box1 h4 {
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    margin: 0;
    font-weight: normal;
}

.box1 p {
    text-align: left;
    font-size: 14px;
    width: 665px;
    margin: 0 auto;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 2em;
}

.box2 {
    margin-top: 57px;
}

.box2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.box2 ul li {
    flex: 1;
    width: 31.7%;
    max-width: 31.7%;
    min-width: 31.7%;
    background-color: #fff;
    box-shadow: 0px 0px 24px -8px #1B71E2;
    border-radius: 10px;
    padding: 50px 38px 47px 39px;
}

.box2 ul li .box2_t {
    text-align: center;
}

.box2 ul li .box2_c {
    text-align: center;
}

.box2 ul li .box2_c h5 {
    font-size: 18px;
    color: #2B2B2F;
    line-height: 24px;
    margin: 0;
}

.box2 ul li .box2_c p {
    font-size: 14px;
    color: #2B2B2F;
    line-height: 28px;
    margin-top: 10px;
}

.box3 {
    margin-top: 30px;
}

.box3 .box3_shadow {
    box-shadow: 0px 0px 24px -8px #1B71E2;
    border-radius: 10px;
}

.box3 .box3_t {
    background: url(../img/gcnj_box3_bg.png) no-repeat;
    text-align: center;
    padding: 20px 0 16px 0;
}

.box3 .box3_t h3 {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    line-height: 64px;
}

.box3 .box3_t h3 span {
    font-weight: lighter;
    margin-left: 20px;
}

.box3 .box3_t p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}

.box3 .box3_c {
    text-align: center;
    margin-top: 33px;
}

.box3 .box3_c h6 {
    font-size: 18px;
    color: #2B2B2F;
    line-height: 30px;
    margin: 0;
}

.box3 .box3_c p {
    font-size: 14px;
    color: #2B2B2F;
    line-height: 30px;
    margin-top: 10px;
}

.box3 .box3_c p span {
    color: #FAB407;
}

.box3 .box3_b {
    padding: 0 124px;
    margin-top: 18px;
}

.box3 .box3_b ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box3 .box3_b li {
    flex: 1;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    margin-top: 30px;
}

.box3 .box3_b li:nth-child(1),
.box3 .box3_b li:nth-child(2) {
    margin-top: 0;
}

.box3 .box3_b li:nth-child(2n) {
    text-align: right;
}

.box3 .box3_b label {
    color: #2B2B2F;
    font-size: 18px;
    font-weight: normal;
    margin-right: 36px;
}

.box3 .box3_b select {
    color: #B8B8C7;
    font-size: 18px;
    width: 310px;
    height: 60px;
    line-height: 60px;
    border-radius: 20px;
    border: 1px solid #B8B8C7;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select.png)no-repeat right 20px center;
    outline: none;
}

.box3 .box3_b li input {
    width: 310px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #B8B8C7;
    border-radius: 20px;
    color: #B8B8C7;
    font-size: 16px;
    padding: 0 16px;
    box-sizing: border-box;
    outline: none;
}

.box3 .box3_b li.area span {
    display: inline-block;
    width: 145px;
    height: 60px;
    border-radius: 20px;
    border: 1px solid #B8B8C7;
    color: #B8B8C7;
    font-size: 18px;
    line-height: 60px;
    padding: 0 10px 0 20px;
    box-sizing: border-box;
}

.box3 .box3_b li.area span:nth-of-type(1) {
    margin-right: 20px;
}


/* .box3 .box3_b li.area span:nth-child(1) {
    margin-right: 20px;
} */

.box3 .box3_b li.area span input {
    width: 60px;
    height: 44px;
    border: 0;
    margin: 0 6px;
}

.box3 .box3_b li.area span i {
    font-style: normal;
    color: #1967DF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.box3 .box3_b li.area input {
    /* width: 145px; */
}

.box3 .box3_b #btn {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
}

.box3 .box3_b #btn input {
    outline: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    width: 356px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border: 0;
    background: -webkit-gradient(linear, left top, right top, from(#73A4F1), to(#1967DF));
    background: -webkit-linear-gradient(left, #73A4F1, #1967DF);
    background: -o-linear-gradient(left, #73A4F1, #1967DF);
    background: linear-gradient(to right, #73A4F1, #1967DF);
}

.box3 .box3_b #btn input:hover {
    background: -moz-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%, #9abef6), color-stop(100%, #377fec));
    background: -webkit-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: -o-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: -ms-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: linear-gradient(to right, #9abef6 0%, #377fec 100%);
}

.box3 .box3_b #btn input.click {
    background: -moz-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%, #5892ee), color-stop(100%, #005ae3));
    background: -webkit-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: -o-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: -ms-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: linear-gradient(to right, #5892ee 0%, #005ae3 100%);
}


/* box4 */

.box4 {
    margin-top: 74px;
}

.box4 .tit {
    text-align: center;
}

.box4 .tit h2 {
    font-size: 48px;
    color: #2B2B2F;
    font-weight: bold;
    line-height: 64px;
    margin: 0;
}

.box4 .tit p {
    font-size: 24px;
    color: #2B2B2F;
    font-weight: normal;
    line-height: 30px;
}

.box4 .box4_c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 46px;
}

.box4 .box4_c ul li {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    text-align: center;
    padding: 0 30px;
}

.box4 .box4_c ul li .box4_c_img {
    /* overflow: hidden; */
}

.box4 .box4_c ul li .box4_c_img img {
    transition: all 0.5s;
}

.box4 .box4_c ul li .box4_c_img img:hover {
    transform: scale(1.1);
}

.box4 .box4_c ul li .box4_c_txt h5 {
    font-size: 21px;
    color: #2B2B2F;
    margin: 27px 0 0 0;
    font-weight: normal;
}

.box4 .box4_c ul li .box4_c_txt p {
    font-size: 14px;
    color: #80808B;
    margin-top: 18px;
}


/* box5 */

.box5 {
    margin-top: 59px;
}

.box5 .box5_shadow {
    box-shadow: 0px 3px 35px -8px #1B71E2;
    padding: 10px 10px 10px 21px;
    border-radius: 10px;
}

.box5 span {
    display: inline-block;
    font-size: 24px;
    color: #2B2B2F;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
}

.box5 input {
    width: 410px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #B8B8C7;
    border-radius: 20px;
    color: #B8B8C7;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    margin-left: 57px;
    vertical-align: middle;
}

.box5 input[type="submit"] {
    width: 168px;
    height: 60px;
    margin-left: 8px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#73A4F1), to(#1967DF));
    background: -webkit-linear-gradient(left, #73A4F1, #1967DF);
    background: -o-linear-gradient(left, #73A4F1, #1967DF);
    background: linear-gradient(to right, #73A4F1, #1967DF);
}

.box5 input[type="submit"]:hover {
    background: -moz-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%, #9abef6), color-stop(100%, #377fec));
    background: -webkit-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: -o-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: -ms-linear-gradient(left, #9abef6 0%, #377fec 100%);
    background: linear-gradient(to right, #9abef6 0%, #377fec 100%);
}

.box5 input[type="submit"].click {
    background: -moz-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%, #5892ee), color-stop(100%, #005ae3));
    background: -webkit-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: -o-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: -ms-linear-gradient(left, #5892ee 0%, #005ae3 100%);
    background: linear-gradient(to right, #5892ee 0%, #005ae3 100%);
}


/* .box6 */

.box6 {
    margin-top: 140px;
    padding-bottom: 50px;
}

.box6 .tit {
    font-size: 46px;
    color: #333;
    font-family: 'sy';
    line-height: 46px;
    text-align: center;
    margin-bottom: 40px;
}

.box6 .box6_c {
    text-align: center;
    transition: all 0.3s;
}

.box6 .box6_c li {
    margin-bottom: 38px;
    text-align: left;
    cursor: pointer;
}

.box6 .box6_c .box6_top {
    padding-left: 64px;
    background: url(../img/Q.png)no-repeat left center;
    margin-bottom: 20px;
}

.box6 .box6_c .box6_top h3 {
    color: #333;
    font-size: 18px;
    line-height: 60px;
    font-weight: normal;
    background: url(../img/img140.png)no-repeat center;
    background-size: cover;
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.box6 .box6_c li:hover .box6_top h3 {
    color: #fff;
    font-size: 20px;
    background: url(../img/img140h.png)no-repeat left center;
    background-size: cover;
}

.box6 .box6_c .box6_bot {
    padding-left: 64px;
    background: url(../img/A.png)no-repeat left top;
}

.box6 .box6_c .box6_bot p {
    line-height: 26px;
    color: #888;
    font-size: 16px;
}

.box6 .box6_c .box6_bot a {
    display: inline;
    text-decoration: underline;
    color: #888;
    font-size: 16px;
}

.box6 .box6_c .box6_bot a:hover {
    color: #1967DF;
}