@charset "utf-8";
.tabbar { background:#F7F7F7; position:relative; z-index:10; }
.tabbar .tit { float:left; padding:40px 0; height:45px; line-height:45px; font-size:28px; color:#333333; }
.tabbar .nav { float:right; }
.tabbar .nav dl { font-size:0; margin:0; padding:0; border-right:1px solid #EEEEEE; }
.tabbar .nav dl dd { display:inline-block; width:25%; margin:0; vertical-align:top; text-align:center; }
.tabbar .nav dl dd a { display:block; color:#333333; padding:40px 0; text-decoration:none; border-left:1px solid #EEEEEE; transition:all .4s ease; }
.tabbar .nav dl dd a i { display:block; width:100%; height:60px; background-repeat:no-repeat; background-position:center center; transition:all .4s ease; }
.tabbar .nav dl dd a i.a { background-image:url(../images/tabbar_ico_all.png); }
.tabbar .nav dl dd a i.d { background-image:url(../images/tabbar_ico_door.png); }
.tabbar .nav dl dd a i.w { background-image:url(../images/tabbar_ico_window.png); }
.tabbar .nav dl dd a i.s { background-image:url(../images/tabbar_ico_sunroom.png); }
.tabbar .nav dl dd a span { display:block; font-size:16px; margin-top:10px; }
.tabbar .nav dl dd a:hover { color:#8E7169; }
.tabbar .nav dl dd.on { background:#8E7169; }
.tabbar .nav dl dd.on a { color:#FFFFFF; }
.tabbar .nav dl dd.on a i.a { background-image:url(../images/tabbar_ico_all_on.png); }
.tabbar .nav dl dd.on a i.d { background-image:url(../images/tabbar_ico_door_on.png); }
.tabbar .nav dl dd.on a i.w { background-image:url(../images/tabbar_ico_window_on.png); }
.tabbar .nav dl dd.on a i.s { background-image:url(../images/tabbar_ico_sunroom_on.png); }
.tabbar .nav ul { font-size:0; padding:40px 0; margin:0 -10px; }
.tabbar .nav ul li { display:inline-block; margin:0 10px; }
.tabbar .nav ul li a { display:block; font-size:16px; height:45px; line-height:45px; color:#333333; text-decoration:none; padding:0 20px; transition:all .8s ease; }
.tabbar .nav ul li a:hover { color:#8E7169; }
.tabbar .nav ul li.on a { background:#8E7169; color:#FFFFFF; }
.tabbar .big { width:100%; }
.tabbar .con { float:right; padding:40px 0; }
.tabbar .con .city { position:relative; }
.tabbar .con .city input { display:inline-block; vertical-align:top; width:330px; }
.tabbar .con .city button { display:inline-block; vertical-align:top; box-sizing:border-box; height:45px; width:80px; border:0; background:#8E7169; color:#FFFFFF; font-size:14px; }
.tabbar .con .city .city-picker-span { display:inline-block; }
.tabbar .nav li.hide { display:none; }
.tabbar .nav ul.fixed li.hide { display:inline-block; }
.tabbar .fixed { position:fixed; top:0; left:0; width:100%; z-index:999; background:#8E7169; text-align:center; }
.tabbar .fixed li a { color:#FFFFFF!important; }

.filter { padding:50px 0; background:#8E7169; font-size:0; }
.filter .tit { display:inline-block; vertical-align:top; width:20%; font-size:24px; font-weight:bold; height:58px; line-height:58px; color:#FFFFFF; }
.filter .con { display:inline-block; vertical-align:top; width:80%; }
.filter .con ul { font-size:0; padding:0; margin:0 -20px; }
.filter .con li { float:right; display:inline-block; vertical-align:top; width:20%; height:58px; box-sizing:border-box; padding:0 20px; }
.filter .con li select { width:100%; border:0; padding:20px; outline:0; cursor:pointer; font-size:15px; color:#8E7169; background:#FFFFFF; }

.bodyer { padding:50px 0; background:#FFFFFF; }
.bodyer .list ul.picture { font-size:0; padding:0; margin:-30px; }
.bodyer .list ul.picture li { display:inline-block; vertical-align:top; width:50%; box-sizing:border-box; padding:30px; }
.bodyer .list ul.picture li a { display:block; text-decoration:none; transition:all .8s ease; }
.bodyer .list ul.picture li a .img { display:block; position:relative; z-index:2;  height:396px; text-align:center; background:#FFFFFF; }
.bodyer .list ul.picture li a .img i { display:inline-block; vertical-align:middle; height:100%; }
.bodyer .list ul.picture li a .img img { display:inline-block; vertical-align:middle; max-width:100%; max-height:100%; border:0; }
.bodyer .list ul.picture li a .img::after { content:''; position:absolute; z-index:-1; left:50%; right:50%; top:0; background:#333333; height:4px; }
.bodyer .list ul.picture li a .img::after { transition-property:left, right; transition-duration:0.3s; transition-timing-function:ease-out; }
.bodyer .list ul.picture li a .tit { display:block; position:relative; z-index:1; padding:20px 0; overflow:hidden; transition:all .8s ease; }
.bodyer .list ul.picture li a .tit i { position:absolute; right:0; top:20px; width:40px; height:40px; box-sizing:border-box; border:1px solid #DDDDDD; transition:all .8s ease; }
.bodyer .list ul.picture li a .tit i { background:url(../images/list_arrow.png) no-repeat center center; }
.bodyer .list ul.picture li a .tit strong { display:block; font-size:16px; line-height:18px; font-weight:normal; color:#333333; margin-right:60px; transition:all .8s ease; }
.bodyer .list ul.picture li a .tit strong { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.bodyer .list ul.picture li a .tit strong em { display:block; font-size:14px; line-height:16px; color:#999999; font-style:normal; margin-top:6px; transition:all .8s ease; }
.bodyer .list ul.picture li a .tit strong em { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.bodyer .list ul.picture li a .tit::after { content:''; position:absolute; height:100%; width:100%; z-index:-1; transition:transform 0.3s; transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1); }
.bodyer .list ul.picture li a .tit::after { left:0; bottom:100%; background:#333333; }
.bodyer .list ul.picture li a:hover { transform:translate(0px,-20px); box-shadow:0 30px 50px rgba(0,0,0,0.1); }
.bodyer .list ul.picture li a:hover .img::after { left:0; right:0; }
.bodyer .list ul.picture li a:hover .tit::after { transform:translate3d(0, 100%, 0); }
.bodyer .list ul.picture li a:hover .tit { padding:20px; background:#8E7169; }
.bodyer .list ul.picture li a:hover .tit i { right:20px; background-color:#8E7169; border-color:#8E7169; }
.bodyer .list ul.picture li a:hover .tit strong { color:#8E7169; }
.bodyer .list ul.picture li a:hover .tit strong em { color:#8E7169; }
.bodyer .list ul.article { font-size:0; padding:0; margin:-30px; }
.bodyer .list ul.article li { display:inline-block; vertical-align:top; width:33.33333333333%; box-sizing:border-box; padding:30px; }
.bodyer .list ul.article li a { display:block; text-decoration:none; position:relative; background:#FFFFFF; transition:all .8s ease; }
.bodyer .list ul.article li a .img { display:block; height:250px; text-align:center; background:#FFFFFF; }
.bodyer .list ul.article li a .img i { display:inline-block; vertical-align:middle; height:100%; }
.bodyer .list ul.article li a .img img { display:inline-block; vertical-align:middle; max-width:100%; max-height:100%; border:0; }
.bodyer .list ul.article li a .con { display:block; overflow:hidden; position:relative; transition:all .8s ease; }
.bodyer .list ul.article li a .con p { display:block; margin:10px 30px 30px 30px; font-size:12px; line-height:20px; height:80px; overflow:hidden; color:#888888; transition:all .8s ease; }
.bodyer .list ul.article li a .con strong { display:block; font-size:16px; line-height:18px; color:#333333; padding:30px 30px 0 30px; }
.bodyer .list ul.article li a .con strong { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight:normal; transition:all .8s ease; }
.bodyer .list ul.article li a .con::after { content:''; position:absolute; height:100%; width:100%; z-index:-1; transition:transform 0.3s; transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1); }
.bodyer .list ul.article li a .con::after { left:0; bottom:100%; background:#8E7169; }
.bodyer .list ul.article li a .bot { display:block; background:#FAFAFA; position:relative; font-size:12px; padding:15px 30px; border-top:1px solid #EEEEEE; overflow:hidden; transition:all .8s ease; }
.bodyer .list ul.article li a .bot i { float:right; font-style:normal; color:#BBBBBB; transition:all .8s ease; }
.bodyer .list ul.article li a .bot em { float:left; font-style:normal; color:#BBBBBB; transition:all .8s ease; }
.bodyer .list ul.article li a:hover { box-shadow:0 30px 50px rgba(0,0,0,0.1); transform:translate(0px,-20px); }
.bodyer .list ul.article li a:hover .con { background:#8E7169; }
.bodyer .list ul.article li a:hover .con::after { transform:translate3d(0, 100%, 0); }
.bodyer .list ul.article li a:hover .con p { color:#333333; }
.bodyer .list ul.article li a:hover .con strong { color:#333333; }
.bodyer .list ul.article li a:hover .bot { background:#333333; border-color:#333333; }
.bodyer .list ul.article li a:hover .bot i { color:#FFFFFF; }
.bodyer .list ul.article li a:hover .bot em { color:#FFFFFF; }
.bodyer .list ul.network { font-size:0; padding:0; margin:-30px; }
.bodyer .list ul.network li { display:inline-block; vertical-align:top; width:100%; box-sizing:border-box; padding:30px; }
.bodyer .list ul.network li a { display:block; background:#FFFFFF; font-size:16px; }
.bodyer .list ul.network li a .img { float:left; width:40%; height:310px; }
.bodyer .list ul.network li a .img img { width:100%; height:100%; }
.bodyer .list ul.network li a .con { display:block; margin-left:40%; padding:80px; position:relative; z-index:1; overflow:hidden; transition:all .8s ease; }
.bodyer .list ul.network li a .con p { display:block; color:#888888; margin-top:10px; transition:all .8s ease; }
.bodyer .list ul.network li a .con strong { display:block; font-weight:normal; font-size:24px; margin-bottom:22px; color:#222222; transition:all .8s ease; }
.bodyer .list ul.network li a .con::after { content:''; position:absolute; height:100%; width:100%; z-index:-1; transition:transform 0.3s; transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1); }
.bodyer .list ul.network li a .con::after { top:0; left:-100%; background:#333333; }
.bodyer .list ul.network li a:hover .con { background:#333333; }
.bodyer .list ul.network li a:hover .con p { color:#FFFFFF; }
.bodyer .list ul.network li a:hover .con strong { color:#8E7169; }
.bodyer .list ul.network li a:hover .con::after { transform:translate3d(100%, 0, 0); }
.bodyer .list ul.history { background:url(../images/history_list_line.png) repeat-y center center; padding-bottom:100px; }
.bodyer .list ul.history li { display:block; position:relative; overflow:hidden; }
.bodyer .list ul.history li i { display:inline-block; background:#8E7169; color:#FFFFFF; padding:5px 10px; font-size:16px; }
.bodyer .list ul.history li p { display:block; line-height:26px; color:#555555; font-size:14px; }
.bodyer .list ul.history li em { position:absolute; width:9px; height:9px; border-radius:100%; background:#8E7169; left:50%; margin-left:-4px; top:10px; }
.bodyer .list ul.history li img { display:block; max-width:100%; width:100%; margin-top:20px; }
.bodyer .list ul.history li div { width:45%; }
.bodyer .list ul.history li span { display:block; padding-bottom:20px; margin-bottom:10px; background:url(../images/history_item_line.png) no-repeat left bottom; }
.bodyer .list ul.history li div.fl { float:left; }
.bodyer .list ul.history li div.fl p { text-align:right; }
.bodyer .list ul.history li div.fl span { text-align:right; background-position:right bottom; }
.bodyer .show ul.product { margin:0; padding:0; font-size:0; }
.bodyer .show ul.product li.slide { display:inline-block; vertical-align:top; width:60%; margin-bottom:50px; }
.bodyer .show ul.product li.slide .img { background:#FFFFFF; }
.bodyer .show ul.product li.slide .img ul { margin:0; padding:0; list-style:none; }
.bodyer .show ul.product li.slide .img li { margin:0; padding:0; width:100%; height:600px; font-size:50px; text-align:center; }
.bodyer .show ul.product li.slide .img li i { display:inline-block; vertical-align:middle; height:100%; }
.bodyer .show ul.product li.slide .img li img { display:inline-block; vertical-align:middle; max-width:100%; max-height:100%; }
.bodyer .show ul.product li.slide .big { height:500px; text-align:center; }
.bodyer .show ul.product li.slide .big i { display:inline-block; vertical-align:middle; height:100%; }
.bodyer .show ul.product li.slide .big img { display:inline-block; vertical-align:middle; max-width:100%; max-height:100%; }
.bodyer .show ul.product li.slide .tab { margin-top:20px; }
.bodyer .show ul.product li.slide .tab ul { margin:-10px; padding:0; font-size:0; }
.bodyer .show ul.product li.slide .tab li { display:inline-block; vertical-align:top; width:20%; box-sizing:border-box; padding:10px; }
.bodyer .show ul.product li.slide .tab li a { display:block; height:120px; background:#FFFFFF; border-width:2px; border-style:solid; border-color:#FFFFFF; transition:all .8s ease; text-align:center; }
.bodyer .show ul.product li.slide .tab li i { display:inline-block; vertical-align:middle; height:100%; }
.bodyer .show ul.product li.slide .tab li img { display:inline-block; vertical-align:middle; max-width:80%; max-height:80%; }
.bodyer .show ul.product li.slide .tab li a:hover { border-color:#DDDDDD; }
.bodyer .show ul.product li.slide .tab li.on a { border-color:#333333; }
.bodyer .show ul.product li.model { display:inline-block; vertical-align:top; width:40%; margin-bottom:50px; }
.bodyer .show ul.product li.model p { display:block; font-size:14px; line-height:26px; color:#555555; margin:25px 0 15px 40px; border-top:1px solid #DDDDDD; padding:25px 0 0 0; }
.bodyer .show ul.product li.model dl { margin:0 0 0 40px; display:block; font-size:14px; }
.bodyer .show ul.product li.model dt { border-bottom:1px solid #DDDDDD; font-size:24px; padding:0 0 35px 0; margin:0 0 20px 0; color:#333333; }
.bodyer .show ul.product li.model dd { padding:0; margin:15px 0; line-height:26px; position:relative; color:#555555; }
.bodyer .show ul.product li.model dd span { margin:0 0 0 75px; border:0; padding:0; }
.bodyer .show ul.product li.model dd strong { position:absolute; top:0; left:0; }
.bodyer .show ul.product li.model span { display:block; font-size:14px; line-height:26px; color:#555555; margin:25px 0 15px 40px; border-top:1px solid #DDDDDD; padding:25px 0 0 0; }
.bodyer .show ul.product li.model span i { display:inline-block; vertical-align:top; color:#333333; font-size:18px; line-height:40px; margin-left:30px; font-style:normal; }
.bodyer .show ul.product li.model span a { display:inline-block; vertical-align:top; background:#8E7169; color:#FFFFFF; text-decoration:none; height:40px; line-height:40px; padding:0 40px; font-size:16px; transition:all .8s ease; }
.bodyer .show ul.product li.model span a:hover { background:#333333; color:#FFFFFF; }
.bodyer .show ul.product li.detail { background:#FFFFFF; display:inline-block; vertical-align:top; width:60%; box-sizing:border-box; padding:30px; }
.bodyer .show ul.product li.detail .tit { display:block; box-sizing:border-box; }
.bodyer .show ul.product li.detail .tit em { display:inline-block; vertical-align:middle; font-size:12px; font-family:Verdana; font-style:normal; color:#888888; margin-left:10px; }
.bodyer .show ul.product li.detail .tit strong { display:block; font-size:18px; color:#333333; font-weight:normal; border-bottom:1px solid #DDDDDD; padding-bottom:20px; }
.bodyer .show ul.product li.detail .con { padding-top:20px; font-size:14px!important; color:#666666; line-height:26px!important; }
.bodyer .show ul.product li.detail .con p { display:block; margin:20px 0; text-indent:20px; }
.bodyer .show ul.product li.detail .con img { max-width:100%; margin:20px 0; }
.bodyer .show ul.product li.detail.big { width:100%; }
.bodyer .show ul.product li.detail.big + li.other.big { margin-top:30px; }
.bodyer .show ul.product li.other { display:inline-block; vertical-align:top; width:40%; box-sizing:border-box; padding:0 40px; background:#F2F2F2; }
.bodyer .show ul.product li.other dl { margin:-10px; }
.bodyer .show ul.product li.other dt { display:inline-block; vertical-align:top; width:100%; box-sizing:border-box; padding:10px; }
.bodyer .show ul.product li.other dt em { display:inline-block; vertical-align:middle; font-size:12px; font-family:Verdana; font-style:normal; color:#888888; margin-left:10px; }
.bodyer .show ul.product li.other dt strong { display:block; font-size:18px; color:#333333; font-weight:normal; border-bottom:1px solid #DDDDDD; padding-bottom:20px; }
.bodyer .show ul.product li.other dd { display:inline-block; vertical-align:top; width:50%; font-size:14px; margin:0; box-sizing:border-box; padding:10px; }
.bodyer .show ul.product li.other dd a { display:block; text-align:center; text-decoration:none; }
.bodyer .show ul.product li.other dd a .img { display:block; height:200px; background:#FFFFFF; }
.bodyer .show ul.product li.other dd a .img i { display:inline-block; vertical-align:middle; height:100%; }
.bodyer .show ul.product li.other dd a .img img { display:inline-block; vertical-align:middle; max-width:80%; max-height:80%; }
.bodyer .show ul.product li.other dd a .tit { display:block; color:#555555; line-height:26px; padding:12px 0; transition:all .8s ease; }
.bodyer .show ul.product li.other dd a:hover .tit { background:#333333; color:#FFFFFF; }
.bodyer .show ul.product li.other dd { font-size:14px; }
.bodyer .show ul.product li.other.big { width:100%; padding:0; }
.bodyer .show ul.product li.other.big dd { width:25%; }
.bodyer .show ul.article { width:80%; list-style:none; padding:0; margin:0 auto; }
.bodyer .show ul.article li.tit { border-bottom:1px solid #DDDDDD; padding-bottom:30px; margin-top:30px; margin-bottom:30px; text-align:center; }
.bodyer .show ul.article li.tit span { display:block; font-size:14px; line-height:1; color:#666666; margin-top:25px; }
.bodyer .show ul.article li.tit span a { color:#555555; }
.bodyer .show ul.article li.tit span a:hover { background:#333333; color:#FFFFFF; }
.bodyer .show ul.article li.tit span i { display:inline-block; font-style:normal; margin-right:10px; }
.bodyer .show ul.article li.tit strong { display:block; font:bold 36px/1 "Microsoft Yahei"; }
.bodyer .show ul.article li.con { font-size:16px!important; color:#444444; line-height:26px!important; text-align:justify; }
.bodyer .show ul.article li.con p { display:block; margin:30px 0 0 0; text-indent:2em; }
.bodyer .show ul.article li.con img { max-width:100%; margin:20px auto; }
.bodyer .show ul.article li.bot { border-top:1px solid #DDD; padding-top:25px; margin-top:25px; overflow:hidden; }
.bodyer .show ul.article li.bot .fl { float:left; }
.bodyer .show ul.article li.bot .fl div { overflow:hidden; margin-bottom:7px; font-size:14px; color:#888888; }
.bodyer .show ul.article li.bot .fl div a { color:#333333; text-decoration:none; transition:all .8s ease; }
.bodyer .show ul.article li.bot .fl div a:hover { color:#333333; }
.bodyer .show ul.article li.bot .fl div strong { float:left; height:45px; line-height:45px; padding:0 30px; background:#8E7169; color:#FFFFFF; font-weight:normal; }
.bodyer .show ul.article li.bot .fl div span { float:left; width:350px; height:45px; line-height:45px; padding:0 20px;background:#FFFFFF; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.bodyer .show ul.article li.bot .fr { float:right; }
.bodyer .show ul.article li.bot .fr .back a { display:block; font-weight:bold; height:45px; line-height:45px;padding:0 28px; background:#333333; color:#FFFFFF; }
.bodyer .show ul.article li.bot .fr .back a { font-size:14px; text-decoration:none; text-align:center; transition:all .8s ease; }
.bodyer .show ul.article li.bot .fr .back a:hover { color:#8E7169; }
.bodyer .show ul.article li.bot .fr .share { margin-top:20px; font-size:14px; color:#666666; }
.bodyer .show ul.article li.bot .fr .share div { float:left; height:28px; line-height:28px; }
.bodyer .page { font-size:0; text-align:center; background:#FFFFFF; padding:20px; margin-top:40px; }
.bodyer .page p { display:none; }
.bodyer .page a { padding:15px 20px; font-size:14px; margin:0 10px; background:#EEEEEE; color:#333333; text-decoration:none; transition:all .8s ease; }
.bodyer .page a:hover { background:#EEEEEE; color:#FFFFFF; }
.bodyer .page a.btn.on:hover { color:#FFFFFF; background:#333333; }
.bodyer .page a.btn { display:none; color:#999999; cursor:not-allowed; }
.bodyer .page a.btn.on { color:#333333; cursor:pointer; }
.bodyer .page a.btn.prev { display:inline-block; }
.bodyer .page a.btn.next { display:inline-block; }
.bodyer .page a.item:hover { background:#333333; color:#FFFFFF; }
.bodyer .page a.item.on { background:#8E7169; color:#FFFFFF; }