

<!-- 导航产品-->

.goodsList .list__tb {
    display: flex;
}

.ad-box {
  width: 400px;     
  height: 225px;     
  border: 1px solid #ddd;          
  margin: 60px 0;          
}

.nav-box {
    width: 100%;
	margin-bottom: 10px;
}
.nav-box2 {
    width: 100%;
    margin: 15px 0;
}

.nav-link { border-top: 1px solid #ccc;}
.nav-link a {font-size:16px; color:#333;padding-left:3%; line-height: 50px;font-weight:600;    align-items: center;
    display: flex;
}

.tb__chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-left: 30px;
	margin-top: 30px;
}
.tb__chip {
    cursor: pointer;
    align-items: center;
	font-size: 17px;
    background-color: #fff;
    width: calc(100% / 4 - 110px);
    padding: 15px 0;
    text-align: center;
	border: 1px solid #d90c18;
	font-weight:600;
	transition: all 0.3s ease;
}
.tb__chip a { color: #d90c18; }

.tb__chip:hover {
     background-color: #d90c18;
   }
   
   .tb__chip:hover a{
     color:#fff; 
   }
   
/*.tb__chip a:hover{ color:#fff; }*/

.CO04_gnb-utility .h-right-sub:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #f0f0f0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.CO04_gnb-utility-wrapper3 {
display: block; height: 383px; padding-top: 30px; margin-top: 10px; padding-bottom: 30px; margin-bottom: 0px;
}
.CO04_gnb-utility .h-right-sub {
    position: absolute;
    z-index: 50;
    transform: translateX(-50%);
    background-color: #f0f0f0;
    border: 1px solid #FFF;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
    padding: 30px;
    display: none;
    transition: opacity .2s ease;
}
.CO04_gnb-utility .h-right-sub {
    min-width: 350px;
}

.CO04_gnb-utility .txt-area {
    -moz-flex: 1;
    flex: 1;
    padding-left: 24px;
}
.CO04_gnb-utility .dot-new{
    display:inline-block;
    width:5px;
    height:5px;
    border-radius:100%;
    background-color:#D90416;
    position:absolute;
    right:130px;
}

.h-right-sub a {
    display: flex;
}
.CO04_gnb-utility .h-right-sub li + li{
    margin-top:30px;
}

.CO04_gnb-utility .img-area{
    display:inline-block;
    width:139px;
    height:87px;
    overflow:hidden;
    position:relative;
}

.CO04_gnb-utility .img-area img{
    width:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50% , -50%);
}

.CO04_gnb-utility .txt-area{
    -moz-flex:1;
    flex:1;
    padding-left:24px;
}

.CO04_gnb-utility .txt-area .tit{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    color: #212121;
    display:-webkit-box;
    height:3.87em;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;

}
.CO04_gnb-utility .txt-area .tit:lang(cn){
  font-family: proxima-nova , sans-serif;
}

.CO04_gnb-utility .txt-area .date{
    display:block;
    line-height:12px;
    margin-top:12px;
    font-size:12px;
    color:#6B6B6B;
    font-family: proxima-nova;
    font-weight: 500;
}

.h-notice a:hover .txt-area > span{
    color:#CC1424 !important;
}

/* 正文开始 */
.section{
    width: 100%;
    align-items: center;
}
.section .title{
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
	font-weight: 700;
    color: #000;
}
.section .list{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 5px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px -5px 30px rgb(0 0 0 / 15%);
}
.section .list .item {
    margin-left: 150px;
    text-align: center;
}
.section .list .item2 {
    margin-left: 250px;
    text-align: right;
}
.section .list .item:first-of-type{
    margin: 0;
}
.section .list .item .name{
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
}
.section .list .item .name1{
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}
.section .list .item img {
    width:55px;
}
.active {
background-color: #fff;
}

.activedh {
background-color: #fff;
}
/* 第二屏 */


.section .second{
	padding: 50px 150px;
}


.section .second .title_A{
    font-weight: 700; 
    opacity: 0;
   transform: translateY(30px);
    transition: all 0.8s ease-out;
      font-size: 40px;
     line-height: 40px;
	 text-align:left;
	     color: #000;
}
.section .second .title_A.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
.section .second .title_A {
            transition-delay: 0.2s;
        }
     
.section .second .desc{
    font-size: 20px;
    width: 100%;
    margin:10px 0 30px;
	opacity: 0;
   transform: translateY(30px);
    transition: all 0.8s ease-out;
}
.section .second .desc.visible {
            opacity: 1;
            transform: translateY(0);
        }
		
