/* Write your styles */

.am-g,
.am-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.doc-oc-logo {
	padding: 20px 2em;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.doc-oc-logo img {
	max-width: 100%;
	width: 100%;
}

a,
a:hover {
	color: #aaa;
}

.info img {
	max-width: 100%;
	/*width: 100%;*/
}

.color-w {
	color: #FFFFFF;
}

.color-gray {
	color: #626262;
}

.color-grey {
	color: #b0b0b0;
}

.color-red {
	color: #d6666a;
}

#map {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}

#top {
	padding-top: 15px;
	padding-bottom: 15px;
}

#top .am-list {
	width: 20%;
	float: right;
	position: relative;
}

#top .am-list:before {
	content: "服务热线：";
	position: absolute;
	left: -80px;
}

#top .am-list li {
	border: none;
	text-align: right;
}

#nav {
	background: #fff;
	padding: 0px 0;
}

#nav .am-g {
	width: 100%;
	max-width: 1400px;
}

#nav .am-nav a {
	color: #333;
	font-size: 16px;
	line-height: 90px;
	transition: all 0.5s;
}

#nav .am-nav li:hover .am-dropdown-content {
	display: block;
}

#nav .active {
	background: #c11920;
}

#nav .active a {
	color: #fff;
}

#nav #logo {
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;*/
	display: block;
	width: 100%;
	height: 90px;
	line-height: 90px;
/*	justify-content: center;
	align-items: center;*/
}

#nav #logo img {
	max-width: 100%;
}

#nav .am-dropdown-content {
	background: #c11920;
	border: none;
	margin: 0;
	min-width: 100px;
}

#nav .am-dropdown-content li,
#nav .am-dropdown-content a {
	width: 100%;
}

#nav .am-dropdown-content:after,
#nav .am-dropdown-content:before {
	display: none;
	border: none;
}

#nav .am-dropdown-content a {
	color: #fff;
	line-height: 50px;
	width: 100%;
}

#nav .am-nav a:hover {
	background: #c11920 !important;
	color: #fff;
}

#nav .am-dropdown-content a:hover {
	background: #fff !important;
	color: #c11920;

}

#nav .am-nav>li.am-active>a,
#nav .am-nav>li.am-active>a:focus,
#nav .am-nav>li.am-active>a:hover {
	background: #c11920 !important;
	color: #fff;
}

#nav .am-nav-pills {
	text-align: right;
}

#nav .am-nav-pills li {
	display: inline-block;
	float: none
}

#nav .search {
	border: none;
	background: none;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	position: relative;
	top: 8px;
	float: right;
}

#nav .search .am-form-field,
#nav .search .am-btn {
	padding: 0 8px;
	background: none;
	border: none;
	color: #999;
	height: 28px;
	font-size: 14px;

}


@media screen and (max-width:979px) {
	/* #nav {
		display: none
	} */

}


#banner {
	max-height: 665px;
	overflow: hidden;
}

.am-slider-default {
	margin: 0;
}

#banner .am-control-nav {
	display: none;
}


#servise {
	margin-top: 20px;
}

.index-product-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.index-product-list .item {
	position: relative;
	width: 30%;
}

.index-product-list .item .pic {
	padding: 1rem;
	display: block;
	text-align: center;
}

.index-product-list .item .pic span {
	display: block;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.index-product-list .item .pic img {
	max-width: 100%;
	margin: 0 auto;
	transition: all 2s;
}

.index-product-list .item .pic img:hover {
	transform: scale(1.1);
}

.index-product-list .info {
	color: #fff;
	text-align: center;
	background: #c11920;
	width: 100%;
	position: relative;
	padding: 15px 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.index-product-list .pic:hover .info {
	background: #c11920;
	cursor: pointer;
	color: #fff;
}

.index-product-list .info h3 {
	margin: 0;
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #c11920;
}


.index-product-list .info span {
	font-size: 12px;
}

.index-product-list .iconfont {
	font-size: 7.2rem;
	color: #81d1ff;
}

.index-product-list .info:hover .iconfont {
	color: #fff;
}

.index-product-list .item-t .info {
	background: rgba(0, 134, 150, 0.1);
}

.title {
	padding: 5px 10px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.4rem;
	margin: 3rem auto;
	position: relative;
}

.title span {
	font-size: 4.8rem;
	color: #eee;
}

.title b {
	font-weight: normal;
	font-size: 3.2rem;
}

.t2 {
	margin-bottom: 5rem;
	text-transform: uppercase;
}

.t2 b:after {
	display: inline-block;
	width: 50px;
	height: 2px;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
	background: #c11920;
	margin-bottom: 10px;
}

.t2 b {
	display: block;
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.t2 small {
	font-size: 12px;
	color: #666666;
}



.title span {
	text-transform: uppercase;
	margin-left: 10px;
}

.title .iconfont {
	color: #007cc3;
}

#company-profile {
	background: #f3f3f3;
	padding: 2rem 0;
	margin-top: 7rem;
}

#company-profile .t2 span {
	color: #ddd;
	text-align: left;
	margin-left: 0;
}

/*#company-profile .t2 span {
	color: #ccc;
	text-align: left;
	margin-left: 0;
}*/

#company-profile .t2 {
	text-align: left;
	max-width: 800px;
	margin: 3rem auto;
	position: relative;
}

/*#company-profile .t2:before {
	background: #cb0000;
	content: "";
	width: 70%;
	height: 200px;
	display: block;
	position: absolute;
	left: -75%;
}*/

/*#company-profile .t2 b:after {
	margin: 0;
	left: 0;
}
*/
#company-profile .name {
	color: #cb0000;
	margin: 0;
}

#company-profile small {
	color: #999;
}

