﻿/* --- logo --- */
.container {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -8px;
  margin-left: -8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom:16px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
body {
    width: 100%;
    height: 100%;
    font-family: '微软雅黑', Arial;
	font-weight: 300;
    color: #666;
    background-color: #fff;
	font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
}
p {
    margin: 0 0 18px;

}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}
.light {
    font-weight: 400;
}
.carousel-indicators .active {
    background-color: #139deb;
    border-color: #139deb;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}
.top-nav {
    text-align: center;
    background-color: #fff;
    padding: 1em 0;
    z-index: 999;
}

nav.navbar.navbar-default {
    background-color: inherit;
    border: none;
    margin: 0;
}
.logo {
    float: left;
}
.search {
    float:right;
    position:relative;
}
.clickSearch {
    display:block;
    font-size:20px;
    line-height:50px;
    color:#999;
}
.HomeSearch {
    position: absolute;
    width: 203px;
    height: 52px;
    background: url(../images/Xindex141.png) no-repeat;
    right: -20px;
    top: 60px;
    z-index: 999;
    display: none;
}
 .HomeSearch label {
    display: block;
    float: left;
    width: 155px;
    margin-top: 6px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
}
 .HomeSearch input {
    background: none;
    outline: none;
    border:0;
  
}

.HomeSearch input.setext {
    float: left;
    width: 155px;
   
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999;
    padding:8px;
}
HomeSearch input.sebut {
    float: right;
    width: 38px;
    height: 37px;
   
    cursor: pointer;
}
div#bs-example-navbar-collapse-1 {
    float: right;
}
.navbar-nav {
   text-align: center;
   
}
.top-nav ul li:nth-child(1) {
    margin-left: 0;
}
.top-nav ul li {
    float:left;
    display: inline-block;
    margin: 0 0.6em !important;
    position:relative;
}



.top-nav ul li a.active {
    color: #d70b30 !important;
}
.color-greeen {
    color:#0c4e38;
}
.color-red {
    color:#d70b30;
}
.h-hold {
    font-weight:bold;
}
.marginTop20 {
    margin-top:20px;
}
.marginTop10 {
    margin-top:10px;
}

.carousel img{
    width:100%;
    height:100%;
}
.carousel-ctrl {
    position:absolute;
    left:50%;
    margin-left:-60px;
    bottom:10px;
    width:120px;
    height:28px;
    background:rgba(255,255,255,0.2);
    border-radius:14px;
    box-shadow:0px 10px 8px rgba(0,0,0,0.1);
}

.carousel-inner .item {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-inner .item {
    height:100%;
}
.carousel-indicators
{
    bottom:-8px;
}
.carousel-control {
    bottom:-16px;
}
.carousel-control i{
   bottom:-4px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    
}
 .carousel-control.left,
  .carousel-control.right
  {
     background:none;
  }
.banner-new {
    width:100%;
    background:#288bc1;
}
.banner-new-main {
     height:30px;
    line-height:30px;
    overflow:hidden;
   
}
#message_list li a{
     display:block;
     font-size:13px;
     color:#fff;
     overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
}
.company-culture {
    padding:20px 0 10px;
}
.home-heading {
    border-bottom:1px solid #f0f0f0;
    position:relative;
}
.home-heading .line{
    position:absolute;
    left:0;
    bottom:0;
    width:110px;
    height:1px;
    background-color:#1a6858;
}
.home-heading h2{
    font-size:28px;
}
.home-heading h2 small{
   margin-left:4px;
   font-size:13px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.service-box {
    background: #f3f3f3;
    padding: 20px;
}
.service-icon {
    margin-bottom: 20px;
    color:#0d4d38;
    
}
.service-box:hover .service-icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.service-desc h5 {
    font-size:15px;
    color:#666;
   
}
.service-desc p {
    color:#666;
    height:45px;
    overflow:hidden;
   
}
.service-desc .line {
    width:32px;
    height:1px;
    background-color:#76b13b;
    margin:10px auto 15px auto;
   
}
.home-second-column ul li{
    font-size:13px;
    margin-right:20px;
}

.item-img {
    display: block;
    position: relative;
    overflow: hidden;

}
.item-img img {
    width: 100%;
    height: auto;
    transition: all ease-out .3s .1s;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition-delay: 0.1s;
        transform: scale(1, 1) 
}
 .item-img .item_mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.2, 0.2);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
 .item-img .item_mask1 {
     content: "";
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
position: absolute;
left: 0;
top: 0;
opacity: 0;
transform-origin: 50% 0;
transform: scale(1, 1);
   transition: all 0.6s cubic-bezier(.23, 1, .38, 1) 0s; 
   }

 .item_desc {
   position: absolute;
    width: 100%;
    background: transparent;
    transition: all 0.6s cubic-bezier(.23, 1, .38, 1) 0s;
    top: -50px;
    color: #fff;
    text-align:center;

 }
