﻿/* 首页 */
.header {
    width: 100%;
}

.header .header_top {
    width: 100%;
    line-height: 40px;
    background: #e6e6e6;
}

.header .header_top>.w1200 {
    font-size: 12px;
    color: #666;
}

.header .header_center {
    width: 100%;
    padding: 26px 0;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.header .header_center>.w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header_center .logo {
    /* width: 71.25%;
    display: block; */
    display: flex;
}

.header .header_center .logo .p1,
.header .header_center .logo .p2 {
    display: flex;
    align-items: center;
    color: #0e5194;
}

.header .header_center .logo .p1 p {
	display: none;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    margin: 0 10px;
    box-sizing: border-box;

}

.header .header_center .logo .p2 p {
    margin: 0 10px;

    box-sizing: border-box;

}

.header .header_center .logo .p2 span {
    font-size: 20px;
    color: #0e5194;
    font-weight: 700;
}

.header .header_center .logo .p2 em {
    display: block;
    font-size: 13px;
    letter-spacing: -1px;

}


/* .header .header_center .logo img{width:100%;display:block;} */
/* .header .header_center .logo img:first-child {
    /* width: 10.8%; */
/* margin-right: 5%; */
/* } */

.header .header_center .logo img:last-child {
    /* width: 80%; */
    max-width: 92px;
}

.header .header_center .search {
    /* width: 23.25%; */
    border: 1px solid #0e5194;
    border-radius: 18px 0 0 18px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.header .header_center .search input {
    width: 78.49%;
    padding: 0 10px 0 20px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    background: none;
}

.header .header_center .search button {
    width: 21.51%;
    background: #0e5194;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.header .header_center .search button img {
    width: 30.51%;
    display: block;
}

.header_nav {
    width: 100%;
    background: #0e5194;
}

.header_nav ul li {
    float: left;
    position: relative;
}

.header_nav ul li h3 {
    font-weight: normal;
}

.header_nav ul li h3 a {
    padding: 0 22px;
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 60px;
    display: block;
}

.header_nav ul li h3 a::after {
    content: '';
    width: 1px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #5786b4;
}

.header_nav ul li:last-child h3 a::after {
    display: none;
}

.header_nav ul li.active h3 a {
    background: #1761ac;
    transition: all 0.3s;
}

.header_nav ul li.active h3 a::after {
    background: #1761ac;
    transition: all 0.3s;
}

.header_nav ul li:hover h3 a {
    background: #1761ac;
    transition: all 0.3s;
}

.header_nav ul li:hover h3 a::after {
    background: #1761ac;
    transition: all 0.3s;
}

.header_nav ul li .two_nav {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../images/bg2.png) repeat;
    min-width: 100%;
    display: none;
    z-index: 999;
}

.header_nav ul li .two_nav a {
    display: block;
    white-space: nowrap;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding: 0 14px;
    transition: all 0.3s;
}

.header_nav ul li .two_nav a:last-child {
    border-bottom: none;
}

.header_nav ul li .two_nav a:hover {
    background: #0e5194;
    transition: all 0.3s;
}

.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel ul li {
    width: 100%;
}

.carousel ul li img {
    width: 100%;
    display: block;
}

.carousel .swiper-pagination.carousel_fy {
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    bottom: 5.53%;
}

.carousel .swiper-pagination.carousel_fy span {
    opacity: 1;
    background: #fff;
    display: block;
    width: 11px;
    height: 11px;
    transition: all 0.3s;
    margin: 0 5px;
}

.carousel .swiper-pagination.carousel_fy span.swiper-pagination-bullet-active {
    background: #0e5194;
    transition: all 0.3s;
}

.index_content {
    padding: 50px 0 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_content .angiocarpy {
    width: 66%;
    display: flex;
    justify-content: space-between;
}

.index_content .angiocarpy .angiocarpy_img {
    width: 47.6%;
    display: block;
}

.index_content .angiocarpy .angiocarpy_img img {
    width: 100%;
    display: block;
}

.index_content .angiocarpy .angiocarpy_nr {
    width: 48.61%;
}

.index_content .title {
    border-bottom: 2px solid #0e5194;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
}

.index_content .title h5 {
    padding-left: 36px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.index_content .title .more {
    font-size: 16px;
    color: #0e5194;
}

.index_content .angiocarpy_nr .title {
    background: url(../images/bg3.png) no-repeat left center;
}

.index_content .angiocarpy_nr .title h5 {
    background: url(../images/index_icon1.png) no-repeat left center;
}

.index_content .angiocarpy_nr .angiocarpy_content {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    text-align: justify;
}

.index_content .angiocarpy_nr .angiocarpy_content img {
    display: none;
}

.index_content .fingerpost {
    width: 30.5%;
}

.index_content .fingerpost .title {
    background: url(../images/bg3.png) no-repeat left center;
}

.index_content .fingerpost .title h5 {
    background: url(../images/index_icon2.png) no-repeat left center;
}

.index_content .fingerpost ul {
    width: 100%;
    margin-top: 10px;
}

.index_content .fingerpost ul li {
    margin-bottom: 12px;
}

.index_content .fingerpost ul li:last-child {
    margin-bottom: 0;
}

.index_content .fingerpost ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 34px;
    transition: all 0.3s;
}

.index_content .fingerpost ul li a .fingerpost_nr {
    width: 65.57%;
    padding-left: 20px;
    background: url(../images/jr.png) no-repeat left center;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.index_content .fingerpost ul li a .date {
    font-size: 14px;
    color: #999;
}

.index_content .fingerpost ul li a:hover .fingerpost_nr {
    color: #0e5194;
    transition: all 0.3s;
}

.index_content .list_template {
    width: 48.25%;
    margin-top: 50px;
}

.index_content .list_template .title {
    background: url(../images/bg4.png) no-repeat left center;
}

.index_content .scientific_research_center .title h5 {
    background: url(../images/index_icon3.png) no-repeat left center;
}

.index_content .training_education .title h5 {
    background: url(../images/index_icon4.png) no-repeat left center;
}

.index_content .list_template .list_template_content {
    width: 100%;
    margin-top: 30px;
}

.index_content .list_template .list_template_content .list_template_content_top {
    display: flex;
    justify-content: space-between;
}

.index_content .list_template .list_template_content .list_template_content_top .img {
    width: 25.91%;
    overflow: hidden;
}

.index_content .list_template .list_template_content .list_template_content_top .img img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.index_content .list_template .list_template_content .list_template_content_top .list_template_content_top_nr {
    width: 70.64%;
    position: relative;
}

.index_content .list_template .list_template_content .list_template_content_top .list_template_content_top_nr h6 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    transition: all 0.3s;
}

.index_content .list_template .list_template_content .list_template_content_top .list_template_content_top_nr .date {
    line-height: 28px;
    background: #0e5194;
    padding: 0 14px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_content .list_template .list_template_content .list_template_content_top:hover .img img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.index_content .list_template .list_template_content .list_template_content_top:hover .list_template_content_top_nr h6 {
    color: #0e5194;
    transition: all 0.3s;
}

.index_content .list_template .list_template_content ul {
    border-top: 1px dashed #cdcdcd;
    margin-top: 19px;
    padding-top: 12px;
}

.index_content .list_template .list_template_content ul li {
    width: 100%;
    margin-bottom: 12px;
}

.index_content .list_template .list_template_content ul li:last-child {
    margin-bottom: 0;
}

.index_content .list_template .list_template_content ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 34px;
    transition: all 0.3s;
}

.index_content .list_template .list_template_content ul li a p {
    width: 74.2%;
    padding-left: 20px;
    background: url(../images/jr.png) no-repeat left center;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.index_content .list_template .list_template_content ul li a .date {
    font-size: 14px;
    color: #999;
}

.index_content .list_template .list_template_content ul li a:hover p {
    color: #0e5194;
    transition: all 0.3s;
}

.index_content .business_unit {
    width: 100%;
    margin-top: 40px;
}

.index_content .business_unit .title {
    background: url(../images/bg4.png) no-repeat left center;
}

.index_content .business_unit .title h5 {
    background: url(../images/index_icon5.png) no-repeat left center;
}

.index_content .business_unit .business_unit_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_content .business_unit .business_unit_content>div {
    width: 48.25%;
    margin-top: 20px;
}

.index_content .business_unit .business_unit_content>div .business_unit_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_content .business_unit .business_unit_content>div .business_unit_title h6 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    width: 80%;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 17px;
    background: url(../images/zb1.jpg) no-repeat left center;
    box-sizing: border-box;
}

.index_content .business_unit .business_unit_content>div .business_unit_title .more {
    font-size: 16px;
    color: #666;
    transition: all 0.3s;
    line-height: 27px;
}

.index_content .business_unit .business_unit_content>div .business_unit_title .more em {
    font-size: 14px;
}

.index_content .business_unit .business_unit_content>div .business_unit_title:hover .more {
    color: #0e5194;
    transition: all 0.3s;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr {
    margin-top: 24px;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top {
    display: flex;
    justify-content: space-between;
 margin-bottom: 20px;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top .img {
    width: 25.91%;
    overflow: hidden;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top .img img {
    width: 100%;
    display: block;
    transition: all 0.6s;
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top .list_template_content_top_nr {
    width: 70.64%;
    position: relative;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top .list_template_content_top_nr h6 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    transition: all 0.3s;
    text-align: justify;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top .list_template_content_top_nr .date {
    line-height: 28px;
    background: #0e5194;
    padding: 0 14px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top:hover .img img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.index_content .business_unit .business_unit_content>div .business_unit_nr .list_template_content_top:hover .list_template_content_top_nr h6 {
    color: #0e5194;
    transition: all 0.3s;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul {
    border-top: 1px dashed #cdcdcd;
    margin-top: 19px;
    padding-top: 12px;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul li {
    width: 100%;
    margin-bottom: 12px;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul li:last-child {
    margin-bottom: 0;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 34px;
    transition: all 0.3s;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul li a p {
    width: 74.2%;
    padding-left: 20px;
    background: url(../images/jr.png) no-repeat left center;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul li a .date {
    font-size: 14px;
    color: #999;
}

.index_content .business_unit .business_unit_content>div .business_unit_nr ul li a:hover p {
    color: #0e5194;
    transition: all 0.3s;
}

.index_content .business_unit .business_unit_content .news_information {
    margin-top: 32px;
}

.index_content .business_unit .business_unit_content .business_unit_carousel {
    width: 48.25%;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li {
    width: 100%;
    background: #0e5194;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_top {
    width: 100%;
    position: relative;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_top img {
    width: 100%;
    display: block;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_top .business_unit_carousel_top_nr {
    width: 40.76%;
    position: absolute;
    top: 50%;
    left: 9.6%;
    transform: translate(0, -50%);
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_top .business_unit_carousel_top_nr h4 {
    font-size: 36px;
    color: #0e5194;
    line-height: 30px;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_top .business_unit_carousel_top_nr p {
    font-size: 14px;
    color: #0e5194;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_top .business_unit_carousel_top_nr a {
    padding: 0 14px;
    background: #346fa7;
    line-height: 34px;
    background: #3670a8;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom {
    padding: 32px 6.68% 0;
    display: block;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom h5 {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom .business_unit_carousel_bottom_nr {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom .business_unit_carousel_bottom_nr>div {
    padding-left: 29px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom .business_unit_carousel_bottom_nr .name {
    background: url(../images/icon1.png) no-repeat left center;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom .business_unit_carousel_bottom_nr .location {
    background: url(../images/icon2.png) no-repeat left center;
    margin-left: 10.44%;
}

.index_content .business_unit .business_unit_content .business_unit_carousel ul li .business_unit_carousel_bottom .business_unit_carousel_bottom_nr .date {
    background: url(../images/icon3.png) no-repeat left center;
    width: 100%;
}

.index_content .business_unit .business_unit_content .business_unit_carousel .swiper-pagination.ywbk {
    height: auto;
    display: flex;
    justify-content: center;
    bottom: 30px;
}

.index_content .business_unit .business_unit_content .business_unit_carousel .swiper-pagination.ywbk span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
}

.index_content .patients_entrance {
    width: 100%;
    margin-top: 40px;
}

.index_content .patients_entrance .title {
    background: url(../images/bg4.png) no-repeat left center;
}

.index_content .patients_entrance .title h5 {
    background: url(../images/index_icon6.png) no-repeat left center;
}

.index_content .patients_entrance ul {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.index_content .patients_entrance ul li {
    width: 12.5%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    height: 126px;
}

.index_content .patients_entrance ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.4s;
}

.index_content .patients_entrance ul li a .images {
    width: 26.67%;
    position: relative;
}

.index_content .patients_entrance ul li a .images img {
    width: 100%;
    display: block;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(180deg);
    transition: all 0.5s;
    opacity: 1;
}

.index_content .patients_entrance ul li a .images .images_hover {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /* IE 9 */
    -moz-transform: rotateY(0deg);
    /* Firefox */
    -webkit-transform: rotateY(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(0deg);
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
}

.index_content .patients_entrance ul li a p {
    width: 90%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    transition: all 0.4s;
    line-height: 22px;
    height: 22px;
}

.index_content .patients_entrance ul li:hover a {
    background: #395cd7;
    transition: all 0.4s;
}

.index_content .patients_entrance ul li:hover a p {
    color: #fff;
    transition: all 0.4s;
}

.index_content .patients_entrance ul li:hover .images img {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    /* IE 9 */
    -moz-transform: rotateY(0deg);
    /* Firefox */
    -webkit-transform: rotateY(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(0deg);
    transition: all 0.5s;
    opacity: 0;
}

.index_content .patients_entrance ul li:hover a .images .images_hover {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotateY(180deg);
    transition: all 0.5s;
    opacity: 1;
}

.index_content .public_entrance {
    width: 100%;
    margin-top: 40px;
}

.index_content .public_entrance .title {
    background: url(../images/bg4.png) no-repeat left center;
}

.index_content .public_entrance .title h5 {
    background: url(../images/index_icon7.png) no-repeat left center;
}

.index_content .public_entrance .public_entrance_list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.index_content .public_entrance .public_entrance_list a {
    width: 23.83%;
    display: block;
    margin-right: 3%;
}

.index_content .public_entrance .public_entrance_list a:last-child {
    display: none;
}

.index_content .public_entrance .public_entrance_list a img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.index_content .public_entrance .public_entrance_list a:hover img {
    opacity: 0.8;
    transition: all 0.3s;
}

.index_content .cooperative_partner {
    width: 100%;
    margin-top: 50px;
}

.index_content .cooperative_partner .title {
    background: url(../images/bg4.png) no-repeat left center;
}

.index_content .cooperative_partner .title h5 {
    background: url(../images/index_icon8.png) no-repeat left center;
}

.index_content .cooperative_partner .cooperative_partner_list {
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.index_content .cooperative_partner .cooperative_partner_list ul {
    width: 100%;
}

.index_content .cooperative_partner .cooperative_partner_list ul li {
    width: 10%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 3.33%;
}

.index_content .cooperative_partner .cooperative_partner_list ul li img {
    width: 100%;
    display: block;
    transition: all 0.6s;
    box-sizing: border-box;
    overflow: hidden;
}

.index_content .cooperative_partner .cooperative_partner_list ul li:last-child {
    margin-right: 1px;
}

.index_content .cooperative_partner .cooperative_partner_list .swiper-pagination.hzhb {
    display: none;
}

.index_content .cooperative_partner .cooperative_partner_list ul li:hover img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.footer {
    background: #272d33;
}

.footer .footer_top {
    padding: 58px 0 22px;
}

.footer .footer_top .footer_top_left {
    width: 33.25%;
    float: left;
}

.footer .footer_top .footer_top_left .logo {
    width: 100%;
    display: block;
    height: 58px;
}

.footer .footer_top .footer_top_left .logo img {
    width: 100%;
    display: block;
}

.footer .footer_top .footer_top_left .share {
    display: none;
    width: 63.41%;
    border-top: 1px solid #656565;
    padding-top: 30px;
}

.footer .footer_top .footer_top_left .share>div {
    width: 33px;
    height: 33px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.footer .footer_top .footer_top_left .share>div .icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.footer .footer_top .footer_top_left .share>div .icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .footer_top .footer_top_left .share>div .scan_codes {
    position: absolute;
    width: 120px;
    height: 120px;
    padding: 8px;
    background: #fff;
    box-sizing: border-box;
    left: 50%;
    top: 200%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}

.footer .footer_top .footer_top_left .share>div .scan_codes img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .footer_top .footer_top_left .share>div .scan_codes::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 9px;
    background: url(../images/sj.png) no-repeat center center;
    background-size: 100% auto;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
}

.footer .footer_top .footer_top_left .share>div:hover .scan_codes {
    top: 140%;
    opacity: 1;
    transition: all 0.4s;
}

.footer .footer_top .website_map {
    width: 26%;
    float: left;
    margin-left: 8.08%;
}

.footer .footer_top .website_map h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #656565;
    line-height: 58px;
}

.footer .footer_top .website_map .website_map_content {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer_top .website_map .website_map_content a {
    font-size: 14px;
    color: #c5c5c5;
    width: 49%;
    display: block;
    margin-bottom: 24px;
    transition: all 0.3s;
}

.footer .footer_top .website_map .website_map_content a:hover {
    color: #0e5194;
    transition: all 0.3s;
}

.footer .footer_top .contact_information {
    width: 27.25%;
    float: right;
}

.footer .footer_top .contact_information h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #656565;
    line-height: 58px;
}

.footer .footer_top .contact_information .contact_information_nr {
    width: 100%;
    margin-top: 30px;
}

.footer .footer_top .contact_information .contact_information_nr .phone {
    padding-left: 57px;
    background: url(../images/phone.png) no-repeat left center;
    line-height: 31px;
    font-size: 20px;
    color: #c8c8c8;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 26px;
}

.footer .footer_top .contact_information .contact_information_nr .qt {
    font-size: 14px;
    color: #c5c5c5;
    margin-bottom: 16px;
}

.footer .footer_bottom {
    width: 100%;
    line-height: 65px;
    border-top: 1px solid #656565;
    font-size: 14px;
    color: #c5c5c5;
    text-align: center;
}

.footer .footer_bottom a {
    color: #c5c5c5;
    white-space: nowrap;
}

.footer .footer_top .footer_top_left .Official_box {
    display: flex;
    justify-content: center;
}

.footer .footer_top .footer_top_left .Official_Accounts {
    width: 35%;
    margin-top: 20px;
    margin-right: 20px;
}

.footer .footer_top .footer_top_left .Official_Accounts img {
    width: 100%;
    display: block;
}

.footer .footer_top .footer_top_left .Official_Accounts p {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

/* 公众入口 */
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.content {
    padding: 30px 0 78px;
}

.content .crumbs {
    width: 100%;
    font-size: 16px;
    color: #333;
}

.content .crumbs a {
    color: #333;
}

.content .crumbs em {
    margin: 0 6px;
}

.content .crumbs em:last-child {
    display: none;
}

.content .crumbs span {
    color: #0e5194;
}

.content .crumbs a:nth-last-child(2) {
    color: #0e5194;
}

.content .content_two {
    width: 100%;
    margin-top: 32px;
}

.content .content_two .content_two_left {
    width: 18.33%;
    float: left;
}

.content .content_two .content_two_left .content_two_top {
    width: 100%;
    background: #0e5194;
    padding: 35px 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.content .content_two .content_two_left .content_two_top h4 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: url(../images/gzrk.png) no-repeat right center;
    width: 100%;
    line-height: 40px;
    padding-right: 56px;
}

.content .content_two .content_two_left .content_two_nav {
    width: 100%;
    margin-top: 13px;
    padding-bottom: 200px;
    background: url(../images/bg5.jpg) no-repeat center bottom #0e5194;
}

.content .content_two .content_two_left .content_two_nav a {
    width: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
}

.content .content_two .content_two_left .content_two_nav a em {
    display: block;
    line-height: 27px;
    border-bottom: 1px solid #3f75aa;
    font-size: 18px;
    color: #fff;
    padding: 17px 28px 17px 8px;
    position: relative;
}

.content .content_two .content_two_left .content_two_nav a em::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 17px;
    background: url(../images/jr1.png) no-repeat center center;
    background-size: 100% auto;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.content .content_two .content_two_left .content_two_nav a.active {
    background: #0a3967;
}

.content .content_two .content_two_left .content_two_nav a.active em::after {
    background: url(../images/jr_on1.png) no-repeat center center;
}

.content .content_two .content_two_left .content_two_nav a.active em {
    border-bottom: 1px solid #0a3967;
}

.content .content_two .content_two_right {
    width: 75%;
    float: right;
}

.content .content_two .list {
    width: 100%;
}

.content .content_two .title {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.content .content_two .title h4 {
    font-size: 20px;
    color: #0e5194;
    font-weight: normal;
    float: left;
    position: relative;
    line-height: 24px;
    padding-bottom: 15px;
}

.content .content_two .title h4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0e5194;
    left: 0;
    bottom: -1px;
}

.content .content_two .list .list_content {
    width: 100%;
    margin-top: 40px;
}

.content .content_two .list .list_content ul li {
    width: 100%;
    margin-bottom: 40px;
}

.content .content_two .list .list_content ul li:last-child {
    margin-bottom: 0;
}

.content .content_two .list .list_content ul li a {
    display: flex;
}

.content .content_two .list .list_content ul li a .img {
    width: 22.22%;
    float: left;
    overflow: hidden;
}

.content .content_two .list .list_content ul li a .img img {
    width: 100%;
    min-height: 130px;
    display: block;
    max-height: 150px;
    transition: all 0.6s;
    overflow: hidden;
}

.content .content_two .list .list_content ul li a .list_nr {
    width: 73.44%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 16px 5.3% 0;
    box-sizing: border-box;
    transition: all 0.3s;
}

.content .content_two .list .list_content ul li a .list_nr h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.content .content_two .list .list_content ul li a .list_nr .date {
    margin-top: 6px;
    font-size: 14px;
    color: #999;
}

.content .content_two .list .list_content ul li a .list_nr .abstract {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content .content_two .list .list_content ul li a .enter_into {
    width: 4.34%;
    background: url(../images/jr2.png) no-repeat center center #ccc;
    transition: all 0.3s;
}

.content .content_two .list .list_content ul li a:hover .img img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.content .content_two .list .list_content ul li a:hover .list_nr {
    border-color: #0e5194;
    transition: all 0.3s;
}

.content .content_two .list .list_content ul li a:hover .list_nr h5 {
    color: #0e5194;
    transition: all 0.3s;
}

.content .content_two .list .list_content ul li a:hover .enter_into {
    background-color: #0e5194;
    transition: all 0.3s;
}

.paginationjs-pages ul {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.paginationjs-pages ul li {
    width: 40px;
    height: 40px;
    border: 1px solid #b3b3b3;
    background: #fff;
    border-radius: 0 !important;
    float: none;
    margin: 0 10px;
}

.paginationjs-pages ul li a {
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #4c4c4c;
}

.paginationjs-pages ul li span {
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: none;
    font-size: 16px;
    color: #4c4c4c;
}

.paginationjs-pages ul li.active {
    background: #0e5194;
    border: 1px solid #0e5194;
}

.paginationjs-pages ul li.active a {
    color: #fff;
}

.paginationjs-pages ul li.active span {
    color: #fff;
}

.paginationjs-pages ul li.paginationjs-prev a {
    color: #fff;
    background: url(../images/left1.png) no-repeat center center;
    background-size: 22.5% auto;
}

.paginationjs-pages ul li.paginationjs-next a {
    color: #fff;
    background: url(../images/right1.png) no-repeat center center;
    background-size: 22.5% auto;
}

/* 公众入口-详情 */
.content_two_right .List_details {
    width: 100%;
    padding: 60px 0 78px;
}

.content_two_right .List_details .List_details_top {
    width: 100%;
}

.content_two_right .List_details .List_details_top h5 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.content_two_right .List_details .List_details_top .source {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_two_right .List_details .List_details_top .source>div {
    font-size: 14px;
    color: #999;
}

.content_two_right .List_details .List_details_top .source .browse {
    margin-left: 16px;
}

.content_two_right .List_details .List_details_content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 36px 0 80px;
    border-bottom: 1px dashed #e5e5e5;
}

.content_two_right .List_details .List_details_content p {
    margin-bottom: 30px;
}

.content_two_right .List_details .List_details_content p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_two_right .List_details .List_details_content p:last-child {
    margin-bottom: 0;
}

.content_two_right .List_details .skip {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.content_two_right .List_details .skip a {
    display: flex;
    width: 27.78%;
    line-height: 44px;
    padding: 0 22px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    transition: all 0.3s;
}

.content_two_right .List_details .skip a span {
    white-space: nowrap;
}

.content_two_right .List_details .skip a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_two_right .List_details .skip .Returns_list {
    justify-content: center
}

.content_two_right .List_details .skip a:hover {
    border-color: #0e5194;
    background: #0e5194;
    color: #fff;
    transition: all 0.3s;
}

/* 患者入口 */
.content .content_two .content_two_left .content_two_top.patients_entrance h4 {
    background: url(../images/hzrk.png) no-repeat right center;
}

.content .content_two .content_two_left .content_two_nav.contact_us {
    padding: 14px 15.45% 36px 9.55%;
    box-sizing: border-box;
}

.content .content_two .content_two_left .content_two_nav.contact_us h5 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.content .content_two .content_two_left .content_two_nav.contact_us .contact_information {
    width: 100%;
    margin-top: 14px;
}

.content .content_two .content_two_left .content_two_nav.contact_us .contact_information>div {
    padding-left: 25px;
    color: #fff;
}

.content .content_two .content_two_left .content_two_nav.contact_us .contact_information .phone {
    background: url(../images/lxwm_icon1.png) no-repeat left 4px;
    font-size: 18px;
}

.content .content_two .content_two_left .content_two_nav.contact_us .contact_information .location {
    background: url(../images/lxwm_icon2.png) no-repeat left 4px;
    margin-top: 14px;
    font-size: 14px;
}

.content .content_two .content_two_right .list_two_nav {
    width: 100%;
    padding: 6px;
    margin-bottom: 30px;
    display: block;
}

.content .content_two .content_two_right .list_two_nav a {
    display: block;
    min-width: 80px;
    line-height: 40px;
    background: #e6e6e6;
    text-align: center;
    font-size: 16px;
    color: #333;
    float: left;
    padding: 0 15px;
    margin: 0 20px 20px 0;
    position: relative;
    width: auto;
}

.content .content_two .content_two_right .list_two_nav a.active {
    background: #0e5194;
    color: #fff;
}

.content .content_two .content_two_right .list_two_nav a.active::after {
    content: '';
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 6px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-top: 1px solid #0e5194;
    border-bottom: 1px solid #0e5194;
}

.content .content_two .content_two_right .list_two_nav a.active::before {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 12px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-left: 1px solid #0e5194;
    border-right: 1px solid #0e5194;
}

/* 患者入口-详情 */


/* 中国心血管代谢联盟-研究院简介 */
.content .content_two .content_two_left .content_two_top.Cardiovascular_metabolism h4 {
    background: url(../images/dxlm_icon.png) no-repeat right 7px;
}

.content .content_two .content_two_right .list .list_page {
    padding: 50px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.content .content_two .content_two_right .list .list_page p {
    margin-bottom: 42px;
}

.content .content_two .content_two_right .list .list_page p:last-child {
    margin-bottom: 0;
}

.content .content_two .content_two_right .list .list_page img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* 中国心血管代谢联盟-组织架构 */

/* 指南-共识-专家解读 */
.content .content_two .content_two_left .content_two_top.Experts_read h4 {
    background: url(../images/zjjd_icon.png) no-repeat right 7px;
}

/* 323攻坚行动 */
.content .content_two .content_two_left .content_two_top.Crucial_action h4 {
    background: url(../images/gjxd_icon.png) no-repeat right 7px;
}

/* 湖北胸病救治一张网-胸痛中心省质控数据 */
.content .content_two .content_two_left .content_two_top.Chest_disease_treatment h4 {
    background: url(../images/zksj_icon.png) no-repeat right 7px;
}

.content .content_two .content_two_right .list .list_page.Quality_control_data {
    padding: 32px 0 0;
}

.content .content_two .content_two_right .list .list_page.Quality_control_data p {
    margin-bottom: 26px;
}

.content .content_two .content_two_right .list .list_page.Quality_control_data p:last-child {
    margin-bottom: 0;
}

.content .content_two .content_two_right .list .Data_Use_request {
    width: 100%;
    margin-top: 76px;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_title {
    width: 100%;
    position: relative;
    text-align: center;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_title h5 {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    font-weight: normal;
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 28px;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form>div {
    width: 46.67%;
    margin-bottom: 32px;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form>div em {
    display: block;
    font-size: 18px;
    color: #231816;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form>div input {
    width: 100%;
    display: block;
    line-height: 60px;
    padding: 0 18px 0 36px;
    box-sizing: border-box;
    background: #f8f7f7;
    font-size: 16px;
    color: #666;
    border-radius: 6px;
    margin-top: 18px;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form .Apply_instructions {
    width: 100%;
    margin-bottom: 0;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form .Apply_instructions textarea {
    width: 100%;
    box-sizing: border-box;
    background: #f8f7f7;
    font-size: 16px;
    color: #666;
    border-radius: 6px;
    margin-top: 18px;
    border: none;
    outline: none;
    height: 254px;
    padding: 22px 18px 18px 36px;
    line-height: 32px;
}

.content .content_two .content_two_right .list .Data_Use_request .Data_Use_request_form .Apply_immediately {
    width: 22.22%;
    height: 60px;
    background: #0e5194;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    margin: 60px auto 0;
    outline: none;
    cursor: pointer;
    padding: 0;
}

/* 湖北胸病救治一张网-专题报道 */

/* 湖北胸病救治一张网-专题报道-详情 */


/* 培训教育 */
.content .content_two .content_two_left .content_two_top.training_education h4 {
    background: url(../images/pxjy_icon.png) no-repeat right 7px;
}

/* 培训教育-详情 */


/* 合作伙伴 */
.content .content_two .content_two_left .content_two_top.partner h4 {
    background: url(../images/hzhb_icon.png) no-repeat right 7px;
}

.content .content_two .list.cooperative_partner .list_content ul li {
    width: 26.67%;
    float: left;
    margin: 0 9.995% 52px 0;
}

.content .content_two .list.cooperative_partner .list_content ul li:nth-child(3n) {
    margin-right: 0;
}

.content .content_two .list.cooperative_partner .list_content ul li .img {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

.content .content_two .list.cooperative_partner .list_content ul li .img img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}

.content .content_two .list.cooperative_partner .list_content ul li p {
    padding: 0 10px;
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.content .content_two .list.cooperative_partner .list_content ul li:hover .img img {
    transition: all 0.6s;
    transform: scale(1.1);
}

.content .content_two .list.cooperative_partner .list_content ul li:hover p {
    color: #0e5194;
    transition: all 0.3s;
}

.content .content_two .list.cooperative_partner .paginationjs-pages ul {
    margin-top: 10px;
}


/* 移动端样式 */
.header .header_center>.w1200 .mobile_menu {
    width: 36px;
    cursor: pointer;
    display: none;
}

.header .header_center>.w1200 .mobile_menu span {
    display: block;
    height: 4px;
    background: #0e5194;
    margin-top: 9px;
    position: relative;
}

.header .header_center>.w1200 .mobile_menu span:first-child {
    margin-top: 0;
}

.mm_slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.mm_page {
    box-sizing: border-box;
    position: relative;
    z-index: 99999;
    background: #fff;
}

.mobile_nav_box {
    display: none;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    top: 0;
    left: 0;
    background: #f3f3f3;
    right: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
    margin: 0;
    z-index: 999;
    overflow: hidden;
}

.mobile_nav_box.on {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* html.on{overflow-y:hidden;} */
.mm_page.on {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
}

.mm_slideout_bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.mm_slideout_bottom.on {
    display: block;
}

.mobile_nav_box .mobile_nav {
    width: 100%;
    height: 100%;
}

.mobile_nav_box .mobile_nav .mobile_search {
    display: flex;
    justify-content: space-between;
    padding: 16px 3.2% 0;
}

.mobile_nav_box .mobile_nav .mobile_search input {
    display: block;
    width: calc(100% - 40px);
    line-height: 44px;
    padding: 0 10px;
    font-size: 15px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
}

.mobile_nav_box .mobile_nav .mobile_search button {
    width: 44px;
    background: #0e5194;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_nav_box .mobile_nav .mobile_search button img {
    width: 18px;
    display: block;
}

.mobile_nav_box .mobile_nav .mm-listview {
    width: 100%;
    margin-top: 12px;
    padding-left: 3.2%;
    box-sizing: border-box;
}

.mobile_nav_box .mobile_nav .mm-listview li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}

.mobile_nav_box .mobile_nav .mm-listview li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    width: 100%;
    transition: all 0.3s;
}

.mobile_nav_box .mobile_nav .mm-listview li .mm-next {
    width: 50px;
    background: url(../images/jr4.png) no-repeat center center;
    background-size: auto 35%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.mobile_nav_box .mobile_nav .mm-listview li a:hover {
    color: #0e5194;
    transition: all 0.3s;
}

.mobile_nav_box .mobile_nav_box_two {
    width: 100%;
    height: 100%;
    background: inherit;
    border-color: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mobile_nav_box .mobile_nav_box_two h5 {
    text-align: center;
    line-height: 44px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: normal;
}

.mobile_nav_box .mobile_nav_box_two em {
    content: '';
    position: absolute;
    width: 40px;
    height: 44px;
    background: url(../images/jr5.png) no-repeat center center;
    background-size: auto 32%;
    left: 0;
    cursor: pointer;
    top: 0;
    z-index: 9;
}

.mobile_nav_box .mobile_nav_box_two ul {
    padding: 0 3.2%;
}

.mobile_nav_box .mobile_nav_box_two ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile_nav_box .mobile_nav_box_two ul li a {
    line-height: 40px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    display: block;
}

.mobile_nav_box .mobile_nav_box_two ul li a:hover {
    color: #0e5194;
    transition: all 0.3s;
}

.mobile_nav_box .mobile_nav_box_two.on {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.content .content_two .content_two_left .content_two_nav .swiper-wrapper {
    display: block;
}

.content .content_two .content_two_left .content_two_top.news h4 {
    background: url(../images/xwzx_icon.png) no-repeat right center;
}

.content .content_two .content_two_left .content_two_top.hyjl h4 {
    background: url(../images/hyjl_icon.png) no-repeat right center;
}

.content .content_two .content_two_left .content_two_top.ss h4 {
    background: url(../images/sousuo.png) no-repeat right center;
}

.carousel.mobile_carousel {
    width: 100%;
    display: none;
}

.carousel.mobile_carousel ul li {
    width: 100%;
}

.carousel.mobile_carousel ul li img {
    width: 100%;
    display: block;
}

.banner_mobile {
    width: 100%;
    overflow: hidden;
    display: none;
}

.banner_mobile img {
    width: 100%;
    display: block;
}