@charset "utf-8";
/*----slider----*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 15%;
  right: 0%;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 28%;
}
.callbacks_nav {
    position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 56%;
  left: 8%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 46px;
  width: 36px;
  background: transparent url("../images/img-sprite.png") -105px -1px;
  margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position:-136px -1px;
  right: 8%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
  width:100px;
  height:15px;
  background:#fff;
  display:inline-block;
  border-radius:30em;
  opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
  display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
  list-style: none;
  position: absolute;
  top: 83%;
  z-index: 3;
  left: 79%;
  padding: 0;
  margin: 0;
}
.callbacks_tabs li{
  display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 82%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:8px;
  width:16px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
  background:#E95F14;
}
.slide-text-info h2{
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5em;
  width: 37%;
  margin:0;
  line-height:38px;
}
.slide-text-info P{
  width: 29%;
  margin: 0.5em 0 1.5em;
  font-size: 0.7em;
  line-height: 25px;
  text-shadow: 2px 2px #000;
}
/*----*/
 a.startnow{
  text-decoration:none;
  color:#fff;
  padding:10px 20px;
  transition:0.5s all;
  font-size: 0.8em;
  border:1px solid #fff;
}
a.startnow:hover{
  border:1px solid #f8991e;
  background:#f8991e;
}
/*----//slider----*/

.index-title {
	padding: 50px;
	text-align: center;
}
.index-title h3 {
	font-size: 32px;
	line-height: 32px;
	color: #005792;
}
.index-title p {
	font-size: 15px;
	line-height: 52px;
}
.index-title .line {
	height: 2px;
	width: 170px;
	background: url(../images/line.png) no-repeat center;
	margin: 0 auto;
}
.index-about {
	width: 100%;
	background: url(../images/back1.jpg) no-repeat center;
	background-size: auto 100%;
	padding-bottom: 90px;
}
.index-about img {
	box-shadow: 8px 9px 6px #ddd;
}
.about-right .about-right-sb {
	margin-top: 60px;
	height: 110px;
	border: 1px solid #ddd;
	box-shadow: 4px 4px 8px #ddd;
	padding-top: 62px;
	text-align: center;
	transition: all 0.3s;
}
.about-right .about-right-sb:hover {
	box-shadow: 4px 4px 8px #B2898B;
}
.about-right .about-right-sb1 {
	background: url(../images/about1.png) no-repeat center;
	background-position: 50% 30%;
}
.about-right .about-right-sb2 {
	background: url(../images/about2.png) no-repeat center;
	background-position: 50% 30%;
}
.about-right .about-right-sb3 {
	background: url(../images/about3.png) no-repeat center;
	background-position: 50% 30%;
}
.about-right .about-right-sb1:hover {
	background: url(../images/about1-1.png) no-repeat center;
	background-position: 50% 30%;
}
.about-right .about-right-sb2:hover {
	background: url(../images/about2-1.png) no-repeat center;
	background-position: 50% 30%;
}
.about-right .about-right-sb3:hover {
	background: url(../images/about3-1.png) no-repeat center;
	background-position: 50% 30%;
}

/*产品滚动*/
.index-pro {
	padding: 30px 0 100px;
}
.scroll-outer{height:421px;background:url(static/images/bg.jpg) 50% 0 no-repeat;}
#scroll{width:1080px;margin:0 auto;padding-top:30px;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:250px;height:339px;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .item img { width: 100%; }
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);}
#scroll .shd a{display:block;width:250px;height:239px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:100%;padding:0 12px;color:#888;box-shadow:0 0 15px 15px rgba(228, 233, 238, 0.95);background-color:#e4e9ee\9;background-color:rgba(228, 233, 238, 0.95);}
#scroll h3{width:226px;margin-bottom:6px;font:700 18px/25px arial,"Microsoft Yahei";overflow:hidden;text-align: center;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:226px;height:54px;line-height:18px;font-size:12px;}
#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{background-color:#fff\9;background-color:rgba(248, 249, 249, 0.95);box-shadow:0 0 15px 15px rgba(248, 249, 249, 0.95);}
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}
@media (max-width: 767px) { 
  #scroll{width:100%;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:0;}

}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/ajaxloader.gif) no-repeat center center
}
/*/ 产品轮播*/
.index-pro1 {
  margin-top: 60px;
}
.index-pro1-title h2 {
	font-size: 24px;
    line-height: 40px;
    color: #005792;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.index-pro1-title h2 a {
	float: right;
}
.index-pro1-title h2:after {
    display: block;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #005792;
    clear: both;
    position: relative;
}
.index-prosb1 {
	margin-bottom: 20px;
}
.index-prosb1 .p1{
	font-size: 14px;
    line-height: 43px;
}
.index-prosb1 h4 {
	line-height: 30px;
	font-size: 14px;
}
.index-prosb1 h4 span{
	color: #005792;
    font-size: 16px;
}
.index-prosb2 li{
	width: 19%;
	float: left;
	margin-left: 1%;
	-moz-box-shadow:2px 2px 5px #9C9C9C; 
	-webkit-box-shadow:2px 2px 5px #9C9C9C; 
	box-shadow:2px 2px 5px #9C9C9C;
	padding: 14px 8px;
}
.index-prosb2 .p1{
	font-size: 18px;
    line-height: 64px;
    font-weight: bold;
    text-align: center;
}
.index-prosb2 h4 {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}
.index-prosb2 .line {
	height: 1px;
	width: 40px;
	background-color: #005792;
	margin: 10px auto;
}
.index-prosb2 .p2 {
	height: 100px;
	overflow: hidden;
}

/*新闻*/
.index-news {
	width: 100%;
	/*background: url(../images/back2.jpg) no-repeat center;*/
	background-size: 100% 100%;
	padding: 60px 0 90px;
}
.index-news .index-news-list h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.index-news .index-news-list h4:hover {
	color: #1362A5;
}
.index-news .index-news-list .more {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid #5a5a5a;
	margin: 20px 0;
}
.index-news .index-news-list .more:hover {
	background-color: #1362A5;
	color: #fff;
}















































