.wrap {
    width: 100%;
}

.container {
    width: 1150px;
    margin: 0 auto;
}

.wrap .head {
    /* border-bottom: 1px solid #2b509a; */
    padding-top: 15px;
}

.headtop {
    margin-bottom: 15px;
}

.navout {
    background: #2b509a;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    border-bottom: 2px solid #2b509a;
    transition: all .5s linear;
    position: relative;
}

.nav li.active {
    border-bottom: 2px solid #fff;
}

.nav li:hover {
    border-bottom: 2px solid #fff;
}


/* .nav li:hover a {
    color: #2b509a;
} */

.nav li>a {
    padding: 10px 20px 10px;
    display: block;
    transition: all .1s linear;
    color: #fff;
}

.nav li.active>a {
    color: #fff;
}

.navlist {
    position: absolute;
    left: -3px;
    top: 41px;
    z-index: 90;
    width: 180px;
    border-top: 0;
    background: #2b509a;
    display: none;
}

.navlist .navlist-item a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff !important;
    border-bottom: 1px solid #2b509a;
    text-align: center;
    transition: all .1s linear;
}

.navlist .navlist-item a:hover {
    color: #2b509a !important;
    background: #fff;
}


/* 大图滚动 */

.banner {
    position: relative;
    margin-bottom: 38px;
}

.banner .hd {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -50px;
    z-index: 9;
}

.banner .hd li {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    float: left;
    margin-left: 10px;
    background: #fff;
}

.banner .hd li.on {
    background: #ccc;
}

.banner .prev {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10;
}

.banner .next {
    position: absolute;
    left: auto;
    right: 3%;
    background-position: 8px 5px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.banner img {
    width: 100%;
    display: block;
}


/* 底部样式 */

.foot {
    width: 100%;
    height: 279px;
    padding-top: 50px;
}

.foottop {
    overflow: hidden;
    width: 1220px;
    padding-left: 80px;
    margin: 0 auto 50px;
}

.foottop ul {
    width: 190px;
    float: left;
}

.foottop ul li a {
    display: block;
    padding: 3px 0px 3px 10px;
    transition: all .2s linear;
    color: #333333;
    z-index: 999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.foottop ul li a::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #000;
    left: 0;
    top: 50%;
}

.foottop ul li a:hover {
    padding-left: 15px;
}

.footbot {
    height: 289px;
    margin: 0 auto;
    /*display: flex;
    justify-content: flex-start;
    align-items: flex-start;*/
    background: url('../img/footbot.jpg') center 0 no-repeat;
    background-size: cover;
    padding-top: 70px;
	width: 100%;
}
.footbot .beian{color:#ccc;width:640px;margin:0 auto}
.footbot .beian a{color:#ccc}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footbot .p1 {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
}

.footbot .p1 span {
    color: #ccc;
    margin-left: 10px;
}


/* 视频弹出框 */

.sptck {
    position: fixed;
    width: 960px;
    height: 540px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    background-color: #eee;
    z-index: 10002;
    margin-top: -270px;
    display: none;
}

#mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 10001;
    display: none;
}

.sptck img {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}