@charset "utf-8";
/* 
*Filename:		app.css
*Author:		搁在山
*Website:		www.jxxingxun.com / www.jxyifan.com
*Blog:			http://www.wauu.net/
*Mail:			1789992612@qq.com
*Version:		1.0(2021-01-18)
*/
html,body{-webkit-text-size-adjust:100%;_overflow-x:hidden;}
*html {zoom:1;}/*Hack For IE6*/
* { margin:0; padding:0;-webkit-tap-highlight-color:rgba(255,255,255,0);}
body { font-family: Helvetica, Tahoma, Arial,"Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", SimHei, "WenQuanYi Micro Hei", sans-serif;}
.margincenter { margin:0 auto;}
a { text-decoration:none;-webkit-tap-highlight-color:rgba(255,255,255,0);}

a:hover {text-decoration:none;}
ul { list-style:none;}
.clear { clear:both; height:1px; overflow:hidden;}
.fl_l { float:left;}
.fl_r { float:right;}
.fl_c:after, .fl_c:before {content:'';display:table;}
.fl_c:after {clear:both;}
a,.css3donghua,.css3donghua:before,.css3donghua:after  {transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;}
img{transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;}
img { border:0;}
input[type=button],input[type=password],input[type=text], input[type=submit], input[type=file], button,textarea { cursor: pointer; -webkit-appearance: none !important;/*去掉苹果的默认UI来渲染按钮*/ outline:0;font-family:'微软雅黑';}
/*文字超出隐藏*/
.w_break{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.w_breaks2{
	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;
}


table { border-spacing: 0;border-collapse: collapse;}

::-webkit-input-placeholder {color:#999; text-overflow:ellipsis;}
:-moz-placeholder {color:#999; text-overflow:ellipsis;}
::-moz-placeholder {color:#999; text-overflow:ellipsis;} /* for the future */
:-ms-input-placeholder {color:#999; text-overflow:ellipsis;}
.marb30 { margin-bottom:30px;}

html {
	font-size:62.5%!important
}


.header { height: 90px; width: 100%; position: fixed; top: 0; left: 0; z-index: 999;}

.header .logo { height: 50px; width: 100%; flex: 1; max-width: 200px;}

.header .logo a { display: block; position: relative; height: 50px;width: auto;}

.header .logo a img { display: block; position: absolute; top:0; left: 0; height: 100%;}

.header .logo img.bai {opacity: 1; visibility: visible;}

.header .logo img.hei {opacity: 0; visibility: hidden;}

.header .nav { padding: 20px 0;}

.header .nav .navlist { float: left;}

.header .nav .navlist .item { float: left; line-height: 50px;height: 50px; position: relative;}

.header .nav .navlist .item a.nav-a { display: block; color: #fff; font-size: 18px; font-weight: 700; position: relative; padding: 0 20px;}

.header .nav .navlist .item a.nav-a .bi { vertical-align: middle; position: absolute; right: 0; top: 0px; font-size: 12px;}

.header .nav .lang { float: left;}

.header .nav .lang2 {display: none;} 

.header .nav .navlist .item a.nav-a:hover { color: #eee;}

.sublist { display: none; position: absolute; background-color: #bb3538; width: 100%; border-radius: 5px; overflow: hidden;}

.sublist a { display: block; line-height: 40px; color: #fff; text-align: center; font-size: 16px;}

.sublist a:hover { color: #fff; background-color: rgba(255,255,255,0.2);}

.header .nav .navlist .item.oncattr a.nav-a { color: #bb3538;}

.header .nav .navlist .item.current a.nav-a { color: #bb3538 !important;}

.header .nav .navlist .item.current a.nav-a::after { content: ''; position: absolute; bottom: 5px; left: 35%; width: 30%; height: 4px; border-radius: 2px; background-color: #bb3538;}

/* .header .nav .navlist .item.oncattr .sublist { display: block;} */



.lang { line-height: 22px;padding-top: 14px; position: relative;}

.lang span {display: block; padding: 0 15px; height: 22px; line-height: 22px; background-color: #bb3538; color: #fff; font-size: 14px; border-radius: 5px;}

.lang .sel { display: none; width: 100%; position: absolute; left: 0; background: #fff; border-radius: 0 0 5px 5px; overflow: hidden; padding: 6px 0;}

.lang .sel a { display: block; color: #242424; text-align: center; line-height: 24px; font-size: 14px;}

.lang .sel a:hover { color: #bb3538; background-color: #fff8f8;}



/*navbar-toggler*/

.navbar-toggler2 { display: none; width: 30px; height: 34px; padding: 0 5px;cursor: pointer;}

.navbar-toggler2 span {display: block;width: 20px; height: 2px; border-radius: 1px; background-color: #fff; position: relative;}

.navbar-toggler2 span::before { content: ''; position: absolute; left: 0; top: -8px; width: 24px; height: 2px; background-color: #fff;}

.navbar-toggler2 span::after { content: ''; position: absolute; left: 0; bottom: -8px; width: 24px; height: 2px; background-color: #fff;}



body.onbody .header {background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1);}

body.onbody .header .nav .navlist .item a.nav-a {color: #242424;}

body.onbody .header .nav .navlist .item.oncattr a.nav-a { color: #bb3538;}

body.onbody .header .logo img.bai {opacity: 0; visibility: hidden;}

body.onbody .header .logo img.hei {opacity: 1; visibility: visible;}

body.onbody .navbar-toggler2 span { background-color: #242424;}

body.onbody .navbar-toggler2 span::before { background-color: #242424;}

body.onbody .navbar-toggler2 span::after { background-color: #242424;}



/*banner*/

.swiper-banner .swiper-slide img { width: 100%;max-height: 920px; margin-top: 0;}

.page-swiper .swiper-pagination-bullet { width: 20px; height: 10px; background-color: #fff; opacity: 1; border-radius: 5px;
transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;
}
.page-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px; background-color: #bb3538; opacity: 1;}


/*comm*/

.index-main { padding: 60px 0; overflow: hidden; width: 100%;}



.index-title { text-align: center; position: relative;}

.index-title .title {font-size: 36px; font-weight: 700; color: #242424; position: relative; z-index: 2;}

.index-title .entitle {font-size: 36px; font-weight: 700; color: #eee;text-transform: uppercase; line-height: 30px;margin-top: -20px;}

.index-title .xian { width: 40px; height: 6px; background-color: #bb3538; border-radius: 3px; margin: 10px auto;}



.index-more { width: 170px; text-align: center; margin-top: 20px;}

.index-more a { display: block;height: 40px; line-height: 38px; border: 1px solid #bb3538; border-radius: 20px; color: #bb3538; font-size: 16px;}

.index-more a i { margin-left: 10px; font-size: 18px;}

.index-more a:hover { background-color: #bb3538; color: #fff; box-shadow: 10px 10px 20px rgba(187,53,56,0.3);}



/*首页关于我们*/

.index-about { padding-bottom: 0;}

.index-about .index-about-l { flex:1; width: 100%; max-width: 460px; padding-right: 40px;}

.index-about .index-about-l .index-title { text-align: left;}

.index-about .index-about-l .index-title .xian { margin: 10px 0; margin-bottom: 20px;}

.index-about .index-about-l .about-note { line-height: 24px; font-size: 16px; color: #666;}

.index-about .index-about-l .about-note p {}



.index-about .index-about-r { flex: 1; width: 100%; max-width: 600px;}

.index-about .index-about-r .about-pic { width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 0 20px rgba(0,0,0,0.1);}

.index-about .index-about-r .about-pic img { width: 100%;}



/*首页参数*/

.index-canshu { border-top: 1px solid #eee; margin-top: 40px; padding: 40px 0;}

.index-canshu .cnashu-item { width: 20%; text-align: center;}

.index-canshu .cnashu-item .size { color: #bb3538; font-size: 60px; font-weight: 700;height: 60px; line-height: 60px; overflow: hidden;} 

.index-canshu .cnashu-item .size span.dw { color: #999; font-size: 18px; font-weight: 400; margin-left: 10px;} 

.index-canshu .cnashu-item .title{ color: #666; font-size: 18px; font-weight: 400;} 



.index-pro {padding: 0;}

.index-pro .item { flex:none; width: 25%;}

.index-pro .item .yy { width: 100%;}

.index-pro .item .item-cl { height: 100%;}

.index-pro .item .item-cl .cont { height: 100%; background-color: #bb3538; text-align: center;}

.index-pro .item .item-cl .cont .tt { font-size: 30px; font-weight: 700; color: #fff; padding-top: 10%;}

.index-pro .item .item-cl .cont .cc { font-size: 16px; color: #fff;}

.index-pro .item .item-cl .cont .index-more { margin: 20px auto 0;}

.index-pro .item .item-cl .cont .index-more a { color: #fff; border-color: #fff;}

.index-pro .item .item-cl .cont .index-more a:hover { background-color: #fff; color: #bb3538;}

.index-pro .item .item-cl .pic { width: 100%;}

.index-pro .item .item-cl .pic img { width: 100%;}



/*品控流程*/

.index-pklc {}

.index-pklc-items {padding-top: 40px;}

.index-pklc-items .itembox { width: 30%;}

.index-pklc-items .itembox + .itembox { margin-left: 5%;}

.index-pklc-items .item { background-color: #fcf5f5; width: 100%; position: relative;}

.index-pklc-items .item::before { content: '';position: absolute; left: 30px; width: 3px; height: 100%; background-color: #edc9c9;}

.index-pklc-items .item::after { content: ''; position: absolute;right: -80px; top: 45%; width: 0; height: 0; border: 40px solid transparent; border-left-color: #fcf5f5;}

.index-pklc-items .item .title { position: relative; z-index: 1; background-color: #bb3538; color: #fff; font-size: 30px; width: 50%; padding: 10px 20px;}

.index-pklc-items .item .entitle { padding: 20px 20px 0px 70px; color: #666; font-size: 20px; text-transform: uppercase;}

.index-pklc-items .item .cont { padding-left: 70px;}

.index-pklc-items .item .cont .im {position: relative; padding: 20px 0;}

.index-pklc-items .item .cont .im .tt { font-size: 18px; color: #bb3538;font-weight: 700;}

.index-pklc-items .item .cont .im .entt { font-size: 14px; color: #999;line-height: 20px; min-height: 40px;}

.index-pklc-items .item .cont .im .su { position: absolute; top: 20px; left: -53px; width: 30px; height: 30px; background-color: #bb3538; border-radius: 50%; color: #fff; font-size: 16px; font-weight: 700; text-align: center; line-height: 30px;}

.index-pklc-items .itembox:nth-last-child(1) .item::after { content: none;}

.pklc-color2 { background-color: #f2f9f6 !important;}

.pklc-color2::before { background-color: #baded1 !important;}

.pklc-color2::after { border-left-color: #f2f9f6 !important;}

.pklc-color2 .title { background-color: #008555 !important;}

.pklc-color2 .cont .im .tt { color: #008555 !important;}

.pklc-color2 .cont .im .su { background-color: #008555 !important;}



.pklc-color3 { background-color: #fef9f5 !important;}

.pklc-color3::before { background-color: #fbddca !important;}

.pklc-color3::after { border-left-color: #fef9f5 !important;}

.pklc-color3 .title { background-color: #f18239 !important;}

.pklc-color3 .cont .im .tt { color: #f18239 !important;}

.pklc-color3 .cont .im .su { background-color: #f18239 !important;}



/*先进设备*/

.index-sb { background:url(../images/index-sb-bg.jpg) no-repeat center;}

.index-sb .index-sb-pic { padding-right: 5%;}

.sb-swiper { padding-bottom: 40px;}

.sb-swiper .swiper-slide {}

.sb-swiper .swiper-slide img { width: 100%; border-radius: 10px;}

.sbpage-swiper {}
.sbpage-swiper .swiper-pagination-bullet { width: 20px; height: 10px; background-color: #fff; opacity: 0.5; border-radius: 5px;
transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;
}
.sbpage-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px; opacity: 1;}

.index-sb .index-title { text-align: right;}

.index-sb .index-title .title { color: #fff;}

.index-sb .index-title .entitle { color: #fff; opacity: 0.1;}

.index-sb .index-title .xian { margin: 10px 0; background-color: #fff; float: right;}

.index-sb .index-sb-zibox { margin-top: 40px; padding-left: 0;}

.index-sb .index-sb-zibox .cont { line-height: 30px; margin-top: 30px;}

.index-sb .index-sb-zibox .cont p { color: #fff; font-size: 16px; text-align: justify; text-indent: 36px; margin: 0;}

.index-sb .index-sb-zibox .index-more { float: right;}

.index-sb .index-sb-zibox .index-more a { border-color: #fff; color: #fff;}

.index-sb .index-sb-zibox .index-more a:hover { background-color: #fff; color: #bb3538; box-shadow: 10px 10px 20px rgba(0,0,0,0.2);}


/*企业证书*/

.index-qyzs { background-color:#fcf5f5;}

.index-qyzs .index-title .entitle { color: #f6e6e7;}

.qyzs-swiper {padding: 30px 0;}

.qyzs-swiper .swiper-slide{}

.qyzs-swiper .swiper-slide a { display: block;border: 10px solid #fff;border-radius: 5px; position: relative; top: 0;box-shadow: 10px 10px 20px rgba(0,0,0,0.1);}

.qyzs-swiper .swiper-slide a img {  width: 100%; height: auto;}

.qyzs-swiper .swiper-slide a:hover { border-color: #bb3538;top: -10px;}

.index-qyzs-list .index-more { margin: 20px auto 0;}

/*主营产品*/
.index-prolist { background:url(../images/index-pro.jpg) no-repeat center #fcf5f5 fixed;}
.index-prolist .index-title .title { color:#fff;}
.index-prolist .index-title .entitle { color:rgba(255,255,255,0.2);}
.prolist-swiper { padding:30px 0;}
.prolist-swiper .swiper-slide {}
.prolist-swiper .swiper-slide a { display:block; padding:15px; background:#fff; border-radius:5px; position:relative;top:0;}
.prolist-swiper .swiper-slide a .pic { width:100%; overflow:hidden;}
.prolist-swiper .swiper-slide a .pic img { width:100%;}
.prolist-swiper .swiper-slide a .title { padding:15px 15px 0; color:#242424; font-size:16px; text-align:center;}
.prolist-swiper .swiper-slide a:hover { background:#bb3538;top:-5px;}
.prolist-swiper .swiper-slide a:hover .title { color:#fff;}

.index-prolist .index-more { margin: 20px auto 0;}
.index-prolist .index-more a {border-color:#fff;color:#fff;}
.index-prolist .index-more a:hover {background:#fff;color:#bb3538;}


/*新闻资讯*/

.index-news {}

.index-news-list { padding-top: 40px;}

.index-news-list a.item { display: block; width: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 0 0 5px 5px; position: relative;top: 0;}

.index-news-list a.item .pic { width: 100%; height: 240px; overflow: hidden;}

.index-news-list a.item .pic img { width: 100%; min-height: 100%;}

.index-news-list a.item .zibox { padding: 15px;}

.index-news-list a.item .zibox .title { font-size: 18px; color: #242424; font-weight: 700;}

.index-news-list a.item .zibox .cont { font-size: 16px; color: #666; line-height: 24px; margin-top: 10px;}

.index-news-list a.item .zibox .time { font-size: 16px; color: #999; line-height: 24px; margin-top: 10px;}

.index-news-list a.item:hover {top: -5px;box-shadow: 0 0 15px rgba(0,0,0,0.2);}

.index-news-list a.item:hover .pic img { transform: scale(1.1);}

.index-news-list a.item:hover .zibox .title { color: #bb3538;}

.index-news .index-more { margin: 40px auto 0;}



/*主要客户*/

.index-zykh { background-color: #fcf5f5;}

.index-zykh .index-title .entitle { color: #f6e6e7;}

.index-zykh-list { position: relative; padding: 40px 0;}

.zykh-swiper { width: 100%; height: 250px;}

.zykh-swiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: 110px;
	border-radius: 5px;
      /* Center slide text vertically */
      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;
    }

.zykh-swiper .swiper-slide a { display: block; height: 100%;}

.zykh-swiper .swiper-slide a img { max-width: 100%; max-height: 100%;}

.zykh-swiper .swiper-slide:hover {box-shadow: 5px 5px 10px rgba(0,0,0,0.1);}

.index-zykh-list .swiper-pagination { width: 100%; bottom: 0;}

.index-zykh-list .swiper-pagination-bullet { width: 20px; height: 10px; margin: 0 5px; background-color: #bb3538; opacity: 0.5; border-radius: 5px; outline: 0;
transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;
}
.index-zykh-list .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 30px; opacity: 1;}



/*footer*/

.footer { background-color: #242424; padding-top: 60px;}

.footer .foot-logo {flex: none; width: 430px;}

.footer .foot-logo .flogo { border-right: 1px solid #474747; padding-right: 20px;}

.footer .foot-logo .f-lx { padding-left: 20px;width: 270px;}

.footer .foot-logo .f-lx .tt { font-size: 18px; font-weight: 700; color: #fff;}

.footer .foot-logo .f-lx .cc { padding-top: 20px;}

.footer .foot-logo .f-lx .cc p { font-size: 14px; color: #999; line-height: 24px; margin: 0;}

.footer .foot-logo .f-lx .cc p a {color: #999;}

.footer .foot-nav {flex: 1; width: 100%; padding-left: 15%;}

.footer .foot-nav .title {font-size: 18px; font-weight: 700; color: #fff;}

.footer .foot-nav .items {padding-top: 20px;}

.footer .foot-nav .items a { display: block; color: #999; font-size: 14px; line-height: 24px;}

.footer .foot-nav .items a:hover { color: #bb3538;}

.footer .foot-nav .wechat {padding-top: 20px;}

.footer .foot-nav .wechat img { width: 100%;}



.footer .foot-copy { line-height: 48px; border-top: 1px solid #333; margin-top: 40px;}

.footer .foot-copy .copyright { color: #666; font-size: 14px;}

.footer .foot-copy .copyright a { color: #666; font-size: 14px;}

.footer .foot-copy .sheji { color: #666; font-size: 14px;}

.footer .foot-copy .sheji a { color: #666; font-size: 14px;}



/*ny-banner*/

.ny-banner { width: 100%; height: 400px; margin-top: 90px;}



/*内页*/

.ny-main { padding: 60px 0;}



/*about*/
.catelist { padding: 20px 0; background-color: #f3f3f3;}
.catelist a { color: #242424;padding: 8px 30px; font-size: 18px; font-weight: 700; border: 1px solid #ddd; margin: 0 5px; background-color: #fff; border-radius: 5px;flex: none;}
.catelist a:hover { color: #fff; background-color: #bb3538; border-color: #bb3538;}
.catelist a.active { color: #fff; background-color: #bb3538; border-color: #bb3538;}



.about-cont { font-size: 16px; line-height: 30px; color: #666; padding-top: 40px;}

.about-cont p { font-size: 16px;}

.about-cont p img { width: 100%; height: auto;}

.about-sblist { padding-top: 30px;}
.about-sblist a.sblist-zj-item { display: block; border: 1px solid #eee; border-radius: 5px; padding: 15px; margin-bottom: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.about-sblist a.sblist-zj-item .pic {height: 160px; overflow: hidden;}
.about-sblist a.sblist-zj-item .pic img { width: 100%; height: 100%;object-fit: cover;}
.about-sblist a.sblist-zj-item .title { font-size: 16px; color: #242424; text-align: center; padding-top: 10px;}

.about-sblist a.sblist-zj-item:hover {background-color: #bb3538; border-color: #bb3538;}
.about-sblist a.sblist-zj-item:hover .title { color: #fff;}



/**/

.about-kehu-list {padding-top: 30px;}

.about-kehu-list a.item {padding: 10px; height: 100px; border: 1px solid #eee; margin-bottom: 30px; position:relative; top: 0;

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;

}

.about-kehu-list a.item img { width: 100%; height: 100%; object-fit: contain;}

.about-kehu-list a.item:hover { box-shadow: 0 0 10px rgba(0,0,0,0.1); top: -5px;}



/*page*/
.am-pagination-default { text-align: center; padding: 30px 0;}
.am-pagination-default li {display: inline-block;}
.am-pagination-default li a { display: block; border: 1px solid #eee; padding: 5px 10px; color: #000; border-radius: 3px;}
.am-pagination-default li a:hover { color: #bb3538; border-color: #bb3538;}
.am-pagination-default li.am-active a { color: #fff; background-color: #bb3538; border-color: #bb3538;}



/*news*/

.newslist { padding-top: 0;}

.newslist .item { margin-bottom: 30px;}



/*news 详细页*/
.ny-newsread {}
.ny-newsread .rs_read { text-align: center; font-size: 30px; font-weight: 700; color: #000;}
.ny-newsread .rs_meta { text-align: center; font-size: 16px;  color: #999;}
.ny-newsread .rs_cont { font-size: 16px; color: #242424; padding-top: 30px; padding-bottom: 30px;}
.ny-newsread .rs_cont p { font-size: 16px !important; color: #666 !important;}
.ny-newsread .rs_cont img {  max-width: 100% !important; height: auto !important;}
/*next_prev*/
.next_prev { border-top: 1px solid #eee; padding: 20px 0;}
.next_prev .am-list li { line-height: 30px; font-size: 16px; color: #999;}
.next_prev .am-list li a {color: #242424;}
.next_prev .am-list li a:hover {color: #bb3538;}


/*企业证书*/

.qyzs-list {}

.qyzs-list a.sblist-zj-item .pic { height: 200px;}

.qyzs-list a.sblist-zj-item .pic img { height: auto;}



/*联系我们*/
.ny-lxwm {}
.ny-lxwm .cont {width: 100%; padding-right: 20px; font-size: 16px; color: #242424; margin: 40px 0;}

.ny-lxwm .cont p { font-size: 16px; color: #242424; line-height: 30px; margin: 0;}
.ny-lxwm .map {width: 100%; height: 300px;}



/*产品中心*/

.pro {}

.pro .pro-list { padding-top: 0;}

.pro .pro-list a.sblist-zj-item .pic { height: 240px;}
.pro .pro-list a.sblist-zj-item:hover .pic img { transform: scale(1.1);}



/*产品详细页*/
.neiye_pro-read {}
.neiye_pro-read .read-title {position: relative;font-size: 24px;color: #393431;font-weight: 700;margin-bottom: 40px;text-align: center;}
.neiye_pro-read .read-pic {text-align: center;}

.neiye_pro-read .read-pic img { max-width: 100%;}
.neiye_pro-read .xian {position: absolute;top: 12px;left: -60px;width: 50px;height: 4px;border-radius: 2px;background: #0271c0;}
.neiye_pro-read .read-cont {padding-top: 40px;}
.neiye_pro-read .read-cont .tt {position: relative;font-size: 20px;font-weight: 700;color: #393431;padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.neiye_pro-read .read-cont .tt span {color: #999;font-weight: 400;font-size: 16px;padding: 2px;}
.neiye_pro-read .read-cont .cc { line-height: 24px; font-size: 16px; min-height: 300px; color: #666;}
.neiye_pro-read .read-cont .cc table { width: 100%; border: 1px solid #ddd;}
.neiye_pro-read .read-cont .cc table tr td { border: 1px solid #ddd; line-height: 30px; padding: 5px !important;}
.neiye_pro-read .read-cont .cc table * { line-height: 30px !important;}
.neiye_pro-read .read-cont .cc img { max-width:100%;}

.footer-mb-nav { display:none;}

/*2021.02.02 新增*/
.about-tixi { background:#fafafa;}
.tixibox { margin-top:40px;}
.tixibox .tixi-item { padding:40px 0; border-top:1px solid #eee;}
.tixibox .tixi-item .tixi-size { flex:1;width:100%; padding-right:30px;}
.tixibox .tixi-item .tixi-size .title { color:#242424; font-size:30px; font-weight:700;}
.tixibox .tixi-item .tixi-size .cont { color:#666; font-size:16px; line-height:30px; margin-top:20px;}
.tixibox .tixi-item .tixi-pic { flex:none;width:420px; height:260px;}
.tixibox .tixi-item .tixi-pic img { width:100%; height:100%; object-fit:cover; border-radius:10px; box-shadow:10px 10px 20px rgba(0,0,0,0.1);}

.tixibox .tixi-item.tixi-item-right .tixi-size { padding:0; padding-left:30px; text-align:right;}

.tixibox .tixi-item:hover {padding:40px; background:#bb3538;}
.tixibox .tixi-item:hover .tixi-size .title { color:#fff;}
.tixibox .tixi-item:hover .tixi-size .cont { color:#fff;}


/*响应式设置*/

@media (max-width: 1680px) {

	

}


@media (max-width: 1366px) {

	.header .nav .navlist .item a.nav-a { font-size: 16px;}

	.index-canshu .cnashu-item .size { font-size: 54px;}

	

	.index-pro .item .item-cl .cont .tt { font-size: 22px; padding-top: 5%;}

	.index-pro .item .item-cl .cont .cc { font-size: 14px;}

	.index-pro .item .item-cl .cont .index-more { zoom: 0.8;}

	

	.index-pklcbox { width: 100%;}

	.index-pklc-items { min-width: 1110px;}

	

	.footer .foot-nav { padding-left: 5%;}

	

	/*内页*/

	.ny-banner { height: 300px;}

}



@media (max-width: 991px) {

	.header .logo { height: 90px;isplay: -ms-flexbox!important; display: flex!important; -ms-flex-align: center!important;align-items: center!important;}

	.header .logo a { height: 40px;}

	.navbar-toggler2 {display: -ms-flexbox!important; display: flex!important; -ms-flex-align: center!important;align-items: center!important;-ms-flex-pack: justify!important;justify-content: space-between!important;}

	.navbar-toggler2.on span { width: 0px;}

	.navbar-toggler2.on span::before {

		top:0;

		transform: rotate(45deg);

		-ms-transform:rotate(45deg); /* Internet Explorer */

		-moz-transform:rotate(45deg); /* Firefox */

		-webkit-transform:rotate(45deg); /* Safari 和 Chrome */

		-o-transform:rotate(45deg); /* Opera */

	}

	.navbar-toggler2.on span::after {

		bottom: 0;

		transform: rotate(-45deg);

		-ms-transform:rotate(-45deg); /* Internet Explorer */

		-moz-transform:rotate(-45deg); /* Firefox */

		-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */

		-o-transform:rotate(-45deg); /* Opera */

	}

	.header .nav { display: none;}

	.header .nav.cur { display: block; position: absolute;  left: 0;top: 90px; width: 100%; background-color: #fafafa; padding: 0;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}

	.header .nav.cur .navlist { float: none; width: 100%;max-width: 720px; margin: 0 auto;}

	.header .nav.cur .navlist .item { width: 100%; height: auto; float: none;border-bottom: 1px solid #ddd;}

	.header .nav.cur .navlist .item.current a.nav-a::after { content: none;}

	.header .nav .navlist .item a.nav-a .bi { font-size: 18px;}

	.sublist { position: relative;border-radius: 0;}

	.sublist a { text-align: left;padding: 0 30px;}

	

	.header .nav.cur .lang {display: none;} 

	.header .nav.cur .lang2 {display: block; text-align: center; color: #999; line-height: 30px;padding: 10px 0;}

	 .header .nav.cur .lang2 a { color: #242424; font-size: 18px; margin: 0 5px;}

	 .header .nav.cur .lang2 a.on { color: #fff; background-color: #bb3538; padding: 3px 10px; border-radius: 3px;}

	

	.index-about .index-aboutbox {-ms-flex-direction: column!important; flex-direction: column!important;}

 	.index-about .index-about-l {max-width: 100%; padding-right: 0;}

	.index-about .index-about-l .index-title { text-align: center;}

	.index-about .index-about-l .index-title .xian { margin: 10px auto;}

	.index-about .index-about-l .about-note { padding-top: 20px;}

 	.index-about .index-about-r {max-width: 100%; margin-top: 20px;}

	.index-more { margin: 0 auto;}

	

	.index-canshu { padding-top: 20px;}

	.index-canshu .cnashu-item { width: 33.333%; border-bottom: 1px solid #eee; padding-bottom: 20px;}

	.index-canshu .cnashu-item .size { font-size: 42px;}

	

	.index-pro .item { width: 50%;}

	.index-pro .item .item-cl .cont .tt { font-size: 30px; padding-top: 10%;}

	.index-pro .item .item-cl .cont .cc { font-size: 16px;}

	.index-pro .item .item-cl .cont .index-more { zoom: 1;}

	

	.index-news-list a.item .pic { height: 160px;}

	

	.footer .footerbox {-ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important;}

	.footer .foot-logo { width: 100%;}

	.footer .foot-nav { margin-bottom: 20px;padding-left: 0;}

	.footer .foot-nav .wechat img { max-width: 100px;}

	

	.swiper-banner { margin-top: 90px;}

	

	/*内页*/

	.ny-banner { height: 240px;background-size: cover !important;}

	.ny-newsread .rs_read { font-size: 20px;}

	.neiye_pro-read .read-title { font-size: 20px;}

	.ny-lxwm .map { height: 240px;}

	
	.tixibox .tixi-item .tixi-pic { width:300px; height:200px;}
}



@media (max-width: 767px) {

	.header { height: 60px;}

	.header .logo { height: 60px;}

	.header .nav.cur { top: 60px;}

	.header .nav .navlist .item a.nav-a .bi { right: 20px;}

	

	.index-canshu .cnashu-item { width: 50%; }

	.index-canshu .cnashu-item .title { font-size: 16px;}

	

	.index-pro .item .item-cl .cont .tt { font-size: 24px; padding-top: 5%;}

	

	.index-sb .index-sb-zibox { margin: 0;padding-left:15px;}

	.index-sb .index-title { text-align: center;}

	.index-sb .index-title .xian { margin: 10px auto; float: none;}

	.index-sb .index-sb-zibox .index-more { float: none; margin: 20px auto 0;}

	.index-sb .row {-ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important;}

	.index-sb .index-sb-pic { padding-right:15px; margin-top: 40px;}

	

	.index-news-list a.item { margin-bottom: 20px;}

	

	.swiper-banner { margin-top: 60px;}

	

	/*内页*/

	.ny-banner {margin-top: 60px;height: 200px;}

	.catelist a { font-size: 16px; padding: 8px 20px;}
	
	.tixibox .tixi-item {-ms-flex-direction: column!important; flex-direction: column!important;}
	.tixibox .tixi-item .tixi-pic { width:100%; margin-top:20px;}
	.tixibox .tixi-item.tixi-item-right {-ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important;}
}



@media (max-width: 575px) {

	.index-pro .item { width: 100%;}

	.index-pro .item:nth-child(1) { display: none;}

	.index-pro .item:nth-child(4) { display: none;}

	.index-pro .item:nth-child(2) .item-cl {-ms-flex-direction: column-reverse!important; flex-direction: column-reverse!important;}

	.index-pro .item .item-cl .cont { padding-bottom: 5%;}

	

	.zykh-swiper { height: auto;}

	

	.footer .foot-nav { display: none;}

	.footer .foot-logo .flogo { display: none;}

	.footer .foot-logo .f-lx { padding: 0; width: 100%;text-align: center;}

	.footer .foot-copy { text-align: center;}

	.footer .foot-copy .copyright { width: 100%; line-height: 24px;padding: 12px 0;}

	.footer .foot-copy .sheji { width: 100%;}

	

	/*内页*/

	.ny-banner {height: 160px;}
	
	/*手机版底部导航*/
	.footer { padding-bottom:49px;}
	.footer-mb-nav { display:block; height:50px; width:100%; background:#bb3538; position:fixed; left:0;bottom:0; z-index:999;}
	.footer-mb-nav a { display:block; text-align:center;}
	.footer-mb-nav a svg { width:20px; height:20px; margin-top:5px;}
	.footer-mb-nav a span {display:block;  color:#fff; font-size:14px; line-height:20px;}

}