@charset "utf-8";

body, div, dl, dt, dd, del, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, menu {
	margin: 0;
	padding: 0
}

body {
	font: 14px/1.5 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
	color: #333
}

a, a:visited {
	color: #333
}

a:hover {
	color: #de4825;
	text-decoration: none
}

ol, ul, li {
	list-style: none
}

.oh {
	overflow: hidden;
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.plr0 {
	padding-left: 0;
	padding-right: 0;
}

.page-wrap {
	background: #fff;
}

.white-bg {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.page-title {
	text-align: center;
}

.page-title.white {
	color: #fff;
}

.page-cn {
	font-weight: normal;
	font-size: 16px;
	display: block;
}

.page-en {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	font-size: 24px;
	padding-bottom: 12px;
	display: inline-block;
	position: relative;
	margin-bottom: 6px;
}

.page-en::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 3px;
	background: #de4825;
	left: 50%;
	bottom: 0;
	margin-left: -21px;
}

.banner-in {
	height: auto;
}

/* 五等分 */
.col-xs-5-2, .col-sm-5-2, .col-md-5-2, .col-lg-5-2 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-5-2 {
	width: 20%;
	float: left;
}

@media (min-width:768px) {
	.col-sm-5-2 {
		width: 20%;
		float: left;
	}

}

@media (min-width:992px) {
	.col-md-5-2 {
		width: 20%;
		float: left;
	}

}

@media (min-width:1200px) {
	.col-lg-5-2 {
		width: 20%;
		float: left;
	}

}

/* 七等分 */
.col-xs-7-2, .col-sm-7-2, .col-md-7-2, .col-lg-7-2 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-7-2 {
	width: 14.2857%;
	float: left;
}

@media (min-width:768px) {
	.col-sm-7-2 {
		width: 14.2857%;
		float: left;
	}

}

@media (min-width:992px) {
	.col-md-7-2 {
		width: 14.2857%;
		float: left;
	}

}

@media (min-width:1200px) {
	.col-lg-7-2 {
		width: 14.2857%;
		float: left;
	}

}

/* 头部搜索 */
.top-link .container {
	position: relative;
}

.top-link {
	height: 30px;
	line-height: 30px;
	background: #de4825;
	color: #fff;
}

.top-link a {
	color: #fff;
}

.top-link .welcome {
}

.top-link .sitemap {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
}

.top-link .fa {
	margin-right: 5px;
}

.top-link .sitemap a {
	padding: 0 10px;
}

/*通用头部*/
.navbar-header .logo {
	display: block;
	margin: 15px 120px 15px 0;
	height: 58px;
}

.navbar-header .logo img {
	height: 100%;
}

.navbar-main {
	height: 88px;
	padding: 0;
	margin-bottom: 0;
	background: #fff;
	position: relative;
	border: 0;
}

.navbar-main .nav-menu {
	padding: 26px 0;
	margin-right: -35px;
	float: right;
}

.navbar-main .nav-menu>li {
	float: left;
	width: 115px;
	height: 36px;
}

.navbar-main .nav-menu>li>a {
	height: 36px;
	line-height: 36px;
	color: #000;
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin: 0 5px;
	padding: 0;
}

.navbar-main .nav-menu>li>a span {
	display: block;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	border: solid 1px transparent;
	border-radius: 5px;
}

.navbar-main .nav-menu>li>a:hover, .navbar-main .nav-menu>li>a:focus {
	background: transparent;
	color: #de4825;
}

/*首页焦点图*/
.slider {
	max-height: 500px;
	overflow: hidden;
}

.slider img {
	z-index: 9;
	display: block;
	width: 100%;
	height: auto;
}

.slider .owl-controls {
	position: absolute;
	z-index: 99;
	width: 100%;
	margin-top: -35px;
	text-align: center;
}

.slider .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.slider .owl-controls .owl-page span {
	z-index: 999;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	margin: 0 10px 0 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #cdcac7;
}

.slider .owl-controls .owl-page.active span, .slider .owl-controls.clickable .owl-page:hover span {
	background: #de4825;
}

/*首页简介*/
.home-about {
	padding: 30px 0 50px;
}

.home-about .outer, .video {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}

.home-about .inner, .video .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.home-about .outer a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.home-about .outer a:hover img {
	transform: scale(1.1)
}

.home-about .desc {
	cursor: pointer;
	background: #f6f6f6;
	padding: 15px 0 30px;
	border-bottom: solid 1px #999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.home-about .desc p {
	padding: 0 10px;
}

.home-about .desc:hover {
	background: #de4825;
	color: #fff;
}

.about-title {
	height: 44px;
	line-height: 44px;
	position: relative;
}

.about-title .cn {
	line-height: 44px;
	font-size: 16px;
}

.about-title .more {
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	height: 44px;
}

.about-desc {
	margin-top: 30px;
	position: relative;
}

.about-desc .text .bd {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
}

.about-desc .text .more {
	text-align: left;
	margin-top: 32px;
}

.about-desc .text .more a {
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border: solid 1px;
	border-radius: 999px;
	padding: 0 24px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.about-desc .text .more a:hover, .about-desc .text .more a:active {
	background: #de4825;
	border: solid 1px #de4825;
	color: #fff;
}

.about-desc .pic {
	max-height: 370px;
	overflow: hidden;
}

/* 首页产品 */
.home-product {
	padding: 50px 0;
	background: #fff url(../images/product-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size:;
}

.home-product .cate-nav {
	margin: 28px 0;
}

.home-product .cate-nav {
	text-align: center
}

.home-product .cate-nav li {
	display: inline-block;
	padding: 0 3px;
}

.home-product .cate-nav li a {
	color: #fff;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	transition-duration: .5s;
	border-bottom: solid 1px transparent;
	border: solid 1px;
	padding: 5px 0;
	width: 139px;
	display: inline-block;
	border-radius: 999px;
	letter-spacing: .1em;
}

.home-product .cate-nav li a:hover {
	background: #de4825;
	color: #fff;
	border: solid 1px #de4825;
}

.home-product .cate-nav-en li {
	float: left;
	padding: 0;
	margin-right: 25px;
	margin-bottom: 10px;
}

.home-product-list {
	margin: 30px -35px 0 -35px;
}

.home-product-list li {
	padding: 0 35px;
	margin-bottom: 56px;
}

.home-product-list li a {
	position: relative;
	display: block;
	padding-bottom: 56px;
	background: #fff;
	color: #333;
}

.home-product-list li a .pic {
	height: 100%;
	text-align: center;
	overflow: hidden;
}

.home-product-list li a .pic img {
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.home-product-list li a .title {
	width: 100%;
	line-height: 20px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-size: 14px;
	padding: 18px 0;
	color: #fff;
}

.home-product-list li a .bg {
	position: absolute;
	width: 100%;
	height: 56px;
	bottom: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af8f8d8d, endcolorstr=#af8f8d8d);
	background-color: rgba(142, 142, 142, .8);
}

.home-product-list li a:hover, .home-product-list li a:active {
	color: #fff;
}

.home-product-list li a:hover .title, .home-product-list li a:active .title {
	display: block;
}

.home-product-list li a:hover .bg, .home-product-list li a:active .bg {
	height: 56px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffba2e1c, endcolorstr=#ffba2e1c);
	background-color: rgba(186, 46, 28, 1);
}

.home-product-list li a:hover .pic img, .home-product-list li a:active .pic img {
	transform: scale(1.1);
}

/* 首页新闻 */
.home-news {
	padding: 50px 0 35px;
	background: #f0f0f0;
}

/* 新闻列表 */
.news-list {
	overflow: hidden;
	position: relative;
	padding: 40px 0;
	margin: 0 -1px 0 0;
}

.news-list li {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	height: 280px;
	padding: 0 40px;
	border-right: 1px solid #d4d8d9;
	border-bottom: 1px solid #d4d8d9;
}

.news-list li a .time {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	padding: 35px 0 20px;
}

.news-list li a .time span {
	border-bottom: 2px solid #da251d;
}

.news-list li a .pic {
	padding: 0;
}

.news-list li a .pic img {
	border: solid 1px #8b8c8c;
}

.news-list li a .title {
	font-size: 14px;
	color: #000000;
	padding: 15px 15px;
}

.news-list li a .desc {
	height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	padding: 20px 0 0;
}

/* 新闻列表 */
.news-bg {
	position: relative;
	background: #ece9e9;
	overflow: hidden;
	padding: 36px 64px;
}

.news-nav {
	position: relative;
	overflow: hidden;
	line-height: 24px;
}

.news-nav a {
	position: absolute;
	right: 0;
	top: 17px;
}

.news-nav .cn, .news-nav .en {
	display: block;
	font-size: 14px;
}

.news-nav .en {
	font-size: 20px;
}

.news-cate {
	text-align: center;
	padding: 50px 0;
}

.news-cate a {
	display: inline-block;
	line-height: 36px;
	padding: 0 40px;
	border: solid 1px transparent;
	border-radius: 999px;
	margin: 0 30px;
}

.news-cate a:hover {
	border: solid 1px #de4825;
}

.home-news-list {
	overflow: hidden;
	position: relative;
}

.home-news-list .list {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 20px 0;
}

.home-news-list .list a .time {
	text-align: center;
	background: #a9a7a7;
	width: 92px;
	height: 92px;
	float: left;
	color: #fff;
	margin-right: 36px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: 2px 2px 4px #ccc;
}

.home-news-list .list a .date {
	display: block;
	font-size: 42px;
}

.home-news-list .list a .month {
	font-size: 12px;
}

.home-news-list .list a .text {
}

.home-news-list .list a .title {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-news-list .list a .desc {
	line-height: 18px;
}

.home-news-list .list a:hover .time, .home-news-list .list a:active .time {
	background: #de4825;
}

.home-news-list .list a:hover .month, .home-news-list .list a:active .month {
	color: #fff;
}

.home-news-list .list a:hover .title {
	color: #de4825;
}

/* 合作伙伴 */
.home-partner {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.partner-list .link {
	height: 0;
	display: block;
	padding-top: 30%;
	border: solid 1px #d6d6d6;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 27px 0;
}

.partner-list .link:hover {
	border: solid 1px #de4825;
}

.partner-list .s-logo {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: table;
}

.partner-list .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.partner-list .s-logo img {
	margin: 0 auto;
	display: inline-block;
}

.partner-list .owl-controls {
	position: absolute;
	z-index: 99;
	top: 50%;
	width: 100%;
}

.partner-list .owl-controls .owl-buttons .owl-prev, .partner-list .owl-controls .owl-buttons .owl-next {
	position: absolute;
	z-index: 10;
	top: 0;
	display: block;
	width: 38px;
	height: 38px;
	background-color: #b9b7b8;
	background-image: url(../images/arr.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 999px;
}

.partner-list .owl-controls .owl-buttons .owl-prev {
	left: -50px;
}

.partner-list .owl-controls .owl-buttons .owl-prev:hover, .partner-list .owl-controls .owl-buttons .owl-prev:active, .partner-list .owl-controls .owl-buttons .owl-next:hover, .partner-list .owl-controls .owl-buttons .owl-next:active, .partner-list .owl-controls .owl-buttons .owl-prev:focus, .partner-list .owl-controls .owl-buttons .owl-next:focus {
	background-color: #de4825;
}

.partner-list .owl-controls .owl-buttons .owl-next {
	right: -50px;
	background-image: url(../images/arr.png);
	background-position: 0 -38px;
}

/* 应用领域 */
.home-apply {
	padding: 60px 0;
	position: relative;
	background: url(../images/apply.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.home-apply .page-title {
	color: #fff;
}

.apply-list {
	overflow: hidden;
	margin: 38px -25px 0;
}

.apply-list .item {
	margin-bottom: 16px;
	padding: 0 25px;
}

.apply-list .item a {
	display: block;
	font-size: 0;
	position: relative;
}

.apply-list .item a img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.apply-list .item a .bg {
	position: absolute;
	width: 50%;
	height: 50%;
	left: 50%;
	top: 50%;
	margin-left: -25%;
	margin-top: -25%;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#afde4825, endcolorstr=#afde4825);
	background-color: rgba(222, 72, 37, .8);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 100%;
	opacity: 0;
}

.apply-list .item a:hover .bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin-left: 0%;
	margin-top: 0%;
	opacity: 1;
}

.apply-list .item a .title {
	position: absolute;
	width: 90%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	top: 50%;
	left: 5%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	opacity: 0;
}

.apply-list .item a:hover .title {
	opacity: 1;
}

/* 内页简介 */
.block {
	padding: 50px 0 10px;
	position: relative;
}

.block-title {
	text-align: center;
}

.block-cn {
	font-size: 14px;
	display: block;
}

.block-en {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	font-weight: bold;
}

.about-box {
	padding-top: 50px;
	position: relative;
}

.about-text {
	line-height: 1.8;
}

.about-text p {
	padding-bottom: 12px;
}

/* 产品列表 */
.product-list {
	padding: 30px 0 60px;
	position: relative;
	margin: 0 -24px;
}

.product-list .item {
	padding: 0 24px;
	margin-bottom: 24px;
}

.product-list .link {
	height: 0;
	display: block;
	padding-top: 100%;
	border: solid 1px #d6d6d6;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product-list .link:hover {
	border: solid 1px #de4825;
}

.product-list .pic {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: table;
}

.product-list .pic img {
	margin: 0 auto;
	display: inline-block;
}

.product-list .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.product-list .title {
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 内页布局 */
.aside, .content {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}

.aside {
	min-height: 800px;
	background: #f7f7f7;
	margin-right: 50px;
}

.content {
	padding-right: 0;
	background: #fff;
}

/* 分类导航 */
.cate-list {
	padding: 50px 0 25px;
	margin: 0 -15px;
}

.cate-list li {
	float: left;
	height: 34px;
	line-height: 34px;
	margin-right: 2px;
}

.cate-list li a {
	display: block;
	font-size: 16px;
	cursor: pointer;
	padding: 0 26px;
}

.cate-list li.cur a, .cate-list li a:hover {
	background: #de4825;
	color: #fff;
}

/* 内页新闻 */
.news-wrap {
	background: #d4d8d9;
	position: relative;
	overflow: hidden;
}

.news {
	overflow: hidden;
	position: relative;
	padding: 40px 0;
	margin: 0 -1px 0 0;
}

.news li {
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	height: 280px;
	padding: 0 40px;
	border-right: 1px solid #d4d8d9;
	border-bottom: 1px solid #d4d8d9;
}

.news li a .time {
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	padding: 35px 0 20px;
}

.news li a .time span {
	border-bottom: 2px solid #da251d;
}

.news li a .pic {
	padding: 0;
}

.news li a .pic img {
	border: solid 1px #8b8c8c;
}

.news li a .title {
	font-size: 14px;
	color: #000000;
	padding: 15px 15px;
}

.news li a .desc {
	height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	padding: 20px 0 0;
}

/* 资质荣誉 */
.honor-box {
	position: relative;
	margin: 0 -24px;
}

.honor-list {
	padding: 30px 0 60px;
	position: relative;
}

.honor-list .item {
	padding: 0 24px;
}

.honor-list .link {
	height: 0;
	display: block;
	padding-top: 135%;
	border: solid 1px #d6d6d6;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.honor-list .link:hover {
	border: solid 1px #de4825;
}

.honor-list .pic {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	display: table;
}

.honor-list .pic img {
	margin: 0 auto;
	display: inline-block;
}

.honor-list .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.honor-list .owl-controls {
	position: absolute;
	z-index: 99;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.honor-list .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.honor-list .owl-controls .owl-page span {
	z-index: 999;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	margin: 0 10px 0 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #cdcac7;
}

.honor-list .owl-controls .owl-page.active span, .honor-list .owl-controls.clickable .owl-page:hover span {
	background: #de4825;
}

/* 图文列表 */
.prod-cate {
	text-align: center;
	padding: 50px 0 0;
}

.prod-cate a {
	display: inline-block;
	line-height: 32px;
	padding: 0 25px;
	margin: 0 15px;
}

.prod-cate a:hover {
	color: #fff;
	background: #de4825;
}

.img-list {
	overflow: hidden;
	margin-top: 35px;
	margin-left: -45px;
	margin-right: -45px;
}

.img-list .item {
	margin-bottom: 50px;
	padding: 0 45px;
}

.img-list .item a {
	display: block;
	font-size: 0;
	position: relative;
	border: solid 1px #ddd;
}

.img-list .item a img {
	padding: 15px;
	width: 100%;
	height: auto;
}

.img-list .item a .bg {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.img-list .item a:hover {
	border: solid 1px #de4825;
}

.img-list .item a:hover .bg {
	height: 100%;
}

.img-list .item a .title {
	position: absolute;
	width: 90%;
	margin-top: -15%;
	top: 50%;
	left: 5%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: none;
}

.img-list .item a:hover .title {
	display: block;
}

.img-list .item a .title span {
	font-size: 12px;
	display: inline-block;
	padding: 0 15px;
	border: solid 1px;
	margin-top: 25px;
}

/*在线留言*/
.query .tips {
	padding: 0 15px;
	font-size: 16px;
}

.query .form-group {
	margin-bottom: 10px;
}

.query .form-control {
	width: 80% !important;
}

.query .textarea {
	width: 90% !important;
	height: 80px;
}

.query .btn-default {
	background: #de4825;
	color: #fff;
	width: 120px;
}

/* 位置导航 */
.crumbs {
	background: #de4825;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 20px;
}

.crumbs a {
	color: #fff;
}

/* 通用分页 */
.page-list {
	text-align: center;
	margin: 10px 0 30px;
	display: block;
}

.page-list::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.page-list ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
	display: inline-block;
	vertical-align: bottom;
}

.page-list ul li {
	border-right: none;
	border-radius: 0;
	float: left;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	line-height: 18px;
}

.page-list ul li a {
	color: #333;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}

.page-list ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.page-list ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.page-list ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.page-list ul li.active {
	background: #de4825;
	color: #fff;
}

/* 相关内容 */
.page-related {
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.page-related li {
	overflow: hidden;
}

.page-more {
	line-height: 30px;
	display: block;
	overflow: hidden;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	background: #de4825;
	color: #fff;
}

.page-more:hover, .page-more:active, .page-more:visited {
	color: #fff;
	background: #de4825;
}

/* 通用内容 */
.content-body {
	padding: 50px 0 30px;
	font-size: 14px;
	position: relative;
}

.content-body p {
	margin-bottom: 12px;
}

.content-body img {
	max-width: 100%;
	width: auto;
}

.content-title {
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 30px 0 0;
	margin-bottom: 10px;
}

.content-img {
	margin: 20px auto;
	text-align: center;
}

.content-img img {
	display: inline-block;
}

.content-time {
	text-align: center;
	color: #999;
	padding: 5px 0 10px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
}

.detail {
	line-height: 1.8;
	padding: 30px 0 0;
}

.detail p {
	padding-bottom: 12px;
}

/* 产品详情 */
.prod-detail {
	margin-top: 36px;
}

.prod-detail .pic img {
	width: 100%;
	border: 1px #e4e3e3 solid;
}

.prod-title {
	font-size: 26px;
	font-weight: normal;
	overflow: hidden;
	color: #de4825;
	line-height: 35px;
	margin-top: 10px;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 10px;
}

.prod-desc {
	font-size: 13px;
	margin: 10px 0 0;
	color: #454545;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

.prod-tel .list {
	margin-right: 15px;
	display: inline-block
}

.prod-tel {
	font-size: 17px;
}

.prod-tel .fa {
	margin-right: 10px;
}

.prod-tel .num {
	font-weight: bold;
	color: #da251d;
}

.prod-other {
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
}

.prod-other li a {
	display: inline-block;
	font-size: 13px;
	padding: 5px 0px;
}

.prod-other li a img {
	margin-right: 5px;
}

.prod-detail .share-ico a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	background: #888;
	text-align: center;
	color: #d0d0d0;
	margin-right: 4px;
}

.pic-focus {
	position: relative;	
	width: 100%;
}

.pic-focus .thumb {
	position: relative;
	height: 0;
	display: block;
	padding-bottom: 100%;
	overflow: hidden;
}

.pic-focus .thumb li {
	overflow: hidden;
}

.pic-focus .thumb li img {
	vertical-align: middle;
}

.pic-focus .thumb-scroll {
	position: relative;
	width: 100%;
	height: 78px;
	margin-top: 6px;
}

.pic-focus .prev, .pic-focus .next {
	position: absolute;
	top: 13px;
	display: block;
	width: 16px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/detail.png) no-repeat;
}

.pic-focus .next {
	right: 0;
	background-position: -18px 0;
}

.pic-focus .thumb-list {
	position: absolute;
	left: 24px;
	display: inline;
	overflow: hidden;
	width: 100%;
}

.pic-focus .thumb-list ul {
	overflow: hidden;
	width: 9999px;
	height: 78px;
}

.pic-focus .thumb-list li {
	margin: 0 3px;
	display: inline;
	float: left;
	width: 78px;
	height: 0;
	padding-bottom: 100%;
	cursor: pointer;
}

.pic-focus .thumb-list img {
	width: 100%;	
	border: solid 1px #ccc;
}

.pic-focus .thumb-list .on img {
	border: solid 1px #de4825;
}

/* 百度地图 */
#allmap {
	width: 100%;
	height: 400px;
}

/*左侧信息*/
.online, .contact {
	padding: 15px 20px 0;
}

.online li {
	margin-bottom: 15px;
}

.online li img {
	margin-right: 5px;
}

.contact li {
	margin-bottom: 5px;
	font-size: 14px;
}

.contact {
	padding-bottom: 30px;
}

/*漂浮客服*/
.sidebar {
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 100px;
	width: 50px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.sidebar dd {
	margin-bottom: 1px;
}

.sidebar a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af4c4c4c, endcolorstr=#af4c4c4c);
	background-color: rgba(76, 76, 76, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.sidebar a:hover {
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#afde4825, endcolorstr=#afde4825);
	background-color: rgba(222, 72, 37, .8);
}

.sidebar a span {
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 50px;
}

.sidebar a .tel {
	background: url(../images/sidebar.png) 0 0 no-repeat;
}

.sidebar a .email {
	background: url(../images/sidebar.png) 0 -58px no-repeat;
}

.sidebar a .qq {
	background: url(../images/sidebar.png) 0 -116px no-repeat;
}

.sidebar .gotop span {
	background: url(../images/sidebar.png) 0 -174px no-repeat;
}

/* 联系方式 */
.home-contact {
	padding: 50px 0;
	color: #fff;
	background: url(../images/contact-bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 13px;
}

.home-contact a {
	color: #fff;
}

.home-contact .row {
	overflow: hidden;
}

.foot-title {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
	border-bottom: solid 3px #de4825;
	padding-bottom: 15px;
}

.foot-list, .address {
	position: relative;
	margin-top: 12px;
	padding-bottom: 300px;
	margin-bottom: -300px;
}

.foot-list:after, .address:after {
	position: absolute;
	top: 0px;
	right: 36px;
	width: 1px;
	height: 100%;
	content: '';
	background: #fff;
	z-index: 2;
}

.foot-list li {
	height: 20px;
	line-height: 20px;
	margin-bottom: 18px;
}

.address li {
	line-height: 20px;
	padding-left: 34px;
	margin-bottom: 18px;
	position: relative;
}

.address li span {
	display: block;
	margin-top: 18px;
}

.address li .fa {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
}

.qrcode {
	margin: 0 -28px 0 -14px;
	padding: 12px 0 12px;
}

.qrcode li {
	float: left;
	text-align: center;
	padding: 0 14px;
}

.qrcode li p {
	position: relative;
	margin-top: 10px;
	width: 90%;
}

.qrcode li img {
	width: 90%;
}

.share {
	margin-top: 15px;
}

.share-ico a {
	margin-right: 10px;
	cursor: pointer;
}

/* 联系我们 */
.contact-list {
	text-align: center;
	position: relative;
	padding: 50px 0;
	overflow: hidden;
}

.contact-list .ico {
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #a1a1a1;
	border: solid 1px #a1a1a1;
	border-radius: 999px;
	display: inline-block;
	font-size: 36px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.contact-list .ico:hover {
	background: #de4825;
	color: #fff;
	border: solid 1px #de4825;
}

.contact-list .title {
	color: #000;
	font-size: 18px;
	line-height: 48px;
}

/* 通用底部 */
.footer {
	padding: 25px 0;
	background: #de4825;
	color: #fff;
	font-size: 14px;
}

.footer a {
	color: #fff;
	margin-right: 20px;
}

.footer .copyright {
	text-align: center;
	margin: 0 auto;
}

@media (min-width:1366px) {
	.container {
		width: 1200px
	}

}

@media (max-width:992px) {
	.navbar-toggle {
		padding: 15px 0px;
		margin-top: 15px;
		background-color: transparent;
		background-image: none;
		border-radius: 0px;
		border-top: none
	}

	.navbar-toggle .icon-bar {
		background: #333
	}

	.navbar-collapse {
		padding: 0;
		border-top: none;
	}

	.navbar-main {
		height: 70px;
		z-index: 999;
		border-bottom: solid 1px #ccc;
	}

	.navbar-main .nav-menu>li>a {
		border: solid 0px transparent;
		border-radius: 0px;
	}

	.navbar-header .logo {
		margin: 14px 0;
		height: 42px;
	}

	.navbar-header .logo img {
		height: 42px;
	}

	.navbar-main .lang {
		margin-top: 0;
	}

	.navbar-main .nav-menu, .navbar-main .lang {
		padding: 0;
		margin-right: 0px;
		float: none;
	}

	.navbar-main .nav-menu>li {
		display: block;
		width: 100%;
		clear: both;
		float: none;
		height: auto;
	}

	.navbar-main .nav-menu>li>a, .navbar-main .lang a {
		height: auto;
		line-height: 48px;
		display: block;
		margin: 0;
		border-top: 1px solid #ccc;
		text-align: left;
		padding: 0 15px;
		background: #fff;
	}

	.navbar-main .nav-menu>li>a span {
		display: none;
	}

	.navbar-main .nav-menu>li>a:hover, .navbar-main .nav-menu>li>a:focus {
		background: #de4825;
		color: #fff;
	}

	.navbar-main .nav-menu>li>a:hover em, .navbar-main .nav-menu>li>a:focus em {
		color: inherit;
		border: 0px;
		display: block;
		height: auto;
		line-height: inherit;
	}

	.navbar-main .nav-menu .open>a, .navbar-main .nav-menu .open>a:focus {
		background-color: transparent;
		border-top: 1px solid #ccc;
		background: #de4825;
		color: #fff
	}

	.navbar-main .nav-menu .open>a:after {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff
	}

	.about-desc .text .bd {
		line-height: 1.8;
		padding: 0;
	}

	.home-news-list .list a .desc {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.about-desc .text .more {
		margin-bottom: 20px;
		text-align: center;
	}

	.why {
		margin-top: 20px;
	}

	.why .list {
		padding: 10px 0;
		width: 50%;
		float: left;
		background: none;
	}

	.why .list a {
		display: block;
		position: relative;
		overflow: hidden;
		text-align: center;
	}

	.why .link {
		margin-left: 0;
	}

	.apply-list .item {
		margin-bottom: 10px;
		padding: 0;
	}

	.partner-list .owl-controls {
		margin-top: -19px;
	}

	.partner-list .owl-controls .owl-buttons .owl-prev {
		left: 0;
	}

	.partner-list .owl-controls .owl-buttons .owl-next {
		right: 0;
	}

	.aside {
		margin-right: 0px;
	}

	.foot-list, .address {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.video {
		margin: 0 -15px;
	}

	.honor-box {
		margin: 0;
	}

	.honor-list .item {
		padding: 0 15px;
	}

}

@media (max-width:640px) {
	.top-link, .apply-nav {
		display: none;
	}

	.navbar-header .logo img {
		padding-left: 15px
	}

	.navbar-toggle {
		margin-right: 15px
	}

	.home-about {
		padding: 30px 0 10px;
	}

	.about-desc {
		height: auto;
	}

	.about-desc .text .bd {
		display: -webkit-box;
		-webkit-line-clamp: 6;
		overflow: hidden;
	}

	.home-product, .home-news, .home-apply, .home-partner, .home-contact {
		padding: 30px 0 10px;
	}

	.home-product .cate-nav li {
		padding: 0 10px 5px 0;
	}

	.home-product-list li a .title .en {
		padding: 0 8px;
	}

	.foot-list:after, .address:after {
		background: transparent;
	}

	.news-bg {
		padding: 36px 15px;
	}

	.news-cate {
		padding: 25px 0 0;
	}

	.news-cate a {
		padding: 0 25px;
		margin: 0 15px;
	}

	.prod-cate {
		padding: 25px 0 0;
	}

	.prod-cate a {
		line-height: 24px;
		padding: 0;
		margin: 0;
		width: 50%;
		background: #f3f3f3;
		border: solid 2px #fff;
		margin-left: -2px;
		margin-bottom: -2px;
		box-sizing: border-box;
	}

	.img-list {
		margin-top: 25px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.img-list .item {
		margin-bottom: 15px;
		padding: 0 15px;
	}

	.home-news-list .list a .time {
		margin-right: 20px;
	}

	.home-product-list {
		margin: 30px -2px 0 -2px;
	}

	.home-product-list li {
		padding: 0 2px;
		margin-bottom: 4px;
	}

	.partner-list .link {
		padding-top: 100%;
		margin: 10px 0;
	}

	.partner-list .s-logo img {
		padding: 0 5px;
	}

	.qrcode .first {
		margin-right: 0;
	}

	.apply-list {
		margin: 15px -4px 0;
		padding: 0 15px;
	}

	.apply-list .item {
		margin-bottom: 8px;
		padding: 0 4px;
	}

	.home-contact .contact-bg {
		padding: 0px 0 32px 0px;
	}

	.other {
		margin-top: 0px;
	}

	.banner-in {
		display: none;
	}

	.aside, .content {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.aside {
		min-height: 1px;
	}

	.content {
		padding: 0;
	}

	.crumbs {
		margin: 0 -15px;
		padding: 0 20px;
	}

	.content-body {
		padding: 60px 0 0 0;
	}

	.prod-title {
		margin-top: 15px;
	}

	.foot-title {
		margin-bottom: 15px;
	}

	.qrcode {
		padding: 15px 0;
	}

}
