@CHARSET "UTF-8";
.caption-wraper .caption{ display:none;}
.button{
	background:#737373;
	padding:15px 30px;
	position:absolute;
	font-weight:600;
	margin:50px 0;
}
.button a{
	color:#fff;
}
.button:hover{
	background:#A40000;
}

/* home-title */
.home-title{
	
}
.home-title {
    position: relative;
    line-height: 1;
    margin-bottom: 40px;
    padding-bottom: 43px;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
	font-family:'BarlowCondensed-Bold';
}

.home-title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 3px;
    background: #A40000;
    content: '';
}
.home-title-p{
	text-align:center;
	padding-bottom:50px;
}
/* home-where */
.home-where{
	overflow:hidden;
	clear:both;
	background:#fff;
	padding:50px 0;
}
.home-where ul{padding:0px;}
.home-where ul li{
	list-style-type:none;
	margin-bottom:30px;
}
.home-where img{ 
	width:100%;
	border-radius:10px;
	transition: all .4s;
	-webkit-transition: all .4s;
	
}
.home-where img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}
.home-where ul{ padding:0px;}
.home-where ul li{
	list-style-type:none;
	margin-bottom:15px;
}

/* home-about */
.home-about{
	clear: both;
	padding:50px 0;
	background:#F2F3F9;
	overflow:hidden;
}
.home-about h1{
	_margin:50px 0;
	font-family:'BarlowCondensed-Bold';
	text-transform: uppercase;
}
.home-about .home-about-type{
	font-size:16px;
	line-height:30px;
	font-family:'Barlow-Medium';
	
}

/* home-products */
.home-products{
	background:#F2F3F9;
	padding:50px 0;
	clear: both;
	
}
.home-products ul{
	padding:0px;
}
.home-products ul li{
	list-style-type:none;
	text-align:center;
	margin-bottom:30px;
}
.home-products img{
	width:100%;
}
.home-products .list{
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	padding:0 20px;
}
.home-products h5{
	margin:20px 0;
}
.home-products a:hover{
	color:#A40000;
}
.home-products ul li:hover .list{
	border-color: #A40000;
	-webkit-box-shadow: 0 0px 10px 1px rgba(22, 182, 210, 0.3);
	box-shadow: 0 0px 10px 1px rgba(164, 0, 0, 0.3);
}

/* home-choose */
.home-choose{
	overflow:hidden;
	clear:both;
	background:#fff;
	padding:50px 0;
}
.home-choose ul{
	padding:0px;
}
.home-choose ul li{
	list-style-type:none;
}
:hover.num{
	border-color: transparent;
	color: #fff;
	box-shadow: 0 0 7px 3px rgba(54, 54, 54, 0.3);
	background: radial-gradient(at 0% 30%, #A40000 0%, #A40000 50%);
}

.num {
	width: 115px;
	line-height: 115px;
	margin: 0 auto 25px;
	font-size: 50px;
	color: #A40000;
	font-family: "Barlow-SemiBold";
	border: 2px solid #d5d7df;
	border-radius: 100px;
}
.tit {
	line-height: 1;
	font-size: 26px;
	color: #29293a;
	font-family: "Barlow-SemiBold";
}
.b_line {
	width: 60px;
	height: 2px;
	margin: 30px auto 40px;
	background: #A40000;
}
.bf {
	line-height: 2;
	font-size: 16px;
	color: #8b8b8b;
}

/* home-news */
.home-news{
	background:#fff;
	padding:50px 0;
	clear: both;
	text-align:center;
}
.home-news img{
	width:100%;
}
.home-news ul{
	padding:0px;
}
.home-news ul li{
	list-style-type:none;
}
.home-news h5{
	font-size:18px;
	font-family: 'Oswald-Bold';
	line-height:50px;
}

.n_moreBtn {
    display: block;
    width: 41px;
    height: 41px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #A40000;
    font-size: 24px;
    font-weight: bold;
    color: #A40000;
    text-align: center;
    line-height: 41px;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: #fff;
}
.home-news a{
	color:#000;
}

/* 小屏幕中图片宽度为 100% */
@media only screen and (max-width: 700px){
	.modal-content {width: 100%;}
}

/* ---------------- Responsive website 响应式网站开始 ---------------- */

/* 屏幕大于760px应用一下样式 */
@media (min-width: 760px){
	
}

/* 屏幕大于1366px应用一下样式 */
@media (min-width: 1366px){
	
}

/* 屏幕小于760px应用一下样式 */
@media (max-width: 760px) {
	
}