/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme: Sliding Horizontal Parallax
Version: 1.2
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/sliding-horizontal-parallax/

This is a FREE theme and is available under a MIT License:
http://www.opensource.org/licenses/mit-license.php

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/
/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
p,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.container {
  max-width: 1100px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.float_clear:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  zoom: 1;
  clear: both;
}
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
/* !CSS RESET */
/* prefix declarations */
/* THEME STYLES */
/*scooller........**********************************************************************************/
.sign_more {
  width: 24px;
  height: 24px;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  text-align: center;
  position: absolute;
  top: 18px;
  right: 0;
  font: 14px/24px Monaco;
  font-weight: 600;
  cursor: pointer;
  z-index: 1000;
}
.sign_more:hover {
  background: #eee;
  color: #245269;
}
/*****************************************************************/
.header-text {
  background-color: #05abe0;
}
.header-text p {
  color: #fff;
  font: 12px/35px SimSun, "宋体";
}
.header-text .float_left {
  width: 700px;
  overflow: hidden;
}
.header-text .float_left p {
  float: left;
  position: relative;
  left: 0;
}
#banner .carousel-inner .item > img {
  height: 420px;
}
.navbar {
  border: none;
  background: none;
  margin-bottom: 0;
}
.navbar .navbar-brand {
  position: relative;
  right: 25px;
}
.navbar .navbar-nav a {
  color: #6e6868;
  font: 16px/70px "Microsoft YaHei", "微软雅黑";
}
.index .item .carousel-caption {
  width:100%;
  text-align: left;
  margin-left: 3%;
  top:30px;
}
.index .item .carousel-caption .banner-right{
  position:absolute;
  top:-20px;
  right:52px;
}
.index .item .carousel-caption .banner-right img{
  height:400px;
}
.index .item .carousel-caption .index_banner_title {
  font: 30px/40px "宋体";
  color: #606060;
  font-weight:bold;
  position: relative;
  top: -30px;
  opacity: 0;
  text-shadow: none;
  -webkit-transition: .6s .1s;
  -moz-transition: .6s .1s;
  -ms-transition: .6s .1s;
  -o-transition: .6s .1s;
  transition: .6s .1s;
}
.index .item .carousel-caption .index_banner_line {
  display: block;
  opacity: 0;
  margin: 6px 0;
  width: 50%;
  height: 1px;
  -webkit-transition: .6s .1s;
  -moz-transition: .6s .1s;
  -ms-transition: .6s .1s;
  -o-transition: .6s .1s;
  transition: .6s .1s;
  background: -moz-linear-gradient(left, #3a9fec, rgba(0, 0, 0, 0));
  /*Mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#3a9fec), to(rgba(0, 0, 0, 0)));
  /*Old gradient for webkit*/
  background: -webkit-linear-gradient(left, #3a9fec, rgba(0, 0, 0, 0));
  /*new gradient for Webkit*/
  background: -o-linear-gradient(left, #3a9fec, rgba(0, 0, 0, 0));
  /*Opera11*/
}
.index .item .carousel-caption ul {
  position: relative;
  left: -100px;
  opacity: 0;
  -webkit-transition: .6s .3s;
  -moz-transition: .6s .3s;
  -ms-transition: .6s .3s;
  -o-transition: .6s .3s;
  transition: .6s .3s;
}
.index .item .carousel-caption ul li a {
  font: 16px/30px "Microsoft YaHei", "微软雅黑";
  color: #8c8c8c;
  text-shadow: none;
  /*white-space:nowrap;*/
}
.index .item .carousel-caption .banner_inner_pho {
  position: relative;
  left: -100px;
  opacity: 0;
  width:140%;
  -webkit-transition: .6s .7s;
  -moz-transition: .6s .7s;
  -ms-transition: .6s .7s;
  -o-transition: .6s .7s;
  transition: .6s .7s;
  margin-top: 40px;
}
.index .item .carousel-caption .banner_inner_pho img {
  margin-right: 10px;
}
.index .item.active .carousel-caption .index_banner_title {
  top: 0;
  opacity: 1;
}
.index .item.active .carousel-caption .index_banner_line {
  opacity: 1;
}
.index .item.active .carousel-caption ul {
  left: 0;
  opacity: 1;
}
.index .item.active .carousel-caption .banner_inner_pho {
  left: 0;
  opacity: 1;
}
/*title elem conmm style*/
.title {
  font: 30px SimHei, "黑体";
  font-weight: bold;
  color: #3a9fec;
  text-align: center;
  margin: 43px auto;
}
.title .border {
  width: 55px;
  border: 2px solid #3a9fec;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 24px;
}
/*新闻*/
.news{
  overflow: hidden;
}
.news .row {
  padding-bottom: 35px;
}
.news .media {
  position: relative;
  cursor: pointer;
}
.news .media-left {
  position: relative;
  left: 0;
  width: 52px;
  color: #9F9F9F;
  text-align: center;
  padding-right: 24px;
}
.news .media-left .news_day {
  font-size: 30px;
}
.news .media-left .news_month {
  white-space: nowrap;
}
.news .media-body {
  position: relative;
  right: 0;
  padding: 5px 0;
}
.news .media-body .media-heading {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 500px;
  vertical-align: baseline;
  text-overflow: ellipsis;
  line-height: 30px;
  color: #606060;
  font: 16px/30px "Microsoft YaHei", "微软雅黑";
  opacity: 1 !important;
}
.news .media-body .body_content {
  top: 20px;
  opacity: 0;
  font: 12px SimSun, "宋体";
  line-height: 20px;
  color: #ACACAC;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.news .media-left,
.news .media-body {
  -webkit-transition: all .6s  ease;
  -moz-transition: all .6s  ease;
  -ms-transition: all .6s  ease;
  -o-transition: all .6s  ease;
  transition: all .6s ease;
}
.news .media:hover .media-left {
  left: 0px;
}
.news .media:hover .media-body {
  right: -5px;
}
.news .news_right {
  margin: 0 auto;
  margin-right: 0;
  position: relative;
  text-align: center;
}
.news .news_right>p>a {
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
  text-align: center;
  font: 14px/40px SimSun, "宋体";
  color:#5f5f5f;
}
/*解决方案*/
.solution_box_main{
  background: #e3e3e3;
}
.news.solution .news_right>p>a{
  background: none;
}
.news.solution .row .col-md-3{
  margin-top:20px;
}
.news.solution .solution_box{
  display: block;
  width:320px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.news.solution .solution_box p span{
  display: inline-block;
  border-bottom: 1px solid #5f5f5f;
  width:68px;
  position:relative;
  bottom:4px;
  margin-right:6px;
}
.news.solution .solution_box:hover p span{
  width:100px;
}
/*产品******************************/
.products .products_box {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.products .products_box img{
  max-height: 220px;
  margin: 0 auto;
}
.products .products_box div {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.products .products_box div:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.products .products_box p {
  color: #6C6C6C;
  font: 14px/30px "Microsoft YaHei", "微软雅黑";
  text-align: center;
}
.products .products_box.thirdTimesChild {
  margin-right: 0;
}
/*友情链接*/
.friend_link {
  margin-bottom: 16px;
}
.friend_link .friend_link_list li {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 22px;
}
.friend_link .friend_link_list li:hover img {
  transform: rotatey(360deg);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.friend_link .friend_link_list li.fourthTimesChild {
  margin-right: 0;
}
/*footer************************************/
.footer {
  padding-top: 20px;
  background: #4f4f4f;
}
.footer .link_list {
  float: left;
  width: 65%;
}
.footer .link_list > li {
  float: left;
  width: 18%;
  text-align: left;
}
.footer .link_list > li a {
  color: #8d8d8d;
  font: 14px/30px "Microsoft YaHei", "微软雅黑";
}
.footer .link_list > li .footer_title {
  color: #B0B0B0;
  font: 16px/30px "Microsoft YaHei", "微软雅黑";
}
.footer .link_list ul {
  margin-right: 10%;
}
.footer .link_list ul a {
  line-height: 35px;
}
.footer .footerRight {
  float: left;
  width: 35%;
  border-left: 1px solid #5D5D5D ;
}
.footer .footerRight .footer_right_box {
  width: 252px;
  margin: 0 auto;
}
.footer .footerRight .footer_right_box .two_dimension {
  margin-left: 10px;
}
.footer .footerRight .footer_right_box .two_dimension p {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #C4C4C4;
}
.footer .footerRight .footer_right_box .two_dimension a {
  position: relative;
  display: block;
  width: 102px;
  height: 102px;
  background: url("../images/bac_little_logo.png") -81px -22px no-repeat;
}
.footer .footerRight .footer_right_box .two_dimension a .phone_logo {
  display: block;
  width: 36px;
  height: 80px;
  background: url("../images/bac_little_logo.png") -29px -329px no-repeat;
  position: absolute;
  right: -35px;
  top: 11px;
}
.footer .footerRight .footer_right_box .two_dimension .code_phone {
  margin-left: 26px;
}
.footer .footerRight .footer_right_box .share_logo {
  padding-top: 30px;
  padding-bottom: 25px;
}
.footer .footerRight .footer_right_box .share_logo span {
  color: #C4C4C4;
  line-height: 24px;
}
.footer .footerRight .footer_right_box .share_logo li {
  float: left;
  margin-left: 8px;
}
.footer .footerRight .footer_right_box .share_logo li a {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/bac_little_logo.png") -29px -22px no-repeat;
}
.footer .footerRight .footer_right_box .share_logo li .QQSpace {
  background-position-y: -69px;
}
.footer .footerRight .footer_right_box .share_logo li .weibo {
  background-position-y: -120px;
}
.footer .footerRight .footer_right_box .share_logo li .listen {
  background-position-y: -171px;
}
.footer .footerRight .footer_right_box .share_logo li .renren {
  background-position-y: -220px;
}
.footer .footerRight .footer_right_box .share_logo li .weixin {
  background-position-y: -278px;
}
.footer .copyRight {
  margin-top: 20px;
  background-color: #454545;
}
.footer .copyRight span {
  font: 12px/45px SimSun, "宋体";
  color: #949494;
  font-size: 12px;
}
.footer .copyRight span a {
  color: #949494;
}
.footer .copyRight .float_right {
  cursor: pointer;
  margin-right: 46px;
}
/*测试样式*/
/*media 媒体查询*/
@media (min-width: 769px) {
  .container {
    padding: 0;
    max-width: 1100px;
  }
  .index .carousel-inner .item > img{
    
  }
}
@media (max-width: 1199px) {
  .navbar-brand {
    width: 180px;
    padding-top: 12px;
  }
  .navbar-brand img {
    width: 180px;
  }
  .header .navbar {
    margin-bottom: 0;
  }
  .header .navbar li a {
    line-height: 60px;
    font-size: 12px;
    padding: 0 10px;
  }
  .header .navbar.container {
    height: 60px;
  }
  .header .navbar.container .navbar-toggle {
    margin-top: 12px;
  }
  .header .navbar.container .navbar-toggle .icon-bar {
    background-color: #000000;
  }
  .index .carousel-inner .item > img {
    height: 300px;
  }
  .index .item .carousel-caption {
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
    margin-top:-38px;
  }
  .news .news_right {
    display: none;
  }
}
@media (max-width: 767px) {
  .float_left {
    display: none;
  }
  .navbar .navbar-brand {
    left: 0;
  }
  .navbar-nav {
    float: right;
    position:relative;
    z-index: 100000000;
  }
  .navbar-nav li {
    height: 40px;
    z-index: 10;
    background: #0294DD;
  }
  .navbar-nav li a {
    line-height: 40px !important;
    color: #fff !important;
  }
  .index .carousel-inner .item > img {
    height: 180px;
  }
  .index .item .carousel-caption {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    bottom: 0;
    top:0;
    margin-left: -100px;
  }
  .index .item .carousel-caption .banner-right{
    right:-420px;
  }
  /*产品******************************/
  .products {
    background-color: #E3E3E3;
  }
  .products .products_box {
    width: 48%;
    margin-right: 4%;
  }
  .products .products_box.thirdTimesChild {
    margin-right: 4%;
  }
  .products .products_box.secondTimesChild {
    margin-right: 0;
  }
  /*友情链接*/
  .friend_link .friend_link_list li {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .friend_link .friend_link_list li.secondTimesChild {
    margin-right: 0;
  }
  /*footer************************************/
  .footer {
    margin-top: 20px;
  }
  .footer .link_list {
    display: none;
  }
  .footer .footerRight {
    width: 100%;
  }
  .footer .copyRight {
    margin-top: 20px;
    text-align: center;
  }
  .footer .copyRight .float_right {
    display: none;
  }
  .footer .copyRight .float_left {
    float: none;
  }
}
@media (max-width: 420px) {
  .index .carousel-inner .item > img {
    height: 160px;
  }
  .index .item .carousel-caption {
    -moz-transform: scale(0.35, 0.35);
    -webkit-transform: scale(0.35, 0.35);
    -o-transform: scale(0.35, 0.35);
    top:-10px;
    width:118%;
  }
  .title {
    font-size: 26px;
    margin: 30px auto;
    margin-top: 40px;
  }
  .news .media-left {
    padding-right: 10px;
  }
  .sign_more {
    display: none;
  }
  /*产品中心*/
  .products .products_box {
    width: 100%;
    margin-right: 0;
  }
  .products .products_box.thirdTimesChild {
    margin-right: 0;
  }
  .products .products_box.secondTimesChild {
    margin-right: 0;
  }
  .products .products_box img{
    margin: 0 auto;
    width:100%;
  }
  .products .products_box div{
    border-radius: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px){
  .index .item .carousel-caption {
    -moz-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    /*bottom: 0;*/
    /*top: -30px;*/
    margin-left: -100px;
  }
}
@media (min-width: 768px){
   .navbar-nav li:hover a{
    background:none;
     -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
     -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
     -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
     -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
     transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .navbar-nav li.active a{
    background: #ccc;
    color:#aaa;
  }
  .navbar-nav li .covery{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: -1;
  }
  .navbar-nav li .covery>div{
    position:absolute;
    top:0;
    height:100%;
    width:0;
    background: #ccc;
  }
  .navbar-nav li:hover .covery>div{
    width:50%;
    -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .navbar-nav li .covery .covery_left{
    right:50%;
  }
  .navbar-nav li .covery .covery_right{
    left:50%;
  }
}
@media (max-width: 1200px){
  .index .item .carousel-caption .banner-right{
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    bottom:120px;
  }
}
