.h_feedback {
    padding-left: 50px;
}

.h_feedback .feedback_item {
    margin-top: 20px;
}

.h_feedback .feedback_item .text {
    line-height: 32px;
    text-align: right;
    color: #555555;
    font-size: 14px;
    width: 110px;
    float: left;
}

.h_feedback .feedback_item .input {
    overflow: hidden;
}

.h_feedback .feedback_item .input input[type=text] {
    width: 215px;
    line-height: 30px;
    border: 1px solid #eee;
    padding-left: 15px;
}

.h_feedback .feedback_item .input span {
    color: #FF3600;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.h_feedback .feedback_item .input label {
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: #555555;
    cursor: pointer;
}

.h_feedback .feedback_item .input label input {
    margin-right: 5px;
}

.h_feedback .feedback_item .input textarea {
    width: 500px;
    height: 135px;
    border: 1px solid #eee;
    padding-left: 15px;
    padding-top: 10px;
}

.h_feedback input,
.h_feedback textarea {
    outline: none;
}

.h_feedback .feedback_item2 .text {
    padding-top: 40px;
}

.h_feedback .feedback_submit {
    padding-left: 110px;
    margin: 65px 0 105px;
}

.h_feedback .feedback_submit input {
    width: 120px;
    line-height: 38px;
    border-radius: 6px;
    text-align: center;
    background-color: #D8D8D8;
    color: #1a191e;
    border: none;
    margin-right: 50px;
}

.h_feedback .feedback_submit input:first-child {
    background-color: #C72421;
    color: #fff;
}

.h_enter {
    padding: 0 190px;
}

.h_enter .enter_list {
    margin: 0 -41px;
    overflow: hidden;
}

.h_enter .enter_list li {
    float: left;
    width: 50%;
    padding: 0 41px;
    text-align: center;
}

.h_enter .enter_list li a {
    display: block;
    height: 192px;
    padding-top: 45px;
    border-radius: 6px;
    background-color: #F2F2F2;
    text-decoration: none;
}

.h_enter .enter_list li .p2 {
    color: #2f5dba;
    margin-top: 25px;
    font-size: 20px;
}

.h_enter .important {
    margin-top: 70px;
}

.h_enter .important .title {
    text-align: center;
    color: #2f5dba;
    font-size: 20px;
    padding-bottom: 35px;
    background: url(../images/h_icon3.png) no-repeat center bottom;
}

.h_enter .important .des {
    padding: 30px 15px 120px;
    color: #000;
    font-size: 16px;
    line-height: 32px
}

.h_search {
    padding: 25px 255px 0;
}

.h_search form {
    padding: 0 30px;
}

.h_search form .text {
    float: left;
    width: 90px;
    font-size: 14px;
    color: #555555;
    line-height: 32px;
}

.h_search form .input {
    overflow: hidden;
}

.h_search form .item {
    margin-bottom: 17px;
}

.h_search form .submit {
    margin-top: 50px;
    padding-left: 125px;
}

.h_search form .input input[type=text] {
    width: 215px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    outline: none;
    padding-left: 15px;
}

.h_search form .submit input {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    background-color: #C72421;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.h_search_lc {
    margin: 65px auto 75px;
    text-align: center;
}

.h_search .form_meassage {
    position: relative;
    padding: 20px 15px 25px;
    border: 2px solid #F2F2F2;
    border-radius: 30px;
    margin-top: 28px;
    width: 440px;
    text-align: center;
}

.h_search .form_meassage:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #F2F2F2;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
}

.h_search .form_meassage .p2 {
    color: #c72321;
    font-size: 17px;
    line-height: 30px;
    margin: 20px 0 15px;
}

.h_search .form_meassage .p3 a {
    display: inline-block;
    width: 215px;
    line-height: 35px;
    background-color: #F2F2F2;
    color: #c72321;
    font-size: 15px;
    border-radius: 25px;
}

.h_table {
    margin: 0 auto;
    width: 1080px;
    padding: 0 25px;
}

.h_table .table_box {
    padding: 35px 0;
    border-bottom: 1px dashed #6B6B6B;
    text-align: center;
}

.h_table .table_box:last-child {
    border-bottom: none;
}

.h_table .title .p1 {
    font-size: 34px;
    line-height: 50px;
}

.h_table .title .p2 {
    color: #000;
    font-size: 21px;
    margin: 15px 0 25px;
}

.h_table .title .p2 b {
    font-size: 24px;
}

.h_table .title .p2 span:first-child {
    margin-right: 75px;
}

.h_table table {
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    width: 100%;
}

.h_table table td {
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    line-height: 34px;
    padding: 10px 15px;
    color: #000000;
    font-size: 19px;
}

.h_table table tr td:nth-child(2),
.h_table table tr td:nth-child(4) {
    text-align: left;
}


/* 2022.09修改 */

.bigimg {
    box-sizing: content-box;
}

.article img:hover {
    cursor: zoom-in
}

.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}

.bigbox {
    width: 840px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.bigbox>.imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask>img:hover {
    cursor: pointer
}
.size_btn1 img,.size_btn2 img,.size_btn3 img{
    width: 100px;
}





