/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #cf3432;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .3;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #cf3432
}
/*初始设定*/



#banner {
	position: relative;
	font-size: 0px;
}
#banner .owl-item {
}
#banner .owl-item .item {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner .item a {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media(min-width:768px) {
#banner .owl-item .item {
	width: 100%;
	height: 360px;
}
#banner .owl-item .item a {
	display: block;
	width: 100%;
	height: 100%;
}
#banner .owl-item .item a img {
	display: none;
}
}
#banner .owl-nav {
	margin: 0px;
}
#banner .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 0%;
	width: 90px;
	height: 100%;
	margin: 0px;
	outline: none;
}
#banner .owl-nav button.owl-prev {
	left: 0px;
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
}
#banner .owl-nav button.owl-next {
	right: 0px;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 65%, rgba(0,0,0,0.06) 100%);
}
#banner .owl-nav button i {
	font-size: 42px;
	color: #fff;
}
#banner .owl-nav button:hover i {
	color: #cf3432;
}

@media(min-width:992px) {
#banner .owl-item .item {
	width: 100%;
	height: 500px;
}
}

@media(min-width:1200px) {
#banner .owl-item .item {
	width: 100%;
	height: 600px;
}
}

@media(max-width:768px) {
#banner .owl-nav button {
	width: 60px;
}
#banner .owl-nav button i {
	font-size: 36px;
	color: #fff;
}
}
/*banner按钮*/
#banner .owl-nav.disabled+.owl-dots {
	margin-top: 0px;
}
#banner .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 40px;
	margin-top: 0px;
}
#banner .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
#banner .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
#banner .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #cf3432
}

@media(max-width:768px) {
#banner .owl-dots {
	bottom: 30px;
}
#banner .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;
}
}
/*banner翻页*/


#index-link {
	padding: 0px;
	margin-bottom: -20px;
}
#index-link .owl-item .item {
	text-align: center;
}
#index-link .owl-item .item a {
	position: relative;
	display: block;
	color: #4d4d4d;
}

@media(min-width:992px) {
#index-link .owl-item .item a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .3s;
}
#index-link .owl-item .item:hover a:after {
	content: "";
	background: rgba(0,0,0,.3);
}
#index-link .owl-item .item p {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 50%;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	opacity: 0;
	transform: translate(0px, -20px);
	transition: all .3s;
}
#index-link .owl-item .item:hover p {
	opacity: 1;
	transform: translate(0px, 0px);
}
}

@media(max-width:992px) {
#index-link .owl-item .item p {
	width: 100%;
	margin: 10px 0px 0px;
	font-size: 18px;
	color: #4d4d4d;
	text-align: left;
	transition: all .3s;
}
}
/*首页产品分类链接*/


#index-news a .index-news-img {
	overflow: hidden;
}
#index-news a .index-news-img img {
	transform: scale(1);
	transition: all .3s;
}
#index-news a:hover .index-news-img img {
	transform: scale(1.2);
}
#index-news a p {
	margin: 20px 0px 10px;
	color: #4d4d4d;
}
#index-news a:hover p {
	color: #cf3432;
}
#index-news span {
	font-size: 12px;
	color: #999;
}
/*首页新闻*/
#index-yy .item {
	padding: 20px 0px;
}
#index-yy a {
	display: flex;
	align-items: center;
	width: 130px;
	height: 130px;
	margin: auto;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	transform: translate(0px, 0%);
	transition: all .3s;
}
#index-yy a:hover {
	transform: translate(0px, -10px);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
#index-yy a div {
	width: 100%;
	text-align: center;
}
#index-yy a div i {
	font-size: 48px;
}
#index-yy a div p {
	margin: 0px;
	font-size: 14px;
}
#index-yy .owl-item:nth-child(1) {
	color: #252e99;
}
#index-yy .owl-item:nth-child(2) {
	color: #ad2a7a;
}
#index-yy .owl-item:nth-child(3) {
	color: #cf7e32;
}
#index-yy .owl-item:nth-child(4) {
	color: #cf9d32;
}
#index-yy .owl-item:nth-child(5) {
	color: #cfbf32;
}
#index-yy .owl-item:nth-child(6) {
	color: #83ad2a;
}
#index-yy .owl-item:nth-child(7) {
	color: #28a471;
}
#index-yy .owl-item:nth-child(8) {
	color: #26659f;
}

/*首页应用*/



@media(min-width:768px) {
#product {
	width: 62%;
}
}

