/*头部固定*/
#fixNavCon{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.text-box{
    position: relative;
    width: 100%;
    height: 100vh;
}
.text-box>img{
    width: 100%;
    /*height: 100vh;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
}
.text-box>div{
    padding-top: 2.5rem;
}
.text-box p{
    font-size: 0.5rem;
    color: #7b8790;
    text-align: justify;
    line-height: 1rem;
}

.about-title{
    color: #006bb9;
    font-weight: normal;
    margin-bottom: 0.5rem;
}
/*组织架构*/
.img-box>div:nth-of-type(1){
    width: 100%;
    height: 8.5rem;
    background: url("../../img/about/shang.png") no-repeat;
    background-size: 100% auto;
    background-position: 10% 25%;
}
.img-box>div:nth-of-type(2){
    width: 100%;
    height: 5rem;
    background: url("../../img/about/xia.png") no-repeat;
    background-size: 100% auto;
    background-position: 10% 25%;
}
.img-box>div:nth-of-type(3){
    width: 100%;
    height: 8.5rem;
    background: url("../../img/about/zhong.png") no-repeat;
    background-size: 100% auto;
    background-position: 10% 25%;
    /*height: 58vh;*/
}
/*左面链接添加*/
.img-box>div{
    position: relative;
}
.img-box>div:nth-of-type(1)>a{
    position: absolute;
    display: inline-block;
    width: 15%;
    height: 40%;
    top: 0;
    left: 20%;
    /*border: 1px solid red;*/

}
.img-box>div:nth-of-type(1)>a:nth-of-type(2){
    left: 43%;
}
.img-box>div:nth-of-type(1)>a:nth-of-type(3){
   left: 66%;
}
.img-box>div:nth-of-type(1)>a:nth-of-type(4){
    left: 38%;
    top: 45%;
    width: 22%;
}
/*中间部分链接*/
.img-box>div:nth-of-type(2)>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}
/*右面部分链接添加*/
.img-box>div:nth-of-type(3)>a{
    position: absolute;
    display: inline-block;
    width: 15%;
    height: 40%;
    bottom: 0;
    left: 20%;
    /*border: 1px solid red;*/
}
.img-box>div:nth-of-type(3)>a:nth-of-type(2){
    left: 43%;
}
.img-box>div:nth-of-type(3)>a:nth-of-type(3){
    left: 66%;
}
.img-box>div:nth-of-type(3)>a:nth-of-type(4){
    left: 38%;
    top: 5%;
    width: 22%;
}
/*中图大事记*/
/*中图大事记*/
.news div.widthAuto{
    overflow: hidden;
    padding-top: 10vh;
}
.news-list{
    width: 65%;
    height: 21rem;
    padding: 0.5rem 0;
    position: relative;
    text-align: center;
    float: right;
    margin-right: 5px;
}
#prev{
    position: absolute;
    top: 0;
    color: #0069b7;
    cursor: pointer;
    left: 48%;
}
#next{
    position: absolute;
    bottom:1rem;
    color: #0069b7;
    cursor: pointer;
    left: 48%;
}
.show-box{
    height: 17rem;
    margin: 1rem 0;
    overflow: hidden;
    overflow-y: scroll;
}

.news-list ul li{
    box-sizing: border-box;
    position: relative;
    min-height: 10.5vh;
}
.news-list ul li span.circle{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #0069b7;
    border: 2px solid  #efefef;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 2;
}
.news-list ul li span.line{
    display: inline-block;
    height: 100%;
    width: 4px;
    background: #b5b5b5;
    position: absolute;
    left:7.5px;
    top: 10px;
    z-index: 1;
}
.news-list ul{
    padding: 1.5rem 0;
}
.news-list ul li a{
    display: block;
    width: 100%;
    text-align: right;
    color: #4b4b4b;
    padding-top: 15px;
    padding-left: 10%;
    box-sizing: border-box;

}
.news-list ul li a p{
    line-height: 24px;
}
.news-list ul li:hover .circle {
    background: #00a0e9;
    border: 2px solid #00a0e9;
}
.news-list ul li:hover a{
    color:#00a0e9;
}
.news-list ul li:last-child .line{
    display: none;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    padding: 5vh 0;
}
.swiper-slide {
    height: 100% !important;
}
.bg-prev{
    top: 20px !important;
    left: 48% !important;
    ransform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.bg-next{
    top: 96% !important;
    left: 48% !important;
    ransform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
/*中图影像*/
.video-top{
    position: relative;
    overflow: hidden;
}
.playbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -44px;
    cursor: pointer;
}
.video-con{
    width: 100%;
    height: 10rem;
    overflow: hidden;
    text-align: center;
}
.video-con>img{
    width: 100%;
    display: block;
}
.zhongtu-video{
    margin-top: 1rem;
}
.zhongtu-video ul{
    overflow: hidden;
}
.zhongtu-video ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.5rem;
    height:5rem;
    line-height: 5rem;
    overflow: hidden;
}
.zhongtu-video ul li:nth-of-type(even){
    margin-right: 0;
}
.zhongtu-video ul li.more{
    background: #0069b7;
    text-align: center;
}
.zhongtu-video ul li.more a{
    color: #fff;
}
.zhongtu-video ul li img{
    height: 100%;
    display: block;
}