﻿@charset "utf-8";
@media (min-width: 1260px) {
  .container{
  width: 1230px;
  }
}

/*head*/
/*导航下拉固定*/
.fixed {
  position: fixed;
  top: 0;
  opacity: 0.95;
  -moz-box-shadow:2px 2px 5px #333333; 
  -webkit-box-shadow:2px 2px 5px #333333; 
  box-shadow:2px 2px 5px #333333;
}
/*导航下拉固定*/
.top {
  background: #393939;
  height: 30px;
}
.top p {
  line-height: 30px;
  text-align: right;
  color: #fff;
}
.top p span {
  color: #31b2da;
  font-weight: bold; 
}
.navbar {
  width: 100%;
  z-index: 999;
  border-radius: 0;
  padding: 22px 0; 
  margin-bottom: 0;
}
.navbar .logo a{
  color: #07990B;
  font-size: 24px;
  font-weight: bold;
  line-height: 53px;
}
#header .navbar-nav {
  float: right;
}
.affix {
  top: 0;
}
@media (min-width:768px) {
  .navbar .dropdown1:hover .dropdown-menu{
    display: block;
    opacity: 0.9;
  }
}
.navbar .dropdown-menu {
  min-width: 128px;
  border: none;
}
.navbar-nav>li>a {
  font-size: 18px;
  color: #383838;
  padding: 10px 10px;
  margin-top: 15px;
}
.dropdown-menu>li>a {
  padding: 10px 15px;
  font-size: 16px;
}
.nav>li>a:focus {
  background: none;
}
#header .navbar-nav li a:hover , #header .active,#header .nav .open>a,#header .nav .open>a:focus,#header .nav .open>a:hover{
  color: #ca381b!important;
  background: none;
  font-weight: bold;
}


/*导航 end*/

/*----轮播图 start----*/
  #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;
    opacity: 0.4;
  }
  .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;
    width: 100%;
  }
  .callbacks_tabs{
    list-style: none;
    position: absolute;
    bottom: 33px;
    z-index: 16;
    left: 46%;
    padding: 0;
    margin: 0;
  }
  .callbacks_tabs li{
    display:inline-block;
  }
  /*----*/
  .callbacks_tabs a{
   visibility: hidden;
  }
  .callbacks_tabs a:after {
    content: "\f111";
    font-size:0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:16px;
    width:16px;
    display:inline-block;
    background: #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:#ca391b;
  }
  .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;
  }
/*----轮播图 end----*/

footer {
  background: url(../images/foot-back.jpg);
  color: #D9D9D9;
  padding: 70px 0 60px;
}
footer p,footer a ,footer h2,footer h4{
  color: #2b2b2b;
}
footer .footer-left li {
  padding: 0;
}
footer .footer-left .h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #383838;
  margin:0 0 28px;
}
footer .footer-left span {
  display: block;
  line-height: 32px;
  font-size: 14px;
}
.footer-right {
  padding-left: 100px;
}
.footer-right .p1 {
  font-size: 18px;
  line-height: 18px;
  color: #383838;
  margin-bottom: 28px;
}
.footer-right .p1 span {
  font-size: 18px;
  font-weight: bold;
  color: #ca381b;
}
.footer-right .div1 p{
  font-size: 14px;
}
.footer-sb {
  border-bottom: 1px solid #D9DBDF;
  overflow: hidden;
  padding-bottom: 34px;
}
.footer-bottom {
  clear: both;
  border-top: 1px solid #F2F4F7;
  padding-top: 14px;
}
/*漂浮*/
.float-right {
  position: fixed;
  right: 1%;
  bottom: 33%;
  width: 54px;
  z-index: 1000;
  /* height: 300px; */
}
.float-five {
  width: 54px;
  height: 54px;
  margin-bottom: 1px;
  color: white;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: relative;
}
.float-active,
.float-active:hover,
.float-five:hover {
  color: white;
  text-decoration: none;
}
.float-five > a {
  color: white;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.float-ts-hide {
  display: none;
}
#floatDivSlideBtn > img {
}
#floatDivSlideBtn {
  line-height: 50px;
}
.float-more {
  height: 100%;
  height: 50px;
  position: absolute;
  right: 101%;
  bottom: 4px;
  line-height: 25px;
  width: 200px;
  font-size: 14px;
  background-color: #CA381B;
  display: none;
  color: #fff;
  text-align: right;
  padding-right: 4px;
}
.float-five:hover > .float-more {
  display: block;
  animation: sk-circleFadeDelay 300ms;
}
.float-erweima {
  width: 140px;
  bottom: -22.5px;
  height: auto;
  border: 3px solid #fff;
  right: 102%;
}

@-webkit-keyframes sk-circleFadeDelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .float-hidden-xs {
    display: none;
  }
}


/*飞入*/
@keyframes tx1 {
from {
  position: relative;
  right: -500px;
}
to {
  right: 0px;
}
}
.tx1{
  animation:tx1 600ms linear;
  -moz-animation:tx1 600ms linear; /* Firefox */
  -webkit-animation:tx1 600ms linear; /* Safari and Chrome */
  -o-animation:tx1 600ms linear; /* Opera */
}





