

html[lang^="cs"] .hero-banner__title, html[lang^="ja"] .hero-banner__title, html[lang^="ko"] .hero-banner__title, html[lang^="pl"] .hero-banner__title, html[lang^="ru"] .hero-banner__title, html[lang^="tr"] .hero-banner__title, html[lang^="zh"] .hero-banner__title {
    font-family:  Roboto, sans-serif;
    font-weight: 550;
}
/*---PRODUCT----*/
/*--- BANNER----*/
.pc-banner { 
    display:block;
}
.wap-banner {
   display:none;
}

.pro_banner_box {
    position: relative;
    width: 100%;
    z-index: 10;
	margin-top:88px;
}
.pro_banner_box1 {
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: 88px;
}
.pro_banner_box4 {
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: 88px;
}

.b-banner {width: 100%; display: block;}
.pro-cont {
  position: absolute; 
  top: 20vh; 
  left: 0; 
  padding: 20px 0 20px 3%;
  width: 60%
}
.pro-txt {
    font-size: 48px;
    font-weight: 800;
}
.pro-txt1 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
}

.pro-cont1 {
  position: absolute; 
  top: 15vh; 
  left: 0; 
  padding: 20px 0 20px 3%;
   width: 50%;
}

.pro-cont2 {
  position: absolute; 
  top: 16vh; 
  left: 0; 
  padding: 20px 0 20px 3%;
  width: 50%;
}
.pro-cont3 {
    position: absolute;
    top: 16vh;
    left: 0;
    padding: 20px 0 20px 3%;
    width: 50%;
}
.pro-cont4 {
  position: absolute; 
  top: 8vh; 
  left: 0; 
  padding: 20px 0 20px 3%;
  width: 38%;
  color:#333;
  
}
.pro-txt2 h1 {
    font-size: 48px;
    color: #000;
    font-weight: 800;
}
.pro-cont4 p {
    font-size: 24px;
	margin-top: 30px;
}
.pro-txt2 p {
    font-size: 28px;
    color: #d81e06;
    font-weight: 600;
}

/*---BANNER END----*/

/*---第二屏----*/

.section .pro-second{
	padding: 80px 150px 0;
}

.section .pro-second .title{font-weight: 700; text-align: center;}
.section .pro-second .desc{
    font-size: 20px;
    width: 100%;
    margin:10px 0;
	text-align: center;
}
.section .pro-second .list{ padding: 0; box-shadow: none; width: 100%;margin: 70px auto 0; display: flex;}
.section .pro-second .list .item{	
    background-color: #fff; 
    width: calc(100% / 3);
    height:340px;
	margin-left: 50px;
 
}
.section .list .item:first-of-type{margin: 0;}
.section .list .item .title{
    font-size: 24px;
    text-align: left;
    margin-top: 20px;
	line-height:28px;
	font-weight: normal;
    color: #d90c18;
}
.section .list .item p {
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
	font-size:16px;
}

/*---第三屏----*/

.section .pro-third {  margin: 0 10%;}
.section .pro-third .title{    margin: 80px 0; }

/*---第四屏----*/

.section .pro-four{
    background-color:#fff;
	padding: 50px 150px;

}

.section .pro-four .title{ text-align: center;}
.section .pro-four .desc{
    font-size: 20px;
    width: 100%;
    margin:10px 0 50px;
	text-align: center;
}
.section .pro-four .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0; background-color:#fff;}
.section .pro-four .list .item{	
    background-color: #fff; margin-left: 20px;  
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
    width: calc(100% / 3);
    background-color: #f6f6f6;
}
.section .pro-four .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 .pro-four .list .item:first-of-type{margin: 0;}
.section .pro-four .list .item .name{
    font-size: 18px;
	font-weight:600;
    text-align: left;
    margin: 0;
	line-height:28px;
	padding: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height:80px;
}
.section .pro-four .list .item img {
    width:100%;
}

.pro-description {
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    color: #333;
	font-size: 16px;
    line-height: 28px;
	padding: 0 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height:55px;
}

.cta span {
    word-break: break-word;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: left;
    font-style: normal;
    margin-bottom:10px;
    font-weight: 600;
    padding: 30px 20px 60px;
}

.cta .pro-text {     font-size: 16px;color:#d90c18; cursor: pointer;}

.pro-height { height:220px;}

/*---第五屏----*/

.section .pro-five{
    background-color:#f6f6f6;
	padding: 80px 150px 50px;
}
.section .pro-five .title{ text-align: center;}
.section .powervideos_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 50px;
}
.section .powervideos_list .powervideos_item {
    overflow: hidden;
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section .powervideos_list .powervideos_item .powervideos_iteminner {
    width: 100%;
}
.section .video_frame {
    position: relative;
}
.powervideo button.btn.close {
    color: #005e60;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 0;
    font-size: 20px;
    background: #fff;
    padding: 0 7px 2px;
    border-radius: 50%;
}
.section .powervideos_list .powervideos_item .powervideos_itemimg {
    overflow: hidden;
    position: relative;

}
.play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: #d90c18;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 10;
        }
        
        .play-button::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 14px solid #fff;
            margin-left: 5px;
        }
        
        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.2);
        }



.section .powervideos_list .powervideos_item .powervideos_itemimg .powervideos_itemimginner {
    width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    aspect-ratio: 16/9;
}


.section .powervideos_list .powervideos_item .powervideos_itemimg .video_icon i {
    font-size: 20px;
    line-height: 54px;
    vertical-align: top;
    margin-left: 5px;
    color: #fff;
}
.section .powervideos_list .powervideos_item .powervideos_itemtext {
    padding-top: 16px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section .powervideos_list .powervideos_item .powervideos_itemtext h4 {
    font-size: 18px;
	text-align:center;
    font-weight: 600;
    line-height: 28px;
    color:#333333;
}
.section .powervideos_list .powervideos_item .powervideos_itemtext h4:hover {
    color:#d90c18;
}

.section .powervideos_list .powervideos_item .powervideos_itemtext .powervideo_Desc {
    font-size:16px;
	line-height:28px;
	margin-top:20px;
}

/*---第六屏 ---*/

.section .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 150px;
}
.section .content .con-left{
    text-align: left;
	width: 50%;
}
.section .content img{
	width: 50%;
	aspect-ratio: 16 / 9;
}
.section .content .con-left .subtitle{
    font-size: 40px;
    font-weight: 700;
	margin-top: -32px;
}
.section .content .con-left .remark{
    font-size: 20px;
    margin: 30px 0 52px;
    line-height: 30px;
	margin-right: 30px;
}
.section .content .con-left .btn{
    margin-top: 50px;
	font-size: 16px;
}

.section .content .con-left .btn a {
    padding: 20px 25px;
	background-color: #d90c18;
	color:#fff;
	font-weight: 600;
}
.section .content .con-left .btn a:hover{
   box-shadow: inset 0 0 0 100px rgba(125, 125, 125, 0.4);
   color:#fff;
}




/*---第七屏 ---*/

.section .pro-seventh {
    background-color:#f6f6f6;
	padding: 80px 0;

}
.section .pro-seventh .desc {
    font-size: 20px;
    width: 100%;
    margin: 10px 0 50px;
    text-align: center;
}

.Pre-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 1rem;
	text-align:center;
    color: #d90c18;
    opacity: .68;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
	margin-top:40px;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-item {
    min-height: 460px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
	padding:10px;
}

.owl-carousel.owl-drag .owl-item .powernews_info {
    margin-right: 0;
    width: 100%;
	background-color: #fff;
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;	
}
.owl-carousel.owl-drag .owl-item .powernews_info: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);
}

.powernews_info .powernews_imageinner {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    aspect-ratio: 16 / 9;
}
.powernewsdesc {
    padding: 20px 10px;
}

.powernewsdesc h5 {
    font-size: 14px;
    margin-bottom: 12px;
    color: #313131;
    line-height: 23px;
    font-weight: normal;
    background: #ececec;
    padding: 0 16px;
    display: inline-block;
}
.powernewsdesc p {
    text-align: left;
    color: #262626;
    font-size: 16px;
    line-height: 24px;
	margin: 20px 0;
	display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}
.powernewsdesc .simple_link {
    width:30px;
    position: absolute;
    left: 16px;
    bottom: 30px;
}

.simple_link i {
    transition: all .5s;
    margin-left: 16px;
    font-size: 30px;
    vertical-align: middle;
    line-height: 19px;
}
.powernewsdesc .simple_link{width:30px;}
.powernewsdesc .simple_link img{width: 100%;display: block;}
.powernewsdesc .simple_link img.hong{display: none;}
.powernewsdesc .simple_link img.hong:hover{display: block;animation: finger infinite 3s;}
.powernewsdesc .simple_link img.hui:hover{display: none;}


.gepower_navy_text, .blue_text {
    color: #d90c18;
	font-size: 18px;
    line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
	 height: 50px;
}
.powernews_section_inner:before {
    display: block;
    content: " ";
    clear: both;
}

.powernews_section_inner:after {
    display: block;
    content: " ";
    clear: both;
}
.powernews_section:after {
    display: table;
    content: " ";
    clear: both;
}
.powernews_container .owl-theme .owl-dots {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.powernews_container .owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #d90c18 !important;
    border-radius: 30px !important;
}

