﻿/**
 * 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: #e62129;
	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: #e62129
}
/*初始设定*/



#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: auto 100%;
}
#banner .item a {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media(min-width:768px) {
#banner {
	height: 100%;
}
#banner .owl-item .item {
	width: 100%;
	height: 100%;
}
#banner .owl-item .item a {
	display: block;
	width: 100%;
}
#banner .owl-item .item a img.banner1 {
	display: block;
}
#banner .owl-item .item a img.banner2 {
	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: #e62129;
}

@media(max-width:768px) {
 #banner .owl-item .item a img.banner1 {
	display: none;
}
#banner .owl-item .item a img.banner2 {
	display: block;
}
   
    
#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: 60px;
	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: #e62129
}

@media(max-width:768px) {
#banner .owl-dots {
	bottom: 30px;
}
#banner .owl-dots .owl-dot span {
	width: 9px;
	height: 9px;
	margin: 5px 7px;
}
}
/*banner翻页*/



/*首页新闻*/
.img-box{
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transform:scale(1); transition:all .4s;  
}
#index-news .item:hover .img-box img{
	transform:scale(1.1);
}
#index-news .item span{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 13px;
	color: #999;
}
#index-news .item p{
	font-size: 17px;
	color: #4d4d4d;
	white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
	transition:all .3s;
}
#index-news .item:hover p{
	color: #e62129;
}
#index-news .owl-nav button {
	position: absolute;
	z-index: 2;
	top: 40%;
	width: 48px;
	height: 48px;
	margin: 0px;
	background: #f7f7f7;
	border-radius: 0px;
	transform:translate(0%,-50%);
	transition:all .3s;
}
#index-news .owl-nav button:hover {
	background:#e62129 ;
}
#index-news .owl-nav button.owl-prev {
	left: 0;
}
#index-news .owl-nav button.owl-next {
	right: 0;
}
#index-news .owl-nav button i {
	font-size: 36px;
	line-height: 36px;
	color: #333;
}
#index-news .owl-nav button:hover i {
	color: #fff;
}
@media(min-width:1280px) {
#index-news .owl-nav button.owl-prev {
	left: -70px;
}
#index-news .owl-nav button.owl-next {
	right:  -70px;
}
}
/*首页新闻*/

.business {
	background: #fdf7ef;
}
#business {
}
#business .item {
	text-align: center;
}
#business .item i {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 48px;
	line-height: 80px;
	color: #e62129;
	border-radius: 50%;
	border: 2px solid #e62129;
}
#business .item h3 {
	margin: 20px 0px;
	font-size: 24px;
	color: #888888;
}
#business .item p {
	font-size: 15px;
	line-height: 24px;
}

@media(min-width:992px) {
#business {
	display: none;
}
}
/* 首页项目*/

#about-s {
	padding-top: 30px;
}
#about-fz {
	position: relative;
	z-index: 2;
}
#about-fz:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 60px;
	left: 0%;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}
#about-fz .item {
	margin: 0px 15px;
}
#about-fz a {
	display: inline-block;
	font-size: 20px;
	line-height: 56px;
	color: #333;
	border-bottom: 2px solid #e62129;
	margin-bottom: 20px;
}
#about-fz a b {
	font-size: 26px;
	line-height: 56px;
	vertical-align: middle;
}
/*关于*/


#service1 {
	padding-top: 40px;
}
#service1 p {
	text-align: center;
	line-height: 1.5em;
}
.service1-img {
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
}

@media(min-width:992px) {
#service1 {
	width: 70%;
	margin: auto;
}
}

@media(max-width:992px) {
#service1 {
	width: 80%;
	margin: auto;
}
}

#service5{
	margin-top: 30px;
}
#service5 a {
	position: relative;
	z-index: 1;
	display: block;
	background: #000;
}
#service5 a:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0%;
	width: 100%;
	height: 0%;
	background:rgba(255,64,1,.7);
	transition: all .5s;
}
#service5 a:hover:after {
	content: "";
	height: 100%;

}
#service5 a img {
	opacity: 0.9;
}
#service5 a p {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 50%;
	display: block;
	width: 100%;
	padding: 0px 20px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	transform: translate(0%, -50%);
	transition:all .4s;
}
#service5 a:hover p {
	margin:-36px 0px 0px;
}
#service5 a p:after{
	content:"+";
	position: absolute;
	top: 100%;
	left: 0px;
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 36px;
	font-weight: normal;
	opacity: 0;
	transition:all .4s;
}
#service5 a:hover p:after{
	content:"+";
	margin-top: 10px;
	opacity: 1;
}
/*服务*/