@charset "UTF-8";

body,
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a,
button {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

img {
	max-width: 100%;
}
.page-section{
	padding: 70px 0;
	background-color: #ffffff;
}
.section-header{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
}
.section-header::after{
	width: 160px;
	height: 2px;
	background-color: #ba1205;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -79px;
}
.bannerSwiper{
	height: 640px;
}
.bannerSwiper .index-banner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}
.bannerSwiper .sw-weixin{
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50px;
	bottom: 40px;
}
.sw-weixin{
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 99;
	background-color: #ffffff;
	position: fixed;
	right: 15px;
	bottom: 10%;
	text-align: center;
}
.sw-weixin img{
	width: 80px;
	height: 80px;
}
.sw-weixin p{
	margin-top: 10px;
	font-size: 12px;
}


.logo{
	align-items: center;
	height: 60px;
}
.logo img{
	border-radius: 8px;
	margin-right: 15px;
	margin-top: 15px;
}
.logo span{
	font-size: 20px;
	color: #222222;
}
.gray-section{
	background-color: #eeeeee;
}
.flex-col{
	flex: 1;
	min-width: 0;
}
.gn-row>div{
	padding: 15px;
}
.row-serve{
	text-align: center;
}
.serve-box{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 180px;
	width: 180px;
	height: 180px;
	border: 2px solid #ba1205;
}
.serve-title{
	font-size: 20px;
	margin-top: 20px;
}
.footer{
	background-color: #000000;
	color: #ffffff;
	padding: 25px 15px;
	text-align: center;
}
.footer a{
	color: #ffffff;
}
.about-grid{
	line-height: 2;
}
.about-grid p{
	text-indent: 32px;
}
.about-grid p:first-child{
	margin-bottom: 20px;
}

.c-title{
	font-size: 32px;
	margin-bottom: 24px;
}
.c-sub-title{
	font-size: 20px;
	margin-bottom: 24px;
}
.c-items{
	font-size: 16px;
}
.c-items .c-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.c-items .c-item img{
	margin-right: 15px;
}
.navbar-nav>li>a{
	font-size: 20px;
}
.navbar-toggle{
	margin-top: 20px;
}
.about-grid{
	font-size: 16px;
}
.about-photo{
	max-width: 300px;
}
.about-photo img{
	border-radius: 20px;
}

@media (max-width:1024px) {
	.bannerSwiper{
		height: 360px;
	}
	.bannerSwiper .sw-weixin{
		left: 20px!important;
		bottom: 20px!important;
	}
	.map-box{
		margin-bottom: 30px;
	}
	.about-photo{
		margin-bottom: 30px;
	}
	.serve-box{
		width: 120px;
		height: 120px;
	}
	.serve-box img{
		width: 60px;
	}
	.navbar-default{
		height: 80px;
	}
	.logo{
		margin-left: 15px;
		height: 80px;
	}
}
@media (max-width:750px) {
	.bannerSwiper{
		height: 220px;
	}
}
@media (min-width:1024px) {
	.c-title{
		font-size: 36px;
		margin-bottom: 44px;
	}
	.c-sub-title{
		font-size: 24px;
		margin-bottom: 44px;
	}
	.c-items{
		font-size: 18px;
	}
	.about-photo{
		margin-right: 50px;
	}
	.map-box{
		margin-right: 50px;
	}
	.footer,
	.footer a{
		font-size: 18px;
	}
	.contact-cell{
		display: flex;
		align-items: center;
	}
	.about-cell{
		display: flex;
		align-items: center;
	}
	.page-section{
		padding: 100px 0
	}
	.logo{
		/* height: 120px; */
	}
	.logo img{
		width: 200px;
	}
	.logo span{
		font-size: 32px;
	}
	.navbar-nav>li>a{
		display: flex;
		align-items: center;
		height: 120px;
	}
}
@media (min-width:1200px) {
	.about-photo img{
		border-radius: 30px;
	}
	.navbar-nav>li{
		margin-left: 30px;
	}
	.about-grid{
		font-size: 18px;
	}
	.about-photo{
		margin-right: 100px;
	}
	.map-box{
		margin-right: 100px;
	}
	.page-section{
		padding: 140px 0
	}
}