.yyy{
    color: #f3990f !important;
}
.imgbiga img{
    height: 100px;
}
.imgbiga img :hover{
    height: 110px;
}
.liangh h1{
    font-size: 1.75rem;
    color: #f3990f !important;
}

.biana {
    border: 1px solid #dee2e6;
    padding: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
    transition: all 0.2s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}


.biana :hover{
    border: 6px #ffa620 solid;
    -webkit-transition: all 0.2s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
    transition: all 0.2s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}


.da-thumbs {
    list-style: none;


    position: relative;
    margin: 0 auto;
    padding: 0;
}

.da-thumbs li {
    float: left;

    background: #fff;

    position: relative;

}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;

}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    background: rgba(75, 75, 75, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24b4b4b, endColorstr=#b24b4b4b);
    width: 100%;
    height: 100%;
}

.da-thumbs li a div span {
    text-align: center;
    display: block;
    line-height: 200px;

    text-transform: uppercase;
    font-weight: normal;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.da-thumbs li a div samp {

    position: absolute;
    z-index: 10;
    bottom: 45px;
    left: 40px;
    width: 195px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff);
}

.da-thumbs li a div em {

    position: absolute;
    z-index: 10;
    top: 40px;
    left: 40px;
    background: rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
    width: 195px;
    height: 10px;
}

.pagenum {
    text-align: center;
    font-family: "微软雅黑";
    width: 1200px;
    margin-top: 20px;
}

.pagenum a {
    color: #333;
    padding: 6px 12px;
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
    display: inline-table;
    border: 1px #e2e2e2 solid
}

.pagenum a:hover {
    color: #fff !important;
    background-color: rgb(255, 212, 31);
    font-size: 12px;
    border: 1px rgb(255, 212, 31) solid
}

.pagenum .current {
    color: #fff !important;
    padding: 6px 12px;
    background-color: #333;
    font-size: 12px;
    border: 1px #333 solid
}

.pagenum .firstPage,
.pagenum .nextPage,
.pagenum .prePage,
.pagenum .lastPage {
    background-color: #fff;
    color: #333;
    padding: 6px 10px;
    margin-right: 6px;
    display: inline-table
}




.container .img-holder {
    width: 300px;
    height: 400px;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 0 3px #ddd;
    background: rgba(255, 255, 255, .9);
    visibility: hidden;
    opacity: 0;
    top: 50px;
    left: 395px;
    cursor: pointer;
    z-index: 99;

}



.container {
    position: relative;
    height: 520px;
    top: 20px;
    width: 1090px;
    margin: 0 auto;
    transform-style: preserve-3d;
}


.controller {
    top: 120px;
    left: 20px;
    width: 300px;
    margin: 0 auto;
    position: relative;
}

.scrolller-container {
    width: 800px;
    height: 10px;
    position: relative;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 0 auto;
}

.scrolller-container .scroller {
    cursor: pointer !important;
    width: 18px;
    height: 18px;
    border-radius: 30%;

    position: absolute;
    top: -6px;
    left: 0px;
    z-index: 999;
    background-color:#ffc107
/*     background: url(../images/scroll1.png); */
}

/* For reflection */
.container .content {
    position: relative;
    left: 0;
    z-index: -1;
}

.container .content .title {
    width: 100%;
    opacity: 1;
    position: relative;
    z-index: 99;
    padding-top: 25px;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.container .content span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 5px;
    height: 72px;
    overflow: hidden;
    display: block;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.newstxt {
    /* background-color: #f5f5f5; */
    /* padding: 5px; */
}

.newstxt h3 {
    /* text-align: center; */
    font-size: 20px;
    color: #0c0c0c;
}
.newstxt p{
    font-size: 16px;
    /* text-align: center; */
    color: #8c8c8c;

}

@media (max-width:1000px) {
    .newstxt h3 {
        text-align: center;
        font-size: 16px;
        color: #353535;
        margin-bottom: 0;
    }
    .newstxt p{
        font-size: 12px;
        text-align: center;
        color: rgba(0, 0, 0, 0.2);
    
    }
    .content_s img{
        /* margin: 15px auto; */
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 10px auto;
        padding: 5px;
        /* border: 1px #dddddd solid; */
    }
}


.subnav .active {
    position: relative;
}

.subnav .active .xian {
    position: absolute;
    left: 10%;
    bottom: 10px;
    width: 80%;
    /* width: calc(100% - 50px); */
    height: 6px;
    background: rgb(255, 212, 31);
}

.subnav .active a {
    font-weight: bold;
    color: rgb(0 0 0);
}

.subnav div {
    width: 140px;
}

.icon:before {
    content: '\f006';
    font-family: FontAwesome;
}
.content_s{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}
.content_s img{
    /* margin: 15px auto; */
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    padding: 5px;
    /* border: 1px #dddddd solid; */
}
.content_s h4{
    font-size: 16px;
    font-weight: bold !important;
    color: rgba(0, 0, 0);
    background-color: rgb(255, 212, 31);
    padding: 15px 20px;
    text-align: center;
    margin: 30px 0;


}
.content_s h4:before{
    content: '\f006';
    font-family: FontAwesome;
}


.imgs{
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}


.about{
    background: url(../images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.number{
    font-size: 30px !important;
    font-weight: bold;
    /* font-family: 'Courier New', Courier, monospace; */
}

.textdd{
    color:rgb(53, 53, 53);
    text-align: justify;
    line-height: 1.5rem;
}
.ssubnav{
    font-size: 12px;
}

.ssubnav .active {
    position: relative;
}

.ssubnav .active .xian {
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 60px;
    /* width: calc(100% - 50px); */
    height: 3px;
    background: rgb(255, 211, 35);
}

.ssubnav .active a {
    color: rgb(51, 51, 51);
}

.subimg{
    margin-top: 90px;
    height: 250px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight:300;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.subimg .subimgtiele{
    padding-top: 70px;
    width: 100%;
    text-transform: uppercase;
}

.subimg .smxian{
    width: 130px;
    margin: 0px auto;
    padding-top: 20px;
    border-bottom: 2px #fff solid;
}

#map-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 300px;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 12px;
}