.search {
    float: right;
}
.nav-cai{
    width: 100%;
    height: 46px;
    margin-bottom: 26px;
    margin-top: 10px;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
/*.nav-left {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    width: 8%;*/
/*    height: 100%;*/
/*    background-color: orange;*/
/*    background: linear-gradient(215deg, transparent 50%, orange 0) top left;*/
/*}*/
.edge {
    display: inline-block;
    float: left;
    border:23px solid transparent;
    border-left:23px solid orange;
    border-bottom:23px solid orange;

}
.nav-cai img {
    /*height: 150%;*/
    width: 30%;
    height: 100%;
    margin-top: -8px;
    padding-right: 22px;

}
.nav-right {
    display: inline-block;
    float: right;
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
}
.nav-one {
    display: inline-block;
    float: left;
    width: 20%;
    color: white;
    height: 100%;
    line-height: 46px;
    text-align: center;
    padding-right: 2px;
}
.nav-one p{
    background-color: #807c7c;

}
.nav-cai a {
    color: white;
}
.nav-cai a:hover {
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.side-left a {
    color: unset;
    text-decoration: none;
}
.side-left a:hover {
    color: unset;
    text-decoration: none;
}
/*下拉菜单*/
.dropdown-menu {
    background-color: rgba(114,114,114,0.7);
    width: 100%;
    margin-top: -1px;
}
.dropdown-menu>li {
        text-align: center;
}
.dropdown-menu>li>a {
    color: white !important;
}

.dropdown-menu>li>a:hover {
    color: white !important;
    background-color: unset;
}

/*二级页面下拉菜单*/
li {
    text-align: center;
}
.nav-stacked>li {
    background-color: #616161;
    border-radius: 3px;
    max-width: 280px;
    padding: 6px;
}
.nav-stacked>li>a {
    color: white !important;
    background-color: unset !important;
}
.nav-stacked>li>a:hover {
    color: white !important;
    background-color: unset !important;
}
.tar {
    background-color: #f17431 !important;
}


/*ul {*/
/*    width: 100%;*/
/*    box-sizing: border-box;*/
/*}*/
/*li {*/
/*    background-color: #989494 !important;*/
/*    width: 19%;*/
/*}*/
/*li a {*/
/*    color: white;*/
/*}*/
/*轮播css*/
@media screen and (min-width: 720px) {
    #wrap {
        position:relative;
        margin:2px auto;
        width: 100%;
        height:400px;
    }
    .banner-img>img {
        width:100%;
        height:400px;
    }
}

@media screen and (max-width: 720px) {
    #wrap {
        position:relative;
        margin:2px auto;
        width: 100%;
        height:180px;
    }
    .banner-img>img {
        width:100%;
        height:180px;
    }
}
.banner-img>img {
    /*opacity: 0.9;*/
}
#wrap .banner {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    transition: opacity 2s;
}
#wrap .tab{
    position:absolute;
    bottom:50%;
    left:8px;
    width: 16px;
}
#wrap .tab span{
    display: inline-block;
    width:100%;
    height:16px;
    margin:3px;
    /*background:rgba(105,105,105,0.5);*/
    background-color: white;
    border-radius:50%;
    cursor: pointer;
    border:2px solid #887B6E;
}
#wrap .tab span.bai{
    background: orange;
}
.banner-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: white;
    text-align: center;
}
/**轮播css结束**/
.side-left {
    display: inline-block;
    overflow: hidden;
    width: 65%;
    float: left;
}
.title {
    width: 100%;
    overflow: hidden;
    color: #a29e9e;
    padding-bottom: 2px;
    border-bottom: #f17431 solid 3px;
}
.title-left {
    display: inline-block;
    float: left;
}
.title-right {
    display: inline-block;
    float: right;
    color: #666666;
}
.title-right img {
    width: 18px;
    padding-left: 3px;
}

.more {
    display: inline-block;
    color: orange;
}
.shijian {
    display: inline-block;
    color: #a29e9e;
}
.gonggao {
    overflow: hidden;
    /*line-height: 200%;*/
    padding: 8px;
}

.dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4b4545;
}
.gonggao font {
    color: #666666;
    padding-left: 12px;
}


.side-right {
    display: inline-block;
    overflow: hidden;
    width: 30%;
    float: right;
}
.side-nav {
    padding: 20px;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    border-bottom: #e3e3e3 dashed 2px;
}
.side-nav img {
    padding-right: 12px;
    width: 48px;
}

.video {
    height: 380px;
    overflow: hidden;
    background-color: black;
    margin-bottom: 20px;
}

video {
    height: 100%;
    width: 70%;
    object-fit: fill;
    overflow: hidden;
    box-sizing: border-box;
}
.video-right {
    width: 30%;
    float: right;
    color: white;
    display: inline-block;
    overflow: hidden;
}
.video-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: red;
}
.video-right p {
    padding: 12px 8px;
}
.richen {
    width: 100%;
    height: 520px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    background-image: url("../imgs/bg-richen.png");
    color: white;
}

.richen-tit {
    font-size: 20px;
    padding: 18px;
    background: rgba(0,0,0,0.5);
}

.card-box {
    width: 100%;
    padding-left: 17%;
    position: absolute;
    bottom: -28px;
    opacity: 0.8;
}
.card {
    width: 22%;
    height: 100%;
    float: left;
    margin: 0 auto 0 12px;
    background-color: #21336d;
    padding: 18px 18px 18px;
    border-radius: 8px;
    height: 238px;
}
.card p {
    margin-top: 16px;
    font-size: 13px;
    text-align: justify;
}
.people-box {
    width: 100%;
    overflow: hidden;
    background-color: #616161;
    margin-bottom: 32px;
}
.people {
    background-color: white;
    padding: 0 48px;
    margin: 0 auto;
    width: 70%;
    box-sizing: border-box;
    overflow: hidden;
}
/*.one-people+.one-people {*/
/*    margin-left: 2px;*/
/*}*/
.one-people{
    display: inline-block;
    position: relative;
    overflow: hidden;

}
.big-row .one-people {
    height: 240px;
}
.small-one .one-people {
    height: 180px;
}
.one-people img{
    object-fit: fill;
    width: 100%;
    height: 100%;
}
.one-zhuanjia img {
    max-width: 150px;
}
.col-md-3 .name-people{
    line-height: 38px;
}

.name-people {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    height: 38px;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.3);
}
.one-zhuanjia .name-people {
    height: 88px !important;
    padding: 8px;
}

.col-md-2,.col-md-3 {
    padding-left: 2px !important;
    padding-right:  2px !important;
}
.name-1 {
    font-weight: bold;
}

.organization {
    /*width: 70%;*/
    margin: 0 auto;
    padding-bottom: 38px;
    background-color: white;
}
.organization img {
    width: 100%;
    padding-right: 10px;
}

.footer {
    width: 100%;
}

.footer img {
    object-fit: cover;
    width: 100%;
}

