@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; border-top: 3px solid #0168b7; }
.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: .6rem; padding: .15rem .3rem .15rem .8rem; }
.header .tel h2 { line-height: .3rem; font-weight: normal; color: #999; }
.header .tel h3 { line-height: .4rem; font-size: .36rem; font-weight: normal; color: #0168b7; }

.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; }

.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; display: none; }
.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: .2rem; height: .2rem; border-radius: 50%; background: #fff; background-size: contain; margin: 0 .1rem; vertical-align: middle; transition: all .5s ease; }
.banner .dots li.active { background: #0168b7; }

.inav { background: #0168b7; }
.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: .3rem; font-weight: normal; text-align: center; }
.inav li:nth-child(4n) { border-right: 0; }
.inav li:active { background: url(../images/inav-hover.png) center bottom no-repeat #005698; }

.inav2 { padding: .3rem 0; background: #fff; }
.inav2 .list { }
.inav2 .item { float: left; width: 45.5%; margin: 0 0 3% 3%; background: #0168b7; color: #fff; border-radius: .1rem; padding: 0 .2rem .2rem; }
.inav2 .item h2 { line-height: .8rem; font-weight: normal; font-size: .3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 1rem 0 0; background: url(../images/inav2-mo.png) right center no-repeat; background-size: .15rem; }
.inav2 .item figure { position: relative; padding: 0 0 37%; border: .06rem solid #fff; margin: 0 0 .1rem; }
.inav2 .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.inav2 .item p { height: 1.2rem; line-height: .4rem; overflow: hidden; text-align: justify; }
.inav2 .item:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }

.ihead { position: relative; text-align: center; margin: 0 0 .3rem; }
.ihead h2 { line-height: .9rem; font-size: .34rem; font-weight: normal; color: #0168b7; position: relative; }
.ihead h2:before,
.ihead h2:after { content: ''; position: absolute; left: 50%; }
.ihead h2:before { width: 3rem; height: 1px; margin: 0 0 0 -1.5rem; bottom: 0; background: #ccc; }
.ihead h2:after { width: .8rem; height: 3px; margin: 0 0 0 -.4rem; bottom: -1px; background: #36a0f2; }
.ihead h3 { line-height: .7rem; font-weight: normal; text-transform: uppercase; color: #666; }

.ipro { padding: .4rem 0; background: #f3f3f3; }
.ipro .classify li { float: left; width: 29.33%; margin: 0 0 3% 3%; }
.ipro .classify a { display: block; line-height: .7rem; background: url(../images/ipro-classify.png) .15rem center no-repeat; border: 1px solid #0168b7; padding: 0 .2rem 0 .6rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ipro .classify a:active { background: url(../images/ipro-classify-hover.png) .15rem center no-repeat #0168b7; color: #fff; }
.ipro .list { }
.ipro .item { float: left; width: 45.5%; margin: 0 0 3% 3%; border: 1px solid #ddd; background: #fff; }
.ipro .item figure { position: relative; padding: 0 0 75%; }
.ipro .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ipro .item h3 { line-height: .8rem; padding: 0 .2rem; text-align: center; font-size: .3rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ipro .foot { height: 1.2rem; text-align: center; }
.ipro .foot:before { content: ''; display: block; position: relative; top: 50%; width: 100%; border-bottom: 1px solid #0168b7; }
.ipro .foot a { position: relative; left: 50%; top: .2rem; display: block; width: 2.4rem; line-height: .8rem; margin: 0 0 0 -1.2rem; background: #0168b7; color: #fff; }
.ipro .foot a:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }

.iabout { padding: 1rem 3% .4rem; background: url(../images/iabout-bj.jpg) center center no-repeat #ddd; background-size: cover; }
.iabout .shadow { padding: .3rem; background: rgba(255,255,255,.7); border-radius: .15rem; }
.iabout .main { text-align: justify; margin: 0 0 .4rem; }
.iabout .main p { text-indent: 2em; }
.iabout .foot { text-align: center; }
.iabout .foot a { display: block; margin: 0 auto; width: 2.4rem; line-height: .8rem; background: #0168b7; color: #fff; }
.iabout .foot a:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }

.ihonor { padding: .4rem 0; background: #f3f3f3; }
.ihonor .item { float: left; width: 45.5%; margin: 0 0 0 3%; }
.ihonor .item figure { position: relative; padding: 0 0 75%; background: #eee; border: 1px solid #ddd; }
.ihonor .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.ihonor .item h3 { line-height: 1rem; font-weight: normal; font-size: .3rem; text-align: center; padding: 0 .2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ihonor .foot { height: 1.2rem; text-align: center; }
.ihonor .foot:before { content: ''; display: block; position: relative; top: 50%; width: 100%; border-bottom: 1px solid #0168b7; }
.ihonor .foot a { position: relative; left: 50%; top: .2rem; display: block; width: 2.4rem; line-height: .8rem; margin: 0 0 0 -1.2rem; background: #0168b7; color: #fff; }
.ihonor .foot a:active { box-shadow: 0 0 100rem rgba(0,0,0,.1) inset; }

.icase { padding: .4rem 0; background: #fff; }
.icase .swiper { margin: 0 3%; }
.icase .item figure { position: relative; padding: 0 0 50%; background: #eee; overflow: hidden; margin: 0 0 .15rem; }
.icase .item img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; }
.icase .item h3 { line-height: .4rem; font-size: .3rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.icase .item span { display: block; line-height: .6rem; color: #0168b7; }
.icase .item p { height: .8rem; line-height: .4rem; overflow: hidden; color: #999; }
.icase .dots { text-align: center; }

.inews { padding: 0 0 .6rem; background: #fff; }
.inews .head { position: relative; height: .8rem; line-height: .8rem; border-bottom: 1px solid #ddd; }
.inews .head h2 { padding: 0 0 0 .8rem; font-size: .34rem; font-weight: normal; color: #0168b7; background: url(../images/inews-icon.png) .1rem center no-repeat; background-size: .5rem; }
.inews .head a { position: absolute; right: 0; top: 0; padding: 0 .2rem; text-transform: uppercase; color: #999; }
.inews .item { padding: 0 2.4rem 0 .4rem; border-bottom: 1px solid #ddd; position: relative; }
.inews .item:before { content: ''; position: absolute; left: .2rem; top: 50%; margin: -.1rem 0 0; width: 3px; height: .2rem; background: #0168b7; }
.inews .item a { display: block; height: .8rem; line-height: .8rem; }
.inews .item h3 { font-size: .3rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inews .item span { position: absolute; right: 0; top: 0; padding: 0 .2rem; color: #999; }
.inews .item:active { background: #f3f3f3; color: #0168b7; }

.icontact { padding: 0 0 .6rem; background: #fff; }
.icontact .head { position: relative; height: .8rem; line-height: .8rem; border-bottom: 1px solid #ddd; margin: 0 0 .2rem; }
.icontact .head h2 { padding: 0 0 0 .8rem; font-size: .34rem; font-weight: normal; color: #0168b7; background: url(../images/icontact-icon.png) .1rem center no-repeat; background-size: .55rem; }
.icontact .head a { position: absolute; right: 0; top: 0; padding: 0 .2rem; text-transform: uppercase; color: #999; }
.icontact .list { padding:0 .1rem; color:#888; }
.icontact .list dd { position:relative; line-height:.4rem; padding:.2rem .2rem .2rem 2.2rem; 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; }
.icontact .list .iqq { display:inline-block; vertical-align:middle; height:.5rem; line-height:.5rem; margin:0 0 0 .2rem; background:url(../images/icon-qq.png) .2rem center no-repeat #333; background-size:.25rem; color:#fff; border-radius:3px; padding:0 .2rem 0 .6rem; position: relative; }
.icontact .list .iqq:before { content: ''; width: 0; height: 0; border: .1rem solid transparent; border-right-color: #333; position: absolute; left: 0; top: 50%; margin: -.1rem 0 0 -.18rem; }


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

.toolbar { display: block; height: 1rem; }
.toolbar .inner { background: #333; 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: #0168b7; 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; }
