*{padding:0;margin:0;}
body { background:#fff; padding:0px;}
a { text-decoration: none; color: #555;  }
a:hover { text-decoration: none; color: #D2160D; }
ul { padding: 0; list-style: none; margin: 0; }
i,em { font-style: normal; }
.fl{ float: left;}
.fr{ float: right;}


.container { width: 1100px; padding:0px; display:block; margin:0 auto;}
.header { z-index: 100; width: 100%; font-size: 14px; }
.header .head-top { height: 30px; line-height: 30px; background: #eee; font-size: 13px; }
.header .head-top .left { float: left; color: #666; }
.header .head-top .left H1{font-size:14px; font-weight:bold;}
.header .head-top .left i { font-size: 18px; margin-right: 10px; }
.header .head-top .right { float: right; }
.header .head-top .right ul li { float: left; color: #666; }
.header .head-top .right a { color: #666; }
.header .head-top .right a:hover { color: #D2160D; }
.header .head-top .right span { color: #bbb; margin: 0 8px; }
.header .head-top .right .wechat { float: right; position: relative; }
.header .head-top .right .wechat img { position: absolute; right: 0px; display: none; z-index: 300; width: 150px; }
.header .head-top .right .wechat:hover { cursor: pointer; }
.header .head-top .right .wechat:hover img { display: block; }
.header .head-center { height: 130px; background: url(head-bg.jpg); clear: both; border-top: 1px solid #e7e7e7; }
.header .head-center .logo { float: left; margin-top: 30px; margin-bottom: 0; margin-right: 20px; border-right:1px solid #ccc; }
.header .head-center .introduce { float: left; width: 430px; margin-top:10px; }
.header .head-center .introduce img { float: left; }
.header .head-center .introduce strong { margin-top: 30px; margin-bottom: 5px; font-size: 22px; color: #D2160D; display: block; }
.header .head-center .introduce strong span { }
.header .head-center .introduce em { font-size: 18px; color: #888; margin-top: 15px; letter-spacing: 1px; }
.header .head-center .phone { float: right; font-size: 28px; margin-top: 30px; width: 300px; }
.header .head-center .phone img { margin-right: 10px; float: left; }
.header .head-center .phone .phone-num { float: left; margin-top: 3px; }
.header .head-center .phone small { font-size: 16px; display: block; margin-left: 3px; color: #888; }
.header .head-center .phone span { display: block; color: #D2160D; font-weight: bold; }

.header .nav { height: 45px; background:#5a5a5a; clear: both; z-index: 200; position: relative; border-top: 2px solid #e50112; margin-bottom:5px; }
.header .nav .menu ul { padding: 0; list-style: none; margin: 0; min-width: 96px;}
.header .nav .menu ul li { float: left; position: relative; height: 45px; line-height: 45px; }
.header .nav .menu ul li span { margin-right: 10px; }
.header .nav .menu ul li a { display: inline-block; float: left; height: 25px; color: #E4E4E4; width: 135px;border-right: 1px solid #676767; border-left: 1px solid #ABABAB; text-align: center; line-height: 25px; margin-top: 10px; }

.header .nav .menu ul li:hover { background:#d80c1c; color: #fff; }
.header .nav .menu ul li:hover a { color: #fff; }

.banner { width: 100%; height: 600px; overflow: hidden; position: relative; z-index: 90; }
.banner .hd { height: 20px; overflow: hidden; position: absolute; bottom: 10px; z-index: 1; left: 47%; }
.banner .hd ul { overflow: hidden; zoom: 1; float: left; }
.banner .hd ul li { float: left; margin-right: 2px; width: 20px; height: 20px; line-height: 14px; text-align: center; background: rgba(0,0,0,0.4); cursor: pointer; border-radius: 100px; margin: 0 2px; }
.banner .hd ul li.on { background: #D2160D; color: #D2160D; }
.banner .bd { width: 100%; height: 600px; overflow: hidden; margin: 0 auto; position: relative }
.banner .bd ul { width: 100%; height: 600px; overflow: hidden; position: absolute; top: 0; left: 0 }
.banner .bd li { float: left; width: 100%; height: 600px; }
.banner .bd li span { display: block; width: 100%; height: 600px }
.banner .bd li a { display: block; width: 100%; height: 600px }
.banner .bd li .img_1 { background: url("banner1.jpg") center top no-repeat }
.banner .bd li .img_2 { background: url("banner2.jpg") center top no-repeat }
.banner .bd li .img_3 { background: url("banner3.jpg") center top no-repeat }
.banner .bd li .img_4 { background: url("banner4.jpg") center top no-repeat }
.banner .prev, .banner .next { height: 75px; background: #fff; position: absolute; left: 8%; top: 45%; margin-top: -25px; display: block; filter: alpha(opacity=50); opacity: 0.5; font-size: 60px; color: #000; border-radius: 5px; }
.banner .next { left: auto; right: 8%; background-position: 8px 5px; }
.banner .prev:hover, .banner .next:hover { filter: alpha(opacity=100); opacity: 1; }
.banner .prevStop { display: none; }
.banner .nextStop { display: none; }

.navbar-example { position: fixed; top: 26%; left: 0; width: 50px; z-index: 80; font-size:14px; z-index:999; }
.navbar-example .navbar-nav li { display: block; float: none; height: 40px; width: 80px; border-top: 1px solid #666; text-align: center; line-height: 40px; background: #555; border-right: 1px solid #666; }
.navbar-example .navbar-nav li img{height: 40px;}
.navbar-example .navbar-nav li a { padding:0px; line-height: 40px; color: #fff; height: 40px; width: 80px; display:block;}
.navbar-example .navbar-nav li a:hover { background: #fff; color: #D2160D; height: 40px; width: 80px; display:block; }

/*index通用*/
.index-title { height:90px; text-align: center; overflow: hidden;margin-top:20px;}
.index-title .title-text {margin: 0 auto; }
.index-title .bt { font-size:26px; font-weight: bold; color: #D2160D;}
.index-title span {color:#a5a5a5;font-weight:bold;font-size:16px;}
.index-title small { color: #666;height:52px;line-height:30px;background:url(title-en-bg.png) center center;display: block;font-size:14px;}

/*product*/
.product { clear: both; overflow: hidden;  border-top: 1px solid #ccc; padding-top: 10px; padding-bottom: 15px; }
.product .container { }
.product .title { height: 80px; text-align: center; background: url(title.png) center center; }
.product .title .title-text { width: 145px; margin: 0 auto; }
.product .title .bt { font-size: 56px; font-weight: bold; color: #db261d; float: left; }
.product .title .st { float: right; margin-top: 13px; }
.product .title .st span { color: #db261d; display: block; font-size: 24px; height: 30px; }
.product .title .st small { color: #999; font-weight: bold; font-size: 16px; }
.product .pro-nav { float: left; width: 230px; background: #fff; margin-bottom:10px;}
.product .pro-nav .pro-nav-t { background: #db261d url(pro-left-title.png); font-size: 20px; font-weight: bold; text-align: center; color: #fff; padding-top: 15px; padding-bottom: 15px; }
.product .pro-nav .pro-nav-t span { display: block; font-size: 12px; font-weight: 500; margin-top: 2px;}

.prxmenu { margin-bottom:10px;}
.prxmenu ul li {}
.prxmenu ul li i { float:right;margin-top:18px;}
.prxmenu ul li .proxxbt { display:block;line-height:40px;height:40px;font-size:16px;padding:2px 20px; margin-top:2px;color:#555; background:#eee url(youjt1.png) no-repeat 185px center;}
.prxmenu ul li .proxxbt:hover{background: #db261d url(youjt2.png) no-repeat 185px center;color:#fff;}

.leftnesss ul{padding:10px; font-size:15px; background:#eee;}
.leftnesss ul li{ height:32px; line-height:32px; border-bottom:1px dashed #fff; overflow:hidden; font-size:13px;}

.product .pro-img { width: 850px; float: right; background: #fff;}
.product .pro-img .pro-title { height: 35px; line-height: 35px;background:url(title-bg.jpg) center center;}
.product .pro-img .pro-title span { font-size: 14px; line-height:36px; color: #fff; display:block; float:right; margin-right:10px;}
.product .pro-img .pro-title h3 { float: left; margin: 0; font-size: 16px; color: #fff; height: 35px; line-height: 35px; padding: 0 10px; background:url(ico99.png) no-repeat 10px center; text-indent:30px;}
.product .pro-img .pro-title a { float: right;font-size:12px;color:#ccc;margin-right:10px;}
.product .pro-img ul { zoom: 1;margin-top:10px; }
.product .pro-img li { width: 264px; float: left; position: relative; margin: 8px 0px 8px 10px;  text-align: center;background:#eee;padding:3px;}
.product .pro-img li img { width: 264px; height: 220px; display: block;}
.product .pro-img li span { color: #666; margin: 10px 0; display: block; font-size:15px;}
.product .pro-img li .a-link { font-size: 12px; color: #fff; padding: 3px 10px; float: right; background: #006ADB; margin-right: 10px; margin-top: 5px; }
.product .pro-img li:hover { z-index: 20; }
/*advantage*/


/**/
.banner2{background: url(wy_bg1.jpg) no-repeat center top;height: 163px;margin-top:0px;}
.banner2 .btel {padding-top:40px;width:1100px; margin:10px auto; }
.banner2 .btel .teltxt { font-size: 36px; color: #fff;font-weight: bold; width:700px; float:right; padding-left:50px;}
.banner2 .btel .telnum{ margin-top:20px; font-size: 15px;color: #fff;width:700px; float:right;padding-left:50px;}





.advantage { overflow: hidden; margin-top: -10px; }
.advantage .advan-title { height: 181px; background: url(advantage_01.jpg) center center; }
.advantage .cont{width:440px;margin-left:56px;margin-top:43px;}
.advantage .cont .advan-t{font-size:26px;font-weight:bold;color:#D2160D;margin-bottom:20px;}
.advantage .cont .advan-t small{display: block;font-size:12px;color:#aaa;font-weight:500;margin-top:10px;}
.advantage .cont p {font-size:14px; text-indent:26px; background:url(wjxico.png) no-repeat left top;margin-bottom:10px; color:#333; line-height:26px;}
.advantage .cont .advan-btn{margin-top:10px;overflow:hidden;margin-left:50px;}
.advantage .cont .advan-btn a{display: block;width:130px;height:40px;text-align:center;line-height:40px;background:#333 url(head-nav.jpg);color:#fff;float:left;margin:10px 20px;border-radius: 5px;}
.advantage .cont .advan-btn a:hover{background:#c10d05 url(head-nav-hover.jpg);}
.advantage .advan-1 {height:387px;background: url(advantage_02.jpg) center center;}
.advantage .advan-1 .cont{float:left;margin-right:50px;}
.advantage .advan-4 {height:353px;background: url(advantage_05.jpg) center center;}
.advantage .advan-4 .cont{margin-top:10px;margin-right:10px;float:right;}
.advantage .advan-5 {height:405px;background: url(advantage_06.jpg) center center;}
.advantage .advan-5 .cont{margin-top:0px;float:left;}

/*about*/
.about {overflow:hidden;padding-top:20px;padding-bottom:30px;background: #efefef;}
.about .about-cont {width:530px;float:left;}
.about .about-cont .ab-hr{width:60px;height:2px;background:#D2160D;}
.about .about-cont .ab-title { font-size: 22px; font-weight: bold;margin:20px 0 10px 0;}
.about .about-cont .ab-title span { color: #999; font-size: 16px; }
.about .about-cont .ab-dis {font-size:18px;margin-bottom:20px;}
.about .about-cont  p {color: #444; line-height: 28px; font-size:14px;}
.about .about-cont a{display: block;padding:3px;width:140px;text-align:center;background:#D2160D;color:#fff;font-size:12px; margin-top:15px;}
.about .video{width:550px;height:360px;background:url(gsgs.jpg) no-repeat center center;float:right;}
.about .video iframe{margin-top:6px;margin-left:6px;width:539px;height:310px;border:0;}



.news { overflow: hidden;padding-top:20px;padding-bottom:20px;clear:both;background:#fff;}
.news .newscenter{padding:20px;background:#fff;box-shadow: 0 0 15px #ccc;float:left;margin:10px auto;}
.news .nelist{ font-size:15px;}
.news .nelist li{line-height:40px; background:url(wenlsico.png) no-repeat left center;  width:320px; display:block; height:40px; display:block; float:left; margin:0px 15px; }
.news .nelist li i{color:#D2160D;margin-right:10px;}
.news .nelist li a{color:#888; width:260px; display:block; float:left; height:30px; overflow:hidden; text-indent:25px;}
.news .nelist li span{color:#888; font-size:13px; width:60px; float:left; height:30px; display:block; overflow:hidden;  padding:0px; text-align:right;}
/*news*/
.news { overflow: hidden;padding-top:20px;padding-bottom:20px;clear:both;background:#fff;}
.news .news-left{width:292px;height:450px;padding:30px;background:#fff;box-shadow: 0 0 15px #ccc;float:left;}
.news .news-center{width:292px;height:450px;padding:30px;background:#fff;box-shadow: 0 0 15px #ccc;float:left;margin:0 22px;}
.news .news-right{width:292px;height:450px;padding:30px;background:#fff;box-shadow: 0 0 15px #ccc;float:left;}
.news .ne-title {height:40px;line-height:40px; background:url(ico001.png) no-repeat left center;float:left;  text-indent:30px;}
.news .ne-title h4{font-size:16px;float:left;margin:0;line-height:40px; margin-right:122px;}
.news .ne-img{width:290px;height:130px;text-align:center;background:#f9f9f9;margin:10px 0;overflow:hidden;}
.news .ne-img img{width:100%;}
.news .ne-img li{text-align:center;height:130px;}
.news .ne-list{ font-size:14px;}
.news .ne-list li{border-bottom:1px dashed #ccc;line-height:40px; background:url(wenlsico.png) no-repeat left center;  width:300px; display:block; height:40px; }
.news .ne-list li i{color:#D2160D;margin-right:10px;}
.news .ne-list li a{color:#888; width:240px; display:block; float:left; height:30px; overflow:hidden; text-indent:25px;}
.news .ne-list li span{color:#888; font-size:13px; width:60px; float:left; height:30px; display:block; overflow:hidden;  padding:0px; text-align:right;}


.service {padding-top:20px;}
.service .cont { overflow: hidden; }
.service .cont .top { overflow: hidden; margin-bottom: 10px; }
.service .cont .top ul li{width:172px;float:left;background:#e4e4e4;text-align:center;margin:5px;padding:20px;}
.service .cont .top ul>li:first-child{margin-left:0;}
.service .cont .top ul>li:last-child{margin-right:0;}
.service .cont .top ul li i{width:85px;height:85px;text-align:center;line-height:85px;margin:20px auto;color:#fff;background:#D2160D;border-radius:100px;font-size:32px;}
.service .cont .top ul li .text-1{font-size:18px;margin-top:15px;}
.service .cont .top ul li .text-2{color:#999;margin-top:15px; font-size:13px;}
.service .cont .top ul li .text-3{height:1px;width:120px;background:#999;margin:10px auto;}
.service .cont .top ul li .text-4{font-size:13px;margin-top:10px;color:#666; line-height:24px;}
.service .cont .bottom { border: 1px solid #ccc; padding: 20px; height: 200px;background:#fff; }
.service .cont .bottom img { float: left;margin-right: 20px; }
.service .cont .bottom form { margin-left: 10px; }
.service .cont .bottom form strong { display: block; font-size: 16px; margin-top: 20px; margin-bottom: 10px; }
.service .cont .bottom form tr { float: left; margin-right: 10px; margin-top: 20px; }
.service .cont .bottom form tr td { height: 35px; line-height: 35px; border-color: #ccc; color: #aaa; }
.service .cont .bottom form tr td input { padding-left: 5px; height: 35px;}
.service .cont .bottom form .s-btn { float: left; width:250px; background: #D2160D; border: 0; height: 41px; line-height: 41px; display: block; color: #fff; }
.service .cont .top .balance-scale{ background:url(ffoo1.png) no-repeat left top; width:85px; height:85px; display:block; margin:20px auto;}
.service .cont .top .fa-tags{ background:url(ff002.png) no-repeat left top; width:85px; height:85px; display:block; margin:20px auto;}
.service .cont .top .fa-gears{ background:url(ff003.png) no-repeat left top; width:85px; height:85px; display:block; margin:20px auto;}
.service .cont .top .fa-wrench{ background:url(ff004.png) no-repeat left top; width:85px; height:85px; display:block; margin:20px auto;}
.service .cont .top .fa-thumbs-up{ background:url(ff005.png) no-repeat left top; width:85px; height:85px; display:block; margin:20px auto;}
.yqlj { background: #fff; }
.yqlj .container { height: 130px; background: url(yqlj.png); }
.yqlj ul { padding-top: 75px; padding-left: 130px; }
.yqlj li { font-size: 12px; margin-right: 10px; float: left; }
.yqlj li a { color: #aaa; }
.footer { clear: both; height: 312px; background: url(foot-bg.jpg) center center; width:100%; font-size:15px; }
.footer .foot-nav { height: 45px; line-height: 45px; background: #5d5d5d; width:100%; display:block; font-size:14px; }
.footer .foot-nav ul{width:1180px; margin:0 auto;}
.footer .foot-nav ul li { float: left; margin-right: 6px; margin-top: 8px; border-right: 1px solid #4E4E4E; }
.footer .foot-nav ul li:first-child { border-left: 1px solid #4E4E4E; }
.footer .foot-nav ul li a { display: block; height: 30px; line-height: 30px; color: #fff; padding: 0 37px; }
.footer .foot-nav ul li a:hover { background: #fff; color: #000; }
.footer .left { width: 300px; float: left; margin-top: 20px; height: 155px; }
.footer .left .phone { color: #ddd; font-size: 24px; margin-left: 10px; background: #333; width: 258px; height: 44px; line-height: 44px; border-radius: 5px; }
.footer .left .phone i { font-size: 40px; color: #ddd; margin-right: 15px; margin-top: 2px; margin-left: 2px; width: 50px; height: 40px; float: left; background:url(dituphone.jpg) no-repeat 5px center; }
.footer .right { width: 790px; float: right; margin-top: 25px; margin-bottom: 10px; }
.footer .right .foot-address { width: 330px; float: left; color: #eee; padding-left: 70px; margin-top: 10px; border-right: 1px solid #888; border-left: 1px solid #888; }
.footer .right .foot-address p{ line-height:32px;}
.footer .right .foot-address .title { font-size: 16px; margin-bottom: 10px; font-weight: bold; color: #eee; }
.footer .right .foot-address span { font-size: 16px; margin-right: 3px; color: #eee; }
.footer .right .foot-address a { color: #eee; }
.footer .right .foot-qr { float: left; color: #fafafa; width: 170px; text-align: center; margin-left: 20px; }
.footer .right .foot-qr img { width: 150px; display: block; margin: 10px auto; }
.footer .right .foot-qr span { letter-spacing: 2px; }
.footer .right .foot-link { width: 180px; float: right; }
.footer .right .foot-link a { display: block; width: 155px; height: 40px; border-radius: 5px; line-height: 40px; text-align: center; margin: 10px 0; color: #fff; background: #676767; }
.footer .right .foot-link a:hover { background: #D2160D; }
.footer .right .foot-link a img { width: 125px; height: 40px; border-radius: 5px; }
.foot-bottom { height:46px; line-height:46px; color: #fafafa; background:#404040;  width:100%; font-size:14px;display:block; text-align:center;}

.foot-bottom a { color: #fafafa; width:20px; overflow:hidden; }
.foot-zb{ width:1100px; display:block; margin:0 auto; height:240px;}

.page2{width:840px; height:36px; line-height:36px; text-align:center; display:block; float:left; margin:20px auto;}


.proimgs { width: 850px; float: right; background: #fff;}
.proimgs .pro-title { height: 35px; line-height: 35px;background:url(title-bg.jpg) center center;}
.proimgs .pro-title  a{ color:#fff;}
.proimgs .pro-title span { font-size: 14px; line-height:36px; color: #fff; display:block; float:right; margin-right:10px;}
.proimgs .pro-title h3 { float: left; margin: 0; font-size: 16px; color: #fff; height: 35px; line-height: 35px; padding: 0 10px; background:url(ico99.png) no-repeat 10px center; text-indent:30px; width:300px;}
.proimgs .newslistff ul{width:830px; display:block; margin:10px auto; font-size:15px;}
.proimgs .newslistff ul li{height:40px; line-height:40px; border-bottom:1px dashed #ccc; overflow:hidden; width:830px; display:block; text-indent:10px;font-size:15px; }
.proimgs .newslistff ul li span{ display:block; float:right; margin-right:15px;}
.proimgs .title{ width:830px; height:40px; line-height:40px; text-align:center; display:block; font-size:25px; margin:20px auto;  }
.proimgs .title h1{font-size:25px;}
.proimgs .info { width:830px; height:30px; line-height:40px; text-align:center; display:block; font-size:15px; margin:0px auto; border-top:1px dashed #ccc;}

.proimgs .contess{ padding:0px 20px; line-height:26px; font-size:15px; height:5px; display:block; overflow:hidden;}
.proimgs .contexss{padding:30px 20px; line-height:30px; font-size:16px; display:block; overflow:hidden;}

.proimgs .litpic { width:100%; display:block; margin:20px auto; text-align:center;}
.proimgs .litpic img { max-width:94%;}


.rec-news { width:830px; display:block; margin: 10px auto; overflow:hidden; }
.rec-news .title { height: 40px; line-height: 40px; overflow: hidden; background: #D2160D url(title-bg.jpg); border-top: 1px solid #ccc; font-size:16px; color:#fff; text-align:left; text-indent:20px; }

.rec-news .rec-news-list { overflow: hidden; padding:0px 10px 10px; font-size:14px; }
.rec-news .rec-news-list li { height: 40px; line-height: 40px; border-bottom: 1px dashed #ccc; width: 370px; float: left; margin: 0 10px; text-indent:20px; background:url(lssd01.png) no-repeat left center; overflow:hidden; }
.rec-news .rec-news-list li span { color: #D2160D; margin-right: 20px; }
.rec-news .rec-news-list li a { COLOR: #666; }
.rec-news .rec-news-list li small { float: right; }

.rec-news .incps-pro{ padding:0px 10px 10px; font-size:14px;}
.rec-news .incps-pro li{height:210px; width:194px; display:block; float:left; margin:4px; text-align:center; overflow:hidden;}
.rec-news .incps-pro li img{height:170px; width:190px; display:block; border:2px solid #ccc; margin-bottom:5px;}
.rec-news .incps-pro li span{height:34px; line-height:32px; overflow:hidden;}
.handle ul li{ width:410px; display:block; float:left; margin-left:10px; height:34px; line-height:34px; font-size:14px; background:#eee; text-indent:10px; overflow:hidden;}

.preaamgs { width: 850px; float: right; background: #fff;}
.preaamgs .pro-title { height: 35px; line-height: 35px;background:url(title-bg.jpg) center center;}
.preaamgs .pro-title  a{ color:#fff;}
.preaamgs .pro-title span { font-size: 14px; line-height:36px; color: #fff; display:block; float:right; margin-right:10px;}
.preaamgs .pro-title h1 { float: left; margin: 0; font-size: 16px; color: #fff; height: 35px; line-height: 35px; padding: 0 10px; background:url(ico99.png) no-repeat 10px center; text-indent:30px; width:300px;}
.preaamgs .pro-title h3 { float: left; margin: 0; font-size: 16px; color: #fff; height: 35px; line-height: 35px; padding: 0 10px; background:url(ico99.png) no-repeat 10px center; text-indent:30px; width:300px;}
.preaamgs .newslistff ul{width:830px; display:block; margin:10px auto; font-size:15px;}
.preaamgs .newslistff ul li{height:40px; line-height:40px; border-bottom:1px dashed #ccc; overflow:hidden; width:830px; display:block; text-indent:10px;font-size:15px; }
.preaamgs .newslistff ul li span{ display:block; float:right; margin-right:15px;}

.xinnets{width:1200px; display:block; margin:10px auto 30px; line-height:28px; font-size:13px; height:auto; overflow:hidden;}
.xinnets ul li{ display:block; float:left; margin:2px; background:#f4f4f4; padding:0px 8px; }
.xinnets ul li span{padding-left:6px; font-size:13px; color:#888;}	

.ys_top { padding:60px 0 0; text-align:center;}
.ys_top a b { display:block; font-size:30px; color:#333;}
.ys_top a b em { font-size:42px; color:#d91b03}
.ys_top span { display:block; font-size:20px; color:#333; padding:12px 0 35px;}
.ys_nav { height:100px;  display:block; margin:10px auto -20px; width:960px;}
.ys_nav ul li { float:left; margin-right:17px}
.ys_nav ul .nobor { margin:0;}
.ys_nav ul li a { width:223px; height:51px; line-height:51px; background:#dbdbdb; color:#000033; font-size:26px; display:block; width:223px; height:51px; line-height:51px; text-align:center; border-radius:5px;}
.ys_nav ul li a em { color:#d91b03}
.ys_nav ul li a:hover,.ys_nav ul .cur a { background:#d91b03; color:#fff;}
.ys_nav ul li a:hover em,.ys_nav ul .cur a em { color:#fff}



.wenfenlei{width:98%; display:block; margin:10px auto;}
.wenfenlei ul li{ display:block; float:left; margin:5px; text-align:center; padding:5px 8px; background:#eee;}
.zzzuo{width:100%; height:100%; background:#fff url(zzuo.jpg) no-repeat center center; z-index:9999; position:fixed; top:0px; left:0px; display:block; }

.xinfenlei{padding:0px; width:850px; overflow:hidden; display:block; float:left;font-size:15px;}	
.xinfenlei ul{width:880px; display:block; float:left; overflow:hidden; margin-left:0 none; padding:0px;}
.xinfenlei ul li{width:260px; margin:5px; padding:5px; font-family:"Microsoft YaHei";line-height:26px;display:block; float:left; background:#fafafa; overflow:hidden;  height:120px; }	
.wenss{ font-size:15px; text-indent:10px;height:30px; overflow:hidden; line-height:30px; width:260px; background:#f0f0f0; overflow:hidden; }
.wenss a{color:#c00;}
.dasss{font-size:14px;  padding-left:5px;line-height:26px;background:#f0f0f0; margin-top:6px; height:83px; overflow:hidden; width:255px;}	

.cpflfenlei{ width:220px; padding:0px; display:block; overflow:hidden;}
.cpflfenlei ul{padding:0px; display:block; float:left; margin:15px 0px 15px 5px;}
.cpflfenlei ul li{ display:block; float:left; padding:3px 5px; overflow:hidden; text-align:center; font-size:15px;}


.indexfenlei { display:block; overflow:hidden;}
.indexfenlei li{width:170px;background:#555;line-height:46px;font-family:"Microsoft YaHei";float:left;margin:5px; text-align:center;font-size:15px; color:#fff;}
.indexfenlei li a{background-color:#d10f17;color:#fff;}
.indexpro{padding-top:20px;margin-left:-20px;}
.indexpro li{margin-bottom: 14px;text-align: center;border: solid 1px #ccc;margin-left: 10px;float: left;font-size: 15px;height: 270px;font-family: "Microsoft YaHei";	line-height: 36px;width: 265px; background:#fff url(prbg.jpg) no-repeat right bottom;}
.indexpro li img{display:block;height:220px;width:255px; padding:4px 5px;}



.mainall1 {width: 1180px;  margin: 0 auto;}
.ab { position: absolute;}
.re { position: relative;}

.gg1_tel{width:300px;height: 113px;background: #FFF;right:0px;top:30px;text-align: center;font-size: 14px;padding-top: 20px;}
.gg1_tel a{background: url(zixun.jpg) no-repeat;width:144px;height: 39px;display: block;font-size: 18px;color:#FFF;text-align: center;line-height: 39px;margin:0 auto;}
.gg1_tel p{margin-top: 6px;}
.gg1_tel span{font-family: impact;color: #cc0001;font-size: 28px;display:block;}
.gg1_zi{font-size: 24px;color: #fff;left:335px;top:50px; } 
.gg1_zi p{font-size: 19px;margin-top: 40px; }
.gg1_zi span{font-weight: bold;padding-left: 30px;}

.gg2{background:url(gg2.jpg) no-repeat center top;height:230px; margin-bottom:40px;}
.gg2 .gg1_tel{left:80px; top:50px;}

.htttj{background-color: #f3f4f6;padding:50px 0; display:block; width:100%; height:auto; overflow:hidden;}
.middvs{ display:block;  width:1100px; margin:10px auto; height:auto;}
.middvc{width: 165px;height: 220px;background-color: #fff;text-align: center;margin-left: 7px;float: left;margin-bottom: 7px;background-repeat:no-repeat;background-position:center 40px;}
.middvv{width: 400px;height: 220px;background-color: #fff;margin-left: 7px;float: left;margin-bottom: 7px;;}
.middvc:hover{background-color: #d80e1a;color: #fff;}
.kff{background-image:url(kff.jpg);}
.py1c{background-image:url(py1.png);}
.py2c{background-image:url(py2.png);}
.py3c{background-image:url(py3.png);}
.py4c{background-image:url(py4.png);}
.py5c{background-image:url(py5.png);}
.py6c{background-image:url(py6.png);}
.py7c{background-image:url(py7.png);}
.py8c{background-image:url(py8.png);}

.py1c:hover{background-image:url(py11.png);}
.py2c:hover{background-image:url(py22.png);}
.py3c:hover{background-image:url(py33.png);}
.py4c:hover{background-image:url(py44.png);}
.py5c:hover{background-image:url(py55.png);}
.py6c:hover{background-image:url(py66.png);}
.py7c:hover{background-image:url(py77.png);}
.py8c:hover{background-image:url(py88.png);}

.middvc div{padding-top:150px;font-size: 16px;}
.zhinan{padding:50px 30px;font-size: 15px;	line-height: 30px;}
.zhinan span{font-size: 20px;color: #d80e1a;}
.kff1{font-weight: bold;font-size: 18px;padding-left: 20px;padding-top: 25px;;}
.kff2{font-size: 14px;line-height:26px;padding-left: 20px;padding-top: 10px;;}
.kff3{padding-left: 20px;padding-top: 40px;}
.kff3 a{display: inline-block;width: 120px;line-height: 33px;text-align: center;background-color: #d80e1a;color: #fff;font-size: 14px;border-radius: 17px;}

.ppyoushi{ display:block;}
.tool{ display:none;}

@media(max-width:1000px){

body { background:#fff; width:100%; max-width:640px; margin:0px auto; padding:0px; margin:0px auto;overflow:scroll;overflow-x:hidden;overflow-y:auto;	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;}
.container { width:100%; max-width:640px; display:block; margin:0px auto;}
.head-top{ display:none;}
.head-center { height: 130px;}
.head-center .logo { display:block; margin:30px auto; width:100%; border-right:0px;}
.head-center .logo img{ width:100%; display:block; margin:10px auto; max-width:340px; }

.introduce{ display:none;}
.phone{ display:none;}
.phone-num{ display:none;}

.header .nav { height: auto; background:#5a5a5a; overflow:hidden; z-index: 200; border-top: 2px solid #e50112; margin-bottom:5px; }
.header .nav .menu { width: 100%; height:auto; overflow:hidden; display:block; }
.header .nav .menu ul { padding:0px; border: 0px solid red; overflow:hidden;  }
.header .nav .menu ul li { width: 25%; height:45px;line-height:45px; display:block; overflow:hidden;  float:left; margin:0px; text-align:center; border-bottom:1px solid #d5d5d5; }
.header .nav .menu ul li a{color:#fff; width:100%;  font-size:14px; overflow:hidden; }

.banner { width: 100%; height: 300px; overflow: hidden;  z-index: 90; margin-top:5px; max-width:640px; display:block; }
.banner .bd { width: 100%; height: 300px; overflow: hidden; margin: 0 auto; position: relative }
.banner .bd ul { width: 100%; height: 300px; overflow: hidden; position: absolute; top: 0; left: 0 }
.banner .bd li { float: left; width: 100%; height: 300px; }
.banner .bd li span { display: block; width: 100%; height: 300px }
.banner .bd li a { display: block; width: 100%; height: 300px }
.banner .bd li .img_1 { background: url("bannerx.jpg") center top no-repeat }
.banner .bd li .img_2 { background: url("bannerx.jpg") center top no-repeat }
.banner .bd li .img_3 { background: url("bannerx.jpg") center top no-repeat }
.banner .bd li .img_4 { background: url("bannerx.jpg") center top no-repeat }


.indexfenlei { display:block; overflow:hidden; width:100%}
.indexfenlei li{width:31%;background:#555;line-height:46px; height:46px;font-family:"Microsoft YaHei";float:left; margin-right:1%; text-align:center;font-size:15px; color:#fff; display:block; overflow:hidden;}
.indexfenlei li a{background-color:#d10f17;color:#fff;}
.indexpro{padding-top:20px; width:100%; max-width:640px; margin:0px auto; overflow:hidden;}
.indexpro li{ width:48%; text-align: center; float:left;font-size: 15px; display:block; overflow:hidden; margin:3px 0px 3px 1%;height: 243px;line-height: 36px; border:0px; padding:0px; background:#eee;}
.indexpro li img{display:block;height:200px; width:100%;}


.about {overflow:hidden;padding:20px 0px;background: #fff; width:100%;}
.about .about-cont { width:96%; margin:0px auto; display:block; padding:10px;}
.about .cont{width:98%; margin:0px auto;}
.about .about-cont .ab-hr{width:60px;height:2px;background:#D2160D;}
.about .about-cont .ab-title { display:none;}
.about .about-cont .ab-title span { display:none;}
.about .about-cont .ab-dis { display:none;}
.about .about-cont  p {color: #444; line-height: 30px; font-size:15px;}
.about .about-cont a{display: block;padding:3px;width:140px;text-align:center;background:#D2160D;color:#fff;font-size:12px; margin-top:15px;}
.about .video{ display:none;}

.pro-nav{ display:none;}

.proimgs { width:100%; background: #fff;}
.proimgs .pro-title { overflow:hidden;}
.proimgs .pro-title h3 {font-size: 15px; width:150px;}
.proimgs .newslistff ul{width:100%; display:block; margin:10px auto; font-size:15px;}
.proimgs .newslistff ul li{ width:100%;  }
.proimgs .title{ width:100%; }
.proimgs .info { width:100%;}
.handle ul li{ width:97%; margin-top:5px;}

.preaamgs { width: 100%;}
.preaamgs .pro-title { overflow:hidden;}
.preaamgs .pro-title  a{ color:#fff;}
.preaamgs .pro-title h3 {width:150px; font-size:15px;}
.preaamgs .newslistff ul{width:100%;}
.preaamgs .newslistff ul li{ width:100%;  }


.page2{width:97%;}


.product .pro-img { width: 100%;}
.product .pro-img .pro-title {overflow:hidden;}
.product .pro-img .pro-title h3 { font-size: 15px; }
.product .pro-img li { width: 48.5%; float: left;margin: 8px 0px 8px 1%; padding:0px;}
.product .pro-img li img { width: 100%; height: 200px; display: block;}
.product .pro-img li span { color: #666; margin: 10px 0; display: block; font-size:15px;}
.product .pro-img li .a-link { font-size: 12px; color: #fff; padding: 3px 10px; float: right; background: #006ADB; margin-right: 10px; margin-top: 5px; }
.product .pro-img li:hover { z-index: 20; }



.proimgs .litpic { width:100%; display:block; margin:20px auto; text-align:center;}
.proimgs .litpic img { max-width:94%;}


.rec-news{ display:none;}

.ppyoushi{ display:none;}
.navbar-example{ display:none;}
.gg2{ display:none;}
.advantage{ display:none;}
.banner2{ display:none;}
.news{ display:none;}
.service{ display:none;}
.yqlj{ display:none;}
.footer { clear: both; height: auto; width:100%; font-size:15px; margin-bottom:50px; }
.footer .foot-nav{ height:2px;}
.foot-zb{ display:none;}
.footer .left{ display:none;}
.footer .right{width:100%; display:block;}
.foot-address{ display:none;}
.foot-bottom a{ display:none;}
.foot-link{ display:none;}





.tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: #D70C19; display:block; }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 48px; padding-left:0px;}
.toollist li{ float:left;width: auto;  height: 100%;width:25%;position: static!important;  margin: 0;border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;-webkit-box-sizing: border-box; box-shadow: none!important; background: none; list-style:none; }
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px;}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;}
/*绿色主题*/
.toollist {	background:#D70C19;}
.toollist li{ border-right: 1px solid rgba(255, 255, 255, 0.7);}
.toollist li a {color: #fff;}

}