/* 三屏背景开始 */

#fullPage .section#section1 {
    overflow: inherit;
    background: url(../images/sectionbg02.jpg) no-repeat bottom center;
    background-size: cover;
}

#fullPage .section#section2 {
    background: url(../images/sectionbg03.jpg) no-repeat center;
    background-size: cover;
}

#fullPage .section#section3 {
    background: url(../images/sectionbg04.png) no-repeat center;
    background-size: cover;
}


/* 三屏背景结束 */

body {
    position: relative;
}

.title-ty {
    width: 100%;
    margin: auto;
    clear: both;
}

.title-ty h2 {
    font-size: 38px;
    color: #333333;
    float: left;
    margin-top: 50px;
}

.title-ty h2 a {
    color: #333333;
    float: left;
}

.title-ty h2 p {
    display: block;
    float: left;
    clear: both;
    font-size: 16px;
    color: #c9c9c9;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.title-ty .tit-more {
    float: right;
    margin-top: 80px;
}


/* banner区域开始 */

#banner {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/sectionbg01.jpg) no-repeat bottom center;
    background-size: cover;
}


/* 顶部logo */

.Banner .top-logo {
    height: 55px;
    border-bottom: 1px solid #387ad4;
}

.Banner .top-logo .top-left-logo {
    height: 55px;
    font-size: 16px;
    color: #eaf3ff;
    line-height: 55px;
}

.Banner .top-logo .top-left-logo img {
    float: left;
    margin-top: 14.5px;
}

.Banner .top-logo .top-left-logo a {
    color: #eaf3ff;
    margin-left: 16px;
}

.Banner .top-logo .top-left-logo a:hover {
    color: #fff;
}

i.mouse {
    display: block;
    width: 22px;
    height: 40px;
    background: url(../images/mouse.png) no-repeat center;
    -webkit-animation: mouse 2s infinite;
    -moz-animation: mouse 2s infinite;
    -o-animation: mouse 2s infinite;
    animation: mouse 2s infinite;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
}

@-webkit-keyframes mouse {
    0% {
        bottom: 150px;
    }
    50% {
        bottom: 140px;
    }
    100% {
        bottom: 150px;
    }
}

@-moz-keyframes mouse {
    0% {
        bottom: 150px;
    }
    50% {
        bottom: 140px;
    }
    100% {
        bottom: 150px;
    }
}

@-o-keyframes mouse {
    0% {
        bottom: 150px;
    }
    50% {
        bottom: 140px;
    }
    100% {
        bottom: 150px;
    }
}

@keyframes mouse {
    0% {
        bottom: 150px;
    }
    50% {
        bottom: 140px;
    }
    100% {
        bottom: 150px;
    }
}


/* banner logo */

.section.active .banner-logo {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.banner-logo {
    height: 119px;
    margin-top: 200px;
    text-indent: 332px;
}

.banner-logo a {
    width: 1330px;
}


/* banner 搜索 */

.section.active .banner-search {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.banner-search {
    width: 805px;
    height: 64px;
    margin: auto;
    background: #fff;
    border-radius: 50px;
    margin-top: 110px;
}

.banner-search .search input {
    width: 640px;
    height: 64px;
    border: none;
    outline: none;
    border-radius: 50px;
    margin-left: 30px;
    font-size: 18px;
    color: #999999;
}

.banner-search .search input::placeholder {
    font-size: 18px;
    color: #999999;
}

.banner-search .search button {
    border: none;
    outline: none;
    width: 93px;
    height: 64px;
    background: url(../images/search-an.png) no-repeat;
    float: right;
    cursor: pointer;
}

.banner-search .search-hot {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 22px;
}

.banner-search .search-hot a {
    color: #ffffff;
    margin-left: 15px;
}


/* banner区域结束 */


/* 导航区域开始 */

#fullPage .section {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.nav {
    position: relative;
    top: -118px;
    z-index: 14;
    height: 118px;
    overflow: hidden;
    background: url(../images/nav-bac.png) no-repeat center bottom;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.nav .nav-con {
    height: 90px;
    line-height: 90px;
    margin-top: 28px;
}

.nav .nav-con ul {
    width: 1300px;
    margin: auto;
}

.nav .nav-con ul li {
    float: left;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    padding: 0 40px;
    margin-right: 48px;
}

.nav .nav-con ul li:last-of-type {
    margin-right: 0;
}

.nav .nav-con ul li a {
    color: #ffffff;
}

.nav .nav-con ul li.on {
    background: url(../images/nav-on.png) no-repeat bottom center;
}

#section1.active .nav {
    top: 0 !important;
    height: 90px !important;
    background: url(../images/nav-bj.png) no-repeat center bottom;
    background-size: cover;
}

#section1.active .nav .nav-con {
    margin-top: 0px;
}


