/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #921729;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #921729;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #921729;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
}

html,
body {
	height: 100%;
}

.bgColorF0 {
	background-color: #f0f0f0;
	background-color: #fff;
}

i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

@media (min-width: 1439px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 95%;
		max-width: 1630px;
	}
}

.img {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}
@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	background-color: #313131;
	color: #999;
}
.footer a {
	display: inline-block;
	color: #999;
}
.footer a:hover {
	color: rgba(255,255,255,.8);
}
.copyright {
	border-top: 1px #666 solid;
	line-height: 24px;
	padding: 15px 0;
}

.foot_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 40px;
}
.foot_top>.column {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 35px;
}
.foot_top>.column>h2 {
	font-size: 14px;
	color: #fff;
	margin: 0
}
.foot_contact {
	margin-top: 15px;
}
.foot_contact p {
	word-break: break-all;
	margin: 0;
	padding: 5px 0;
}
.foot_contact p a {
	display: inline;
}
.foot_contact p a+a {
	padding-left: 10px;
}

.foot_form .column {
	margin-bottom: 35px;
}
.foot_form .column.col-sm-12 {
	margin-bottom: 20px;
}
.foot_form .form-control {
	color: #adabab;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	border: 0;
	border-bottom: 1px #d8d8d7 solid;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.foot_form .error .form-control {
	border-bottom-color: #921729;
}
.foot_form .valid_message {
	display: none;
}
.foot_form textarea.form-control {
	height: auto;
}
.foot_form .form-control::-webkit-input-placeholder {
	color: #6b6b6b;
}
.foot_form .btn {
	background-color: #969595;
	border-radius: 0;
	border: 0;
	width: 90px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	padding: 0;
	box-shadow: none;
	outline: none!important;
}
.foot_form .btn:hover {
	background-color: #921729;
}

.foot_top_right .img span {
	display: block;
	text-align: center;
	color: #999;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
	.copyright {
		font-size: 12px;
		line-height: 20px;
	}
	.foot_top .foot_top_right {
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	#nb_icon_wrap{
		display: none!important;
	}
}
@media (min-width: 768px) {
	.foot_top .foot_top_left {
		flex: 0 0 auto;
		width: auto;
		max-width: 300px;
	}
	.foot_top .foot_top_center {
		width: 72.53333%;
		max-width: 664px;
	}
	.foot_top .foot_top_right {
		flex: 0 0 auto;
		width: 180px;
	}
}
@media (min-width: 992px) {
	.foot_top {
		flex-wrap: nowrap;
	}
}

