h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
img,
body {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}

body {
    background-color: #f7f7f7;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}


/* banner */

.banner-nr {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-image: url(../images/banner-nr.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/banner-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-1 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-2 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-3 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-4 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-04.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-5 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-05.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-6 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-06.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}

.banner-7 {
    width: 100%;
    height: 550px;
    background-image: url(../images/banner-07.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}


/* head */

.head {
    width: 100%;
    height: 100px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 999;
    position: absolute;
}

.head .logo {
    width: 470px;
    height: 100px;
    padding-top: 20px;
    box-sizing: border-box;
}

.head ul {
    width: 650px;
    height: 100px;
    box-sizing: border-box;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    box-sizing: border-box;
}

.head li {
    width: 20%;
    overflow: hidden;
    margin: 0 5px;
    box-sizing: border-box;
}

.head li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
}

.head li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}

.head li .a1 {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}


/* foot */

.foot {
    width: 100%;
    overflow: hidden;
    background-color: #1c4295;
    color: rgba(255, 255, 255, 0.5);
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}


/* 切换图高度 */

.swip-height {
    height: 450px;
}


/* ind-mian */

.ind-mian {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: -100px; */
    margin-top: 20px;
    margin-bottom: 50px;
}

.ind-mian .left {
    width: 300px;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999;
    /* background-color: rgba(255, 255, 255, 1); */
    padding: 15px;
    box-sizing: border-box;
}


/* 集团单位标题 */

.ind-mian .left .title {
    width: 100%;
    overflow: hidden;
    background-color: #1890ff;
    padding: 15px;
    box-sizing: border-box;
    background-image: url(../images/right-sanjiao-03.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 18px;
    margin-bottom: 10px;
}

.ind-mian .left .m1 {
    margin-bottom: 0px;
}

.ind-mian .left .title a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.ind-mian .left .nr-title {
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/right-sanjiao-01.png);
    background-repeat: no-repeat;
    background-position: right;
    color: rgba(0, 0, 0, 0.8);
}

.ind-mian .left .nr-title a {
    color: rgba(0, 0, 0, 0.8);
}

.ind-mian .left .cont {
    width: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
}


/* 
.ind-mian .left .cont::-webkit-scrollbar {
    /*滚动条整体样式

width: 4px;

/*高宽分别对应横竖滚动条的尺寸

height: 2px;

}
.ind-mian .left .cont::-webkit-scrollbar-thumb {
    /*滚动条里面小方块

border-radius: 5px;
background: rgba(0, 124, 194, 0.3);

/*设置滚动条颜色
}
.ind-mian .left .cont::-webkit-scrollbar-track {
    /*滚动条里面轨道
    
    -webkit-box-shadow: 5px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
}
*/

.ind-mian .left ul {
    background-color: rgba(255, 255, 255, 1);
}

.ind-mian .left ul li {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/right-sanjiao-01.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    cursor: pointer;
}

.ind-mian .left .hover {
    color: #fff;
    display: block;
    background-color: #1890ff;
    background-image: url(../images/right-sanjiao-03.png);
    background-repeat: no-repeat;
    background-position: right;
}

.ind-mian .left ul li a {
    text-decoration: none;
}


/* right */

.ind-mian .rig {
    width: 880px;
    overflow: hidden;
    background-color: #fff;
    z-index: 999;
}

.ind-mian .rig .title {
    width: 100%;
    height: 59px;
    line-height: 59px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-image: url(../images/nav-01.png);
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 18px;
    text-indent: 40px;
}

.ind-mian .rig .cont {
    width: 720px;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
}

.ind-mian .rig .cont h1 {
    font-size: 34px;
    color: rgba(0, 0, 0, 0.8);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.ind-mian .rig .cont img {
    width: 720px;
    height: auto;
    margin: auto;
    margin: 20px 0;
}

.ind-mian .rig .cont p {
    display: block;
    text-align: left;
    font-size: 16px;
    text-indent: 32px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
    line-height: 30px;
    margin: 20px 0;
}


/* 图集列表 */

.ind-mian .rig .pic-list {
    width: 800px;
    overflow: hidden;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.ind-mian .rig .pic-list h1 {
    width: 100%;
    height: 60px;
    font-size: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    color: rgba(66, 32, 32, 0.9);
}

.ind-mian .rig .pic-list .lb {
    width: 720px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    box-sizing: border-box;
    margin: auto;
}

.ind-mian .rig .pic-list .lb .tu {
    width: 200px;
    height: 140px;
}

.ind-mian .rig .pic-list .lb .tu img {
    width: 200px;
    height: 140px;
    display: block;
}

.ind-mian .rig .pic-list .lb .nr {
    width: 480px;
    overflow: hidden;
    text-align: left;
    text-align: justify;
}

.ind-mian .rig .pic-list .lb .nr h1 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    border: none;
    height: 20px;
    margin-top: -5px;
}

.ind-mian .rig .pic-list .lb .nr p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}


/* 详细页样式 */

.xx-mian {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 50px;
    background-color: #fff;
    padding-bottom: 50px;
    margin-top: -100px;
    position: relative;
    z-index: 9999;
}

.xx-mian .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(../images/nav-01.png);
    background-repeat: no-repeat;
    background-position: 20px;
    background-size: 20px;
    text-indent: 30px;
}

.xx-mian .cont {
    width: 900px;
    overflow: hidden;
    margin: auto;
}

.xx-mian .cont .tit {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 30px;
}

.xx-mian .cont .tit h1 {
    font-size: 36px;
    color: rgba(0, 0, 0, 0.8);
}

.xx-mian .cont .tit p {
    font-size: 14px;
    margin: 15px 0;
    color: rgba(0, 0, 0, 0.6);
}

.xx-mian .cont .nr {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.xx-mian .cont .nr img {
    width: 400px;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.xx-mian .cont .nr p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
    margin: 20px 0;
    text-indent: 32px;
}

.xx-mian .cont .gbi {
    width: 100%;
    overflow: hidden;
    margin: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 0;
}

.xx-mian .cont .gbi a {
    display: block;
    margin: auto;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
    background-color: rgba(155, 155, 155, 0.4);
}

.xx-mian .cont .gbi a:hover {
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(155, 155, 155, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* 内容页公用标题 */

.gy-title {
    width: 800px;
    height: 58px;
    margin: auto;
    background-color: #e5e5e5;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.gy-title .sekuai {
    width: 4px;
    height: 28px;
    background-color: #1c4295;
}

.gy-title .neir {
    width: 705px;
    height: 50px;
    color: #1c4295;
}

.gy-title .neir h1 {
    font-size: 30px;
    margin-top: -8px;
}

.gy-title .neir p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* 内容页左侧导航题注样式 */

.nr-hover {
    color: #ff7200;
}