/* 导航区域结束 */


/* 第一屏 start*/


/* 头条 */

.toutiao {
    height: 125px;
    background: #fff;
    overflow: hidden;
}

.section.active .toutiao {
    -webkit-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s;
    -o-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.toutiao .toutiao-con {
    width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 35px;
}

.toutiao .toutiao-con .toutiaoimg {
    width: 94px;
    height: 60px;
    vertical-align: top;
    margin-right: 50px;
    display: inline-block;
    margin-top: 5px;
}

.toutiao .toutiao-con span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 38px;
    color: #000000;
    max-width: 824px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao span a {
    color: #000000;
}

.toutiao span a:hover {
    color: #182f8d
}

.toutiao .toutiao-words {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.toutiao .toutiao-words a {
    color: #cb0b04
}


/* 科技动态 */


/* 科技动态 图片新闻 */

.section.active .kjdt-con {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.tpxw {
    float: left;
    width: 715px;
}

.TabImg {
    float: left;
    width: 715px;
    position: relative;
    height: 400px;
    margin-top: 30px;
}

.TabImg img {
    width: 715px;
    height: 400px;
}

.TabImg .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("../images/pre.png") no-repeat center;
}

.TabImg .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -30px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("../images/next.png") no-repeat center;
}

.TabImg:hover .prev {
    display: block;
}

.TabImg:hover .next {
    display: block;
}

.TabImg .bd ul li {
    float: left;
    width: 715px;
    position: relative;
}

.TabImg .bd ul li>a {
    display: block;
    width: 715px;
    height: 400px;
}

.TabImg .bd ul li>a img {
    width: 715px;
    height: 400px;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
}

.TabImg .bd ul li:hover>a img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
}

.TabImg .bd ul li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    line-height: 74px;
    padding-right: 0;
    box-sizing: border-box;
    background: url("../images/lbt-wzbj.png") no-repeat;
    font-weight: normal;
}

.TabImg .bd ul li h3 a {
    width: 500px;
    display: block;
    float: left;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 80px;
}

.TabImg .bd ul li p {
    position: absolute;
    z-index: 100;
    width: 70px;
    height: 75px;
    background: #182f8d;
    bottom: 0;
    left: 0;
    overflow-x: visible;
    color: #ffffff;
    border-top-right-radius: 10px;
}

.TabImg .bd ul li p span:nth-of-type(1) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 12px;
}

.TabImg .bd ul li p span:nth-of-type(2) {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.TabImg .hd {
    position: absolute;
    right: 18px;
    bottom: 28px;
    z-index: 100;
}

.TabImg .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    overflow: visible;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 5px;
}

.TabImg .hd ul li.on {
    background: #ff9817;
    width: 20px;
    height: 10px;
    border-radius: 5px;
}

