@charset "utf-8";

/* CSS Document */
/* body.show a,
body.show .transition,
body.show .index-flow .title dl dd .layer,
.index-flow .title dl dd body.show .layer,
body.show .g-nav2,
body.show .g-nav,
body.show .g-head .btn-list .search .input,
.g-head .btn-list .search body.show .input,
body.show .g-head .btn-list,
.g-head body.show .btn-list,
body.show :before,
body.show :after,
body.show img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
} */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

html {
    font-size: 100px;
    overflow-x: hidden;
}

body {
    font-size: 0.14rem;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #000;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    background: #fff;
}

body.hidden {
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #6510ad;
    outline: none;
}

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

h2,
h3,
h4,
h5 {
    font-size: 14px;
}

h5 {
    font-size: 0.12rem;
}

textarea,
input {
    background: transparent;
    font-size: 12px;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}

.flex_between {
    display: flex;
    justify-content: space-between;
}

.pb04rem {
    padding-bottom: 0.4rem;
}
.pb06rem {
    padding-bottom: 0.6rem;
}
.pb14rem {
    padding-bottom: 1.4rem;
}
.pt04rem {
    padding-top: 0.4rem;
}
.pt07rem {
    padding-top: 0.7rem;
}
.pt13rem {
    padding-top: 1.3rem;
}
.pt14rem {
    padding-top: 1.4rem;
}

.h4rem {
    height: 4.35rem;
}
.h695rem {
    height: 6.95rem;
}

.wrapper {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
}

.bg01 {
    background: url(../images/bg01.png) top repeat-x;
    min-height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.bg02 {
    background: url(../images/bg02.png) center bottom no-repeat;
}
.bg03 {
    background: url(../images/bg03.png) center bottom no-repeat #f9f9f9;
}
.bg04 {
    background: url(../images/bg04.png) center center no-repeat;
    height: 1.98rem;
}
.bg05 {
    background: url(../images/bg05.png) center top no-repeat;
}
.bg_grey {
    background: #fafafa;
}
.bg_blue {
    background: #005aae;
}
.bg_fff_r {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.25rem;
    padding: 0 0.25rem;
}
.index_top {
    padding-top: 0.6rem;
}
.index_top .index_search {
    width: 3rem;
    height: 0.44rem;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    float: left;
    margin-right: 0.45rem;
}
.index_top .index_search input {
    float: left;
    border: none;
    background: transparent;
    outline: none;
    height: 0.44rem;
    width: 2rem;
    line-height: 0.44rem;
    color: #fff;
    font-size: 0.18rem;
}
.index_top .index_search input::placeholder {
    color: #fff;
}
.index_top .index_search button {
    width: 0.4rem;
    height: 0.44rem;
    text-align: center;
    line-height: 0.44rem;
    background: transparent;
    cursor: pointer;
    border: 0;
    outline: none;
    float: right;
}
.index_top .index_search button i {
    color: #fff;
}
.index_top a {
    float: left;
    width: 0.44rem;
    height: 0.44rem;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.18rem;
    margin-left: 0.15rem;
}
.index_top a:hover {
    background: #1863bf;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav {
    padding: 0;
    height: 0.6rem;
    line-height: 0.6rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.nav a {
    color: #fff;
}
.nav .nLi {
    position: relative;
    width: 1.4rem;
    text-align: center;
}
.nav .nLi h3 a {
    color: #fff;
    font-size: 0.18rem;
    text-decoration: none;
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid transparent;
    display: block;
}
.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    position: absolute;
    background: #4e4e4e;
    line-height: 0.5rem;
    top: 0.61rem;
    background: rgba(0, 24, 54, 0.6);
}
.nav .sub li {
    zoom: 1;
}
.nav .sub a {
    display: block;
    line-height: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.16rem;
}
.nav .on h3 a {
    background: rgba(0, 24, 24, 0.6);
    border-bottom-color: #ed0000;
}

/* .nav .nav_li {
    width: 1.4rem;
    text-align: center;
    position: relative;
}
.nav .nav_li h3 a {
    color: #fff;
    font-size: 0.18rem;
    text-decoration: none;
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid transparent;
    display: block;
}
.nav .nav_li .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0.61rem;
    background: rgba(0, 24, 54, 0.6);
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    opacity: 0;
}
.nav .nav_li .sub a {
    display: block;
    line-height: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.16rem;
}
.nav .nav_li:hover h3 a {
    background: rgba(0, 24, 24, 0.6);
    border-bottom-color: #ed0000;
}
.nav .nav_li:hover .sub {
    opacity: 1;
} */

.index_title {
    height: 1.5rem;
    background: url(../images/title_bg.png) center bottom no-repeat;
}
.index_title span {
    padding-top: 0.75rem;
    padding-left: 0.8rem;
}
.index_title a {
    color: #676b6e;
    font-size: 0.14rem;
    padding-top: 0.75rem;
}
.index_title a i {
    margin-left: 1rem;
}
.index_title a:hover {
    color: #005aae;
}
.index_title01 {
    height: 1.5rem;
    background: url(../images/title_bg01.png) center bottom no-repeat;
}
.index_title01 span {
    padding-top: 0.75rem;
    padding-left: 0.8rem;
}
.index_title01 a {
    color: #fff;
    font-size: 0.14rem;
    padding-top: 0.75rem;
}
.index_title01 a i {
    margin-left: 1rem;
}
.index_title01 a:hover {
    color: #fff;
}

.index_notice {
    height: 3.1rem;
}
.index_notice .item a {
    display: flex;
    justify-content: flex-start;
}
.index_notice .item a .date {
    width: 1.3rem;
    height: 2.3rem;
    background: url(../images/index02.png) right repeat-y;
    margin-right: 0.15rem;
}
.index_notice .item a .date .con {
    border-right: 3px solid #005aae;
    text-align: right;
    padding-right: 0.15rem;
    font-size: 0.14rem;
    color: #3e3e3e;
}
.index_notice .item a .date .con span {
    display: block;
    color: #005aae;
    font-size: 0.18rem;
    font-weight: normal;
}
.index_notice .item a .txt {
    font-size: 0.14rem;
}
.index_notice .item a .txt h2 {
    color: #575757;
    font-size: 0.24rem;
    height: 1rem;
    line-height: 0.3rem;
}
.index_notice .item a .txt p {
    color: #575757;
    line-height: 0.24rem;
}
.index_notice .item:hover a .date .con {
    border-right: 3px solid #c30001;
}
.index_notice .item:hover a .date .con span {
    color: #c30001;
}
.index_notice .swiper-pagination {
    bottom: 0 !important;
    top: auto !important;
}
.index_notice .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #c30001 !important;
}

