.ind_tit {
	width: 100%;
    text-align: center;
	position: relative;
	background-image: url(/statics/home/css/../images/i01.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: auto auto
}

.ind_tit small {
	font-size: 20px;
    margin-top: 10px;
	display: block;
	text-transform: uppercase;
	color: #717171;
	line-height: 30px
}

.ind_tit h2 {
	font-size: 36px;
	font-weight: 450;
	color: #333;
	line-height: 60px
}
.ind_tit span {
	display: block;
    width: 60px;
    height: 4px;
    background: #3f5fa9;
    margin-top: 20px;
}

.ind_tit .bg {
	font-size: 70px;
	font-weight: 600;
	text-transform: uppercase;
	color: #f6f6f6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	line-height: 1
}
.ipronav{
	width: 55%;
	margin: 0 auto;
}
#ind_products {
	position: relative;
	overflow: visible;
	z-index: 3;
	padding: 60px 0 60px;
	background-color: #f7f7f7 
}
#ind_products .wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#ind_products .ind_tit {
	margin-bottom: 30px
}

#ind_products .newstab {
	position: relative;
	z-index: 5;
	width: 100%;
	margin-top: 60px;
}
#ind_products .newstab .more{
	    margin: 0 auto;
}
#ind_products .btns {
    width: 100%;
	text-align: center;
	overflow: visible;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#ind_products .btns li {
	display: inline-block;
	font-size: 18px;
	width: 180px;
	border: 1px solid rgba(0,0,0,0.1);
    line-height: 45px;
	font-weight: 450;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	padding: 0;
}
#ind_products .btns li:hover {
	background:#eb5c22;
}
#ind_products .btns li:hover a{
	 color: #fff;
}

#ind_products .btns li a {
	color: #3a3a3a;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around
}

#ind_products .btns li.on,
#ind_products .btns li:hover {
	background-image: url(/statics/home/css/../images/i01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto auto
}


.ind_prolist {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.ind_prolist li {
	box-sizing: border-box;
	width: 23.5%;
    margin-right: 2%;
	display: block;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 30px;
}

.ind_prolist li:nth-child(4n) {
	 margin-right: 0%;
}

.ind_prolist li .big {
	border: 1px solid #e6e6e6;
}

.ind_prolist li .imWrapCenter{
	height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind_prolist li .imWrapCenter img {
	width: 100%;
	max-height: 100%;
    display: block;
	object-fit: cover;
}

.ind_prolist li .cont {
	font-size: .8rem;
	color: #333;
	padding: 3% 4% 3%;
}


.ind_prolist li .cont p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 16px;
}

.ind_prolist li small {
	font-size: 18px;
	color: #666;
	display: inline-block;
	padding-bottom: 10px;
	background-image: url(/statics/home/css/../images/i04.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	background-size: auto auto
}

.ind_prolist li h3 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 450;
	text-align: center;
}


.ind_prolist li .btn {
	font-size: 14px;
	color: #666;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 10em;
	border: 1px solid #ddd;
	line-height: 2.8;
	border-radius: 2rem
}



.pbanner {
	position: relative;
	overflow: hidden;
	padding: 60px  0;
}

.pbanner .cover {
	float: left;
	width: 40%;
}

.bcf{
	display: flex;
	background-color: #f7f7f7;
	margin-top: 30px;
	align-items: center;
}


.pbanner .ind_tit {
	text-align: center;
	background-image: none;
}

.pbanner .ind_tit small {
	padding-bottom: 0;
	color: #e95e26;
}

.pbanner .wrap {
	position: relative;
	max-width: 675px;
	margin: 0 auto;
}

.pbanner .wrap .des {
	color: #333;
	font-weight: 450
}


.pbanner .wrap .des p {
	line-height: 30px;
    font-size: 16px;
}

.pbanner dl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding-top: 2.5%
}

.pbanner dd {
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	text-align: left;
	width: 33%;
	margin: 0 1.5%;
	padding: 1.5% 2.5%
}

.pbanner dd .ico {
	overflow: hidden;
	transition: 1s ease;
	filter: brightness(0) invert(.4)
}

.pbanner dd h3 {
	font-size: .8rem;
	color: #666
}


.pbanner dd:hover .ico {
	transform: rotateY(180deg);
	filter: none
}

.pbanner .ind_tit .bg {
    font-size: 60px;
    font-family: Arial;
    text-transform: uppercase;
    color: #f6f6f6;
	position: initial;
    line-height: 1;

}


