@charset "utf-8";

/* CSS Document */

.banner {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

.t2-title {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.t2-title .gp-fl {
    padding: 13px 0;
    border-bottom: 3px solid #017575;
    font-weight: normal;
}

.t2-title .gp-fr a {
    margin-top: 20px;
    color: #999999;
    display: block;
}

.t2-time {
    width: 112px;
    height: 25px;
    background: #eeeeee;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    *line-height: 25px;
}

.t2-time .icon-shijian {
    font-size: 14px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #017575;
    display: inline-block;
    border-radius: 50px;
    *background: url(../images/t2-clock_03.png) no-repeat center #017575;
    *float: left;
}

.t2-date01 {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 12px;
    color: #333333;
}

.t2-tit01 {
    margin: 0 0 0 10px;
    padding: 14px 0 0 18px;
    border-left: 2px solid #eeeeee;
    height: 48px;
    overflow: hidden;
}

.t2-tit01:hover {
    color: #017575;
}

.t2-wrap_mode02 {
    width: 100%;
    background: url(../images/t2-wrap_mode02_02.jpg) no-repeat center top #eee8de;
}

.t2-list01 {
    margin: 0 -10px
}

.t2-list01>li>a {
    background: #fff;
    margin: 0 10px;
    display: block;
}

.t2-listcon {
    padding: 15px 20px;
    position: relative;
}

.t2-listcon h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.t2-listcon p {
    margin: 5px 0 0 0;
}

.t2-listcon p i {
    color: #999999;
    font-size: 12px;
}

.t2-listcon p strong {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    margin: 0 0 0 5px;
}

.t2-notice .t2-list01 span {
    height: 0px;
    display: block;
    overflow: hidden;
    padding-bottom: 56%;
}

.t2-notice .t2-list01>li {
    margin-bottom: 20px;
    *width: 33%;
    width: 33%\9\0;
}

.t2-notice .t2-list01>li:hover .t2-listcon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #9a0000;
    left: 0px;
    bottom: 0px;
}

.t2-notice .t2-list01 span img {
    width: 100%;
}


/* 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 {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.banner .flexslider .slides>li a {
    display: block;
    height: 0;
    padding-bottom: 27.2%;
    overflow: hidden;
}

.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;
}

.flex-direction-nav a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
}

.flex-direction-nav a:hover {
    text-shadow: 1px 1px 0 #666;
}

.flex-direction-nav .flex-prev {
    position: absolute;
    left: 5%;
    top: 45%;
    z-index: 9;
}

.flex-direction-nav .flex-next {
    position: absolute;
    top: 45%;
    right: 5%;
    z-index: 9;
}

.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: 90px;
    height: 6px;
    text-align: center;
    z-index: 9;
}

.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 {}

.banner .flex-direction-nav {
    display: block;
}

.banner .flex-control-paging {}

.banner .flex-control-nav li {
    margin: 0 5px;
    overflow: hidden;
    display: inline-block;
}

.banner .flex-control-nav li a {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-indent: 999em;
}

.banner .flex-control-nav li a.flex-active {
    background: #fff;
}

.banner .flexslider {
    position: relative;
    z-index: 0;
}

.banner .slideText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
}

.banner .slideText p {
    margin: 7px 80px 7px 30px;
    color: #fff;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
}

.content {
    margin-top: -60px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}


/*第一组*/

.wrap_mode01 {
    overflow: hidden;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.mode01 {
    overflow: hidden;
}

.mode01 .gp-fl {
    width: 64%;
}

.mode01 .gp-fr {
    width: 33.6%;
    border-left: #eee 1px solid;
}


/*通知公告*/

.articleTitle01 {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: #eeeeee 1px solid;
    padding-bottom: 15px;
}

.articleTitle01 .title {
    display: block;
    float: left;
    color: #9a0000;
    padding: 0 10px;
    position: relative;
}

.articleTitle01 .title:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #9a0000;
    position: absolute;
    left: 0;
    top: 12px;
}

.articleTitle01 .title:after {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #9a0000;
    position: absolute;
    right: 0;
    top: 12px;
}

.articleTitle01 .more {
    display: block;
    float: right;
    text-align: right;
    line-height: 24px;
    color: #666666;
}

.list1 {
    overflow: hidden;
    margin: 0 -15px;
}

.list1 li {
    padding-bottom: 18px;
    overflow: hidden;
}

.list1 li a {
    display: block;
    margin: 0 15px;
    overflow: hidden;
}

.list1 .date {
    display: block;
    width: 40px;
    height: 56px;
    float: left;
    text-align: center;
    font-family: 'Arial';
}

.list1 .month {
    display: block;
    height: 25px;
    line-height: 25px;
    background: #9a0000;
    color: #fff;
}

.list1 .day {
    display: block;
    height: 29px;
    line-height: 29px;
    border: #eeeeee 1px solid;
}

.list1 .artText {
    display: block;
    margin-left: 56px;
    transition: all 0.3s ease;
    border-bottom: #eee 1px solid;
    padding: 3px 0 15px 0;
}

.list1 .artText p {
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.list1 li:nth-child(5),
.list1 li:nth-child(6) {
    border-bottom: #eee 1px solid;
}

.list1 li:nth-child(5) .artText,
.list1 li:nth-child(6) .artText {
    border-bottom: none;
    padding: 0;
}


/*相关专题*/

.articleList02 {
    margin-top: 25px;
    overflow: hidden;
}

.list2 {
    margin: -7px -30px;
    overflow: hidden;
}

.list2 li {}

.list2 li a {
    display: block;
    padding: 7px 30px;
    border-right: #eee 1px solid;
    position: relative;
}

.list2 .iconfont {
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    border: #eee 1px solid;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}

.list2 .iconfont.icon-qitashiwu {
    color: #5877da;
}

.list2 .iconfont.icon-boshihoutubiao {
    color: #8548e9;
}

.list2 .iconfont.icon-teacher {
    color: #e95348;
}

.list2 .artText {
    display: table-cell;
    height: 48px;
    line-height: 24px;
    vertical-align: middle;
}

.list2 .hot,
.list2 .new {
    position: absolute;
    right: 15px;
    top: -3px;
}


/*人才招聘*/

.articleList03 {
    margin-left: 23px;
    overflow: hidden;
}


/*tab start*/

.tabArticleList {
    margin-top: -15px;
    overflow: hidden;
}

.tabArticleList .tabListTitle {
    overflow: hidden;
    border-bottom: #eee 1px solid;
    padding: 0 12%;
}

.tabArticleList .tab_menu h3 {
    width: auto;
    height: 28px;
    line-height: 28px;
    float: left;
    /*! margin:0 3.5% 0 0; */
}

.tabArticleList .tab_menu h3 a {
    display: block;
    height: 28px;
    text-align: center;
    line-height: 28px;
    float: left;
    font-size: 14px;
    width: auto;
    position: relative;
    font-weight: normal;
    margin: 0 10px;
}

.tabArticleList .tab_menu h3:hover,
.tabArticleList .tab_menu h3.on {
    display: block;
    height: 28px;
    line-height: 28px;
    float: left;
    width: auto;
}

.tabArticleList .tab_menu h3:hover a,
.tabArticleList .tab_menu h3.on a {
    display: block;
    width: auto;
    height: 26px;
    line-height: 26px;
    border-bottom: #9a0000 2px solid;
    color: #9a0000;
}

.tabArticleList .tab_menu h3 a:hover {}

.tabArticleList .more_tab {
    display: none;
}

.tabArticleList .tabListTitle .more {
    float: right;
    padding-top: 10px;
}

.tabArticleList .tabList {
    position: relative;
}

.tabArticleList .tabListBox .more {
    position: absolute;
    right: 0;
    top: -45px;
    font-size: 14px;
}

.tabArticleList .tabListBox .more a {
    color: #999;
}

.tabArticleList .tabListBox .more a:hover {
    color: #e60012;
}

.tabArticleList .tabListBox {
    display: none;
}


/*tab end*/

.list3 {
    overflow: hidden;
    margin-top: 25px;
}

.list3 li {
    overflow: hidden;
    margin-bottom: 25px;
}

.list3 li:last-child {
    margin-bottom: 0;
}

.list3 li a {
    display: block;
    overflow: hidden;
}

.list3 .date {
    display: block;
    width: 54px;
    height: 54px;
    float: left;
    text-align: center;
    border: #eee 1px solid;
    border-radius: 50%;
}

.list3 .month {
    display: block;
    height: 22px;
    line-height: 22px;
}

.list3 .day {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    color: #9a0000;
    border-bottom: #eee 1px solid;
    width: auto;
}

.list3 .artText {
    display: block;
    margin: 4px 0 4px 72px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    transition: all 0.3s ease;
}


/*服务指南*/

.wrap_mode02 {
    background: url(../images/modebg.jpg) no-repeat center top;
    background-size: cover;
    margin: 35px auto;
    overflow: hidden;
}

.articleTitle02 {
    padding-bottom: 0;
}

.articleTitle02 .title {
    float: none;
    color: #fff;
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #9a0000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: #fff 4px solid;
    border-top: none;
    margin: 0 auto;
}

.articleTitle02 .title:before {
    background: #fff;
    left: 30px;
    top: 25px;
}

.articleTitle02 .title:after {
    background: #fff;
    right: 30px;
    top: 25px;
}

.slick-img.gp-img-responsive {
    padding-bottom: 85%;
    background: none;
    border-radius: 70px;
    border: #e6e6e6 1px solid;
    width: 98%;
    transition: all 0.3s ease;
}

.slick-img.gp-img-responsive img {
    width: auto;
    margin: 0 auto;
}

.slick-txt {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: block;
    height: 35px;
    line-height: 35px;
}

.slick-images {
    margin: 10px -13px;
    overflow: hidden;
}

.slick-images .slick-slider>a {
    margin: 13px;
    display: block;
    position: relative;
    overflow: hidden;
}

.slick-images .slick-arrow {
    display: none !important;
}

.slick-images .slick-dots {
    display: block !important;
    margin: 40px 0 20px 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 40px;
    height: 24px;
    background: #c4c4c4;
    text-align: center;
    margin: 1px;
    cursor: pointer;
}

.slick-dots li button {
    border: none;
    background: none;
    font-size: 18px;
    color: #fff;
}

.slick-dots li.slick-active {
    background: #7a7a7a;
}

.slick-dots li.slick-active button {
    color: #f1be7d;
}

.slick-img .iconfont {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 16px;
}

.slick-img .iconfont.icon-baodao {
    font-size: 52px;
    color: #4890e9;
}

.slick-img .iconfont.icon-zhengmingdayin {
    font-size: 48px;
    color: #6348e9;
}

.slick-img .iconfont.icon-chuguojing {
    font-size: 44px;
    color: #4872e9;
}

.slick-img .iconfont.icon-pinggu {
    font-size: 40px;
    color: #71bf7a;
}

.slick-img .iconfont.icon-pingshen {
    font-size: 45px;
    color: #df3ebb;
}

.slick-img .iconfont.icon-tuixiu {
    font-size: 40px;
    color: #717ebf;
}

.slick-img .iconfont.icon-shiyebianzhi {
    font-size: 60px;
    color: #4890e9;
}

.slick-track {}

.slick-slider {
    position: relative;
}

.slick-slider .iconList {
    display: none;
    background: #fff;
    box-shadow: 0px 8px 10px 0px rgba(7, 0, 2, 0.1);
    border-radius: 20px;
    border-top-left-radius: 0;
    padding: 11px 30px;
    overflow: hidden;
    min-width: 440px;
    position: absolute;
    top: 143px;
    left: 13px;
    z-index: 99;
}

.slick-slider.on .slick-img.gp-img-responsive {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.slick-slider.on .iconList {
    display: block;
}

.slick-slider .iconList a {
    display: inline-block;
    position: relative;
    padding: 5px 20px 5px 12px;
}

.slick-slider .iconList a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.slick-slider .iconList a:hover:before {
    background: #e1b2b2;
}

.slick-images li:nth-child(12) .iconList,
.slick-images li:nth-child(13) .iconList,
.slick-images li:nth-child(14) .iconList,
.slick-images li:nth-child(19) .iconList,
.slick-images li:nth-child(20) .iconList,
.slick-images li:nth-child(21) .iconList {
    left: auto;
    right: 13px;
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
}


/*常用服务直达*/

.wrap_mode03 {
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.articleTitle03 {
    border: none;
    padding: 0;
}

.articleTitle03 .title {
    float: none;
    width: 125px;
    margin: 0 auto;
}

.list4 {
    margin: -10px -10px 0 -10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.list4 li a {
    display: block;
    border: #eeeeee 1px solid;
    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.list4 .artText {
    display: block;
    margin: 18px 25px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.list4 .artText:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #eee;
    position: absolute;
    bottom: -8px;
    right: 0;
}

.list4 li a:hover {
    background: #9a0000;
    box-shadow: 0px 10px 10px 0px rgba(154, 0, 0, 0.2);
}

.list4 li a:hover .artText {
    color: #fff;
}

.list4 li a:hover .artText:before {
    border-right: 8px solid #cd8080;
}

@media screen and (min-width:1020px) {
    .list1 a:hover .artText p,
    .list3 a:hover .artText {
        padding-left: 6px;
    }
}

@media screen and (max-width:1300px) {
    .tabArticleList .tabListTitle {
        padding: 0;
    }
    .slick-img .iconfont {
        margin-top: 8px;
    }
    .slick-txt {
        height: 24px;
        line-height: 24px;
    }
    .slick-img.gp-img-responsive {
        padding-bottom: 95%;
    }
    .slick-slider .iconList {
        top: 125px;
    }
}

@media screen and (max-width:1060px) {
    .content {
        margin-top: 0;
    }
    .wrap_mode01 {
        padding: 25px 0;
    }
    .banner {
        margin-top: 0;
    }
    .banner .flex-control-nav {
        bottom: 10px;
    }
}

@media screen and (max-width:996px) {
    .mode01 .gp-fl {
        width: 100%;
        float: none;
    }
    .mode01 .gp-fr {
        width: 100%;
        float: none;
        border: none;
        margin-top: 25px;
    }
    .articleList03 {
        margin-left: 0;
    }
    .list3 li {
        width: 50%;
        float: left;
    }
    .wrap_mode02 {
        margin: 0 auto 25px auto;
    }
    .slick-img.gp-img-responsive {
        padding-bottom: 66%;
    }
    .slick-slider .iconList {
        min-width: auto;
        border-radius: 0;
    }
}

@media screen and (max-width:768px) {
    .slick-img.gp-img-responsive {
        padding-bottom: 90%;
        border-radius: 0;
    }
}

@media screen and (max-width:640px) {
    .list2 {
        margin: -7px -15px;
    }
    .list2 li {
        width: 50%;
    }
    .list2 li a {
        padding: 7px 15px;
    }
    .slick-slider.on .iconList {
        display: none;
    }
    .slick-img.gp-img-responsive {
        padding-bottom: 100%;
    }
}

@media screen and (max-width:478px) {
    .list3 li {
        width: 100%;
        float: none;
    }
    .list4 .artText {
        height: auto;
        margin: 15px;
    }
    .slick-img.gp-img-responsive {
        padding-bottom: 70%;
    }
}

.contact_us{margin-left: 23px;padding-top: 39px;}
.contact_list{padding-left: 10px;}
.contact_list li{line-height: 1.5;margin-bottom: 6px;}