@charset "utf-8";

/*2022/06/02*/
/* CSS Document */
.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.banner .flexslider .slides>li a {
    display: block;
    height: 0;
    padding-bottom: 15.6%;
    overflow: hidden;
    position: relative;
}

.banner .flexslider ul li.flex-active-slide img {
    transition: transform 6000ms linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flexslider .slides>li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
    display: none;
}

.flex-direction-nav a {
    /*! text-decoration:none; */
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    text-indent: 99em;
    border: rgba(255, 255, 255, 0.5) 1px solid;
}

.flex-direction-nav a:hover {
    text-shadow: 1px 1px 0 #666;
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {}

.flexslider:hover .flex-prev {}

.flexslider:hover .flex-next {}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -2px;
    /*! left:0; */
    text-align: center;
    z-index: 9999;
}

.flex-control-nav li {
    margin: 10px 6px 0;
    display: block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
}

.flex-control-paging li a:hover {}

.flex-control-paging li a.flex-active {}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.banner .flex-control-paging {
    position: absolute;
    bottom: 15px;
    right: 5%;
    z-index: 1045;
    width: auto;
}

.banner .flex-control-nav li {
    margin: 0 4px;
    overflow: hidden;
    display: inline-block;
}

.banner .flex-control-nav li a {
    text-indent: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.banner .flex-control-nav li a.flex-active {
    background: #ec480e;
    width: 35px;
    border-radius: 10px;
}

.banner .flexslider {
    position: relative;
    z-index: 0;
}

.banner .flexslider .slides>li .slideText {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 50%;
    height: 75px;
    background: rgba(28, 77, 159, 0.73);
}

.banner .flexslider .slides>li .slideText p {
    margin: 17px 50px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}



.content {
    overflow: hidden;
}

/*新闻动态*/
.wrap_mode1 {
    padding: 20px 0;
    overflow: hidden;
}

.mode1>.gp-fl {
    width: 66%;
    overflow: hidden;
}

.mode1>.gp-fr {
    width: 31.6%;
    overflow: hidden;
}

/*tab start*/
.tabArticleList {}

.tabArticleList .more_tab {
    display: none;
}

.tabArticleList .tabListBox {
    display: none;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.tabListTitle1 {
    height: 56px;
    line-height: 56px;
    border-top: #cfe6ff 4px solid;
    background: #fff;
    padding: 0 22px;
    margin-bottom: 5px;
}

.tabListTitle1 .tab_menu {
    margin-left: -22px;
}

.tabListTitle1 h3 {
    float: left;
    padding: 0 16px;
    position: relative;
}

.tabListTitle1 h3.on {
    position: relative;
}

.tabListTitle1 h3.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #3a5db6;
    position: absolute;
    top: -4px;
    left: 0;
}

.tabListTitle1 h3 a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #3a5db6;
    padding-left: 28px;
}

.tabListTitle1 h3 a:hover {}

