img.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img.lazyload.loaded {
    opacity: 1;
}

.banner {
    width: 100%;
    height: 670px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    margin-top: -85px;
}

.banner_title {
    width: 90%;
    padding: 0 150px;
    color: #FFF;
    text-align: right;
    position: absolute;
    left: 5%;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translate(0, -60%);
    transform: translate(0, -60%);
}

.banner_title h1 {
    /* font-family: wurairun; */
    font-weight: 800;
}

.banner_title h2 {
    margin-top: 30px;
    font-weight: normal;
}


.location {
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}

.location .nava {
    width: 100%;
    float: left;
}

.location .nava li {
    float: left;
}

.location .nava li a {
    color: #333;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 32px;
    display: block;
}

.location .nava li a:hover {
    color: #FFF;
    background: #2248a4;
}

.location .nava li a.on {
    color: #FFF;
    background: #2248a4;
}

.location .nava.bg li a:hover {
    background: #e50003;
}

.location .crumb {
    width: 25%;
    height: auto;
    padding: 19px 20px 19px 40px;
    float: right;
    position: relative;
}

.location .crumb i {
    width: 20px;
    height: 20px;
    background: url(../image/home.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 21px;
}

.location .crumb a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    background: url(../image/crumb.png) no-repeat left center;
}

.location .crumb a:hover {
    color: #06389b;
}

/*.location .pub:before{
    content: "";
    position:absolute;
	right:0;
	top:0;
    width:25%;
    height:100%;
    background:#dfe0e4;
}*/

.ss {

    margin-bottom: 30px;

}

.inner {
    padding: 5% 0;
    overflow: hidden;
}

.innerTitle {
    overflow: hidden;
}

.innerTitle .en {
    color: #2248a4;
    font-size: 32px;
    font-family: fz;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.innerTitle2 {
    color: #333;
    text-align: center;
}

.innerTitle2 h1 {
    padding-bottom: 16px;
    position: relative;
}

.innerTitle2 h1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -16px;
    width: 32px;
    height: 3px;
    background-color: #2248a4;
}


.aboutGroup {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.aboutGroup .leftBox {
    width: 61.68%;
    float: left;
}

.aboutGroup .leftBox .wz {
    margin-top: 6%;
}

.aboutGroup .leftBox .values {
    margin-top: 6%;
    position: relative;
}

.aboutGroup .leftBox .values img {
    width: 66%;
    height: auto;
    display: block;
}

.aboutGroup .leftBox .values .txt {
    width: 34%;
    height: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    padding: 40px 55px 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/aboutGroup_bg1.jpg) no-repeat left center;
    background-size: cover;
}

.aboutGroup .rightBox {
    width: 25%;
    float: right;
}

.aboutGroup .rightBox img {
    width: 100%;
}

.aboutGroup .rightBox .list {
    padding-bottom: 260px;
    padding-top: 20px;
    background: url(../image/aboutGroup_bg2.jpg) no-repeat center bottom #eef4fd;
    background-size: 100% auto;
}

.aboutGroup .rightBox .list li {
    width: auto;
    color: #999;
    padding: 10px 60px 10px 30px;
    margin-top: 20px;
    float: left;
    background: #dce5f4;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.aboutGroup .rightBox .list li b {
    color: #2248a4;
    margin-right: 10px;
}



.groupIntro {
    padding-bottom: 6%;
    overflow: hidden;
}

.groupIntro .box {
    width: 86%;
    margin: auto;
}

.groupIntro .txt {
    color: #FFF;
    position: relative;
}

.groupIntro .txt .pic {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 50px;
}

.groupIntro .txt .pic img {
    width: 100%;
    height: 100%;
}

.groupIntro .txt .leftBox {
    width: 50%;
    padding: 50px;
    float: left;
    background: url(../image/groupIntro_bg01.png) no-repeat center;
    background-size: cover;
}

.groupIntro .txt .leftBox .wz {
    min-height: 192px;
    margin-top: 30px;
}

.groupIntro .txt .leftBox h2 b {
    float: left;
}

.groupIntro .txt .leftBox h2 i {
    width: 40px;
    height: 1px;
    margin-left: 30px;
    margin-top: 23px;
    float: left;
    background: rgba(255, 255, 255, 0.6);
}

