/* CSS Document */
/**common**/
* { margin: 0; padding: 0; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1 Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
body { overflow-x: hidden; }
.w1200 { width: 1200px; margin: 0 auto; }
 @media screen and (max-width:1299px) {
.w1200 { width: 95%; }
}
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf"); }
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf"); }
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf"); }
@font-face { font-family: "KOULEN"; src: url("../fonts/KOULEN-REGULAR.TTF"); }
@font-face { font-family: "Impact"; src: url("../fonts/Impact.ttf"); }
@font-face { font-family: "RobotoRegular"; src: url("../fonts/RobotoRegular.ttf"); }
@font-face { font-family: "RobotoBold"; src: url("../fonts/RobotoBold.ttf"); }



/**top start**/
header .head_top{ width:100%; height:90px; padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:relative; }
header .head_top .w1200{height:100%;}
header .head_top .logo{ float:left;width:215px; margin-top:22px;}
header .head_top .logo img{ max-width:100%;}

header .head_top .w1200 .top_ss{ float:right;width:210px; margin-top:25px; border-radius:10px;border:1px solid #b71e3f;}
header .head_top .w1200 .top_ss .sr{ width:80%; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;height:38px; line-height:38px; color:#999; padding-left:10px;outline:none; border-radius:10px; border:0;}
header .head_top .w1200 .top_ss .tj{ width:20%; height:38px; float:left;border:0; outline:none; border-left:0; background:#fff;background: url(../images/serach.png) center center no-repeat;border-radius:10px;}
header .head_top .w1200 .top_ss ::-webkit-input-placeholder {
color:#999;
} /* 使用webkit内核的浏览器 */
header .head_top .w1200 .top_ss :-moz-placeholder {
color:#999;
} /* Firefox版本4-18 */
header .head_top .w1200 .top_ss ::-moz-placeholder {
color:#999;
} /* Firefox版本19+ */
header .head_top .w1200 .top_ss :-ms-input-placeholder {
color:#999;
} /* IE浏览器 */

@media screen and (max-width:1299px){
	header .head_top{ height:80px;}
	header .head_top .logo{width: 220px;}
	header .head_top .w1200 .top_ss{ width:180px;}
}
@media screen and (max-width:1199px){
	header .head_top .logo{width: 200px;}
}
@media screen and (max-width:1079px){
	header .head_top{ height:90px;}
	header .head_top .w1200{ position:relative;}
	header .head_top .logo{ width:195px; margin-top:22px;}
	header .head_top .w1200 .top_ss .sr{height:35px; line-height:35px;}
    header .head_top .w1200 .top_ss .tj{ height:35px;}
}
@media screen and (max-width:1023px){
	header .head_top{padding:20px 0;}
	header .head_top .logo{ margin-top:0;}
	header .head_top .w1200 .top_ss{float:right;margin-right:90px;width: calc(80% - 300px);margin-top:10px;}
}
@media screen and (max-width:767px){
	header .head_top{ padding:10px 0;}
    header .head_top .logo{ width:150px; margin-top:5px;}
	header .head_top .w1200 .top_ss{ width:100%; margin:15px 0;}
}

/*导航栏 开始*/
.ly_nav { width:62%; height:90px; margin:0; padding:0; float:left;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list { width:100%; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li { display:inline-block; width:16.66667%; list-style: none; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list > ul > li:last-child { background:none;}
.ly_nav .nav_list > ul > li:hover {}
.ly_nav .nav_list > ul > li > a { display: inline-block; width:100%; line-height: 90px; color: #000; font-size: 16px; text-align:center; padding: 0; margin: 0; text-decoration: none;  position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight:bold;}
.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active {}
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #b71e3f;}
.ly_nav .nav_list > ul > li > a > em { display:none; width:100%; height:1px; overflow:hidden; background-color:#b71e3f; margin:0; padding:0; position:absolute; top:70px; left:0;}
.ly_nav .nav_list > ul > li:hover > a > em, .ly_nav .nav_list > ul > li.active > a > em { display:block;}
.ly_nav .nav_list > ul > li i { display:inline-block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:10px 10px; vertical-align:middle; cursor:pointer; margin:0; position: absolute; top: 20px; right: 0; display:none;}
.ly_nav .nav_list > ul > li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.ly_nav .nav_list > ul > li .nav_mu { display:none; position:absolute; left:0; top:90px; z-index:10; width:100%; padding:0; background-color:#f8f8f8;}
.ly_nav .nav_list > ul > li .nav_mu1 ul{ padding:0 0 0 750px;}
.ly_nav .nav_list > ul > li .nav_mu2 ul{ padding:0 0 0 435px;}
.ly_nav .nav_list > ul > li .nav_mu3 ul{ padding:0 0 0 450px;}
.ly_nav .nav_list > ul > li:hover .nav_mu { display:block;}
.ly_nav .nav_list > ul > li ul { width:1200px; margin:0 auto; padding:0 0 0 370px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.ly_nav .nav_list > ul > li ul li { display:inline-block; margin:0 50px 0 0; padding:0;}
.ly_nav .nav_list > ul > li ul li a { display:block; height:50px;  line-height:50px; color:#666; font-size:16px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 30px; font-weight:bold; position:relative;}
.ly_nav .nav_list > ul > li ul li a > em { display:none; width:100%; height:2px; overflow:hidden; background-color:#b71e3f; margin:0; padding:0; position:absolute; bottom:0; left:0;}
.ly_nav .nav_list > ul > li ul li:hover > a > em{ display:block;}
.ly_nav .nav_list > ul > li ul li a:hover { color:#b71e3f;}
.ly_nav .nav_menu { display: none;}

.ly_nav .nav_list > ul > li ul li .nav_mu1 {display:none; position:absolute; left:0; top:50px; z-index:10; width:100%; overflow:hidden; padding:20px 0 0; background-color:#f8f8f8; min-height:200px; padding-bottom:30px;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 .w1200{ display: flex; text-align:center;}
.ly_nav .nav_list > ul > li ul li:hover .nav_mu1{ display:block;}
.ly_nav .nav_list > ul > li ul li ul li a > em { display:none; width:100%; height:2px; overflow:hidden; background-color:#b71e3f; margin:0; padding:0; position:absolute; bottom:0; left:0;}
.ly_nav .nav_list > ul > li ul li ul li:hover > a > em{ display:block;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl{ display:inline-block; width:auto; min-width:16.666666%; max-width:50%; border-right:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:0 20px; min-height:200px; vertical-align:top;}
.ly_nav .nav_list > ul > li:nth-child(1) ul li .nav_mu1 dl {}
.ly_nav .nav_list > ul > li:nth-child(2) ul li .nav_mu1 dl { width:50%; padding:0 40px;}
.ly_nav .nav_list > ul > li:nth-child(3) ul li .nav_mu1 dl { width:25%;}
.ly_nav .nav_list > ul > li:nth-child(4) ul li:nth-child(1) .nav_mu1 dl { width:25%;}
.ly_nav .nav_list > ul > li:nth-child(4) ul li:nth-child(2) .nav_mu1 dl { width:20%;}
.ly_nav .nav_list > ul > li:nth-child(4) ul li:nth-child(3) .nav_mu1 dl { width:50%; padding:0 40px;}
.ly_nav .nav_list > ul > li:nth-child(5) ul li:nth-child(1) .nav_mu1 dl { width:33.333333%;}
.ly_nav .nav_list > ul > li:nth-child(5) ul li:nth-child(2) .nav_mu1 dl { width:33.333333%;}
.ly_nav .nav_list > ul > li:nth-child(5) ul li:nth-child(3) .nav_mu1 dl { width:16.666666%;}
.ly_nav .nav_list > ul > li:nth-child(5) ul li:nth-child(4) .nav_mu1 dl { width:50%; padding:0 40px;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl dt{ font-size:18px; color:#333; margin-bottom:10px; font-weight:bold; line-height:26px;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl dt a{ display:block; height:36px; overflow:hidden; line-height:36px; font-size:18px; color:#333; text-align:left; padding:0;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl dd{ height:30px; line-height:30px;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl dd a{ display:block; width:100%; overflow:hidden;height:30px; line-height:30px; color:#666; font-size:14px; margin:0; padding:0; font-weight:normal; text-align:left; white-space:nowrap;text-overflow:ellipsis;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl dd a:hover{ color:#b71e3f;}
.ly_nav .nav_list > ul > li ul li .nav_btn{ width:100%; text-align:center; margin:0 auto; clear:both; padding-top:20px;}
.ly_nav .nav_list > ul > li ul li .nav_btn a{ display:block; color:#b71e3f; font-size:14px; font-weight:normal;}
.ly_nav .nav_list > ul > li ul li .nav_mu1 dl:last-child{ border:0;}
.ly_nav .nav_list > ul > li:nth-child(5) ul li .nav_mu1 dl dt{ margin-bottom:8px;}
.ly_nav .nav_list > ul > li:nth-child(5) ul li .nav_mu1 dl span{ display:block; font-size:14px; color:#333; line-height:22px; margin-bottom:15px;}

.ly_nav .nav_list > ul > li ul li .nav_mu1 dl .nav_ms { width:100%; height:40px; overflow:hidden; line-height:20px; color:#333; font-size:14px; text-align:left; margin:0 auto 8px; padding:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_nav .nav_list > ul > li ul { width:100%;}
	.ly_nav .nav_list > ul > li > a { font-size:16px;}
	.ly_nav .nav_list > ul > li .nav_mu1 ul{ padding:0 0 0 650px;}
	.ly_nav .nav_list > ul > li .nav_mu2 ul{ padding:0 0 0 420px;}
	.ly_nav .nav_list > ul > li .nav_mu3 ul{ padding:0 0 0 380px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_nav { width:60%;}
	.ly_nav .nav_list > ul > li > a { font-size:16px;}
	.ly_nav .nav_list > ul > li:hover .nav_mu { display:none;}
	.ly_nav .nav_list > ul > li ul li:hover .nav_mu1{ display:none;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_nav { height:0; margin:0; width:auto;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:60px; color:#999; font-size:18px; text-align:left; padding:0 60px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { background-color:#b71e3f;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff;}
	.ly_nav .nav_list > ul > li > a > em { margin:0; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:60px; height:60px; background-size:14px 14px; position:absolute; top:0; right:0; display:none;}
	.ly_nav .nav_list > ul > li i.cur { background-size:14px 14px;}
	.ly_nav .nav_list > ul > li:hover .nav_mu { display:none;}
	.ly_nav .nav_list > ul > li ul li:hover .nav_mu1{ display:none;}
	
	.ly_nav .nav_menu { display: block; width:28px; padding:10px 7px; background-color:#fff; border: 1px solid #ccc; border-radius:2px; margin: 0; position:absolute; top:8px; right:2%;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #ccc; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 8px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}
	
	.ly_nav .nav_menu:active { background-color:#b71e3f; border: 1px solid #b71e3f;}
	.ly_nav .nav_menu:active span { background-color:#fff;}
}
@media (max-width: 767px) {
	.ly_nav { height:0; margin:0;}
	.ly_nav .nav_list { width: 60%; height: 100%; margin:0; padding: 0; position:fixed; top: 0; left: -100%; z-index: 9999; transition: 0.5s; -webkit-transition: 0.5s;}
	.ly_nav .nav_list ul { width:60%; height:100%; background-color: #fff; position:relative; z-index:9999;}
	.ly_nav .nav_list .nav_mask { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.6); position:absolute; left:0; top:0; z-index:9998;}
	.ly_nav .nav_list ul > li { width: 100%; overflow: hidden; margin:0 auto; padding:0; background:none; box-sizing:border-box; position:relative;}
	.ly_nav .nav_list ul > li a { display:block; width: 100%; line-height:48px; color:#999; font-size:16px; text-align:left; padding:0 48px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { background-color:#b71e3f;}
	.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff;}
	.ly_nav .nav_list > ul > li > a > em { margin:0; height:2px; left:20px;}
	.ly_nav .nav_list > ul > li i { display:block; width:48px; height:48px; background-size:14px 14px; position:absolute; top:0; right:0; display:none;}
	.ly_nav .nav_list > ul > li i.cur { background-size:14px 14px;}
	.ly_nav .nav_list > ul > li:hover .nav_mu { display:none;}
	.ly_nav .nav_list > ul > li ul li:hover .nav_mu1{ display:none;}
	
	.ly_nav .nav_menu { display: block; width:28px; padding:8px 5px; background-color:#fff; border: 1px solid #ccc; border-radius:2px; margin: 0; position:absolute; top:10px; right:10px;}
	.ly_nav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #ccc; border-radius: 1px;}
	.ly_nav .nav_menu span + span { margin-top: 8px;}
	.ly_nav .open { width:100%; overflow: auto; left: 0%;}
	
	.ly_nav .nav_menu:active { background-color:#b71e3f; border: 1px solid #b71e3f;}
	.ly_nav .nav_menu:active span { background-color:#fff;}
}
/*导航栏 结束*/

/* banner 开始 */
.apple-banner { width: 100%; height: 612px; overflow: hidden; position: relative; z-index: 9; }
.apple-banner .swiper-container { width: 100%; height: 612px; position: relative; }
.apple-banner .swiper-container .swiper-slide a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0;}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { width: 36px!important; height: 36px!important; top: 50%!important; margin: -30px 0 0!important; }
.apple-banner .swiper-button-prev { background: url(../images/prev01.png) center center no-repeat; background-size: 36px 36px; left: 30px; }
.apple-banner .swiper-button-next { background: url(../images/next01.png) center center no-repeat; background-size: 36px 36px; right: 30px; }
/*分页器*/
.apple-banner .swiper-pagination { width: 100%; height: 15px; overflow: hidden; margin: 0; padding: 0; left: 0; bottom: 20px!important; }
.apple-banner .swiper-pagination .swiper-pagination-bullet { width: 15px; height: 15px; margin: 0 5px!important; border-radius: 50%; opacity: 0.5; background-color: #fff; }
.apple-banner .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; }
@media screen and (max-width:1299px) {
.apple-banner { height: 500px; }
.apple-banner .swiper-container { height: 500px; }
}
@media screen and (max-width:1199px) {
.apple-banner { height: 450px; }
.apple-banner .swiper-container { height: 450px; }
}
@media screen and (max-width:1080px) {
.apple-banner { height: 400px; }
.apple-banner .swiper-container { height: 400px; }
}
@media screen and (max-width:1023px) {
.apple-banner { height: 350px; top: 0; }
.apple-banner .swiper-container { height: 350px; }
.apple-banner .swiper-button-prev { background-size: 30px 30px; left: 15px; }
.apple-banner .swiper-button-next { background-size: 25px 25px; right: 15px; }
.apple-banner .swiper-pagination { bottom: 15px!important; }
.apple-banner .swiper-pagination .swiper-pagination-bullet { width: 13px; height: 13px; }
}
@media screen and (max-width:767px) {
.apple-banner { height: 300px; top: 0; }
.apple-banner .swiper-container { height: 300px; }
.apple-banner .swiper-button-prev { background-size: 25px 25px; left: 10px; }
.apple-banner .swiper-button-next { background-size: 25px 25px; right: 10px; }
.apple-banner .swiper-pagination { bottom: 10px!important; }
.apple-banner .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; }
}
@media screen and (max-width:600px) {
.apple-banner { height: 250px; }
.apple-banner .swiper-container { height: 250px; }
}
@media screen and (max-width:500px) {
.apple-banner { height: 220px; }
.apple-banner .swiper-container { height: 220px; }
}
@media screen and (max-width:375px) {
.apple-banner { height: 180px; }
.apple-banner .swiper-container { height: 180px; }
}
@media screen and (max-width:320px) {
.apple-banner { height: 140px; }
.apple-banner .swiper-container { height: 140px; }
}
/* banner 结束 */

/*banner下方列表 开始*/
.lyIdx_Num { width: 100%; padding: 55px 0; background: #f7f7f7; overflow: hidden; }
.lyIdx_Num ul li { width: 25%; border-right: 1px solid #dedede; float: left; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_Num ul li:nth-child(4n) { border: 0; }
.lyIdx_Num ul li p em { font-size: 44px; font-family: Impact, sans-serif; font-weight: bold; color: #b71e3f; display: block; font-style: normal; height: 55px; line-height: 55px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 10px; }
.lyIdx_Num ul li span { display: block; font-size: 16px; line-height: 30px; color: #333;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; padding:0 10px; }
@media (max-width: 1079px) {
}
@media (max-width: 1023px) {
.lyIdx_Num { padding: 40px 0; }
.lyIdx_Num ul li p em { font-size: 38px; }
.lyIdx_Num ul li span { font-size: 15px; }
}
@media (max-width: 767px) {
.lyIdx_Num { padding: 30px 0 10px; }
.lyIdx_Num ul li { width: 50%; margin-bottom: 20px; }
.lyIdx_Num ul li:nth-child(2n) { border: 0; }
.lyIdx_Num ul li p em { font-size: 34px; }
.lyIdx_Num ul li span { font-size: 14px; }
}
/*banner下方列表 结束*/

/*首页产品中心 开始*/
.lyIdxPro { width: 100%; padding: 70px 0; overflow: hidden; min-height: 300px; }
.ind_title { width: 100%; margin: 0 0 70px; padding: 0; }
.ind_title span { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #ddd; font-size: 24px; text-align: center; text-overflow: ellipsis; white-space: nowrap; margin: 0 auto 5px; padding: 0; }
.ind_title p { width: 100%; height: 40px; line-height: 40px; color: #333; font-size: 36px; font-weight: bold; text-align: center; margin: 0 auto; padding: 0; }
.ind_title p:after { content: ""; display: block; background: #b71e3f; width: 32px; height: 4px; margin: 20px auto 0; }
.ny_title p { font-size: 30px; }
.ind_title1 span { text-align: left; }
.ind_title1 p { text-align: left; color: #fff; }
.ind_title1 p:after, .ind_title2 p:after { margin: 20px 0; }
.ind_title2 span { text-align: left; }
.ind_title2 p { text-align: left; }
.ind_title3 p { color: #fff; }
.ind_title .ind_title_l { width: 50%; float: left; }
.ind_title .lyIdxCase_btn { width: 198px; height: 48px; line-height: 48px; border: 1px solid #b71e3f; text-align: center; position: relative; float: right; margin-top: 30px; }
.ind_title .lyIdxCase_btn a { display: block; color: #b71e3f; font-size: 14px; position: relative; z-index: 2; }
.ind_title .lyIdxCase_btn:after { content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #b71e3f; transition: all .4s ease; z-index: 1; }
.ind_title .lyIdxCase_btn:hover:after { width: 100%; top: 0; }
.ind_title .lyIdxCase_btn:hover a { color: #fff; }
.lyIdxPro_Main .Part_tit1 { width: 100%; background: #f8f8f8; border-radius: 10px; height: 50px; line-height: 50px; margin-bottom: 10px; }
.lyIdxPro_Main .Part_tit1 img { display: block; float: left; margin: 10px 0 0 25px; }

.lyIdxPro_Main .Part_tit2 { width: 100%; background: #f8f8f8; border-radius: 10px; height: 70px; line-height: 70px; margin-bottom: 10px; }
.lyIdxPro_Main .Part_tit2 img { display: block; float: left; margin: 10px 0 0 25px; }

.lyIdxPro_Main .Part_tit1 .lyIdxPro_btn1 { float: right; width: 88px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #6cb13e; border-radius: 5px; margin: 10px 10px 0 0; position: relative; }
.lyIdxPro_Main .Part_tit1 .lyIdxPro_btn1 a { display: block; font-family: 'Noto Sans CJK'; font-size: 14px; color: #6cb13e; position: relative; z-index: 2; }
.lyIdxPro_Main .Part_tit1 .lyIdxPro_btn1:after { content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #6cb13e; transition: all .4s ease; z-index: 1; }
.lyIdxPro_Main .Part_tit1 .lyIdxPro_btn1:hover:after { width: 100%; top: 0; }
.lyIdxPro_Main .Part_tit1 .lyIdxPro_btn1:hover a { color: #fff; }

.lyIdxPro_Main .Part_tit2 .lyIdxPro_btn2 { float: right; width: 88px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #b71e3f; border-radius: 5px; margin: 20px 10px 0 0; position: relative; }
.lyIdxPro_Main .Part_tit2 .lyIdxPro_btn2 a { display: block; font-family: 'Noto Sans CJK'; font-size: 14px; color: #b71e3f; position: relative; z-index: 2; }
.lyIdxPro_Main .Part_tit2 .lyIdxPro_btn2:after { content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #b71e3f; transition: all .4s ease; z-index: 1; }
.lyIdxPro_Main .Part_tit2 .lyIdxPro_btn2:hover:after { width: 100%; top: 0; }
.lyIdxPro_Main .Part_tit2 .lyIdxPro_btn2:hover a { color: #fff; }

.lyIdxPro_Main ul li { width: 24.25%; float: left; margin: 0 1% 10px 0; }
.lyIdxPro_Main ul li:nth-child(4n+4) { margin-right: 0; }
.lyIdxPro_Main ul li a.lyIdxPro_img { width: 100%; height: 170px; display: block; position: relative; }
.lyIdxPro_Main ul li a.lyIdxPro_img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; }
.lyIdxPro_Main ul li a.lyIdxPro_text { display: block; text-align: center; width: 100%; height: 50px; background: #6cb13e; line-height: 50px; color: #fff; font-size: 14px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdxPro_Main ul li:hover a.lyIdxPro_text { text-decoration: underline; }
.lyIdxPro_Main .lyIdxPro_Part2 { margin-top: 20px; }
.lyIdxPro_Main .lyIdxPro_Part2 ul li a.lyIdxPro_text { background: #b71e3f; }
@media (max-width: 1079px) {
.lyIdxPro { padding: 55px 0; }
.ind_title span { font-size: 22px; }
.ind_title p { font-size: 34px; }
.lyIdxPro_Main ul li { width: 49.5% }
.lyIdxPro_Main ul li:nth-child(2n+2) { margin-right: 0; }
.lyIdxPro_Main ul li a.lyIdxPro_img { height: 250px; }
}
@media (max-width: 1023px) {
.lyIdxPro { padding: 45px 0; }
.ind_title { margin-bottom: 60px; }
.ind_title span { font-size: 20px; height: 35px; line-height: 35px; }
.ind_title p { font-size: 32px; height: 35px; line-height: 35px; }
.lyIdxPro_Main .Part_tit1 img { height: 25px; margin: 13px 0 0 25px; }
.lyIdxPro_Main .Part_tit2 img { height: 45px; }
.lyIdxPro_Main ul li a.lyIdxPro_img { height: 220px; }
}
@media (max-width: 767px) {
.lyIdxPro { padding: 35px 0; }
.ind_title { margin-bottom: 50px; }
.ind_title span { font-size: 18px; height: 30px; line-height: 30px; }
.ind_title p { font-size: 28px; height: 30px; line-height: 30px; }
.lyIdxPro_Main .Part_tit1 img { height: 20px; margin: 15px 0 0 25px; }
.lyIdxPro_Main ul li { width: 100%; }
.lyIdxPro_Main .Part_tit2 img { height: 35px; }
.lyIdxPro_Main ul li a.lyIdxPro_img { height: 150px; }
.lyIdxPro_Main ul li a.lyIdxPro_text { height: 40px; line-height: 40px; }
}
/*首页产品中心 结束*/

/*首页关于我们 开始*/
.lyIdx_About { width: 100%; padding: 70px 0; background: url(../images/about_img.jpg) no-repeat top center; background-size: auto; overflow: hidden; min-height: 300px; position: relative; background-attachment: fixed; }
.lyIdx_About:after { display: inline-block; content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; z-index: 1; }
.lyIdx_About .lyIdxAbout_l { position: relative; z-index: 2; width: 48%; float: left; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_Ms { color: #fff; font-size: 14px; line-height: 30px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; max-height: 180px; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_Ms p, .lyIdx_About .lyIdxAbout_l .lyIdxAbout_Ms span { display: inline-block; line-height: 30px!important; /*color: #fff!important;*/ font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif!important; font-size: 14px!important; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn { width: 198px; height: 48px; line-height: 48px; border: 1px solid #b71e3f; text-align: center; margin: 60px 0 0; position: relative; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn a { display: block; color: #b71e3f; font-size: 14px; position: relative; z-index: 2; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn:after { content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #b71e3f; transition: all .4s ease; z-index: 1; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn:hover:after { width: 100%; top: 0; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn:hover a { color: #fff; }
.lyIdx_About .lyIdxAbout_r { position: relative; z-index: 2; width: 48%; float: right; margin-top: 60px; }
.lyIdx_About .lyIdxAbout_r ul li { width: 48.5%; float: left; margin: 0 3% 40px 0; text-align: center; background-color: rgba(0, 0, 0, 0.2); padding: 30px 0; }
.lyIdx_About .lyIdxAbout_r ul li:nth-child(2n+2) { margin-right: 0; }
.lyIdx_About .lyIdxAbout_r ul li img { display: block; margin: 0 auto; }
.lyIdx_About .lyIdxAbout_r ul li b { display: block; color: #fff; margin: 10px 0; font-size: 36px; }
.lyIdx_About .lyIdxAbout_r ul li p { color: #fff; font-size: 14px; }
@media (max-width: 1079px) {
.lyIdx_About { padding: 55px 0; }
}
@media (max-width: 1023px) {
.lyIdx_About { padding: 45px 0; }
.lyIdx_About .lyIdxAbout_l { width: 100%; padding: 0 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn { width: 160px; height: 40px; line-height: 40px; }
.lyIdx_About .lyIdxAbout_r { width: 100%; padding: 0 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_About .lyIdxAbout_r ul li { margin: 0 3% 20px 0; }
.lyIdx_About .lyIdxAbout_r ul li b { font-size: 32px; }
}
@media (max-width: 767px) {
.lyIdx_About { padding: 35px 0; background-size: cover; }
.lyIdx_About .lyIdxAbout_l .lyIdxAbout_btn { width: 150px; height: 35px; line-height: 35px; }
.lyIdx_About .lyIdxAbout_r { display: none; }
}
/*首页关于我们 结束*/

/*首页应用案例 开始*/
.lyIdx_Case { width: 100%; background: #fafafa; padding: 70px 0 60px; overflow: hidden; min-height: 300px; }
.lyIdx_Case .lyIdxCase_list ul li { width: 32%; float: left; margin: 0 2% 20px 0; background: #fff; box-shadow: 0px 5px 10px rgb(183 30 63 / 10%); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; height: 305px; position: relative; top: 0; }
.lyIdx_Case .lyIdxCase_list ul li:nth-child(3n+3) { margin-right: 0; }
.lyIdx_Case .lyIdxCase_list ul li a.lyIdxCase_img { display: block; height: 180px; width: 100%; position: relative; overflow: hidden; }
.lyIdx_Case .lyIdxCase_list ul li a.lyIdxCase_img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text { width: 100%; padding: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text a.lyIdxCase_Name { display: block; color: #333; font-size: 18px; height: 30px; line-height: 30px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text p { font-size: 14px; color: #666; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 48px; line-height: 24px; margin-top: 10px; }
.lyIdx_Case .lyIdxCase_list ul li:hover a.lyIdxCase_img img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3); }
.lyIdx_Case .lyIdxCase_list ul li:hover { top: -6px; box-shadow: 0px 5px 10px rgb(183 30 63 / 20%); }
@media (max-width: 1079px) {
.lyIdx_Case { padding: 55px 0 40px; }
}
@media (max-width: 1023px) {
.lyIdx_Case { padding: 45px 0 30px; }
.lyIdx_Case .lyIdxCase_list ul li { width: 49%; }
.lyIdx_Case .lyIdxCase_list ul li:nth-child(2n+2) { margin-right: 0; }
.lyIdx_Case .lyIdxCase_list ul li:nth-child(3n+3) { margin-right: 2%; }
.lyIdx_Case .lyIdxCase_list ul li:nth-child(6n+6) { margin-right: 0; }
.ind_title .lyIdxCase_btn { width: 160px; height: 40px; line-height: 40px; margin-top: 38px; }
}
@media (max-width: 767px) {
.lyIdx_Case { padding: 35px 0 20px; }
.lyIdx_Case .lyIdxCase_list ul li { width: 100%; }
.ind_title .lyIdxCase_btn { width: 150px; height: 35px; line-height: 35px; }
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text { padding: 15px; }
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text a.lyIdxCase_Name { font-size: 16px; }
.lyIdx_Case .lyIdxCase_list ul li .lyIdxCase_text p { font-size: 13px; }
}
/*首页应用案例 结束*/

/*首页新闻动态 开始*/
.lyIdx_News { width: 100%; padding: 70px 0; overflow: hidden; background-image: url(../images/news_bg.jpg);background-position: 50% 50%;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: cover; min-height: 300px; }
.lyIdxNews_TjImg { width: 45%; float: left; height: 380px; overflow: hidden; position: relative; z-index: 9; }
.lyIdxNews_TjImg .swiper-container { width: 100%; height: 380px; position: relative; }
.lyIdxNews_TjImg .swiper-slide { text-align: center; font-size: 18px; background: #fff; 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; }
.lyIdxNews_TjImg .swiper-slide a { display: block; width: 100%; height: 100%; overflow:hidden; margin:0; padding:0;}
.lyIdxNews_TjImg .swiper-slide a img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lyIdxNews_TjImg .swiper-pagination { bottom: 15px!important; }
.lyIdxNews_TjImg .swiper-pagination-bullet { width: 22px; height: 22px; text-align: center; line-height: 22px; border-radius: 2px; font-size: 12px; color: #b71e3f; opacity: 1; background: #fff; }
.lyIdxNews_TjImg .swiper-pagination-bullet-active { color: #fff; background: #b71e3f; }
.lyIdxNews_TjImg .swiper-button-prev, .lyIdxNews_TjImg .swiper-button-next { width: 34px!important; height: 56px!important; top: 50%!important; margin: -17px 0 0!important; background: rgba(0,0,0,0.02); -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; }
.lyIdxNews_TjImg .swiper-button-prev { background: rgba(0,0,0,0.2) url(../images/prev02.png) center center no-repeat; background-size: 18px 18px; left: 10px; }
.lyIdxNews_TjImg .swiper-button-next { background: rgba(0,0,0,0.2) url(../images/next02.png) center center no-repeat; background-size: 18px 18px; right: 10px; }
.lyIdxNews_TjImg .swiper-button-prev:hover { background: rgba(0,0,0,0.4) url(../images/prev02.png) center center no-repeat; }
.lyIdxNews_TjImg .swiper-button-next:hover { background: rgba(0,0,0,0.4) url(../images/next02.png) center center no-repeat; }
.lyIdxNews_list { width: 52%; float: right; }
.lyIdxNews_list ul li { width: 100%; min-height: 100px; border-bottom: 1px dotted #ddd; margin-bottom: 15px; padding-bottom: 15px; }
.lyIdxNews_list ul li a.lyIdxNews_img { display: block; float: left; width: 152px; height: 100px; position: relative; overflow: hidden; }
.lyIdxNews_list ul li a.lyIdxNews_img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxNews_list ul li:hover a.lyIdxNews_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdxNews_list ul li .lyIdxNews_text { float: right; width: calc(100% - 167px); }
.lyIdxNews_list ul li .lyIdxNews_text a.lyIdxNews_Name { font-size: 15px; display: block; color: #404040; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdxNews_list ul li .lyIdxNews_text p { font-size: 13px; color: #999; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 40px; line-height: 22px; margin: 10px 0; }
.lyIdxNews_list ul li .lyIdxNews_text .lyIdxNews_F .lyIdxNews_time { float: left; font-size: 12px; color: #888; width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdxNews_list ul li .lyIdxNews_text .lyIdxNews_F .lyIdxNews_view { float: right; color: #888; font-size: 12px; }
.lyIdxNews_list ul li .lyIdxNews_text .lyIdxNews_F .lyIdxNews_view img { display: inline-block; margin: -2px 2px 0 0; }
.lyIdx_News .lyIdxNews_btn { width: 198px; height: 48px; line-height: 48px; border: 1px solid #b71e3f; text-align: center; margin: 50px auto 0; position: relative; }
.lyIdx_News .lyIdxNews_btn a { display: block; color: #b71e3f; font-size: 14px; position: relative; z-index: 2; }
.lyIdx_News .lyIdxNews_btn:after { content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: #b71e3f; transition: all .4s ease; z-index: 1; }
.lyIdx_News .lyIdxNews_btn:hover:after { width: 100%; top: 0; }
.lyIdx_News .lyIdxNews_btn:hover a { color: #fff; }
@media (max-width: 1079px) {
.lyIdx_News { padding: 55px 0; background-size: cover; }
}
@media (max-width: 1023px) {
.lyIdx_News { padding: 45px 0; }
}
@media (max-width: 767px) {
.lyIdx_News { padding: 35px 0; }
.lyIdxNews_TjImg { width: 100%; height: 300px; }
.lyIdxNews_TjImg .swiper-container { height: 300px; }
.lyIdxNews_list { width: 100%; margin-top: 30px; }
.lyIdxNews_list ul li a.lyIdxNews_img { width: 120px; }
.lyIdxNews_list ul li .lyIdxNews_text { width: calc(100% - 135px); }
.lyIdxNews_list ul li .lyIdxNews_text a.lyIdxNews_Name { font-size: 14px; }
.lyIdx_News .lyIdxNews_btn { width: 150px; height: 35px; line-height: 35px; margin: 25px auto 0; }
}
/*首页新闻动态 结束*/

/*首页在线留言 开始*/
.lyIdx_Order { width: 100%; padding: 70px 0; background: url(../images/lyOrder_bg.png) no-repeat top center; background-size: auto; overflow: hidden; min-height: 300px; position: relative; background-attachment: fixed; }
.lyIdx_Order .lyIdxOrder_l { width: 35%; float: left; }
.lyIdx_Order .lyIdxOrder_l .lyIdxOrder_tit { font-size: 24px; color: #fff; font-weight: bold; margin: 0 0 30px; height: 50px; line-height: 50px; }
.lyIdx_Order .lyIdxOrder_l .lyIdxOrder_Contact ul li { height: 35px; line-height: 35px; color: #fff; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyIdx_Order .lyIdxOrder_l .lyIdxOrder_Contact ul li img { display: inline-block; margin: -2px 8px 0 0; }
.foot_ewm { width: 100%; height:auto; overflow:hidden; margin-top: 30px; padding:0;}
.foot_ewm dl dd { width:48%; margin:0 4% 20px 0; float:left;}
.foot_ewm dl dd:nth-child(2n+2) { margin: 0 0 20px;}
.foot_ewm dl dd img { display:block; width: 140px; height:140px; margin:0 auto; padding:0;}
.foot_ewm dl dd p { color: #fff; text-align: center; margin-top: 10px; }


.lyIdx_Order .foot_ewm .foot_ewm1 img { display:block; width: 140px; height:140px; margin:0 auto; padding:0;}
.lyIdx_Order .foot_ewm .foot_ewm1 p { color: #fff; text-align: center; margin-top: 10px; }

.lyIdx_Order .lyOrder_msg { width: 60%; float: right; }
.lyOrder_msg form { position: relative; }
.lyOrder_msg .order_div { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; float: left; margin: 0 0 3% 0; }
.lyOrder_msg .order_div_tit { font-size: 14px; color: #fff; height: 34px; line-height: 34px; }
.lyOrder_msg .order_div_tit span { color: #d50000; }
.lyOrder_msg .fm_ipt1 input, .lyOrder_msg .fm_ipt1 select { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; background-color: rgba(0, 0, 0, 0.4); border: 1px solid #666; margin: 0 auto; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.lyOrder_msg .fm_checkbox { margin-top: 20px; }
.lyOrder_msg .fm_checkbox ul li { margin-bottom: 10px; }
.lyOrder_msg .fm_checkbox ul li label { display: block; width: 100%; overflow: hidden; color: #999; font-size: 14px; cursor: pointer; line-height: 22px; }
.lyOrder_msg .order_div1 { clear: both; margin: 0 0 3% 0; }
.lyOrder_msg .order_div1 textarea { clear: both; display: block; width: 100%; height: 100px; overflow: hidden; line-height: 30px; color: #999; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; margin: 0; padding: 10px; border: 1px solid #666; background-color: rgba(0, 0, 0, 0.4); outline: none; resize: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyOrder_msg .order_div1 i a { color: #006bd5; }
.lyOrder_msg .order_div2 { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; float: left; margin: 0 0 2% 0; }
.lyOrder_msg .fm_ipt2 { width: calc(100% - 120px); float: left; }
.lyOrder_msg .fm_ipt2 input { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; background-color: rgba(0, 0, 0, 0.4); border: 1px solid #666; margin: 0 auto; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.lyOrder_msg .order_div2 a.yzm { display: block; float: right; background-color: rgba(0, 0, 0, 0.4); border: 1px solid #666; border-left: 0; width: 120px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 36px; line-height: 36px; padding: 2px 5px; }
.lyOrder_msg .order_div2 a.yzm img { display: block; width: 100%; height: 100%; }
.lyOrder_msg .order_btn { float: right; }
.lyOrder_msg .order_btn input { display: block; width: 100px; height: 38px; border: 1px solid #b71e3f; line-height: 38px; font-size: 14px; color: #b71e3f; text-align: center; margin: 0; padding: 0; outline: none; cursor: pointer; background-color: transparent; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; }
.lyOrder_msg .order_btn input:hover { background: #b71e3f; color: #fff; }
@media (max-width: 1079px) {
.lyIdx_Order { padding: 55px 0; }
}
@media (max-width: 1023px) {
.lyIdx_Order { padding: 45px 0; }
.lyIdx_Order .lyIdxOrder_l { display: none; }
.lyIdx_Order .lyOrder_msg { width: 100%; }
}
@media (max-width: 767px) {
.lyIdx_Order { padding: 35px 0; }
}
/*首页在线留言 结束*/

/*底部 开始*/
.lyFoot_Main { width: 100%; background: #0e0e0e; padding: 50px 0; overflow: hidden; }
.ft_list { float: left; overflow: hidden; margin: 0 4% 0 0; padding: 0; width: 52%; }
.ft_list ul li { width: 18.85%; max-height: 280px; overflow: hidden; padding: 0; float: left; box-sizing: border-box; -moz-box-sizing: border-box;/* Firefox */ -webkit-box-sizing: border-box;/* Safari */ margin-right: 4.2%; }
.ft_list ul li:last-child { margin-right: 0; }
.ft_list ul li b { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; margin: 0 auto 10px; padding: 0 0 10 px 0; display: block; }
.ft_list ul li a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #ccc; font-size: 14px; margin: 0; padding: 0; white-space: nowrap; text-overflow: ellipsis; }
.ft_list ul li a:hover { color: #fff; }
.ft_list ul li:nth-child(2) { width: 29.85%; text-align: left; margin-left: 0; }
.ft_Con { width: 30%; float: left; }
.ft_Con b { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; margin: 0 auto 12px; padding: 0 0 12px 0; display: block; }
.ft_Con ul li { color: #fff; margin-bottom: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ft_Con ul li img { display: inline-block; margin: -2px 8px 0 0; }
.ft_ewm { width: 150px; float: right; }
.ft_ewm b { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; margin: 0 auto 12px; padding: 0 0 12px 0; display: block; text-align: center; }
.ft_ewm img { width: 150px; }
.lyFoot_copy { height: 45px; padding: 15px 0; background: #fff; overflow: hidden; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #989898; font-size: 13px; }
.lyFoot_copy a { color: #989898; font-size: 13px; }
/*友情链接 开始*/
.lyFoot_Links { width:100%; overflow:hidden; margin:0 auto; padding:25px 0 0 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Links .Links_tit{ width:130px; height:50px; background:#b71e3f; float:left; line-height:50px; padding-left:20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyFoot_Links .Links_tit span{ display:block; float:left; color:#fff; font-size:15px;}
.lyFoot_Links .Links_tit span img{ display:inline-block; width:20px; height:20px; margin:-4px 8px 0 0;}
.lyFoot_Links .Links_tit i{ display:block; float:left; background:url(../images/link_line.png) no-repeat top center; font-size:12px; color:#fff; height: 25px;line-height: 25px; margin-top: 28px;}
.lyFoot_Links .Links_list { width: calc(100% - 130px); background:#2a2a2a url(../images/lkBg.png) repeat; float:right; height:auto; height:50px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; margin:0; padding:5px 0 0 20px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow-y: scroll;}
.lyFoot_Links .Links_list a { display:inline-block; height:40px; line-height:40px; color:rgba(255,255,255,0.45); font-size:14px; margin:0 20px 0 0; padding:0;}
.lyFoot_Links .Links_list a:hover { color:#fff;}
/* 设置滚动条的样式 */
.Links_list::-webkit-scrollbar {
width:3px;
}/* 滚动槽 */
.Links_list::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
.Links_list::-webkit-scrollbar-thumb {
background-color:#b71e3f;
}
.Links_list::-webkit-scrollbar-thumb:window-inactive {
background-color:#b71e3f;
}
/*友情链接 结束*/
@media (max-width: 1199px) {
.ft_list { margin: 0 2% 0 0; }
.ft_ewm { width: 140px; }
.ft_ewm img { width: 140px; }
}
@media (max-width: 1023px) {
.lyFoot_Main { padding: 40px 0; }
.ft_list { display: none; }
.ft_Con { width: 50%; }
}
@media (max-width: 767px) {
.lyFoot_Main { padding: 30px 0; }
.ft_list, .ft_Con { display: none; }
.ft_ewm { float: none; margin: 0 auto; }
.ft_ewm b { font-size: 16px; margin-bottom: 5px; }
.lyFoot_copy { height: auto; }
.lyFoot_copy a { line-height: 20px; }
}
/*底部 结束*/

/**nybanner**/
.nybanner { width: 100%; height: 330px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.nybanner img { display: block; width: 1920px; height: 330px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.nybanner { width: 100%; height: 300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.nybanner img { display: block; width: 1920px; height: 300px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.nybanner { width: 100%; height: 250px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.nybanner img { display: block; width: 1300px; height: 250px; overflow: hidden; margin: 0 0 0 -650px; position: absolute; left: 50%; top: 0; }
}
@media screen and (max-width:767px) {
.nybanner { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0; }
.nybanner img { display: block; width: 160%; height: auto; overflow: hidden; margin: 0 0 0 -30%; position: static; }
}
/*关于我们内容 开始*/
.lyGsjj_main { width: 100%; padding: 70px 0; overflow: hidden; }
.nyabout_Num { width: 100%; padding: 0; overflow: hidden; margin-bottom: 30px; }
.nyabout_Num ul li { width: 25%; float: left; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.nyabout_Num ul li p em { font-size: 42px; font-family: sans-serif; color: #b71e3f; display: block; font-style: normal; height: 55px; line-height: 55px;padding:0 10px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.nyabout_Num ul li span { display: block; font-size: 18px; line-height: 30px; color: #333; padding:0 10px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.lyGsjj_text { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyGsjj_text p { width: 100%; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; word-break: break-all; margin: 0 auto; padding: 0; }
.lyGsjj_text p span, .lyGsjj_text p em { color: #787878!important; font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important; font-size: 14px!important; font-style: normal!important; font-weight: normal!important; }
.lyGsjj_text img{ display:block; max-height:100%; max-width:100%; margin:0 auto; text-align:center;}
@media (max-width: 1079px) {
.lyGsjj_main { padding: 55px 0; }
.ny_title p { font-size: 30px; }
}
@media (max-width: 1023px) {
.lyGsjj_main { padding: 45px 0; }
.ny_title p { font-size: 28px; }
.ny_title span { height: 30px; line-height: 30px; }
.nyabout_Num ul li p em { font-size: 38px; }
.nyabout_Num ul li span { font-size: 15px; }
}
@media (max-width: 767px) {
.lyGsjj_main { padding: 35px 0; }
.ny_title p { font-size: 26px; }
.nyabout_Num ul li { width: 50%; margin-bottom: 20px; }
.nyabout_Num ul li p em { font-size: 34px; }
.nyabout_Num ul li span { font-size: 14px; }
.lyGsjj_text img{ width:auto !important; height:auto !important;}
}
/*关于我们内容 结束*/

/*内页新闻动态 开始*/
.NyNews_list ul li { width: 100%; border-bottom: 1px dotted #ddd; margin-bottom: 15px; padding-bottom: 15px; overflow: hidden; }
.NyNews_list ul li a.NyNews_img { display: block; float: left; width: 320px; height: 210px; position: relative; overflow: hidden; }
.NyNews_list ul li a.NyNews_img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; object-fit: cover; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyNews_list ul li:hover a.NyNews_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyNews_list ul li .NyNews_text { float: right; width: calc(100% - 340px); }
.NyNews_list ul li .NyNews_text a.NyNews_Name { font-size: 18px; display: block; color: #404040; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; }
.NyNews_list ul li .NyNews_text p { font-size: 14px; color: #999; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 40px; line-height: 22px; margin: 10px 0 20px; }
.NyNews_list ul li .NyNews_text .NyNews_F .NyNews_time { float: left; font-size: 14px; color: #888; width: 50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.NyNews_list ul li .NyNews_text .NyNews_F .NyNews_view { float: right; color: #888; font-size: 14px; }
.NyNews_list ul li .NyNews_text .NyNews_F .NyNews_view img { display: inline-block; margin: -2px 2px 0 0; }
.NyNews_list ul li:hover .NyNews_text a.NyNews_Name { color: #b71e3f; text-decoration: underline; }
@media (max-width: 1079px) {
}
@media (max-width: 1023px) {
.NyNews_list ul li a.NyNews_img { width: 250px; height: 180px; }
.NyNews_list ul li .NyNews_text { width: calc(100% - 270px); }
.NyNews_list ul li .NyNews_text a.NyNews_Name { font-size: 16px; }
}
@media (max-width: 767px) {
.NyNews_list ul li a.NyNews_img { width: 100%; height: 150px; }
.NyNews_list ul li .NyNews_text { width: 100%; margin-top: 20px; }
.NyNews_list ul li .NyNews_text a.NyNews_Name { font-size: 14px; }
}
/*内页新闻动态 结束*/

/*内页产品中心 开始*/
/*左侧目录 开始*/
.Ny_left { width: 22.5%; float: left; }
.Ny_left .cp_type .hd { text-align: center; background: #b71e3f; padding: 20px; display: none; }
.Ny_left .cp_type .hd p { height: 40px; line-height: 40px; font-size: 28px; font-weight: bold; color: #fff; }
.Ny_left .cp_type .bd { border: 1px solid #e7e7e7; border-top: 0; box-shadow: 2px 5px 8px rgb(145 145 145 / 10%); min-height:300px; }
.Ny_left .cp_type .bd ul li.on { border: 0; }
.Ny_left .cp_type .bd ul li{border-top: 1px solid #e7e7e7;}
.Ny_left .cp_type .bd ul li p { height: 42px; line-height: 42px; padding: 0; position: relative;}
.Ny_left .cp_type .bd ul li p a { display: block; width: 100%; padding: 0 12px; overflow: hidden; line-height: 42px; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: bold; border-bottom: 1px solid #e7e7e7; }
.Ny_left .cp_type .bd ul li:last-child p a{ border:0;}
.Ny_left .cp_type .bd ul li p span { display: block; width: 42px; height: 60px; cursor: pointer; FONT-VARIANT: JIS04; top: 0; right: 0; background: url(../images/mulu1.png) center center no-repeat; background-size: 20px 20px; }
.Ny_left .cp_type .bd ul li:hover p span { background: url(../images/mulu3.png) center center no-repeat; background-size: 20px 20px; }
.Ny_left .cp_type .bd ul li div { display: block;}
.Ny_left .cp_type .bd ul li div a { display: block; height: 42px; line-height: 42px; color: #333; font-size: 14px; margin: 0; padding: 0 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #fff url(../images/icon4.png) 20px center no-repeat; }
.Ny_left .cp_type .bd ul li div a:first-child { border-top: 0; }
.Ny_left .cp_type .bd ul li p:hover { background-color: #f0f0f0; }
.Ny_left .cp_type .bd ul li.on p,.Ny_left .cp_type .bd ul li p.on { background-color: #f0f0f0; }
.Ny_left .cp_type .bd ul li p:hover a, .Ny_left .cp_type .bd ul li.on p a,.Ny_left .cp_type .bd ul li p.on a  { color: #b71e3f; }
.Ny_left .cp_type .bd ul li.on p span { background: url(../images/mulu2.png) center center no-repeat; background-size: 20px 20px; }
.Ny_left .cp_type .bd ul li div a:hover { color: #b71e3f; background: #f8f8f8; }
.Ny_left .cp_type .bd ul li div a.on{ color:#b71e3f;}
/*相关文章*/
.Ny_left .xgwz{ width:100%; border:1px solid #e7e7e7; min-height:300px; overflow:hidden;box-shadow: 2px 5px 8px rgb(145 145 145 / 10%); margin-top:30px;}
.Ny_left .xgwz .xgwz_tit{background-color: #f0f0f0; height:40px; line-height:40px; color:#b71e3f; font-weight:bold; padding:0 12px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; font-size:16px;border-bottom: 1px solid #e7e7e7;}
.Ny_left .xgwz ul{ padding-top:10px;}
.Ny_left .xgwz ul li{ width:100%; height:40px; line-height:40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.Ny_left .xgwz ul li a{ display:block;font-size:14px; color:#333;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 24px; background:url(../images/ico1.png) 12px center no-repeat; }
.Ny_left .xgwz ul li:hover{ background: #f8f8f8;}
.Ny_left .xgwz ul li:hover a{color:#b71e3f; background:url(../images/ico2.png) 12px center no-repeat;  }
@media screen and (max-width:1199px) and (min-width:1080px) {
.Ny_left .cp_type .bd ul li div a { padding: 0 20px 0 40px; }
.Ny_left .cp_type .hd p { font-size: 22px; }
}
@media screen and (max-width:1079px) {
.Ny_left { width: 26%; }
}
@media screen and (max-width:1023px) {
.Ny_left { width: 100%; }
.Ny_left .cp_type { margin: 0; }
.Ny_left .cp_type .hd { padding: 15px 20px; }
.Ny_left .cp_type .hd p:before { display: none; }
.Ny_left .cp_type .hd { background: #c22423 url(../images/down1.png) 96% center no-repeat; padding: 5px 20px; text-align: left; background-size: 30px 30px; overflow: hidden; display: block; }
.Ny_left .cp_type .hd.on { background: #c22423 url(../images/up1.png) 96% center no-repeat; background-size: 30px 30px; }
.Ny_left .cp_type .hd span { display: block; font-style: italic; float: left; height: 40px; line-height: 40px; font-size: 16px; }
.Ny_left .cp_type .hd p { padding: 0; display: block; font-size: 22px; float: left; min-width: 88px; margin: 0 10px 0 0; }
.Ny_left .cp_type .bd { display: none; }
.Ny_left .cp_type .bd ul li:last-child { border: 0; }
.Ny_left .cp_type .bd ul li p { height: 60px; line-height: 60px; }
.Ny_left .cp_type .bd ul li p a {line-height: 60px; }
.Ny_left .cp_type .bd ul li p span { width: 10%; background-size: 20px; }
.Ny_left .cp_type .bd ul li.on p span { background-size: 16px; }
.Ny_left .cp_type .bd ul li p:hover span { background-size: 16px; }
.Ny_left .cp_type .hd p:before { display: none; }
}
@media screen and (max-width:767px) {
.Ny_left .cp_type .hd { background: #c22423 url(../images/down1.png) 95% center no-repeat; background-size: 25px 25px; display: block; }
.Ny_left .cp_type .hd.on { background: #c22423 url(../images/up1.png) 95% center no-repeat; background-size: 25px 25px; }
.Ny_left .cp_type .hd span { display: none; }
.Ny_left .cp_type .hd p { font-size: 18px; }
.Ny_left .cp_type .bd ul li p a { line-height: 40px; font-size: 15px; }
.Ny_left .cp_type .bd ul li div a { font-size: 14px; }
.Ny_left .cp_type .bd ul li p { height: 40px; line-height: 40px; }
.Ny_left .cp_type .bd ul li div a { height: 40px; line-height: 40px; }
.Ny_left .cp_type .bd ul li p span { width: 48px; height: 48px; right: 10px; }
.Ny_left .cp_type .bd ul li.on p span { background-size: 20px; }
.Ny_left .cp_type .bd ul li p:hover span { background-size: 20px; }
}
@media screen and (max-width:320px) {
.Ny_left .cp_type .hd { padding: 4px 4%; }
.Ny_left .cp_type .hd span { display: none; }
}
/*左侧目录 结束*/
.Ny_right { width: 75.2%; float: right; }
.Ny_right .Ny_total { width: 100%; padding-top: 10px; font-size: 14px; color: #333; height: 30px; line-height: 30px; }
.Ny_right .Ny_total span { color: #b71e3f; }
.Ny_right .NyPro_list { width: 100%; margin-top: 5px; overflow: hidden; min-height: 300px; }
.NyPro_list ul{ min-height:300px;}
.NyPro_list ul li { width: 32%; margin: 0 2% 20px 0; float: left; border: 1px solid #f5f5f5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.NyPro_list ul li:nth-child(3n+3) { margin-right: 0; }
.NyPro_list ul li a.NyPro_img { display: block; width: 100%; height: 280px; position: relative; overflow: hidden; }
.NyPro_list ul li a.NyPro_img img { display: block; max-width: 100%; max-height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_list ul li a.NyPro_Name { display: block; width: 100%; height: 42px; padding: 15px 10px; text-align: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 14px; color: #404040; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.NyPro_list ul li:hover { border: 1px solid #b71e3f; }
.NyPro_list ul li:hover a.NyPro_Name { color: #b71e3f; text-decoration: underline; }
.NyPro_list ul li:hover a.NyPro_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
@media (max-width: 1079px) {
.Ny_right { width: 71.2%; }
.NyPro_list ul li a.NyPro_img { height: 250px; }
}
@media (max-width: 1023px) {
.Ny_right { width: 100%; }
.Ny_right .Ny_total { padding-top: 20px; }
}
@media (max-width: 767px) {
.NyPro_list ul li { width: 49%; }
.NyPro_list ul li:nth-child(2n+2) { margin-right: 0; }
.NyPro_list ul li:nth-child(3n+3) { margin-right: 2%; }
.NyPro_list ul li:nth-child(6n+6) { margin-right: 0; }
.NyPro_list ul li a.NyPro_img { height: 240px; }
}
@media (max-width:500px) {
.NyPro_list ul li { width: 49%; }
.NyPro_list ul li:nth-child(2n+2) { margin-right: 0; }
.NyPro_list ul li:nth-child(3n+3) { margin-right: 2%; }
.NyPro_list ul li:nth-child(6n+6) { margin-right: 0; }
.NyPro_list ul li a.NyPro_img { height: 200px; }
}
@media (max-width:375px) {
.NyPro_list ul li { width: 100%; }
.NyPro_list ul li a.NyPro_img { height: 220px; }
}
/*内页产品中心 结束*/

/*内页原理与技术 开始*/
.Ny_right .NyArt_list { width: 100%; margin-top: 5px; overflow: hidden; min-height: 300px; }
.NyArt_list ul li { width: 32%; margin: 0 2% 30px 0; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.NyArt_list ul li:nth-child(3n+3) { margin-right: 0; }
.NyArt_list ul li a.NyArt_img { display: block; width: 100%; height: 200px; position: relative; overflow: hidden; }
.NyArt_list ul li a.NyArt_img img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; object-fit: cover; }
.NyArt_list ul li a.NyArt_Name { display: block; width: 100%; height: 68px; margin-bottom:5px; padding: 15px 5px 15px 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 14px; color: #404040; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; font-weight: bold; line-height: 24px; }
.NyArt_list ul li p { font-size: 13px; color: #999; }
.NyArt_list ul li:hover a.NyArt_Name { color: #b71e3f; text-decoration: underline; }
.NyArt_list ul li:hover a.NyArt_img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
@media (max-width: 1079px) {
.NyArt_list ul li a.NyArt_img { height: 250px; }
}
@media (max-width: 1023px) {
.Ny_right .Ny_total { padding-top: 20px; }
}
@media (max-width: 767px) {
.NyArt_list ul li { width: 49%; }
.NyArt_list ul li:nth-child(2n+2) { margin-right: 0; }
.NyArt_list ul li:nth-child(3n+3) { margin-right: 2%; }
.NyArt_list ul li:nth-child(6n+6) { margin-right: 0; }
.NyArt_list ul li a.NyArt_img { height: 240px; }
}
@media (max-width:500px) {
.NyArt_list ul li { width: 100%; }
.NyArt_list ul li a.NyArt_img { height: 180px; }
}
@media (max-width:375px) {
.NyArt_list ul li { width: 100%; }
.NyArt_list ul li a.NyArt_img { height: 160px; }
}
/*内页原理与技术 结束*/

/*内页联系我们 开始*/
.NyCon_list ul li { width: 47.5%; float: left; margin-right: 5%; height: 220px; background: #fff; box-shadow: 0px 2px 10px rgb(183 30 63 / 50%); padding: 35px 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.NyCon_list ul li:last-child { margin-right: 0; }
.NyCon_list ul li b { font-weight: normal; display: block; font-size: 18px; margin-bottom: 30px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.NyCon_list ul li p { font-size: 14px; margin-bottom: 15px; color: #666; font-family: Source Han Sans;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; }
.NyConOrder_msg { width: 100%; margin-top: 30px; }
.NyConOrder_msg form { position: relative; }
.NyConOrder_msg .order_div { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; float: left; margin: 0 0 12px 0; }
.NyConOrder_msg .order_div_tit { font-size: 14px; color: #fff; height: 34px; line-height: 34px; }
.NyConOrder_msg .order_div_tit span { color: #d50000; }
.NyConOrder_msg .fm_ipt1 input, .NyConOrder_msg .fm_ipt1 select { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; background-color: #fff; border: 1px solid #ccc; margin: 0 auto; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.NyConOrder_msg .fm_checkbox { margin-top: 20px; }
.NyConOrder_msg .fm_checkbox ul li { margin-bottom: 10px; }
.NyConOrder_msg .fm_checkbox ul li label { display: block; width: 100%; overflow: hidden; color: #999; font-size: 14px; cursor: pointer; line-height: 22px; }
.NyConOrder_msg .order_div1 { clear: both; margin: 0 0 12px 0; }
.NyConOrder_msg .order_div1 textarea { clear: both; display: block; width: 100%; height: 100px; overflow: hidden; line-height: 30px; color: #999; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; margin: 0; padding: 10px; border: 1px solid #ccc; background-color: #fff; outline: none; resize: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyConOrder_msg .order_div1 i a { color: #006bd5; }
.NyConOrder_msg .order_div2 { width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; float: left; margin: 0 0 10px 0; }
.NyConOrder_msg .fm_ipt2 { width: calc(100% - 120px); float: left; }
.NyConOrder_msg .fm_ipt2 input { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #999; font-size: 14px; background-color: #fff; border: 1px solid #ccc; margin: 0 auto; padding: 0 10px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; }
.NyConOrder_msg .order_div2 a.yzm { display: block; float: right; background-color: #fff; border: 1px solid #ccc; border-left: 0; width: 120px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 36px; line-height: 36px; padding: 2px 5px; }
.NyConOrder_msg .order_div2 a.yzm img { display: block; width: 100%; height: 100%; }
.NyConOrder_msg .order_btn { float: right; }
.NyConOrder_msg .order_btn input { display: block; width: 100px; height: 38px; border: 0; line-height: 38px; font-size: 14px; color: #fff; text-align: center; margin: 0; padding: 0; outline: none; cursor: pointer; background-color: transparent; -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; background: #000; }
.NyConOrder_msg .order_btn input:hover { background: #b71e3f; color: #fff; text-decoration: underline; }
.NyConOrder_msg ::-webkit-input-placeholder {
color:#ccc;
} /* 使用webkit内核的浏览器 */
.NyConOrder_msg :-moz-placeholder {
color:#ccc;
} /* Firefox版本4-18 */
.NyConOrder_msg ::-moz-placeholder {
color:#ccc;
} /* Firefox版本19+ */
.NyConOrder_msg :-ms-input-placeholder {
color:#ccc;
} /* IE浏览器 */
.NyContactMap_main { width: 100%; height: 334px; overflow: hidden; margin: 40px auto 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; }
.NyContactMap_main .dz_map { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.NyContactMap_main .dz_map #container { height: 120%; }
@media (max-width: 1079px) {
}
@media (max-width: 1023px) {
.NyCon_list ul li { padding: 30px 20px; }
}
@media (max-width: 767px) {
.NyCon_list ul li { width: 100%; margin-bottom: 30px; padding: 30px; }
.NyConOrder_msg { margin-top: 0; }
}
/*内页联系我们 结束*/

/*内页新闻文章详情 开始*/
.Detail_tips { width: 100%; height: 80px; background: #b71e3f; padding-top: 27px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.Detail_tips p { font-size: 26px; color: #fff; }
.Detail_return { width: 100%; height: 60px; background: #fafafa; padding-top: 23px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.Detail_return .w1200{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.Detail_return a { display: inline-block; font-size: 14px; color: #444; }
.Detail_return a:hover { color: #b71e3f; }
.Detail_return span { color: #999; }
.ny_newsdetail_title { width: 100%; line-height: 35px; font-size: 28px; text-align: center; font-weight: bold; margin: 0; color: #404040; padding: 0 20px 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.ny_newsdetail_tips { width: 100%; padding-bottom: 20px; border-bottom: 1px solid #ddd; text-align: center; color: #999; }
.ny_newsdetail_tips span:first-child { display: inline-block; margin-right: 100px; }
.ny_newsdetail_tips img { display: inline-block; margin: -2px 5px 0 0; }
.NyNewDetail_Con { min-height: 300px; padding:25px 0; _max-width:677px; margin:0 auto; }
.NyNewDetail_Con p, .NyNewDetail_Con div { width: 100%; /*overflow: hidden;*/ line-height: 30px;font-size: 14px; /*text-align: justify;*/ text-indent: 0; margin: 0 auto; padding: 0; }
.NyNewDetail_Con p span, .NyNewDetail_Con span, .NyNewDetail_Con p em, .NyNewDetail_Con em {font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif!important;}
.NyNewDetail_Con table tr td p { text-indent: 0!important; }
.NyNewDetail_Con img {/* display:block;*/  max-width: 100%; margin: 0 auto; padding: 0; text-indent: 0!important; }
.ly_PrevNext { width: 100%; overflow: hidden; margin: 60px auto 0; padding: 20px 0 0; }
.ly_PrevNext ul li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0; padding: 0 0 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: url(../images/jt.png) no-repeat left center; margin-bottom: 10px; }
.ly_PrevNext ul li a { color: #666; font-size: 14px; }
.ly_PrevNext ul li:last-child { background: url(../images/jt1.png) no-repeat left center; }
.ly_PrevNext ul li:hover { color: #b71e3f; background: url(../images/jt2.png) no-repeat left center; }
.ly_PrevNext ul li:last-child:hover { background: url(../images/jt3.png) no-repeat left center; }
.ly_PrevNext ul li:hover a { color: #b71e3f; }
.NyDown_btn a{ display:block; font-weight:bold; color:#8a1538;}
@media (max-width: 1079px) {
}
@media (max-width: 1023px) {
.Detail_tips { height: 70px; padding-top: 23px; }
.Detail_tips p { font-size: 24px; }
.Detail_return { height: 50px; padding-top: 18px; }
.ny_newsdetail_title { font-size: 24px; line-height: 32px; }
}
@media (max-width: 767px) {
.Detail_tips { height: 60px; padding-top: 20px; }
.Detail_tips p { font-size: 22px; }
.Detail_return { height: 40px; padding-top: 13px; }
.ny_newsdetail_title { font-size: 20px; line-height: 30px; }
.ny_newsdetail_tips span:first-child { margin-right: 10px; }
.NyNewDetail_Con img { width:auto !important; height:auto !important;}
}


#video1{}
@media (max-width: 1079px) {
}
@media (max-width: 1023px) {
#video1{height:410px!important;}
}
@media (max-width: 767px) {
#video1{height:260px!important;}
}
/*内页新闻文章详情 结束*/

/*内页产品详情 开始*/
.prodetail_list { width:80%; height:auto; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prodetail_list .mySwiper2 { width: 100%; height:auto;overflow:hidden;}
.prodetail_list .mySwiper2 .swiper-slide { opacity: 0.5;}
.prodetail_list .mySwiper2 .swiper-slide-active { opacity: 1;}
.prodetail_list .mySwiper { width:184px; height: 40px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.prodetail_list .mySwiper .swiper-slide { width: 100%; height:auto !important;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;border:2px solid #fff;}
.prodetail_list .mySwiper .swiper-slide-thumb-active { border:2px solid #E43939;}

.prodetaillist_con { width:100%; height:auto; margin:0 auto; padding:0; position:relative;}
.prodetaillist_con .prodetaillist_img { width:100%; height:380px; overflow:hidden; margin:0 auto 20px; padding:0; position:relative; background:#fff;}
.prodetaillist_con .prodetaillist_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}

.prodetaillist_minimg {  width:36px; height:36px; overflow:hidden; margin:0 auto; padding:0; position:relative; background:#fff;}
.prodetaillist_minimg img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; }

.prodetail_list .swiper-button-prev, .prodetail_list .swiper-button-next { width:42px!important; height:42px!important; margin:0!important; position:absolute; top:inherit!important; bottom:0!important; border-radius:50%; outline:none;}
.prodetail_list .swiper-button-prev { background:url(../images/jt4.png) center center no-repeat; background-size:42px 42px; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; opacity:.8;}
.prodetail_list .swiper-button-next { background:url(../images/jt5.png) center center no-repeat; background-size:42px 42px; right:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;opacity:.8;}
.prodetail_list .swiper-button-prev:after, .prodetail_list .mySwiper2 .swiper-rtl .swiper-button-next:after { font-size:0;}
.prodetail_list .swiper-button-next:after, .prodetail_list .mySwiper2 .swiper-rtl .swiper-button-prev:after { font-size:0;}

/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.jqZoomPup { width:80px!important; height:80px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi,#ceshi1,#ceshi2,#ceshi3 { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;} { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.NyProDetail_Main{ width:100%; min-height:300px; padding:60px 0; overflow:hidden;}
.NyProDetailCon { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 14px; margin:0 auto; padding:0;font: 14px/2 Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif !important;}
.NyProDetailCon div, .NyProDetailCon p { margin:0 auto 0px;}
.NyProDetailCon img, .NyProDetailCon table, .NyProDetailCon tr, .NyProDetailCon td, .NyProDetailCon p, .NyProDetailCon span, .NyProDetailCon div, .NyProDetailCon video, .NyProDetailCon embed { width:auto !important;/*height:auto !important;*/max-width:100% !important;max-height: 100%; line-height: 30px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; text-align:justify;}
.NyProDetailCon p span, .NyProDetailCon span, .NyProDetailCon p em, .NyProDetailCon em {/* font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important;*/}
.NyProDetailCon b { display:block; line-height: 30px; color: #333; font-size: 14px; font-weight: bold; margin:0 0 5px;}
.NyProDetailCon table tr td p { text-indent:0!important;}
.NyProDetailCon img { display:inline-block; width:auto!important; /*height:auto!important;*/ max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}
.NyProDetailCon ul li{ line-height:24px;}
.NyProDetailCon h1{ font-size:16px; color:#404040; font-weight:bold; line-height:36px;}
.NyProDetailCon h2{ font-size:14px; color:#404040; font-weight:bold; line-height:30px;}
@media (max-width: 1079px) {
.jqZoomPup,.zoomdiv { display:none;}
}
@media (max-width: 1023px) {
.prodetail_list{ width:100%; margin:20px auto;}

.NyProDetail_Main{ padding:20px 0;}
}
@media (max-width: 767px) {
.prodetaillist_con .prodetaillist_img{ height:250px;}

}
/*内页产品详情 结束*/

/*右侧漂浮 开始*/
.yb_conct{position: fixed;z-index: 9999999;top: 290px;right: -127px;cursor: pointer;transition: all .3s ease;}
.yb_bar ul li{width: 188px;height: 60px;font: 14px/60px 'al1';color: #b71e3f;text-indent: 62px;margin-bottom: 3px;border-radius: 4px;transition: all .5s ease;overflow: hidden;}
.yb_bar ul li a{font: 15px/53px 'al1';color: #b71e3f;text-indent: 54px;margin-bottom: 3px;border-radius: 3px;transition: all .5s ease;overflow: hidden;}
.yb_bar .yb_top{background-color:#42897c;background:url(../images/t1.png) no-repeat #f6f6f6;}
.yb_bar .yb_phone{background-color:#42897c;background:url(../images/t2.png) no-repeat #f6f6f6;}
.yb_bar .yb_QQ{text-indent: 0;background-color:#42897c;background:url(../images/t3.png) no-repeat #f6f6f6;}
.yb_bar .yb_ercode{background-color:#42897c;background:url(../images/t4.png) no-repeat #f6f6f6;}
.hd_qr{padding: 6px 37px 25px 37px;box-sizing: border-box;width: 200px;}
.yb_QQ a{display: block;text-indent: 54px;width: 100%;height: 100%;color: #b71e3f;}
.yb_QQ a:hover {color: #fff;}
.yb_bar ul li:hover{ color:#fff;}
.yb_bar .yb_top:hover{background:url(../images/t1_hover.png) no-repeat #b71e3f;}
.yb_bar .yb_phone:hover{background:url(../images/t2_hover.png) no-repeat #b71e3f;}
.yb_bar .yb_ercode:hover{background:url(../images/t4_hover.png) no-repeat #b71e3f;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {
	.yb_bar .yb_ercode{ display:none;}
}


/*右侧漂浮 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 30px auto 0; color: #555; font-size:14px;}
#fengye a {display: inline-block;padding: 0 10px;background: #fff;height: 30px;line-height: 30px;text-align: center;margin: 0 5px;border-radius: 2px;color: #555;font-size:14px;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;border: 1px solid #ddd;border-radius: 3px;}
#fengye a:hover {background: #eee;}
#fengye a.pnnum1 {background: #eee;}
#fengye input { display: inline-block; padding: 0 5px; background-color: #ff424c; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	#fengye { margin:25px auto 0;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye { margin: 20px auto 0;}
}
@media (max-width: 767px) {
	#fengye { margin:20px auto 0; font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 14px;}
	#fengye a.pnnum1,#fengye a.pnnum{ display:none;}

}
/*分页样式 结束*/