@charset "utf-8";
@import url(../css/common.css);

.con {
    width: 81.25%;
    margin: 0 auto;
}

.s-con {
    width: 70.31%;
    margin: 0 auto;
}

.b-con {
    width: 83.33%;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: .0208rem;
    height: .0521rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    z-index: 999;
    background-color: #fff;
    padding: .1042rem 0;
}

.header-logo {
    width: .6406rem;
    height: .2813rem;
    background-image: url(../images/logo.png);
}

nav {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}

nav>ul>li>a {
    color: #000;
    font-size: .1042rem;
    font-weight: 500;
    line-height: 1;
    padding: .0521rem .1198rem;
    text-transform: capitalize;
    background-color: transparent;
    border-radius: .3125rem;
}

nav>ul>li>a:hover,
nav>ul>li>a.active {
    color: #fff;
    background-color: #004C86;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-cart {
    margin-right: .1719rem;
}

.header-cart span {
    font-size: .1406rem;
    color: #000;
    line-height: 1;
    cursor: pointer;
}

.header-cart:hover span {
    color: #004C86;
}

.header-search {
    margin-right: .2083rem;
}

.header-search a span {
    font-size: .1458rem;
    color: #000;
    line-height: 1;
}

.header-search a:hover span {
    color: #004C86;
}

/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
    z-index: 99;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

.headcart ul li:last-child {
    border-bottom: 0;
}

.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-pro-img {
    width: 30%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/keep/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}

/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #004C86;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

/*首页样式*/
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1042rem;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    width: .0625rem;
    height: .0625rem;
    display: block;
    opacity: 1;
    margin: 0 .040rem;
    border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #004C86;
    opacity: 1;
    width: .09rem;
    height: .09rem;
}

.index-cate {
    padding: .8073rem 0 1.0417rem;
}

.index-tit h4 {
    font-size: .3542rem;
}

.index-tit p {
    font-size: .1042rem;
    color: #6F6F6F;
}

.index-cate-tit p {
    width: 55%;
    margin: .1771rem auto 0;
}

.index-cate-list {
    margin-top: .5313rem;
}

.index-cate-item {
    width: 19%;
}

.index-cate-item-con {
    background-color: #fff;
    padding: .4479rem 0;
    box-shadow: 0px 6px 46px 0px rgba(4, 0, 0, 0.1);
}

.index-cate-item-pic {
    width: .5938rem;
    height: .5938rem;
    margin: 0 auto .25rem;
}

.index-cate-item-con p {
    font-weight: 600;
    font-size: .125rem;
    color: #000;
}

.index-cate-item-ico {
    background-color: #fff;
    width: .5729rem;
    height: .5729rem;
    left: 50%;
    bottom: -0.2865rem;
    margin-left: -0.2865rem;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.index-cate-item-ico span {
    font-size: .125rem;
    font-weight: bold;
    transform: rotate(-45deg);
    color: #004C86;

}

.index-cate-item:hover .index-cate-item-ico {
    opacity: 1;
}

.index-cate-item:hover .index-cate-item-con {
    background-color: #004C86;
}

.index-cate-item:hover .index-cate-item-con p {
    color: #fff;
}

.index-ab {
    background: #E9ECF4;
    padding: .5521rem 0;
}

.index-ab-l {
    width: 40%;
    padding-top: .4219rem;

}

.index-ab-l h4::after {
    content: '';
    display: block;
    width: .2865rem;
    height: .0313rem;
    background: #004B83;
    border-radius: .0156rem;
    margin-top: .2188rem;
    margin-bottom: .2917rem;
}

.index-ab-l p {
    font-size: .1042rem;
    color: rgba(0, 0, 0, 0.8);
}

.index-ab-r {
    width: 50%;
}

.index-ab-num {
    width: 77.03%;
    bottom: .7813rem;
    background-color: #fff;
}

.index-ab-num-i {
    width: 24.95%;
    padding: .36rem 0;
}

.index-ab-num-i h4 {
    font-size: .2708rem;
    margin-bottom: .1302rem;
}

.index-ab-num-i h4 sup {
    line-height: 1;
    font-size: .125rem;
}

.index-ab-num-i p {
    font-size: .0833rem;
    color: #828282;
}

.index-ab-num-i:first-child {
    background-color: #004C86;
}

.index-ab-num-i:first-child h4,
.index-ab-num-i:first-child p {
    color: #fff;
}

.index-de {
    padding: .7813rem 0;
}

.index-de-tit p {
    width: 40%;
    margin: .1771rem auto 0;
}

.index-de-con {
    margin-top: .4583rem;
}

.index-de-swiper {
    overflow: unset;
    width: 5.2083rem;
    margin: 0 auto;
}

.index-de-i-txt {
    padding-right: .3125rem;
    padding-top: .4688rem;
}

.index-de-i-txt h4 {
    font-size: .1979rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
    line-height: 1.2;
    font-weight: 500;
}

.index-de-i-txt p {
    font-size: .0938rem;
    color: #fff;
}

.index-de-swiper .swiper-pagination {
    position: static;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .25rem;
}

.index-de-swiper .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
    width: .0677rem;
    height: .0677rem;
    margin: 0 .026rem;
}

.index-de-swiper .swiper-pagination-bullet-active {
    background-color: #004C86;
}

.index-de-swiper-fy div {
    color: #004C86;
    border: 2px solid #004C86;
    top: 50%;
    margin-top: -0.1302rem;
    z-index: 1;
    width: .2604rem;
    height: .2604rem;
}

.index-de-swiper-fy div i {
    font-size: .1302rem;
    font-weight: 600;
}

.index-de-swiper-fy div:hover {
    background-color: #004C86;
    color: #fff;
}

.index-de-prev {
    left: -0.3125rem;
}

.index-de-next {
    right: -0.3125rem;
}

.index-de-swiper .swiper-slide {
    transform: scale(0.85, 0.85);
    transition: all ease-in-out .3s;
}

.index-de-swiper .swiper-slide-active {
    transform: scale(1, 1);
}

