@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
input,
select {
    outline: none;
    border: 0;
}
body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft yahei", "simhei", "simsun";
    background: url(../images/banner_Xu210528.png) no-repeat top center;
}
img {
    border: 0;
}
select::-ms-expand {
    display: none;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.wrap .logo {
    text-align: center;
    margin: 90px 0 30px;
}
.wrap .logo img {
    width: 997px;
}
.wrap .contents {
    margin: 0 auto 50px;
}
.wrap .overview {
    width: 842px;
    height: 196px;
    position: relative;
    /* overflow: hidden; */
    margin: 0 auto;
}
.wrap .header {
    margin-bottom: 150px;
    overflow: hidden;
}
.wrap .main_box {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 794px;
    height: 174px;
    border-radius: 0 0 60px 0;
    box-shadow: 0 1px 10px #c36b51;
}
.wrap .main_box .text {
    padding: 24px 52px;
    font-size: 18px;
    color: #666;
    text-indent: 35px;
    line-height: 30px;
}
.wrap .bg_box {
    width: 782px;
    height: 172px;
    background-color: rgba(226, 179, 155, 0.7);
    position: absolute;
    left: 0;
    top: 24px;
    border-radius: 5px;
}

/* contents */
.wrap .contents .contents_title {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.wrap .contents .contents_title:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f2efef;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.wrap .contents .contents_title_name {
    position: relative;
}
.wrap .contents .contents_title_name i {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 3px;
    background-image: linear-gradient(to right, #f27129, #e83634);
    position: relative;
    z-index: 10;
}
.wrap .contents .contents_title_name:after,
.wrap .contents .contents_title_name:before {
    content: "";
    width: 26px;
    height: 8px;
    position: absolute;
    display: block;
    background: url(../images/contents_line_icon_Xu210528.png) no-repeat;
    z-index: 6;
}
.wrap .contents .contents_title_name:after {
    left: 0;
    top: 20.5px;
}
.wrap .contents .contents_title_name:before {
    right: 0;
    top: 21px;
    transform: rotate(180deg);
}

.wrap .contents_main_doc {
    border: 1px solid #ff6200;
    border-radius: 5px;
    margin-top: 33px;
    box-shadow: 0 1px 8px #eee;
    background-color: #fff;
}
.wrap .contents_main_doc .contents_main_doc_title {
    border-bottom: 1px dashed #1f5d9b;
    color: #1f5d9b;
    margin: 0 23px;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    overflow: hidden;
}
.wrap .contents_main_doc .contents_main_doc_title p {
    position: relative;
    padding-left: 57px;
    float: left;
    overflow: hidden;
}
.wrap .contents_main_doc .contents_main_doc_title p:after,
.wrap .contents_main_doc .contents_main_doc_title p:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: rgba(118, 198, 255, 0.41);
    position: absolute;
    display: block;
    border-radius: 1px;
}
.wrap .contents_main_doc .contents_main_doc_title p:after {
    left: 9px;
    top: 21px;
}
.wrap .contents_main_doc .contents_main_doc_title p:before {
    left: 16px;
    top: 27px;
}
.wrap .contents_main_doc_title .allow img {
    width: 21px;
    margin-right: 10px;
}
.wrap .contents_main_doc .contents_main_doc_table {
    padding: 0 40px;
    margin: 20px 0 40px;
}
.fr {
    float: right;
}

@media screen and (max-width: 1200px) {
    .w1200 {
        width: 997px;
    }
}
@media screen and (max-width: 997px) {
    .w1200 {
        width: 768px;
    }
    .wrap .logo img {
        width: 768px;
    }
    .wrap .overview {
        width: 768px;
    }
    .wrap .bg_box {
        width: 698px;
    }
    .wrap .main_box {
        width: 700px;
    }
}
@media screen and (max-width: 768px) {
    .w1200 {
        width: 100%;
    }
    .wrap .logo {
        margin: 10% auto 5%;
    }
    .wrap .logo img {
        width: 90%;
    }
    .wrap .overview {
        width: 90%;
        height: auto;
    }
    .wrap .bg_box {
        width: 96%;
        display: none;
    }
    .wrap .main_box {
        width: 93%;
        height: auto;
        position: static;
        border: 0.7rem solid rgba(226, 179, 155, 0.7);
    }
    .wrap .main_box .text {
        padding: 6%;
    }
    .wrap .header {
        margin-bottom: 50px;
    }
    .wrap .contents {
        width: 96%;
    }
    .wrap .contents .contents_title_name i {
        font-size: 1.3rem;
    }
    .wrap .contents_main_doc .contents_main_doc_title {
        margin: 3%;
    }
    .wrap .contents_main_doc .contents_main_doc_title p {
        padding-left: 3%;
        line-height: normal;
        width: 82%;
    }
    .wrap .contents_main_doc .contents_main_doc_title p:after,
    .wrap .contents_main_doc .contents_main_doc_title p:before {
        display: none;
    }
    .szfLogo {
        text-align: center;
        margin: 0 auto;
    }
    .szfLogo img {
        width: 60%;
    }
    .wrap .main_box .text {
        font-size: 1rem;
    }
    .wrap .contents .contents_title_name:after,
    .wrap .contents .contents_title_name:before,
    .wrap .contents .contents_title:after {
        display: none;
    }
    .wrap .contents_main_doc .contents_main_doc_table {
        padding: 0;
    }
    .table_style {
        margin: 0 auto;
        width: 94% !important;
        /* border-collapse:inherit!important; */
    }
    .table_style td{
        border: 1px solid #ccc!important;
    }
    .specia-border{
        border-top-color: #dfa955;
        /* border-top: 4px double #dfa955!important; */
    }
    .table_style td {
        white-space: normal !important;
    }
}
