* {
    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;
    /*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 form  {
    display: flex;
    align-items: center;
    width: 56.5104vw;
    height: 3.5938vw;
    background-color: #fff;
    border:1px solid #000000;
}

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::placeholder {
    color: #ccc
}

body .banner .search  .input:focus {
    outline: none
}

body .banner .search  .line {
    width: .0781vw;
    height: 2.5521vw;
    background: #eaeaea
}

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: .7292vw;
    margin-top: 1.0417vw
}

body .container {
    margin-top: 3.125vw;
    max-width: 100%;
}

body .container .W section {
    display: flex
}

body .container .W section .aside_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 5.2083vw;
    width: 18.0208vw
}

body .container .W section .aside_box aside {
    display: flex;
    flex-direction: column;
    width: 18.0208vw;
    background-color: #fff
}

body .container .W section .aside_box aside .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 18.0208vw;
    height: 8.2292vw;
    padding-left: 1.5625vw;
    background: url(../images/aside_bg.png) no-repeat center;
    background-size: 100%
}

body .container .W section .aside_box aside .header > .title {
    font-size: 2.5vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 2.5vw
}

body .container .W section .aside_box aside .header > .title_en {
    font-size: 1.25vw;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #819cc3;
    line-height: 1.25vw;
    margin-top: .7292vw
}

body .container .W section .aside_box aside .classify_list > ul {
    display: flex;
    flex-direction: column
}

body .container .W section .aside_box aside .classify_list > ul > li {
    display: flex;
    justify-content: center;
    height: 4.1667vw;
    width: 18.0208vw;
    cursor: pointer
}

body .container .W section .aside_box aside .classify_list > ul > li > span {
    display: flex;
    width: 14.8958vw;
    height: 4.1667vw;
    line-height: 4.1667vw;
    border-bottom: .0781vw solid rgba(8, 10, 15, .05);
    font-size: 1.0417vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333
}

body .container .W section .aside_box aside .classify_list > ul > li:last-of-type > span {
    border-bottom: none
}

body .container .W section .aside_box aside .classify_list > ul > li:hover > span {
    color: #013988
}
body .container .W section .aside_box aside .classify_list > ul .active > span{
    color: #013988
}

body .container .W section .aside_box aside .consult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 18.0208vw;
    /*height: 5.7292vw;*/
    background-color: #ccd7e7;
    padding-left: 1.5625vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
}

body .container .W section .aside_box aside .consult > .product_consult {
    font-size: .8333vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #013988;
    line-height: .8333vw
}

body .container .W section .aside_box aside .consult > .concact {
    font-size: 1.0417vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #013988;
    line-height: 1.0417vw;
    margin-top: .7292vw
}

body .container .W section .aside_box .order {
    display: flex;
    width: 18.0208vw;
    /*height: 5.3646vw;*/
    height: auto;
    background-color: #fff;
    margin-top: 1.0417vw;
    cursor: pointer;
    padding-bottom: 1.3541vw;
}

body .container .W section .aside_box .order .order_logo {
    width: 1.9792vw;
    height: 1.9792vw;
    margin-top: 1.3542vw;
    margin-left: 1.5625vw
}

body .container .W section .aside_box .order .order_logo > img {
    width: 100%;
    height: 100%
}

body .container .W section .aside_box .order .order_description {
    display: flex;
    flex-direction: column
}

body .container .W section .aside_box .order .order_description .order_title {
    font-size: 1.0417vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    margin-top: 1.5625vw;
    margin-left: .5208vw
}

body .container .W section .aside_box .order .order_description .order_tips {
    font-size: .625vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    margin-top: .2604vw;
    margin-left: .5208vw
}

body .container .W section .content {
    margin-bottom: 5.2083vw;
    margin-left: 1.5625vw
}

body .container .W section .content > ul {
    /*display: flex;*/
    flex-wrap: wrap;
    display: none;
}

body .container .W section .content .show{
    display: flex;
}

body .container .W section .content > ul > li {
    display: flex;
    flex-direction: column;
    width: 17.8125vw;
    height: 28.6458vw;
    font-size: 1.0417vw;
    font-weight: 500;
    background: #fff;
    margin-right: 1.5625vw;
}

body .container .W section .content > ul > li img {
    width: 17.7083vw;
    max-width: 100%;
    height: 17.7083vw
}
body .container .W section .content > ul > li:nth-of-type(3n){
    margin-right: 0;
    width: calc((100% - 1.5625vw*2)/3);
}

body .container .W section .content > ul > li:nth-of-type(n + 4) {
    margin-top: 1.5625vw
}

body .container .W section .content > ul .item__bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.4583vw 1.0417vw
}

body .container .W section .content > ul .text__container {
    margin-top: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

body .container .W section .content > ul .text__container .product__name {
    color: #013988;
    margin-bottom: .5208vw
}

body .container .W section .content > ul .text__container .product__itemName {
    color: #333;
    margin-bottom: .5208vw;
    text-align: center;
}

body .container .W section .content > ul .text__container .product__des {
    width: 100%;
    font-size: .7292vw;
    font-weight: 400;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

body .container .W section .content > ul .button__wrapper {
    display: flex;
    align-items: center;
    color: #333;
    padding: .2083vw .8333vw;
    font-size: .7292vw;
    border-radius: .7813vw;
    border: .0521vw solid #ccc;
    cursor: pointer;
    transition: all .2s ease-in
}

body .container .W section .content > ul .button__wrapper img {
    width: .7813vw;
    height: .4167vw;
    margin-left: .2604vw
}

body .container .W section .content > ul .button__wrapper:hover {
    color: #0a408c;
    border-color: #0a408c
}

body .container .W section .content .pagation {
    display: flex;
    justify-content: center;
    margin-top: 3.125vw
}

body .container .W section .content .pagation > div {
    margin: 0 .3125vw
}

body .container .W section .content .pagation > .arrow-left, body .container .W section .content .pagation .arrow-right, body .container .W section .content .pagation .page_num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2917vw;
    height: 2.2917vw;
    cursor: pointer;
    border: .0521vw solid rgba(0, 0, 0, .1)
}

body .container .W section .content .pagation > .arrow-left::after {
    width: .1563vw;
    height: .1563vw;
    content: "";
    display: inline-block;
    border: solid #ccc;
    border-width: 0 .1042vw .1042vw 0;
    padding: .1563vw;
    transform: rotate(135deg)
}

body .container .W section .content .pagation > .arrow-right::after {
    width: .1563vw;
    height: .1563vw;
    content: "";
    display: inline-block;
    border: solid #000;
    border-width: 0 .1042vw .1042vw 0;
    padding: .1563vw;
    transform: rotate(-45deg)
}

body .container .W section .content .pagation .current_page {
    background-color: #0a408c;
    color: #fff
}
.hide{display: none !important;}
.searchBox{margin-left: 9vw;}
.searchContent{
    display: flex;
    flex-direction: column;
}
/*.searchContent > ul > li:nth-of-type(n+3){*/
/*    width: calc((100% - 1.5625vw*2)/3) !important;*/
/*}*/
.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; }
/*# sourceMappingURL=product-center.css.map */