#company-profile .i2 .num h2 {
    color: #b8181d;
    font-size: 48px;
    font-family: arial;
    font-weight: bold;
}


#company-profile #company-logo {
	background: #4770a2;
	padding: 15px 0;
	margin-bottom: 15px;
}

#company-profile .pic {
	position: relative;
	z-index: 10;
	top: -50px;
}


#company-profile .iconfontlist {
	padding: 3rem 0 0;
	margin-top: 2rem;
}

#company-profile .iconfontlist .iconfont {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border: 1px solid #cb0000;
	color: #cb0000;
	border-radius: 50%;
	display: inline-block;
	font-size: 3.6rem;
	cursor: pointer;
	transition: all 0.2s;
}

#company-profile .iconfontlist .iconfont:hover {
	background: #cb0000;
	color: #fff;
}

@media screen and (max-width:979px) {
	#company-profile .pic {
		top: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.t2 {
		margin-bottom: 2rem;
	}

	.index-product-list .item {
		width: 50%;
	}

	.index-product-list .info {
		padding: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		height: 55px;
		line-height: 2;
		font-size: 14px;
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}


}


#news {
	margin: 20px auto;
	font-size: 14px;
}

#news .item {
	display: block;
	background: #eee;
	margin: 5px;
}

#news .item img {
	width: 100%;
}

#news .item .pic {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	max-height: 15rem;
	overflow: hidden;
}

#news .item p {
	margin: 0;
	padding: 2rem;
	position: relative;
	min-height: 8rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#news .item p:before {
	content: "";
	display: block;
	background: #333;
	width: 30px;
	height: 6px;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -15px;
}

#news .item:hover p:before {
	background: #c11920
}

#news .item .more {
	display: block;
	border-top: 1px solid #ddd;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	line-height: 3;
	text-transform: uppercase;

}

#news .item:hover .more {
	color: #c11920;
}



#customers {
	margin-top: 30px;
	background: #f0f0f0;
	padding: 20px 0;
}

#customers #owl-demo {
	max-width: 1200px;
	margin: 0 auto;
}

#customers img {
	max-width: 70%;
	max-height: 40px;
	margin: 0 auto;
	display: block;
}

#customers .owl-pagination {
	display: none;
}

#customers .owl-controls {
	margin-top: 0;
	position: relative;
}

#customers.owl-controls .owl-buttons {
	position: relative;
}

#customers .owl-controls .owl-buttons div {
	position: absolute;
	top: -60px;
	color: #444;
	font-size: 28px;
	background: none;
}

#customers .owl-controls .owl-buttons .owl-prev {
	left: -20px;
}

#customers .owl-controls .owl-buttons .owl-next {
	right: -20px;
}

#customers li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*垂直居中*/
	justify-content: center;
	/*水平居中*/
	height: 60px;
	margin-bottom: 2rem;
}

#f-link {
	background: #eee;
	padding: 25px 0;
	margin-top: 25px;
	font-size: 14px;
	line-height: 30px;
}

#f-link .qrcode dl {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

footer {
	background: #373737;
	color: #ccc;
	font-size: 16px;
	line-height: 35px;
	padding-top: 35px;
}

footer .add {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

footer .iconfont {
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
}

footer dd {
	font-size: 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

footer dd a {
	width: 32%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


footer a {
	color: #ccc;
}

footer .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
}

footer .info img {
	margin: 5px;
}

footer .logo {
	position: relative;
	top: 80px;
}

footer .logo img {
	max-width: 80%;
}

footer #bottom {
	background: #2e2e2e;
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 50px;
}

footer #bottom a {
	color: #999;
}

footer img {
	margin: 0 auto;
}



#profile .title {
	background: #4770a2;
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}

#profile .title .more {
	color: #fff;
}

#profile .title .am-icon-angle-double-right {
	background: #999999;
	display: inline-block;
	border-radius: 4px;
	line-height: 1;
	padding: 2px 8px;
	margin-right: 5px;
}

#profile .am-list {
	margin-top: 0;
}

#profile .news li:first-child {
	border-top: none;
}

#profile .news li {
	border-bottom: none;
}

#profile .news li a {
	display: block;
	font-size: 14px;
}

#profile .news li a:hover,
#profile .news li a:hover:before {
	color: #c11920 !important;
}

#profile .news li a:before {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666;
	content: "";
	margin-right: 10px;
}

#profile .news li a:hover:before {
	background: #c11920;
}

#profile .am-u-md-6:last-child li a:before {
	background: none;
	content: "\f105";

}

#profile .am-u-md-6:last-child li {
	border-bottom: 1px solid #ddd;
}

#profile .news li a:hover {
	color: #15458f;
}

#profile .news .am-icon-circle {
	font-size: 10px;
	color: #999;
}

#profile .news .de {
	padding: 0 10px;
}

#profile .icase {
	background: #f0f0f0;
	font-size: 14px;

}

#profile .question {
	font-size: 14px;
}

#profile .question p {
	padding-left: 30px;
	position: relative;
}

#profile .question p:before {
	content: "问";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: #222222;
	color: #fff;
	text-align: center;
	line-height: 20px;
}

#profile .question p:last-child:before {
	content: "答";
	background: #666;
}


#profile .more {
	float: right;
}

@media screen and (max-width: 767px) {
	#top .am-list {
		width: 100%;
		float: none;
		margin-bottom: 0;
		margin-top: 10px;
		display: none;
	}

	#top .am-list:before {
		display: none;
	}

	#top .am-list li {
		display: inline-block;
		width: 45%;
		text-align: left;
	}

	#nav {
		padding: 10px 0;
	}

	#nav .search {
		width: 100%;
		top: 0;
	}

	#nav .search .am-form-field,
	#nav .search .am-btn {
		background: #fff;
		color: #444;
	}

	footer a {
		float: left;
		margin: 0 10px 0;
	}

	.honor {
		margin-bottom: 20px;
	}

	.am-offcanvas-bar {
		width: 80%;
	}

	footer .logo {
		top: 0;
		margin-bottom: 2rem;
	}

	footer dd a {
		width: 16%;
	}

	footer #bottom {
		padding: 10px 0;
		line-height: 2;
	}
}

