﻿/* CSS Document */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display:block;}
*{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body { font-family:Microsoft Yahei; color:#666; text-decoration:none; font-size:14px; background:#fff;}
textarea { resize:none;}
img{ max-width:100%;}
iframe,img { border:0;}
ul,ol,li { list-style:none;}
input, select, textarea { outline:0; -webkit-user-modify:read-write-plaintext-only;}
input { -webkit-appearance:none;}
a{ text-decoration:none; color:#666; transition:0.2s; -webkit-transition:0.2s;}
a:hover{}
.clearfix { clear:both; zoom:1;}
.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden;}
.fl{ float:left;}
.fr{ float:right;}
.lk{display: block;height: 0;width: 0;overflow: hidden;}
/*滚动条*/
::-webkit-scrollbar{ width:6px; height:12px}
::-webkit-scrollbar-button:vertical{ display:none;}
::-webkit-scrollbar-track:vertical{ background-color:black}
::-webkit-scrollbar-track-piece{ background:#FFF}
::-webkit-scrollbar-thumb:vertical{ background-color:#004f7a; border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{ background-color:#004f7a}
::-webkit-scrollbar-corner:vertical{ background-color:#004f7a}
::-webkit-scrollbar-resizer:vertical{ background-color:#004f7a}

/*banner*/
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 500px; }
.bannerslide .swiper-slide a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; text-decoration: none; text-align: center; color: #fff; }
.bannerslide .swiper-slide a .con { margin-top: 52px; }
.bannerslide .swiper-slide a .con .tit { line-height: 48px; font-size: 40px; font-weight: 400; margin-bottom: 20px; }
.bannerslide .swiper-slide a .con .txt { line-height: 24px; font-size: 14px; font-weight: 400px; }
.paginationw { position: absolute; left: 0; text-align: center; bottom: 10px !important; width: 100%; z-index: 9; }
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #ea0000; }
.bannerslide .swiper-button-prev { background: url(../images/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }
.bannerslide .swiper-button-next { background: url(../images/arrows.png) no-repeat right bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; }

.bannertitlea a{color:#fff;}
.bannertitlea a:hover{color:#fff;}
.bannertitlea a .bannerhhh{display:none;}
.bannertitlea a:hover .bannerhhh{display:block; position:absolute; width:500px; height:200px; z-index:999;}


.m{ width:95%; max-width:1200px; margin:0 auto; position:relative;}
.m2{ width:95%; max-width:1200px; margin:0 auto; position:relative; padding-bottom:30px;}
.n{ padding:50px 0;}

/*top*/
.top{ border-bottom:#eee 1px solid; line-height:40px; font-size:12px;}
.top span{ color:#ba0001;}
.top a{ margin:0 10px;}

.menu{ float:right; width:30px; height:30px; background:center center no-repeat transparent; background-image:url(../images/amenuicon.png); display:none; margin-top:10px;}

/*logo*/
.logo{ padding:20px 0;}
.logo_i{ width:388px;}
.logo .p1{ float:left; margin-left:20px; padding-left:30px; border-left:#ddd 1px solid; margin-top:8px;}
.logo .p1 span{ font-size:17px; font-weight:bold; line-height:30px;}
.logo .p2{ float:right; text-align:right; margin-top:15px;}
.logo .p2 img{ vertical-align:middle; margin-right:5px;}
.logo .p2 span{ font-family:Verdana, Geneva, sans-serif; font-size:17px; font-weight:bold; line-height:1.6;}

/*nav*/
.nav{background: #ba0001; border-bottom: #650001 1px solid; line-height:50px;}
.nav ul{ position:relative;}
.nav ul li{ float:left; width:9%; text-align:center; position:relative;}
.nav ul a{ color:#fff; font-weight:bold;}
.nav ul li.lif{ text-align:left; width:4%;}
.nav ul li.lil{ background:#ba0001; border-left: #bf3838 1px solid; border-right: #bf3838 1px solid; float:right;}

.nav ul li ul{ position:absolute; top:50px; left:0; z-index:999; padding:0 10px; background:#0090d9; display:none;}
.nav ul li ul li{ float:none; line-height:40px; min-width:88px;}
.nav ul li ul li a{ white-space:nowrap;}

.pp1{ font-size:12px;}


/*首页企业文化*/
.ind_cul{ display:flex;}
.ind_cul .ic_l{ background:url(../images/vt.jpg) no-repeat center center; width:50%; background-size:cover;}
.ind_cul .ic_r{ width:50%; background:#ba0001;}
.ind_cul .ic_r .ic_r_m{ width:100%; max-width:600px; padding:100px; color:#fff; padding-right:80px;}
.ind_cul .ic_r .ic_r_m .p1{ font-size:21px;}
.ind_cul .ic_r .ic_r_m .p2{ margin:20px 0;}
.ind_cul .ic_r .ic_r_m ul{ margin-bottom:30px;}
.ind_cul .ic_r .ic_r_m ul li{ float:left; width:50%; margin-bottom:10px;}
.ind_cul .ic_r .ic_r_m ul li img{ height:19px; margin-bottom:-4px; margin-right:5px;}
.ind_cul .more{ display:block; border:1px solid #fff; padding:10px 20px; width:120px; text-align:center; color:#fff; border-radius:30px; transition:0.2s;}
.ind_cul .more img{ margin-bottom:-3px;}
.ind_cul .more:hover{ background:#fff; color:#ba0001;}

/*首页产品*/
.ind_pro{ background:#fff7f7;}
.ppp1{ font-size:22px; font-weight:bold; text-align:center;}
.ppp2{ margin:20px; text-align:center; line-height:2;}
.ind_pro .ul1{ text-align:center; margin:30px 0;}
.ind_pro .ul1 li{ background:#fff; margin-left:1px; display:inline-block; margin-bottom:5px;}
.ind_pro .ul1 li a{ display:block; padding:10px 20px; background:#fff;}
.ind_pro .ul1 li:first-child{ background:#ba0001; color:#fff; padding:10px 20px;}
.ind_pro .ul1 li:hover a{ color:#fff; background:#ba0001;}

.ind_pro .ul2 li{ width:24%; float:left; margin-right:1.3333%; background:#fff; border:2px solid #fff; position:relative; top:0; padding:20px; text-align:center; transition:0.2s; margin-bottom:20px;}
.ind_pro .ul2 li:nth-child(4n){ margin-right:0;}
.ind_pro .ul2 li img{ margin-bottom:20px;}
.ind_pro .ul2 li p{ font-size:12px;}
.ind_pro .ul2 li p:last-child{ font-size:18px;}
.ind_pro .ul2 li:hover{ top:-20px; border:2px solid #ba0001;}

/*首页客户*/
.ind_cus{ background:url(../images/sw.jpg) no-repeat center center;}
.ind_cus .ic_m1{ background:#e8f1f9; padding:40px 50px 20px;}
.ind_cus .ic_m2{ background:#fff; padding:20px 0; text-align:center; border-bottom:40px solid #e8f1f9;}
.ind_cus .ic_m2 img{ height:35px; margin:0 20px;}

/*首页生产能力*/
.ind_de{ background:#e8f1f9;}
.ind_de .p1{ font-size:20px; float:left;}
.ind_de .p1 span{ font-size:12px; color:#999; padding-left:30px;}
.ind_de .more{ float:right; color:#ba0001; font-size:12px;}
.ind_de .more img{ margin-bottom:-2px; margin-right:5px;}
.ind_de .id_m{ margin-top:40px;}
.ind_de .id_m img{ display:block;}
.ind_de .id_m .id_m1{ float:left; width:30%;}
.ind_de .id_m .id_m1 .dd1{ background:url(../images/fe.jpg) no-repeat center center; padding:80px 50px 60px; color:#fff;}
.ind_de .id_m .p2{ font-size:22px; font-weight:bold;}
.ind_de .id_m .p2 span{ font-size:12px;}
.ind_de .id_m .x{ height:1px; width:30px; border-bottom:1px solid #fff; margin:15px 0;}
.ind_de .id_m2{ float:left; width:70%;}
.ind_de .id_m2 .dd2{ background:#fff; padding:40px 50px 25px 50px;}
.ind_de .id_m2 .dd2 .x{ border-bottom:1px solid #666;}
.ind_de .id_m2 img{ width:100%; height:386px;}

/**/
.ind_tel{ background: url(../images/ind_tel.jpg) no-repeat center; background-size: cover; background-attachment: fixed; padding:60px; color:#fff; text-align:center;}
.ind_tel h3{ font-size:30px;}
.ind_tel h4{ margin:10px 0 20px; font-size:20px;}
.ind_tel p{ display:inline-block; background:#fff; padding:10px 20px; color:#ba0001; border-radius:20px; font-weight:bold; font-size:16px;}

/*首页生产能力*/
.ind_news{}
.ind_news .p1{ font-size:20px; float:left;}
.ind_news .p1 span{ font-size:12px; color:#999; padding-left:30px;}
.ind_news .more{ float:right; color:#ba0001; font-size:12px;}
.ind_news .more img{ margin-bottom:-2px; margin-right:5px;}
.ind_news .n1{ background:url(../images/vvbv.jpg) no-repeat center center; margin-top:40px; background-size:cover; display:flex;}
.ind_news .n1 .n1_t{ padding:30px; width:30%; font-size:22px; font-weight:bold; border-right:#ccc 1px dashed;}
.ind_news .n1 .n1_t1{ padding:60px; background:#fff;}
.ind_news .n1 .n1_c{ width:70%; padding:60px;}
.ind_news .n1 .n1_c p{ margin-bottom:20px;}
.ind_news .more2{color:#ba0001; font-size:12px;}
.ind_news .more2 img{ margin-bottom:-2px; margin-right:5px;}
.ind_news ul{ margin-top:50px;}
.ind_news ul li{ width:33.333%; float:left; padding-right:30px;}
.ind_news ul li span{ font-size:12px;}
.ind_news ul li .p2{ font-size:20px; margin:15px 0 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ind_news ul li .p3{ font-size:13px; margin-bottom:30px; line-height:1.6;}

/*bottom*/
.bottom{ background:#8c0001; color:#fff;}
.bottom a{ color:#fff;}
.bottom ul{ width:17%; float:left;}
.bottom ul:nth-child(2){ width:32%;}
.bottom ul p{ font-size:17px; font-weight:bold; margin-bottom:10px;}
.bottom ul li{ line-height:1.8;}
.bottom .x{ height:1px; border-bottom:1px solid #6b0001; margin:40px 0;}
.bottom .icp{ display:block; width:210px; margin:0 auto; text-align:center; padding:5px; border:1px solid #fff; border-radius:5px;}
.bottom .icp img{ height:18px; vertical-align:middle; margin-right:5px;}
.bottom .p_i{ text-align:center; color:#fff; font-size:13px; margin:30px; line-height:1.6;}
.bottom .p_i span{ color:#ddd;}
.bottom .gs{ text-align:center;}


/**/
.side { width: 266px; float: left; }
.sidenav { background: #059ce5; border-radius: 10px; overflow: hidden; margin-bottom: 20px; }
.sidenav .hd { line-height: 50px; height: 50px; color: #fff; font-size: 18px; padding: 0 20px 0 50px; background: url(../images/iconlogo.png) no-repeat 16px center; background-size: auto 20px; }
.sidenav .hd strong { font-weight: normal; }
.sidenav .bd { padding: 10px; background: #fff; margin: 0 6px 6px; border-radius: 0 0 6px 6px; }
.sidenav .snul {  }
.sidenav .snul .snli { margin-bottom: 2px; line-height: 40px; }
.sidenav .snul .snli .sna { padding: 0 20px; color: #666; font-size: 14px; font-family: microsoft yahei; display: block; text-decoration: none; border-radius: 4px; -webkit-transition: all .2s; transition: all .2s; background: #f1f1f1 url(../images/ck.gif) no-repeat -16px center; background-size: 16px 14px; }

.sidenav .snul .snli .sna:before{ content:"- ";}

.sidenav .snul .snli .sna:hover, .sidenav .snul .snli.on .sna { background-color: #059ce5; color: #fff; opacity: .9; filter: alpha(opacity=90); background-position: 18px center; box-shadow: 0 5px 10px rgba(0,177,238,.4); padding-left: 40px; }

.sidebox { background: #dedede; overflow: hidden; margin-bottom: 20px; border-radius: 10px; }
.sidebox .hd { line-height: 40px; height: 40px; text-align: center; font-size: 16px; color: #333; }
.sidebox .bd { margin: 0 6px 6px; padding: 20px; background: #fff; border-radius: 0 0 6px 6px; position: relative; }

.main { float:right; width:900px;}
.main .hd { background: #f1f1f1; height: 50px; line-height: 50px; padding: 0 20px; border-radius: 10px; margin-bottom: 10px; }
.main .hd .name { position: relative; float: left; color: #059ce5; font-size: 20px; font-weight: bold; }
.main .hd .name:before { content: ''; display: block; width: 4px; height: 20px; background: #059ce5; position: absolute; left: -20px; top: 15px; }
.main .hd .now { float: right; font-size: 12px; color: #999; }
.main .hd .now a { color: #999; }
.main .hd .now .split { margin: 0 4px; font-family: simsun; }
.main .bd { padding: 20px 0; font-size: 16px; color: #333; line-height: 30px; }
.main .bd p { margin-bottom: 20px; }

/*news*/
.newslist { }
.newslist .item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.newslist .item .time { float: left; text-align: right; width: 90px; line-height: 24px; font-family: arial; margin-top: 6px; color: #999; }
.newslist .item .time .day { font-size: 30px; }
.newslist .item .time .year { font-size: 14px; }
.newslist .item .info { margin-left: 120px; }
.newslist .item h3 { font-weight: normal; margin-bottom: 10px; height: 30px; overflow: hidden; }
.newslist .item h3 a { color: #39424b; font-size: 22px; text-decoration: none; }
.newslist .item h3 a:hover { color: #059ce5; }
.newslist .item .txt { font-size: 14px; line-height: 24px; color: #999; height: 48px; overflow: hidden; }

.n_pro li{ width:32%; margin-right:2%; float:left; margin-bottom:20px; position:relative; transition:0.2s; top:0; text-align:center;}
.n_pro li:nth-child(3n){ margin-right:0;}
.n_pro li img{ margin:20px 0;}
.n_pro li div{ background:#9cbac4; padding:20px; border-top:2px solid #059ce5; text-align:left;}
.n_pro li div p{ color:#fff; line-height:1.8; margin-bottom:0 !important;}
.n_pro li:hover{ top:-20px;}

/*honor*/
.honor_ul li{ width:28%; margin:2%; float:left; text-align:center;}
.honor_ul li:nth-child(4n){ margin-right:0;}

/*message*/
.messagecon { font-size: 14px; line-height: 24px; margin-bottom: 20px; font-family: microsoft yahei; }
.messagecon p { margin-bottom: 20px; }
.messagetit { font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; }
.messagetarea { padding: 10px; border: 1px solid #dedede; font-size: 16px; line-height: 26px; font-family: microsoft yahei; color: #666; resize: none; width: 96%; height: 90px; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messagetarea:focus { color: #333; outline: none; background: #fff; }
.messageinput { width: 27%; padding: 10px; height: 26px; line-height: 26px; font-size: 14px; border: 1px solid #dedede; margin: 0 5px 0 0; font-family: microsoft yahei; color: #666; -webkit-transition: all .2s ease-in; transition: all .2s ease-in; background: #f8f8f8; margin-bottom: 20px; }
.messageinput:focus { color: #333; outline: none; background: #fff; }
.messagebtn { width: 30%; text-align: center; line-height: 50px; height: 50px; font-size: 16px; border: 0; background: #b8c5ce; color: #2d3e50; border-radius: 4px; font-family: microsoft yahei; cursor: pointer; margin-right: 10px; margin-bottom: 30px; }
.messagebtn.btnon { width: 50%; color: #fff; }
.messagebtn:hover { opacity: .8; filter: alpha(opacity=80); }
.main .con .yanzhengma { display: inline; }
.messagebtn.btnon { background: #2172bd; }

/*joinus*/
.jobbox { margin-bottom: 20px; border-bottom: 1px solid #dedede; }
.jobbox .qline { background: #eee; border-top: 2px solid #00b1ee; line-height: 20px; padding: 10px 20px;}
.jobbox .qline.qlineon { color: #00b1ee; }
.jobbox .aline { display: none; }
.join_more { width: 100%; background: #fff; }
.join_more tbody tr td { line-height: 24px; padding: 11px 20px; border-bottom: 1px solid #dedede; font-size: 14px; color: #666; font-family: microsoft yahei; }
.join_more tbody tr td span { color: #000; }
.join_more tbody tr td .squareli li { padding-left: 9px; background: url(../images/li.png) 0 center no-repeat; }

/*contact*/
.contact{ text-align:center;}
.contact .p1{ font-size:18px; font-weight:bold; color:#00b1ee;}
.contact .p2{ margin:20px 0; font-size:16px; line-height:30px;}

.contact01{ width:60%; display:block; margin:0 auto;}

.ind_ab{padding:70px 0;}
.ind_ab .title{color:#ba0001; font-family:Microsoft yahei; text-decoration:none; font-size:18px;}
.ind_ab .titlea{color:#ba0001; font-family:Microsoft yahei; text-decoration:none; font-size:16px;}
.ind_ab .aboutt{width:740px; margin-right:58px;}
.ind_ab .abouttit{width:740px; border-bottom:1px solid #e5e5e5; height:40px; line-height:40px;}
.ind_ab .abouttit a{color:#999999; font-family:Microsoft Yahei; text-decoration:none; font-size:13px;}
.ind_ab .abouttit a:hover{color:#e70000;}
.ind_ab .aboutnr{margin-top:30px;}
.ind_ab .aboutnr img{margin-right:15px;}
.ind_ab .aboutnr .aboutnra{color:#666666; font-size:14px; font-family:Microsoft yahei; text-decoration:none; line-height:23px; width:445px;}
.ind_ab .aboutnr .aboutnra a.morebtn{color:#e70000; font-size:13px; font-family:Microsoft yahei; text-decoration:none; border:1px solid #e70000; display:block; width:90px; height:28px; text-align:center; line-height:28px; margin-top:20px;}
.ind_ab .aboutnr .aboutnra div{ text-indent:2em;}

.ind_ab .whul{width:402px; float:left;}
.ind_ab .whul ul li{float:left; width:120px; height:120px; background-color:#ba0001; border-radius:50%; margin-right:20px; margin-bottom:12px; margin-top:12px; color:#fff; font-size:16px; font-family:Microsoft yahei; text-decoration:none; text-align:center;}
.ind_ab .whul ul li:nth-child(3n){margin-right:0;}
.ind_ab .whul ul li img{display:block; margin:15px auto 0;}

.ind_cul{ padding:70px 0;}
.ind_cul .whul{margin-top:35px;}
.ind_cul .whul li{float:left; width:25%;}
.ind_cul .whul li img{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out; cursor:pointer;}
.ind_cul .whul li:hover img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);}
.titleg{color:#666; font-weight:bold; font-size:20px; margin-top:20px;}

.inbanner{ width:100%;}
.nydh{ width:100%; background:#f2f2f2; line-height:64px; height:64px;}
.nydh .nytit1{ font-size:18px; color:#eb0001; font-weight:bold;}
.nydh .nytit2{}
.nydh .nytit2 a:hover{ text-decoration:underline;}
.biaoti{ text-align:center; font-size:40px; font-size:40px; color:#eb0001; font-weight:bold; margin:36px 0px;}
.nynr{ line-height:30px; margin-bottom:40px;}
.whul{margin-top:35px;}
.whul li{float:left; width:25%;}
.whul li img{transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out; cursor:pointer;}
.whul li:hover img{-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);}
.comtb{width:100%;}
.comtb ul li{float:left; width:120px; height:120px; background-color:#ba0001; border-radius:50%;  margin-bottom:12px; margin-top:12px; color:#fff; font-size:16px; font-family:Microsoft yahei; text-decoration:none; text-align:center; margin:20px 43px;}
.comtb ul li:nth-child(3n){margin-right:0;}
.comtb ul li img{display:block; margin:15px auto 0;}

.newstit{ width:100%;}
.newstit ul li{ float:left; width:168px; height:48px; line-height:48px;   font-size:18px; font-weight:bold; text-align:center; margin:0px 20px 0px 0px;}
.newstit ul li a { color:#eb0001; display:block;background:#f2f2f2; border-radius:30px;}
.newstit ul li a:hover{ background:#eb0001; color:#ffffff;}
.newsnr{ margin:40px 0px 0px 0px;}
.newsnr ul li{ float:left;width:46%; height:250px;;border:6px solid #f2f2f2; margin:20px 20px; border-radius:10px;}
.newsnr ul li .tit1{ font-size:14px; color:#323232; margin:14px 0px 20px 17px;}
.newsnr ul li .tit2{ font-size:20px;margin:0px 20px 0px 17px;color:#323232;}
.newsnr ul li .tit3{ color:#5b5b5b; line-height:16px;margin:32px 20px 0px 17px;}
.newsnr ul li a{ display:block ; transition:all ease-in 0.2s; float:left}
.newsnr ul li a:hover{transform:translate3d(0,-2px,0); -webkit-transform:translate(0,-2px,0); }

.nypro{ margin-top:30px;}
.prolist { }
.prolist ul li{ float:left; width:14%; height:48px; line-height:48px; text-align:center; font-size:16px; color:#282828;  margin:0px 20px 30px 0px;}
.prolist ul li a{border-bottom:1px solid #bcbcbc; background:#f3f1f1; display:block; }
.prolist ul li a:hover{border-bottom:1px solid #ff7b7b; background:#eb0001; color:#ffffff; }
.pronr{ padding-bottom:30px;}
.pronr ul li img{ width:221px; height:184px}
.pronr ul li{ width:23%; color:#333333; float:left; margin:20px 12px; }
.pronr ul li .proimg{ border:4px solid #f7f7f7; height:230px;}
.pronr ul li .proimg img{ display:block; width:100%;}
.pronr ul li .protit{ width:100%; background:#f7f7f7;}
.pronr ul li .protit1{ font-size:16px; padding:21px 10px;}
.pronr ul li .protit2{ padding:0px 10px;}
.pronr ul li .probo{ padding:22px 10px;}
.pronr ul li a{ display:block ; transition:all ease-in 0.2s;}
.pronr ul li a:hover{transform:translate3d(0,-2px,0); -webkit-transform:translate(0,-2px,0);}

@media (max-width: 1120px) {
	.n{ padding:20px 0;}
}

@media (max-width: 1024px) {
	.ind_ab .whul{ width:42%;}
	.ind_ab .aboutt{ width:56%; margin-right:2%;}
	.ind_ab .aboutnr .aboutnra{ width:45%;}
	.comtb ul li{ margin:20px 22px;}
	.newsnr ul li{ width:45%;}
	.pronr ul li{ margin:20px 9px;}
	.pronr ul li .protit1{ text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
	.ind_ab .abouttit{ width:100%;}
}	

@media (max-width: 890px) {
	.nav ul li.lif { text-align:center; width:24%;}
	.nav ul li { width:24%;}
	.nav ul li.lil {border-left:none; border-right: none;float: left;}
	.nav .job{ display:none;}
	.logo .p2{ display:none;}
	.newstit ul li { width:26%;}
	.newsnr ul li { width:93%; border: 3px solid #f2f2f2;border-radius: 5px;}
	.newsnr ul li .tit3 {margin: 15px 20px 0px 17px;}
	.prolist ul li {width:29%;}
	.pronr ul li {width: 43%;}
}

@media (max-width: 768px) {
	.bannerslide .swiper-slide{ height:300px;}
	.nav{ line-height:40px;}
	.ind_ab .aboutt{ width:100%;}
	.ind_ab .whul{ width:100%;}
	.ind_ab .whul ul li{ margin:2% 7%;}
	.ind_pro .ul2 li{ width:48%;}
	.comtb ul li{ margin:2% 7%;}
	.contact01{ width:100%;}
}

@media (max-width: 420px) {
	.bannerslide .swiper-slide{ height:150px;}
	.ind_ab .aboutnr .aboutnra{ width:100%;}
	.ind_ab .aboutnr img{ display:none;}
	.ind_ab .whul ul li:nth-child(3n),.comtb ul li:nth-child(3n){ margin:2% 7%;}
	.ind_pro .ul2 li{ width:100%;}
	.ind_cul .whul li,.whul li{ width:50%; margin-bottom:20px;}
	.ind_news ul li{ width:100%; padding:30px 0; border-bottom:1px dashed #ccc;}
	.prolist ul li,.pronr ul li{ width:46%; margin:2%;}
	.pronr ul li .proimg{ height:150px; overflow:hidden;}
	.contact01 img{ display:none;}
}