.powernews_container .owl-theme .owl-dots .owl-dot span {
    background: #b2b2b2;
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.powernews_section_inner:after, .powernews_section_inner:before {
    display: block;
    content: " ";
    clear: both;
}
.powernews_section:after {
    display: table;
    content: " ";
    clear: both;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d90c18  !important;
    border-radius: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #d90c18  !important;
    border-radius: 30px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-dots {
    margin: 50px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.pro-seventh-2 {
    padding: 0px;
	margin:0 150px;
}

.ctab span {
    word-break: break-word;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    font-style: normal;
    margin: 30px 0px 0;
    font-weight: 600;
}

.ctab .pro-text {     font-size: 16px;color:#d90c18;cursor: pointer;}


/*---第八屏 ---*/

.section .pro-eight {
	padding: 80px 150px 50px;
}

.section .pro-eight .title{ text-align: center; margin-bottom: 50px;}
.section .pro-eight .desc{
    font-size: 20px;
    width: 100%;
    margin:10px 0 50px;
	text-align: center;
}

.relatedservice_section .relatedservice_content .relatedservice_content_left+.relatedservice_content_right {
    width: 100%;
    box-sizing: border-box;
    max-width: 1366px;
    margin-left: auto;
}

.relatedservices_box {
    margin-bottom: 32px;
    position: relative;
    transition: all .3s;
}

.relatedservices_box:hover {
    background: #fff;
}
.relatedservices_box .relatedservice_boxinner {
    overflow: hidden;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.relatedservices_box .relatedservice_boximage {
    aspect-ratio: 16/9;
    cursor: pointer;
    transition: all .5s;
    width: 640px;
    overflow: hidden;
    flex-grow: 0;
    transition: all .3s;
    background-repeat: no-repeat;
    background-size: cover;
}
.relatedservices_box:hover .relatedservice_boximage {
  /*-- transform: scale(1.05);
    transition: all ease .2s;--*/
}

@media (min-width: 1240px)
.relatedservices_box .relatedservice_boximage {
    width: 496px;
}

.relatedservices_box .relatedservice_boximage img {
    height: auto;
    width: 100%;
    transition: all .5s ease 0;
    min-height: auto !important;
}

.relatedservices_box .relatedservice_boxinfo {
    transition: all .5s;
    vertical-align: middle;
    flex-grow: 1;
    width: 40%;
    padding: 32px;
    align-self: center;
}

@media only screen and (min-width: 1366px) and (max-width: 1919px)
.relatedservices_box .relatedservice_boxinfo {
    padding: 24px 24px 24px 32px;
}

.relatedservice_boxarrow {
    display: none;
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
}

.relatedservice_content_right h3 {
    font-size: 36px;
    line-height: 41px;
    padding-bottom: 16px;
}

@media only screen and (min-width: 1366px) and (max-width: 1919px)
.relatedservice_content_right h3 {
    font-size: 36px;
    line-height: 41px;
    padding-bottom: 16px;
}
.relatedservices_box .relatedservice_boxinfo h3 {
    font-size: 32px !important;
    line-height: 48px !important;
    letter-spacing: -3%;
}
.relateddesk_view p {
    font-weight: 400;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	font-size: 20px;
}

@media (min-width: 1240px)
.relateddesk_view .relatedservice_p {
    font-size: 16px;
    padding-bottom: 24px;
}

.relatedservices_box p a {
    line-height: 24px;
    display: inline-block;
    font-size: 16px;
	text-decoration: none;
    border-bottom: 2px solid #d90c18;
    color: #d90c18;
	padding-top: 30px;
}
.relatedservices_box p a:hover {
    border-bottom: 2px solid #d90c18;

}

.relatedmob_view {
    display: none;
}

/*---contact---*/

.section .pro-contact {
	padding: 50px 150px;
    background: url(../images/pro-bj.jpg);
	background-size: cover;
    background-position: center;
}

.section .pro-contact .title{font-weight: normal; text-align: center;}
.section .pro-contact .desc{
    font-size: 16px;
    width: 100%;
    margin:30px 0;
	text-align: center;
}


.power_container {
    width: auto;
    max-width: none;
}


@media only screen and (min-width: 1240px) and (max-width: 1535px)
.power_container {
    width: auto;
    max-width: none;
    margin: 0 48px;
}
@media only screen and (min-width: 1366px) and (max-width: 1919px)
.power_container {
    width: 89%;
    width: 89.6%;
    max-width: 1224px;
    padding: 48px 0;
}

.pro-contact .Pre-heading {
    text-align: left;
}

.pro-contact h2 {
    text-align: left;
	font-size:40px;
	margin: 10px 0 50px;
	font-weight:600;
 }


.new-ge-generic-buttons {
    padding-top: 32px;
    padding-bottom: 20px;
}

.section .pro-contact .btn{
	font-size: 16px;
	
}

.section .pro-contact .btn a {
    padding: 20px 25px;
	background-color: #d90c18;
	color:#fff;
	font-weight: 600;
}
.section .pro-contact .btn a:hover{
   box-shadow: inset 0 0 0 100px rgba(125, 125, 125, 0.4);
   color:#fff;
}


/*---产品内页-搜索---*/
.section { width: 100%;align-items: center;}
.section .pro1-second{ background-color: #fff;padding: 50px 150px;
    border-bottom: 1px solid #E5E6E9;
    padding-bottom: 30px;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

[class^="col-mobile"], [class*=" col-mobile"], [class^="col-mobile-offset"], [class*=" col-mobile-offset"] {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-direction: column;
}
.col-mobile {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}
.tabs {
    flex-direction: column;
    padding-bottom: 20px;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.cmp-tabs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.cmp-tabs__tablist {
    border-bottom: 1px solid #E5E6E9;
    display: flex;
    margin-bottom: 0;
	font-size: 18px;
    padding: 20px 0;
}
ol, ul {
    margin-left: 0;
    padding-left: 0;
}
.cmp-tabs__tab {
    cursor: pointer;
    list-style: none;
    margin: 0 1.5rem 0 0;
    padding: 0.625rem;
    position: relative;
	font-weight: 600;
}

.cmp-tabs__tab:first-child {
    margin-left: 0;
}
.cmp-tabs__tab--active, .cmp-tabs__tab--active:focus, .cmp-tabs__tab--active:hover {
    color: #2D2D2D;
    cursor: auto;
}

.col-md-2 {
    width: 19%;
	 float: left;
	position: relative;
	padding:0 15px;
}



#refine-box {
    background-color: #FFF;
    border: 1px solid #ddd!important;
    width: 100%;
}

#refine-box #customRefinement, #modal-customRefinement {
    padding: 5px 5px 5px 10px;
    height: 36px;
    border: none;
    width: 99%;
    font-size: 13px;

}
.margin-bottom-md {
    margin-bottom: 1em;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
	display: table-cell;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
}
#refine-box-submit, #modal-refine-box-submit {
    width: 40px;
    height: 41px;
}
#refine-box-submit {
    background-color: #004990;
    margin: 0;
    border: 0 none;
    color: #FFF;
}
#search-box-submit, #refine-box-submit, #modal-refine-box-submit {
    background-color: transparent;
    border-right: 1px solid #FFFFFF!important;
    border-top: 1px solid #FFFFFF!important;
    border-bottom: 1px solid #FFFFFF!important;
    border-left: 0 none;
}
#refine-box-submit, #modal-refine-box-submit {
    border-right: 0 none!important;
    border-top: 0 none!important;
    border-bottom: 0 none!important;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
	width: 1%;
    vertical-align: middle;
	display: table-cell;
}

#refine-by-cat, #refine-by-mfg, #modal-refine-by-mfg {
    border: 0 none;
    padding: 0 0 15px;
}
#refine-by-cat h2, #modal-refine-by-attr h2, #refine-by-attr h2 {
    line-height: 34px;
    font-weight: 600;
    color: #333;
    padding-bottom: 0;
    font-size: 16px;
	border-bottom: 1px solid #ddd;
}

.panel-default { margin-top:0px;}

#refine-by-cat-nav {
    border-bottom: 0 none;
    max-height: 400px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

element.style {
}
.product-family-list__filter-checkbox-container input:checked {
    background-color: #2A79C4;
    border: 2px solid #2A79C4;
}
.refine-by-mfg-nav .checkbox-container input {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    gap: 0px;
    border-radius: 4px;
    border: 2px solid #949494;
    background-color: #fff;
    cursor: pointer;
}
.refine-by-mfg-nav .checkbox-container input:checked {
    background-color: #2A79C4;
    border: 2px solid #2A79C4;
}

input[type="checkbox"], input[type="radio"] {
    width: 15px!important;
    margin: 6px 5px 0 0!important;
    vertical-align: middle;
    position: relative;
    bottom: 4px;
	line-height: normal;
	box-sizing: border-box;
    padding: 0;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
	accent-color: #d90c18;
}


#refine-by-mfg-nav ul li input[type="checkbox"], #refine-by-mfg-nav ul li a {
    display: inline;
}
#refine-by-mfg-nav ul li input[type="checkbox"], #refine-by-attr ul li input[type="checkbox"] {
    float: left;
}
#refine-sidebar #refine-by-attr ul li {
    padding-top: 10px;
	display: flex;
    align-items: center;
}
.nav-stacked>li {
    float: none;
}
.nav>li {
    position: relative;
    display: block;
}
.btn-blue {
    background-color: #d90c18;
    color: #FFF;
    font-weight: 600;
    transition: background-color 0.5s ease;
	text-shadow: none;
    font-size: 14px;
}
.btn {
    padding: 6px 0px;
    line-height: 1.5em;
    white-space: normal;
}
.btn-full-nopadding {
    width: 100%;
}

