@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(-75%, 0, 0); }
body.active:after { content: ''; position: absolute; left: 0; top: 1rem; bottom: 0; right: 0; z-index: 100; }

.header { position: relative; height: 1rem; }
.header .inner { height: 1rem; background: #fff; color: #333; position: fixed; left: 0; top: 0; right: 0; z-index: 10; box-shadow: 0 .05rem .05rem rgba(0,0,0,.05); overflow: hidden; }
.header .logo { padding: .2rem; }
.header .logo img { display: block; height: .6rem; }

.shownav { position: absolute; right: 0; top: 0; z-index: 2; width: 1rem; height: 1rem; background: url(../images/header-shownav.png) center center no-repeat; background-size: .6rem; }
.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%; }

.nav { position: fixed; left: 0; top: 0; bottom: 0; width: 100%; transform: translate3d(100%, 0, 0); z-index: 0; background: #3d3d3d; }
.nav ul { }
.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: .8rem; 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 #ddd; background: #fff; padding: 0 0 0 .2rem; }
.searcher .submit { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; border: 0; width: 1rem; background: #d3b177; background-size: .4rem; color: #fff; }
.searcher .cancel { position: absolute; right: .2rem; top: .2rem; bottom: .2rem; 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; }

.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: none; border: 2px solid #fff; margin: 0 .1rem; vertical-align: middle; transition: all .5s ease; }
.banner .dots li.active { background: #c3a07d; border-color: #c3a07d; }

.inav { position: relative; background: #fff; }
.inav ul { width: 100%; overflow: hidden; border-bottom: 1px solid #e0e0e0; }
.inav li { float: left; width: 25%; border-right: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0; text-align: center; color: #333; }
.inav li:nth-child(4n) { border-right: 0; }
.inav a { display: block; padding: 0 .12rem; line-height: .8rem; font-size: .3rem; white-space: normal; overflow: hidden; text-overflow: ellipsis; }
.inav li:active { background: #c3a07d; color: #fff; }

.ihead { text-align: center; margin: 0 .4rem .4rem; }
.ihead h2 { line-height: .8rem; font-size: .36rem; font-weight: normal; margin: 0 0 .2rem; }
.ihead h2::after { content: ''; display: block; width: 1.6rem; margin: 0 auto; border-bottom: 2px solid #c3a07d; }
.ihead p { line-height: .4rem; color: #999; font-size: .24rem; }

.ireason { padding: .4rem 0; background: #fff; }
.ireason .list { overflow: hidden; text-align: center; }
.ireason .item { float: left; border: 1px solid #ddd; width: 45.5%; margin: 0 0 3% 3%; }
.ireason .item a { display: block; padding: .4rem 0; }
.ireason .item figure { width: 2rem; height: 1.6rem; background: url(about:blank) 0 0 no-repeat; background-size: 200%; margin: 0 auto .2rem; }
.ireason .item h3 { line-height: .3rem; font-size: .3rem; font-weight: normal; }
.ireason .item:active { box-shadow: 0 0 100rem rgba(0, 0, 0, .05) inset; }

.inews { background: #2b2b2c; padding: .4rem 0; }
.inews .ihead h2 { color: #fff; }
.inews .ihead p { color: #ddd; }
.inews .list { width: 100%; overflow: hidden; padding: 0 0 .2rem; }
.inews .item { float: left; width: 45.5%; margin: 0 0 3% 3%; background: #fff; }
.inews .item a { display: block; }
.inews .item figure { position: relative; padding: 0 0 75%; }
.inews .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee; }
.inews .exp { padding: .1rem .2rem; }
.inews .exp h3 { line-height: .5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
.inews .exp p { height: .8rem; line-height: .4rem; color: #999; }
.inews .more { padding: 0 38%; }
.inews .more a { display: block; background: url(../images/imore.png) center center no-repeat; background-size: .8rem; border: 1px solid #8d8c8c; overflow: hidden; text-indent: -99em; }

.ipro { padding: .4rem 0; background: #fff; }
.ipro .tabed { width: 100%; overflow: hidden; }
.ipro .tabed li { float: left; width: 29.66%; line-height: .7rem; margin: 0 0 3% 3%; border: 1px solid #999; text-align: center; }
.ipro .tabed li.active { background: #c3a07d; border-color: #c3a07d; color: #fff; }
.ipro .list { width: 100%; overflow: hidden; }
.ipro .list:nth-child(n+2) { display: none; }
.ipro .item { float: left; width: 45.5%; margin: 0 0 3% 3%; }
.ipro .item a { display: block; text-align: center; }
.ipro .item figure { position: relative; padding: 0 0 75%; }
.ipro .item img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee; }
.ipro .item h3 { line-height: .8rem; font-weight: normal; padding: 0 .2rem; font-size: .3rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
.ipro .more { padding: 0 38%; }
.ipro .more a { display: block; background: url(../images/imore.png) center center no-repeat; background-size: .8rem; border: 1px solid #8d8c8c; overflow: hidden; text-indent: -99em; }

.icase { background: #2b2b2c; padding: .4rem 0; }
.icase .ihead h2 { color: #fff; }
.icase .ihead p { color: #ddd; }
.icase .list { padding: 0 3% .2rem; }
.icase .item { border: .1rem solid #fff; background: #fff; margin: 0 0 3%; }
.icase .item a { display: block; position: relative; height: 1.6rem; padding: 0 0 0 2.3rem; }
.icase .item img { position: absolute; left: 0; top: 0; width: 2.1rem; height: 1.6rem; }
.icase .item h3 { line-height: .5rem; font-size: .3rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.icase .item p { height: 1.05rem; line-height: .35rem; color: #999; overflow: hidden; }
.icase .more { padding: 0 38%; }
.icase .more a { display: block; background: url(../images/imore.png) center center no-repeat; background-size: .8rem; border: 1px solid #8d8c8c; overflow: hidden; text-indent: -99em; }

.iabout { padding: .4rem 0; background: #fff; }
.iabout .info { padding: 0 3% .3rem; }
.iabout .info p { line-height: .5rem; color: #666; text-indent: 0em; }
.iabout .more { padding: 0 38%; margin: 0 0 .4rem; }
.iabout .more a { display: block; background: url(../images/imore.png) center center no-repeat; background-size: .8rem; border: 1px solid #8d8c8c; overflow: hidden; text-indent: -99em; }
.iabout .url { width: 100%; overflow: hidden; text-align: center; }
.iabout .url li { float: left; width: 29.66%; margin: 0 0 3% 3%; }
.iabout .url a { display: block; }
.iabout .url figure { position: relative; padding: 0 0 100%; }
.iabout .url img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50%; }
.iabout .url h3 { line-height: .8rem; font-weight: normal; font-size: .3rem; }

.icontact { background: #eee; padding: .4rem 0; }
.icontact .list { padding: 0 .3rem; }
.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) .2rem center no-repeat #c3a07d; background-size: .25rem; color: #fff; border-radius: 3px; padding: 0 .2rem 0 .6rem; }

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

.toolbar { display: block; height: 1rem; }
.toolbar .inner { background: #121212; position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; display: -webkit-box; display: box; }
.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: #c3a07d; box-shadow: 0 0 1000rem rgba(0,0,0,.15) 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; }



/***********************************
 *** 设备适配
 **********************************/
@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; }
}