.nums {
	clear: both;
	display: flex;
	padding: 5% 0 0 0;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.nums .line {
	width: 1px;
    height: 40px;
    background: rgba(0,0,0,0.1);
}
.nums .li_box {
	box-sizing: border-box;
	text-align: center;
}

.nums .li_box:last-child {
	background: 0 0
}

.nums .li_box .bot {
	font-size: 20px;
	color: #666;
	padding-top: .5em
}


.nums .li_box .number .num {
	font-size: 60px;
    font-weight: bold;
	margin: 0;
	color: #e95e26;
	line-height: 1
}

.nums .li_box .number .wd {
	font-size: 24px;
	color: #666;
	line-height: .95;
	vertical-align: top;
	margin-left: .5rem;
}


.nums .li_box .number .wd em {
	font-size: 20px
}

.model2{
	padding-bottom: 90px;
	overflow: hidden;
}

.model2 h2{
	font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.model2 p{
	text-align: center;
}

.model2 span{
	display: block;
    width: 40px;
    height: 5px;
    background: #074992;
    margin: 0 auto;
	margin-bottom: 30px;
}


.more{
	width: 170px;
    line-height: 50px;
    text-align: center;
    background: #e95e26;
    font-size: 16px;
    margin-top: 40px;
}
.more a{
	color: #fff;
}

.model3{
	
	overflow:hidden;
	background:url(/statics/home/css/../images/about_bg.jpg) no-repeat;
	padding: 90px 0;
	color: #fff;
	text-align: center;
}

.model3 h2 {
    font-size: 36px;
    font-weight: 450;
	margin-bottom: 30px;
}

#industry{
	display: flex;
	box-shadow: 0px 0 15px 0px #d4dbe8;
	background: #fff;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .list{
	display: none;
}
.main .list:nth-child(1){
	display: block;
}

.side{
	width: 25%;
}

.side li{
	display: flex;
    line-height: 150px;
    align-items: center;
	color: #333;
	background: #f4f4f4;
    padding: 0 50px;
	border: 1px solid rgba(0,0,0,0.1);
}
.side li img{
	width: 26px;
	margin-right: 10px;
}
.side li a{
	font-size: 24px;
	color: #333;
}

.side li.active{
	color: #074992;
    background: #fff;
	border: none;
	border-left: 10px solid;
}
.side li.active a{
	color: #074992;
	font-weight: 600;
}
.side li.active img{
	filter: brightness(0) saturate(100%) invert(30%) sepia(90%) saturate(1000%) hue-rotate(200deg);
}



.main{
	width: 75%;
    padding: 35px 60px;
    box-sizing: border-box;
    overflow: auto;
}

.main-ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-list{
	 width: 100%;
}
.main-list dt a{ 
font-size: 24px;
	color: #074992;
}
.main-list dd{
	display: flex;
    flex-wrap: wrap;
	margin-top: 30px;
}
.main-list dd a{
	display: block;
    width: 32%;
    margin-right: 2%;
    color: #999999;
	margin-bottom: 30px;
}
.main-list dd a:nth-child(3n){
	margin-right: 0%;
}
.main-list dd a img{
    width: 100%;
    max-height: 280px;
    object-fit: cover;
	mix-blend-mode: multiply;
}
.listimg{
	background: #f8f8f8;
}
.main-list dd a p{
	font-weight: 600;
    color: #333;
	margin-top: 20px;
}
.main-list dd a span{
	color: #074992;
}


.factory{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 60px
}
.factory div{
	width: 48%;
}
.factory img{
	width: 100%;
	max-height: 350px;
    object-fit: cover;
}
.factory h2{
	font-size: 24px;
	font-weight: 450;
	padding: 20px 0;
}
.factory p{
	
}
.factory a{
	color: #074992;
	margin-top: 30px;
	display: block;
}


.model4{
	padding: 0;
}

.fabricate {
	padding: 90px 0;
    background: url(/statics/home/css/../images/bg.jpg) no-repeat center top;
	background-size: cover;
}
.abouto{
	width: 42%;
}
.abouto h2 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    font-weight: 450;
    margin-bottom: 30px;
}
.abouto h2 b{
	color: #eda51b;
	font-weight: 600;
}
.abouto a{
	display: block;
    width: 180px;
    line-height: 50px;
    text-align: center;
    border: 1px solid;
    border-radius: 30px;
    color: #fff;
}
.aboup{
	width: 100%;
}
.abouto p{
    color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
    line-height: 30px;
	text-align: left;
}
.fabricate .wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fabricateul {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
}

