/**
 * 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;
	outline:none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #0199f1;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: 0;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1;
	width: 17px;
	height: 17px;
	margin: 9px;
	background: none;
	outline:none;
	text-decoration: none;
}
.owl-theme .owl-dots .owl-dot span {
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 0%;
	margin: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #ccc;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	transition: all .3s;
	border-radius: 0%;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: red;
}
/*滚动条插件*/
.owl-scrollbar {
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 10px;
	height: 5px;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e4e4e4;
	box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
	position: relative;
}
.owl-scrollbar .owl-scroll-handle {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #c9ae67;
	position: absolute;
	top: -5px;
	left: -1px;
}
.owl-scrollbar .owl-scroll-handle:hover {
	transform: scale(2);
	transition: transform .2s ease-in-out;
}
.owl-scrollbar .owl-scroll-progress {
	background: #c9ae67;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

@media(max-width:992px) {
.owl-scrollbar {
	display: none;
}
.owl-theme .owl-dots .owl-dot {
	width: 11px;
	height: 11px;
}
}
/*初始设定*/



/*banner按钮*/
#banner .owl-dots {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	margin-top: 0px;
}
@media(min-width:992px) {
#banner .owl-item .item {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}	
#banner .owl-item .item img{
	display: none;
}	
}
@media(max-width:992px) {
#banner .owl-item .item {
	background: none;
}	
#banner .owl-item .item img{
	display: block;
}	
	
}
/*banner按钮*/


/*科研*/
#research{
	width: 100%;
	height: 100%;
}
#research .owl-dots {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	margin-top: 0px;
}

.research-text h3,.research-text h4{
	margin: 0px;
	line-height: 1.2em;
}
@media(min-width:992px) {
.index-research .index-title{
	position: absolute;
	z-index: 3;
	top:15vh;
	left: 0;
	right: 0;
}
#research .owl-item .item {
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}	
#research .owl-item .item .research-img{
	display: none;
}

#research .owl-item:nth-of-type(Odd) .item .research-text,#research .owl-item:nth-of-type(even) .item .research-text{
	position: absolute;
	z-index: 1;
	left:0%;
	top:0;
	bottom: 0;
	width: 60%;
	padding-top: 35vh;
	padding-bottom: 10vh;
	padding-left: 10%;
	padding-right: 10%;
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,1) 100%);
}
/* #research .owl-item:nth-of-type(even) .item .research-text{
	position: absolute;
	z-index: 1;
	right: 0%;
	top:0;
	bottom: 0;
	width: 60%;
	padding-top: 35vh;
	padding-bottom: 10vh;
	padding-right: 10%;
	padding-right: 10%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,1) 100%);
}*/
.research-text h3{
	font-size: 40px;
	color: #333;
}
.research-text h4{
	font-size: 30px;
	color: #333;
}
.research-text p{
	margin: 8vh 0px 0;
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
}
}
@media(min-width:1600px) {
.research-text h3{
	font-size: 60px;
}
.research-text h4{
	font-size: 36px;
}
.research-text p{
	font-size: 22px;
}
	
}
@media(max-width:992px) {
.index-research .index-title{
	margin: 30px 0;
}
	
#research .owl-stage{
	display: flex;
}
#research .owl-stage{
	display: flex;
}	
#research .owl-item .item {
	height: 100%;
	background: none!important;
}	
#research .owl-item .item .research-img{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-position: center;
	background-size: cover;
}

#research .owl-item .item .research-text{
	height: 100%;
	padding: 5vh 15vw 5vh 5vw;
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 60%, rgba(255,255,255,1) 100%);
}
.research-text h3{
	font-size: 42px;
	color: #333;
}
.research-text h4{
	font-size: 24px;
	color: #333;
}
.research-text p{
	margin-top:30px;;
	font-size: 16px;
	line-height: 1.8em;
	color: #333;
}
}
@media(max-width:768px) {
.research-text h3{
	font-size: 30px;
	color: #333;
}
.research-text h4{
	font-size: 20px;
	color: #333;
}
.research-text p{
	margin-top:20px;;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}
}
/*科研*/


