/*表格样式*/
table tr:first-child{background:#be1b20; color:#fff;font-weight:bold;} /*第一行标题蓝色背景*/
table{border:0px solid #fba8ab; border-top:1px solid #fba8ab;border-left:1px solid #fba8ab;margin: 0 auto;border-spacing: 0px;}
td{ padding:5px 2px; border:0px solid #fba8ab; text-align:center;border-right:1px solid #fba8ab;border-bottom:1px solid #fba8ab;}
tr:nth-of-type(odd){ background:#e1f5fe;} /* odd 标识奇数行，even标识偶数行 */
tr:hover{ background: #e1f5fe;} /*鼠标悬停后表格背景颜色*/
.contable {overflow:scroll;width:100%; overflow-x:hidden;overflow-y:hidden;}
.contile{font-size:20px; color:#be1b20; margin-top:20px;}
.loading {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 3px solid rgba(0,0,0,.1);
      border-radius: 50%;
      border-top-color: #09f;
      animation: spin 1s linear infinite;
    }
    @keyframes spin {
      to { transform: rotate(360deg); }
    }


.contmain{
	
}

.more{
	width: 150px;
    line-height: 50px;
    background: #152d53;
	color: #fff;
	font-size: 24px;
	margin-right: 55px;
}

.more a{
	 display: flex;
    justify-content: center;
    align-items: center;
}

.more img{
	width: auto;
	max-width: 45px;
	margin-left: 15px;
}

.banner{
	position: relative;
	overflow: hidden;
}
.banner .wrapper {
    position: revert;
}

.banner .wrapper .bannershadow{
	position: absolute;
    top:50%;
	color: #fff;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0px); 
	transform: translate3d(-50%, -50%, 0px);
}

.banner .bannershadow h2{
	font-size: 48px;
	line-height: 60px;
	margin: 10px 0;
}
.banner .bannershadow h3{
	font-size: 32px;
	line-height: 36px;
    color: #76ba54;
}
.banner .bannershadow h4{
	font-size: 24px;
	line-height: 30px;
}
.about_shadow{
	text-align: center;
}
.about_shadow h3 {
    margin-bottom: 80px;
}
.por_shadow{
	text-align: center;
}
.banner .por_shadow h2 {
    font-size: 36px;
    line-height: 50px;
	font-weight: 400;
}
.banner .por_shadow h3 {
    margin-bottom: 80px;
}

.banner .wrapper .case_shadow{
	left: inherit;
    transform: translateX(0%);
}
.banner .case_shadow h2 {
    font-size: 36px;
    line-height: 50px;
	font-weight: 400;
}

.banner .wrapper .agent_shadow{
	top: 24%;
	left: inherit;
    transform: translateX(0%);
}
.banner .agent_shadow h2 {
    font-size: 36px;
    line-height: 50px;
	font-weight: 400;
}

.lnte_m{text-align:left;line-height: 70px; background: #f5f5f5;font-size: 18px;}

.lnte_m .wrapper_p {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lnte_m ul{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.lnte_m ul .parent a{
	color: #333;
	font-family: 'Oswald';
}
.lnte_m .nline{
	width: 1px;
    height: 15px;
    background: rgba(0,0,0,0.1);
    margin: 0 30px;
}
.lnte_m .nline:last-child{display:none;}

.about_ebd {
    margin: 0px 0 0px;
    display: flex;
    align-items: center;
	font-family: 'Oswald';
}
.about_ebd a{
	color: #333;
}
.about_ebd a:hover{
	color: #a01613;
}
.about_ebd img{
	width: 20px;
	margin-right: 5px;
}


.about{
	padding: 60px 0;
	overflow: hidden;
}
.about video{
	display: block;
}

.about_tit{
	margin-bottom: 50px;
}
.about_tit .wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 35px;
}
.about_tit h3{
	font-size: 48px;
    font-family: "Bebas";
    line-height: 40px;
}
.about_tit h3 span{
	display: block;
    width: 60px;
    height: 5px;
    background: #76ba53;
	margin-top: 15px;
}
.about_tit p{
	color: #152d53;
	font-size: 24px;
}

.container{
	width: 1560px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.about_cl{margin-right: 0;}
.about_cr{margin-left: 0;margin-top: 50px;}

.about_c{
	overflow: hidden;
}

.about_c .wrapper_p{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_c h2{
	width: 100%;
	font-size: 48px;
    line-height: 60px;
	font-family: "Bebas";
}
.about_c h3{
	width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #a01613;
	margin-bottom: 20px;
	font-family: "Bebas";
}

.about_c img{
	display: block;
    width: 100%;
}

.ab_p{
	width: 50%;
	/*text-align: justify;*/
}
.ab_img{
	width: 47%;
}

.about_t{
	background: #e5f3fb;
    padding: 60px 0;
    margin-top: 60px;
}
.about_t h3{
	width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #a01613;
	margin-bottom: 20px;
	font-family: "Bebas";
}

.about_w{
	background: url(../images/about_bg.png) no-repeat center right #008ad4;
	margin-top: 60px;
	padding: 50px 60px;
	color: #fff;
	padding-right: 50%;
}
.about_w h3{
	width: 100%;
    font-size: 36px;
    line-height: 40px;
	margin-bottom: 20px;
	font-family: "Bebas";
}
.about_w p{
	text-align:center;
}

.video_nt h2{
	width: 100%;
	font-size: 48px;
    line-height: 60px;
	font-family: "Bebas";
}
.video_nt h3{
	width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #a01613;
	margin-bottom: 20px;
	font-family: "Bebas";
}

.video_nt ul{
	display: flex;
    flex-wrap: wrap;
}

.video_li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.video_li:nth-child(1){
	width: 100%;
	margin-right: 0%;
}
.video_li:nth-child(3n+1){
	margin-right: 0%;
}
.video_li img{
	width: 100%;
}

.about_b{
	width: 100%;
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
	align-content: space-between;
}

.Workshop{
	
}

.Workshop h2{
	width: 100%;
	font-size: 48px;
    line-height: 60px;
	font-family: "Bebas";
}
.Workshop h3{
	width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #a01613;
	margin-bottom: 50px;
	font-family: "Bebas";
}

.about_m {
    background: #fff;
    height: 100%;
    box-sizing: border-box;
}
.about_m h2{
	font-size: 36px;
}

.about_m span{
	display: block;
    width: 60px;
    height: 5px;
    background: #76ba53;
	margin: 30px 0px;
}
.about_cr p{
    line-height: 24px;
}
.about_cl p{
    line-height: 20px;
}

.about_cl .about_m{
	padding: 40px 36% 60px 50px;
}
.about_cr .about_m{
	padding: 40px 50px 60px 36%;
}


.contmain .prod_h span{
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}
.contmain .prod_h h3{
	font-size: 24px;
}

.contact_l h3{
	font-size: 36px;
	color:#a01613;
	font-family: 'Oswald';
	margin-bottom: 20px;
}
.contact_l p{
	text-align: left;
}

.contact_r {
	width: 47%;
}

.contact_r h3{
	font-size: 36px;
	color:#a01613;
	font-family: 'Oswald';
	margin-bottom: 20px;
}

.contact_r form{
	margin-top: 30px;
}

.coninp{
	
}
.coninp span{
	color: red;
}
.coninp input{
	width: 50%;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
	margin: 10px 0;
	outline: none;
}

.coninp textarea{
	font-family: 'MiSans';
	 padding: 10px;
	height: 100px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 10px 0;
	width: 100%;
	outline: none;
}

.contact_r .button{
	width: 120px;
    height: 50px;
    border: none;
    background: #a01613;
    color: #fff;
}

.Protop{
	display: flex;
    justify-content: space-between;
}

.Pro_p{
	width: 18%;
	color: #152d53;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Pro_p h3{
	font-size: 36px;
	line-height: 40px;
}
.Pro_p p{
    line-height: 24px;
}
.Pro_p span{
   display: block;
    width: 60px;
    height: 5px;
    background: #76ba53;
	margin: 30px 0px; 
}

.Pro_lt{
	padding: 35px 0;
	border-top: 1px solid #152d53;
}
.Pro_lt h2{
	margin-bottom: 20px;
}
.Pro_lt p{
	line-height: 43px;
}
.Pro_ld{
	padding: 35px 0;
	border-top: 1px solid #152d53;
}
.Pro_ld p{
	line-height: 16px;
}

.Pro_l{
	width: 300px;
    margin: 0 50px;
	color: #1a2f5b;
}

.Protop ul{
	width: 75%;
	display: flex;
    justify-content: space-between;
}
.Protop ul li{
	width: 24%;
}

.Protop ul li img{
	display: block;
	width: 100%;
}

.Protop ul li p{
	font-size: 24px;
    text-align: center;
    line-height: 60px;
    background: #76ba54;
    color: #fff;
}

.Prodow{
	margin-top: 50px;
}

.Prodowbox{
	background: #cccccc;
    margin-right: 0;
	margin-bottom: 440px;
	
}
.Prodowbox .Pro_p{
	width: 26%;
}

.Prodowbox .wrapper{
	padding: 55px 0 55px 55px;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
	position: relative;
	box-sizing: border-box;
}

.Pro_c{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: 120px;
}

.Pro_c .cimg{
	display: block;
	max-width: 800px;
	
}
.product{
	padding: 70px 0;
	overflow: hidden;
}

.product .pro_nav{
	display: flex;
    max-width: 520px;
    justify-content: space-between;
    margin: 100px 0 70px;
    font-size: 18px;
    text-transform: uppercase;
}
.pro_nav .lnte_m ul{
	border-top: 1px solid rgba(0,0,0,0.1);
}
.pro_nav .parent:hover a{
	color: #a01613;
}
.pro_nav .parent .on{
	color: #a01613;
}

.pro_ul{
	display: flex;
    flex-wrap: wrap;
}
.pro_li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	background: #f7f7f7;
	padding: 15px;
	/*border-radius: 10px;*/
	
}
.pro_li:nth-child(3n){
	margin-right: 0%;
}
.pro_li .proimg{
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	
	/*background: linear-gradient(0deg, #ebebeb, #ffffff);*/
}
.pro_li img{
	display: block;
	width: 100%;
	object-fit: cover;
	/*border-radius: 10px;*/
}
.pro_li:hover img{
	transform: scale(1.1);
}
.pro_li a{
	color: #000;
	background: #f7f7f7;
}
.pro_li:hover {
	background-color:#a01613;
	color: #fff;
}
.pro_li a:hover {
	background-color:#a01613;
	color: #fff;
}
.pro_li a p{
	text-align: center;
    font-size: 16px;
    margin: 10px 10px 0;
}
.pro_li a span{
	margin: 10px 10px 0;
    display: block;
    color: #d90000;
}
.pro_c a{
	color: rgba(0,0,0,0.5);
}
.p_on a{
	color: rgba(0,0,0,1);
}



.page,.pages {height:auto; line-height:30px; width:100%; text-align:center; color: #ff0000; margin-bottom:23px; margin-top:25px;display: flex; justify-content: center;}
.page span,.pages span{padding:10px 15px 10px 15px; background-color:#a01613; color:#fff; border:solid 1px #a01613; font-size:0.875em; }
.page a,.pages a{ color:#444444; border:1px solid #ccc;padding:10px 15px 10px 15px; margin:0 4px; text-decoration:none; background-color:#ddd;  font-size:0.875em; }
.page a:hover,.pages a:hover{color:#fff; background-color:#a01613; }
.page a.current,.pages a.current{color:#fff; background-color:#a01613; }
.page .active a,.pages .active a{color:#fff; background-color:#a01613; }
.pagination {
	padding: 0;
}
.pagination li{float:left;list-style: none;}
.cMore {display:none;}

.prombox{
	background-color:#f2f2f2;
	padding: 60px 0;
}
.proview{
	padding: 50px;
	background: #fff;
}
.details{
	padding: 50px;
	background: #fff;
	margin-top: 30px;
}

.detnav{
	display: flex;
    flex-wrap: wrap;
}
.detli{
	background: #5c5c5c;
    color: #fff;
    line-height: 45px;
    padding: 0 20px;
    width: 32.3%;
    text-align: center;
    margin-right: 1%;
	cursor: pointer;
	font-family: 'Oswald';
}
.detli:hover{
	background: #a01613;
}
.detli.on{
	background: #a01613;
}

.detmsg{
	    margin-top: 30px;
}

.profrom{
	padding: 50px;
	background: #fff;
	margin-top: 30px;
}
.profrom form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 20px;
}
.profrom input {
    width: 48%;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 10px 0;
    outline: none;
}
.profrom textarea {
    font-family: 'MiSans';
    padding: 10px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px 0;
    width: 100%;
    outline: none;
}
.profrom .button {
    width: 100%;
    height: 50px;
    border: none;
    background: #a01613;
    color: #fff;
	margin-top: 10px;
	cursor: pointer;
}

.Related{
	padding: 50px;
	background: #fff;
	margin-top: 30px;
}
.Related h3{
	color: #fff;
    line-height: 45px;
    padding: 0 20px;
    width: 220px;
    text-align: center;
	background: #a01613;
	margin-bottom: 30px;
	font-size: 16px;
    font-weight: initial;
	font-family: 'Oswald';
}
.rli_p{
	background: #f7f7f7;
    padding: 15px;
}
.picList{
	overflow: hidden;
}
.item_p a{
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #ebebeb, #ffffff);
}
.item_p img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.li_p_t{
	text-align: center;
    margin-top: 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.view_pro{
	border: 1px solid rgba(0,0,0,0.1);
	
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	/*padding: 100px 0;
	background: linear-gradient(0deg, #ebebeb, #ffffff);*/
}
.view_pro img{
	
	max-width: 100%;
    object-fit: cover;
    display: block;
}
.view_pro .sy{
	position: absolute;
	width: 30%;
	opacity: 0.3;
}

.content{
	margin-top: 60px;
}

.prod_v_ht .prod_vt{
	font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 2px solid;
}
.prod_v_ht .prod_vd{
    font-size: 20px;
	margin-bottom: 20px;
}

.pcon{
	padding: 30px 0;
}

.pro_info{
	
}

.pro_info p{
	border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-right: none;
    padding: 10px 0;
	color: #a01613;
	margin-bottom: 10px;
}

.pro_info div{
	display: flex;
	width: 40%;
	justify-content: space-between;
	margin-top: 30px;
}
.pro_info a{
	display: block;
    width: 240px;
    line-height: 40px;
    text-align: center;
    background: #a01613;
	font-family: 'Oswald';
}


.tepn{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 100px;
}
.m_pro_prev{
	margin: 0;
}
.m_pro_prev a{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
	text-transform: uppercase;
    color: #000;
}
.m_pro_prev a img{
	display: block;
	margin-right: 10px;
}
.m_pro_next{
	margin: 0;
}
.m_pro_next a{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
	text-transform: uppercase;
    color: #000;
}
.m_pro_next a img{
	display: block;
	margin-left: 10px;
}

.about1{
	display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}

.tita{
	width: 110px;
	display: flex;
    justify-content: space-between;
	padding-top: 80px;
	height: 30px;
    align-items: center;
	color: #d9002f;
}
.tita span{
	display: block;
    width: 30px;
    height: 1px;
    background-color: #d9002f;
}
.lac{
	width: 1120px;
}
.titmsg h1{
	margin: 0;
    margin-bottom: 30px;
	font-weight: bold;
}
.titmsg p{
	margin: 0;
	color: #808080;
}
.abmsg1{
	margin: 0 0 30px;
}
.abmsg1 p{
	font-size: 16px;
}


.about2{
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 100px;
}

.about2 .tit2::before,.about2 .tit2::after{
	content: '“';
    font-size: 48px; 
    position: absolute; 
    color: black; 
    font-weight: bold; 
}
.about2 .tit2{
	width: 41%;
	position: relative;
}
.about2 .tit2::before{

}
.about2 .tit2::after{
	content: '”';
	right: 0;
}

.about2 .titmsg{
	margin: 40px 0px 0px 20px;
}

.about2 .abmsg2{
	width: 53%;
}
.about2 .abmsg2 img{
	width: 100%;
}

.about3{
	display: flex;
    justify-content: space-between;
	margin-top: 100px;
}
.about3 .aimg{
	width: 50%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}
.about3 .aimg .aimg_l {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.about3 .aimg .aimg_l .dz1 {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    position: initial;
}
.about3 .aimg .aimg_l .dz2 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    position: initial;
	height: 100%;
}
.about3 .aimg .aimg_l .dz4 {
   grid-row: span 2;
    grid-column: 2;
    width: 100%;
	align-self: stretch;
}
.about3 .amsg{
	width: 44%;
}
.about3 .amsg p{
	font-size: 16px;
}

.about4{
	margin-bottom: 30px;
}
.about4 p{
	font-weight: initial;
}

.news_oth{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.news_li_oth{
	width: 100%;
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 30px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.time1{
	transition: all 0.3s ease;
}

.news_li_oth .time1:hover{

}

.time1 .newsimg img{
	width: 100%;
    max-height: 415px;
    object-fit: cover;
	display: block;
}
.time1 .newsimg:hover img{
	transform: scale(1.1);
}
.time1 h3{
	font-size: 20px;
	margin: 0;
	margin-bottom: 30px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.time1 .date{
	color: #a01613;
}
.time1 span{
	display: block;
    width: 40px;
    height: 2px;
    background: #a01613;
}
.time1 a{
	color: #333;
}
.time1 .more{
	padding: 40px 65px 40px 15px;
	background: url(../images/more.png) no-repeat right 30px center;
}
.time1 .more a{
	color: #7f7f7f;
}
.time1 .more h3 a{
	color: #000000;
}

.newsimg{
	width: 27%;
}
.newsimg img{
	width: 100%;
	max-height: 200px;
    object-fit: cover;
	border: 1px solid rgba(0,0,0,0.1);
}

.news_nt {
    padding: 60px 0;
}
.newslist {
    width: 54%;
    margin-bottom: 60px;
}
.m_news_title{
	margin: 0;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
	font-family: "Bebas";
}
.m_news_attr{
	display: flex;
    align-items: center;
	color: #a01613;
}
.m_news_attr img{
	margin-right: 5px;
}

.m_newsc{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.m_news_content {
    width: 100%;
    line-height: 30px;
}
.m_news_content p{
   text-align: left;
}
.m_news_content img{
	max-width: 100%;
}
.newoth{
	width: 27%;
}

.m_news_ru{
	margin-top: 30px;
}

.m_news_rl p{
	    margin: 20px 0;
    font-size: 16px;
    color: #a01613;
}
.m_news_rl a{
color: #333;
}
.m_news_rl h2{
	margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.m_news_rl img{
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}

.m_news_t h2{
    font-size: 36px;
    line-height: 40px;
	font-family: "Bebas";
}

.m_next_list{
	display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.m_next_list p{
    font-size: 16px;
}
.m_next_list p a{
	color: #000;
	display: block;
}
.m_next_list p:hover{
	
}

.m_next_list p:hover a{
	color: #a01613;
}
.m_p_back{
	color: #fff;
    margin: 0 auto;
    margin-right: 0;
    width: 150px;
    line-height: 50px;
    text-align: center;
    background: #a01613;
	margin-top: 30px;
}

.news_nt .about_tit {
    margin-bottom: 0px;
}

.news_nt .more{
	margin: 0 auto;
    margin-top: 100px;
}

.Service-con{
	padding: 60px 0;
}

.Service-con h2{
	width: 100%;
	font-size: 48px;
    line-height: 60px;
	font-family: "Bebas";
}
.Service-con h3{
	width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #a01613;
	margin-bottom: 20px;
	font-family: "Bebas";
}

.Serviceimg{
	float: right;
    margin-left: 3%;
}

.recommend_news{
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 100px;
}
.recommend_news .mhn_img{
	max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    z-index: 0;
}

.mhn-slide .Newsmsg{
	background: #152d53;
    color: #fff;
    padding: 140px 30px 140px;
    box-sizing: border-box;
    max-height: 550px;
	height: 550px;
    overflow: hidden;
}

.mhn-slide .Newsmsg h3 {
    text-align: center;
    font-size: 16px;
	line-height: 20px;
    letter-spacing: 0px;
}


.mhn-inner img{
	width: 100%;
}

.mhn-slide .owl-item .mhn-item{
	padding-right: 30%;
	padding-left: 30%;
}
.news{
	padding: 60px 0;
}
.Newsul{
	display: flex;
	justify-content: space-between;
}
.Newsli{
	width: 32%;
	max-height: 795px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}
.Newsli img{
	width: 100%;
    height: 380px;
    object-fit: cover;
	display: block;
}
.Newsli:hover img{ 
	height: 100%;
	position: absolute;
	transform: scale(1.05);
}
.Newsli:hover a{ 
	color:#fff;
}
.Newsli:hover .Newsmsg{ 
    padding-top: 430px;
	background: rgba(0,0,0,0.5);
}



.Newsmsg{
	position: relative;
    z-index: 2;
	padding: 50px 30px 120px;
}
.Newsmsg h4{
	text-align: center;
	margin-bottom: 30px;
}
.Newsmsg h3{
	text-align: center;
	font-size: 24px;
	letter-spacing: -2px;
}

 .Newsmsg span{
	display: block;
    width: 60px;
    height: 5px;
    background: #76ba53;
    margin: 30px auto;
}

.Newsli a{
	color:#152d53;
	position: relative;
}
.Newsmsg p{
	text-indent: 2rem;
}




.SiteContent{
	padding: 70px 0;
}


.SiteContent .tit2{
	margin-bottom: 60px;
}

.SiteContent .titmsg{
	width: 70%;
    margin: 0 auto;
    text-align: center;
}

.SiteContent .titmsg h1{
	text-transform: uppercase;
}

.SiteContent .titmsg p{
	color: #000000;
	text-align: center;
}


.casefast{
	width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
}
.casefast:nth-child(3n){
    margin-right: 0%;
}
.casefast img{
	width: 100%;
	max-height: 270px;
	object-fit: cover;
}
.casefast p{
    text-align:center;
    padding:16px 10px;
    font-size:16px;
    color:#222;
}
.casefast a{
	position: relative;
	display: block;
    
    width: 100%;
    overflow: hidden;
}
.casefast a p{
	position: absolute;
    bottom: 10%;
    left: 50%;
	font-size: 36px;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.casefast:hover img{
	transform: scale(1.1);
}


.case{
	display: flex;
    flex-wrap: wrap;
    
}


.caseli a{
	position: relative;
	display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.caseli a p{
	position: absolute;
	 bottom: 9%;
    left: 50%;
	font-size: 36px;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.case .caseli img{
	width: 100%;
    height: 100%;
    display: block;
    max-height: 430px;
    object-fit: cover;
}
.case .caseli:hover img{
	transform: scale(1.1);
}

.caseli:hover .aimg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,45,83,.6);
	mix-blend-mode: multiply;
}
.caseli:hover .check{
	display: block;
}
.caseli .check{
	display: none;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px); 
    transform: translate3d(-50%, -50%, 0px); 
	width: 150px;
	border: 1px solid #fff;
    box-sizing: border-box;
    padding: 15px 20px;
}
.caseli .check img{
	width: auto;
	height: auto;
}
.caseli .check a{
	display: flex;
	align-items: center;
    justify-content: space-between;
	font-size: 20px;
    font-weight: 600;
	line-height: 24px;
}
.conttit{
	margin-bottom: 60px;
}
.conttit h1{
	text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 20px;
	color: #152d53;
}

.contimg{
	display: flex;
	justify-content: space-between;
}
.contimgl{
	width: 49%;
}
.contimgr{
	width: 49%;
	display: flex;
	justify-content: space-between;
}

.in-join-con{
	padding: 70px 0;
	overflow: hidden;
}

.in-join-con span{
	display: block;
    width: 60px;
    height: 5px;
    background: #76ba53;
    margin-top: 15px;
	margin-bottom: 15px;
}

.joinct{
	display: flex;
    justify-content: space-between;
    align-items: center;
	background: #cccccc;
	color: #152d53;
	margin-bottom: 50px;
}

.joinct img{
	width: 38%;
    max-width: 450px;
}

.joinct .joinp{
	width: 63%;
	padding: 0 50px;
	background: #cccccc;
}
.joinct .joinp h2{
	font-size: 36px;
    line-height: 40px;
}

.jointx{
	background: #152d53;
	text-align: center;
	padding: 50px 30px;
	color: #fff;
	margin-bottom: 50px;
}
.jointx h2{
	font-size: 36px;
    line-height: 40px;
}

.jointx span{
	margin: 0 auto;
	margin-top: 15px;
    margin-bottom: 15px;
}
.jointx img{
	max-width: 140px;
}
.jointx ul{
	display: flex;
    justify-content: space-between;
	margin-top: 50px;
}

.jointx ul li{
	width: 25%;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-right: 1px solid;
	padding-bottom: 30px;
}
.jointx ul li:nth-child(4){
	border-right:none;
}
.jointx ul li h3{
	font-size: 24px;
	margin: 30px 0;
}
.jointx ul li p{
	text-align: center;
}

.contact{
	display: flex;
    justify-content: space-between;
}
.contact_l{
	width: 40%;
}
.contact_l table{
	font-size: 20px;
    font-weight: 600;
	color: #666666;
	line-height: 60px;
}
.mapimg{
	width: 60%;
    box-sizing: border-box;
    padding: 20px;
    background: #b9b9b9;
}




@media screen and (max-width:1440px){

.pro_info div {
    width: 45%;
}
.about_w {
    padding-right: 60%;
}
}

@media screen and (max-width:1040px){
	.about_w {
   background: #008ad4;
   padding-right: 60px;
}
}

@media screen and (max-width:640px){
body {
    font-size: 14px !important;
}
	.wrapper {
    width: 100%;
    margin: 0 auto;
}
.banner .wrapper .bannershadow {
    width: 90%;
}
.banner .bannershadow h3 {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.banner .bannershadow h2 {
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
}
	.contable {overflow:scroll;width:100%; font-size:10px;}
.lnte_m {
    text-align: left;
    line-height: 45px;
    background: #f5f5f5;
    font-size: 16px;
}
.lnte_m .nline {
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 5px;
}
.more {
    width: 150px;
    line-height: 50px;
    font-size: 16px;
    margin-right: 55px;
}
	.casefast{
	width: 47%;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
}
.casefast:nth-child(2n){
    margin-right: 0%;
}
	
.page,.pages {height:auto; line-height:30px; width:100%; text-align:center; color: #ff0000; margin-bottom:23px; margin-top:25px;display: flex; justify-content: center;}
.page span,.pages span{padding:6px 8px; background-color:#a01613; color:#fff; border:solid 1px #a01613; font-size:0.875em; }
.page a,.pages a{ color:#444444; border:1px solid #ccc;padding:6px 8px; margin:0 4px; text-decoration:none; background-color:#ddd;  font-size:0.875em; }
	
.detli{line-height:2em;}
	
.about {
    padding: 30px 0px;
}
.about_tit h3 {
    font-size: 18px;
    line-height: 30px;
}
.about_tit p {
    font-size: 18px;
}
.about_tit .wrapper {
    padding-bottom: 30px;
}
.about_tit {
    margin-bottom: 30px;
}
.about_cr {
    margin-left: 0;
    margin-top: 30px;
	margin-bottom: 30px;
}
.about_c h2 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-family: "Bebas";
}
.about_c h3 {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #a01613;
    margin-bottom: 20px;
    font-family: "Bebas";
}
.ab_p {
    width: 100%;
    /*text-align: justify;*/
}
.ab_img {
    width: 100%;
    margin-top: 30px;
}
.about_t {
    background: #e5f3fb;
    padding: 30px 0;
    margin-top: 30px;
}
.about_t h3 {
    width: 100%;
     font-size: 18px;
    line-height: 30px;
}
.about_w{
	background: #008ad4;
	margin-top: 30px;
	 padding:5%;
}
.about_w h3 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Bebas";
}
.container {
    width: 100%;
	flex-wrap: wrap;
}

.about_m h2 {
    font-size: 24px;
}

.about_cr .about_m {
    padding: 30px;
}
.about_cl .about_m {
    padding: 30px;
}
.about_m span {
    margin: 20px 0px;
}

.contmain .prod_h span {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.contmain .prod_h h3 {
    font-size: 18px;
}
.product .pro_nav {
    display: flex;
    max-width: 520px;
    justify-content: flex-start;
    margin: 30px 0 40px;
    font-size: 16px;
    text-transform: uppercase;
    flex-wrap: wrap;
    flex-direction: column;
}
.pro_c {
	margin-bottom: 10px;
}
.pro_li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
	padding: 10px;
}
    .pro_li .proimg {
        height: auto;
    }
.pro_li:nth-child(3n) {
    margin-right: 4%;
}
.pro_li:nth-child(2n) {
    margin-right: 0%;
}
.pro_li a p {
    font-size: 16px;
    margin: 10px 10px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_li img {
    max-height: 100%;
}
.about_ebd {
    flex-wrap: wrap;
}

.prombox {
    background-color: #f2f2f2;
    padding: 30px 0;
}
.proview {
    padding: 10px;
    background: #fff;
}

.details{
	padding: 10px;
	background: #fff
}
.profrom{
	padding: 10px;
	background: #fff
}
.Related{
	display:none;
}

.footer {
    margin-top: 0px;
}
.bqname {
    margin: 0 auto;
    width: 90%;
}
.view_pro {
    width: 100%;
	adding: 50px 0;
    margin: 0 auto;
}
.view_pro img {
    width: 100%;
    object-fit: cover;
    display: block;
}
.content {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

    .pro_info div {
        width: 100%;
    }
.pro_info a {
    display: block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    background: #a01613;
}
.prod_v_ht .prod_vt {
    font-size: 24px;
    margin-bottom: 10px;
}
.prod_v_ht .prod_vd {
    font-size: 16px;
    margin-bottom: 20px;
}
.pcon {
	font-size: 14px;
    margin: 0;
    margin-bottom: 0px;
}
.pcon p{
    margin: 0;
}
.tepn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.m_pro_next a {
    font-size: 14px;
}
.m_pro_prev a{
	font-size: 14px;
}
.about1 {
    flex-wrap: wrap;
}
.tita {
    width: 110px;
    padding-top: 0px;
    height: 30px;
    margin-bottom: 20px;
}
.lac {
    width: 100%;
}

.lac .titmsg h1 {
    margin-bottom: 20px;
	font-size: 24px;
}
.abmsg1 {
    margin: 0;
}
.abmsg1 p {
    font-size: 14px;
}
.about2 {
    margin-top: 30px;
    flex-wrap: wrap;
}
.about2 .tit2 {
	width: 100%;
    margin-bottom: 40px;
}
.about2 .abmsg2 {
    width: 100%;
}
.about2 .titmsg {
    margin: 40px 25px 0px 25px;
}
.about2 .titmsg h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.titmsg p {
    font-size: 14px;
}
.about3 {
    margin-top: 40px;
	flex-wrap: wrap;
}
.about3 .aimg {
	width: 100%;
    height: auto;
	margin-bottom: 30px;
}
.about3 .titmsg h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}
.about3 .amsg {
    width: 100%;
}
.about3 .amsg p {
    font-size: 14px;
}
.about3 .aimg .aimg_l {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}
.about3 .aimg .aimg_l .dz1 {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    position: initial;
}
.about3 .aimg .aimg_l .dz2 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    position: initial;
}
.about3 .aimg .aimg_l .dz4 {
   grid-row: span 2;
    grid-column: 2;
    width: 100%;
	align-self: stretch;
}
.news_li_oth {
    width: 100%;
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
}
.time1 {
    width: 100%;
    transition: all 0.3s ease;
}
.time1 .more {
    padding: 10px;
	background: none;
}
.time1 .newsimg img {
    width: 100%;
    max-height: 105px;
    object-fit: cover;
    display: block;
}
.time1 h3 {
    font-size: 16px;
	margin-bottom: 10px;
}
.time1 .more h3{
   font-size: 16px;
   line-height: 20px;
}
.time1 .more a {
    font-size: 14px;
}
.newslist {
    margin-bottom: 30px;
	width: 100%;
}
.newsimg {
    width: 100%;
	margin-top: 20px;
}
.m_newsc {
    width: 100%;
}
.m_news_title {
    margin: 0;
    font-size: 18px;
	line-height: 30px;
    margin-bottom: 20px;
}
.m_news_content {
    width: 100%;
    line-height: 24px;
}
.m_news_content p{
	font-size: 14px;
}
.m_next_list {
    display: flex;
    margin-top: 30px;
	flex-wrap: wrap;
}
.m_next_list p {
    line-height: 35px;
    font-size: 14px;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
}
.m_next_list p a {
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m_next_list{
	justify-content: space-between;
}
.newoth{
	display: none;
}
.SiteContent .tit2 {
    margin-bottom: 30px;
}
.SiteContent .titmsg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.SiteContent .titmsg h1 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 20px;
}
.case .caseli {
    width: 48%;
    margin-bottom: 20px;
}
.conttit {
    margin-bottom: 30px;
}
.conttit h1 {
    font-size: 18px;
    margin-bottom: 20px;
}
.conttit .text{
	line-height: 24px;
}
.contimg {
    flex-wrap: wrap;
}
.contimgl {
    width: 100%;
}
.contimgr {
    width: 100%;
}

.case .caseli img {
    width: 100%;
    display: block;
    max-height: 100px;
    object-fit: cover;
}

.product {
    padding: 30px 0;
	width: 100%;
    margin: 0 auto;
}

.Protop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Protop .Pro_p{
	display: none;
}
.Pro_p {
    width: 100%;
}
.Protop ul {
    width: 100%;
}

.Protop ul li p {
    font-size: 14px;
    line-height: 30px;
}

.Prodow {
    margin-top: 30px;
}


.Pro_c {
	width: 100%;
    right: 50%;
    top: 320px;
	-webkit-transform: translateX(50%);
    transform: translateX(50%);
    flex-wrap: wrap;
    flex-direction: column-reverse;
	align-items: center;
}
.Pro_c .cimg {
    display: block;
    max-width: 200px;
}
.Prodowbox img{
	    width: 100%;
}
.Prodowbox .wrapper {
    padding: 30px;
}
.Prodowbox .Pro_p {
    width: 100%;
}
.Pro_p h3 {
    font-size: 18px;
    line-height: 30px;
}
.Pro_p span {
    margin: 20px 0px;
}
.Pro_p p {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

.Pro_l {
    width: 100%;
    margin: 0px;
}
.Pro_lt {
    padding: 20px 0;
    border-top: 1px solid #152d53;
}

.Pro_lt p {
    line-height: 30px;
}
.Pro_lt h2 {
	font-size: 18px;
    margin-bottom: 10px;
}
.Pro_ld {
    padding: 20px 0;
    border-top: 1px solid #152d53;
}

.banner .wrapper .case_shadow {
    left: inherit;
    transform: translate(10%,-50%);
}

.SiteContent {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}
.casefast a p {
    font-size: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.caseli a p {
    font-size: 18px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.casefast {
    margin-bottom: 20px;
}

.caseli .check img {
    width: auto;
    height: auto;
}
.caseli .check a {
    font-size: 14px;
    line-height: 24px;
}
.casefast .check a {
    font-size: 14px;
    font-weight: 600;
}

.news_nt {
    padding: 30px 5%;
}
.recommend_news {
    margin-bottom: 30px;
}

.mhn-slide {
    overflow: hidden;
    padding: 30px 0 30px;
}

.recommend_news .mhn_img {
    display: none;
}

.mhn-slide .owl-item .mhn-item {
    padding-right: 10%;
    padding-left: 10%;
}

.mhn-slide .Newsmsg {
    padding: 30px;
    max-height: 250px;
    height: 250px;
}


.Newsli {
    width: 100%;
    margin: 0 auto;
	margin-bottom: 20px;
    max-height: inherit;
    overflow: hidden;
    background: #fff;
}
.Newsli img {
    height: 155px;
}
.Newsmsg {
    padding: 30px;
}
.Newsmsg h4 {
    text-align: center;
    margin-bottom: 0px;
}
.Newsmsg h3 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
}
.Newsli:hover .Newsmsg {
    padding-top: 195px;
    background: rgba(0,0,0,0.5);
}
.Newsmsg span {
    display: block;
    width: 25px;
    height: 3px;
    background: #76ba53;
    margin: 10px auto;
}
.Newsmsg p {
    text-indent: 2rem;
    line-height: 20px;
}
.news_nt .more {
    margin: 0 auto;
    margin-top: 30px;
}

.news {
    padding: 30px 0;
	width: 90%;
    margin: 0 auto;
}

.banner .wrapper .agent_shadow {
    top: 50%;
    left: inherit;
    transform: translate(10%,-50%);
}

.in-join-con {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}

.joinct {
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.joinct img {
    width: 100%;
}
.joinct .joinp {
    padding: 30px;
	width: 100%;
}
.joinct .joinp h2 {
    font-size: 18px;
    line-height: 24px;
}

.jointx {
    padding: 30px 30px;
    margin-bottom: 30px;
}

.jointx h2 {
    font-size: 18px;
    line-height: 30px;
}

.jointx ul {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.jointx ul li {
    width: 49%;
    border-right: none;
}

.jointx img {
    max-width: 70px;
}
.jointx ul li h3 {
    font-size: 16px;
    margin: 10px 0;
}

.contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_l {
    width: 100%;
}
.mapimg {
    width: 100%;
    padding: 5px;
	margin-top: 20px;
}

.contact_l table {
    font-size: 14px;
    line-height: 30px;
}
.contact_l h3 {
    font-size: 24px;
    color: #a01613;
    font-family: 'Oswald';
    margin-bottom: 20px;
}
.contact_r {
    width: 100%;
    margin-top: 30px;
}
.contact_r h3 {
    font-size: 24px;
    color: #a01613;
    font-family: 'Oswald';
    margin-bottom: 20px;
}
.coninp input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 10px 0;
    outline: none;
}
	.casefast:nth-child(3n){
    margin-right: 2%;
}
	.casefast:nth-child(2n){
    margin-right: 0%;
}
}



        .btn {
            display: inline-block;
            padding: 12px 30px;
            border-radius: 4px;
            transition: all 0.3s ease;
            font-weight: 500;
            cursor: pointer;
            text-align: center;
        }

        .btn-primary {
            background-color: var(--primary-red);
            color: #fff;
            border: 1px solid var(--primary-red);
        }

        .btn-primary:hover {
            background-color: #8a1833;
            border-color: #8a1833;
        }

        .btn-outline {
            background-color: transparent;
            color: var(--primary-red);
            border: 1px solid var(--primary-red);
        }

        .btn-outline:hover {
            background-color: var(--primary-red);
            color: #fff;
        }

        .hero-section {
            padding: 0px 0;
            background-color: #fff;
        }

        .hero-content h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #000;
        }

        .stats-section {
            padding: 40px 0;
            background-color: var(--bg-gray);
            border-top: 1px solid var(--border-color);
            border-bottom: 1px solid var(--border-color);
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px; / 用于分隔线效果 /
            background-color: var(--border-color);
            border: 1px solid var(--border-color);
            border-radius: 4px;
            overflow: hidden;
        }

        .stat-item {
            background-color: #f5f5f5;
            padding: 30px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 120px;
			color: #a01613;
        }

        .stat-item:hover{
            background-color: #a01613;
            padding: 30px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 120px;
			color: #fff;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 5px;
            line-height: 1.2;
        }

        .stat-label {
            font-size: 0.9rem;
            color: var(--text-light);
            text-transform: uppercase;
        }

       
.culture-section {
    padding: 80px 0;
    background: url(../images/Aboutbg.jpg) no-repeat center;
    /* 新增铺满 */
    background-size: cover;
    position: relative;
    color: #fff;
}

       
        .culture-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 30, 60, 0.85); 
        }

        .culture-container {
            position: relative;
            z-index: 2;
        }

        .section-title-white {
            color: #fff;
            margin-bottom: 50px;
			 font-size: 2.5rem;
        }

        .culture-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }

        .culture-card {
            background-color: #fff;
            padding: 40px 30px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            color: var(--text-dark);
        }

        .culture-card:hover {
            transform: translateY(-10px);
        }

        .culture-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            color: var(--primary-red);
            
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid var(--primary-red);
            border-radius: 50%;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .culture-card h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
            color: #000;
        }

        .culture-card p {
            font-size: 0.9rem;
            color: #555;
            margin: 0;
        }

        
        .honor-section {
            padding: 80px 0;
            background-color: #fff;
        }

        .honor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 50px;
            flex-wrap: wrap;
            gap: 20px;
			font-size: 2rem;
        }
            
        .honor-controls {
            display: flex;
            gap: 10px;
        }

        .control-btn {
            width: 80px;
            height: 50px;
         background: #fff;
			border: 1px solid #ccc;
            border-radius: 0px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
			font-size: 20px;
        }

        .control-btn:hover {
            background-color: #b81c1c;
            color: #fff;
            border-color: var(--primary-red);
        }

        
        .certificate-carousel {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }

        .certificate-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            
        }

        .certificate-slide {
            flex: 0 0 auto;
            padding: 10px; 
            text-align: center;
			width: 25%;
        }

        .certificate-img-wrapper {
            border: 1px solid var(--border-color);
            border-radius: 4px;
            padding:10px;
            background: #fff;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            transition: box-shadow 0.3s;
            height: auto; 
            display: flex;
            flex-direction: column;
            justify-content: space-between;
			background-color: #f5f5f5;
			
        }

        .certificate-img-wrapper:hover {
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
			
        }
        
        .cert-thumbnail {
            width: 100%;
            object-fit: contain;
            margin: 0 auto;
        }

        .cert-caption {
            font-size: 0.85rem;
            color: var(--text-light);
            margin-top: 15px;
            font-weight: 500;
        }


        @media (max-width: 1024px) {
            .stats-grid {
                grid-template-columns: 1fr; / 统计项堆叠 /
                gap: 0;
            }
            
            .stat-item {
                border-bottom: 1px solid var(--border-color);
            }
            .stat-item:last-child {
                border-bottom: none;
            }
        }

        / 证书响应式逻辑 /
        @media (min-width: 1025px) {
            / PC端: 显示4个 /
            .certificate-slide { width: 25%; }
        }

        @media (min-width: 768px) and (max-width: 1024px) {
            / 平板: 显示2个 /
            .certificate-slide { width: 50%; }
            .hero-content h1 { font-size: 2rem; }
        }

        @media (max-width: 767px) {
           .hero-section,.culture-section,.honor-section {padding: 40px 15px;}

                    .section-title-white {
            color: #fff;
            margin-bottom: 50px;
			 font-size:1.5rem;
        }
            .certificate-slide { width: 100%; }
            
            .hero-content h1 { font-size: 1.2rem; }
            .hero-content p { font-size: 0.9rem; }
            
            h2 { font-size: 1.5rem; }

            .culture-grid {
                grid-template-columns: 1fr; 
            }

            .honor-header {
                
				font-size: 1.5rem;
            }
            
            .control-btn { width: 35px; height: 35px; }
        }

.culture-row{
    display:flex;
    gap:60px;
    align-items:flex-start;
	margin-top: 50px;
}
.culture-text-box{
    flex:1;
	width:60%;
}
.culture-img-box{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
	max-width:500px;
	
}
.culture-img-box img{
    width:100%;
    display:block;
	max-width:500px;
}
.culture-item{
    margin-bottom:32px;
}
.culture-item h3{
    font-size:22px;
    margin-bottom:10px;
    font-weight:600;
}
.culture-item p{
    font-size:16px;
    color:#222;
    line-height:1.7;
}
/* 移动端自适应：上下排版 */
@media (max-width:768px){
    .culture-row{
        flex-direction:column;
        gap:30px;
    }
    .culture-title{
        font-size:30px;
    }
    .culture-wrap{
        padding:40px 15px;
    }
.culture-text-box{
    flex:1;
	width:100%;
}
}
.cert-grid{
    display:grid;
    /* PC端一行4列 */
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
}
.cert-item{
    background:#f5f5f5;
}
.cert-img{
    width:100%;
    display:block;
}
.cert-name{
    text-align:center;
    padding:16px 10px;
    font-size:16px;
    color:#222;
}
/* 平板：一行2列 */
@media (max-width:1024px){
    .cert-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}
/* 手机：一行1列 */
@media (max-width:640px){
    .cert-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .cert-wrap{
        padding:40px 15px;
    }
}

/*产品详情*/

.custom-container{
	width: 100%;
}
.imgview {
    width: 100%;
    margin: 0px auto 0px;
    text-align: center;
   border: 1px solid rgba(0,0,0,0.1);
   /*background: #f2f2f2;*/
    background-size: cover;
   border-radius:0px;
   position: relative;
}
.imgview img {
    max-width: 100%;
	
    margin: auto;
    display: block;
	
}

.imgview:after{
	    content: "";
    width: 240px;
    height: 125px;
    position: absolute;
    background: url(../images/por_logo.png) no-repeat;
    background-size: 100%;
    top: 5%;
    left: 3%;
}

#BannerBlocks{color:#fff;overflow:hidden;padding-top: 20px;}
#BannerBlocks .alignMiddle{height:inherit}
#BannerBlocks .alignMiddle .alignMiddleContent{vertical-align:middle;display:inline-block;width:100%}
#BannerBlocks .alignMiddle .helper{height:inherit;vertical-align:middle;display:inline-block}
#BannerBlocks .title{font-size:24px;line-height:22px;width:80%;text-align:center;margin:auto;margin-bottom:5px;font-family:"arial";text-transform:uppercase;letter-spacing:inherit;color:inherit;font-weight:normal}
#BannerBlocks .subTitle{font-size:13px;line-height:13px;width:80%;text-align:center;margin:auto;margin-bottom:45px;font-family:"arial"}
#BannerBlocks .blocks .items{margin:0 0;position: relative;width: 100%;}
#BannerBlocks .slick-track{display: flex; flex-wrap: wrap;}
#BannerBlocks .block{width:100px;position:relative;z-index:5;margin:0 1%;transition: all .2s ease;/* transform:skew(-9deg); */overflow:hidden}
#BannerBlocks .block.item1{right:-6.666%}
#BannerBlocks .block.item3{left:-6.666%}
#BannerBlocks .block .blockInner{display:block;text-align: center;}
#BannerBlocks .block .blockInner span{color: #999999;}
#BannerBlocks .block .textContainer{display:inline-block;float:right;margin-right:-5px;margin-top:400px;height:50px;padding:0 15px;background-color:#fff;/*transform:skew(9deg)*/}
#BannerBlocks .block .textContainer .blockTitle{line-height:50px;font-family:"arial";text-transform:uppercase;font-size:16px;color:#000;letter-spacing:-1px}
#BannerBlocks .block .blockInner .imageWrapper{overflow:hidden}
#BannerBlocks .block .blockInner .image .overlay.on{background-color:rgba(0,0,0,.4)}
#BannerBlocks .block .blockInner .image .overlay{position:absolute;top:0;left:57px;right:58px;bottom:0}
#BannerBlocks .block .blockInner .image{position:relative;height:450px;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);background-size:cover;background-repeat:no-repeat;background-position:center;transition:transform 3s;-webkit-transition:-webkit-transform 3s;-moz-transition:-moz-transform 3s;-ms-transition:-ms-transform 3s}
#BannerBlocks .block .blockInner .text .title{font-size:31px;margin:0;text-align:left;line-height:36px;padding-bottom:15px}
#BannerBlocks .block .blockInner .text{min-height:248px;padding:45px 40px;font-size:20px;color:#616161;line-height:22px;background:#fff}
#BannerBlocks .arrowOuter{z-index:999;position:absolute;top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);width: 8px;  height: 24px;cursor:pointer}
#BannerBlocks .arrowOuter.prev{left:0px}
#BannerBlocks .arrowOuter.next{right:0px;background-image:url(../images/pjt2.png);}
#BannerBlocks .arrowOuter{text-align:center;background-image:url(../images/pjt1.png);background-repeat: no-repeat;opacity:1;}
#BannerBlocks .arrowOuter:hover{
	opacity: 1;
}


#BannerBlocks .indexTitle{
	text-align:center;
	margin-bottom: 90px;
}
#BannerBlocks .imageContainer{
	
}
#BannerBlocks img{
    width: 100%;
	display: block;
	box-sizing: border-box;
	
}

#BannerBlocks .items{
	display: flex;
    flex-wrap: wrap;
}

#BannerBlocks .items .block{
	border: 1px solid #d2d2d2;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
}
#BannerBlocks .items .block img{
	width: auto;
    margin: 0 auto;
	max-width: 100%;
    max-height: 100px;
}
#BannerBlocks .items .current {
    border: 1px solid #323232;

}

@media screen and (max-width:640px){

#BannerBlocks .block {
    width: 48%;
}
}
        .contact-wrap {
            width: 100%;
            padding: 20px 15px;
            background: #ffffff;
        }
        .contact-Details {
            display: flex;
            align-items: center;
            padding: 16px 0px 12px 0px;
            border-top: 1px solid #e5e5e5;
            gap: 12px;
        }
        .contact-Details:first-child {
            /*border-top: none;*/
        }
        .contact-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }
        .contact-text {
            font-size:16px;
            color: #a80000;
            font-weight: 500;
            word-break: break-all;
        }
        .btn-group {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            margin-top: 30px;
        }
        .contact-btn {
            flex: 1;
            max-width: 240px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            background-color: #a80000;
            color: #fff;
            padding: 10px 10px;
            font-size: 16px;
            border: none;
            cursor: pointer;
			font-family: 'Oswald';
        }
.contact-Details a{color: #a80000;}
.contact-btn a{color: #fff;}
        .btn-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }
           @media screen and (max-width:640px){
           .contact-btn{ padding: 5px 10px;
            font-size: 14px;}
           .contact-text {
            font-size:13px;}
             }

