@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tj {
    text-align: justify;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
textarea {
    font: inherit;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.flexcenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.wrap_box {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.content {
    width: 1440px;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.hidden {
    overflow: hidden;
}

.f18 {
    font-size: 18px;
}

.f14 {
    font-size: 14px;
}

.opa5 {
    opacity: 0.5;
}

.gray {
    color: #505050 !important;
}

.gray6 {
    color: #666 !important;
}

.gray9 {
    color: #999 !important;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t30 {
    margin-top: 30px;
}

.arial {
    font-family: Arial;
}

.phone {
    display: none;
}


/*banner*/

.header {
    width: 91.66666667%;
    margin: 0 auto;
    height: 110px;
}

.logo {
    width: 20.57954545%;
}

.logo img {
    width: 100%;
}

.header_right {
    width: 75.17045455%;
    height: 100%;
}

.nav {
    width: 68%;
    height: 100%;
    align-items: center;
}

.nav>li {
    width: 166.66666667%;
    height: 100%;
    line-height: 110px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: relative;
    background: url(../images/nav.jpg) no-repeat right center;
}

.nav li:last-child {
    background: none;
}

.nav li>a {
    display: block;
}

.sub_nav_bg {
    width: 100%;
    top: 110px;
    left: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 8;
    height: 78px;
    display: none;
}

.subnav {
    width: 800px;
    position: absolute;
    top: 110px;
    z-index: 9;
    left: 0;
    line-height: 2.5;
    padding: 20px 0 20px 80px;
    font-size: 18px;
    text-align: left;
    display: none;
    /* transform: translateX(-17%); */
}
.nav>li:nth-child(2) .subnav{
    width: 1100px;
    padding-left: 40px;
}

/* .nav>li:last-child .subnav {
    width: 220px;
    transform: translateX(-3%);
} */

.nav>li:nth-child(5) .subnav,
.nav>li:nth-child(6) .subnav {
    right: 0;
    left: auto;
    padding: 20px 20px 20px 0;
    text-align: right;
}

.nav>li:hover .subnav {
    display: block;
}

.subnav a {
    display: inline-block;
    margin-right: 5%;
}

.subnav a:hover {
    color: #004382;
}

.lan {
    margin-right: 30px;
}

.lan .on {
    color: #004382;
    font-weight: bold;
}

.ss_btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.search_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    background: #004382;
    z-index: 11;
    transition: 0.5s;
    padding: 15% 0 0 15%;
    color: #fff;
}

.search_con {
    width: 770px;
    height: 56px;
    border-radius: 28px;
    background: #fff;
    padding: 0 30px;
    margin: 2% 0;
}

.ss_txt {
    width: 680px;
    height: 56px;
    padding: 0 10px;
    background: none;
    border: none;
}

.search_tit {
    font-size: 72px;
    line-height: 1.3;
}

.key b {
    font-size: 18px;
}

.key a {
    margin-left: 2%;
}

.search_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.banner .swiper-pagination {
    bottom: 5%;
}

.banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
    width: 45px;
    height: 18px;
    border-radius: 9px;
}

.pagination {
    text-align: center;
}

.pagination li {
    line-height: 42px;
    display: inline-block;
    text-align: center;
    background: #e8e8e8;
    padding: 0 17px;
    margin: 0 2px;
}

.pagination li.active {
    background: #004382;
    color: #fff;
}

.news_bg {
    background: url(../images/news_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 70px 0;
}

.news_left {
    width: 56.94444444%;
}

.tit {
    line-height: 1;
}

.tit h2 {
    font-size: 120px;
    color: #777;
    background-image: linear-gradient(rgba(119, 119, 119, 0.2), rgba(119, 119, 119, 0.01));
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
}

.tit h4 {
    width: 100%;
    font-size: 48px;
    position: absolute;
    bottom: 10%;
    left: 0;
}

.news_banner {
    margin: 30px 0 0;
}

.news_banner li {
    position: relative;
}

.news_banner li img {
    height: 588px;
}

.news_banner li p {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    line-height: 3;
    bottom: 0;
    color: #fff;
    position: absolute;
    padding: 0 35% 0 5%;
}

.news_banner .swiper-pagination {
    text-align: right;
    padding-right: 5%;
    bottom: 3%;
}

.news_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.news_banner .swiper-pagination-bullet-active {
    background: #d85914;
}

.news_right {
    width: 41.31944444%;
}

.news_type {
    border: solid 1px #ececec;
    height: 69px;
    z-index: 0;
    margin: 4% 0 0;
}

.news_type::after {
    width: 96%;
    height: 70%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 1px #f5f5f5;
    z-index: -1;
}

.news_type a {
    width: 25%;
    display: inline-block;
    text-align: center;
    line-height: 67px;
    transition: all 0.3s;
}

.news_type a:hover {
    background: #004382;
    color: #fff;
}

.news_type a.current {
    background: #004382;
    color: #fff;
}

.news_list {
    display: none;
}

.news_list:first-child {
    display: block;
}

.news_list li {
    border-bottom: solid 1px #d6d6d6;
    padding: 22px 0;
    transition: all 0.6s;
}

.news_list li.current .news_list_date h3,
.news_list li.current .news_list_date h2 {
    display: block;
}

.news_list li.current .news_list_date p {
    display: none;
}

.news_list li.current .news_list_tit {
    font-size: 24px;
    font-weight: bold;
}

.news_list li.current .news_list_txt {
    display: -webkit-box;
}

.news_list_date {
    width: 74px;
}

.news_list_date p {
    font-size: 18px;
    text-align: right;
}

.news_list_date h3 {
    font-size: 18px;
    display: none;
}

.news_list_date h2 {
    font-size: 56px;
    position: relative;
    line-height: 1.5;
    display: none;
}

.news_list_date h2::after {
    width: 26px;
    height: 1px;
    background: #cfcfcf;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

.news_list_con {
    width: 78.1512605%;
}

.news_list_tit {
    color: #666;
}

.news_list_txt {
    display: none;
}

.new_icon {
    width: 35px;
    height: 20px;
    margin: -20px 0 0 10px;
}

.about_bg {
    background: url(../images/chanye_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 10px 0 70px;
}

.about {
    margin: 30px 0 0;
}

.about_pic {
    height: 654px;
    display: none;
}

.about_pic:first-child {
    display: block;
}

.about_pic img {
    height: 100%;
}

.chanye_type {
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 0;
    height: 160px;
}

.chanye_type li {
    width: 20%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    color: #c6c6c6;
    display: inline-block;
    padding: 45px 0 0;
}

.chanye_type li img {
    width: 59px;
    height: 53px;
}

.chanye_type li p {
    margin-top: 10px;
    line-height: 30px;
}

.chanye_type li.current {
    /* background: url(../images/chanye_type.jpg) no-repeat center; */
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transform: translateY(-25px);
    height: 185px;
    background: #004382;
}

.social_bg {
    background: url(../images/social_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 3.6% 0 7%;
}

.social {
    margin: 12% 0 0;
}

.social_list {
    width: 50%;
    padding: 4% 5% 4% 5%;
    background: rgba(255, 255, 255, .6);
}


/* .social_list:first-child {
    background: url(../images/so_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.social_list:last-child {
    background: url(../images/so_bg2.png) no-repeat;
    background-size: 100% 100%;
} */

.social_list_tit {
    font-size: 24px;
    margin-bottom: 3%;
}

.social_list_tit img {
    margin-right: 20px;
}

.social_list_txt {
    line-height: 2;
    text-align: justify;
}

.footer_bg {
    background: url(../images/footer_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 2% 0 1%;
    color: #fff;
}

.footer {
    padding-bottom: 3%;
}

.footer_left {
    width: 47.22222222%;
    border-right: solid 1px #d8d6d5;
    padding-right: 5%;
}

.contact_list li {
    margin-bottom: 4%;
    align-items: flex-start;
    font-size: 14px;
}

.contact_list li img {
    margin-right: 10px;
}

.contact_list li b {
    font-size: 36px;
}

.code {
    width: 145px;
    height: 145px;
    bottom: 5%;
    right: 15%;
}

.footer_right {
    width: 47.91666667%;
}

.footer_right li {
    text-align: center;
    line-height: 2.6;
    position: relative;
}

.footer_right li::after {
    width: 1px;
    height: 10px;
    background: #ebebec;
    position: absolute;
    right: -70%;
    top: 7%;
    content: "";
    display: none;
}

.footer_right li:last-child::after {
    display: none;
}

.footer_right li h3 {
    font-size: 16px;
    margin-bottom: 10%;
}

.footer_right li p {
    font-size: 14px;
    font-weight: lighter;
}

.footer_right li p a {
    display: block;
}

.m_tit {
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    line-height: 1.3;
    flex-direction: column;
    align-content: center;
}

.m_tit h2 {
    font-size: 135px;
    -webkit-text-stroke: 1px #dfe5eb;
    opacity: 0.3;
    color: transparent;
    text-transform: uppercase;
}

.m_tit h4 {
    font-size: 60px;
}

.tit_nar {
    margin-left: 20px;
    margin-top: 20px;
}

.path_bg {
    background: #f5f5f5;
    line-height: 88px;
}

.path {
    display: none;
}

.type {
    font-size: 0;
}

.type a {
    margin-right: 88px;
    display: inline-block;
    transition: all 0.3s;
    font-size: 18px;
}

.type a.on {
    font-weight: bold;
    color: #004382;
    border-bottom: solid 4px #004382;
}

.type a:hover {
    font-weight: bold;
    color: #004382;
    border-bottom: solid 4px #004382;
}

.main {
    padding: 50px 0 75px;
}

.main .tit {
    margin-bottom: 45px;
}

.m_pro li {
    width: 32.36111111%;
    margin: 0 1.4% 110px 0;
    position: relative;
}

.m_pro li:nth-child(3n+3) {
    margin-right: 0;
}

.m_pro li:hover .m_pro_tit {
    background: none;
    transform: translateY(70px);
    padding: 0 3%;
}

.m_pro_pic img {
    height: 311px;
}

.m_pro_tit {
    width: 100%;
    background: url(../images/pro_bg.png) repeat-x;
    bottom: 0;
    left: 0;
    color: #454545;
    padding: 28% 3% 3%;
    line-height: 1.4;
    transition: all 0.6s;
}

.m_pro_tit h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.m_pro_tit h4 {
    font-size: 22px;
}

.m_chanye li {
    background: #f7f7f7;
    margin-bottom: 4%;
}

.m_chanye li:nth-child(even) a {
    flex-direction: row-reverse;
}

.m_chanye_con {
    width: 50%;
    padding: 2% 5%;
}

.m_chanye_pic {
    width: 50%;
}

.m_chanye_tit h2 {
    font-size: 38px;
}

.m_chanye_tit h2::after {
    width: 32px;
    height: 3px;
    background: #004382;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.m_chanye_tit h3 {
    color: #454545;
    font-size: 20px;
}

.chanye_txt {
    margin: 4% 0 6%;
}

.chanye_more {
    width: 160px;
    height: 45px;
    border-radius: 22px;
    border: solid 1px #004382;
    color: #004382;
    padding-left: 24px;
    line-height: 43px;
}

.chanye_more img {
    transition: all 0.6s;
}

.chanye_more:hover img {
    transform: rotate(360deg);
}

.join_list {
    padding-bottom: 70px;
}

.join_list li {
    width: 32.77777778%;
    box-shadow: 0 0 50px rgba(161, 161, 161, 0.2);
    padding: 2% 3%;
    margin: 0 0.6% 10px 0;
}

.join_list li:nth-child(3n+3) {
    margin-right: 0;
}

.join_txt {
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.join_list_tit_box {
    margin-bottom: 2%;
}

.join_list_tit_box::after {
    width: 4px;
    height: 20px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    background: #004382;
    border-radius: 2px;
}

.join_list_tit {
    width: 80%;
}

.concept li {
    width: 31.38888889%;
    margin: 0 2.9% 4% 0;
}

.concept li:nth-child(3n+3) {
    margin-right: 0;
}

.concept li:hover .concept_con {
    color: #fff;
    padding-top: 5px;
}

.concept li:hover .concept_con::after {
    height: 225px;
}

.concept li:hover .concept_tit img {
    display: none;
}

.concept li:hover .news_nar2 {
    transform: translateX(0);
    opacity: 1;
}

.concept li:hover .concept_bot {
    opacity: 1;
}

.concept li:hover .concept_date {
    opacity: 0;
}

.concept_pic img {
    width: 100%;
    height: 252px;
    object-fit: cover;
}

.concept_date {
    width: 100px;
    height: 100px;
    background: rgba(0, 67, 130, 0.8);
    top: 0;
    left: 0;
    color: #fff;
    font-family: Arial;
}

.concept_date h3 {
    border-bottom: solid 1px #fff;
    font-size: 36px;
}

.concept_date p {
    line-height: 2.5;
}

.concept_tit span {
    width: 80%;
}

.concept_tit img {
    width: 15px;
    height: 14px;
}

.concept_con {
    width: 100%;
    background: #f8f8f8;
    padding: 30px 7%;
    z-index: 0;
    transition: all 0.3s;
    height: 165px;
}

.concept_con::after {
    width: 100%;
    height: 0;
    background: #004382;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.6s;
}

.concept_txt {
    margin: 10px 0;
    line-height: 2.25;
}

.news_nar2 {
    width: 19px;
    height: 14px;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.6s;
}

.concept_bot {
    opacity: 0;
}

.xx_tit {
    font-size: 20px;
    line-height: 1.5;
}

.xx_tit h2 {
    font-size: 36px;
}

.xx_tit p {
    font-weight: lighter;
    margin: 10px 0 0;
}

.xx_time {
    color: #999;
    border-bottom: solid 1px #e6e6e6;
    padding: 25px 0;
}

.xx_box {
    background: #f8f8f8;
    border: solid 1px #e0e0e0;
    padding: 70px 3% 50px;
    margin: 30px 0 0;
}

.xx {
    padding-bottom: 50px;
}

.xx li {
    list-style-type: disc;
}

.xx img {
    max-width: 100%;
}

.nextpage {
    width: 50%;
}

.nextpage>a {
    width: 40%;
    padding: 0 10px;
    color: #333;
}

.nextpage>a img {
    margin: 0 10px;
}

.backlist {
    width: 156px;
    height: 47px;
    border-radius: 23.5px;
    background: #fff;
}

.backlist img {
    margin-left: 10px;
}

.m_contact {
    background: url(../images/contact_bg.jpg) no-repeat center top;
    color: #fff;
    padding: 5% 6%;
}

.m_contact_left {
    width: 40.31620553%;
}

.m_contact_list li {
    margin-bottom: 2%;
}

.m_contact_list li b {
    font-size: 30px;
}

.m_contact_list li strong {
    font-size: 36px;
}

.m_code {
    margin: 6% 0 0;
}

.m_code img {
    width: 194px;
    height: 172px;
    margin-right: 30px;
}

.m_contact_right {
    width: 48.22134387%;
}

.m_contact_right h2 {
    font-size: 30px;
}

.m_contact_right ul li {
    margin-top: 3%;
    line-height: 3;
}

.m_contact_right ul li h4 {
    font-size: 36px;
    line-height: 1.5;
    margin-left: 10px;
}

.m_about_con {
    width: 57.77777778%;
    line-height: 2.25;
}

.m_about_pic {
    width: 38.19444444%;
}

.m_about_num {
    margin: 26px 0 0;
}

.m_about_num li {
    line-height: 1.6;
    text-align: center;
}

.m_about_num li h3 {
    color: #004382;
    font-size: 18px;
    font-family: Arial;
}

.m_about_num li h3 b {
    font-size: 60px;
}

.leader_bg {
    background: url(../images/leader_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 35px 0 100px;
}
.about_item_bg {
    padding: 35px 0 100px;
}


.leader_con {
    margin: 3% 0;
    color: #626262;
    line-height: 2;
}

.leader_list .swiper-button-next,
.leader_list .swiper-button-prev {
    width: 47px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    color: #fcfcfc;
    margin-top: -40px;
}

.leader_list .swiper-button-next {
    right: 0;
}

.leader_list .swiper-button-prev {
    left: 0;
}

.history_bg {
    background: linear-gradient(#eaf9ff, #014d98);
    padding: 45px 0 100px;
}

.history {
    margin: 25px 0 0;
}

.history .swiper-button-next,
.history .swiper-button-prev {
    width: 74px;
    height: 75px;
    outline: none;
}

.history .swiper-button-next::after,
.history .swiper-button-prev::after {
    display: none;
}

.history .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    background-size: 100%;
    left: 0;
}

.history .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    background-size: 100%;
    right: 0;
}

.history_year {
    font-family: Arial;
    font-size: 400px;
    /* font-size: 200px; */
    color: #5291c5;
    line-height: 1;
}

.history_con {
    width: 523px;
    background: #e7f7fe;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    z-index: 1;
    padding: 35px 64px 30px;
}

.history_con h3 {
    font-size: 24px;
    line-height: 1.1;
}

.history_con h3 b {
    font-family: Arial;
    font-size: 46px;
}

.history_txt {
    margin: 4% 0 0;
}

.year_box {
    margin: 2.5% 0 0;
}

.year_box::after {
    width: 100%;
    height: 1px;
    display: block;
    background: #93ccf3;
    content: "";
    position: absolute;
    top: 46%;
}

.year_box .swiper {
    padding: 40px 0 0;
}

.year_box li {
    text-align: center;
    cursor: pointer;
}

.year_box li.swiper-slide-thumb-active .year_list {
    color: #333;
    background: url(../images/year2.png) no-repeat center bottom;
    padding: 0;
    transform: translateY(-44px);
    padding: 0 0 40px;
}

.year_list {
    color: #fff;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/year1.png) no-repeat center top;
    padding: 45px 0 0;
    line-height: 30px;
}

.honor_bg {
    background: #eff8ff;
}

.honor_pic {
    width: 50%;
}

.honor_con {
    width: 50%;
    padding-left: 6.5%;
}

.honor_text {
    padding-right: 29%;
}

.honor_text .tit h2 {
    font-size: 128px;
}

.honor_txt {
    margin: 7% 0 9%;
}

.honor_list {
    margin: 10% 0 0;
}

.honor_list li {
    text-align: center;
}

.honor_list li img {
    height: 217px;
}

.honor_list li p {
    margin: 15px 0 0;
}

.culture_bg {
    padding: 45px 0 100px;
}

.culture_list {
    margin: 4% 5% 0;
}

.culture_list li:nth-child(even) {
    flex-direction: column-reverse;
}

.culture_con {
    padding: 5% 6% 15%;
}

.culture_con h3 {
    font-size: 30px;
}

.culture_con p {
    font-size: 18px;
}

.culture_pic {
    border-radius: 30px;
}


/* .menu_box {
    position: fixed;
    background: #fff;
    left: 36px;
    top: 36px;
    bottom: 36px;
    right: 36px;
    background-image: url(../images/menu_box.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 99999;
    transition: all 0.3s;
    transform: scale(1.1);
    display: none;
}

.menu_box.show {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
    pointer-events: auto;
}

.menu_logo {
    border-bottom: solid 1px #1a568f;
    padding: 5% 0;
}

.menu_box ul {
    padding: 5% 3% 0;
    color: #fff;
}

.menu_box ul li {
    text-align: center;
}

.menu_box ul li h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20%;
}

.menu_box ul li p a {
    font-size: 18px;
    display: block;
    line-height: 3.3;
}

.menu_box ul li p a:hover {
    color: #d85914;
}

.menu_close {
    right: 3%;
    top: 5%;
} */

.backtop {
    position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    display: none;
}

.backtop img {
    width: 60%;
}

.m_zeren li {
    background: #f7f7f7;
    margin-bottom: 4%;
}

.m_zeren_tit {
    font-size: 30px;
    color: #0c5e88;
}

.zeren_icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

/* 公告及通函 */
.classid-24,.classid-23{
    border-top: 1px solid #c6c6c6;
}
.classid-24 li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #c6c6c6;
}
.classid-24 li a{
    font-size: 18px;
    display: block;
    width: 100%;
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.classid-24 li a:hover{
    background: rgba(0, 67, 130, 0.8);
}

.classid-24 li a .item-date{
    display: inline-block;
    margin-right: 50px;
    color: rgba(0, 67, 130, 0.8);
    padding-left: 10px;
    font-weight: bold;
}
.classid-24 li a:hover .item-date,.classid-24 li a:hover .item-title,.classid-24 li a:hover .downloadBtn{
    color: #fff;
}

/* 财务报告 */
.classid-23 li{
    border-bottom: 1px solid #c6c6c6;
    padding:20px;
}
.classid-23 a{
    display: block;
}
.classid-23 a div.item{
    display: -webkit-box; /* 旧版本语法: Safari, iOS, Android browser, older versions of Firefox */
    display: -moz-box;    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 旧版本语法: IE10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+, Safari 6.1+, iOS 7.1+, Android 4.4+ */
    display: flex;        /* 新版本语法: 标准语法 */
    -webkit-align-items: center; /* 新版本语法: 垂直居中 */
    align-items: center;        /* 新版本语法: 垂直居中 */
}
.classid-23 a div.item>img{
    width: 200px;
    height: auto;
    display: block;
}
.classid-23 a div.item .item-title{
    -webkit-box-flex: 1; /* 老版本语法: 子元素平分容器宽度 */
    -webkit-flex: 1;     /* 新版本语法: 子元素平分容器宽度 */
    flex: 1;            /* 新版本语法: 子元素平分容器宽度 */
    padding:0 20px 0 50px;
    font-size: 18px;
}
.downloadBtn{
    color: rgba(0, 67, 130, 0.8);
    font-weight: bold;
    font-size: 16px;
}
.classid-23 a div.item .downloadBtn img{
    width: 20px;
    height: auto;
    display: inline-block;
    position: relative;
    top:-2px;
}
.classid-23 li a:hover .item-title{
    color: rgba(0, 67, 130, 0.8);
    font-weight: bold;
}

/* 投资者日历 */
.classid-53 li{
    border-bottom: 1px solid #c6c6c6;
    height: 50px;
    line-height: 50px;
}
.classid-53 li.table-header{
    color: rgba(0, 67, 130, 0.8);
    font-weight: bold;
}
.classid-53 li.table-header span{
    font-size: 20px;
}
.classid-53 li a{
    display: block;
}
.classid-53 li span{
    display: inline-block;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.classid-53 li .item-date{
    width: 120px;
    color: rgba(0, 67, 130, 0.8);
    font-weight: bold;
}
.classid-53 li .item-title{
    width: 580px;
    font-weight: bold;
}
.classid-53 li .item-description{
    width:680px;
   margin-right: 0;
}


/* 信息披露 */
div.information-disclosure{
    display: -webkit-box; /* 旧版本语法: Safari, iOS, Android browser, older versions of Firefox */
    display: -moz-box;    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 旧版本语法: IE10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+, Safari 6.1+, iOS 7.1+, Android 4.4+ */
    display: flex;        /* 新版本语法: 标准语法 */
}
.content-item{
    width: 100%;
}
div.information-disclosure .classid-22{
    width: 100%;
    border-top: none;
}
.menu-list{
    width: 120px;
    margin-right: 30px;
    background: #f5f5f5;
    height: 260px;
}
.menu-list li{
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    cursor: pointer;
}
.menu-list li.active{
    background: rgba(0, 67, 130, 0.8);
    color: #fff;
}
div.information-disclosure .item-hide {
    display: none;
}

.downloadBtn{
    color: rgba(0, 67, 130, 0.8);
    font-weight: bold;
    font-size: 14px;
    float: right;
}
.classid-22 a .downloadBtn img{
    width: 20px;
    height: auto;
    display: inline-block;
    position: relative;
    top:-2px;
}

.classid-22 a .downloadBtn .download-1{
    display: none;
}
.classid-22 a .downloadBtn .download{
    display:inline-block ;
}
.classid-24 li a:hover .downloadBtn .download{
    display: none;
}
.classid-24 li a:hover .downloadBtn .download-1{
    display:inline-block ;
}