.section .second .desc {
            transition-delay: 0.4s;
        }

.section .second .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0; gap: 20px;}


.section .second .list .item{	background-color: #fff; margin-left: 20px; padding: 20px 10px; 
box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
}

.section .second .list .item:hover {
    box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.33);
    -webkit-box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.33);
}

.section .second .list .item:first-of-type{margin: 0;}
.section .second .list .item .name{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
	line-height:20px;
}
.section .second .list .item img {
    width:100%;
}

/* 第三屏 */
.section .middle{
	padding: 50px 150px 0;
}
.section .middle-two {
    padding: 0px 150px 100px;    
	background-color: #fff;
}
.section .middle .title2{
    font-size: 40px;
    font-weight:700;
	opacity: 0;
   transform: translateY(30px);
    transition: all 0.8s ease-out;
     line-height: 40px;
	 text-align:left;
	color: #000;
}

.section .middle .title2.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
.section .middle .title2 {
            transition-delay: 0.2s;
        }
     
.section .middle .menus{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.section .middle .menus .item{
    height: 70px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
}
.section .middle .menus .active{
    border-bottom: solid 4px #d90c18;
	    background-color: #f6f6f6;
}
.section .middle-two .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.section .middle-two .content .con-left{
    text-align: left;
	width: 50%;
}
.section .middle-two .content img{
	width: 50%;
}
.section .middle-two .content .con-left .subtitle{
    font-size: 38px;
    font-weight: normal;
	margin-top: 50px;
}
.section .middle-two .content .con-left .remark{
    font-size: 20px;
    margin: 30px 0;
    line-height: 30px;
	margin-right: 80px;
}
.section .middle-two .content .con-left .btn{
    margin-top: 50px;
	font-size: 16px;
}

.section .middle-two .content .con-left .btn a {
    padding: 20px 25px;
	background-color: #d90c18;
	color:#fff;
	font-weight: 600;
}
.section .middle-two .content .con-left .btn a:hover {box-shadow: inset 0 0 0 100px rgba(125, 125, 125, 0.4);}

/* 第四屏 */

.section .middle2 {
    padding: 50px 150px 100px;
	background-image: url(../images/bj.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section .middle2 .title2{
    font-size: 40px;
    font-weight:700;
	opacity: 0;
   transform: translateY(30px);
    transition: all 0.8s ease-out;
     line-height: 40px;
	 text-align:left;
	color: #000;
}

.section .middle2 .title2.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
.section .middle2 .title2{
            transition-delay: 0.2s;
        }

.section .middle2 .company-remark{
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    font-weight: bolder;
}
.section .middle2 .company-more{
    margin: 50px 0 60px;
    font-size: 16px;
	color: #fff;
}
.section .middle2 .company-more a{
    padding: 20px 25px;
	background-color: #d90c18;
	    font-weight: 600;
}
.section .middle2 .company-more a:hover{
    box-shadow: inset 0 0 0 100px rgb(125 125 125 / 40%);
}


.section .middle2 .company-list{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .middle2 .company-list .panel{
    background-color: #f6f6f6;
    width: calc(100% / 3);;
    height: 310px;
    padding: 20px;
    margin-left: 20px;
}
.section .middle2 .company-list .panel:first-of-type{
    margin: 0;
}
.section .middle2 .company-list .panel .sub-title{
    font-size: 24px;
    color: #000;
    width: 100%;
    height: 40px;
}

.section .middle2 .company-list .panel .data{
    font-size: 48px;
    height: 180px;
    line-height: 180px;
    text-align: center;
	color: #d90c18;
	font-weight:600;
}
.section .middle2 .company-list .panel .data  span{ font-size:60px;font-weight:600;}
.section .middle2 .company-list .panel .com-desc{
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 第五屏 */
.section .middle .new-panel{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
	flex-wrap: wrap;
}
.section .middle .new-panel .new-item{
    height: 460px;
}
.section .middle .new-panel .new-item img{
    width: 100%;
}

.section .middle .new-panel .new-item .new-info{
    width: 410px;
    background-color: #cdcdcd;
    height: 235px;
    font-size: 28px;
    color: #fff;
	padding: 60px 20px 10px;
}
.section .middle .new-panel .new-item .new-info:hover {
    background-color: #d90c18;
	transition: all .2s ease-in-out;

}
.section .middle .new-panel .new-item1{
    height: 460px;
    position: relative;
    width: calc(100% - 440px);
}
.section .middle .new-panel .new-item1 .new-info1{
    background-color: rgba(0, 0, 0, 0.3);
    height: 235px;
    font-size: 32px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: end;
}
.section .middle .new-panel .new-item1 .new-info1:hover {
background-color: rgba(0, 0, 0, 0.6)
}

/* 联系我们 */
.contact{
    width: 100%;
    background-color: #f6f6f6;
    color: #000;
    text-align: left;
    padding: 50px 150px;
    display: flex;
}
.contact .con-left{float:left; width:50%;}
.contact .con-right{float:right; width:50%;}
.contact .contact-title{
    font-size: 16px;
	font-weight: 600;
}
.contact .contact-sub{
    font-size: 16px;
    margin-top: 20px;
    color: #333333;
}
.contact .contact-btn{
    border: solid 2px #d90c18;
    width: 190px;
    font-size: 16px;
    margin-top: 50px;
	padding:20px 25px;
	text-align:center;
	background-color: #fff;
	font-weight: 600;
}
/* 底部内容 */
.footer{
    width: 100%;
    padding: 50px 150px;
}
.footer .footer-title{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.footer .multi{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.footer .multi .multi-item{
    display: flex;
	font-size: 16px;
}
.footer .multi .multi-item a{
	font-size: 16px;
	font-weight:600;
}

.footer .multi .multi-item a:hover{
    color:#d90c18;
}
.footer .multi .multi-item img {margin-right: 5px;}

.footer_warp{ width: 100%; background-color:#f6f6f6;padding: 50px 150px 20px;}
.footer_s{ width: 100%; background-color:#f6f6f6; display: flex; gap:60px;}
.footer_s .footer-left{
     width:80%;
}
.footer_s .footer-content .con-left {
    display: flex;
    gap: 100px;
}
.footer_s .con-list .name{
    font-size: 18px;
    font-weight: bolder;
	    color: #000;
}

.footer_s .footer-left .con-list .item{
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.footer_s .footer-right .con-list .item{
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.copy{
    color: #696969;
    display: flex;
	align-items: flex-end;
    justify-content: space-between;
	margin: 50px 0 0px;
}
.copy .copy-list {
   margin-left: 20px;
}

.marginTop20{
    margin-top: 20px;
}
a{
    text-decoration: none;
}

.foot-by {
    display: flex;
    margin-top: 50px;
    gap: 90px;
	align-items: center; 
	color: #000;
}

.foot-by p {
    font-size: 38px;
    font-weight: 700;
	color: #d90c18;
}
.foot-by a {
    font-size: 18px;
    font-weight: 700;
}

/*友链*/
.footer-right {width:28%;}
.link-list li{background:#f6f6f6;}
.link-list {width: 100%;border: 1px solid #d3d3d3;}
.link-list .link {cursor: pointer;display: block;padding: 10px 20px;color: #333;
font-weight: 600;position: relative;
-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.link_tit h3{font-size: 16px;font-weight: 600;line-height: 24px;}
.link_tit p{font-size: 14px;line-height: 20px;color: rgba(17,17,17,0.5);margin-top: 10px;}
.link-list li:last-child .link {border-bottom: 0;}
.link-list li i {position: absolute;top: 30px;left: 12px;font-size: 18px;color:#a09e9e;
-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;
transition: all 0.4s ease;}
.link-list li i.fa-chevron-down1 {right: 0;left: 85%;width: 38px;height: 38px;display: flex;justify-content: center;align-items: center; top: 3px;}
.link-list li i.fa-chevron-down1 img{max-width:40%;}
.link-list li.open .link {color: #d90c18;}
.link-list li.open i {color: #1B16FD;}
.link-list li.open i.fa-chevron-down1 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);transform: rotate(180deg);}
.link-list .linkmenu_txt {cursor: pointer;display: block;padding: 0px 20px; 
border-top: 1px solid #d3d3d3;max-height: 190px;overflow: auto;}

.link-list .linkmenu_txt .link-mode { padding-bottom: 20px; border-bottom: 1px solid #ddd;}
.link-list .linkmenu_txt .link-mode2 { padding-top: 20px;}
.link-mode p { color: #333;font-size: 16px;line-height: 40px;font-weight:600; margin-top: 20px;}
.link-mode2 p { color: #333;font-size: 16px;line-height: 40px;font-weight:600;}
.link-mode a { color: #333;font-size: 16px;line-height: 40px;font-weight:600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.link-mode2 a { color: #333;font-size: 16px;line-height: 40px;font-weight:600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.link-mode a:hover { color: #d90c18; background:#ddd;}
.link-mode2 a:hover { color: #d90c18; background:#ddd;}

/*搜索弹框*/
.search-box.open .close-sch-btn {
    transform: scale(1);
    opacity: 1;
}

.search-box {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 3000;
    transition: top .5s;
    box-shadow: 0 30px 150px 0 rgb(0 0 0 / 30%);
    padding: 0 20px;
}

/*.search-box,.open {display: block} */

.search-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 7.15rem 0;
    transition: padding 0.3s ease;
}
.search-lg {
    width: 100%;
    max-width: 800px;
}
.close-sch-btn {
    position: fixed;
    z-index: 100;
    right: 3%;
    top: 24px;
    width: 32px;
    height: 32px;
    transform: scale(0);
    opacity: 0;
    transition: all .2s ease;
    overflow: hidden;
}


.form-inline .btn-search2 {
    position: absolute;
    margin-left: 760px;
    bottom: 50%;
    width: 52px;
    height: 52px;
}


input:lang(en) {
    font-family: "Roboto", "sans-serif";
}
.input1 {
    width: 100%;
    height: 52px;
    font-size: 1rem;
    line-height: 1em;
    padding-right: 30px;
	display: block;
    appearance: none;
    padding: 0px 52px 0px 0px;
    height: 52px;
    line-height: normal;
    font-size: 1.8rem;
    font-weight: 400;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(143, 143, 143);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 0px;
    letter-spacing: -0.5px;
    cursor: text;
	margin-top: 80px;
}
.input-lg, .input-lg:focus, .input-lg:not(:placeholder-shown) {
    border-bottom-width: 2px;
    font-weight: 600;
}

.ico-search-lg {
    width: 32px;
    height: 32px;
    background-position: top;
    background-image: url(/images/ss.png);
}

.ico-close {
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(45deg);
    transition: all .3s ease;
}
.ico {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.hash-tag {
    display: flex;
    flex-wrap: wrap;
}
.search-wrap .search-hash {
    padding: 18px 0 0;
	margin-bottom: 80px;
}
.hash-tag a {
    display: inline-block;
    height: 32px;
    background-color: #F0F0F0;
    padding: 5px 18px;
    color: #808080;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
    margin-top: 6px;
    margin-right: 12px;
}

.hash-tag button:hover, .hash-tag a:hover {
    background-color: #d90c18;
    color: #fff;
}
.search-lg li {
    list-style: none;
    transform: skew(-0.03deg);
}

/*搜索弹框 -- end*/

/**-quickmenu**/
.side{position:fixed;width:45px;height:220px;right:0;bottom:200px;z-index:100;}
.side ul li{width:45px;height:45px;float:left;position:relative;border-bottom:1px solid #rgb(0 0 0 / 50%);}
.side ul li .sidebox{position:absolute;width:45px;height:45px;top:200px;right:0;transition:all 0.3s;background:rgb(0 0 0 / 50%);opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/44px "proxima-nova";overflow:hidden;}
.side ul li .sidetop{width:45px;height:45px;line-height:45px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#C6151A;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;height: 100%;width: auto;}

.sidewx{width: 45px;height: 45px;float: left;position: relative;border-bottom: 1px solid #444;}
.sidewx .sidewximg{position: absolute;bottom: 0;left:-250px;width: 250px;height: 270px;border-radius: 10px;border: 1px solid #C6151A;
padding:30px 30px 10px 30px;background: #fff;display: none;}
.sidewx:hover .sidewximg{display: block;}
.sidewx:hover .sidebox{width: 45px !important;}
.sidewx .sidewximg img{width:100%;height: auto;margin-bottom: 15px;}
.sidewx .sidewximg p{text-align: center;font-size: 14px;}

.back-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    right: 0;
    z-index: 222;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
	opacity: 0.8;
}
.back-top:hover  {background: #d90c18; }


/**-首页小标题**/

.home-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 1rem;
    text-align: left;
    color: #d90c18;
}

/* 视频播放 */

 .video-container {
            position: relative;
            width: 100%;
            overflow: hidden;
			margin-top: 50px;
        }
        
        .video-cover {
            width: 100%;
            display: block;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .play-button1 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: #d90c18;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 10;
            backdrop-filter: blur(5px);
        }
        
        .play-button1::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-left: 25px solid #fff;
            margin-left: 8px;
            transition: all 0.3s ease;
        }
        
        .play-button1:hover {
            transform: translate(-50%, -50%) scale(1.2);
            background: #d90c18;
        }
        
        .play-button1:hover::after {
            border-left-color: #fff;
        }
		 video {
            width: 100%;
            display: none;
        }

