@charset "utf-8";
/* CSS Document */
*::selection{background:#ab0824; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:16px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#ffffff; min-width:1260px;_width:1260px;
margin: 0;    justify-content: center; /* 水平居中 */}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#ab0824;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

.lxwm-line-height {  
    /* 设置字体大小为16px */  
    font-size: 20px;  
    /* 设置行高为字体大小的1.6倍，即25.6px */  
    line-height: 2;  
    /* 其他样式属性也可以在这里添加 */  
    color: #333; /* 文本颜色 */  
    padding: 10px 0px 10px 30px; /* 内边距 */  
  } 
.large-text {  
    font-size:30px; 
	line-height:2.5; 

  }  
.mid-text {  
    font-size:24px; 
	line-height:2; 
	background:linear-gradient(0deg,#0db2fe,#61e2ff);
text-align: center;
  }  
.vertical-center {  
    display: flex;  
    align-items: center; /* 垂直居中对齐 */  
	justify-content:right;
    height: 100%; /* 或者你需要的任何高度 */  
  }  

/*video禁止显示下载按钮*/
video::-internal-media-controls-download-button{display:none;}
video::-webkit-media-controls-enclosure{overflow:hidden;}
video::-webkit-media-controls-panel{width:calc(100% + 30px);}


/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:url(file:///F|/ymzn/images/bg.png) repeat;}
.pageTips .container{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(file:///F|/ymzn/images/close.png) no-repeat center center;}
.pageTips .container .img{text-align:center;}
.pageTips .container .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container a{color:#fff; text-decoration:underline;}


/* 头部 */
.head{width:960px; height:112px; background:#FFFFFF  ;margin:0 auto;font-size:18px; }

.search{width:200px; height:34px; background:#fff; -webkit-border-radius:36px; border-radius:36px; overflow:hidden; margin-top:51px; float:right;}
.search .keyword{width:146px; height:34px; line-height:34px; padding-left:16px; font-size:14px; background:none; border:none; float:left;}
.search .keyword::placeholder{color:#aaa;}
.search .searchBtn{display:block; width:34px; height:34px; background:url(file:///F|/ymzn/images/iSearch.png) no-repeat center center; border:none; cursor:pointer; float:left; margin-right:4px;}


/* 菜单 */
.menuWrap{height:50px; -webkit-box-shadow:0 3px 5px;background:#3399FF; rgba(0,0,0,0.1); }
#menu{width:960px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
#menu>li{float:left; width:190px; position:relative;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px;}
#menu>li>a>span{display:inline-block; height:47px; line-height:50px; border-bottom:#fff 3px solid; padding:0 2px;}
#menu>li>a:hover, #menu>li>a.current:hover{color:#fff; background-color:#ffbc15;}
#menu>li>a.current{background-color:#ab0824; color:#fff;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:rgba(171,8,36,0.9); position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:8px 5px; color:#fff; line-height:24px; font-size:13px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#ffbc15; color:#fff;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:1px solid #fff;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; background:#fff  no-repeat center center;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#ffbc15;}
.banner img {  
    max-width: 100%;  
    height: auto;  
    /* 其他样式 */  
}


:root{--swiper-theme-color:rgba(255,255,255,0.96);}
.w1261{width:960px; height:306px;margin: 10px auto;}

.indH{height:40px; line-height:40px; padding-left:32px; background:url(file:///F|/ymzn/images/iH.png) no-repeat left center; font-weight:normal;}
.indH .more{float:right;}
.indH .more a{display:block; width:38px; height:40px; background:url(file:///F|/ymzn/images/m01.png) no-repeat center right; float:right;}
.indH .more a:hover{background-image:url(file:///F|/ymzn/images/m02.png);}
.indH p{height:40px; line-height:40px; font-size:24px; float:left;}


/* 普通新闻列表 */
.newsList li{height:40px; line-height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:10px; background:url(file:///F|/ymzn/images/a01.jpg) no-repeat left center; border-bottom:#d5d5d5 1px dashed;}
.newsList li span{float:right; padding-left:20px; color:#999;}

.F1{width:960px; height:414px; margin:40px auto 50px;}
.news{width:816px; height:414px; float:left;}
.newsCon{height:354px; margin-top:20px;}
.picNews{width:420px; height:354px; float:left;}
.picNews .swiper-wrapper{height:354px;}
.picNews .swiper-slide p{height:270px; overflow:hidden;}
.picNews .swiper-slide p i{display:block; height:270px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide div{height:83px; border:#e1e1e1 1px solid; border-top:none; padding:0 20px;}
.picNews .swiper-slide div h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-top:12px; color:#ab0824; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.picNews .swiper-slide div span{display:block; height:27px; line-height:27px; color:#999; padding-left:20px; background:url(file:///F|/ymzn/images/iTime01.png) no-repeat left center;}
.picNews .swiper-slide a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-slide a:hover div h3{color:#ffbc15;}
.picNews .swiper-pagination-bullets{height:10px !important; bottom:90px !important; font-size:0;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; background:#fff; -webkit-border-radius:50%; border-radius:50%; opacity:0.6; margin:0 5px !important;}
.picNews .swiper-pagination-bullet-active{opacity:0.9; background:#ffbc15;}

.txtNews{height:353px; border-bottom:#e1e1e1 1px solid; margin-left:474px; overflow:hidden;}
.txtNews li{height:54px; padding-bottom:15px;}
.txtNews li a{display:block; height:30px; line-height:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.txtNews li p{height:24px; line-height:24px; color:#999; font-size:15px;}


.notice{margin-left:858px; height:414px;}
.notice ul{height:353px; border-bottom:#e1e1e1 1px solid; padding-top:20px;}
.notice li{height:54px; padding-bottom:35px;}
.notice li p{width:54px; text-align:center; color:#ab0824; font-size:12px; line-height:24px; float:left;}
.notice li p span{font-size:24px; display:block; height:30px; line-height:30px;}
.notice li h3{height:54px; line-height:27px; font-size:16px; font-weight:normal; margin-left:72px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-justify:inter-ideograph; text-align:justify;}


.F2{ padding:10px 0; background:url(file:///F|/ymzn/images/bg.jpg) repeat-y top center;}
@media screen and (min-width:1920px){
	.F2{background-size:100% auto;}	
}
.w1260{width:960px; height:1750px;margin:0 auto;}
.lxwmw1260{width:960px; height:680px;margin:0 auto;}
.dzzqw1260{width:960px; height:820px;margin:0 auto;}
.cpmxw1260{width:960px; height:540px;margin:30px auto;}

.F2 .indH{height:55px; line-height:55px; border-bottom:#e1d0d4 1px solid;}
.F2 .indH p{height:55px; line-height:55px;}
.F2 .indH .more a{height:55px;}
.F2 .newsList{height:252px; padding-top:14px;}
.F2 .newsList li{height:42px; line-height:42px; border-bottom:none; background:none; padding-left:0;}

.hddt, .xxyd, .zlxz{width:450px; height:322px; float:left; margin-left:45px;}
.hddt{margin-left:0;}


/* 页底 */
.foot{ background:#3399FF; color:#fefefe; padding:10px 0; line-height:28px; font-size:14px; text-align:center;}
@media screen and (min-width:1920px){
.foot{background-size:cover;}	
}
.w1262{width:960px; height:90px;background:#3399FF;margin:0 auto;}
.foot a:link, .foot a:visited{color:#fefefe;}
.foot a:hover{color:#fff;}
.foot a img{vertical-align:text-bottom; margin-right:4px;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(file:///F|/ymzn/images/goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:128px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{width:1260px; margin:30px auto 50px;}
.left{width:200px; text-align:center; float:left; background:#f5f5f5; padding-bottom:20px; text-align:center;}
.left h2{height:50px; line-height:50px; font-size:20px; background:#ab0824; color:#fff; font-weight:normal;}
.left ul{width:auto; margin:0 20px;}
.left ul li{border-bottom:#ccc 1px dashed; display:block !important; float:none !important;}
.left ul li a{display:block !important; line-height:24px !important; padding:9px 0 !important; font-size:15px !important; width:auto !important; border:none !important; background:none !important; font-weight:normal !important; color:#333 !important; text-align:center !important;}
.left ul li a:hover{color:#ab0824 !important;}
.left ul li a.selected{background:none !important; color:#ab0824 !important;}
.left ul li a span{display:inline !important; padding:0 !important; line-height:24px !important;}
 
 
.right{margin-left:240px; background:#fff;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post .postSpan{float:right; line-height:26px; padding-top:12px;}
.post h3{float:left; color:#ab0824; border-bottom:2px solid #ab0824; font-size:20px; font-weight:normal;}

.list01{padding-top:20px;}


.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:228px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:208px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:208px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li p, .picList01 ul li p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}


.article{}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; font-size:16px;}
.articleCon img{max-width:1000px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}



.wp_paging{float:none !important; margin:20px auto 0 !important; text-align:center;}
.wp_paging li{float:none !important; margin:0 10px !important; font-size:14px; width:auto !important;}
.wp_paging li span{margin:0 5px !important;}

.possplit{background-image:url(file:///F|/ymzn/images/posSplit.gif)!important; width:15px !important;}

#wp_pager{text-align:center; padding-top:20px;}


.product-list{width:1000px;min-width:960px;margin:0 auto;text-align:center}
.product-list .product-item{margin-top:2.08vw;margin-bottom:3.125vw}

.product_title1{font-size:3.2vw}
.product_title1,.product_title2{font-style:italic;font-family:Source Han Sans CN;font-weight:400;color:#000}
.product_title2{font-size:1.8vw;margin-left:18px}
.product_newitem{margin:100px 0}
.product_newitemgrid{height:2000px}
.product_newitemgrid{width:100%;border:1px solid #d7d7d7;box-shadow:0 0 16px 0 hsla(0,0%,61.6%,.57);margin-top:40px}

.product_newitemgrid_title_span{font-size:22px;font-weight:700}
.product_newitemgrid_title_SM{width:100%;height:135px;padding-top:20px;text-align:left;padding-left:40px;color:#fff;font-size:18px;line-height:47px}
.product_newitemgrid_title_SM{background:linear-gradient(0deg,#0db2fe,#61e2ff)}
.product_name{width:300px;text-align:center;margin:40px auto 0}
.product_introduce div p{width:140px;height:40px;color:#fff;line-height:35px;font-size:20px;font-weight:700;border-radius:10px;margin:10px 15px}
.product_introduce div p{background:linear-gradient(0deg,#0db2fe,#61e2ff)}
.product_newitemgrid_SM{width:100%;border:1px solid #d7d7d7;box-shadow:0 0 16px 0 hsla(0,0%,61.6%,.57);margin-top:40px}
.product_newitemgrid_SM{height:1450px}
.product_item_SM{display:flex;width:100%}
.product_item_SM .product_item_text_SM{width:100%;height:420px;border-right:1px solid #d7d7d7}
.product_item_text_SM{flex-wrap: wrap;}
.product_item_SM .product_item_text_SM img{width:auto;height:330px;padding:10px 0}
.product_item_introduce_SM>span:first-child{font-size:20px;font-family:Microsoft YaHei;font-weight:700;color:#f18a4b}
.product_item_introduce_SM>span:last-child{font-size:20px;font-family:Microsoft YaHei;font-weight:700;color:#000;padding-left:10px}


.product_newitemgrid_CC{height:750px;width:100%;border:1px solid #d7d7d7;box-shadow:0 0 16px 0 hsla(0,0%,61.6%,.57);margin-top:40px}
.product_newitemgrid_title_CC{width:100%;height:135px;padding-top:20px;text-align:left;padding-left:40px;color:#fff;font-size:18px;line-height:47px}
.product_newitemgrid_title_CC{background:linear-gradient(0deg,#0db2fe,#61e2ff)}
.product_item_CC{display:flex;width:100%}
.product_item_CC .product_item_text_CC{width:100%;height:420px;border-right:1px solid #d7d7d7}
.product_item_text_CC{flex-wrap: wrap;}
.product_item_CC .product_item_text_CC img{width:auto;height:330px;padding:10px 0}
.product_item_introduce_CC>span:first-child{font-size:20px;font-family:Microsoft YaHei;font-weight:700;color:#f18a4b}
.product_item_introduce_CC>span:last-child{font-size:20px;font-family:Microsoft YaHei;font-weight:700;color:#000;padding-left:10px}
.product_item_CC{display:flex;width:100%}
.product_item_CC .product_item_text_CC{width:100%;height:420px;border-right:1px solid #d7d7d7}
.product_item_text_CC{flex-wrap: wrap;}
.product_item_CC .product_item_text_CC img{width:auto;height:460px;padding:10px 0}

.product_advantage{height:550px;width:100%;border:1px solid #d7d7d7;box-shadow:0 0 16px 0 hsla(0,0%,61.6%,.57);margin-top:40px}



.machine-pic{width:400px;float:left;display:flex;align-items:center;}

.machine-params__container{width:450px;display:flex;align-items:center;float:left;margin-left:60px;margin-top:10px;}
.machine-params__container .machine-title{width:100%;color:#131313;font-family:Microsoft YaHei;font-size:26px;border-bottom:1px solid #c8c8c8;padding-bottom:.88em;text-align: center;}
.machine-content{line-height:2}
.item-content{padding:5px 10px 15px 10px}
.item-content1{padding:5px 10px 0px 10px}

.item-title{color:#131313;font-family:Microsoft YaHei;font-size:18px;text-align: center;background:linear-gradient(0deg,#0db2fe,#61e2ff)}

.machine-params__container .button{cursor:pointer;position:relative;display:inline-block}
.machine-params__container .button img{width:auto}
.machine-params__container .params-item{font-size:14px}}@media screen and (min-width:1580px){.machine-pic{width:auto}
.machine-params__container .machine-title{font-size:36px;display:flex;align-items:center}

.machine-contentimg{width:40px;height:15px;}




.intro-item__container{ width:960px;height:1200px; margin-right: auto;justify-items: center;display: flex;justify-content: center;}