/* 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:13px; 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:#e1a20c;}
.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:#e1a20c;}
.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: #23527c;background-color: #eee;border-color: #ddd;}
.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: #337ab7;border-color: #337ab7;}
.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:#e1a20c; border:solid 1px #e1a20c;}

.topdiv{ width:100%; min-width:1200px; height:30px; line-height:30px; background:#e1a20c; overflow:hidden;}
.topdiv .top{ width:1200px; height:30px; font-size:12px; margin:0px auto; overflow:hidden;}
.topdiv .left{ float:left;color:#eee;}
.topdiv .headnav{float:right; height:30px; text-align:center;color:#eee;}
.topdiv .headnav a{ color:#eee;}
.topdiv .headnav img{ position:relative; top:3px; right:0px; width:14px; height:14px;}

.headdiv{ width:1200px; margin:0px auto; height:70px; overflow:hidden;}
.headdiv .logopic{ display:block; float:left; margin-top:12px;}
.headdiv .right{ float:right;}
.headdiv .tel{color:#666; font-size:14px; clear:both; margin-top:15px;}
.headdiv .tel span{ display:block; font-size:21px; color:#e1a20c; font-weight:bold;}

.navdiv{ width:100%; height:50px; background:#333; min-width:1200px; overflow:hidden; clear:both;}
.navdiv .nav{ width:1200px; height:50px; overflow:hidden; margin:0px auto;}
.navdiv .left{ float:left; width:970px; height:50px; overflow:hidden; background:url(../images/bg-nav.jpg) no-repeat left center;}
.navdiv .left li{ display:block; float:left; width:118px; text-align:center; background:url(../images/bg-nav.jpg) no-repeat right center;}
.navdiv .left a{ display:block; width:118px; color:#fff; font-size:14px; line-height:50px;}
.navdiv .left a:hover{ background:url(../images/bg-na.png) no-repeat center; color:#e1a20c;}
.navdiv .left a.navhover{ background:url(../images/bg-na.png) no-repeat center; color:#e1a20c;}
.navdiv .searchdiv{ float:right; width:185px; height:25px; overflow:hidden; margin-top:15px; border-radius:20px; background:#f5f5f5;}
.navdiv .searchdiv .keyword{ width:140px; background:#f5f5f5; line-height:25px; float:left; border:none; margin-left:10px;}
.navdiv .searchdiv .search_btn{ background:url(../images/pic-navser.png) no-repeat center; float:right; margin-right:3px; margin-top:1px; cursor:pointer; border:none; width:22px; height:22px;}

.footnavdiv{ width:100%; height:60px; line-height:60px; background:#a67500; min-width:1200px; clear:both; overflow:hidden; text-align:center; color:#d5d5d5;}
.footnavdiv a{ color:#d5d5d5;}

.copydiv{ width:100%; height:90px; background:#333; min-width:1200px; clear:both; overflow:hidden;}
.copydiv .detail{ width:1200px; height:65px; margin:25px auto 0px auto; color:#a2a2a2; font-size:12px; text-align:center; line-height:24px;}
.copydiv .detail a{ color:#a2a2a2;}
/*内页*/
.in-banner{ display:block;width:100%; min-width:1200px; overflow:hidden; height:300px; clear:both; margin-top:1px;}