#breadcrumb {
	width: 100%;
	height: auto;
	background: #f8f8f8;
	position: relative;
	top: 0;
	overflow: hidden;
}

#breadcrumb:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	z-index: 0;
	background: #f50e0e;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* .am-breadcrumb {
	margin: 0;
	text-align: right;
} */
.am-breadcrumb {
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2em;
	margin: auto;
	line-height: 40px;
}
.am-breadcrumb .am-icon-map-marker{
	color: #777777;
	margin-right: 5px; 
}
/*.am-breadcrumb:before {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e732";
	margin-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	color: #eee;
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
}
*/
.am-breadcrumb a {
	color: #777777;
}

.am-breadcrumb .am-active {
	color: #000000;
}

#customers-list .item {
	background: #f0f0f0;
	float: left;
	font-size: 14px;
	width: 23%;
	margin: 15px 1%;
}



#customers-list .item:hover {
	background: #007cc3;
	color: #fff;
}

#customers-list .item dl {
	margin: 15px;
}

#customers-list .item .pic {
	min-height: 230px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*垂直居中*/
	justify-content: center;
	/*水平居中*/

}

#customers-list .item img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	#customers-list .item {
		width: 95%;
		margin: 15px 2.5%;
	}

	#customers-list .item img {
		width: 100%;
	}
}


#customers-list .am-btn-toolbar {
	width: 90%;
	margin: 10px auto;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#customers-list .am-btn-toolbar .am-btn {
	border: 1px solid #007cc3;
	flex: 1;
	margin: 0;
	background: #fff;
	margin-right: -1px;
	color: #007cc3;
}

#customers-list dt {
	font-size: 18px;
}

#customers-list dd {
	color: #999;
	line-height: 24px;
	max-height: 95px;
	overflow-y: hidden;
}

#customers-list .item:hover dt,
#customers-list .item:hover dd {
	color: #fff;
}

#customers-list .am-btn:hover {
	background: #7fd0ff;
}

#customers-list .pic {
	max-height: 230px;
	overflow: hidden;
}

#content .side-bar {
	border-bottom: 1px solid #eee;
}

#content .title {
	background: #ff807c;
	color: #fff;
	margin: 0;
	position: relative;
	top: -80px;
	padding: 3rem 20px;
	margin-bottom: -80px;
}

.side-bar .title {
	text-transform: uppercase;
	color: #007cc3;
	margin-bottom: 0px;
	text-align: center;
}

.side-bar .title small {
	display: block;
	font-size: 14px;
	opacity: 0.5;
}

#content .info {
	margin-top: 30px;
}



.sub-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 1rem;
}

.sub-nav a {
	line-height: 5rem;
	flex: 1;
	text-align: center;
	position: relative;
}

.sub-nav a:hover:after,
.sub-nav a.am-active:after {
	content: "";
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -30px;
	background: #c11920;
}

.sub-new .am-list {
	margin-top: 0;
}

.sub-new li:first-child {
	border-top: none;
}

.sub-new li {
	padding: 10px 0 10px 20px;
	position: relative;
	font-size: 14px;
}

.sub-new li a {
	padding: 0;
}

.sub-new li:before {
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	content: "\f105";
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 10px;
	color: #007cc3;
}

.sub-new li span {
	display: block;
	color: #999;
	margin-top: 5px;
}




@media screen and (max-width:979px) {
	#content .title {
		top: 0 !important;
		padding: 1rem;
		margin: 2rem auto 0;
		font-size: 16px;
	}

	#content .side-bar {
		border: none;
	}

	.sub-nav,
	#breadcrumb,
	#content .title small {
		display: none;
	}


}


.zs-list .item {
	width: 90%;
	margin: 0 auto;
	min-height: 260px;
	margin-bottom: 15px;
	background: #f2f2f2;
	cursor: pointer;

}


.zs-list li img {
	width: 100%;
	display: block;
	margin: 0px auto;
}

.zs-list li span {
	display: block;
	width: 100%;
	color: #333;
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}



.team .am-gallery-item {
	text-align: center;
	background: #f0f0f0;
	font-size: 14px;
	padding-bottom: 10px;
}

.am-gallery-item .pic {
	max-height: 300px;
	display: block;
	overflow-y: hidden;
}

.product-list .am-gallery-item .pic {
	max-height: 300px;
	background: #f2f2f2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*垂直居中*/
	justify-content: center;
	/*水平居中*/
	overflow-y: hidden;
}

.product-list .am-gallery-item .pic img {
	max-height: 300px;
}

.down-list .item {
	text-align: center;
	min-height: 100px;
	background: #f5f5f5;
	display: block;
	transition: all 0.2s;
}

.down-list .iconfont {
	font-size: 72px;
	color: #007cc3;
}

.down-list .item:hover {
	background: #007cc3;
	color: #fff;
}

.down-list .item:hover .iconfont {
	color: #fff;
}