.groupIntro .title {
    margin-top: 6%;
    padding-top: 40px;
    border-top: 1px solid #e2e2e2;
}

.groupIntro .title .wz {
    width: 80%;
    margin: 0 auto 6%;
    text-align: left;
    text-indent: 2em;
}

.groupIntro .list {
    margin-top: 4%;
}

.groupIntro .list li {
    width: 16.66%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.groupIntro .list li p {
    color: #06389b;
    font-weight: bold;
    margin-top: 10px;
}

.groupIntro .list li:hover img {
    animation: rotate 0.8s linear;
}

.groupIntro .count {
    margin-top: 6%;
    padding: 0 6%;
}

.groupIntro .count li {
    width: 23%;
    margin: 0 1%;
    float: left;
}

.groupIntro .count li p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-align: center;
}

.groupIntro .count li p b {
    font-size: 30px;
    margin-right: 10px;
}

.groupIntro .list2 {}

.groupIntro .list2 li {
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 4%;
    cursor: pointer;
}

.groupIntro .list2 li p {
    color: #06389b;
    font-weight: bold;
    margin-top: 10px;
}

.groupIntro .list2 li:hover img {
    animation: rotate 0.8s linear;
}


.groupAdvantage {
    padding: 6% 0;
    background: url(../image/groupIntro_bg02.jpg) no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
}

.groupAdvantage2 {
    background: url(../image/groupIntro_bg03.jpg) no-repeat center top;
}

.groupAdvantage .list {
    margin-top: 4%;
}

.groupAdvantage .list li {
    width: 25.33%;
    height: 615px;
    float: left;
    margin: 0 4%;
    text-align: center;
    background: #f8f8f8;
    border-top-right-radius: 50px;
    cursor: pointer;
    position: relative;
}

.groupAdvantage .list li img {
    height: 66px;
}

.groupAdvantage .list li h2 {
    max-height: 80px;
    overflow: hidden;
    margin-top: 30px;
}

.groupAdvantage .list li p {
    height: 355px;
    margin-top: 20px;
    overflow: hidden;
    text-indent: 2em;
    text-align: left;
}

.groupAdvantage .list li .up {
    padding: 80px 40px;
}

.groupAdvantage .list li .under {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 80px 40px;
}

.groupAdvantage .list li .under img,
.groupAdvantage .list li .under h2,
.groupAdvantage .list li .under p {
    color: #FFF;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 10ms ease-out 0ms;
    transition: all 10ms ease-out 0ms;

}

.groupAdvantage .list li .under p {
    text-indent: 2em;
    text-align: left;
}

.groupAdvantage .list li:hover {
    background: url(../image/groupAdvantage_bg01.jpg) no-repeat center top;
    background-size: cover;
}

.groupAdvantage .list li:hover .up {
    opacity: 0;
}

.groupAdvantage .list li:hover .under img {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
}

.groupAdvantage .list li:hover .under h2 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 400ms ease-out 100ms;
    transition: all 400ms ease-out 100ms;
}

.groupAdvantage .list li:hover .under p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 400ms ease-out 200ms;
    transition: all 400ms ease-out 200ms;
}


