/*高度*/
.bh1 {
    height: 359px
}

.bh2 {
    height: 319px
}

.bh3 {
    height: 249px
}

/*轮播*/
.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.slider.default {
    height: 359px
}

.slider.spec {
    width: 1170px;
    height: 120px;
    margin: 0 auto
}

.slider ul {
    list-style: none outside none;
}

.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%;
    object-fit: cover
}

.slider.default .slider-item li {
    height: 359px
}

.slider.spec .slider-item li {
    height: 120px
}

.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(75)
}

.slider .slider-nav {
    position: absolute;
    margin: auto;
    text-align: center
}

.slider.default .slider-nav {
    bottom: 20px;
    right: 10px
}

.slider.spec .slider-nav {
    right: 15px;
    bottom: 10px
}

.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 #000;
    background-color: #222;
    font: 0/0 a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.slider.spec .slider-nav li {
    width: 16px
}

.slider.spec .slider-nav a {
    width: 10px;
    height: 3px;
    border: 1px solid #000
}

.slider a.active {
    background-color: #f00
}

/*按钮组*/
.ntns-wrap {
    background: #b10000 url("../images/btns_bg.jpg") repeat-x top center
}

.btn-group.group-circle {
    padding: 40px 0
}

.group-circle li {
    float: left;
    width: 25%;
    height: 130px;
    margin: 0;
    padding: 0
}

.group-circle li a {
    display: block;
    height: 100%;
    width: 136px;
    margin: 0 30px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.group-circle li a span {
    display: block;
    width: 56px;
    height: 56px;
    margin: 20px auto 0 auto;
    line-height: 56px;
    font-size: 56px
}

.group-circle li a p {
    margin: 5px 20px;
    padding: 0;
    line-height: 1.2;
    font-size: 16px
}

.group-circle a:link,
.group-circle a:visited,
.group-circle a:active {
    color: #fff
}

.group-circle a:hover {
    color: #ff0;
    border-color: #ff0
}

/*数据框*/
.fieldset-title {
    padding: 10px;
    margin: 0;
    border: 1px solid #b10000;
    border-top-width: 2px
}

.fieldset-title legend {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 18px;
    color: #b10000
}

/*滚动*/
.scroll-box {
    position: relative;
    padding: 0;
    overflow: hidden
}

.scroll-box.gallery {
    height: 200px;
    width: 1138px
}

/*滚动图片列表*/
.scroll-list {
    width: 200%;
    list-style: none outside none;
    padding: 0
}

.scroll-list.list-gallery {
    height: 100%
}

.scroll-list:before,
.scroll-list:after {
    content: '';
    display: table;
    height: 0;
    clear: both
}

.scroll-list li {
    width: 200px;
    padding: 0;
    float: left;
    text-align: left
}

.scroll-list img {
    height: 100px;
    width: 190px;
    -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-list img:hover {
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    opacity: .8
}

.scroll-list p {
    padding: 0;
    line-height: 30px
}

.scroll-list.list-gallery li {
    position: relative;
    width: 297px;
    height: 100%
}

.scroll-list.list-gallery img {
    width: 95%;
    height: 100%;
    object-fit: cover
}

.scroll-list.list-gallery p {
    position: absolute;
    width: 95%;
    height: 30px;
    margin: auto;
    bottom: 0;
    left: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .3)
}

/*友情链接*/
.friend-links {
    text-align: center
}

.friend-links select {
    width: 90%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #ddd;
    outline: none
}

.friend-links select::-ms-expand {
    border: none;
    background-color: transparent
}

.friend-links select option {
    line-height: 30px;
    font-size: 14px
}

/*写点样式，让轮播好看点*/
ul, ol { padding: 0;}
#slider { position: relative; overflow: auto; text-align: center;}
#slider li { list-style: none;}
#slider ul li { float: left; }
#slider ul li img { height: 359px;object-fit: cover; width: 100%;}
#slider ul li p { position: absolute;bottom: 0;line-height: 45px; opacity: .4;background-color: #000;color: #fff;width:521.25px;height:45px;text-indent: 20px;text-align:left}
#slider { width: 521.25px;}
#slider .dots { position: absolute; right: 0; bottom: 15px;}
#slider .dots li { display: inline-block; width: 6px;height: 6px; margin: 0 4px; text-indent: -999em;border: 2px solid #1e9fff;border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;}
#slider .dots li.active {background: #fff;opacity: 1;}
#slider .arrow { position: absolute; top: 200px;}
#slider #al { left: 15px;}
#slider #ar { right: 15px;}


#spec2 { position: relative; overflow: auto; text-align: center; }
#spec2 li { list-style: none;}
#spec2 ul li img{ height: 120px;object-fit: cover; }
#spec2 ul li { float: left; }
#spec2 { width: 1170px;}
#spec2 .dots { position: absolute; right: 0; bottom: 10px;}
#spec2 .dots li { display: inline-block; width: 8px;height: 8px; margin: 0 4px; text-indent: -999em;border: 2px solid #1e9fff;border-radius: 6px; cursor: pointer; opacity: .4; -webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;}
#spec2 .dots li.active {background: #fff;opacity: 1;}
#spec2 .arrow { position: absolute; top: 200px;}
#spec2 #al { left: 15px;}
#spec2 #ar { right: 15px;}
#spec2 ul li p { position: absolute;bottom: 0;line-height: 40px; opacity: .4;background-color: #000;color: #fff;width: 520px;height:40px}