/*表格样式*/
table tr:first-child{background:#e1f5fe; } /*第一行标题蓝色背景*/
table th{background:#004ea1; color:#fff;padding:10px 10px;}
table{border:0px solid #b3e5fc; border-top:1px solid #b3e5fc;border-left:1px solid #b3e5fc;margin: 0 auto; width: 100%;border-spacing: 0px;}
td{ padding:10px 10px; border:0px solid #b3e5fc; text-align:center;border-right:1px solid #b3e5fc;border-bottom:1px solid #b3e5fc; }
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:16px; color:#2456c5; margin-top:20px;}


/*产品*/
.content h2{border-top: 1px solid rgba(0,0,0,0.2);padding-top: 30px;  margin-top:30px;margin-bottom: 30px; color:#567f9f; }


        
 .container {
            display: flex;
            width: 100%;
            min-height: 100vh;
	 font-size: 16px;
	 color: #333;
        }
        
        .column {
            padding: 20px;
            background-color: #f5f5f5;
            /*border: 1px solid #ddd;*/
			
        }
        
        /* PC端样式 (≥769px) */
        @media (min-width: 769px) {
            .left-column, .right-column {
                flex: 0 0 30%;
            }
            
            .middle-column {
                flex: 0 0 30%;
                margin: 0 5%;
            }
        }
        
        /* 移动端样式 (≤768px) */
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
				font-size: 14px;
            }
            
            .column {
                width: 100%;
                margin-bottom: 15px;
				padding: 0px;
            }
            
            .middle-column {
                margin: 0;
				margin-bottom: 15px;
            }
			
			.gsleft{float: left; width: 100%;}
.gsright{float: right; width: 100%;}	
        }
/*铸造基地*/
.casting-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	color: #7f7f7f;
	margin: 0 0 20px;
}
.casting-title h2 {
	font-size: 48px;
	color: #333333;
	line-height: 60px;
}
.casting-title ul {
	width: 40px;
	overflow: hidden;
	margin: 5px auto 20px;
}
.casting-title ul li {
	width: 100%;
	height: 4px;
	background-color: #e60012;
	margin: 2px 0 0;
}
@media only screen and (max-width: 991px) {
	.casting-title {
		width: 570px;
		font-size: 20px;
		line-height: 30px;
		margin: 0 auto 20px;
	}
	.casting-title p br {
		display: none;
	}
}
@media only screen and (max-width: 720px) {
	.casting-title {
		width: 340px;
		font-size: 14px;
		line-height: 20px;
		margin: 0 auto 10px;
	}
	.casting-title h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.casting-title ul {
		width: 20px;
		margin: 3px auto 10px;
	}
	.casting-title ul li {
		height: 2px;
	}
}
@media only screen and (min-width: 992px) {
	.casting-title {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 14px;
	}
	.casting-title h2 {
		font-size: 34px;
		line-height: 42px;
		
	}
	.casting-title ul {
		width: 28px;
		margin: 3px auto 14px;
	}
	.casting-title ul li {
		height: 2px;
	}
}
@media only screen and (min-width: 1200px) {
	.casting-title {
		font-size: 13px;
		line-height: 20px;
		margin: 0 0 16px;
	}
	.casting-title h2 {
		font-size: 38px;
		line-height: 48px;
	}
	.casting-title ul {
		width: 32px;
		margin: 4px auto 16px;
	}
	.casting-title ul li {
		height: 3px;
	}
}
@media only screen and (max-width: 1500px) {
	.casting-title {
		font-size: 14px;
		line-height: 23px;
		margin: 0 0 20px;
	}
	.casting-title h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.casting-title ul {
		width: 40px;
		margin: 5px auto 20px;
	}
	.casting-title ul li {
		height: 4px;
	}
}

.casting1 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 85px;
}
.casting1 .casting1-img {
	width: 750px;
	overflow: hidden;
	float: left;
}
.casting1-img img {
	width: 100%;
}
.casting1 .casting1-txt {
	width:750px;
	overflow: hidden;
	float: right;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	padding-left: 45px;
	position: relative;
	margin: 65px 0 0;
	
}

.casting1-txt h2 {
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 25px;
	text-align: left;
}
.casting1-txt ul {
	width: 26px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	left: 0px;
}
.casting1-txt ul li {
	width: 100%;
	height: 3px;
	background-color: #e60012;
}
.casting1-txt ul li:nth-of-type(2) {
	margin: 2px 0;
}

	
@media only screen and (max-width: 1600px) {
	.casting1 {
		padding: 75px 0 85px;
	}
	.casting1 .casting1-img {
		width: 650px;
	}
	.casting1 .casting1-txt {
		width: 650px;
		font-size: 16px;
		line-height: 30px;
		padding-left: 45px;
		margin: 0px 0 0;
	}
	.casting1-txt h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 25px;
		text-align: left;
	}
	.casting1-txt ul {
		width: 26px;
		top: 19px;
	}
}

@media only screen and (max-width: 1400px) {
	.casting1 {
		padding: 75px 0 85px;
	}
	.casting1 .casting1-img {
		width: 650px;
	}
	.casting1 .casting1-txt {
		width: 500px;
		font-size: 16px;
		line-height: 30px;
		padding-left: 45px;
		margin: 0px 0 0;
	}

}

@media only screen and (max-width: 1200px) {
	.casting1 {
		padding: 60px 0 68px;
	}
	.casting1 .casting1-img {
		width: 575px;
	}
	.casting1 .casting1-txt {
		width: 520px;
		font-size: 16px;
		line-height: 25px;
		padding-left: 36px;
		margin: 20px 0 0;
	}
	.casting1-txt h2 {
		font-size: 38px;
		line-height: 44px;
		margin: 0 0 20px;
		text-align: left;
	}
	.casting1-txt ul {
		width: 21px;
		top: 19px;
	}
	.casting1-txt ul li {
		height: 3px;
	}
}
@media only screen and (max-width: 991px) {
	.casting1 {
		padding: 75px 0 85px;
	}
	.casting1 .casting1-img,.casting1 .casting1-txt {
		width: 100%;
	}
}
@media only screen and (max-width: 720px) {
	.casting1 {
		padding: 0px 0 40px 0px;
	}
	.casting1 .casting1-txt {
		font-size: 14px;
		line-height: 20px;
		padding-left: 25px;
		margin: 35px 0 0;
	}
	.casting1-txt h2 {
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 15px;
		text-align: left;
	}
	.casting1-txt ul {
		width: 15px;
		top: 15px;
	}
	.casting1-txt ul li {
		height: 2px;
	}
}

.casting2 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
	background-color:#f3fafd;
	margin-bottom:-60px;
}


/*公司简介*/
.gsleft{float: left; width: 45%;}
.gsright{float: right; width: 45%;}
.about_mnd{background-color:#004ea1; padding:26px 0 30px 0;font-size:18px; margin-bottom:37px; border-radius: 30px; color:#fff;/* 30px圆角 */
          }

