@charset"utf-8";
/* CSS Document */
a:hover { color: #EF4513;}
#header { background: #242424;  }
#logo { height: 72px; float: left; width: 400px; }
/*导航*/
#nav { float: right; width: 800px; height: 72px; }
#nav li { float: right; position: relative; }
#nav .home { background: none; }
#nav li a { display: block; width: 114px; color: #373737; text-align: center; height: 72px; color: #AAA; line-height: 72px;}
#nav li a:hover { background: #EC4413; text-decoration: none; color: #FFF; }
#nav li:hover>a { background: #EC4413; text-decoration: none; color: #FFF; }
#nav li .current { background: #EC4413; text-decoration: none; color: #FFF;}
#nav .sub { display: none; position: absolute; left: 0; background: #242424; z-index: 99999; }
#nav .sub li { background: none; float: none; height: 36px; padding: 0; }
#nav .sub li a { height: 36px; line-height: 36px; font-size: 12px;  border-radius: 0; color: #FFF; }
#nav .sub li a:hover { background: #EC4413; }
.search { background: #EEE; height: 40px; line-height: 40px; position: relative; padding: 0 10px; }
#search_text { border: 1px solid #EB4413; height: 26px; line-height: 26px; padding: 0 10px; width: 160px; position: absolute; right: 70px; top: 7px; border-radius: 13px 0 0  13px; }
#search_submit { background: #EB4413; height: 26px; width: 60px; position: absolute; right: 10px; top: 7px; color: #FFF; cursor: pointer; border-radius: 0 13px 13px 0; }
/* 幻灯 */
#slideshow { height: 500px; position: relative; margin-bottom: 10px; }
#slideshow .bd li { height: 500px; }
#slideshow .hd ul { width: 100%; position: absolute; z-index: 1; bottom: 0; left: 0; height: 30px; line-height: 30px; text-align: center; }
#slideshow .hd ul li { cursor: pointer; display: inline-block; zoom: 1; width: 30px; height: 8px; margin-right: 2px; background: #FFF; overflow: hidden; line-height: 9999px; }
#slideshow .hd ul .on { width: 60px; background: #E84414; }
#slideshow .site_width { width: 980px; height: 500px; margin: 0 auto; }
#slideshow .site_width a { width: 980px; height: 500px; display: block; }
#slideshow .next, #slideshow .prev { position: absolute; top: 0; width: 68px; height: 500px; color: #FFF; line-height: 500px; text-align: center; cursor: pointer; }
#slideshow .next { right: 100px; background: url(images/next.png) center no-repeat;}
#slideshow .prev { left: 100px; background: url(images/prev.png) center no-repeat;}
/*主体*/
.hd1 { background: #EEE; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; border-left: 10px solid #CB0000; }
.bd1 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd2 { background: #EEE; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; border-left: 10px solid #CB0000; }
.bd2 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd3 { background: #EEE; height: 40px; line-height: 40px; padding: 0 14px; font-size: 16px; border-left: 10px solid #CB0000; }
.bd3 { padding: 10px 0; overflow: hidden; zoom: 1; margin-bottom: 20px; }
.hd4 { font-size: 30px; padding: 15px 0; }
.hd4 .aname{ font-size: 18px; }
.bd4 { padding: 10px 0; }
.seoname { text-align: center; font-size: 20px; margin-bottom: 20px; color: #666;}
.more { }
.more a { background: #CB0000; display: block; padding: 0 10px; color: #FFF; font-size: 12px; }
.more a:hover { background: #000; }
.current_location { background: #EEE; height: 40px; line-height: 40px; padding: 0 10px; margin-bottom: 10px; margin-top: 10px; }
.current_location a.current { color: red; }

/*底部*/
#footer { background: #535353; padding: 10px 0; color: #EEE; margin-top: 20px; }
#footer a { color: #EEE; }
/* 频道页相关 */
#channel_cover { margin-bottom: 10px; }
#channel_cover img { width: 100%; }
#channel_content p { line-height: 26px; }

.channel_list li { margin-bottom: 2px; }
.channel_list li a { display: block; background: #EEE; line-height: 40px; padding: 0 10px; }
.channel_list li a:hover { background: #CB0000; color: #FFF; text-decoration: none; }
.channel_list li a.current { background: #CB0000; color: #FFF; text-decoration: none; }
.channel_wlist { overflow: hidden; margin-bottom: 10px; }
.channel_wlist li { float: left; margin-right: 10px; }
.channel_wlist li a { display: block; height: 40px; line-height: 40px; background: #EEE; padding: 0 30px; }
.channel_wlist li a:hover { background: #CB0000; color: #FFF; }
.channel_wlist li a.current { background: #CB0000; color: #FFF; }

.adlist{} 
.adlist .wrap { background: #F7F7F7; padding: 10px; margin-bottom: 10px; border: 1px solid #EEE; } 
.adlist .title { line-height: 36px; border-bottom: 1px dotted #999;} 
.adlist .content { font-size: 12px; color: #AAA; padding: 10px 0; } 
.adlist .info { font-size: 12px; text-align: right; } 

.plist {}
.plist .wrap { margin-bottom: 20px; padding: 4px; border: 1px solid #EEE; overflow: hidden;}
.plist .wrap img:hover { animation:plist 1s .1s ease both;}
.plist .title { text-align: center; height: 36px; line-height: 36px; background: #EEE; }
@keyframes plist{
	0%{ transform:scale(1) }
	50%{ transform:scale(1.1) }
	100%{ transform:scale(1) }
}
.pdlist{} 
.pdlist .wrap { background: #F7F7F7; padding: 10px; margin-bottom: 10px; border: 1px solid #EEE; }
.pdlist .l { width: 120px; float: left; }
.pdlist .r { float: right; width: 740px; }
.pdlist .title { line-height: 36px; border-bottom: 1px dotted #999;} 
.pdlist .content { font-size: 12px; color: #AAA; padding: 10px 0; } 
.pdlist .info { font-size: 12px; text-align: right; } 

.prlist .wrap { border: 1px solid #EEE; padding: 10px; margin-bottom: 2px;}
.prlist .bd { margin-top: 10px; }
.prlist .bd .content{ font-size: 12px; color: #999; }
.prlist .on{ background: #FAFAFA; }

.waterfall  { position: relative; }
.waterfall > div { position: absolute !important; }
/*分页样式*/
.page_turner { margin: 20px 0; text-align: center; }
.page_turner a, .page_turner span { display: inline-block; height: 40px; line-height: 40px; min-width: 40px; text-align: center; background: #F2F2F2; margin-right: 2px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.current { background: #E84414; color: #FFF; }

/*详情页面*/
#detail_title { font-size: 24px; line-height: 50px; }
#detail_intro { background: #EEE; color: #999; padding: 0 10px; line-height: 40px; font-size: 12px; background: linear-gradient(to right, #EEE, #FFF); }
#detail_content { padding: 20px 0; font-size: 14px; }
#detail_around { padding: 20px; background: #F5F5F5; line-height: 26px; border: 1px solid #CCCCCC; margin-bottom: 20px; }
#detail_picture { width: 660px; margin: 20px auto; text-align: center; }
#detail_picture img { padding: 5px; border: 1px solid #EEE; }

/*多图展示*/
#detail_slideshow { }
#detail_slideshow .bd { text-align: center; }
#detail_slideshow .bd img { width: 100%;}
#detail_slideshow .hd { margin-top: 10px; }
#detail_slideshow .hd li .img { border: 1px solid #EEE; padding: 3px; cursor: pointer;  }
#detail_slideshow .hd .on .img { border: 2px solid #E84414; padding: 2px;  }

#detail_paremeter li { border-bottom: 1px solid #EEE; line-height: 40px;}

/*留言*/
.feedback_list { }
.feedback_list dt { padding: 10px; background: #CCC; }
.feedback_list dd { padding: 10px; background: #F1F1F1; margin-bottom: 10px; }
/* 漂浮的客服 */


#index-1 { padding: 20px 0; background: #F3F3F3; margin-top: 10px;}
#index-1 .block { background: #FFF; padding: 20px; height: 500px; }
#index-2 { padding: 20px 0;  }
#index-3 { padding: 20px 0;  }


#index_products { }
#index_products .x3 { width: 302px !important; }

#float { z-index: 9999; position: absolute; display: block; bottom: 1px; right: 0; }
#float .wrap { margin-bottom: 2px; position: relative; cursor: pointer; background: #EC4413;}
#float .icon { padding: 15px 0; width: 60px; display: block; line-height: 60px; text-align: center;  color: #FFF; font-size: 30px; }
#float .content {  min-height: 60px; position: absolute; right: 60px; top: 0; display: none; background: #EC4413;}
#float .content a { color: #FFF; }
#float .qq .content { line-height: 60px; padding: 0 20px; font-size: 30px; color: #FFF;  }
#float .qrcode .content { padding: 5px; width: 180px; }
#float .phone .content { line-height: 60px; padding: 0 20px; font-size: 30px; color: #FFF;  }
#float .custom .content { padding: 20px; min-width: 160px; color: #FFF; }
#float .gotop .content { }

.index_news {}
.index_news .wrap { margin-bottom: 10px;}
.index_news .left { background: #EEEEEE; height: 100px; float: left; width: 100px; text-align: center; color: #686868; }
.index_news .day { font-size: 50px; }
.index_news .ym {  }
.index_news .right { border: 1px solid #EEEEEE; border-left: none; height: 100px; float: left; width: 246px; padding: 10px;}
.index_news .title { font-size: 16px; line-height: 32px; }
.index_news .content { font-size: 12px; line-height: 22px; }
.index_news .wrap:hover .left { background: #EE3333; color: #FFF; }