.index_news01 .item {
    width: 100%;
    max-width: 10rem;
    background: #005aae;
}
.index_news01 .item .pic {
    width: 100%;
    max-width: 10rem;
    height: 5.7rem;
}
.index_news01 .item .pic img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index_news01 .item:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.index_news01 .item .txt {
    margin-top: 0.2rem;
    padding: 0 0.25rem;
    height: 1.5rem;
    padding-bottom: 0.2rem;
}
.index_news01 .item .txt h2 {
    font-size: 0.24rem;
    color: #fff;
    width: 70%;
    line-height: 0.3rem;
    height: 0.7rem;
}
.index_news01 .item .txt p {
    color: #9abbdb;
    font-size: 0.16rem;
    line-height: 0.24rem;
}
.index_news01 .arrow {
    position: absolute;
    right: 0;
    bottom: 2.16rem;
}
.index_news01 .arrow .swiper-button-next {
    width: 0.68rem;
    height: 0.68rem;
    background: rgba(0, 136, 214, 0.8);
    right: 0 !important;
    color: #fff;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index_news01 .arrow .swiper-button-prev {
    width: 0.68rem;
    height: 0.68rem;
    background: rgba(0, 136, 214, 0.8);
    left: -1.36rem !important;
    color: #fff;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index_news01 .arrow .swiper-button-next:hover,
.index_news01 .arrow .swiper-button-prev:hover {
    background: rgba(214, 24, 0, 0.8);
}

.index_news02 {
    margin-left: 0.3rem;
}
.index_news02 .item {
    height: 1.65rem;
    border-bottom: 1px solid #bdbdbd;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    margin-bottom: 0.25rem;
}
.index_news02 .item a {
    display: flex;
    justify-content: space-between;
}
.index_news02 .item a .txt {
    width: 70%;
}
.index_news02 .item a .txt h2 {
    color: #5c5c5c;
    font-size: 0.24rem;
    height: 1rem;
    line-height: 0.3rem;
    padding: 0.15rem 0.2rem;
}
.index_news02 .item a .txt p {
    color: #a2a2a2;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0 0.2rem;
}
.index_news02 .item a .pic {
    width: 28%;
    max-height: 1.45rem;
}
.index_news02 .item:hover {
    background: #005aae;
}
.index_news02 .item:hover a .txt h2,
.index_news02 .item:hover a .txt p {
    color: #fff;
}

.index_activity01 .item {
    background: #ffffff;
}
.index_activity01 .item .pic {
    width: 100%;
    max-width: 9rem;
    height: 6.1rem;
    overflow: hidden;
}
.index_activity01 .item .pic img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index_activity01 .item:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.index_activity01 .item .txt {
    padding: 0.25rem 0.25rem;
}
.index_activity01 .item .txt h2 {
    color: #555555;
    font-size: 0.24rem;
    height: 0.8rem;
}
.index_activity01 .item .txt p {
    color: #919191;
    font-size: 0.16rem;
}
.index_activity01 .item .txt .more {
    text-align: right;
}
.index_activity01 .item .txt .more i {
    color: #00a0ea;
    font-size: 0.24rem !important;
}
.index_activity02 .item {
    background: #fff;
    border: 1px solid #dadada;
    position: relative;
    width: 90%;
    margin: 0 auto 0.25rem auto;
    height: 3.5rem;
}
.index_activity02 .item .txt {
    padding-top: 0.6rem;
}
.index_activity02 .item h2 {
    padding: 0 0.25rem 0 0.25rem;
    color: #4b4b4b;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 0.5rem;
}
.index_activity02 .item p {
    color: #636363;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0 0.25rem;
    height: 1.5rem;
}
.index_activity02 .item .more {
    text-align: right;
    color: #636363;
    font-size: 0.16rem;
    padding: 0 0.25rem;
}
.index_activity02 .item .date {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    background: #00a0ea;
    text-align: center;
    color: #fff;
    left: 0;
    top: -0.45rem;
    font-size: 0.14rem;
    left: 0.3rem;
}
.index_activity02 .item .date span {
    display: block;
    font-size: 0.48rem;
}
.index_activity02 .item:hover{
    background: #00a0ea;
    border: 1px solid #00a0ea;
}
.index_activity02 .item:hover h2,.index_activity02 .item:hover p,.index_activity02 .item:hover .more{
    color: #fff;
}
.index_activity02 .item:hover .date{
    background: #fff;
    color: #00a0ea;
}
.index_quick .item {
    text-align: center;
}
.index_quick .item .pic {
    width: 100%;
    height: 100%;
    max-width: 1.8rem;
    max-height: 1.8rem;
    border: 3px solid #98ceff;
    border-radius: 50%;
    margin: 0 auto 0.25rem auto;
}
.index_quick .item h2 {
    font-size: 0.24rem;
    color: #1a1a1a;
}
.index_quick .item p {
    font-size: 0.16rem;
    color: #1a1a1a;
}
.copyright {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-left: 0.5rem;
    padding-top: 0.25rem;
}

.ny_banner {
    height: 7rem;
}
.ny_title {
    background: url(../images/ny01.png) center bottom no-repeat;
    height: 3rem;
    position: absolute;
    width: 100%;
    top: 4rem;
    left: 0;
}
.ny_title .ny_title_name {
    text-align: center;
    color: #c5e3ff;
    font-size: 0.24rem;
    margin-left: 3rem;
    padding-top: 1.8rem;
}
.ny_title .ny_title_name span {
    color: #fff;
    font-size: 0.36rem;
    display: block;
}
.ny_title .ny_menu {
    margin-top: 2.2rem;
    font-size: 0.24rem;
    border-bottom: 1px dashed #fff;
    height: 0.6rem;
}
.ny_title .ny_menu a {
    color: #fff;
    padding: 0 0.25rem;
    display: inline-block;
    height: 0.6rem;
    background: url(../images/ny02.png) center bottom none;
}
.ny_title .ny_menu a:hover,
.ny_title .ny_menu a.active {
    background: url(../images/ny02.png) center bottom no-repeat;
}

.ny_t {
    border-bottom: 1px solid #888888;
    position: relative;
    padding-top: 0.2rem;
    height: 1rem;
    line-height: 0.8rem;
}
.ny_t span {
    display: inline-block;
    border-bottom: 4px solid #005bae;
    line-height: 0.76rem;
    font-size: 0.24rem;
    color: #005bae;
}

.ny_t .ny_pos {
    text-align: right;
    height: 0.76rem;
    line-height: 0.76rem;
    color: #888;
    font-size: 0.14rem;
}
.ny_t .ny_pos i {
    color: #c40102;
    font-size: 0.16rem;
}
.ny_t .ny_pos a {
    color: #888;
    padding: 0 5px;
    text-decoration: none;
}
.ny_t .ny_pos a:hover {
    color: #c40102;
}

.page01 {
    padding-bottom: 0.5rem;
}
.page01 .table {
    margin-top: 0.5rem;
    text-align: center;
}
.page01 .table h2 {
    font-size: 0.3rem;
    color: #532d7a;
    margin-bottom: 0.5rem;
}
.page01 .table table {
    width: 100%;
    border-collapse: collapse;
    background: url(../images/ny03.png) center center no-repeat;
}
.page01 table th,
.page01 table td {
    border: 1px solid #00a0ea;
    padding: 8px 0;
}
.page01 table th {
    background: #006abc;
    color: #fff;
    font-size: 0.2rem;
}
.page01 table td {
    font-size: 0.16rem;
}

.page02 {
    padding-bottom: 0.5rem;
}
.page02 .ny_name01 {
    border-left: 3px solid #00a0ea;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #005bae;
    font-size: 0.36rem;
    padding-left: 0.15rem;
    margin-top: 0.35rem;
}
.page02 .ny_con {
    margin-top: 0.35rem;
    line-height: 0.3rem;
    color: #000000;
    font-size: 0.18rem;
}

.page03 .item {
    float: left;
    width: 2.8rem;
    margin: 0.6rem 0.7rem;
}
.page03 .item .pic {
    width: 2.8rem;
    height: 3.73rem;
}
.page03 .item .name {
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
    background: url(../images/ny06.png) no-repeat;
    background-size: 100% 100%;
}

.page04 .item {
    border: 1px solid #888888;
    border-radius: 0.25rem;
    height: 2.4rem;
    padding: 0.25rem 0.5rem;
    position: relative;
    margin-top: 0.6rem;
}
.page04 .item h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
    font-size: 0.32rem;
    height: 0.6rem;
    margin-left: 1.1rem;
}
.page04 .item p {
    color: #888888;
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: 1rem;
}
.page04 .item .more {
    text-align: right;
    color: #888;
    font-size: 0.18rem;
}
.page04 .item .more i {
    color: #00a0ea;
    margin-left: 0.25rem;
}
.page04 .item .date {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 0.5rem;
    top: -0.2rem;
    background: #00a0ea;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
}
.page04 .item .date span {
    display: block;
    font-size: 0.32rem;
}
.page04 .item:hover {
    background: url(../images/ny07.png) top right no-repeat #005bae;
}
.page04 .item:hover h2,
.page04 .item:hover p,
.page04 .item:hover .more {
    color: #fff;
}
.page04 .item:hover .more i {
    color: #c40102;
}
.page04 .item:hover .date {
    background: #c40102;
}

