@import 'swiper.min.css';
@import 'animate.ui.css';

/***********************************
 *** 全局初始化
 **********************************/
* { margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0); box-sizing:border-box; }
a, a:link, a:visited, a:hover, a:active { color:inherit; text-decoration:none; }
html { height:100%; }
body { width:100%; min-height:100%; max-width:640px; min-width:320px; margin:0 auto; font:.28rem/1.8 "Microsoft Yahei", Arial; color:#434648; background:#fff; padding:1rem 0 0; transition:transform .3s ease; }
img { border:0px; }
h1, h2, h3, h4, h5, h6, h7 { font-size:.28rem; }
ul, ol { list-style-type:none; }
input,button,select,textarea { outline:none; font-family:"Microsoft Yahei", Arial; font-size:.2rem; -webkit-appearance:none !important; }
/*table { border-collapse:collapse; border-spacing:0; }*/
.clearfix:after { content:""; display:block; clear:both; width:100%; height:0; line-height:0; font-size:0; }

.fl { float: left; }
.fr { float: right; }
.h { color: #df4a43; }
.hui { height: .6rem; width: 100%; background: #f5f5f5; }


/***********************************
 *** 网站风格
 **********************************/
body.active { position:fixed; transform:translate3d( 75%, 0, 0); }

.header { height:1rem; background:#df4a43; position:fixed; left:0; top:0; right:0; z-index:10; box-shadow:0 .05rem .05rem rgba(0,0,0,.05); overflow:hidden; }
.header + .holder { height:1rem; }
.header h2 { font-size: 18px; color: #fff; line-height: 1rem; text-align: center; }
.header h2 span { font-weight: normal; }

/*shownav*/
.shownav { position:absolute; left: .2rem; top:0; z-index:2; width:1rem; height:1rem; background-size: contain; }
.shownav i { position:absolute; left:50%; top:50%; margin:-.03rem 0 0 -.25rem; width:.5rem; height:.04rem; background:#fff; transition:all .3s ease; }
.shownav i:before,
.shownav i:after { content:''; width:.5rem; height:.04rem; background:#fff; position:absolute; left:0; }
.shownav i:before { top:-.14rem; }
.shownav i:after { bottom:-.14rem;  }
.shownav.active i { background:none; transform:rotate(45deg); }
.shownav.active i:before { top:50%; transform:rotate(90deg); }
.shownav.active i:after { top:50%; }

/*showsea*/
.showsea { position:absolute; right: 0; top:0; z-index:2; width: 1rem; height: 1rem; background:url(../images/search.png) center center no-repeat; background-size: .5rem; }

/*nav*/
.nav { position:fixed; left: 0; top:0; bottom:0; width:100%; transform:translate3d(-100%, 0, 0); z-index:0; background:#3d3d3d; }
.nav .list { }
.nav .list li { border-bottom:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.5); font-size:.3rem; }
.nav .list a { display:block; padding:0 .4rem; line-height:.8rem; white-space:normal; overflow:hidden; text-overflow:ellipsis; text-align: right; }
.nav .list li.current,
.nav .list li:active { color:#fff; }

/*ilogo*/
.ilogo { position: relative; display: block; overflow: hidden; }
.ilogo .logo { padding:.2rem; }
.ilogo .logo img { display:block; height:.7rem; margin: 0 auto; }
.ilogo .text { text-align: right; padding: .2rem; line-height: .4rem; }
.ilogo .text h4 { font-weight: normal; color: #666; }

/*banner*/
.banner { width:100%; overflow:hidden; position:relative; }
.banner .list { float:left; width:500%; }
.banner .list li { float:left; width:20%; }
.banner .list img { display:block; width:100%; }
.banner .tip { width:100%; line-height:0; text-align:center; clear:both; display:none; position:absolute; left:0; bottom:.3rem; }
.banner .tip li { display:inline-block; width:.35rem; height:.35rem; background: #fff; margin:0 .1rem; vertical-align:middle; border-radius: 50%; }
.banner .tip li.active { width: .7rem; border-radius: .35rem; background: #df4a43; }

/*navigation*/
.navigation { position:relative; display:block; background: #f6f6f6; height: 2rem; }
.navigation .list li { border: 1px solid #e9e9e9; float: left; height: 1rem; width: 25%; color: #333; text-align: center; line-height: 1rem; font-size: .3rem; }
.navigation .list li:active { border-bottom: 4px solid #df4a43; color: #df4a43; }

/*searcher*/
.searcher { padding:.3rem .2rem; position:fixed; right:0; left:0; top:1rem; z-index:9; background:#eee; box-shadow:0 2px 5px rgba(0,0,0,.1); display:none; }
.searcher .box { position:relative; }
.searcher .txt { width:100%; height:.8rem; border:1px solid #fff; background:#fff; border-radius:3px; padding:0 0 0 .2rem; }
.searcher .submit { position:absolute; right:2px; top:2px; bottom:2px; border:0; padding:0 .4rem; background:url(../images/searcher-submit.png) center center no-repeat #fff; background-size:.42rem; color:#fff; border-radius:0 3px 3px 0; }
.header.fixed + .nav,
.header.fixed + .nav + .searcher { top:1rem; }

/*searcher*/
/* .searchbg { position: relative; }
.searcher { position:relative; display:block; }
.searcher .head { position:relative; padding:.2rem 1.4rem .2rem .2rem; }
.searcher .txt { width:100%; height:.8rem; border:1px solid #ddd; background:#fff; padding:0 0 0 .2rem; }
.searcher .submit { position:absolute; right:.1rem; top:.1rem; bottom:.1rem; border:0; width:1rem; background: #d3b177; background-size:.4rem; color:#fff; }
.searcher .cancel { position:absolute; right:.1rem; top:.1rem; bottom:.1rem; width:1rem; border:0; color:#999; display:none; }
.searcher.fixed { position:fixed; left:0; top:0; right:0; bottom:0; background:#fff; z-index:10; }
.searcher.fixed .head { background:#eee; }
.searcher.fixed .cancel { display:block; } */

.inav { padding: .4rem 0 .6rem; position: relative; text-align: center; }
.inav .head { position: relative; text-align: center; }
.inav .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.inav .head h2 { font-size: .4rem; color: #2c2f3c; line-height: .4rem; }
.inav .head .line { display: inline-block; width: 1rem; height: 3px; background: #df4a43; }
.inav .list { position: relative; width: 100%; overflow: hidden; }
.inav .list li { width: 30%; margin: .2rem 0 0 .2rem; border: 1px solid #e9e9e9; text-align: center; padding-bottom: .3rem; }
.inav .list .img { width: 1.4rem; height: 1.4rem; overflow: hidden; border-radius: 50%; border: 1px solid #df4a43; margin: .3rem auto; background: #fff; }
.inav .list .img img { height: 100%; width: auto; }
.inav .list h2 { font-size: .3rem; color: #333; }
.inav .list .line { display: block; width: 1rem; height: 2px; background: #df4a43; margin: .1rem auto; }
.inav .more { display: inline-block; width: 3rem; height: .8rem; line-height: .8rem; text-align: center; background: #df4a43; color: #fff; margin-top: .4rem; }
.inav .list li:active { background: #df4a43; border: 1px solid #df4a43; }
.inav .list li:active h2, .inav .list li:active p { color: #fff; }
.inav .list li:active .line { background: #fff; }

.iform { padding: .4rem 0 .4rem; position: relative; background: url(../images/mesbj.jpg) top center no-repeat; background-size: cover; text-align: center; }
.iform h2 { font-size: .4rem; color: #fff; }
.iform h3 { font-weight: normal; color: #fff; }
.iform .form { position: relative; overflow: hidden; margin-top:15px; }
.iform .iform { position: relative; overflow: hidden; padding-bottom: .2rem; }
.iform .iform li{width: 47%;margin: 0 0 0 2%;}
.iform .form .name,
.iform .form .tel { height: .7rem; line-height: .7rem; border: 1px solid #e9e9e9; border-radius: 4px;padding-left: 22%;width: 100%; }
.iform .form .name { background: url(../images/form-1.png) left center no-repeat #fff; background-size: contain; }
.iform .form .tel { background: url(../images/form-2.png) left center no-repeat #fff; background-size: contain; }
.iform .form .button {width: 94%;margin:.3rem 0 2%; background: #fff; height: .7rem; line-height: .7rem; border:1px solid #e9e9e9; border-radius:4px; cursor:pointer; }
.iform h4 { text-align: center; padding-left: .4rem; color: #fff; font-size: .34rem; font-weight: normal; line-height: .6rem; background: url(../images/tel.png) left center no-repeat; background-size: contain; width: 5.4rem; margin: 0 auto; }

.iflow { padding:.6rem 0 .6rem; position: relative; text-align: center; background: url(../images/flow-bj.png) bottom center no-repeat; background-size: contain; }
.iflow .head { position: relative; text-align: center; }
.iflow .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.iflow .head h2 { font-size: .4rem; color: #2c2f3c; line-height: .4rem; }
.iflow .head .line { display: inline-block; width: 1rem; height: 3px; background: #df4a43; }
.iflow .list { width: 100%; position: relative; overflow: hidden; }
.iflow .list dd { width: 28%; margin-top: .2rem; }
.iflow .list .img { width: 2rem; height: 2rem; position: relative; overflow: hidden; margin: 0 auto; }
.iflow .list img { height: 100%; width: auto; }
.iflow .list h4 { margin: .2rem 0; }
.iflow .list dt { width: 8%; height: 2rem; margin-top: .2rem; }
.iflow .list .dt-1 { background: url(../../uploadfile/flowdt-1.jpg) center no-repeat; background-size: contain; }
.iflow .list .dt-2 { background: url(../../uploadfile/flowdt-2.jpg) center no-repeat; background-size: contain; }
.iflow .list .dt-3 { background: url(../../uploadfile/flowdt-3.jpg) center no-repeat; background-size: contain; }
.iflow .list .dt-4 { background: url(../../uploadfile/flowdt-4.jpg) center no-repeat; background-size: contain; }
.iflow .more { display: inline-block; width: 3rem; height: .8rem; line-height: .8rem; text-align: center; background: #df4a43; color: #fff; margin-top: .4rem; }

.iedu { padding:30px 0 .6rem; position: relative; text-align: center; }
.iedu .head { position: relative; text-align: center; }
.iedu .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.iedu .head h2 { font-size: .4rem; color: #2c2f3c; line-height: .4rem; }
.iedu .head .line { display: inline-block; width: 1rem; height: 3px; background: #df4a43; }
.iedu .list1 { width: 100%; margin: .2rem 0; position: relative; overflow: hidden; }
.iedu .list1 .swiper-slide { background: #df4a43; padding-bottom: 1.4rem; }
.iedu .list1 .swiper-slide .img { position:relative; padding:0 0 75%; margin:0 0 -1px; background:#eee; border-bottom: 1px solid #fff; overflow: hidden; }
.iedu .list1 .swiper-slide img { position:absolute; left:0; top:0; width:100%; height:100%; }
.iedu .list1 .swiper-slide h2 { color: #fff; font-size: .34rem; line-height: 1rem; }
.iedu .list1 .swiper-slide .seod { padding: 0 .3rem; color: #fff; height: 2rem; margin-bottom:20px; }
.iedu .list1 .swiper-slide .more { display: inline-block; width: 3rem; height: .8rem; line-height: .8rem; text-align: center; background: #fff; color: #df4a43; margin-top: .4rem; border-radius: 6px; }
.iedu .list2 { position: relative; margin: .2rem; }
.iedu .list2 .swiper-slide { float: left; }
.iedu .list2 .swiper-slide .img { position:relative; padding:0 0 75%; margin:0 0 -1px; background:#fff; border-bottom: 1px solid #fff; overflow: hidden; }
.iedu .list2 .swiper-slide img { position:absolute; left:0; top:0; width:100%; height:100%; }
.iedu .list2 .swiper-slide-active { border: 2px solid #df4a43; }
.iedu .list1 .pw { position: absolute; left: 0; right: 0; bottom: 0; z-index: 8; padding: .3rem 0; }
.iedu .dots { margin-bottom: .2rem; }
.iedu .swiper-pagination-bullet { width: .3rem; height: .3rem; background: #fff; opacity: 1; margin: 0 .1rem; }
.iedu .swiper-pagination-bullet-active { background: #ffcc00; }
.iedu .swiper-button-prev,
.iedu .swiper-button-next { width: .5rem; height: .5rem; display: inline-block; margin: 0 .2rem; top: 22%; }
.iedu .swiper-button-prev { background: url(../images/iedu_l.png) left center no-repeat; background-size: cover; left: 1.5rem; }
.iedu .swiper-button-next { background: url(../images/iedu_r.png) right center no-repeat; background-size: cover; right: 1.5rem; }

.icase { padding: 0 0 .6rem; position: relative; text-align: center; }
.icase .head { position: relative; text-align: center; }
.icase .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.icase .head h2 { font-size: .4rem; color: #2c2f3c; line-height: .4rem; }
.icase .head .line { display: inline-block; width: 1rem; height: 3px; background: #df4a43; }
.icase .list { padding: 0 .2rem; position: relative; overflow: hidden; }
.icase .list li { border:1px solid #e9e9e9; padding:.1rem; overflow: hidden; margin:.1rem 0; text-align: left; }
.icase .list .imgbox { width: 49%; margin-right: .3rem; }
.icase .list .img { position: relative; height:122px; text-align:center; border:#fff 1px solid; }
.icase .list img { max-width: 100%; max-height: 100%; }
.icase .list .txt{width:46%;}
.icase .list .txt h2 { font-size:16px; color: #333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.icase .list .txt p { font-size:14px; line-height:24px; height:48px; overflow: hidden; text-indent:2em; }
.icase .list .limore { display: inline-block; width: 2rem; height: .6rem; line-height: .6rem; text-align: center; background: #df4a43; color: #fff; margin-top: .1rem; border-radius: 4px; }
.icase .more { display: inline-block; width: 3rem; height: .8rem; line-height: .8rem; text-align: center; background: #df4a43; color: #fff; margin-top: .2rem; }

.iabout { padding: .6rem 0 .6rem; position: relative; box-shadow: 10px 0 10px 0px rgba(231, 231, 231, 0.7); }
.iabout .head { position: relative; text-align: center; }
.iabout .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.iabout .head h2 { font-size: .4rem; color: #2c2f3c; line-height: .4rem; }
.iabout .head .line { display: inline-block; width: 1rem; height: 3px; background: #df4a43; }
.iabout p { margin: .4rem .2rem; }
.iabout .more { display: block;margin: 0 auto; width: 3rem; height: .8rem; line-height: .8rem; text-align: center; background: #df4a43; color: #fff; border-radius: 6px; }
.iabout .aboutimg { 
    margin: .5rem 0 0; position: relative; }
.iabout .imglist { position: relative; margin: 0 .4rem; }
.iabout .list { width: 200%; position: relative; }
.iabout .list li { position: relative; background: #000; padding: 0 0 12%; }
.iabout .list  img { position: absolute; top:0; left:0; width:100%; height:100%; opacity:0.5; }
.iabout .list .swiper-slide-active img  { opacity: 1; width: 3.6rem; left: -20%; top: -.4rem;  }
.iabout .list .swiper-slide-active { z-index: 2; }
.iabout .swiper-container { padding: 1rem 0 .5rem 0; }
.iabout .swiper-button-prev,
.iabout .swiper-button-next { width:35px; height:35px; border-radius:50%; padding:5px; z-index:3; top:60%; }
.iabout .swiper-button-prev { background: url(../images/iedu_l.png) center center no-repeat #2c2f3c; background-size: initial; }
.iabout .swiper-button-next { background: url(../images/iedu_r.png) center center no-repeat #2c2f3c; background-size: initial; }

/*滚动2*/
.picScroll2{ margin:0 auto; position:relative; clear:both; margin-top:20px; }
.picScroll2 ul{ }
.picScroll2 ul li{ float:left; width:100%; overflow:hidden; position:relative; z-index:0; }
.picScroll2 ul li .img{ width:width:100%;; height:220px; border-bottom:none; overflow:hidden; }
.picScroll2 ul li .img img{ max-width:width:100%;; max-height:220px; cursor:pointer; transition:all 0.6s;transform:scale(1.2); }
.picScroll2 ul li .img img:hover{ transform:scale(1.3); }
.picScroll2 ul li .nam{ font-size:14px; text-align:center; line-height:50px; }
.picScroll2 .prev{ position:absolute; left:0px; top:35%; display:block; width:32px; height:32px; overflow:hidden; background:url(../images/prev1.png) #df4a43 0 0 no-repeat; cursor:pointer;  border-radius:50%; }
.picScroll2 .next{ position:absolute; right:0px; top:35%; display:block; width:32px; height:32px; overflow:hidden; background:url(../images/next1.png) #df4a43 0 0 no-repeat; cursor:pointer;  border-radius:50%; }
.picScroll2 .prevStop{ background:url(../images/prev2.png) #666 0 0 no-repeat; border-radius:50%; }
.picScroll2 .nextStop{ background:url(../images/next2.png) #666 0 0 no-repeat; border-radius:50%; }


.inews { padding:.4rem 0 .6rem; position: relative; }
.inews .listop{ padding:0 10px; }
.inews .head { position: relative; text-align: center; }
.inews .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.inews .head h2 { font-size: .4rem; color: #2c2f3c; line-height:.4rem; }
.inews .head .line { display:inline-block; width:1rem; height:3px; background:#df4a43; }
.inews .bjimg { width:100%; margin-top:20px; }
.inews .seot{ font-weight:bold; font-size:18px; }
.inews .seod{ font-size:14px; }
.inews .mtn{ width:110px; height:30px; line-height:30px; font-size:14px; border:#eee 1px solid; text-align:center; border-radius:20px; clear:both; margin-top:10px; }
.inews .mtn a{ display:block; height:30px; line-height:30px; }
.inews .list { padding:0 10px; position: relative; clear:both; margin-top:20px;  }
.inews .list li { position: relative; /*padding: .2rem .2rem;*/ clear:both; overflow: hidden; margin-bottom:10px; }
.inews .item a { display:block; position:relative; }
.inews .item .time { text-align: center; color: #999; padding-top:8px; }
.inews .item .time h3 { font-size: .38rem; line-height: .4rem;  }
.inews .item .time h4 { font-weight: normal; font-size: .26rem; }
.inews li .line { display: block; width: 1px; height: .6rem; margin: .2rem .3rem; background: #e9e9e9; }
.inews .item .txt { width: 74%; overflow: hidden; }
.inews .item p { font-size:16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  }
.inews .item h2 {font-size:18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  }
.inews .more { display: block; width: 3rem; height: .8rem; margin: 0 auto; line-height: .8rem; text-align: center; background: #df4a43; color: #fff; margin-top: .2rem; }
.inews .list li:active { background: #f5f5f5; }
.inews .item:active .time { color: #666; }
.inews .item:active .txt h2 { color: #df4a43; }



.icontact { padding: .4rem 0 .4rem ; position: relative; background: #fff; }
.icontact .head { position: relative; text-align: center; }
.icontact .head h3 { font-size: .4rem; color: #f0f0f0; text-transform:uppercase; line-height: .4rem; margin-bottom: -.1rem; }
.icontact .head h2 { font-size: .4rem; color: #2c2f3c; line-height: .4rem; }
.icontact .head .line { display: inline-block; width: 1rem; height: 3px; background: #df4a43; }
.icontact .list { padding:.2rem .3rem; color:#333; }
.icontact dd { position: relative; line-height: .4rem; padding: 2% 0 2% 1.9rem; }
/*.icontact a { display: block; }*/
.icontact label { position: absolute; left: 0; top: 0; line-height: .7rem; padding: 0 0 0 .5rem; }
.icontact label.name { background: url(../images/icontact-1.png) left center no-repeat; background-size: .4rem; }
.icontact label.qq { background: url(../images/icontact-2.png) left center no-repeat; background-size: .4rem; }
.icontact label.email { background: url(../images/icontact-3.png) left center no-repeat; background-size: .4rem; }
.icontact label.tel { background: url(../images/icontact-4.png) left center no-repeat; background-size: .4rem; }
.icontact label.mobile { background: url(../images/icontact-5.png) left center no-repeat; background-size: .4rem; }
.icontact label.address { background: url(../images/icontact-6.png) left center no-repeat; background-size: .4rem; }
.icontact .iqq { display: inline-block; vertical-align: middle; height: .4rem; line-height: .4rem; margin: 0 0 0 .2rem; background: url(../images/icontact-qq.png) .1rem center no-repeat #2c2f3c; background-size: .28rem; color: #fff; border-radius: 3px; padding: 0 .1rem 0 .4rem; }

.footer { background: url(../images/pro-bj.png) top center repeat-x #fff; color: #333; padding: .3rem 0 0;  }
.copyright { padding: .2rem; line-height: .4rem; text-align: center; }
.footer .gotop { display: block; height: .8rem; background: url(../images/gotop.png) top center no-repeat; background-size: contain; }

.toolbar { display: block; height: 1rem; }
.toolbar .list { display:-webkit-box; display:box; border-top:1px solid #fff;  background: #df4a43;  position:fixed; left:0; right:0; bottom:0; z-index:10; }
.toolbar .list li { -webkit-box-flex:1; box-flex:1; border-left:1px solid rgba(255,255,255,.5); color:#fff; }
.toolbar .list li:first-child { border-left:0; }
.toolbar .list a { display:block; text-align:center; padding:.15rem 0 0; height:1rem; line-height:.3rem; font-size:.26rem; }
.toolbar .list a:active { box-shadow:0 0 1000rem rgba(0,0,0,.15) inset; background:#2c2f3c; }
.toolbar .list a:before { content:''; display:block; width:.4rem; height:.4rem; margin:0 auto .05rem; }
.toolbar .list a.icon-home:before { background:url(../images/toolbar-1.png) center center no-repeat; background-size:contain; }
.toolbar .list a.icon-phone:before { background:url(../images/toolbar-2.png) center center no-repeat; background-size:contain; animation:toolicon 600ms linear infinite; }
.toolbar .list a.icon-online:before { background:url(../images/toolbar-3.png) center center no-repeat; background-size:contain; }
.toolbar .list a.icon-map:before { background:url(../images/toolbar-4.png) center center no-repeat; background-size:contain; }




/*公共组件*/
.location { height:.8rem; line-height:.8rem; background:#eee; position:relative; }
.location h2 { display:inline-block; padding:0 .2rem 0 .5rem; color:#999; font-weight:normal; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RkU5ODA3Q0JBOTVFNjExQTY5M0FGNTREMTEyOUI0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NDVGQ0RFNDk3NkYxMUU2OUQwMTlGNzgwNURGQzEyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NDVGQ0RFMzk3NkYxMUU2OUQwMTlGNzgwNURGQzEyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NEY5OUVBNzA5NkU2MTE4NDEzQUQyMzI3OTBDQTNGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdGRTk4MDdDQkE5NUU2MTFBNjkzQUY1NEQxMTI5QjQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rfFocwAAAUdJREFUeNrs3e0NgjAYhVEhzspQLIsD+EvjR+99zzOAIZ5UaEvjdl3XTeu0+wqACAgQAQEiIEAEBIiACAgQAQEiIEAEBIiACAgQAQEiIEAEBIiA6Ln7ihd1nue3Pvo6jmMzQtYo4tzFDgMIjMEgccfDdhhA/omxAYExGiQaow0kHqMJpAKjBaQGowGkCiMdpA4jGaQSIxWkFiMRpBojDaQeIwlkBEYKyBiMBJBRGKuDjMNYGWQkRvpMHcgP214cOUCgzPzJGoeScA8ZhZJyUx+DkvSUNQIl7bG3HiVxHlKNkjoxrEVJnqlXoqQvndShNKxlVaG0LC7WoDSt9lagtC2/x6M07odEo7RuUMWiNO8YevsdCpA6lCkvOThjCOXNi/RfuEaIgAARECACAkRAgAiIgAARECACAkRAgAiIgAARECD6aA8BBgByQTHDFwX6TwAAAABJRU5ErkJggg==) left center no-repeat; background-size:.5rem; }
.location .showmenu { position:absolute; right:0; top:0; width:.7rem; height:.7rem; background:url(../images/menu2.png) center center no-repeat; background-size:.5rem; overflow:hidden; text-indent:-99em; display:none; }

.menu { width:100%; background:#f9f9f9; border-bottom:0 solid #333; display:none; }
.menu .list { width:100%; padding:2% 0 0; }
.menu .list dd { float:left; width:30.66%; height:.7rem; line-height:.7rem; padding:0 .1rem; margin:0 0 2% 2%; border:1px solid #ddd; background:#ddd; border-radius:3px; }
.menu .list a { display:block; text-align:center; }
.menu .list dd:active,
.menu .list dd.current { background:#df4a43; border-color:#df4a43; color:#FFF; }
.menu .list dd.current a { color:#FFF; }

.article { text-align:justify; padding:3%; line-height:1.8;  }
.article img { max-width:100% !important; height:auto !important; display:block; margin:0 auto; }


.relink { width:96%; margin:0 auto .2rem;position:relative; display:block; overflow:hidden; }
.relink .prev,
.relink .next { float:right; width:49%; height:.8rem; line-height:.8rem; text-align:center; background:#eee; color:#999; border-radius:3px; }
.relink .prev { float:left; }
.relink a { display:block; height:.8rem; color:#999; }
.relink > *:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset;  }

.showmap { display:block; margin:0 3% .3rem; height:.6rem; line-height:.6rem; text-align:center; font-size:larger; background:#f0a522; color:#fff; border-radius:5px; }
.baidumap { position:fixed; left:0; top:0; right:0; bottom:0; z-index:99; background:#fff; visibility:hidden; }
.baidumap .map { position:absolute; top:0; left:0; bottom:1rem; right:0; z-index:97; line-height:20px; font-size:14px; }
.baidumap .address { position:absolute; left:0; bottom:0; right:0; padding:.2rem .2rem; background:#383838; z-index:98; box-shadow:0 -.05rem .05rem rgba(0,0,0,.2); }
.baidumap .address p { height:.6rem; line-height:.3rem; margin:0 .8rem 0 0; color:#fff; overflow:hidden; opacity:.5; }
.baidumap .close { position:absolute; right:.2rem; bottom:.2rem; width:.6rem; height:.6rem; text-align:center; font-size:.4rem; z-index:99; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTlBNUY5MTlERUM0MTFFNUEyODJBNTE1OUVDN0M3NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTlBNUY5MUFERUM0MTFFNUEyODJBNTE1OUVDN0M3NDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOUE1RjkxN0RFQzQxMUU1QTI4MkE1MTU5RUM3Qzc0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOUE1RjkxOERFQzQxMUU1QTI4MkE1MTU5RUM3Qzc0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvnANt0AAAN2SURBVHja7N09bxNBEAbgywiJP0ABBQ0fHWmCQEJxQ0NtiA5KJEyK8IdMkdBQhRMKHw0SrSkICg3pkIACAQV/gMrMKndSFOXD8c7evLM7rzRy4TvfaZ9dn/cs3S5Mp9PKgxPyJnAQj4M4iMdBHMTjIA7icRAH8TiI56icif2ApmmKbsC6rn2E+FeWx85X1oFc5brNNeD6zTXheuvNPHsWYv8Paa8hi1xjruVDNvnO9YTrXSZtthIuHW2nm7adbpOvJa9QQJbCC9elEzYdcT0zDHG97XQ3jnh/m2uNYT5rX0PGM2CEbHA9MoyxdQxGyE2uF9xBF9VA+OB32xOZNRZROoyLM2x7ue2gaiPk4Rz7WEI5DUaXZe6oV7RABnPuZwFlHowud7RA/kXsi4wSgxHTUaNBJpH7I6LEYoT81QLZFGgAJBQJjKiOKjEP+XjKX1qo8xQpjD88F7mgOQ9Z4/ppfKRIYXTtoToxDDPToWEUSYzV2FsoUnd7d4yiSGOsx36I5O13ayhwGNIgllAgMVKAWECBxUgFgowiisG1Lt1wKf/CRUOBx0gNgoRiAqMPEAQUMxh9gWiimMLoE0QDxRxG3yB9opjE0ADpA8UshhZIShTTGJogqVBMY2iDpEAxjYEAIo1iGgMFBAVFHQMJRBsFAgMNRAsFBgMRpG8UKAxUkL5Q4DCQQVKjQGKgg6RCgcWwANJlCvpZxYFI3pvqEkbHyEEwMOBRqEAMaBQqFAMWhQrGgEShwjHgUMgxsFDIMbBQKCOMVaEZvSoKZYQRGnJoHYUywgjZsY5CGWFUOaBQZhjmUcgoxuPq5FvoJlHIKMbGjNuaQ6GMMUyiUOYY5lCoAAxTKFQIhhkUKggjCUrTNCNkEHQMeBQqEAMahQrFgEWRAFkyipEKZagNMjaMkQJF70HK3BvuVTLPW9TEkEY5z+1yX2uEPMgEQxpF7bm9g4wwJFHOaYGczQxDCmWiBTLJEEMC5b0WyPNMMWJQPtR1/VUFhA/8stpbWSZHjHlQvlUAD1IOJ/AjU4yDKJ+O2WZ7r4/WX2IOJLFKW/dk6zAhunXI+79atDeV7ey0c66wINjKvl+Y3aJgWxIHkVqlrcu19kT3L5v3uso40it9Sq9juNvW08qjdg3xOEi+ib6GeHyEOIjHQRzE4yAeB3EQj4M4iEcw/wUYAL6JZ/aVt9nDAAAAAElFTkSuQmCC) center center no-repeat; background-size:.35rem; border:.02rem solid #aaa; border-radius:50%;  }
.baidumap .close:active { background:#f1f1f1; }
.baidumap .BMap_bubble_title a { display:inline-block; height:40px; line-height:40px; padding:0 .3rem; color:#FFF; background:#d31717; border-radius:.03rem; margin-bottom:.05rem; font-size:16px; }
.baidumap .BMap_bubble_title a:hover { box-shadow:0 0 100rem rgba(0,0,0,.03) inset; }

.hidden { display:none; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.gap { height:.2rem; background:#eee; }

.loading { width:auto; height:.8rem; line-height:.8rem; text-align:center; margin:-.2rem 2% .2rem; background:none; color:#bbb; border-radius:3px; display:none;  }
.loading:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset; }
.loading:empty { display:none !important;  }

.null { display:block; width:100% !important; padding:0 2% !important; height:.8rem; line-height:.8rem; overflow:hidden; background:none; opacity:1; position:relative; top:-.3rem; }
.console { position:fixed; left:0; top:0; width:100%; height:.8rem; line-height:.8rem; z-index:199; background:rgba(255,72,72,.9); text-align:center; color:#fff; font-size:.26rem; overflow:hidden; }
.pager { display:none; }

.api {  content:'4DD845D1BB619BEEFB641EC49A7D8735'; }



/*产品*/
.product-lister { background: url(../images/logo-bj.jpg) top center repeat; }
.product-lister .list { width:100%; padding:.2rem 0 .2rem; overflow:hidden; }
.product-lister .item { float:left; width:47%; margin:0 0 2% 2%; background:#fff; text-align:center; }
.product-lister .img { position:relative; padding:0 0 75%; margin:0 0 -1px; background:#eee; }
.product-lister .img img { position:absolute; left:0; top:0; width:100%; height:100%; }
.product-lister .item h3 { line-height:.8rem; font-weight:normal; padding:0 .4rem; background:#ddd; color:#666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.product-lister .item:active h3 { box-shadow:0 0 1000rem rgba(0,0,0,.1) inset; }

.product2-lister {  }
.product2-lister .list { padding:.2rem; }
.product2-lister .item { margin:0 0 .2rem; background:#f5f5f5;  }
.product2-lister .item a { display:block; position:relative; height:1.8rem; padding:.1rem .2rem 0 2.6rem;  }
.product2-lister .item img { position:absolute; left:0; top:0; width:2.4rem; height:1.8rem; background:#eee; }
.product2-lister .item h3 { line-height:.7rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.product2-lister .item p { height:.8rem; line-height:.4rem; overflow:hidden; opacity:.5; }
.product2-lister .item:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset; }

.product-detail {   }
.product-detail h1 { padding:.4rem 2%; font-size:.34rem; line-height:1.4; text-align:center; }
.product-detail .photo { padding:.0 3% 0; }
.product-detail .photo img { display:block; width:100%; }

.product-info { padding:0 .2rem .2rem; }
.product-info h1 { padding:.4rem 0; text-align:left; color:#df4a43; }
.product-info .des { }
.product-info p { line-height:.5rem; opacity:.5; text-align:justify; }

.product-thum { width:100%; overflow:hidden; position:relative; }
.product-thum .list { float:left; width:500%; }
.product-thum .list li { float:left; width:20%; }
.product-thum .list img { display:block; width:100%; }
.product-thum .tip { width:90%; height:.1rem; line-height:.1rem; text-align:center; clear:both; display:none; position:absolute; left:5%; bottom:.2rem; }
.product-thum .tip li { display:inline-block; vertical-align:middle; width:.12rem; height:.12rem; background:#eee; border-radius:50%; margin:0 .1rem; vertical-align:middle; }
.product-thum .tip li.active { background:#c81529; }



/*新闻*/
.news-lister { background: url(../images/logo-bj.jpg) top center repeat; }
.news-lister .list { padding:.2rem; }
.news-lister .item { border-bottom:1px solid #eee; }
.news-lister .item a { display:block; padding:.2rem; }
.news-lister .item h3 { font-size:.3rem; font-weight:normal; line-height:.6rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.news-lister .item p { height:.8rem; line-height:.4rem; overflow:hidden; opacity:.5; }
.news-lister .item:active { box-shadow:0 0 5rem rgba(0,0,0,.05) inset; }

.news2-lister {  }
.news2-lister .list { padding:.2rem; }
.news2-lister .item { margin:0 0 .2rem; background:#f5f5f5;  }
.news2-lister .item a { display:block; position:relative; height:1.8rem; padding:.1rem .2rem 0 2.6rem;  }
.news2-lister .item img { position:absolute; left:0; top:0; width:2.4rem; height:1.8rem; background:#eee; }
.news2-lister .item h3 { font-size:.3rem; font-weight:normal; line-height:.7rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.news2-lister .item p { height:.8rem; line-height:.4rem; overflow:hidden; opacity:.5; }
.news2-lister .item:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset; }

.news-detail {  }
.news-detail h1 { padding:.4rem 2% .2rem; font-size:.34rem; line-height:1.4; text-align:center; }
.news-detail .subsidiary { line-height:.6rem; border-bottom:1px solid #ddd; margin:0 2%; opacity:.5; text-align:center; }
.news-detail .subsidiary span { margin-right:.2rem; }



/*案例*/
.case-lister {  background: url(../images/logo-bj.jpg) top center repeat; }
.case-lister .list { width:100%; padding:.2rem 0 .2rem; }
.case-lister .list .item { float:left; width:47%; margin:0 0 0 2%; }
.case-lister .item a { display:block; }
.case-lister .item figure { display:block; padding:0 0 75%; position:relative; background:#eee; }
.case-lister .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.case-lister .item h3 { font-weight:normal; line-height:.8rem; text-align:center; margin:0 .2rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.case2-lister {  background: url(../images/logo-bj.jpg) top center repeat;  }
.case2-lister .list { padding:.2rem; }
.case2-lister .item { padding:0 0 .2rem; background:#f5f5f5;  }
.case2-lister .item a { display:block; position:relative; height:1.8rem; padding:.1rem .2rem 0 2.6rem;  }
.case2-lister .item img { position:absolute; left:0; top:0; width:2.4rem; height:1.8rem; background:#eee; }
.case2-lister .item h3 { line-height:.7rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.case2-lister .item p { height:.8rem; line-height:.4rem; overflow:hidden; opacity:.5; }
.case2-lister .item:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset; }

.case-detail {  background: url(../images/logo-bj.jpg) top center repeat; padding: 0 0 .2rem 0;  }
.case-detail h1 { padding:.4rem 2% .4rem; font-size:.34rem; line-height:1.4; text-align:center; }
.case-detail .photo { margin:0 4%; }
.case-detail .photo img { display:block; width:100%; }


/*在线留言*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#999; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#999; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }

.message-detail { padding:.2rem 4% 0; overflow:hidden; background: url(../images/logo-bj.jpg) top center repeat; }
.message-detail li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.message-detail .txt,
.message-detail .text { width:100%; padding:0 3%; height:.7rem; line-height:.7rem; background:none; border:1px solid #bbb;  }
.message-detail .txt:focus,
.message-detail .text:focus { border-color:#999; }
.message-detail .text { height:1.5rem; line-height:.3rem; padding:3%; }
.message-detail .error { border-color:#f55 !important; }
.message-detail .submit { width:100%; height:.8rem; line-height:.8rem; background:#df4a43; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.message-detail .submit:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset; }


/*在线留言*/
.rmd-order { padding:0 4% 0; overflow:hidden; background:#f9f9f9; border-top:1px solid #eee; }
.rmd-order .head { height:.8rem; line-height:.8rem; margin:0 0 .1rem;  }
.rmd-order .head h2 { font-size:.3rem; font-weight:normal; }
.rmd-order li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.rmd-order .txt,
.rmd-order .text { width:100%; padding:0 3%; height:.8rem; line-height:.8rem; background:#fff; border:1px solid #eee;  }
.rmd-order .txt:focus,
.rmd-order .text:focus { border-color:#ddd; }
.rmd-order .text { height:1.5rem; line-height:.3rem; padding:3%; }
.rmd-order .error { border-color:#f55 !important; }
.rmd-order .submit { width:100%; height:.8rem; line-height:.8rem; background:#df4a43; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.rmd-order .submit:active { box-shadow:0 0 100rem rgba(0,0,0,.03) inset;  }


/*设备适配*/
@media (min-width:700px){
	html { font-size:70px; }
} 
@media (max-width:700px){
	html { font-size:60px; }
}
@media (max-width:500px){
	html { font-size:50px; }
} 
@media (max-width:350px){
	html { font-size:50px; }
}