/*导航*/
.navbar-default {
	background-color: #921729;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-brand .corporateName {
	color: #333;
	line-height: 1;
	margin-left: 15px;
}
.navbar-brand .corporateName h2 {
	font-size: 20px;
	margin: 0;
}
.navbar-brand .corporateName h2 i {
	font-size: 16px;
	color: #921727;
}
.navbar-brand .corporateName span {
	display: block;
	font-size: 12px;
	margin-top: 8px;
}
.navbar-brand .corporateName span i {
	margin-left: 18px;
}
.top_main .navbar-brand {
	padding: 0;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #CA2039;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.top_tip {
	background-color: #F5F5F5;
	color: #666;
	padding: 8px 0;
}
.top_tip a {
	color: #666;
}
.top_tip a:hover {
	color: #921729;
}
.top_tip .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top_tip .container:before,
.top_tip .container:after {
	display: none;
}
.top_tip .span2 {
	margin-left: -5px;
	margin-right: -5px;
}
.top_tip .span2 a {
	padding: 0 5px;
}
.top_main {
	background-color: #fff;
	padding: 15px 0;
}
.top_main .container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.top_main .container:before,
.top_main .container:after {
	display: none;
}
.top_tel {
	background: url(../images/icon/icon1.png) no-repeat left center;
	background-size: 36px;
	padding-left: 46px;
}
.top_tel span {
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.top_tel a {
	display: block;
	font-size: 20px;
	color: #921728;
	line-height: 24px;
}

.header_form {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.header_form input {
	width: 100%;
	height: 38px;
	padding: 6px 50px 6px 20px;
	border-radius: 38px;
	background-color: #fff;
	border: 0;
	outline: none;
}
.header_form button {
	width: 38px;
	height: 38px;
	background: url(../images/icon/icon2.png) no-repeat center;
	background-size: 24px;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 0;
	border: 0;
	outline: none;
}

.top_main .header_form input {
	border: 1px #ddd solid;
}

@media (max-width: 767px) {
	.top_main .container {
		display: block;
	}
	.top_main .navbar-brand,
	.navbar-brand .corporateName {
		display: none;
	}
	.top_tel {
		background-size: 24px;
		padding-left: 30px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.top_tel span {
		margin-right: 10px;
	}
	.top_tel a {
		font-size: 18px;
	}
	.navbar-default .header_form {
		display: none;
	}
}
@media (min-width: 768px) {
	.top_main {
		padding: 29px 0;
	}
	.navbar-header {
		display: none;
	}
	.navbar-brand img {
		height: 42px;
	}
	.header .navbar-collapse.collapse {
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}
	.header .navbar-collapse.collapse:before,
	.header .navbar-collapse.collapse:after {
		display: none;
	}
	.header .navbar-nav {
		flex: 0 0 auto;
	}
	.header .navbar-default {
		min-height: auto;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 19px 10px;
	}
	.header_form {
		max-width: 400px;
		margin-top: 0;
		margin-left: 15px;
	}
	.top_main .header_form {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.top_tel {
		background-size: 50px;
		padding-left: 60px;
	}
	.top_tel span {
		line-height: 20px;
	}
	.top_tel a {
		font-size: 24px;
		line-height: 30px;
	}
	.navbar-brand img {
		height: 52px;
	}
	.navbar-brand .corporateName h2 {
		font-size: 24px;
	}
	.navbar-brand .corporateName h2 i {
		font-size: 18px;
	}
	.navbar-brand .corporateName span {
		font-size: 14px;
	}
	.navbar-brand .corporateName span i {
		margin-left: 24px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 1439px) {
	.top_main {
		padding: 39px 0;
	}
	.navbar-brand .corporateName h2 {
		font-size: 28px;
	}
	.navbar-brand .corporateName h2 i {
		font-size: 22px;
	}
	.navbar-brand .corporateName span {
		letter-spacing: 1px;
	}
	.navbar-brand .corporateName span i {
		margin-left: 48px;
		letter-spacing: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 35px;
		padding-right: 35px;
	}
}

/*首页*/
.index_banner {
	position: relative;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_text img {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.index_banner .swiper-pagination-bullet {
	width: 25px;
	height: 2px;
	border-radius: 0;
	background-color: #921729;
	opacity: 1;
	margin: 0 7px !important;
}
.index_banner .swiper-pagination-bullet-active {
	background-color: #fff;
}

@media (max-width: 767px) {
	.index_banner .banner1 .banner_bg {
		background-attachment: initial;
	}
	.index_banner .PC_img {
		display: none;
	}
	.index_banner .swiper-button-prev,
	.index_banner .swiper-button-next {
		width: 18px;
		height: 29px;
		margin-top: -15px;
		background-size: contain;
	}
}
@media (min-width: 768px) {
	.index_banner .min_img {
		display: none;
	}
}

.index_main {
	padding: 25px 0;
	overflow: hidden;
	position: relative;
}
.index_main .container {
	position: relative;
	z-index: 2;
}
.index_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-position: top center;
}
.index_slogan_main {
	padding: 35px 0;
}
.index_slogan_main:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(146,23,41,.95);
	position: absolute;
	top: 0;
	left: 0;
}
.index_slogan {
	text-align: center;
	color: #fff;
}
.index_slogan p {
	font-size: 18px;
	line-height: 2;
	margin: 0;
}
.index_slogan p br {
	display: none;
}
.index_slogan a {
	display: block;
	background-color: #fff;
	border-radius: 30px;
	font-size: 16px;
	color: #921728;
	line-height: 40px;
	max-width: 240px;
	margin: 26px auto 0;
}

.index_title {
	text-align: center;
	margin-bottom: 30px;
}
.index_title a {
	display: block;
	color: #333;
	position: relative;
}
.index_title h2 {
	font-size: 20px;
	color: #921728;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.index_title h2:before,
.index_title h2:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	display: block;
}
.index_title h2 i {
	flex: 0 0 auto;
	padding: 0 15px;
	max-width: 100%;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
.index_title span {
	display: block;
	margin-top: 5px;
}
.index_title p {
	font-size: 12px;
	line-height: 1.71428571;
	margin: 12px 0 0;
}

@media (max-width: 767px) {
	.index_bg {
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.index_main {
		padding: 60px 0;
	}
	.index_bg {
		background-attachment: fixed;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title h2 i {
		padding: 0 25px;
	}
	.index_title span {
		font-size: 16px;
	}
	.index_title p {
		font-size: 14px;
		padding: 0 4%;
	}
	.index_slogan p {
		font-size: 22px;
	}
	.index_slogan a {
		font-size: 20px;
		line-height: 50px;
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.index_title p {
		padding: 0 15%;
	}
	.index_slogan p br {
		display: block;
	}
}
@media (min-width: 1200px) {
	.index_title {
		margin-bottom: 60px;
	}
	.index_title h2 {
		font-size: 30px;
	}
	.index_title p {
		padding: 0 29.375%;
		margin-top: 25px;
	}
	.index_slogan_main {
		padding: 100px 0 80px!important;
	}
	.index_slogan p {
		font-size: 26px;
	}
	.index_slogan a {
		font-size: 24px;
		max-width: 354px;
	}
}
@media (min-width: 1439px) {
	.index_main {
		padding: 80px 0;
	}
}

/*业务范围*/
.business_list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-flow: row wrap;
}
.business_list .column {
	padding: 0 10px;
	margin-bottom: 20px;
}
.business_list a {
	display: block;
	color: #333;
	text-align: center;
}
.business_list a h2 {
	font-size: 16px;
	margin: 0;
	padding: 10px;
}
.business_list a h2 span {
	display: block;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.business_list a:hover h2 {
	font-size: 14px;
	color: #fff;
	background-color: #921729;
}
.index_business_list {
	position: relative;
	padding: 0 30px;
	margin: 0;
	display: block;
}
.index_business_list .swiper-button-prev,
.index_business_list .swiper-button-next {
	width: 0;
	height: 0;
	border-top: 16px transparent solid;
	border-bottom: 16px transparent solid;
	background-image: none;
	margin-top: -32px;
	outline: none;
}
.index_business_list .swiper-button-prev {
	border-right: 18px #C31F20 solid;
	left: 0;
}
.index_business_list .swiper-button-next {
	border-left: 18px #C31F20 solid;
	right: 0;
}

@media (max-width: 767px) {
	
}
@media (max-width: 479px) {
	.business_list .column {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.index_business_list .swiper-button-prev,
	.index_business_list .swiper-button-next {
		border-top-width: 22px;
		border-bottom-width: 22px;
		margin-top: -44px;
	}
	.index_business_list .swiper-button-prev {
		border-right-width: 25px;
		left: -10px;
	}
	.index_business_list .swiper-button-next {
		border-left-width: 25px;
		right: -10px;
	}
	.business_list a h2 {
		padding: 20px;
	}
}
@media (min-width: 1600px) {
	.business_list .column {
		width: 25%;
	}
}

/*首页产品中心*/
.index_product_main .index_title a,
.index_product_main .index_title h2 {
	color: #fff;
}
.index_main .layout_info {
	min-height: auto;
}
.index_main .layout_left {
	margin-right: 20px;
}
.index_product_list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-flow: row wrap;
}
.index_product_list .column {
	padding: 0 10px;
	margin-bottom: 20px;
}
.index_product_list .column:nth-child(n+5) {
	display: none;
}
.index_product_list a {
	display: block;
	border: 10px #F3F3F3 solid;
	color: #fff;
	text-align: center;
	position: relative;
	max-width: 296px;
	margin: 0 auto;
	overflow: hidden;
}
.index_product_list a h2 {
	font-size: 16px;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(146,23,41,.8);
	padding: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index_product_list a h2 span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_product_list a:hover h2 {
	opacity: 1;
	top: 0;
}

@media (max-width: 767px) {
	.index_product_main .layout_left {
		display: none;
	}
}
@media (max-width: 479px) {
	.index_product_list .column {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.index_product_list .column:nth-child(n+5) {
		display: block;
	}
	.index_product_list .column:nth-child(n+7) {
		display: none;
	}
}
@media (min-width: 1200px) {
	.index_product_list a h2 {
		font-size: 20px;
	}
}
@media (min-width: 1439px) {
	.index_product_list .column {
		width: 25%;
	}
	.index_product_list .column:nth-child(n+7) {
		display: block;
	}
	.index_product_list .column:nth-child(n+9) {
		display: none;
	}
}
@media (min-width: 1700px) {
	.index_product_main .layout_info {
		padding: 0 34px;
	}
}

/*首页案例*/
.index_case_list {
	margin: 0;
	display: flex;
	flex-flow: row wrap;
}
.index_case_list .column {
	padding: 0;
}
.index_case_list a {
	display: flex;
	flex-direction: row;
	color: #333;
}
.index_case_list .column:nth-child(even) a {
	flex-direction: row-reverse;
}
.index_case_list a .img {
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_case_list a img {
	display: none;
}
.index_case_list a .text {
	width: 50%;
	background-color: #F3F3F3;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.index_case_list a h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_case_list a p {
	line-height: 28px;
	height: 140px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin: 10px 0 0;
}
.index_case_list a:hover .text {
	color: #fff;
	background-color: #CA2039;
}

@media (max-width: 479px) {
	.index_case_list a,
	.index_case_list a img {
		display: block;
	}
	.index_case_list a .img,
	.index_case_list a .text {
		width: 100%;
	}
}
@media (min-width: 768px) {	
	.index_case_list a .text {
		padding: 30px 25px 42px;
	}
	.index_case_list a h2 {
		font-size: 18px;
	}
	.index_case_list a p {
		margin-top: 15px;
	}
}
@media (min-width: 992px) {
	.index_case_list .column0 a {
		flex-direction: row!important;
	}
	.index_case_list .column1 a {
		flex-direction: row-reverse!important;
	}
}

/*首页关于*/
.index_about_list .column {
	margin-bottom: 30px;
}
.index_about_list .index_title {
	text-align: left;
	margin-bottom: 15px;
}
.index_about_list .index_title h2 {
	display: block;
	font-weight: normal;
}
.index_about_list .index_title h2:before,
.index_about_list .index_title h2:after {
	display: none;
}

.index_about_list .text {
	line-height: 28px;
}
.index_about_list .text p {
	margin: 0;
}
.index_about_list .img {
	padding-right: 15px;
	padding-bottom: 15px;
}
.index_about_list .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #921729;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: -1;
}

@media (min-width: 768px) {
	.index_about_list .index_title {
		margin-bottom: 25px;
	}
}
@media (min-width: 992px) {
	.index_about_list .col-md-7 {
		width: 51.497006%;
	}
	.index_about_list .col-md-5 {
		width: 48.502994%;
	}
}
@media (min-width: 1200px) {
	.index_about_list {
		margin-left: -35px;
		margin-right: -35px;
	}
	.index_about_list .column {
		padding: 0 35px;
	}	
	.index_about_list .index_title h2 {
		font-size: 26px;
	}
}
@media (min-width: 1439px) {
	.index_about_list .text {
		font-size: 16px;
		line-height: 32px;
	}
}

/*首页资讯*/
.news_tabs {
	display: flex;
	flex-direction: row;
	margin: 0 -2px 25px;
	width: 100%;
}
.news_tabs li {
	padding: 0 2px;
}
.news_tabs li a {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background-color: #666;
	padding: 10px;
	min-width: 100px;
	text-align: center;
}
.news_tabs li a:hover,
.news_tabs li.active a {
	background-color: #921729;
}
.news_list {
	margin-left: -10px;
	margin-right: -10px;
}
.news_list>.column {
	padding: 0 10px;
	margin-bottom: 25px;
}
.news_list .column .column+.column {
	margin-top: 25px;
}
.news_list a {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #333;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 212px;
}
.news_list a .text {
	width: 100%;
	padding-left: 15px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 18px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a p {
	color: #666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 15px 0 0;
}
.news_list a:hover {
	color: #921729;
}
.news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.QA_list .swiper-container {
	height: 100%;
}
.QA_list .column {
	margin: 15px 0;
}
.index_news_QA .QA_list {
	margin: 0;
	height: 452px;
}
.index_news_QA .QA_list .column {
	margin: 0;
	padding: 0;
}
.index_news_QA .QA_list .column+.column {
	margin-top: 20px;
}
.QA_list a {
	display: block;
	color: #000;
}
.QA_list a:hover {
	color: #921729;
}
.QA_list a h2 {
	font-size: 16px;
	margin: 0;
}
.QA_list a p {
	color: #666;
	margin: 14px 0 0;
}
.QA_list a h2,
.QA_list a p {
	line-height: 26px;
	display: flex;
	flex-direction: row;
}
.QA_list a h2 span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.QA_list a p span {
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.QA_list a h2:before,
.QA_list a p:before {
	content: "Q";
	width: 26px;
	height: 26px;
	background-color: #999;
	border-radius: 100%;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	margin-right: 10px;
	flex: 0 0 auto;
}
.QA_list a p:before {
	content: "A";
	background-color: #921729;
}

@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list a .img {
		width: 100%;
	}
	.news_list a .text {
		padding-left: 0;
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.news_tabs li a {
		min-width: 160px;
		padding: 15px;
	}
	.news_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.news_list:before,
	.news_list:after {
		display: none;
	}
	.news_list>.col-sm-5 {
		width: 47.058823%;
	}
	.news_list>.col-sm-7 {
		width: 52.941177%;
	}
	.news_list a .img {
		width: 180px;
	}
	.news_list .first a {
		display: block;
		color: #fff;
		background-color: #921729;
		height: 100%;
	}
	.news_list .first .img {
		width: 100%;
	}
	.news_list .first .text {
		padding: 20px 12px;
	}
	.news_list .first a p {
		color: #fff;
	}
}
@media (min-width: 1200px) {
	.index_news_QA {
		margin-left: -20px;
		margin-right: -20px;
	}
	.index_news_QA>.column {
		padding: 0 20px;
	}
	.index_news_QA>.col-lg-8 {
		width: 63.414634%;
	}
	.index_news_QA>.col-lg-4 {
		width: 36.585366%;
	}
	.news_list a .img {
		width: 180px;
	}
	.QA_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.QA_list .column {
		padding: 0 30px;
	}
}
@media (min-width: 1439px) {
	.news_tabs li a {
		font-size: 18px;
		min-width: 215px;
		padding: 20px 15px;
	}
	.news_list a .img {
		width: 212px;
	}
}
@media (min-width: 1600px) {
	.QA_list {
		margin-left: -50px;
		margin-right: -50px;
	}
	.QA_list .column {
		padding: 0 50px;
	}
}

/*内页*/
.wrapper {
	min-height: calc(100vh - 340px);
	position: relative;
}
.inside_banner_main {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #ededed;
	color: #848585;
}
.location_main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.location_main .container:before,
.location_main .container:after {
	display: none;
}
.location {
	color: #4b4a4a;
	padding: 10px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #4b4a4a;
	line-height: 20px;
}
.location a:hover {
	color: #921729;
}

.inside_main {
	padding: 30px 0;
	position: relative;
}
.inside_main .container {
	position: relative;
}

.layout_info {
	min-height: 45vh;
	display: flex;
	flex-direction: row;
}
.layout_left {
	flex: 0 0 auto;
	width: 200px;
	margin-right: 30px;
}
.layout_right {
	width: 100%;
	/*overflow: hidden;*/
}

.submenu_title {
	background-color: #921729;
	color: #fff;
	text-align: center;
	padding: 20px 15px;
	font-family: "微软雅黑";
	text-transform: uppercase;
}
.submenu_title h2 {
	font-size: 20px;
	margin: 0;
}
.submenu_title span {
	display: block;
	font-size: 12px;
	margin-top: 8px;
}
.submenu>li>a {
	background-color: #fff;
	border: 1px #F3F3F3 solid;
	color: #333;
	line-height: 20px;
	padding: 15px 35px 15px 15px;
}
.submenu li+li a {
	margin-top: -1px;
}
.submenu>li>a i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon/icon3.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 18px;
	right: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu>li>a:hover,
.submenu>li.active>a {
	background-color: #BB1E35;
	color: #fff;
	border-color: #BB1E35;
}

.levelMenu {
	display: none;
}
.levelMenu a {
	display: block;
	color: #666;
	line-height: 20px;
	border: 1px #F3F3F3 solid;
	margin-top: -1px;
	padding: 10px 32px 10px 15px;
	position: relative;
}
.levelMenu a:after {
	content: ">";
	font-size: 14px;
	color: #666;
	line-height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 12px;
}
.levelMenu a:hover,
.levelMenu a.active,
.levelMenu a:hover:after,
.levelMenu a.active:after {
	color: #BB1E35;
}

.submenu_main .div {
	background-color: #fff;
	border: 1px #F3F3F3 solid;
	padding: 20px 15px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -1px;
}
.submenu_main .div>h2 {
	font-size: 20px;
	color: #921728;
	margin: 0 0 20px;
}
.submenu_main .div .tel {
	text-align: left;
	background: url(../images/icon/icon4.png) no-repeat center left;
	background-size: 34px;
	padding-left: 40px;
}
.submenu_main .div .tel span {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 1;
	margin-bottom: 4px;
}
.submenu_main .div .tel a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 20px;
}

.inside_title {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px #ccc solid;
}
.inside_title:after {
	content: "";
	width: 42px;
	height: 3px;
	background-color: #921729;
	display: block;
	margin: 15px auto 0;
	position: relative;
	bottom: -2px;
}
.inside_title h2 {
	font-size: 18px;
	margin: 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	color: #999;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}

.InfoTitle {
	margin-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
}
.goBack a:hover {
	background-color: #921729;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #921729;
	background-color: #921729;
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #921729;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.layout_info {
		display: block;
	}
	.layout_left {
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 11;
		background-color: #fff;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}
	.menu_icon {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icon/submenu.png) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu_close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/icon/close1.png) no-repeat center;
		background-size: contain;
		flex: 0 0 auto;
		margin: 0 auto 15px;
	}
	.submenu_main {
		height: 100%;
		overflow-y: auto;
	}
	.submenu_main::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.menu_icon,
	.submenu_close {
		display: none;
	}
	.inside_banner .min_img {
		display: none;
	}
	.inside_main {
		padding: 50px 0;
	}
	.inside_title h2 {
		font-size: 24px;
	}
	.inside_title {
		margin-bottom: 50px;
	}
	.InfoTitle h4 {
		font-size: 18px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 30px;
	}
}
@media (min-width: 992px) {
	.layout_left {
		width: 240px;		
	}
	.submenu_title {
		padding: 24px 20px;
	}
	.submenu>li>a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 40px;
	}
	.submenu>li>a i,
	.levelMenu a:after {
		right: 20px;
	}
	.submenu_main .div {
		padding-top: 30px;
	}
	.submenu_main .div>h2 {
		font-size: 24px
	}
	.levelMenu a {
		padding-left: 20px;
		padding-right: 40px;
	}
}
@media (min-width: 1200px) {
	.layout_left {
		width: 268px;
	}
}
@media (min-width: 1439px) {
	.submenu>li>a {
		font-size: 18px;
		line-height: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.submenu>li>a i {
		top: 25px;
	}
}

/*关于*/
.honor_list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-flow: row wrap;
}
.honor_list .column {
	padding: 0 10px;
	margin-bottom: 20px;
}

@media (max-width: 479px) {
	.honor_list .column {
		width: 50%;
	}
}
@media (min-width: 1600px) {
	.honor_list .column {
		width: 20%;
	}
}

/* 产品中心 */
.product_list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-flow: row wrap;
}
.product_list .column {
	padding: 0 10px;
	margin-bottom: 30px;
}
.product_list a {
	display: block;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0,0,0,.1);
	text-align: center;
	color: #333;
}
.product_list a .text {
	padding: 15px;
}
.product_list a h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list a h2:after {
	content: "";
	width: 42px;
	height: 2px;
	background-color: #921729;
	display: block;
	margin: 15px auto 0;
}
.product_list a p {
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.product_list a:hover {
	color: #921729;
}
.product_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.product_list .column {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.product_list {
		margin-left: -18px;
		margin-right: -18px;
	}
	.product_list .column {
		padding: 0 18px;
		margin-bottom: 40px;
	}
}
@media (min-width: 1439px) {
	.product_list .column {
		width: 25%;
	}
}

/*案例*/
.case_list {
	display: flex;
	flex-flow: row wrap;
}
.case_list .column {
	margin-bottom: 30px;
}
.case_list a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
}
.case_list a h2 {
	font-size: 14px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 15px 10px;
	background-color: rgba(146,23,41,.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.case_list a:hover h2 {
	background-color: rgba(146,23,41,1);
}
.case_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.case_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.case_list .column {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.case_list a h2 {
		padding: 10px;
	}
}
@media (max-width: 479px)  {
	.case_list .column {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* 新闻资讯 */
.news_list1 a {
	border-bottom: 1px #ccc dotted;
	padding-bottom: 25px;
}
.news_list1 a h2 span {
	display: block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list1 a h2 i {
	display: block;
	flex: 0 0 auto;
	color: #838282;
	margin-top: 10px;
}
.news_list1 a em {
	display: block;
	color: #921729;
	margin-top: 15px;
} 

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.news_list1 a h2 i,
	.news_list1 a em {
		display: none;
	}
}
@media (min-width: 768px) {
	.news_list1 {
		display: block;
	}
	.news_list1 a h2 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.news_list1 a h2 i {
		margin-left: 15px;
		margin-top: 0;
	}
	.news_list1 a p {
		-webkit-line-clamp: 2;
	}
}
@media (min-width: 1200px) {
	.news_list1 a .img {
		width: 260px;
	}
	.news_list1 a p {
		-webkit-line-clamp: 3;
	}
	.news_list1 a em {
		margin-top: 20px;
	}
}

/*人才招聘*/
.job_list {
	overflow: hidden;
}
.job_list .panel {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 30px;
}
.job_list .panel-heading {
	border-radius: 0;
	border-bottom: 0;
	background-color: #f1f1f1;
	padding: 0;
	position: relative;
}
.job_list .active .panel-heading {
	background-color: #921729;
}
.job_list .panel-heading a {
	display: block;
	color: #333;
	overflow: hidden;
	padding: 12px;
	padding-right: 40px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.job_list .active .panel-heading a {
	color: #fff;
}
.job_list .panel-heading a:before {
	content: "";
	width: 26px;
	height: 30px;
	background: url(../images/icon/icon9.png) no-repeat center;
	background-size: contain;
	display: block;
	flex: 0 0 auto;
	margin-right: 15px;
}
.job_list .active .panel-heading a:before {
	background-image: url(../images/icon/icon9_1.png);
}
.job_list .panel-heading a h2 {
	font-size: 16px;
	margin: 0;
}
.job_list .panel-heading>i {
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/icon/icon26.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.job_list .active .panel-heading>i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-image: url(../images/icon/icon26_2.png);
}
.job_list .panel-body {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
.job_list .panel-body:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #f1f1f1;
	left: 30px;
	top: -12px;
}
.job_description .column {
	margin-bottom: 10px;
}
.job_description .inner>h2 {
	font-size: 16px;
	margin: 0;
	position: relative;
	padding-left: 15px;
}
.job_description .inner>h2:before {
	content: "";
	width: 4px;
	height: 16px;
	background-color: #921729;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}
.job_description .inner .InfoContent {
	margin-top: 10px;
}
.apply_btn {
	margin-top: 30px;
	text-align: right;
}
.apply_btn a {
	display: inline-block;
	background-color: #921729;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	padding: 8px 25px;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.apply_btn a:hover {
	background-color: #555;
}

@media (min-width: 768px) {
	.job_list .panel-body {
		padding: 30px 30px 40px;
	}
	.job_description .inner .InfoContent {
		padding-left: 40px;
	}
}
@media (min-width: 1200px) {
	.job_description .inner>h2 {
		font-size: 18px;
	}
	.apply_btn a {
		font-size: 16px;
		border-radius: 10px;
		padding: 12px 30px;
	}
}

/*联系我们*/
.contact_item .column {
	padding: 0 30px;
	border-right: 1px #e7e7e7 dotted;
}
.contact_item .column:last-child {
	border-right: 0;
}
.contact_item .column a {
	color: #333;
}
.contact_item .column2 h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.contact_item .column1 img {
	display: block;
	max-width: 100%;
}
.contact_item .column1 h1 {
	font-size: 16px;
	margin: 15px 0 5px;
}
.contact_item .column1 p {
	margin: 0;
}
.contact_item .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_item .column3 img {
	display: block;
	width: 100%;
	max-width: 160px;
}
.contact_item .column3 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	width: 16px;
	margin-right: 10px;
}

.map {
	height: 400px;
	margin-top: 50px;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}

@media (max-width: 767px) {
	.contact_item {
		padding: 0 15px;
	}
	.contact_item .column {
		border-right: 0;
		border-bottom: 1px #e7e7e7 dotted;
		padding: 20px 0;
	}
	.map {
		height: 240px;
		margin-top: 15px ;
	}
}
@media (min-width: 768px) {
	.contact_item {
		display: flex;
		margin-top: 50px;
	}
	.contact_item .column {
		font-size: 14px;
	}
	.contact_item .column1 {
		width: 40%;
	}
	.contact_item .column1 h1 {
		font-size: 16px;
	}
	.contact_item .column2 {
		width: 60%;
		border-right: 0;
	}
	.contact_item .column2 h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contact_item .column3 {
		display: none;
	}
}
@media (min-width: 992px) {	
	.contact_item .column1 {
		width: 33.33333%;
	}
	.contact_item .column2 {
		width: 41.66667%;
		border-right: 1px #e7e7e7 dotted;
	}
	.contact_item .column3 {
		width: 25%;
		display: flex;
		justify-content: flex-end;
	}
}
@media (min-width: 1200px) {
	.contact_item .column {
		padding: 0 50px;
	}
	.contact_item .column2 h3 {
		font-size: 22px;
	}
}

/*动画*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
