/* 海报 */
.banner {z-index:1; position:relative;overflow: hidden;}
.flexslider {position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:90px;height:2px;margin:0 5px;*display:inline;zoom:1;position: relative;}
.flex-control-nav a {opacity: 0.5; display:inline-block;width:90px;height: 2px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #4a4947;opacity: 1;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;top:45%;display: none;}
.flex-direction-nav li a {display:block;width:58px;height:77px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev {left:50%;margin-left:-600px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:50%;margin-right:-600px; background:url(../images/next.png)center center no-repeat;}
.flex-direction-nav li{}

 /* 容器：控制整体宽度、居中及内边距 */
        .product-nav_in {
           
            margin: 20px auto;
       
        
        }
        /* 左侧标题样式 */
        .product-title_in {
            font-size: 22px;
            font-weight: 600;
            color: #333333;
            letter-spacing: 0.5px;float:left;
        }
        /* 右侧导航列表 */
        .nav-list_in {
            display: flex;
            list-style: none; text-align:right; float:right;
            gap: 45px; /* 选项之间的间距，可根据需要调整  */
        }
        /* 导航选项样式 */
        .nav-list_in a {
            text-decoration: none;
            font-size: 16px;
            color: #666666;
            transition: color 0.2s ease; 
        }
        /* 鼠标悬停效果（可选） */
        .nav-list_in a:hover {
            color: #333333;
        }


 /* 容器：控制整体宽度、居中、网格间距 */
 .product-in{ padding:10px 0px 10px 0px;background: #f8f8f8;}
        .product-grid {
            width: 90%;
            max-width: 1200px;
            margin: 40px auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr); /* 4列等宽 */
            gap: 20px; /* 产品卡片之间的间距 */
        }
        /* 产品卡片样式 */
        .product-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 10px;
            background-color: #fff;overflow:hidden
        }
		.product-card:hover{border:1px solid #3979a5;}
        /* 产品图片样式：保持比例、自适应宽度 */
        .product-img {
            width: 100%;
            max-width: 300px;
            height: auto;
            object-fit: contain; /* 保证图片完整显示 */
            margin-bottom: 15px;overflow:hidden
        }
        /* 产品型号文字样式 */
        .product-code {
            font-size: 18px;
            color: #333; text-align:center; padding-bottom:10px;
            
        }
        /* 响应式适配：小屏幕自动变为2列 */
        @media (max-width: 768px) {
            .product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

.product-card img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.product-img:hover {    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}

.about_con_in{overflow: hidden;padding:100px 0px 100px 0px ;background: url(../images/tmp1648005333_2169526_s.jpg) no-repeat center center;}
.about_con_n{overflow: hidden;background: #c6c3c1;}

.yy_title{width:250px;height:118px;line-height:88px;margin:0 auto;background: url(../images/2279347_1495694539.png) no-repeat center center; margin-top:80px; margin-bottom:30px; font-size:24px;color:#3979a5; text-align:center}
.banner_yyer {
            position: relative;
            width: 100%;
            height: 641px; /* 匹配截图的高度比例 */
            overflow: hidden;
        }

.banner_yy {
            position: relative;
            width: 100%;
            height: auto; /* 匹配截图的高度比例 */
            overflow: hidden;
        }
        /* 背景图片：铺满容器、居中显示 */
        .banner_yy-bg {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
		
		.banner_yy img,.banner_yyer img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.banner_yy:hover img,.banner_yyer:hover img{transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
		
		
        /* 文字内容容器：绝对定位，左对齐，垂直居中 */
        .banner_yy-content {
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
            color: #ffffff; /* 白色文字 */
        }
        /* 标题样式：大号粗体 */
        .banner_yy-title {
            font-size: 50px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        /* 描述文字样式：中等字号，行高舒适 */
        .banner_yy-desc {
            font-size: 25px;
            line-height: 1.5;
            margin-bottom: 30px;
            max-width: 700px; /* 限制文字宽度，避免过长 */
        }
        /* 按钮样式：圆角、渐变蓝、hover效果 */
        .banner_yy-btn {
            display: inline-block;
            padding: 12px 30px;
            background: linear-gradient(to right, #3979a5, #4795ca); /* 渐变蓝 */
            color: #ffffff;
            text-decoration: none;
            border-radius: 30px; /* 圆角按钮 */
            font-size: 16px;
            font-weight: 500;
            transition: background 0.3s ease; /*  hover过渡 */
        }
        .banner_yy-btn:hover {
            background: linear-gradient(to right, #2a638a, #3979a5); /* 加深渐变 */
        }
        /* 响应式适配：小屏幕缩小文字和调整位置 */
        @media (max-width: 768px) {
            .banner_yy {
                height: 400px;
            }
            .banner_yy-content {
                left: 20px;
                right: 20px;
            }
            .banner_yy-title {
                font-size: 32px;
            }
            .banner_yy-desc {
                font-size: 16px;
            }
        }


.yy_sdcon{width:1200px;margin:0 auto; margin-top:20px}
.yy_sdcon_left{width:50%; float:left}
.yy_sdcon_right{width:48.5%; float:right}

.advantages{width:100%;background: #f7f7f7;margin-top:10px; padding-top:50px; }
  .advantages-title {
            text-align: center;
            color: #000000;
            position: relative; margin-bottom:40px;
        }
       
        .advantages-title .line1 {
            font-size: 32px;
            font-weight: normal;
            margin: 0;
        }
        .advantages-title .line2 {
            font-size: 32px;
            font-weight: bold;
            margin: 5px 0 0 0;
        }


 /* 优势模块容器：4列等宽网格 */
        .advantages-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px; /* 列之间的间距 */
        }
        /* 单个优势卡片样式 */
        .advantage-card {
            background-color: #ffffff;
            padding: 40px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        /* 图标容器：圆形浅灰背景 */
        .advantage-icon-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #f8f9fa;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
        }
        /* 图标样式：统一尺寸和颜色 */
        .advantage-icon {
            width: 40px;
            height: 40px;
            fill: #2d7fc7; /* 匹配截图的蓝色图标 */
        }
        /* 分割线：细横线 */
        .advantage-divider {
            width: 60px;
            height: 1px;
            background-color: #e0e0e0;
            margin-bottom: 30px;
        }
        /* 标题文字样式 */
        .advantage-title {
            font-size: 18px;
            color: #333333;
            font-weight: 600;
            margin-bottom: 15px;
        }
        /* 描述文字样式 */
        .advantage-desc {
            font-size: 14px;
            color: #777777;
            line-height: 1.5;
        }
        /* 响应式适配：小屏幕自动调整列数 */
        @media (max-width: 768px) {
            .advantages-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {
            .advantages-container {
                grid-template-columns: 1fr;
            }
        }




.about_con{overflow: hidden;background: #fff;padding-bottom:20px;}
.about_conleft{width:560px;height:400px; float:left; overflow:hidden}
.about_conleft img{
width:560px;height:409px;
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.about_conleft:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.about_conright{height:400px;line-height:35px;  overflow:hidden;background: #fff; padding:25px 50px 50px 50px;color:#666;background: url(../images/aboutbg_r.jpg) no-repeat center top;font-size:16px;}
.about_conright img{height:80px; float:left; margin-right:30px;}
.about_conright p{text-indent:36px;font-size:16px;}
.about_conright span{ font-size:30px; line-height:90px;font-weight:bold; padding-bottom:20px; display:inherit;color:#e60012}



.about_lm{height:140px; margin-top:30px;background: #fff;}
.about_lm li{width:20%;height:140px;float: left;margin-right:0px; text-align:center;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;border-left:1px solid #e2e2e2;box-sizing:border-box; font-size:16px; padding-left:50px; padding-top:25px; }
.about_lm li:nth-of-type(5n){
	border-right:1px solid #e2e2e2;
}
.about_lma{background: url(../images/about_24ss.jpg) no-repeat 30px center;}
.about_lmb{background: url(../images/about_jin.jpg) no-repeat 25px center;}
.about_lmc{background: url(../images/about_zl.jpg) no-repeat 30px center;}
.about_lmd{background: url(../images/about_kh.jpg) no-repeat 30px center;}
.about_lme{background: url(../images/about_gc.jpg) no-repeat 15px center;}
.about_lm p{ font-weight:bold; font-size:18px;}
.about_lm span{ font-size:30px;}

.yinz ul{ height:125px; border:1px solid #dcdcdc;background: #fff;}
.yinz li{ width:20%; height:124px; border-right:1px solid #dcdcdc; float:left; position:relative; font:20px "Microsoft YaHei UI"; text-align:center; color:#232323;}
.yinz li:last-child{ width:20%; border:0;}
.yinz li h3{ width:50px; height:53px; float:left; position:relative; margin:43px 0 0 16px;}
.yinz li h3 em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.yinz li h3 i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.yinz li p{ width:150px; float:left; padding:25px 0 0 15px; text-align:center; font:18px "Microsoft YaHei UI"; color:#666;}
.yinz li p span{ display:block; font:22px "Microsoft YaHei UI"; font-weight:bold; color:#333;}
.yinz li p em{ font-size:38px;}
.yinz li h3 img{ display:block; width:50px; height:53px;}
.yinz li:hover{ background:#e60012;}
.yinz li:hover p,.yinz li:hover p span{ color:#fff;}
.yinz li:hover h3 em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.yinz li:hover h3 i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}


@media screen and (max-width: 1460px){
	.left_list{
		padding: 0 65px;
	}
	.left_list a{
		margin-top: 45px;
	}
	.product_prev, .product_next{
		margin-top: 50px;
	}
	.product_info{padding-top: 50px;}
}
@media screen and (max-width: 1260px){
	.left_list h6{
		padding-top: 60px;
	}
	.left_list font{
		padding-bottom: 25px;
	}
}
.compant{
	padding-top: 385px;
	text-align: center;
	background: url(../images/fala.png) no-repeat center;
	height: 680px;
}
.compant p{
	padding-bottom: 40px;
	color: #cccccc;
}
.message_img{
	width: 50%;
}
.form_box_message{
	width: 50%;
	background-color: #FFF;
	padding-left: 82px;
	padding-right: 100px;
	padding-top: 56px;
}
.form_box_message img{
	padding-bottom: 0px;
}
#massaeg{
	background-color: #F2F2F2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.form_box_message label{
	width: 48%;
	display: inline-block;
	
}
.form_box_message label input{
	font-size: 14px;
	color: #999999;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 8px;
	border: none;
	padding-left: 15px;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(1) input{
	padding-left: 48px;
	background: url(../images/ico07.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(2) input{
	padding-left: 48px;
	background: url(../images/ico08.png) no-repeat 20px center;
	background-color: #f0f0f0;
	margin-left: 15px;
}
.form_box_message label:nth-of-type(3) input{
	padding-left: 48px;
	background: url(../images/ico05.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(4) input{
	padding-left: 48px;
	background: url(../images/ico05.png) no-repeat 20px center;
	background-color: #f0f0f0;
	margin-left: 15px;
}
.btsdan button{
	width: 100%;
	line-height: 50px;
	text-align: center;
	background-color: #333333;
	color: #FFF;
	font-size: 14px;
	border: none;
}
.btsdan{
	margin-bottom: 55px;
}
.form_box_message h5{
	font-size: 24px;
	color: #332c2b;
}
.form_box_message h5 font{
	color: #2160a6;
	
}
.form_box_message p{
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
}
@media screen and (max-width: 1550px){
	.form_box_message{
		padding: 0 50px;
		padding-top: 20px;
	}
	.form_box_message img{
		padding-bottom: 20px;
	}
	.btsdan{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1345px){
	.form_box_message img{
		width: 90%;
	}
}
.news_btn{
	width: 22.3%;
}
.news_btn h6{
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	background-color: #333333;
	margin-bottom: 154px;
}
#news{
	background-color: #fff;
	padding-bottom: 45px;
}
.news_nav_list a{
	display: block;
	margin-bottom: 55px;
}
.news_nav_list a h5{
	color: #333333;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}
.news_nav_list a p{
	font-size: 14px;
	color: #999999;
	font-weight: 100;
}
.news_nav_list a:nth-of-type(1) h5{
	border-bottom: 1px solid #cccccc;
}
.news_list_info{
	width: 69%;
}
.news_list_info li{
	width: 48%;
}
.newsFont{
	line-height: 120px;
	background-color: #FFF;
	color: #666666;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}
@media screen and (max-width: 1700px){
	.news_btn h6{
		margin-bottom: 50px;
	}
}

.secondmenu5{
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 45px;
}
.ine-icon{
	padding-bottom: 15px;
}
.secondmenu5 li img{
	filter:alpha(Opacity=40);-moz-opacity:0.4;opacity: 0.4
}
.ine-icon .cur{
	display: none;
}
.secondmenu5 li{
	flex: 1;
	text-align: center;
	color: #333333;
}
.secondmenu5 li .zhekou1{
	padding-bottom: 5px;	color: #8b8a8a;
}
.secondmenu5 li:hover .zhekou1{
	padding-bottom: 5px;	color: #333333;
}
.secondmenu5 li p{
	font-size: 12px;
	font-weight: 100;
}
.secondmenu5 li:hover img{
	filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1
}

.tit-ty-1 {
    text-align: center;  padding-top:35px;
}

.tit-ty-1 h2 {
    font-size:25px;
    margin-bottom: 10px;
    font-weight: 200;
}

.tit-ty-1>div {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #666;
}
.tit-ty-1>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #666;    margin-bottom: 35px;}


.cont-top-1 {
    text-align: center;  padding-top:65px;
}

.cont-top-1 h2 {
    font-size: 3.125rem;
    margin-bottom: 1.9375rem;
    font-weight: 200;
}

.cont-top-1>div {
    font-size: 1.625rem;
    margin-bottom: 65px;
    font-weight: 200;
    color: #666;
}

.indexcase{
	display: block;
	margin-top: 60px;
}

	.casepag{
	
	padding-top: 0px;
	padding-bottom: 70px;
}
.widbox{max-width: 1500px;width: 95%;
	margin: 0 auto;}
	.newspag{
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 70px;
}
.news{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 0px;
}
.time_box{
	width: 25%;
	text-align: center;
	border-right: 1px solid #aaa;
}
.time_box h6{
	color: #313131;
	font-size: 48px;
}
.time_box p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;
}
.news_fon_info{
	width: 92%; padding-left: 4%; padding-right: 4%;
	
}
.news_fon_info p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.news_fon_info h4{
	color: #222222;line-height:30px;font-weight: 600;font-size: 16px;
}
.news_font{
	background-color: #FFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5%;
}
.news ul li a em{
	display: block;
	color: #999999;
	background: url(../images/ico03s.png) no-repeat  120px 12px;
	background-color: #FFF;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 40px;
}


.news ul li{
	width: 31%; margin-bottom:40px;  float:left; margin-right:3% ;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.news ul li:nth-child(3n+3){
margin-right:0% ;}
.news .newstp{height:180px; overflow:hidden}
.news .newstp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news ul li:hover .newstp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
.news ul li:hover .news_font,.news ul li:hover em{background-color: #f9f9fa;}
.moreNews{
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	line-height: 40px;
	border-radius: 20px;
	width: 200px;
}
.moreNews:hover{background-color: #333333;color:#fff}


.xinpin_font h6{
	color: #222222;
	font-size: 36px;
	padding-top: 30px;
	
}
.xinpin_font p{
	color: #999999;
	font-size: 16px;
}
.xinpin_left{
	width: 20%;
}
.xinpin_right{
	width: 78%;
	overflow: hidden;
}
.swiper_btn{
	width: 10px;
	height: 100%;
	margin-top: 126px;
	border-left: 2px solid #c7c7c7;
}
.swiper-pagination-bullet{
	border-radius: inherit;
	width: auto;
	height: auto;
	background-color: transparent;
	opacity: 1;
	
}
.swiper-pagination-bullet font{
	width: 137px;
	height: 55px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	margin-top: 35px;
	color: #333333;
	margin-left: 75px;
	position: relative;
}
.swiper-pagination-bullet-active font{
	background-color: #e7000c;
	color: #FFF;
}

.swiper-pagination-bullet font:before{
	width: 11px;
	height: 11px;
	background-color: #FFF;
	border-radius: 50%;
	content: "";
	border: 1px solid #c7c7c7;
	position: absolute;
	left: -82px;
    top: 20px;
}
.swiper-pagination-bullet-active font:before{
    width: 22px;
    height: 22px;
    left: -87px;
    top: 18px;
	
}
.swiper-pagination-bullet-active font:after{
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -81px;
    bottom: 21px;
    content: "";
}
@media screen and (max-width: 1665px){
	.swiper_btn {
	    margin-top: 36px;
	}
}
@media screen and (max-width: 1435px){
	.swiper-pagination-bullet font {
    	margin-top: 25px;
	}
}

#xinpin{
	padding-top: 20px;background-color: #f5f4f4; padding-bottom:20px;
}
.flexwidth2{margin:0 auto;max-width:1550px;}




.case_list{

	padding-top: 20px;
	padding-bottom: 0px;
}

.case_list_fon_info{
	width: 100%;  text-align: center;
	
}
.case_list_fon_info p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.case_list_fon_info h4{
	color: #222222;line-height:30px;font-weight: 500;font-size: 16px;
}
.case_list_font{
	background-color: #FFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5%;
}
.case_list ul li a em{
	display: block;
	color: #999999;
	background: url(../images/ico03s0.png) no-repeat  120px 12px;
	background-color: #FFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
}


.case_list ul li{
	width: 23.5%; margin-bottom:20px;position:relative; border:1px #ececec solid; float: left; margin-right: 2%;
}
.case_list ul li:nth-of-type(4n+4){
	margin-right:0%; 
}
.case_list ul li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#000;}
.case_list ul li:hover{
border:1px #3979a5 solid;}
.casetp{overflow:hidden}
.casetp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.case_list ul li:hover .casetp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}


    
.pro_list{ padding-top:20px;}
.pro_list_left{ float:left; width:265px;background-color:#f6f6f6;  padding:7px 10px;}
.pro_list_left_mid_1{
position:relative; border-bottom:1px #cccccc solid;height:40px;line-height:40px; font-size:20px;padding:0px 10px;}
.pro_list_left_mid_2 ul li a{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
color:#666;}
.pro_list_left_mid_2 ul li{
height:40px;line-height:40px;}
.pro_list_left_mid_2{
margin-top:1em; margin-bottom:3em;}
.pro_list_left_mid_2 ul li a:hover,.pro_list_left_mid_2 ul li a.on{
color:#000; font-weight:bold}

.pro_list_left_mid_3{ margin-left:15px; margin-bottom:30px;}
.pro_list_left_mid_3 ul li a{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
color:#666;}
.pro_list_left_mid_3 ul li{width:50%; float:left;
height:40px;line-height:40px;border-left:1px #cccccc solid; padding-left:15px;background: url(../images/prolm_bg.jpg) no-repeat  left center;}
.pro_list_left_mid_3 ul li a:hover,.pro_list_left_mid_3 ul li a.on{
color:#000;font-weight:bold}


.pro_list_right{ margin-left:290px;}

.advantage-left{
	display: inline-block;
	width: 49%;
	vertical-align:top;
	border-right: 1px solid #d4d4d4;
	margin-bottom:25px ;
}
#advantage .titleCh:before{
	left: 300px;
}
#advantage .titleCh:after{
	right: 300px;
}
.advantagebox{
	text-align: right;
	
}
.advantagebox h3{
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    padding-right: 55px;
    padding-top: 62px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 105px;
    padding-right: 155px;
}
.advantagebox .brandh3:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #120e0b;
    content: "BRAND";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 55px;
    top: 65px;
}
.advantagebox .brandh3-2:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #120e0b;
    content: "SERVICE";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 55px;
    top: 65px;
}
.advantagebox .brandh3-3:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #e60012;
    content: "ENTERPRISE";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    left: -5px;
    top: 65px;
}
.advantagebox .brandh3-4:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #e60012;
    content: "PRODUCT";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    left: -5px;
    top: 65px;
}
.advantagebox p{
	color: #404040;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 130px;
	padding-right: 55px;
}
.advantage-right{
	border: none;
}
.advantage-right .advantagebox{
	text-align: left;
	padding-left: 25px;
}
.advantage-right .advantagebox h3,.advantage-right .advantagebox p{
	padding-right: 0;
}




.newscon {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #808080;
    padding-bottom: 0vw;
    text-align: left;
    max-width: 1200px;
    width:95%;
}
.newsconprol {
    width: calc(45% - 2px);
    display: block;
    float: left;
    border: 1px solid #eee;
}
.newsconpror {
    width: 52%;
    display: block;
    float: right;
    margin-left: 3%;
    box-sizing: border-box;
    text-align: left;
}
.newsconpror .text {
    width: 100%;
    box-sizing: border-box;
}
.newsconpror .text em {
    line-height: 60px;
    font-size: 20px;
    color: #333; margin-bottom:20px;
}
.newsconpror .text .intro i {
    padding: 20px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    display: flex; font-style: normal;
}
.newsconpror .text .intro .introp {
    padding: 15px 0;
    line-height: 35px;
    font-size: 16px;
}
.btn_a a {
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 35px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}
.containered {
    width: 100%;
    margin-top: 15px;
}
.contitle {
    padding: 20px 0;
    background-color: #f4f4f4;
    text-align: center;
    color: #333;font-size: 18px;
}
.contitle .en {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.proconner{
    margin:20px auto;
}

.proconner img{
    display: block;
    margin: 0 auto;
      max-width: 1200px; 
  height:auto; 
  width:expression(this.width > 1200 ? "1200px" : this.width);
}


.wh_con{}
.wh_con ul{}
.wh_con ul li{
	width: 25%; margin-bottom:30px;position:relative; text-align:center; float:left}
.wh_con ul li span{ font-size:30px; font-weight:400; line-height:60px;}
.wh_con ul li p{line-height:30px;font-weight:200; }
.wh_con ul li>div{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #9c9c9c; margin-top: 20px; margin-bottom: 10px;}

.pro_lei_con{background-color: #4b4848; padding-top:100px; padding-bottom:100px; margin-top:40px;}
.pro_lei_left{width:530px; float:left;position: relative; overflow:hidden}
.pro_lei_left img{width:100%; border: 3px solid #fff;}
.pro_lei_left img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.pro_lei_left:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}
.pro_lei_left .wzcon{width:80%;height:auto; padding:40px 30px 40px 30px;background-color: #c7a170; position:absolute; z-index:66522;left:10%;bottom:5% }
.pro_lei_left .wzcon span{ font-size:25px; color:#fff;line-height:70px;font-weight:bold; }
.pro_lei_left .wzcon  p{line-height:40px;color:#eeecec;padding-top:10px; font-size:14px; font-weight:200}





.pro_lei_right{margin-left:550px; padding-top:100px;}
.pro_lei_right li{
	width: 50%; padding-bottom:100px;position:relative; text-align:center; float:left; text-align:center;line-height:30px; color:#fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)}
.pro_lei_right li img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.pro_lei_right li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.more_about{ 
	

	color: #333;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	width: 30px;
	height:30px;
	background-color: #e3e1d8; font-weight:bold; float:right
}
.more_about:hover{background-color: #333333;color:#fff}


.icon2 {

	background-size: cover;
	padding: 40px 0 100px 0;
	box-sizing: border-box;position: relative;overflow: hidden;

	 background: url(../images/16951938317357634.jpg?4444)#111 no-repeat center bottom;
  
		    width: 100%;
		    background-position: center top;
		    background-repeat: no-repeat;
		    background-attachment: fixed;
}
.icon2 .tit1 {
	color: #fff;
}
.icon2 .tit1 .em {
	color: #fff;
}

.cont-top-1er {
    text-align: center;  padding-top:35px;position: relative;
}

.cont-top-1er h2 {
   font-size:25px;
    margin-bottom: 10px;
   color: #fff;
}

.cont-top-1er>div {
    font-size: 14px;
    margin-bottom: 20px;
  line-height:25px;
    color: #fff;
}
.cont-top-1er>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #fff;    margin-bottom: 35px;}



.icon2_lm{max-width:1500px;
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;position: relative;}
	
.icon2_lm li{width:22%;line-height:60px; float:left; margin-right:3%; text-align:center; font-size:20px;   /* 鐎瑰苯鍙忛柅蹇旀 */
}	
.icon2_lm li p{ text-align:left; font-size:14px;line-height:25px;}
.icon2_lm li a{ display:inherit;background-color: rgba(255, 255, 255, 0.95); padding:25px 25px 25px 25px;transition: background-color 0.5s ease; }
.icon2_lm li a:hover{	color: #333;
	
	background-color: rgba(72, 72, 72, 0.7); color:#fff}
.icon2_lm li:nth-of-type(4){
	margin-right:0%; 
}
	.icotp{height:160px; overflow:hidden}
	.icotp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.icon2_lm li:hover .icotp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
	
	.icon2 .moe{width:150px;height:30px;line-height:30px; margin:0 auto;text-align:center; margin-top:80px;position: relative;}
.icon2 .moe a{ font-size:12px; display:inherit;border:solid 1px #fff;border-radius: 5px;color: #333;color:#fff}
.icon2 .moe a:hover{background-color: #fff;color:#333}

.space{
	background-color: #fbfbfb;
}
.tit-space{
	color: #333333;
	text-align: center;
}
.tit-space p{
	padding-top: 10px;
	color: #666666;
	font-size: 14px;
}
.tit-space h6{
	
	font-size: 24px;
	padding-top: 50px;
}
.space-main{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.leavingBox{
	width: 749px;
	height: 449px;
	background: url(../images/bj-company.png) no-repeat center;
	padding-left: 70px;
	padding-top: 65px;
}
.leavingBox h6:before{
	width: 5px;
	height: 28px;
	display: inline-block;
	content: "";
	background-color: #b52d2d;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}
.leavingBox h6{
	color: #FFF;
	font-size: 24px;
	vertical-align: top;
	position: relative;
	padding-left: 15px;
	padding-bottom: 39px;
}
.leavingBox h6 font{
	font-size: 28px;
	padding-right: 5px;
	display: inline-block;
}
.leavingBox h6 a{
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}
.leavingBox h6 em{
	
}
.space-main img{
	
}
.leaveBox{
	
}
.leaveBox form{
	
}
.leaveBox form label{
	
}
.leaveBox form label input{
	height: 48px;
	color: #666666;
	font-size: 14px;
	padding-left: 35px;
	border: 1px solid #666666;
	margin-bottom: 20px;
}
.leaveBox form label input#dr_title{
	width: 245px;
	background: url(../images/ico07.png) no-repeat 10px center;
	
}
.leaveBox form label input#dr_author{
	background: url(../images/ico09.png) no-repeat 10px center;
	width: 353px;
	margin-left: 21px;
}
.leaveBox form label input#dr_sheng{
	background: url(../images/ico11.png) no-repeat 10px center;
	width: 297px;
}
.leaveBox form label input#dr_chengshi{
	width: 301px;
	background: url(../images/ico11.png) no-repeat 10px center;
	margin-left: 20px;
}
.btn{
	width: 620px;
	height: 51px;
	background-color: #b52d2d;
	margin-top: 9px;
}
.btn button{
	color: #ffffff;
	text-align: center;
	line-height: 51px;
	width: 620px;
	height: 51px;
	background-color: transparent;
	border: none;
	
}
.leaveBox form p{
	color: #FFF;
	font-size: 14px;
	margin-top: 33px;
}
.leaveBox form p font{
	color: #b52d2d;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 1525px){
	.space-main img{
		max-width: 50%;
		
	}
	.leavingBox{
		width: 50%;
	}
	.space-main{
		padding: 0 2%;
	}
	
}
@media screen and (max-width: 1450px){
.leaveBox form label input{
		width: 45% !important;
	}
	.btn{
		width: 95%;
	}
	.btn input{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.space-main img{
		display: none;
	}
	.leavingBox{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.tit-space h6 {
	    font-size: 18px;
	    padding-top: 20px;
	}
	.tit-space p {
	    padding-top: 1px;
	    color: #666666;
	    font-size: 14px;
	}
	.space-main{
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px){
	.leavingBox{
		padding-left: 30px;
	}
	.leaveBox form label input{
		width: 90% !important;
		margin-left: 0 !important;
		height: 30px;
		line-height: 30px;
	}
	.btn,.btn input{
		height: 35px;
		line-height: 35px;
		width: 90%;
	}
	.leaveBox form p{
		margin-top: 13px;
	}
	.tit-space{
	   	display: none;
	}
	.space-main{
		margin-top: 50px;
		margin-bottom: 0;
	}
	.leaveBox form p font{
		font-size: 14px;
		padding: 0;
	}
}



.image-frame{
    position: relative;
    width: 100%;
    height: 765px;
    overflow: hidden;
    margin: 0 auto;
}

.image01,
.image02,
.image03,
.image04,
.image05
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.image01{
    
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-01 10s infinite;
}
.image02{
    
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-02 10s infinite;
}
.image03{
    
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-03 10s infinite;
}
.image04{
   
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-04 10s infinite;
}
.image05{
   
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-05 10s infinite;
}

@keyframes slide-animation-01{
    0%{
        opacity: 1;
    }
    10%{
        opacity: 1;
    }
    20%{
        opacity: 1;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-02{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-03{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-04{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-05{
    0%{
        opacity: 1;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.box1{background: url(../images/bj1.jpg) no-repeat;height:921px;background-size: cover; /* 确保图片覆盖整个元素 */
  background-position: center; /* 将图片居中显示 */}
.abpic{width:881px;height:921px;}


.service-box {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/16951938317357634.jpg");
  padding-top: 9%;
}

.service-box .text-box {
  color: #fff;
  text-align: center;
}

.service-box .text-box .tops .t1 {
  font-size: 36px;
  line-height: 36px;
}

.service-box .text-box .tops .t1 span {
  font-size: 68px;
  line-height: 36px;
  font-family: 'Din';
  font-style: italic;
  display: inline-block;
  margin: 0 10px 0 0;
}

.service-box .text-box .tops .t2 {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 20px;
}

.service-box .text-box .desc {
  margin-top: 10px;
}

.service-box .text-box .desc .cn {
  font-size: 24px;
  line-height: 40px;
}

.service-box .text-box .desc .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.about-wrapper{
	background-color: #fff;
    padding: 0px;
    width: 100%;
    height: 350px;
    min-width: 1200px;
}
.about {position: relative;color: #333;height:auto}
.about h2{color:#e6002f; font-size: 32px;}
.about .title {

	font-size: 20px; text-align:center; margin-bottom:60px;
}
.about .title .hr {
margin:0 auto;
	width: 160px;
	height: 1px;
	margin-top: 10px; margin-bottom:10px;
	background-color: #999;
}
.about .chara { padding-top:50px;
	text-align: center;
	font-size: 16px;color:#9b9b9b;line-height:40px;
}
.about .sz {
	position: absolute;
	top: 170px;
	font-size: 60px;
	color: #333;
	font-weight: 700;
	text-align: center
}
.about .sz>span {
	display: block;
	color: #999;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px
}
.about .jt {left: 0}
.about .cs {left: 331px}
.about .md {left: 651px}
.about .pp {left: 983px}

.oklsx{background-color: #fcfcfc; padding-top:50px; padding-bottom:50px}









/* === 标题与分割线 === */
    .page-title {
      font-size: 25px;
      
      margin-bottom: 10px;
    }
    .title-line {
      width: 80px;
      height: 2px;
      background: #3979a5;
      margin-bottom: 20px;
    }

    /* === 布局容器 === */
    .container {
      display: flex;
      flex-wrap: wrap; /* 适配小屏幕 */
      gap: 30px;       /* 替代margin，更简洁 */
      max-width: 1200px;
      margin: 0 auto; 
    }

    /* === 左侧文本区域 === */
    .text-section {
      flex: 1; padding:40px 0px 40px 40px;
      min-width: 300px; /* 小屏幕不挤 */
    }
    .text-section p {
      margin-bottom: 14px;
      text-indent: 2em; /* 段落首行缩进 */
      line-height:35px;
    }
    .btn-more {
      display: inline-block;
      padding: 5px 20px;
      border: 1px solid #3979a5;
      color: #3979a5;
      margin-top: 10px;
      transition: all 0.3s;border-radius:5px; font-size: 12px;
    }
    .btn-more:hover {
      background: #3979a5;
      color: #fff;
    }

    /* === 右侧视频区域 === */
    .video-section {
   
      min-width: 160px;padding:40px 40px 40px 0px;
    }
    .video-wrapper {
      position: relative;
      padding-bottom: 100%; /* 16:9 视频比例 */
      height: 0;
      overflow: hidden;
    }
    .video-wrapper video {
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;
    }

    /* === 底部快捷入口 === */
    .shortcut {
      display: flex;
      gap: 20px;
      margin-top: 30px;
      flex-wrap: wrap;
    }
    .shortcut-item {
      flex: 1;
      min-width: 280px;
      height: 180px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      padding-bottom: 20px;
      position: relative;
    }
    /* 伪元素遮罩，提升文字可读性 */
    .shortcut-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.3);
    }
    .shortcut-item i {
      position: relative; /* 让图标在遮罩上 */
      font-size: 40px;
      margin-bottom: 10px;
      display: block;
    }
    .shortcut-item span {
      position: relative; /* 让文字在遮罩上 */
    }

    /* === 响应式适配（小屏幕） === */
    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }
      .text-section, .video-section {
        flex: none;
        width: 100%;
      }
    }
    
    /* 工艺 section 样式 */
.craft-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 3% 50px 3%;/* 深色背景，类似示例中的黑色 */
  background: url(../images/8b2ab3e8752bcec.jpg?4444)#111 no-repeat center bottom;
  color: #fff; /* 文字颜色为白色 */
  min-height: 70vh; /* 让 section 至少占满一屏高度 */
		    width: 100%;
		    background-position: center top;
		    background-repeat: no-repeat;
		    background-attachment: fixed;
		  
}

/* 左侧内容样式 */
.craft-content {
  flex: 1;
  max-width: 700px; float: left;
}

.craft-title {
  font-size: 25px;
  
  margin-bottom: 20px;
}

.craft-desc {
  line-height: 2.5;
  margin-bottom: 30px; font-size: 14px;
}

.explore-btn {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;border-radius:5px; font-size: 12px;
}

.explore-btn:hover {
  background-color: #fff;
  color: #111;
}

/* 右侧图片样式 */
.craft-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.craft-img img {
  max-width: 400px; /* 可根据实际调整图片显示宽度 */
  border-radius: 8px; /* 可根据需要添加圆角等样式 */
}

.exhibit_con {
 
  color: #333;
  padding: 40px 0;

 width:100%;
}

/* 顶部红色十字样式 */
.top-icon {
  margin-bottom: 30px;
}
.red-cross {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #d1111c;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

/* 模块通用样式 */
.exhibit-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.text-part {
  flex: 1;
  max-width: 50%;
}
.img-part {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.img-part img {
  max-width: 100%;
  border-radius: 8px;
}

/* 标题样式 */
.section-title {
  font-size: 25px;
  margin-bottom: 20px;
}
/* 段落样式 */
.section-desc {
  line-height: 2.4;
  margin-bottom: 30px; font-size: 14px;
}
/* 按钮样式 */
.explore-btner {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #999;
  text-decoration: none;
  color: #333;
 
  transition: all 0.3s ease;border-radius:5px; font-size: 12px; font-size: 12px;
}
.explore-btner:hover {
  background-color: #d1111c; border: 1px solid #d1111c;
  color:#fff;
}

/* 分隔线样式 */
.divider {
  margin: 0px 0;
  border: none;
  border-top: 1px solid #ccc;
}
    
    .sjly-sectionee {
 
  background: url(../images/16951938317357634.jpg?4444)#111 no-repeat center bottom;
  
		    width: 100%;
		    background-position: center top;
		    background-repeat: no-repeat;
		    background-attachment: fixed;
		  
}

.in_pro01{}
.in_pro01  li{ 
    width:49%;  margin-right:2%; float: left;
}
.in_pro01  li:nth-of-type(2n+2){width: 48%;  margin-right: 0px;}
.in_pro01 .proimg{overflow: hidden;}
.in_pro01 .tit {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}
.in_pro01 .tit .tit_left {
  font-size: 22px;
  float: left;
   font-weight: bold;
}
.in_pro01 .tit .tit_right {
  color: #999;
  float: right;
  font-family: 'D-DINCondensed';
  text-transform: uppercase;
   font-size: 12px; padding-top:10px;
}

.in_pro01 li img{
width:100%;
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.in_pro01 li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.news_er{
	background-color: #f8f8f8;
	padding-top: 20px;
	padding-bottom: 0px;
	 margin-top:0px ;
}

.news_left{
	width: 540px;
	 position: absolute;
}
.news_left h6{
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333333;
	font-size: 20px
}
.news_left p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 30px; font-weight: 400;
}
.news_left font{
	display: block;
	font-size: 13px;
	color: #666666;
}
.news_left font img{
	float: right;
}
.news_left a{
	display: block;
	padding: 20px;
	background-color: #fff;border-radius:10px;
}
.news_left a:hover h6{ font-weight:bold}
.news_left a:hover{
-moz-box-shadow:0px 5px 8px #aaa; -webkit-box-shadow:0px 5px 8px #aaa; box-shadow:0px 5px 8px #aaa; transition: all 0.5s ease-in ;transition: all 0.5s ease-out ;}

.news_right{
	margin-left:580px; width: 620px;
}
.news_right a{
   
	display: block;
	padding-top: 30px;
	padding: 17px;
	height:auto;
	margin-bottom: 18px;
	background-color: #fff;border-radius:10px;
}
.news_right a h6{
	color: #333333;
	font-size: 18px;
	padding-bottom: 20px;
}
.news_right a h6 font{
	float: right;
	font-size: 12px;
	color: #999999;
}
.news_right a p{
	font-size: 12px;
	color: #666666;
	line-height:28px; font-weight: 300;
}
.news_right a:hover h6{
	color: #333; font-weight: bold;
}
.news_right a:hover{
	-moz-box-shadow:0px 5px 8px #aaa; -webkit-box-shadow:0px 5px 8px #aaa; box-shadow:0px 5px 8px #aaa; padding-left: 22px;transition: all 0.5s ease-in ;transition: all 0.5s ease-out ;

}
.news_box{
	padding-bottom: 10px;position: relative; margin-top:30px ;
}
.newstp{width:300px;height:300px; overflow:hidden;  margin: 0 auto;}
.newstp img{width:100%;overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news_er .news_left a:hover .newstp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
.newstpr{width:130px;height:130px; overflow:hidden; float:left; margin-right:20px;border-radius:5px;}
.newstpr img{width:100%;overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news_er .news_right a:hover .newstpr  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
    
    .moreNews{
	display: block;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	line-height: 50px;
	border-radius: 25px;
	width: 205px;
}
.moreNews:hover{background-color: #333333;color:#fff}
