@charset "utf-8";

/* CSS Document */

.banner {
    position: relative;
    z-index: 1;
}


/* 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:26.2%; */
    overflow: hidden;
}

.banner .flexslider .slides>li a .gp-img-responsive {
    padding-bottom: 56%
}

.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;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    z-index: 999;
}

.flex-direction-nav a {
    display: block;
    width: 30px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.flex-direction-nav a:hover {
    text-shadow: 1px 1px 0 #666;
}

.flex-direction-nav .flex-prev {
    width: 55px;
    height: 55px;
    background: url(../images/arrow_left_hover.png) no-repeat center;
    margin: -25px 0 0 30px;
    float: left;
}

.flex-direction-nav .flex-next {
    width: 55px;
    height: 55px;
    background: url(../images/arrow_left_hover.png) no-repeat center;
    transform: rotate(180deg);
    margin: -25px 30px 0 0px;
    float: right;
}

.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: auto;
    position: absolute;
    bottom: 30px;
    right: 20%;
    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 {}


/* .banner .flex-direction-nav{ display: none; } */

.banner .flex-control-paging {}

.banner .flex-control-nav li {
    margin: 0 5px;
    overflow: hidden;
    display: inline-block;
}

.banner .flex-control-nav li a {
    text-indent: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.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%;
    height: 40%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.banner .slideText p {
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    max-width: 1200px;
    margin: 7% auto auto auto;
}

.content {}


/*第一组*/

.wrap_mode01 {
    background: #6f4486;
    overflow: hidden;
}

.mode01 {
    overflow: hidden;
}

.list1 li {
    padding: 15px 0 25px 0;
    overflow: hidden;
}

.list1 li:nth-child(odd) {
    background: #69417f;
}

.list1 li>div {
    margin: 0 15px;
}

.list1 .iconfont {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: #78548c 1px solid;
    border-radius: 50%;
    float: left;
}

.iconfont.icon-chujing {
    font-size: 21px;
}

.iconfont.icon-zhishiku {
    font-size: 21px;
}

.iconfont.icon-xuexi {
    font-size: 26px;
}

.iconfont.icon-zhihuicunwu {
    font-size: 22px;
}

.iconfont.icon-guojinengyuan {
    font-size: 26px;
}

.list1 .title a {
    display: block;
    margin-left: 50px;
    height: 40px;
    line-height: 40px;
}

.list1 .title a:hover,
.iconTextlist a:hover {
    color: #d3ca8e;
}

.iconTextlist {
    display: block;
    margin-left: 20px;
    border-left: #78548c 1px solid;
    padding-left: 30px;
    overflow: hidden;
    min-height: 72px;
}

.iconTextlist a {
    display: block;
    margin: 8px 0;
    position: relative;
}

.iconTextlist a:before {
    content: "";
    display: block;
    width: 3px;
    height: 0;
    background: #cec38d;
    position: absolute;
    left: -30px;
    top: 4px;
    transition: all 0.3s ease;
}

.iconTextlist a:hover:before {
    height: 17px;
}

.articleTitle01 {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: #eeeeee 1px solid;
}

.articleTitle01 .title {
    display: block;
    float: left;
    color: #6f4486;
    position: relative;
    padding-left: 10px;
}

.articleTitle01 .title:before {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: #6f4486;
    position: absolute;
    left: 0;
    top: 7px;
}

.articleTitle01 .more {
    display: block;
    float: right;
    line-height: 44px;
    color: #999;
}


/*新闻动态*/

.wrap_mode02 {
    margin: 40px auto 30px auto;
    overflow: hidden;
}

.mode02 {
    overflow: hidden;
}

.mode02 .gp-fl {
    width: 48.5%;
}

.mode02 .gp-fr {
    width: 48.5%;
}


/*科技资讯*/

.firstNews {
    overflow: hidden;
    margin-bottom: 15px;
}

.firstNews a {
    display: block;
    overflow: hidden;
}

.firstNews .gp-img-responsive {
    width: 285px;
    height: 160px;
    padding: 0;
    float: left;
}

.firstNews .artText {
    display: block;
    margin-left: 300px;
    overflow: hidden;
}

.firstNews .artTitle {
    display: block;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.firstNews .artCon {
    display: block;
    line-height: 22px;
    max-height: 66px;
    color: #999;
    overflow: hidden;
    margin: 12px 0;
}

.firstNews .date {
    display: inline-block;
    color: #6f4486;
    background: #f0ecf3;
    border-radius: 20px;
    padding: 0 10px 0px 37px;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin-bottom: 4px;
}

.firstNews .date:before {
    content: "";
    display: block;
}

.date .icon-shijian {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: #f0ecf3 1px solid;
    border-radius: 50%;
    font-size: 14px;
    color: #6f4486;
    margin-right: 8px;
    background: #fff;
    position: absolute;
    top: -3px;
    left: 0;
}

.list2 {
    overflow: hidden;
}

.list2 li {
    overflow: hidden;
}

.list2 li a {
    display: block;
    padding: 12px 0;
    overflow: hidden;
    border-top: #eeeeee 1px solid;
}

.list2 .artText {
    display: block;
    height: 24px;
    line-height: 24px;
    padding-left: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.list2 .artText:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.list2 .date {
    float: right;
    color: #999;
    line-height: 24px;
    padding-left: 10px;
}

.list3 {
    margin-top: -10px;
}

.list3 li:first-child a {
    border-top: none;
}

.list3 li {
    width: 48%;
    float: left;
}

.list3 li:nth-child(even) {
    float: right;
}

.list2 li a {
    border-top: 0px;
    border-bottom: 1px solid #eee;
}


/*下拉框*/

.wrap_mode03 {
    background: #f6f6f6;
    padding: 25px 0;
    /*! overflow: hidden; */
}

.divSelect {
    position: relative;
    background: url(../images/sel.png) no-repeat right 20px center #fff;
    border: 1px #eee solid;
}

.select_mask {
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.divSelect cite {
    height: 40px;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 40px;
    padding: 0 25px;
    cursor: pointer;
    overflow: hidden;
    font-style: normal;
}

.linkList02 {
    position: absolute;
    left: -1px;
    bottom: 40px;
    z-index: 5000;
    background-color: #f9f9f9;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    border: #eee 1px solid;
}

.linkList02 li {
    padding: 10px 25px;
    float: none !important;
    box-sizing: border-box;
}

.linkList02 li a {
    display: block;
}

@media screen and (min-width:1020px) {
    .list2 a:hover .artText {
        padding-left: 24px;
    }
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1300px) {
    .banner .slideText p {
        max-width: 1000px;
        padding: 0 20px;
    }
}

@media screen and (max-width:1000px) {
    .banner .flex-control-paging {
        display: none;
    }
    .banner .slideText p {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 10px;
    }
}

@media screen and (max-width:996px) {
    .wrap_mode02 {
        margin: 25px auto;
    }
    .mode02 .gp-fl {
        width: auto;
        float: none;
    }
    .mode02 .gp-fr {
        width: auto;
        float: none;
        margin-top: 20px;
    }
}

@media screen and (max-width:766px) {
    .list1 li:nth-child(odd) {
        background: none;
    }
    .list3 li {
        width: 100%;
        float: none;
    }
    .list3 li:nth-child(even) {
        float: none;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        background-size: 60%;
    }
}

@media screen and (max-width:640px) {
    .articleTitle01 .title:before {
        top: 2px;
    }
}

@media screen and (max-width:480px) {
    .firstNews .gp-img-responsive {
        float: none;
        margin: 0 auto;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
    }
    .firstNews .artText {
        margin: 20px 0 0 0;
    }
    .mode03.gp-container {
        margin: 0 !important;
    }
    .divSelect {
        background-size: 12px;
    }
}

@media screen and (max-width:478px) {
    .iconTextlist {
        min-height: 45px;
    }
    .iconTextlist a {
        display: inline-block;
        padding-right: 10px;
    }
    .iconTextlist a::before {
        display: none;
    }
    .list1 {
        padding: 15px 0;
    }
    .list1 li {
        padding: 0;
    }
}
