@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:70;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:102;}
.i-showpic-div{ position:absolute; overflow:hidden; width:auto;}
.i-showpic-pic { float:left;}
.i-showpic-pic img{ display:block; margin:0px auto; overflow:hidden; display:none; cursor:pointer;}
.i-showpic-arrowleft{ width:60px; height:60px; position:fixed; left:0; top:50%; margin-top:-30px; cursor:pointer; display:block; z-index:103;}
.i-showpic-arrowright{ width:60px; height:60px; position:fixed; right:0; top:50%; margin-top:-30px;cursor:pointer; display:block; z-index:103;}
.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;}
/* 辅助样式 */
.cscreen{position:absolute;top:0;left:0;z-index:30;background:#000;opacity:0.70;filter:alpha(opacity=70);-moz-opacity:0.70;}
/* 错误提示 */
.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:#1f9142;}
.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:#1f9142;}
.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:#13366c; border:solid 1px #13366c;}

.topdiv{ width:100%; min-width:1200px; height:30px; line-height:30px; background:#13366c; overflow:hidden;}
.topdiv .top{ width:1200px; height:30px; margin:0px auto; overflow:hidden;}
.topdiv .left{ float:left;color:#99ccff;}
.topdiv .headnav{float:right; height:24px; text-align:center;color:#99ccff;}
.topdiv .headnav a{ color:#99ccff;}
.topdiv .headnav img{ position:relative; top:3px; right:3px;}

.headdiv{ width:1200px; margin:0px auto; height:80px; overflow:hidden;}
.headdiv .logopic{ display:block; float:left; margin-top:10px;}
.headdiv .right{ float:right;}
.headdiv .tel{color:#8b8b8b; font-size:12px; clear:both; margin-top:25px;}
.headdiv .tel span{font-size:37px; color:#13366c;}

.navdiv{ width:100%; height:60px; background:#13366c; min-width:1200px; overflow:hidden; clear:both;}
.navdiv .nav{ width:1200px; height:60px; overflow:hidden; margin:0px auto;}
.navdiv .nav li{ display:block; float:left; width:120px; text-align:center;}
.navdiv .nav a{ display:block; width:120px; color:#fff; font-size:14px;height:45px; padding-top:15px;}
.navdiv .nav span{ display:block; font-size:10px; text-transform:uppercase; color:#7086a8; font-family:Arial;}
.navdiv .nav a:hover{ background:#99ccff; color:#000;}
.navdiv .nav a:hover span{ color:#000;}
.navdiv .nav a.navhover{ background:#99ccff; color:#000;}
.navdiv .nav a.navhover span{ color:#000;}

.footerdiv{ width:100%; height:130px; background:#13366c; clear:both; min-width:1200px; padding-top:40px;}
.footerdiv .footer{ width:1200px; height:85px; margin:0px auto;}
.footerdiv .footer .left{ width:175px; height:27px; float:left; border-right:1px solid #25568f; background:url(../images/foot-tel.png) no-repeat left 8px; padding-top:53px; color:#3877b5; font-size:23px; font-family:Arial; font-weight:bold;}
.footerdiv .footer .middle{ width:800px; height:80px; float:left; margin:0 20px 0 40px; color:#5889d3; font-size:13px;}
.footerdiv .middle .footnav{ display:inline-block; color:#5889d3; line-height:22px;}
.footerdiv .middle .copyright{ color:#3877b5; font-size:12px; line-height:22px; margin-top:10px;}
.footerdiv .middle .copyright a{ color:#3877b5;}
.footerdiv .right{ float:right; margin-top:5px;}
.footerdiv li{ display:block; width:44px; height:75px; float:left; margin-left:35px; position:relative; cursor: pointer;}
.footerdiv li .words{ position:absolute; bottom:0; left:0; width:45px; height:20px; background:#204f95; text-align:center; line-height:20px; color:#65a1dd; font-size:12px; border-radius:15px;}
.footerdiv .weixin .wechat{ position:absolute; top:-113px; left:-30px; display:none;}
.footerdiv .weixin:hover .wechat{ display:block;}
.footerdiv .qq{ background:url(../images/foot-qq.png) no-repeat;}
.footerdiv .qq a{ display:block; width:44px; height:44px;}
/* 内页 */
.in-banner{ display:block;width:100%; min-width:1200px; overflow:hidden; height:300px; clear:both;}

.middle_main { width:1200px; margin:20px auto; min-height:500px; overflow:hidden;}
.middle_left{ width:240px; float:left; height:auto; overflow:hidden; }
.left-top { width:240px;  border:1px solid #e7e7e7; box-sizing:border-box; background:#fff;}
.left-top dl{ width:100%; height:auto; overflow:hidden; padding-bottom:15px;}
.left-top dl dt{ width:240px; height:40px; line-height:40px; background:#13366c; color:#fff; font-size:16px; text-align:center;}
.left-top dl dd{background:url(../images/nav_type.png) no-repeat left center; width:210px;margin:0px auto; height:36px; border-bottom:1px dotted #dedede; line-height:36px; margin-top:8px;}
.left-top dd a { display:block;font-size:13px; color:#333; width:200px; margin-left:20px;}
.left-top dd:hover{background:url(../images/nav_type_hover.png) no-repeat left center;}
.left-top dd:hover a { color:#13366c;}
.left-top dd.hover{background:url(../images/nav_type_hover.png) no-repeat left center;}
.left-top dd.hover a { color:#13366c;}
.mid-top{ width:240px; height:40px; line-height:40px; background:#13366c; color:#fff; font-size:16px; text-indent:10px;}
.left-bot {width:240px; border:1px solid #e7e7e7; box-sizing:border-box; margin-top:18px; height:auto; overflow:hidden;}
.left-bot td { line-height:40px;}
.middle-right { float:right;width:940px; border:1px solid #e7e7e7;box-sizing:border-box;min-height:410px; background:#fff;}

.left-table{ height:auto; min-height:120px; float:left;width:240px; overflow:hidden; border:1px solid #e7e7e7; background:#fff;}
.left-table tr{ height:40px; line-height:40px; font-size:14px; color:#000;}
.left-table .fir{ width:240px; height:40px; line-height:40px; background:#13366c; color:#fff; font-size:16px; text-align:center;}
/*当前位置*/
.locationdiv { background:#f2f2f2; margin-bottom:20px;}
.right-top { height:40px; line-height:40px; font-size:13px; padding-left:20px;border-bottom:1px solid #e7e7e7; overflow:hidden;}
.location { float:right; margin-top:0px;color:#000; margin-right:20px;}
.location a { color:#000; background:url(../images/right_arrow.png) no-repeat left center; padding-left:8px; margin-right:5px;}
.location a:hover { color:#13366c;}
.location span {padding-right:8px; background:url(../images/iconfont-home.png) no-repeat left center; padding-left:20px;}
.right-content { width:910px; margin:0px auto 20px auto; height:auto; overflow:hidden; line-height:26px;}
.right-content img { max-width:910px;}

.new-list {width:910px; height:auto; margin-bottom:20px;}
.new-list .new-title { width:910px; height:35px; line-height:35px;border-bottom:1px dashed #e1e1e1; cursor:pointer;}
.new-list .new-title a { display:block; float:left; width:820px; color:#333; font-size:14px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.new-list .new-title span{ float:right; color:#999; font-size:12px;}
.new-list .new-title:hover a { color:#13366c;}
h2 { text-align:center; margin-bottom:10px;}
.inside-time{ text-align:center; margin-bottom:20px; font-size:13px; color:#999; border-bottom:1px dotted #e1e1e1; height:40px;}

.middle_main .pro-list { width:200px; height:220px; float:left; margin:0 15px 25px 10px; }
.middle_main .pro-pic { width:200px;height:180px; border:1px solid #e7e7e7;}
.middle_main .pro-pic img {width:200px;height:180px;}
.middle_main .pro-title { text-align:center; width:190px; padding-left:5px;padding-right:5px; height:30px; line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.middle_main .pro-pic:hover {border:1px solid #13366c;}
.middle_main .pro-title a { color:#333;}
.middle_main .pro-title a:hover {color:#13366c;} 
.middle_main .item img { width:210px; height:130px;padding:20px ; }

.child img { margin-bottom:20px;}
.ch-cont{ text-indent:2em;}
.chi-list{ width:250px; height:260px; float:left; margin:0 17px 20px 0;}
.chi-pic { width:250px;height:235px; border:1px solid #e7e7e7;}
.chi-pic img {width:220px;height:200px; padding:15px;}
.chi-list .pro-title {width:250px;}
.chi-pic:hover {border:1px solid #13366c;}

.cont-inside{ width:100%; height:auto; margin:0px auto; min-width:1200px; min-height:650px; overflow:hidden;}
.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:#e0a231;}
.cont-inside .locationdiv span{padding-right:8px; background:url(../images/iconfont-home.png) no-repeat left center;padding-left:20px;}
.cont-inside .in-content{ width:1200px; margin:15px auto 40px auto; height:auto;min-height:500px; overflow:hidden;}

.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:#13366c; color:#fff;cursor:pointer; font-size:18px; width:120px;height:40px; border:none; margin:20px 0 20px 25px;}
.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;}

.hon-list{ display:block; float:left; width:390px; height:250px; border:1px solid #e1e1e1; overflow:hidden; margin:0 20px 30px 30px;}
.hon-list img{ margin:7px;}
