﻿@font-face {
    font-family: 'lato';
    /* src: url('https://cn-oss.edifier.com/Uploads/font/SOURCEHANSANSCN-REGULAR_0.OTF'); */
    src: url('../font/SOURCEHANSANSCN-REGULAR_0.woff');
}

@font-face {
    font-family: 'latoBold';
    src: url('../font/LATO-HEAVY-8.TTF');
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: arial; */
    font-family: 'lato'
}

.productContent s,
.newsDetail s,
.aboutArticle s,
.socialMain s,
.privacyMain s,
.contactMethodContain s,
.service-content s {
    text-decoration: line-through;
}

.productContent u,
.newsDetail u,
.aboutArticle u,
.socialMain u,
.privacyMain u,
.contactMethodContain u,
.service-content u {
    text-decoration: underline;
}

select {
    outline: none
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

input,
textarea {
    -webkit-appearance: none;
}

.wapMenus {
    display: none;
}

.wapMenu .on {
    display: none;
    width: 4.9333vw;
    height: 4.9333vw;
}

.menuOn .on {
    display: block;
}

.menuOn .off {
    display: none;
}

.topTwo {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
}

.topTwo li:nth-of-type(2) {
    margin-right: 0;
}

.topTwo li {
    flex: 1;
}

.homeProduct .bigProduct {
    /* height: 35.25vw !important; */
}

.homeProduct .bigProduct .imgmain {
    width: 100% !important;
    height: 35.25vw !important;
}

.homeProduct .bigProduct img {
    width: 100% !important;
    height: unset !important;
}

.pc {
    display: block;
}

.body {
    padding-top: 282px;
}

.product-filter-h5 {
    display: none;
}

.wap {
    display: none;
}

body {
    background: #f8f8f8;
    padding-top: 50px;
}

img {
    display: block;
}

.baseBox {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

.smallBaseBox {
    width: 1002px;
    margin: 0 auto;
}

.homeBox {
    width: 1300px;
    margin: 0 auto;
}


/* 头部css开始 */


/* header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
} */

.region {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #f2f2f2;
    z-index: 1200;
}

.regionFont {
    color: #232428;
    line-height: 28px;
}

.contry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 54px;
}

.btnList {
    display: flex;
    padding-top: 40px;
    padding-bottom: 42px;
    justify-content: center;
}

.regionBox {
    height: 220px;
    transition: all 0.3s ease;
}

.regionTips {
    height: 0;
    overflow: hidden;
}

.btnList div {
    width: 116px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    font-size: 18px;
    color: #ffff;
    text-align: center;
    background: #232426;
    margin: 0 19px;
    cursor: pointer;
}

.contry .close {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header section {
    display: flex;
    align-items: center;
    /* height: 68px; */
    height: 69px;
    font-size: 12px;
    flex-direction: row;
    background: #fff;
    position: relative;
    /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); */
    border-bottom: 1px solid #e5e5e5;
}

.searchContent {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
}

.searchMain {
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchList {
    display: none;
    width: 400px;
    background: #fff;
    position: absolute;
    left: 25px;
    top: 42px;
    z-index: 12;
    font-size: 14px;
    color: #232428;
    padding: 10px 10px;
    line-height: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.searchList li {
    cursor: pointer;
}

.searchMain .keywordBox .keywordInner {
    position: relative;
    width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchMain .keywordBox .keywordList {
    padding-top: 5px;
    justify-content: flex-start;
    padding-left: 50px;
}

.searchMain .keywordBox .keywordList span {
    margin-right: 10px;
    cursor: pointer;
}

.searchMain .searchIcon {
    position: absolute;
    left: 400px;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.searchMain .close {
    width: 20px;
    height: 20px;
    margin-left: 30px;
}

.searchMain .keywordBox input {
    height: 40px;
    width: 400px;
    text-indent: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
}

.menu ul {
    display: flex;
}

.menu ul li {

    padding-right: 150px;
    display: flex;
}

.menu ul li img {
    width: 9px;
    height: 6px;
    margin-left: 4px;
}

.logoNmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    margin-right: 100px;
    width: 181px;
}

.menu a {
    font-size: 14px;
    /* color: rgba(51, 51, 51, 0.7); */
    color: #000;
    align-items: center;
    display: flex;
}

.menu li {
    position: relative;
    height: 68px;
}

.menu li .up {
    display: none;
}

.menu li.on {
    position: relative;
    /* 添加 */
    font-weight: 700;
    font-size: 20px;
}

.menu .on .up {
    display: block;
}

.menu .on .down {
    display: none;
}

.menu li.on::after {
    position: absolute;
    content: "";
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #F49D1B;
}

.searchBox {
    display: flex;
    align-items: center;
    /* position: absolute; */
    font-size: 12px;
    right: 0;
}

.searchBox .search {
    width: 15px;
    height: 16px;
    /* background: url('../assets/search.png') center center no-repeat; */
    cursor: pointer;
    margin-right: 40px;
    color: #232428;
}

.searchBox div a {
    display: flex;
    color: #232428;
    align-items: center;
}

.searchBox div img {
    margin-right: 4px;
}

.searchBox .shop {
    margin-right: 34px;
}

.showMenu {
    width: 100%;
    /* height: 296px; */
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 68px;
    display: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    animation: fadenum 0.8s 1;
}

@keyframes fadenum {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.showMenu .alertMenu {
    position: relative;
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showMenu .close img {
    width: 28px;
    height: 28px;
}

.showMenu .close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    padding: 0;
    top: 30px;
    cursor: pointer;
}

.showMenu>div {
    /* padding-left: 183px; */
    /* display: flex; */
    /* padding-top: 76px; */
}

.showMenu dl {
    width: 160px;
}

.showMenu dt {
    font-size: 20px;
    padding-bottom: 20px;
}

.showMenu dt a {
    color: #999;
    cursor: default;
}

.showMenu dd {
    line-height: 36px;
}

.showMenu dd a {
    font-size: 16px;
    color: #414141;
}


/* 头部css结束 */


/* 脚部css开始 */

footer .footMain .tips {
    font-size: 26px;
    /* font-weight: bold; */
}

footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: rgba(224, 224, 224, 1);
}

footer .footMain {
    height: 86px;
    background: #232428;
    display: flex;
}

footer .footMain>div {
    height: 86px;
    display: flex;
    align-items: center;
}

footer .footMain .tips {
    color: #fff;
    margin-right: 106px;
}

footer .footMain .tips p {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
    letter-spacing: 0.4px;
    font-weight: normal;
}

footer .footMain input {
    width: 534px;
    height: 38px;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-indent: 24px;
    font-size: 14px;
    margin-right: 60px;
}

footer .footMain .submit {
    width: 108px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
}

/* footer .baseBox {
    display: flex;
} */

footer .subNav {
    display: flex;
    padding-top: 46px;
    margin-bottom: 68px;
    justify-content: space-between;
}

footer .subNav dl {
    /* border-right: 1px solid #dcdcdc;
    padding: 0 80px; */
}

footer .subNav dl dd {
    margin-bottom: 12px;
}

footer .subNav dl:first-child {
    /* padding-left: 0; */
}



footer .subNav dl dt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .subNav .focus_dl dd img {
    margin-right: 8px;
}

footer .subNav .focus_phone {
    color: rgba(51, 51, 51, 0.5000);
    font-size: 18px;
    font-weight: 700;
}

/* footer .subNav .focus_phone dd{ */
footer .subNav .focus_phone .focusText {
    margin-bottom: 1px;
}

footer .subNav .focus_phone .focus_title {
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
}

footer .subNav .focus_phone .focus_title::before {
    content: '';
    width: 44px;
    display: inline-block;
}

/* footer .subNav .focus_phone .phone_img{
    display: flex;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    margin-bottom: 20px;
    align-items: center;
} */
footer .subNav .focus_phone .phone_img {
    display: flex;
    align-items: center;
}

footer .subNav .focus_phone .phone_number {
    margin-bottom: 20px;
}

footer .focus_phone .phone_img img {
    margin-right: 10px;
}

footer .focus_line {
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    display: none;
}

footer .subNav dl dd a {
    /* line-height: 30px; */
    font-size: 16px;
    color: rgba(51, 51, 51, 0.7);
    display: flex;
    align-items: center;
}

footer .subNav dl dd a:hover {
    /* text-decoration: underline; */
    color: rgb(3 158 238);
}

.footer-icp {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.footer-icp,
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #485660;
    font-weight: 400;
    font-size: 16px;
    /* height: 64px; */
}

.copyright {
    position: relative;
}

.copyright p a {
    margin-left: 20px;
    color: #485660;
}

.copyright p span {
    padding: 0 30px;
}

.copyright p span a {
    color: #666;
}

.copyright span,
.copyright p {
    display: flex;
}

.copyright i a {
    font-style: normal;
    margin-left: 6px;
    color: #F49D1B;
    cursor: pointer;
}

.copyright .language_show {
    position: absolute;
    right: 0;
}

.copyright .language_show img {
    width: 24px;
    height: 24px;
    display: inline-block;
}

/* .copyright img {
    width: 33px;
    height: 20px;
    margin-right: 10px;
} */
.footer-icp #ebsgovicon img {
    border-width: 0px;
    border: hidden;
    border: none;
}

/*location弹窗*/
.selectLoaction {
    display: none;
}

.selectLoaction-title {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 40px;
    height: 80px;
}

.selectLoaction-title img {
    position: absolute;
    right: 0;
}

.selectLoaction-group {
    height: calc(100% - 80px);
    overflow-y: auto;
}

.selectLoaction-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.selectLoaction-item-name {
    font-weight: bold;
    padding-bottom: 20px;
}

.selectLoaction-item-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
}

.selectLoaction-item-content a {
    color: #333;
}

.selectLoaction-item ul li a:hover {
    color: #F49D1B;
}


/* 脚部css结束 */


/* 新闻css */

.newsBanner {
    height: 520px;
}

.newsList {
    padding: 42px 0;
    background: #fff;
}

.newsList li a {
    display: flex;
   
}

.newsList li a .cnewsTitle {
    font-size: 20px;
    color: #232428;
    padding-bottom: 40px;
    font-weight: normal;
}

.newsList li a .bref {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
    padding-right: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsImgContent {
    width: 389px;
    max-height: 232px;
    overflow: hidden;
}

.newsImgContent img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.newsList li a .newsImg {
    width: 389px;
}

.newsList li a .newsInfo {
    padding-left: 54px;
    background: #f8f8f8;
    padding-top: 36px;
    flex: 1
}

.newsList li a .times {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
}

.newsList li a .times img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.newsList .pages dl {
    display: flex;
    justify-content: center;
}

.newsList .pages dl dd {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #888;
    text-align: center;
    font-size: 16px;
    margin: 0 6px;
    cursor: pointer;
}

.newsList .pages dl dd.on {
    color: #019cee;
    border-color: #019cee
}

.newsList .pages dl dd.noMore {
    border-color: #ccc;
}

.newsList .pages dl dd.prev,
.newsList .pages dl dd.next {
    position: relative;
}

.newsList .pages dl dd.prev::after,
.newsList .pages dl dd.next::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 40%;
    top: 30%;
    transform-origin: center center;
    transform: rotate(-45deg);
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

.newsList .pages dl dd.next::after {
    transform: rotate(135deg);
    left: 25%;
}

.newsList .pages dl dd.noMore::after {
    border-color: #ccc;
    ;
}


/* 新闻css */


/* 新闻详情css */

.newsDetail {
    background: #fff;
    margin: 42px auto;
    padding: 33px 40px;
}

.newsDetail .title {
    font-size: 32px;
    color: #232428;
    /* line-height: 28px; */
    text-align: center;
    margin-bottom: 20px;
}

.newsDetail .times {
    font-size: 14px;
    color: #999;
    line-height: 14px;
    padding-bottom: 28px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 36px;
}

.newsDetail .detail .detailTitle {
    font-size: 20px;
    color: #232428;
    margin-bottom: 5px;
}

.newsDetail .detail p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 27px;
    color: #232428;
}

.newsDetail .breadCrum {
    font-size: 14px;
    color: #999;
    padding-bottom: 30px;
}

.newsDetail .breadCrum span {
    color: #F49D1B;
}

.newsDetail .detail img {
    margin: 0 auto 20px;
    max-width: 100%;
}

.productList {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}

.productList .productSelect {
    width: 305px;
}

.productList .product-all-btn {
    text-align: center;
    padding: 12px 0;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}

.productList .product-all-btn.on {
    color: #F49D1B;
}

.productList .product-all-btn:hover,
.productSelect .product-menu-second li:hover,
.productSelect .menu-title-svg:hover {
    color: #F49D1B;
}

.productList .product-menu-one {
    background-color: #f2f2f2;
    position: relative;
    margin-bottom: 40px;
}

.productList .product-menu-second {
    /* display: flex;
    justify-content: center;
    align-items: stretch;
    border:0px solid black;
    position: absolute;
    top:0;
    left: 285px;
    height: 100%; */
    /* background-color: #fff; */
    /* box-shadow:5px 0 12px rgb(0 0 0 / 18%); */
    /* max-width:1015px; */
    display: none;
}

.productList .product-menu-second ul li img {
    width: 48px;
    /*勿随意改动*/
    height: 48px;
    /*勿随意改动*/
}

.productList .product-menu-second ul {
    font-size: 14px;
}

.productList .product-menu-second ul li {
    width: 226px;
    padding: 14px 0px;
    /*14px 勿随意改动*/
    margin: 0 12px;
    display: flex;
    font-size: 14px;
}

.productList .product-menu-title {
    padding: 20px 0;
    /*20px 勿随意改动*/
}

.productList .menu-title-svg {
    padding: 12px 20px;
    /*12px 勿随意改动*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productList .product-menus {
    margin-right: 60px;
}

.productList .product-menu-img {
    margin-left: 8px
}

.productList .productSelect li.activeOn {
    color: #F49D1B;
}

.productList .activeOns .menu-title-svg img {
    transform: rotate(180deg);
}

/* .productSelect {
    width: 266px;
    background: #fff;
    padding: 46px 14px 25px;
    float: left;
}

.productSelect dl {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 24px;
}

.productSelect dl:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.productSelect dd {
    line-height: 37px;
    font-size: 16px;
    color: #232428;
    padding-left: 21px;
    background: url('../assets/check.png') left center no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
}

.productSelect dd.on {
    background: url('../assets/checkon.png') left center no-repeat;
    background-size: 15px 15px;
}

.productSelect dt {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
} */

.productSelect ul {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.productSelect ul li {
    color: #333;
    font-size: 16px;
    /*勿随意改动*/
    align-items: center;
}

.productSelect .productSelect_wear,
.productSelect .productSelect_func {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.productSelect .productSelect_wear {
    margin-bottom: 4px;
}

.productSelect .productSelect_func ul {
    background-color: #494949;
}

.productSelect .productSelect_func li {
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

.productSelect li.on {
    color: #F49D1B;
}



/*产品列表页的修改*/
.productSelectAll ul {
    display: flex;
    padding-right: 20px;
    cursor: pointer;
}

.productSelectAll ul li {
    margin-left: 24px;
    color: #333;
    font-size: 16px;
}

.productSelectAll .productSelect_wear,
.productSelectAll .productSelect_func {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.productSelectAll .productSelect_wear {
    margin-bottom: 4px;
}

.productSelectAll .productSelect_func ul {
    background-color: #494949;
}

.productSelectAll .productSelect_func li {
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

.productMain ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.productMain ul li {
    overflow: hidden;
}

.productMain ul li p,
.productMain ul li .bref {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productMain li {
    padding-bottom: 20px;
}

.productMain li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #232428;
}

.productMain li p {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
    /* margin-left: 20px; */
    font-weight: bold;
}

.productMain li .bref {
    color: #333;
    font-size: 12px;
    margin-bottom: 20px;
    /* margin-left: 20px; */
}

.productMain li .price span {
    font-size: 18px;
    font-weight: bold;
    /* margin-left: 20px; */
}

.productMain li .price {
    color: rgba(51, 51, 51, 0.5);
    font-size: 20px;
    font-weight: bold;
}

.productMain li:hover .price {
    color: #F49D1B;
}

.productMain li:nth-of-type(3n) {
    /* margin-right: 0; */
}

.productMain li:nth-of-type(4n) {
    margin-right: 0;
}

.productMain li a img {
    width: 100%;
    margin-bottom: 14px;
}

.productMain li a .productImg {
    display: block;
    background-color: #ebebeb;
}

.productMain li a .productHover {
    display: none;
    background-color: #ebebeb;
}

.productMain li a:hover .productImg {
    display: none;
}

.productMain li a:hover .productHover {
    display: block;
}

.productMain li a .ring {
    width: 18px;
    height: 18px;
    /* border: 1px solid #23aded; */
    border-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.productMain li a .ring.on {
    border: 1px solid #23aded;
}

.productMain li a .ring div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.productMain .loadMore {
    width: 150px;
    height: 44px;
    line-height: 42px;
    background-color: #333;
    /* border: 1px solid #232428; */
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    margin: 34px auto 38px;
}

.mobileOn {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-bottom: 0 !important;
}


/* 新闻详情css */

.contactUsForm {
    padding: 54px 0;
}

.contactUsForm h1 {
    font-size: 32px;
    color: #232428;
    text-align: center;
    margin-bottom: 30px;
}

.contactUsForm .inputList {
    display: flex;
    justify-content: space-between;
}

.contactUsForm .inputList input {
    width: 580px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #ddd;
    outline: none;
    text-indent: 20px;
}

.contactUsForm textarea {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    border: 1px solid #ddd;
    outline: none;
    margin-top: 20px;
    margin-bottom: 17px;
    padding: 20px;
}

.contactUsForm .submit {
    width: 110px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    background: #000;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}

.newsBanner {
    text-align: center;
    padding-top: 166px;
    box-sizing: border-box;
}

.newsBanner .banTitle {
    font-size: 54px;
    font-weight: bold;
    color: #1b1f2e;
    margin-bottom: 28px;
}

.newsBanner .bref {
    font-size: 24px;
    color: #232428;
    line-height: 36px;
}

.aboutBan {
    text-align: left;
    color: #fff;
    padding-top: 164px;
}

.aboutBan .aboutSubTitle {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.aboutBan .aboutusTitle {
    font-size: 54px;
    font-weight: bold;
}

.saftyBan {
    padding-top: 182px;
    height: 522px;
    background-size: cover !important;
}

.saftyBan .aboutSubTitle {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 0;
}

.saftyBan .aboutusTitle {
    font-size: 36px;
    font-weight: normal;
}

.contactBan {
    text-align: left;
    padding-top: 212px;
}

.contactBan h1 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    line-height: 48px;
}

.contactBan h1 p {
    padding-top: 5px;
    font-size: 36px;
}

.contactMethod {
    background: #fff;
    padding: 76px 0;
}

.contactItem {
    width: 586px;
    background: #f8f8f8;
    height: 290px;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contactMethodContain {
    display: flex;
    justify-content: space-between;
}

.contactItem .info {
    display: flex;
    font-size: 18px;
    color: #232428;
}

.contactItem .info div {
    width: 325px;
}

.contactItem .info div .tips {
    margin-bottom: 60px;
    font-size: 18px;
}

.contactItem .info div .hotLine {
    font-size: 36px;
    color: #F49D1B;
    margin-bottom: 44px;
    padding-top: 15px;
}

.contactItem .title {
    font-size: 24px;
    color: #232428;
    margin-bottom: 24px;
    font-weight: normal;
}

.contactItem img {
    margin-right: 32px;
    height: 159px;
}

.homeNewsList {
    position: relative;
    margin-bottom: 60px;
    /* padding: 0 5vw; */
    /* display: flex;
    overflow: hidden; */
}

.homeNewsList .scroll_div {
    margin: 50px 0 30px;
    /* margin-bottom: 30px;
    margin-top:20px; */
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #f3f3f3;
    opacity: 1;
    transition: opacity .3s ease;
}

.homeNewsList .scroll_span {
    border-radius: 3px;
    height: 6px;
    width: 10%;
    background-color: #d8d8d8;
    position: absolute;
}

.homeNewsList .news_list {
    overflow-x: hidden;
    overflow-y: hidden;
}

.homeNews {
    margin-bottom: 42px;
    width: 1300px;
    margin: 0 auto 30px;
}

.homeNewsList .bottom-shadow {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    background: #e6e6e6;
    border-bottom: 1px solid #ececec
}

.homeNewsList .img {
    position: relative;
    width: 960px !important;
}

.homeNewsList .img li,
.homeNewsList .img a,
.homeNewsList .img img {
    display: block;
    width: 960px !important;
    /* height: 200px */
}

.homeNewsList .img li {
    /* height: 536px; */
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.homeNewsList .img .first {
    display: block
}

.homeNewsList .tab {
    width: calc(100% - 960px);
    display: flex;
    height: 635px;
    flex-direction: column;
}

.homeNewsList .tab li {
    flex: 1;
    border-top: 1px solid #e5e5e5;
    background: #f8f8f8;
    cursor: pointer;
    display: flex;
    padding: 30px;
    flex-direction: column;
}

/* @media screen and (min-width:1440px){
    .homeNewsList .tab li {
        padding: 1.65vw;
    }
}
@media  (max-width: 1536px) and (min-width: 1441px){
    .homeNewsList .tab li {
        padding: 1.95vw;
    }
}
@media (max-width: 1660px) and (min-width: 1537px){
    .homeNewsList .tab li {
        padding: 2.09vw;
    }
}
@media (max-width: 1920px) and (min-width: 1601px){
    .homeNewsList .tab li {
        padding: 2.6vw;
    }
} */


.homeNewsList .tab .first {
    border-top: 0
}

.homeNewsList .tab .title {
    left: 17px;
    top: 6px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homeNewsList .tab .des {
    left: 18px;
    top: 26px;
    color: #999
}

.homeNewsList .tab .first a {
    height: 50px
}

.homeNewsList .tab .on {
    background: #eee;
}

.homeNewsList ul {
    display: flex;
    border: 0px solid black;
    /* animation: mymove 60s infinite linear; */
}

.homeNewsList ul li {
    width: 406px;
    padding-right: 20px;
    max-width: 439px;
}

.homeNewsList ul li a:hover span {
    color: #F49D1B;
}

.homeNewsList ul li img {
    /* width: 100%; */
    width: 386px;
}

.homeNewsList .news_content {
    color: #666;
    font-size: 16px;
    padding-top: 20px;
    border: 0px solid red;
}

.homeNewsList .news_content span {
    display: block;
}

.homeNewsList .news_title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
}

.homeNewsList .news_more {
    padding-top: 43px;
    padding-bottom: 20px;
    display: flex;
    color: #666;
    font-size: 16px;
}

.homeNewsList .news_list {
    /* animation: mymove 5s infinite linear; */
    position: relative;
    /* height: 536px; */
    height: 559px;
}

.homeNewsList .news_more .news_more_text {
    background-color: #F49D1B;
    width: 88px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.homeNewsList .news_more .news_more_date {
    line-height: 32px;
    margin-left: 20px;
}

/*首页国际奖项*/
.homeAwards {
    margin-bottom: 80px;
    font-size: 14px;
    color: #333;
}

.homeAwards .homeAwards_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeAwards .homeAwards_items {
    padding: 40px 0;
}

.homeAwards .homeAwards_items ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.homeAwards .homeAwards_items ul li {
    max-width: 270px;
    margin-left: 20px;
}

.homeAwards .homeAwards_items ul li:first-child {
    margin-left: 0;
}

.homeAwards .homeAwards_items ul li a:hover p {
    color: #F49D1B;
}

.homeAwards .homeAwards_items ul li img {
    width: 110px;
}

.homeAwards .homeAwards_items_more {
    color: #999;
    font-size: 14px;
    margin-top: 4px;
}

.homeAwards .homeAwards_items_name {
    color: #333;
    font-size: 20px;
    margin-top: 12px;
    max-width: 160px;
    font-weight: bold;
    font-family: 'sourceBold';
}

/*国际奖项页面*/
.awardsPage {
    font-size: 16px;
    color: #333;
}

.awards_nav {
    padding: 20px 0;
    color: #999;
}

.awards_text {
    padding: 20px 0;
}

.awards_text_p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.awards_text_content {
    padding: 40px 60px;
    background-color: #F2F2F2;
    margin: 20px 0;
}

.awards_content {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.awards_content_items {
    width: 342px;
    margin-right: 60px;
}

.awards_content_items ul {
    color: rgba(51, 51, 51, 0.69);
}

.awards_content_items ul li {
    height: 180px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.awards_content_items ul li:last-child {
    border-bottom: 1px solid rgba(0 0 0 / 8%);
}

.awards_content_items ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 8%);
}

.awards_content_items ul li:hover p {
    color: #333;
    font-weight: bold;
}

.awardsOn {
    background-color: #fff !important;
    box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 8%);
    color: #333;
    font-weight: bold;
}

.awards_content_items ul li p {
    max-width: 310px;
    margin-top: 12px;
    padding: 0 10px;
}

.awards_content_items ul li img {
    width: 64px;
}

.awards_content_list {
    width: 890px;
}

.awards_content_list_title {
    margin: 20px 0;
}

.awards_content_list_name {
    font-size: 20px;
    font-weight: bold;
}

.awards_content_list_desc {
    margin-top: 8px;
}

.awards_content_list_products {
    padding: 20px 0;
}

.awards_content_list_products ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.awards_content_list_products ul li {
    margin-bottom: 20px;
}

.awards_content_list_products ul li a {
    color: inherit;
}

.awards_content_list_products ul li a:hover {
    color: #F49D1B;
}

.awards_content_list_products ul li .list_products_img {
    width: 270px;
}

.list_products_name {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.list_products_name span:first-child {
    flex: 1;
}

.awards_year {
    font-size: 14px;
    color: #999;
}

.awards_year img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
}

.awardsList {
    display: none;
}

.awardsListOn {
    display: block;
}

@-webkit-keyframes mymove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-500px);
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }

    .wap {
        display: block;
    }

    body {
        padding-top: 9.8667vw;
    }

    .wapHeader {
        height: 9.8667vw;
        display: flex;
        justify-content: space-between;
        background: #fff;
        align-items: center;
        padding: 0 2.1333vw;
    }

    .wapMenu img {
        width: 4.9333vw;
        height: 4vw;
    }

    .wapLogo img {
        height: 9.4vw;
    }

    .wapShop img {
        width: 4.4vw;
        height: 4.4vw;
    }

    .fullSlide {
        /* height: 82.4vw !important; */
        height: auto !important;
    }

    .fullSlide .bd li {
        /* height: 82.4vw !important; */
        height: auto !important;
    }
}