.fabricateli {
    width: 48.5%;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    margin-bottom: 20px;
	border: 1px solid #fff;
	padding: 25px;
}
.fabricateli .fabimg{

}
.fabricateli .fabp{
	width: 80%;
	color: #fff;
	margin-left: 25px;
}
.fabricateli .fabp h2{
	font-size: 16px;
    font-weight: 450;
}
.fabricateli .fabp p{
	font-size: 16px;
}
.fabricateli img {
    width: 100%;
    max-width: 30px;
}

.fabricateli:hover img{
transform: rotateY(180deg);
}

.model5{
	padding: 60px 0;
}
.model5 .tit h2 {
	font-size: 30px;
    line-height: 60px;
    font-weight: 450;
}


.newsbox{
	width: 52%;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.newsli{
	overflow: hidden;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.newsli:nth-child(3){margin-right:0%;}

.newsli .more{
	text-transform: uppercase;
    color: #eb5c22;
    font-weight: 500;
}

.newsli img{
    width: 100%;
	max-height: 275px;
	height: 275px;
    object-fit: cover;
	position: relative;
    border: 1px solid rgba(0,0,0,0.1);
}
.newsli:hover{
	 border-bottom: 1px solid #eb5c22;
}
.newsli:hover h3{
	color:#eb5c22;
}
.newsli:hover img{
	transform: scale(1.1);
}
.newsli a{
	position: relative;
}
.newsli:hover :after {
    content: ">";
    position: absolute;
    right: 0%;
    top: 50%;
    width: 45px;
    height: 45px;
    font-size: 24px;
    border-radius: 40px;
    color: #fff;
    background-color: #eb5c22;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsli .newsmsg {
    width: 80%;
}

.newsli .newsmsg h3{
	font-weight: 450;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsli .newsmsg p{

}
.newsbox .owl-dots{
	display: flex;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: center;
}

.newsbox .owl-dot span{
	display: block;
    width: 12px;
    height: 12px;
    background: #dddddd;
    border-radius: 10px;
	margin: 0 5px;

}

.newsbox .owl-dot.active span{
    background: #002fa7;
}

.model5 .tit span {
    display: block;
    width: 40px;
    height: 5px;
    background: #002fa7;
    margin: 20px 0;
}

.newsm{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 30px;
}

.newsimg{
	width: 44%;
}
.newsimg img{
	width: 100%;
}


#ind_hzhb {
    padding: 60px 0;
	background-image: url(/statics/home/css/../images/h_bg.jpg);
}

#ind_hzhb .wrapper{
	display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.hzhb_l {
    width: 40%;
}
.hzhb_l h2{
	font-size: 30px;
    font-weight: 242;
    color: #333;
    line-height: 60px;
}
.hzhb_l small{
	font-size: 16px;
}
.hzhb_l p{
	margin-top: 20px;
}

.hzhb_l .more{
	font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    border: 1px solid #fff;
	background: #eb5c22;
    line-height: 50px;
    border-radius: 2rem;
    width: 160px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.hzhb_l .more i {
    padding-left: 0.5em;
    content: '';
    width: 6px;
    line-height: 10px;
    transition: all ease-out 0.3s;
}

.hzhb_l .more:hover i {
    transform: translateX(0.5em);
}

.hzhb_r {
    width: 100%;
	margin-top: 60px;
}

.hzhb_r ul{
	display: flex;
    flex-wrap: wrap;
}

.hzhb_r li{
	background: #fff;
    width: 15%;
    margin-right: 2%;
    border-radius: 5px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
	margin-bottom: 30px;
}

.hzhb_r li img{
	display: block;
    max-width: 100%;
    max-height: 80%;
}

.hzhb_r li:nth-child(6n){
	 margin-right: 0%;
}

@media screen and (max-width:1287px){  
.pic_p{padding: 0 20px;}
}

@media screen and (max-width:1280px){

.pic_p{width: 1200px; padding: 0 20px;}

.li_p img { width:380px;}

.li_p{margin-right:10px;}
.news_mr{margin-right: 1%;}

.pic_p .bd {
    padding: 0px;
    overflow: hidden;
    width: 1160px;
    margin-left: 2%;

 }
}
@media screen and (max-width:1248px){  
.pic_p{padding: 0 0px;}
.pic_p .hd{display:none;}
}
@media screen and (max-width:1207px){ 
.pic_p{width: 1200px;}
.li_p{margin-right:18px;}
}
@media screen and (max-width:1600px){
	
	.ipronav {
    width: 70%;
    margin: 0 auto;
}
	
	.pbanner .wrap {
    margin: 30px 0;
    margin-right: 3%;
}

	.fabricateul {
    width: 53%;
}
.ind_prolist li .imWrapCenter {
    height: 210px;
}

}
@media screen and (max-width:1440px){ 
	.case .ind_tit {
    width: 50%;
}
.honorbox .honorli {
    height: 395px;
}

.hzhb_r li {
    height: 100px;
}
.hzhb_r li img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.side li {
    display: flex;
    line-height: 125px;
    align-items: center;
    color: #333;
    background: #f4f4f4;
    padding: 0 30px;
    border: 1px solid rgba(0,0,0,0.1);
}

.abouto {
    width: 60%;
}
#ind_products .btns li {
    margin-left: 30px;
}

.fabricateli .fabp {
    width: 85%;
}
.fabricateul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.ind_tit h2 {
    font-size: 36px;
    line-height: 60px;
}
.pbanner .cover {
    width: 55%;
    margin-right: 3%;
}
.pbanner .wrap {
    position: relative;
    max-width: 470px;
    margin: 40px 0;
}
.nums .li_box .number .num {
    font-size: 36px;
}
.abouto h2 {
    font-size: 36px;
    line-height: 48px;
}
.model5 .tit h2 {
    font-size: 36px;
    line-height: 60px;
}
.hzhb_l h2 {
    font-size: 36px;
    line-height: 60px;
}
.newsli .newsmsg {
    width: 85%;
}
}

@media screen and (max-width:640px){
#ind_products {
    margin: 0 auto;
    padding: 30px 0 30px;
}
.ipronav {
    width: 90%;
    margin: 0 auto;
}
.model2 {
    padding-bottom: 30px;
    overflow: hidden;
}
.model2 h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.model3 {
    padding: 30px 5%;
}
.model3 h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
#industry {
    width: 90%;
    margin: 0 auto;
}
.side {
    width: 100%;
}
.main {
    width: 100%;
    padding: 20px;
}
.side li a {
    font-size: 16px;
    color: #333;
}
.side li {
    display: flex;
    line-height: 50px;
    padding: 0 30px;
}
.main-list dt a {
    font-size: 16px;
    color: #074992;
}

.main-list dd a {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.main-list dd a:nth-child(3n) {
    margin-right: 2%;
}
.main-list dd a:nth-child(2n) {
    margin-right: 0%;
}

.factory {
    margin-top: 30px;
}
.factory div {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.factory h2 {
    font-size: 16px;
    font-weight: 450;
    padding: 10px 0;
}

.fabricate {
    padding: 30px 0;
}

.fabricateul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
}
.fabricateli {
    width: 100%;
    padding: 10px;
}
.fabricateli .fabp h2 {
    font-size: 16px;
    font-weight: 450;
}
.fabricateli img {
    width: 100%;
    max-width: 20px;
}
.fabricateli .fabimg {
    width: 30px;
    height: 30px;
    padding: 5px;
}
.fabricateli .fabp {
    width: 85%;
    color: #fff;
    margin-left: 15px;
}

.model5 {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}
.model5 .tit h2 {
    font-size: 24px;
    line-height: 30px;
}
.model5 .tit span {
    display: block;
    width: 40px;
    height: 5px;
    background: #002fa7;
    margin: 10px 0;
}

.por_box {
	width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

.ind_tit .bg {
    font-size: 30px;
    top: -10px;
    left: 0;
}

.ind_tit h2 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
}
.ind_tit small {
    font-size: 14px;
    display: block;
}
.ind_nav {
    margin-top: 20px;
}
.ind_nav .menu-li {
    padding: 0 15px;
    border-radius: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
}
#ind_products .btns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	flex-wrap: wrap;
}
#ind_products .btns li {
	font-size: 14px;
	width: 49%;
    margin-left: 0px;
	margin-bottom: 10px;
}
#ind_products .newstab {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.ind_prolist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
}
.ind_prolist li:nth-child(2n) {
    margin-right: 0%;
}
.ind_prolist li h3 {
    font-size: 14px;
}
.ind_prolist li .cont p {
    font-size: 14px;
}
.ind_prolist li .imWrapCenter {
    height: 120px;
}