/*首页产品*/
#product-left{
	position: absolute;
	z-index: 4;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	padding: 30px;
	border-radius: 50%;
}
#product-left .owl-stage-outer{
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
#product-left .owl-item {
	position: relative;
}
#product-left .owl-item .item{
	position: relative;
	height: 0px;
	padding-bottom: 100%;
}
#product-left .owl-item .item div{
	position: absolute;
	z-index: 2;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#product-left .owl-item .item img{
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 70%;
	max-width: 70%;
}

#product-right{
	position: relative;
	float: right;
	width: 30vw;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #333;
	/* text-align: right; */
}
#product-right .owl-item{
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-delay:0s;
}
#product-right .owl-item.active{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#product-right .owl-stage-outer,#product-right .owl-stage,#product-right .owl-item{
	height: 100%;
}
#product-right .owl-item{
	display: flex;
	align-items: center;
}
@media(min-width:1600px) {
#product-right h4{
	font-size: 32px;
	line-height: 1.25em;
	margin:10px 0px 20px;
}
#product-right pre{
	margin:25px 0px 25px;
	font-size: 30px;
}
#product-right p,
#product-right span{
	margin: 10px;
	font-size: 20px;
}
}
@media(max-width:1600px) {
#product-right h4{
    line-height: 1.25em;
	font-size: 28px;
	margin:10px 0px 10px;
}
#product-right pre{
	margin:20px 0px 20px;
	font-size: 24px;
}
#product-right p,
#product-right span{
	margin:0px;
	font-size: 18px;
}
}
@media(max-width:1200px) {
#product-right h4{
	margin:10px 0px 10px;
	font-size: 24px;
}
#product-right pre{
	margin:20px 0px 20px;
	font-size:18px;
}
#product-right p,
#product-right span{
	margin:0px;
	font-size: 16px;
}
}
#product-right .owl-nav{
	margin: 0px;
}
#product-right .owl-nav [class*=owl-]{
	position: absolute;
	z-index: 2;
	right: 15px;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #0199f1;
	text-align: center;
	transition:all .3s; 
}
#product-right .owl-nav .owl-prev{
	top:0px;
	transform:rotate(90deg);
}

#product-right .owl-nav .owl-next{
	bottom: 0px;
	transform:rotate(90deg);
}
#product-right .owl-nav [class*=owl-].disabled{	
	opacity: 1;
	border: 1px solid #ccc;
	background: none;
}

#product-right .owl-nav [class*=owl-] i{
	font-size: 20px;
	color: #0199f1;
	transition:all .3s; 
}
#product-right .owl-nav [class*=owl-]:hover i{
	color: #fff;
}
#product-right .owl-nav [class*=owl-].disabled i{
	color: #ccc;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-delay: 0.5s;
}

/*首页产品*/


/* 首页重点新闻 */


@media(min-width:766px) {
#news-important{
	height: 100%;
}
#news-important .owl-stage-outer,#news-important .owl-stage,#news-important .owl-item,#news-important .item{
	height: 100%;
}
#news-important .item{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#news-important img{
	display: none;
}
#news-important h3{
	margin: 0px 0px 25px;
	font-size: 24px;
}
#news-important p{
	font-size: 16px;
}
#news-important .owl-dots {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%, 0%);
	margin-top: 0px;
}
}
@media(min-width:992px) {
#news-important .item{
	padding: 70px 10% 0;
}
#news-important{
	color: #fff;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#news-important h3{
	margin: 0px 0px 30px;
	font-size: 30px;
	color: #4d4d4d4;
	text-shadow: 0 0 6px rgba(0,0,0,0.2);
}
#news-important p{
	font-size: 18px;
	color: #4d4d4d4;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
}
@media(max-width:766px) {
#news-important{
	width: 100%;
	padding: 0px 6%;
}

#news-important .item{
	text-align: center;
	background: none!important;
}
#news-important img{
	display: block;
	width: 100%;
}
#news-important h3{
	margin: 30px 0px 20px;
	font-size: 18px;
}
#news-important p{
	font-size: 14px;
}
}