a{
    color: #0077dd;
}
a:hover,a:focus{
    color: #286aa5;
    text-decoration: none;
    outline:none;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style-type:none
}
dl{
    margin: 0;
}

button {
    outline: none;
}
img{
    max-width: 100%;
}
.btn:active, .btn:focus {
    outline: 0 !important;
}

.pointer{
    cursor: pointer;
}

.center{
    text-align: center;
}

.p0{
    padding: 0;
}
.mt-15{
    margin-top: 15px!important;
}
.mt-10{
    margin-top: 10px;
}
.mr-5{
    margin-right: 5px;
}
.mb-20{
    margin-bottom: 20px;
}
.btn-pri{
    color: #fff;
    background-color: #2287de;
    border-color: #2287de;
}
.btn-pri:hover{
    color: #fff;
    background: #0077dd;
    border-color: #0077dd;
}
.btn-pri:active, .btn-pri:focus{
    color: #fff;
}

/*-------top-start------*/
.pb-container{
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 15px;*/
    /*padding-right: 5px;*/
}
/*@media (min-width: 992px){
    .pb-container {
        width: 970px;
    }
}*/

@media (min-width: 1200px){
    .pb-container {
        width: 1100px;
    }
}

.logo-a {
    float: left;
    padding: 5px 0;
    height: 54px;
}

.logo-a img {
    height: 100%;
}

.navbar.navbar-default{
    background-color: #fff;
    margin-bottom: 15px;
}

.navbar-default .navbar-toggle {
    border-color: #0077dd;
    background-color: #0077dd;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0077dd;
}

.navbar-nav .active {
    border-bottom: 4px solid #0077dd;
}

@media (max-width: 768px) {
    .navbar-nav .active {
        border-bottom: 4px solid #0077dd;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

.navbar-nav .active a {
    color: #0077dd !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #0077dd;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0077dd;
}

.navbar-nav li a {
    font-size: 15px;
    padding: 15px 12px;
}
.navbar-nav .dropdown-menu>li>a{
    padding: 5px 15px;
}
.dropdown-menu>.active>a{
    background-color: #fff;
}
.dropdown-menu>.active>a:hover{
    background-color: #f5f5f5;
}
.navbar-right .dropdown-menu{
    left: 0px;
    right: auto;
    padding: 0;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.navbar-default .navbar-nav > .color-red > a {
    color: red;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff;
}

.dropdown-menu {
    min-width: 110px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #fff;
    margin-top: 4px;
}

.navbar-nav > li > .dropdown-menu a {
    color: #585858;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #0077dd;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #0077dd;
    background-color: transparent;
}

.dropdown-menu .divider {
    margin: 3px 0;
}

.flex-prev i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}

.flex-next i {
    color: rgba(0, 0, 0, 0.65);
    font-size: 30px;
}

/*-------footer-start------*/
.footer-section {
    padding-top: 30px;
    background: #313131;
    clear: both;
}

.footer-section h5 {
    color: #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}

.footer-section h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff6400;
}

.footer-section p {
    color: #999999;
    font-size: 14px;
}

.footer-section .footer-nav li {
    line-height: 24px;
}

.footer-section .footer-nav li.active a {
    color: #ff6400;
}

.footer-section .footer-nav li a {
    font-size: 14px;
    line-height: 2;
    color: #999999;
    text-decoration: none;
}

.footer-section .footer-nav li a:hover {
    color: #ff6400;
}

.footer-section .contacts-list i {
    min-width: 20px;
    margin-right: 5px;
}

.footer-section .contacts-list p {
    margin-bottom: 0;
}

.footer-section .contacts-list a {
    color: #999;
    text-decoration: none;
}

.footer-section .form-control {
    border-color: #333333;
}

.footer-section .form-control:focus, .footer-section .form-control:active {
    border-color: #ddd;
}

.footer-section .form-control-feedback {
    color: #999;
    top: 16px;
    font-size: 15px;
}

.footer-section ul {
    margin: 0;
    padding: 0;
}

.footer-section .form-control {
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    font-size: 14px;
    padding-left: 0;
    height: 50px;
    color: #999;
}

.footer-content {
    margin-bottom: 30px;
}

.copyright-section {
    padding: 20px 0;
    text-align: center;
    clear: both;
}
.copyright-section p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.copyright-section a{
    color:#0077dd;
}
.copyright-dark.copyright-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #443f3f;
    border-top: 1px solid #443f3f;
}

.copyright-dark.copyright-section p {
    color: #999;
}

.copyright-dark.copyright-section p span {
    color: #ccc;
}
.copyright-light.copyright-section {
    background: #fff;
    border-top: 1px solid #c7c6c6;
}

.copyright-light.copyright-section p {
    color: #6c6b6b;
}

.copyright-light.copyright-section p span {
    color: #6c6b6b;
}
.copyright-section.copyright-common{
    background: #f3f3f3;
}

/*swiper*/
.swiper-button-next {
    background-image: none;
    font-size: 28px;
    opacity: 0;
    color: rgba(0, 0, 0, .65);
}

.swiper-button-prev {
    background-image: none;
    font-size: 28px;
    opacity: 0;
    color: rgba(0, 0, 0, .65);
}
.swiper-container:hover .swiper-button-prev,.swiper-container:hover .swiper-button-next{
    opacity: 0.6;
}

.swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    opacity: 1
}
.slideUp {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -o-transform: translateY(-55px);
    transform: translateY(-55px);
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}

