@charset "utf-8";
body {
    color: #222;
    -webkit-text-size-adjust: none;
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; }
body,button,input,select,textarea {
    font-family: 'Microsoft YaHei', 'SF Pro Display', Roboto, Noto, Arial, 'PingFang SC', sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
}

*:focus,input,textarea {
    outline: none;
}

input::-ms-clear {
    display: none;
}

ol,ul {
    list-style: none;
}

html,body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.mobile{ display:none; }
.section-wrap {
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    position: relative;
    z-index: 1;
}

.section-wrap .section {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: auto;
}

.section-wrap .section .title {
    width: 100%;
    position: absolute;
    top: .98rem;
    color: #fff;
    font-size: 2.4em;
    text-align: center;
}
/*.section-wrap .section-2 .title{
    background: url(../img/line.png) no-repeat center 200%;

}*/
.section-wrap .section .title p {
    padding: 0 4%;
    opacity: 0
}

.section-wrap .section .title.active .tit {
    opacity: 1;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
    -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.bodytab {
    overflow: auto;
}

.section-wrap .section-1 {
    /*background: url(../img/bg1bottom.png) no-repeat center 66%;*/
    background-color: #152a51;
    /*background-size: 70%;*/
    
}

.section-wrap .section-2 {
    background: url(../img/bg2top.png) no-repeat;
    background-color: #152a51;
    background-position: center top;
}

.section-wrap .section-3 {
    background-color: #5bc0de
}

.section-wrap .section-4 {
    background-color: #f0ad4e
}

.section-wrap .section-5 {
    background-color: #d9534f
}

.put-section-0 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.put-section-1 {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

.put-section-2 {
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

.put-section-3 {
    transform: translateY(-300%);
    -webkit-transform: translateY(-300%);
}

.put-section-4 {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
}

.section-btn {
    width: 14px;
    position: fixed;
    right: 4%;
    top: 50%;
    z-index: 2;
}

.section-btn li {
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 12px;
    background: #626060;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.section-btn li.on {
    background: #d6b176;
}

.arrow {
    opacity: 1;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
}

.arrow:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes arrow {
    0%,
    100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}

@-webkit-keyframes arrow {
    0%,
    100% {
        bottom: 10px;
        opacity: 1;
    }
    50% {
        bottom: 50px;
        opacity: .5
    }
}


/* 定义pc样式 */

.sectionbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg1.png?1) no-repeat center;
    background-size: cover;
    z-index: 0;
}

.sectionbg .sec-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 678px;
    background: url(../img/topwl.png?1) no-repeat center bottom;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.animate-out.sectionbg .sec-top {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

.animate-out.sectionbg .sec-but {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}

.sectionbg .sec-but {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 222px;
    background: url(../img/bottomwl.png?1) no-repeat center top;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
    transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.sec-mid {
    position: absolute;
    bottom: 0;
    width: 812px;
    height: 152px;
    left: 50%;
    margin-left: -406px;
    background: url(../img/city.png?1) no-repeat center bottom;
}
.sec1_bt img,.sec1_bt2 img,.sec1_bg img,.sec1_bt3 img,.bg1bottom img{ width: 100%; visibility: hidden; }
.bg1bottom{
    z-index: 1;
    position: absolute;
    width: 86%;
    margin-left: 50%;
    left: -44%;
    top: 48%;
    /***background: url(../img/bg1bottom.png) no-repeat center bottom;***/
    background-size: 90%;
}
.sec1_bt {
    width: 50%;
    max-width: 950px;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 5px;
    background: url(../img/z_text1.png?2) no-repeat center bottom;
    background-size: contain;
}
.sec1_bt2 {
    position: relative;
    z-index: 99;
    width: 30%;
    max-width: 572px;
    margin: 0 auto;
    margin-top: 5%;
    background: url(../img/z_textt2.png) no-repeat center bottom;
    background-size: contain;
}
.sec1_bt3 {
    width: 428px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: url(../img/z_text3.png) no-repeat center bottom;
    background-size: contain;
}

.sec1_bg {
/*    width: 712px;
    height: 383px;*/
    width: 35%;
    margin: 0 auto;
    margin-top: 2%;
    background: url(../img/500.png) no-repeat center bottom;
    background-size: contain;
}
.sec1_bg img{ width: 100%; max-width: 668px; }
.sec1_btn{ position:relative; z-index: 99; }
.sec1_btn button {
    background: url(../img/btnbgnew.png) no-repeat center;
    width: 236px;
    height: 72px;
    color: #ffeb8e;
    border: none;
    font-size: 16px;
    margin-top: 60px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

/*.sec1_btn button:hover {
    border: 1px solid #e74847;
    animation: color 2s linear infinite alternate;
}*/

.btn_inner {
    height: 72px;
    line-height: 72px;
    position: absolute;
    width: 100%;
    top: 0px;
    transition: all 0.2s ease-in;
    color: #041f51;
}

.bth_hover {
    color: #fff;
}

/*.torankbtn:hover .btn_inner {
    top: -50px;
}
*/
.logo {
    width: 66px;
    position: fixed;
    left: 4%;
    top: .98rem;
    z-index: 10;
    background: url(../img/logo.png?3) no-repeat;
    background-size: contain;
}
.logo img{ width: 100%; visibility: hidden; }
.sec2_nav,
.pagediv,
.sec2_content {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    /* overflow: hidden; */
    margin-bottom: 20px;
}

.selectYear {
    float: right;
    margin-right: 20px;
}

.selectYear select {
    width: 120px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    background: none;
    font-weight: bold;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.selectYear select option {
    background: none;
    color: #3a67c2;
    padding: 0 0 0 10px;
}

.search {
    float: right;
    position: relative;
    overflow: hidden;
}

.search input {
    background: #143269;
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 18px;
    font-size: 12px;
    color: #fff;
    padding: 0 80px 0 30px;
    float: left;
    box-shadow: none;
    border: 2px solid #143269;
    box-sizing: border-box;
}

.search input:focus,
.search input:active {
    animation: color 2s linear infinite alternate;
}

.search_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/s_search.png?2) no-repeat center;
    position: absolute;
    left: 10px;
    top: 10px;
}

.searchDel_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/delText.png?1) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 76px;
    top: 10px;
    cursor: pointer;
    z-index: 20;
    display: none;
}

.search input::input-placeholder {
    color: #b6cbd1;
}
.search input::-webkit-input-placeholder {
    color: #b6cbd1;
}

.serbtn {
    width: 50px;
    height: 30px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

.search_btn {
    background: #4276df;
    color: #fff;
}

.searchall_btn {
    background: #fff;
    color: #4276df;
}

#search_switch {
    position: absolute;
    top: 3px;
    right: 5px;
}

.sec2_content table {
    width: 100%;
}

.sec2_content table .Tbody {
    overflow: hidden;
}

.sec2_content table .Ttitle tr {
    height: 36px;
    background: #f6e3a8;
    font-size: 14px;
    color: #152a51;
    font-weight: bold;
}

.sec2_content table .Ttitle tr td {
    cursor: pointer;
}

.sec2_content table .Ttitle tr td i {
    padding: 5px;
    background: url(../img/sanjiao.png?1) no-repeat center;
    display: none;
}

.sec2_content table .Ttitle tr td.cur i {
    display: inline;
}

.sec2_content table .Ttitle tr td.cur.tcur i {
    display: inline;
    background: url(../img/Dsanjiao.png?1) no-repeat center;
}

.sec2_content table .Tbody tr {
    height: 36px;
    background: #2b7da0;
    font-size: 14px;
    color: #fff;
}

.sec2_content table .Tbody tr:nth-child(2n+1) {
    background: #143269;
}

.sec2_content table colgroup col:nth-child(1) {
    width: 8%;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.sec2_content table colgroup col:nth-child(2) {
    width: 8%;
}

.sec2_content table colgroup col:nth-child(3) {
    width: 14%;
}

.sec2_content table colgroup col:nth-child(4) {
    width: 20%;
}

.sec2_content table colgroup col:nth-child(5) {
    width: 15%;
}

.sec2_content table colgroup col:nth-child(6) {
    width: 14%;
}

.sec2_content table colgroup col:nth-child(7) {
    width: 8%;
}

.sec2_content table colgroup col:nth-child(8) {
    width: 8%;
}

.sec2_content table .Tbody tr td:nth-child(1) {
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.sec2_content table .Tbody tr td:nth-child(2) {
    color: #f9ab34;
}

.sec2_content table .Tbody tr td:nth-child(3) {
    font-weight: bold;
}

.pagediv {
    height: 36px;
    border: 1px solid #3a67c2;
    font-size: 12px;
    line-height: 34px;
}

.pagediv a,
.pagediv span {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
}

.pagediv a:hover {
    color: #357bd6;
}

.pagediv .current {
    color: #e74847;
    position: relative;
}

.pagediv .zxfokbtn {
    cursor: pointer;
}

.pagediv .zxfokbtn:hover {
    color: #357bd6;
}

.pagediv .current::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 4px;
    background: #e74847;
    left: 50%;
    top: 23px;
    margin-left: -10px;
}

input.zxfinput {
    border: 1px solid #3649a7;
    background: none;
    color: #fff;
    width: 50px;
    padding: 0 0 0 10px;
}

.arrow {
    display: none;
}

.search-tip {
    font-size: 12px;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    line-height: 24px;
    color: #6cb6cd;
    text-align: left;
    padding: 0 20px;
}

.search-tip .tipDel {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/tipclose.png?2) no-repeat center;
    background-size: cover;
    cursor: pointer;
    float: right;
    margin-top: 7px;
}

.search-tip .tipDel:hover {
    opacity: 0.6;
}


/* 滚动条样式 */

#scrollDiv::-webkit-scrollbar {
    width: 5px;
    height: auto;
}

#scrollDiv::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 5px;
}

#scrollDiv::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: rgba(57, 107, 206, 0.6);
}

.tbtitle{ 
    width: 33%;
    max-width: 594px;
    margin: 2% auto 10%;    
    background: url(../img/title.png?2) center no-repeat;
    background-size: contain;
 }
 .tbtitle img{ width: 100%; visibility: hidden; }
/* 滚动条样式 */

@keyframes color {
    0% {
        border-color: #fff;
    }
    50% {
        border-color: #fff;
    }
    100% {
        border-color: #fff;
    }
}