.cont-inside{ width:100%; height:auto; margin:0px auto; min-width:1200px; min-height:650px; overflow:hidden; background: url(../images/bg-case.jpg);}
.cont-inside .locationdiv{ width:1200px; margin:0px auto; height:30px; padding-top:20px;}
.cont-inside .locationdiv a{ color:#000; background:url(../images/right_arrow.png) no-repeat left center; padding-left:8px; margin-right:5px;}
.cont-inside .locationdiv a:hover{ color:#e1a20c;}
.cont-inside .locationdiv span{padding-right:8px; background:url(../images/home-icon.png) no-repeat left center;padding-left:20px;}
.cont-inside .in-content{ width:1200px; margin:15px auto 40px auto; border:1px solid #ddd; height:auto; background:#f4f4f4; min-height:500px; overflow:hidden;}
.cont-inside .type-list{ width:235px; height:auto;  background:#f4f4f4; min-height:550px;float:left;}
.cont-inside .type-list dt{ height:62px; font-size:20px; padding-top:13px; color:#480b09; border-bottom:1px solid #ddd; text-align:center;}
.cont-inside .type-list dt span{ display:block;font-size:17px; text-transform:uppercase;}
.cont-inside .type-list dd a{ background:url(../images/nav_type.png) no-repeat 10px center; display:block; padding-left:30px; width:195px; margin:0px auto; height:45px; font-size:16px; line-height:45px; color:#000;border-bottom:1px dotted #ddd;}
.cont-inside .type-list dd a:hover{color:#e1a20c; background:url(../images/nav_type_hover.png) no-repeat 10px center;border-bottom:1px dotted #e1a20c;}
.cont-inside .type-list dd a.typehover{color:#e1a20c; background:url(../images/nav_type_hover.png) no-repeat 10px center;border-bottom:1px dotted #e1a20c;}
.cont-inside .type-right{ background:#fff; float:right; width:963px; height:auto; min-height:550px;border-left:1px solid #ddd;}
.cont-inside .type-right .type-ul{ width:923px; height:auto; margin:20px auto;}
.cont-inside .type-ul .type-title{ background:url(../images/rgarrl.png) no-repeat left center; height:65px; line-height:65px; font-size:18px; padding-left:15px;}
.cont-inside .type-ul .type-line{ background:url(../images/inline.png); height:14px;}
.cont-inside .type-ul .type-cont{ height:auto; margin-top:15px;}
.cont-inside .type-detail{ text-align:center; line-height:28px; color:#666; border-bottom:1px solid #e6e6e6; margin-bottom:20px;}

.cont-inside .new-first{ width:923px; height:175px; background:#efefef; margin:0px auto 20px auto; cursor:pointer;}
.cont-inside .new-first ul{ width:903px;height:135px; margin:0px auto; padding-top:20px;}
.cont-inside .new-first .fi-pic{ display:block; width:180px; height:135px; float:left; cursor:pointer;}
.cont-inside .new-first .fi-title{overflow:hidden;display:block; white-space:nowrap;text-overflow:ellipsis; width:700px; height:35px; line-height:35px;margin-left:20px;float:left;font-size:17px; color:#000;}
.cont-inside .new-first .fi-intro{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;float:left; width:700px; height:75px; line-height:24px;margin-left:20px; font-size:14px; color:#888;}
.cont-inside .new-first .fi-more{ margin-top:5px; display:block;margin-left:20px; width:100px; float:left;color:#ff0000;}
.cont-inside .new-first ul:hover .fi-title{ color:#e1a20c;}
.cont-inside .new-first ul:hover .fi-intro{ color:#e1a20c;}
.cont-inside .new-list {width:923px; height:30px; border-bottom:1px dashed #e7e7e7; margin:8px auto 0px auto;}
.cont-inside .new-list .new-title { float:right; width:923px; height:26px; line-height:26px;}
.cont-inside .new-list .new-title a{ color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size:16px; display:block;width:730px; float:left;}
.cont-inside .new-list a:hover{ color:#e1a20c;}
.cont-inside .new-list .new-title span{ float:right; color:#999;}

.cont-inside .pro-list{ display:block; float:left; width:260px; height:200px; margin:20px 0 10px 40px; position:relative; border:1px solid #e1a20c;}
.cont-inside .pro-list .words{ position:absolute; bottom:0; left:0; background:url(../images/opacity.png);width:260px;height:40px; line-height:40px; font-size:18px; color:#fff; text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cont-inside .pro-list:hover img{ opacity:0.7;}
.cont-inside .pro-list:hover .words{color:#ff0;}

.res-list{ width:1180px; height:auto; min-height:500px; margin:0px auto; padding-top:20px;}
.res-list li{ border-bottom:1px dashed #e1e1e1; width:1180px; height:40px; line-height:40px; background:url(../images/listdot.png) no-repeat left center; cursor:pointer;}
.res-list li a{ color:#000; display:block;width:1050px; height:40px; font-size:15px; margin-left:10px; float:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.res-list li span{ color:#aaa; float:right; margin-right:10px;}
.res-list li:hover a{ color:#e1a20c;}

.info{ line-height:35px; font-size:16px; margin:20px 20px;}
.feed_form{ width:800px; border:1px solid #e1e1e1; height:auto; overflow:hidden; margin:0px auto 20px auto; background:#f4f4f4;}
.feed_form table{ height:auto; overflow:hidden; width:750px; margin:20px auto;}
.feed_form table td{ margin-bottom:20px;}
.feed_form input[type="text"]{margin-bottom:20px;border:1px solid #e7e7e7; width:620px; margin-right:20px; float:right; height:40px;padding-left:5px; box-sizing:border-box;}
.feed_form textarea{height:100px; line-height:20px;padding-left:5px;width:620px; margin-right:20px; resize:none;float:right;border:1px solid #e7e7e7; box-sizing:border-box;}
.feed_form .order_btn{ background:#e1a20c; color:#fff;cursor:pointer; font-size:18px; width:120px;height:40px; border:none; margin:20px 0 20px 15px;}
.feed_form input:focus,.feed_form textarea: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:80px; height:40px; padding-bottom:20px;}
.feed_form .type-rg{ width:620px; float:right; margin-right:20px;line-height:20px;}

.hum-list{ height:35px; line-height:35px; border-bottom:1px dashed #e1e1e1; cursor:pointer;}
.hum-list a{ display:block; float:left; width:720px; font-size:15px; color:#000; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.hum-list span{ float:right; font-size:13px; color:#999;}
.hum-list:hover a{ color:#e1a20c;}