@charset "utf-8";

/* 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 */

.flexslider .slides>li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides>a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62.81%;
    overflow: hidden;
}

.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 {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em;
    margin-top: -25px;
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {}

.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: 99;
}

.flex-control-nav li {
    margin: 10px 6px 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 8px;
    background-color: #fff;
}

.flex-control-paging li a:hover {
    background: #005aa0;
}

.flex-control-paging li a.flex-active {
    background: #005aa0;
    border: 1px solid #005aa0;
}

.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 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/*content*/

.content {
    width: 100%;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding-bottom: 1px;
    z-index: 1000;
    background-color: #eee;
}

.mode01 {
    width: 1020px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -510px;
    height: 50px;
}

.bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 8;
    display: block;
    height: 100%;
}

.mode01 .inner {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 10;
}

.listTitle01 {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #ac1819;
    font-size: 16px;
    font-weight: normal;
    float: left;
    margin: 0 10px 10px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.listTitle01 a,
.listTitle01 h2 {
    color: #fff;
}

.marquee {
    margin: 10px 10px 0 110px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.marquee ul {
    width: 100%;
}

.marquee li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    position: relative;
}

.marquee li:before {
    width: 5px;
    height: 5px;
    background-color: #ac1919;
    position: absolute;
    left: 0;
    top: 12px;
    content: '';
    border-radius: 50%;
}

.marquee li a {
    display: block;
    padding-left: 15px;
}


/*部门介绍*/

.mode02,
.mode03,
.mode04,
.mode05 {
    background-color: #fff;
    border-top: 1px solid #005aa0;
    width: 1140px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 0 30px;
}

.mode02 {
    border-top: none;
}

.listTitle02 {
    width: 253px;
    float: left;
}

.listTitle02 h2 {
    padding: 22px 0 0 98px;
    font-size: 20px;
    line-height: 27px;
    color: #005aa0;
    position: relative;
}

.genCon01 {
    margin: 20px 20px 20px 253px;
    line-height: 27px;
    overflow: hidden;
    font-size: 16px
}

.mode02 a {
    color: #005aa0;
}

.genCon01 a:hover {
    text-decoration: underline;
}


/*工作动态*/

.listTitle03 {
    width: 100%;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}

.listTitle03 h2 {
    font-size: 20px;
}

.rightMore {
    float: right;
    font-size: 12px;
}

.rightMore a {
    color: #999;
}

.Banner2 {
    padding: 0 30px;
}

.newsWrap {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.item-img01 {
    width: 440px;
    float: left;
}

.item-img01 .slideTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/subnav_bg.png) repeat;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.item-img01 .flex-control-nav {
    width: auto;
    right: 0;
    left: auto;
    bottom: 35px;
}

.item-txt01 {
    margin-left: 470px;
    border-top: 1px solid #c1c1c1
}

.item-txt01 h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 10px;
}

.item-txt01 h3 a {
    color: #202020;
}

.item-txt01 p {
    line-height: 28px;
    color: #666;
    height: 56px;
    overflow: hidden;
    margin-bottom: 20px;
}

.item-txt01 ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c1c1c1
}

.item-txt01 li {
    height: 40px;
    line-height: 40px;
    border-top: 1px dashed #c1c1c1;
    overflow: hidden;
}

.item-txt01 li span {
    float: right;
    margin-left: 5px;
    color: #999;
    font-size: 14px;
}

.listWrap03 {
    width: 100%;
    overflow: hidden;
    /* padding-bottom: 40px; */
    padding: 40px 0 40px 0;
}

.listWrap03 .lf {
    width: 38%;
    float: left;
}

.list01 {
    margin-right: 30px;
    padding-top: 20px;
    overflow: hidden;
}

.list01 li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.list01 li span {
    float: right;
    color: #666;
}

.listTitle04 {
    margin-right: 30px;
    height: 30px;
    border-bottom: 1px solid #c1c1c1;
    position: relative;
    line-height: 20px;
}

.listTitle04 .more {
    float: right;
}

.listTitle04 h2 {
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 3px solid #ac1919;
    padding: 0 10px 10px;
    font-size: 18px;
    font-weight: normal;
    color: #ac1919;
}

.listTitle04 h2 a {
    color: #ac1919;
}

.listCon {
    /* margin:20px 0 0 0; */
    overflow: hidden;
}

.listCon p {
    font-size: 16px;
    line-height: 26px;
    color: #005aa0;
}

.links {
    width: 100%;
    overflow: hidden;
}

.listWrap03 .rt {
    width: 24%;
    float: right;
}

.links span {
    display: block;
    border: 1px solid #005aa0;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.links span.link01 a,
.links span.link02 a:hover {
    background-color: #fff;
    color: #005aa0;
    display: block;
}

.links span.link02 a,
.links span.link01 a:hover {
    background-color: #005aa0;
    color: #fff;
    display: block;
}

.item-img02 {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    overflow: hidden;
}

.item-txt02 {
    padding-top: 10px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
}

.mode05 .carousel li {
    margin-right: 20px;
}

.mode05 .flexslider {
    padding: 0 40px 20px;
}

.mode05 .flex-direction-nav a {
    width: 30px;
    height: 50px;
    margin-top: -45px;
}

.mode05 .flex-direction-nav .flex-prev {
    left: 0;
    background: url(../images/lf.png) no-repeat center center;
}

.mode05 .flex-direction-nav .flex-next {
    right: 0;
    background: url(../images/rt.png) no-repeat center center;
}

.mode05 .flex-control-nav {
    display: none;
}

.Banner1 .flexslider .slides>li a {
    padding-bottom: 68.19%;
    width: 100%;
    overflow: hidden;
    height: 0;
    display: block;
}

.mode05 .carousel li a {
    display: block;
    overflow: hidden;
}

@media screen and (max-width:1220px) {
    .mode02,
    .mode03,
    .mode04,
    .mode05 {
        width: auto;
        padding: 0 15px;
    }
}

@media screen and (max-width:1024px) {
    .mode01 {
        position: static;
        width: 100%;
        margin: 0;
        padding-top: 19px;
    }
    .bg01 {
        display: none;
    }
    .marquee {
        margin-top: 0
    }
    .listTitle01 {
        margin-bottom: 0
    }
    .listTitle02 h2 {
        padding-left: 20px;
    }
    .listTitle02 {
        width: 200px;
    }
    .genCon01 {
        margin-left: 200px;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width: 768px) {
    .listTitle02 {
        float: none;
    }
    .genCon01 {
        margin: 10px 0 20px 0;
        font-size: 14px;
    }
    .listTitle02 h2 {
        font-size: 18px;
        padding-left: 0
    }
    .Banner2 {
        padding: 0;
    }
    .item-img01 {
        float: none;
        margin: 0 auto;
        width: auto;
        max-width: 440px;
    }
    .item-txt01 {
        margin: 20px 0 0 0;
    }
    .item-txt01 h3,
    .links span {
        font-size: 15px;
    }
    .listTitle03 h2 {
        font-size: 18px;
    }
    .listWrap03 .lf {
        width: 50%;
    }
    .listWrap03 .rt {
        width: 100%;
        float: none;
        overflow: hidden;
        clear: both;
    }
    .listCon p,
    .marquee li {
        font-size: 14px;
    }
}

@media screen and (max-width:640px) {
    .listWrap03 .lf {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}