/* CSS Document 2017-02-17 happynetlife@qq.com 春天来了:) */
/*边框border*/
.bd-skyblue{border:1px solid #D0E3F7}
/*主要布局*/
.header,.footer{width:100%;clear:both}
.header,.main{position: relative;height:auto}
.main{width:1200px;margin:0 auto;padding:0;background-color: #fff}
.footer{margin-top:15px;padding:0;border-top:4px solid #3b80d7}
/*头部*/
.header .top,.header .logo{position: relative;height:220px}
.header .top{width:1200px;margin:0 auto;background:#fff url(imgtop_bg.jpg) no-repeat center top}
.top .logo img{position: absolute;margin:auto;top:0;bottom:0;left:130px;*margin-top:60px;z-index: 90}
.header .search-bar{width:1170px;margin:0 auto;padding:15px;height:35px;line-height:35px;color:#333;font-size: 14px;background-color: #fff}
/*导航*/
.header .nav{clear:both}
.header .nav,.nav .nav-bar,.nav-item li{height:40px;line-height:40px}
.nav .nav-bar{width:1200px;margin:0 auto;padding:0;background:#00A54F url(imgnav_bg.png) left top repeat-x}
.nav-bar .nav-item{list-style: none;list-style-position: outside;padding: 0}
.nav-item>li{width:14.2857142%;float: left;font-size: 18px;background: transparent url(imgnav_split.png) no-repeat right center}
.nav-item>li:last-child{background-image: none}
.nav-item .nav-menu{padding:0;list-style: none;list-style-position: outside;position: absolute;z-index: 999;*position: relative;zoom:1;display: none}
.nav-item .nav-menu>li{padding:0;width:192px;height: 40px;line-height: 40px;font-size: 16px;background-color: #00A54F;float:none;border-bottom:1px dotted #7D704F;*margin-bottom: -3px}
.nav-item .nav-menu>li:last-child{border-bottom: none}
.nav a{display: block;margin:0 10px;text-align:center;-webkit-transition: all 400ms ease-in-out 0ms;-moz-transition: all 400ms ease-in-out 0ms;transition: all 400ms ease-in-out 0ms}
.nav-item .nav-menu>li a{margin: 0}
.nav a:link,.nav a:visited,.nav a:active{color:#fff}
.nav a:hover,.nav a.active,.nav a.hover{color:#ff0;background-color:#246fc8}
.nav-item .nav-menu>li a:hover{background-color: #246fc8}
.nav a.active{position: relative;z-index: 99;color:#ff0;text-shadow:0 0 2px #000;background-color:#246fc8}
/*搜索*/
.search-form{height:35px;padding:0}
.search-form input,.search-form button{display:block;height:35px;line-height:33px;padding:0 5px;margin:0;float: right;border:0}
.search-form input{width:75%;-webkit-box-shadow:inset 0 0 1px #222;box-shadow:inset 0 0 1px #222}
.search-form input:focus{-webkit-box-shadow:inset 0 0 4px #f60;box-shadow:inset 0 0 4px #f60}
.search-form button{width:21%;font-size:15px;background-color:#307BD3;color:#fff;text-shadow:0 0 1px #333;cursor: pointer;overflow: hidden}
.search-form button:hover{background-color: #F60}
/*图片框*/
.img-box{padding:0;position: relative;overflow: hidden}
.img-box img{width:auto !important;height:auto !important;min-width:100%;min-height:100%;-moz-transition: 0.5s all ease;-webkit-transition: 0.5s all ease;transition: 0.5s all ease}
.img-box:hover img{-webkit-transform:scale(1.11);-moz-transform:scale(1.11);transform:scale(1.11)}
.img-box .desc{display: block;position: absolute;width:100%;height:35px;margin:auto;padding:0;right:0;left:0;bottom:0;line-height:35px;text-align:center;font-size:14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#fff;background-color: rgba(0,0,0,.6);*filter: alpha(opacity=75)}
/*按纽组*/
.btn-group{list-style: none;list-style-position: outside}
.btn-group:after,.btn-group:before{content:'';display:table;height:0;clear:both}
.btn-group.group-base{margin:0;padding: 0}
.btn-group li{min-height:30px;max-width:100%;padding:0;text-align:center}
.btn-group a{display: block;-moz-transition: 0.5s all ease;-webkit-transition: 0.5s all ease;transition: 0.5s all ease}
.group-base li{margin:10px 10px 0 10px;background:#f5f5f5 url(imgarrow9.gif)no-repeat 96% center}
.group-base li a{height:35px;padding:0 10px;line-height:35px;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:16px;text-align: left}
.group-base li a:hover{border-color:#aaa}
/*标题*/
.title{width:100%;padding: 0}
.title.title-default,.title.title-normal,.title.title-side,.title.title-silver,.title.title-label,.title.title-chanel{height:35px;overflow:hidden;line-height: 35px;font-size: 14px;color:#926301}
.title.title-default{background: transparent url(imgtitle_default_bg.png) left bottom no-repeat}
.title.title-side{background-position: left bottom;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}
.title.title-default{color:#fff}
.title.title-normal,.title.title-side{color:#fff;background: transparent url(imgtitle_normal_bg.png) center top repeat-x}
.title.title-silver{color:#f30;background-color:#f5f5f5;-webkit-text-shadow:1px 1px 0 #fff;text-shadow:1px 1px 0 #fff;background-image: -webkit-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));background-image: -moz-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));background-image: linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7f7f7', EndColorStr='#cccccc')}
.title.title-chanel{color:#fff;background: #2570c9 url(imgarrow10.png) 10px center no-repeat}
.title.title-label{width:96%;margin:0 auto;border-bottom: 2px solid #eee}
.title h4{font-size:16px;font-weight: normal}
.title-default h4{text-indent:1.5em}
.title-normal h4,.title-silver h4{text-indent: 1em}
.title-chanel h4{text-indent: 2em}
.title-side h3{font-size:18px;text-indent: 1em;color:#fff}
.title.title-label h4{display: inline-block;*zoom:1;*display: inline;margin:0 15px;padding:0 15px;font-size: 15px;background-color: #eee;color:#7F3F33}
/*更多*/
.more-def,.more-light{float: right;margin-right:10px;font-size:13px}
.more-def:link,.more-def:visited,.more-def:active{color:#926301}
.more-def:hover{color:#f00}
.more-light:link,.more-light:visited,.more-light:active{color:#fff}
.more-light:hover{color:#ff0}
/*标签导航*/
.tabs{width:100%;overflow: hidden}
.tabs::after{content:'';display:table;height:0;clear:both}
.tabs>.tabs-item{list-style: none;list-style-position: outside}
.tabs>.tabs-item,.tabs>.tabs-item>li{padding:0;height:100%}
.tab-title h4{padding:0}
.tabs.tabs-default,.tabs.tabs-silver{height:40px;line-height: 40px;font-size: 16px}
.tabs.tabs-default{background: transparent url("data:imagegif;base64,R0lGODlhAQABAIAAAN3d3fyH5BAAHAP8ALAAAAAABAAEAAAICRAEAOw==") left bottom repeat-x}
.tabs-default li,.tabs-silver li{width:100px;height:100%;float: left;font-weight:bold}
.tabs-default a,.tabs-silver a{display: block;color:#333;text-align: center}
.tabs-default li.active{background: transparent url("data:imagegif;base64,R0lGODlhAgACAIAAAP9mAPzCH5BAAHAP8ALAAAAAACAAIAAAIChFEAOw==") left bottom repeat-x}
.tabs-default li.active a,.tabs-silver li.active a{color:#f30}
.tabs-default li.tab-title,.tabs-silver li.tab-title{width:100px;color:#f30}
.tabs-default li.tab-title h4,.tabs-silver li.tab-title h4{text-indent: 1em;font-size: 1.15em}
.tabs-default li.more,.tabs-silver li.more{width:60px;float: right;font-weight: normal}
.tabs.tabs-silver{background-color:#f5f5f5;-webkit-text-shadow:1px 1px 0 #fff;text-shadow:1px 1px 0 #fff;background-image:-webkit-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));background-image:-moz-linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));background-image:linear-gradient(top, rgb(247, 247, 247), rgb(204, 204, 204));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7f7f7', EndColorStr='#cccccc')}
.tabs-silver li.active{background-color:#fff;background-image:-webkit-linear-gradient(top, rgb(221, 221, 221), rgb(255, 255, 255));background-image:-moz-linear-gradient(top, rgb(221, 221, 221), rgb(255, 255, 255));background-image:linear-gradient(top, rgb(221, 221, 221), rgb(255, 255, 255));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#dddddd', EndColorStr='#ffffff')}
.tabs-silver li.active a{border-left: 1px solid #ccc;border-right: 1px solid #ccc}
.tabs-item .more a{padding-right:10px;text-align:right}
.tabs-item .more a:link,.tabs-item .more a:visited,.tabs-item .more a:active{font-size:13px;color: #333}
.tabs-item .more a:hover{color:#f00}
.tabs-content{display: block}
.tabs-content>.tab-pane{display: none}
.tabs-content>.active{display: block}
/*列表样式*/
.list{list-style: none;list-style-position: outside}
.list li{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-transition: background-color 200ms ease-in-out 0ms,padding-left 200ms ease-in-out 0ms;transition: background-color 200ms ease-in-out 0ms,padding-left 200ms ease-in-out 0ms}
.list img{-moz-transition: 0.5s all ease;-webkit-transition: 0.5s all ease;transition: 0.5s all ease}
.list,.list li{padding: 0}
.list.list-default,.list.list-normal,.list.list-nostyle{line-height: 34px;font-size: 14px}
.list.list-inline{padding:10px 0;line-height: 2;font-size: 14px}
.list-default li,.list-normal li,.list-nostyle li{border-bottom: 1px dotted #eee}
.list-default li,.list-normal li{padding-left:25px;background:transparent url("data:imagegif;base64,R0lGODlhAwADAJEAACIiIktLSwAAACH5BAEHAAIALAAAAAADAAMAAAIEDAx3BQA7") no-repeat 10px center}
.list-default li i,.list-normal li i,.list-nostyle li i{float: right;margin-right:10px;font-size:12px;color:#999}
.list-inline li{display: inline;padding:5px;white-space: nowrap}
.list-inline li.active{background-color: #ccc}
.list-inline li:before{content:"\25C6";color:#666;font-size:12px;margin-right: 5px}
.list-default li:last-child,.list-normal li:last-child,.list-nostyle li:last-child{border-bottom: none}
.list-default li:hover{background-color: #eee}
/*底部*/
.footer .bottom-nav,.footer>.site-info{width:1170px;padding:15px;margin:0 auto}
.footer>.bottom-nav-bar{width:100%;background-color: #F5F5F5}
.bottom-nav{list-style: none;list-style-position: outside;padding:0;line-height: 30px;text-align: center}
.bottom-nav li{display:inline;padding:0;font-size:14px}
.bottom-nav li+li:before{content:"|";padding-right:8px;font-size:12px;font-style: italic;color:#999}
.site-info{font-size: 12px;line-height: 2;text-align:center;color:#333}
.site-info p{padding: 0}
.site-info a:link,.site-info a:visited,.site-info a:active{color:#333}
.site-info a:hover{color:#f60}
.copyright{color: #999}
.copyright a:link,.copyright a:visited,.copyright a:active{color: #999}
/*导航路径*/
.breadcrumb{list-style: none;list-style-position: outside;padding:0}
.breadcrumb li{display: inline;font-size: 13px;*margin:0 5px;color:#333}
.breadcrumb li:first-child:before{content:"\5f53\524d\4f4d\7f6e\ff1a"}
.breadcrumb li+li:before{content:"/";margin:0 5px;color:#999}
.breadcrumb li.active{color:#999}