<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 20px;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #920000;
	width: 35px;
	border-radius: 50px;
}

.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 93px;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/icon_left.png);
	left: 20px;
	right: auto;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/icon_right.png);
	right: 20px;
	left: auto;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 120px;
	margin-top: -60px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

/* 优势 */
.ys li {
	float: left;
	width: 25%;
	padding: 40px 0;
	text-align: center;
	background: url(../img/ddc.jpg) no-repeat right center;
}

.ys li:last-child {
	background-image: none;
}

.ys li span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 8px;
}

.ys li img {
	width: 80px;
	margin: 0 auto;
}

.ys ul {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
	z-index: 3;
	top: -75px;
	background-color: #fff;
}

/* cont1 */
.title {
	margin-bottom: 50px;
}

.title h4 {
	font-size: 30px;
	color: #333;
}

.title p {
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
}

.cont1-txt {
	float: left;
	width: 700px;
	height: 560px;
	box-sizing: border-box;
	padding-left: 220px;
}

.cont1-txt h5 {
	margin-top: 120px;
	font-size: 30px;
	color: #333;
}

.cont1-txt span {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 50px;
}

.cont1-txt i {
	display: block;
	width: 80px;
	height: 2px;
	background-color: #333;
	margin-bottom: 30px;
}

.cont1-txt a {
	display: block;
	width: 100px;
	line-height: 30px;
	background-color: #920000;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 30px;
}

.cont1-txt p {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.cont1-img {
	float: left;
	width: 700px;
	height: 560px;
}

.cont1-list .swiper-button-prev,
.cont1-list .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/lefts.png);
	left: 20px;
	right: auto;
}

.cont1-list .swiper-button-next,
.cont1-list .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/rights.png);
	right: 20px;
	left: auto;
}

.cont1-list .swiper-button-next,
.cont1-list .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cont1-list .swiper-button-next:hover,
.cont1-list .swiper-button-prev:hover {
	background-position: center bottom;
}

/* 医院环境 */
.cont2 {
	background: url(../img/bg2.jpg) no-repeat center center;
	background-size: cover;
	height: 700px;
	box-sizing: border-box;
	padding-top: 140px;
}

.cont2-list {
	position: relative;
}

.cont2-list .cont2-box {
	width: 1120px;
	background-color: #e1e4e9;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 auto;
}

.cont2-box a {
	display: block;
	width: 335px;
}

.cont2-box a img {
	width: 100%;
	height: 234px;
}

.cont2-box a h4 {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cont2-list .swiper-button-prev,
.cont2-list .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/lefts.png);
	left: 0px;
	right: auto;
}

.cont2-list .swiper-button-next,
.cont2-list .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/rights.png);
	right: 0px;
	left: auto;
}

.cont2-list .swiper-button-next,
.cont2-list .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.cont2-list .swiper-button-next:hover,
.cont2-list .swiper-button-prev:hover {
	background-position: center bottom;
}

/* cont3 */
.cont3 {
	background: url(../img/04_bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	padding: 100px 0 130px;
}

.solution {
	min-width: 1400px;
	width: 100%;
}

.solution .swiper-container {
	width: 64%;
	padding: 0 18%;
	margin: 0 auto;
}

.solution img {
	width: 100%;
	height: auto;
}

.solution .swiper-slide {
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.solution .swiper-button-prev,
.solution .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/lefts.png);
	left: 13%;
	right: auto;
}

.solution .swiper-slide {
	opacity: 0.7;
}

.solution .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.solution .swiper-button-next,
.solution .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/rights.png);
	right: 13%;
	left: auto;
}

.solution .swiper-button-next,
.solution .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.solution .swiper-button-next:hover,
.solution .swiper-button-prev:hover {
	background-position: center bottom;
}