.case {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.case dl {
	margin: 0;
}

.case dt {
	font-size: 18px;
	font-weight: normal;
}

.case dt:after,
.case-title:after {
	content: "";
	display: block;
	width: 10%;
	height: 1px;
	background: #e22826;
	margin-top: 10px;
}

.case-title:after {
	margin-bottom: 15px;
	width: 20%;
	display: none;
}

.case-title {
	font-size: 18px;
	line-height: 40px;
	margin: 2rem auto;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
	font-weight: bolder;
}

.case dl:hover a {
	color: #c11920;
}

.case a {
	color: #333;
	display: block;
	text-align: left;
	margin-top: 20px;
}

.case-detail .link {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.case-detail .link a {
	width: 50%;
	display: inline-block;
	font-size: 14px;
}

.case:hover {
	border-color: #c11920;
}

.case:hover .case-time,
.case:hover .case-lable {
	color: #c11920;
}

@media screen and (max-width: 767px) {
	.case-detail .link a {
		width: 100%;
	}

	.am-gallery-item .pic {
		max-height: none;
	}

	.product-list .am-gallery-item .pic {
		max-height: 120px;
	}

}

.product-list .am-gallery-item {

	position: relative;
}

.product-list .am-gallery-title {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	position: relative;
	overflow: inherit;
	padding-bottom: 15px;
}

.product-list .am-gallery-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 4px;
	bottom: -2px;
	left: 50%;
	margin-left: -15px;
	background: #c11920;
}

.product-list .pic {
	background: #f5f5f5;
}

.product-list li {
	margin-bottom: 15px;
}

/* .product-title {
	font-size: 18px;
} */

/* .product-title::after {
	content: "";
	display: block;
	width: 25%;
	height: 2px;
	background: #e22826;
	margin-top: 10px;
} */
.product-title {
	font-size: 22px;
}

.product-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ecebeb;
	margin-top: 10px;
}

.product-detail {
	padding-top: 30px;
}

.product-detail table td {
	padding: 5px 10px;

}

.product-detail img {
	max-width: 100%;
}

.product-detail .am-tabs {
	margin-top: 20px;
	margin-left: 15px;
}

.product-detail .am-tabs-bd,
.product-detail .am-tabs-nav {
	border: none;
}

.product-detail .am-tabs-nav li a {
	border: 1px solid #007cc3;
	color: #007cc3;
	margin: 0;
	min-width: 150px;
	text-align: center;
}

.product-detail .am-tabs-nav .am-active a {
	background: #007cc3;
	color: #fff;

}

.product-detail .am-tabs-nav .am-active a {
	color: #333;
	border: none;
	background: none;
	text-align: left;
	font-weight: bold;
}

.news dt:after {
	display: none;
}

.news .date,
.news-detail .date {
	position: relative;
	/*padding-left: 40px;*/
}

/* .news .date:before,
.news-detail .date:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 45%;
	left: 0;
}
 */
.news dd {
	font-size: 14px;
}

.news-detail-fun {
	position: relative;
	padding: 0 0 20px;
	overflow: hidden;
}

.news-detail-fun li {
	list-style: none;
	line-height: 2;
	font-size: 14px;
	color: #666666;
}

.news-detail-fun li a {
	color: #666666;
}

.news-detail-fun .fanhui a {
	display: inline-block;
	color: #c11920;
	padding: 0 10px;
	border: 1px solid #c11920;
	border-radius: 5px;
}

.hg-related-box a {
	display: inline-block;
	padding: 0 10px;
	line-height: 2;
	margin-bottom: 5px;
	background: #f5f4f5;
	color: #999999;
	font-size: 12px;
}

.hg-right-list-box .list-time {
	font-size: 26px;
}

.hg-right-list-box .list-title {
	font-size: 14x;
	color: #444444;
	padding-bottom: 10px;
	position: relative;
}

.hg-right-list-box .list-title:after {
	content: "";
	width: 2em;
	height: 1px;
	background: #444444;
	bottom: 0;
	left: 0;
	position: absolute;
}

.hg-right-list-box .list-con-text {
	font-size: 14px;
	height: 56px;
	line-height: 2;
	overflow: hidden;
}

.hg-right-list-box .list-i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	box-sizing: border-box;
}

.hg-right-list-box .list-i i {
	font-size: 18px;
}

#sub-banner {
	position: relative;
}
#sub-banner img{
	width: 100%;
}
#sub-banner .info {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sub-banner .in2 {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#sub-banner .info h1 {
	font-size: 48px;
}

#sub-banner h3,
#sub-banner h5 {
	font-weight: normal;
}

#sub-banner h3 {
	font-size: 34px;
	margin: 0;
}

#sub-banner h5 {
	width: 25%;
	margin: 20px auto;
}

@media screen and (max-width: 1439px) {
	#sub-banner h5 {
		display: none;
	}

	.contact,
	.case,
	.case-detail,
	.news-detail,
	.product-detail {
		padding-left: 15px;
		padding-right: 15px;
	}

	.zs-list .item {
		min-height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.am-img-responsive{
		width: 50%	}
	#sub-banner h3 {
		display: none;
	}

	#sub-banner .info h1 {
		font-size: 16px;
	}
}

.am-offcanvas-content {
	padding: 10px;
}

.am-offcanvas-content .am-panel {
	background: none;
	border: none;
}

.am-offcanvas-content .am-panel .am-list li {
	background: none;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444
}

.jobs {
	padding-left: 30px;
	border-left: 1px dashed #007cc3;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.jobs-item {
	background: #f0f0f0;
	position: relative;
	left: -30px;
	padding: 5px 15px 5px 30px;
	margin-bottom: 15px;
}

.jobs-item2 {
	background: #fff;
}

.jobs .jobs-icon {
	position: absolute;
	top: 0;
	left: -12px;
}

@media screen and (max-width:767px) {

	.jobs {
		padding-left: 0;
		border-left: none;
		margin-bottom: 20px;
	}

	.jobs-item {
		left: 0;
		padding: 0;
		background: none;
	}

	.jobs img {
		display: none;
	}

	.jobs p {
		background: #f0f0f0;
		padding: 10px;
		font-size: 14px;
	}

	.jobs-title {
		color: #007cc3;
	}



}

