        @media (min-width: 992px) {
            .container {
                width: 85.652%;
                max-width: 1430px;
            }
        }
        
        .nav-con {
            width: 93%;
            margin: auto;
        }
		
        .navbar-brand{
			position:absolute;
		}
			
        .nav-con .navbar-nav .nav-link {
            color: #333333;
            padding-right: 1rem;
            padding-left: 1rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            position: relative;
        }
        
        .nav-con .navbar-nav .nav-link:hover {
            color: #111111;
        }
        
        .nav-con .navbar-nav .nav-item.show .nav-link:after,
        .nav-con .navbar-nav .nav-item .nav-link:hover:after {
            content: "";
            position: absolute;
            display: block;
            left: 1rem;
            right: 1rem;
            height: 3px;
            background: #c7000b;
            border: none;
            margin-left: 0;
        }
        
        .nav-con .dropdown-toggle::after {
            display: none;
        }
        
        .nav-con .dropdown-item:hover {
            text-decoration: underline;
            background-color: unset;
        }
        
        .top-right {
            display: flex;
            position: absolute;
            right: 0;
            top: 24px;
        }
        
        .top-lang i.fa-globe {
            margin-right: 5px;
        }
        
        .top-lang i.fa-angle-down {
            margin-left: 5px;
        }
        
        .top-lang .show .dropdown-toggle i.fa-globe {
            color: #c7000b;
        }
        
        #banner {
            position: relative;
        }
        
		.banner-img{
			width:100%;
		}
		
        #banner .swiper-slide {
            position: relative;
        }
        
        .banner-button {
            color: #2f55c0;
            opacity: 0 !important;
        }
        
        #banner:hover .banner-button {
            opacity: 1 !important;
        }
        
        .banner-button-next {
            right: 3%;
        }
        
        .banner-button-prev {
            left: 3%;
        }
        
        #banner .banner-nav {
            position: absolute;
            right: 60px;
            top: 50%;
            z-index: 9999;
            margin-top: -60px;
        }
        
        #banner .banner-nav ul li {
            list-style: none;
        }
        
        #circle {
            stroke-dasharray: 80, 80;
            stroke-dashoffset: 80;
        }
        
        .container-title {
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .container-title span {
            font-size: 1.125rem;
        }
        
        .container-title h2 {
            font-weight: bolder;
            color: #111111;
        }
        
        .container-title h2:after {
            content: '';
            display: block;
            width: 44px;
            height: 3px;
            background-color: #c7000b;
            margin: 5px auto;
        }
        
        #index-about {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        
        .index-about-contain {
            overflow: hidden;
        }
        
        .index-about-list {
            margin-left: -15px;
            margin-right: -15px;
        }
        
        .index-about-item {
            width: 50%;
            float: left;
            padding: 15px;
        }
        
        .index-about-item a {
            display: block;
            position: relative;
            overflow: hidden;
        }
        
        .index-about-item a .about-img img {
            width: 100%;
        }
        
        .index-about-item a .about-title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            color: #ffffff;
            padding: 40px 5%;
            transition: all 0.5s;
        }
        
        .index-about-item a .about-title h4 {
            font-weight: bolder;
            margin-top: 0.2rem;
            margin-bottom: 0.3rem;
        }
        
        .index-about-item a .about-title .intro {
            font-size: 14px;
            line-height: 22px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 44px;
        }
        
        .index-about-item a .about-img img {
            transition: all 0.5s;
        }
        
        .index-about-item a:hover .about-img img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.5s;
        }
        
        .index-about-item a:hover .about-title {
            bottom: 3%;
        }
        
        #index-news {
            background: #f2f2f2;
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        
        .news-item a {
            display: block;
            background: #ffffff;
        }
        
        .news-item a .news-img {
            overflow: hidden;
        }
        
        .news-item a .news-img img {
            width: 100%;
            transition: all 0.5s;
        }
        
        .news-item a .news-content {
            padding: 20px 15px 40px;
        }
        
        .news-item a .news-content .news-name {
            color: #111111;
            font-weight: bolder;
            font-size: 1.125rem;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        .news-item a .news-content .news-time {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
            color: #333333;
        }
        
        .news-item a .news-content .news-time i {
            margin-right: 5px;
        }
        
        .news-item a .news-content .news-intro {
            font-size: 14px;
            line-height: 22px;
            color: #333333;
        }
        
        .news-item a:hover .news-img img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.5s;
        }
        
        .index-news-more {
            margin-top: 2.5rem;
        }
        
        .index-news-more a {
            display: block;
            max-width: 200px;
            margin: auto;
            text-align: center;
            padding: 8px 15px;
            border: 1px solid #333333;
            color: #333333;
        }
        
        .index-news-more a:hover {
            color: #111111;
            text-decoration: underline;
        }
        
        .index-ggy-contain {
            display: flex;
            font-weight: bolder;
            color: #ffffff;
            align-items: center;
        }
        
        .index-ggy-contain .index-ggy-p p.p-1 {
            font-size: 1.6rem;
			line-height: 2rem;
			text-transform: uppercase;
        }
        
        .index-ggy-contain .index-ggy-p p.p-2 {
            font-size: 2.4rem;
			line-height: 3rem;
			text-transform: uppercase;
        }
        
        #index-ggy {
            background: url(../images/ggy-bg.jpg) no-repeat;
            background-size: cover;
            min-height: 647px;
            display: flex;
        }
        
        #foot {
            background: #f2f2f2;
        }
        
        .foot-con {
            padding-top: 5rem;
            color: #333333;
        }
        
        .foot-con a {
            color: #333333;
            opacity: 0.87;
        }
        
        .foot-con a:hover {
            text-decoration: underline;
            opacity: 1;
        }
        
        .foot-2 {}
        
        .foot-nav {
            float: left;
            width: calc(100% - 100px);
        }
        
        .foot-contact {
            float: right;
            width: 90px;
        }
        
        .foot-nav-item {
            display: inline-block;
            padding-right: 6%;
            vertical-align: top;
            margin-bottom: 15px;
            width: 18%;
        }
        
        .foot-nav-title {
            position: relative;
            font-size: 18px;
            font-weight: bolder;
            padding-top: 15px;
            margin-bottom: 10px;
        }
        
        .foot-nav-item .foot-nav-con ul {
            padding-left: 0;
        }
        
        .foot-nav-item .foot-nav-con ul li {
            list-style: none;
            margin-bottom: 0.2rem;
        }
        
        .foot-link ul {
            padding-left: 0;
        }
        
        .foot-link ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
            font-size: 26px;
        }
        
        .foot-ewm {
            margin-top: 15px;
        }
        
        .foot-copyright {
            border-top: 1px solid #e4e4e4;
            margin-top: 100px;
        }
        
        .foot-copyright-con {
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        
        #ban-img {
            min-height: 600px;
            background-size: cover;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            position: relative;
        }
        
        .ban-img-con {
            position: relative;
            z-index: 9;
        }
        
        .ban-img-p {
            text-align: center;
            color: #ffffff;
            font-size: 1.125rem;
        }
        
        .ban-img-p h1 {
            font-weight: bolder;
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        
        #contain-nav {
            margin-top: 2rem;
        }
        
        .contain-nav-con {
            border-bottom: 1px solid #eeeeee;
        }
        
        .contain-nav-con ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }
        
        .contain-nav-con ul li {
            display: inline-block;
            margin-left: 3%;
            margin-right: 3%;
        }
        
        .contain-nav-con ul li a {
            display: block;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-size: 1.125rem;
            position: relative;
            color: #333333;
        }
        
        .contain-nav-con ul li a.active,
        .contain-nav-con ul li a:hover {
            color: #111111;
        }
        
        .contain-nav-con ul li a.active::after,
        .contain-nav-con ul li a:hover::after {
            content: "";
            display: block;
            width: 100%;
            position: absolute;
            height: 3px;
            background: #cf0005;
            bottom: -1px;
            left: 0;
        }
        
        #contain {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        
        .about-video {
            margin-top: 3rem;
        }
        
        .container-title-white h2 {
            color: #ffffff;
        }
        
        .dx-con {
            color: #ffffff;
        }
        
        #about-culture {
            background: url(../images/about-culture-bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .about-culture-con {
            position: relative;
            min-height: 620px;
        }
        
        .about-culture-title {
            position: absolute;
            top: 6rem;
        }
        
        .about-culture-item {
            display: flex;
            height: 100%;
            min-height: 620px;
            width: 25%;
            float: left;
            border-right: 1px solid #ffffff;
            flex-direction: column;
            justify-content: center;
            color: #ffffff;
            text-align: center;
            padding: 15px;
        }
        
        .about-culture-item h4 {
            font-weight: bolder;
        }
        
        .about-culture-item p {
            height: 0;
            overflow: hidden;
            transition: height 0.5s;
        }
        
        .about-culture-item:hover p {
            height: 60px;
            transition: height 0.5s;
        }
        
        .about-culture-item:last-child {
            border-right: none;
        }
        
        .hospital-item {
            margin-bottom: 2rem;
        }
        
        .hospital-item a {
            color: #333333;
        }
        
        .hospital-img {
            float: left;
            width: 30%;
            border: 1px solid #f4f4f4;
            padding: 4px;
        }
        
        .hospital-img-con {
            overflow: hidden;
        }
        
        .hospital-img img {
            width: 100%;
        }
        
        .hospital-item a:hover .hospital-img img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: all 0.5s;
        }
        
        .hospital-content {
            float: right;
            width: 70%;
            padding: 10px 30px;
        }
        
        .hospital-name {
            font-size: 1.25rem;
            font-weight: bolder;
            margin-bottom: 0.5rem;
        }
        
        .contact-map {
            position: relative;
            width: 100%;
            height: 400px;
            margin-bottom: 60px;
        }
        
        #mapContainer {
            width: 100%;
            height: 500px;
            margin-top: 3rem;
        }
        
        .contain-con {
            overflow: hidden;
        }
        
        .news-title {
            border-bottom: 1px solid #eeeeee;
            position: relative;
        }
        
        .news-title h2:after {
            width: 65px;
            background-color: #c7000b;
            margin: 0;
            position: absolute;
            bottom: -1px;
            left: 0;
        }
        
        .news-list {
            margin-left: -15px;
            margin-right: -15px;
        }
        
        .news-items {
            float: left;
            width: 33.3%;
            padding: 15px;
        }
        
        .news-items .news-item a {
            background: #f2f2f2;
        }
        
        .news-view-time {
            margin-bottom: 1rem;
        }
        
        .news-view-time i {
            margin-right: 8px;
        }
        
        .video-icon {
            margin-left: auto;
            margin-right: auto;
            cursor: pointer;
            margin-top: 2.5rem;
            width: 74px;
            height: 74px;
            background: url(../images/icon-play.png) no-repeat;
            background-size: cover;
            transition: 0.3s;
        }
        
        .video-icon:hover {
            transform: scale(1.1);
            transition: 0.3s;
        }
        
        .videos {
            display: none;
            background: rgba(0, 0, 0, 0.9);
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
            z-index: 10000;
        }
        
        .videos-con {
            border: 1px solid #080808;
            position: fixed;
            width: 100%;
            height: 100%;
        }
        
        .videos-con video {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
        
        .vclose {
            position: absolute;
            right: 5%;
            top: 5%;
            border-radius: 100%;
            cursor: pointer;
        }
        
        .pro-item {
            box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.22);
            border-radius: 10px;
            background-color: rgb(255, 255, 255);
            padding: 15px;
            margin-bottom: 3rem;
        }
        
        .pro-content {
            padding-top: 5%;
            padding-bottom: 5%;
        }
        
        .pro-name {
            margin-bottom: 1rem;
        }
        
        .pro-name h4 {
            font-weight: bolder;
        }
        
        .pro-intro {
            font-size: 1.125rem;
        }
        
        .pro-btn-details {
            margin-top: 3rem;
        }
        
        .pro-btn-details a {
            display: block;
            color: #ffffff;
            width: 130px;
            text-align: center;
            height: 48px;
            line-height: 48px;
            background: #111111;
            border-radius: 24px;
        }
        
        .pro-btn-details a:hover {
            background: #cf0005;
        }
        
        .pro-view-container .pro-view-left {
            width: 48%;
            float: left;
        }
        
        .pro-view-container .pro-view-right {
            width: 48%;
            float: right;
        }
        
        .pro-view-container .pro-img {
            text-align: center;
        }
        
        .pro-view-container .pro-title h2 {
            margin-top: 5px;
        }
        
        .pro-view-container .pro-title {
            font-size: 18px;
            position: relative;
            padding-right: 66px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eeeeee;
            margin-bottom: 20px;
        }
        
        .pro-view-back {
            position: absolute;
            right: 0;
            color: #333333;
            font-size: 14px;
            top: 14px;
        }
        
        .pro-view-back a {
            color: #333333;
        }
        
        .pro-view-back a:hover {
            color: #111111;
            text-decoration: none;
        }
        
        .pro-view-container .pro-view-jj {
            min-height: 200px;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }
        
        .pro-view-img {
            margin: auto;
            position: relative;
        }
        
        .gallery-top {
            border: 1px solid #cdcdcd;
        }
        
        .gallery-top .swiper-slide {
            text-align: center;
            background: #ffffff;
        }
        
        .gallery-thumbs {
            padding: 10px 0;
        }
        
        .gallery-thumbs .swiper-slide {
            opacity: 0.4;
            border: 1px solid #cdcdcd;
        }
        
        .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
            border-color: #111111;
        }
        
        .pro-view-btns {
            position: absolute;
            top: 45%;
            opacity: 0;
            width: 100%;
            left: 0;
        }
        
        .pro-view-btns .swiper-btn {
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            line-height: 40px;
            background: #111111;
            color: #ffffff;
            font-size: 36px;
        }
        
        .pro-view-img:hover .swiper-btns {
            opacity: 1;
        }
        
        .pro-view-img:hover .swiper-btns .swiper-btn {
            z-index: 10;
        }
        
        .pro-view-img .swiper-btns .swiper-btn.swiper-button-disabled,
        .pro-view-img:hover .swiper-btns .swiper-btn.swiper-button-disabled {
            opacity: 0;
            cursor: unset;
        }
        
        .pro-view-img .swiper-btn.swiper-but-next {
            left: 3%;
        }
        
        .pro-view-img .swiper-btn.swiper-but-prev {
            right: 3%;
        }
        
        .pro-view-img .swiper-btn:hover {
            opacity: 1;
        }
        
        .pro-view-img .swiper-btn:focus {
            outline: none;
        }
        
        .product-view-detail {
            margin-top: 5rem;
        }
        
        .product-view-detail-con {
            border-top: 1px solid #eeeeee;
            padding: 15px 0;
        }
        
        .contain-znzy {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        
        .contain-dx {
            padding-top: 5rem;
            padding-bottom: 5rem;
            background: url(../images/dx-bg.jpg) no-repeat;
            background-size: cover;
        }
        
        .contain-cj {
            padding-top: 5rem;
            padding-bottom: 5rem;
            background: url(../images/cj-bg.jpg) no-repeat;
            background-size: cover;
        }
        
        .index-service-p {
            color: #ffffff;
            margin-top: 2rem;
            position: relative;
            padding-right: 120px;
        }
        
        .swiper-fwcj-btns {
            left: auto;
            right: 0;
            position: absolute;
            top: 50%;
            width: 118px;
        }
        
        .swiper-fwcj-btns .swiper-button-prev {
            border: 2px solid #fff;
            border-radius: 50%;
        }
        
        .swiper-fwcj-btns .swiper-button-next {
            border: 2px solid #fff;
            border-radius: 50%;
        }
        
        .swiper-fwcj-btns .swiper-button-next,
        .swiper-fwcj-btns .swiper-button-prev {
            width: 36px;
            height: 36px;
            background: none;
            outline: none
        }
        
        .swiper-fwcj-btns .swiper-button-next:after,
        .swiper-fwcj-btns .swiper-button-prev:after {
            color: #fff;
            font-size: 16px;
            font-weight: bolder;
        }
        
        .swiper-fwcj-btns .swiper-button-next:hover,
        .swiper-fwcj-btns .swiper-button-prev:hover {
            border-color: #3a80e9;
            background: #3a80e9;
        }
        
        .swiper-fwcj-btns .swiper-button-next:hover:after,
        .swiper-fwcj-btns .swiper-button-prev:hover:after {
            color: #ffffff;
        }
        
        .fwcj-item {
            text-align: center;
            background: #ffffff;
            border-radius: 30px;
            padding-top: 5rem;
            padding-bottom: 5rem;
            font-size: 1.125rem;
            font-weight: bolder;
        }
        
        .fwcj-item hr {
            width: 30px;
            margin: auto;
            border: none;
            border-bottom: 3px solid #3a80e9;
            margin-bottom: 1rem;
            opacity: 1;
        }
        
        .fwcj-icon {
            max-height: 100px;
            margin-bottom: 1rem;
        }
        
        .contain-fs {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        
        .contain-lc {
            padding-top: 5rem;
            padding-bottom: 5rem;
            background: #f2f2f2;
            overflow: hidden;
        }
        
        .lc-con {
            position: relative;
        }
        
        .lc-con:after {
            content: "";
            border-bottom: 1px solid #eeeeee;
            position: absolute;
            bottom: 89px;
            left: -50%;
            right: -50%;
        }
        
        .process-item {
            cursor: pointer;
            position: relative;
            border-radius: 30px;
            overflow: hidden;
        }
        
        .process-item-con {
            text-align: center;
        }
        
        .process-item .process-num {
            display: block;
            width: 50px;
            height: 50px;
            background: #325dcd;
            color: #ffffff;
            text-align: center;
            line-height: 50px;
            border-radius: 50%;
            font-size: 1.2rem;
            margin: 1rem auto;
        }
        
        .process-item .process-name {
            font-size: 3rem;
            color: #325ecd80;
            display: block;
            text-align: center;
            line-height: 3rem;
            font-weight: bolder;
        }
        
        .process-item .hover {
            position: absolute;
            height: 100%;
            width: 100%;
            background: #325dcd;
            padding: 30px;
            color: #ffffff;
            top: 100%;
            transition: 0.5s;
        }
        
        .process-item:hover .hover {
            top: 0;
        }
        
        .process-item .hover .process-num {
            background: #ffffff;
            color: #325dcd;
        }
        
        .contain-xg {
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        
        .clear1 {
            display: block;
        }
        
        .clear2 {
            display: none;
        }
        
        @media (min-width: 768px) {
            .container-title-left {
                text-align: left;
            }
            .container-title-left h2:after {
                margin-left: 0;
            }
        }
        
        @media screen and (max-width: 992px) {
			.navbar-brand{
				position:relative;
			}
            .top-nav-container {
                padding-right: 0.75rem;
            }
            .top-nav .navbar-toggler {
                margin-right: 115px;
                border: none;
            }
            .top-nav .navbar-toggler:focus {
                box-shadow: none;
            }
            .top-nav .navbar-nav .nav-link {
                padding: 0.5rem;
            }
            .nav-con .navbar-nav .nav-item.show .nav-link:after,
            .nav-con .navbar-nav .nav-item .nav-link:hover:after {
                left: 0;
                right: 0;
                bottom: -2px;
            }
            .top-nav .dropdown-menu {
                font-size: 14px;
            }
            .top-nav .dropdown-menu {
                border-radius: 0;
                border-left: none;
                border-right: none;
            }
            .index-about-item {
                width: 100%;
                float: none;
                padding: 15px;
            }
            .foot-nav,
            .foot-contact {
                float: none;
                width: 100%;
            }
            .foot-nav-item {
                display: block;
                padding-right: 0;
                width: 100%;
            }
            .foot-nav-item .foot-nav-con ul li {
                list-style: none;
                display: inline-block;
                margin-right: 15px;
            }
            .about-culture-item {
                min-height: 200px;
                width: 100%;
                border-top: 1px solid #ffffff;
                border-right: none;
            }
            .about-culture-con {
                padding-top: 6rem;
            }
            .about-culture-title {
                position: relative;
                top: 0;
            }
            .about-culture-item p {
                height: auto;
            }
            .about-culture-item:hover p {
                height: auto;
            }
            .news-items {
                width: 50%;
            }
            .pro-view-container .pro-view-left {
                width: 100%;
                float: none;
            }
            .pro-view-container .pro-view-right {
                width: 100%;
                float: none;
                margin-top: 30px;
            }
            .gallery-thumbs {
                display: none;
            }
            .pro-view-container .pro-view-jj {
                border-bottom: none;
            }
            .product-view-detail {
                margin-top: 2rem;
            }
            .clear1 {
                display: none;
            }
            .clear2 {
                display: block;
            }
        }
        
        @media screen and (max-width: 768px) {}
        
        @media screen and (max-width: 576px) {
            .foot-con {
                padding-top: 60px;
            }
            .foot-copyright {
                margin-top: 60px;
            }
            .news-items {
                width: 100%;
                float: none;
            }
        }