/*不自适应的时候增加的代码-start*/
html{width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%; /*禁用Webkit内核浏览器的文字大小调整功能，默认是auto；*/
	-ms-text-size-adjust:100%; /*禁用IE内核浏览器的文字大小调整功能，默认是auto；*/
	font-family: sans-serif; /* 1 */}
*{word-wrap: break-word; word-break:break-all;margin:0;padding:0;}
ul,ol,dl{list-style-type:none}
a,area{outline:none; blur:expression(this.onFocus=this.blur())}
a{text-decoration:none; color:#333;}
a:focus{outline:none}
a:hover,a:active{outline:none; color:#f85601; text-decoration:none;}
img{border:none;vertical-align:middle;}
.bordernone{border:none !important;}
.clearfix{*zoom:1;} 
.clearfix:before,.clearfix:after{display:table; line-height:0; content:"";} 
.clearfix:after{clear:both;}
/*不自适应的时候增加的代码-end*/
body{line-height:2;font-size:14px !important;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.text-center{text-align:center;}
.float-left{float:left!important;}
.float-right{float:right!important}
.align-left{text-align:left;}
.align-right{text-align:right;}
.text-justify{text-align:justify;}
.text-lowercase{text-transform:lowercase;}
.text-uppercase{text-transform:uppercase;}
.text-capitalize{text-transform:capitalize;}
.text-nowrap{white-space:nowrap;}
.text-more{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.display-none{display:none;}
.display-show{display:block;}
.invisible{visibility:hidden;}
.margin-center{margin-left:auto;margin-right:auto;}
.font-normal{font-style:normal;}
.font-bold{font-weight:bold;}
em{font-style:normal;}
.img-responsive{display:block;max-width:100%;height:auto}
.cur{cursor:pointer}
.media,.media-body{overflow:hidden;zoom:1}
.media,.media .media{margin-top:15px}
.media:first-child{margin-top:0}
.media-body{margin-top:3px}
.media strong{display:block}
.media p{margin:5px 0 0 0;text-align:justify;line-height:22px}
.media.media-y{text-align:center}
.media.media-x .media-body{margin:0}
.media.media-x .float-left{margin-right:10px}
.media.media-x .float-right{margin-left:10px}
.media.media-x strong{margin-bottom:5px}
.media-inline .media{display:inline-block;margin-right:15px;margin-top:0}
.media-inline .media:last-child{margin-right:0}
.inline-block{display: inline-block;}
.overflow-hidden{overflow:hidden;}
.border-box{box-sizing: border-box;}
.border-none{border:none;}
.img-rounded{border-radius:5px;-webkit-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;}
.img-circle{border-radius: 100%;-webkit-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;-moz-border-radius:100%;}
.border-radius5{border-radius: 5px;-webkit-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-moz-border-radius:5px;}
.border-radius30{border-radius: 30px;-webkit-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;-moz-border-radius:30px;}
.flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justift-center{justify-content:center;}
.space-between{justify-content:space-between;}
.space-around{justify-content:space-around;}
.alignItem-center{align-items:center;}
.alignContent-center{align-content: center;}
.flex1{flex: 1;}
.flex0{flex-shrink: 0;}
.opacity1{opacity:1;filter:Alpha(opacity=100);}
.opacity-5{opacity:0.5;filter:Alpha(opacity=50);}
.box-shadow{-moz-box-shadow:2px 2px 10px #cecece;}
/*内页分页*/
.pagination{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li{display:inline-block;border:solid 1px #ddd;border-radius:4px;margin: 0 2px;}
.pagination li span{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover{cursor:not-allowed;pointer-events:none;color:#ddd}
.pagination .active{pointer-events:none}
.pagination .active,.pagination a:hover{background:#f5f5f5;border-radius:4px;transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group{border-right:solid 1px #ddd;border-radius:4px}
.pagination-group li{float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child){border-radius:0}
.pagination-group li:first-child{border-radius:4px 0 0 4px}
.pagination-group li:last-child{border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover{background:#f5f5f5;border-radius:0}
/*重写layui*/
.layui-breadcrumb a{color:inherit!important;}
.layui-col-space10{margin-top:0;margin-bottom:0;}
.layui-col-space15{margin-top:0;margin-bottom:0;}
.layui-col-space20{margin-top:0;margin-bottom:0;}
.layui-col-space30{margin-top:0;margin-bottom:0;}
.layui-col-space10>*{padding-top:0;padding-bottom:0;}
.layui-col-space15>*{padding-top:0;padding-bottom:0;}
.layui-col-space20>*{padding-top:0;padding-bottom:0;}
.layui-col-space30>*{padding-top:0;padding-bottom:0;}
/*容器为正方形*/
/*.zhengfangxing {position: relative;padding-bottom: 100%;}
.zhengfangxing a.box {position: absolute;width: 100%;height: 100%;background: #f00;display: block;}
.zhengfangxing a.box span {display: flex;align-items: center;justify-content: center;height: 100%;overflow: hidden;}
.zhengfangxing a.box span img {max-width: 100%;max-height: 100%;}*/

/*header*/
.top{height:29px;line-height:29px;border-bottom:1px solid #eee;color:#666;}
.top .top-right{color:#666;}
.top .top-right a{padding:0 6px;transition:all .3s;color:#666;display:inline-block;line-height:30px;}
.top .top-right a:hover{color:#ff7c00;}

.logobox{height:150px;position:relative;display:flex;justify-content:space-between;align-items:flex-start;}
.logo{width:600px;flex-shrink:0;}
.logo img{padding-top:36px;}
#nav{width:auto;min-width:540px;height:36px;line-height: 36px;margin-top:57px;flex:1;margin-left:20px;}
#nav ul{display:flex;flex-wrap:nowrap;white-space:nowrap;list-style:none;margin:0;padding:0;}
#nav ul>li{flex:1;min-width:0;text-align:center;position:relative;line-height:36px;white-space:nowrap;}
#nav ul>li>a{display:block;font-size:16px;color:#333;}
#nav ul>li.active>a{background:#c90101;line-height:36px;color:#fff;}
#nav ul .submenu{position:absolute;min-width:90px;top:36px;z-index:99;background:#c90101;display:none;}
#nav ul .submenu li{line-height:20px;padding:10px 0;border-bottom: 1px solid #fff;}
#nav ul .submenu li:last-child{border-bottom: none;}
#nav ul .submenu li a{color:#fff;font-size:14px;display:block;padding:0 5px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

/*banner大图轮播*/
.swiper-container{width:100%;height:600px;}
.swiper-slide{background-repeat: no-repeat;background-size: cover;background-position: center;}
.swiper-pagination-bullet{width:14px;height:14px;background:#b8b8b8;opacity:1;}
.swiper-pagination-bullet-active{background:#c90101;opacity:1;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px;}

/*关键词搜索*/
.search-box{height:80px;background:#fff;font-size:14px;box-shadow: 0 1px 10px rgba(0,0,0,.1);}
.search-box .link b{color:#fff;font-size:18px;background:url(../images/ss.png) top center no-repeat;display:inline-block;width:148px;height:38px;line-height: 38px;padding-left:20px;margin-top:21px;}
.search-box .link a{padding:0 4px;color:#595959!important;}
.search-box .link a:nth-of-type(1){padding-left:0px;}
.search-box .link a:hover{color:#ff7c00!important;}
.search{margin-top:24px;}
.search .sousu{width:250px;line-height:30px;padding-left:10px;box-sizing: border-box;background:none;border:1px solid #dddddd;}
::-webkit-input-placeholder{/*Webkit browsers*/color:#666;font-size:12px;color:#999;}
.search .sou-zi{width:52px;height:32px;background:#c90101;font-size:24px;color:#fff;border:none;cursor:pointer;text-align: center;}

/*我们能做什么*/
.howDo{margin-top:75px;}
.howDo-tit h3{font-size:20px;color:#666;line-height: 1.5;}
.howDo-tit h2{font-size:36px;color:#333;font-weight:bold;line-height: 1.5;}
.howDo-tit p{font-size:14px;color:#666;line-height: 20px;}
.howDo-tit span{display:block;width:30px;height:2px;background:#005179;margin:12px auto 0;}
.howDo-box ul{margin:55px 48px 0 48px;}
.howDo-box ul li{float:left;width:33.3333%;text-align: center;}
.howDo-box ul li span{display:block;height:122px;overflow: hidden;}
.howDo-box ul li span img{transition: .3s;}
.howDo-box ul li span:hover img{transform: rotateZ(180deg);}
.howDo-box ul li h4{margin:25px 0 22px 0;}
.howDo-box ul li h4 b{font-size:18px;color:#333;display:block;line-height: 1.5;}
.howDo-box ul li p{font-size:14px;color:#666;line-height: 24px;}
.howDo-box ul li a{color:#333;font-size:14px;display:block;margin-top:20px;}
.howDo-box ul li a:hover{color:#ff7c00;}

/*公共大标题*/
.indexTitle{color:#fff;}
.indexTitle p{font-size:14px;line-height: 1;text-transform: uppercase;font-family:arial;}
.indexTitle h2{font-size:30px;line-height: 1.5;}
.indexTitle span{display:block;width:30px;height:2px;background:#fff;margin:10px auto 0;}

/*产品中心*/
.indexProduct{margin-top:15px;background:url(../images/bj1.jpg) top center repeat;width:100%;padding:30px 0 30px 0;}

.indexProduct-top{background:url(../images/bj2.jpg) top center no-repeat;width:180px;height:102px;color:#fff;padding:30px 0 0 20px;box-sizing: border-box;}
.indexProduct-top h3{font-size:24px;font-weight:bold;line-height: 30px;}
.indexProduct-top p{font-size:12px;text-transform: uppercase;line-height: 15px;}
.indexProduct-lf ul{margin-top:2px;text-align:center}
.indexProduct-lf ul li a{height:44px;line-height: 44px;background:#fff;display:block;margin:12px 5px 0;}
.indexProduct-lf ul li{font-size:18px;padding:0 20px;}
.indexProduct-lf ul li a{color:#666;}
.indexProduct-lf ul li:hover a{background:#d5ad37;color:#fff;}

.indexProduct-contact{height:140px;background:#1f3276;color:#fff;margin-top:8px;text-align: center;}
.indexProduct-contact p{font-size:16px;line-height: 20px;padding-top:45px;}
.indexProduct-contact b{font-size:24px;font-weight:bold;font-family:arial;display:block;line-height: 30px;}
.rq {position: relative;height:230px;}
.rq a.box {width: 100%;height: 100%;background: #fff;display: block;}
.rq a.box span {display: flex;align-items: center;justify-content: center;height: 100%;overflow: hidden;}
.rq a.box span img {max-width: 100%;max-height: 100%;transition: .3s;}
.rq a.box:hover span img{transform: scale(1.03);}
.indexProduct-rt ul li{margin-bottom: 15px;}
.indexProduct-rt ul li p{font-size:14px;color:#fff;line-height:1.5;margin-top:8px;}
.indexProduct-rt ul li:nth-of-type(4) p,.indexProduct-rt ul li:nth-of-type(5) p,.indexProduct-rt ul li:nth-of-type(6) p,.indexProduct-rt ul li:nth-of-type(7) p,.indexProduct-rt ul li:nth-of-type(8) p,.indexProduct-rt ul li:nth-of-type(9) p{color:#fff;}
.gengduo{margin:30px auto 0;width:210px;height:45px;line-height: 45px;text-align: center;background:#c90101;}
.gengduo a.more{display:block;font-size:18px;color:#fff;}
.gengduo:hover{background:#ff7c00;}

/*ban*/
.ban{height:210px;width:100%;background:#c90101;padding-top:42px;box-sizing: border-box;}
.ban-box{margin:0 80px;color:#fffefe;}
.ban-lf{width:520px;}
.ban-lf h4{font-size:18px;line-height: 20px;}
.ban-lf h3{font-size:36px;line-height: 40px;margin:18px 0;}
.ban-lf p{width:460px;height:28px;background:#fff;font-size:16px;color:#510d0d;text-align: center;line-height: 28px;}
.ban-rt p{font-size:16px;background:url(../images/icon4.png) left center no-repeat;padding-left:30px;}
.ban-rt b{font-size:36px;color:#fff;display:block;line-height: 40px;}
.ban-rt a{display:block;width:145px;height:28px;background:#fff;font-size:14px;color:#065880;text-align: center;line-height: 28px;margin-top:25px;}
.ban-rt a:hover{color:#fff;background:#ff7c00;}

/*5大优势*/
.advant{margin-top:20px;}
.advantTit h2{font-size:48px;color:#333;font-weight:bold;line-height: normal;}
.advantTit h2 span{color:#c90101;font-size:140px;font-family:arial;}
.advantTit h3{font-size:22px;color:#333;line-height: 25px;margin-top:8px;}
.advantTit p{font-size:12px;color:#bfbfbf;line-height: 15px;}
.advantItem{width:100%;box-shadow: 0 15px 10px rgba(0,0,0,.05);padding:20px 20px;box-sizing: border-box;}
.advantItem-lf{width:615px;}
.advantItem-lf .media div.float-left{font-size:60px;color:#fff;font-weight:bold;width:82px;height:74px;background:#c90101;text-align: center;line-height: 74px;border-top:6px solid #ff7c00;margin-right:40px;}
.advantItem-lf .media div.media-body h3{font-size:30px;color:#333;line-height: 30px;margin-top:5px;}
.advantItem-lf .media div.media-body span{font-size:12px;color:#bbbbbb;text-transform: uppercase;}
.advantItem-lf .media div.media-body ul{margin-top:24px;}
.advantItem-lf .media div.media-body ul li{font-size:14px;color:#333;line-height: 32px;background:url(../images/list.png) left center no-repeat;padding-left:32px;}
.advantItem1 .advantItem-lf{width:586px;}

/*关于我们*/
.about{margin-top:0px;background:url(../images/bj3.jpg) top center repeat;width:100%;padding:30px 0;}
.about-txt{width:650px;color:#fff;}
.about-txt h2{font-size:24px;font-weight:bold;line-height: 30px;}
.about-txt p{font-size:14px;line-height: 25px;text-indent:2em;margin:20px 0 30px 0;}
.about-txt a{padding:10px 43px;background:#1f3276;font-size:14px;color:#fff;}
.about-txt a:hover{color:#fff;background:#ff7c00;}
.about-img{width:480px;height:344px;overflow: hidden;}
.about-img>img{width:100%;height:100%;}

/*应用案例*/
.anli{background:#fafafc;padding:35px 0;}
.anli .indexTitle h2{color:#333;}
.anli .indexTitle p{color:#666;}
.anli .indexTitle span{background:#1a3b70;}
.anli .indexTitle i{font-size:16px;color:#333;display:block;line-height: 20px;font-style:normal;margin-top:15px;}
.anli-box .tab_items{margin:0 36px;}
.anli-box .tab_items li{width:20%;float:left;text-align: center;height:40px;line-height: 40px;}
.anli-box .tab_items li a{font-size:16px;color:#666;display:block;}
.cur{background:#1f3276;}
.cur a{color:#fff!important;}
.tab_cont_top a{display:block;text-align: center;height:295px;overflow: hidden;}
.tab_cont_top a img{width:100%;height:100%;}
.tab_cont_bottom{margin-top:10px;}
.tab_cont_bottom a{display:block;text-align: center;height:230px;overflow: hidden;}
.tab_cont_bottom a img{width:100%;height:100%;}
.tab_cont-item1 .tab_cont_bottom{margin-top:0px;}
.tab_cont-item1 .tab_cont_top{margin-top:10px;}

.scroll-anli{overflow:hidden}
.scroll-anli .bd li {float: left;width: 25%;}
.scroll-anli .bd li a {display: block;height: 260px;overflow: hidden;text-align: center;margin-left:10px;margin-right: 10px;border: 1px solid #ddd;}
.scroll-anli .bd li a img {height: 100%;}
.scroll-anli .bd li p {text-align: center;}





/*honor*/
.honor .indexTitle{color:#333;}
.honor .indexTitle span{background: #c90101}
.honor li{margin-top:20px;}
.honor li a{display: block;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.honor li a img{height: 260px;}

.honor-scroll li{margin-top:15px;}
.honor-scroll li a{display: flex;justify-content: center;align-items: center;border:1px solid #eee;}
.honor-scroll li a img{height: 260px;}
a.more2{background: #c90101;color:#fff;width:160px;line-height: 40px;font-size: 15px;display: block;margin:40px auto 0;text-align: center;}
a.more2:hover{background:#ff7c00;}

/*新闻动态*/
.news{margin-top:30px;}
.news .indexTitle h2{color:#333;}
.news .indexTitle p{color:#666;}
.news .indexTitle span{background:#1a3b70;}
.news-box .newsTit{height:40px;border-bottom: 1px solid #dadada;}
.news-box .newsTit h3{width:118px;height:40px;text-align:center;line-height:40px;background:#1f3276;font-size:16px;color:#fff;}
.news-box .newsTit a{font-size:12px;color:#999;padding-top:15px;}
.news-box .newsTit a:hover{color:#ff7c00;}
.newsHot .newsImg a{display:block;width:380px;height:180px;}
.newsHot .newsImg a>img{width:100%;height:100%;}
.newsHot .newsTxt strong{display:block;font-size:16px;font-weight:normal;line-height: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top:20px;}
.newsHot .newsTxt strong a{color:#333;}
.newsHot .newsTxt strong a:hover{color:#ff7c00;}
.newsHot .newsTxt p{font-size:14px;color:#666;line-height: 24px;position: relative;margin-top:4px;}
.newsHot .newsTxt p span{font-size:12px;color:#999;display:inline-block;position: absolute;bottom: 0;right:0;}
.newsList{margin-top:15px;}
.newsList li{background:url(../images/list1.png) left center no-repeat;padding-left:10px;height:45px;line-height: 45px;border-bottom:1px dashed #d9d9d9;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newsList li a{font-size:14px;color:#666;}
.newsList li:hover a{color:#ff7c00;}
.newsList li span{float: right;font-size:12px;color:#999;}

.problem-box .bd{height:365px;overflow: hidden;}
.problem-box ul li{margin-bottom:20px;border-bottom:1px dashed #d9d9d9;padding-bottom: 12px;}
.problem-box ul li strong{display:block;background:url(../images/wen.png) left center no-repeat;padding-left:30px;line-height: 28px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.problem-box ul li strong a{font-size:14px;color:#333;line-height: 30px;}
.problem-box ul li strong a:hover{color:#ff7c00;}
.problem-box ul li p{font-size:14px;color:#666;background:url(../images/da.png) left 0px no-repeat;padding-left:30px;line-height:24px;margin-top:10px;}

/*友情链接*/
.flink{margin-top:100px;background:#f8f8f8;padding:12px 0;font-size:14px;}
.flink b{color:#1f3276;font-weight:normal;}
.flink a{color:#666!important;}

/*footer*/
.footer{background:url(../images/footer_bj.jpg) top center repeat-y;width:100%;font-size:14px;color:#d7a4a4;padding-top:60px;box-sizing: border-box;}
.foottx{overflow:hidden}
.footer-lf{width:700px;}
.footer-lf .footer-nav a{color:#dfb6c1;padding-right:40px;}
.footer-xinxi{margin-top:35px;}
.footer-xinxi p{line-height:25px;}
.erweima{width:100px;height:100px;overflow: hidden;margin-top:25px;}
.erweima>img{width:100%;height:100%}
.copyright{color: #d7a4a4;padding:20px 0}
.copyright p{font-size:14px;color:#d7a4a4;text-align: center;}
.copyright a {color: #d7a4a4;}




/*footer-tools*/
.footer-tools{position:fixed;left:0;bottom:0;right:0;z-index:999;background:#026080;height:1rem;}
.footer-tools ul li{width:25%;float:left;}
.footer-tools ul li a{display:block;text-align:center;color:#FFF;font-size:.18rem;height:.88rem;padding-top:.1rem;line-height:1.5;}
.footer-tools ul li a img{width:.42rem;height:.42rem;}



@media only screen and (min-width: 320px) and (max-width: 640px){
.logobox{text-align:center;height:.9rem;padding:10px 0;}	
.logobox .logo,.advant .advaList,.newsCont,.footer .fot-cont .fot-txt{margin:0;}
.logobox .logo{float:none !important;width:auto}
.logobox .logo img{width:4.5rem;margin-top:8px;float:left;padding:0;}
.logobox,.logo .logori,.pro-right li a p{padding:0;}
.logobox button{display:block;margin-top:5px;}
.logobox .head-icon{width:.9rem;height:.9rem;float:right;display:block;position:relative;}
.logobox .head-icon span{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:.5rem;height:.37rem;
transition:all 0.5s ease-in-out;background-position:center center;background-size:100% 100%;background-repeat:no-repeat;background-image:url(../images/icon1.png)}
.head-icon.active span{width: 0.37rem;height: 0.37rem;background-image: url(../images/icon2.png);}
/*主导航样式*/
#nav{background:none;background-color: rgba(0, 0, 0, 0.7);height:auto;width:100%;margin:0}
#nav ul>li{width:100%;background:none;border-right:none;}
#nav ul>li a{color:#000;font-size:14px;}
#nav ul>li.active>a{line-height:.8rem;color:#666;background:none;}
#nav ol li{background:#f7f7f7;border-bottom:1px solid #fff;}
#nav ol li a{color:#999;}
#nav ul>li:hover a{color:#333;font-weight:bold;}
.navbar{position: fixed;display:none;top:.9rem;left:0;width:100%;bottom:0;z-index:9999;}
.navbar-nav{width: 100%;background-color:#fff;z-index:1200;border-top:.01rem solid #e5e5e5;padding-bottom:.8rem;}
.navbar-nav>ul{width:100%;height:auto;overflow:hidden;}
.navbar-nav>ul>li{width:100%;height:auto;overflow:hidden;border-bottom:.01rem solid #e5e5e5;float:none}
.navbar-nav>ul>li a{display:block;width:100%;text-align:center;line-height:.8rem;height:.8rem;font-size:.24rem;color:#666;}
.navbar-nav>ul>li a:hover{color:#149350;}
/*自主加的css样式--------------------------*/


.indexProduct{margin:0;}
.about{margin-top:15px;}
.advantTit h2,.advantTit h2 span{font-size:22px;}
.advantItem-lf .media div.media-body span{line-height:1}
.advantItem img{display:block;max-width:100%;height:auto}
.indexTitle h2,.advantItem-lf .media div.media-body h3{font-size:18px}
.about-txt h2,.advantTit h3,.gengduo a.more{font-size:12px;}
.indexProduct-lf ul li{font-size:12px;padding:0;}
.advantItem1 .advantItem-lf,.advantItem-lf,.ban-lf,.footer-lf,.about-txt{width:100%;float:none}
.rq{height:130px;}
.indexProduct{background:#C5100F;}
.scroll-anli .bd li{width:50%}
.scroll-anli .bd li a{height:160px;}
.advantItem-lf .media div.float-left{display:none}
.about-img{width:100%;height:100%}
.footer{padding:0;}





}
.swiper-container{width:100%;height:600px;}
.swiper-slide{background-repeat:no-repeat;background-size:cover;background-position:center;}
@media screen and (max-width:1024px){
  .swiper-container{height:400px;}
}
@media screen and (max-width:767px){
  .swiper-container{height:300px;}
}
@media screen and (max-width:665px){
  .swiper-container{height:250px;}
}
@media screen and (max-width:560px){
  .swiper-container{height:180px;}
}
@media screen and (max-width:414px){
  .swiper-container{height:150px;}
}
@media screen and (max-width:375px){
  .swiper-container{height:140px;}
}