.tpxw-list {
    float: left;
    width: 713px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.tpxw-list ul {
    width: 100%;
    padding: 30px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
}

.tpxw-list ul li {
    width: 650px;
    float: left;
    background: url(../images/lblist-tb.png) no-repeat left center;
}

.tpxw-list ul li:hover {
    background: url(../images/lblist-tb2.png) no-repeat left center;
}

.tpxw-list ul li span {
    float: right;
    color: #999999;
}

.tpxw-list ul li:nth-of-type(2) {
    margin-top: 30px;
}

.tpxw-list ul li a {
    display: block;
    float: left;
    width: 510px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 25px;
}


/* 科技动态新闻*/

.section.active .xwzx {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.section.active .notice {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.kjtd-list {
    width: 545px;
    overflow: hidden;
    float: right;
    margin-top: 30px;
}

.kjtd-list ul li {
    width: 543px;
    height: 160px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-top: 20px;
}

.kjtd-list ul li:nth-of-type(1) {
    margin-top: 0;
}

.kjtd-list ul li .kjtd-list-time {
    font-size: 16px;
    color: #182f8d;
    margin-left: 30px;
    margin-top: 20px;
}

.kjtd-list ul li .kjtd-list-title {
    font-size: 18px;
    width: 480px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 17px;
}

.kjtd-list ul li .kjtd-list-doc {
    width: 480px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 17px;
}


/* 第一屏 end*/


/* 第二屏 start*/

#section2 {
    padding: 100px 0;
}


/* 新闻资讯 */

.xwzx {
    width: 626px;
    float: left;
    overflow: hidden;
}

.xwzx ul {
    margin-top: 30px;
}

.xwzx ul li {
    width: 624px;
    height: 115px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    margin-top: 25px;
}

.xwzx ul li:nth-of-type(1) {
    margin-top: 0;
}

.xwzx ul li .xwzx-xh {
    width: 100px;
    height: 115px;
    float: left;
    background: url(../images/xwzx01.png) no-repeat;
    line-height: 115px;
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    text-indent: 44px;
}

.xwzx ul li:hover .xwzx-xh {
    background: url(../images/xwzx02.png) no-repeat;
    font-size: 50px;
    color: #ffffff;
    text-indent: 0;
    text-align: center;
}

.xwzx ul li .xwzx-con {
    width: 465px;
    margin-left: 30px;
    float: left;
}

.xwzx ul li .xwzx-con h3 {
    font-size: 18px;
    height: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 30px;
}

.xwzx ul li .xwzx-con h3 a {
    color: #333333;
}

.xwzx ul li:hover .xwzx-con h3 a {
    color: #182f8d
}

.xwzx ul li .xwzx-con .xwzx-con-doc {
    font-size: 16px;
    height: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 17px;
}

.xwzx ul li .xwzx-con .xwzx-con-doc a {
    color: #666666;
}


/* 通知公告 */

.notice {
    width: 625px;
    float: right;
}

.notice .notice-ul-one {
    margin-top: 30px;
}

.notice .notice-ul-one li {
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.notice .notice-ul-one li h3 {
    font-size: 18px;
    color: #182f8d;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
}

.notice .notice-ul-one li h3 a {
    color: #182f8d;
}

.notice .notice-ul-one li .notice-doc {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 17px;
}

.notice .notice-ul-one li .notice-fbrq {
    color: #999999;
    font-size: 16px;
    height: 16px;
    margin-top: 17px;
}

.notice .notice-ul-two li {
    height: 137px;
    border-bottom: 1px solid #e6e6e6;
}

.notice .notice-ul-two li .notice-fbrq {
    width: 85px;
    height: auto;
    float: left;
    color: #999999;
    font-size: 22px;
    overflow: hidden;
}

.notice .notice-ul-two li .notice-fbrq span:nth-of-type(1) {
    font-size: 30px;
    float: left;
    color: #999999;
    /* margin-top: 50px; */
    margin-top: 35px;
    margin-left: 26px;
}

.notice .notice-ul-two li .notice-fbrq span:nth-of-type(2) {
    font-size: 21px;
    float: left;
    color: #999999;
    /* margin-top: 58px; */
    margin-top: 8px;
}

.notice .notice-ul-two li h3 {
    font-size: 18px;
    width: 520px;
    overflow: hidden;
    color: #182f8d;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    text-align: left;
    height: 20px;
    margin-top: 37px;
}

.notice .notice-ul-two li h3 a {
    color: #333333;
}

.notice .notice-ul-two li h3 a:hover {
    color: #182f8d;
}

.notice .notice-ul-two li .notice-doc {
    font-size: 16px;
    width: 525px;
    height: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    float: right;
    text-align: left;
}


/* 第二屏 end*/


/* 第三屏 start*/

#section3 {
    position: relative;
    padding: 0;
}


/*科技之星 */

.section.active .kjzx h4 {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.section.active .ztzlScroll {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.kjzx h4 {
    width: 100%;
    height: 89px;
    background: url(../images/kjzx-bj.png) no-repeat center;
    margin-top: 10%;
}

.kjzx h4 p:nth-of-type(1) {
    font-size: 38px;
    color: #333333;
    text-align: center;
}

.kjzx h4 p:nth-of-type(2) {
    font-size: 16px;
    color: #c9c9c9;
    text-align: center;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 17px;
}

.ztzlScroll {
    width: 1300px;
    height: 160px;
    position: relative;
    margin-top: 20px;
}

.ztzlScroll .prev {
    width: 42px;
    height: 59px;
    position: absolute;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../images/prew.png) no-repeat;
    top: 110px;
}

.ztzlScroll .next {
    width: 42px;
    height: 59px;
    position: absolute;
    z-index: 100;
    left: auto;
    right: 0;
    background: url(../images/next.png) no-repeat;
    top: 110px;
}

.ztzlScroll .scrollWrap {
    width: 1120px;
    overflow: hidden;
    position: absolute;
    left: 90px;
}

.ztzlScroll dl {
    float: left;
    width: 280px;
    height: 350px;
    background: url(../images/kjzxbj.png) no-repeat top center;
    text-align: center;
    position: relative;
}

.ztzlScroll dl dd span:nth-of-type(1) {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 30px;
}

.ztzlScroll dl dd span:nth-of-type(2) {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.ztzlScroll img {
    display: block;
    width: 170px;
    height: 237px;
    margin-left: 55px;
    margin-top: 26.5px;
    transition: 0.5s;
}

.ztzlScroll img:hover {
    box-shadow: 5px 5px 10px #343434;
}


/* 底部 end*/

.section.active .footer {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
    -o-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.footer {
    width: 100%;
    height: 282px;
    background: url(../images/footerbj.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: -10px;
}

.footer .footer-top {
    height: 188px;
    border-bottom: 1px solid #364dad;
}

.footer .footer-top p {
    float: left;
    margin-top: 60px;
}

.footer .footer-top p img {
    width: 396px;
    height: 78px;
    float: left;
}

.footer .footer-top ul {
    float: right;
    font-size: 16px;
    color: #81a1dc;
    margin-top: 70px;
}

.footer .footer-top ul li {
    text-indent: 28px;
}

.footer .footer-top ul li a {
    color: #81a1dc;
}

.footer .footer-top ul li a:hover {
    color: #a8bfeb;
}

.footer .footer-top ul li:nth-of-type(1) {
    float: left;
    background: url(../images/footer-dh.png) no-repeat left center;
}

.footer .footer-top ul li:nth-of-type(2) {
    float: left;
    background: url(../images/footer-wz.png) no-repeat left center;
    margin-left: 30px;
}

.footer .footer-top ul li:nth-of-type(3) {
    margin-top: 20px;
    float: left;
    clear: both;
    background: url(../images/footer-dz.png) no-repeat left center;
}

.footer .footer-bottom {
    font-size: 16px;
    color: #81a1dc;
    margin-top: 20px;
}

.footer .footer-bottom a {
    color: #81a1dc;
}

.footer .footer-bottom a:hover {
    color: #a8bfeb;
}

.footer .footer-bottom span {
    float: right;
}

.footer .footer-bottom .GaBa {
    background: url(../images/gaba.png) no-repeat left center;
    padding-left: 28px;
}


/* 第三屏 end*/

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