.tabListTitle1 h3:nth-child(1) a {
    background: url(../images2022/icon16.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(2) a {
    background: url(../images2022/icon17.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(3) a {
    background: url(../images2022/icon18.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(4) a {
    background: url(../images2022/icon19.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(5) a {
    background: url(../images2022/icon20.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(6) a {
    background: url(../images2022/icon21.png) no-repeat center left;
}

.tabListTitle1 h3:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #ecedef;
    position: absolute;
    right: 0;
    top: 18px;
}

.tabListTitle1 h3:last-child:after,
.tabListTitle2 h3:last-child:after {
    content: "";
    display: none;
}

.tab_more {
    width: auto;
    float: right;
}

.mode1 .tabList {
    overflow: hidden;
    clear: both;
}


/*综合动态*/
.list1 {
    margin-bottom: 33px;
    overflow: hidden;
}

.list1 .slides a {
    display: block;
    background: #4f82cf;
    overflow: hidden;
    transition: all 0.2s ease;
}

.list1 .listImg {
    width: 600px;
    height: 338px;
    padding: 0;
    float: left;
    position: relative;
}

.list1 .gp-img-responsive {
    height: 100%;
    padding-bottom: 0;
}

.list1 .listText {
    margin-left: 600px;
    padding: 27px 35px;
}

.list1 .listTitle {
    line-height: 28px;
    height: 56px;
    margin-bottom: 22px;
}

.list1 .listCon {
    line-height: 26px;
    height: 156px;
    padding-top: 13px;
    border-top: #fff 2px solid;
    margin-bottom: 13px;
}

.list1 .listDate {
    display: block;
    width: 78px;
    height: 78px;
    background: url(../images2022/datebg.jpg) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.list1 .day {
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: 14px;
}

.list1 .month {
    display: block;
    height: 26px;
    line-height: 26px;
}

.list1 .flex-direction-nav {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66px;
    z-index: 9;
}

.list1 .flex-direction-nav li {
    display: inline-block;
    background: #4f82cf;
}

.list1 .flex-direction-nav .flex-prev {
    background: url(../images2022/arrow_lf.png) no-repeat center;
}

.list1 .flex-direction-nav .flex-next {
    background: url(../images2022/arrow_rt.png) no-repeat center;
}

.list1 .flex-control-nav {
    display: none;
}


.list2 {
    overflow: hidden;
}

.list2 a {
    display: block;
    position: relative;
    padding: 18px 0;
    border-bottom: #9c9c9c 1px dashed;
    transition: all 0.2s ease;
    overflow: hidden;
}

.list2 li:first-child a {
    border-top: #9c9c9c 1px dashed;
}

.list2 .listDate {
    display: block;
    width: 74px;
    height: 84px;
    float: left;
    /*border-top: #5db4e7 3px solid; border-left: #d2d2d2 1px solid;border-right: #d2d2d2 1px solid;*/
    text-align: center;
    position: relative;
    z-index: 1;
}

/*.list2 .listDate:before{ content: ""; display: block;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;
    border-top: 6px solid #5db4e7; position: absolute; left: 50%; top:0; margin-left: -5px; z-index: 9; }
.list2 .listDate:after{ content: ""; display: block; width:72px; height: 2px;background: #eeeeee;position: absolute; left: 7px;right: 7px; top: 25px; }*/
.list2 .day {
    display: block;
    color: #999;
    height: 33px;
    line-height: 33px;
    margin: 0 0 5px;
    position: relative;
    z-index: 9;
}

/*.list2 .day:before{ content: ""; display: block; width: 2px; height: 16px;background: #eeeeee;position: absolute; left: 4px; top: 9px; }
.list2 .day:after{ content: ""; display: block; width: 2px; height: 16px;background: #eeeeee;position: absolute; right: 4px; top: 9px; }
*/
.list2 .month {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #999;
}

.list2 .listText {
    margin-left: 88px;
    transition: all 0.2s ease;
}

.list2 .listTitle {
    line-height: 24px;
    margin-bottom: 15px;
}

.list2 .listCon {
    color: #183d82;
    line-height: 25px;
    height: 50px;
}

.list2 a:hover .listText {
    padding-left: 10px;
}

.list2 a:hover .listDate * {
    color: #3a5db6;
}


/*通知公告*/
.tabArticleList2 {
    background: #f4f7fb;
    margin-bottom: 25px;
    overflow: hidden;
}

.tabArticleList2 .tabList {
    margin: 0 25px;
    height: 324px;
}

.tabListTitle2 {
    height: 56px;
    line-height: 56px;
    border-top: #cfe6ff 4px solid;
    background: #fff;
    padding: 0 18px;
    margin-bottom: 22px;
}

.tabListTitle2 .tab_menu {
    margin-left: -33px;
}

.tabListTitle2 h3 {
    float: left;
    margin: 0 16px;
    position: relative;
}

.tabListTitle2 h3:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #ecedef;
    position: absolute;
    right: -16px;
    top: 18px;
}

.tabListTitle2 h3:nth-child(1) {
    background: url(../images2022/icon1.png) no-repeat left center;
    padding-left: 30px;
}

.tabListTitle2 h3:nth-child(2) {
    background: url(../images2022/icon2.png) no-repeat left center;
    padding-left: 30px;
}

.tabListTitle2 h3.on {
    position: relative;
}

.tabListTitle2 h3.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #3a5db6;
    position: absolute;
    top: -4px;
    left: 0;
}

.tabListTitle2 h3 a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #3a5db6;
}

.tabListTitle2 .more_tab {
    color: #3a5db6;
}

.list3 {}

.list3 li {
    margin-bottom: 12px;
    overflow: hidden;
}

.list3 li a {
    display: block;
    overflow: hidden;
}

.list3 .listDate {
    display: block;
    width: 74px;
    height: 62px;
    background: #3a5db6;
    text-align: center;
    float: left;
    overflow: hidden;
}

.list3 .day {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 6px 0 0;
}

.list3 .month {
    display: block;
    height: 22px;
    line-height: 22px;
}

.list3 .listText {
    margin-left: 90px;
    transition: all 0.2s ease;
}

.list3 .listTitle {
    line-height: 28px;
    height: 56px;
}

.list3 .read {
    color: #5f5f5f;
}

.list3 li a:hover .listText {
    padding-left: 10px;
}


/*招聘信息*/
.tabArticleList3 {
    background: #f4f7fb;
    overflow: hidden;
}

.tabArticleList3 .tabList {
    margin: 0 25px;
    height: 435px;
    overflow: hidden;
}

.tabListTitle3 h3:nth-child(1) {
    background: url(../images2022/icon4.png) no-repeat left center;
    padding-left: 30px;
}

.tabListTitle3 h3:nth-child(2) {
    background: url(../images2022/icon3.png) no-repeat left center;
    padding-left: 30px;
}

.list4 {
    margin-top: -22px;
    overflow: hidden;
}

.list4 li {
    border-bottom: #dddcdc 1px solid;
    padding: 20px 0 20px 25px;
    overflow: hidden;
    position: relative;
}

.list4 li:last-child {
    border: none;
}

.list4 li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #3a5db6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 30px;
}

.list4 li a {
    display: block;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: all 0.2s ease;
    position: relative;
}

.list4 li a:hover {
    padding-left: 10px;
}

.list4 .listTitle {
    position: relative;
}

.list4 .listDate {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f4f7fb;
    padding-left: 10px;
}





/*业务部门*/
.articleTitle1 {
    border-bottom: #e7e7e7 2px solid;
    padding-bottom: 14px;
    overflow: hidden;
}

.articleTitle1 .title {
    display: block;
    float: left;
    color: #3a5db6;
    position: relative;
}

.articleTitle1 .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #5db4e7;
    padding-right: 40px;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.articleTitle1 .more {
    display: block;
    float: right;
    color: #999999;
    line-height: 35px;
    transition: all 0.3s ease;
}

.articleList2 {
    background: #f4f7fb;
    padding: 22px 10px;
    overflow: hidden;
}

.wraplist5 li {
    transition: all 0.2s ease;
}

.wraplist5 li {}

.wraplist5 li .list5 {
    transition: all 0.2s ease;
}

.wraplist5 li .list5 {
    display: block;
    margin-left: 15px;
    padding-top: 10px;
    border-top: #ccc 1px solid;
    height: 250px;
}

.wraplist5 li:nth-child(5) .list5 {
    height: 166px;
}

.wraplist5 li>div {
    margin: 6px;
    padding: 9px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.list5 dd {
    padding: 8px 0;
    overflow: hidden;
}

.list5 dd a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    background: url(../images2022/libg.png) no-repeat left top 3px;
    padding-left: 16px;
    font-size: 16px;
    font-size: 1.6rem;
}

.wraplist5 .readMore {
    height: 20px;
    background: url(../images2022/icon5.png) no-repeat center #eaedf1;
    margin-top: 10px;
    transform: rotate(180deg);
}

.wraplist5 .readMore a {
    display: block;
    width: 100%;
    height: 20px;
}

.wraplist5 .on .readMore {}

.wraplist5 .listTitle {
    display: block;
    line-height: 24px;
    overflow: hidden;
    margin: 12px 0;
}

.wraplist5 .listTitle .title1 {
    background: url(../images2022/libgT.png) no-repeat left center;
    padding-left: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}

.wraplist5 .listTitle .title2 {
    padding-left: 6px;
}




/*文化建设*/
.wrap_mode3 {
    padding: 20px 0;
    overflow: hidden;
}

.mode3 {}

.mode3>.gp-fl {
    width: 100%;
    overflow: hidden;
}

.mode3>.gp-fr {
    width: 49%;
    overflow: hidden;
}

.list6 {
    margin: 23px -3px -3px;
    overflow: hidden;
}

.list6 li a {
    display: block;
    margin: 4px;
    overflow: hidden;
}

.list6 .gp-img-responsive {}


/*快速通道*/
.list7 {
    margin: 23px 0 0;
    overflow: hidden;
}

.list7 li a {
    display: block;
    overflow: hidden;
}

.list7 .li1 {
    width: 50%;
    float: left;
    overflow: hidden;
}

.list7 .li2 {
    width: 49%;
    float: right;
    overflow: hidden;
}

.list7 .li2 a {
    display: table;
    width: 100%;
    background: #ededed;
    height: 61px;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.list7 .li2 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    text-align: center;
    color: #3a5db6;
    font-weight: bold;
}

.list7 .li2 a:hover {
    background: #d7e2f1;
}


.list8 {
    margin: 16px -4px -4px;
    overflow: hidden;
}

.list8 li {
    width: 19.98%;
    float: left;
    overflow: hidden;
}

.list8 li>a,
.list8 li>span {
    display: block;
    margin: 4px;
    height: 94px;
    overflow: hidden;
    background-size: cover !important;
}

.list8 .listIcon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.list8 .listText {
    padding: 23px 20px;
    display: table;
}

.list8 .listTitle {
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
}

.list8 .listCon {
    display: block;
}

.list8 .listCon a {
    font-size: 16px;
    font-size: 1.6rem;
}

.list8 .listCon a:hover {
    color: #8bd4ff;
}

.list8 li a:hover .listIcon,
.list8 li span:hover .listIcon {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}




/*四个链接*/
.wrap_mode5 {
    padding: 25px 0;
}

.list9 {
    margin: 0 -50px;
}

.list9 .divSelect {
    position: relative;
    background: url(../images2022/sel.png) no-repeat right 40px center #f6faff;
    margin: 0 50px;
    border: 1px #244495 solid;
    border-radius: 12px;
}

.list9 .select_mask {
    width: 100%;
    height: 52px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.list9 .divSelect cite {
    height: 52px;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 52px;
    font-weight: bold;
    color: #3a5db6;
    padding: 0 80px 0 20px;
    cursor: pointer;
    overflow: hidden;
    font-style: normal;
}

.list9 .linkList02 {
    position: absolute;
    left: -1px;
    bottom: 52px;
    z-index: 5000;
    background-color: #f6faff;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    border: #244495 1px solid;
    padding: 10px 0;
}

.list9 .linkList02 dd {
    padding: 10px 25px;
    float: none !important;
    box-sizing: border-box;
}

.list9 .linkList02 dd a {
    display: block;
    color: #3a5db6;
}

.list9 .linkList02 dd a:hover {
    font-weight: bold;
}

/*.list9 .divSelect .linkList02{ display:none;}
.list9 .divSelect.active .linkList02{ display:block; }*/



@media screen and (max-width:1440px) {
    .list1 .listImg {
        width: 500px;
        height: 333px;
    }

    .list1 .listText {
        margin-left: 500px;
    }

    .list1 .listCon {
        margin-bottom: 6px;
    }

    .list7 .li2 a {
        height: 52px;
    }

    .list7 .li2 span {
        padding: 0 20px;
    }

    .list8 li>a,
    .list8 li>span {
        height: 84px;
    }

    .list8 .listIcon {
        width: 33px;
        height: 33px;
        margin-right: 6px;
    }

    .list8 .listText {
        padding: 20px 10px;
    }

    .list8 .listTitle {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
    }

    .list8 .listCon a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}


@media screen and (max-width:1300px) {
    .list9 {
        margin: 0 -20px;
    }

    .list9 .divSelect {
        margin: 0 20px;
    }

    .list7 .li2 span {
        font-size: 14px;
    }
}


@media screen and (max-width: 1024px) {

    .mode1>.gp-fl,
    .mode3>.gp-fl {
        float: none;
        width: 100%;
    }

    .mode1>.gp-fr,
    .mode3>.gp-fr {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .list2 {
        margin-top: 0;
    }

    .list2 a {
        padding: 22px 0;
    }

    .tabArticleList2 .tabList,
    .tabArticleList3 .tabList {
        height: auto;
    }

    .list8 li {
        width: 33.3%;
    }

    .list9 {
        margin: -10px;
    }

    .list9 .divSelect {
        margin: 8px;
    }

    .articleList2 .wraplist5 li {
        width: 33.3%;
    }

    .articleList2 .wrapGroup {
        margin: 8px;
    }

    .list4 {
        margin-top: -10px;
    }

    .list4 li a {
        height: auto;
    }

    .list7 .li2 span {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 25px;
    }

    .wraplist5 li:nth-child(5) .list5 {
        height: 250px;
    }
}

@media screen and (max-width:766px) {
    .banner .flex-control-paging {
        right: 0;
        bottom: 5px;
    }

    .banner .flex-control-nav li a {
        width: 8px;
        height: 8px;
    }

    .banner .flexslider .slides>li .slideText {
        width: 73%;
        bottom: 20px;
        height: 40px;
    }

    .banner .flexslider .slides>li .slideText p {
        margin: 0;
        padding: 0 10px;
    }

    .tabListTitle1 h3 {
        padding: 0 7px;
    }

    .tabListTitle1 h3 a {}

    .list1 .listImg {
        width: 100%;
        height: auto;
    }

    .list1 .gp-img-responsive {
        height: 0;
        padding-bottom: 56.2%;
    }

    .list1 .listText {
        margin-left: 0;
        padding: 20px;
    }

    .list1 .listTitle {
        height: auto;
        margin-bottom: 15px;
        max-height: 56px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .list1 .listCon {
        height: auto;
        padding-top: 15px;
    }

    .articleList2 {
        padding: 15px;
    }

    .articleList2 .wraplist5 li {
        width: 100%;
        float: none;
    }

    .tabListTitle2 {
        margin-bottom: 20px;
    }

    .tabArticleList2 .tabList,
    .tabArticleList3 .tabList {
        margin: 0 15px;
    }

    .list4 li {
        padding: 15px 0 15px 15px;
    }

    .list4 li:before {
        top: 25px;
    }

    .list7 li {
        width: 100% !important;
        float: none !important;
    }

    .list7 .li2 {
        margin-top: 5px;
    }

    .list7 .li2 span {
        padding: 0 15px;
    }

    .wraplist5 li .list5,
    .wraplist5 li:nth-child(5) .list5 {
        height: auto;
    }

}

@media screen and (max-width:640px) {
    .tabListTitle1 {
        height: 40px;
        line-height: 40px;
    }

    .tabListTitle1 h3:after {
        top: 11px;
    }

    .list8 li {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .list8 li {
        width: 100%;
    }

    .banner .flexslider .slides>li .slideText {
        display: none;
    }

}
