﻿@charset "utf-8";
/* CSS Document */
body{font-size:14px;font-family:"Microsoft YaHei"; color:#666;font-weight:normal;background: url(../images/banner.png) repeat-y bottom;}
*{padding:0px;margin:0px;}
img{border:0px;margin:0;}
ul,ol{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.clear{clear:both;}
.clr{clear:both;}
a{text-decoration:none;}
a:focus {outline:0;}
img{border:none;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;height:0;}
.clearfix:after{ content:'.'; clear:both; display:block; height:0; visibility:hidden; line-height:0px;}
.clearfix{ zoom:1}
.top{ width:1100px; margin:0 auto;}
.w1100{ width:1100px; margin:0 auto;}
.w1102{ width:1102px; margin:0 auto;}
.w1206{ width:1260px; margin:0 auto;}
.w1260{ width:1260px; margin:0 auto;}
/*默认文字连接样式*/
a{ color:#333; text-decoration:none; outline:none; font-family:"Microsoft YaHei";}
.clear {clear: both;height:0;}
/*------------头部-------------*/
.header{height:30px;line-height:30px;font-size:13px;color:#292a2c;background:#f3f3f3;}
.header-left{float:left;color:#292a2c;font-size:13px;font-weight:normal;}
.header-right{float:right;font-size:13px;font-weight:normal;overflow:hidden;line-height:30px;height:30px;}
.header-right a{font-size:13px;font-weight:normal;display:inline-block;color:#555;}
.header-right .ali{background: url(../images/ali.png) no-repeat left center;padding-left:40px;margin-right:22px;}
.header-right .ditu{background: url(../images/ditu.png) no-repeat left center;padding-left:20px;}
.header-right .lix{background: url(../images/ly.png) no-repeat left center;padding-left:24px;margin-right:22px;}
.header-right a:hover{color:#fc811d;}
.top-con{height:150px;width:100%;overflow:hidden;}
.top-con .logo{float:left;width:308px;}
.top-con .center{float:left;margin-top:50px;}
.top-con .center h2{font-size:26px;color:#292a2c;font-weight:bold;}
.top-con .center p{display:inline-block;color:#292a2c;font-size:14px;font-weight:normal;}
.top-con .right{float:right;width:412px;overflow:hidden;}
.top-con .right ul{width:500px;}
.top-con .right ul li{float:left;margin-left:22px;}
.top-con .right ul li:nth-child(1){margin-top:42px;}
.top-con .right ul li:nth-child(2){margin-top:20px;}
.top-con .right h3{font-size:14px;color:#8a8483;text-indent:35px;margin-bottom:4px;}
.top-con .right p{background: url(../images/tel.png) no-repeat left top;padding-left:35px;}
.top-con .right p img:nth-child(1){display:inline-block;margin-bottom:6px;}
/*------------导航-------------*/
.nav{height:46px;font-weight:normal;background: url(../images/nav.png) repeat-x bottom;line-height:46px;}
.nav .menu, .menu ul {list-style: none;}
.nav .menu {height:46px; text-align:center;}
.nav .menu li {min-width: 137px;}
.nav .menu > li {display: block;float: left;position: relative;}
.nav .menu a {border-left: 4px solid rgba(0, 0, 0, 0);/*background: url("../img/back.jpg");*/color: #fff;display: block;font-size:16px;line-height:46px;text-decoration: none;text-transform: uppercase;}
.nav .menu li:hover a{background:rgba(235,61,0,0.8);}
.nav .menu li .on{background:rgba(235,61,0,0.8);}
.nav .submenu {left: 0;max-height: 0;position: absolute;top: 100%;z-index: 0;-webkit-perspective: 400px;-moz-perspective: 400px;-ms-perspective: 400px;-o-perspective: 400px;perspective: 400px;}
.nav .submenu li {min-width: 137px;background:rgba(235,61,0,0.8);opacity: 0;-webkit-transform: rotateY(90deg);-moz-transform: rotateY(90deg);-ms-transform: rotateY(90deg);-o-transform: rotateY(90deg);transform: rotateY(90deg);-webkit-transition: opacity .4s, -webkit-transform .5s;-moz-transition: opacity .4s, -moz-transform .5s;-ms-transition: opacity .4s, -ms-transform .5s;-o-transition: opacity .4s, -o-transform .5s;transition: opacity .4s, transform .5s;/*实现下拉菜单螺旋淡出*/}
.nav .menu .submenu li a{ font-size:13px;color:#fff;}
.nav .menu .submenu li:hover a {border-radius: 0;font-weight:bold;text-decoration:underline;}
.nav .menu > li:hover .submenu, .menu > li:focus .submenu {max-height: 2000px;z-index: 10;}
.nav .menu > li:hover .submenu li, .menu > li:focus .submenu li {opacity: 1;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
/*动画递进的时间 实现一个个螺旋子菜单*/
.nav .menu li:hover .submenu li:nth-child(1) {-webkit-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;}
.nav .menu li:hover .submenu li:nth-child(2) {-webkit-transition-delay: 50ms;-moz-transition-delay: 50ms;-ms-transition-delay: 50ms;-o-transition-delay: 50ms;transition-delay: 50ms;}
.nav .menu li:hover .submenu li:nth-child(3) {-webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;-o-transition-delay: 100ms;transition-delay: 100ms;}
.nav .menu li:hover .submenu li:nth-child(4) {-webkit-transition-delay: 150ms;-moz-transition-delay: 150ms;-ms-transition-delay: 150ms;-o-transition-delay: 150ms;transition-delay: 150ms;}
.nav .menu li:hover .submenu li:nth-child(5) {-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;-o-transition-delay: 200ms;transition-delay: 200ms;}
.nav .menu li:hover .submenu li:nth-child(6) {-webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms;}
.nav .menu li:hover .submenu li:nth-child(7) {-webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;-o-transition-delay: 300ms;transition-delay: 300ms;}
.nav .menu li:hover .submenu li:nth-child(8) {-webkit-transition-delay: 350ms;-moz-transition-delay: 350ms;-ms-transition-delay: 350ms;-o-transition-delay: 350ms;transition-delay: 350ms;}
/*------------背景-------------*/
.banner{ width:100%; height:550px; margin:0 auto; }
.banner-two{ width:100%; height:300px; margin:0 auto; }
/*------------搜索-------------*/
.search{height:70px;width:100%;background: url(../images/search-top.png) repeat-x bottom;line-height:60px;}
.search-left{float:left;}
.search-left span{font-size:12px;color:#3e3e3e;margin-right:16px;font-weight:bold;}
.search-left a{font-size:12px;color:#878787;margin-right:20px;font-weight:normal;}
.search-left a:hover{color:#fe960e;}
.search-right{float:right;width:237px;height:29px;margin-top:16px;margin-right:4px;}
.search-right .in{float: left;width: 133px;height:27px;line-height:27px;background:none;border:1px solid #b2b2b2;color:#b2b2b2;vertical-align:bottom;text-indent:18px;font-size:12px;border-right:none;outline:none;}
.search-right .button{float: left;font-weight: bold;width:38px;height:29px;line-height:29px;background: url(../images/search.png) no-repeat center center; border:none;color: #fff;cursor: pointer;outline:none;}
#SearchType {padding:4px 8px;height:29px;line-height:29px;background:none;width:64px;vertical-align:bottom;list-style:none;outline:none;border:1px solid #b2b2b2;border-right:none;color:#b2b2b2;outline:none;}
/*------------产品介绍-------------*/
.product{background: url(../images/product-b.png) repeat-x bottom;width:100%;height:600px;}
.product-left{float:left;width:227px;display:inline-block;margin-top:32px;height:565px;overflow:hidden;}
.product-left ul h3{display:inline-block;height:60px;background: url(../images/product1.png) no-repeat top left;text-align:left;text-indent:24px;line-height:15px;width:227px;overflow: hidden;font-weight:normal;}
.product-left ul h3 a{color:#fff;font-size:18px;font-weight:bold;display:inline-block;width:227px;height:60px;overflow:hidden;margin-top:14px;}
.product-left ul h3 a span{color:#85aee9;font-size:13px;font-weight:normal;display:inline-block;text-transform:uppercase;margin-top:4px;}
.product-left ul li{background: url(../images/product3.png) no-repeat center center;7font-size:14px;margin-bottom:2px;height:61px;line-height:61px;font-weight:bold;}
.product-left ul li a{color:#fff;display:inline-block;padding-left: 24px;width:227px;text-indent:26px;}
.product-left ul li:hover{transition: all 0.8s;background: url(../images/product3s.png) no-repeat center center;}
.product-right{float:right;width:843px;overflow:hidden;margin-top:27px;}
.product-right h3{font-size:16px;color:#fc7a00;background: url(../images/product5.png) no-repeat bottom left;padding-bottom:7px;font-weight:bold;margin-bottom:12px;}
.product-right h3 span{margin-top:4px;display:inline-block;float:right;background: url(../images/gengduo.png) no-repeat right center;font-size:13px;padding-right:18px;font-weight:normal;margin-right:17px;}
.product-right h3 span a{color:#fc7a00;font-size:14px;font-weight:bold;text-transform:uppercase;}
.product-right h3 span a:hover{transition: all 0.8s;text-decoration:underline;}
.product-right ul{width:900px;}
.product-right ul li{float:left;width:255px;height:158px;overflow:hidden;margin-right:24px;margin-bottom:10px;}
.product-right ul li h4{width:255px;height:30px;text-align:center;position:relative;top:-30px;background:rgba(239,129,19,0.8);font-size:14px;font-weight:bold;color:#fff;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height:30px;}
.product-right ul li:hover h4{text-decoration:underline;}
/*------------选择汇尚的六大理由-------------*/
.ly .title{text-align:center;margin-top:46px;background: url(../images/ly-x.png) no-repeat bottom center;padding-bottom:32px;}
.ly .title h2{font-size:24px;color:#eb3d00;font-weight:bold;}
.ly .title p{text-transform:uppercase;color:#ababab;font-size:18px;font-family:"Arial";margin-top:6px;}
.ly1{width:1102px;margin-top:34px;margin-bottom:60px;}
.ly1 ul li{float:left;height:222px;}
.ly1 ul li dl{width:532px;height:213px;overflow:hidden;background:#fff;display:inline-block;border-left:7px solid #f0f0f0;border-top:4px solid #f0f0f0;border-bottom:3px solid #f0f0f0;}
.ly1 ul li dt{height:37px;line-height:30px;font-size:24px;color:#fe960f;font-weight:bold;padding-left:48px;margin-left:21px;margin-top:42px;display:inline-block;}
.ly1 ul li:nth-child(1) dt{background: url(../images/1.png) no-repeat left center;}
.ly1 ul li:nth-child(4) dt{background: url(../images/2.png) no-repeat left center;}
.ly1 ul li:nth-child(5) dt{background: url(../images/3.png) no-repeat left center;}
.ly1 ul li:nth-child(8) dt{background: url(../images/4.png) no-repeat left center;}
.ly1 ul li:nth-child(9) dt{background: url(../images/5.png) no-repeat left center;}
.ly1 ul li:nth-child(12) dt{background: url(../images/6.png) no-repeat left center;}
.ly1 ul li dd{width:496px;font-size:14px;color:#666;margin-left:21px;line-height: 30px;height:90px;overflow:hidden;margin-top:4px;}
/*------------横幅-------------*/
.hf{width:100%;height:213px;overflow:hidden;background: url(../images/hf.jpg) no-repeat center;}
.hf1{text-align:center;margin-top:46px;}
/*------------汇尚精装案例-------------*/
.case{width:100%;height:465px;overflow:hidden;background:#f5f5f5;}
.case .title{text-align:center;background: url(../images/case-x.png) no-repeat center 24px;margin-top:56px;}
.case .title h2 a{font-size:24px;color:#eb3d00;font-weight:bold;}
.case .title p{font-size:12px;color:#b0b0b0;text-transform:uppercase;margin-top:6px;}
.case .title h3{font-size:16px;color:#333;margin-top:8px;}
.case1{width:1100px;overflow:hidden;margin-top:32px;height:260px;}
.case1 ul{width:1200px;}
.case1 ul li{width:253px;height:205px;border:1px solid #ccc;overflow:hidden;float:left;text-align:center;margin-right:26px;}
.case1 ul li a{width:253px;height:197px;overflow:hidden;display:inline-block;margin-top:8px;}
.case1 ul li h4{height:40px;line-height:40px;width:240px;white-space: nowrap; text-overflow: ellipsis;display:inline-block;overflow:hidden;margin:0 auto;font-size:15px;color:#333;}
.case1 ul li:hover h4{color:#fea649;}
/*------------定制流程-------------*/
.dz{width:100%;height:234px;background: url(../images/dz.png) no-repeat center center;}
.dz .w1206{overflow:hidden;}
.dz .title{text-align:center;margin-top:26px;}
.dz .title h2{font-size:24px;color:#fff;font-weight:bold;text-transform:uppercase;}
.dz1{overflow:hidden;margin:0 auto;margin-top:18px;}
.dz1 ul{width:1300px;}
.dz1 ul li{width:60px;overflow:hidden;height:142px;float:left;text-align:center;background: url(../images/dz-x.png) no-repeat right 30px;padding-right:24px;margin-right:8px;margin-bottom:36px;}
.dz1 ul li .pic{width:60px;height:60px;overflow:hidden;background:#f5f5f5;border-radius:68px;margin:0 auto;text-align:center;}
.dz1 ul li:nth-child(1) .pic{background: url(../images/dz1.png) no-repeat center;}
.dz1 ul li:nth-child(2) .pic{background: url(../images/dz2.png) no-repeat center;}
.dz1 ul li:nth-child(3) .pic{background: url(../images/dz3.png) no-repeat center;}
.dz1 ul li:nth-child(4) .pic{background: url(../images/dz4.png) no-repeat center;}
.dz1 ul li:nth-child(5) .pic{background: url(../images/dz5.png) no-repeat center;}
.dz1 ul li:nth-child(6) .pic{background: url(../images/dz6.png) no-repeat center;}
.dz1 ul li:nth-child(7) .pic{background: url(../images/dz7.png) no-repeat center;}
.dz1 ul li:nth-child(8) .pic{background: url(../images/dz8.png) no-repeat center;}
.dz1 ul li:nth-child(9) .pic{background: url(../images/dz9.png) no-repeat center;}
.dz1 ul li:nth-child(10) .pic{background: url(../images/dz10.png) no-repeat center;}
.dz1 ul li:nth-child(11) .pic{background: url(../images/dz11.png) no-repeat center;}
.dz1 ul li:nth-child(12) .pic{background: url(../images/dz12.png) no-repeat center;}
.dz1 ul li:nth-child(13) .pic{background: url(../images/dz13.png) no-repeat center;}
.dz1 ul li:nth-child(14) .pic{background: url(../images/dz14.png) no-repeat center;}
.dz1 ul li h3{font-size:13px;color:#fff;margin-top:10px;text-align:center;}
.dz1 ul li:last-child{padding:0;margin:0;background:none;}
/*------------关于我们-------------*/
.about{margin-top:60px;}
.about-l{float:left;}
.about-r{float:right;width:550px;}
.about-r p{font-size:14px;color:#3e3a39;line-height:30px;margin-top:16px;}
.about-r .more{text-align:right;margin-top:27px;}
.about-r a{width:134px;height:30px;line-height:30px;border:1px solid #313131;font-size:15px;color:#313131;text-align:center;display:inline-block;}
.about-r a:nth-child(1){margin-right:14px;}
.about-r a:hover{color:#fff;background:#eb3d00;border:1px solid #eb3d00;}
/*------------新闻资讯-------------*/
.news{margin-top:92px;margin-bottom:64px;}
.news-left{float:left;}
.news-title,.neirong1{width:728px;}
.news-title ul li{float:left;text-align:center;margin-right:20px;height:46px;background:#edeff3;}
.news-title ul .hover{background:#fe960f;}
.news-title ul li a{color:#333;line-height:46px;display:inline-block;width:128px;}
.news-title ul .hover a{color:#fff;}
.f1{margin-top:36px;width:724px;float:left;}
.f1 ul{border-bottom: 1px solid #eee;height:107px;}
.f1 ul li{float:left;height:78px;}
.f1 ul li h2{width: 240px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size:18px;margin-bottom: 7px;}
.f1 ul li h2 a{color:#fe960f;}
.f1 ul li p{width:554px;font-size:13px;height:44px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;line-height:20px;}
.f1 ul .bottom a{font-size:13px;color:#222;float:right;display:inline-block;margin-top: 60px;}
.f1 ul .center{margin-left:20px;}
.f1 ul .bottom a:hover{color:#fe960f;}
.news-message{float:left;width:724px;}
.news-message p{height:54px;line-height:54px;font-size:14px;border-bottom: 1px solid #eee;background: url(../images/news1.jpg) no-repeat left center;}
.news-message a .span1{color:#666;padding-left:30px;float: left;display:inline-block;}
.news-message a .span2{float:right;color:#666;float:right;display:inline-block;}
.news-message p:hover{background: url(../images/news2.jpg) no-repeat left center;}
.news-message p:hover .span1{color:#fe960f;}
.news-message p:hover .span2{color:#fe960f;}
.news-message p a .span1{width: 190px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*------------常见问答-------------*/
.news-right{float:right;width:342px; }
.right-news{width:342px;padding-bottom:12px;}
.right-news h2{float: left;font-size:14px;color:#9b9b9b;}
.right-news h2 span{font-size:24px;color:#444;text-transform: uppercase;font-weight:bold;}
.right-news h2 a{font-weight:bold;font-size:14px;color:#9b9b9b;}
.right-news ul li{width:36px;height:36px;background:#e0e0e0;float:left;}
.right-news ul {float:right;margin-top: 8px;}
.right-news ul .plus{background: url(../images/shang.png) no-repeat center center;margin-right:4px;cursor:pointer;}
.right-news ul .minus{background: url(../images/xia.png) no-repeat center center;cursor:pointer;}
.news-message1  h3{width: 130px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: url(../images/wen.png) no-repeat left center;padding-left: 26px;font-size:14px;font-weight:normal;}
.news-message1 p{width:310px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background: url(../images/da.png) no-repeat left center;padding-left: 26px;font-size:14px;font-weight:normal;}
.news-message1 li{line-height:2;border-bottom:1px solid #ccc;height:99px;width:343px;}
.news-message1 li a h3:hover {color:#fe960f;}
.news-message1 li a{padding:21px 0;display:inline-block;}
.news-message1 ul{position:absolute;top:-6px;left:0;}
.news-message1{overflow:hidden;position:relative;height:294px;}
/*------------底部-------------*/
.footer{background:#571e0f;overflow:hidden;}
.footer1{width:100%;height:426px;background:#571e0f;overflow:hidden;}
.nav1{margin-top:54px;height:78px;line-height:78px;width:1100px;overflow:hidden;border-bottom:1px solid #794b3f;}
.nav1 ul{width:1200px;}
.nav1 ul li:nth-child(1){margin-right:0px;}
.nav1 ul li{float:left;margin-right:53px;}
.nav1 ul li h2{font-size:18px;color:#eaf0ee;font-weight:bold;background: url(../images/footer-j.png) no-repeat right center;padding-right:40px;margin-right:20px;}
.nav1 ul li a{font-size:13px;color:#eaf0ee;}
.nav1 ul li a:hover{color:#ff7f00;}
.footer-l{float:left;margin-top:58px;}
.footer-l h3 a{font-size:18px;color:#fff;display:inline-block;margin-right:60px;}
.footer-l p{font-size:15px;color:#fff;line-height: 32px;height:128px;overflow:hidden;margin-top:30px;}
.footer-l p a{font-size:15px;color:#fff;}
.footer-l p a:hover{color:#ff7f00;}
.footer-l h3 a:hover{color:#ff7f00;}
.footer-r{float:right;width:323px;overflow:hidden;margin-top:56px;}
.footer-r ul{width:360px;}
.footer-r ul li{float:left;text-align:right;}
.footer-r ul li a{display:inline-block;width:110px;height:35px;line-height:32px;font-size:13px;color:#fff;background: url(../images/zx.png) no-repeat center center;text-align:left;text-indent:40px;}
.footer-r ul li a:hover{text-decoration:underline;}
.footer-r ul li h3{font-size:15px;color:#fff;margin-top:26px;}
.footer-r ul li p{font-size:22px;font-weight:bold;color:#fff;height:36px;line-height:36px;}
.footer-r ul li:nth-child(2){width:122px;overflow:hidden;text-align:center;margin-left:16px;}
.footer-r ul li h4{font-size:13px;color:#ab9f9b;height:34px;line-height:34px;}
.youqing{height:52px;line-height:52px;}
.youqing dt{height:52px;line-height:52px;overflow:hidden;font-size:14px;color:#fff;float:left;}
.youqing dd{float:left;margin-left:58px;height:52px;line-height:52px;overflow:hidden;display:inline-block;}
.youqing  dd a{font-size:14px;color:#fff;display:inline-block;}
.youqing  dd a:hover{color:#ff7f00;}
.footer3{border-top:1px solid #794b3f;height:84px;line-height:84px;font-size:13px;color:#fff;}
.footer3 a{display:inline-block;font-size:13px;color:#fff;float:right;}
.footer3 a:hover{color:#ff7f00;}
/*------------返回顶部-------------*/
.goTop_Box{position: relative;}
.right-bar{position: fixed;bottom: 10%;right: 4%;z-index: 9999;zoom: 1;}
.gotop{width:50px;height:50px; background:url(../images/totop.png) no-repeat center #283338;cursor: pointer;}
/*--------------内页左侧代码--------------*/
.box_left {width:235px;height:auto;float:left;}
.mode1 {height: auto;width:235px;}
.mode2 {height: auto;width:235px;padding-top:15px;}
.box_title{color: #fff;font-size:22px; background:#fe9112; font-weight:bold;height:66px; line-height:66px;width: 235px;text-align:center;}
.box_title span{ color:#fff;  font-weight:normal;}
.box_title span h2{ font-size:12px; font-weight:normal;}
.box_t_con {border:1px solid #ccc; }
.box_t_con li{line-height: 40px;height: auto;overflow:hidden; margin: 4px auto;font-weight:normal;border-bottom: 1px dotted #ccc;width:217px;}
.box_t_con ul li a {display:block; text-align:center; font-size:14px;color: #333;background:#f7f7f7;}
.box_t_con ul li a:hover{text-decoration:none;background:#fe9112;color:#fff;}
.mode1 .menu_list{  border: 1px solid #ccc; border-top:0; padding:4px 8px 8px;overflow:hidden; color: #333 !important; }
.mode1 .menu_head{ border-bottom: 1px dotted #ccc; height:40px; line-height:40px; margin-top:2px; }
.mode1 .menu_head:hover {background:#fe9112;color:#fff !important; }
.mode1 .menu_head:hover a {display:block; color:#fff;background:#fe9112;}
.mode1 .menu_head a{ font-size:14px; text-align:center; display:block; text-transform:uppercase;color:#000;background:#f7f7f7;}
.mode1 .menu_list .current{background:#fe9112 !important;}
.mode1 .menu_list .current a{color: #fff !important; text-align:center;background:#fe9112;}
.mode1 .menu_body{height:auto;overflow:hidden;line-height:30px;}
.mode1 .menu_body .nva_active{color:#fe9112;}
.mode1 .menu_body a{display:block; font-size:14px; color: #333;line-height: 30px; overflow: hidden; height:30px;  margin-bottom:2px; text-align:center;}
.mode1 .menu_body a:hover{text-decoration:none; color:#fe9112;}
/*--------------内页右侧代码--------------*/
.sidebar { width:838px; float:right; }
.sidebar_con {  padding-top:15px; }
.title_r a { padding:0 15px;}
.title_r { background: #f7f7f7 none repeat scroll 0 0;border: 1px dashed #ccc;height: 38px;line-height: 38px;text-indent: 10px;}
.title_r1 a { padding:0 15px;}
.title_r1 { border-bottom:2px solid #ccc; line-height:34px;  height:30px; }
.title_r1 span{ color:#ccc;}
.title_rt { color:#fe9112;font-size:15px; font-weight:bold;}
.bt_text_y { font-size:12px; float:right; height:40px;  padding-right: 10px; }
.bt_text_y a { padding:0; margin:0;color: #333;}
.bt_text_y a:hover { text-decoration:underline;}
.font_red { text-decoration:none;background:#fe9112 !important;color:#fff !important;}
/*产品详情页放大功能start*/
.siderightCon { line-height:24px; margin:20px 0 0 0px; text-align:left;}
.nypro{ width:420px;  float:left;}
#preview{ float:none; margin:0px auto; width:420px;}
.list-h { width:200000px !important;}
.list-h li{ float:left;}
#spec-n5{width:420px; height:72px; padding-top:15px;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:7px; margin-right:6px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:7px; margin-left:6px;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:92px; height:87px; overflow:hidden}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:80px; height:53px;}
.contact_pro{width:838px;padding-top:10px;}
.contact_pro h3{border-bottom:2px solid #fe9112;line-height:30px;font-size:15px;color: #333;margin-bottom:10px;font-weight:bold;}
.contact_pro h4{border-bottom:2px solid #fe9112;line-height:30px;font-size:15px;color: #333;margin-bottom:10px;
font-weight:bold;}
.contact_pro h4 a{display:inline-block;float:right;font-size:15px;color: #333;}
.contact_pro h4 a:hover{color:#fe9112;}
.hot_new{width:838px;padding-top:10px;}
.hot_new h4{border-bottom:2px solid #fe9112;line-height:30px;font-size:15px;color: #333;margin-bottom:10px;font-weight:bold;}
.hot_new h4 a{display:inline-block;float:right;font-size:15px;color: #333;}
.hot_new h4 a:hover{color:#fe9112;}
.hot_new ul{width:870px;}
.hot_new ul  li{border-bottom: 1px dotted #ccc;height:35px;width:400px;float:left;margin-right:28px;line-height: 30px;margin-bottom:10px;}
.hot_new ul  li a{font-size: 13px;color: #333;height:30px;display:block;}
.hot_new ul  li .nyHot_news{display:block;font-style:normal;width:315px;overflow:hidden;height:30px;float:left;
text-overflow: ellipsis;white-space: nowrap;}
.hot_new ul  li a span{font-size: 13px;color: #333;float: right;}
.hot_new ul  li a:hover{color:#fe9112;}
.hot_new ul  li a:hover .nyHot_newsDate{color: #fe9112;}
/*产品详情页放大功能end*/
#demo {overflow:hidden;width:830px; margin:0 auto;padding-top:10px;}
#indemo {float: left;width:10000%;}
#demo2 {float: left;}
#demo1 ul{ float:left;}
#demo ul li{width:250px;float:left;margin-right:30px;}
#demo ul li img{border:1px solid #c1c0c8; width:255px; height:auto;}
#demo ul li:hover img{border:1px solid #fe9112;}
#demo ul li p{display:block;width:255px;height:40px;line-height:40px;text-align:center;color:#666;font-size: 14px;}
#demo ul li a{ text-decoration:none;}
#demo ul li a:hover p{ color:#fe9112;}
/*--------------内页下部分代码--------------*/
#contant{ margin-top:50px;}
.list_box {width: 1100px;margin-right: auto;margin-left: auto; margin-bottom:40px; overflow:hidden;}
.column { width:838px; float:right;}
.column .bt{ height:40px; border-top:1px dashed #ccc; line-height:40px; padding:0 10px;}
.column .menu{ padding:0 10px 10px 10px;}
.column .menu a { margin-right:30px; color:#666;}
.column .menu a:hover{ color:#fe9112;}
.current_content { padding:20px 0; line-height:24px;}
.current_content p{font-size: 13px;color: #333; margin-top:15px;}
.current_content a:hover span{color: #fe9112;}
.gbook_content { width:818px; height:600px;margin:0 auto; line-height:24px;padding-left:20px;}
.gbook_content textarea{ width:320px; height:90px; max-width:320px; max-height:90px; margin-top:2px;}
.cur_map{padding-bottom:20px;}
.cur_map h3{border-top: 1px dashed #dedede;font-size: 14px;line-height: 30px;margin-top: 20px;padding-top:10px;}
.cur_map p a{display:block;float:left;margin-right:20px;}
/*--------------新闻列表页--------------*/
.article_list dl { padding:0 10px 10px; height:82px; border-bottom:1px dashed #d7d7d7; font-size:12px; line-height:30px; margin-bottom:10px;}
.article_list dl dt { float:left; width:140px; margin-right:5px;}
.article_list dl dt img { padding:2px; border:1px solid #ccc;}
.article_list dl dd { height:90px; overflow:hidden;}
.article_list dl a:hover { text-decoration:underline;}
.article_list dl dd p { height:126px; margin-top:5px; overflow:hidden;}
.article_list .art_1 { width:838px;}
.article_list .art_1 dl { padding:15px 0; height:165px; border-bottom:1px dotted #ccc; font-size:13px; line-height:30px; width:800px; margin:0 0 0 15px;}
.article_list .art_1 dl dt { float:left; width:255px; margin-right:15px;}
.article_list .art_1 dl dd { height:190px; overflow:hidden; width:520px; float:right;}
.article_list .art_1 dl dd h3 { font-size:15px; color:#333;}
.article_list ul { margin-top:10px; }
.article_list ul li {line-height:34px;margin-left:5px;margin-bottom:5px; border-bottom:1px dotted #c2c2c2;}
.article_list ul li a{display:block;color: #333;font-size: 13px;font-weight: bold;}
.article_list ul li a:hover {text-decoration:none;color:#fe9112; }
.article_list ul li a .date{ float:right; color:#999;font-weight:normal;font-size:13px;}
.article_list ul li a:hover .date {text-decoration:none;color:#fe9112; }
.page { text-align: center; margin:20px auto; clear:both; padding-top:30px;}
.page a {  margin:0 7px; color: #333;}
.page a:hover{color:#fe9112;}
/*--------------产品列表左侧--------------*/
.n_pro_list { width:235px; float:left;}
.n_pro_list dl { width:250px; height:auto; background:#238330; overflow:hidden; padding-bottom:30px; }
.n_pro_list dl a { color:#fff;}
.n_pro_list dl a:hover {text-decoration:underline; }
.n_pro_list dl dt { height:44px; line-height:44px; font-size:14px;  text-indent:16px;padding:0 20px;}
.n_pro_list dl dt a { background:url(../images/icon.png) no-repeat 0 18px; display:block;}
.n_pro_list dl dd {  background: #269939; line-height:30px; margin-bottom:2px; padding-left:37px;}
.n_pro_list dl dd a { background:url(../images/icon.png) no-repeat 0 -16px; text-indent:14px; display:block;}
.product_list{width:900px;}
.product_list dl{width:257px;float:left;margin-right:34px;margin-bottom:20px;}
.product_list dl dt{width:255px; position:relative;}
.product_list dl dt i{background:url(../images/lo_p.png) no-repeat; display: block; height:39px; left:10px; position: absolute; top:10px; width:59px; z-index: 999;}
.product_list dl dt img{ width:255px;border:solid 1px #dedede; height:158px;}
.product_list dl dd{width:247px;height:40px;text-align:center;line-height:40px;overflow:hidden;}
.product_list dl dd a{color: #333;font-size: 14px;}
.product_list dl:hover dd a{color:#fe9112;text-decoration:none;}
.product_list dl dt:hover img{border:solid 1px #fe9112;}
.product_list1{width:900px;}
.product_list1 dl{width:257px;float:left;margin-right:36px;margin-bottom:10px;}
.product_list1 dl dt{width:255px;height:170px;}
.product_list1 dl dt img{ width:255px; height:170px;border:solid 1px #ddd;}
.product_list1 dl dd{width:252px;height:40px;text-align:center;line-height:40px; overflow:hidden;}
.product_list1 dl:hover dd a{color:#fe9112;text-decoration:none;}
.product_list1 dl:hover img{border:solid 1px #fe9112;}
.product_list2{width:900px;}
.product_list2 ul{ margin-top:10px;}
.product_list2 li {  text-align:center; float:left; margin-right:34px;margin-bottom:20px; position:relative; width:185px; line-height:24px;}
.product_list2 li img{ border:1px solid #cecece;width:185px;height:89px;}
.product_list2 li img:hover{ border:1px solid #fe9112;}
.product_list2 li span{ font-size:13px; color:#333;}
.product_list2 li a{ text-decoration:none;}
.product_list2 li:hover span{ text-decoration:none; color:#fe9112;}
.product_list2{width:900px;}
.product_list2 dl{width:255px;float:left;margin-right:34px;margin-bottom:10px;}
.product_list2 dl dt{width:255px;height:170px;}
.product_list2 dl dt img{ width:255px; height:158px;border:solid 1px #ddd;}
.product_list2 dl dd{width:252px;height:40px;text-align:center;line-height:40px; overflow:hidden;}
.product_list2 dl:hover dd a{color:#fe9112;text-decoration:none;}
.product_list2 dl:hover img{border:solid 1px #fe9112;}
.product_list3{width:900px;}
.product_list3 dl{width:255px;float:left;margin-right:34px;margin-bottom:10px;}
.product_list3 dl dt{width:255px;height:179px;}
.product_list3 dl dt img{ width:255px; height:179px;border:solid 1px #ddd;}
.product_list3 dl dd{width:252px;height:40px;text-align:center;line-height:40px; overflow:hidden;}
.product_list3 dl:hover dd a{color:#fe9112;text-decoration:none;}
.product_list3 dl:hover img{border:solid 1px #fe9112;}
.product_list4{width:900px;}
.product_list4 dl{width:257px;float:left;margin-right:34px;margin-bottom:10px;}
.product_list4 dl dt{width:255px;height:179px;}
.product_list4 dl dt img{ width:255px; height:179px;border:solid 1px #ddd;}
.product_list4 dl dd{width:247px;height:40px;text-align:center;line-height:40px; overflow:hidden;}
.product_list4 dl:hover dd a{color:#fe9112;text-decoration:none;}
.product_list4 dl:hover img{border:solid 1px #fe9112;}
.product_list5{width:900px;}
.product_list5 dl{width:257px;float:left;margin-right:34px;margin-bottom:10px;}
.product_list5 dl dt{width:255px;height:179px;}
.product_list5 dl dt img{ width:255px; height:179px;border:solid 1px #ddd;}
.product_list5 dl dd{width:247px;height:40px;text-align:center;line-height:40px; overflow:hidden;}
.product_list5 dl dd a{color: #333;font-size: 14px;}
.product_list5 dl:hover dd a{color:#fe9112;text-decoration:none;}
.product_list5 dl:hover img{border:solid 1px #fe9112;}
.ny_proInfo{height:234px;overflow: hidden;font-size: 14px;color: #333;line-height: 26px;border-bottom: 1px dotted #aaa;margin-bottom:10px;}
.ny_lianxi a{display: block;float: left;width: 140px;height: 30px;background-color: #fe9112;color: #fff;text-align: center;line-height: 30px;font-size: 16px;}
.ny_lianxi span{font-size: 24px;font-weight: bolder;color: #fe9112;padding-left: 20px;line-height: 30px;}
.ny_Nowbuy a{ height: 30px; width:412px; background-color:#fe9112; color: #fff; text-align: center; line-height: 30px; font-size: 16px; margin-top: 10px; float:left; margin-right:20px;}
.ny_Nowbuy a:hover{background-color:#fe9112;color:#fff;}
.ny_newsInfo{width: 838px;height: 50px;overflow: hidden;font-size: 13px;color: #333;line-height: 24px;margin-bottom: 10px;}
.ny_newsTit{margin-left: 10px;max-width: 260px;overflow: hidden;}
/*--------------留言页--------------*/
#GBookAdd { width:100%; margin-top:52px;}
.gbook_content #GBookAdd tr { height:30px;}
.gbook_content #GBookAdd input,.gbook_content #GBookAdd textarea { line-height:28px; padding-left:5px;box-shadow: 5px 5px 5px #ccc inset; border:none;}
.gbook_content #GBookAdd #Submit, .gbook_content #GBookAdd #ReSet { color:#000; background:#fbf3e9; padding:1px 40px; margin-top:60px; border:medium none; cursor:pointer;box-shadow: 5px 5px 5px #fbf3e9 inset;}
.gbook_content #GBookAdd tr { height:80px;}
.gbook_content #GBookAdd tr td { display:block; height:30px; color:#fff; width:325px;}
.gbook_content .liuyan{ padding:0 0 0 27px; width:422px; height:606px; background: url(../images/gb_bg.png) no-repeat; margin:0 auto;}
.gbook_content .liuyan .bbt{ font-size:20px; padding-left:70px; line-height:66px; height:66px; font-weight:bold; color:#fff; text-transform:uppercase;}
/*--------------推荐新闻--------------*/
.hots {background:#fff;border:1px solid #ccc; padding-top:15px; margin-bottom:30px; border-top:none;}
.hots li{margin-left:8px;line-height: 30px;overflow:hidden;width:218px;font-size:13px;text-align:center; margin-bottom:15px;}
.hots li img {border:1px solid #ccc; width:210px; height:170px;}
.hots li img:hover { border:1px solid #00ccff;}
.hots a {display:block; text-decoration:none;}
.hots a p{font-size: 14px;color: #333;}
.hots_news {padding:5px 6px 20px 6px;border:1px solid #ccc; border-top:none;}
.hots_news li{line-height: 32px;height:32px;overflow:hidden;border-bottom: 1px dashed #ccc;margin-bottom:5px;text-indent:10px;
text-overflow: ellipsis;white-space: nowrap;}
.hots_news a {color: #333;}
.hots_news a:hover{color: #fe9112;}
/*--------------搜索页--------------*/
.search_list { width:1130px; margin:0 auto 0; }
.search_list li { width:252px; float:left; height:188px; text-align:center; margin:3px 15px 7px; line-height:30px;}
.search_list li img { border:1px solid #cecece;}
.search_list li img:hover { border:1px solid #fe9112;}
/*==========内页样式开始========*/
#content{ width:1100px; margin:50px auto; margin-bottom:20px;}
.list_box {overflow:hidden;}
.list_box .box_bt{ width: 830px; height:39px; font-size:12px; border-bottom:1px solid #e1e1e1;}
.lift_zuo{ width:250px; float:left;}
.n_pro_list .list .hover {background: #fe9112 url(../images/list_li.png) no-repeat 50px -22px !important; display:block; color:#fff;}
.product_bigimg_text .pro_lianxi{ width:380px;}
.product_bigimg_text .pro_lianxi a{ color:#fff; width:80px; height:34px; background:#262a32; text-align:center; font-size:14px; line-height:34px; display:block; margin-bottom:10px;}
.product_bigimg_text .pro_lianxi1 p{ color:#0066ff; font-weight:bold; margin-top:12px; font-size:20px;}
.left_box{width:220px;float:left;}
.list_left {float: left;width: 220px;margin-right: 30px;}
.list_right {float: right;width: 838px;}
.list_right .box_sj .box_y p{ font-size:12px; line-height:24px;}
.list_right .box_sj .box_y p.box_h{ height:45px; overflow:hidden;}
.top_title {line-height:39px;height:39px;text-align: center; background-color:#00ccff;}
.top_title h2 {font-family: "微软雅黑";font-size: 16px; color: #fff;}
.top_title h2 span{ font-size:12px; font-weight:normal;}
.left_con {line-height: 20px;}
.left_con{ border: 1px solid #ccc;}
.left_con ul li {line-height: 34px;border-bottom: 1px dotted #ccc;}
.left_con ul li a {display: block; font-size: 14px; color: #666; text-decoration: none;text-align: center;}
.left_con ul li a:hover {background:#ccc; text-decoration: none; color: #fff;}
.pro_pic li {float: left;margin-right:28px; margin-bottom:20px;text-align: center;width: 257px;}
.pro_pic li span{ margin-top:10px; display:block; height:18px; overflow:hidden;}
.pro_pic li img{border: 1px solid #dedede;}
.pro_pic li img:hover{border: 1px solid #fe9112; }
.pro_pic{ width:860px; margin-top: 15px;}
.pro_pic a{ text-decoration: none;color: #333;font-size: 14px;}
.pro_pic a:hover span{color: #fe9112; }
.pos {background: #f1f1f1 none repeat scroll 0 0; border: 1px dashed #ccc; height: 38px; line-height: 38px; text-indent: 10px;}
.pos h2 {height: 38px;line-height: 38px;padding-right:20px;font-family: "微软雅黑";font-size: 15px;display: block;float: left; color:#fe9112;}
.pos span {float: right;height: 40px;line-height: 40px;padding-right:15px;}
.pos span a {color: #666; text-decoration: none;}
.pos span a:hover {color: #fe9112; text-decoration: underline;}
.moxing {overflow:hidden;width:220px;}
.lianxi_title h2 {color: #fff;padding-left: 20px;font-family: "微软雅黑";font-size: 15px;}
.lianxi_title{line-height: 39px;background-color: #00AA3A;height: 39px;}
.list_lbot{margin:15px 0 35px 0;}
.list_contact{border: 1px solid #ccc;padding:10px;}
.list_contact p{line-height:24px;color:#818181;padding-left:15px;padding-right:15px;}
.pro_details_tongji {text-align: center;width: 100%;border-bottom: 1px dashed #ccc;padding-bottom: 5px;margin-bottom: 15px; font-size:13px;}
.pro_photo{ padding-top:20px;}
.article_list1{ margin-top:10px; }
.article_list1 li{line-height:34px;margin-left:5px;margin-bottom:5px; border-bottom:1px dotted #c2c2c2;}
.article_list1 li a{display:block;color: #333;font-size: 13px;font-weight: bold;}
.article_list1 li a:hover {text-decoration:none;color:#fe9112; }
.article_list1 li a .date{ float:right; color:#999;font-weight:normal;font-size:13px;}
.article_list1 li a:hover .date {text-decoration:none;color:#fe9112; }
.page { text-align: center; margin:20px auto; clear:both; padding-top:30px;}
.page a {  margin:0 7px; color: #333;}
.page a:hover{color:#fe9112;}
.pro_photo h3 {text-align: center;line-height: 50px;font-size: 14px;padding-top: 10px; font-weight: bold;}
.pro_photo p{color:#333;}
.n_con{ color:#666; font-size:14px; line-height:24px;}
.n_con p {line-height: 24px;color: #333;text-indent: 2em; margin-bottom:5px; color:#666; font-size:14px;}
.goto{ color:#666; font-size:14px; line-height:24px;}
.goto p {line-height: 24px;color: #666;}
.goto p a{ margin-right:30px;}
.info_news span {float: right; color:#999; font-size:12px;}
.info_news li {line-height: 35px;padding-right: 10px;background:url(../images/new_jt.png) left center no-repeat; padding-left: 15px;margin-left: 10px;border-bottom: 1px dashed #CCC;}
.wz1{ margin-top:30px;}
.pro_ph1{ float:right; margin-top:20px;}
.pro_ph1 a{ margin:0 10px; float:right; line-height:36px; font-size:16px; color:#88be4c;}
.article_list_img {background:#f2f2f2; height:120px; padding:10px; margin-bottom:10px;}
.article_list_img dt { float:left; margin-right:20px;}
.article_list_img dd { float:left; width:470px; line-height:24px; height:120px; overflow:hidden;}
.article_list_img dd a { color:#f66304;}
.article_list_img dd a:hover { text-decoration:underline;}
.current_content h1 { text-align:center; color:#333; font-size:16px;}
.current_content h2 { text-align:center; color:#333; font-size:16px;}
.contact{background:url(../images/contact.png) no-repeat  top center;}
.current_content h3 { text-align:center; margin-top:5px; font-weight:normal; line-height:30px; height:32px; font-size:13px;}
.current_content .current_text { margin-top:7px; border-top:1px dashed #ccc; padding-top:15px;}
.current_content .current_text p{ line-height:24px;font-size: 13px;color: #333; margin-top:15px;}
.current_content a{font-size: 13px;color: #fe9112;test:expression(target="_blank");}
.current_content a:active {test:expression(target="_blank");}
.current_content{font-size: 13px;color: #333;}
.current_content a:hover{ color:#fe9112;}
.hot{ margin-top:50px; margin-bottom:20px;}
.hot div{font-size: 14px;font-weight: bold;color: #fe9112;}
.lx{ width:838px;}
.leftlx .dianh{padding:0 5px 20px 10px;}
.leftlx p{line-height:24px;}
.hots_news .dianhua {background: url(../images/Teln.gif) no-repeat scroll 0 18px transparent;color: #666666;line-height: 20px;padding: 10px 0 10px 55px;}
.hots_news .dianhua span {display: block;font: 18px "Impact";color:#fe9112;height:23px;overflow:hidden;}
.dianh p{line-height: 24px;font-size: 13px;color: #333;}
.nyBanner{width: 1100px;height: 300px;margin: 0 auto;margin-top: 20px;}
/*goTop*/
.goTop_Box{position: relative;}
.right-bar{position: fixed;bottom: 10%;right: 4%;z-index: 9999;zoom: 1;}
.gotop{width:50px;height:50px; background:url(../images/totop.png) no-repeat center #fe9112;cursor: pointer;}
/*---------------下载-----------------------*/
.downlist {line-height: 24px;color: #666;}
.downlist ul li {border-bottom: 1px dashed #dedede;height: 35px;line-height: 35px;}
.downlist ul li a {color: #00ccff;font-weight: bold;}
.downlist ul li a:hover { text-decoration: underline; }
.downlist ul li span {float: right;color: #666;}
.downlist ul p {line-height: 24px;color: #666;}
/*down*/
