* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

body::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
}

body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
    background: #aaa;
}

body::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #EDEDED;
}

.subNav {
    position: fixed;
    right: 5px;
    z-index: 10000;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    top: calc(50% - 114px);
}

.subNav ul li {
    background: #005ca1;
    height: 64px;
    padding: 5px 8px;
    margin-bottom: 2px;
    list-style: none;
    border-radius: 3px;
}

.subNav ul li a {
    text-decoration: none;
    color: white;
}

.icon {
    font-size: 28px !important;
    line-height: 38px;
}

.head {
    width: 85%;
    margin: 0 auto;
    height: 98px;
    position: relative;
}

.head img {
    margin-top: 21px;
}

.head_right {
    position: absolute;
    right: 20px;
    margin-top: -50px;
}

.head_right .slogan {
    font-size: 24px;
    font-weight: bold;
    margin-right: 180px;
}

.head_right .search {
    line-height: 28px;
    width: 180px;
    padding: 3px 0 3px 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.head_right .search_btn {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 4px;
    background: #005ca1;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.List {
    width: 85%;
    margin: 0 auto;
}

.List ul {
    width: 100%;
    background: #005ca1;
    height: 42px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.List ul li {
    width: calc(100% / 9);
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    list-style: none;
    position: relative;
}

.List ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}

.List ul li:hover {
    background: cornflowerblue;
}

.List ul li:hover a {
    font-weight: bold !important;
}

.List ul li:first-child:hover {
    border-top-left-radius: 8px;
}

.List_active {
    background: cornflowerblue;
    border-top-left-radius: 8px;
}

.List_active a {
    font-weight: bold !important;
}

.List_detail {
    width: 100% !important;
    border-radius: 0 !important;
    display: none;
    position: absolute;
    z-index: 111;
}

.List_detail li {
    clear: both;
    width: 100% !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 13px !important;
    text-align: center;
    background: #005ca1;
}

.List_detail li a{
    padding: 0 !important;
}

.List_detail li:hover {
    border-radius: 0 !important;
}

.banner {
    width: 85%;
    height: 376px;
    margin: 5px auto;
    margin-bottom: 15px;
}

.banner-left {
    width: calc(100% - 388px);
    height: 376px;
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
    float: left;
    position: relative;
}

.banner-right {
    width: 338px;
    height: 336px;
    background: #005ca1;
    border-radius: 5px;
    margin-left: 5px;
    float: right;
    padding: 20px;
    position: relative;
}

.banner-right img {
    width: 100%;
    height: calc(100% - 176px);
}

.banner-right p {
    font-size: 13px;
    line-height: 26px;
    color: white;
    margin-top: 20px;
}

.banner-right p a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.honor {
    width: calc(85% - 30px);
    margin: 0 auto;
    padding: 15px 15px 8px 15px;
    background: #fff;
    border-radius: 5px;
}

.honor .title-1 {
    width: 100%;
    border-bottom: 1px solid #005ca1;
    position: relative;
}

.honor .title-1 span {
    font-size: 18px;
    color: #005ca1;
    padding-left: 8px;
    border-left: 5px solid #005ca1;
    line-height: 36px;
}

.honor .title-1 label {
    position: absolute;
    line-height: 36px;
    font-size: 14px;
    right: 10px;
    color: #aaa;
}

.Rotation {
    width: 100%;
    margin-top: 15px;
}

.G-news {
    width: 85%;
    margin: 0 auto;
    height: 698px;
}

.G-news-1 {
    width: calc((100% - 15px) / 2 - 30px);
    padding: 15px;
    background: white;
    height: 304px;
    float: left;
    margin-right: 15px;
    position: relative;
    margin-top: 15px;
    border-radius: 5px;
}

.right-marign {
    margin-right: 0 !important;
}

.G-news-1 .title-2 {
    width: 100%;
    border-bottom: 1px solid #005ca1;
    position: relative;
}

.G-news-1 .title-2 span {
    font-size: 18px;
    color: #005ca1;
    padding-left: 8px;
    border-left: 5px solid #005ca1;
    line-height: 36px;
}

.G-news-1 .title-2 label {
    position: absolute;
    line-height: 36px;
    font-size: 14px;
    right: 10px;
    color: #aaa;
}

.G-news-detail ul {
    margin-top: 9px;
}

.G-news-detail ul li {
    list-style: none;
    line-height: 28px;
    height: 28px;
}

.G-news-detail ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
}

.detail-left {
    float: left;
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
}

.detail-right {
    float: right;
    width: 67px;
}

.G-news-more a {
    padding: 4px 10px;
    border: 1px solid #005ca1;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #005ca1;
}

.PerformanceAndAccess {
    width: 85%;
    margin: 0 auto;
    margin-top: 15px;
    height: 283px;
}

.achievement {
    width: calc(100% - 30px);
    background: #fff;
    height: 253px;
    padding: 15px;
    border-radius: 5px;
    float: left;
}

.PerformanceAndAccess .title-1 {
    width: 100%;
    border-bottom: 1px solid #005ca1;
    position: relative;
}

.PerformanceAndAccess .title-1 span {
    font-size: 18px;
    color: #005ca1;
    padding-left: 8px;
    border-left: 5px solid #005ca1;
    line-height: 36px;
}

.PerformanceAndAccess .title-1 label {
    position: absolute;
    line-height: 36px;
    font-size: 14px;
    right: 10px;
    color: #aaa;
}

.passageway {
    float: left;
    width: calc((100% - 30px) / 3 - 30px);
    background: white;
    height: 253px;
    border-radius: 5px;
    padding: 15px;
}

.passageway-detail {
    margin-top: 15px;
    width: 100%;
    height: calc(100% - 45px);
    position: relative;
}

.passageway-detail ul {
    border-right: 2px solid #f6f6f6;
    width: 150px;
}

.passageway-detail ul li {
    list-style: none;
    line-height: 64px;
    width: 150px;
    text-align: center;
    font-size: 13px;
    color: #888;
}

.content1 {
    width: 100%;
    height: 159px;
    display: none;
}

.content1 p{
    font-size: 14px;
    line-height: 36px;
}

.passageway-active2 {
    background: rgba(0,94,161,0.6);
    font-weight: bold;
    color: #fff !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.passageway-content {
    width: calc(100% - 175px);
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 26px;
    padding: 10px;
    color: #353535;
}

.fanwei {
    width: calc((100% - 13px) / 2);
    border: 2px dashed rgba(0,92,161,0.2);
    text-align: center;
    color: #005ca1;
    line-height: 42px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin: 0 5px 5px 0;
}

.fanwei2 {
    width: calc(100% - 4px);
    text-align: center;
    border: 2px dashed rgba(0,92,161,0.2);
    color: #005ca1;
    line-height: 36px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.content1 ul {
    border: 0;
}

.content1 ul li {
    width: 100%;
    line-height: 28px;
    list-style: none;
}

.content1 ul li a {
    text-decoration: none;
    color: #353535;
}

.content1 ul li a div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    text-align: left;
}

.detail {
    width: 100%;
    margin-top: 25px;
    color: #005ca1;
    height: 30px;
    background: #0f0;
    text-align: right;
}

.detail span {
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #005ca1;
    border-radius: 5px;
    position: absolute;
    right: calc((100% - 100px) / 2 - 31px);
    bottom: -3px;
}

.display {
    display: block;
}

#footer{
    width: 85%;
    margin: 0 auto;
}