@media (min-width: 993px) and (max-width: 1200px) { 
  .navbar-nav>li>a {
    padding: 10px 7px;
  }
  .footer-right {
    padding-left: 0px;
  }
  .footer-right img {
    width: 100%;
  }
  .about-box2 .about-box2-sb {
    padding: 33px 32px;
  }
  .index-pro .carousel .carousel-control.right {
    right: 8px!important;
    z-index: 999
  }
  .index-pro .carousel .carousel-control.left {
    left: 8px!important;
    z-index: 999;
  }
  .history-box .h4-1:before,.history-box .h4-2:after {
    width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 992px){ 

}
@media (max-width: 992px){ 
  .about-box2 .about-box2-sb {
    background: #fff;
    padding: 60px 32px;
    height: auto;
  }
  .about-tab .tab-container {
    width: 90%;
  }

}
@media (max-width: 767px) {
  .navbar {
    padding: 2px 0;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin: 0;
  }
  .navbar-brand>img {
    width: 70%;
  }
  .navbar-brand {
    padding:0;
  }
  .navbar-toggle {
    background: #CA391C;
    margin-right: 0;
  }
  .index-about {
    padding: 40px 15px;
  }
  .index-case-video {
    padding: 60px 0 60px 0;
  }
  .index-video {
    padding: 60px 15px;
  }
  .callbacks img {
    width: 146%;
    margin-left: -20%;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-nav {
    margin: 0;
    width: 100%;
    background:#eaeaea;
    opacity: 0.9;
  }
  .navbar-nav>li {
    width: 100%;
  }
  .navbar-nav>li>a {
    padding: 12px 30px 6px 0;
    text-align: center;
    letter-spacing: 4px;
    border-bottom: 1px solid #ddd;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fafafa;
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    border-bottom: 1px dotted #ddd;
  }
  .erji-nav .ny-ej-nav {
    padding: 2px 15px;
  }
  .erji-nav .navbar-brand{
    line-height: 50px;
    font-weight: bold;
  }
  .erji-nav .navbar-toggle {
    padding: 3px 10px;  
    color: #fff;
  }
  .erji-nav #navbar1 {
    text-align: center;
    position: absolute;
    width: 93%;
    padding: 0;
    margin: 0;
  }
  .erji-nav .navbar-nav>li>a {
    padding: 9px 14px;
  }
    .index-title h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 28px;
      color: #ca381b;
      text-align: center;
  }
  .index-title p {
      font-size: 18px;
      line-height: 18px;
      color: #d5d5d5;
      text-align: center;
      margin-bottom: 28px;
  }
  .index-case {
      background: #ECF0F4;
      padding: 60px 0;
  }
  .index-case .index-case-img p {
      font-size: 18px;
  }
  .about-box1 {
    padding: 24px 15px;
  }
  .about-box2 .about-box2-sb {
      background: #fff;
      padding: 36px 12px;
       height: auto; 
  }
  .about-box2 {
    padding: 50px 0;
  }
  .about-box2 .about-box2-sb .p1 {
    font-size: 18px;
  }
  .about-box2 .about-box2-sb .p2 {
    font-size: 14px;
  }
  .about-tab {
    padding-top: 50px;
  }
  .about-tab .nav-tabs>li>a {
    font-size: 18px;
    line-height: 26px;
    width: 130px;
    height: 48px;
  }
  .about-tab .nav-tabs>li.active>a,
  .about-tab .nav-tabs>li.active>a:focus, 
  .about-tab .nav-tabs>li.active>a:hover {
    font-size: 18px;
    line-height: 26px;
  }
  .about-hornor-box .about-hornor1,
  .about-hornor-box .about-hornor2 {
    width: 100%;
    margin-bottom: 24px;
  }
  .case-sb {
      background-color: #F9FBFC;
      padding: 22px;
      margin-bottom: 30px;
      transition: all 0.3s;
  }
  .pro-tab-box .nav-tabs>li>a {
    line-height: 24px;
    font-size: 16px;
    border: 1px dotted #ddd;
  }
  .pro-tab-box .nav-tabs>li.active>a, .pro-tab-box .nav-tabs>li.active>a:focus, .pro-tab-box .nav-tabs>li.active>a:hover, .pro-tab-box .nav-tabs>li>a:hover {
    border: 1px dotted #ddd;
  }
  .index-pro .carousel .carousel-control.left {
    left: -20px!important;
  }
  .index-pro .carousel .carousel-control.right {
    right: -20px!important;
  }
  .index-pro .carousel-inner {
    height: 201px!important;
  }
  .pro-info-title {
    font-size: 20px;
  }
  .info-box {
    padding: 15px;
  }
  .gbook-img {
    width: 100%;
    margin: 30px 0;
  }
  .down-sb {
    padding: 12px 0;
    text-align: center;
  }
  .down-sb .p5 {
    margin: 0 auto;
  }
  .down-sb .p1,.down-sb .p3,.down-sb .p2 {
    line-height: 30px;
    border-bottom: 1px dotted #ddd;
  }
  .float-right {
   bottom: 8%;
  }
  .callbacks_tabs {
    bottom: 6px;
    z-index: 16;
    left: 39%;
  }
  footer {
    padding: 40px 0 60px;
  }
  .footer-right {
    padding-left: 0;
  }
  .footer-right .p1 {
    margin-bottom: 10px;
    line-height: 32px;
  }
  .foot-wap {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #F9F9F9;
    -moz-box-shadow:0px -1px 2px #F9F9F9; 
    -webkit-box-shadow:0px -1px 2px #F9F9F9; 
    box-shadow:0px -1px 2px #F9F9F9;
  }
  .foot-wap .foot-menu li {
    width: 25%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #ddd;
  }
  .showpro-down1 .down-sb .yulan {
    float: left;
    margin-left: 10%;
    margin-right: 0%;
  }
}
  
