* {
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

img[src^="http"] {
    object-fit: cover;

}

img[src="./images/img-bg.png"] {
    /* background-image: url(../images/img-bg.png);
    background-repeat: no-repeat;
    background-color: #F1F1F1;
    background-position: center; */
    background: #f1f1f1;
    object-fit: contain;

}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    background: #fff;
    min-width: 1400px;
    overflow: auto;
}

#header-container {
    background: #fff;
    /* padding: 20px 0; */
    margin: 0 auto;
    height: 112px;
    width: 1400px;

}

#header-container #header-logo {
    width: 431px;
    height: 71px;
    vertical-align: middle;
    display: inline-block;
    margin: 20px 0;

}



#header-search {
    cursor: pointer;
    width: 88px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 32px;
    float: right;
    margin-top: 42px;
}

.flexy-menu {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Source Sans Pro", Segoe UI, Arial;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 138px;
}

.flexy-menu li {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
    position: relative;
}

.flexy-menu>li>a {
    padding: 40px 14px;
    color: #ccc;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.flexy-menu li:hover>a,
.flexy-menu li.active>a {
    color: #6FB568;
    font-weight: 700;
    font-size: 18px;
}


.flexy-menu li.right {
    float: right;
}

.flexy-menu ul,
.flexy-menu ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99999;
    width: 140px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.flexy-menu ul {
    top: 100px;
    left: -50%;
    right: -50%;
    margin: 0 auto;
}

.flexy-menu ul li ul {
    top: 0;
    left: 100%;
}

.flexy-menu ul li {
    clear: both;
    width: 100%;
    border: none;
    font-size: 12px;
}

.flexy-menu ul li a {
    padding: 15px 0;
    width: 100%;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    position: relative;
}

.flexy-menu>li .indicator {
    position: absolute;
    color: #dedede;
    top: 20px;
    right: 8px;
    font-size: 17px;
    display: none;
}

.flexy-menu ul>li .indicator {
    top: 10px;
    right: 8px;
}

.thin>li>a {
    padding: 10px 22px;
}

.thin ul {
    top: 40px;
}

.thin>li .indicator {
    top: 10px;
}

.thick>li>a {
    padding: 40px 22px;
}

.thick ul {
    top: 100px;
}

.thick>li .indicator {
    top: 40px;
}

.flexy-menu i {
    line-height: 20px !important;
    margin-right: 6px;
    font-size: 18px;
    float: left;
}

.flexy-menu>li.showhide {
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #dedede;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    background: #333333;
}

.flexy-menu>li.showhide span.title {
    margin: 16px 0 0 25px;
    float: left;
}

.flexy-menu>li.showhide span.icon {
    margin: 17px 20px;
    float: right;
}

.flexy-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #ccc;
}

.orange>li:hover>a,
.orange>li.active>a {
    color: #6FB568;
    font-weight: 700;
    font-size: 18px;
    background: #fff;
}

.orange li:hover>a,
.orange li.active>a {
    /* color: #fff; */
    font-weight: 700;
    font-size: 18px;
    /* background: #6FB568; */
}


/* .orange>li:hover>a::before{
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    bottom: 25px;
    right: -50%;
    left: -50%;
    margin: auto;
    background: #6FB568;
    background: linear-gradient(to right,
        #073190 30%,
        #6FB568 30%,
        #6FB568 100%);
    position: absolute;
} */
.orange>li.active>a::before {
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    bottom: 25px;
    right: -50%;
    left: -50%;
    margin: auto;
    background: #6FB568;
    background: linear-gradient(to right,
            #073190 30%,
            #6FB568 30%,
            #6FB568 100%);
    position: absolute;

}


.flexy-menu.vertical {
    width: 200px;
}

.flexy-menu.vertical li {
    width: 100%;
}

.flexy-menu.vertical li a {
    display: inline-block !important;
    width: 100%;
    padding: 18px 20px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.flexy-menu.vertical ul li {
    width: 100%;
}

.flexy-menu.vertical ul,
.flexy-menu.vertical ul li ul {
    width: 150px;
}

.flexy-menu.vertical ul {
    top: 0;
    left: 100%;
}

.flexy-menu.vertical ul li ul {
    top: 0px;
}

.flexy-menu.vertical.right {
    float: right !important;
}

.flexy-menu.vertical.right ul {
    left: -150px !important;
}

.flexy-menu.vertical>li .indicator {
    top: 17px;
    right: 15px;
    font-size: 17px;
}

.flexy-menu.vertical ul>li .indicator {
    top: 18px;
    right: 15px;
}


#header-search-input {
    display: none;
    vertical-align: middle;
    text-align: right;
    width: 835px;


}

#header-search-input div {
    display: inline-block;
    width: 534px;
    border-bottom: 1px solid #D2D2D2;


}

#header-search-input input {
    display: inline-block;
    width: 480px;
    height: 50px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    vertical-align: middle;

}


#header-search-input div img {
    display: inline-block;
    margin-left: 35px;
    width: auto;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;

}

#search-close {
    display: inline-block;
    margin-left: 68px;
    cursor: pointer;

}

#footer-container {
    background: #F6F6F6;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;

}

#footer-container-center {
    margin: 0 auto;
    overflow: hidden;

}

#footer-container-left {
    float: left;
}

#footer-container-left-div0 {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 23px;
    margin-top: 7px;

}

#footer-container-left-div0 a:hover {
    color: #63C967;
}

#footer-container-left-div0 i {
    margin: 0 10px;
    color: #333333;
    vertical-align: top;
}

.footer-container-left-div {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px;
}

#footer-logo {
    float: right;
    margin-top: 17px;
}

#footer-container-text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    clear: both;
    margin-top: 18px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.marginLeft-30 {
    margin-left: 30px;
}

.data-null-img {
    height: 180px;
    width: auto;
    display: block;
    margin: 35px auto;
}

.more-div {
    float: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    color: #333333;
    cursor: pointer;
}

.more-div:hover {
    color: #6FB568;
}

.more-div2:hover {
    color: #E03C3C;
}

#toTop-icon {
    position: fixed;
    bottom: 60px;
    right: 40px;
    width: 64px;
    height: 64px;
    z-index: 11;
    cursor: pointer;
    display: none;
}

.details-content-file-box {
    margin-top: 40px;
    border-top: solid 1px #EBECED;
    padding-top: 20px;
    display: none;
}

.details-content-file-box-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.details-content-file-box-item {
    display: block;
    cursor: pointer;
    padding: 29px 0;
    border-bottom: solid 1px #EBECED;
}

.details-content-file-box-item:last-child {
    border-bottom: none;
}

.details-content-file-box-item .xz-icon2 {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.details-content-file-box-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    width: 686px;
    margin: 0 53px 0 21px;
}

.details-content-file-box-item .xz-icon1 {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.details-content-file-box-item:hover span {
    color: #6FB568;
}

#all-header-party-building {}

#all-header-party-building li:hover>a {
    color: #E03C3C;
}

#all-header-party-building.active>a::before {
    background: #E03C3C;
}

#all-header-party-building.active>a {
    color: #E03C3C;
}

#all-header-party-building:hover>a {
    color: #E03C3C;
}