.section-title {
	color: #585b60;
	font-size: 38px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 48px;
	padding: 0 10px;
	position: relative;
}
.section-padding{
	padding: 60px 0!important;
}
.controls{
	padding: 0px!important;
}
/* common start */
.section-title {
	margin-bottom: 0;
	font-size: 46px;
	font-weight: 100;
	color: #e20303;
	height: 59px;
	line-height: 59px;
	font-family: "Source Han Sans CN Light" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.section-title + p {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    font-family: Microsoft YaHei;
    color: #12110f;
}
.z-red {
	margin: 0 auto;
	width: 138px;
	height: 1px;
	background: #e20303;
}
/* common end */

/* about start */
#about {
	border-bottom: 1px solid #ccc;
}
.benteng-box {
	margin: 22px auto;
}
.benteng-box ul li {
	// background: #f6f5f5;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}
.benteng-box ul li:hover .news-item,
.benteng-box ul li:hover .benteng-txt a {
    background: #287bc8;
    color: #fff;
    border-color: #fff;
}
.benteng-box ul li:hover .benteng-txt p, .benteng-box ul li:hover .benteng-txt h5 {
    color: #fff;
}
.news-item {
	background: #f6f5f5;
	min-height: 320px;
}
.benteng-box ul li .benteng-txt {
	margin: auto;
	// max-width: 225px;
	// min-height: 254px;
}
.benteng-box ul li .benteng-txt h5 {
  margin: 18px 0 10px 0;
  text-align: center;
  font-size: 14px;
}
.benteng-box ul li .benteng-txt p {
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
}
.benteng-box ul li .benteng-txt span {
    display: block;
    padding: 25px 0 0;
}
.benteng-box ul li .benteng-txt a {
    margin: 0 auto;
    display: block;
    width: 106px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    color: #3a3939;
    background: #fff;
    border: 1px solid #ccc;
}
/* about end */
/* services start */
.benteng-box ul li .services-txt {
	width: 206px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 14px;
}
.benteng-box ul li .services-txt p {
	margin: 0;
	padding: 0;
	width: 206px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 14px;
}
.benteng-box ul li .services-txt a {
	color: #3a3939;
	outline: 0;
	text-decoration: none;
}
.benteng-box ul li .services-txt a:hover {
	color: #e20303;
}
/* services end */
/* contact start */
#contact {
	background: #F6F6F6;
}
.contact-info {
	margin-top: 48px;
}
/* contact end */
.form-control:focus {
	box-shadow: none;
	outline: none;
}
a a:focus {
	outline: none;
}
.navbar-brand {
	position: relative;
	padding: 0px;
}
.top-nav-collapse {
	background: #fff;
	z-index: 999999;
	top: 0px !important;
	min-height: 58px;
	box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	background: #e6e4e4 !important;
}

.top-nav-collapse .navbar-brand {
	top: 0px;
}

.top-nav-collapse .navbar-brand img {
	width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
	color: #585b60 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
	cursor: pointer;
	color: #E63D4F !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
	color: #E63D4F !important;
}

.indigo {
	background: transparent;
}
.navbar-brand img {
	width: 68%;
}
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
	color: #E63D4F;
	outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
	color: #E63D4F !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color: #E63D4F !important;
}

.navbar {
	padding: 0;
}

.navbar li.active a.nav-link {
	color: #E63D4F;
}

.fadeInUpMenu {
	-webkit-animation-name: fadeInUpMenu;
	animation-name: fadeInUpMenu;
}

.slicknav_btn {
	border-color: #E63D4F;
}

.slicknav_menu .slicknav_icon-bar {
	background: #E63D4F;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
	#nav-main li a.nav-link {
		padding-top: 18px;
	}
}

.navbar-toggler {
	display: none;
}

.mobile-menu {
	display: none;
}

.slicknav_menu {
	display: none;
}

@media screen and (max-width: 991px) {
	.navbar-header {
		width: 100%;
	}
	.navbar-brand {
		position: absolute;
		/* padding: 15px 15px; */
		top: 0;
	}
	.navbar-brand img {
		width: 75%;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_nav a:hover,
	.slicknav_nav a:focus,
	.slicknav_nav .active {
		color: #FD6E74;
		outline: none;
		background: #f8f9fa;
	}
}

@media screen and (max-width: 768px) {
	.navbar-header {
		width: 100%;
	}
	.navbar-brand {
		position: absolute;
		/* padding: 7px 15px; */
		top: 0;
	}
	.navbar-brand img {
		width: 48%;
	}
	#mobile-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_nav .active a {
		background: #E91E63;
		color: #fff;
	}
	.slicknav_nav a:hover,
	.slicknav_nav a:focus,
	.slicknav_nav .active {
		color: #E63D4F;
		outline: none;
		background: #f8f9fa;
	}
}
/* ScrollToTop */
a.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
	text-decoration: none;
}

a.back-to-top i {
	display: block;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #E63D4F;
	border-radius: 2px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
	text-decoration: none;
}

/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999999;
}

.loader {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
}

#loader-1:before, #loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	border-top-color: #E63D4F;
}

#loader-1:before {
	z-index: 100;
	animation: spin 1s infinite;
}

#loader-1:after {
	border: 2px solid #f2f2f2;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* / Sliders */

.carousel-post {
	margin-right: 15px;
}

.carousel-post h5 {
	margin-top: 20px;
}

#portfolio {
	background: #F6F6F6;
	width: 100%;
}

#portfolio .mix {
	padding: 0;
	display: none;
}

.controls {
	text-align: center;
	padding-bottom: 20px;
}

a:not([href]):not([tabindex]) {
	color: #222;
}

a:focus:not([href]):not([tabindex]), a:hover:not([href]):not([tabindex]) {
	color: #fff;
}
.controls .active {
	color: #fff !important;
	background: #E63D4F;
}

/* about 二级页面 */
.list-left {
	// width: 187px;
	height: auto;
	float: left;
}

.list-left-title {
    padding: 0 0 0 15px;
    width: 187px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #ccc;
    color: #222;
}

.list-left-news {
    margin: 18px 0 0;
    width: 187px;
    height: auto;
}

.list-left-news ul {
    margin: 0;
    padding: 0;
    width: 187px;
    height: auto;
}

.list-left-news ul li {
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    background: url(../img/about/black-jiantou.png) no-repeat 90% 50%;
}

.list-left-news ul li a {
	color:#444;
}

.list-left-news ul li:hover {
    background: #D20303 url(../img/about/white-jiantou.png) no-repeat 90% 50%;
}

.list-left-news ul li:hover a {
    color: #fff;
}

.list-right {
    // width: 800px;
    height: auto;
    float: right;
}

.list-right-title {
    padding: 0 15px 0 0;
    width: auto;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    text-align: right;
}

.active-box {
    width: auto;
    margin: 0px 20px;
    min-height: 80px;
    border-bottom: 1px dashed #e3e3e3;
}

.active-box h4 {
    padding: 30px 0 0 0;
    line-height: 26px;
    font-size: 26px;
    text-align: center;
}

.neirong {
    padding: 20px 45px 0;
}

.neirong p {
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 2em;
}