body {background: #f8f8f8;}
.footer {box-shadow: 2px -2px 5px #ccc;}
#bodycon #center {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
/*banner*/
.bann{overflow:hidden;}
.ban_bc .slider {width:100%;}
.ban_bc .slick-slide img{width:100%;}
.ban_bc .slick-current{height:auto; -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;}
.ban_bc .slick-current img {width:100%;}
.ban_bc .slick-prev {left:38px;z-index:99;}
.ban_bc .slick-next {right:40px;}
.bann>button{display:none!important;}
.ban_bc{width:100%;position:relative;}
.ban_bc .slick-dotted.slick-slider{margin-bottom:0!important;}
.bann_num>span{font-size:30px;color:#fff;display:block;z-index:9;cursor:pointer;width:60px;height:90px; text-align:center;line-height:90px;}
.bann_num>.ban_prev{position:absolute;top:52%;left:40px;transform:rotate(180deg);}
.bann_num>.ban_next{position:absolute;top:52%;right:40px;}
.ban_dot{position:absolute;bottom:7%;left:50%;display:flex;margin-left:-33px;z-index: 99;}
.ban_dot li{width:12px;height:12px;border-radius:100%;background:#fff;}
.ban_dot li+li{margin-left:12px;}
.ban_dot li button{display:none;}
.ban_dot li.slick-active{background:#017e1a;}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top; transform-origin: top;
  }
}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);  transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;   transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;  transform-origin: 50% 16%;
  }
  }
.si-content {
    clear: both;
position: absolute;
    z-index: 999;
    top: 48%;
margin: 0 auto;
    width: 100%;
left:10%;
}
.inner-wrap>*:last-child {
    margin-bottom: 0;
}
.si-header {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 100px;
 font-size: 60px;
}
.si-subtext {
    color: #fff;
    margin-bottom: 3em;
    font-size: 30px;
    display: block;
    margin-top: 0;
    position: relative;
}
.si-content a{font-size: 30px;color: #fff;}
.si-subtext a{font-size: 30px;color: #fff;}
.si-cta {
    display: inline-block;
    border: solid 1px transparent;
    margin-left: 0;
}
.si-ctas {
    text-align: center;
}
.si-ctas {
    text-align: center;
}
.gdd-017-b .si-brochure {
    margin: 0 0.3125em;
}
.si-cta img {
    display: block;
    box-shadow: 0px 0px 4px #fff;
width: 172px;
}
.si-header span {
    color: #fff;
    font-size: 50px;
    display: block;
    font-weight: 400;
line-height:70px;
}
/* 公共部分 */
.mod_tab {
    position: relative;
    margin-top: -66px;
    margin-bottom: 0px;
    z-index: 2;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.mod_tab::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    transition: all 0.36s;
}
.mod_tab_crumbs {}
.mod_tab_list {
    display: flex;
}
.mod_tab_item {
    width: 33.33333%;
}
.mod_tab_item a{font-size:16px;color: #fff;}
.mod_tab_item_cont {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1.7;
    color: #fff;
    transition: color 0.36s;
    position: relative;
font-weight:500;
}
.mod_tab_item:last-child {
    border: none
}
.mod_tab_item_cont::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0%;
    transform: translateX(0%);
    width: 0%;
    height: 3px;
    background: linear-gradient(to top, #017e1a, #00b324);
    transition: all 0.36s;z-index: 999;
}
.mod_tab_item.active .mod_tab_item_cont {
    color: #fff;
}
.mod_tab_item:last-child .mod_tab_item_cont {
    border-right: none;
}
.mod_tab_item.active .mod_tab_item_cont::after {
    width: 100%;
    transition: all 0.36s;
}
.mod_tab_item.actives .mod_tab_item_cont::after {
    width: 100%;
    transition: none;
}
.mod_tab_item:hover .mod_tab_item_cont::after {
    width: 100%;
}
.mod_tab_crumbs {
    position: absolute;
    width: 100%;
    bottom: calc(100% + 30px);
}
.mod_tab_crumbs .c_smnav1_a {
    opacity: 0.7;
    color: #fff;
}
.mod_tab_crumbs .c_smnav1_icon .iconfont {
    opacity: 0.7;
    color: #fff;
}
/*内页自定义幻灯片*/
.ban {
	position: relative;
	z-index: 1;
}

.ban:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	text-align: ;
	top: 0;
	z-index: -1;
}

.banner_title {
	font-size: 42px !important;
}
#banner_com {
	width: 100%;
	position: relative;
	background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712090707_590863207.jpg) top center no-repeat;height:500px;
-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;
}
#banner_news {
	width: 100%;
	position: relative;
	background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712090707_469650228.jpg) top center no-repeat;height: 450px;