.contact {
	font-size: 14px;
}

.contact .iconfont {
	color: #007cc3;
}

.contact .white {
	color: #fff;
}

.contact .icon-youxiang {
	position: relative;
	left: -10px;
}

.contact .contact-title {
	font-size: 16px;
	font-weight: bold;
	color: #007cc3;
	padding-left: 25px;
	border-left: 2px solid #e22826;
}

.contact .item {
	margin-top: 15px;
}

.product-detail .am-slider-default {
	margin-bottom: 15px;
	box-shadow: none;
	height: 464px;
}
.product-detail .am-slider .am-slides>li{
	height: 464px;
	line-height:464px;
	overflow: hidden;
}
.product-detail .am-slider .am-slides>li img{
	width: 100%;
	display: inline-block;
}
.icase {
	max-height: 120px;
	overflow: hidden;
}

.icase .case img {
	width: 100%;
}

@media screen and (max-width:768px) {
	.icase {
		max-height: none;
	}
}

#contact {
	background: #f2f2f2;
	border-left: 5px solid #c11920;
	margin: 2rem auto;
}

#contact .info {
	font-size: 14px;
	padding: 10px;
}

#feedback .iconfont {
	color: #c11920;
	font-size: 2rem;
	margin-right: 0.5rem;
}

#contact dl {
	margin-bottom: 10px;
}

#contact dt {
	font-size: 18px;
	color: #c11920;
	font-weight: bold;
}

#feedback .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	padding-right: 10px;
}

#feedback {
	margin-top: 3rem;
}

#feedback .item span {
	flex: 1;
	text-align: center;
}

#feedback .item input {
	flex: 4;
}

@media screen and (max-width:980px) {

	#contact,
	#feedback {
		width: 90%;
		margin: 2rem auto;
	}

	#feedback .item {
		flex-direction: column;
	}

	#feedback .item span {
		text-align: left;
		padding: 1.5rem 0;
	}

	footer .info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	footer .info img {
		display: block;
		width: 100px !important;
		height: 100px !important;
	}

}

.news-detail {
	margin: 3rem auto;
}

.news-detail .news-title {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	position: relative;
}

.news-detail .news-title:after {
	position: absolute;
	width: 30px;
	height: 6px;
	content: "";
	bottom: -3px;
	left: 50%;
	margin-left: -15px;
	background: #c11920;
	display: block;
}

.news-detail .news-item {
	text-align: center;
}

.tt {
	max-width: 800px border: none;
	border-collapse: collapse;
	border: 1px solid #999;
}

.tt td {
	text-align: center;
	padding: 6px;
	font-size: 14px;
	color: #444;
	border-collapse: collapse;
	border: 1px solid #999;
}


.zs-list li {
	cursor: pointer;
}

#content .info video {
	max-height: 640px;
	margin: 0 auto;
	display: block;
	max-width: 100%
}

#customers-list {
	padding-top: 20px;
}

#search {
	background: #eee;
	width: 100%;
	/* padding:15px 0; */
}

/* #search .search{
	max-width: 1200px;
	margin:20px auto;
} */
@font-face {
	font-family: panT;
	src: url('../t-fonts/font1.eot');
	src: url('../t-fonts/font1.eot?#iefix') format('embedded-opentype'),
		url('../t-fonts/font1.woff') format('woff'),
		url('../t-fonts/font1.ttf') format('truetype'),
		url('../t-fonts/font1.svg#webfont34M5alKg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.am-h-search-box {
	width: 100%;
	height: 165px;
	background: #f2f2f2;
	overflow: hidden;
}

#indexSearch {
	max-width: 1200px;
	width: 100%;
	height: 100px;
	background: #D22E2D;
	margin: 33px auto 0;
}

#indexSearch .div-list {
	float: left;
}

#indexSearch .div-list.num {
	width: 22%;
	height: 100%;
	background: #c11920;
	color: #f2f2f2;
	position: relative;
}

#indexSearch .div-list.search {
	width: 78%;
	height: 100%;
	position: relative;
}



#indexSearch .div-list.num::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 18px solid #c11920;
	right: -18px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#indexSearch .div-list.num span {
	display: inline-block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 1;
}

#indexSearch .div-list.num .text {
	font-size: 18px;
	margin-top: 20px;
}

#indexSearch .div-list.num .tel {
	margin-top: 10px;
	font-family: panT;
	font-size: 28px;
	text-align: left;
}

#indexSearch .div-list.search div {
	width: 90%;
	height: 55px;
	margin: 22px auto;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	padding: 0 60px 0 20px;
	line-height: 50px;
}

#indexSearch .div-list.search input {
	width: 100%;
	border: none;
	outline: none;
}

#indexSearch .div-list.search i {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 30px;
	color: #D22E2D;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #cdcdcd;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cdcdcd;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cdcdcd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #cdcdcd;
}

/* 新闻 */
.news-tabs {
	margin-top: 35px;
}

.tabsUl ul {
	text-align: center;
	margin-bottom: 35px;
	padding: 0;
}

.tabsUl ul>li {
	display: inline-block;
	text-align: center;
	list-style: none;
	width: 95px;
	height: 40px;
	border-radius: 40px;
	margin: 0 20px;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 16px;
	position: relative;
	transition: all .3s;
}

.tabsUl ul>li>a {
	color: #666666;
	transition: all .3s;

}