/*--产品内页搜索2--*/

.Quickmenu {
  gap: 1.11111vw;
  display: flex;
  align-items: center;
}
.Quickmenu p {
  font-size:18px;
  font-weight:600;
}

.QuickAccessBoardNew-sortMenu__divider-3498983207 {
  width: 0.0694445vw;
  height: 1.52778vw;
  max-width: 1.5px;
  background: rgb(221, 221, 221);
  max-height: 22px;
}
.qmtext {  font-size:18px; font-weight:600; margin-left:5px; }


       .proser-container {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
			margin: 30px 0;
        }

        .dropdown-pro {
            position: relative;
            display: inline-block;
			align-items: center;
        }

        .dropdown-trigger {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 10px;
            background-color: #fff;
            border: 1px solid #ccc;
            cursor: pointer;
            font-weight: 600;
        }

        .dropdown-trigger::after {
            content: "";
            font-size: 14px;
            margin: 2px 0 0 8px;
            transition: transform 0.2s ease;
			display: inline-block;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 8px solid #333; /* 向下箭头 */
			
        }

        .dropdown-input:checked + .dropdown-trigger::after {
            transform: rotate(180deg);
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 100;
            background-color: #fff;
            border: 1px solid #ccc;
            border-top: none;
            border-radius: 0 0 4px 4px;
            min-width: 220px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            padding: 8px 0;
            display: none;
        }

        .dropdown-input:checked ~ .dropdown-menu {
            display: block;
        }

        .dropdown-option {
            display: flex;
            align-items: center;
            padding: 8px 16px;
            cursor: pointer;
        }

        .dropdown-option:hover {
            background-color: #f5f5f5;
        }

        .dropdown-option input {
            margin-right: 8px;
        }

        .dropdown-option input:checked + span::before {
            content: "";
            color: #007bff;
            margin-right: 8px;
        }

        .dropdown-input {
            display: none;
        }
 


/*---产品内页-产品列表---*/

.product-family-list__pagination-results { font-size:16px;}

.product-family-list__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: 78%;
    flex-grow: 1;
    height: fit-content;
}
.product-family-list__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-family-list .product-family-list__pagination-results {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.product-family-list__results-options {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product-family-list__header-mobile-button {
    display: none;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #2A79C4;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.product-family-list__chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
	width:80%;
}
.product-family-list__grid--subcategory-view {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.product-family-list__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
.product-family-list__product {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 10px;
    gap: 0px;
    background: #f6f6f6;
    width: calc(33.3% - 16px);
    max-width: calc(33.3% - 16px);
}

.product-family-list__product: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);
}
.product-family-list__product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex: 1 1 100%;
}
.product-family-list__product-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-family-list__product-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    gap: 1px;
    height: 100%;
}
.product-family-list__product-template, .product-family-list__product.hidden, .product-family-list__product.filtered-out, .product-family-list__product-filters {
    display: none;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: -2px 0 0 0;
}


.product-family-list__results-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
	margin-top: 50px;
}
.product-family-list__compare-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #003E7E;
    box-shadow: 0px -2px 19px 0px rgb(0 0 0 / 20%);
    z-index: 100000000;
    display: none;
}