.index-hot {
    background: #E9ECF4;
    padding: .6563rem 0;
}

.index-hot-tit p {
    width: 60%;
    margin: .1771rem auto 0;
}

.index-hot-con {
    margin-top: .3021rem;
}

.index-hot-con-tab-item {
    margin: 0 .0781rem;
    background-color: #fff;
    padding: .0833rem .4167rem;
    font-size: .1146rem;
    color: #000;
}

.index-hot-con-tab-item:hover,
.index-hot-con-tab-item.active {
    background-color: #004C86;
    color: #fff;
}

.index-hot-swiper {
    display: none;
}

.index-hot-swiper.active {
    display: block;
}

.index-hot-list {
    margin-top: .349rem;
}

.index-hot-i p {
    font-size: .1458rem;
    margin-top: .1458rem;
    line-height: 1;
}

.index-hot-i:hover p {
    color: #004B83;
}

.index-hot-swiper-fy div {
    color: #004C86;
    border: 2px solid #004C86;
    top: 50%;
    margin-top: -0.1302rem;
    z-index: 1;
    width: .2604rem;
    height: .2604rem;
}

.index-hot-prev {
    left: -0.3125rem;
}

.index-hot-next {
    right: -0.3125rem;
}

.index-hot-swiper-fy div:hover {
    background-color: #004C86;
    color: #fff;
}

.index-hot-swiper-fy div i {
    font-size: .1302rem;
    font-weight: 600;
}

.index-new-bar {
    width: 5.0052rem;
    margin: .3125rem auto 0;
}

.index-new-bar .index-hot-pagination {
    position: relative;
    height: .0365rem;
    background: #fff;
    border-radius: .0208rem;
}

.index-new-bar .swiper-scrollbar-drag {
    background-color: #004C86;
    opacity: 1;
    height: .0365rem;
    border-radius: .0208rem;
}

.index-kefu {
    padding: .625rem 0;
}

.index-kefu-tit p {
    width: 50%;
    margin: .1771rem auto 0;
}

.index-kefu-con {
    margin-top: .4167rem;
}

.index-kefu-i {
    width: 31%;
    transition: all ease-in .3s;
}

.index-kefu-i-txt {
    background-color: #fff;
    padding: .6927rem 0 .3646rem;
    transition: all ease-in .3s;
}

.index-kefu-i-txt h4 {
    font-size: .2188rem;
    margin-bottom: .1458rem;
    text-align: center;
}

.index-kefu-i-txt p {
    font-size: .0885rem;
    color: #6F6F6F;
    text-align: center;
}

.index-kefu-i-pic {
    width: 1.5729rem;
    height: 1.5729rem;
    margin: 0 auto -0.4688rem;
    z-index: 1;
}

.index-kefu-bor {
    width: 1.7865rem;
    height: 1.7865rem;
    margin: 0 auto -1.7rem;
    border: 2px solid #004C86;
    z-index: 0;
}

.index-kefu-i:hover {
    transform: translateY(-20px);
}

.index-kefu-i:hover .index-kefu-i-txt {
    background-color: #004C86;
}

.index-kefu-i:hover .index-kefu-i-txt h4,
.index-kefu-i:hover .index-kefu-i-txt p {
    color: #fff;
}

.index-faq {
    padding-bottom: .625rem;
}

.index-faq-r {
    width: 35%;
}

.index-faq-l {
    margin-left: .5625rem;
}

.index-faq-tit h4 {
    font-weight: 600;
    font-size: .3125rem;
    margin-bottom: .1563rem;
}

.index-faq-tit p {
    font-size: .1042rem;
    color: #6F6F6F;
    margin-bottom: .4167rem;
}

.index-faq-form {
    display: block;
}

.index-faq-se input,
.index-faq-se textarea {
    border: none;
    resize: none;
    width: 100%;
    display: block;
    font-size: .0938rem;
    color: #000;

}

.index-faq-se {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: .0729rem;
    padding: .1563rem;
    border-radius: .0781rem;
}

.index-faq-se:hover {
    border: 1px solid #004C86;
}

.index-faq-se span {
    font-size: .0938rem;
    opacity: 0.7;
    color: #000;
    line-height: 1;
    transition: all ease-out .3s;
}

.index-faq-se textarea {
    height: .8rem;
    line-height: 1.5;
}

.index-faq-se span.on {
    font-size: .0729rem;
    top: .0729rem;
    left: .1563rem;
}

.index-faq-btn {
    color: #fff;
    font-size: .125rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .1563rem 0;
    cursor: pointer;
    background-color: #000;
    width: 100%;
    border: none;
    margin-top: .0521rem;
}

.index-faq-btn:hover {
    color: #fff;
    background-color: #004C86;
}

.index-faq-l {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: .5781rem;
}


.index-faq-i {
    margin-bottom: .1927rem;
    border: 1px solid #D3D3D3;
}

.index-faq-i-tit {
    padding: .1875rem;
    cursor: pointer;
}

.index-faq-i-tit:hover,
.index-faq-i.on .index-faq-i-tit {
    color: #004C86;
}

.index-faq-i:hover,
.index-faq-i.on {
    border: 1px solid #004C86;
}

.index-faq-i-tit:hover p,
.index-faq-i-tit:hover span::after,
.index-faq-i.on .index-faq-i-tit p,
.index-faq-i.on .index-faq-i-tit span::after {
    color: #004C86;
}

.index-faq-i-tit p {
    color: #000;
    font-size: .1458rem;
    font-weight: 500;
    line-height: 1.3;
    margin-right: .1042rem;
}

.index-faq-i-tit span::after {
    content: "+";
    color: #000;
    font-size: .1458rem;
    font-weight: 500;
    line-height: 1.3;
}

.index-faq-i.on .index-faq-i-tit span::after {
    content: "-";
}

.index-faq-i-con {
    padding: .1458rem;
    font-size: .0938rem;
    opacity: 0.7;
    line-height: 1.6;
    color: #000;
    display: none;
}

.index-faq-i.on .index-faq-i-con {
    display: block;
}



