﻿@charset "utf-8";
/*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;
}
.navbar {
  width: 100%;
  background: #fff;
  z-index: 999;
  margin-bottom: 0;
}
.top {
  padding-top: 10px;
}
.top p ,.top a{
  color: #606060;
  line-height: 34px;
  text-align: right;
  font-size: 14px;
}
.logo p {
  font-size: 28px;
  line-height: 16px;
  float: left;
  font-weight: bold;
  padding: 6px 0 0 6px;
}
.logo p span {
  font-size: 10px;
  line-height: 26px;
  transform: scaleX(0.9);
  display: block;
  margin-left: -13px;
}
.head-nav {
  padding: 34px 0 30px;
}
.pc-nav-box {
  padding-left: 0;
  font-size: 18px;
  padding-top: 6px;
}
.pc-nav-box li {
    padding: 0 0 0 4%;
    text-align: right;
}
.pc-nav-box li:last-child {
    border-right: none;
}
.pc-nav-box li:hover a {
  transition: all 0.3s;
}
.active ,.pc-nav-box li:hover a{
  color: #005bac!important;
  font-weight: bold;
}
.wap-nav-box .con{
    position: absolute;
    z-index: 0;
    top: -6px;
    right: 0;
}
.wap-nav-box button{
    width:40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    background:  url(../images/nav.png) no-repeat center;
    border-radius: 8px;
}
.wap-nav-box button:hover{
    background-color: #f5f5f5;
}

.wap-nav-box span{
    font-size: 16px;
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
.wap-nav-box span:hover{
    background-color: #f5f5f5;
}

.wap-nav-box .bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.wap-nav-box .leftNav{
    width: 50%;
    max-width: 400px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -50%;
}
.xiala {
  width: 100%;
}
.xiala .btn {
    width: 100%;
    margin: 10px 0;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #063D82!important;
    color: #fff;
}
.xiala .btn:hover {
  background-color: #FB3438!important;
  color: #fff!important;
}
.xiala .dropdown-menu {
  width: 100%;
  top: 82%;
}
.xiala .dropdown-menu li a{
  line-height: 32px;
  border-bottom: 1px solid #ddd;
}

  /*轮播图*/
  #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;
  }
  .callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 89%;
    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:20px;
    width:20px;
    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:#005BAC;
  }
  .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----*/

footer {
  background: #32373B;
  padding: 80px 0 ;
}
footer p,footer a ,footer h2{
  color: #989B9D;
}
.foot-contact {
  padding: 0 0 0 5%;
}
.foot-list-box {
  margin-bottom: 40px;
  width: 
}
.foot-list-item a{
  display: block;
  height: 30px;
  line-height: 30px;
  width: 50%;
  float: left;
  max-width: 13em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
}
.fast a {
  width: 100%;
}
.foot-contact h2,.foot-h2{
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}
.foot-contact h2:after ,.foot-h2:after{
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #006ecf;
  margin: 14px 0;
}
.foot-contact h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
}
.foot-contact p {
  line-height: 26px;
}
.foot-line {
  width: 100%;
  height: 1px;
  background-color: #292e31;
  box-shadow: 0px 1px 0px 0px 
    #40454a;
}
.erweima {
  background: #fff;
  padding:3%; 
  text-align: center;
  margin-top: 50px;
}
.erweima img {
  margin: 0 auto;
  display: inherit;
}
.end {
  margin-top: 24px;
}
.foot-nav {
  padding-top: 42px;
}
.foot-nav li {
  border-right: 1px solid #a2a2a2;
  line-height: 14px;
}
.foot-nav li:last-child {
  border-right: none;
}

.go-top {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/go-top.png) no-repeat center;
  position: fixed;
  right: 4px;
  bottom: 80px;
}