.product-family-list__items-per-page-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.product-family-list__items-per-page-container img {
   width:16px;
}
.product-family-list__items-per-page-text {
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.product-family-list__items-per-page-text:hover {
    color:#d90c18;
}
.select-styler {
    display: inline-block;
    position: relative;
    width: 100%;
}
.select-styler [hidden] {
    display: none !important;
}
.select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
details {
    display: block;
}


select-styler [role="combobox"] {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
.product-family-list__select-styler [role="combobox"] {
    padding: 5px 10px;
    border: 1px solid #cccccc;

}
.product-family-list__select-styler [role="combobox"]::after {
    content: "\25BC";
    display: block;
    transform: scale(1.1, 0.6);
    transition: transform 0.4s;
}

select-styler [role="combobox"] > span {
    min-width: 0;
    white-space: nowrap;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
select-styler [role="listbox"] {
    display: flex;
    margin: 0;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    min-width: min-content;
    max-height: 20em;
    overflow: auto;
    background-color: #fff;
}
.product-family-list__select-styler [role="listbox"] {
    min-width: max-content;
    left: 19.9%;
    margin-top: 105px;
    padding: 10px 20px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    gap: 8px;
    font-size: 14px;
    color: #d90c18;
	width:10px;
	position: absolute;
}

select-styler [role="option"] {
    cursor: pointer;
    list-style: none;
    margin: 0;
}
.product-family-list__select-styler [role="option"][aria-selected="true"] {
    font-weight: normal;
    font-style: normal;
}
select-styler [role="option"] {
    cursor: pointer;
    list-style: none;
    margin: 0;
}
.product-family-list__select-styler {
    font-weight: normal;
    font-style: normal;
}
.product-family-list__pagination-form {
    display: flex;
    align-items: center;
    gap: 29px;
}
[hidden] {
    display: none;
}
select-styler [hidden] {
    display: none !important;
}
.product-family-list .product-family-list__pagination-results {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.product-family-list__pagination-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}
.product-family-list__pagination-label {
    display: flex;
}
.product-family-list__pagination-button .raw-file-contents {
    display: contents;
}



input[type="number"] {
    appearance: textfield;
	border: 1px solid #cccccc;
	padding: 0.25em;
    width: 2em;
    text-align: center;
    min-height: 2.5rem;
}

.product-family-list__pagination-button {
    all: unset;
    display: contents;
    cursor: pointer;
    -webkit-appearance: button;
	font-size: 100%;
    line-height: 1.15;
    margin: 0;
	overflow: visible;
}
.product-family-list__pagination-button:disabled {
    display: none;
}
.product-family-list__pagination-button .raw-file-contents {
    display: contents;
}
.product-family-list__pagination-button svg {
    height: 3rem;
    fill: #6D6E71;
    margin: 0 -0.5em;
}

.product-family-list__chip {
    cursor: pointer;
    padding: 5px 7px 5px 10px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
	font-size: 14px;
}
.product-family-list__chip-text {
    flex-grow: 1;
}
.product-family-list__chiprf {
    cursor: pointer;
    padding: 5px 0;
    display: flex;
    align-items: center;
	font-size: 14px;
	font-weight:600;
	float: right;
	margin-top: -30px;
}

.product-family-list__chiprf-text {
    flex-grow: 1;
	color:#333;
	font-weight: 600;
}
.product-family-list__chiprf-text:hover {
    color:#d90c18;
}
.product-family-list__chip svg {
    fill: #43434D;
    height: 1.1em;
    margin-top: 1px;
    padding: 2px;
    border-radius: 4px;
}

.product-family-list__product-title {
    color: #d90c18;
	opacity: 1; 
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;	
}


.product-family-list__product-description {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.product-family-list__product-description:hover {
    color:#000000;
}
/*---产品内页-产品详情---*/

.pro11-btn {
    margin: 0 3%;
    font-size: 16px;
    color: #fff;
	position: absolute;
    top: 55vh;
}
.pro11-btn a {
    padding: 12px 10px;
    background-color: #d90c18;
    font-weight: 600;
}
.pro11-btn img {
    width:20px;
	margin-left:10px;
}

.section .pro11-second {
    background-color: #f6f6f6;
    padding: 80px 150px 50px;
}
.section .pro11-second .list {
    padding: 0;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.section .pro11-second .list .item {
    background-color: #f6f6f6;
    width: calc(100% / 3);
    height: 300px;
	margin-left: 50px;
}

.section .pro11-four{
    background-color:#fff;
	padding: 50px 150px 0;

}

.section .list-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 5px;
    width: 100%;
    margin: 0 auto;

}

.grid-container {
   display: grid;
   grid-template-columns: repeat(3, 1fr); /* 三列布局 */

}
 
.left-image {
   display: flex;
   flex-direction: column; 

  
}
.top-image, .bottom-image {
    width: 100%; 
    height: auto; 
	 border: 1px solid #d9d9d9;
}


.right-image {
    display: flex;
	flex-direction: column; 
}
.rig-image {
    width:100%;
	 height: auto;
}

/*---表格---*/

.section .pro11-five {
    background-color: #f6f6f6;
    padding: 80px 150px 50px;
}


.section .pro11-five .context {
    margin-top: 50px;
    cursor: auto;
}
.section .pro11-five .context table tr {
   border: 1px solid #ddd;
}
.section .pro11-five .context table tr td {
    padding: 5px 10px;
}
.MsoNormal {
   font-size:18px;
   line-height:3;
}

.pro_link {
    display: flex;
	justify-content: center;
    align-items: center;
}
.pro_link .table_open {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 20px 0 -40px;
}
.pro_link 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;
}


/*---FAQ---*/

.section .pro-FAQ{
    background-color:#fff;
	padding: 80px 150px 0px;
}
.section .pro-FAQ1 {
    background-color: #fff;
    padding: 30px 150px 0px;
}
.faq_body {margin:50px 0;}

ul.accordion li{margin:10px 0;background:#f6f6f6;}
.accordion {width: 100%;-webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;}
.accordion .link {cursor: pointer;display: block;padding: 15px 0px 15px 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;}
.accordion li:last-child .link {border-bottom: 0;}
.accordion 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;}
.accordion li i.fa-chevron-down1 {right: 12px;left: auto;width: 38px;height: 38px;display: flex;justify-content: center;align-items: center; top:5px;}
.accordion li i.fa-chevron-down1 img{max-width:50%;}
.accordion li.open .link {color: #d90c18;}
.accordion li.open i {color: #1B16FD;}
.accordion li.open i.fa-chevron-down1 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);transform: rotate(180deg);}

/*Submenu*/
.submenu {display: none;background:none;font-size: 14px; }
.submenu li {border-bottom: 1px solid #4b4a5e;}
.submenu a {display: block;text-decoration: none;color: #d9d9d9;padding: 12px;padding-left: 20px;
-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.submenu_txt{padding:0px 50px 20px 20px;}
.submenu_txt h5{font-size: 16px;line-height: 24px;font-weight: bold;margin: 15px 0 10px 0;}
.submenu_txt p{font-size: 14px;line-height: 24px;margin: 5px 0;}
.submenu_txt p span{font-size:15px;line-height: 26px;font-weight: bold;}
.submenu_txt p small{font-size: 16px;color: #00479D;display: flex;justify-content: flex-start;align-items: center;}
.submenu_txt p small a{font-size: 16px;color: #00479D;padding: 0 10px;}
.submenu_txt h4{margin:15px 0 10px 0;text-align: center;display: flex;justify-content: flex-start;align-items: center;}
.submenu_txt h4 a{display: block;color: #fff;background: #00479D;padding:0 10px;font-size: 15px;height:40px ;line-height: 40px;border-radius: 5px;
font-weight: normal;border: 1px solid #00479D;}
.submenu_txt h4 a:hover{background: none;color: #00479D;}

/*---Contact---*/

.section .pro11-contact {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 50px 250px;
    background-color: #f6f6f6;
}

.section .pro11-contact .con-left{
    text-align: left;
	width: 50%;
}

.section .pro11-contact .con-left .subtitle{
    font-size: 40px;
    font-weight: 700;
	    margin-top: -32px;
}
.section .pro11-contact .con-left .remark{
    font-size: 20px;
    margin: 30px 90px 0px 0px;
    line-height: 30px;
}

.pro11-contact .form_hx {text-align: center; width: 60%;}
.form_for {width: 90%; margin-left:20px;}
.gbook_for { margin-top: 20px;}


.i_gbook {
    padding-top: 52px;
    position: relative;
    z-index: 999;
}

.i_gbook_content {
    width: 925px;
    background-color: #ffffff;
    box-shadow: 8px 13px 35px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    padding-top: 74px;
    margin: 0 auto;
}
.pro11-contact label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: inset 0px 0px 13px 0px rgba(69, 69, 69, 0.08);
}

.pro11-contact label input {
    background-color: #fff;
    border: none;
    padding: 0 17px;
    width: 100%;
	height:46px;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 46px;
	box-shadow: 0px 0px 3px rgb(123 110 110 / 50%);
}

.pro11-contact label input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.pro11-contact label textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

.pro11-contact label textarea {
    background-color: #fff;
    border: none;
    padding: 10px 17px;
    width: 100%;
    height: 88px;
    font-size: 14px;  
    box-sizing: border-box;
	box-shadow: 0px 0px 3px rgb(123 110 110 / 50%);
}
.gbook_formbtn {
    width: 190px;
    margin: 30px auto 0;

}

.gbook_formbtn input {
    display: block;
    border: none;
    background: #d90c18;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
	padding:20px 66px;
}
.gbook_formbtn input:hover {
    box-shadow: inset 0 0 0 100px rgba(125, 125, 125, 0.4);
}


/*---Download---*/

.section .dow-second{ background-color: #fff;padding: 50px 150px;    border-bottom: 1px solid #E5E6E9;}

.section .dow-second .title {
    margin-bottom: 50px;
}


.product-download__container {
    margin:30px auto;
}
.product-download__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-download .product-family-list__pagination-results {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.product-download__results-options {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product-download__header-mobile-button {
    display: none;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #2A79C4;
    color: #fff;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.product-download__chip-container {
    flex-wrap: wrap;
    gap: 20px;
	justify-content: center;
	padding: 10px;
    background: #f6f6f6;
}
.product-download__grid--subcategory-view {
    width: 100%;
    display: flex;
}
.product-download__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.product-download__product {
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1 1 100%;
    padding: 10px;
    gap: 0px;
    width: calc(33.3% - 16px);
    max-width: calc(33.3% - 16px);
	background: #f6f6f6;
}

.product-download__product:hover {
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
}
.product-download__product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex: 1 1 100%;
}
.product-download__product-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-download__product-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    gap: 0px;
    height: 100%;
}
.product-download__chip {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    gap: 4px;
	font-size: 14px;
}
.product-download__chip-text {
    flex-grow: 1;
}
.product-download__chip svg {
    fill: #43434D;
    height: 1.1em;
    margin-top: 1px;
    padding: 2px;
    border-radius: 4px;
}

.product-download__product-title {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;	
}

.product-download__product-description {
    color: #d90c18;
    font-size: 14px;
    line-height: 18px;
    text-align: left;

}
.dropdown-container {
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px 25px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.product-download-list__chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
	width:80%;
}
.product-download-list__grid--subcategory-view {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.product-download-list__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}
.product-download-list__chip {
    cursor: pointer;
    padding: 5px 7px 5px 0;
    background-color: #f6f6f6;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 4px;
	font-size: 14px;
}
.product-download-list__chip span {
    display: flex;
    align-items: center;
}
.product-download-list__chip-text {
    flex-grow: 1;
	font-weight: 600;
}
.product-download-list__chiprf {
    cursor: pointer;
    padding: 5px 0;
    display: flex;
    align-items: center;
	font-size: 14px;
	float: right;
	margin-top: -32px;
}

.product-download-list__chiprf-text {
    flex-grow: 1;
	color:#333;
    font-weight:600;
}
.product-download-list__chiprf-text:hover {
    color:#d90c18;
}
.product-download-list__chip svg {
    fill: #d90c18;
    margin-top: 1px;
}

/*--download搜索--*/
.dow-sx {    
    display: flex;
	margin:20px 0;
	align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dow-sx p { 
    font-size: 18px;
    font-weight:600;
	width: 180px;
 }
 
.dow-sxxq {
    display: flex;
	font-size: 14px;
	flex-direction: row;
    flex-wrap: wrap;

}
.dow-sxxq span {
   cursor: pointer;
   margin-right:30px;
}

.dow-sxxq span:hover {
  color:#d90c18;
}

/*--筛选器--*/

.hdsx-slider {
    margin: 20px 0px;
    width: 100%;
}

/* 标题样式 */
.dropdown-title {
    font-weight: 600;
    font-size: 18px;
}

/* 下拉组件整体 */
.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.dropdown1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

/* 输入框：模拟“所有产品系列”的显示 */
.dropdown-input {
  flex: 1;
  border: none;
  background: none;
  font-size: 14px;
  padding: 5px 10px;
  color: #333;
  cursor: pointer;
  outline: none;
}

/* 下拉按钮：按钮 + 下拉箭头 */
.dropdown-button{
  width: 30px;
  height: 30px;
  border: none;
  background: #d90c18;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.dropdown-button1{
  width: 30px;
  height: 30px;
  border: none;
  background: #d90c18;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* 下拉箭头（SVG图标） */
.dropdown-arrow {
  width: 10px;
  height: 6px;
  fill: #fff;
}

/* 下拉菜单：默认隐藏，点击后显示 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.dropdown-menu1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}


/* 下拉菜单项 */
.dropdown-item {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

/* 下拉菜单项悬停样式 */
.dropdown-item:hover {
  background: #f8f9fa;
}

<!-- 定位--->

.page-title {
}
.section .page-title .inner {
    position: relative;
	padding: 20px 0;
	margin:90px 3% 0;
}
.section .page-title .inner1 {
    position: relative;
	padding: 20px 0;
	margin:0px 3%;
}
.breadcrumb {
    display: flex;
	align-items: center;
}
.breadcrumb li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.breadcrumb li + li {
    padding-left: 25px;
}
.breadcrumb li + li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #242424;
    border-right: 1.5px solid #242424;
    transform: rotate(45deg) translateY(-60%);
    position: absolute;
    left: 4px;
    top: 50%;
}

/*友链*/
.yl_body ul.accordion li{margin:0;background:#f6f6f6;}


/*--Solutions--*/

.section .solution-second{ background-color: #fff;padding: 80px 150px 0;}

.section .title_solution {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
}
.solution_cont {
    flex-basis: 78%;
    flex-grow: 1;
    height: fit-content;
    margin:30px 0;
	
}
.solution_container{
    display: flex;
	white-space: nowrap;
    overflow-x: auto;
    padding: 20px 0 0;
	gap: 50px;
    z-index: 20;
    background-color: #fff;
}
.solution_container li {

}

    
.solution_container a {
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 6px;
    font-weight: 600;
	color:#333333;
}

.solution_container a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d90c18;
    transition: all .2s ease;
}
.solution_container li.on a{
   color: #d90c18;
}
.solution_container li.on a:after {
    width: 100%;
}

.solution_container li:hover a{
    color:#CC1424;
}

.solution_container li:hover a:after{
    width:100%;
}
.solution_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 第一屏 */
.section .solution-one{
	padding: 50px 150px 0;
}
.section .middle-two {
    padding: 0px 150px 100px;    
	background-color: #fff;
}
.section .solution-one .title{
    font-size: 40px;
    font-weight:700;
     line-height: 40px;
	 text-align:center;
	color: #000;
}

/* .section .solution-one .title2.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
.section .solution-one .title2 {
            transition-delay: 0.2s;
        } */
     
.section .solution-one .menus{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .solution-one .menus .item{
    height: 70px;
    width: 180px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 70px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
}
.section .solution-one .menus .active{
    border-bottom: solid 4px #d90c18;
	    background: #f6f6f6;
	
}

.section .solution-two .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 150px 0
}
.section .solution-two .content .con-left{
    text-align: left;
	width: 50%;
}
.section .solution-two .content img{
	width: 82%;
}


/* 第二屏 */

.section .solution-second .desc{
    font-size: 20px;
    width: 100%;
    margin:10px 0 30px;
	text-align: center;
}


.section .solution-second .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0; background-color:#fff;     display: flex;}
.section .solution-second .list .item{	background-color: #fff; margin-left: 20px;  
box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
width: calc(100% / 3);
background-color: #fff;
height: 300px;
}
.section .solution-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 .solution-second .list .item:first-of-type{margin: 0;}
.section .solution-second .list .item .name{
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
	line-height:28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.section .solution-second .list .item img {
   width:100%;
}

/* 第三屏 */

 .video-container {
            position: relative;
            width: 100%;
            overflow: hidden;
			margin-top: 50px;
        }
        
        .video-cover {
            width: 82%;
            display: block;
            cursor: pointer;
            transition: all 0.3s ease;
			margin: 0 auto;
        }
        
        .play-button1 {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            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;
        }


/* 第四屏 */
.section .solution-four{
    background-color:#fff;
	padding: 80px 150px 0;

}
.section .solution-four .title_solution {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
	margin-bottom:50px;
}
.section .solution-four .title{ text-align: center;}
.section .solution-four .list {
    padding: 0;
    box-shadow: none;
    width: 100%;
    display: flex;
}
.section .solution-four .list .item:first-of-type {
    margin: 0;
}
.section .solution-four .list .item {
    background-color: #fff;
    width: calc(100% / 3);
    height: 400px;
    margin-left: 50px;
	padding:20px;
}

.section .solution-four .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 .solution-four .list .item .title {
    text-align: left;
}
.section .solution-four .list .item p {
    text-align: left;
}



/* 第五屏 */
.section .solution-five{
	padding: 50px 150px;
}

.owl-carousel.owl-drag .owl-item .powernews_info2 {
    margin-right: 0;
    width: 100%;
	background-color: #f6f6f6;
	box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
}
.owl-carousel.owl-drag .owl-item .powernews_info2: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);
}

.powernews_info2 .powernews_imageinner {
    width: 100%;
    border: 1px solid #e4e6e7;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    aspect-ratio: 16 / 9;
}
.powernewsdesc2 {
   /* padding: 20px 10px; */
}
.control-gap3{
    padding: 20px 10px;
}
.powernewsdesc2 h5 {
    font-size: 14px;
    margin-bottom: 12px;
    color: #313131;
    line-height: 23px;
    font-weight: normal;
    background: #ececec;
    padding: 0 16px;
    display: inline-block;
}

.powernewsdesc2 p {
    text-align: left;
    color: #262626;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}
.powernewsdesc2 .simple_link {
    width:30px;
    position: absolute;
    left: 16px;
    bottom: 30px;
}

.simple_link i {
    transition: all .5s;
    margin-left: 16px;
    font-size: 30px;
    vertical-align: middle;
    line-height: 19px;
}
.powernewsdesc .simple_link{width:30px;}
.powernewsdesc .simple_link img{width: 100%;display: block;}
.powernewsdesc .simple_link img.hong{display: none;}
.powernewsdesc .simple_link img.hong:hover{display: block;animation: finger infinite 3s;}
.powernewsdesc .simple_link img.hui:hover{display: none;}


.powernews_section_inner:before {
    display: block;
    content: " ";
    clear: both;
}

.powernews_section_inner:after {
    display: block;
    content: " ";
    clear: both;
}
.powernews_section:after {
    display: table;
    content: " ";
    clear: both;
}
.powernews_container .owl-theme .owl-dots {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.powernews_container .owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #d90c18 !important;
    border-radius: 30px !important;
}

.powernews_container .owl-theme .owl-dots .owl-dot span {
    background: #b2b2b2;
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.powernews_section_inner:after, .powernews_section_inner:before {
    display: block;
    content: " ";
    clear: both;
}
.powernews_section:after {
    display: table;
    content: " ";
    clear: both;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #d90c18  !important;
    border-radius: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #d90c18  !important;
    border-radius: 30px !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-theme .owl-dots {
    margin: 50px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.ctat span {
    word-break: break-word;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
}

.ctat .pro-text {     font-size: 16px;color:#d90c18;}



/* 第六屏 */
.section .solution-six{
	padding: 80px 150px 0;
}

.section .solution-six .solution-list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0; display: flex;}
.section .solution-six .solution-list .item{	
    background-color: #fff; 
    width: calc(100% / 3);
	margin-left: 50px;
	padding: 30px 20px 20px;
}
.section .solution-list .item:first-of-type{margin: 0;}
.section .solution-list .item .title{
    font-size: 24px;
    text-align: left;
    margin-top: 20px;
	line-height:28px;
	font-weight: normal;
    color: #d90c18;
}
.section .solution-list .item p {
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
	font-size:16px;
}
.section .solution-list .item:hover {
    color: #d90c18;
	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);
}

.solution-list .item img {
    width:50px;
}

/* SUPPORT */

/* 第二屏 */

.section .support-second{
	padding: 80px 150px 50px;
}
.section .title_support {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.section .support-second .support-list{ 
     padding: 0; 
	 box-shadow: none; 
	 width: 100%;
	 margin: 20px auto 0; 
	 display: flex;
}
.section .support-second .support-list .item{	
    background-color: #f6f6f6; 
	margin-left: 20px;
	/*padding:20px;*/
	width: calc(100% / 3);
}
.control-gap{
	padding:20px;
}
.section .support-list .item:first-of-type {margin: 0;}
.section .support-list .item .title{
    font-size: 24px;
    text-align: left;
    margin-top: 20px;
	line-height:28px;
	font-weight: normal;
    color: #d90c18;
}

.section .support-list .item p {
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
	font-size:16px;
	height: 90px;
}
.section .support-list .item:hover {
    color: #d90c18;
    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);
}

.cta-sup .pro-text {
    font-size: 16px;
    color: #d90c18;
}

.cta-sup span {
    word-break: break-word;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    font-style: normal;
    margin: 30px 10px 20px 0;
    font-weight: 600;
    padding: 10px 0px;
}

/* 第三屏 */
.section .support-third {
    background-color: #f6f6f6;
    padding: 80px 150px;
}

.section .support-third .lister {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 50px auto 0;
}

.section .support-third .lister .item{	
    width: calc(100% / 3);
    height:200px;
	margin-left: 50px;
 
}
.section .lister .item:first-of-type{margin: 0;}
.section .lister .item .title{
    font-size: 24px;
    text-align: left;
    margin-top: 20px;
	line-height:28px;
	font-weight: normal;
    color: #d90c18;
}
.section .lister .item p {
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
	font-size:16px;
}
.section .support-third .lister .item img {
    height: 50px;
}

/* 第六屏 */

.section .support-six{
	padding: 80px 150px 50px;
}

.section .support-six .support-listA{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0; display: flex;}
.section .support-six .support-listA .item{	
    background-color: #fff; 
    width: calc(100% / 3);
	margin-left: 30px;
	/*padding: 30px 20px 20px;*/
}
.control-gap2{
	padding:30px 20px 20px;
	height:260px;
}
.section .support-listA .item:first-of-type{margin: 0;}
.section .support-listA .item .title{
    font-size: 24px;
    text-align: left;
    margin-top:20px;
	line-height:28px;
	font-weight: normal;
    color: #d90c18;
}
.section .support-listA .item p {
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
	font-size:16px;
}
.section .support-listA .item:hover {
    color: #d90c18;
	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);
}

.support-listA .item img {
    width:50px;
}


/* SERVICE */

/* 第二屏 */

.section .service-second {
    padding: 0px;
}

.section .titleA_service {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
	margin:80px 0 50px;
}
.indexstand-list {
    display: flex; /* 使用Flexbox布局 */
}

.serimg-wrapper {
    position: relative;
    width: calc(100% / 3)  ;
}
.serimg-wrapper .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.serimg-wrapper .img-overlay:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.serimg-wrapper img {
    width: 100%; 
    display: block;
}
.text-overlay {
    position: absolute;
    bottom: 35%; 
    left: 0; 
    width: 100%; 
    color: #fff; 
    padding: 5px;
    box-sizing: border-box;
	text-align:center;
	line-height: 58px;
}
.text-overlay p {
    font-size:32px;
	font-weight:600;
}

/* 第三屏 */

.section .service-third {
    padding: 80px 150px;
}
.section .service-third .title_service {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
	margin-bottom: 50px;
}
.section .service-third .desc {
    font-size: 20px;
    width: 100%;
    margin: 10px 0 50px;
    text-align: center;
}
.section .service-third .list {
    padding: 0;
    box-shadow: none;
    width: 100%;
    display: flex;
}
.section .service-third .list .item:first-of-type {
    margin: 0;
}
.section .service-third .list .item {
    background-color: #fff;
    width: calc(100% / 3);
    height: 280px;
    margin-left: 50px;
	padding:30px 20px 20px;
}

.section .service-third .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 .service-third .list .item .title {
    text-align: left;
}
.section .service-third .list .item p {
    text-align: left;
}

/* 第四屏 */
.section .ser-contact {
    padding: 50px 150px;
    background: url(../images/pro-bj.jpg);
    background-size: cover;
    background-position: center;
}

.ser-contact h2 {
    text-align: left;
    font-size: 40px;
    margin: 10px 0 50px;
	font-weight:600;
}

.section .ser-contact .btn{
	font-size: 16px;	
}

.section .ser-contact .btn a {
    padding: 20px 25px;
	background-color: #d90c18;
	color:#fff;
	font-weight: 600;
}
.section .ser-contact .btn a:hover{
   box-shadow: inset 0 0 0 100px rgba(125, 125, 125, 0.4);
   color:#fff;
}


/* self-maintenance */

.section .self-one {
    padding: 80px 150px 0;
}
.section .title_self {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
	margin-bottom:40px;
}

.self-container {
    display: flex;
    flex-wrap: wrap;
}
.self-container .teaser {
    display: flex;
    gap:20px;
	margin:10px 0;
}

.teaser .image-self {
     width:66.66%
}
.teaser .teaser-cnt {
     width:33.33%
}
.teaser-cnt h2 {
    font-size:38px;
	color:#fff;
	margin-top:30px;
	font-weight:600;
}
.teaser-cnt p{
    font-size:18px;
	color:#fff;
}
.self-container .teaser:hover .teaser-cnt .teaser-cnt-in {
    background-color: #d90c18;
}
.self-container .teaser .teaser-cnt .teaser-cnt-in {
    background-color: #969696;
    padding: 30px 30px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .2s ease-out;
}
.im-wd-8 { width: 66.66%;}
.self-ben {
    position: relative;
    justify-self: flex-end;
    margin-top: 150px;
    margin-left: auto;
    display: flex;
    color: #fff;
	font-size: 16px;
	align-items: center;
}
.self-ben1 {
    position: relative;
    justify-self: flex-end;
    margin-top: 130px;
    margin-left: auto;
   /* display: flex; */
    color: #fff;
	font-size: 16px;
}

/* 第二版*/

.section .self-second {
    padding: 50px 150px;
}
.section .self-second .title_self {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
}

.section .self-second .self-list{ 
     padding: 0; 
	 box-shadow: none; 
	 width: 100%;
	 margin: 30px auto 0; 
	 display: flex;
}
.section .self-second .self-list .item{	
    background-color: #f6f6f6; 
	margin-left: 30px;
	padding:10px;
	width: calc(100% / 2);
}
.section .self-list .item:first-of-type {margin: 0;}
.section .self-list .item .title{
    font-size: 24px;
    text-align: left;
    padding: 10px 0;
	line-height:28px;
	font-weight: normal;
    color: #d90c18;
}
.section .self-list .item p {
    text-align: left;
    line-height: 22px;
    margin-top: 10px;
	font-size:16px;
	height: 90px;
}
.section .self-list .item:hover {
    color: #d90c18;
	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);
}

.cta-sup .pro-text {
    font-size: 16px;
    color: #d90c18;
}

.cta-sup span {
    word-break: break-word;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    font-style: normal;
    margin: 30px 10px 20px 0;
    font-weight: 600;
    padding: 10px 0px;
}

/* who we are*/

/* aboutus*/

.section .about-one{
    padding: 0px 150px;
}

.videoab-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-title {
    position: absolute;
    bottom: 55%; 
    left: 50%;
    color: #fff;
	font-size: 48px;
    line-height: 58px;
	font-weight:800;
	transform: translate(-50%, -50%);
	text-align: center;
    width:100%;
}

  .play-button2 {
            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-button2::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-button2:hover {
            transform: translate(-50%, -50%) scale(1.2);
            background: #d90c18;
        }
        
        .play-button2:hover::after {
            border-left-color: #fff;
        }

/* 第二版*/

.section .about-two{
    padding: 80px 150px;
    background: #f6f6f6;
}
.section .about-two p{
    font-size:20px;
	text-align: left;
    line-height: 28px;
	width: 60%;
    margin: 50px auto 0;
}

/* vision*/

.section .about-vision{
    padding:0;
}

.vision-container {
  position: relative;
  width: 100%;
  height: 500px; 
  background-image: url("../images/yj_bj.jpg");
  background-size: cover; 
  background-position: center; 
  overflow: hidden; 
}
.vision-content {
  position: absolute;
  top: 50%;
  left: 78%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.4); 
  padding: 40px;
  text-align: center;
  width: 400px;
  height: 400px;
}

.vision-container h2 {
  font-size: 40px;
  font-weight:700;
  margin-bottom: 20px;
   color:#fff;
}

.vision-container p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color:#fff;
  text-align: left;
}

.section .vision-container .vision-more{
    margin: 80px 0 10px;
    font-size: 16px;
	color: #fff;
}
.section .vision-container .vision-more a{
    padding: 20px 25px;
	background-color: #d90c18;
	font-weight: 600;
}
.section .vision-container .vision-more a:hover{
    box-shadow: inset 0 0 0 100px rgb(125 125 125 / 40%);
}

/*mission*/

.section .about-third {
    padding: 80px 150px 50px;
	    background: #f6f6f6;
}
.section .about-third .title_about {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.section .about-third .list {
    padding: 0;
    box-shadow: none;
    width: 100%;
    display: flex;
}
.section .about-third .list .item:first-of-type {
    margin: 0;
}
.section .about-third .list .item {
    width: calc(100% / 4);
    margin-left: 50px;
	padding:20px 0;
}
.section .about-third .list .item img {
    width:80px;
}

/*.section .about-third .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 .about-third .list .item .title {
    text-align: center;
	font-size: 28px;
    line-height: 48px;
}


/* Brand Story*/

.section .about-four{
    padding: 80px 150px 50px;
}
.about-tit {
   font-size:24px;
   font-weight:600;
   margin-bottom:30px;
}
.about-text {
   font-size:20px;
}
.section .about-four img {
   width:66.66%;
}

.section .about-four .btn{
    margin-top: 50px;
	font-size: 16px;
}

.section .about-four .btn a {
    padding: 20px 25px;
	background-color: #d90c18;
	color:#fff;
	font-weight: 600;
}
.section .about-four .btn a:hover{
   box-shadow: inset 0 0 0 100px rgba(125, 125, 125, 0.6);
   color:#fff;
}

/* explore more */

.section .about-five{
    padding: 80px 150px 50px;
	background:#f6f6f6;
}

.ab-container {
    display: flex;
    gap: 20px;
    justify-content: center;
	margin-top:50px;
}

/* Module Styles */

.ab-module {
   width: calc(100% / 3) ;
    height:450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ab-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;	
}
.ab-image-container .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.module-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ab-text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    z-index: 10;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ab-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    z-index: 11;
	font-weight:600;
}

.ab-details {
    color: white;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}

.ab-details p {
    margin-bottom: 10px;
    line-height: 20px;
	font-size:16px;
	height:50px;
}


/* Gradient Overlay */
.ab-module::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 2;

}

/* Hover Effects */
.ab-module:hover .ab-text-content {
    transform: translateY(-50px);
}

.ab-module:hover .ab-details {
    transform: translateY(0);
    opacity: 1;
}

.ab-module:hover::after {
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* Ensure all child elements trigger hover */
.ab-module * {
    pointer-events: auto;
}

.ab-module {
    pointer-events: auto;
}


/*Advantages */
/*第一版*/
.section .adv-one {
  padding:80px 150px 0;
}
.section .adv-one-2 {
    padding: 0px 150px; 
	background-color: #fff;   
}
.adv-warp {
  display: flex;
  margin:50px 0;
  justify-content: center;
}

.section .adv-one .menus{
    display: flex;
    align-items: center;
}
.section .adv-one .menus .item{
    height: 70px;
    width: 310px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 70px;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
}
.section .adv-one .menus .active{
    border-bottom: solid 4px #d90c18;
	    background: #f6f6f6;
	
}
.section .adv-one-2 .content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
	padding: 50px 0;
}
.section .adv-one-2 .content .con-left{
    text-align: left;
	width: 50%;
}
.section .adv-one-2 .content img{
	width: 50%;
}
.section .adv-one-2 .content .con-left .subtitle{
    font-size: 38px;
    font-weight: normal;
	margin-top: 20px;
}
.section .adv-one-2 .content .con-left .remark{
    font-size: 20px;
    margin: 30px 80px 30px 0;
    line-height: 30px;
}
.adv-content {
  position: absolute;
  left: 60%;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 10px 20px;
  text-align: center;
  
}

.adv-content h3 {
  font-size: 28px;
  font-weight:600;
  margin-bottom: 20px;
   color:#fff;
}

.adv-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color:#fff;
}

.section .adv-content .adv-more{
    margin: 60px 0 10px;
    font-size: 16px;
	color: #fff;
}
.section .adv-content .adv-more a{
    padding: 20px 25px;
	background-color: #d90c18;
	font-weight: 600;
}
.section .adv-content .adv-more a:hover{
    box-shadow: inset 0 0 0 100px rgb(125 125 125 / 40%);
}

/*第二版*/

.section .adv-two {
    padding: 50px 150px;
}
.section .adv-two .title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
	margin-bottom: 50px;
}
.section .adv-two .desc {
    font-size: 20px;
    width: 100%;
    margin: 10px 0 50px;
    text-align: center;
}
.section .adv-two .list {
    padding: 0;
    box-shadow: none;
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.section .adv-two .list .item:first-of-type {
    margin: 0;
}
.section .adv-two .list .item {
    width: calc(100% / 3);
    height: 240px;
    margin-left: 30px;
	padding:50px 20px 20px;
	background: #f6f6f6;
}

.section .adv-two .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 .adv-two .list .item .title {
    text-align: left;
	margin-bottom: 20px;
}
.section .adv-two .list .item p {
    text-align: left;
	font-size:20px;
}


/*parter*/
.adv-parter{
   padding: 80px 150px 50px;
   background:#f6f6f6;
}
.section .adv-parter .title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	text-align: center;
}
.section .adv-parter .desc {
    font-size: 20px;
    width: 60%;
    margin: 10px auto 50px;
    text-align: left;
}
.section .adv-parter .adv-img {
    display: flex;
    flex-wrap: wrap;
     gap: 30px;
	justify-content: space-between;
}
.section .adv-parter .adv-img .flex-item {
    flex: 1 0 calc(19% - 20px);
    display: flex;
    justify-content: space-between;
}

/* story */

.section .sto-one{
    padding: 0px;
}

.sto-container {
    position: relative;
    width: 100%;
    overflow: hidden;
	height: 600px;
}

.sto-title {
    position: absolute;
    bottom: 55%; 
    left: 50%;
    color: white;
	font-size: 48px;
    line-height: 50px;
	font-weight:800;
	transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
.sto-title1 {
    position: absolute;
    bottom: 45%; 
    left: 50%;
    color: white;
	font-size: 28px;
    line-height: 50px;
	font-weight:600;
	transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
/*第二版*/

.section .sto-two {
    padding: 80px 150px 50px;
	background: #f6f6f6;
}

.section .sto-two .title {
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
	margin-bottom:50px;
}

.deve_boxinner {
    display:flex;
}
.deve_box .deve_boximage {
    width: 640px;
}

.deve_box .deve_boximage img {
    height: auto;
    width: 100%;
    min-height: auto !important;
}

.deve_box .deve_boxinfo {
    transition: all .5s;
    vertical-align: middle;
    flex-grow: 1;
    width: 40%;
    padding: 30px 0 30px 50px;
    align-self: center;
}
.deve_box .deve_boxinfo .remark {
    font-size: 20px;
    margin: 30px 0 52px;
    line-height: 30px;
}
.devetitle {
    font-size: 28px;
    font-weight: 600;
}

.section .sto-two-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 150px;
}
.section .sto-two-2 .sto-left{
    text-align: left;
	width: 50%;
}
.section .sto-two-2 img{
	width: 640px;
	aspect-ratio: 16 / 9;
}
.section .sto-two-2 .sto-left .devetitle{
    font-size: 28px;
    font-weight: 600;
	margin-top: -32px;
}
.section .sto-two-2 .sto-left .remark{
    font-size: 20px;
    margin: 30px 0 52px;
    line-height: 30px;
	margin-right: 30px;
}

/* timeline */
.section .sto-timeline {
   padding: 30px 0 0 140px;
 }

  .timeline-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        
        .timeline {
            display: flex;
            transition: transform 0.5s ease;
            padding: 80px 0 0;
        }
       
        .card {
            min-width: 420px;
            background: #f6f6f6;
            padding: 20px;
            margin: 20px 10px 10px;
            box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .card:hover {
            transform: translateY(-5px);
            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);
        }
        
        .year {
            font-size: 20px;
            font-weight: 600;
            color: #d90c18;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: left;
        }
        
        .sto-content {
            font-size: 18px;
            line-height: 28px;
            text-align: left;
        }
        
        .nav-btn {
            position: absolute;
            top:0;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            width: 40px;
            height: 40px;
			margin-top: 40px;
            font-size: 20px;
            color: #d90c18;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .nav-btn:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .prev {
            right: 220px;
        }
        
        .next {
            right: 150px;
        }
        

		
 @media (max-width: 768px) {
            .card {
                min-width: 250px;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
        }

/*Certification */
.sto-Cert {
   padding: 80px 150px 50px;
}
.section .sto-Cert .desc {
    font-size: 20px;
    width: 100%;
    margin: 10px 0 30px;
    text-align: center;
}
.section .sto-Cert .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0;}
.section .sto-Cert .list .item{	
    background-color: #fff; 
    margin-left: 20px;  
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
    width: calc(100% / 3);
	padding: 30px;
}
.section .sto-Cert .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 .sto-Cert .list .item:first-of-type{margin: 0;}
.section .sto-Cert .list .item img {
    width:60%;
}

/*sto-five*/
.section .sto-five {
    padding: 80px 150px 50px;
    background: #f6f6f6;
}


/* job */

.section .job-one{
    padding: 0px;
}

.job-container {
    position: relative;
    width: 100%;
    overflow: hidden;
	height: 600px;
}

.job-title {
    position: absolute;
    bottom: 55%; 
    left: 50%;
    color: white;
	font-size: 48px;
    line-height: 50px;
	font-weight:800;
	transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
.job-title1 {
    position: absolute;
    bottom: 45%; 
    left: 50%;
    color: white;
	font-size: 28px;
    line-height: 50px;
	font-weight:600;
	transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
/*JOB-TWO*/

.job-two {
    padding:80px 150px 0;
}

.section .job-two p {
    font-size: 24px;
    text-align: justify;
    line-height: 28px;
    width: 60%;
    margin: 50px auto 0;
}

/*job-talent*/
.job-talent {
   padding:80px 150px 0;
}
.job-height {
    height: 280px;
}
.section .job-talent .list .item .job-description {
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
	margin-top:0px;
}
.section .job-talent .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0;}
.section .job-talent .list .item{	
    margin-left: 20px;  
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
    width: calc(100% / 3);
    background-color: #f6f6f6;
}
.section .job-talent .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 .job-talent .list .item:first-of-type{margin: 0;}
.section .job-talent .list .item .name{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 28px;
    padding: 20px 20px 10px;;
}
.section .job-talent .list .item img {
    width:100%;
}

/*job-scale*/
.job-scale {
    padding:80px 150px 50px;
}
.section .job-scale .title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.section .job-scale .list {
    padding: 0;
    box-shadow: none;
    width: 100%;
    display: flex;
}
.section .job-scale .list .item:first-of-type {
    margin: 0;
}
.section .job-scale .list .item {
    width: calc(100% / 3);
    margin-left: 50px;
	padding:20px 0;
}
.section .job-scale .list .item img {
    width:80px;
}

/*.section .job-scale .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 .job-scale .list .item .name {
    text-align: center;
	font-size: 18px;
    line-height: 28px;
}
.section .job-scale .list .item .text {
    text-align: center;
	font-size: 28px;
    line-height: 48px;
	font-weight:700;
	color: #d90c18;
	margin-top:20px;
}

/*job-five*/
.section .job-five {
    padding: 80px 150px 50px;
    background: #f6f6f6;
}
.section .job-five .job-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
	height:450px;
}
.job-module {
   width: calc(100% / 3) ;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.job-module:hover {
    transform: translateY(0px);
}

.job-module::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 2;
}

.job-module:hover .ab-text-content {
    transform: translateY(-50px);
}

.job-module:hover .ab-details {
    transform: translateY(0);
    opacity: 1;
}

.job-module:hover::after {
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}



/*Media-news*/

.section .title-new {
     padding:80px 150px 0;
     text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
}

.section .new-timeline {
   padding: 30px 0 0 140px;
 }
.timeline1 .card1 .titline {
   font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 28px;
    padding: 20px;
    display: flex;
    flex-direction: column;
	overflow: hidden;
	height: 80px;
}
.timeline1 .card1 img{
   aspect-ratio: 16 / 9;
}
.timeline1 .card1 p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
	padding:0 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

  .timeline-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        
        .timeline1 {
            display: flex;
            transition: transform 0.5s ease;
            padding: 80px 0 0;
        }      
        .card1 {
            min-width: 380px;
			height:430px;
            background: #f6f6f6;
            padding: 0;
            margin:20px 10px 10px 10px;
            box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .card1:hover {
            transform: translateY(-5px);
            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);
        }
        
        .sto-content {
            font-size: 18px;
            line-height: 28px;
            text-align: left;
        }
        
        .nav-btn {
            position: absolute;
            top:0;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.8);
            border: none;
            width: 40px;
            height: 40px;
			margin-top: 40px;
            font-size: 20px;
            color: #d90c18;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .nav-btn:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .prev1 {
            right: 220px;
        }
        
        .next1 {
            right: 150px;
        }

/*media-video*/
.section .video-timeline {
   padding: 30px 0 0 140px;
 }

.timeline2 .card2 .titline {
   font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 28px;
    padding: 20px;
    display: flex;
    flex-direction: column;
	overflow: hidden;
}
.timeline2 .card2 img{
   aspect-ratio: 16 / 9;
}
.timeline2 .card2 p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
	padding:0 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}
  .timeline-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        
        .timeline2 {
            display: flex;
            transition: transform 0.5s ease;
            padding: 80px 0 0;
        }
        .card2 {
            min-width: 380px;
            background: #f6f6f6;
            padding: 0;
            margin:20px 10px 10px 10px;
            box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .card2:hover {
            transform: translateY(-5px);
            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);
        }
        
        .sto-content {
            font-size: 18px;
            line-height: 28px;
            text-align: left;
        }
        
        .nav-btn:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .prev2 {
            right: 220px;
        }
        
        .next2 {
            right: 150px;
        }
		
.play-button-media {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #d90c18;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10;
}	
.play-button-media::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #fff;
    margin-left: 5px;
}	
 .play-button-media:hover {
     transform: translate(-50%, -50%) scale(1.2);
        }

/*blog*/

.section .blog-timeline {
   padding: 30px 0 30px 140px;
 }
.timeline3 .card3 .titline {
   font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 28px;
    padding: 20px;
    display: flex;
    flex-direction: column;
	overflow: hidden;
	height: 80px;
}

.timeline3 .card3 img{
   aspect-ratio: 16 / 9;
}
.timeline3 .card3 p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
	padding:0 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

  .timeline-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        
        .timeline3 {
            display: flex;
            transition: transform 0.5s ease;
            padding: 80px 0 0;
        }
     
        .card3 {
            min-width: 380px;
			height:430px;
            background: #f6f6f6;
            padding: 0px;
            margin:20px 10px 10px 10px;
            box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .card3:hover {
            transform: translateY(-5px);
            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);
        }
        
        .sto-content {
            font-size: 18px;
            line-height: 28px;
            text-align: left;
        }
        
		.nav-btn img { width:20px;}
        
        .nav-btn:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
        }
        
        .prev3 {
            right: 220px;
        }
        
        .next3 {
            right: 150px;
        }


/*events*/
 .section .event-second {
  padding:50px 150px 30px;
  border-bottom: 1px solid #E5E6E9;
}

 .proser1-container {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
			margin: 30px 0;
        }

        .dropdown-pro {
            position: relative;
            display: inline-block;
			align-items: center;
        }

        .dropdown-trigger {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px 10px;
            background-color: #fff;
            border: 1px solid #ccc;
            cursor: pointer;
            font-weight: 600;
        }

        .dropdown-trigger::after {
            content: "";
            font-size: 14px;
            margin: 2px 0 0 8px;
            transition: transform 0.2s ease;
			display: inline-block;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 8px solid #333;
			
        }

        .dropdown-input:checked + .dropdown-trigger::after {
            transform: rotate(180deg);
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 100;
            background-color: #fff;
            border: 1px solid #ccc;
            border-top: none;
            border-radius: 0 0 4px 4px;
            min-width: 220px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            padding: 8px 0;
            display: none;
        }

        .dropdown-input:checked ~ .dropdown-menu {
            display: block;
        }

        .dropdown-option {
            display: flex;
            align-items: center;
            padding: 8px 16px;
            cursor: pointer;
        }

        .dropdown-option:hover {
            background-color: #f5f5f5;
        }

        .dropdown-option input {
            margin-right: 8px;
        }

        .dropdown-option input:checked + span::before {
            content: "";
            color: #007bff;
            margin-right: 8px;
        }

        .dropdown-input {
            display: none;
        }
		
/*events-2*/
.section .event-second .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0;}
.section .event-second .list .item{	
    background-color: #fff; 
    margin-left: 20px;  
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
    width: calc(100% / 3);
    background-color: #f6f6f6;
}
.section .event-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 .event-second .list .item:first-of-type{margin: 0;}
.section .event-second .list .item .name{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 28px;
    padding: 20px 20px 0;
}
.section .event-second .list .item img {
    width:100%;
}
.section .event-second .list .item .news-detail {
    display: flex;
    align-items: center;
    margin: 20px 20px 0;
}
.section .event-second .list .item .news-detail img {
    width: 20px;
}
.section .event-second .list .item .news-detai2 {
    display: flex;
    align-items: center;
    margin: 10px 20px 0;
}
.section .event-second .list .item .news-detai2 img {
    width: 20px;
}
.cta-event span {
    word-break: break-word;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: left;
    font-style: normal;
    font-weight: 600;
    padding: 0px 20px 40px;
}
.cta-event .pro-text {     font-size: 16px;color:#d90c18; cursor: pointer;}
.event-height { height:230px;}
/*news-2*/
.section .news-second{
  padding:50px 150px 30px;
  border-bottom: 1px solid #E5E6E9;
}
.section .news-second .list{ padding: 0; box-shadow: none; width: 100%;margin: 50px auto 0;}
.section .news-second .list .item{	
    background-color: #fff; 
    margin-left: 20px;  
    box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
    width: calc(100% / 3);
    background-color: #f6f6f6;
}
.section .news-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 .news-second .list .item:first-of-type{margin: 0;}
.section .news-second .list .item .name{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    line-height: 28px;
    padding: 10px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 70px;
}
.section .news-second .list .item img {
    width:100%;
}
.news-height {
    height: 220px;
    text-align: left;
}
.section .news-second .list .item h5 {
    font-size: 14px;
    color: #313131;
    line-height: 23px;
    font-weight: normal;
    background: #ececec;
    padding: 0 16px;
    display: inline-block;
	margin: 20px 20px 0;
}
.section .news-second .list .item .news-detail {
    display: flex;
	align-items: center;
	margin:20px 20px 0;
}
.section .news-second .list .item .news-detai2 {
    display: flex;
	align-items: center;
	margin: 10px 20px 0;
}
.section .news-second .list .item .news-detail img { 
    width:20px;
}
.section .news-second .list .item .news-detai2 img { 
    width:20px;
}
.news-adr {
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
}

.newline-container {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
			margin: 30px 0;
        }
.newline-container .label {
      padding:10px ;
	  border:1px solid #ddd;
	  font-weight:600;
	  cursor: pointer;
}

/*news-detail*/

.newsdetail {
      padding:80px 150px 50px;
}
.newsdetail .title-news {
    font-size: 20px;
    color: #333333;
    line-height: 48px;
	font-weight:600;
}
.newsdetail .txt {
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 50px 0;
    border-bottom: 2px solid #f6f6f6;
	line-height:18px;
}
.newsdetail .txt span {
    font-size:16px;
	color:#a6a5a5;
}
.newsdetail .txt .share {
    
}
.newsdetail .txt .share a {
    display: inline-block;
    margin-right: 20px;
}
.news-text {
    width: 100%;
    overflow: hidden;
    display: flex;
	margin-top:50px;
}
.news-text .news-left{
    width: 70%;
	float: left;
    margin: 0 auto;
    overflow: hidden;
	margin-top:15px;
	margin-right:80px;
}
.news-text .news-left img {
   width:100%;
   aspect-ratio: 16 / 9;
}
.news-text .news-left .newslef-text {
    font-size:16px;
	line-height:28px;
	margin-top:30px;
}
.news-text .news-rig{
   width: calc(30% - 20px);
   float: right;
   font-size: 16px;
    line-height: 28px;
}
.news-text .news-rig .title {
   font-size:24px;
   font-weight:600;
   line-height:50px;
   margin-bottom:30px;
   text-align: left;
}

.news-rig .news-det-rig {
  margin-bottom:20px;
}
.news-det-rig .newsdet-item {
   display: flex;
   align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
}
.news-det-rig .newsdet-list .newsdet-item img {
    border-radius: inherit;
    width: 200px;
	height:auto;
    -o-object-fit: cover;
    object-fit: cover;
	aspect-ratio: 16 / 9;
}
.newsdet-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*video-3*/
.section .video-module{
   padding:50px 150px 30px;
  border-bottom: 1px solid #E5E6E9;
}
.section .videos_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	margin-top: 50px;
}
.section .videos_list .videos_item {
    overflow: hidden;
    width: calc(100% / 3 - 14px);
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section .videos_list .videos_item .videos_iteminner {
    width: 100%;
}
.section .video_frame {
    position: relative;
}
.powervideo button.btn.close {
    color: #005e60;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 0;
    font-size: 20px;
    background: #fff;
    padding: 0 7px 2px;
    border-radius: 50%;
}
.section .videos_list .videos_item .videos_itemimg {
    overflow: hidden;
    position: relative;

}
.play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            background: #d90c18;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 10;
        }
        
        .play-button::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 14px solid #fff;
            margin-left: 5px;
        }
        
        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.2);
        }



.section .videos_list .videos_item .videos_itemimg .videos_itemimginner {
    width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    aspect-ratio: 16/9;
}
.section .videos_list .videos_item .videos_itemimg .video_icon i {
    font-size: 20px;
    line-height: 54px;
    vertical-align: top;
    margin-left: 5px;
    color: #fff;
}
.section .videos_list .videos_item .videos_itemtext {
    padding-top: 16px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	background: #f6f6f6;
    padding: 20px;
    height: 130px;
}
.section .videos_list .videos_item .videos_itemtext h4 {
    font-size: 18px;
	text-align:left;
    font-weight: 600;
    line-height: 28px;
}
.section .videos_list .videos_item .videos_itemtext h4:hover {
    color:#d90c18;
}

.section .videos_list .videos_item .videos_itemtext .video_Desc {
    font-size:16px;
	line-height:28px;
	margin-top:20px;
}
/*media-relation*/
.relation-two {
  padding:80px 150px 50px;
}
.section .relation-two .list {  
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 5px;
    width: 100%;
    margin: 0 -250px;
	box-shadow:none;
}

.section .relation-two .rela-module {
    background: #f6f6f6;
    padding: 50px 0;
	box-shadow: rgb(74 90 117 / 8%) 0px 4px 16px 0px, rgb(74 90 117 / 16%) 0px 2px 4px 0px;
}