/*底部样式*/
footer {
    padding: .625rem 0 .125rem;
    background-color: #004C86;
}


.footer-logo {
    width: 1.1563rem;
    margin-bottom: .3125rem;
}

.footer-sc a {
    width: .1979rem;
    height: .1979rem;
    background-color: #fff;
    margin-right: .1042rem;
}

.footer-sc a span {
    color: #004C86;
    font-size: .1042rem;
}

.footer-sc a:hover {
    transform: translateY(-0.026rem);
}

.footer-con-r {
    margin-left: 1.5625rem;
}

.footer-con-r-i h4 {
    color: #fff;
    margin-bottom: .1875rem;
    font-size: .125rem;
}

.footer-con-r-i a {
    font-size: .0938rem;
    color: #fff;
    opacity: 0.6;
    margin-bottom: .0781rem;
}

.footer-con-r-i a:hover {
    opacity: 1;
}

.footer-bt {
    margin-top: .4688rem;
    padding-top: .2083rem;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-bt p,
.footer-bt p a {
    color: #fff;
    opacity: 0.6;
    font-size: .0833rem;
}

.footer-bt p a {
    margin-left: .0521rem;
}

.footer-bt p a:hover {
    opacity: 1;
}

.sc {
    padding: .5208rem 0 .7813rem;
}

.sc-l {
    padding: .1667rem .8542rem .1667rem 0;
}

.sc-l>h4 {
    font-size: .1823rem;
    margin-bottom: .3438rem;
}

.sc-l-item span {
    display: block;
    font-size: .1042rem;
    font-weight: bold;
    margin-bottom: .1094rem;
    line-height: 1;
}

.sc-l-item p {
    font-weight: 400;
    font-size: .0938rem;
    color: #535353;
    line-height: .1458rem;
    opacity: 0.8;
}

.sc-r {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: .7708rem;
}

.sc-r-item {
    width: 19%;
    background-color: #fff;
}

.sc-r-item:last-child {
    margin-right: 0;
}

.sc-r-item-ico {
    width: .625rem;
    height: .625rem;
}

.sc-r-item h4 {
    font-size: .1042rem;
    color: #000;
    margin-top: .1927rem;
    margin-bottom: .1667rem;
}

.sc-r-item p {
    font-size: .0885rem;
    color: #000000;
    opacity: 0.7;
    margin-bottom: .0833rem;
    line-height: 1;
}

.sc-r-item p:nth-child(4) {
    margin-bottom: 0;
    line-height: .1198rem;
}

.sc-r-item a {
    background: #004C86;
    border-radius: 0.1302rem;
    color: #fff;
    padding: 0.0938rem 0.1719rem;
    line-height: 1;
    transition: all ease-in-out .3s;
    cursor: pointer;
    font-size: .0833rem;
    margin-top: .1563rem;
}

.sc-r-item a:hover {
    transform: translateY(-5px);
}

/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 15%;
    left: 50%;
    width: 4.2rem;
    margin-left: -2.1rem;
    z-index: 9999;
}

.video-box {
    border: 4px solid #fff;
    height: 2.2rem;
    width: 4.2rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}