.groupIdea {
    padding: 6% 0;
    margin-bottom: 6%;
    background: url(../image/groupIntro_bg04.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.groupIdea .innerTitle2 {
    color: #FFF;
}

.groupIdea .innerTitle2 h1:after {
    background-color: #FFF;
}

.groupIdea .list {
    margin-top: 4%;
}

.groupIdea .list li {
    width: 23%;
    height: auto;
    padding: 2%;
    margin: 0 1%;
    background: rgba(255, 255, 255, 0.9);
    float: left;
    cursor: pointer;
    position: relative;
}

.groupIdea .list li .bt {
    color: #2248a4;
    font-weight: bold;
}

.groupIdea .list li .line {
    width: 100%;
    height: 4px;
    margin-top: 2%;
    background: #ccc;
}

.groupIdea .list li .line i {
    width: 32px;
    height: 4px;
    background: #2248a4;
    display: block;
}

.groupIdea .list li .wz {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 6%;
    overflow: hidden;
}

.groupIdea .list li .img {
    margin-top: 4%;
}

.groupIdea .list li .img img {
    width: 100%;
    display: block;
}

.groupIdea .list li .more {
    margin-top: 6%;
}


.groupCases {
    overflow: hidden;
}

.groupCasesSwiper {
    margin-top: 4%;
    overflow: hidden;
}

.groupCasesSwiper .wz {
    text-align: center;
}


/* --企业文化-- */
.cultureList {
    overflow: hidden;
}

.cultureList .txt {
    width: 33.7%;
    float: left;
}

.cultureList .txt .bt {
    margin-top: 12%;
    font-weight: bold;
}

.cultureList .txt .wz {
    font-size: 16px;
    line-height: 32px;
    margin-top: 6%;
}

.cultureList .list {
    width: 58%;
    margin-top: 4%;
    float: right;
}

.cultureList .list li {
    width: 33.33%;
    color: #fff;
    padding: 4%;
    border-left: 1px solid #FFF;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.cultureList .list li img {
    height: 64px;
    display: block;
}

.cultureList .list li .bt {
    font-weight: bold;
    margin-top: 120px;
}

.cultureList .list li .wz {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6%;
    overflow: hidden;
}


.cultureIdea {
    margin-top: 6%;
    padding: 6% 0;
    background: url(../image/culture_bg.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.cultureIdea .innerTitle {
    width: 35%;
    color: #FFF;
    margin-top: 5%;
    float: left;
}

.cultureIdea .innerTitle .en {
    color: #FFF;
}

.cultureIdea .list {
    width: 60%;
    color: #FFF;
    float: right;
}

.cultureIdea .list li {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0 15px 50px;
    background-repeat: no-repeat;
    background-position: left center;
}

.cultureIdea .list li i {
    font-size: 16px;
    font-style: normal;
    text-decoration: underline;
}

.cultureIdea .list li:nth-of-type(1) {
    background-image: url(../image/culture_idea_1.png);
}

.cultureIdea .list li:nth-of-type(2) {
    background-image: url(../image/culture_idea_2.png);
}

.cultureIdea .list li:nth-of-type(3) {
    background-image: url(../image/culture_idea_3.png);
}

.cultureIdea .list li:nth-of-type(4) {
    background-image: url(../image/culture_idea_4.png);
}

.cultureIdea .list li:nth-of-type(5) {
    background-image: url(../image/culture_idea_5.png);
}


/* --企业荣誉-- */
.honorList {
    margin-top: 4%;
    margin-bottom: 4%;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.honorList li {
    width: 25%;
    padding: 30px;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    float: left;
    position: relative;
}

.honorList li:nth-of-type(2n) {
    margin-right: 0;
}

.honorList li a {
    display: block;
}

.honorList li a .pic {
    height: 270px;
    line-height: 270px;
    text-align: center;
}

.honorList li a .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: inline;
}

.honorList li a .wz {
    height: 32px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
    overflow: hidden;
}

.honorList li a:hover .wz {
    color: #2248a4;
}

/* --党建工作-- */
.partyHot {
    width: 100%;
    margin-bottom: 6%;
    position: relative;
}

.partyHot .pic {
    width: 44.6%;
    float: left;
    position: relative;
}

.partyHot .pic .wz {
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 3, 6, 0.7);
}

.partyHot .pic .wz p {
    height: 36px;
    color: #FFF;
    overflow: hidden;
}

.partyHot .pic:hover .wz {
    background: rgba(255, 3, 6, 1);
}

.partyHot .list {
    width: 52.48%;
    float: right;
}

.partyHot .list .title {
    padding-bottom: 16px;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}

.partyHot .list .title b {
    color: #ff0306;
}

.partyHot .list .con {
    margin-top: 24px;
    margin-bottom: 30px;
}

.partyHot .list .con h3 {
    height: 40px;
    overflow: hidden;
}

.partyHot .list .con h3 a:hover {
    color: #ff0306;
}

.partyHot .list .con .f16 {
    width: 80%;
    height: 32px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.partyHot .list li {
    margin-top: 16px;
}

.partyHot .list li .wz {
    width: calc(100% - 132px);
    height: 36px;
    float: left;
    overflow: hidden;
}

.partyHot .list li .wz a b {
    color: #ff0306;
    font-size: 32px;
    float: left;
}

.partyHot .list li .wz a:hover {
    color: #ff0306;
}

.partyHot .list li .time {
    width: 132px;
    height: 36px;
    line-height: 36px;
    color: #999;
    float: right;
    overflow: hidden;
}

.partyList li {
    width: 48%;
    padding: 30px;
    margin-bottom: 4%;
    margin-right: 4%;
    background: #ededed;
    float: left;
    position: relative;
}

.partyList li:nth-of-type(2n) {
    margin-right: 0;
}

.partyList li a {
    display: block;
}

.partyList li a .type {
    width: 84px;
    height: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    background: #e50003;
}

.partyList li a .img {
    width: 32%;
    float: left;
}

.partyList li a .img img {
    width: 100%;
    height: 192px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.partyList li a .txt {
    width: 65%;
    float: right;
}

.partyList li a .title {
    width: 100%;
    height: 36px;
    font-weight: bold;
    overflow: hidden;
}

.partyList li a .wz {
    width: 100%;
    height: 96px;
    margin-top: 16px;
    overflow: hidden;
}

.partyList li a .time {
    width: 100%;
    height: 20px;
    margin-top: 16px;
    overflow: hidden;
}

.partyList li:hover {
    background: #e50003;
}

.partyList li:hover a {
    color: #FFF;
}

.partyList li:hover a .type {
    background: #FFF;
    color: #e50003;
}

.partyList2.partyList2-2 li a {
    display: flex;
    flex-direction: row-reverse;
}

.partyList2 li {
    padding: 30px;
    margin-bottom: 2%;
    background: #ededed;
    position: relative;
}

.partyList2 li a {
    display: block;
}

.partyList2 li a .img {
    width: 32%;
    float: left;
}

.partyList2.partyList2-2 li a .img {
    margin-left: 4%;
    /* margin-top: 2vw; */
}

.partyList2 li a .img img {
    width: 100%;
    height: 18vw;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.partyList2 li a .txt {
    width: 64%;
    margin-left: 2%;
    margin-top: 2vw;
    float: right;
}

.partyList2 li a .title {
    width: 100%;
    height: 36px;
    font-weight: bold;
    overflow: hidden;
}

.partyList2 li a .wz {
    width: 100%;
    height: 96px;
    margin-top: 16px;
    overflow: hidden;
    text-indent: 2em;
    text-align: left;
}

.partyList2 li a .time {
    width: 100%;
    height: 20px;
    margin-top: 16px;
    overflow: hidden;
}

.partyList2 li:hover {
    background: #e50003;
}

.partyList2.partyList2-2 li:hover {
    background: #06389b;
}

.partyList2.search li:hover {
    background: #06389b;
}

.partyList2 li:hover a {
    color: #FFF;
}

.partyList2 li:hover a .type {
    background: #FFF;
    color: #e50003;
}


/* --新闻资讯-- */
.newsHot {
    width: 100%;
    margin-bottom: 6%;
    position: relative;
}

.newsHot .pic:nth-of-type(1) {
    width: 62%;
    height: auto;
    position: relative;
}

.newsHot .pic:nth-of-type(2) {
    width: 36%;
    height: 48%;
    position: absolute;
    right: 0;
    top: 0;
}

.newsHot .pic:nth-of-type(3) {
    width: 36%;
    height: 48%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.newsHot .pic a {
    display: block;
}

.newsHot .pic img {
    width: 100%;
    height: 100%;
}

.newsHot .pic .wz {
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(31, 67, 155, 0.7);
}

.newsHot .pic .wz p {
    height: 36px;
    color: #FFF;
    overflow: hidden;
}

.newsHot .pic:hover .wz {
    background: rgba(31, 67, 155, 1);
}

.newsList li {
    padding: 0 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.newsList li:hover {
    background: #2248a4;
}

.newsList li:hover a,
.newsList li:hover .txt .time,
.newsList li:hover .txt .wz {
    color: #FFF;

}

.newsList li .box {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.newsList li .box>a {
    display: flex;
    width: 20%;
    max-height: 280px;
    overflow: hidden;
    align-items: center;
}

.newsList li .pic {
    width: 100%;
    /* height: 100%; */
    margin: 20px 0;
    /* position: absolute;
    right: 0;
    top: 0; */
    border: 1px solid #f2f2f2;
}

.newsList li .pic img {
    /* height: 100%; */
}

.newsList li .txt {
    width: 70%;
    padding: 20px 0;
    float: left;
}

.newsList li .txt .title {
    height: 36px;
    font-weight: bold;
    overflow: hidden;
}

.newsList li .txt .title a:hover {
    color: #06389b;
}

.newsList li .txt .time {
    height: 32px;
    color: #666;
    margin-top: 10px;
    /* padding-left: 26px; */
    /* background: url(../image/time.png) no-repeat left 4px center; */
    overflow: hidden;
}

.newsList li .txt .wz {
    height: 96px;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    text-indent: 2em;
    text-align: left;
}

.newsList li .txt .more {
    height: 42px;
    margin-top: 20px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.newsList li .txt .more img {
    margin-left: 20px;
}

.newsList li .txt .more:hover {
    background: #2248a4;
    color: #FFF;
}


/* --招投标信息-- */
.biddingList {}

.biddingList .box {
    margin-bottom: 4%;
    border: 1px solid #f2f2f2;
    background: #f8f8f8;
    position: relative;
}

.biddingList .pic {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.biddingList .pic img {
    height: 100%;
}

.biddingList .txt {
    width: 50%;
    padding: 60px 40px;
    float: left;
}

.biddingList .txt h2 {
    padding-top: 20px;
    position: relative;
}

.biddingList .txt h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 3px;
    background-color: #2248a4;
}

.biddingList .txt ul {
    width: 70%;
    min-height: 128px;
    margin-top: 30px;
}

.biddingList .txt ul li {
    height: 36px;
    font-size: 16px;
    line-height: 36px !important;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.biddingList .txt ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #2248a4;
    -webkit-transition: all 600ms ease-out 0ms;
    transition: all 600ms ease-out 0ms;
}

.biddingList .txt ul li .title {
    width: 50%;
    height: 36px;
    float: left;
    overflow: hidden;
}

.biddingList .txt ul li .order {
    width: 16%;
    height: 36px;
    margin-left: 4%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.biddingList .txt ul li .time {
    width: 26%;
    font-size: 14px;
    height: 36px;
    margin-left: 4%;
    text-align: center;
    float: left;
    overflow: hidden;
}

.biddingList .txt ul li:hover {
    color: #06389b;
}

.biddingList .txt ul li:hover:before {
    width: 100%;
}

.biddingList .txt .more {
    height: 42px;
    margin-top: 40px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}

.biddingList .txt .more img {
    margin-left: 20px;
}

.biddingList .txt .more:hover {
    background: #2248a4;
    color: #FFF;
}


.biddingType {
    width: 88%;
    margin: 2% auto 0;
}

.biddingType .s1 {
    width: 36%;
}

.biddingType .s2 {
    width: 20%;
}

.biddingType .s3 {
    width: 20%;
}

.biddingType .s4 {
    width: 24%;
}

.biddingType .title {
    padding: 0 30px;
    height: 60px;
    background: #f2f2f2;
}

.biddingType .title div {
    height: 60px;
    color: #000;
    line-height: 60px;
    text-align: center;
    float: left;
    overflow: hidden;
}

.biddingType .box {
    margin: 0;
    margin-bottom: 4%;
    border: 1px solid #f2f2f2;
    background: #f8f8f8;
    cursor: pointer;
}

.biddingType .box .list {
    border-top: 1px dashed #d2d2d2;
    display: flex;
    align-items: stretch;
}

.biddingType .box .list:hover div {
    color: #FFF;
    background: #2248a4;
    /* border: 1px solid #2248a4; */
}

.biddingType .box .list:nth-of-type(1) {
    border-top: none;
}

.biddingType .box .list div {
    /* height: 60px; */
    color: #333;
    line-height: 1.5;
    text-align: center;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.biddingType .box .list div.s1 {
    text-align: left;
    justify-content: start;
    padding: 14px 0 14px 30px;
}

.biddingType .box .list a {
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #f47920;
    display: inline-block;
}

/* --人才招聘-- */
.tabPostList {
    width: 88%;
    margin: 2% auto 0;
}

.tabPostList .tab {
    width: 100%;
}

.tabPostList .tab .alignLeft {
    text-align: left !important;
}

.tabPostList .tab .alignLeft span {
    max-width: 600px;
    display: inline-block;
    line-height: 1.5;
}

.tabPostList .tab .alignRight {
    text-align: right;
}

.tabPostList .tab thead tr {
    border: 1px solid #f2f2f2;
}

.tabPostList .tab thead tr th {
    font-size: 20px;
    color: #000;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    background: #f2f2f2;
}

.tabPostList .tab thead tr th i {
    font-style: normal;
}

.tabPostList .tab tbody tr {
    border: 1px solid #fff;
}

.tabPostList .tab tbody tr.trEven {
    background: rgb(255, 255, 255);
    cursor: pointer;
}

.tabPostList .tab tbody tr.trEven td {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #FFF;
    border-bottom: 1px solid #f2f2f2;
}

.tabPostList .tab tbody tr.trEven td .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tabPostList .tab tbody tr.trEven:hover td {
    color: #FFF;
    background: #2248a4;
    border: 1px solid #2248a4;
}

.tabPostList .tab tbody tr.trEven.active td {
    color: #FFF;
    background: #2248a4;
    border: 1px solid #2248a4;
}

.tabPostList .tab tbody tr.trOdd {
    background: #f5f5f5;
    border: 1px solid #0c6db5;
    display: none;
    cursor: auto
}

.tabPostList .tab tbody tr.trOdd td {
    border-bottom: 1px solid #0c6db5;
}

.tabPostList .tab tbody tr.trOdd td .postDel {
    padding: 20px 50px 40px 0;
}

.tabPostList .tab tbody tr.trOdd td .postDel .disc {
    overflow: hidden;
}

.tabPostList .tab tbody tr.trOdd td .postDel .disc p {
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

.tabPostList .tab tbody tr.trOdd td .postDel .disc img {
    max-width: 100%;
    display: block;
}


.jobsTitle {
    margin-top: 6%;
}

.jobsList {
    width: 88%;
    margin: 2% auto 0;
}

.jobsList li {
    padding-bottom: 10px;
    margin-bottom: 2%;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.jobsList li a {
    display: block;
}

.jobsList li .box {
    position: relative;
}

.jobsList li .box .icon {
    width: 24px;
    float: left;
}

.jobsList li .box .icon img {
    width: 100%;
    display: block;
}

.jobsList li .box .title {
    width: calc(100% - 220px);
    height: 24px;
    line-height: 24px;
    margin-left: 8px;
    float: left;
    overflow: hidden;
}

.jobsList li .box .time {
    width: 140px;
    height: 24px;
    line-height: 24px;
    color: #666;
    padding-left: 30px;
    float: right;
    /* background: url(../image/time.png) no-repeat left center; */
    overflow: hidden;
}

.jobsList li:hover .box .title {
    color: #06389b;
}


/* --联系我们-- */
.contact .list {
    margin-top: 6%;
}

.contact .list li {
    width: 27%;
    margin: 0 2.5%;
    text-align: center;
    float: left;
}

.contact .list li .icon {
    width: 120px;
    height: 120px;
    margin: 15px auto 25px;
    padding: 23px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
}

.contact .list li .icon img {
    height: 72px;
}

.contact .list li .f20 {
    color: #06389b;
    font-weight: bold;
    margin: 10px auto;
}

.contact .list li .ewm img {
    width: 150px;
    height: 150px;
    margin: auto;
    display: block;
}

.contact .map {
    width: 100%;
    height: auto;
    margin-top: 6%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.contact .map .bg {
    width: 100%;
    display: block;
}

.contact .map .mark {
    width: 28%;
    height: auto;
    position: absolute;
    left: 42%;
    top: 42%;
    display: block;
}



/* --新闻详情页-- */
.articleDetails {}

.articleDetails .title {
    width: 70%;
    padding-bottom: 30px;
    float: left;
    border-bottom: 1px solid #e2e2e2;
}

.articleDetails .title .time {
    width: 120px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666;
    float: left;
    position: relative;
}

.articleDetails .title .time p {
    font-weight: bold;
}

.articleDetails .title .time:after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 32px;
    background-color: #e2e2e2;
}

.articleDetails .title h1 {
    width: calc(100% - 120px);
    padding: 0 30px;
    float: right;
}

.articleDetails .aside {
    width: 70%;
    padding: 30px 30px 30px 0;
    float: left;
}

.articleDetails .aside .share {
    width: 120px;
    text-align: center;
    float: left;
    position: relative;
}

.articleDetails .aside .share .author {
    line-height: 24px;
}

.articleDetails .aside .share .click {
    line-height: 24px;
    margin-top: 20px;
}

.articleDetails .aside .share .link {
    margin-top: 60px;
}

.articleDetails .aside .share .bt {
    font-size: 13px;
    color: #999;
}

.articleDetails .aside .share .wz {
    font-size: 14px;
    color: #333;
}

.articleDetails .aside .share .click .wz {
    font-size: 20px;
    color: #000;
    font-family: fz;
}

.articleDetails .aside .share .link li {
    width: 30px;
    height: 30px;
    margin: 20px auto 0;
    cursor: pointer;
    position: relative;
}

.articleDetails .aside .share .link li .icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    background: #ddd;
    border-radius: 50%;
    overflow: hidden;
}

.articleDetails .aside .share .link li .icon img {
    width: 20px;
    height: 20px;
    display: block;
}

.articleDetails .aside .share .link li.wx:hover .icon {
    background: #16c3a2;
}

.articleDetails .aside .share .link li.wb:hover .icon {
    background: #ff3939;
}

.articleDetails .aside .share .link li.mo:hover .icon {
    background: #10977b;
}

.articleDetails .aside .share .link li .under {
    width: 120px;
    height: 0;
    background: #FFF;
    left: 50px;
    top: -10px;
    z-index: 10;
    position: absolute;
    overflow: hidden;
}

.articleDetails .aside .share .link li .under img {
    width: 110px;
    height: 110px;
    margin: 5px auto 0;
    display: block;
}

.articleDetails .aside .share .link li .under p {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    padding: 5px 0;
    color: #999;
}

.articleDetails .aside .share .link li.wx:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 4px;
    z-index: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
}

.articleDetails .aside .share .link li.wx:hover:after {
    border-right-color: #FFF;
}

.articleDetails .aside .share .link li.wx:hover .under {
    height: auto;
}

.articleDetails .aside .txt {
    width: calc(100% - 150px);
    float: right;
}

.articleDetails .aside .txt .wz {
    font-size: 16px;
    line-height: 28px;
    max-width: 700px;
    margin: 0 auto;
}

.articleDetails .aside .txt .wz p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.articleDetails .aside .txt .wz>img {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 100%;
}


.preview {
    width: 25%;
    padding: 30px 24px;
    float: right;
    background: #FFF;
}

.preview .bt {
    font-weight: bold;
}

.preview ul li {
    padding: 15px 0;
    border-top: 1px solid #e2e2e2;
}

.preview ul li:nth-of-type(1) {
    border: none;
}

.preview ul li .time {
    color: #999;
    height: 32px;
    overflow: hidden;
}

.preview ul li .wz {
    margin-top: 4px;
    height: 32px;
    overflow: hidden;
}

.preview ul li .wz a {
    color: #000;
}

.preview ul li .wz a:hover {
    color: #06389b;
}


.announceDetails {
    width: 88%;
    margin: 4% auto 0;
}

.announceDetails .wz {
    font-size: 16px;
    line-height: 28px;
}

.announceDetails .wz p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.announceDetails .wz img {
    max-width: 80%;
    margin: auto;
    display: block;
}

.announceDetails .wz table {
    width: 72%;
    margin: 0 auto 20px;
}

.announceDetails .wz table tr td {
    border: 1px solid #333;
    text-align: center;
    padding: 6px;
}

.announceDetails .wz table .firstRow {
    background: #ddd;
}

.announceDetails .wz table .firstRow td {
    padding: 12px 6px;
}

.announceDetails .dl {
    text-indent: 2em;
    margin-top: 20px;
}

.postDel .dl {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.announceDetails .dl a,
.postDel .dl a {
    color: #f47920;
}

.postDel .dl a {
    display: flex;
    align-items: center;
}

.postDel .dl a img,
.announceDetails .dl a img {
    height: 20px;
    margin-right: 5px;
}

.content {
    margin-top: 4%;
}

.content img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.fancybox-navigation .fancybox-button {
    width: 130px !important;
    height: 130px !important;
}