body,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

input::-ms-clear,
::-ms-reveal {
    display: none;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

a,
img {
    border: none;
}

body * {
    box-sizing: border-box;
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -o-user-select: text !important;
    -ms-user-select: text !important;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    /*font-family: 'Microsoft YaHei'*/
    font-family: 'PingFangSC-Regular'
}

input::-webkit-input-placeholder {
    color: #808080;
    letter-spacing: 2px;
}

input::-moz-placeholder {
    color: #808080;
}

input::-moz-placeholder {
    color: #808080;
}

input::-ms-input-placeholder {
    color: #808080;
}

input.input_public {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: transparent;
}

a {
    outline: none !important;
    color: #333;
}

button.button_public {
    border: none;
    border-radius: 3px;
    background: #df001f;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.gw_page {
    background: #333;
    /* padding-top: 88px; */
}

.gw_page .header_public.borderRadius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.gw_page .header_public {
    background: #fff;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}

.gw_page .header_public .logo {
    width: 50px;
    height: 27px;
    background: url(../images/gw/logo.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
}

.gw_page .header_public .logo_adv {
    width: 194px;
    height: 30px;
    background: url(../images/gw/logo_adv.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 180px;
}


.gw_page .header_public .qfnavs {
    display: inline-block;
}

.gw_page .header_public .qfnavs li {
    float: left;
    display: inherit;
    padding: 0 20px;
}

.gw_page .header_public .qfnavs li:last-child {
    margin-right: 0;
}

.gw_page .header_public .qfnavs li a {
    line-height: 50px;
    color: #252525;
    display: inherit;
    font-size: 14px;
    font-weight: 600;
}

.gw_page .header_public .btns_w {
    float: right;
    height: 36px;
    margin-top: 12px;
    position: relative;
}

.gw_page .header_public .btns_w:after {
    content: '';
    width: 1px;
    height: 17px;
    position: absolute;
    left: 180px;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
}


.gw_page .header_public .btns_w .top_h {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 100%;
}

.gw_page .header_public .cart_w .no-information {
    text-align: center;
    line-height: 235px;
    color: #bebebe;
    font-size: 15px;
    letter-spacing: 2px;
}

.gw_page .header_public .header_inner {
    /*width: 1200px;*/
    min-width: 1200px;
    margin: 0 60px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.gw_page .header_public .btns_w .top_h:nth-child(2) {
    width: 52px;
    text-align: center;
}

.gw_page .header_public .top_h .top_info {
    z-index: 5;
    position: absolute;
    top: 50px;
    height: 0;
    width: 100%;
    left: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}

.gw_page .header_public .top_h .top_info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.gw_page .header_public .top_h .user {
    height: 90px;
    width: 114px;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.gw_page .header_public .top_h .not_login {
    padding-right: 57px;
    height: 90px;
    text-align: right;
    padding-top: 30px;
}

.gw_page .header_public .top_h .not_login a {
    display: inline-block;
    width: 70px;
    height: 32px;
    border: 1px solid #808080;
    text-align: center;
    line-height: 32px;
    color: #808080;
    border-radius: 3px;
}

.gw_page .header_public .top_h .not_login .dl {
    margin-right: 35px;
}

.gw_page .header_public .top_h .not_login a:hover {
    color: #df001f;
    border-color: #df001f;
}

.gw_page .header_public .top_h .yet_login {
    text-align: center;
}

.gw_page .header_public .top_h .yet_login a {
    line-height: 20px;
    color: #808080;
    display: inline-block;
    /* margin-right: 50px; */
}

.gw_page .header_public .top_h .yet_login a:hover {
    color: #e2383a;
}

.gw_page .header_public .btns_w .top_h {
    width: 40px;
    height: 48px;
}

.gw_page .header_public .btns_w .top_h>a {
    text-align: center;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin-left: 0;
    width: 36px;
    border-radius: 50%;
}

.gw_page .header_public .btns_w img {
    width: 20px;
    height: 22px;
    vertical-align: middle;
    display: inline-block;
}

.gw_page .header_public .btns_w .top_h:hover a {
    background: #fff;
}

.gw_page .header_public .top_h .cart .empty {
    height: 90px;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 90px;
    text-align: center;
    color: #808080;
}

.gw_page .header_public .top_h .cart {
    height: 235px;
    background: #fff;
    position: relative;
}

.gw_page .header_public .btns_w .search_keywords {
    outline: none;
    width: 180px;
    height: 36px;
    border: none;
    border-radius: 18px 0 0 18px;
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    border-right: none;
    float: left;
    background: #f4f3f3;
}

.gw_page .header_public .btns_w .btn_s {
    outline: none;
    width: 50px;
    height: 36px;
    border: none;
    border-radius: 0 18px 18px 0;
    border-left: none;
    margin-right: 35px;
    background: url(../images/img_w/sousuo@2x.png) no-repeat center;
    float: left;
    background-color: #f4f3f3;
    background-size: 18px 18px;
    cursor: pointer;
}

.gw_page .header_public .btns_w .cart_w .text {
    position: relative;
}

.gw_page .header_public .cart_w #cartNum {
    position: absolute;
    top: -10px;
    left: 16px;
    color: #e40807;
    font-size: 12px;
    font-weight: 600;
}

.gw_page .header_public .top_h .cart #pre {
    position: absolute;
    top: 90px;
    left: 20px;
    font-size: 20px;
    color: #999;
}

.gw_page .header_public .top_h .cart #next {
    position: absolute;
    top: 90px;
    right: 20px;
    font-size: 20px;
    color: #999;
}

.gw_page .header_public .header_nav_list li:hover>a {
    color: #C81017;
    position: relative;
}

.gw_page .header_public .header_nav_list li:hover>a:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #C81017;
    position: absolute;
    left: 0;
    bottom: 0;
}

.gw_page .header_public .header_nav_list li.hoverbox:hover {
    background: #fff;
}

.gw_page .header_public .qfnavs li.indexcenterweixiu {
    position: relative;
}

.gw_page .header_public .qfnavs li .repair {
    position: absolute;
    left: 0;
    transition: all 200ms ease-out;
    overflow: hidden;
}

.gw_page .header_public .repair {
    display: block;
}

.gw_page .header_public .header_nav_list {
    display: flex;
    height: 100%;
    align-items: center;
    position: static;
    float: right;
}

.gw_page .header_public .header_nav_list li {
    display: inherit;
    margin-right: 40px;
    line-height: 59px;
}

.gw_page .header_public .header_nav_list li:last-child {
    margin-right: 0;
}

.gw_page .header_public .header_nav_list li a {
    color: #fff;
    display: inherit;
    font-size: 14px;
    letter-spacing: 2px;
}

.gw_page .header_public .header_nav_list li a.act {
    color: #333;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul {
    overflow: inherit;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 149px;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li {
    margin-right: 48px;
    text-align: center;
    padding: 0;
    width: 100px;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li:last-child {
    margin-right: 0;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li a {
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 0;
    line-height: initial;
    text-align: center;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li a .pic_box {
    text-align: center;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li img {
    display: inline-block;
    width: 84px;
    position: relative;
    z-index: 1;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li img:hover {
    transform: scale(1.1);
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li:hover p {
    color: #C81017;
}

.gw_page .header_public .header_nav_list .nav_inner_list ul li:hover a:after {
    display: none;
}

/*
.gw_page .header_public .header_nav_list li {
    overflow: inherit;
}*/

.gw_page .header_public .nav_inner_list {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0 1%;
    /* left: -1%; */
    right: 0;
    overflow: hidden;
    display: none;
    box-sizing: content-box;
    background: transparent !important;
}

.gw_page .header_public .nav_inner_list2 {
    top: 48px !important;
    width: 114px !important;
    left: 185px !important;
    transform: translateX(0) !important;
    padding: 0 3% 3% !important;
}

.gw_page .header_public .nav_inner_list2 ul {
    padding: 15px 0;
}

.gw_page .header_public .nav_inner_list2 li {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.gw_page .header_public .nav_inner_list2 li:hover a,
.gw_page .header_public .nav_inner_list2 li:hover {
    background: #f4f3f3 !important;
}

.gw_page .header_public .nav_inner_list2 li span {
    color: #E50029;
}

.gw_page .header_public .nav_inner_list .hoverbox_inner {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
}

.hoverbox.act .nav_inner_list {
    display: block;
    padding-bottom: 10px;
}

.hoverbox.act .user_a {
    background: #f4f3f3 !important;
}

.gw_page .header_public .nav_inner_list .hoverbox_inner.on {
    z-index: 10;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    margin: auto;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);*/
}

.gw_page .header_public .nav_inner_list .hoverbox_inner.off {
    z-index: 5;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gw_page .header_public .nav_inner_list {
    position: absolute;
    top: 50px;
    width: 1200px;
    padding: 0 1%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 200ms ease-out;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: transparent;
    box-sizing: content-box;
    z-index: 99;
}

.gw_page .header_public .nav_inner_list .hoverbox_inner:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 0;
}

.gw_page .header_public .nav_inner_list.nav_inner_list2 .hoverbox_inner:after {
    display: none;
}

.gw_page .header_public .header_nav_list .nav_inner_list.centerweixiutwo ul li {
    margin-right: 40px;
    width: 260px;
    height: 100px;
}

.gw_page .header_public .header_nav_list .nav_inner_list.centerweixiutwo ul li a {
    width: 100%;
    height: 100%;
    position: relative;
}

.gw_page .header_public .header_nav_list .nav_inner_list.centerweixiutwo ul li img {
    width: 100%;
    height: 100%;
}

.gw_page .header_public .header_nav_list .nav_inner_list.centerweixiutwo .d_has {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.gw_page .header_public .header_nav_list .nav_inner_list.centerweixiutwo .d_has img {
    width: 32px;
    height: 32px;
}

.gw_page .header_public .header_nav_list .nav_inner_list.centerweixiutwo .d_has span {
    font-size: 14px;
    color: #fff;
    padding-top: 3px;
    line-height: 20px;
    display: block;
}

.gw_page .header_public .header_nav_list li.about {
    position: relative;
}

.gw_page .header_public .header_nav_list li.about .show2 {
    display: flex;
    align-items: center;
}

.gw_page .header_public .header_nav_list li.about .show2 img {
    width: 10px;
    height: 10px;
    margin-left: 6px;
}

.gw_page .header_public .nav_inner_list.aboutus {
    width: 140px;
}

.gw_page .header_public .nav_inner_list.aboutus ul {
    width: 140px;
    padding: 24px 0 19px;
    display: block;
    height: auto;
}

.gw_page .header_public .nav_inner_list.aboutus ul li {
    margin: 0;
    width: 100%;
    padding-bottom: 5px;
}

.gw_page .header_public .nav_inner_list.aboutus ul li a {
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #333;
    width: 100%;
    margin: 0;
}

.gw_page .header_public .nav_inner_list.aboutus ul li a:hover {
    background: #f4f3f3;
}

.swiper-container {
    min-width: 1200px;
}

.gw_page .swiper-wrapper {
    height: 100%;
}

.gw_page .swiper-container .swiper-slide {
    /*width: 100%;
    height: 100%;*/
    cursor: pointer;
}

.gw_page .swiper-container .swiper-slide video {
    width: 100%;
    /*height: 100%;
    cursor: pointer;*/
}

.gw_page .swiper-container .swiper-slide a {
    display: block;
    /* height: 100%;
    width: 100%;
    min-width: 1200px;*/
}

.gw_page .swiper-container .swiper-slide img {
    width: 100%;
}

.gw_page .swiper-container .swiper-pagination {
    bottom: 30px;
}

.gw_page .swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    background: #eee;
    margin: 0;
    opacity: .3;
    border-radius: 0;
}

.gw_page .swiper-container .swiper-pagination-bullet:first-child {
    border-radius: 4px 0 0 4px;
}

.gw_page .swiper-container .swiper-pagination-bullet:last-child {
    border-radius: 0 4px 4px 0;
}

.gw_page .swiper-container .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    border-radius: 4px !important;
}

.gw_page .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('./gw/img9.png');
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: -100%;
    right: auto;
    transition: all .3s;
    overflow: hidden;
}

.gw_page .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('./gw/img10.png');
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: auto;
    right: -100%;
    transition: all .3s;

}

.gw_page .swiper-container:hover .swiper-button-next {
    right: 0;
}

.gw_page .swiper-container:hover .swiper-button-prev {
    left: 0;
}

.gw_page .main {
    width: 1200px;
    margin: 0 auto 80px;
}

.gw_page .main ul {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.gw_page .main ul li {
    /*width: 32%;*/
    /*width: 393px;
    height: 380px;
    margin-right: 10px;*/
    flex: 1;
    padding-right: 10px;
}

.gw_page .main ul li:last-child {
    padding-right: 0;
}

.gw_page .main ul li a {
    display: block;
    font-size: 0;
    position: relative;
}

.gw_page .main ul li img {
    width: 100%;
    /*width: 393px;
    height: 380px;*/
}

.gw_page .main ul li .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.gw_page .main ul li .text .title {
    font-size: 32px;
    font-weight: 500;
    /* line-height: 33px; */
    padding-top: 60px;
    color: #fff;
    text-align: center;
    /* letter-spacing: 3px; */
}

.gw_page .main ul li .text .desc {
    font-size: 16px;
    /* line-height: 20px; */
    padding-top: 4px;
    color: #fff;
    text-align: center;
    /* letter-spacing: 1px; */
    font-family: 'PingFangSC-Light';
    opacity: .8;
}

.gw_page .footer {
    background: #222222;
}

.gw_page .footer .top {
    border-bottom: 1px solid #393939;
}

.gw_page .footer .top ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 130px;
    justify-content: space-between;
    padding-left: 150px;
}

.gw_page .footer .top ul li {
    flex: 1;
    display: flex;
    height: 130px;
    align-items: center;
}

.gw_page .footer .top ul li .pic {
    font-size: 0;
    width: 52px;
    height: 52px;
    margin-right: 17px;
}

.gw_page .footer .top ul li .pic img {
    width: 100%;
    height: 100%;
}

.gw_page .footer .top ul li .title {
    font-size: 20px;
    color: #848484;
    line-height: 28px;
    /*font-family: 'PingFangSC-Light';*/
    letter-spacing: 1px;
}

.gw_page .footer .top ul li .title:hover,
.gw_page .footer .top ul li .desc:hover,
.gw_page .footer .middle .b_bot .text p:hover,
.gw_page .footer .copyright .text:hover {
    color: #fff;
    opacity: 1;
}

.gw_page .footer .top ul li .desc {
    font-size: 13px;
    color: #848484;
    line-height: 18px;
    /*font-family: 'PingFangSC-Light';*/
    letter-spacing: 1px;
    opacity: .8;
}

.gw_page .footer .middle {
    padding-left: 56px;
    width: 1200px;
    margin: 30px auto 0;
    border-bottom: 1px solid #393939;
}

.gw_page .footer .middle .inner {
    display: flex;
    justify-content: space-between;
}

.gw_page .footer .middle .item .title {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    padding-bottom: 30px;
}

.gw_page .footer .middle .item li {
    margin-bottom: 16px;
}

.gw_page .footer .middle .item li a {
    font-size: 12px;
    color: #848484;
    line-height: 17px;
}

.gw_page .footer .middle .b_bot {
    margin-top: 49px;
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 20px;
}

.gw_page .footer .middle .b_bot .text {
    display: flex;
    height: 28px;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}

.gw_page .footer .middle .b_bot .text .code {
    position: absolute;
    left: 0;
    top: -115px;
    width: 110px;
    height: auto;
    margin-right: 0;
    display: none;
}

.gw_page .footer .middle .b_bot .text:hover .code {
    display: block;
}

.gw_page .footer .middle .b_bot .text:first-child {
    margin-right: 20px;
}

.gw_page .footer .middle .b_bot .text img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.gw_page .footer .middle .b_bot .text p {
    font-size: 12px;
    color: #848484;
}

.gw_page .footer .middle .b_bot .text.tel {
    margin-left: 60px;
}

.gw_page .footer .middle .b_bot .text.tel img {
    width: 24px;
    height: 24px;
}

.gw_page .footer .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 40px;
}

.gw_page .footer .copyright .text {
    font-size: 12px;
    line-height: 17px;
    color: #848484;
}

.gw_page .footer .copyright .img_wrap {
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.footer .footer-btn {
    background: #333;
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 99;
    display: none;
    flex-direction: column;
}

.footer .footer-btn .item {
    width: 60px;
    height: 60px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.footer .footer-btn .share img {
    width: 22px;
}

.footer .footer-btn .go-top img {
    width: 19px;
}

.footer .footer-btn .wx img {
    width: 38px;
}

.footer .footer-btn .item:hover {
    background: #DA1C24;
}

.footer .footer-btn .share .wx {
    position: absolute;
    bottom: -11px;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    width: 60px;
    height: 60px;
    background: #333;
}

.footer .footer-btn .share:hover .wx {
    bottom: 60px;
    opacity: 1;
}

.footer .footer-btn .share .wx .code {
    width: 110px;
    position: absolute;
    left: -125px;
    top: -38px;
    /*display: none;*/
}

.footer .footer-btn .share .wx:hover .code {
    display: block;
}

.footer .footer-btn .share .wx span {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #333;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: 65px;
    top: 14px;
}

.gw_page .header_public .header_nav_list li.search {
    margin-left: 20px;
}

.gw_page .header_public .header_nav_list li.search img {
    width: 20px;
    height: 20px;
}

.gw_page .header_public .header_nav_list li.search:hover a:after {
    display: none;
}

.gw_page .header_public .header_nav_list li.shop {
    margin-left: 20px;
}

.gw_page .header_public .header_nav_list li.shop img {
    width: 80px;
    height: 32px;
}

.gw_page .header_public .header_nav_list li.shop:hover a:after {
    display: none;
}

.gw_page .header_public .header_nav_list li.shop a {
    position: relative;
}

.gw_page .header_public .header_nav_list li.shop a .img {
    width: 14px;
    height: 14px;
    background: url('./gw/img25.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 12px;
    top: 9px;
}

.gw_page .header_public .header_nav_list li.shop a .text {
    position: absolute;
    left: 11px;
    top: 9px;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    letter-spacing: 1px;
    /*font-family: 'PingFangSC-Light';*/
}

.gw_page .header_public .header_nav_list li .search_wrap {
    width: 542px;
    position: relative;

}

.gw_page .header_public .header_nav_list li .search_wrap input {
    border: none;
    line-height: 20px;
    padding: 0 40px;
    padding-bottom: 19px;
    padding-top: 20px;
    border-bottom: 1px solid #999999;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.gw_page .header_public .header_nav_list li .search_wrap input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

.gw_page .header_public .header_nav_list li .search_wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.gw_page .header_public .header_nav_list li .search_wrap input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.gw_page .header_public .header_nav_list li .search_wrap input:focus {
    outline: none;
}

.gw_page .header_public .header_nav_list li .search_wrap img.s {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 9px;
    top: 20px;
}

.gw_page .header_public .header_nav_list li .search_wrap img.close {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 9px;
    top: 20px;
    cursor: pointer;
}

.gw_page .header_public .header_nav_list li.searchHide {
    opacity: 1;
    transition: all .4s;
    /*transform: scale(1);*/
}

.gw_page .header_public .header_nav_list li.searchHide.active {
    opacity: 0;
    transform: scale(.1);
}

.gw_page .header_public .header_nav_list li.search_li {
    position: absolute;
    transition: all .5s;
    left: 70%;
    /* top: 9px; */
    opacity: 0;
    pointer-events: none;
}

.gw_page .header_public .header_nav_list li.search_li.act {
    left: 4.5%;
    opacity: 1;
    pointer-events: auto;
}

.gw_page .header_public .header_nav_list li.search_li .s_history {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 8;
    background: #fff;
    width: 100%;
    padding: 20px 40px;
}

.gw_page .header_public .header_nav_list li.search_li .s_history .title {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    padding-bottom: 10px;
}

.gw_page .header_public .header_nav_list li.search_li .s_history li:hover a:after {
    display: none;
}

.gw_page .header_public .header_nav_list li.search_li .s_history li {
    line-height: 20px;
    padding: 10px 0 0 20px;
}
.gw_page .header_public .header_nav_list li.search_li .s_history li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(./gw/img9_red.png);
    background-size: 100% 100%;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-container-rtl .swiper-button-prev:hover {
    background-image: url(./gw/img10_red.png);
    background-size: 100% 100%;
}

.gw_search_page {
    background: #fff;
    min-height: 100vh;
}

.gw_search_page .top_wrap {
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}

.gw_search_page .top_wrap .input_wrap {
    width: 560px;
    height: 56px;
    border: 1px solid #999;
    border-radius: 30px;
    position: relative;
}

.gw_search_page .top_wrap .input_wrap input {
    width: 100%;
    height: 100%;
    padding: 0 120px 0 40px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #333333;
}

.gw_search_page .top_wrap .input_wrap input:focus {
    outline: none;
}

.gw_search_page .top_wrap .input_wrap span {
    position: absolute;
    right: 94px;
    top: 15px;
    width: 1px;
    height: 26px;
    background: #999;
}

.gw_search_page .top_wrap .input_wrap img {
    width: 24px;
    height: 25px;
    position: absolute;
    right: 40px;
    top: 15px;
    cursor: pointer;
}

.gw_search_page .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    border-bottom: 1px solid #DDDDDD;
}

.gw_search_page .tabs a {
    margin-right: 80px;
    font-size: 20px;
    color: #666666;
}

.gw_search_page .tabs a.act {
    color: #C81017;
}

.gw_search_page .tabs a:last-child {
    margin-right: 0;
}

.gw_search_page .wrap {
    width: 1200px;
    margin: 0 auto;
}

.gw_search_page .wrap .product li {
    margin-top: 40px;
    display: flex;
}

.gw_search_page .wrap .product li .pic {
    font-size: 0;
    width: 200px;
    height: 200px;
    background: #F8F8F8;
    margin-right: 20px;
}

.gw_search_page .wrap .product li .pic img {
    width: 100%;
    height: 100%;
}

.gw_search_page .wrap .product li .text {
    width: 643px;
}

.gw_search_page .wrap .product li .text .name {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    padding-bottom: 10px;
}

.gw_search_page .wrap .product li .text .desc {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-bottom: 10px;
    height: 80px;
    overflow-y: hidden;
    display: block;
    max-width: 400px;
}

.gw_search_page .wrap .product li .text .price {
    font-size: 18px;
    color: #F0262B;
    line-height: 25px;
    padding-bottom: 10px;
}

.gw_search_page .wrap .product li .text .price span {
    font-size: 12px;
}

.gw_search_page .wrap .product li .text a {
    display: block;
    line-height: 50px;
    text-align: center;
    width: 104px;
    border-radius: 2px;
    background: #C81017;
    font-size: 14px;
    color: #fff;
}

.gw_search_page .pageview {
    margin: 80px 0 40px 220px;
    text-align: right;
    width: 643px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}

.gw_search_page .pageview .flip {
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-right: 8px;
    color: #333;
}

.gw_search_page .pageview .flip.active {
    color: #F0262B;
    border-color: #F0262B;
}

.gw_search_page .pageview .flip.next,
.gw_search_page .pageview .flip.prev {
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #333;
}

.gw_search_page .pageview p {
    margin-left: 10px;
    font-size: 14px;
    color: #333333;
}

.gw_search_page .pageview input {
    width: 60px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
}

.gw_search_page .pageview input:focus {
    outline: none;
}

.gw_search_page .pageview .btn {
    margin-left: 20px;
}

.gw_search_page .wrap .product.news {
    display: none;
}

.gw_search_page .wrap .product.news li .text a {
    margin-top: 35px;
}

.gw_search_page .wrap .issue {
    margin: 50px 0 80px;
    display: none;
}

.gw_search_page .wrap .issue li {
    float: left;
    width: 580px;
    margin-bottom: 20px;
    background: #F8F8F8;
    border-radius: 2px;
    position: relative;
    padding: 20px;
}

.gw_search_page .wrap .issue li:nth-child(2n+1) {
    margin-right: 40px;
}

.gw_search_page .wrap .issue li .title {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: block;
    max-width: 468px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gw_search_page .wrap .issue li .desc {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    display: block;
    max-width: 468px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
}

.gw_search_page .wrap .issue li .more {
    position: absolute;
    top: 43px;
    right: 20px;
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    height: 18px;
}

.gw_search_page .wrap .issue li .more img {
    width: 18px;
    height: 18px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.gw_search_page .no_data {
    height: 718px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gw_search_page .no_data .pic {
    font-size: 0;
    text-align: center;
}

.gw_search_page .no_data .pic img {
    width: 262px;
    height: 188px;
}

.gw_search_page .no_data p {
    padding-top: 27px;
    font: 18px;
    color: #666666;
    line-height: 25px;
}

.gw_search_page .wrap ul {
    display: inline-block;
    margin-left: 168px;
}

.honor_page {
    background: #F4F3F3
}

.honor_page .h_banner a {
    display: block;
    font-size: 0;
}

.honor_page .h_banner a img {
    width: 100%;
}

.honor_page .tabs {
    display: flex;
    margin-top: 20px;
    height: 148px;
    align-items: center;
    justify-content: center;
}

.honor_page .tabs a {
    margin-right: 60px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 2px;
}

.honor_page .tabs a:last-child {
    margin-right: 0;
}

.honor_page .tabs a.act {
    color: #C81017;
}

.honor_page .honor_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.honor_page .honor_list li {
    width: 292px;
    float: left;
    margin-right: 10px;
    margin-bottom: 90px;
}

.honor_page .honor_list li:nth-child(4n) {
    margin-right: 0;
}

.honor_page .honor_list li a {
    display: block;
}

.honor_page .honor_list li .pic {
    font-size: 0;
}

.honor_page .honor_list li .pic img {
    width: 100%;
}

.honor_page .honor_list li p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.honor_page .honor_list li p.time {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    padding: 20px 0 10px;
}

.honor_page .honor_list li p.name {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.honor_page .footer {
    background: #fff;
}

.honor_page .footer .top,
.honor_page .footer .middle {
    border-color: #ddd;
}

.honor_page .footer .normal {
    display: none;
}

.honor_page .footer .honor {
    display: block !important;
}

.honor_page .product_table {
    width: 1200px;
    margin: 0 auto 60px;
    border-radius: 4px;
    display: none;
}

.honor_page .product_table .item {
    display: flex;
    height: 48px;
    align-items: center;
    border: 1px solid #ddd;
    border-bottom: none;
}

.honor_page .product_table .item:first-child {
    background: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.honor_page .product_table .item:last-child {
    border-bottom: 1px solid #ddd;
}

.honor_page .product_table .item div {
    text-align: center;
    font-size: 14px;
    color: #333;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
}

.honor_page .product_table .item div:last-child {
    border-right: none;
}

.honor_page .product_table .item div.index {
    width: 80px;
}

.honor_page .product_table .item div.title {
    width: 380px;
}

.honor_page .product_table .item div.code {
    width: 239px;
}

.honor_page .product_table .item div.time {
    width: 160px;
}

.honor_page .product_table .item div.company {
    width: 339px;
}


.honor_page .pageview {
    margin: 80px 0 40px 220px;
    text-align: right;
    width: 643px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}

.honor_page .pageview .flip {
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-right: 8px;
    color: #333;
}

.honor_page .pageview .flip.active {
    color: #F0262B;
    border-color: #F0262B;
}

.honor_page .pageview .flip.next,
.honor_page .pageview .flip.prev {
    width: 60px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #333;
}
.gw_page.kernel_page{
    padding-top: 60px;
}
.kernel_page .k-main .item {
    width: 100%;
    position: relative;
}

.kernel_page .k-main .item img {
    width: 100%;
}

.kernel_page .k-main .item .text-info {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.kernel_page .k-main .item .text-info .sub-title {
    font-size: 22px;
    line-height: 1;
    padding-bottom: 10px;
    letter-spacing: 5px;
}

.kernel_page .k-main .item .text-info .title {
    font-size: 48px;
    line-height: 1;
    padding-bottom: 30px;
    letter-spacing: 10px;
}

.kernel_page .k-main .item .text-info .desc {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    opacity: .8;
    padding-bottom: 25px;
    max-width: 950px;
    letter-spacing: 2px;
    word-break: break-all;
}

.kernel_page .k-main .item .text-info a {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 52px;
    font-size: 0;
}

.kernel_page .k-main .item .text-info a img {
    width: 100%;
    height: 100%;
}

.kernel_page.kernel_detail_page .k-main .item .text-info {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 20%;
    transform: translateY(0);
    color: #fff;
}

.kernel_page.kernel_detail_page .k-main .item .code {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 30px;
    color: #5C5C5C;
    font-size: 16px;
}

.kernel_detail_page .close-btn {
    position: fixed;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    font-size: 0;
}

.kernel_detail_page .close-btn img {
    width: 50px;
    height: 52px;
}

.kernel_detail_page .close-btn p {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.kernel_detail_page .attest-wrap {
    width: 100%;
    background: #121212;
    text-align: center;
}

.kernel_detail_page .attest-wrap .text-info {
    padding: 120px 0;
    width: 950px;
    margin: 0 auto;
}

.kernel_detail_page .attest-wrap p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    color: #fff;
    opacity: .2;
}

.kernel_detail_page .attest-wrap p.title {
    padding-bottom: 15px;
}

.gw_page .header_public .header_inner .header_public_inner {
    flex: 1;
}

.gw_page_index .header_public {
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
}
.gw_page_index .header_public.white{
    background-color: #fff;
}
.gw_page_index .header_public:hover {
    background: #fff;
}

.gw_page_index .header_public:hover .header_nav_list li a {
    color: #333;
}

.gw_page_index .header_public:hover .scroll_show {
    display: block !important;
}

.gw_page_index .header_public:hover .scroll_hide {
    display: none !important;
}

.gw_page_index .header_public .header_bac {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.gw_page_index .swiper-container {
    /* position: fixed; */
    width: 100%;
    /* top: 0; */
    /* left: 0;  */
    z-index: 1;
}

.gw_page_index .main-wrap {
    /*padding-top: 10px;*/
    margin-top: 10px;
    position: relative;
    z-index: 3;
    background: #333;
}

.gw_page_index .main-wrap .main {
    width: auto;
    margin: 0 auto 10px;
}

.gw_page_index .adv_pic {
    position: relative;
}

.gw_page_index .adv_pic a {
    display: block;
    font-size: 0;
    margin-bottom: 10px;
}

.gw_page_index .adv_pic .text-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.gw_page_index .adv_pic .text-wrap .a-title {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    padding: 60px 0 10px;
    /* line-height: 39px; */
}

.gw_page_index .adv_pic .text-wrap .a-sub-title {
    font-size: 18px;
    color: #fff;
    padding: 0 0 20px;
    opacity: .8;
    /* line-height: 17px; */
}

.gw_page_index .adv_pic .text-wrap .a-detail {
    font-size: 14px;
    color: #ccc;
    /* line-height: 13px; */
    text-decoration: underline;
}

.gw_page_index .adv_pic img {
    width: 100%;
}