@media(max-width:768px) {
#product {
	width: 100%;
}
}
#product .owl-item {
	font-size: 0px;
}
#product .item {
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#product .item img {
	display: inline-block;
	margin: auto;
}
#product .owl-nav {
	margin: 0px;
}
#product .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	width: 46px;
	height: 46px;
	outline: none;
	background: none;
}
#product .owl-nav button i {
	font-size: 42px;
	line-height: 46px;
	color: #cf3432;
	opacity: .5;
	transition: all .3s;
}
#product .owl-nav button:hover i {
	opacity: 1;
}
#product .owl-nav button.owl-prev {
	left: 10px;
}
#product .owl-nav button.owl-next {
	right: 10px;
}

@media(max-width:992px) {
#product .owl-nav button.owl-prev {
	left: 5px;
}
#product .owl-nav button.owl-next {
	right: 5px;
}
}
#client {
	background: #1b1b1b;
}
/*产品详情大图*/

#course1 {
	clear: both;
	padding-bottom: 80px;
	padding-top: 20px;
	background:url(../images/img-about-bg5.jpg) bottom 30px center no-repeat;
}
#course1 .owl-item {
	font-size: 18px;
	line-height: 24px;
	color: #4d4d4d;
	transition: all .3s;
}
#course1 .center {
	font-size: 24px;
	font-weight: bold;
}
#course1 .item {
	text-align: center;
}
#course2 {
	padding: 0px 8%;
}
#course2 .item {
	display: flex;
	overflow: hidden;
}
#course2 .item div {
	padding: 0px;
}
#course2 .item div.course-text {
	padding: 30px;
	background: #f7f7f7;
}
#course2 .item div.course-text h4{
	position: relative;
	padding-bottom: 40px;
	margin: 0px;
}
#course2 .item div.course-text h4:after{
	content:"";
	position: absolute;
	z-index:1;
	bottom: 19px;
	left: 0%;
	width: 30px;
	height: 2px;
	background-color:#cf3432;
}

#course2 .owl-nav {
	margin: 0px;
}
#course2 .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	width: 46px;
	height: 46px;
	outline: none;
	background: none;
}
#course2 .owl-nav button i {
	font-size: 42px;
	line-height: 46px;
	color: #4d4d4d;
	opacity: .5;
	transition: all .3s;
}
#course2 .owl-nav button:hover i {
	color: #cf3432;
	opacity: 1;
}
#course2 .owl-nav button.owl-prev {
	left: 0px;
}
#course2 .owl-nav button.owl-next {
	right: 0px;
}
@media(max-width:768px) {
#course2 .item {
	display:block;
}
#course2 .owl-nav button.owl-prev {
	left: -10px;
}
#course2 .owl-nav button.owl-next {
	right: -10px;
}
}
/*经营范围*/

#honor{
	background:url(../images/img-about-bg6.jpg) center no-repeat;
	background-size: cover;

}
#about-h .owl-item .item {
	padding: 10px;
	background: #fff;
}
#about-h .owl-nav {
	margin: 30px 0px 0px;
}
#about-h .owl-nav button {
	margin: 0px 10px;
	outline: none;
	border: 2px solid #999;
	border-radius: 50%;
	font-size: 0px;
}
#about-h .owl-nav button:hover {
	background: none;
	border: 2px solid #cf3432;
}

#about-h .owl-nav button i {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 24px;
	line-height: 36px;
	color: #999;
}
#about-h .owl-nav button:hover i {
	color: #cf3432;
}
/*荣誉*/
#about-gc .owl-nav {
	margin: 30px 0px 0px;
}
#about-gc .owl-nav button {
	margin: 0px 10px;
	outline: none;
	border: 2px solid #999;
	border-radius: 50%;
	font-size: 0px;
}
#about-gc .owl-nav button:hover {
	background: none;
	border: 2px solid #cf3432;
}

#about-gc .owl-nav button i {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 24px;
	line-height: 36px;
	color: #999;
}
#about-gc .owl-nav button:hover i {
	color: #cf3432;
}
/*工厂*/

#app {
	padding-top: 30px;
}
#app .item {
	text-align: center;
	overflow: hidden;
}
#app .item span {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 1px;
	margin: 40px 0px;
	background: #ebebeb;
}
#app .item span:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	margin-top: -7px;
	background-color: #ebebeb;
	border-radius: 50%;
	transition: all .3s;
}
#app .item h4 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
#app .item p {
	text-align: left;
}

@media(min-width:992px) {
#app .item p, #app .item h4, #app .item img {
	padding: 0px 20px;
}
}

@media(max-width:992px) {
#app .item p, #app .item h4, #app .item img {
	padding: 0px 15px;
}
}

@media(max-width:768px) {
#app .item p, #app .item h4, #app .item img {
	padding: 0px 10px;
}
}
/* app */