-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;
}

#banner_con {
	width: 100%;
	position: relative;
	background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712090707_1951163978.jpg) top center no-repeat;
	height:500px;
-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;

}
#banner_feed {
	width: 100%;
	position: relative;
	background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712090707_416827685.jpg) top center no-repeat;
	height: 500px;
-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;
}
#banner_ry {
	width: 100%;
	position: relative;
	background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712090708_1529868478.jpeg) top center no-repeat;
	height: 500px;
-webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 1s ease-out  both;
}

/*面包屑导航*/
.mianbxContent {
	width: 100% !important;
	text-align: left !important;
	height: 62px !important;
	line-height: 62px !important;
	padding-left: 28px;
	margin-bottom: 0px !important;
	font-size: 16px;
	font-weight: 100;
	margin-top: 10px !important;
	background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712091343_1517366193.png) left no-repeat;
}
.mianbxContent,
.mianbxContent a {
	color: #666;
	font-size: 16px;
}

.strong_title {
	display: none;
}

/*内页产品分类*/
.pro_all_class{width:1500px !important; height:auto !important;margin:0 auto !important;font-size:0px; line-height:0px; border-bottom:none !important;margin-bottom:20px !important;}
.total_2019{font-size: 0;display: flex;width:100%;flex-wrap: wrap;justify-content: center;}
.one_2019{width:16.1%;height:42px;display: inline-block;position:relative;margin-bottom: 7px; margin-left: 7px;}
.two_2019{width: 100%;height:0; position:absolute;top:42px;left:0;z-index: 9;overflow: hidden;transition:0.6s;}
.one_bt_2019:hover{background:#017e1a;color:#fff;}
.one_2019:hover .two_2019{height:auto;transition:0.6s;}
.pro_all_class .two_bt_2019 a{width:100% !important;display:block;line-height: 42px;color:#666;height:42px;overflow:hidden;font-size:14px;background: #fff;
    border-radius: 50px;
    margin-top: 1px;}
.two_bt_2019 a:hover{    background: linear-gradient(120deg,#017e1a 10%,#00b324 80%);color:#fff;}
.pro_all_class>a,.one_2019>span a{display:inline-block;width:100%;height:42px;overflow:hidden;text-align:center;font-size: 16px !important;color:#333;background:#fff;white-space: nowrap;text-overflow: ellipsis;line-height:42px;text-decoration:blink;transition: all 0.8s linear;margin-bottom: 10px;border-radius: 50px;    font-family: axt;}
.one_2019>span a:hover{background:#017e1a;color:#fff;}
.pro_all_class>a:nth-child(1){display: none;}


.pro_all_class strong{background:#017e1a;color:#fff;display:block;height: 100%;width: 100%;line-height: 52px;font-size: 16px;}
.pro_all_class .pur{ display:none;}
.pro_all_class strong{background:#017e1a;color:#fff;display:block;height: 100%;width: 100%;line-height: 52px;font-size: 16px;}
.pro_all_class .pur{ display:none;}
.pro_all_class{ border:none !important; width:100% !important; }
.ny_propic{border: 1px solid #eee;}

/*新闻分类*/
.strong_title {
	display: none;
}

.nswsfenlei_2019 {
	margin-bottom: 30px;
}

.nswsfenlei_2019 ul {
	font-size: 0;
}

.nswsfenlei_2019 li {
	display: inline-block;
	vertical-align: top;
	width: 14%;
	height: 38px;
	border: 1px solid #e0e0e0;
}

.nswsfenlei_2019 li+li {
	margin-left: 12px;
}

.nswsfenlei_2019 li:hover,
.nswsfenlei_2019 li.curNewsType_2019 {
	background: linear-gradient(to top, #017e1a, #00b324) !important;
	background: linear-gradient(to top, #017e1a, #00b324) !important;color:#fff !important;
}
.nswsfenlei_2019 li.curNewsType_2019 a{color:#fff !important;}

.nswsfenlei_2019 li a {
	display: block;
	line-height: 36px;
	font-size: 17px;
	font-weight: 100;
text-align: center;
}
.nswsfenlei_2019 li:hover a{color:#fff !important;}
.ny_newslist:hover .ny_newsday {color:#ae0405 !important;}
.ny_newslist:hover .ny_newsmy{color:#ae0405 !important;}
.ny_newslist:hover .ny_newstil a{color:#fff !important;}


/*新闻详情*/
.nyxqnews_left {
	width: 880px !important;
}

.nyxqnews_leftpage {
	width: 880px !important;
}

.nyxqnews_leftup {
	width: 50% !important;
	line-height: 70px;
}

.nyxqnews_leftdown {
	line-height: 70px;
	background-position: 329px 29px !important;
}

.nyxqnews_rightcont a {
	line-height: 36px;
}

.nyxqnews_righttit strong {
	font-size: 18px;
	color: #000 !important;
}

.nyxqnews_righttit:before {
	background: #000 !important;
}

.nynews-list:hover .nynews-more {
	background: #ae0405 !important;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
}

/*留言*/
.fee_box {
	padding: 15px;
	border: 1px solid #d7d7d7;
}

.fee_box #form1 {
	padding: 0 30px;
}

.fee_box #tianxieone,
.fee_box #tfour,
.fee_box #liuyanshenming,
.fee_box #lytijiao {
	width: 1120px !important;
	border: none !important;
}

.fee_box #tianxieone .clear {
	display: block;
}

.fee_box #tfour {
	padding-bottom: 10px;
}

.fee_box #tianxiethree,
.fee_box #tfive {
	width: 1000px !important;
	border: 1px solid #d7d7d7;
}

.fee_box .tianXoImg {
	border: none !important;
}

.fee_box .tianXoImg input+input {
	height: 26px;
	border: 1px solid #d7d7d7;
}

.fee_box .bodycon_box {
	width: 100%;
	background: #f7f7f7;
}

.fee_box #lytijiao input {
	width: 120px;
	height: 36px;
	cursor: pointer;
}

.fee_box #lytijiao input:hover {
	background: #00924a;
	color: #fff;
}

.fee_box #chakantwo {
	width: 1300px !important;
	height: 65px !important;
	padding-left: 30px;
	text-align: left;
	font-size: 0;
}

.fee_box #chakantwo a {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #2b0103;
	text-align: center;
}

.fee_box #chakantwo a+a {
	margin-left: 2px;
}

/*分页*/
.pages_info {
	width: 900px !important;
	clear: both;
	margin-top: 20px !important;margin-bottom: 30px !important;
}

.page_total,
.pages_box a,
.page_jump {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 36px;
	background: #eee;
	line-height: 36px;
	border: 1px solid #eee;
	font-size: 13px;
	cursor: pointer;
}

.pages_box a {
	margin-left: 10px;
	color: #666;
}

.pages_box a.page_curr,
.pages_box a:hover {
	background: #017e1a;
	color: #fff;
	font-size: 13px;
}

.page_jump {
	margin-left: 10px;
}
.back_column{text-align: center !important;margin-top: 2% !important;}
.back_column a{width: 300px;
    display: flex;
    background: #333;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;line-height: 30px;}
.second_next_pre_dgwbct{margin-top: 2% !important;}
.second_next_pre_dgwbct{display: flex; text-align: center;justify-content: center; align-items: center;line-height: 30px;}
.dgweb_pre_page_1f20b23b0bec8b27e815b9efcb551a78{background: #eee;padding:1% 2%;}
.dgweb_next_page_1f20b23b0bec8b27e815b9efcb551a78{background: #eee;padding:1% 2%;}
.back_column{width: 100% !important;}
.nylist_pic img{height:auto;}

/*内页产品样式*/
.dwtwo li {
	width: 30.3% !important;
	margin: 0 1% 2% 1.7% !important;
}

.dwtwo li .dw_pic img {
	height: auto
}

.ny_protil {
	background: #f7f7f7 !important;
}

.nynews_time {
	background: rgba(25, 142, 62, 80%) !important;
}

.ny_prolist {
	border: 1px #eee solid;
	padding: 0.5% !important;
	width: 18% !important;
}

.ny_prolist:hover .ny_protil a {
	top: 0 !important;
	left: 0 !important;
	border-top: 1px solid #fc0001 !important;
	border-right: 1px solid #fc0001 !important;
	border-bottom: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
}

.ny_propic img {
	width: 100% !important;
	transition: all 0.5s !important;
	height: 100% !important;
}

.propic_show_right .cpbz a {
	display: block;
	height: 38px;
	width: 100%;
	margin-top: 40px;
}

.ny_protil:before {
	background: #ae0405 !important;
}

.propic_show_left_20170301 img {
	width: 600px;
	height: 450px;
	border: 1px solid;
	color: #eee;
}

.propic_show_right_20170301 {
	width:50% !important;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-left: 6% !important;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 0 !important;
}

.propic_show_right_item_20170301 img:nth-child(6) {
	margin-right: 0px !important;
}

.pro_detail_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	display: block;
	padding-bottom: 10px;
}

.pshangxia_box {
	margin: 50px auto !important;
}

.pshangxia {
	padding: 10px 40px;
	background: #f5f5f5;
	border: 1px #eee solid;
}

.pcontent_title_h4 {
	display: none;
}

.detail_title {
	display: none;
}

.propic_show_right_20170301>br {
	display: none;
}

.pro_show_ewm {
	display: flex;
}

/*详情*/
.big_x {
	width: 100%;
}

.box_1 .txt_img {
	display: flex;
}

.box_1 .txt_img span {
	width: 50px;
	height: 50px;
	background: #ae0405;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box_1 .txt_img p {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	background: #ddd;
	width: 96%;
	padding-left: 14px;
}

.box_1 .txt_ps {
	margin: 20px 0;
	font-size: 16px;
	line-height: 30px;
}

.box_1 .txt_ps p {
	line-height: 30px;
	font-size: 16px;
	text-align: left;
}

.box_1 .txt_ps table {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.box_1 .txt_ps td {
	line-height: 30px;
	font-size: 16px;
}

.bo_img {
	text-align: center;
}

.big_x img {
	display: flex;
	margin: 8px auto;
}

.big_x .txt_img img {
	width: 32px;
}

/*相关产品*/
.pro_detail_rel_hd {
	height: 52px;
	line-height: 42px;
	padding-left: 20px;
	margin-top: 0px;
	background: #ae0405;
}

.pro_detail_rel_hd strong,
.detail_title strong {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.pro_detail_rel_box {
	padding: 0 20px 20px 20px !IMPORTANT;
	margin-top: 50px !important;
	color: #fff;
}

.pro_detail_rel_item {
	width: 100% !important;
	overflow: hidden;
	padding: 15px 50px;
BACKGROUND: #FFF;
}

.pro_detail_rel_item div {
	border: 1px solid #eee;
	width: 419px;
	display: flex;
	flex-direction: column;
BACKGROUND: #FFF;
}

.pro_detail_rel_item div img {
	width: 401px;
	border: 0px !important;
}

.pro_detail_rel_item div+div {
	margin-left: 20px;
}

.pro_detail_list {
	width: 32% !important;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
}

.pro_detail_list+.pro_detail_list {
	margin-left: 2%;
}

.pro_detail_list img {
	width: 100% !important;
	height: auto !important;
}

.pro_detail_rel_item div a {
	line-height: 42px;
	font-size: 15px;
}

.pro_detail_rel_item div br {
	display: none;
}

/*内页适应*/
#bodycon #center,
#bodycon #left {
	float: none !important;
	height: auto !important;
}

#bodycon #right,
#right {
	display: none !important;
}

#bodycontent {
	min-width: 1200px;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	float: none !important;
}

#bodycon{
	width: 100% !important;
	min-width: 1200px;
	max-width: 1500px;
	margin: 0 auto;
}

#bodycon {
	max-width: 1500px !important;
	min-width: 1200px;
	margin-bottom: 0%;
	position: relative;
	z-index: 99;
}

.pro_show_ewm {
	display: flex;
}

.pcontent_title_h4 {
	width: 100% !important;
}

#bodycon:first-child table {
	min-width: 1200px;
}

#center>table {
	width: 100% !important;
	min-width: 1200px;
}

#bodycontent>#bodycontent {
	width: 100% !important;
}

.propic_show_left_20170301 {
	width:40% !important;
	padding-top: 0 !important;
}

.propic_show_left_20170301 img {
	width: 100%;
	height: 100%;
}

.divproduct_new_div_item_body {
	line-height: 1.8vw;
}

.product_content {width: 100% !important; box-sizing: border-box; display: flex;flex-direction: column;align-items: center;margin-bottom: 3% !important; padding:4% !important;border: none !important;margin-top:0% !important; background: #fff;}
.product_content td{padding: 10px !important;}
.content_99eeb62c9bc9d4a9{background: #fff; padding:3%;margin-bottom: 0px !important;}
.product_content p{line-height:1.5; font-size:16px;}
.product_content p a{ font-size:16px;}
.detail_title {
	width: 100% !important;
}

.propic_show_right_item_20170301 {
	margin-top: 30px;
}

.propic_show_right_item_20170301 img {
	width: 24% !important;
border: 1px solid #eee !important;
}

.pro_detail_rel_item div {
	width:23.5% !important;
	height: 100% !important;
}

.pro_detail_rel_item div img {
	width: 100% !important;
	height: auto !important;
}

.pro_detail_rel_item div+div {
	margin-left: 2%;
}

.news_box_lbm {
	width: 100% !important;
}

.bodyContentString8 {
	width: 100% !important;
	min-width: 1200px;
}

.psupdown {padding-bottom:40px !important;padding-top: 40px !important;background: #fff;}

/*内页产品第六*/
.protemptwo ul {
	display: flex;
	flex-wrap: wrap;
}

.protemptwo li {
	width: 23% !important;
	margin-left: 26px !important;
	margin-top: 26px !important;
	margin: 0 1% 2% 1% !important;padding:1%;background: #fff;
}
.protemptwo li:hover .protemppic img{ transform:none !important;;}
.protemptitl:before {
	background: #017e1a !important;
}

.protemptwo li {
	border: 1px #eee solid;
	box-shadow: none !important;
}

.protemppic img {
width:100%;
	height: auto;
}

.protemppic {
	border: none !important;
}


/*内页产品右边样式*/
.propic_show_right_20170301 p {
	font-size: 14px;
	line-height:20px;
	font-weight: lighter;
}

/*内页产品二维码*/
.pro_show_ewm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.pro_ewm_left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.propic_show_con_box {
	width: 70%;
	padding: 3% 6%;
	height: auto;
	margin-top:2%;
background: #eee;
    border-radius: 20px;
}

.pro_ewm_m {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pro_ewm_m img {
	width: 100%;
}

.pro_ewm_m span {line-height: 2;}

.pro_ewm_left p {
	font-size: 16px;
	line-height: 24px;
}

.pro_ewm_left b {
	font-size: 18px;
	line-height: 28px;
	font-family: Arial;
}



/*自定义第七样式*/
.nylist li {
	width: 23% !important;
}

.nylist-title:before {
	width: 100%;
	height: 0;
	content: '';
	background: #ae0405;
	transition: 0.5s;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.nylist li:hover .nylist-title:before {
	height: 100%;
	transition: 0.5s;
}
.nylist li:hover .nylist-title{ color:#fff !important;}
.nylist-title {
	position: relative;
	z-index: 5;
}



.nylist-photo img {
	height: 100%;
}

/*自定义图片*/
.content_image{
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    padding: 4% 4% 2% 4%;
    background: #fff;}
.content_image img {
	width: auto !important;
	height: auto !important;
}

.dgcontent_title_h5 {
    font-size: 24px;
    background: #fff;
    padding: 0.11% 1% 1% 1%;
    text-align: center;
    width: 100% !important;
}
.nylist li .nylist_tit:before {
	background: #017e1a !important;
}

.ban_page {
	width: 1380px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 49%;
text-align: center;
    display: flex;
    justify-content: center;
}

/*新闻*/
.in_new p {
	font-size: 15px;
	line-height: 32px;
}

.pro_detail_cppp {
	line-height: 30px;
}

/*内页幻灯片文字*/
h3 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}
h5 {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
}
.banLeft {
	float: left;
}

.banLeft h3 {
	color: #fff;
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
	padding: 18px 0 8px 0;
	text-transform: uppercase;display: none;
}

.banLeft h5 {
	color: #fff;
	font-size: 2vw;
	line-height: 2;
	padding:2% 0;
font-weight: normal;
    font-family: 'df';
}
@media screen and (max-width:1429px) {
	.banLeft .banLine {
		width: 42px;
		height: 3px;
	}

	.banLeft h1 {
		font-size: 34px;
		padding: 22px 0 12px 0;
	}

	.banLeft h2 {
		font-size: 21px;
		padding: 0 0 24px 0;
	}
}

@media screen and (max-width:1229px) {
	.banLeft .banLine {
		width: 34px;
		height: 2px;
	}

	.banLeft h1 {
		font-size: 27px;
		padding: 15px 0 9px 0;
	}

	.banLeft h2 {
		font-size: 17px;
		padding: 0 0 18px 0;
	}
}

@media screen and (max-width:991px) {
	.joinBanBox {
		bottom: auto;
		top: 50%;
		margin-top: -33px;
	}

	.joinBanBox .banLeft {
		width: 100%;
		text-align: center;
	}

	.joinBanBox .banLeft .banLine {
		display: inline-block;
		vertical-align: top;
	}

	.joinBanBox .banLeft h3 {
		font-size: 23px;
	}

	.joinBanBox .banLeft h3 {
		padding: 0;
	}

}

/*自定义栏目导航*/
.pz_SideLayer {
	float: right;
	margin-top: 103px;
	display: none;
}

.pz_SideLayer .l1 {
	float: left;
	padding-left: 1px;
	list-style: none;
}

.pz_SideLayer .l1 a {
	float: left;
	width: 180px;
	background: #474747;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
}

.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover {
	background: #ae0405;
}

@media screen and (max-width:1429px) {
	.pz_SideLayer {
		float: right;
		margin-top: 72px;
	}

	.pz_SideLayer .l1 {
		padding-left: 1px;
	}

	.pz_SideLayer .l1 a {
		width: 154px;
		font-size: 14px;
		line-height: 44px;
	}
}

@media screen and (max-width:1229px) {
	.pz_SideLayer {
		float: right;
		margin-top: 53px;
	}

	.pz_SideLayer .l1 a {
		width: 123px;
		line-height: 35px;
	}
}

@media screen and (max-width:991px) {
	.pz_SideLayer {
		display: none;
	}
}


div#tianxieone,
#bodycontent #tfour,
#bodycontent #liuyanshenming {
	border-top: 1px solid !important;
	border-left: 1px solid !important;
	border-right: 1px solid !important;
}

#center #bodycontent:nth-child(8)>a {}

.xw p {
	line-height: 30px;
}



/**/
.protempone li:hover .protemp_title a{ color:#333 !important;}
.protemp_title a:hover{ color:#ae0405 !important;}
.protemp_title:hover a{ color:#ae0405 !important;}
.protemp_title a {font-size: 21px !important;}
.protemp_title a:hover:{color: #000000 !important;}
.protempone li:hover .protemp_title a {
	color: #000000 !important;
	background-image: #ae0405;
}
.protempone li:hover {transform: translateY(-0px) !important;}
.protempone li:hover .protemp_more a {
background: #ae0405 !important;
color: #fff !important;
}

.protempone li {
	width: 100% !important;
	padding: 3% !important;
box-shadow:none !important;
border: none;
background:#fff;
}

.protempwa {padding: 4% 0 0;width: 57% !important;}

.protemp_body {
	margin-top: 28px !important;
	font-size: 16px !important;
	color: #666;
	font-weight: normal;
max-height:185px !important;
}
.protemp_body p{line-height:1.5;}
.protemp_body span{font-weight:bold;margin-top:7px;margin-bottom:7px;display: block;}

.protemp_more a {
	margin-top: 16px !important;
}
.protemp_more a {
    height: 38px !important;
    border: 1px solid #017e1a;
    border-radius: 20px;
    color: #017e1a !important;
    background: #fff !important;
    width: 116px !important;
    line-height:38px !important;
    font-family: "Microsoft YaHei";
}

.nyproduct-photo img {
	height: auto;}

.nyproduct li {width:31.7% !important; border: 1px #eee solid;background: #fff;padding: 2%;}

.nyproduct-title {
	color: #333 !important;
}

.nyproduct-content .cpnycs p{line-height: 20px;}

.nyproduct li:hover .nyproduct-title {
	color: #fff !important;
}

.nynews-list:hover .nynews-title {
	color: #ae0405 !important;
}

.nynews-list:hover .nynews-more {
	background: #ae0405 !important;
}


/**/
.dwone li {width: 31.33% !important;}
.dwone li:hover .dwwa_more a {background: #017e1a !important;}

.dwone li:hover .dwwa_a a {
	color: #017e1a !important;
}
.dwone li img {height: auto;}
.dwone li:hover .dwwa_more a{ background:#017e1a !important;}
.dwone li:hover .dwwa_a a{ color:#017e1a !important;}

/**/
.nynewslist:hover {border: 3px solid #017e1a !important;}
.nynewslist:hover .nynewslist_time {
background: url(https://memberpic.114my.com.cn/dghanhe/uploadfile/image/20250712/20250712091414_922794293.png) center 28px no-repeat #017e1a !important;}

.nyproduct_photo:before{height: 0px;top: 0;z-index: 3;background:rgba(206, 4, 5, 0.4) !important;}
.nyproduct-title:after{background:#017e1a !important;}
.nyproduct-more{background: #017e1a !important;}
.nyproduct li:hover .nyproduct-more{background: #017e1a !important;}
.nyproduct ul li:hover .nyproduct-text{color:#fff;}
.nyproduct-content .cpnycs{color: #fff;}
.nyproduct-more{background: #017e1a !important;box-shadow: 0px 1px 20px 0px rgba(206, 4, 5, 0.4), inset 0px -1px 0px 0px #100 !important;}
.nyproduct li:hover .nyproduct-content{background-color: #017e1a !important;}

/*con*/
.contact-box1 .box .list ul li .t2 span a{font-size: 17px;}
.my-map{margin-bottom:150px;}
  .contact-box1{width: 100%;padding:0.1rem 0;font-family: 'Hos';}
  .contact-box1 .box{width: 100%;margin: auto;display: flex;flex-wrap: wrap;padding: 0px !important;}
  @media (max-width: 1600px){.contact-box1 .box{width: 84%;}}
  @media (max-width: 1280px){.contact-box1 .box{width: 90%;}}
  .contact-box1 .box .top{width: 100%; position: relative;}
  .contact-box1 .box .top .title{font-size:71px; font-family: Arial; font-weight: 400; height:82px; color: #fff; line-height:64px; position: relative;    text-align: left;text-transform: uppercase;-webkit-text-stroke: 1px #eee;}
  .contact-box1 .box .top .title span{font-size: 28px; line-height:105px; color: #161b27; position: absolute; left:4px;}
  @media (max-width: 1600px){.contact-box1 .box .top .title span{font-size: 26px;}}
  @media (max-width: 1440px){.contact-box1 .box .top .title span{font-size: 24px;}}
  @media (max-width: 1366px){.contact-box1 .box .top .title span{font-size: 22px;}}
  @media (max-width: 1280px){.contact-box1 .box .top .title span{font-size: 20px;}}
  @media (max-width: 1024px){.contact-box1 .box .top .title span{font-size: 18px;}}
  .contact-box1 .box .top .txt{line-height:30px; color: #161b27;font-size:18px;}
  .contact-box1 .box .list{width: 100%; margin-top:30px;}
  .contact-box1 .box .list ul{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .contact-box1 .box .list ul li{width: 49.42%; min-height:204px; background: #fff; border-radius:6px; padding:38px;}
  @media (max-width: 768px){.contact-box1 .box .list ul li{width: 100%; margin-bottom: 0.3rem;}}
  .contact-box1 .box .list ul li .t1{font-size:25px; line-height: 1; color: #161B27; font-weight:bold; margin-bottom:38px;}
  @media (max-width: 1600px){.contact-box1 .box .list ul li .t1{font-size: 22px;}}
  @media (max-width: 1440px){.contact-box1 .box .list ul li .t1{font-size: 22px;}}
  @media (max-width: 1366px){.contact-box1 .box .list ul li .t1{font-size: 20px;}}
  .contact-box1 .box .list ul li .t2{color: #666666; line-height:24px; margin-top:11px; display: flex;}
.contact-box1 .box .list ul li .t2 i{font-size:18px; padding-right:10px;}
  @media (max-width: 1024px){.contact-box1 .box .list ul li .t2{line-height: 0.4rem;}}
  .contact-box1 .box .list ul li .t2 img{width: 18px; height: 18px; margin-top:4px; margin-right:10px;}
  .contact-box1 .box .list ul li .t2 span{color: #161B27; margin-right: 0.05rem; font-size:17px; line-height:31px;}
  .contact-box1 .box .list ul li .t3{display: flex; margin-top:10px;}
  .contact-box1 .box .list ul li .t3 .wx{display: flex; align-items: center; position: relative; background: #DDDDDD; border-radius: 3px; padding:8px; color: #fff; cursor: pointer;}
  .contact-box1 .box .list ul li .t3 .wx img{width: 26px; height: 22px;}
  .contact-box1 .box .list ul li .t3 .wx span{position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 160px; height: 160px; background: #FFFFFF; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); display: none; justify-content: center; align-items: center; z-index:999999;}
  @media (max-width: 1024px){.contact-box1 .box .list ul li .t3 .wx span{width: 120px; height: 120px;}}
  .contact-box1 .box .list ul li .t3 .wx span img{width: 110px; height: 110px; margin: 0;}
  .contact-box1 .box .list ul li .t3 .wx:hover{background: #e86f00;}
  .contact-box1 .box .list ul li .t3 .wx:hover span{display: flex;}
  .contact-box1 .box .list ul li .t3 .wb{background: #DDDDDD; border-radius: 3px; color: #fff; display: flex; align-items: center; padding: 0.12rem; margin-left: 0.2rem; cursor: pointer;}
  .contact-box1 .box .list ul li .t3 .wb:hover{background: #e86f00;}
  .contact-box1 .box .list ul li .t3 .wb img{width: 26px; height: 22px;}
  .contact-box2{width: 100%; padding: 0.96rem 0;}
  .contact-box2 .box{width: 72.9%; margin: auto; display: flex; flex-wrap: wrap; align-items: center;}
  @media (max-width: 1600px){.contact-box2 .box{width: 84%;}}
  @media (max-width: 1280px){.contact-box2 .box{width: 90%;}}
  .contact-box2 .box .map-menu{width: 4.1rem; position: relative; padding: 0.1rem 0 0.1rem 0.7rem;}
  @media (max-width: 768px){.contact-box2 .box .map-menu{width: 100%; padding: 0.1rem 0;}}
  .contact-box2 .box .map-menu .line{width: 5px; height: 100%; background: #ddd; border-radius: 3px; position: absolute; left: 0; top: 0;}
  @media (max-width: 768px){.contact-box2 .box .map-menu .line{display: none;}}
  .contact-box2 .box .map-menu .line span{width: 5px; height: 0.75rem; background: #e86f00; border-radius: 3px; position: absolute; left: 0; top: 0; transition: all ease-in 0.3s;}
  @media (max-width: 768px){.contact-box2 .box .map-menu ul{width: 100%; display: flex; justify-content: center;}}
  .contact-box2 .box .map-menu ul li{font-size: 22px; color: #333333; line-height: 1; height: 0.75rem; display: flex; align-items: center; cursor: pointer;}
  @media (max-width: 1600px){.contact-box2 .box .map-menu ul li{font-size: 20px;}}
  @media (max-width: 1440px){.contact-box2 .box .map-menu ul li{font-size: 18px;}}
  @media (max-width: 1366px){.contact-box2 .box .map-menu ul li{font-size: 16px;}}
  @media (max-width: 768px){.contact-box2 .box .map-menu ul li{margin: 0 0.1rem;}}
  .contact-box2 .box .map-menu ul li:hover{color: #e86f00;}
  .contact-box2 .box .map-menu ul li.on{font-size: 28px; color: #e86f00;}
  @media (max-width: 1600px){.contact-box2 .box .map-menu ul li.on{font-size: 26px;}}
  @media (max-width: 1440px){.contact-box2 .box .map-menu ul li.on{font-size: 24px;}}
  @media (max-width: 1366px){.contact-box2 .box .map-menu ul li.on{font-size: 22px;}}
  @media (max-width: 1280px){.contact-box2 .box .map-menu ul li.on{font-size: 20px;}}
  @media (max-width: 1024px){.contact-box2 .box .map-menu ul li.on{font-size: 18px;}}
  @media (max-width: 768px){.contact-box2 .box .map-menu ul li.on{font-size: 16px;}}
  .contact-box2 .box .map-address{width: 7.4rem; position: relative;}
  @media (max-width: 768px){.contact-box2 .box .map-address{margin-top: 0.5rem;}}
  @media (max-width: 500px){.contact-box2 .box .map-address{display: none;}}
  .contact-box2 .box .map-address .map{width: 100%;}
  .contact-box2 .box .map-address .map img{width: 100%;}
  .contact-box2 .box .map-address .list{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
  .contact-box2 .box .map-address .list ul li{display: none;}
  .contact-box2 .box .map-address .list ul li.on{display: block;}
  .contact-box2 .box .map-address .list ul li .item{position: absolute;}
  .contact-box2 .box .map-address .list ul li .item.item1-1{left: 71.08%; top: 83.55%;}
  .contact-box2 .box .map-address .list ul li .item.item1-2{left: 86.75%; top: 74.34%;}
  .contact-box2 .box .map-address .list ul li .item.item2-1{left: 75%; top: 81.74%;}
  .contact-box2 .box .map-address .list ul li .item.item2-2{left: 70.81%; top: 79.6%;}
  .contact-box2 .box .map-address .list ul li .item.item2-3{left: 66.75%; top: 81.08%;}
  .contact-box2 .box .map-address .list ul li .item.item3-1{left: 74.72%; top: 54.27%;}
  .contact-box2 .box .map-address .list ul li .item.item3-2{left: 83.78%; top: 56.57%;}
  .contact-box2 .box .map-address .list ul li .item.item3-3{left: 79.32%; top: 60.85%;}
  .contact-box2 .box .map-address .list ul li .item.item3-4{left: 78.78%; top: 72.53%;}
  .contact-box2 .box .map-address .list ul li .item.item3-5{left: 83.78%; top: 65.53%;}
  .contact-box2 .box .map-address .list ul li .item.item3-6{left: 73.78%; top: 79.3%;}
  .contact-box2 .box .map-address .list ul li .item.item4-1{left: 69.32%; top: 37.33%;}
  .contact-box2 .box .map-address .list ul li .item.item4-2{left: 82.16%; top: 25.16%;}
  .contact-box2 .box .map-address .list ul li .item.item4-3{left: 78.51%; top: 44.57%;}
  .contact-box2 .box .map-address .list ul li .item.item4-4{left: 54.45%; top: 47.69%;}
  .contact-box2 .box .map-address .list ul li .item.item5-1{left: 47.7%; top: 54.76%;}
  .contact-box2 .box .map-address .list ul li .item.item5-2{left: 54%; top: 60.19%;}
  .contact-box2 .box .map-address .list ul li .item.item5-3{left: 67.16%; top: 57.07%;}
  .contact-box2 .box .map-address .list ul li .item.on .address span img:nth-child(2){opacity: 1;}
  .contact-box2 .box .map-address .list ul li .item.on .address .txt{color: #e86f00;}
  .contact-box2 .box .map-address .list ul li .item.on .add-tc{display: block;}
  .contact-box2 .box .map-address .list ul li .item .address{width: 0.27rem; height: 0.32rem; position: relative; cursor: pointer;}

.content_image{background: #fff;padding:5%;}
.column_content_page_content{width: 100% !important;}