/*页面总宽度*/
#wrap {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    font-family: 'syh', Noto Sans SC, Microsoft YaHei;
}

@font-face {
    font-family: "syh";
    src: url("../font/SourceHanSansSC-Light.otf");
}

/*主体内容宽度*/
.inner {
    width: 950px;
    margin: 0 auto;
}


/*头部区域*/
.header {
    position: relative;
}

.top {
    /* position: absolute;
    z-index: 9;
    top: 0;
    width: 100%; */
}

.top .inner {
    width: 75vw;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .logo img {
    float: left;
    width: 125px;
    /* margin-top: 26px; */
    cursor: pointer;
}

.top .nav1 {
    float: right;
    /* margin-top: 32px; */
}

.top .nav1>li {
    float: left;
    height: 100%;
    margin: 0 20px;
    position: relative;
}

.top .nav1>li>a {
    display: block;
    padding: 0;
    height: 100%;
    line-height: 80px;
    font-size: 18px;
    color: #000;
    text-align: center;
    transition: all .1s ease;
    /* border-radius: 20px; */
}

.top .nav1>li>a.on,
.top .nav1>li>a:hover {
    border-bottom: 4px solid #ed9729;
    color: #ed9729;
    font-weight: bolder;
}

/*banner*/
.banner {
    background-color: #fff;
}

.banner img {
    width: 100%;
    vertical-align: bottom;
}

/*main*/
.main {
    background: #fff url(../images/bg.png) no-repeat bottom/100%;
    /* background-size: auto 100%; */
}



/*contain*/
.container {
    margin-top: 24px;
}

.dsn {
    display: none;
}

.pjz {
    text-align: center;
}


/*content*/
.content {
    width: 950px;
    min-height: 500px;
    font-size: 18px;
    color: #000;
    margin-bottom: 100px;
    padding: 0;
    line-height: 35px;
    text-align: justify;
}

div {
    box-sizing: border-box;
}

.content>img {
    display: block;
    margin: 0 auto;
}



/*版权*/
.copyright {
    margin: 0px auto 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 50px;
    color: #ededed;
    font-size: 10px;
}

.copyright img {
    vertical-align: text-bottom;
}

/*回到顶部*/
#goToTop {
    position: fixed;
    right: 20px;
    z-index: 9000;
    bottom: 30px;
}

#goToTop a {
    /* background: none repeat scroll 0 0 #ddd;
    border: 1px solid #CCCCCC; */
    border-radius: 3px;
    -webkit-border-radius: 50px;
    color: #FF9966;
    font-size: 14px;
    text-decoration: none;
    /* text-shadow: 0 1px 0 #999;
    -webkit-text-shadow: 0 1px 0 #999; */
}

#goToTop a {
    padding: 10px;
    display: inline-block;
    letter-spacing: 10px;
    text-align: center;
}

#goToTop a:hover {
    /* background: none repeat scroll 0 0 #999; */
}

/*地图*/
.map {
    width: 100%;
    margin: 0 auto;
    height: 500px;
}

.map .map-div {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/*网页分享*/
.bdsharebuttonbox {
    position: fixed;
    left: 10px;
    bottom: 15px;
}

.bg img {
    position: absolute;
    top: 15%;
    left: -15%;
}

.pic {
    width: 100%;
}