.slideDown {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
}
#header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}


.hr0{ height:1px;border:none;border-top:1px dashed #9db1c5;margin: 10px 0;}

.return_top {display: none; position: fixed;
    padding: 8px 10px;bottom: 20px; right: 20px; background-color: #9F9F9F;  opacity: 0.8}
.return_top a {font-size:18px;color: #fff;}
.return_top:hover {cursor: pointer; opacity: 1}

.error-content .error-img-content{
    margin-top: 56px;
    padding-top: 100px;
    margin-bottom: 70px;
    text-align: center;
}
.error-content .error-text{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.error-content .error-btn-content{
    margin-top: 70px;
    padding-bottom: 30px;
    text-align: center;
}
.error-content .error-btn-content a{
    color: #fff;
}
.banner_box {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 235px; /* 假设这是容器的高度 */
}
.banner_box img {
    max-width: 910px;
    max-height: 100%;
    min-height: 90%;
}
.div1{
    position: absolute;
    z-index: 2000;
    width: 2%;
    margin-left: 5px;
    margin-top: 50px;
}
.div1:hover{
    width: 6%;
    .ad_img{
        width: 100%;
        height: 300px;
    }
}
.div2{
    position: absolute;
    width: 2%;
    margin-left: 5px;
    top: 434.4px;
}
.div2:hover{
    width: 6%;
    .ad_img{
        width: 100%;
        height: 300px;
    }
}
.div3{
    position: absolute;
    z-index: 2000;
    width: 2%;
    right: 5px;
    margin-top: 50px;
}
.div3:hover{
    width: 6%;
    .ad_img{
        width: 100%;
        height: 300px;
    }
}
.div4{
    position: absolute;
    width: 2%;
    right: 5px;
    top: 434.4px;
}
.div4:hover{
    width: 6%;
    .ad_img{
        width: 100%;
        height: 300px;
    }
}
.ad_img{
    width: 30px;
    height: 180px;
}
.ad_close{
    display: block;
    cursor: pointer;
    color: #666666;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    padding: 0;
}
.new_div{
    background-image: url("../../../../img/newsbg.png");
    color: white;
}
.new_div a{
    position: absolute;
    display: inline-block;
    top: 5px;
    right: 350px;
    color: white;
}
.new_div a:hover{
    color: red;
}
.new_div p{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}
.panel-div{
    background-image: url("../../../../img/annh2.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 25px;
    color: white;
    box-shadow: 1px 0px 3px 0px grey,0px 1px 3px 0px grey;
}
.panel-div a{
    position: absolute;
    top: 5px;
    margin-left: 5px;
    color: white;
}
.panel-div a:hover{
    color: red;
}
/** {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    box-sizing: border-box;*/
/*}*/
.scroll_list{
    margin-top: 5px;
    position: relative;
    background-color: #D8E9F9;
    height: 280px;
    overflow: hidden;
    color: black;

}
.scroll_list:hover .list {
    animation-play-state: paused;
}
.list {
    margin-top: 280px;
    margin-bottom: 0px;
    padding: 5px 5px 5px 5px;
    width: 95%;

    position: absolute;
    transform: translateY(0);
    /* 确保初始时内容可见 */
    animation: scroll 12s linear infinite;

}


@keyframes scroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-250%);
    }
}
.list li{
    list-style-type: square;
    list-style-position: inside;
    color: #0F5DA9;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
/*.list li:hover{*/
/*    overflow: visible;*/
/*}*/
.list li a{
    /*color: black;*/
    font-size: 12px;
}
.list li a:hover{
    color: red;
    text-decoration: red underline;
}