/*about*/
.ab-top-con h4 {
    color: #fff;
    font-size: .3646rem;
    line-height: 1.2;
    margin-bottom: .3646rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.ab-top-con p {
    color: #fff;
    font-size: .125rem;
}

.ab1 {
    padding-bottom: 0.5rem;
}

.ab1-top-con .index-ab-num-i:first-child {
    background-color: #fff;
}

.ab1-top-con .index-ab-num-i:first-child h4,
.ab1-top-con .index-ab-num-i:first-child p {
    color: #000;
}

.ab1-top-con .index-ab-num-i {
    padding: .5417rem 0 .3958rem;
    background-color: transparent;
    z-index: 1;
    width: 25%;
}

.num-bg {
    width: 25%;
    top: -0.0938rem;
}

.ab1-top-con .index-ab-num-i:nth-child(4) h4,
.ab1-top-con .index-ab-num-i:nth-child(4) p {
    color: #fff;
}

.ab1-con {
    padding-top: 1.0417rem;
}

.ab1-con-l {
    width: 60%;
}

.ab1-con-r {
    margin-left: .3281rem;
    padding-bottom: .4479rem;
}

.ab1-con-r-top h4 {
    font-size: .3542rem;
    margin-bottom: .3646rem;
}

.ab1-con-r-top h4::after {
    content: '';
    display: block;
    width: .5729rem;
    height: .026rem;
    background: #004C86;
    border-radius: .0156rem;
    margin-top: .2188rem;
}

.ab1-con-r-con span {
    border: 1px solid #004C86;
    padding: .0781rem;
    font-size: .0833rem;
    color: #004C86;
    margin-bottom: .1875rem;
}

.ab1-con-r-con h4 {
    font-size: .1458rem;
    font-weight: 600;
    margin-bottom: .2448rem;
    line-height: 1.3;
}

.ab1-con-r-con p {
    font-size: .1042rem;
    color: #6F6F6F;
}

.ab-zi {
    bottom: 1.0417rem;
    width: 2.9635rem;
    z-index: -1;
}

.ab2 p {
    color: #fff;
    font-size: .1354rem;
}

.ab3 {
    padding: .8333rem 0;
}

.ab-tit h4 {
    font-size: .3542rem;
    margin-bottom: .1354rem;
}

.ab-tit p {
    font-size: .1042rem;
    color: #6F6F6F;
    width: 3.7656rem;
    margin: 0 auto;
}
.ab3-list{
    margin-top: .4792rem;
}

.ab3-i {
    width: 21.03%;
}

.ab3-line {
    width: .0104rem;
    height: .2188rem;
    border: 1px solid #D6D6D6;
}
.ab3-i-pic{
    background: rgba(0, 76, 134, 0.5);
    width: .5885rem;
    height: .5885rem;
    margin: 0 auto;
}
.ab3-i-pic img{
    width: .3125rem;
}
.ab3-i-con h4{
    margin-top: .2083rem;
    margin-bottom: .1875rem;
    font-size: .1354rem;
}
.ab3-i-con p{
    font-size: .0938rem;
    color: #6F6F6F;
}
.ab4{
    padding: .5781rem 0;
}
.ab4-list{
    margin-top: .6771rem;
}
.ab4-i{
    background-color: #fff; 
    padding: .3125rem .1563rem;
    width: 1.9167rem;
    transition: all ease-in-out .3s;
}
.ab4-i h4{
    font-size: .2135rem;
    margin-bottom: .1875rem;
    line-height: 1.2;
}
.ab4-i p{
    font-size: .0885rem;
    color: #6F6F6F;
    margin-bottom: .2604rem;
}
.ab4-i span{
     width: .3646rem;
     height: .3646rem;
     display: block;
     margin: 0 auto;
     background-image: url(../images/ab4-1.png);
     background-size: 100% 100%;
     background-repeat: no-repeat;
}
.ab4-i:nth-child(2) span{
    background-image: url(../images/ab4-2.png);
}
.ab4-i:nth-child(3) span{
    background-image: url(../images/ab4-3.png);
}
.ab4-i:hover{
    background-color: #004C86;
}
.ab4-i:hover h4,
.ab4-i:hover p{
    color: #fff;
}
.ab4-i:hover span{
    background-image: url(../images/ab4-1s.png);
}
.ab4-i:nth-child(2):hover span{
    background-image: url(../images/ab4-2s.png);
}
.ab4-i:nth-child(3):hover span{
    background-image: url(../images/ab4-3s.png);
}
.ab4-i:hover{
    transform: scale(1.1,1.1);
}

.ab5{
    padding:  0  0 .9219rem;
}
.ab5-list{
    margin-top: .4427rem;
}
.ab5-i{
    width: 23.29%;
}
.ab5-i-pic{
    margin-bottom: .1719rem;
}
.ab5-i h4{
    font-size: .1354rem;
    margin-bottom: .1042rem;
}
.ab5-i p{
    font-size: .0938rem;
    color: #6F6F6F;
}
.ab6{
    margin-bottom: -0.3125rem;
    z-index: 1;
}
.ab6-con{
    padding: .2865rem .7031rem;
    background-color: #fff;
    border-radius: .5208rem;
}

/*service*/
.se-top-con{
    width: 2.8333rem;
    margin-top: 2rem;
}
.se-top-con h4{
   font-size: .4167rem;
   margin-bottom: .2917rem;
   color: #fff;
}
.se-top-con p{
    color: #fff;
    font-size: .1042rem;
}
.se1{
    padding: .625rem 0;
}
.se1-con-l{
    width: 51.09%;
}
.se1-con-r{
   margin-left: .7917rem;
}
.se1-con-r h4{
    font-size: .3542rem;
    margin-bottom: .2344rem;
    line-height: 1.1;
}
.se1-con-r p{
    font-size: .1042rem;
    color: #6F6F6F;
}
.se1-con-list{
    margin-top: .5208rem;
}
.se1-con-list .se1-con-i{
    margin-right: .0521rem;
    width: 1.2135rem;
}
.se2{
    background: #EFF2F9;
    padding: .625rem 0;
}
.se-tit{
    margin-bottom: .5208rem;
}
.se-tit h4{
    font-size: .3542rem;
    margin-bottom: .1354rem;
}
.se-tit p{
    font-size: .1042rem;
    color: #6F6F6F;
}
.se2-con-i{
    background-color: #fff;
    width: 32.25%;
    padding: .4167rem .2604rem;
}
.se2-con-i img{
    width: .3646rem;
}
.se2-con-i h4{
    font-size: .1458rem;
    margin-top: .1563rem;
    margin-bottom: .1719rem;
    line-height: 1.2;
}
.se2-con-i p{
    font-size: .0938rem;
    color: #6F6F6F;
}
.se3{
    padding: .625rem 0;
}
.se3-con-i{
    background: #F2F4FA;
    width: 23.93%;
    margin-bottom: .1042rem;
    padding: .4583rem 0 .3542rem;
}

.se3-con-i p{
    font-size: .1146rem;
    margin-top: .1563rem;
}
.se3-con-i em{
    font-style: italic;
    color: #ccc;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0.6;
    font-family: Arial, Helvetica, sans-serif;
    right: -0.1042rem;
    opacity: 0.6;
}
.se3-con-i span{
    width: .3385rem;
    height: .3385rem;
    display: block;
    margin: 0 auto;
    background-image: url(../images/se3-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.se3-con-i:nth-child(2) span{
    background-image: url(../images/se3-2.png);
}
.se3-con-i:nth-child(3) span{
    background-image: url(../images/se3-3.png);
}
.se3-con-i:nth-child(4) span{
    background-image: url(../images/se3-4.png);
}
.se3-con-i:nth-child(5) span{
    background-image: url(../images/se3-5.png);
}
.se3-con-i:nth-child(6) span{
    background-image: url(../images/se3-6.png);
}
.se3-con-i:nth-child(7) span{
    background-image: url(../images/se3-7.png);
}
.se3-con-i:nth-child(8) span{
    background-image: url(../images/se3-8.png);
}
.se3-con-i:hover { 
    background-color: #004C86;
}
.se3-con-i:hover span{
    background-image: url(../images/se3-1s.png);
}
.se3-con-i:nth-child(2):hover span{
    background-image: url(../images/se3-2s.png);
}
.se3-con-i:nth-child(3):hover span{
    background-image: url(../images/se3-3s.png);
}
.se3-con-i:nth-child(4):hover span{
    background-image: url(../images/se3-4s.png);
}
.se3-con-i:nth-child(5):hover span{
    background-image: url(../images/se3-5s.png);
}
.se3-con-i:nth-child(6):hover span{
    background-image: url(../images/se3-6s.png);
}
.se3-con-i:nth-child(7):hover span{
    background-image: url(../images/se3-7s.png);
}
.se3-con-i:nth-child(8):hover span{
    background-image: url(../images/se3-8s.png);
}
.se3-con-i:hover p{
    color: #fff;
}


/*联系我们*/
.ca1 {
    padding: .4167rem 0;
    background: linear-gradient(180deg, #ffffff, rgba(0, 76, 134, 0.6));
}

.ca1-con {
    background-color: #fff;
}

.ca1-l {
    width: 28%;
    margin-right: .276rem;
    background-color: #f4f1ed;
    padding: .1771rem .1771rem;
}

.ca1-l-tit {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .1563rem;
}

.ca1-l-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1927rem;
    color: #004C86;
}

.ca1-l-tit p {
    font-size: .0938rem;
    opacity: 0.7;
}

.ca1-l-item {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .1563rem;
}

.ca1-l-item span {
    font-size: .0938rem;
    opacity: 0.7;
    margin-bottom: .0781rem;
}

.ca1-l-item a {
    font-size: .0938rem;
    font-weight: 600;
}

.ca1-l-item a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.ca1-l-item p {
    font-size: .0938rem;
    margin-bottom: .0521rem;
}

.ca1-l-item p em {
    font-weight: 600;
}

.ca1-l-gps span {
    font-size: .0938rem;
    margin-right: .0521rem;
}

.ca1-l-gps a {
    font-size: .0938rem;
    font-weight: 600;
}

.ca1-l-gps a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.ca1-r {
    padding: .1771rem .2083rem .1771rem 0;
}

.ca1-r-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1927rem;
    color: #004C86;
}

.ca1-r-form-label {
    margin-bottom: .1875rem;
}

.ca1-r-form-label span {
    font-size: .0938rem;
    margin-bottom: .1042rem;
    display: block;
}

.ca1-r-form-label input,
.ca1-r-form-label textarea {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 .0521rem .0521rem;
    font-size: .0938rem;
}

.ca1-r-form-label textarea {
    height: 1.0417rem;
}

.ca1-r-btn {
    background-color: #004C86;
    color: #fff;
    font-size: .1042rem;
    padding: .0938rem 0;
    width: 30%;
    transition: all ease-in-out 0.3s;
}

.ca1-r-btn:hover {
    opacity: 0.5;
}

/*产品列表*/
.pro-top-txt{
    margin-left: .7813rem;
    
}

.pro-top-txt h4 {
    font-size: .4167rem;
    color: #fff;
    margin-bottom: .2083rem;
}
.pro-top-txt p{
    font-size: .0938rem;
    color: #fff;
    opacity: 0.8;
    width: 2.4479rem;
}


.pro-main {
    margin-bottom: .3125rem;
    background-color: #fff;
    border-radius: .2604rem;
    padding-top: .4167rem;
}

.pro-main-side {
    width: 18%;
    margin-right: .2604rem;
}

.pro-main-side-tit h4 {
    font-size: .125rem;
    padding-bottom: .2135rem;
    border-bottom: 1px solid #d8d8d8;
}

.pro-main-side-item {
    border-bottom: 1px solid #d8d8d8;
    padding: .125rem 0;
}

.pro-main-side-item-tit {
    cursor: pointer;
}

.pro-main-side-item-tit span {
    font-size: .0938rem;
    font-weight: 700;
}

.pro-main-side-item-tit:hover span,
.pro-main-side-item-tit.on span {
    color: #004C86;
}

.pro-main-side-item-tit:hover i,
.pro-main-side-item-tit.on i {
    color: #004C86;
}

.pro-main-side-item-tit i {
    font-size: .0938rem;
}

.pro-main-side-item-list {
    margin-top: .125rem;
    display: none;
}

.pro-main-side-item-list a {
    font-size: .0885rem;
    color: #222;
    margin-bottom: .0781rem;
    line-height: 1;
    display: block;
}

.pro-main-side-item-list a:hover,
.pro-main-side-item-list a.active {
    text-decoration: underline;
    color: #004C86;
}

.pro-main-side-item-list.on {
    display: block;
}

.pro-main-side-item-tit i.on {
    transform: rotate(90deg);
}

.pro-main-item {
    background: rgba(210, 210, 210, 0.1);
    width: 32%;
    margin-bottom: .1563rem;
}

.pro-main-item:hover {
    transform: translateX(-0.026rem);
    background-color: #004C86;
}

.pro-main-item:hover .pro-item-img {
    border-color: transparent;
}

.pro-main-item:hover .pro-item-txt h4 {
    color: #fff;
}

.pro-main-item:hover .pro-item-txt p {
    color: #fff;
}

.pro-item-img {
    border: 1px solid rgba(210, 210, 210, 0.1);
}

.pro-main-item-new {
    color: #fff;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    border-radius: .1042rem;
    line-height: 1;
    background-color: #004C86;
}

.pro-item-txt {
    padding: 0.1875rem 0;
}

.pro-item-txt h4 {
    font-size: .1146rem;
    font-weight: 500;
    margin-bottom: 0.0677rem;
}

.pro-item-txt p {
    opacity: 0.78;
    font-size: .0938rem;
}

.pro-main-list::after {
    content: '';
    width: 32%;
    display: block;
}

/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #000;
    font-size: .1563rem;
    margin-top: .2083rem;
    margin-bottom: .4688rem;
}

.pro-main-page {
    margin: .3125rem auto;
}

/*详情样式*/
.pro-show-nav {
    margin-top: .3125rem;
    margin-bottom: .2604rem;
}

.pro-show-top-nav {
    margin-bottom: .1406rem;
}

.pro-show-top-nav a,
.pro-show-top-nav em,
.pro-show-top-nav span {
    font-size: .0866rem;
    opacity: 0.78;
    font-weight: 500;
    color: #555d68;
    text-transform: uppercase;
}

.pro-show-top-nav em {
    padding: 0 .0521rem;
}

.pro-show-top-nav a:hover {
    color: #004C86;
}

.pro-show-top {
    padding: 0 0 .5625rem;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-l {
    width: 45%;
}

.pro-show-top-r {
   margin-left: .5208rem;
}

.product-show-img-top {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    margin-bottom: .1198rem;
}

.product-show-img-thumbs {
    width: 100%;
    height: auto;
}

.product-show-img-thumbs .swiper-slide {
    width: auto;
    height: auto;
    border: 1px solid #e5e5e5;
}

.product-show-img-thumbs .swiper-slide-thumb-active {
    border: 1px solid #004C86;
}

.pro-show-top-tit h4 {
    font-size: .2865rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.pro-show-code {
    padding-bottom: .1979rem;
}

.pro-show-code p {
    font-size: .0938rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.pro-show-btn-box {
    margin-top: .1536rem;
}

.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 48.5%;
}

.add-cart {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.p-order {
    background-color: #004C86;
    color: #fff;
    border: 1px solid #004C86;
}

.p-order:hover {
    background-color: #fff;
    border: 1px solid #004C86;
    color: #004C86;
}

.add-cart:hover {
    background-color: #fff;
    border: 1px solid #004C86;
    color: #004C86;
}

.pro-show-top-section {
    margin-bottom: .2083rem;
}

.pro-show-top-section h4 {
    font-size: .2083rem;
    color: #004C86;
}

.pro-show-top-dim {
    margin-top: .0885rem;
    background: #f7f5f2;
    border: 1px solid #000000;
    color: #004C86;
    padding: .1042rem .2083rem;
    font-size: .0938rem;
}

.pro-show-top-cer {
    margin-top: .1823rem;
}

.pro-show-top-cer img {
    width: .3125rem;
    height: .3125rem;
    margin-right: .1563rem;
}

.pro-show-top-hl {
    margin-top: .1823rem;
}

.pro-show-top-hl-item {
    margin-right: .1042rem;
    width: .5208rem;
    margin-bottom: .0781rem;
}

.pro-show-top-hl-item .pro-show-top-hl-pic {
    width: .2708rem;
    height: .2708rem;
    margin: 0 auto;
}

.pro-show-top-hl-item p {
    font-size: .0729rem;
    margin-top: .0521rem;
    color: #647285;
    line-height: 1.2;
    font-weight: 500;
}

.pro-show-btn a {
    background: #004C86;
    color: #fff;
    padding: .1042rem 0;
    font-size: .1042rem;
    width: 100%;
}

.pro-show-btn a:hover {
    background-color: #004C86;
}

.pro-show-op {
    margin-bottom: .1042rem;
    opacity: 0.8;
}

.pro-show-op span {
    font-weight: 600;
    font-size: .1042rem;
    line-height: 1;
    margin-right: .0781rem;
}

.pro-show-op em {
    line-height: 1;
    font-size: .1042rem;
}

.pro-show-call {
    margin-top: .1042rem;
}

.pro-show-call span {
    line-height: 1;
    font-weight: 600;
    font-size: .0938rem;
    margin-right: .0521rem;
}

.pro-show-call em {
    line-height: 1;
    font-size: .0938rem;
    opacity: 0.8;
    margin-right: .0521rem;
}

.pro-show-call a {
    font-size: .0938rem;
    text-decoration: underline;
    font-weight: 600;
}

.pro-show-call a:hover {
    color: #004C86;
}

.pro-show-gg {
    margin: .1563rem 0 0;
}

.pro-show-gg h4 {
    font-size: .1146rem;
}

.pro-show-gg-list {
    margin-top: .1042rem;
    align-items: flex-start;
}

.pro-show-detail {
    background: #f4f1ed;
    padding: .4583rem 0;
}

.pro-show-tit {
    margin-bottom: .2031rem;
}

.pro-show-tit h4 {
    font-size: .3906rem;
    color: #004C86;
}

.pro-show-detail-con .ab4-item-txt p {
    margin-bottom: .0781rem;
    font-size: .0866rem;
}

.pro-show-download {
    margin-top: .4583rem;
    margin-bottom: .4583rem;
}

.pro-show-download-list {
    margin-top: .1042rem;
}

.pro-show-download-item {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1198rem .1354rem;
    opacity: 0.7;
}

.pro-show-download-item span {
    font-size: .0938rem;
    font-weight: 400;
}

.pro-show-download-item i {
    font-size: .1146rem;
}

.pro-show-download-item:hover {
    border: 1px solid #004C86;
    background: #004C86;
    color: #fff;
    opacity: 1;
}

.pro-show-detail-tit h4 {
    font-size: .3906rem;
    color: #004C86;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .2135rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}

/*新详情*/
.pro-show-section{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-show-section>h4 {
    font-size: .1563rem;
    text-transform: uppercase;
    margin-bottom: .1042rem;
    padding-bottom: .0938rem;
   
}

.pro-show-section-con {
    padding-bottom: .1563rem;
}
.pro-show-section-con .pro-show-gg-item{
    width: 20%;
    margin-right: .1042rem;
   
}
.pro-show-section-con .pro-show-gg-item-img{
    height: .3646rem;
    overflow: hidden;
    border: 2px solid #ccc;
}
.pro-show-section-con .pro-show-gg-item p{
    font-size: .0833rem;
    margin-top: .0521rem;
}
.pro-show-section-con .pro-show-gg-item.on .pro-show-gg-item-img{
    border:2px solid  #004C86;
}
.pro-show-section-con .pro-show-gg-item.on p{
    color: #004C86;
}

.sp-con p {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}
.pro-con{
    width: 64.51%;
    margin: 0 auto;
}

.pro-show-tab{
    background: #F5F5F5;
    padding: .1979rem 0 .1354rem;
}
.pro-show-tab-item{
    margin-right: .4688rem;
    font-size: .0938rem;
    padding-bottom: .0781rem;
    border-bottom: 2px solid transparent;
}
.pro-show-tab-item.on,
.pro-show-tab-item:hover{
    color: #004C86;
    border-bottom: 2px solid #004C86;
}
.pro-show-box{
    padding-bottom: .625rem;
}
.pro-show-box-item{
    padding-top: .625rem;
}
.pro-show-box-item-tit{
    width: 20%;
}
.pro-show-box-item-tit h4{
    font-size: .1823rem;
}
.pro-show-box-item-con{
    margin-left: .625rem;
}
.pro-show-box-sp p{
   font-size: .1146rem;
   margin-bottom: .1042rem;
}

.pro-show-box-3d-con {
    width: 100%;
    height: 2.6042rem; /* 或根据需要调整高度 */
}

.pro-show-box-3d-pic{
    border: 1px solid #D4D4D4;
    width: 70%;
}
.pro-show-box-3d p{
    font-size: .1042rem;
    opacity: 0.8;
    margin-top: .1563rem;
}

.pro-show-m-item {
    background: #F2F2F2;
    padding: .625rem 0;
}

.pro-show-m-item-tit h4 {
    font-size: .2604rem;
    padding-bottom: .0938rem;
    margin-bottom: .1563rem;
}

.pro-show-m-desc p {
    font-size: .1042rem;
    margin-bottom: .0781rem;
    opacity: 0.8;
    padding: .026rem .0521rem;
}

.pro-show-m-desc p:nth-child(even) {
    background-color: #fff;
}

.pro-show-m-desc p:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.1);
}

.pro-show-m-list .pro-main-item {
    width: 23%;
    background-color: #fff;
}
.pro-show-m-list .pro-main-item:hover{
    background-color: #004C86;
    color: #fff;
}


/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 9999;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}

/*blog*/
.news-page {
    padding: .4688rem 0;
    background: #f5f5f7;
}

.news-box {
    width: 6.7917rem;
    margin: 0 auto;
}

.news-top-nav a,
.news-top-nav em {
    color: #000;
    font-size: .0938rem;
    margin-bottom: .1198rem;
    line-height: 1;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #004C86;
}

.news-top-l h4 {
    font-size: .2604rem;
}

.news-top-r {
    background-color: #fff;
    padding: .0365rem 0;
}

.news-top-r-item {
    margin: 0 .0521rem;
    color: #000;
    font-size: .1042rem;
    padding: .1198rem .2083rem;
}

.news-top-r-item:hover,
.news-top-r-item.on {
    background-color: #004C86;
    color: #fff;
}

.news-con-list {
    margin-top: .5625rem;
}
.news-con-list::after{
    content: '';
    width: 32%;
}


.news-item-txt {
    margin-top: .1563rem;
}

.news-item-txt .index-btn {
    width: 55%;
    background-color: #004C86;
    padding: .0938rem .1042rem;
    color: #fff;
    transition: all ease-in-out 0.3s;

}

.news-item-txt .index-btn:hover {
    background-color: #004C86;
    color: #fff;
    transform: translateY(-10px);

}

.news-item-txt h4 {
    font-size: .1354rem;
    margin-bottom: .1042rem;
    font-weight: 600;
    line-height: 1.3;
    -webkit-line-clamp: 2;
}

.news-item-txt p {
    font-size: .0938rem;
    margin-bottom: .1563rem;
    -webkit-line-clamp: 2;
}

.news-item-btn {
    background-color: #004C86;
    color: #fff;
    padding: .1042rem .1302rem;
}

.news-item-btn span {
    font-size: .0938rem;
}

.news-item-btn em {
    font-size: .1042rem;
}

.news-item {
    width: 32%;
    background-color: #fff;
    border-radius: .1563rem;
    padding: .1823rem .1927rem;
    margin-bottom: .1563rem;
}

.news-item .news-item-pic {
    margin-bottom: .1042rem;
}

.news-item .news-item-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
}

.news-item .news-item-txt {
    flex: 1;
}

.news-item .news-item-btn {
    border: 1px solid #004C86;
    transition: all ease-in-out 0.3s;
}

.news-item:hover .news-item-txt h4 {
    color: #004C86;
    
}

/*blog详情*/
.news-show {
    background-color: #f7f7f7;
}

.news-show-top {
    background-color: #004C86;
    padding: .4583rem 0;
}

.news-show-top-l {
    width: 40%;
}

.news-top-nav a,
.news-top-nav em {
    color: #fff;
    font-size: .0938rem;
    margin-bottom: .1979rem;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #000;
}

.news-top-time span {
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
    margin: .2083rem 0;
    color: #fff;
}

.news-top-time span:first-child {
    margin-right: .2083rem;
}

.news-show-top-r {
    width: 48%;
}

.news-show-top-r-btn {
    background-color: #004C86;
    color: #fff;
    width: .5208rem;
    height: .5208rem;
    transition: all ease-in-out .3s;
}

.news-show-top-r-btn span {
    font-size: .2083rem;
}

.news-show-top-r:hover .news-show-top-r-btn {
    transform: scale(0.9, 0.9);
}

.news-top-sc a {
    margin-right: .1042rem;
    transition: all ease-in-out 0.3s;
}

.news-top-sc a:hover {
    transform: translateY(-10px);
}

.news-top-sc a span {
    font-size: .1302rem;
}

.news-show-con {
    margin: .4688rem 0 0;
    padding-bottom: .4688rem;
}

.news-show-con-l,
.news-show-con-r {
    background-color: #fff;
    padding: .1823rem;
}

.news-show-con-l {
    width: 70%;
}

.news-show-con-detail p {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.news-show-con-detail img {
    width: auto;
    max-width: 100%;
    margin-bottom: .0781rem;
}

.news-show-con-r {
    width: 25%;
}

.news-show-con-r h4 {
    font-size: .1563rem;
}

.news-show-con-list-item {
    margin-top: .1563rem;
}

.news-show-pic {
    margin-bottom: .0781rem;
}

.news-show-con-list-item-tit {
    font-size: .0866rem;
}

.news-show-con-list-item:hover .news-show-con-list-item-tit {
    color: #004C86;
}

.news-show-tit {
    font-size: .2344rem;
    line-height: 1.3;
    color: #fff;
}

/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}

.pro-show-color-list .pro-show-gg-item {
    cursor: pointer;
    width: .4167rem;
    margin-right: .1042rem;
    margin-bottom: .1042rem;
}

.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img {
    width: .4167rem;
    height: .2604rem;
    border: .0156rem solid #efefef;
    border-radius: .0521rem;
    overflow: hidden;
    margin: 0 auto;
}

.pro-show-color-list .pro-show-gg-item:hover .pro-show-gg-item-img,
.pro-show-color-list .pro-show-gg-item.on .pro-show-gg-item-img {
    border: .0156rem solid #004C86;
}

.pro-show-color-list .pro-show-gg-item:hover p,
.pro-show-color-list .pro-show-gg-item.on p {
    color: #004C86;
}

.pro-show-color-list .pro-show-gg-item p {
    font-size: .0729rem;
    opacity: 1;
    color: #000;
    text-align: center;
    margin-top: .0521rem;
}

.product-show-img-option {
    width: 3.125rem;
    border: 1px solid #ccc;
    height: 3.125rem;
    z-index: 10;
    background-color: #fff;
}

.pro-show-gg-item-img img {
    width: -webkit-fill-available;
    height: 100%;
}

.product-show-img-option img {
    width: auto;
    margin: 0 auto;
    height: auto;
}

.pro-show-ccpic {
    margin-top: .1042rem;
}

.pro-show-ccpic h4 {
    font-size: .1146rem;
}

.pro-show-ccpic-img {
    margin-top: .1042rem;
    overflow: hidden;
    border-radius: .0781rem;
}

#translate {
    display: none;
}

/*cookie 弹窗*/
.cookie-tc {
    background-color: #fff;
    bottom: 10%;
    right: .1042rem;
    width: 2.9583rem;
    border-radius: .4167rem .4167rem 0 .4167rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
}

.cookie-con h4 {
    font-size: .1458rem;
    margin-bottom: .1302rem;
}

.cookie-con p {
    font-size: .0866rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}

.cookie-btn span,
.cookie-btn em {
    font-size: .0866rem;
    width: 45%;
    padding: .1042rem 0;
    cursor: pointer;
}

.cookie-btn span {
    background-color: #000;
    color: #fff;
}

.cookie-btn em {
    background: #e8e8e8;
    color: #000;
}

.cookie-btn span:hover {
    background-color: #e8e8e8;
    color: #000;
}

.cookie-btn em:hover {
    background-color: #000;
    color: #fff;
}

.page-box {
    padding: .4167rem 0;
}

.page-con-l {
    width: 30%;
    margin-right: .1563rem;
}

.page-con-nav a {
    opacity: 0.9;
    font-size: .1146rem;
    border-bottom: 1px solid #ccc;
    padding: .1563rem .0521rem;
}

.page-con-nav a:hover,
.page-con-nav a.on {
    opacity: 1;
    color: #647285;
}

.page-con-r {
    background-color: #fff;
    padding: .1563rem .3125rem;
}

.page-con-txt h2 {
    font-weight: 600;
    color: #004C86;
    margin-bottom: .2083rem;
    font-size: .2083rem;
    text-transform: uppercase;
}

.page-con-txt p,
.page-con-txt ul li {
    font-size: .0938rem;
    margin-bottom: .0781rem;
    opacity: 0.9;
}

.page-con-txt ul li {
    list-style-type: disc;
    margin-left: .0938rem;
}

.page-con-txt h4 {
    font-size: .1563rem;
    font-family: 'Roboto';
    margin-bottom: .1042rem;
    margin-top: .1563rem;
    color: #004C86;
}

/*sc-nav*/
.sc-nav {
    bottom: 18%;
    right: .1302rem;
    z-index: 999;
}

.sc-nav-ico {
    width: .2604rem;
    height: .2604rem;
    margin-bottom: .0521rem;
}

.sc-nav-ico span {
    color: #fff;
    font-size: .1302rem;
    line-height: 1;
}

.sc-nav-item:nth-child(1) .sc-nav-ico {
    background: #25d366;
}

.sc-nav-item:nth-child(2) .sc-nav-ico {
    background: #49E670;
}

.sc-nav-item:nth-child(3) .sc-nav-ico {
    background: #49E670;
}

.sc-nav-item:nth-child(4) .sc-nav-ico {
    background: #3068C7;
}

.sc-nav-item:nth-child(5) .sc-nav-ico {
    background: #3068C7;
}

.sc-nav-item:nth-child(6) .sc-nav-ico {
    background: #000000;
}

.sc-nav-qr {
    top: 0;
    right: .3646rem;
    width: .6771rem;
    height: .6771rem;
    display: none;
    background-color: #fff;
    padding: .0521rem;
}

.sc-nav-qr.on {
    display: block;
}

.sc-nav-txt {
    width: .9375rem;
    height: auto;
}

.sc-nav-txt p {
    font-size: .0938rem;
    text-align: center;
}

/*cata*/
.cata {
    padding: .4479rem 0 .5208rem;
}

.cata-tit h4 {
    font-size: .2604rem;
    margin-bottom: .1563rem;
}

.cata-tit p {
    opacity: 0.7;
    font-size: .1042rem;
    width: 65%;
}

.cata-list {
    margin-top: .3438rem;
}

.cata-item {
    background-color: #fff;
    margin-bottom: .2083rem;
    width: 48.8%;
    padding: .2083rem;
    align-items: flex-start;
}

.cata-item-txt {
    width: 52.62%;
}

.cata-item-txt h4 {
    font-size: .1458rem;
    margin-bottom: .1146rem;
    line-height: 1.3;
}

.cata-item-txt p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-bottom: .2135rem;
}

.cata-item-img {
    width: 26.37%;
}

.cata-item-txt span {
    padding: .1042rem .2188rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .1563rem;
    opacity: 0.7;
    font-size: .0833rem;
}

.cata-item:hover {
    background: #9F2F37;
    color: #fff;
}

.cata-item:hover .cata-item-txt h4,
.cata-item:hover .cata-item-txt p {
    color: #fff;
}

.cata-item:hover .cata-item-txt span {
    color: #9F2F37;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
}