
*{
	transition: 0.4s;
}

body{
	/*font-family: "方正黑体简体";*/
	/*font-family: PingFangSC, sans-serif;*/
	font-family: "微软雅黑";
	letter-spacing: 0.5px;
	-webkit-text-size-adjust:none;
}
.m-bt{
	margin:3% 0;
}

.promote img{
	max-width:100%;
}
.title{
	padding-top:30px;
	font-weight:550;
	font-size:27px;
}
.card-title{
	margin:0 auto;
}

.card-title .sentence{
	color:#888;
	margin: 25px 0;
	font-size: 15px;
}
.title-number{
	background-color: #FFFFFF;
	border: 1px solid rgb(77, 77, 77);
	width: 30px;
	height: 30px;
	padding: 4px;
}
.ph-image{
	width:450px;
	height:450px;
	padding: 40px 0; 
	text-align: justify;
}

.ph-top{
	margin-bottom: 20px;
}
.ph-title{
	margin: 3px 0 10px 0; 
	font-weight:600;
	font-size: 16px;
}
.ph-content{
	line-height: 1.7;
	color:#666666;
	font-size: 14px;
}

.case-item{
	border:1px solid #eee;
	box-shadow:2px 2px 2px #eee;
	margin:15px;
	border-radius:15px; 
	position: relative;
}
.case-item:hover{
	box-shadow:10px 10px 5px #eee;
	transition:0.3s;
}
.case-item .case-pic{
	text-align: center;

}
.case-item .case-pic img{
	border-radius:10px;
	width:80%;
	height: 80%;
	margin: 13px 0;
}

.case-item .case-title{
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 2px 15px 2px;
	color:#333333;
	text-align:center;
}
.case-item .case-content{
	padding-left:10px;
	color:#888;
	margin-bottom: 8px;
}
.case-item .yj{
	display: none;
	width:0;
	height: 0;
	border-top:10px solid  transparent;
	border-bottom:10px solid #006DB8;
	border-left:10px solid transparent;
	border-right:10px solid #006DB8;
	border-radius: 0 0 50% 0;
	position:absolute;
	right:0%;
	bottom:0%;
}
.btn-more{
	margin: 50px auto;
}
.btn-more .btn-title{
	border: 1px solid #666666;
	width: 100px;
	height: 40px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
	margin:30px auto;
	cursor: pointer;
}
.btn-more .btn-title:hover{
	background-color:#f3f3f3;
	transition:0.3s;
}
.btn-more .btn-title a{
	text-decoration: none;
	color: #666666;
}
.news-bottom{
	border-bottom:1px solid #d4d4d4cc;
	font-size: 15px;
	padding: 20px;
}
.news-bottom .news-time{
	color:#888;
}
.news-bottom .news-title{
	font-weight:600;
	letter-spacing: 2px;
}
.news-bottom .news-title a,
.news-bottom .news-brand a
{
	text-decoration: none;
	color: #333333;
}
.news-bottom .news-title a:hover,
.news-bottom .news-brand a:hover{
	color: #6e6e6e;    
}

/*右侧分类样式*/
.breadcrumb{
	padding-top:25px;
	padding-left:50px;
	background-color:#ffffff;
	margin-bottom: 20px;
}
.content_left{
	padding-bottom:60px;
}
.content_left .pags{
	text-align:center;
}
.content_right h4{
	color:#2692D1;
	border-bottom:2px solid #2692D1;
	font-weight:bold;
	padding-bottom:10px;
}
.content_right ul li{
	padding:10px 0;
}
.content_right ul li .secondlist{
    padding-left:15px;
    padding-top: 5px;
}
.content_right ul li .secondlist li {
    padding: 5px;
    font-size: 15px;
}
.content_right ul li a:hover{
    color:#F7AF0D;
    text-decoration: none;
}
.content_right a {
    color: #000;
}
.inactive{
    font-size:17px;
    font-weight: bold;
}

.icon .icon-title{
	margin:15px auto;
	text-align: center;
	font-weight: bold;
}
.mb{
	margin-bottom:50px;
}
.promote{
	padding-top: 50px;
}
/*超大尺寸样式*/
@media (min-width: 1920px){
	.container {
		width: 1280px;
	}
	.title{
		font-size: 34px;
	}
    .btn-more .btn-title{
        font-size: 18px;
        line-height: 18px;
    }
	.sy-item .sy-title{
        font-size: 20px!important;
    }
    .sy-item .sy-content{
        font-size: 16px!important;
        line-height: 20px!important;
        min-height: 42px!important;
    }
    .icon .icon-title{
    	font-size: 18px;
    }
	.card-title .sentence{
		font-size: 20px;
	}
	.biaoqian_bottom li span {
		font-size:18px;
	}
    .breadcrumb{
        font-size: 18px!important;
    }
    .content_right h4{
    	font-size: 24px!important;
    }
    .secondlist a{
        font-size: 18px!important;
    }
    .inactive{
        font-size: 20px!important;
    }
    .case-item .case-title{
        font-size: 18px!important;
    }
    .news-time{
        font-size: 16px!important;
    }
    .news-type{
        font-size: 18px!important;
    }
    .news-title a{
        font-size: 22px!important;
    }
    .news-content{
        font-size: 18px!important;
    }
}