.tabsUl ul>li span {
	width: 2px;
	height: 16px;
	background: #EEEEEE;
	position: absolute;
	right: -21px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.tabsUl ul>li:hover {
	background: #c11920;
}

.tabsUl ul>li:hover a {
	color: #FFFFFF;
}

.tabsUl .active {
	background: #c11920 !important;
	border: none !important;
}

.tabsUl .active a {
	color: #FFFFFF;
}

.news-tabs .hg-news-list {
	width: 100%;
	height: auto;
}

.news-tabs .hg-news-list .hg-news-list-box {
	width: 100%;
	transition: all .3s;
}

.news-tabs .hg-news-list-box .hg-news-list-centent {
	max-width: 1200px;
	width: 100%;
	height: 190px;
	margin: 0 auto;
	padding: 15px 0;
	box-sizing: border-box;
	transition: all .3s;
	position: relative;
	overflow: hidden;
}

.news-tabs .hg-news-info {
	float: left;
}

.news-tabs .hg-news-left,
.news-tabs .hg-news-right {
	width: 600px;
	height: 100%;
	overflow: hidden;
	/* float: left; */
}

.news-tabs .hg-news-line {
	width: 1px;
	height: 100%;
	background: #999999;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	position: absolute;
}

.news-tabs .hg-news-line:after {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	margin: auto;
}

.news-tabs .hg-news-left .news-time {
	width: 130px;
	height: 160px;
	font-family: 宋体;
	font-weight: lighter;
	line-height: 1;
	overflow: hidden;
	padding: 0 5px;
	float: left;
	margin-left: 430px;
	transition: all .3s;
}

.news-tabs .hg-news-right .news-time {
	width: 130px;
	height: 160px;
	font-family: 宋体;
	line-height: 1;
	overflow: hidden;
	padding: 0 5px;
	float: left;
	margin-left: 40px;
	transition: all .3s;
}

.news-tabs .news-img {
	width: 330px;
	height: 160px;
	float: left;
	display: none;
	transition: all .3s;
	overflow: hidden;
}

.news-tabs .news-img img {
	width: 100%;
	display: none;
	transition: all .3s;
}

.news-tabs .news-time .news-time-m {
	font-size: 48px;
	color: #999999;
	margin-top: 20px;
}

.news-tabs .news-time .news-time-y {
	font-size: 16px;
	color: #999999;
}

.hg-news-list-centent .news-time .fuhao {
	margin-top: 30px;
}

.hg-news-list-centent .news-time .fuhao span {
	color: #FFFFFF;
	font-size: 30px;
}

.hg-news-list-centent .hg-news-info h2 {
	margin: 30px 0 20px;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
}

.hg-news-list-centent .hg-news-info p {
	width: 100%;
	height: 56px;
	line-height: 2;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #999999;
	overflow: hidden;
}

.news-tabs .hg-news-list .am-active-list {
	background: #dd4046;
}


.hg-news-list-centent:hover .news-time-m,
.hg-news-list-centent:hover .news-time-y {
	color: #FFFFFF;
}

.hg-news-list-centent:hover .hg-news-line,
.hg-news-list-centent:hover .hg-news-line:after {
	background: #dd4046;
}

.hg-news-list-centent:hover .hg-news-left .news-time {
	margin-left: 60px;
	margin-right: 30px;
}

.hg-news-list-centent:hover .hg-news-right .news-time {
	margin-left: 30px;
}

.hg-news-list-centent:hover .hg-news-right .news-img {
	margin-left: 40px;
}

.hg-news-list-centent:hover .news-img,
.hg-news-list-centent:hover .news-img img {
	display: block;
}

.hg-news-list-centent:hover .hg-news-info h2,
.hg-news-list-centent:hover .hg-news-info p {
	color: #FFFFFF;
}

.news-tabs .hg-news-list .am-active-list .news-time-m,
.news-tabs .hg-news-list .am-active-list .news-time-y {
	color: #FFFFFF;
}

.news-tabs .hg-news-list .am-active-list .hg-news-line,
.news-tabs .hg-news-list .am-active-list .hg-news-line:after {
	background: #dd4046;
}

.news-tabs .hg-news-list .am-active-list .hg-news-left .news-time {
	margin-left: 60px;
	margin-right: 30px;
}

.news-tabs .hg-news-list .am-active-list .hg-news-right .news-time {
	margin-left: 30px;
}

.news-tabs .hg-news-list .am-active-list .hg-news-right .news-img {
	margin-left: 40px;
}

.news-tabs .hg-news-list .am-active-list .news-img,
.news-tabs .hg-news-list .am-active-list .news-img img {
	display: block;
}

.news-tabs .hg-news-list .am-active-list .hg-news-info h2,
.news-tabs .hg-news-list .am-active-list .hg-news-info p {
	color: #FFFFFF;
}

.insideNav {
	font-size: 18px;
	background: #f8f8f8;
}

.insideNav a {
	display: inline-block;
	width: auto;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all .3s;
}

.insideNav a:after {
	content: "";
	transition: all .3s;
}

.insideNav a:hover {
	color: #FFFFFF;
}

.insideNav a:hover:after {
	content: "";
	width: 100%;
	height: 65px;
	bottom: 0;
	left: 0;
	background: #c11920;
	position: absolute;
	z-index: -1;
}

.insideNav .am-active {
	color: #FFFFFF;
}

.insideNav .am-active:after {
	content: "";
	width: 100%;
	height: 65px;
	bottom: 0;
	left: 0;
	background: #c11920;
	position: absolute;
	z-index: -1;
}

.headv-check {
	border-bottom: 1px solid red;
}

/*  */
#about {
	padding-bottom: 200px;
}

.am-title {
	font-size: 30px;

}

.am-eg-title {
	font-size: 24px;

}

.about-article p {
	font-size: 16px;
	color: #626262;
	line-height: 1.8;
}

#culture {
	width: 100%;
	height: 900px;
	background: #eeeeee;
	position: relative;
}

#culture .am-g {
	height: 100%;
}

#culture .culture-img {
	width: 565px;
	height: 360px;
	position: absolute;
	bottom: 70px;
	left: 0;
}

