<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*首页css_By@Risen*/
*{
    margin: 0;
    padding: 0;
	list-style: none;
	box-sizing: border-box;
}
html{
	font-size: 15px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*顶部焦点图-开始*/
.swiper-container {
    width: 100%;
    height: auto;
}  
.swipersmall{
	display: none;
}
/*顶部焦点图-结束*/
/*中心名称部分-开始*/
.titcontenter{
	padding: 50px 0 0 0;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;	
}
.titlogo{
	width: 32%;
	height: 29%;
	text-align: right;
}
.titlogo img{
	width:120px;
	height:120px;
}
.titp1{
	width: 60%;
	height:auto；
}
.titp1 p{
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 8.3rem;
	color: #0061AE;
}
.titp2{
	width: 100%;
	height:auto；
}
.titp2 p{
	font-size: 1.6rem;
	font-weight: 600;
	color: #0061AE;
	text-align: center;
	padding: 0 10px;
}
/*中心名称部分-结束*/
/*下面分栏-开始*/
.serbx{
	padding: 60px 0;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
.difn_service-box{
	width: 25%;
	padding: 10px;
	text-align: center;
}
.difn_service-box a{
	text-decoration:none;
}
.icon_wrap{
	height: 61px;
    padding-top: 18px;
    text-align: center;
    position: relative;
}
.icon_wrap img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.p_wrap {
    padding-top: 17px;
    text-align: center;
}
.p_wrap p {
    font-size: 1.6rem;
    line-height: 2.5rem;
	color: #333333;
}
.ele_in {
    height: 150px;
    border-right: 1px dashed #cecece;
}
/*下面分栏-结束*/
@media screen and (max-width: 1200px) {
.titlogo{
	width: 100%;
	height: 100%;
	text-align: center;
}
.titp1{
	width: 100%;
}
.titp1 p{
	line-height: 3.2rem;
	text-align: center;
}
.titcontenter {
	padding: 20px 0 0 0;
}
@media screen and (max-width: 540px) {
.swiperbig{
	display: none;
}
.swipersmall{
	display: block;
}
.titlogo img{
	width:100px;
	height:100px;
}
.titp1 p{
	font-size: 1.6rem;
}
.titp2 p{
	font-size: 1.2rem;
}
.serbx{
	padding: 30px 10px;
}
.icon_wrap img {
    width: 60%;
}
.p_wrap {
    padding-top: 12px;
    text-align: center;
}
.p_wrap p {
    font-size: 1rem;
    line-height: 1rem;
	color: #333333;
}
.ele_in {
    height: 110px;
    border-right: 1px dashed #cecece;
}
/* .ele_in_bottom {
	border-bottom: 1px dashed #cecece;
} */
}
/*首页css结束*/

</pre></body></html>