@charset "utf-8";
* {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color: #666;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

body {
    font-weight: bold !important;
    font-size: 16px;
    color: #333;
    background-size: 100%;
}

.banner {
    background-image: url(../img/dsdh/pander3.png);
    background-repeat: no-repeat;
    height: 120px;
    background-position: 0 bottom;
}

.w970 {
    width: 970px;
}

.flex {
    display: flex;
}

.flex_auto {
    flex: 1;
    display: flex
}

.flex_column {
    flex-direction: column;
    display: flex
}

.flex_center {
    justify-content: center;
    display: flex;
}

.flex_both_center {
    align-items: center;
    justify-content: center;
    display: flex;
}

.mb40 {
    margin-bottom: 40px
}

.mt20 {
    margin-top: 20px
}

a {
    text-decoration: none;
}

.scProvince {
    position: absolute;
    bottom: 120px;
    bottom: 13vh;
    left: 560px;
    left: 29vw;
    z-index: 100000;
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

.bg-video {
    width: 100%;
    height: auto;
    left: 0px;
    top: 130px;
    z-index: -1;
    vertical-align: bottom;
    display: block;
    position: absolute;
}

.lc_title {
    padding: 20px;
    border-bottom: 1px solid #a6c7ef;
    color: #1b6fd7;
    font-weight: 600;
    background: url(../img/dsdh/pander3.png) aliceblue no-repeat center;
    background-size: 100%;
}

.v1 {
    width: 100%;
    height: auto;
}

.lc-area {
    height: 390px;
}

.lc-city {
    margin-right: 30px;
    width: 43vw;
}

.lc-city li {
    margin-bottom: 25px;
}

.text-center {
    text-align: center;
}

.list-inline {
    padding: 0;
    list-style: none;
}

.list-inline > li {
    float: left;

}

.list-inline > li > a {

    text-align: center;
    display: block;
    padding: 10px 0;
    width: 120px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url(../img/dsdh/btn.png);
    border: 1px solid #a6c7ef;
    border-radius: 15px;
    line-height: 30px;
    font-size: 16px;
}

.list-inline > li > a {
    color: #333;
}

.list-inline > li > a:hover {
    background: #2fad45;
    color: #fff;
    border-color: #239c39;
}

.city {
    position: absolute;
    top: 280px;
    right: 0px;
}

.sj > li {
    list-style: outside none none;
    display: block;
    width: 209px;
}

.sj > li > a {
    text-align: center;
    width: 159px;
    display: block;
    padding: 10px 0;
    background-image: url(../img/dsdh/btn.png);
    border: 1px solid #a6c7ef;
    border-radius: 15px;
    color: #333;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 50px;
    font-size: 20px;
}

.sj > li > a:hover {
    background: #2FAD45 none repeat scroll 0% 0%;
    color: #FFF;
    border-color: #239C39;
}

ul {
    margin: 0px;
}