@import 'swiper.min.css';
@import 'animate.css';
@import 'skin.css';

/***********************************
 *** 全局初始化
 **********************************/
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box; }
html { height: 100%; }
body { width: 100%; height: 100%; font: .28rem/1.8 "Microsoft Yahei", Arial; color: #333; background: #fff; transition: transform .3s ease; }
img { border: 0px; }
a, a:link, a:visited, a:hover, a:active { color: inherit; text-decoration: none; }
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: .28rem; -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; }


/***********************************
 *** 网站风格
 **********************************/
body.active { position: fixed; transform: translate3d(-70%, 0, 0); }
body.active:after { content: ''; position: absolute; left: 0; top: 2.5rem; bottom: 0; right: 0; z-index: 100; }

.header { position: relative; z-index: 10; }
.header .inner { height: 1rem; position: relative; overflow: hidden; }
.header .logo { position: relative; padding: .15rem; }
.header .logo img { display: block; height: .7rem; }
.header .tel { position: absolute; right: 0; top: 0; background: url(../images/header-tel.png) left center no-repeat; background-size: .4rem; padding: .2rem .3rem .2rem .6rem; }
.header .tel h2 { line-height: .3rem; font-weight: normal; color: #999; }
.header .tel h3 { line-height: .3rem; font-size: .32rem; font-weight: normal; }

.shownav { position: absolute; right: 0; top: .3rem; z-index: 2; width: 1rem; height: 1rem; display: none; }
.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%; }

.showsos { position: absolute; left: 0; top: .3rem; z-index: 2; width: 1rem; height: 1rem; background: url(about:blank) center center no-repeat; background-size: .7rem; display: none; }

