﻿@charset "utf-8";

/**

深圳市国人伟业信息技术有限公司

http://www.grwy.cn/

**/

html{font-size:100%;/* overflow-y:scroll; */-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;}

body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0;-webkit-tap-highlight-color:transparent;}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

fieldset,img{border:0;vertical-align:top; }

ol,ul,li{list-style-type:none;}

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

h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}

em,i{font-style:normal;}

input,textarea{border:none;resize:none;outline:none;-webkit-appearance:none; font-family:'Microsoft Yahei',Arial;color:#555;font-size:.18rem;font-weight:normal;}

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance:none;}

a{color:#555;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}

*{box-sizing:border-box;}



/*公用*/

body { font-family:'Microsoft Yahei',Arial;color:#555;font-size:.22rem;background:#fff;}

img{max-width:100%;height:auto;width:auto\9;-ms-interpolation-mode:blicubic;}

.clearfix:after {clear:both;content:"";display:block;height:0;overflow:hidden;visibility:hidden; }

.clearfix {zoom:1}

.fl {float:left;}

.fr {float:right;}

.mb20{margin-bottom:20px;}

.eps {white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}

.wrapper{width:100%;max-width:768px;min-width:320px;margin:0 auto;position:relative;overflow:hidden;padding-bottom:1.1rem;}

.con{padding:0 5%;}



@font-face {

  font-family: 'iconfont';  /* project id 281732 */

  src: url('//at.alicdn.com/t/font_5nhxzzmbce9rizfr.eot');

  src: url('//at.alicdn.com/t/font_5nhxzzmbce9rizfr.eot?#iefix') format('embedded-opentype'),

  url('//at.alicdn.com/t/font_5nhxzzmbce9rizfr.woff') format('woff'),

  url('//at.alicdn.com/t/font_5nhxzzmbce9rizfr.ttf') format('truetype'),

  url('//at.alicdn.com/t/font_5nhxzzmbce9rizfr.svg#iconfont') format('svg');

}



.iconfont {

  font-family:"iconfont" !important;

  font-size:18px;

  font-style:normal;

  -webkit-font-smoothing: antialiased;

  -webkit-text-stroke-width: 0.2px;

  -moz-osx-font-smoothing: grayscale;

}





/* 头部 */

.header{height:1.45rem;}

.logo{height:1.45rem;line-height:1.45rem}

.logo img{vertical-align:middle;max-height:.65rem;}

.headRight{padding-top:.4rem;}

.headRight a{float:left;width:.56rem;height:.56rem;background-image: url('../images/pIcon.png');margin-left:.3rem;background-size:100%;background-position: center center;background-repeat: no-repeat;}

.headRight .a2{background-image: url('../images/wIcon.png');position:relative;}

.headRight .navMenu_icon{width:.6rem;background-image: url('../images/menu.png');}



.dialogOverlay {width:100%;height:100%;background:#fff;opacity:0.9;position:fixed;top:0;z-index:10;display:none;overflow:hidden;transition:all 0.5s;max-width:768px;margin:0 auto;}

.dialogContent { z-index:99;position:fixed;top:50%;left:50%; width:5rem;height:5rem; padding:.4em; margin:-2.5rem 0 0 -2.5rem; background:#fff;display:none;text-align:center;border:1px solid #ddd;font-size:.24rem;}

.dialogQrcode{width: 3rem;height:3rem;margin-top:.2rem;}

.dialogContent .close{ width:4rem; margin:0 auto; cursor:pointer;height:.6rem;background:#e8312e; line-height:.6rem;color: #fff;cursor:pointer;margin-top:.2rem;}



/*导航 */

.navbar{position:fixed;z-index:20;max-width:768px;top:0;height:80%;display:none;width:100%;padding:10% 0;}

.navbar ul{position:relative;top:0;z-index:20;padding:.3rem 0;width:100%;height:auto;/* overflow-y:auto; */}

.navbar ul li{float:left;width:33.3%;text-align:center;margin-bottom:.3rem;}

.navbar ul li a{display:inline-block;font-size:.3rem;color:#333;opacity:0;transform: translateY(100%); transition: all 0.4s ease 0s;transition-delay:160ms;}



.navbar ul li i{display:inline-block;width:138px}

.navbar ul li i{display:inline-block;width:1.38rem;height:1.38rem;background-image: url('../images/m2.png');background-position: center center;background-repeat: no-repeat;background-size:100%;}

.navbar ul li:nth-child(2) i{background-image: url('../images/m3.png');}

.navbar ul li:nth-child(3) i{background-image: url('../images/m1.png');}

.navbar ul li:nth-child(4) i{background-image: url('../images/n4.png');}

.navbar ul li:nth-child(5) i{background-image: url('../images/m4.png');}

.navbar ul li:nth-child(6) i{background-image: url('../images/n6.png');}

.navbar ul li:nth-child(7) i{background-image: url('../images/n7.png');}

.navbar ul li:nth-child(8) i{background-image: url('../images/n8.png');}

.navbar ul li span{display:block;height:.5rem;line-height:.5rem;}

.navbar ul li:first-child{border-top:none;}

.navbar ul li:nth-child(2) a{transition-delay:240ms;}

.navbar ul li:nth-child(3) a{transition-delay:320ms;}

.navbar ul li:nth-child(4) a{transition-delay:400ms;}

.navbar ul li:nth-child(5) a{transition-delay:480ms;}

.navbar ul li:nth-child(6) a{transition-delay:520ms;}

.navbar ul li:nth-child(7) a{transition-delay:600ms;}

.navbar ul li:nth-child(8) a{transition-delay:640ms;}

.navbar ul.show li a{ opacity:1;transform: translateY(0);}

.floatmask{width:100%;height:100%;background:#fff;opacity:0.9;position:fixed;top:0;z-index:10;display:none;overflow:hidden;transition:all 0.5s;max-width:768px;margin:0 auto;}



/* BANNER */

.mainBox{position:relative;}

.banner{ position:relative;overflow:hidden;max-width:768px;}

.banner .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }

.banner .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }

.banner .hd li.on{ background:#d53840;  }

.banner .bd{ position:relative; z-index:0; }

.banner .bd li{ position:relative; text-align:center;}

.banner .bd li img{ background:url(images/loading.gif) center center no-repeat;vertical-align:top; width:100%;}



/* 搜索 */

.search{padding:2% 5%;position:relative;border-bottom:2px solid #e5e5e5;}

.search form{border:1px solid #d7d7d7;border-radius:3px;width:100%;display:block;height:.65rem;line-height:.65rem;}

.search .sear_text{width:88%;padding-left:3%;height:100%;line-height:.6rem;float:left;}

.search .sear_btn{width:12%;height:100%;float:left;background: url('../images/sIcon.png') no-repeat center center;position:relative;z-index:2;background-size:50%;}

.listWrapper .search{border-bottom:none;margin-bottom:15px;padding:0;}

.listWrapper  .search::before{top:.3rem;right:3%;}



/* 便捷菜单 */

.hMenu{padding:5% 3%;box-sizing: border-box;overflow:hidden;}

.hMenu_main li{float:left;width:25%;text-align:center;margin-bottom:.3rem;}

.hMenu_main li a{color:#333;display:inline-block;position:relative;}

.hMenu_main li img{width:1.38rem;height:1.38rem;}

.hMenu_main li h5{font-size:.26rem;margin-top:.2rem;}

.hMenu_main li:nth-child(6) a:before,.hMenu_main li:nth-child(7) a:before{position:absolute;content: "";top:-.15rem;right:0;width:.48rem;height:.48rem;background: url('../images/m_icon.png') no-repeat;background-size:100%;}



/* 6大优势 */

.odds{border-bottom:1px solid #ccc;}

.odds .title{font-size:.3rem;color:#333;text-align:center;line-height:.3rem;padding:.4rem 0;background:#ededed;position:relative;}

.odds .title span{display:block;font-size:.6rem;color:#b11e29;line-height:.8rem;font-weight:bold;margin-bottom:.1rem;}

.odds .title::before{position:absolute;content:"";left:50%;bottom:-.38rem;border:.2rem solid transparent;border-top-color: #ededed;margin-left:-.2rem;}

.oddsMain{padding:.6rem 0 .2rem 0;overflow:hidden;}

.oddsMain li{float:left;width:33.3%;text-align:center;font-size:.3rem;color:#333;margin-bottom:.6rem;}

.oddsMain li a{color:#333;}

.oddsMain li img{width:.7rem;height:.7rem;display:inline-block;margin-bottom:.15rem;}



/* 最新案例 */

.hot_case{padding:.5rem 0;overflow:hidden;}

.hTitle{text-align:center;color:#333;margin-bottom:.45rem;font-size:.42rem;}

.hot_caseMain{ position:relative;overflow:hidden;max-width:768px;}

.hot_caseMain .bd{ position:relative; z-index:0; }

.hot_caseMain .bd li{ position:relative; }

.hot_caseMain .bd li img{ background:url(images/loading.gif) center center no-repeat;vertical-align:top; width:100%;}

.hot_caseMain .bd li p{height:.9rem;line-height:.9rem;border-bottom:1px solid #e5e5e5;padding:0 5%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-size:.26rem;position:relative;}

.hot_caseMain .bd li p:before{position:absolute;content:"";background: url('../images/c_icon.png') no-repeat;width:.25rem;height:.25rem;background-size:100%;right:5%;top:.3rem;}

.hot_caseMain .prev,.hot_caseMain .next{ position:absolute; left:0rem; top:45%;margin-top:-.3rem; display:block; width:.8rem; height:.8rem;text-align:center;text-align:center;background:#000;opacity:.7;border-radius:3px;line-height:.8rem;}

.hot_caseMain .hd span img{max-width:60%;vertical-align: middle;}

.hot_caseMain .next{ left:auto; right:0rem;}



/* &#19990;&#30028;&#26479;&#22312;&#32447;&#20080;&#29699;案例 */

.case{margin-bottom:.6rem;overflow:hidden;}

.caseMain,.liveMain{overflow:hidden;margin-bottom:.6rem;}

.case li{float:left;width:50%;padding-right:.05rem;margin-bottom:.1rem;}

.case li a{display:block;overflow:hidden;position:relative;}

.case li:nth-child(2n){padding-left:.05rem;padding-right:0;float:right;}

.case li img{display:block;width:100%;height:2.85rem;}

.case li span{display:block;width:100%;position:absolute;bottom:0;height:.6rem;line-height:.6rem;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:0 5%;background: url('../images/opc.png');}

.case .more,.live .more{display:block;width:4.5rem;height:.8rem;line-height:.8rem;background:#b11e29;color:#fff;font-size:.26rem;text-align:center;margin:0 auto;}

.pageBan{margin-bottom:.6rem;}

.pageBan img{width:100%;display:block;}



/* &#19990;&#30028;&#26479;&#22312;&#32447;&#20080;&#29699;直播 */

.live{padding-bottom:.7rem;border-bottom:1px solid #ccc;overflow:hidden;}

.liveMain li{margin-bottom:.4rem;overflow:hidden;}

.liveMain li img{width:100%;display:block;}

.liveMain li h4{margin-top:.25rem;font-weight:normal;color:#333;font-size:.28rem;padding:0 3%;margin-bottom:.1rem;}

.liveMain li p{padding:0 3%;font-size:.22rem;}

.liveMain li p span{margin-left:20px;}

.liveMain{margin-bottom:.35rem;}



/* 新闻资讯 */

.news{padding:.5rem 0;overflow:hidden;}

.newsMenu{margin-bottom:.5rem;overflow:hidden;}

.newsMenu a{float:left;width:50%;height:.8rem;border-bottom:3px solid #363636;font-size:.42rem;color:#333;text-align:center;}

.newsMenu a.on{border-bottom:3px solid #b11e29;color:#b11e29;}

.newsMain{overflow:hidden;}

.newsMain .n1{overflow:hidden;padding:0 5% .3rem 5%;font-size:.16rem;border-bottom:1px dotted #b2b2b2;}

.newsMain .n1 .fl{width:46%;padding-right:.3rem;}

.newsMain .n1 img{width:100%;display:block;}

.newsMain .n1 h4{font-size:.24rem;margin-bottom:.2rem;}

.newsMain .n1 h4 a{color:#333;}

.news li.n2{font-size:0.24rem;border-bottom:1px dotted #b2b2b2;overflow:hidden;position:relative;padding:.2rem 5%;}

.news li.n2 a{padding-left:.3rem;}

.news li.n2::before {background:#ae1e28;content: "";height:.08rem;left:5%;position:absolute;top:.35rem;width:.08rem;}



/* 合作伙伴 */

.partner{padding-bottom:.6rem;overflow:hidden;}

.partner .title{font-size:.44rem;color:#333;padding:0 5%;position:relative;margin-bottom:.4rem;}

.partner .title a{float:right;color:#999;font-size:.22rem;text-transform: uppercase;margin-top:.2rem;}

.partner .title::before{position:absolute;content:"";left:3%;top:.08rem;background:#ae1e28;width:3px;height:.48rem;}

.partnerMain{margin-right:-1px;}

.partnerMain li{float:left;width:25%;}

.partnerMain li a{display:block;border:1px solid #ccc;margin-left:-1px;margin-top:-1px;}

.partnerMain li img{display:block;width:100%;}

.partnerMain li:nth-child(4) a{}



/* 底部 */

.backtop{overflow:hidden;position: fixed;bottom:1rem;display:none;right:0;}

.backtop i{width:1rem;height:1rem;background: url('../images/opc.png');bottom:1rem;float:right;border-radius:3px;color:#fff;text-align:center;line-height:1rem;font-size:.4rem;cursor:pointer;}

.footMenu{height:1.1rem;background:#181818;font-size:.24rem;color:#fff;overflow:hidden;position:fixed;bottom:0;z-index:10;width:100%;max-width:768px;margin:0 auto;}

.footMenu li{float:left;width:25%;text-align:center;}

.footMenu li a{display:block;border-right:1px solid #494949;height:1.1rem;}

.footMenu li span{display:block;color:#fff;}

.footMenu li .icon{display:inline-block;width:.36rem;height:.38rem;background-position: center center;background-repeat: no-repeat;background-size:100%;background-image: url('../images/icon-zx.png');margin-top:.15rem;background-size: contain;}

.footMenu li:nth-child(2) .icon{background-image: url('../images/f2.png');}

.footMenu li:nth-child(3) .icon{background-image: url('../images/f3.png');}

.footMenu li:nth-child(4) .icon{background-image: url('../images/f4.png');}



/*分类样式*/

.listWrapper{padding:0 5% .8rem 5%;}

.sjsw_wrap{padding:0 0 .8rem 0;}

.breadCrumb{border-bottom:1px solid  #ccc;padding:0 5%;line-height:.9rem;height:.9rem;font-size:.28rem;color:#333;margin-bottom:.6rem;}

.breadCrumb strong{font-weight:normal; position:relative;padding-left:.3rem;}

.breadCrumb strong::before,.filter .btn strong::before{position:absolute;left:0;top:-.1.8rem; content:" \e996 ";font-family:"iconfont" !important;}

.breadCrumb .fenlei{position:relative;padding-left:5%;color:#b11e28;font-weight:800;}

.breadCrumb .fenlei::before{position:absolute;left:2%;top:0; content:" \e677 ";font-family:"iconfont" !important;}

.breadCrumb .fenlei a{color:#b11e28;}

.catalog { width: 100%; position: fixed; left:0; top: 0; background-color: rgba(0,0,0,0.6); -webkit-transition:-webkit-transform .2s ease-in; display: none; z-index:100; padding:10px 0 0 0; overflow:hidden; }

.catalog>ul { width: 50%; background-color: #fff; position:absolute; top: 0; right: 0; padding-top:10px; }

.catbtn{ font-size: 14px; position: fixed; top: 200px; left: 50%; display: block; width: 30px; margin-left: -30px; padding:10px 0; text-align: center; color: #fff; border-radius: 6px 0 0 6px; background-color: #fff; }

.catalog ul li{ width: 90%; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.25); }

.catalog ul li a{ font-size: 14px; line-height: 30px; display: block; overflow: hidden; width: 90%; white-space: nowrap; text-indent: 5px; text-overflow: ellipsis; }

.catalog > ul li a{ background: url(../images/arrow2.png) no-repeat right center; background-size: 5px; color:#333;}

.catalog ul li ul li:last-child{ border-bottom: none; }

.catalog ul li ul li{ margin-left: 13px; }

.subcatalog{ display: none; }

.catalog ul li a:first-child{ background: url(../images/arrow3.png) no-repeat right center; background-size: 8px; }

.catalog ul li a:nth-child(2),.catalog ul li a:nth-child(3){ background: url(../images/arrow2.png) no-repeat right center; background-size: 8px; }

.mask{background:rgba(0,0,0,0.6);height:100%;width:100%;}



/* 案例 */

.filter{position:relative;margin-bottom:.5rem;border-bottom:1px solid  #ccc;}

.filter .btn {border-bottom:1px solid  #ccc;padding:0 5%;line-height:.9rem;overflow:hidden;}

.filter .btn a{font-size:.28rem;color:#333;position:relative;padding-right:.4rem;line-height:.9rem;}

.filter .btn a:before{position:absolute;right:0;content: "\e6fc";top:0;font-family:"iconfont";}

.filter .btn strong{font-weight:normal;font-size:.28rem;color:#333;position:relative;padding-left:.3rem;}



.filterMain{padding:0 5%;background:#fff;}

.filterMain dl{border-top:1px dotted #ccc;padding:.1rem 0;}

.filterMain dt{font-size:.26rem;margin-bottom:.1rem;}

.filterMain dd{overflow:hidden;margin-right:-1%;}

.filterMain dd a{float:left;height:.6rem;width:24%;background:#e5e5e5;text-align:center;line-height:.6rem;margin-right:1%;margin-bottom:1%;font-size:.2rem;}

.filterMain dl:first-child{border-top:none;}

.filterMain .button{overflow:hidden;padding-top:.2rem;padding-bottom:.6rem;}

.filterMain .button a{float:left;width:49%;height:.8rem;background:#b11e29;color:#fff;text-align:center;line-height:.8rem;font-size:.24rem;}

.filterMain .button a:nth-child(2){float:right;background:#828282;}



.caseList li{margin-bottom:.5rem;}

.caseList li img{display:block;width:100%;}

.caseList li p{font-size:.26rem;padding:.25rem 3% 0 3%;color:#333;}

.listMore{text-align:center;font-size:.28rem;display:block;margin:.5rem 0;}



/* 案例详情 */

.caseShow .title{font-size:.32rem;color:#333;text-align:center;padding:0 5%;padding-bottom:.35rem;}

.caseShow_box1{background:#f0f0f0;padding:5%;margin-bottom:.6rem;}

.caseShow_box1 h4{color:#b11e28;font-size:.28rem;margin-bottom:.3rem;}

.caseShow_bxo2{border-bottom:1px solid #d9d9d9;padding-bottom:.5rem;margin-bottom:.7rem;}

.caseShow_bxo2 li{width:100%;margin-bottom:.2rem;}

.caseShow_bxo2 img{display:block;width:100%;}

.recommended{text-align:center;font-size:.42rem;margin-bottom:.3rem;}

.recommended li{float:left;width:50%;padding-right:.05rem;margin-bottom:.1rem;font-size:.22rem;}

.recommended li a{display:block;overflow:hidden;position:relative;}

.recommended li:nth-child(2n){padding-left:.05rem;padding-right:0;float:right;}

.recommended li img{display:block;width:100%;}

.recommended li span{display:block;width:100%;position:absolute;bottom:0;height:.6rem;line-height:.6rem;color:#fff;text-align:center;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding:0 5%;background: url('../images/opc.png');}



/* 图片列表 */

.listPic{overflow:hidden;}

.listPic ul{margin:0 -1%;}

.listPic li{ width:50%;float:left;text-align:center;margin-bottom:.2rem;padding:0 1%;}

.listPic li span{display:block;padding:.1rem .1rem;background:#f1f1f1;border-top:1px solid #ddd;}

.listPic li img{display:block;width:100%;}

.listPic li a{display:block;border:1px solid #ddd;}



/* 图文列表详情 */

.listPic2{overflow:hidden;margin-bottom:20px;}

.listPic2 li{display: table;width: 100%;height:auto;border-bottom:1px solid #ccc;padding-bottom:.3rem;margin-bottom:.3rem;}

.listPic2 li .pImg{border:1px solid #ccc;width:40%;float:left;text-align:center;padding:.15rem 0;text-align:center;}

.listPic2 div{ padding-left: .25rem;padding-left:5%;width:60%;float:right;}

.listPic2 div h5{margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-size:.28rem;}

.listPic2 div h5 a{color:#333;}

.newsDetail .tie{text-align:center;font-size:.28rem;color:#333;padding-bottom: .2rem;}

.newsDetail .time{text-align:center;color:#888;border-bottom:1px solid #ddd;padding-bottom: .3rem;margin-bottom:.8rem;}

.newsDetail .font{border-bottom:1px solid #ddd;margin-bottom:.6rem;}

.newsDetail .font,.pageN{padding-bottom:.6rem;}



/* 精英团队 */

.teamList li{padding:5%;border-top:1px solid #ccc;overflow:hidden;}

.teamList li .fl{width:64%;padding-right:5%;}

.teamList li img{display:block;width:100%;}

.teamList li h4{font-size:.3rem;color:#333;margin-bottom:.4rem;padding-top:.1rem;}

.teamList li .btn{display:block;overflow:hidden;background:#b11e29;height:.6rem;line-height:.6rem;color:#fff;text-align:center;margin-top:.1rem;}

.teamList li .btn.more{background:#363636;}



/* 精英团队详情 */

.picShow{padding:0 5% 1rem 5%;overflow:hidden;}

.picShow .title{font-size:.36rem;color:#333;padding:0 5% 0 .4rem 5%;text-align:center;}

.teamShow_img img{width:100%;display:block;}

.teamShow_font{padding:.45rem 0;border-bottom:1px solid #c9c9c9;}

.teamShow_font h4,.teamShow_box h4{font-size:.28rem;color:#b11e28;margin-bottom:.3rem;}

.teamShow_font .more{display:inline-block;width:3.5rem;height:.8rem;line-height:.8rem;background:#b11e29;color:#fff;font-size:.24rem;text-align:center;margin-top:.4rem;}

.teamShow_box{margin-top:.4rem;padding-bottom:.6rem;border-bottom:1px solid #c9c9c9;}



/* 新闻 */

.newsSlide{position:relative;overflow:hidden;margin-bottom:.3rem;}

.newsSlide li img{display:block;width:100%;}

.newsSlide li p{padding:.3rem 5%;border-bottom:1px solid #ccc;overflow:hidden;font-size:.3rem;color:#333;}

.newsSlide .hd{display:none;}

.newsSlide .hd li{float:left;font-size:0;line-height:0;width:33%;background:#999;height:4px;margin-right:.3%;}

.newsSlide .hd li.on{background:#b11e29;}

.newsList li{border-bottom:1px solid #ccc;overflow:hidden;padding:0 5%;padding-bottom:.3rem;margin-bottom:.3rem;}

.newsList li .fl{width:45%;padding-right:5%;}

.newsList li .fl img{display:block;width:100%;}

.newsList li h4{font-size:.3rem;margin-bottom:.2rem;}

.newsList li h4 a{color:#333}

.newsList li:last-child{border-bottom:none;}



.newsList2 li{margin-bottom:.4rem;overflow:hidden;}

.newsList2 li img{width:100%;display:block;}

.newsList2 li h4{margin-top:.25rem;font-weight:normal;color:#333;font-size:.28rem;padding:0 3%;margin-bottom:.1rem;}

.newsList2 li p{padding:0 3%;font-size:.22rem;}

.newsList2 li p span{margin-left:20px;}



.faqList li{font-size:0.24rem;border-bottom:1px dotted #b2b2b2;overflow:hidden;position:relative;padding:.2rem 5%;}

.faqList li a{padding-left:.3rem;}

.faqList li::before {background:#ae1e28;content: "";height:.08rem;left:5%;position:absolute;top:.35rem;width:.08rem;}



.jobList dt{margin-bottom:.3rem;padding-bottom:.3rem;border-bottom:1px solid #ddd;}

.jobList .button{text-align:center;border-radius:3px;background:#ccc;width:2rem;text-align:center;height:.5rem;line-height:.5rem;display:block;margin:.3rem auto 0 auto;}



/* &#19990;&#30028;&#26479;&#22312;&#32447;&#20080;&#29699;报价 */

.zxbj{padding:0 5%;margin-bottom:.8rem;overflow:hidden;}

.zxbj ul{overflow:hidden;margin-bottom:.3rem;}

.zxbj li{margin-bottom:.15rem;}

.zxbj label{display:block;font-size:.28rem;color:#333;margin-bottom:.1rem;}

.zxbj label i{font-style:normal;color:#b11e29;}

.zxbj input{display:block;width:100%;height:.6rem;line-height:.6rem;border:1px solid #ccc;padding:0 10px;font-size:.28rem;}

.zxbj li.code input{width:20%;float:left;margin-right:5px;padding-left:2%;}

.zxbj .btn{overflow:hidden;}

.zxbj .btn input{width:49%;float:left;height:.6rem;line-height:.6rem;color:#fff;background:#b11e29;cursor:pointer;border:none;font-size:.28rem;}

.zxbj .btn input.res{float:right;background:#b3b2b2;}



/* 留言 */

.feedback ul{overflow:hidden;margin-bottom:10px;}

.feedback li{margin-bottom:10px;position:relative;}

.feedback li input{height:.6rem;line-height:.6rem;border:1px solid #ddd;border-radius:3px;width:100%;padding:0 2% 0 8%; -webkit-appearance:none;}

.feedback li textarea{height:1.5rem;border:1px solid #ddd;border-radius:3px;width:100%;padding:.2rem 2% .2rem 8%;}

.feedback li.code input{width:20%;float:left;margin-right:5px;padding-left:2%;}

.feedback li.code img,.zxbj li.code img{height:.6rem;}

.feedback .button{width:100%;height:.6rem;line-height:.6rem;background:#333;text-align:center;font-size:.24rem;color:#fff;cursor:pointer;}

.feedback li::before {position:absolute;font-size: 0.3rem;left:2%;top:.15rem; content:" \e632";font-family:"iconfont" !important;}

.feedback li.f2::before{content: "\e637"}

.feedback li.f3::before{content: "\e639";}

.feedback li.tarea::before{content: "\e638"}

.feedback li.code::before{content: "";}



/* 新增 */

.hong{color: #fff;height: 26px;font: 15px/26px "微软雅黑"; padding: 0 13px; background: #97292c !important;}
#LRdiv1{ display: none!important; }




/* ====== 顶部微信风格弹窗 ====== */
.wxtc{width:100%;position:fixed;top:-100px;z-index:99999;}
.wxtc .wxcon{width:100%;height:auto;margin:0 auto;overflow:hidden;box-sizing:border-box;padding:0 15px;}
.tcbxtop{width:100%;height:60px;margin:0.28rem auto;background:#fff;border-radius:5px;box-shadow:0 0 10px #ccc;overflow:hidden;}
.tcbxtop a{overflow:hidden;display:inline-block;}
.w_right{margin:8px 0 0 10px;overflow:hidden;float:left;}
.w_left{width:30px;height:30px;float:right;background:url(../images/kf/wx-cloth.png) no-repeat center;background-size:20px 20px;}
.txkwx{width:20px;height:20px;float:left;background:url(../images/kf/wx-logo.png) no-repeat;background-size:cover;}
.w_right p{height:20px;line-height:20px;font-size:14px;color:#4f3425;float:left;margin:0 0 0 10px;}
.tckp{margin-top:8px;color:#333;font-size:12px;float:left;width:100%;box-sizing:border-box;padding-left:0;}
