* {
    margin: 0;
    padding: 0;
    font-size: .8333vw;
    box-sizing: border-box;
    font-family: "PingFangSC-Medium, PingFang SC"
}

a {
    text-decoration: none
}

li {
    list-style: none
}

.W {
    padding: 0 11.9792vw
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.2083vw;
    color: #000
}

header .header__logo {
    width: auto;
    height: 2.3438vw;
    cursor: pointer
}

header .header__nav {
    height: inherit
}

header .header__nav__wrapper {
    display: flex;
    height: 100%
}

header .header__nav__wrapper > li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 3.625vw;
    font-weight: 500;
    cursor: pointer
}

header .header__nav__wrapper > li:last-child {
    margin-right: 0
}

header .header__nav__wrapper > li > a {
    display: flex;
    align-items: center;
    width: inherit;
    height: 100%;
    color: #000
}

header .header__nav__wrapper > li > a:hover {
    color: #013988
}

header .header__nav__wrapper > li:hover {
    color: #013988
}

header .header__nav__wrapper > li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #013988;
    transition: all .3s
}

header .header__nav__wrapper > li:hover:before {
    width: 100%;
    left: 0;
    right: 0
}

header .header__btn-container > ul {
    display: flex
}

header .header__btn-container > ul > li {
    width: 3.9063vw;
    height: 1.8229vw;
    text-align: center;
    line-height: 1.8229vw;
    border-radius: 4px;
    margin-right: .2604vw;
    cursor: pointer;
    transition: all .3s ease-in-out
}

header .header__btn-container > ul > li:last-child {
    margin-right: 0
}

header .header__btn-container > ul > li:hover {
    background: #013988;
    color: #fff
}

footer {
    height: 13.2813vw;
    background: #001a3e;
    color: #fff
}

.footer__main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.125vw;
    padding-top: 3.125vw
}

.footer__logo {
    width: 9.6354vw;
    height: 3.125vw;
    cursor: pointer
}

.footer__nav {
    height: 3.125vw;
    line-height: 3.125vw
}

.footer__nav__wrapper {
    display: flex;
    align-items: center
}

.footer__nav__wrapper > li {
    position: relative;
    margin-right: 2.6042vw;
    cursor: pointer;
    transition: color .3s ease-in-out
}

.footer__nav__wrapper > li:last-child {
    margin-right: 0
}

.footer__nav__wrapper > li > a {
    display: flex;
    align-items: center;
    width: inherit;
    height: 100%;
    color: #fff
}

.footer__nav__wrapper > li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s
}

.footer__nav__wrapper > li:hover:before {
    width: 100%;
    left: 0;
    right: 0
}

copyright {
    display: block;
    width: 100%;
    font-size: .625vw;
    text-align: center;
    padding: 1.5625vw 0;
    font-family: "IQOOTYPE-REGULAR, IQOOTYPE";
    font-weight: 400;
    color: #2b405e;
    border-top: 2px solid #2b405e
}

body {
    background-color: #f5f8fa
}

body .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*height: 31.0417vw;*/
    height: 21.0417vw;
    /*background: url(../images/service_data-banner.png) no-repeat center;*/
    background-size: cover
}

body .banner .title {
    font-size: 2.5vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 2.5vw
}

body .banner .search {
    display: flex;
    align-items: center;
    width: 56.5104vw;
    height: 3.5938vw;
    margin-top: 3.125vw;
    background-color: #fff
}

body .banner .search  .input {
    flex: 1;
    height: 3.5938vw;
    border: none;
    font-size: 1.0417vw;
    padding: 1.0417vw 1.5625vw;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

body .banner .search  .input:focus {
    outline: none
}

body .banner .search  .line {
    width: .0521vw;
    height: 2.5521vw;
    background: #000;
    opacity: .1
}

body .banner .search  .search_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6458vw;
    height: 3.6458vw;
    cursor: pointer
}

body .banner .search  .search_icon  img {
    width: 1.4583vw;
    height: 1.4583vw
}

body .breadcrumb {
    font-size: .7292vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    line-height: 14px;
    margin-top: 1.0417vw
}

body .container {
    width: 100%;
    margin-top: 3.125vw;
    margin-bottom: 5.2083vw;
    max-width: 100%;
}

body .container .W .service_data {
    width: 76.0417vw;
    display: flex;
    flex-direction: column
}

body .container .W .service_data > .tab-head {
    display: flex;
    width: 76.0417vw;
    height: 2.9167vw;
    background-color: #fff
}

body .container .W .service_data > .tab-head > div {
    width: 50%;
    height: 2.9167vw;
    font-size: 1.0417vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333;
    border-bottom: .0521vw solid #080a0f
}

body .container .W .service_data > .tab-head > #my_data {
    display: flex;
    align-items: center;
    justify-content: center
}

body .container .W .service_data > .tab-head > #recent_data {
    display: flex;
    align-items: center;
    padding-left: 20.4167vw
}

body .container .W .service_data > .tab-head .current_tab {
    background-color: #013988;
    border: none;
    color: #fff
}

body .container .W .service_data > .tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 76.0417vw;
    background-color: #fff
}

body .container .W .service_data > .tab-content > div {
    width: 71.875vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none
}

body .container .W .service_data > .tab-content > div > .title {
    font-size: 1.1458vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000;
    line-height: 1.25vw;
    margin-top: 3.1771vw
}

body .container .W .service_data > .tab-content > div > .data_list {
    width: 71.875vw
}

body .container .W .service_data > .tab-content > div > .data_list > ul {
    display: flex;
    flex-wrap: wrap;
    width: 71.875vw;
    margin: 3.125vw 0
}

body .container .W .service_data > .tab-content > div > .data_list > ul > li {
    margin: .7813vw 4.2708vw;
    cursor: pointer;
    width: calc((100% - 4.2708vw*6)/3);
}

body .container .W .service_data > .tab-content .show {
    display: block
}
.hide{display: none !important;}
.searchBox{
    background: #ffffff;
    margin-left: 12.03125vw;
    margin-right: 12.03125vw;
    padding: 1vw 1.08vw;
    margin-bottom: 5.208vw;
}
.search-content .title{
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 1.25vw;
    font-family: "PingFangSC-Semibold";
}
.search-content .data_list ul{
    display: flex;
    max-width: 100%;
    flex-direction: row;
    padding-top: 1vw;
    /*padding-left: 4.40vw;*/
    /*padding-right: 4.40vw;*/
    flex-wrap: wrap;
    width: 71.875vw;
    margin: 3.125vw 0;
}
.search-content .data_list ul li{
    margin: .7813vw 4.2708vw;
    cursor: pointer;
    width: calc((100% - 4.2708vw*6)/3);
}
body .banner .search form {
    display: flex;
    align-items: center;
    width: 56.5104vw;
    height: 3.5938vw;
    background-color: #fff;
    border:1px solid #000000;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }

.download_service_file{
    display: flex;
    justify-content: space-between;
}
.download_service_file div{
    display: inline-block;
}
.download_service_file > .downloadIcon{
    width: .9375vw;
    height: .9375vw;
    cursor: pointer;
    background: url(../images/icon/download.png) no-repeat center;
    background-size: contain;
}
.download_service_file > .downloadIcon > a{
    display: inline-block;
    width: inherit;
    height: inherit;
}
/*# sourceMappingURL=service.css.map */