.page05 {
    padding: 0.3rem 0;
}
.page05 .item {
    border-bottom: 1px solid #888888;
    padding: 0.3rem 0.5rem;
    min-height: 1rem;
}
.page05 .item h2 {
    font-size: 0.36rem;
    color: #222222;
    line-height: 0.3rem;
}
.page05 .item .date {
    text-align: right;
    color: #888888;
    font-size: 0.16rem;
    line-height: 1rem;
}
.page05 .item:hover {
    background: url(../images/ny07.png) top right no-repeat #005bae;
}
.page05 .item:hover h2,
.page05 .item:hover .date {
    color: #fff;
}

.page06 {
    padding: 0.3rem;
}
.page06 .item {
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #888888;
    min-height: 2rem;
}
.page06 .item h2 {
    font-size: 0.36rem;
    color: #222222;
    line-height: 0.4rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.page06 .item p {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.3rem;
    margin-top: 0.3rem;
}
.page06 .item .date {
    font-size: 0.16rem;
    color: #717171;
    line-height: 0.3rem;
}
.page06 .item .date i {
    color: #c40102;
}
.page06 .item .pic {
    width: 2.67rem;
    height: 2rem;
    margin: 0 auto;
}
.page06 .item:hover {
    background: url(../images/ny07.png) top right no-repeat #005bae;
}
.page06 .item:hover h2,
.page06 .item:hover .date,
.page06 .item:hover p,
.page06 .item:hover .date i {
    color: #fff;
}

.page07 .ny_header {
    margin-top: 0.2rem;
    border-bottom: 1px dashed #a8a8a8;
    text-align: center;
}

.page07 .ny_header h2 {
    font-size: 0.24rem;
}

.page07 .ny_header p {
    padding: 0.15rem 0;
    font-size: 0.14rem;
    color: #888888;
}

.page07 .ny_detail {
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding: 0.2rem;
    color: #222222;
}

.page07 .ny_detail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.page07 .np {
    line-height: 0.3rem;
    color: #222222;
    padding-top: 0.15rem;
    border-top: 1px solid #acacac;
    font-size: 0.16rem;
}

.page07 .np a {
    color: #222222;
    text-decoration: none;
}

.page07 .np a:hover {
    color: #005bae;
}

.page07 .np p {
    padding-bottom: 0.1rem;
}

.page07 .np .tolist {
    color: #005bae;
}

.page08 .ny_detail {
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding: 0.2rem 0;
    color: #222222;
}
.page08 .ny_detail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.page09 {
    padding: 0.3rem 0;
}
.page09 .item {
    background: url(../images/ny09.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.3rem 0.6rem;
    min-height: 2rem;
    margin-bottom: 0.25rem;
}
.page09 .item .pic {
    width: 1.5rem;
    height: 3rem;
    margin: 0 auto;
}
.page09 .item .name {
    color: #222222;
    font-size: 0.16rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    border-bottom: 1px solid #532d7a;
}
.page09 .item .name span {
    font-size: 0.24rem;
    color: #333;
    padding-right: 0.3rem;
}
.page09 .item .item_detail {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #222;
    min-height: 1.5rem;
}
.page09 .item .item_b {
    color: #222;
}
.page09 .item:hover .name span {
    color: #006abc;
}

.page10 {
    padding: 0.3rem 0;
}
.page10 .item {
    background: url(../images/ny10.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.6rem 0.6rem;
    min-height: 2.7rem;
    margin-bottom: 0.25rem;
}
.page10 .item .pic {
    width: 2.03rem;
    height: 2.7rem;
    margin: 0 auto;
}
.page10 .item .name {
    color: #222222;
    font-size: 0.16rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    border-bottom: 1px solid #532d7a;
}
.page10 .item .name span {
    font-size: 0.24rem;
    color: #333;
    padding-right: 0.3rem;
}
.page10 .item .item_detail {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #222;
    min-height: 1.3rem;
}
.page10 .item .item_b {
    color: #222;
}
.page10 .item:hover .name span {
    color: #006abc;
}

#main-content-region {
    background: #fff;
    z-index: 3;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    overflow: hidden;
    overflow-y: scroll;
}

#main-content-region.showdiv {
    top: 0;
}

.silde {
    position: fixed;
    bottom: 1rem;
    right: 0;
    z-index: 99;
}
.silde .item {
    width: 1rem;
    height: 1rem;
    margin-bottom: 1px;
    background: rgba(0, 84, 162, 0.9);
    text-align: center;
    font-size: 0.16rem;
}
.silde .item a {
    color: #fff;
    padding-top: 0.1rem;
    display: block;
}
.silde .item a i {
    display: block;
    font-size: 0.36rem;
    margin-bottom: 0.1rem;
}


.bottom_img .item{
    position: relative;
    height: 6.95rem;
}
.bottom_img .item img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.bottom_img .item .img01{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bottom_img_pic01.png) no-repeat;
    background-size: 100% 100%;
    height: 3.77rem;
    width: 100%;
    z-index: 1;
}
.bottom_img .item .pic01{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.53rem;
    overflow: hidden;
width:100%;
}
.bottom_img .item .pic01:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.bottom_img .item .img02{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bottom_img_pic02.png) no-repeat;
    background-size: 100% 100%;
    height: 3.77rem;
    width: 100%;
    z-index: 1;
}
.bottom_img .item .pic02{
    position: absolute;
    left: 0;
    top: 0;
    height: 3.53rem;
    overflow: hidden;
width:100%;
}
.bottom_img .item .pic02:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.bottom_img .item .img03{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bottom_img_pic01.png) no-repeat;
    background-size: 100% 100%;
    height: 3.77rem;
    width: 100%;
    z-index: 1;
}
.bottom_img .item .pic03{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.53rem;
    overflow: hidden;
width:100%;
}
.bottom_img .item .pic03:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}