/*页面总宽度*/
#wrap {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;

}

/*主体内容宽度*/
.inner {
    width: 1000px;
    margin: 0 auto;


}

.top>.inner {
    width: 80vw;
    min-width: 1150px;
    justify-content: space-between !important;
}

body {}

/*头部区域*/
.header {
    position: relative;
}

.top {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
}

.top .inner {
    height: 72px;
}

.top .logo {
    float: left;
    margin-top: 50px;
    cursor: pointer;
}

.top .nav1 {
    float: right;
    margin-top: 32px;
    margin-top: 32px;
    position: absolute;
    right: 150px;
}

.top .nav1 li {
    float: left;
    margin-right: 20px;
}

.top .nav1 li a {
    display: block;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    /* background: #999; */
    transition: all .3s;
}

.top .nav1 li a.on,
.top .nav1 li a:hover {
    /* background: #8bc462; */
    background: url(../images/titbg.png);
    background-size: 100% 100%;
    color: #fff;
    /* border-radius: 35px; */
}

/*banner*/
.banner img {
    width: 100%;
    vertical-align: bottom;
}

/*nav2*/
.nav2 {
    background: #777;
}

.nav2 li {
    float: left;
}

.nav2 li a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #999;
}

.nav2 li a.on,
.nav2 li a:hover {
    background: #888;
}

/*main*/
.main {
    padding-top: 40px;

}

.mainmain {
    background: url(../images/bg.png) no-repeat center;
    background-size: 100% 100%;
}

.toptop {
    width: 100%;
}

.toptop img {
    width: 100%;
}

/*title*/
.title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title h1 {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*contain*/
.container {
    margin-top: 24px;
}

.dsn {
    display: none;
}

.pjz {
    text-align: center;
}

/*aside*/
.aside {
    width: 200px;
    float: left;
}

.aside_nav li {
    margin-bottom: 10px;
}

.aside_nav li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #999;
}

.aside_nav li a.on,
.aside_nav li a:hover {
    background: #888;
}

.clearfix {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.con {
    display: block;

}

/*content*/
.content {
    width: 95%;
    min-height: 500px;
    font-size: 16px;
    margin-top: 30px;
    /* background: #aaa; */
}

.content>div {
    /* text-align: center; */
    margin-bottom: 30px;
}

.content p {
    line-height: 50px;
    color: #555;
    text-indent: 2em;
    font-family: '阿里巴巴普惠体';
}

.tit {
    text-align: center;
}

.content p span {
    color: #2969c5;
    font-weight: bold;
}

.content p .tel {
    color: #05429a;
    font-weight: bold;

}

.tele {
    color: #05429a !important;
    font-weight: bold;
}

.detail {
    width: 100%;
    height: 270px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    /* margin-top: 50px; */
    border-radius: 10px;
    padding-top: 50px;
    margin-bottom: 260px !important;

}

.gangwei {
    margin-left: -20px;
}

.bg {
    width: 100vw;
    position: absolute;
    bottom: 0;
    z-index: -10;

}

.bg img {
    width: 100%;
}

.block {
    height: 300px;
    background: #f47937;
    margin-bottom: 20px;
}

.intructor {
    margin-bottom: 200px !important;
}

/*版权*/
.copyright {
    margin: 0px auto 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    /* background: #555; */
}

.copyright img {
    vertical-align: text-bottom;
}

.detail ul li span {
    color: #05429a;
    font-weight: bold;
}

.detail ul li img {
    margin-right: 30px;
}

/*回到顶部*/
#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;
}






