﻿/*!
 * Author: happynetlife
 * Mail: happynetlife@qq.com
 * Date time: 2020/11/20
 * Copyright (c) 2016~2020 王兴民 All rights reserved.
 */
.bh1 {
    height: 359px
}

.bh2 {
    height: 190px
}

.bh3 {
    height: 410px
}

.bh4 {
    height: 190px
}

.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.slider.default {
    height: 359px
}

.slider.spec {
    height: 120px
}

.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%;
    height: 100%;
    overflow: hidden
}

.slider .slider-item li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.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, .3);
    background-color: #333 \9
}

.slider .slider-item li:not(:first-child) {
    display: none
}

.slider.default .slider-item li {
    height: 359px
}

.slider .slider-nav {
    position: absolute;
    margin: auto;
    text-align: center
}

.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: 1px solid #000;
    background-color: #222;
    font: 0/0 a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.slider .slider-nav a.active {
    background-color: red
}

.slider.default .slider-nav {
    bottom: 20px;
    right: 10px
}

.slider.spec .slider-nav {
    right: 15px;
    bottom: 10px
}

.slider.spec .slider-nav li {
    width: 18px
}

.slider.spec .slider-nav a {
    width: 10px;
    height: 2px;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.slider.spec .slider-nav a.active {
    width: 15px
}

.btn-group.group-govopen {
    margin-right: -30px;
    padding: 0
}

.btn-group li {
    height: 60px;
    width: 123px;
    float: left;
    margin: 15px 15px 0 0;
    line-height: 60px;
    background-image: url("./btn-bg-left.png"), url("./btn-bg-right.png");
    background-position: left top, right top;
    background-repeat: no-repeat
}

.btn-group li a {
    height: 100%;
    font-size: 15px
}

.btn-group li a:link,
.btn-group li a:visited,
.btn-group li a:active {
    color: #3a94e3
}

.btn-group li a:hover {
    color: red
}

.list.list-news {
    margin-top: 15px;
    padding: 10px 15px;
    height: 115px;
    background-image: url("./box-bg-left.png"), url("./box-bg-right.png");
    background-repeat: no-repeat;
    background-position: top left, top right
}

.list.list-news li {
    float: left;
    width: 46%;
    height: 38px;
    margin: 0 2%;
    line-height: 38px
}

.list.list-news li a {
    font-size: 16px
}

.intro {
    height: 100px;
    line-height: 1.5;
    font-size: 14px;
    text-align: justify
}

.intro p {
    text-indent: 2em
}

.scroll-box {
    position: relative;
    padding: 0;
    overflow: hidden
}

.scroll-box.gallery {
    padding: 0;
    height: 210px
}

.scroll-box .scroll-box-area {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden
}

.scroll-box .btn-right,
.scroll-box .btn-left {
    position: absolute;
    z-index: 9;
    display: inline-block;
    width: 15px;
    height: 30px;
    margin: auto;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #999;
    background-color: #eee;
    -moz-transition: 400ms all ease-in-out;
    -webkit-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out
}

.scroll-box .btn-right:hover,
.scroll-box .btn-left:hover,
.scroll-box .btn-up:hover,
.scroll-box .btn-down:hover {
    background-color: #3072cf;
    color: #fff
}

.scroll-box .btn-right {
    top: 0;
    right: 0;
    bottom: 0
}

.scroll-box .btn-left {
    top: 0;
    bottom: 0;
    left: 0
}

.scroll-list {
    width: 200%;
    list-style: none outside none;
    padding: 0
}

.scroll-list:before,
.scroll-list:after {
    content: "";
    display: table;
    height: 0;
    clear: both
}

.scroll-list li {
    width: 290px;
    padding: 0;
    float: left;
    text-align: left
}

.scroll-list img {
    height: 180px;
    width: 265px;
    -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;
    width: 265px;
    line-height: 30px;
    text-align: center
}

.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 option {
    line-height: 30px;
    font-size: 14px
}

.friend-links select::-ms-expand {
    border: none;
    background-color: transparent
}

/*# sourceMappingURL=index.css.map */