.nav { position: fixed; left: 0; top: 0; bottom: 0; width: 100%; transform: translate3d(100%, 0, 0); z-index: 0; background: #3d3d3d; text-align: left; }
.nav li { border-bottom: 1px solid rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .5); font-size: .3rem; }
.nav a { display: block; padding: 0 .4rem; line-height: 1rem; white-space: normal; overflow: hidden; text-overflow: ellipsis; }
.nav li.current,
.nav li:active { background: rgba(255, 255, 255, .1); color: #fff; }

.searcher { position: relative; display: block; background: #fff; }
.searcher .head { position: relative; padding: .2rem 1.4rem .2rem .2rem; }
.searcher .txt { width: 100%; height: .8rem; border: 1px solid #2fa0e0; background: #fff; color: #666; padding: 0 0 0 .2rem; }
.searcher .submit { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; border: 0; width: 1.4rem; background: #2fa0e0; background-size: .4rem; border-radius: 0; color: #fff; }
.searcher .submit:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }
.searcher .cancel { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; width: 1rem; border: 0; color: #999; border-radius: .06rem; display: none; }
.searcher.fixed { position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #fff; z-index: 10; display: block; }
.searcher.fixed .head { background: #eee; }
.searcher.fixed .cancel { display: block; }

.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 .dots { width: 100%; line-height: 0; text-align: center; clear: both; display: none; position: absolute; left: 0; bottom: .3rem; }
.banner .dots li { display: inline-block; width: .6rem; height: .15rem; border-radius: 0; background: #fff; background-size: contain; margin: 0 .1rem; vertical-align: middle; transition: all .5s ease; }
.banner .dots li.active { background: #2fa0e0; }

.inav { background: #2fa0e0; }
.inav ul { width: 100%; overflow: hidden; }
.inav li { float: left; width: 25%; color: #fff; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.inav a { display: block; padding: .15rem 0; line-height: .4rem; font-size: .2rem; font-weight: normal; text-align: center; }
.inav li:nth-child(4n) { border-right: 0; }
.inav li:active { box-shadow: 0 0 100rem rgba(0,0,0,.5) inset; }

.ipro { padding: .4rem 0 .2rem; background: #fff; }
.ipro .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.ipro .head h2 { line-height: .5rem; font-size: .34rem; }
.ipro .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.ipro .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.ipro .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.ipro .main { width: 100%; overflow: hidden; padding: 0 0 .4rem; }
.ipro .rows { float: left; margin: 0 0 2% 2%; width: 47%; border: 1px solid #ddd; padding: .1rem; }
.ipro .img { border-bottom: 1px solid #ddd; text-align: center; }
.ipro .img figure { position: relative; padding: 0 0 75%;  background: #eee; }
.ipro .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ipro .img h3 { line-height: .8rem; padding: 0 .3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ipro .list { height: 2.8rem; padding: .2rem 0; }
.ipro .list dd { height: .6rem; line-height: .6rem; }
.ipro .list a { display: block; position: relative; padding: 0 1.2rem 0 .2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ipro .list a:before { content: ''; width: .1rem; height: .1rem; background: #999; position: absolute; left: 0; top: 50%; margin: -.05rem 0 0 0; border-radius: 50%; }
.ipro .list a:after { content: 'details>'; position: absolute; right: 0; top: 0; color: #999; }
.ipro .more { text-align: center; padding: 0 .4rem .1rem; }
.ipro .more a { display: block; line-height: .6rem; background: #2fa0e0; color: #fff; }
.ipro .more a:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }
.ipro .foot { padding: 0 30%; text-align: center; }
.ipro .foot a { display: block; background: #bbb; line-height: .7rem; color: #fff; border-radius: .06rem; }
.ipro .foot a:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }

.iabout { padding: .4rem 0 0; background: #fff; }
.iabout .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.iabout .head h2 { line-height: .5rem; font-size: .34rem; }
.iabout .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.iabout .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.iabout .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.iabout .main { padding: 0 3% .3rem; }
.iabout .main p { text-align: justify; line-height: .4rem; }
.iabout .main a { color: #2fa0e0; }
.iabout .sub { overflow: hidden; background: #2fa0e0; color: #fff; }
.iabout .sub .img,
.iabout .sub .word { float: left; width: 50%; height: 3.5rem; overflow: hidden; }
.iabout .sub img { width: 100%; }
.iabout .sub .word { padding: .3rem; }
.iabout .sub h3 { width: .8rem; line-height: .8rem; border-bottom: 1px solid #fff; white-space: nowrap; font-size: .3rem; margin: 0 0 .2rem; }
.iabout .sub p { line-height: .4rem; }

.icase { padding: .6rem 0 .2rem; background: url(../images/icase-bj.png) center bottom no-repeat #f8f8f8; background-size: contain; }
.icase .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.icase .head h2 { line-height: .5rem; font-size: .34rem; }
.icase .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.icase .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.icase .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.icase .list { overflow: hidden; margin: 0 3% .2rem; box-shadow: 0 .05rem .2rem rgba(0,0,0,.1); }
.icase .list li { float: left; width: 33.33%; border-right: 1px solid #eee; border-bottom: 1px solid #eee; }
.icase .list li:nth-child(3n) { border-right: 0; }
.icase .list a { display: block; background: #eee; position: relative; }
.icase .list figure { position: relative; padding: 0 0 75%; }
.icase .list img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.icase .main { padding: 0 .5rem; color: #fff; }
.icase .main p { }
.icase .foot { text-align: center; padding: .2rem 30%; color: #fff; }
.icase .foot a { display: block; border: 1px solid #fff; line-height: .7rem; border-radius: .7rem; }

.iteam { padding: .6rem 0 .4rem; background: #fff; }
.iteam .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.iteam .head h2 { line-height: .5rem; font-size: .34rem; }
.iteam .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.iteam .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.iteam .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.iteam .main { margin: 0 .3rem; }
.iteam .main li { border: 1px solid #ddd; padding: .3rem .1rem .1rem; }
.iteam .main figure { width: 2rem; margin: 0 auto; }
.iteam .main img { display: block; width: 100%; height: 2rem; border-radius: 50%; }
.iteam .main h3 { line-height: .8rem; text-align: center; font-size: .3rem; border-bottom: 1px solid #ddd; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.iteam .main p { padding: .2rem; line-height: .4rem; color: #999; text-align: justify; }
.iteam .foot { position: relative; text-align: center; padding: .4rem 0 0; }
.iteam .prev,
.iteam .next { display: inline-block; width: .6rem; height: .6rem; background: url(about:blank) center center no-repeat #bbb; background-size: .6rem; border-radius: 50%; margin: 0 .1rem; }
.iteam .prev { background-image: url(../images/iteam-prev.png); }
.iteam .next { background-image: url(../images/iteam-next.png); }
.iteam .prev:active,
.iteam .next:active { background-color: #2fa0e0; }

.inews { padding: .6rem 0 .4rem; background: #f8f8f8; }
.inews .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.inews .head h2 { line-height: .5rem; font-size: .34rem; }
.inews .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.inews .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.inews .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.inews .list { padding: 0 0 .4rem; }
.inews .list dd { position: relative; border-bottom: 1px solid #e5e5e5; padding: .2rem; }
.inews .list dt { position: relative; height: 2.3rem; padding: .2rem 0 .2rem 2.8rem; border-bottom: 1px solid #e5e5e5; }
.inews .list img { position: absolute; left: .2rem; top: .2rem; width: 2.4rem; height: 1.8rem; }
.inews .list h3 { line-height: .5rem; font-size: .3rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inews .list p { max-height: .8rem; line-height: .4rem; color: #999; overflow: hidden; }
.inews .list span { position: absolute; color: #999; line-height: .5rem; }
.inews .list dd span { right: .2rem; top: .2rem; }
.inews .list dd h3 { padding: 0 1.8rem 0 .4rem; }
.inews .list dd h3:before { content: ''; width: .1rem; height: .1rem; background: #bbb; border-radius: 50%; position: absolute; left: .2rem; top: .4rem; }
.inews .list dt span { left: 2.8rem; bottom: .2rem; }
.inews .foot { padding: 0 30%; text-align: center; }
.inews .foot a { display: block; background: #bbb; line-height: .7rem; color: #fff; border-radius: .06rem; }
.inews .foot a:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }

.icontact { padding: .6rem 0 .4rem; background: #fff; }
.icontact .head { position: relative; text-align: center; padding: 0 0 .1rem; margin: 0 0 .4rem; }
.icontact .head h2 { line-height: .5rem; font-size: .34rem; }
.icontact .head h3 { line-height: .5rem; font-weight: normal; color: #999; text-transform: uppercase; }
.icontact .head i { position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -.5rem; width: 1rem; background: #ddd; }
.icontact .head i:before { content: ''; display: block; width: .3rem; height: 1px; background: #2fa0e0; }
.icontact .list { padding:0 .3rem; color:#888; }
.icontact .list dd { position:relative; line-height:.4rem; padding:.2rem 0 .2rem 2.2rem; border-bottom: 1px dashed #ddd; color: #333; }
.icontact .list dd:last-child { border-bottom: 0; }
.icontact .list a { display:block; }
.icontact .list label { position:absolute; left:0; top:0; line-height:.8rem; padding:0 0 0 .7rem; }
.icontact .list label.name { background:url(../images/icontact-1.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.qq { background:url(../images/icontact-2.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.email { background:url(../images/icontact-3.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.tel { background:url(../images/icontact-4.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.mobile { background:url(../images/icontact-5.png) left center no-repeat; background-size:.5rem; }
.icontact .list label.address { background:url(../images/icontact-6.png) left center no-repeat; background-size:.5rem; }

.footer { background: #f8f8f8; color: #666; }
.copyright { padding: .3rem; line-height: .4rem; text-align: center; }

.toolbar { display: block; height: 1rem; }
.toolbar .inner { background: #29323b; position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; display: -webkit-box; display: box; border-top: 1px solid rgba(255,255,255,0); }
.toolbar li { -webkit-box-flex: 1; box-flex: 1; border-left: 1px solid rgba(255,255,255,.2); color: #fff; }
.toolbar li:first-child { border-left: 0; }
.toolbar a { display: block; text-align: center; padding: .15rem 0 0; height: 1rem; line-height: .3rem; font-size: .26rem; }
.toolbar a:active { background-color: #2fa0e0; box-shadow: 0 0 1000rem rgba(255,255,255,.2) inset; }
.toolbar a:before { content: ''; display: block; width: .4rem; height: .4rem; margin: 0 auto .05rem; }
.toolbar a.icon-home:before { background: url(../images/toolbar-1.png) center center no-repeat; background-size: contain; }
.toolbar a.icon-phone:before { background: url(../images/toolbar-2.png) center center no-repeat; background-size: contain; animation:toolicon 600ms linear infinite; }
.toolbar a.icon-online:before { background: url(../images/toolbar-3.png) center center no-repeat; background-size: contain; }
.toolbar a.icon-map:before { background: url(../images/toolbar-4.png) center center no-repeat; background-size: contain; }