.bcf {
    flex-wrap: wrap;
}
.pbanner {
    padding: 30px 5%;
    background-color: #f0f2f7;
}
.pbanner .cover {
    width: 100%;
    margin-right: 0%;
}
.pbanner .wrap {
    position: relative;
    max-width: 280px;
    margin: 20px auto;
}
.pbanner .ind_tit .bg {
    font-size: 30px;
}
.pbanner .wrap .des p {
    line-height: 30px;
    font-size: 14px;
}
.nums {
    padding: 30px 0 0 0;
    flex-wrap: wrap;
}
.nums .line {
    display: none;
}
.nums .li_box .number .num {
    font-size: 18px;
}
.nums .li_box .number .wd {
    font-size: 14px;
}
.nums .li_box .bot {
    font-size: 12px;
    color: #666;
    padding-top: 0px;
}
.nums .li_box {
    width: 50%;
    margin-bottom: 20px;
}
.por_ul {
    margin-top: 20px;
}
.por_ul .por_li {
    width: 49%;
    margin-right: 2%;
}
.por_ul .por_li:nth-child(4n) {
    margin-right: 0%;
}
.por_ul .por_li:nth-child(2n) {
    margin-right: 0%;
}

.por_ul .por_li img {
    width: 100%;
    max-height: 110px;
    object-fit: cover;
}