.about_mnd_l{float:left; width:33%; text-align:center; color:#fff; font-size:18px; padding-top:6px;}

.about_mnd_l p{display:block; font-size:30px; color:#fff; font-family:Arial, Helvetica, sans-serif;}

.about_mnd_lz{border-left:1px solid #fff; border-right:1px solid #fff;}


.mant{background-color:#ececec;}
.location_list { font-size:14px; height:60px; line-height:60px; background:url(../images/location.jpg) no-repeat left center; text-indent:31px; color:#353535; margin-right:3px;}
.location_list a{color:#353535;}
.location_list span { margin:0 5px; }

.m_location_m{border-bottom:1px solid #dcdcdc; height:47px; line-height:47px;}
.m_location_list {float:right;font-size: 16px;height: 44px; line-height: 44px; float: right; color: #747474; margin-right: 3px; margin-top: 20px; background: url(../images/location.jpg) no-repeat left center; text-indent:24px;}
.m_location_list span {margin:0 5px; }
.m_location_list a {color:#3a3a3a; }

.lnte_m{text-align:center;background-color: #f4f4f4;height: 80px;
    line-height: 80px;margin-bottom: 60px;}
.about_ebd ul{float: left;position: relative;}
.about_ebd .parent{  float: left;font-size:20px;}
.about_line{ float: left;padding: 0px 50px;}
.about_ebd .parent a { display:block; font-size:18px; text-align:center; color:#313131; border-radius:0px;cursor: pointer;padding: 0 30px;}
.about_ebd .parent a:hover {color: #ffffff;
    text-decoration: none;
	background-color: #567f9f;}
.about_ebd .parent a.current {color: #ffffff;
    text-decoration: none;
	background-color: #567f9f;}

.about_en{text-align:center; color:#cdcdcd; line-height:40px; font-size:40px; font-size:27px; letter-spacing:3px; margin:30px 0 4px; text-transform:uppercase;}
.about_tn{background:url(../images/about_nb.jpg) no-repeat center center; text-align:center; font-size:24px; color:#16468d; margin-top:30px;}
/*gez*/
.about_mnd{padding:26px 0 30px 0; margin-top:80px; border:1px solid #e8e8e8;}
/*.about_mnd_l{float:left; width:19.8%; text-align:center; color:#0b0b0b; font-size:15px; padding-top:6px;}
.about_mnd_l span{display:block; font-size:38px; color:#0b0b0b;}
.about_mnd_lz{border-left:1px solid #d9dadc; border-right:1px solid #d9dadc;}*/

.about_01{margin:31px 0 0px 0px;}
.about_bht{font-size:27px; color:#1e1e1e; line-height:32px; margin-bottom:15px;}
.about_p{font-size:16px; color:#1e1e1e; line-height:30px; }

.about_p2 h3 {
	text-align: center;
	font-size: 30px;
    font-weight: initial;
	line-height: 45px;
	margin-top: 40px;
}

.about_p3 {
text-align: center;
padding-top:40px;
margin-top: 60px;
background-color: #f4f4f4;
}

.about_p3 h2 {
font-size: 30px;
    font-weight: initial;
line-height: 45px;
}
.about_p3 ul {
margin-top:40px;
}
.p3_line{
	width: 50px;
    height: 3px;
    background-color: #567f9f;
margin: 20px auto;
}

.parent_s1{
	position: absolute;
    top: 80px;
	width: 1560px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parent_s2{
	position: absolute;
    top: 80px;
	width: 1560px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parent_s3{
	position: absolute;
    top: 80px;
	width: 1560px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parent_s4{
	position: absolute;
    top: 80px;
	width: 1560px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.par{
	text-decoration:none;background-color:#567f9f;
}
.par a{
	color:#ffffff !important;
}

/*产品系列*/
.lin_pont{padding:0px 0 0px; margin:0 0 60px;}
.product_ebd{margin-bottom:0; border-left:1px solid #e3e3e3; border-top:1px solid #e3e3e3; -moz-box-shadow: 0px 0px 5px #dfdbdb; -webkit-box-shadow: 0px 0px 5px #dfdbdb; box-shadow: 0px 0px 5px #dfdbdb;}
.product_ebd .parent{ height:49px; line-height:0; width:298.75px; float:left; margin:0 0px 0px 0; border-bottom:1px solid #e3e3e3; border-right:1px solid #e3e3e3; border-left:none; border-top:none; border-radius:0px; display:block; }
.product_ebd .parent a { display:block; line-height:49px; font-size:15px; text-indent:52px; text-align:left; color:#000; border-radius:0px; background:url(../images/bd_img.jpg) no-repeat left 30px center #fff;}
.product_ebd .parent a:hover {color:#fff; background:url(../images/bd_img_on.jpg) no-repeat left 30px center #04478c; text-decoration:none;}
.product_ebd .parent a.current {color:#fff; background:url(../images/bd_img_on.jpg) no-repeat left 30px center #04478c; text-decoration:none;}
.product_ebd .parent:nth-child(4n){}
.product_ebd .parent:nth-child(1){border-left:none;}

.about_tit{
font-size: 30px;
margin-bottom: 40px;
}

.about_numbe {
				padding: 50px  1%;
			}

			.numbes {
				float: left;
				margin-left:130px;
			}

			.numbes h2 {
				font-family: "Bahnschrift";
				font-size: 60px;
				color: #ea5010;
line-height: 60px;
			}

			.numbes b {
				font-size: 30px;
				color: #567f9f;
			}

			.numbes span {
				font-size: 16px;
				color: #363636;
			}
.noleft {
				margin-left: 0px;
			}
.about_p2{
	
	background-color:#fff;
}
.wh{
padding: 15px 0; 
}
.wh_top{
background-color: #f4f4f4;
margin-bottom: 20px;
}
.wh_down{
background-color: #f4f4f4;

}
.wh_msg{
				width: 50%;
				padding-top: 70px;
				padding-left: 60px;
    float: left;
			}
			.wh_msg h2{
				color: #567f9f;
				font-size: 18px;
				margin-bottom: 10px;
			}
			.wh_msg p{
				font-size: 16px;
				margin-bottom: 60px;
			}
			.wh img{
				width: 50%;
				 float: left;
			}



/*热门产品*/
.bdt_pi{background:url(../images/about_mn.jpg) no-repeat center top; border:1px solid #dcdcdc; padding:0 20px 21px; margin-bottom:20px;}
.bd_hb{font-size:22px; color:#000; text-indent:0px; line-height:53px; padding-top:0px; margin-bottom:0px; background:url(../images/rmcp.jpg) no-repeat left bottom;}
.bdt_pi_li{border-bottom:1px dashed #e4e4e4; padding:20px 0;}
.bdt_pi_img{width:113px; float:left; border:1px solid #e7e7e7; line-height:0;}
.bdt_pi_img img{width:100%;}
.bdt_pi_r{width:96px; float:right;}
.bdt_pi_th{font-size:14px; color:#353535; line-height:21px;}
.bdt_pi_mau{background:url(../images/puv_ont.jpg) no-repeat left center; height:40px; line-height:40px; display:block; color:#9d9d9d; font-size:14px; padding-left:20px;}


/*搜索*/
.hb_other{width:224px; padding:12px 12px 11px; border:1px solid #cecece; border-top:none; margin-bottom:10px;}
.hb_other .fnon{width:60px; height:34px; line-height:34px; font-size:12px; display:block; text-align:center; float:left; margin:0 9px 0 3px;}
.hb_other .on{background:url(../images/fnon.jpg) no-repeat bottom left; color:#0256b4;}
.hb_other .chname{float:left; background:url(../images/Search_box.jpg) no-repeat; width:161px; height:32px; line-height:32px; border:0 none; box-shadow:none; font-size:12px; cursor:pointer; text-indent:35px; padding:0; color:#b6b6b6; font-family:"Microsoft YaHei";}
.hb_other .btn{float:left;background:url(../images/Search.jpg) no-repeat;width:60px;height:32px;border:0;cursor:pointer; color:#fff;}




.focusBox {position: relative; width:226px; height:230px; margin-bottom:0px;  overflow: hidden; text-align: left; background:#fff; }
.focusBox .pic img { width:100%; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height:46px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:44px; line-height:44px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color:#4c4c4c; padding: 0 0 0 10px; font-size: 14px; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom:56px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width:8px; height:8px; line-height:8px; overflow: hidden; text-align: center; margin-right:2px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; font-size:0; }
.focusBox .num li span { z-index: 1; background:#000; filter: alpha(opacity=50); opacity:0.5; border-radius:10px;}
.focusBox .num li.on a,.focusBox .num a:hover{ background:#d7241e;  border-radius:10px;}

/*侧栏新闻*/
.hb_news{border:1px solid #cecece; border-top:none; padding:10px 15px 21px; margin-bottom:21px;}
.n_db{line-height:40px; height:40px; overflow:hidden; border-bottom:1px dotted #929292; background:url(../images/list_nese.jpg) no-repeat 3px center; text-indent:14px;}
.item a{ margin-left:16px; font-size:14px; color:#070707;}

#m_right {
	
}
#location { padding-bottom:0px; background: url(../images/hd_bg_1.jpg) repeat-x left bottom;}
.location_title { font-size:18px; color:#d40116; height:46px; line-height:37px; float:left;}
.location_tp{background: url(../images/hd_bg_02.jpg) repeat-x left bottom;}


.ty_list{ float:left;}
.dtd{background: url(../images/hd_bg_1.jpg) repeat-x left bottom; height:66px; line-height:66px; text-align:center; margin-bottom:37px;}
.dtd_t{background: url(../images/hd_bg_2.jpg) no-repeat center bottom; color:#0069a1; font-size:24px;}
.lnte{background: url(../images/lnte.jpg) repeat-x left bottom;}
#category {}
#category .bd { margin:0 ; text-align:center;}
#category .clearfix{padding:0px;}
#category .bd ul li.parent { height:64px; line-height:0; width:140px; display: inline-block; margin:0 6px; border:0px solid #c7c7c7; border-radius:0px;}
#category .bd ul li.parent a { display:block; line-height:64px; font-size:14px; text-align:center; color:#fff;  }
#category .bd ul li.parent a:hover {background:url(../images/par_b.png) no-repeat left top; color:#fff;}
#category .bd ul li.parent a.current {background:url(../images/par_b.png) no-repeat left top;  color:#fff;}

.m_location_wrap{ border-bottom:2px solid #e2e2e2;margin-bottom: 40px;}
.m_location_title { float:left; font-size:22px; color: #000; height:59px; line-height:59px;}
.m_locp_list{float:right;height:51px; line-height:51px; float: right; color: #747474; margin-right: 3px; margin-top:8px; background: url(../images/location.png) no-repeat left center; text-indent:24px;}
.m_locp_list span {margin:0 5px; }
.m_locp_list a {color:#3a3a3a; }

/*产品*/
.m_pro_list {padding:0px 0px 0px 0px; border:0px solid #d1d1d1; margin:0 auto 0px; background-color:#fff;}

.m_pro_list h2{
text-align: center;
font-size: 30px;
    font-weight: initial;
line-height: 45px;
}
.pro_line{
	width: 50px;
    height: 3px;
    background-color: #567f9f;
margin: 20px auto;
}
#cMoreList{
	margin-top: 40px;

}
.p2 {float:left; margin-bottom:25px; line-height:0; margin-right:2%; width:23.5%;}
.p2 img{line-height:0; margin: auto; display: block; max-height: 315px;width: 100%;}
.p2_m{position: relative; padding:0px; display:block; line-height:0;}
.p2_m a{
	overflow: hidden;
    width: 100%;
    display: block;
	border: 1px solid rgba(0,0,0,0.1);
}
.p2:nth-child(4n){margin-right:0px;}
.m_pro_list .p2 figcaption {display:block; height:50px; line-height:50px; text-align:center; font-size:16px; background-color:#f4f4f4; overflow:hidden;}
.m_pro_list .p2 a:hover {text-decoration:none; }
.m_pro_list .p2:hover {}
.m_pro_list .p2_m:hover {}
.m_pro_list .p2_m:hover figure{}
.m_pro_list .p2:hover figcaption {color:#fff; background-color:#567f9f; overflow:hidden;  border-top:none;}

.page, .pages{height:30px; 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:#567f9f; color:#fff; border:solid 1px #567f9f; 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:#567f9f; }
.page a.current, .pages a.current{color:#fff; background-color:#567f9f; }
.pagination li{float:left;}
.cMore {display:none;}

/*产品系列2020 */
.prod_ht{margin:0px 0 27px; padding-top:0px; background:url(../images/dtd_e.jpg) no-repeat bottom center; height:50px; line-height:50px; width:100%; font-size:25px; text-align:center; color:#004c92;}
.prod_first{width:365px; padding:8px 8px 2px; border:2px solid #f3f3f3; float:left; margin-bottom:20px; line-height:0;}
.prod_first figcaption{line-height:46px; height:46px; text-align:center;}
.prod_first:nth-child(2), .prod_first:nth-child(5), .prod_first:nth-child(8), .prod_first:nth-child(11), .prod_first:nth-child(14), .prod_first:nth-child(17){}
.prod_first:nth-child(3n+2){margin:0 20px;}

.prod_man{width:220px; height:38px; line-height:38px; color:#747474; text-indent:53px; background:url(../images/t_max.jpg) no-repeat left 169px center #e7e7e7; margin:10px auto 30px; border-radius:30px;}


.join h2{
text-align: center;
font-size: 36px;
    font-weight: initial;
line-height: 50px;
}
.join_line{
	width: 50px;
    height: 3px;
    background-color: #567f9f;
margin: 20px auto;
}
.join_zc{
padding-bottom: 85px;
margin-top: 45px;
}
.zc{
position: relative;
box-shadow: 0px 0px 10px -5px;
float: left;
margin-right: 35px;
width: 26.4%;
padding:50px 35px;
}
.zc:nth-child(3n){
margin-right: 0px;
}
.zc span{
display: block;
    width: 35px;
    height: 5px;
background-color: #3f5574;
margin-bottom: 25px;
}
.zc h3{
font-size: 24px;
    font-weight: initial;
margin-bottom: 25px;
}
.zc p{
font-size: 20px;
color:#808080;
line-height: 36px;
}
.zc img{
position: absolute;
top: 40px;
    right: 35px;
}
.join_p2{
height: 600px;
padding: 55px 0 45px;
background-color: #f4f4f4;
}
.cont_right{
width:64%;
height: 600px;
float: right;
background-color: #ffffff;
}
.cont_right form{
padding: 75px 5% 0;
color: #4c4c4c;
}
.cont_right form h1{
font-size: 36px;
color: #4c4c4c;
margin-bottom: 20px;
}
.cont_right form p{
font-size: 20px;
color: #4c4c4c;
}
.cont_right form td{
font-size: 20px;
color: #4c4c4c;
}
.join1{
margin-top: 25px;
margin-bottom: 35px;
	border: 0px;

}
.join1 td{
line-height: 40px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom:0px;
	text-align: left;
}
.joint1 td{
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom:0px;
width:25%;
}





.join2 tr{
height: 50px;
line-height: 50px;
}
.join2 td{
border-bottom: 1px solid #cccccc;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	text-align: left;
}
.joint2{
width:25%;
}

.join2 input{
font-size: 18px;
color: #4c4c4c;
    width: 80%;
border: none;
outline:none;
}
.join2 img{
margin-bottom: -7px;
}

.cont_right form span{
margin-right: 35px;
font-size: 18px;
color: #4c4c4c;
}
.join_p3{
padding: 75px 0 90px;
}
.join_p{
width:1080px;
font-size: 18px;
color:#333;
line-height: 36px;
margin:0 auto;
padding-top: 30px;
}
.join_p4{
background-color: #e0e9f5;
margin-bottom: -40px;
padding: 65px 0 115px;
}
.join_p4 img{
	
margin-top: 30px;
}
.cont_right form select{
height: 40px;
font-size: 20px;
color: #4c4c4c;
margin-top: 40px;
outline:none;
border: none;
border-bottom: 1px solid #cccccc;
margin-right: 58px;
margin-bottom: 10px;
}
.submit{
width: 100px;
    
    border: none;
    background-color: #e52029;
    color: #ffffff;
    font-size: 14px;
}

.lx{
width: 880px;
margin:0 auto;
	font-size: 18px;
}

.lx p{ margin-bottom: 5px;}
/*相关推荐产品*/
#m_about{width:899px; float:right; border:0px solid #d3d3d3;}
.hb_pro{width:226px; padding:12px 21px 0; border:1px solid #cecece; border-top:none; margin-bottom:10px;}
.about_n{ padding:23px 0 37px 0;}
.list1 li{width:31.4794215%;margin-right:2.7%;text-align:center;float:left;}
.list1 li:nth-child(3n){margin-right:0;}
.list1 li figure{border:1px solid #cacaca;}
.list1 li figure img{width:100%;display:block;}
.list1 li h3{line-height:56px; height:56px; overflow:hidden; margin-bottom:4px; font-size:14px;font-weight: normal;}

/*相关文章推荐*/
.about_n{ padding:14px 0 40px 0;}
.about_n .item2 .h4{float:left; margin-right:0; text-align:left;border-bottom: 1px dotted #929292; background: url(../images/list_nese.jpg) no-repeat 3px center; width:430px; height:40px;}
.about_n .item2 .h4 a{ margin-left:14px; font-size:14px; color:#393a3a; line-height:40px;}
.about_n .item2 .h4:nth-child(2n){margin-left:24px;}
.about_n .item2 span{float:right; font-size:12px; color:#8f8f8f; margin-right:5px;}

/*技术中心*/
.m_pist{max-width:858px;}
.responimg { max-width:100%; display:block; margin:0 auto; }
/*董事长致辞*/
.text26 {text-indent:0px;}

/*企业文化*/
.lc_img{width:100%; height:auto; margin-bottom:0; line-height:0;}
.lc_img img{width:100%;}
.lc_pbt{width:89%; height:auto; padding-bottom:20px; padding-left:5%;}

.lc_img{float:left; width:360px; height:225px; font-size:0; margin-bottom:20px;}
.lc_pbt{float:left; padding:0 20px 0 26px; width:464px; height:225px; font-size:14px; color:#2b2b2c; background-color:#ecedee; margin-bottom:20px; line-height:26px;}
.lc_pbt span{display:block; font-size:18px; margin:10px 0 13px;}

/*仓储实力*/
.about_41{display: block; margin:0 auto 0px; height:40px;}

/*证书收缩*/
.hidden{ display: none;}
.lanren{}
.lanren ul.list{overflow: hidden;}
.lanren .more{overflow: hidden;padding:10px;text-align: center;}
.lanren .more a{display: block;width:150px;padding:8px 0;color:#fff;margin:0 auto;background:#567f9f;text-align:center;border-radius:3px;}
.lanren .more a:hover{text-decoration: none;background: red;color: #fff;}

/*证书详情*/
.imgview_h{margin:41px auto 0; text-align: center; /*! float:left; */}
.imgview_h img{max-width:1360px; margin:auto; display: block;}
.title{font-size:16px; color:#567f9f; line-height:61px; text-align:center; padding:9px 0 0 0;}
.view_bj{ padding:10px;}
.content{font-size:16px; line-height:30px; color:#232323; padding:23px 20px 50px; margin:10px 0; }
.content strong{color:#0d6fb8;}
.content img{width: 100%; max-width:1360px;}

/*产品详情侧栏*/
.n_viwe{border:1px solid #cecece; border-top:none; padding:12px 12px 4px; margin-bottom:21px;}
.n_viwe{line-height:0px;}
.n_viwe img{width:100%; border:1px solid #dadada;}
.n_viwe span{line-height:46px; text-align:center; width:100%; display:block;}
/*产品详情*/
.view_bj{ padding:0px; width:100%;  margin-bottom:60px;margin-top:20px;}
.imgview{margin:0px auto 0px; text-align: center; border:1px solid #dcdcdc; background-color:#fff; width:680px; float:left; background-color:#fff;}
.imgview img{max-width:600px; margin:auto; display: block;}
.conte_view{float:right; width:800px;  /*border-left:1px solid #dcdcdc;*/}
.tht_view{width:556px; float:right;}
.title_view{font-size:30px;  margin-bottom:10px;}
.title_fl_view{font-size:18px; color:#6d6d6d; }
.title_qq{padding-left:42px; font-size:16px; color:#000; background: url(../images/view_qq.jpg) no-repeat left 8px center; margin-bottom:96px;}

.view_mt{
padding-top:40px;
background-color:#f7f7f7;
margin-bottom:-65px;
}
.view_bn{
text-align: center;
    font-size: 30px;
    font-weight: bold;
	color:#567f9f;
}
.view_bn b{
	color:#c8000a;
}

.view_bh{height:51px; line-height:51px; font-size:16px; color:#000; /*background: url(../images/view_ht3.jpg) repeat-x left bottom;*/ text-indent:0px;}
.content{font-size:16px; line-height:30px; color:#232323; padding:23px 20px 52px; margin:0px 0 14px; }

/*滚动*/


.about_htt{ position:relative; font-size:30px; color:#000; margin-bottom:0px;}
.prev, .next{ display:block;  width:19px; height:45px; float:right; overflow:hidden; cursor:pointer; background: url(../images/v_prev.jpg) no-repeat; position:absolute; right:-40px; top:100px;}
.prev{ background: url(../images/v_next.jpg) no-repeat;}
.next{left:-40px;}
.li_p{position:relative; width:250px; float:left; line-height:0; margin-top:0px; padding: 0;}
.li_p img{ margin:auto; max-width:250px; display: block;border: 1px solid rgba(0,0,0,0.1);}
.li_p_t{display:block; height:30px; line-height:30px; text-align:center; font-size:16px;  overflow:hidden;  border-top:none;color: #fff; background-color: #567f9f;}



/*推荐新闻*/
.content_v_news{padding:20px 20px 1px 20px; margin-bottom:0;}
.nesw_ul{ padding:10px 0 3px;}
.nesw_li{border:1px solid #e8e8e8; background:#f8f8f8; overflow:hidden; width:520px; float:left; padding:15px 24px 16px; margin-bottom:18px;}
.nesw_li:nth-child(2n){ float:right;}
.nesw_the{font-size:17px; margin-bottom:3px;}
.nesw_li p{color:#707070; font-size:14px;line-height:19px;}
.nesw_sj{background: url(../images/view_sj.jpg) no-repeat left center; padding-left:24px; font-size:12px; color:#555454;}



.view_title{font-size:24px; color:#000; line-height:70px;}
.view_tpe{font-size:15px; color:#3a3a3a; line-height:26px; border-bottom:1px solid #dcdcdc; padding-bottom:19px;}
.view_tbe{font-size:14px; color:#0d0d0d; border-bottom:1px solid #dcdcdc; padding:13px 0 9px;}
.view_tbe_h1{color:#656565;}
.view_the{border-bottom:1px solid #dcdcdc; padding:13px 0 9px;}
.onte_ic{text-align:center;}



.view_h1{font-size:16px; color:#000; line-height:40px; font-weight: bold;}
.view_p{margin-bottom:10px;}
.view_h2{font-weight: bold;}

.m_prev_share{margin:46px 0;}
.view_py{padding:80px 0 50px;  font-size:0;}
.m_pro_menu{padding:37px 0 15px; text-align:center;}
.m_pro_prev, .m_pro_next{width:150px;text-align:left;  text-indent:55px; display:inline-block;   font-size:16px; height:50px; line-height:50px;}
.m_pro_prev{margin-right: 40px;background: url(../images/zx.png) no-repeat left 30px center #c8000a; }
.m_pro_prev a, .m_pro_next a{color: #ffffff;display: block;}
.m_pro_next{background: url(../images/next_vie.png) no-repeat left 35px center #567f9f;  margin:0 0 0 0;  }
.m_yx_menu{ margin:32px 0 21px 0;}
.m_yx_menu span{font-size:14px; font-weight: bold; float:left;}
.dy_01, .dy_02, .dy_03{background: url(../images/dy_01.jpg) no-repeat left center; float:left; text-indent:22px; margin-left:10px;}
.dy_02{background: url(../images/dy_02.jpg) no-repeat left center;}
.dy_03{background: url(../images/dy_03.jpg) no-repeat left center;}
.dy_04{ float:left; margin-left:10px;}

.m_about_view{padding:2px 20px 17px; margin-bottom:10px;}
.m_location_view{position:relative;}
.prev_view, .next_view{position:absolute; right:28px; top:17px; width:16px; height:16px; background: url(../images/prev.jpg) no-repeat;}
.next_view{right:0px; background: url(../images/next.jpg) no-repeat;}
.p2_v{margin-right:10px;}
.p2_v img{width:212px;}
.m_pro_list .p2_v figcaption{height:50px; line-height:50px; width:212px;}
.p2_v:nth-child(3n){margin-right: 10px;}
.p2_v:nth-child(4n){margin-right: 0px;}



.tei_img{float:right;}

.tei_img img{margin-top:20px;}

/*新闻*/
/*.news_nt{margin:19px 0 20px;}
.news_nt .news_h4{float:left; border-bottom: 1px dotted #929292; background: url(../images/news_gb.jpg) no-repeat 2px center; width:100%; height:48px; overflow:hidden;}
.news_nt .news_h4 a{ margin-left:14px; font-size:14px; color:#232323; line-height:48px;}
.news_nt span{float:right; font-size:12px; color:#8f8f8f; margin-right:5px; line-height:51px;}
.pages span{float:none; color:#fff;}*/
/*新闻详情*/
#newslist { padding:23px 0px 23px 0px;  margin:0 auto 0px;}
#newslist .item { padding:2% 0; border-bottom:solid 1px #dfdfdf; }
#newslist .time { width:12%; border:solid 1px #656565;  background-color:#656565; float:left; text-align:center; }
#newslist .item:hover .time{ border:solid 1px #567f9f;  background-color:#567f9f;}
#newslist .time .p1 { font-size:1.5em; color:#fff; line-height:40px; }
#newslist .time .p2 { font-size:1.125em; color:#757575; line-height:40px; background-color:#fff; }
#newslist .list { width:86%; float: right; display: inline; }
#newslist .list h4 { font-size:18px; line-height:24px; }
#newslist .list h4 a { color:#222; font-weight:normal; }
#newslist .list h4 a:hover { color:#333; font-weight:normal;}
#newslist .list p { line-height:200%; color: #757575; font-size:14px; }

#newslist .nlist { height:2.5em; line-height:2.5em; background:url(../images/icon1.jpg) no-repeat left center; border-bottom:dotted 1px #ccc;  overflow:hidden; }
#newslist .nlist a { float:left; font-size:0.875em; margin-left:14px; display:inline;}
#newslist .nlist span { float:right; font-size:0.875em; display:inline;}

.m_honor_title { line-height:45px; font-size:30px; text-align:center; color: #333; }
.m_honor_attr { height:3em; line-height:2.14em; text-align:center; border-bottom:dashed 1px #848484; }
.m_honor_content { padding:1.5em 0; font-size:16px;}
.m_prev_list { float:right; height:25px; margin-top:17px; }
.m_prev_list a { float:left; margin-left:15px; display:inline;}
.m_prev_list a img { display:block; }
.m_next_list { border-bottom:dashed 1px #ccc; border-top:dashed 1px #ccc; padding:1em 0; margin-top:1em;}
.m_next_list p.m_p_prev a { height:2.44em; line-height:2.44em; display:inline-block; overflow:hidden; float:left; margin-bottom:0.5em; font-size:16px;}
.m_next_list span { height:2.44em; line-height:2.44em; width:8em; background-color:#646464; color:#fff; display:block; float:left; text-align:center; margin-right:0.5em; font-size:16px; border-radius: 30px;}
.m_next_list p.m_p_next a {  height:2.44em; line-height:2.44em; display:inline-block; overflow:hidden; float:left; font-size:16px;}
.m_prev_back { text-align:center; padding-top:2em; height:2.14em; }
.m_prev_back a { background-color:#646464; font-size:16px; width:8em; height:2.54em; line-height:2.54em; text-align:center; color:#fff; display:block; float:right; border-radius: 30px;}
.m_prev_back a:hover { text-decoration:none;}
.m_prev_share { margin-top:1em;}

/*新闻2020*/
.news_nt li {position: relative;  padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #e5e5e5;transition: all 0.3s ease;}
.news_nt li .time1 {float: left; text-align: center;}
.news_nt li .time1 img{display: block;border: 1px solid rgba(0,0,0,0.1);}
.news_nt li .time1 h3 {font-size: 48px; color: #b8b8b8; line-height: 1; padding-top: 10px;}
.news_nt li .time1 span {display: block; color: #b8b8b8; font-size: 16px; padding-top: 5px;}
.news_nt li .time2 {float: left; margin-left: 100px; width: 60%;padding-top: 30px;}
.news_nt li .time2 h3 a {display: block; color: #4c4c4c; font-size: 18px;margin-bottom: 10px;font-weight: bold;}
.news_nt li .time2 p {display: block; color: #4c4c4c; font-size: 16px;}
.news_nt li .time2 span {display: block; color: #4c4c4c; font-size: 16px; margin-top: 10px; line-height: 30px;}
.news_nt li .time1 span {display: block; color: #b8b8b8; font-size: 16px; padding-top: 5px;}


/*联系我们*/
.cont_lrm{width:100%; background-color:#38b7e9;}
.cont_ly{ width:464px; padding-left:51px; padding-top:58px; float:left; color:#fff;}
.cont_ly a{color:#fff;}
.cont_ly_t{ font-size:27px; margin-bottom:21px;}
.cont_ly_p{line-height:35px; font-size:15px; padding-left:0px;}
/*.cont_p1{background:url(../images/cont_p1.jpg) no-repeat left top 6px;}
.cont_p2{background:url(../images/cont_p2.jpg) no-repeat left center;}
.cont_p3{background:url(../images/cont_p3.jpg) no-repeat left center;}
.cont_p4{background:url(../images/cont_p4.jpg) no-repeat left center;}*/
.cont_p5{padding-left:80px;}
.cont_p6{/*background:url(../images/cont_p5.jpg) no-repeat left center;*/ font-size:16px; margin-top:0px;}
.cont_r{width:685px; float:left; line-height: 0;}

.abou_img {
    float: right;
    margin-left: 50px;
}
.cont_img{
	float: left;
    margin-right: 50px;
}
.sever{
	float: right;
    margin-left: 50px;
}

/*质量控制*/
.quality_p ul{line-height:0; font-size:0;}
.quality_p h2{/*text-align: center;*/
    font-size: 30px;
    font-weight: initial;
    line-height: 45px;}
.kh_me{margin-bottom:0px; line-height:0px;}
.m_series_p3 {display: inline-block; width:23.5%; margin-bottom: 60px; margin-right:2%;}
.m_series_p3 p { border:solid 1px #ccc; padding:0px; line-height:40px; font-size:16px; text-align:center;background-color: #567f9f;
    color: white;margin-top: 0px;}
.m_series_p3 img{width:100%;border: solid 1px #ccc;}
.m_series_p3:hover p {  }
.m_series_p3:nth-child(4n){margin-right:0;}

.m_series_p3 a{
	background-color: #fff;
	padding: 0;
    display: block;
}

.m_series_p4 {display: inline-block; width:23.5%; margin-bottom:2.6%; margin-right:2%;}
.m_series_p4 p { padding:0px; line-height:50px; font-size:16px; background-color: #f4f4f4;
    color: #000;padding-left: 35px;}
.m_series_p4 img{width:100%;border: 1px solid rgba(0,0,0,0.1);}
.m_series_p4:hover p {  }
.m_series_p4:nth-child(4n){margin-right:0;}

.m_series_p5 {display: inline-block; width:23.5%; margin-bottom:2.6%; margin-right:2%;}
.m_series_p5 p { padding:0px; line-height:50px; font-size:16px; background-color: #f4f4f4;
    color: #000;padding-left: 35px;}
.m_series_p5 img{width:100%;border: 1px solid rgba(0,0,0,0.1);max-height: 450px;}
.m_series_p5:hover p {  }
.m_series_p5:nth-child(4n){margin-right:0;}


.n_img{
	float: right;
    max-width: 400px;
    margin-left: 200px;
}

/*下载*/
.giveliuyan {background-color: #e1e1e1; color: #de4c09; padding: 5px;}
.giveliuyan:hover { background-color: #de4c09; color: #fff; text-decoration:none;}
.m_d_list{padding-top:20px;}
.lef{float:left; margin-bottom: 30px; width:32.2%; margin-right:1.7%;}
.lef_x{border: 1px solid #dcdbdb;}
.lef .txt{padding:20px 0 16px 16px;border-top:none;}
.lef .txt p{padding-bottom: 14px;color: #4a4a4a;font-size: 16px;}
.lef .txt span{display: block;color: #c6c6c6;font-size: 14px;}
.lef:nth-child(3n+3){margin-right:0%;}

.m_next_list span {
    height: 2.44em;
    line-height: 2.44em;
    width: 8em;
    background-color: #646464;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    margin-right: 0.5em;
    font-size: 14px;
    border-radius: 30px;
}
.m_prev_back a {
    background-color: #646464;
    font-size: 14px;
    width: 8em;
    height: 2.54em;
    line-height: 2.54em;
    text-align: center;
    color: #fff;
    display: block;
    float: right;
    border-radius: 30px;
}

/*留言*/
#myform{
margin-top: 45px;
}
.quality_p{  margin:auto;}
/*.article input{
background-color:#f6f6f6; 
margin-bottom:25px;
}
.article_left{
float: left;
width:49%;
}
.article .c1 {width: 80%; height:58px; line-height:58px; 
outline:none; color:#4c4c4c;font-size: 16px;padding: 0 20px;background: none;
    border: 1px solid rgba(0,0,0,0.2);}
.article .c2 {width: 90.2%;  height:58px; line-height:58px; 
outline:none;color:#4c4c4c;font-size: 16px;padding: 0 20px;background: none;
    border: 1px solid rgba(0,0,0,0.2);}
.article .c3 {width: 100%;  height:85px; line-height:85px;  border: none;
outline:none;color:#4c4c4c;font-size: 16px;padding: 0 20px;}
.article .c4{
	float: none;
	width: 90.8%;
    height: 305px;
	background: none;
	padding: 16px;
	border: 1px solid rgba(0,0,0,0.2);

}
.article .c5{
	width: 8%;  
	height:58px; 
	line-height:58px; 
	outline:none;
	color:#4c4c4c;
	font-size: 16px;
	padding: 0 20px;
	background: none;
    border: 1px solid rgba(0,0,0,0.2);

}
	
.article .submit{ border:0; height: 40px; cursor:pointer; background-color:#567f9f; color:#fff; font-size: 16px;}
.article .red {color:red;margin: 0 5px;}
.article_right{
float: right;
width: 49%;
}
.textarea {
		margin-bottom:25px
}
textarea { background-color:#f6f6f6; width: 100%;height:525px; padding:0;  border: none;
outline:none;color:#4c4c4c;font-size:16px;padding: 35px 20px; float: none;font-family: "Microsoft YaHei",Arial;}
.article table{ text-align: center;}

.article_sc {
width: 46.5%;
height: 240px;
float: left;
background:url(../images/cont1.jpg) no-repeat ;
    font-size: 30px;
    color: #ffffff;
padding: 40px 0px 0px 35px;
margin: 15px 20px 15px 0;
}
.article_jm {
width: 46.5%;
height: 240px;
float: left;
background:url(../images/cont2.jpg) no-repeat ;
    font-size: 30px;
    color: #ffffff;
padding: 40px 0px 0px 35px;
margin: 15px 0;
}
.ab_r{
	float: left;
	
}
.ab_r h2{
	color: #567f9f;
}
.ab_r p{
	font-size: 18px;
	line-height: 36px;
}
.ab_line{
    width: 39px;
    height: 3px;
    background-color: #567f9f;
	margin: 10px 0;
}
*/
.contact-container {
            width: 100%;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            position: relative;
        }
        
        /* 左侧信息区 */
        .company-info {
            background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
            color: white;
            padding: 60px 40px;
            position: relative;
            overflow: hidden;
            z-index: 2;
        }
        
        .company-info::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #b87333, #daa520);
        }
        
        .company-logo {
            font-size: 36px;
			font-weight: 450;
			line-height: 40px;
            margin-bottom: 30px;
            background: linear-gradient(to right, #daa520, #b87333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 1px;
        }
        
        .info-section {
            margin-bottom: 40px;
        }
        
        .info-title {
            font-size: 1.5rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
            color: #daa520;
        }
        
        .info-title::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #b87333, #daa520);
            border-radius: 2px;
        }
        
        .contact-detail {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .contact-icon {
            width: 42px;
            height: 42px;
            background: rgba(218, 165, 32, 0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 18px;
            color: #daa520;
            flex-shrink: 0;
        }
        
        .contact-text {
            flex: 1;
        }
        
        .contact-text p {
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .contact-text a {
            color: #daa520;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .contact-text a:hover {
            color: #ffd700;
            text-decoration: underline;
        }
        
        .map-placeholder {
            height: 200px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            overflow: hidden;
        }
        
        .map-placeholder i {
            font-size: 3rem;
            color: rgba(218, 165, 32, 0.3);
        }
        
        /* 右侧表单区 */
        .contact-form {
            padding: 60px 50px;
            position: relative;
            background: white;
        }
        
        .form-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .form-header h2 {
            font-size: 36px;
			font-weight: 450;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .form-header p {
            color: #666;
            font-size: 1.1rem;
        }
        
        .form-group {
            margin-bottom: 25px;
            position: relative;
        }
        
        .form-group input, 
        .form-group textarea {
            width: 100%;
            padding: 16px 20px;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s;
            background: #f9f9f9;
        }
        
        .form-group input:focus, 
        .form-group textarea:focus {
            outline: none;
            border-color: #b87333;
            box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.1);
            background: white;
        }
        
        .form-group input::placeholder, 
        .form-group textarea::placeholder {
            color: #999;
        }
        
        .form-group textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        .captcha-group {
            display: flex;
            gap: 15px;
            align-items: center;
        }
        
        .captcha-input {
            flex: 1;
        }
        
        .captcha-img {
            height: 50px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f5f5f5;
            cursor: pointer;
            overflow: hidden;
        }
        
        .captcha-img img {
            height: 100%;
        }
        
        .captcha-img i {
            font-size: 1.5rem;
            color: #ccc;
        }
        
        .submit-btn {
            width: 100%;
            padding: 16px;
            background: linear-gradient(135deg, #b87333, #daa520);
            border: none;
            border-radius: 10px;
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 10px;
            box-shadow: 0 5px 15px rgba(184, 115, 51, 0.3);
        }
        
        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(184, 115, 51, 0.4);
            background: linear-gradient(135deg, #daa520, #b87333);
        }
        
        /* 装饰元素 */
        .decoration {
            position: absolute;
            z-index: 1;
        }
        
        .decoration-1 {
            top: -20px;
            right: -20px;
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #b87333, #daa520);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            opacity: 0.1;
        }
        
        .decoration-2 {
            bottom: 40px;
            left: -30px;
            width: 80px;
            height: 80px;
            border: 3px solid rgba(184, 115, 51, 0.1);
            border-radius: 50%;
        }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .contact-container {
                grid-template-columns: 1fr;
            }
            
            .company-info {
                padding: 40px 30px;
            }
            
            .contact-form {
                padding: 40px 30px;
            }
        }
        
        @media (max-width: 576px) {
            .captcha-group {
                flex-direction: column;
            }
            
            .company-logo {
                font-size: 2.2rem;
            }
            
            .form-header h2 {
                font-size: 1.8rem;
            }
        }
        
        /* 动画效果 */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .company-info, .contact-form {
            animation: fadeIn 0.6s ease-out forwards;
        }
        
        .contact-form {
            animation-delay: 0.2s;
        }
    </style>

.gbook1 { width:10%}
.gbook2 { width:50%; float:left; }
.gbook3, .gbook4 { width:20%; }
.gbook5{width:10%;}
.mobieapp { border-left:solid 1px #ccc; border-top:solid 1px #ccc; }
.mobieapp li { width:24.868%; float:left; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc; padding:0.3em 0; }

.m_d_list{width:100%;}
.m_d_list img{width:100%;}

/*视频*/
.m_d_list #video0, .m_d_list #video1{width:800px; height:450px;}

/*底部*/
.downMenu{margin-top:60px;}

@media screen and (max-width:1560px){
	.wh img {
		width: 60%;
    max-width: 660px;
}
}

@media screen and (max-width:1400px){
	
	.about_numbe{padding:50px 0px;}
	.numbes{margin-left:90px;}
	.company-logo{font-size: 24px;}
     .form-header h2{font-size: 24px;}
	.wh_msg{width: 45%;padding-top:50px;padding-left:5%;}
	
	.wh img {
		width: 60%;
    max-width: 660px;
}
	
	.article_left{max-width: 550px;}
	.article .submit{margin-top: 15px;
	}
	
	.article .c1 {
    width: 77%;
	}
	.article .c2 {
    width: 88.8%;
	}
	.article .c3 {
    width: 100%;
	}
	.article .c4 {
    width: 89.5%;
	}
	
	
	.article_sc {
width: 45.6%;
height: 230px;}
		
	.article_jm {
width: 45.6%;
height: 230px;	}
	
	.view_py {
    padding: 30px 0 30px;
    font-size: 0;
}

	.zc{
position: relative;
box-shadow: 0px 0px 10px -5px;
float: left;
margin-right: 35px;
width: 25%;
padding:50px 35px;
}
	.zc p{font-size:16px;}
	
	.msg_cont h1 {
    margin-bottom: 20px;
}
.msg_cont a {
    margin-top: 20px;
}
	
	.parent_s1 {
    position: absolute;
    top: 80px;
    width: 1200px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parent_s2 {
    position: absolute;
    top: 80px;
    width: 1200px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parent_s3 {
    position: absolute;
    top: 80px;
    width: 1200px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.parent_s4 {
    position: absolute;
    top: 80px;
    width: 1200px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
	
	.join_p3{width: 100%;max-width: 1200px;}
	
	.join_p4 img{width: 100%;}
	
	.cont_right{
		width:58%;}
	
		.cont_right form td{font-size: 16px;}
	.cont_right form select {
        height: 40px;
		font-size: 16px;
	margin-right: 30px;
	}
	.join_p{ width: 100%; max-width: 900px;font-size: 16px; }
	
	
	.news_nt li .time2{ width: 55%}
	
	.p2 {float:left; margin-bottom:25px; line-height:0; margin-right:15px; width: 24% }
	.p2 img { width: 100%; }
	.imgview{ width: 50%;}
	.imgview img { width: 100%; }
	.conte_view { width: 100%; max-width:  540px;}
	.li_p {
    width: 180px;
}
	.li_p img{max-width: 180px;}
	
	.cont_img {
    float: left;
    margin-right: 30px;
}

.m_series_p5 img {
    max-height: 360px;
}
	
}

@media screen and (max-width:640px){

.wrapper{width:100%;}
/*产品系列*/
.bd_l{margin-bottom:10px; border:none; width:100%; float:none; margin:10px auto 0;}
.bd_dhb{border-bottom:none;}
.bd_dhb .hbt{width:48%; margin:0 1% 10px; height:40px; border:none; float:left; margin-bottom:10px; background: #3f3f3f; text-align:center; text-indent:0;}
.bd_dhb .current{background: #0877c7;}
.bd_dhb .hbt a{line-height:40px; color:#fff; font-size:16px;}
.bd_dhb .hbt:nth-child(2n){margin-right:0;}
.bd_dhb .hbt_on{background: #0877c7;}
.m_pro_list .p2_m{padding:0;}
.m_pro_list .p2 img{ padding:0;}
.sublist ul{border:none; padding:0;}
.sublist{width:100%; float:left; background-color:#fff; border: solid 1px #d1d1d1; margin-bottom:10px;}
.sublist li{float:left; width:50%;}
.sublist li a{background: url(../images/list_nese.jpg) no-repeat 25px center; border-bottom:1px solid #cecece; height: 39px; line-height: 39px;}

.about_mnd_l{width:33.1%; border:none;}

.about_mnd_lz{border:none;}	
.about_mnd_l p{display:block; font-size:19px; color:#fff; font-family:Arial, Helvetica, sans-serif;}
.about_bht{ font-size:22px; margin-bottom:5px;}
.about_mnd{ margin-bottom:20px;}
	
.gsleft{float: left; width: 100%;}
.gsright{float: right; width: 100%;}	
	
.numbes {
    float: left;
    margin-left: 95px;
}

	.lx{
width: 880px;
margin:0 auto;
	font-size: 14px;
}
.lnte_m {
    text-align: center;
    background-color: #f4f4f4;
    height: 100%;
    line-height: 50px;
    margin-bottom: 20px;
}
.about_ebd{

}
.about_ebd ul {
    width: 100%;
    float: left;
}
	.contable {overflow:scroll;width:100%; font-size:10px;}
.about_tit {
    font-size: 24px;
    margin-bottom: 15px;
}
.about_line {
    float: left;
    padding: 0px 10px;
}
.about_numbe {
    padding: 20px 0px;
}
.numbes {
   float:left;
    margin-left: 9px;
}
.numbes span {
    font-size: 14px;
    color: #363636;
}
.numbes h2 {
    font-family: "Bahnschrift";
    font-size: 30px;
    color: #ea5010;
    line-height: 30px;
}
.numbes h2 span{
    font-size: 30px !important;
}
.numbes b {
    font-size: 21px;
    color: #567f9f;
}
#cMoreList {
    margin-top: 20px;
}
.cont_img {
    float: left;
    margin-right: 0px;
	margin-bottom: 20px;
}

.ab_r span{
	font-size: 24px !important;
}
.ab_r p {
    font-size: 14px;
    line-height: 26px;
}
.wh {
    padding: 10px;
}
.wh_msg {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
    float: none;
}
.wh_msg h2 {
    color: #567f9f;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.wh_msg p {
margin-left: 20px;
    font-size: 14px;
    margin-bottom: 30px;
padding-right: 15px
}
.wh img {
    width: 100%;
    float: none;
}
.about_p3 {
    text-align: center;
    padding-top: 20px;
	margin-top: 10px;
}
.p3_line {
    width: 50px;
    height: 3px;
    background-color: #567f9f;
    margin: 10px auto;
}
.about_p3 h2 {
    font-size: 24px;
    font-weight: initial;
    line-height: 30px;
}
.about_p3 ul {
    margin-top: 15px;
}
.quality_p h2 {
    /*text-align: center;*/
    font-size: 30px;
    font-weight: initial;
    line-height: 50px;
}
.m_series_p3 a {
    background-color: #fff;
    padding: 10px 10px;
    display: block;
}
.m_series_p3 p {
    line-height: 30px;
    font-size: 14px;
}
.pro_line {
    width: 50px;
    height: 3px;
    background-color: #567f9f;
    margin: 10px auto;
}
.lx {
    width: 100%;
    margin: 0 auto;
}
#myform {
    margin-top: 15px;
}
.article_left {
   float: none;
    width: 100%; 
}
.article .c1 {
 width: 66%; 
    height: 50px;
    line-height: 50px;
	font-size: 14px;
}
.article .c2 {
 width: 66%; 
    height: 50px;
    line-height: 50px;
	font-size: 14px;
}
.article .c3 {
    width: 100%; 
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    color: #4c4c4c;
    font-size: 14px;
    padding: 0 20px;
}
.article .c4 {
    width: 68%;
	font-size: 14px;
}
.article .c5 {
    width: 18%;
    height: 50px;
line-height: 50px;
font-size: 14px;
}
.article_right {
float: none;
    width: 100%; 
}
textarea {
    background-color: #f6f6f6;
    width: 100%; 
    height: 335px;
    padding: 0;
    border: none;
    outline: none;
    color: #4c4c4c;
    font-size: 14px;
    padding: 15px 20px;
}
.article_sc {
   width: 95%; 
    height: 240px;
    float: left;
    background: url(../images/cont1.jpg) no-repeat;
    font-size: 30px;
    color: #ffffff;
    padding: 20px 0px 0px 20px;
    margin: 15px 20px 15px 0;
}
.article_jm {
   width: 95%; 
    height: 240px;
    float: left;
    background: url(../images/cont2.jpg) no-repeat;
    font-size: 30px;
    color: #ffffff;
    padding: 20px 0px 0px 20px;
    margin: 15px 0;
}

/*产品*/
.m_pro_list{padding-top:0; margin:0 auto;}
#m_right{width: 96%; display: block; margin: 0 2%; float: left; padding:0; border:none;}
.m_pro_list .p2{width: 48%; display: block;}
.m_pro_list .p2 figcaption {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.p2{margin-right:3.5%;}
.p2:nth-child(3n){margin-right:3.5%;}
.p2:nth-child(2n){margin-right:0;}
.cMore { font-size:0.875em; width:10.357em; height:3.214em; line-height:3.214em; background:url(../images/nMoreOff.jpg) no-repeat center center; margin:20px auto 0px; color:#fff; text-indent:1.78em; border-radius:6px; display: none;}
.cMore:hover { background:url(../images/nMoreOn.jpg) no-repeat center center; text-decoration:none; }
.cMore_news{margin:25px auto 0;}
.page, .pages{
	display: flex;
    width: 90%;
    margin: 20px auto;
}

/*产品大类*/
.prod_first:nth-child(3n+2){margin: 0 1% 0px;}
.lin_pont{padding:0;}
.prod_first:nth-child(2), .prod_first:nth-child(5){margin:0 1% 0px;}
.prod_first{width:48%; border:none; padding:0; margin:0 1% 0px;}
.prod_first img{width:100%;}
.prod_first figcaption{font-size:14px; overflow:hidden;}

/*简介系列*/
.about_en{margin-top:10px;}
.about_tn{margin-bottom:20px;}
.m_location_m{height:0; border:none;}
.hbt_a{float:left; width:48%; height:41px; margin-right: 2%; border: 1px solid #d1d1d1; margin-bottom:10px; background: url(../images/bd_img2.jpg) no-repeat 20px center;}
.hbt_a a{line-height: 41px;}
.hbt_a:nth-child(2n){margin-right: 0;}

.about_ebd .parent{width: 50%;display: block; float:left;  line-height:50px; height:50px; overflow: hidden;}
.about_ebd .parent a{height:50px; font-size:14px;}
.about_bht{ font-size:18px; font-weight:bold; margin-bottom: 0px; */}
/*简介*/
.about_tpn{ font-size:24px; line-height:58px; height:58px; margin-bottom:18px;}
.about_mnd{padding:16px 0 20px 0;}
.about_mnd_l{width:33.1%; border:none;}
.about_mnd_lz{border:none;}
.about_p{padding:0px 0 20px 0; width:90%; margin:auto; font-size:14px;}
.about_imt{width:100%; margin-left:0; margin-bottom:10px;}
.about_imt img{width:100%;}
.contacts_img{display:none;}
.about_01{display:none;}
.picScroll-left{display:none;}
.about_p img{ margin-bottom:0px; max-height: 345px;}

.about_p2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: initial;
    line-height: 30px;
    margin-top: 20px;
}

/*产品系列列表*/
.lin_pont{margin-bottom:30px;}
.product_ebd{box-shadow: 0px 0px 5px #fff; border:none;}
.product_ebd .parent{ width:48%; height:42px; border:none; overflow:hidden;}
.product_ebd .parent a{border: 1px solid #ccc; line-height:40px; height:40px; font-size: 14px; background: url(../images/bd_img.jpg) no-repeat left 14px center #fff; text-indent:26px;}
.product_ebd .parent a.current{background: url(../images/bd_img_on.jpg) no-repeat left 14px center #04478c; font-size: 14px;}
.product_ebd .parent a:hover {background: url(../images/bd_img_on.jpg) no-repeat left 14px center #04478c; font-size: 14px;}

.parent_s1 {
    position: absolute;
    top: 100px;
    width: 100%;
    border-bottom: none;
}
.parent_s2 {
    position: absolute;
    top: 100px;
    width: 100%;
   border-bottom: none;
}
.parent_s3 {
    position: absolute;
    top: 100px;
    width: 100%;
    border-bottom: none;
}

.parent_s4 {
    position: absolute;
    top: 100px;
    width: 100%;
    border-bottom: none;
}


/*产品详情*/
.imgview{margin:10px 0px; float:none; width:100%; height: 100%;}
.imgview img{width:100%;}
.conte_view{padding:10px 0px; width:100%;}
.view_py{padding:0;}
.tht_view{width:96%; float:none; margin:auto;}
.content table{font-size:10px;}
.title_fl_view{margin-bottom:10px;margin-top: 30px; }
.title_qq{margin-bottom:10px;}
.m_pro_menu{ margin:10px 0; padding-top:10px;}
.m_pro_prev{display:block; }
.m_pro_next, .m_pro_prev{float:left; margin:10px 0 0 0; width:40%; text-align:left; padding-right: 20px; border-right:1px solid #d2d2d2;text-indent: 40px;height: 40px; line-height: 40px;font-size: 14px;}
.m_pro_next{background: url(../images/next_vie.png) no-repeat 10px center #567f9f;margin-top: 10px; }
.m_pro_prev {margin-right: 20px;background: url(../images/zx.png) no-repeat left 10px center #c8000a;}
.view_bj{padding:0; background-color:#fff; border:none; box-shadow:none; margin-bottom:20px;}
.content img{width:100%;}
.content{ margin-top:10px; margin-bottom:5px; padding:5px;    font-size: 14px;}
.title{line-height:42px;}
.tei_img{width:100%; float:left; margin:auto; text-align:center;}

.view_bn {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.view_mt {
    padding-top: 10px;
    background-color: #f7f7f7;
    margin-bottom: -30px;
}

/*新闻*/
/*.news_nt span{display:none;}
..m_honor_content img{width:100%;}
.news_nt{ margin:0px 0 70px;}
#newslist{padding: 0px 0px 7px 0px;}
.m_prev_back{ margin-bottom:20px;}*/
#newslist {
    padding: 10px 0px 10px 0px;
    margin: 0 auto 0px;
}
.m_honor_title {
	font-size: 18px;
    line-height: 40px;
	color: #333;
}

.news_nt li{float:none; width:100%;
    height: auto;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s
}


.news_nt li .time1{width:18%; border:none;}
.news_nt li .time2{ margin-right: 10px; float:right; width:95%; max-height: 100%;padding-top: 5px;}
.news_nt li:nth-child(2n){float:none;}
.news_nt li:hover .time1 {background: #fff; color: #b8b8b8;}
.news_nt li:hover .time1 h3, .news_nt li:hover .time1 span {color:#b8b8b8;}
.news_nt li .time2 h3 a {
    display: block;
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: initial;
}
.news_nt li .time2 p {
    display: block;
    color: #4c4c4c;
    font-size: 14px;
}
.news_nt li .time2 span {
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.news_nt li .time1 {
    display: none;
}

.m_series_p4 {
    display: inline-block;
    width: 49%;
    margin-bottom: 2.6%;
    margin-right: 2%;
}
.m_series_p4:nth-child(2n){margin-right: 0%;}

.m_series_p4 p {
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
}
.m_series_p5 {
    display: inline-block;
    width: 49%;
    margin-bottom: 2.6%;
    margin-right: 2%;
}
.m_series_p5:nth-child(2n){margin-right: 0%;}

.m_series_p5 p {
    line-height: 35px;
    font-size: 16px;
    padding-left: 20px;
}
.join h2 {
    text-align: center;
    font-size: 26px;
    font-weight: initial;
    line-height: 50px;
}
.join_line {
    width: 50px;
    height: 3px;
    background-color: #567f9f;
    margin: 10px auto;
}
.join_zc {
    padding-bottom: 10px;
    margin-top: 20px;
}
.zc {
    position: relative;
    box-shadow: 0px 0px 10px -5px;
    float: none;
    margin-right: 35px;
    width: 87%;
    padding: 25px 25px;
margin-bottom: 15px;
}
.sever{
   display:none;
}
.join{
padding: 10px;
}
	.p2_cont{width: 100%;}
.p2_cont img{
width: 100%;
	
}
.cont_right {
    width: 100%;
    height: 100%;
    float: right;
    background-color: #ffffff;
}
.cont_right form {
	width: 96%;
	padding: 2%;
    color: #4c4c4c;

}
.cont_right form span {
    margin-right: 15px;
    font-size: 14px;
    color: #4c4c4c;
}
.join_p {
    width: 96%;
    font-size: 14px;
    color: #808080;
    line-height: 36px;
    margin: 0 auto;
    padding: 2%;
}
.join_p4 img {
    margin-bottom: 30px;
  width: 100%;
}
.cont_right form select {
    height: 40px;
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    margin-right: 0px;
    margin-bottom: 10px;
}
.submit {
    display: block;
    width: 100px;
    height: 30px;
    border: none;
    background-color: #e52029;
    color: #ffffff;
    font-size: 14px;
}
.m_pro_list h2 {
    text-align: center;
    font-size: 26px;
    font-weight: initial;
    line-height: 50px;
}
	
	.cont_right form td{ font-size: 14px;}

	
/*质量控制*/
.m_series_p3{width:50%;margin-right:0%; margin-bottom: 20px;}
.m_series_p3:nth-child(3n){margin-right:0%;}
.m_series_p3:nth-child(2n){margin-right:0%;}
/*下载*/
.giveliuyan{margin-bottom:20px;}
.lef{width:48%; margin-right:4%; background-color:#fff;}
.lef:nth-child(3n+3){margin-right:4%;}
.lef:nth-child(2n+2){margin-right:0;}
/*留言*/
.gbook1 { width:20%}
.gbook2 { width:100%; float:none; }
.gbook3 { width:20%; }
.gbook4 { width:10%; }
.mobieapp li { width:49.7%; }
/*视频*/
.m_d_list #video0, .m_d_list #video1{width:100%; height:auto;}

/*证书详情*/
.imgview_h img{width:100%;}
.content p{width:100%;word-break: break-all;}
	.content{margin-bottom:50px;}
/*图片*/
.responsimg { width:100%; display:block; }

/*技术中心*/
.m_pro_list .p1 { width:48.4%; display:inline; margin-top:2.8%; }
.nofirst1, .nofirst3, .nofirst5, .nofirst7, .nofirst9 { margin-right:2.8%; }
.nofirst2, .nofirst4, .nofirst6, .nofirst8, .nofirst10 { margin-right:0; }

/*联系我们*/
.cont_ly{width:97%; padding:20px 0 40px 3%;} 
.cont_r{width:100%;}

.cont_ly_t{ font-size:18px; font-weight:bold; margin-bottom:5px;}

.downMenu{margin-top:10px;}
	.title_view{font-size:18px;  margin-bottom:10px;}
}
@media screen and (max-width:375px){

}
@media screen and (max-width:320px){

}
.casting2 h3 a{width: 100%;text-align: center;padding: 10px;color: #e60012;font-weight: 300;background-color: #f5f5f5; }

.casting2 a {
	display: block;
	width: -moz-calc(33.33% - 18px);
	width: -webkit-calc(33.33% - 18px);
	width: calc(33.33% - 18px);
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
	max-height: 333px;
	background-color: #000;
}
.casting2 a img {
	width: 100%;
	opacity: 0.5;
	transition: all 0.5s;
}
.casting2 a .casting2-txt {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: -22px;
	transition: all 0.5s;
	
}
.casting2-txt span {
	display: block;
	width: 26px;
	height: 2px;
	background-color: #e60012;
	margin: 12px auto 0;
}
.casting2 a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
.casting2 a:hover .casting2-txt {
	opacity: 0;
}
@media only screen and (max-width: 991px) {
	.casting2 a {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.casting2 a:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.casting2 a:nth-of-type(2n) {
		margin: 0 0 40px;
	}
}
@media only screen and (max-width: 720px) {
	.casting2 {
	    padding: 35px 0 20px;
	}
	.casting2 a {
		width: -moz-calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
		width: calc(50% - 8px);
		max-height: 107px;
	}
	.casting2 a:nth-of-type(2n+1) {
		margin: 0 16px 16px 0;
		max-height: 107px;
	}
	.casting2 a:nth-of-type(2n) {
		margin: 0 0 16px;
		max-height: 107px;
	}
	.casting2 a .casting2-txt {
		font-size: 14px;
		line-height: 20px;
		margin-top: -14px;
	}
	.casting2-txt span {
		width: 15px;
		margin: 6px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.casting2 a {
		width: -moz-calc(33.33% - 12px);
		width: -webkit-calc(33.33% - 12px);
		width: calc(33.33% - 12px);
		
	}
	.casting2 a:nth-of-type(3n+1),.casting2 a:nth-of-type(3n+2) {
		margin: 0 18px 20px 0;
	}
	.casting2 a:nth-of-type(3n) {
		margin: 0 0 20px;
	}
	.casting2 a .casting2-txt {
		font-size: 16px;
		line-height: 20px;
		margin-top: -15px;
	}
	.casting2-txt span {
		width: 18px;
		height: 1px;
		margin: 8px auto 0;
	}
}

@media only screen and (max-width: 1400px) {/*.gsright{float: right; width: 50%;}*/	.gsleft{ font-size: 14px;}.casting2 a{max-height: 254px;}}

@media only screen and (min-width: 1200px) {

	.casting2 a {
		width: -moz-calc(33.33% - 18px);
		width: -webkit-calc(33.33% - 18px);
		width: calc(33.33% - 18px);
		
	}
	.casting2 a:nth-of-type(3n+1),.casting2 a:nth-of-type(3n+2) {
		margin: 0 24px 25px 0;
	}
	.casting2 a:nth-of-type(3n) {
		margin: 0 0 25px;
	}
	.casting2 a .casting2-txt {
		font-size: 20px;
		line-height: 24px;
		margin-top: -18px;
	}
	.casting2-txt span {
		width: 21px;
		height: 2px;
		margin: 10px auto 0;
	}
}
@media only screen and (min-width: 1500px) {

	.casting2 a .casting2-txt {
		font-size: 24px;
		line-height: 30px;
		margin-top: -22px;
	}
	.casting2-txt span {
		width: 26px;
		margin: 12px auto 0;
	}
}
/*丰富的铸造经验      确保产品的内在质量*/
.casting3 {
	width: 100%;
	height: 540px;
	overflow: hidden;
	padding: 145px 0 0;
	background-image: url(../images/casting3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: #FFFFFF;
	line-height: 80px;
	font-size: 64px;
}
.casting3 p {
	font-weight: lighter;
	text-shadow: 8.7px 6.8px 5px rgba(4,0,0,0.24);
}
@media only screen and (max-width: 720px) {
	.casting3 {
		height: 300px;
		padding: 75px 0 0;
		line-height: 40px;
		font-size: 32px;
		background-size: auto 100%;
	}
}
@media only screen and (min-width: 992px) {
	.casting3 {
		height: 380px;
		padding: 105px 0 0;
		line-height: 56px;
		font-size: 45px;
		background-attachment: fixed;
	}
}
@media only screen and (min-width: 1200px) {
	.casting3 {
		height: 435px;
		padding: 115px 0 0;
		line-height: 65px;
		font-size: 52px;
	}
}
@media only screen and (min-width: 1500px) {
	.casting3 {
		height: 540px;
		padding: 145px 0 0;
		line-height: 80px;
		font-size: 64px;
	}
}

.abtbox-sec1 .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.abtbox-sec1 .cont .lt {
  width: 41.375%;
}
@media (max-width: 1199px) {
  .abtbox-sec1 .cont .lt {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .lt {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt {
    width: 100%;
  }
}
.abtbox-sec1 .cont .lt .font .tit {
  width: 100%;
  color: #000000;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .tit {
    font-size: 20px;
  }
}
.abtbox-sec1 .cont .lt .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0.68rem;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .lt .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.abtbox-sec1 .cont .lt .font .but {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #004896;
  margin-bottom: 0.72rem;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .lt .font .but {
    font-size: 14px;
  }
}
.abtbox-sec1 .cont .lt .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #004896;
  height: 20px;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .lt .font .but i {
    width: 18px;
    margin-left: 8px;
  }
}
.abtbox-sec1 .cont .lt .font .but i img,
.abtbox-sec1 .cont .lt .font .but i svg {
  float: left;
  width: 30%;
}
.abtbox-sec1 .cont .lt .font .but i img path,
.abtbox-sec1 .cont .lt .font .but i svg path {
  fill: #fff;
}
@media (min-width: 1200px) {
  .abtbox-sec1 .cont .lt .font .but:hover i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.abtbox-sec1 .cont .lt .font .jut {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.abtbox-sec1 .cont .lt .font .jut .li {
  width: 33.333%;
  padding-left: 10px;
  border-left: 1px solid #dddddd;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .jut .li {
    width: 50%;
  }
}
.abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
  font-size: 16px;
  margin-bottom: 1rem;
}
@media (max-width: 1900px) {
  .abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .jut .li .fz_tit {
    font-size: 1rem;
  }
}
.abtbox-sec1 .cont .lt .font .jut .li .shu {
  font-size: 30px;
  font-weight: bold;
  line-height: 0.8;
  color: #333333;
}
@media (max-width: 1580px) {
  .abtbox-sec1 .cont .lt .font .jut .li .shu {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .jut .li .shu {
    font-size: 1.8rem;
  }
}
.abtbox-sec1 .cont .lt .font .jut .li .fz_text {
  color: #999;
  font-size: 16px;
  margin-top: 0.12rem;
}
@media (max-width: 1900px) {
  .abtbox-sec1 .cont .lt .font .jut .li .fz_text {
    font-size: 14px;
  }
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .lt .font .jut .li .fz_text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .lt .font .jut .li .fz_text {
    font-size: 1.2rem;
  }
}
.abtbox-sec1 .cont .gt {
  width: 58.625%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .abtbox-sec1 .cont .gt {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .abtbox-sec1 .cont .gt {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt {
    width: 100%;
  }
}
.abtbox-sec1 .cont .gt .img {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 85%;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt .img {
    width: 100%;
  }
}
@media (min-width: 768px) {
}
.abtbox-sec1 .cont .gt .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt .img img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.abtbox-sec1 .cont .gt .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 100%;
  background: url(../images/qiebian.svg) no-repeat;
  background-position: top left;
  background-size: auto 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .abtbox-sec1 .cont .gt .img:before {
    display: none;}
	
}
	
	        /* 选项卡导航样式 */
        .tabs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }
        .tab-btn {
            padding: 16px 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fff;
            cursor: pointer;
            font-size: 18px;
            transition: all 0.3s ease;
			width: 33%;
        }
        .tab-btn.active {
            background-color: #ff0101; /* 选中时红色背景 */
            color: #fff;
            border-color: #ff0101;
        }
        .tab-btn:hover:not(.active) {
            background-color: #f5f5f5; /*  hover 浅灰背景 */
        }

        /* 地区容器样式（默认隐藏，选中后显示） */
        .region-container {
            display: none;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 10px;
            margin-bottom: 20px;
        }
        .region-container.active {
            display: grid; /* 选中后显示网格布局 */
        }

        /* 国家按钮样式 */
        .country-btn {
            background-color: #fff;
            border: 1px solid #b3e5fc;
            color: #333;
            padding: 10px 10px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            text-align:center;
            transition: all 0.3s ease;
        }
        .country-btn:hover {
            /*background-color: #004ea1;*/  /* hover 浅红背景 */
			/*color: #fff;*/
        }

/* PC端响应式设置 */
    @media (min-width: 768px) {
        .region-container {
            grid-template-columns: repeat(5, 1fr); /* PC端5列 */
        }
        .country-btn {
            min-width: 120px; /* 调整PC端最小宽度 */
        }
    }

.tab-container {
            padding: 0 30px;
        }
        
        .tabs {
          
			 display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
        }
        
        .tab {
          
			padding: 24px 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fff;
            cursor: pointer;
            font-size: 18px;
			text-align: center;
            transition: all 0.3s ease;
			width: 33%;
			
        }
        
        .tab:hover {
            
			background-color: #f5f5f5; 
        }
        
        .tab.active {
      background-color: #ff0101; /* 选中时红色背景 */
            color: #fff;
            border-color: #ff0101;
        }
        
        .content-container {
            padding: 30px;
        }
        
        .tab-content {
            display: none;
            animation: fadeIn 0.5s ease;
        }
        
        .tab-content.active {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

 .material-code {
            font-weight: 600;
            color: #2c3e50;
        }
        
        .standard-ref {
            color: #3a6d8c;
        }
        
      
        .instructions {
            background-color: #f0f7ff;
            border-left: 4px solid #4a90e2;
            padding: 15px 20px;
            margin-bottom: 25px;
            border-radius: 4px;
            font-size: 14px;
            color: #2c3e50;
        }
        
        @media (max-width: 768px) {
            .container {
                border-radius: 0;
                box-shadow: none;
            }
            
            .content-container {
                padding: 0px 0px 60px 0px  ;
            }
            
        .tabs {
        flex-direction: column; /* 纵向排列 */
        align-items: stretch;   /* 子元素拉伸填满宽度 */
        gap: 15px;             /* 增加间距便于点击 */
    }

    .tab {
        width: 100%;           /* 独占一行 */
        padding: 16px 12px;    /* 移动端可适当缩小内边距 */
        font-size: 16px;       /* 移动端字体略小 */
    }
			.tab-container {
            padding: 0px;
           
        }
	.tab-btn {width: 90%;}
                  
           
        }