﻿@charset "utf-8";
@import url("icon/iconfont.css");
/*全局样式
---------------------------------------------*/
body{ margin:0 auto; padding:0; width:100%; color:#333; font:12px/1.5 Arial,"Microsoft Yahei"; -webkit-font-smoothing:antialiased; }
input,button,select,textarea,img,p,h1,h2,h3,h4,h5{ margin:0; padding:0; border:0; font-family:'Microsoft YaHei','微软雅黑'; }
a{ color:#333; text-decoration:none; }
a:hover{ color:#08b3be; text-decoration:none; -webkit-transition: all 0.2s linear;transition: all 0.2s linear; }
ol,ul,li,dl,dd{ margin:0 auto; padding:0; list-style-type:none; }
i,em{ font-style:normal;}
table { border-collapse:collapse; border-spacing:0; }

/*Clear Fix*/ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; } 
.clearfix { display:block; } 

.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.clear30{ clear:both; font-size:0px; height:30px; overflow:hidden; }
.clear10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.clear20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.clear60{ clear:both; font-size:0px; height:60px; overflow:hidden; }
.clear40{ clear:both; font-size:0px; height:40px; overflow:hidden; }



/*图片焦点缩放通用功能*/
.img_hover_zoom{ display:block; -moz-transition:all 0.5s linear; -o-transition:all 0.5s linear; transition:all 0.5s linear;}
.img_hover_zoom:hover{-webkit-transform:  scale(1.2) ; -moz-transform: scale(1.2) ; -ms-transform: scale(1.2);     -o-transform:  scale(1.2) ; transform:  scale(1.2);}


/*页面布局
----------------------------------------------*/
.section{ position:relative; margin:0 auto; width:1160px; min-width:925px; max-width:1160px; text-align:left; }
.wrapper{ position:relative; margin:0 auto; padding:0; width:100%; height:auto; text-align:left; overflow:hidden; }
	.wrapper:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.wrap-box{ width:1160px; }
.left-925{ position:relative; float:left; margin:0; padding:0; width:925px; }
.left-705{ position:relative; float:left; margin:0; padding:0; width:705px; }
.left-690{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:690px; }
.left-455{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:455px; }
.left-260{ position:relative; display:block; float:left; width:260px; overflow:hidden; }
.left-220{ position:relative; display:block; float:left; margin:0 0 0 15px; padding:0; width:220px; _overflow:hidden; }
.left-auto{ position:relative; display:block; margin:0 275px 0 0; overflow:hidden; _zoom:1; }
.right-260{ position:relative; display:block; float:right; width:260px; overflow:hidden; }
.right-auto{ position:relative; display:block; margin:0 0 0 275px; overflow:hidden; _zoom:1; }
.bg-wrap{ margin:0; padding:0; background:#fff; }
    .bg-wrap:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .bg-wrap.nobg{ background:none; }
.pad-15{ position:relative; padding:15px; }

/*页面标题
----------------------------------------------*/
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
    .location a{ margin:0 5px; }
    .location span{ color:#666; }
.main-tit{ padding-top:14px; height:54px; line-height:54px; text-align:left; }
    .main-tit h2{ display:block; margin:0; padding:0; float:left; color:#333; font-size:20px; font-weight:normal; }
    .main-tit p{ display:block; float:right; color:#555; font-size:14px; }
    .main-tit p a{ margin-left:10px; }
    .main-tit p a i{ font-style:normal; }
.slide-tit{ border-bottom:1px solid #f0f0f0; color:#08b3be; line-height:1em; font-size:16px; font-weight:normal; }
    .slide-tit strong{ padding:10px 0; float:right; color:#999; font-size:12px; font-weight:normal; }
	.slide-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #08b3be; }
.nav-tit{ margin:0 auto 50px; padding:30px 0; text-align:center; color:#333; font-size:16px; line-height:1em; border-bottom:1px solid #e0e0e0; }
    .nav-tit.short{ padding-bottom:0; border-bottom:0; }
    .nav-tit a{ margin-left:10px; color:#333;  }
    .nav-tit a:hover,.nav-tit a.selected{ color:#08b3be; }
    .nav-tit i{ margin-left:10px; color:#e0e0e0; }
.sub-tit{ margin:0 50px 10px; padding-top:35px; height:42px; border-bottom:1px solid #e0e0e0; font-size:16px; }
    .sub-tit a.add{ display:block; margin-right:10px; float:right; color:#23ac38; font-size:14px; line-height:42px; }
    .sub-tit a.add i{ display:inline-block; margin-right:5px; color:#23ac38; font-size:14px; }
    .sub-tit ul{ display:inline-block; }
    .sub-tit ul li{ margin:0; padding:0; display:inline-block; *display:inline; *zoom:1; }
    .sub-tit ul li a{ display:inline-block; padding:0 15px; line-height:42px; }
    .sub-tit ul li.selected a{ border-bottom:2px solid #23ac38; color:#23ac38; }
.search-tit{ display:block; margin:0 30px; padding-top:15px; line-height:38px; border-bottom:1px solid #f0f0f0; }
    .search-tit h3{ display:inline-block; color:#333; font-size:16px; font-weight:normal; }
    .search-tit span{ margin-left:15px; color:#999; font-size:14px; }
    .search-tit span strong{ margin:0 2px; color:#1e7bb3; font-weight:600; }



/*内容样式
----------------------------------------------*/
/*文字列表样式*/
.side-txt-list{ padding:6px 15px 15px; text-align:left; background:#fff; }
    .side-txt-list li{ line-height:28px; font-size:12px; }
    .side-txt-list li span{ float:right; color:#999; }
    .side-txt-list li.tit a{ color:#108cee; font-size:18px; line-height:48px; }

/*图文列表样式*/
.side-img-box{ position:relative; width:455px; height:455px; background:#fff; overflow:hidden; }
    .side-img-box em{ position:absolute; display:none; margin:-30px auto auto -30px; top:50%; left:50%; width:60px; height:60px; font-style:normal; filter:alpha(Opacity=60); -moz-opacity:0.6;opacity:0.6; }
    .side-img-box em i{ color:#fff; font-size:60px; line-height:60px; }
    .side-img-box a:hover em{ display:block; }
    .side-img-box .abs-bg{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:#000; filter:alpha(Opacity=30); -moz-opacity:0.3;opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); }
    .side-img-box .info{ position:absolute; left:0; bottom:0; right:0; width:100%; height:50px; line-height:20px; text-align:left; }
    .side-img-box .info h3{ padding:5px 15px 0; color:#fff; font-size:14px; font-weight:normal; }
    .side-img-box .info p{ padding:0 15px; color:#eee; font-size:12px; }
    .side-img-box img{ min-width:100%; min-height:100%; _width:100%; _height:100%; }

.side-img-list{ text-align:left; padding:10px 0 11px 0; background:#fff; }
    .side-img-list li{ display:block; padding:10px 15px; }
    .side-img-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .side-img-list li .img-box{ position:relative; float:left; width:60px; height:60px; overflow:hidden; }
    .side-img-list li .img-box label{ position:absolute; top:1px; left:1px; display:block; width:16px; height:16px; line-height:16px; color:#fff; font-size:12px; font-weight:normal; text-align:center; background:#666; }
    .side-img-list li:first-child .img-box label{ background:#d70029; }
    .side-img-list li .img-box img{ margin:0; padding:0; border:1px solid #ebebeb; width:58px; height:58px; }
    .side-img-list li .txt-box{ display:block; margin-left:75px; font-size:12px; }
    .side-img-list li .txt-box a{ display:block; height:40px; line-height:20px; overflow:hidden; }
    .side-img-list li .txt-box span{ display:block; color:#999; height:20px; line-height:20px; }

.focus-list{ margin:0; padding:0; }
    .focus-list li{ height:33px; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .focus-list li label{ display:inline-block; margin:0 5px 0 0; padding:0; width:16px; height:16px; line-height:16px; color:#fff; font-size:12px; font-weight:400; text-align:center; background:#999; border-radius:2px; vertical-align:middle; }
    .focus-list li label.hot{ background:#d70029; }
    .focus-list li a{ line-height:33px; }

.sidebar-box{ margin:0 0 15px; padding:20px; background:#fff; }
    .sidebar-box h4{ margin:0; padding:0 0 15px; border-bottom:1px solid #e0e0e0; color:#333; font-size:16px; font-weight:300; line-height:20px; }
    .sidebar-box .txt-list li{ margin-top:15px; line-height:20px; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .sidebar-box .txt-list li label{ display:inline-block; margin:0 5px 0 0; width:16px; height:16px; line-height:16px; color:#fff; font-size:12px; font-weight:400; text-align:center; background:#999; border-radius:2px; vertical-align:middle;  }
    .sidebar-box .txt-list li label.hot{ background:#d70029; }
    .sidebar-box .txt-list li a{ line-height:20px; }
    .sidebar-box .side-img-list{ padding-bottom:0; }
    .sidebar-box .side-img-list li{ padding:10px 0; }
    .sidebar-box .tags-box{ margin:0 0 0 -10px; }
    .sidebar-box .tags-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.sidebar-box .tags-box a{ display:block; float:left; margin:10px 0 0 10px; padding:5px; color:#555; font-size:12px; line-height:20px; border:1px solid #f0f0f0; }
    .sidebar-box .tags-box a:hover{ border-color:#08b3be; }
	.tags-box a i{ margin-left:2px; color:#999; font-style:normal; }
/*图片列表样式*/
.img-list{ margin:-15px 0 0 -15px; *display:inline-block; }
    .img-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .img-list .nodata{ color:#999; line-height:80px; text-align:center; }
    .img-list li{ position:relative; float:left; margin:15px 0 0 15px; width:220px; height:auto; background:#fff; overflow:auto; _display:inline; }
    .img-list li .img-box{ display:block; position:relative; width:220px; height:220px; overflow:hidden; }
    .img-list li .img-box .abs-txt{ position:absolute; top:8px; left:0; display:inline-block; padding:0 6px; color:#fff; font-size:12px; line-height:24px; background:#c81623; text-align:center; border-radius:0 3px 3px 0; }
    .img-list li .img-box img{ width:100%; height:100%;}
    .img-list li .info{ display:block; text-align:left; margin:15px; }
    .img-list li .info h3{ display:block; line-height:20px; height:40px; font-size:12px; font-weight:normal; overflow:hidden; }
    .img-list li .info p{ display:block; line-height:28px; color:#999; font-size:12px; }
    .img-list li .info p.price{ padding-top:10px; line-height:18px; }
    .img-list li .info p.price b{ margin-right:2px; color:#f40; font-size:16px; }
    .img-list li .info p strong{ float:right; font-weight:normal; }
    .img-list li .info p span.price{ color:#fb2104; font-size:14px; font-weight:600; }
    .img-list li em{ position:absolute; display:none; margin:-30px auto auto -30px; top:50%; left:50%; width:60px; height:60px; font-style:normal; filter:alpha(Opacity=60); -moz-opacity:0.6;opacity:0.6; }
    .img-list li em i{ color:#fff; font-size:60px; line-height:60px; }
    .img-list li a:hover em{ display:block; }
    .img-list li .abs-bg{ position:absolute; left:0; bottom:0; width:100%; height:50px; background:#000; opacity:0.3; filter:alpha(opacity=30); -moz-opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); }
    .img-list li .remark{ position:absolute; left:0; bottom:0; right:0; width:100%; height:50px; line-height:20px; text-align:left; overflow:hidden; }
    .img-list li .remark h3{ padding:5px 15px 0; color:#fff; font-size:12px; font-weight:normal; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .img-list li .remark p{ padding:0 15px; color:#eee; font-size:12px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
/*图文列表样式*/
.n-list{ padding:15px 30px; }
	.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.n-list li h2 a{ color:#333; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:118px; border:1px solid #e8e8e8; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
	.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
	.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
    .n-list li .note .info span i{ margin-right:3px; font-size:12px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
/*相关列表样式*/
.rel-list{ margin-top:-15px; }
    .rel-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .rel-list .nodata{ color:#999; font-size:14px; line-height:50px; }
    .rel-list li{ display:block; float:left; margin:15px auto 0 0; padding:0; width:50%; overflow:hidden; _float:none; _width:auto; }
    .rel-list li .img-box{ position:relative; display:block; float:left; width:98px; height:98px; border:1px solid #e8e8e8; overflow:hidden; }
    .rel-list li .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; overflow:hidden; }
    .rel-list li .info{ margin:0 auto 0 115px; padding-right:15px; _margin-top:-15px; _padding-right:0; }
    .rel-list li .info h3{ display:block; font-size:14px; font-weight:normal; height:30px; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .rel-list li .info p{ color:#555; font-size:12px; height:48px; line-height:22px; overflow:hidden; }
    .rel-list li .info span{ line-height:22px; color:#999; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.rel-box{ position:relative; padding:0 50px 0; }
    .rel-box .rel-list{ margin:0 0 15px 0; }
/*类别列表*/
.navbar li{ padding-top:10px; }
	.navbar li h5{ display:block; color:#3b8dd1; font-size:14px; font-weight:normal; line-height:30px; }
	.navbar li h5 a{ color:#08b3be; }
	.navbar li p{ font-size:12px; line-height:30px; }
	.navbar li p a{ display:inline-block; margin-right:5px; }
/*内容标题样式*/
.meta{ margin:0; padding:50px 50px 0 50px; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h2{ margin:0 0 20px; padding:0; color:#333; font-size:24px; font-weight:300; line-height:1em; }
	.meta .info{ margin:0 0 10px; }
	.meta .info span{ margin-right:10px; color:#b0b0b0; font-size:12px; line-height:14px; }
    .meta .info span i{ margin-right:5px; display:inline-block; font-size:14px; }
    .meta .note{ margin-top:10px; padding:15px 20px; background:#f5f5f5; line-height:22px; color:#757575; font-size:12px; }
/*内容详细样式*/
.entry{ margin-top:20px; padding:0 50px 15px; font-size:14px; line-height:2em; word-wrap:break-word; }
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ margin:0.8em auto; padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; padding:0; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#333; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; font-size:12px; line-height:1.7em; }
	.entry table{ margin:10px auto; border-left:1px solid #eee; border-top:1px solid #eee; }
	.entry table th{ background:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding:0.35em 0.5em; }

/*上下一条样式*/
.next-box{ position:relative; padding:10px 50px 20px; line-height:20px; color:#444; font-size:14px; }
    .next-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .next-box p{ display:block; width:49%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .next-box p a{ color:#428bca; }
    .next-box p.prev{ float:left; }
    .next-box p.next{ float:right; }

/*文章评论样式*/
.comment-box{ position:relative; padding:0 50px 20px; }
    .comment-box .form-box{ margin:0; padding:15px 0; }
    .comment-box .form-box .avatar-box{ display:block; float:left; margin:0; padding:0; width:55px; height:55px; border:0; border-radius:55px; background:#fafafa; overflow:hidden; }
    .comment-box .form-box .avatar-box i{ color:#999; font-size:55px; line-height:1.2em; }
    .comment-box .form-box .avatar-box img{ width:100%; height:100%; }
    .comment-box .form-box .conn-box{ position:relative; margin-left:70px; }
    .comment-box .form-box .conn-box .editor{ position:relative; margin-right:18px; }
    .comment-box .form-box .conn-box .editor textarea{ display:inline; margin:0; padding:8px; width:100%; height:80px; border:1px solid #e8e8e8; line-height:20px; }
    .comment-box .form-box .conn-box .subcon{ padding-top:15px; color:#999; font-size:12px; }
    .comment-box .form-box .conn-box .subcon .submit{ float:right; display:inline-block; padding:0 20px; height:36px; line-height:34px; color:#fff; font-size:12px; background:#38f; vertical-align:middle; cursor:pointer; }
    .comment-box .form-box .conn-box .subcon strong{ color:#333; font-weight:normal; }
    .comment-box .form-box .conn-box .subcon .code{ margin-right:5px; padding:7px; width:80px; height:20px; line-height:20px; border:1px solid #e8e8e8; }
    .comment-box .form-box .conn-box .subcon a img{ vertical-align:middle; }
    .comment-box .list-box li{ padding:17px 0; border-top:1px solid #f7f7f7; }
    .comment-box .list-box li .avatar-box{ display:block; float:left; margin:0; padding:0; width:55px; height:55px; border:0; border-radius:55px; background:#fafafa; overflow:hidden; }
    .comment-box .list-box li .avatar-box i{ color:#999; font-size:55px; line-height:1.2em; }
    .comment-box .list-box li .avatar-box img{ width:100%; height:100%; }
    .comment-box .list-box li .inner-box{ position:relative; margin-left:70px; }
    .comment-box .list-box li .inner-box .info{ padding-bottom:3px; }
    .comment-box .list-box li .inner-box .info span{ margin-right:5px; color:#999; font-size:12px; }
    .comment-box .list-box li .inner-box p{ color:#333; font-size:14px; line-height:1.8em; }
    .comment-box .list-box li .answer-box{ clear:both; margin:10px 0 0 70px; padding:10px; background:#fafafa; border:1px solid #e6e6e6; border-radius:3px; }
    .comment-box .list-box li .answer-box .info{ margin-bottom:5px; padding:0; color:#1e7bb3; font-size:12px; border:none; }
    .comment-box .list-box li .answer-box .info span.right{ float:right; color:#999; }
    .comment-box .list-box li .answer-box p{ color:#555; font-size:14px; line-height:1.8em; }
/*类别导航样式*/
.screen-box{ display:block; position:relative; margin:0 0 15px; padding:0 15px; background:#fff; }
    .screen-box ul{ padding:10px 0; display:block; font-size:14px; }
    .screen-box ul h4{ display:inline-block; padding:0 15px; text-align:right; line-height:28px; font-weight:normal; }
    .screen-box ul li{ display:inline-block; padding:0 15px; line-height:28px; *display:inline; *zoom:1; }
    .screen-box ul li a{ color:#333; }
    .screen-box ul li a:hover,.screen-box ul li.selected a{ color:#8CAC52; }
    
    .screen-box dl{ margin:0; padding:0; clear:both; display:block; border-top:1px solid #f7f7f7; font-size:12px; }
	.screen-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.screen-box dl:first-child{ border-top:none; }
	.screen-box dl dt{ display:block; float:left; padding-left:10px; width:100px; color:#555; line-height:40px; }
	.screen-box dl dd{ position:relative; margin-left:112px; padding-top:6px; overflow:hidden; }
	.screen-box dl dd a{ display:inline-block; margin:0 6px 6px 0; padding:8px 10px; border:1px solid #fff; line-height:12px; }
	.screen-box dl dd a.selected{ border-color:#fff; color:#fff; background:#08b3be; }
/*排序样式*/
.sort-box{ position:relative; margin:0 0 15px; height:36px; background:#fff; overflow:hidden; }
	.sort-box a{ display:block; float:left; margin-left:-1px; padding:0 15px; line-height:36px; height:36px; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; color:#333; font-size:12px; }
	.sort-box a:hover,.sort-box a.selected{ color:#fff; background:#08b3be; }
/*内容相册样式*/
.album-list{ position:relative; margin:0 50px; }
	.album-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.album-list ul{ margin:0 0 0 -15px; *zoom:1; }
	.album-list li{ float:left; width:25%; }
	.album-list li a{ display:block; margin:15px 0 0 15px; padding:1px; border:1px solid #e8e8e8; }
	.album-list li a img{ display:block; width:100%; height:auto; }
/*附件下载样式*/
.attach-list{ margin:0 50px 15px; color:#757575; }
    .attach-list ul li{ margin-top:15px; padding:15px; border:1px solid #ebebeb; }
    .attach-list ul li .link-btn{ display:block; float:right; margin-top:7px; padding:5px 15px; border:1px solid #e0e0e0; line-height:20px; font-size:14px; cursor:pointer; }
    .attach-list ul li .link-btn i{ font-size:14px; }
    .attach-list ul li .icon-box{ display:inline-block; margin-right:5px; line-height:38px; color:#ccc; }
    .attach-list ul li .icon-box i{ font-size:38px; }
    .attach-list ul li .info{ display:inline-block; }
    .attach-list ul li .info h3{ line-height:20px; color:#333; font-size:14px; font-weight:normal; }
    .attach-list ul li .info span{ margin-right:5px; line-height:18px; color:#999; font-size:12px; }
/*商品缩略图样式*/
.goods-box{ position:relative; margin-bottom:15px; padding:30px; font-size:12px; background:#fff; }
.goods-pic{ position:relative; float:left; width:370px; *z-index:1; }
	.pic-box{ float:left; }
	.pic-preview{ width:368px; height:368px; border:1px solid #e8e8e8; }
	.pic-scroll{ margin-top:10px; width:370px; }
	.pic-scroll .prev{ float:left; margin-right:5px; }
	.pic-scroll .next{ float:right; }
	.pic-scroll .prev,.pic-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:60px; line-height:60px; border:1px solid #e8e8e8; background:#f7f7f7; cursor:pointer; text-decoration:none; }
	.pic-scroll .items{ position:relative; float:left; width:335px; height:62px; overflow:hidden; }
	.pic-scroll .items ul{ position:absolute; margin:0; padding:0; width:999999px; height:100%; }
	.pic-scroll .items ul li{ float:left; margin:0; padding:0; width:67px; text-align:center; }
	.pic-scroll .items ul li img{ padding:2px; border:1px solid #e8e8e8; width:56px; height:56px; }
	.pic-scroll .items ul li img:hover{ padding:1px; border:2px solid #d70000; }
/*商品规格*/
.goods-spec{ position:relative; margin:0 0 0 395px; overflow:hidden; }
	.goods-spec h1{ display:block; color:#555; font-size:18px; font-weight:700; line-height:1.1em;  }
	.goods-spec .subtitle{ margin-top:5px; color:#888; font-size:14px; line-height:18px; }
	.goods-spec .spec-box{ position:relative; margin-top:10px; }
	.goods-spec .spec-box.line{ padding-top:10px; border-top:1px solid #efefef; }
	.goods-spec .spec-box:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl{ clear:both; display:block; }
	.goods-spec .spec-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl dt{ float:left; width:80px; line-height:38px; min-height:38px; color:#999; }
	.goods-spec .spec-box dl dd{ position:relative; padding:5px 0; line-height:26px; min-height:26px; color:#6c6c6c; }
	.goods-spec .spec-box dl dd s{ display:inline-block; text-decoration:line-through; }
	.goods-spec .spec-box dl dd .price{ display:inline-block; margin-right:5px; color:#f40; font-size:24px; font-weight:700; font-style:normal; }
	.goods-spec .spec-box dl dd .items li{ position:relative; float:left; margin:0 5px 8px 0; padding:1px; line-height:20px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a{ display:block; padding:1px; color:#666; min-width:10px; width:auto !important;  text-align:center; text-decoration:none; border:1px solid #eee; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a span{ display:inline-block; padding:5px 9px; font-style:normal; line-height:20px; }
	.goods-spec .spec-box dl dd .items li a img{ width:36px; height:38px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a.selected{ margin:-1px; color:#333; border:2px solid #f40; color:#f40; }
	.goods-spec .spec-box dl dd .stock-box{ display:block; float:left; margin-right:10px; width:64px; }
	.goods-spec .spec-box dl dd .stock-box input{ float:left; margin-right:3px; width:42px; height:30px; line-height:30px; text-align:center; border:1px solid #e8e8e8; }
	.goods-spec .spec-box .stock-box a{ display:block; float:left; margin-bottom:4px; width:15px; height:12px; line-height:12px; color:#333; font-size:11px; text-align:center; border:1px solid #e8e8e8;  cursor:pointer; overflow:hidden; }
	.goods-spec .spec-box .stock-txt{ float:left; line-height:32px; }
	.goods-spec .spec-box .btn-buy{ margin-top:15px; }
	.goods-spec .spec-box .btn-buy .buy{ display:inline-block; margin-right:10px; padding:0 30px; color:#e5511d; font-size:16px; line-height:38px; background:#ffe4d0; border:1px solid #f0cab6; cursor:pointer; }
	.goods-spec .spec-box .btn-buy .add{ display:inline-block; padding:0 30px; color:#fff; font-size:16px; line-height:38px; background:#f40; border:1px solid #f40; border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy button.over{ color:#999; background:#f7f7f7; border-color:#e8e8e8; cursor:default; }
/* 图片放大镜样式*/
.jqzoom{ position:relative; float:left; display:block; margin:0; padding:0; width:368px; height:368px; border:none; cursor:crosshair; }
	.jqzoom img{ width:368px; height:368px; }
.zoomdiv{ position:absolute; top:0; left:0; z-index:100; display:none; width:368px; height:368px; background:#fff; border:1px solid #e8e8e8; text-align:center; overflow:hidden; }
.jqZoomPup{ position:absolute; top:0; left:0; z-index:10; visibility:hidden; width:20px; height:20px; border:1px solid #aaa; background:#fff; opacity:0.5;-moz-opacity:0.5; -khtml-opacity:0.5; filter:alpha(Opacity=50); }
/*商品Tab样式*/
.goods-tab .tab-head{ display:block; height:42px; border-bottom:1px solid #f0f0f0; background:#fff; }
	.goods-tab .tab-head ul li{ float:left; margin-left:-1px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; }
	.goods-tab .tab-head ul li a{ display:block; padding:0 30px; height:42px; line-height:42px; color:#555; font-size:14px; }
	.goods-tab .tab-head ul li a:hover,.goods-tab .tab-head ul li a.selected{ color:#fff; background:#08b3be; }
	.goods-tab .tab-content{ display:none; }
/*焦点菜单*/
.banner-img{ position:relative; width:100%; height:341px; overflow:hidden; }
    .banner-img img{ min-width:100%; min-height:100%; }
.banner-nav{ position:relative; width:100%; height:341px; background:#fff; }
    .banner-nav ul{ padding:15px 0; }
    .banner-nav ul li{ cursor:pointer; }
    .banner-nav ul li h3{ position:relative; display:block; padding:0 20px; width:180px; font-weight:normal; height:53px; }
    .banner-nav ul li h3 i{ position:absolute; right:5px; top:18px; width:13px; height:13px; color:#e0e0e0; font-size:13px; }
    .banner-nav ul li h3 span{ line-height:28px; color:#333; font-size:14px; }
    .banner-nav ul li h3 p{ line-height:16px; color:rgba(0,0,0,0.5); font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .banner-nav ul li:hover h3{ background:#d70029; }
    .banner-nav ul li:hover h3 i{ color:#fff; }
    .banner-nav ul li:hover h3 span{ color:#fff; }
    .banner-nav ul li:hover h3 p{ color:rgba(255,255,255,0.5); }
    .banner-nav ul li .item-box{ display:none; position:absolute; top:0; left:220px; bottom:0; width:705px; height:100%; background-color:rgba(0,0,0,0.3); z-index:9999; }
    .banner-nav ul li:hover .item-box{ display:block; }
    .banner-nav ul li .item-box dl{ display:block; padding:15px 30px 0; }
    .banner-nav ul li .item-box dl dt{ font-size:14px; font-weight:700; line-height:28px; }
    .banner-nav ul li .item-box dl dd{ font-size:12px; line-height:24px; }
    .banner-nav ul li .item-box dl a{ color:#fff; }
    .banner-nav ul li .item-box dl dd a{ margin-right:5px; }

/*页码容器*/
.page-box{ margin:15px 30px; padding-bottom:30px; }
    .page-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
/*视频容器*/
.video-box{ position:relative; margin:0 50px; width:785px; height:441px; _clear:both; _display:inline; }


/*以下部分是WebUploader必须的*/
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick{ position:relative; display:inline-block; padding:0 25px; line-height:32px; height:32px; border:1px solid #02598E; border-radius:2px; cursor:pointer; background:#1e7bb3; color:#fff; text-align:center; overflow:hidden; zoom:1; *display:inline; }
.webuploader-pick-hover{ opacity:0.9; }
.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
.upload-box{ position:relative; display:inline-block; height:32px; vertical-align:middle; zoom:1; *display:inline;}
	.upload-box .upload-btn{ display:inline-block; height:32px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:28px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; text-indent:-99em; background:url(../images/sprite.gif) 0 -240px no-repeat; cursor:pointer; overflow:hidden; }



/*slide-box样式*/
.slide-box{ position:relative; margin:0; width:100%; height:454px; text-align:center; overflow:hidden; }
    .slide-box .list-box{ position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; height:100%; background:#fff; }
    .slide-box .list-box li{ position:absolute; left:0; top:0; display:block; width:100%; height:100%; opacity:0; filter:alpha:opacity(0); }
    .slide-box .list-box li a{ display:block; width:100%; height:100%; }
    .slide-box .list-box li a img{ position:absolute; top:0; left:0; width:100%; height:100%; }
    .slide-box .speed-box{ position:absolute; left:0; bottom:20px; width:100%; height:10px; text-align:center; z-index:999; }
    .slide-box .speed-btn{ display:inline-block; margin:auto 0; }
    .slide-box .speed-btn a{ display:block; float:left; margin:0 5px; width:10px; height:10px; background:url(../images/slide_btns.png) 0 -166px no-repeat; overflow:hidden; *float:none; *display:inline-block; }
    .slide-box .speed-btn a.selected{ background-position:0 -176px; }
    .slide-box .prev-btn,.slide-box .next-btn{ position:absolute; top:50%; display:block; margin-top:-41px; width:42px; height:82px; z-index:999; opacity:0.5; filter:alpha:opacity(50); background:url(../images/slide_btns.png) no-repeat; display:none; overflow:hidden; }
    .slide-box .prev-btn{ left:31px; background-position:0 0; }
    .slide-box .next-btn{ right:31px; background-position:0 -82px; }
/*幻灯片样式*/
.focus-box{ position:absolute; top:0; right:0; bottom:0; left:0; overflow:hidden; _position:relative; }
	.focus-box .slides{ position:relative; display:block; width:100%; height:100%; zoom:1; overflow:hidden; }
	.focus-box .slides:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.focus-box .slides li{ width:100%; height:100%; overflow:hidden; }
	.focus-box .slides li img{ min-width:100%; min-height:100%; _width:100%; _height:100%;}
	.focus-box .slides li .note-bg{ position:absolute; left:0; right:0; bottom:0; width:100%; height:50px; background:#000; filter:alpha(Opacity=30); -moz-opacity:0.3;opacity:0.3; background:linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0)); _background:url(none) 0 0 repeat #000; }
	.focus-box .slides li .note-txt{ position:absolute; left:0; right:0; bottom:0; display:block; padding:10px; height:24px; line-height:24px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	
	.focus-box .flex-control-nav{ position:absolute; right:5px; bottom:10px; display:block; z-index:4; }
	.focus-box .flex-control-nav li{ margin:0 5px 0 0; display:inline-block; zoom:1; *display:inline; }
	.focus-box .flex-control-nav li a{ display:block; width:8px; height:8px; text-indent:-9999px; border:1px solid #fafafa; border-radius:8px; cursor:pointer; overflow:hidden; }
	.focus-box .flex-control-paging li a:hover { background:#333; }
	.focus-box .flex-control-paging li a.flex-active { background:#c81623; border-color:#c81623; cursor:default; }

/*留言链接样式*/
.link-box{ margin:0 50px; border-top:1px solid #f7f7f7; }
    .link-box .side-link .img{ height:auto; }
    .link-box .side-link .txt{ height:auto; font-size:14px; line-height:30px; }
.side-link{ padding:20px; background:#fff; _position:relative; }
    .side-link .img{ display:block; margin:-20px 0 0 -21px; padding:0; height:51px; overflow:hidden; *display:inline-block; }
    .side-link .img:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .side-link .img li{ position:relative; float:left; margin:20px 0 0 21px; width:88px; height:31px; overflow:hidden; _display:inline; }
    .side-link .img li img{ width:100%; height:100%; }
    .side-link .txt{ margin-top:17px; width:100%; height:48px; line-height:24px; font-size:12px; overflow:hidden; }
    .side-link .txt strong{ color:#eee; margin:0 1px; font-weight:normal; }
.side-book{ background:#fff; }
    .side-book ul{ padding:20px; }
    .side-book ul li{ font-size:12px; line-height:24px; height:24px; overflow:hidden; }
    .side-book ul li span{ float:right; margin-left:10px; color:#999; }


/*响应式布局
----------------------------------------------*/
@media only screen and (max-width:1160px) {
	.section{ width:925px; }
    .slide-box{ height:363px; }
    .slide-box .list-box{ margin-left:-768px; width:1536px; }
    .side-link-wrap{ width:455px; }
}
@media only screen and (min-width:1161px) {
	.section{ width:1160px; }
}


/*网站头部*/
.header{ width:100%; height:202px;background:#fff;}
.header.active{ height:100px; background:rgb(255,255,255,0.9);}
.header.active .header_top{ background:rgb(70,70,70,0.9);}
.header.active .header_logo{ margin-top:14px;}
.header.active .header_logo img{ transform:scale(.777777); -moz-transform:scale(.777777); -ms-transform:scale(.777777); -o-transform:scale(.777777); -webkit-transform:scale(.777777);}
.header_top{ height:30px; background:#f3f3f3;}
.header_top_box{ margin:0 auto; width:1200px;}
.header_top_box a{ font-size:15px; color:#c7c7c7;}
.header_top_box a:hover{ color:#fff;}
.header_top_box .tel{ float:left; line-height:30px; height:30px; color:#999}

.header_top_box .language{ float:right; margin:10px 0px; padding:0px 20px; height:15px; line-height:15px; border-right:2px solid #c7c7c7;}
.header_top_box .alibaba{ float:right; margin:10px 0px; padding:0px 20px; height:15px; line-height:15px; border-right:2px solid #c7c7c7;}
.header_top_box .search{ float:right; margin:10px 0px; padding:0px 20px; height:15px; line-height:15px;}
.header_box{ margin:0 auto; width:1200px; position:relative}   
   
/*头部LOGO*/
.header_logo{ float:left; margin-top:10px;}
.header_tel{ background:url(../images/tel.jpg) no-repeat 0px center; font-size:14px; color:#999; padding-left:65px;width: 300px;
float: right;
margin-top: 40px;}
.header_tel span{ font-size:24px; color:#e40012; display:block}


.index_left{ position: absolute; width:244px; top:124px; left:0px; z-index:9999; height:578px}
.index_left h2{ background:#822627; text-align:center; font-size:20px; color:#fff;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-right-radius:0;
border-bottom-left-radius:0; height:48px; line-height:48px; display:block}
.index_left_list{ background:url(../images/ico_list_01.png); height:530px; display:block}
.index_left_list li{ height:98px; line-height:98px; padding-left:80px; font-size:20px; color:#fff; border-bottom:1px solid #fff;background-image:url(../images/ico_list.png); background-repeat:no-repeat; background-position:30px 30px}
.index_left_list li a{ color:#fff; }
.index_left_list .il1{ background-position:30px -62px}
.index_left_list .il2{ background-position:30px -158px}
.index_left_list .il3{ background-position:30px -255px}
.index_left_list .il4{ background-position:30px -355px}


/*网站菜单*/
.menu{ position:absolute;top: 130px;left: 380px;}
/*网站底部*/
.footer{ width:100%; background:#464646;}
.footer ul li{ float:left; width:150px; text-align:left;} 
.footer li h2{ display:inline-block; color:#fff; font-size:16px; line-height:40px;}
.footer li h2 a{ display:inline-block; color:#fff; font-size:16px; line-height:40px;}
.footer li p a{ color:#fff; font-size:14px; line-height:30px; font-size:14px}
.footer_li1 h2{ text-align:center; display:block}
.footer_li1 p{ width:125px; height:125px; overflow:hidden;}
.footer_li1 p img{ width:100%; height:100%;}
.footer_li1 span{ color:#fff; line-height:30px}
.footer .footer_li2{ width:340px}
.footer .footer_li2 h2 span{ display:block; font-size:30px;}
.link a{ display:inline-block; margin-right:10px; color:#fff}
.link{ border-bottom:1px solid #fff; border-top:1px solid #fff; height:45px; line-height:45px; overflow:hidden;color:#fff}
    
/*右侧客服*/
.footer_zxkf{position:fixed;width:50px;height:253px;right:0;top:50%;z-index:100;}
.footer_zxkf ul li{width:50px;height:50px;float:left;position:relative;border-bottom:1px solid #09cad6;}
.footer_zxkf ul li .sidebox{position:absolute;width:50px;height:50px; line-height:50px; top:0;right:0; transition:all 0.3s;background:#08b3be;color:#fff;font-size:14px; font-family:"微软雅黑"; overflow:hidden; filter: alpha(opacity=80);-moz-opacity: 0.98;-khtml-opacity: 0.8;opacity: 0.8;}
.footer_zxkf ul li .sidebox:hover{cursor:pointer;}
.footer_zxkf ul li .sidetop{width:50px;height:50px;line-height:50px;display:inline-block;background:#08b3be; transition:all 0.3s;filter: alpha(opacity=80);-moz-opacity: 0.98;-khtml-opacity: 0.8;opacity: 0.8;}
.footer_zxkf ul li .sidetop:hover{background:#06d1de; cursor:pointer;}
.footer_zxkf ul li img{float:left; background:none}
.footer_zxkf uk li a{ blur:expression(this.onFocus=this.blur()); outline-style:none;}
#moquu_wxin {width:50px;height:50px;filter: alpha(opacity=80);-moz-opacity: 0.98;-khtml-opacity: 0.8;opacity: 0.8;}
#moquu_wxin a {background:#08b3be;right:0;float:left;width:50px;height:50px;text-indent:-9999px}
#moquu_wxin a:hover {background:#06d1de;}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare .moquu_wxinh:hover .moquu_wshareh,.moquu_wxinh p {display:block}
.moquu_wxin .moquu_wxinh {position:absolute;display:none;left:-210px;top:-178px;width:204px;height:284px;}
.moquu_wxinh img{width:204px;height:204px;}
.moquu_wxinh p{line-height:30px}

/*网站版权*/
.copyright{ height:50px; line-height:50px; background:#2d2c2c;}
.copyright_box{ margin:0px auto; width:1200px;}
.copyright_box p{ text-align:center; color:#fff; border:0;}
.copyright_box a{ color:#fff;}
    
/*分页页码*/
div.green {padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; margin-top:20px; padding-top: 3px; text-align: center; font-family:Verdana; font-size:12px;}
div.green a {border-right: #ddd 1px solid; padding-right: 5px; border-top: #ddd 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #ddd 1px solid; color: #88af3f; margin-right: 2px; padding-top: 2px; border-bottom: #ddd 1px solid; text-decoration: none}
div.green a:hover {border-right: #00cccc 1px solid; border-top: #00cccc 1px solid; border-left: #00cccc 1px solid; color: #638425; border-bottom: #00cccc 1px solid; background-color: #f1ffd6}
div.green a:active {border-right: #00cccc 1px solid; border-top: #00cccc 1px solid; border-left: #00cccc 1px solid; color: #638425; border-bottom: #00cccc 1px solid; background-color: #f1ffd6}
div.green span.current {border-right: #b2e05d 1px solid; padding-right: 5px; border-top: #b2e05d 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; border-left: #b2e05d 1px solid; color: #fff; margin-right: 2px; padding-top: 2px; border-bottom: #b2e05d 1px solid; background-color: #00cccc}
div.green span.disabled {border-right: #f3f3f3 1px solid; padding-right: 5px; border-top: #f3f3f3 1px solid; padding-left: 5px; padding-bottom: 2px; border-left: #f3f3f3 1px solid; color: #ccc; margin-right: 2px; padding-top: 2px; border-bottom: #f3f3f3 1px solid}

/*头部搜索框*/
.header_search{ float:right;}
.header_search_box{ padding:1px 1px 1px 2px; width:150px; height:28px; background: url(../images/header_search.png) no-repeat 0 0;}
.header_search_box_txt{float:left; padding-left:3px; width:112px; height:28px; line-height:28px; border:none;}
.header_search_box_btn{ display:block; float:right; border:none; width:32px; height:26px; text-indent:-9999px; cursor:pointer; background:none;}


/*首页样式 index
---------------------------------------------*/
.index{width:100%; overflow:hidden}
.box{ width:1200px; margin:0 auto;}
.index_title{ background:url(../images/ico_02.png) no-repeat center;}
.index_title h2{ font-size:30px; text-align: center; color:#333; line-height:60px; font-weight:normal;}
.index_title h2 span{ color:#6ccb47}
.index_title h3{ text-align:center; color:#656565; font-size:16px; font-weight:normal}


/*首页焦点广告*/
.index_banner{ width:100%;  height:530px; background:#fff;}
.index_banner .swiper-container{width: 100%; height:100%;}
.index_banner .swiper-slide{ background-position:center; background-size:cover;}

/*首页我们的服务*/
.index_service dl{ width:257px; float:left; margin:20px}
.index_service dt{ background:#822627; height:207px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-right-radius:0;
border-bottom-left-radius:0; background-image:url(../images/ico_01.png); background-repeat:no-repeat; background-position: 70px 20px; display:block}
.index_service dt h2{text-align:center; color:#fff; font-size:30px; padding-top:140px}
.index_service dd{ height:184px; background:#bbbbbb; text-align:center; display:block}
.index_service dd h3{ font-size:14px; color:#fff; line-height:50px; margin-bottom:20px}
.index_service dd h4{ margin-bottom:30px; font-size:14px}
.index_service dd a{ background:#fff; width:120px; height:40px; text-align:center; font-size:14px; display:block; line-height:40px; margin:0 auto}
.index_service dd a:hover{ background:#822627; color:#fff}
.index_service .is_01 dt{ background-position:-240px 20px}
.index_service .is_02 dt{ background-position:-550px 20px}
.index_service .is_03 dt{ background-position:-870px 20px}


/*首页风险*/
.index_explain{ background:url(../images/img_01.jpg) no-repeat center top; height:472px}
.index_explain h2{ text-align:center; color:#fff; line-height:50px; font-size:36px; font-weight:normal;}
.index_explain h3{ color:#fff; text-align:center; font-size:14px; line-height:60px; border-bottom:1px solid #fff}
.index_explain_list li{ width:150px; height:205px; background-image:url(../images/ico_03.png); background-repeat:no-repeat; background-position:40px 20px; float:left; margin:0 70px}
.index_explain_list h4{ color:#fff; font-size:18px; text-align:center; padding:85px 15px 0; line-height:50px}
.index_explain_list p{ color:#c7c7c7;padding:0 15px}


/*首页产品分类*/
.index_product{ width:100%; padding:0px 0; height:776px; background:#fff;}
.index_product_box{ position:relative; margin:0 auto; width:1250px;}
.index_product_title{ position:absolute; top:160px; right:0; width:370px; text-align:center; height:524px; background:url(../images/index_product_title_bg.png) no-repeat right center;}
.index_product_title h1{ margin-top:60px; font-size:36px; color:#95eaf1;}
.index_product_title h2{ height:80px; line-height:80px; font-size:24px; color:#262626;}
.index_product_title ul{}
.index_product_title ul li{ height:40px; line-height:40px;}
.index_product_title h3 a{ display:inline-block; margin-top:50px; width:120px; height:40px; line-height:40px; color:#fff; font-size:16px; background:#08b3be;}
.index_product_title h3 a:hover{ background:#07dcea;}
.index_product_list{ position:absolute; top:220px; left:0; width:940px; z-index:11; overflow:hidden;}

    

/*首页关于我们*/
.index_about dt{ width:572px; height:390px; float:left;}
.index_about dt img{ width:100%; height:100%; float:right}
.index_about dd{ width:600px; float:right;}
.index_about dd h3{ font-size:18px; line-height:40px}
.index_about dd h4{ line-height:25px; font-size:14px; font-weight: normal; color:#999; overflow:hidden; height:200px}
.index_about dd a{ width:130px; height:35px; background:#822627;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-right-radius:10px;
border-bottom-left-radius:10px; display:block; text-align:center; line-height:35px; color:#fff; font-size:14px; margin:24px 0;}
.index_about dd div span{ display: inline-block; width:195px; background-image:url(../images/ico_04.jpg); background-repeat:no-repeat; background-position:0 center; height:60px; line-height:60px; font-size:16px; padding-left:80px}
.index_about dd div .isa{ background-image:url(../images/ico_05.jpg)}


/*首页新闻资讯*/
.index_news{ background:#ececec;}
.index_news dt{ width:577px; float:left}
.index_news dd{ float:right; width:600px;}
.index_news dd h2{ height:40px; line-height:40px; font-size:16px; font-weight:normal; border-bottom:1px solid #ccc}
.index_news dd h2 a{ float:right;}

.index_news_list li{ height:42px; line-height:42px; border-bottom:1px dotted #ccc}
.index_news_list li a{ float:right; background:#822627; width:100px; height:30px; line-height:30px; text-align:center; margin-top:7px; color:#fff}





/*内页通用样式*/
.content_box{ margin:10px auto; width:1200px;}
    /*内页左侧通用*/
    .content_left{ float:left; width:260px;}
    .content_left_category .title{ padding:25px 0px 25px 65px; text-align:left; height:25px; line-height:25px; background:#f3f3f3 url(../images/icon_9ge_green.png) no-repeat 30px center;}
    .content_left_category .title h1{ height:16px; line-height:16px; color:#00cccc; font-size:16px; font-weight:bold;}
    .content_left_category .title h2{ height:12px; line-height:12px; color:#666666; font-size:12px; font-weight:normal;}

    
    /*内页右侧通用*/
    .content_right{ float:right; width:900px;}
    .content_right .title{ padding-left:15px; text-align:left; height:40px; line-height:40px; border-bottom:1px solid #f3f3f3; background:url(../images/icon_1ge_green.png) no-repeat 0px center;}
    .content_right .title h1{ display:inline-block; float:left; color:#00cccc; font-size:14px; font-weight:bold;}
    .content_right .title h2{ display:inline-block; float:right; color:#666; font-size:14px; font-weight:normal;}
    .content_right .title a{}
    .content_right .list{ padding:20px 0px;}
    .content_right .list ul{}
    .content_right .list ul li{ margin:10px 0px; height:180px; border-bottom:1px dotted #aaa;}
    .content_right .list ul li a{}
    .content_right .list ul li a:hover{}
    .content_right .list ul li img{ display:block; float:left; width:210px; height:170px; }
    .content_right .list ul li div{ float:right; width:670px; text-align:left;}
    .content_right .list ul li div h2{ font-size:20px;}
    .content_right .list ul li div i{ line-height:40px; color:#aaa; font-size:14px;}
    .content_right .list ul li div p{}
    .content_right .list ul li div a{ display:inline-block; margin-top:15px; width:120px; text-align:center; height:35px; line-height:35px; color:#fff; font-size:14px; background:#00cccc; border-radius:5px;}
    .content_right .list ul li div a:hover{ background:#047721;}
    .content_right .show{ padding:20px 0px; text-align:left;}
  
    
/*内页Banner导航*/
.content_banner{ height:530px;}
.swiper-container{ width: 100%; height: 100%;}
.swiper-slide{ background-position: center; background-size: cover;}

/*内页左侧联系我们*/
.content_left_contact{ margin-top:10px; width:260px;}
    .content_left_contact .title{ width:260px; height:80px; background:url(../images/img/content_left_contact.png) no-repeat 0 0;}
    .content_left_contact .list{ margin-top:5px; padding:15px 15px 15px 15px; background:#f3f3f3;}
    .content_left_contact .list ul{}
    .content_left_contact .list ul li{ padding-left:10px; text-align:left; line-height:30px; overflow:hidden;}
    
/*英文片内页左侧联系我们*/
.english_left_contact{ margin-top:10px; width:260px;}
.english_left_contact .title{ width:260px; height:80px; background:url(../images/english_left_contact.jpg) no-repeat 0 0;}
.english_left_contact .list{ margin-top:5px; padding:15px 15px 15px 15px; background:#f3f3f3;}
.english_left_contact .list ul{}
.english_left_contact .list ul li{ padding-left:10px; text-align:left; line-height:30px; overflow:hidden;}
    
/*内页关于我们列表*/
.about_list{ padding:20px 0px; text-align:left;}
    .about_list ul li{ float:left;}
    .about_list ul li a{ display:inline-block; margin:5px; padding:5px; background:#f3f3f3;}
    .about_list ul li a:hover{ background:#00cccc;}
    .about_list ul li img{ display:block; width:205px; height:154px; }
    .about_list ul li p{ line-height:30px; color:#333; text-align:center;}
    
/*内页公司环境列表*/
.about_list_gshj{ padding:20px 0px; text-align:left;}
    .about_list_gshj ul li{ float:left;}
    .about_list_gshj ul li a{ display:inline-block; margin:5px; padding:5px; background:#f3f3f3;}
    .about_list_gshj ul li a:hover{ background:#00cccc;}
    .about_list_gshj ul li img{ display:block; width:280px; height:186px; }
    .about_list_gshj ul li p{ line-height:30px; color:#333; text-align:center;}
    
/*内页产品中心列表*/
.product_list a{ border:1px solid #e1e1e1; padding:5px 10px; display:inline-block; margin-right:10px}
.product_list a:hover{ background:#0070c0; border:1px solid #0070c0; color:#fff}
    

 /*内页产品展示*/ 
.product_box{ float:left; margin:5px; width:270px; background:#eee; border:10px solid #eee; }


/*内页产品详情*/
.product_list_show li{ float:left; line-height:45px; height:45px; font-size:14px}
.product_list_show .pls1{ width:130px; text-align:center}
.product_list_show .pls2{ width:300px;}
.product_list_show .pls3{ width:330px;}
.product_list_show .pls4{ width:140px;}
.product_list_show span{ background:#eee; height:1px; display:block}

.product_show{ padding-top:20px;}
    /*产品图片*/
    .product_show_img{ float:left; width:330px;}
    .product_show_img a{}
    .product_show_img img{ width:330px; height:230px;}
    
    /*产品标题*/
    .product_show_tit   { float:left; margin-left:20px; width:550px; text-align:left;}
    .product_show_tit_bt{ font-weight:bold;}
    .product_show_tit_gg{ margin:20px 0px;}
    .product_show_tit_zx a{ display:inline-block; width:120px; text-align:center; height:40px; line-height:40px; color:#fff; background:#08b3be;}
    .product_show_tit_zx a:hover{ background:#07d9e6;}
    .product_show_tit_fx{ margin-top:30px;}
    /*产品详情*/
    .product_show_txt{ margin:50px 0px;}
    .product_show_txt_bt{ height:40px; border-bottom:1px solid #08b3be;}
    .product_show_txt_bt ul li a{ display:inline-block; float:left; width:140px; text-align:center; height:40px; line-height:40px; color:#fff; font-size:18px; background:#08b3be;}
    
 
 /*内页新闻中心列表*/  
.news_list{ padding:20px 0px;}
    .news_list ul li{ margin:20px 0px; height:200px; border-bottom:1px dotted #aaa;}
    .news_list ul li img{ display:block; float:left; width:190px; height:190px; }
    .news_wa{ float:right; width:670px; text-align:left;}
    .news_wa h2{ font-size:20px;}
    .news_wa i{ line-height:40px; color:#aaa; font-size:14px;}
    .news_wa a{ display:inline-block; margin-top:15px; width:120px; text-align:center; height:35px; line-height:35px; color:#fff; font-size:14px; background:#00cccc; border-radius:5px;}
    .news_wa a:hover{ background:#047721;}
    .news_img{ width:190px; height:190px; overflow:hidden; float:left}
    
 /*内页服务工程列表*/  
.service_list{ padding:20px 0px;}
    .service_list ul li{ margin:20px 0px; height:200px; border-bottom:1px dotted #aaa;}
    .service_list ul li img{ display:block; float:left; width:210px; height:190px; }
    .service_list ul li div{ float:right; width:670px; text-align:left;}
    .service_list ul li div h2{ font-size:20px;}
    .service_list ul li div i{ line-height:40px; color:#aaa; font-size:14px;}
    .service_list ul li div a{ display:inline-block; margin-top:15px; width:120px; text-align:center; height:35px; line-height:35px; color:#fff; font-size:14px; background:#00cccc; border-radius:5px;}
    .service_list ul li div a:hover{ background:#047721;}
    
  /*内页下载资料*/ 
  .download_list{ padding:20px 0px; text-align:left;}
  .download_list ul li{float:left; margin:0 3px 15px 3px}
  .download_list ul li a{ display:inline-block; padding:4px; background:#f3f3f3;}
  .download_list ul li a:hover{ background:#00cccc;}
  .download_list ul li img{ display:block; width:210px; height:300px; }
  .download_list ul li p{ line-height:30px; color:#333; text-align:center; font-size:12px}

    .content_left_category .list{ margin-top:5px; padding:15px 15px 15px 15px; background:#f3f3f3;}
    .content_left_category .list ul{}
    .content_left_category .list ul li{ margin-bottom:5px; width:220px; text-align:left; height:35px; line-height:35px; background:#00cccc url(../images/icon_fk_white.png) no-repeat 15px center; overflow:hidden;}
    .content_left_category .list ul li a{ display:block; padding-left:40px; color:#fff; font-size:14px;}
    .content_left_category .list ul li:hover{ background:#ff7400 url(../images/icon_fk_white.png) no-repeat 15px center;}
    .content_left_category .list ul li.sub{background:#ff7400 url(../images/icon_fk_white.png) no-repeat 15px center;}


   .list_dl{margin-top:5px; padding:15px 15px 15px 15px; background:#f3f3f3;}
    .list_dt{ margin-bottom:5px; width:220px; text-align:left; height:35px; line-height:35px; background:#00cccc url(../images/icon_fk_white.png) no-repeat 15px center; overflow:hidden;
         color:#fff
    }
     .list_dt p{ padding-left:40px}
    .list_dt:hover
    {
        background:#ff7400 url(../images/icon_fk_white.png) no-repeat 15px center;
    }
    
    #open
    {
        background: #ff7400 url(../images/icon_fk_white.png) no-repeat 15px center;
    }
    .list_dd
    {
        display: none;
    }
    .list_dd ul{width:220px; overflow:hidden; padding:0; margin:0;}
    .list_li
    {  height:35px; line-height:35px; background:#fff; margin-bottom:5px; text-align:left; padding-left:45px;
    }
    .list_li:hover
    {
        background: #ff7400 url(../images/icon_fk_white.png) no-repeat 15px center;color:#fff
    }
      .list_li:hover a{ color:#fff}
      
/*内页下载资料*/

.content_right_show h2{ font-size:18px; line-height:40px; height:40px; text-align: right}
.content_right_show h3,.content_right_show h4{ font-size:14px; line-height:30px; font-weight:normal; text-align:right}
.content_right_show a{ float:left; font-size:18px; padding:5px 10px; display:block; background:#00cccc; color:#fff}
.content_right_show dt,.content_right_show dd{ border-bottom:1px solid #eee; margin-bottom:15px; padding-bottom:10px}
.content_right_show dd{ line-height:30px}
.content_right_show dd span{ font-size:18px; display:block}