#ind_hzhb {
    padding: 30px 5%;
    background-image: url(/statics/home/css/../images/hb_bg.jpg);
}
#ind_hzhb .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hzhb_l {
    width: 100%;
}
.hzhb_r {
    width: 100%;
	margin-top: 30px;
}
.hzhb_l h2 {
    font-size: 24px;
    line-height: 40px;
}

.hzhb_l .more {
    font-size: 14px;
    line-height: 40px;
    width: 120px;
    margin-top: 30px;
}

.hzhb_r li {
	width: 32%;
    margin-right: 2%;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 10px;
}
.hzhb_r li:nth-child(3n) {
    margin-right: 0%;
}

.newsimg {
    width: 100%;
}
.newsbox {
    width: 100%;
    margin-top: 20px;
}

/*关于我们*/
.about_mane{background:url(/statics/home/css/../images/hom.jpg) no-repeat top center; text-align:center; padding-top:34px; margin-top:0px;}
.about_hm{ background:url(/statics/home/css/../images/hom.png) no-repeat center center; font-size:24px; color:#fff; text-align:center; margin:0 0 12px;}
.about_pm, .about_tm{color:#fff; text-align:center; font-size:14px; margin-bottom:16px;}
.about_tm{font-size:14px; line-height:26px; padding:2%;}
.about_mn{display: inline-block; border:2px solid #fff; line-height:0; width:29%;}
.about_mn img{width:100%;}
.about_mn_z{margin:0 2px;}

.about_n_t{margin-top:20px; font-size:0px; border-top:1px solid #9bb6da;}
.about_n_t img{width:75%} 
.about_n_t .wrapper{background:url(/statics/home/css/../images/xian_d.png) repeat-y top right;}
.about_n{width:24%; height:57px; padding:85px 0 0 0; display: inline-block; font-size:15px; color:#fff;}
.about_n1{background: url(/statics/home/css/../images/xian_d.png)repeat-y top left ,url(/statics/home/css/../images/xian_01.png) no-repeat center 30px;}
.about_n2{background: url(/statics/home/css/../images/xian_d.png)repeat-y top left ,url(/statics/home/css/../images/xian_02.png) no-repeat center 30px;}
.about_n3{background: url(/statics/home/css/../images/xian_d.png)repeat-y top left ,url(/statics/home/css/../images/xian_03.png) no-repeat center 30px;}
.about_n4{background: url(/statics/home/css/../images/xian_d.png)repeat-y top left ,url(/statics/home/css/../images/xian_04.png) no-repeat center 30px;}
.about_n5{background: url(/statics/home/css/../images/xian_d.png)repeat-y top left ,url(/statics/home/css/../images/fne_05.png) no-repeat center 30px;}

/*新闻中心*/

.news_hm{ width:96%; margin:auto;}
.news_h{border:0px solid #e2e2e2; padding:0px; margin-bottom:10px; padding:0px; background-color:#f4f4f4;}
.news_h .news_img{ width:34%; float:left; line-height:0; margin-right:2%;}
.news_h .news_img img{ width:100%;}
.news_h .news_hn{ width:64%; float:right;}
.news_h .h4{color:#222020; font-size:16px; line-height:30px; margin-bottom:0px;}
.news_h p{color:#303030; font-size:14px; line-height:22px;}
.news_h .time{float:left; margin-right:0px; width:38%; text-align:center; }
.news_h .time img{width:100%;}
.time_sj{background: url(/statics/home/css/../images/news_sj.png) no-repeat left center; color: #828282; padding-left: 25px; font-size: 14px;}
	
.lt_parent {
    display: flex;
    flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.lt_parent .lt_bd {
    width: 30%;
    margin-right: 0%;
}
.lt_parent .lt_bd:nth-child(2n){
    margin-right: 0%;
}
.lt_parent .lt_bd h2 {
    position: absolute;
    font-size: 16px;
    top: 10px;
    left: 10px;
    color: #fff;
}
.lt_parent .lt_bd span {
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}
.pic_main{
	 display: none;
}

.about_main {
    padding: 30px 0;
}
.app_mht {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.app_mht h2 {
    font-size: 24px;
    font-weight: 450;
    margin-bottom: 10px;
	line-height: 30px;
}
.app_mht .bg {
    font-size: 30px;
    font-weight: 700;
}

.amsgli {
    margin-right: 10px;
    padding-right: 10px;
}
.amsgli strong {
    font-size: 20px;
}


.case {
    padding: 30px 0;
	width: 90%;
    margin: 0 auto;
}
.caseli {
    width: 100%;
}

.caseli img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.process {
    padding: 30px 0;
}
.process .ind_tit {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.procul {
   width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    
}

.procli {
    width: 48%;
    padding: 10px;
    margin-bottom: 30px;
}

.procli img {
    max-width: 30px;
}

.procli span{
	line-height: 24px;
    margin-top: 10px;
}


.honorbox {
    padding: 30px 0;
}

.honorbox .honorul {
   width: 90%;
    margin: 0 auto;
	margin-top: 30px;
}

.honorbox .honorli {
    height: 195px;
}

.newsli {
    width: 100%;
	margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.newsli:hover :after {
    width: 25px;
    height: 25px;
    font-size: 14px;
	top: 80%;
}
.newsul .newsli {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.newsul .newsli .newsmsg {
    padding: 10px 0;
}
.newsli .newsmsg {
    width: 100%;
}
.Fieldmsg h3 {
    font-size: 24px;
    font-weight: 450;
    margin-bottom: 10px;
}

.por {
    padding: 30px 0;
}

.por_mht h2 {
    font-size: 24px;
    font-weight: 450;
    margin-bottom: 10px;
}

.Recpor img {
    padding: 20px;
    box-sizing: border-box;
}

.abouto {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.abouto h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.abouto p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
}
.abouto a {
    width: 120px;
    line-height: 40px;
}
.fabricateli .fabp p {
    font-size: 14px;
}
.plantul {
	flex-wrap: wrap;
    padding: 15px 15px;
}
.plantli {
    width: 48%;
    margin-bottom: 15px;
}

.plantli:nth-child(5){
    display: none;
}

.Newsbox {
    padding: 30px 0;
	width: 90%;
    margin: 0 auto;
}

.Newstit {
    margin-bottom: 30px;
	    flex-wrap: wrap;
}

.Newstit h2 {
    font-size: 24px;
}

.Newx {
    margin: 20px auto;
}

.more {
	width: 100px;
    font-size: 14px;
    line-height: 30px;
}

.nimg {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr;
    gap: 10px;
}

.Newsl {
    width: 100%;
}
.Newli {
    padding-bottom: 15px;
    margin-top: 20px;
}
.Newsli:nth-child(1){
	grid-row: 1;
    grid-column: span 2;
}
.Newsli:nth-child(2){
	grid-row: 2;
    grid-column: 1;
}
.Newsli:nth-child(3){
	grid-row: 2;
    grid-column: 2;
}
.Newslmsg h3 {
    font-size: 16px;
}

.fw_nav ul li {
    width: auto;
}
.video_ml {
    width: 96%;
    margin: auto;
    padding: 0;
    float: none;
}
.news_man {
    background: url(/statics/home/css/../images/news_bj.jpg) no-repeat top center;
    padding: 60px 0 80px;
    background-size: cover;
}

.news_mr {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding-top: 35px;
}
.video_ml video {
    width: 100%;
    max-height: 300px;
    height: 300px;
}

.flx_pm {
    display: flex;
    text-align: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lx_net {
    display: inline-block;
    width: 100%;
    color: #575757;
    font-size: 14px;
}
.lx_pine {
    font-size: 14px;
}

.news_mr .list img {
    display: none;
}
.news_mr li.list dl {
    float: none;
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
}
}
@media screen and (max-width:320px){
.hidden-xs4{ display:none; }

}