/* for interact page only */
.bh1{/*global中*/}
.bh2{height:420px}
.bh3{height:242px}
.bh4{height:200px}
/*轮播*/
.slider{position: relative;width:100%;margin:0 auto;overflow: hidden}
.slider.culture{height:420px}
.slider ul{list-style: none;list-style-position: outside}
.slider ul,.slider li{padding: 0}
.slider .slider-item li{position:absolute;top:0;left:0;display:block;width: 100%;overflow: hidden}
.slider .slider-item li img{width: 100%;height:100%}
.slider.culture .slider-item li{height:420px}
.slider .slider-item li:not(:first-child){display: none}
.slider .slider-item li p{position: absolute;bottom: 0;right:0;left:0;width:100%;height:30px;padding: 10px 0;font-size: 14px;line-height:30px;text-indent: 1em;color:#fff;background-color: rgba(0,0,0,.5);background-color: #333\9;*filter: alpha(opacity=75)}
.slider .slider-nav{position: absolute;margin:auto;text-align: center}
.slider.culture .slider-nav{right:0;bottom: 20px;left:0}
.slider .slider-nav li{width: 16px;height:16px;line-height:1;display: inline-block;zoom:1;*display: inline}
.slider .slider-nav a{display:inline-block;zoom:1;*display: inline;margin:0 auto;height:6px;width:6px;border:2px solid #999;-webkit-border-radius:6px;border-radius:6px;background-color: #222;font:0/0 a}
.slider a.active{background-color: #f00}
/*简介*/
.intro{height: 145px;padding:10px;line-height: 1.75;font-size:14px;text-indent: 2em;text-align: justify}
/*按钮组一*/
.btn-group.group-culture{margin:0 -3.3333333% 0 0;padding:0}
.group-culture li{margin:0 3.3333333% 15px 0;padding:0;width:30%;height:100px;float: left;background: #eee url("data:imagepng;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB4CAIAAAC8WgXAAAAA3NCSVQICAjb4UgAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAxLzEwLzE3ArVhhgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA8SURBVBiVYjfH8Xw9ktJgYGBihmhNCMDEhiaHLomBGPHLo+upmLRx8jkWZimEslM1HMJUIfsWGGaSYAnQ4FsHzPPM0AAAAASUVORK5CYII=")repeat-x top center}
.group-culture li a{padding:0 0 60% 0;height:30%;line-height:2;font-size:1.5em;text-align: center;color:#333;-webkit-text-shadow:1px 1px 1px #fff;text-shadow:1px 1px 1px #fff}
.group-culture li a:hover{color:#f00;font-size:1.6em;-webkit-text-shadow:0 0 1px #333;text-shadow:0 0 1px #333}
.group-culture .btn-icon1,.group-culture .btn-icon2,.group-culture .btn-icon3,.group-culture .btn-icon4,.group-culture .btn-icon5,.group-culture .btn-icon6{background-image: url(imgculture_icons.png);background-repeat: no-repeat}
.group-culture .btn-icon1{background-position:center 15px}
.group-culture .btn-icon2{background-position:center -85px}
.group-culture .btn-icon3{background-position:center -185px}
.group-culture .btn-icon4{background-position:center -285px}
.group-culture .btn-icon5{background-position:center -385px}
.group-culture .btn-icon6{background-position:center -485px}
/*滚动图片*/
.scroll-img{height:187px;width:100%;margin-top:15px;overflow: hidden}
.scroll-img-list{width:200%;list-style: none;list-style-position: outside;padding:0;}
.scroll-img-list:before,.scroll-img-list:after{content:'';display:table;height:0;clear:both}
.scroll-img-list li{width:298px;padding:0;float: left;text-align: left;position: relative;}
.scroll-img-list img{height:172px;width:275px;-webkit-transition: all 200ms ease-in-out 0ms;-moz-transition: all 200ms ease-in-out 0ms;-o-transition: all 200ms ease-in-out 0ms;transition: all 200ms ease-in-out 0ms}
.scroll-img-list img:hover{-webkit-box-shadow:0 0 2px #000;box-shadow:0 0 2px #000;opacity: .8}
.scroll-img-list p{padding: 0;line-height: 30px}
/*友情链接*/
.list.list-img-links{padding:10px 0 0 0;height: 140px;overflow: hidden;background-color: #d8eef9;}
.list-img-links:before,.list-img-links:after{content:'';display:table;height:0;clear:both}
.list-img-links li{padding:0;}
.list-img-links li a{display:block;padding:10px;-moz-transition: 0.5s all ease;-webkit-transition: 0.5s all ease;transition: 0.5s all ease;}
.list-img-links li a:hover{border-color: #f60}
.list-img-links li img{width:100% !important;height:100% !important}
/*视频按钮*/
.s-play{background: url(imgplay_f073d9b.png) no-repeat;position: absolute;top: 35%;left: 50%;margin-left: -30px;width: 46px;height: 46px;display: block;transition: opacity .2s linear;opacity: 0;-moz-transition: opacity .2s linear; /* Firefox 4 */
-webkit-transition: opacity .2s linear; /* Safari and Chrome */
-o-transition: opacity .2s linear; /* Opera */}
.scroll-img-list li:hover .s-play{opacity: 1;}