.item_desc p.title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:16px;
    margin-bottom:0px;
}
.item_desc p.subtitle {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}
 .item-img .item_link_icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255,0.5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}
.item-img .item_link_icon  i {
    color: #fff;
    margin-top: 8px;
}
 .item-img:hover  img {
	transform: scale(1.2, 1.2) 
}
.item-img:hover .item_desc {
     top: 36%;
}
.item-img:hover .item_mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(2, 31, 75, 0.3);
 }
 .item-img:hover .item_mask1 {
    top: 0;
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.6s cubic-bezier(.23, 1, .38, 1) 0s;
}
.home-case .case-item-right {
    background:url(../images/bg-case.jpg) no-repeat 0px 0px;
    background-size:cover;
    color:#fff;
    padding:30px 20px 35px 20px;
}
 .home-case .case-item-right p.line {
     width:40px;
     height:3px;
     background-color:#fff;
    
 }
.btn-white {
   width: 100%;
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	background: none;
	color: rgba(255,255,255,0.7);
	border: 1px solid #E1E1E1;
	transition: all 0.3s linear;
	z-index: 1;
  
}
.vbbo:hover{
	border: 1px solid #007AFF;
	width: 262px;
}
.btn-white::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #da2f47;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-white:hover {
	color: #ffffff;
	border-color: #da2f47;
}
.btn-white:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1, 1, 1);
}
.home-product .container{
    position:relative;
}
.home-product .more-btn{
    position:absolute;
    right:10px;
    top:30px;
} 
.home-product .more-btn a.btn{
   background-color:#7c7c7c;
   color:#fff;
} 
.home-product .more-btn a.btn:hover{
   background-color:#d70b30;
   color:#fff;
} 
.product-box {
    padding:7px;
    background-color:#fff;
    box-shadow:2px 2px 8px rgba(0,0,0,0.08);
}

 .product-box h5 {
     color:#139deb;
     text-overflow:ellipsis;
     white-space:nowrap;
 }
 .product-box p {
     max-height:72px;
     overflow:hidden;
 }
 .home-new{
     margin-bottom:60px;
 }
.home-new .panel {
    box-shadow:none;
    border-top:1px solid #ededed;
}
.home-new .panel .panel-heading {
       border:none;
       overflow:hidden;
}
.home-new   h5.panel-title {
    width:80%;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    float:left;
}
.home-new span.time{
    width:20%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#999;
    float:right;
    text-align:right;
}
.home-new .panel-body p span{
    margin-right:20px;
    color:#999;
}
.home-new .panel-body p span i{
    margin-right:4px;
    
}
.footer1 {
    background-color:#272837;
    padding-bottom:10px;
}
.footer1 .footer_top {
    padding:20px 0px;
    font-size: 14px;
    border-bottom: 1px solid #4d555d;
    position: relative;
     color:#6d6e7e;
}
.footer_top p{
    display:block;
   font-size:14px;
   line-height:28px;
   margin-bottom:0px;
}
.footer_top p:hover,
.footer_top .column a:hover,
.footer_bottom a:hover
{
   color:#fff;
}
.footer_top .column {
    margin-top:10px;
}
.footer_top .column a{
    display:inline-block;
    width:50%;
    float:left;
    color:#6d6e7e;
}
.footer_bottom a {
     color:#6d6e7e;
}
.footer1 .gotop {
   
    background-size: 100% 100%;
    display: block;
    background: url(../images/gotop.gif) no-repeat center;
    width: 50px;
    height: 50px;
    margin:0 auto;
    margin-bottom:10px;
}
.footer {
    width:100%;
    background-color:#272837;
    padding:50px 0 20px;
}
.footer dl dt a{
   font-size:15px;
   color:#fff;
 padding-bottom:12px;
 display:block;
}
.footer dl dd a{
    display:block;
    margin-top:12px;
    color:#6d6e7e;
}
.footer .links {
    border-top:1px solid #6d6e7e;
    border-bottom:1px solid #6d6e7e;
   padding-top:20px;
   margin-top:30px;
}
.footer .links .div1{
   color:#fff;
   font-size:15px;
}
.footer .links a{
   margin-right:60px;
  color:#6d6e7e;
}
    .footer p.copy {
        padding: 20px 0 30px;
       
    }
        .footer p.copy a {
            color:#6d6e7e;
        }