/* CSS Document */
@charset "utf-8";
*{margin:0px;padding:0px;}
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li,dl,dt,dd,ol{list-style:none;list-style-type:none;}
a img,a{border:none;text-decoration:none;}
body{font-size:14px; margin:0px; padding:0px;font-family:"微软雅黑";}
input{margin:0px;:0px; outline:none;}
input:focus{outline:none;}
a:hover,a:active,a:visited{ text-decoration:none;}
/* 虚拟屏幕 */
.cscreen{background:#000;position:absolute;top:0;left:0;z-index:100;filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;} 

.i-showpicture{width:100%; height:100%; overflow:hidden; display:none;}
.i-showpic-picbox{ position:fixed; top:0; left:0; overflow:hidden; z-index:103;}
.i-showpic-div{ position:absolute; overflow:hidden; width:auto;}
.i-showpic-pic { float:left; background:url(../image/load.gif) no-repeat center center;}
.i-showpic-pic img{ display:block; margin:0px auto; overflow:hidden; cursor:pointer;}
.i-showpic-arrowleft{ width:60px; height:60px; position:fixed; left:0; top:50%; margin-top:-30px; background:url(../images/arrow-icon.png) no-repeat 0 0; cursor:pointer; display:block; z-index:103;}
.i-showpic-arrowleft:hover{background:url(../image/arrow-icon.png) no-repeat 0 -64px;}
.i-showpic-arrowright{ width:60px; height:60px; position:fixed; right:0; top:50%; margin-top:-30px; background:url(../images/arrow-icon.png) no-repeat 0 -128px; cursor:pointer; display:block; z-index:103;}
.i-showpic-arrowright:hover{background:url(../image/arrow-icon.png) no-repeat 0 -192px;}
.i-showpic-close{ width:60px; height:60px; position:fixed; right:15px; top:15px;background:url(../images/close.png) no-repeat center center; background-size:70%; cursor:pointer; display:block; z-index:103;}
/* 错误提示 */
.error-div{ position:fixed; top:50%; left:50%; overflow:hidden; margin:-230px 0 0 -400px; width:800px; height:460px; border:dashed 2px #ddd; background:#fafafa; font-family:"微软雅黑";}
.error-div .error-icon{ margin:30px auto 10px auto; text-align:center;}
.error-div .error-tips{ height:30px; color:#f37873; text-align:center; font-size:14px; line-height:30px;}
.error-div .error-tips img{ position:relative; top:20px;}
.error-div .error-time{ margin:10px auto 10px auto;color:#adadb0;text-align:center;}
.error-div .error-time span{ color:#f2a1a0;}
.error-div .error-time a{color:#adadb0;}
.error-div .error-switch1,.error-div .error-switch2{ height:35px;text-align:center; line-height:35px;}
.error-switch1 a,.error-switch2 a{ color:#f2a1a0;}
.error-div a:hover{color:#f37873;}
.error-div .error-close{ position:absolute; top:8px; right:12px; color:#adadb0; font-size:23px; cursor:pointer;}
/* 没有数据 */
.i-nodata{ overflow:hidden; margin:15px auto; width:200px; height:160px; color:#666; text-align:center; cursor:pointer;}
.i-nodata img{ display:block; margin:0px auto; text-align:center;}
/* 在线客服 */
.online-div{ position:fixed;top:30%; right:10px; z-index:300; overflow:hidden; width:149px; height:auto; min-height:450px; background:url(../images/online.png) no-repeat top center;}
.online-close{ float:right; width:32px; height:32px;cursor:pointer;}
.online-tel{ clear:both; overflow:hidden; margin:184px auto 0px auto; width:149px; height:24px; color:#fff; text-align:center; font-size:16px; line-height:24px;}
.online-list{ overflow:hidden; margin:0px auto; padding:10px 0; width:149px; height:auto; min-height:90px; background:#593121;}
.online-list li{ display:block; margin:0px auto 10px auto; width:117px; height:37px; background:#fff; text-align:center; line-height:37px;}
.online-list li a{ display:block;width:117px; height:37px; color:#593121;}
.online-top{margin:0 auto;width:149px;height:91px; background:url(../images/arrow-top.png) no-repeat center center; cursor:pointer;}
/* 分页 */
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a,.pagination > li > span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #337ab7;text-decoration: none;background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {z-index: 3;color: #fff;background-color: #593121;border-color: #593121;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {z-index: 2;color: #fff;cursor: default;background-color: #593121;border-color: #593121;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {color: #777;cursor: not-allowed;background-color: #fff;border-color: #ddd;}
.pagination-sm > li > a,
.pagination-sm > li > span {padding: 5px 10px;font-size: 12px;line-height: 1.5;}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.page{ text-align:center; clear:both;}
.page li.active a{ background:#593121;color:#fff;border-color: #593121;}

.headdiv{width: 100%;height: 107px;min-width: 1200px;overflow: hidden;background:url(../images/bg-top.jpg);}
.headdiv .head{ width:1200px; margin:0px auto; height:107px; overflow:hidden;}
.headdiv .logopic{ display:block; float:left; margin-top:35px;}
.headdiv .tel{ float:right;padding-left:25px;margin-top:70px; background:url(../images/img-tel.png) no-repeat left 12px;}
.headdiv .tel span{font-size:28px;font-family:'Helvetica'; color:#fd0101;}

.navdiv{ width:100%; height:55px; min-width:1200px; overflow:hidden; clear:both;background:#593121;}
.navdiv .nav{ width:1200px; height:55px; overflow:hidden; margin:0px auto;}
.navdiv .nav li{ display:block; float:left; height:55px; width:150px; text-align:center;}
.navdiv .nav a{ display:block; width:150px; color:#fff;font-size:16px;height:55px; line-height:55px;}
.navdiv .nav a:hover,.navdiv .nav a.navhover{ background:#755548;}

.link_div{width: 100%;height:60px;min-width: 1200px;overflow: hidden;clear: both;background:#593121;margin-top: -4px;border-bottom: 1px solid #714533;}
.link_div .link{ width:1200px; margin:0px auto; height:60px; overflow:hidden;}
.link_div .link span{float: left;display: block;width:133px;height: 20px;background: url(../images/img-link.png) no-repeat;margin-top: 17px;}
.link_div .link .list{display: block;float: left;line-height: 60px;margin-left: 14px;color: #fff;font-size: 14px;}

.footer_div{ width:100%; height:130px; min-width:1200px; overflow:hidden; clear:both; background:#593121;border-top: 1px solid #422712;}
.footer_div .footer{ width:1200px; height:90px;overflow:hidden; margin:20px auto;}
.footer_div .footer .foot_nav{width: 1200px;height: 20px;text-align: center;overflow: hidden;color: #906a5a;font-size: 14px;}
.footer_div .foot_nav a{display: inline-block;color: #906a5a;}
.footer_div .txt{text-align: center;color: #906a5a;font-size: 14px;line-height: 22px;width: 1200px;overflow: hidden;margin-top: 18px;}
.footer_div .txt a{color: #906a5a;}

::-webkit-scrollbar {
	  width: 3px;
} 
::-webkit-scrollbar-track {
	  background-color:rgba(89,49,33,0.2);
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
	  background-color:#593121;
} /* 滑块颜色 */

::-webkit-scrollbar-button {
	  background-color: #593121;
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
	  background-color: #593121;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 *
/* 内页 */
.in-banner{ display:block; width:100%; height:300px; clear:both; min-width:1200px;z-index: 10;}

.main{width: 100%;height: auto;min-width: 1200px;overflow: hidden;clear: both;}
.cont-inside{ width:1200px; height:auto; margin:0px auto;}
.cont-inside .in-content{ width:1200px; margin:30px auto 0px auto; height:auto;}
.cont-inside .in-content .type-list{margin-bottom:0px;overflow:hidden;width:240px; height:auto;background:#fff;padding-bottom: 20px;border:1px solid #ccc;border-top: 3px solid #593121;margin-bottom: 20px;}
.cont-inside .type-list dt{ width:200px; margin:0px auto 10px auto; height:55px;color:#000; background: url(../images/sider01.jpg) repeat-x left bottom; font-size:20px;line-height:55px;}
.cont-inside .type-list dd{ width:200px; height:40px; line-height:40px; margin:0px auto; border-bottom:1px dotted #fff;}
.cont-inside .type-list dd a{ display:block;width:193px; height:40px; color:#333; padding-left:15px; background:url(../images/subf01.png) no-repeat left center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cont-inside .type-list dd:hover{ border-bottom:1px dotted #593121;}
.cont-inside .type-list dd a:hover,.cont-inside .type-list dd a.typehover{color:#593121;font-weight: bold;}
.cont-inside .skin-news dd a{padding-left:15px; background:url(../images/subf01.png) no-repeat left center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cont-inside .contact_list{ margin-top:10px;}
.cont-inside .contact_list li{ width:210px; line-height:35px; margin:0px auto; font-size:14px;}
.cont-inside .contact_list span{ display:block; float:right; width:140px; line-height:24px;margin-top:6px;}

.cont-inside .inleft_div{ float:left; width:260px;overflow:hidden;}
.cont-inside .in-content .type-right{border-radius:2px;background:#fff;width:887px; overflow:hidden; float:right;height:auto;   padding-bottom:20px; background:#fff;min-height:450px;margin-right: 20px;margin-top: -10px;}
.cont-inside .type-right .title{width:887px;  height:49px;line-height:49px; font-size:15px; border-bottom:1px solid #ccc;color:#000;}
.cont-inside .locationdiv{ width:887px; height:49px; margin:0px auto;overflow:hidden; text-align:right;}
.cont-inside .locationdiv .big{ float:left; text-align:center; width:110px; height:47px; line-height:49px;color:#593121; border-bottom:2px solid #593121; font-size:20px; font-weight:600;}
.cont-inside .locationdiv a{ color:#000; background:url(../images/right_arrow.png) no-repeat left center; padding-left:18px; margin-right:10px;}
.cont-inside .locationdiv .topic{ display:block; text-align:left;float:right; max-width:280px; height:49px; line-height:49px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cont-inside .locationdiv a:hover{color:#593121;}
.cont-inside .locationdiv span{color:#000;padding-right:5px; background:url(../images/iconfont-home.png) no-repeat left center;padding-left:18px;}
.cont-inside .type-right .type-cont{ width:840px; margin:20px auto 20px auto; font-size:15px; color:#444; line-height:30px;}
.cont-inside .type-right .type-cont .th1{text-align:center;margin: 10px 0 20px 0;}
.cont-inside .type-right .type-cont img,.cont-inside .type-right .type-cont table{max-width:840px;}
.cont-inside .type-right .type-cont p{ line-height:30px;}

.cont-inside .art-content{ width:1200px; margin:0px auto 0px auto; height:auto;min-height:600px; overflow:hidden; text-align:center; background:#fff;}
.cont-inside .art-content .locationdiv{width: 1200px;text-align: left;margin-top: 20px;}
.cont-inside .art-content .art-title{ font-size:22px; color:#000; margin:0px auto 10px auto; width:1180px; line-height:24px; text-align:center;}
.cont-inside .art-content .art-note{ width:1180px; line-height:35px; color:#666; border-bottom:1px dotted #ddd; margin:0px auto 20px auto; height:35px; padding-bottom:10px;}
.cont-inside .art-content .art-cont{ text-align:left;width:1150px;margin:0px auto; line-height:30px; }
.cont-inside .art-content .art-cont img,.cont-inside .art-content .art-cont table{max-width: 100%;}
.cont-inside .art-loca{ float:left; text-align:left; margin-left:10px; line-height:36px;}

.cont-inside .up-down{ height:60px; text-align:left; margin:10px auto 20px auto; font-size:15px; width:1180px; border-top:1px solid #e1e1e1; padding-top:20px; overflow:hidden;}
.cont-inside .up-down a{ color:#8b8b8b;}
.cont-inside .up-down a:hover{ color:#e01922;}
.cont-inside .up-down .list{ display:block; float:right; margin-top:10px;}

.cont-inside .sharediv{ margin:0 0 20px 20px; font-size:15px;}
.cont-inside .sharediv span{ float:left; margin-top:8px;}

.insi_ul{width: 887px;height: auto;margin-top: 10px;}
.insi_ul li{display: block;width: 872px;height: 40px;line-height: 40px;border-bottom: 1px dashed #ccc;overflow: hidden;cursor: pointer;background: url(../images/dot.png) no-repeat left center; background-size: 5px 5px;padding-left: 15px;}
.insi_ul li a{display: block;width: 735px;height: 40px;float: left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color: #000;font-size: 14px;}
.insi_ul li span{float: right;color: #8b8b8b;font-size: 14px;}
.insi_ul li:hover a{color: #593121;}

.feed_form{ width:480px; height:auto; overflow:hidden; margin:20px auto; background:#fff;}
.feed_form table{ height:auto; overflow:hidden; width:450px; margin:20px auto;}
.feed_form table td{ margin-bottom:20px;}
.feed_form input[type="text"]{margin-bottom:20px;border:1px solid #e7e7e7; width:320px; margin-right:20px; float:right; height:40px;padding-left:5px; box-sizing:border-box;}
.feed_form .remark{height:100px; line-height:20px;padding-left:5px;width:320px; margin-right:20px; resize:none;float:right;border:1px solid #e7e7e7; box-sizing:border-box;}
.feed_form .zp_btn,.feed_form .order_btn{ background:#593121; color:#fff;cursor:pointer; font-size:18px; width:120px;height:40px; border:none; margin:20px 0 20px 25px;}
.feed_form input:focus,.feed_form .remark:focus{ border:solid 1px #61ade7; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.feed_form .type-name{width:90px; height:40px; padding-bottom:20px;}
.feed_form .type-rg{ width:620px; float:right; margin-right:20px;line-height:20px;}
.feed_form .intxt{width:320px;height:40px;padding-left:5px; box-sizing:border-box; margin-right:20px; float:right;border:1px solid #e7e7e7;}

.pro-detail { float:left; display:block; width:240px; height:280px;margin:20px 20px 0px 30px;position:relative; overflow:hidden;}
.pro-detail .topic{ height:24px; text-align:center; line-height:24px; color:#000; width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; padding:0 10px; font-size:14px;}
.pro-detail .opacity{ position:absolute; top:-280px; left:0; width:240px; height:220px; background:url(../images/opacity.png)}
.pro-detail .pic{ position:absolute; top:-100px; left:0; width:240px; text-align:center;}
.pro-detail .pic span{display: block;color: #fff;margin-top: 5px;}

.proitem_box .detail{ width:1180px; height:40px; border-bottom:1px solid #e1e1e1; margin:30px auto;}
.proitem_box .detail span{ display:block; width:110px; line-height:40px; background:#593121; border-radius:2px; text-align:center; color:#fff; font-size:16px;} 
.proitem_box .link-pro{ width:1180px; height:auto;overflow:hidden; clear:both; margin:0px auto;}
.proitem_box .link-pro .list{ display:block; float:left; height:280px; width:240px; border:1px solid #e1e1e1; overflow:hidden; margin:0px 0px 20px 12px; text-align:center;}
.proitem_box .link-pro img{ border-bottom:1px solid #e1e1e1; margin-top:2px;}
.proitem_box .link-pro .topic{ color:#000; width:240px;height:24px; font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.proitem_box .link-pro .hit{ width:240px; color:#999; line-height:28px;}
.proitem_box .link-pro .hit span{ color:#f00; font-weight:bold; font-size:16px;}
.proitem_box .list:hover{border:1px solid #593121;}
.proitem_box .list:hover img{ border-bottom:1px solid #593121;}
.proitem_box .list:hover .topic{ color:#593121;}