.solution-l {
	float: right;
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	background-color: #fff;
	right: 0;
	bottom: 0;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.solution-l em {
	display: block;
	font-size: 30px;
	color: #333;
	width: 100%;
	text-align: left;
	margin-top: -60px;
}

.solution-l h2 {
	font-size: 15px;
	color: #666;
	width: 100%;
	text-align: left;
	margin-top: 2%;
}

.solution-l i {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	margin-top: 4%;
	text-align: left;
	margin-bottom: 5%;
}

.solution-l span {
	display: block;
	font-size: 16px;
	color: #333;
	width: 100%;
	text-align: left;
	margin-top: 5%;
	margin-bottom: 3%;
}

.solution-l p {
	font-size: 15px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
}

.solution-r {
	float: left;
	width: 50%;
}

/* cont4 */
.cont4 {
	padding: 80px 0;
}

.cont4-l {
	width: 680px;
	float: left;
}

.cont4-l iframe {
	display: block;
	width: 100%;
	height: 400px;
}

.cont4-r {
	float: right;
	width: 620px;
}

.cont4-r h4 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.cont4-r span {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 40px;
}

.cont4-r div p {
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

.cont4-r div {
	height: 220px;
}

.cont4-r a {
	color: #920000;
	border: 2px solid #920000;
	width: 100px;
	display: block;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.cont4-r a:hover{
	background-color: #920000;
	color: #fff;
}
/* main */
.main {
	min-height: 500px;
}

.product-video-list {
	margin-top: 30px;
}

.product-video-list a {
	float: left;
	width: 290px;
	margin-right: 13.33333px;
	margin-bottom: 20px;
}

.product-video-list a:nth-child(4n) {
	margin-right: 0;
}

.product-video-list a i {
	display: block;
	overflow: hidden;
}

.product-video-list a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.product-video-list a:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.product-video-list a div {
	padding: 10px;
	background-color: #f8f8f8;
	color: #333;
}

.product-video-list a:hover div {
	background-color: #920000;
	color: #fff;
}

.product-video-list a span {
	font-weight: bold;
	line-height: 30px;
}

.product-video-list a h4 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 新闻详情 */
.news-xq {
	margin: 40px auto;
	background-color: #fff;
	box-sizing: border-box;
}

.news-xq-tit {
	position: relative;
}

.news-xq-tit h2 {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}

.news-xq-tit p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.news-xq-tit p span {
	margin: 0 10px;
}

.news-xq-tit {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 10px;
}

.news-xq-c img {
	width: 60%;
	height: auto;
	margin: 0 auto;
}

.news-xq-c iframe {
	display: block;
	width: 60%;
	height: 500px;
	margin: 0 auto;
}

.news-xq-c {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-xq .turn {
	width: 100%;
	background-color: #f5f5f5;
}

.news-xq .turn li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.news-xq .turn li a {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 50px;
}

.news-xq .turn li:hover {
	background-color: #920000;
}

.news-xq .turn li:hover a {
	color: #fff;
}

.news-xq .turn li:nth-child(1) {
	float: left;
	text-align: left;
	border-right: 1px solid #ddd;
}

.news-xq .turn li:nth-child(2) {
	float: right;
	text-align: right;
}

/* 新闻列表 */
.news-list li {
	border: 0;
	box-shadow: 5px 4px 32px 0px rgba(0, 0, 0, 0.1);
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 30px;
}

.news-list li&gt;a {
	float: left;
	display: block;
	overflow: hidden;
	width: 20%;
}

.news-list li&gt;a img {
	width: 100%;
	height: auto;
	transition: all 0.36s ease;
}

.news-list li:hover&gt;a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.news-list li div {
	float: right;
	width: 78%;
}

.news-list li div h4 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 2%;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.news-list li div h4 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.news-list li div p {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
}

.news-list li div em {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.news-list li:hover div h4 {
	margin-top: 1%;
}

.news-list li:hover div h4 a {
	color: #c01920;
}

/* 了解植发中心 */
.about{
	margin-top: 30px;
}
.brief_con {
	position: relative;
	width: 1280px;
	height: 586px;
	margin: 0 auto;
	overflow: hidden;
}

.brief_cons {
	width: 1200px;
	margin: 40px auto;
	position: relative;
}

.brief_con img {
	z-index: 10;
	position: relative;
	display: block
}

.brief_con .left {
	position: relative;
}

.brief_con .left:before {
	content: "";
	position: absolute;
	top: -40px;
	left: -40px;
	width: 124px;
	height: 124px;
	background: #920000;
	z-index: 2;
}

.brief_con .bc {
	position: absolute;
	padding: 30px 40px;
	right: -30px;
	top: 75px;
	width: 540px;
	height: 324px;
	background: #FFFFFF;
	box-shadow: 0px 2px 18px 0px rgba(191, 191, 191, 0.15);
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	color: #333333;
	z-index: 12;
}

.brief_con:after {
	content: "";
	position: absolute;
	bottom: 77px;
	right: -11px;
	width: 56px;
	height: 56px;
	background: #920000;
	z-index: 2;
}
.history_title {
    text-align: center;
    padding: 60px 0 30px;
}
.history_title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-bottom: 5px;
}
.history_title h6 {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}
.yhxls {
    width: 1200px;
    margin: 0 auto;
}
.yhxls-box p {
    width: 1104px;
    height: 98px;
    background: #fff7f7;
    box-shadow: 0px 2px 5px 0px #ffcece;
    border: 1px solid #920000;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
}
.yhxls-box p span {
    font-size: 18px;
    color: #920000;
    font-weight: bold;
}
.yhxls-box dl {
    width: 1200px;
    margin: 0 auto;
	background-color: #fff;
	/* background: url(../img/b1.jpg) no-repeat center center; */
	background-size: cover;
	overflow: hidden;
}
.f2 dl{
	/* background-image: url(../img/b2.jpg); */
}
.yhxls-box dl dd {
	overflow: hidden;
    display: block;
	height: 278px;
	box-sizing: border-box;
	padding: 20px 0;
}
.yhxls-box dl ul{
	margin-top: 20px;
}
.fw .yhxls-box dl dd{
	display: block;
}
.fw .yhxls-box dl dt{
	display: block;
}
.yhxls-box p:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.yhxls-box dl dd li {
	background-repeat: no-repeat;
	background-position: center top;
	/* border-bottom: 1px solid #ddd; */
	/* padding-left: 50px; */
	margin-top: 5px;
	/* height: 70px; */
	padding-top: 60px;
	background-size: 76px 76px;
	float: left;
	width: 200px;
	margin: 0 20px;
	overflow: hidden;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 80px 15px 0;
	/* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
	/* background-color: #fff; */
}
.fw .yhxls-box dl li{
	background-position: right center;
	padding-left: 0;
	padding-right: 50px;
}
.fw .yhxls-box dl dd h5,.fw .yhxls-box dl dd h6{
	text-align: right;
}
.yhxls-box dl dd h5 {
    height: 28px;
    font-size: 16px;
    color: #920000;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}
.yhxls-box dl dd h6 {
    /* height: 20px; */
    font-size: 13px;
    color: #666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /* line-height: 20px; */
    text-align: justify;
}
.yhxls-box dl dt img{
	width: 100%;
	height: auto;
}
.yh_xl-box .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.yh_xl-box .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #ddd;
}

.yh_xl-box .swiper-pagination-bullet-active {
	background-color: #920000;
	width: 30px;
	border-radius: 50px;
}

.yh_xl-box .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.yh_xl-box .swiper-pagination-custom,
.yh_xl-box .swiper-pagination-fraction {
	bottom: 15px;
}
.fw{
	padding: 40px 0;
}
.yh_xl-box .swiper-container{
	padding-bottom: 40px;
}
/* 博士介绍 */
.about1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.about1-l{
	width: 500px;
	margin: 0 auto;
}
.about1-l img{
	width: 100%;
	height: auto;
}
.about1-r{
	width: 100%;
}
.about1-r section,.about1-r p{
	display: block;
	text-indent: 2em;
	margin-bottom: 8px;
}
./* about1-r h5{
	font-weight: bold;
	color: #333;
	font-size: 30px;
	width: 200px;
} */
.about1-r&gt;p{
	font-size: 15px;
	line-height: 34px;
	width: 300px;
	margin: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #920000;
}
.about1-r div{
	font-size: 17px;
	line-height: 26px;
	color: #333;
}
.about1-r div img{
	width: 100%;
	margin-top: 10px;
}
.about3-c{
	width: 1200px;
	margin: 0 auto;
}
.about3{
	padding: 50px 0;
	background-color: #f6f6f6;
	margin-top: 40px;
}
.about3 .about3-l{
	float: left;
	width: 49%;
}
.about3 .about3-l:first-child{
	margin-right: 2%;
}
.about3 .about3-l img{
	display: block;
	width: 100%;
}
.about3-l h5{
	font-size: 20px;
	color: #333;
	margin-top: 8px;
}
.about3-l p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 5px;
}
.about3 .about3-r{
	width: 47%;
	float: right;
}
.about3 .about3-r p{
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
	color: #666;
}
.about3 .about3-r em{
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.about h4 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
}
.about2{
	width: 1200px;
	margin: 0 auto;
}
.about2 ul{
	width: 100%;
	margin: 40px auto;
	border-left: 1px solid #c9c9c9;
}
.about2 li{
	margin-left: -20px;
	margin-bottom: 60px;
}
.about2 li i{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 80px;
	text-align: center;
	border: 1px solid #c9c9c9;
	background-color: #fff;
	font-size: 24px;
	color: #c9c9c9;
	font-weight: bold;
}
.about2 li .case-cont{
	width: 90%;
	margin-left: 40px;
}
.about2 li .case-cont h2 a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.about2 li .case-cont h2:hover a{
	color: #c01920;
	text-decoration: underline;
}
.about2 li .case-cont div p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: left;
}
.about2 li .case-cont div&gt;a{
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 50px;
	padding-left: 20px;
	background: url(../img/case/xq.png) no-repeat left center;
}
.about2 li .case-cont div&gt;a:hover{
	color: #fd7e1d;
	background-image: url(../img/case/xqs.png);
}
.about2 li .case-cont div{
	width: 66%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.about2 li:hover .case-cont div{
	margin-left: 10px;
}
.about2 li .case-cont&gt;a{
	display: block;
	width: 30%;
	height: auto;
}
.about2 li .case-cont&gt;a img{
	width: 100%;
	height: 100%;
}

/* 公益助发 */
.news-gongyi-box{
	background-color: #f8f8f8;
	padding-bottom: 40px;
}
.country_title {
    text-align: center;
    padding: 60px 0 35px;
}
.country_title .big_t {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.country_title .small_t {
    padding-top: 6px;
    height: 20px;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
}
.news-gongyi{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.news-gongyi a{
	float: left;
	width: 131.2px;
	background-color: #000;
	/* overflow: hidden; */
	position: relative;
	transition: all ease-out .5s;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-ms-transition: all ease-out .5s;
}
.news-gongyi a h4{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	line-height: 46px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: none;
}
.news-gongyi a img{
	width: 544px;
	height: 450px;
	opacity: 0.8;
}
.news-gongyi a.active{
	width: 544px;
}
.news-gongyi a.active h4{
	display: block;
}
.news-gongyi a.active img{
	opacity: 1;
}

/* 产品页面 */
.tab{
	width: 1200px;
	margin: 60px auto;
}
.tab a{
    width: 136.87px;
    height: 144px;
    float: left;
    text-align: center;
    margin-left: 15px;
    color: #333;
    line-height: 24px;
    cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.tab a:last-child{
	margin: 0;
}
.tab a img:nth-child(2){
	display: none;
}
.tab a img {
    margin: 22px auto;
	width: 60px;
	height: 60px;
}
.tab a h4 {
    font-size: 20px;
}
.tab a.active img{
	display: none;
}
.tab a:hover{
	margin-top: -20px;
	box-shadow: 0 5px 5px rgba(146,0,0,0.3);
}
.tab a:hover img{
	display: none;
}
.tab a.active img:nth-child(2){
	display: block;
}
.tab a:hover img:nth-child(2){
	display: block;
}
.tab a.active {
	background-color: #920000;
	color: #fff;
}
.tab a:hover {
	background-color: #920000;
	color: #fff;
}
/*  */
.woman_title .small_t {
    font-size: 14px;
    color: #888888;
}
.advantage {
    background: url(../img/bg4.jpg) no-repeat center center;
    height: 386px;
}
.woman_title {
    text-align: center;
    padding: 50px 0;
}
.advantage .woman_title .big_t {
    color: #920000;
}
.advantage .woman_title .small_t {
    color: #920000;
}
.advantage .adv_s {
    width:1200px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
    margin: 0 auto;
}
.woman_title .big_t {
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    line-height: 30px;
}
.advantage .adv_s li {
    width: 154px;
    height: 154px;
	box-sizing: border-box;
    float: left;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    position: relative;
    border: 7px solid #920000;
    margin: 0 68px;
    padding-top: 32px;
    transition: all .25s;
    -webkit-transition: all .25s;
    cursor: pointer;
}
.advantage .adv_s li:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 154px;
    height: 154px;
    border: 1px solid #fff;
    border-radius: 100px;
}
.advantage .adv_s li p {
    font-size: 20px;
    color: #920000;
    line-height: 24px;
    font-weight: bold;
	box-sizing: border-box;
	padding: 20px 15px 0;
}
.item_con .people_big {
    height: 532px;
}
.item_con .people {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.item_con .people dt {
    width: 800px;
    float: left;
    text-align: center;
}
.item_con .people dt img{
	width: 100%;
	height: 532px;
}
.item_con .people dd {
    width: 600px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
.item_con .people dd h2 {
    height: 70px;
    font-size: 50px;
    font-weight: bold;
	text-transform: uppercase;
    color: rgba(146,0,0,.29);
}
.item_con .people dd h5 {
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-top: 140px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}
.item_con .people dd div {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    width: 600px;
    height: 182px;
    background: rgba(146,0,0,.9);
    padding: 0 20px;
    margin-top: 52px;
    text-align: left;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.item_con .people dd div p{
	width: 100%;
}
.item_con .people dd h5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 10px;
    background: #920000;
}
.crowd_tab {
    text-align: center;
    position: relative;
    width: 1150px;
    margin: 0 auto;
}
.crowd_tab:before {
    content: "";
    width: 1070px;
    height: 1px;
    background: #C3C3C3;
    opacity: 0.37;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -535px;
}
.crowd_tab .tabs {
    cursor: pointer;
    display: inline-block;
    width: 214px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    position: relative;
}
.crowd_tab .tabs .ct {
    padding:5px 20px 32px;
	height: 48px;
	line-height: 24px;
    position: relative;
}
.crowd_tab .tabs.active .ct{
	color: #920000;
}
.crowd_tab .tabs .cimg {
    padding-bottom: 12px;
    font-size: 0;
}
.crowd_tab .tabs .cimg img{
	margin: 0 auto;
}
.crowd_tab .tabs .cr {
    font-size: 14px;
    color: #333333;
    background: #E6E6E6;
    border-radius: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.crowd_tab .tabs.active .cr{
	background-color: #920000;
	color: #fff;
}
.crowd_tab .tabs:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 42px;
    background: #E0D7DC;
}
.crowd_tab .line1 {
    position: absolute;
    bottom: 70px;
    width: 73px;
    height: 0;
	left: 50%;
	margin-left: -36px;
    background: #920000;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.crowd_tab .tabs.active .line1{
	height: 3px;
}
.crowd_content .crowds_active {
    display: block;
}
.crowd_content .crowds {
    display: none;
    width: 724px;
    margin: 0 auto;
    margin-bottom: 76px;
}
.crowd_content .crowds .left {
    display: inline-block;
    width: 582px;
}
.crowd_content .crowds .left h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 30px;
}
.crowd_content .crowds .left h6 {
    height: 19px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 17px;
}
.crowd_content .crowds .right {
    display: block;
    width: 120px;
    float: right;
}
.crowd_content .crowds .right img {
    width: 100%;
}
.crowd_content .crowds_active {
    display: block;
}
/* 修改 */
.about4-txt{
	/* text-align: center; */
}
.about4-txt p{
	/* text-align: center; */
	font-size: 17px;
	line-height: 28px;
	width: 100%;
	margin: 0 auto;
	color: #333;
}
.about4-txt p,.about4-txt section,.about4-txt span{
	display: block;
	text-indent: 2em !important;
	margin-bottom: 8px;
}
.about4-txt div{
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	width: 100%;
	margin: 0 auto;
}
.about4-txt img{
	width: 70%;
	height: auto;
	margin: 10px auto;
}
.view{
	float: right;
	width: 600px;
}
.view img{
	width: 100%;
	height: auto;
}
.pc-slide-l{
	float: left;
	width: 570px;
}
.preview .swiper-slide {
	cursor:pointer;
	width: 160px;
	margin-right: 45px;
}
.preview .swiper-slide img{
	width: 160px;
	height: auto;
}
.pc-slide-l h4{
	font-size: 24px;
	color: #333333;
	line-height: 40px;
}
.pc-slide-l p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: justify;
	height: 200px;
	margin: 30px 0 24px;
}
.gy{
	position: relative;
}
.gy img{
	width: 100%;
	height: auto;
}
.gy span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: block;
	background-color: rgba(0,0,0,0.2);
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
}</pre></body></html>