#culture .culture-img img {
	width: 100%;
	height: 100%;
}

.culture-center {
	width: 540px;
	height: auto;
	position: absolute;
	bottom: 70px;
	right: 0;
}

.culture-p ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
}

.culture-p ul>li {
	list-style: none;
	width: auto;
	font-size: 16px;
	color: #333333;
}

.culture-p ul>li.li-lable {
	flex-shrink: 0;
}

.culture-vio {
	width: 1000px;
	height: 560px;
	position: absolute;
	top: -180px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	box-shadow: 0px 30px 40px #999;
}

.culture-vio video {
	width: 100%;
	height: 100%;
}

#honor {
	width: 100%;
	background: #cd0c27;
	position: relative;
	padding: 150px 0;
}

#honor img {
	width: 100%;
}

.partner-list {
	/* line-height: 5;
	text-align: justify; */
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partner-list img {
	flex-shrink: 0;
	/* filter: grayscale(100%);
	filter: gray; */
	transition: all .3s;
	margin-bottom: 2em;
}

.partner-list img:hover {
	filter: none
}

.prodct-list {
	border: 1px solid #FFFFFF;
	transition: all .3s;
}

.prodct-list:hover {
	border: 1px solid #c11920;
	color: #FFFFFF;
}

.prodct-list .prodct-content {
	transition: all .3s;
}

.prodct-list .prodct-content h3 {
	font-size: 18px;
	font-weight: normal;
	transition: all .1s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	margin-bottom: .5em;
}

.prodct-list img {
	width: 100%;
}

.prodct-list:hover .prodct-content {
	background: #c11920;
}

.prodct-list .prodct-p {
	width: 100%;
	height: 56px;
	font-size: 14px;
	overflow: hidden;
	color: #888888;
	line-height: 2;
	transition: all .3s;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.prodct-list:hover a h3,
.prodct-list:hover a .prodct-p {
	color: #FFFFFF;
}

.product-detail .am-slider-default .am-control-nav {
	bottom: 5%;
}

.product-detail .am-slider-default .am-control-nav li a {
	width: 12px;
	height: 12px;
	background: #aaa;
	box-shadow: none;
}

.product-detail .am-slider-default .am-control-nav li a.am-active {
	background: #FFFFFF;
}

.product-info p {
	margin: 0;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

@media screen and (max-width:1025px) {
	.am-h-search-box {
		width: 100%;
		height: auto;
		background: #f2f2f2;
		overflow: hidden;
	}

	#indexSearch {
		max-width: 1200px;
		width: 100%;
		height: 100px;
		background: #D22E2D;
		margin: 0;
	}

	#indexSearch .div-list.search {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.news-tabs {
		margin-top: 10px;
	}

	.tabsUl ul>li {
		width: 20vw;
		height: auto;
	}

	.news-tabs .hg-news-line {
		left: 2em;
		right: auto;

	}

	.news-tabs .hg-news-left,
	.news-tabs .hg-news-right {
		width: 100%;
	}

	.news-tabs .hg-news-left .news-time {
		width: 100%;
		height: auto;
		margin: 0;
		padding-left: 3.2em;
		float: left;
		text-align: left !important;
	}

	.news-tabs .news-time .news-time-m {
		font-size: 30px;
		margin-top: 0;
		margin-right: 10px;
		float: left;
	}

	.news-tabs .hg-news-list-box .hg-news-list-centent {
		height: auto;
	}

	.hg-news-list-centent .news-time .fuhao {
		display: none;
	}

	.hg-news-list-centent .hg-news-info h2 {
		margin: 10px 0 10px;
	}

	.news-tabs .hg-news-right .news-time {
		width: 100%;
		height: auto;
		padding-left: 3.2em;
		margin: 0;
	}

	.hg-news-list-centent:hover .news-time-m,
	.hg-news-list-centent:hover .news-time-y {
		color: #FFFFFF;
	}

	.hg-news-list-centent:hover .hg-news-line,
	.hg-news-list-centent:hover .hg-news-line:after {
		background: #dd4046;
	}

	.hg-news-list-centent:hover .hg-news-left .news-time {
		margin: 0;
	}

	.hg-news-list-centent:hover .hg-news-right .news-time {
		margin: 0;
	}

	.hg-news-list-centent:hover .hg-news-right .news-img {
		margin: 0;
	}

	.hg-news-list-centent:hover .news-img,
	.hg-news-list-centent:hover .news-img img {
		display: none;
	}

	.hg-news-list-centent:hover .hg-news-info h2,
	.hg-news-list-centent:hover .hg-news-info p {
		color: #FFFFFF;
	}

	#culture {
		height: auto;
		overflow: hidden;
	}

	#culture .culture-vio {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		margin-top: 40px;
	}

	#culture .culture-vio video {
		width: 100%;
		height: 100%;
		float: left;
	}

	#culture .culture-img {
		width: 80%;
		margin: auto;
		position: relative;
		bottom: auto;
		top: 70px;
	}

	#culture .culture-img img {
		width: 100%;
		height: auto;
	}

	#course img {
		width: 100%;
	}

	.culture-center {
		width: 100%;
		position: relative;
		padding: 0 1em;
	}

	#honor {
		padding: 50px 0;
	}
}