@media (min-width: 768px){
   .modal-dialog {
      width: 600px;
      margin: 103px auto;
  }

}
@media (min-width: 993px) and (max-width: 1200px) { 
  .index-application-left {
    padding: 50px 24px;
  }
    .pc-nav-box li {
        padding: 0 0 0 2%;
    }

  .foot-contact {
      padding: 0;
  }
  .erweima {
    padding: 2%;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .index-news-left {
      padding: 20px 40px;
      height: auto;
  }
  .index-news-left .index-title {
      margin-bottom: 20px;
  }
  .index-news-right {
    height: auto;
    padding: 0 15px;
  }
  .index-new-list {
    border-bottom: 1px solid #e1e1e1!important;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
  }
  .z-box {
    display: none;
  }
  .callbacks_tabs a:after {
    width: 16px;
    height: 16px;
  }
  .index-hotpro-list .caption h3 {
    float: none;
  }
  .index-application-left {
      padding: 16px 8px;
  }
  .callbacks img {
      width: 138%!important;
      left: -18%;
  }
}
@media (max-width: 767px) {
  .callbacks_tabs a:after {
    width: 12px;
    height: 12px;
  }
  .head-nav {
    padding: 16px;
  }
  .logo img {
    width: 106px!important;
    padding: 4px 0;
  }
  .logo p {
    font-size: 20px;
    line-height: 14px;
  }
  .index-title h2 {
    font-size: 26px!important;
    line-height: 36px;
  }
  .index-title p {
    font-size: 18px!important;
    line-height: 20px;
  }
  .index-title span {
    margin: 14px 0;
  }
  .index-hot-products {
    padding: 50px 0;
  }
  .index-hotpro-list .caption {
    padding: 0 28px 28px;
  }
  .index-hotpro-list .caption h3 {
    float: none;
  }
  .index-products {
    padding: 60px 0 40px 0;
  }
  .index-application {
    padding: 50px 0;
  }
  .index-application-left {
    padding: 24px;
    height: auto; 
  }
  .index-products .more {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .index-application-right ul li:nth-child(1), 
  .index-application-right ul li:nth-child(4), 
  .index-application-right ul li:nth-child(5), 
  .index-application-right ul li:nth-child(8) {
    background: #F6F6F6;
  }
  .index-application-right ul li:nth-child(2), 
  .index-application-right ul li:nth-child(3), 
  .index-application-right ul li:nth-child(6), 
  .index-application-right ul li:nth-child(7) {
    background: #EAEAEA;
  }
  .index-about {
    padding: 50px 0;
  }
  .index-news-left .index-title {
    margin-bottom: 24px;
  }
  .index-news-left {
    padding: 24px;
    height: auto; 
  }
  .index-news-right {
    background: #F6F6F6;
    height: auto; 
    padding: 0 3%;
  }
  .index-new-list {
    border-bottom: 1px solid #e1e1e1!important;
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
  }
  .z-box {
    display: none;
  }
  .index-news {
     padding-top: 0; 
  }
  .index-QA {
    padding-bottom: 0;
  }
  .foot-contact {
    padding: 38px 3%;
  }
  .erweima {
    width: 50%; 
    background: #fff;
    padding: 3%;
    text-align: center;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    margin-top: 24px;
  }
  .erweima img {
  margin: 0 auto;
  display: inherit;
  width: 80%;
  }
  .foot-list-box {
    margin-bottom: 0;
  }
  .index-pro-list .caption h3 {
    margin: 0 auto;
  }
  .foot-contact h3 {
    font-size: 18px;
  }
  .info .contact li div {
      width: 58%;
      margin: 14px auto;
      height: 60px;
      border-radius: 16px;
      transition: all 0.3s;
  }
  .info table td {
    padding: 0!important;
  }
  .location {
    margin-bottom: 14px;
    height: auto;
  }
  .callbacks img {
      position: relative;
      z-index: 1;
      height: auto;
      border: 0;
      width: 172%!important;
      left: -38%;
  }
  .callbacks_tabs {
  	top: 77%!important;
    left: 42%;
  }
  footer {
      background: #303030;
      padding: 0 0 10px;
      margin-bottom: 50px;
  }
  .foot-menu{ background:#fff; overflow:hidden; position:fixed; bottom:0px; width:100%; z-index:1000;border-top: 1px solid #F5F6F6;}
  .foot-menu li{ float:left; line-height:50px; font-size:14px; text-align:center;}
  .foot-menu ul > li + li {
    border-left: 1px solid #ddd;
  } 
  .foot-menu li{ width:25%;}
  .foot-menu li.li1 a{ display:block;color: #61504D;}
  .foot-menu li.li3{   background:url(../images/phone.png) no-repeat 15px center #fff;background-size:34%; background-position:8px 47%;}
  .foot-menu li.li3 a{ color:#61504D; padding-left:40px;}
  .foot-menu li a { color:#61504D;} 
  }
  .index-gbook input {
    width: 100%;
  }
  .info .contact li {
    margin: 0;
  }
  .info .contact {
    margin: 24px 0;
  }
  .info .contact li div {
    margin: 6px auto;
  }
}
  
