@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 { min-height:100%; }
body { width:100%; min-height:100%; max-width:640px; min-width:320px; margin:0 auto; font:.24rem/1.8 "Microsoft Yahei", Arial; color:#666; background:#f9f9f9; padding:0 0 .8rem; }
img { border:0px; }
h1, h2, h3, h4, h5, h6, h7 { font-size:.24rem; }
ul, ol { list-style-type:none; }
input,button,select,textarea { outline:none; font-family:"Microsoft Yahei", Arial; font-size:.24rem; -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; }


/***********************************
 *** 网站风格
 **********************************/
.header { background:rgba(0,0,0,.3); position:fixed; left:0; top:0; right:0; z-index:500; }
.header .logo { position:relative; padding:.1rem; }
.header .logo img { display:block; height:.6rem; }
.header .shownav { position:absolute; right:0; top:0; width:.8rem; height:.8rem; background:url(../images/shownav.png) center center no-repeat; background-size:.4rem; }
.header.active { background:#000 !important; }

.nav { position:fixed; right:0; left:0; top:.8rem; z-index:9; box-shadow:0 2px 5px rgba(0,0,0,.1); display:none; }
.nav .list { background:#fff; }
.nav .list li { float:left; width:25%; position:relative; border-right:1px solid #eee; border-bottom:1px solid #eee; }
.nav .list li:nth-child(4n) { border-right:0; }
.nav .list li:nth-child(n+5) { border-bottom:0; }
.nav .list a { display:block; height:.7rem; line-height:.7rem; text-align:center; color:#333; }
.nav .list a:active { background:#d69e3e; color:#fff; background-size:cover; }

.nav .list .current a{    color: #6a9c29;}

.banner { width:100%; overflow:hidden; position:relative; background:#fff; }
.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:.2rem; }
.banner .tip li { display:inline-block; width:.15rem; height:.15rem; background:#fff; border-radius:50%; margin:0 .1rem; vertical-align:middle; transition:all 1s ease; }
.banner .tip li.active { background:#000; }

.inav { width:100%; overflow:hidden; }
.inav li { float:left; width:50%; background:url(../images/inav-dot.png) center center repeat #565f47; color:#fff; text-align:center; padding:.1rem 0 .4rem; }
.inav li:nth-child(1) { background-color:#6a9c29; }
.inav li img { height:1.4rem; margin:0 0 -.1rem; }
.inav li h2 { line-height:1.5; font-size:.3rem; font-weight:normal; }
.inav li h3 { line-height:1.5; font-size:.22rem; font-weight:normal; text-transform:uppercase; margin:0 0 .2rem; }
.inav li span { display:inline-block; height:.5rem; line-height:.5rem; border:1px solid #fff; border-radius:2px; padding:0 .4rem; }

.ipro { padding:0 0 .4rem; }
.ipro .classify { background:#FFF; box-shadow:0 2px 2px rgba(0,0,0,.1);     overflow: hidden;
    height: 1.5rem;}
.ipro .classify li { float:left; width:50%; height:.8rem; padding:.1rem; border-right:1px solid #eee; text-align:center; }
.ipro .classify li:nth-child(3n) { border-right:0; }
.ipro .classify li:nth-child(n+3) { border-top:1px solid #eee; }
.ipro .classify .img,
.ipro .classify h3 { display:inline-block; height:.6rem; line-height:.6rem; vertical-align:middle; font-weight:normal; }
.ipro .classify .img{ width:.75rem; height:.5rem; margin:0 0rem 0 0;background-size:contain; }

.ipro .classify li:first-child .img { background-image:url(../images/ipro-4.png); }
.ipro .classify li:first-child + li .img { background-image:url(../images/ipro-6.png); }
.ipro .classify li:first-child + li + li .img { background-image:url(../images/ipro-6.png); }
.ipro .classify li:first-child + li + li + li .img { background-image:url(../images/ipro-2.png); }
.ipro .classify li:first-child + li + li + li + li .img { background-image:url(../images/ipro-3.png); }
.ipro .classify li:first-child + li + li + li + li + li .img { background-image:url(../images/ipro-1.png); }
.ipro .classify li:first-child + li + li + li + li + li+ li .img { background-image:url(../images/ipro-7.png); }
.ipro .classify li.active { background:url(../images/ipro-tabed-active.png) left top repeat-x #f6f7f9; color:#6a9c29; }
.ipro .classify li.active .img { background-position:-100px center; }

.ipro .list { padding:.2rem 0; }
.ipro .list li { float:left; width:45.5%; margin:0 0 3% 3%; background:#fffbfa; border-bottom:2px solid #d69e3e; box-shadow:0 0 4px rgba(0,0,0,.1); }
.ipro .list a { display:block; text-align:center; padding:0 0 .15rem; }
.ipro .list figure { position:relative; padding:0 0 75%; margin:0 0 .2rem; }
.ipro .list img { display:block; position:absolute; left:0; top:0; width:100%; height:100%; }
.ipro .list h4,
.ipro .list h3 { font-weight:normal; line-height:1.5; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ipro .list h4 { color:#999; font-size:.2rem; text-transform:uppercase; }
.ipro .list h3 { color:#d69e3e; }
.ipro .more { text-align:center; }
.ipro .more a { display:inline-block; height:.6rem; line-height:.6rem; padding:0 .4rem; background:#fff; border:1px solid #ddd; border-radius:.6rem; }

.iadv { background:url(../images/iadv-bj.png) center bottom no-repeat #e3e4e9; background-size:contain; padding:.2rem 0; }
.iadv .tabed { width:100%; }
.iadv .tabed li { float:left; width:21.25%; margin:0 0 0 3%; padding:.1rem 0; background:#f1f2f6; text-align:center; }
.iadv .tabed b { font-size:.6rem; color:#d9951f; line-height:.7rem; }
.iadv .tabed h3 { font-weight:normal; }
.iadv .tabed li.active { background:#6a9c29; }
.iadv .tabed li.active b,
.iadv .tabed li.active h3 { color:#FFF; }
.iadv .list { padding:3%; }
.iadv .list li:nth-child(n+2) { display:none; }
.iadv .list img { display:block; width:100%; }
.iadv .foot { text-align:center; }
.iadv .foot a { display:inline-block; height:.6rem; line-height:.6rem; padding:0 .6rem; background:#6a9c29; color:#FFF; border-radius:.6rem; }


.ifloor-1 { background:url(../images/icase-bj.png) center top no-repeat #e4e5ea; background-size:contain; }

.icase { padding:0 0 .4rem; }
.icase .head { text-align:center; color:#FFF; padding:.2rem 0; }
.icase .head h2,
.icase .head h3 { line-height:1.5; font-weight:normal; text-transform:uppercase; }
.icase .head h2 { font-size:.4rem; }
.icase .head h3:after { content:''; display:block; margin:0 auto; width:0; height:0; border:.1rem solid transparent; border-top-color:#fff; }
.icase .main { background:#FFF; border:.1rem solid #fff; margin:0 3%; position:relative; overflow:hidden; }
.icase .list { width:1000%; }
.icase .list li { float:left; width:10%; }
.icase .list a { display:block; }
.icase .list h3 { line-height:2; font-weight:normal; color:#d69e3e; font-size:.4rem; text-align:center; }
.icase .list h3:after { content:''; width:1rem; height:1px; background:#aaa; display:block; margin:0 auto; }
.icase .list p { padding:.2rem; line-height:.3rem; color:#999; }
.icase .list img { display:block; width:100%; }
.icase .dots { text-align:center; }
.icase .dots span { display:inline-block; width:.15rem; height:.15rem; background:#555; border-radius:50%; margin:0 .1rem; vertical-align:middle; transition:all 1s ease; }
.icase .dots span.swiper-pagination-bullet-active { background:#6a9c29; }

.iabout { padding:0 3% .5rem; text-align:center; }
.iabout .info { }
.iabout .info h2 { font-size:.32rem; }
.iabout .info p {  }
.iabout .classify { text-align:center; padding:.2rem 0; }
.iabout .classify li { display:inline-block; width:2rem; margin:0 0 .2rem; }
.iabout .classify a { }
.iabout .classify img { width:1rem; height:1rem; }
.iabout .classify h3,
.iabout .classify h4 { font-weight:normal; line-height:1.5; text-transform:uppercase; }
.iabout .classify h4 { color:#999; font-size:.2rem; }
.iabout .foot { text-align:center; }
.iabout .foot li { display:inline-block; margin:0 .1rem; }
.iabout .foot a { display:block; height:.6rem; line-height:.6rem; padding:0 .5rem; background:#cf9023; color:#FFF; border-radius:3px; }
.iabout .foot li:nth-child(2) a { background:#6a9c29; }

.inews { background:#e4e5ea; background-size:contain; }
.inews .head { text-align:center; color:#333; padding:.2rem 0; }
.inews .head h2,
.inews .head h3 { line-height:1.5; font-weight:normal; text-transform:uppercase; }
.inews .head h2 { font-size:.4rem; }
.inews .head h3:after { content:''; display:block; margin:0 auto; width:0; height:0; border:.1rem solid transparent; border-top-color:#333; }
.inews .list { }
.inews .list li { width:100%; overflow:hidden; background:#fff; }
.inews .list img { float:left; width:50%; height:2.8rem; }
.inews .list .shadow { float:right; width:50%; height:2.8rem; padding:.2rem; }
.inews .list h3 { font-weight:normal; font-size:.26rem; height:.7rem; line-height:.35rem; margin:0 0 .1rem;    overflow: hidden; }
.inews .list p { height:.9rem; line-height:.3rem; overflow:hidden; color:#999; margin:0 0 .2rem; }
.inews .list span { display:block; margin:0 auto; width:1.2rem; line-height:.4rem; border:1px solid #ddd; color:#ddd; border-radius:.4rem; text-align:center; }
.inews .list li:nth-child(even) img { float:right; }
.inews .list li:nth-child(even) .shadow { float:left; }
.inews .foot { text-align:center; padding:.4rem 0; }
.inews .foot a { display:inline-block; height:.6rem; line-height:.6rem; padding:0 .4rem; background:#fff; color:#999; border:1px solid #ddd; border-radius:.6rem; }

.icontact { }
.icontact .sketch { }
.icontact .sketch img { display:block; width:100%; }
.icontact .info { padding:.2rem; }

.searcher { padding:.2rem; background:; position:relative; }
.searcher .inner { position:relative; }
.searcher .txt { width:100%; height:.7rem; border:1px solid #bbb; background:#eaebf0; border-radius:3px; padding:0 0 0 .2rem; }
.searcher .submit { position:absolute; right:0; top:0; bottom:0; border:0; padding:0 .4rem; background:url(about:blank) center center no-repeat #383838; background-size:.4rem; color:#fff; border-radius:0 3px 3px 0; }

.footer { background:#dfe0e5; color:#bbb; }
.copyright { padding:.2rem; line-height:.4rem; text-align:center; }

.toolbar { background:#fff; position:fixed; left:0; right:0; bottom:0; z-index:500; }
.toolbar .list { display:-webkit-box; display:box; border-top:1px solid rgba(255,255,255,.2); }
.toolbar .list li { -webkit-box-flex:1; box-flex:1; border-left:1px solid rgba(255,255,255,.2); color:#eee; }
.toolbar .list li:first-child { border-left:0; }
.toolbar .list a { display:block; text-align:center; padding:.1rem 0 0; height:.8rem; line-height:.3rem; font-size:.2rem; color:#383838; }
.toolbar .list a:active { background:#ff0000; }
.toolbar .list a:before { content:''; display:block; width:.3rem; height:.3rem; 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; }
.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; }




/***********************************
 ** 公共组件
 ** v.1.2
 **********************************/
.location { height:.7rem; line-height:.7rem; background:#111; border-bottom:1px solid #000; position:relative; }
.location h2 { display:inline-block; padding:0 .2rem 0 .5rem; color:#bbb; font-size:.26rem; 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3RkU5ODA3Q0JBOTVFNjExQTY5M0FGNTREMTEyOUI0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjg3RTFFNTk3NkYxMUU2ODU5RUJCMUNGNzhGOTVDRiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjg3RTFFNDk3NkYxMUU2ODU5RUJCMUNGNzhGOTVDRiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg0NEY5OUVBNzA5NkU2MTE4NDEzQUQyMzI3OTBDQTNGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjdGRTk4MDdDQkE5NUU2MTFBNjkzQUY1NEQxMTI5QjQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IxeB0wAABPVJREFUeNrsnW2IFVUYx891JVuJULcVU9N2fSnXdDNSoVQQJRO/ZKDZlzCQLREEka2WBbUXfMMk+pJekgxFElEQkkUXav3gCmqi9uZaS1mabm2Gu2quL7v9H+YZWNZkZ849M3dm9/+HP/dy78x9Duc3c86cM/c8k+no6DBUcpQhEAKhCIRAKAIhEIpACIQiEAJhLRAIRSAEQhEIgVB5BZLNZv/v46HwNLgcngwXw7/CJ+DTcB18zUFZ+8FFcJ+U1XErfFXeVFRUdLtx3xyDvQq/C4/p8vnT8Ev6/gj8tr7a6mX9jWFyEMFpOa0zejDugjfAN6MCMgj+EF4cYNvn4Vp4Hbwevh0y1iT4c/ihFLdEa+B/4I+729D29N8UEIavQvg9eJlFrOkph+FrfpCNbIC8Ar9uWahV2pyF0d89pL9uigLIMG16bDVQ938gxD5fwgdTDuOitirOO/Xn4JIcCzdDLwK+D7j9VT0rF8Dj9CBKQ6ee0dfL8H74bBRAyh0UtD/8RAggPpRPe8M4JGyT9ayjuJM4BHQDpMhR3GJWvRsgPzmKe5ZV7wbICUdxv2XVuwFyykHMP+FzrHo3V1lH4Rp4bg4xP4N/t9y3oNPlZFy6k2Qg/8IrjTer+4hFvG/gtRb7yeX2CvgpHYN0xNiC3IAPwZv1faKAiH6E34GzIZu8K/ByuCVkvMd1YDUyjy2JzKcN0fK3J6kP8bUNXgg3BNz+MPwiXG8Ra06eYfhaZLypI5NEIKK98Cx4C/wb3Nbl+xt6eVsNz4OPW8a5m5D+tj2OsuR6g0omzZbqQK9E23g5tRu1aTuv0x65qEZ/a1yegWyHLyUdiK+/1MciKKNAl3sJci9lrH4WV6cuV3S3jHeDLRtH3L4mHWrQDpUDQ4pACIQiEIpACIQiEAKhCIRAKAIhEIpAKAIhEIpACIQiEAKhCIRAKAKhCIRAKAJJs1z9c/FReDQ83njLB35Q/2J6TiaGVACRypd0GbJkYHCX35PMN3/AO42XxaA1x1jyP9uHU1a/UmZZ5NQWBxBJzfQ+POo+3z8Ilyqw2fBbxj5Fkyx7qNRY7SkCIl2CLFTaAX9iAixnsAXypgYIKknJITlL5F/sdSFjlcG7jbs18vnQFD1TtkXRqU+AP7DYbwD8kfES0ITRzJTD6NyiOL/KKtT+wLaCZPFmdch9rpmeoZYogEjT80KOBXsNfizE9geMtxw7zZJ+ZHMUnfozDgony9+eNMHXqjcbL3/jYm0uMykCIQf8BfgL+GQUQFxlA5KKrQ2xvWR/2MiR+r0qdRR3LIeAboA0O4rbxKp3A8RVNqBTrHo3QFxU5HUTPAMEgXQjmfrINYnZ18ZdIrReD0QybFYZ+xQTzbr/bVa9m8tekeQ4kTmZCot9V8PfWewnU/uSwkPmtQpirJ+MjrC/Ml5W1LYkAhFV6uuSgGeZTH/IzPBWi1jDjZeeqSyPB648DGCE8dJSRZpew/aOoRw1bxgvuXF3CS2lz5ilAzubpm5unmH4kpmCoUk9Q3ztM14OrKnwRONNHkqhf4bPGO/5IfV6ZWWrApMMFZgYbnm7uIXrp9Le36ngLvNKyRSLpHnKdxKzPcbLTJR4IF3lOslXo7bhVQolzslFiXVTO3V5Xkrkdyv5DKqEiUAIhCIQAqEIhEAoAiEQikAIhEAIhCIQAqEIhEAoAunp+k+AAQBb6CzLrpEMQQAAAABJRU5ErkJggg==) center center no-repeat; background-size:.5rem; overflow:hidden; text-indent:-99em; display:none; }

.menu { width:100%; background:#fff; border-bottom:0 solid #333; display:none; }
.menu .list { width:100%; padding:2% 0 0; }
.menu .list dd { float:left; width:47%; height:.6rem; line-height:.6rem; padding:0 .1rem; margin:0 0 2% 2%; border:1px solid #ddd; background:#ddd; border-radius:3px; }
.menu .list a { display:block; font-size:.24rem; text-align:center; }
.menu .list dd:active,
.menu .list dd.current { background:#f00; border-color:#f00; color:#FFF; }

.article { text-align:justify; padding:3%; line-height:1.8; background:none; }
.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:.7rem; line-height:.7rem; text-align:center; background:#777; color:#999; font-size:0.26rem; border-radius:3px; }
.relink .prev { float:left; }
.relink a { display:block; height:.7rem; color:#999; }
.relink > *:active { background:#666; }

.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:#8ea8e0; border-radius:.03rem; margin-bottom:.05rem; font-size:16px; }
.baidumap .BMap_bubble_title a:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }

.rmd-order { padding:.1rem 4% 0; overflow:hidden; background:#fff; }
.rmd-order .head { height:.8rem; line-height:.7rem;  }
.rmd-order .head h2 { font-size:.26rem; 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:.7rem; line-height:.7rem; background:none; 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:#ff0000 !important; }
.rmd-order .submit { width:100%; height:.7rem; line-height:.7rem; background:#c82633; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.rmd-order .submit:active { box-shadow:0 0 0 1000rem rgba(0,0,0,.2) inset;  }

.hidden { display:none; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.loading { width:auto; height:.7rem; line-height:.7rem; text-align:center; margin:0 2% .2rem; background:#777; color:#bbb; border-radius:3px; font-size:.26rem; display:none;}
.loading:active { background:#666; }
.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; }

.api {  content:'4DD845D1BB619BEEFB641EC49A7D8735'; }
.pager { width:100%; height:38px; margin-bottom:20px; text-align:center; }



.pager .current{cursor: default;
    background: #f8f8f8;
    color: #d9324c;
    font-weight: bold;}

.pager > * { display:inline-block; height:38px; line-height:38px; padding:0 20px; background:#FFF; border:1px solid #ddd; margin:0 5px; }
.pager > *:first-child { display:none; }
.pager > *:first-child + * { margin-left:0px; }
.pager > span { cursor:no-drop; }
.pager > span.cur { cursor:default; background:#f8f8f8; color:#d9324c; font-weight:bold; }
.pager > a:hover { background:#f9f9f9; }





/***********************************
 ** 产品
 ** v.2.0
 **********************************/
.product-lister { }
.product-lister .list { width:100%; padding:.2rem 0 .2rem; }
.product-lister .list .item { float:left; width:47%; margin:0 0 10px 2%; }
.product-lister .list .item a { display:block; }
.product-lister .list .item figure { display:block; padding:0 0 75%; position:relative; height: 275px;}
.product-lister .list .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.product-lister .list .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; margin:0 .2rem; }

.product-lister { }
.product-lister .list2 { width:100%; padding:.2rem 0 .2rem; }
.product-lister .list2 .item { float:left; width:47%; margin:0 0 5% 2%; background:#eee; height: 155px;}
.product-lister .list2 .item a { display:block; position:relative; }
.product-lister .list2 .item figure { display:block; padding:0 0 75%; position:relative; }
.product-lister .list2 .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.product-lister .list2 .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; padding:0 .2rem; background:rgba(0,0,0,.6); color:#fff; position:absolute; left:0; right:0; bottom:0; }

.product2-lister {  }
.product2-lister .list { padding:.15rem 0 .1rem; }
.product2-lister .list .item { margin:0 2% .15rem; background:#eee;  }
.product2-lister .list .item a { display:block; position:relative; height:1.5rem; padding:0 .15rem 0 2.15rem;  }
.product2-lister .list .item img { position:absolute; left:0; top:0; width:2rem; height:1.5rem;  }
.product2-lister .list .item h3 { font-size:.26rem; font-weight:normal; height:.7rem; line-height:.7rem; overflow:hidden; }
.product2-lister .list .item p { height:.6rem; line-height:.3rem; overflow:hidden; color:#999; }
.product2-lister .list .item:active { background:#111;  }

.product-detail {  }
.product-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.product-detail .subsidiary { line-height:.4rem; margin:0 2%; opacity:.6; text-align:center; text-transform:uppercase; }
.product-detail .photo { padding:.2rem 3% 0; }
.product-detail .photo img { display:block; width:100%; }

.thum { width:100%; overflow:hidden; position:relative; }
.thum .list { float:left; width:500%; }
.thum .list li { float:left; width:20%; }
.thum .list img { display:block; width:100%; }
.thum .tip { width:90%; height:.1rem; line-height:.1rem; text-align:center; clear:both; display:none; position:absolute; left:5%; bottom:.2rem; }
.thum .tip li { display:inline-block; vertical-align:middle; width:.12rem; height:.12rem; background:#eee; border-radius:50%; margin:0 .1rem; vertical-align:middle; }
.thum .tip li.active { background:#c81529; }


/***********************************
 ** 新闻
 ** v.2.0
 **********************************/
.news-lister { }
.news-lister .list { padding:.2rem 0 .1rem; }
.news-lister .list .item { margin:0 2% .15rem; background:#eee; }
.news-lister .list .item a { display:block; padding:.2rem; }
.news-lister .list .item h3 { font-size:.26rem; font-weight:normal; line-height:.4rem; margin-bottom:.1rem; overflow:hidden; }
.news-lister .list .item p { height:.6rem; line-height:.3rem; overflow:hidden; color:#999; }
.news-lister .list .item:active { box-shadow:0 0 5rem rgba(0,0,0,.05) inset; }

.news2-lister {  }
.news2-lister .list { padding:.15rem 0 .1rem; }
.news2-lister .list .item { margin:0 2% .15rem; background:#eee; }
.news2-lister .list .item a { display:block; position:relative; height:1.5rem; padding:0 .15rem 0 2.15rem;  }
.news2-lister .list .item img { position:absolute; left:0; top:0; width:2rem; height:1.5rem;  }
.news2-lister .list .item h3 { font-size:.26rem; font-weight:normal; height:.7rem; line-height:.7rem; overflow:hidden; }
.news2-lister .list .item p { height:.6rem; line-height:.3rem; overflow:hidden; color:#999; }
.news2-lister .list .item:active { background:#f1f1f1;  }

.news2-lister {  }
.news2-lister .list2 { padding:.15rem 0 .1rem; }
.news2-lister .list2 .item { margin:0 2% .15rem; }
.news2-lister .list2 .item a { position:relative; display:block; padding:.15rem; border:1px solid #eee; border-radius:5px;  }
.news2-lister .list2 .item figure { position:relative; padding:0 0 75%; margin:0 0 .1rem; }
.news2-lister .list2 .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.news2-lister .list2 .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; padding:0 .2rem; background:rgba(0,0,0,.6); color:#fff; position:absolute; left:0; right:0; bottom:0; }
.news2-lister .list2 .item p { line-height:.3rem; overflow:hidden; color:#999; }
.news2-lister .list2 .item:active { background:#f5f5f5;  }

.news-detail {  }
.news-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.news-detail .subsidiary { line-height:.6rem; border-bottom:1px solid #ddd; margin:0 2%; opacity:.6; text-align:center; }
.news-detail .subsidiary span { margin-right:.2rem; }


/***********************************
 ** 案例
 ** v.2.0
 **********************************/
.case-lister { }
.case-lister .list { width:100%; padding:.2rem 0 .2rem; }
.case-lister .list .item { float:left; width:47%; margin:0 0 0 2%; }
.case-lister .list .item a { display:block; }
.case-lister .list .item figure { display:block; padding:0 0 75%; position:relative; }
.case-lister .list .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.case-lister .list .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; margin:0 .2rem; }

.case-lister { }
.case-lister .list2 { width:100%; padding:.2rem 0 .2rem; }
.case-lister .list2 .item { float:left; width:47%; margin:0 0 2% 2%; background:#ddd; }
.case-lister .list2 .item a { display:block; position:relative; }
.case-lister .list2 .item figure { display:block; padding:0 0 75%; position:relative; }
.case-lister .list2 .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.case-lister .list2 .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; padding:0 .2rem; background:rgba(0,0,0,.6); color:#fff; position:absolute; left:0; right:0; bottom:0; }

.case2-lister {  }
.case2-lister .list { padding:.15rem 0 .1rem; }
.case2-lister .list .item { margin:0 2% .15rem; background:#f5f5f5;  }
.case2-lister .list .item a { display:block; position:relative; height:1.5rem; padding:0 .15rem 0 2.15rem;  }
.case2-lister .list .item img { position:absolute; left:0; top:0; width:2rem; height:1.5rem;  }
.case2-lister .list .item h3 { font-size:.26rem; font-weight:normal; height:.7rem; line-height:.7rem; overflow:hidden; }
.case2-lister .list .item p { height:.6rem; line-height:.3rem; overflow:hidden; color:#999; }
.case2-lister .list .item:active { background:#f1f1f1;  }

.case-detail {  }
.case-detail h1 { padding:.2rem 2% .1rem; font-size:.3rem; line-height:1.4; text-align:center; }
.case-detail .photo { margin:0 4%; }
.case-detail .photo img { display:block; width:100%; }


/***********************************
 ** 团队
 ** v.2.0
 **********************************/
.team-lister { }
.team-lister .list { width:100%; padding:.2rem 0 .2rem; }
.team-lister .list .item { float:left; width:47%; margin:0 0 0 2%; }
.team-lister .list .item a { display:block; }
.team-lister .list .item figure { display:block; padding:0 0 130%; position:relative; }
.team-lister .list .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.team-lister .list .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; margin:0 .2rem; }

.team-lister { }
.team-lister .list2 { width:100%; padding:.2rem 0 .2rem; }
.team-lister .list2 .item { float:left; width:47%; margin:0 0 2% 2%; background:#ddd; }
.team-lister .list2 .item a { display:block; position:relative; }
.team-lister .list2 .item figure { display:block; padding:0 0 130%; position:relative; }
.team-lister .list2 .item img { position:absolute; left:0; top:0; width:100%; height:100%; }
.team-lister .list2 .item h3 { font-weight:normal; height:.6rem; line-height:.6rem; text-align:center; padding:0 .2rem; background:rgba(0,0,0,.6); color:#fff; position:absolute; left:0; right:0; bottom:0; }


/***********************************
 ** 在线留言
 ** v.2.0
 **********************************/
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-page { padding:.2rem 4% 0; overflow:hidden; }
.message-page li { margin-bottom:.2rem; width:100%; font-size:1.2em; }
.message-page .txt,
.message-page .text { width:100%; padding:0 3%; height:.7rem; line-height:.7rem; background:none; border:1px solid #bbb;  }
.message-page .txt:focus,
.message-page .text:focus { border-color:#999; }
.message-page .text { height:1.5rem; line-height:.3rem; padding:3%; }
.message-page .error { border-color:#ff0000 !important; }
.message-page .submit { width:100%; height:.7rem; line-height:.7rem; background:#f00; border:0; border-radius:3px; font-size:.28rem; color:#fff; text-align:center; }
.message-page .submit:active { box-shadow:0 0 0 1000rem rgba(0,0,0,.2) inset; }



/***********************************
 ** 设备适配
 **********************************/
@media (min-width:700px){
	html { font-size:80px; }
} 
@media (max-width:700px){
	html { font-size:70px; }
}
@media (max-width:500px){
	html { font-size:60px; }
}
@media (max-width:350px){
	html { font-size:50px; }
}