.form-contact-input {
	width: 100%;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background: #f2f3f4;
	box-sizing: border-box;
	line-height: 50px;
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.form-contact-input i {
	color: #C10802;
	flex-shrink: 0;
}

.form-contact-input span {
	padding: 0 5px;
	flex-shrink: 0;
}

.form-contact-input input {
	width: 50%;
	outline: none;
	border: none;
	background: #f2f3f4;
}

.am-form input[type=text] {
	background: none;
	border: none;
}

.form-contact-textarea {
	width: 100%;
	height: 20vh;
	border-radius: 5px;
	overflow: hidden;
	background: #f2f3f4;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.form-contact-textarea textarea {
	width: 100%;
	height: 100%;
	background: #f2f3f4;
	outline: none;
	border: none;
}

.form-contact-btn button {
	background: #c11920;
	border-radius: 5px;
}

.contact-list {
	width: 90%;
	min-height: 270px;
	background: #fff;
	box-shadow: 0 5px 20px #DDDDDD;
	position: relative;
	margin: 150px auto 0;
}

.contact-list .contact-list-icon {
	position: absolute;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	left: 0;
	right: 0;
	top: -75px;
	margin: auto;
}

.contact-list .contact-list-icon img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.contact-list strong {
	display: inline-block;
	font-size: 22px;
	color: #444444;
	margin-top: 100px;
	font-weight: normal;
}

.contact-list .li-div {
	font-size: 18px;
	line-height: 2;
	color: #888888;
}


#content .i2 {
	padding-top: 40px;
}

#content .i2 small {
	font-size: 14px;
}

#content .i2 h2 {
	margin: 0;
	font-size: 24px;
}

#content .i2 .title2 {
	position: relative;
}

#content .i2 .title2:after {
	content: "";
	width: 20px;
	height: 5px;
	background: #b8181d;
	display: block;
	margin-top: 10px;
}

#content .i2 .num {
	margin: 15px 0;
}

#content .i2 .num h2 {
	color: #b8181d;
	font-size: 48px;
	font-family: arial;
	font-weight: bold;
}

#content .i2 .num small {
	font-weight: normal;
	font-size: 16px;
}

#content #i201 {
	position: relative;
}

#content #i201 .hg {
	position: absolute;
	right: 0%;
	top: 10%;
	max-height: 90px;
}

#content #i201 img {
	margin: 0 auto;
	max-height: 380px;
	display: block;
}

#content #i202 {
	color: #fff;
	padding: 5rem 0;
	background: url(../img/i2-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 4rem 0 5rem;
	position: relative;
}

#content #i202 h2 {
	font-size: 3.5rem;
	margin-bottom: 4rem;
	position: relative;
}

#content #i202 h2:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
}

#content #i202 img {
	position: absolute;
	bottom: -10px;
	width: 101px;
	height: 54px;
	left: 50%;
	margin-left: -50px;

}

#content #i203 {
	padding: 3rem 0;
}

#content #i203 p {
	color: #d0314d;
}

#content #i203 ul,
#content #i203 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #i203 li {
	margin-bottom: 4px;
}

#content #i203 li span {
	color: #d0314d
}

.aftersale {
	padding: 3rem 0;
}

.aftersale .hotline {
	min-height: 470px;
	background: #b3151c url("../img/htbg.jpg") no-repeat;
	text-align: center;
	color: #fff;
	padding: 3rem 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.aftersale .hotline h2 {
	margin: 0;
}

.aftersale .hotline h1 {
	margin: 0;
	font-size: 2.4rem;
}

.aftersale .item {
	background: #f2f2f2;
	text-align: center;
	padding: 3rem;
	margin-bottom: 3rem;
	min-height: 200px;
}

.aftersale .item dd {
	font-size: 14px;
}

.aftersale .item .iconfont {
	font-size: 3.6rem;
	width: 50px;
	height: 50px;
	display: inline-block;
	color: #b3151c;
}

.aftersale .squal {
	background: #b3151c;
	display: inline-block;
	width: 320px;
	text-align: center;
	color: #fff;
	padding: 4rem 0;
	position: relative;
	z-index: 10;
}

.aftersale .squal h2 {
	margin: 0;
	position: relative;
}

.aftersale .squal h2:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -5px;
}

.aftersale .squal .iconfont {
	font-size: 3.2rem;
}

.aftersale .downlist,
.aftersale .downlist li {
	margin: 3rem 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10;
}

.aftersale .downlist li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.aftersale .downlist li .iconfont {
	width: 24px;
	height: 24px;
	background: #444;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 24px;
	color: #fff;
}

.aftersale #aftersale02 {
	margin: 3rem auto;
	position: relative;
}

.aftersale #aftersale02:after {
	position: absolute;
	content: "123";
	width: 80%;
	background: #f2f2f2;
	top: 10px;
	right: 0;
	display: block;
	min-height: 130px;
	color: #f2f2f2;
}

#product-app {
	background: #f2f2f2;
	padding: 3rem 0;
}

#product-app h3 {
	color: #c11920;
}

/*.answer-box {
	width: 100%;
	height: auto;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 35px;
}*/
.answer-box {
    width: 100%;
    height: 170px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 35px;
}

.answer-box .answer_h {
	width: 100%;
}

.answer-box .answer_h div {
	float: left;
}

.answer-box .answer_h .answer_tips {
	width: 8%;
	height: 25px;
	background: #de151d;
	line-height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	margin-right: 4%;
}
.answer-box .answer_h .answer_center {
    width: 88%;
    color: #888888;
    max-height: 51px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.answer-box .answer_h .answer_center {
	width: 88%;
	color: #888888;
}

.answer-box .answer_h .answer_title {
	color: #333333;
	font-size: 18px;
}

.answer-box.am-active {
	border: 1px solid #c11920;
}

.answer-box.am-active .answer_title {
	color: #c11920;
}

@media screen and (max-width:1025px) {
	/*.answer-box {
		padding: 2%;
	}*/
	.answer-box {
	    padding: 2%;
	    height:auto;
	}
}

.am-panel>.am-list>li>a {
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.am-panel{
	margin-bottom: 0;
}
.am-panel:last-child{
	margin-bottom: 20px;
}