/*导航*/
.head{
	width: 100%;
/*	height: 95px;*/
	z-index: 5;
	background-color: #fff;
	position: fixed;
	top:0;
	left:0;
}

.navbar-default{
	border: none;
}
.navbar{
   margin-bottom:0;
}
@media screen and (min-width: 980px){
	.navbar-collapse{
		margin: 0;
		padding:0;
	}
	.head_left img{
		height: 70%;
		margin-top: 15px;
	}
/*	#navBar ul*/
	#navBar ul li{
	float: left;
    height: 77px;
    line-height: 94px;
    margin-right: 42px;
    font-size: 15px;
    text-align: center;
   }
   #navBar ul li a{
   	color:#000;
   }
   	.navbar-toggle{
	margin-top:35px;
   }
}
 #navBar ul li.active a{
	color: #55589d;
}
@media only screen and (max-width: 780px){
  .navbar{
    background: #3c3e65;
  }
	 .head_left{
	  width: 265px;
      margin-top: 10px;
    } 
	.head_left img{
     width: 100%;
     height: 95%;
	}
	.navbar-toggle{
	margin-top:30px;
   }
    #nav li{
     display: block;
    height: 42px;
    line-height: 42px;
   }
    #nav li a{
      color: #fff;
    }
    .pro_img{
      height: 220px !important;
    }
} 
.head_left{
	height: 80px;
}


.head_right ul li a{
	text-decoration: none;
	color: #FAF104;
}

/*！导航*/
/*轮播*/
.banner {
    margin: 78px auto 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.billWarp{
    background: #f6f6f6;
    padding: 20px 0;
}
.bill-number{
    background-color: #fff;
    z-index: 10;
    border-radius: 3px;
    width: 100%;
    padding: 18px 20px;
    z-index: 999;
}
.form-wrap{
      width: 100%;
    display: flex;
}
.form-wrap .input-wrap{
      flex: 1;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.1);
    border: 1px solid #e1e1e0;
    padding: 8px;
    min-height: 38px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: min-height 0.2s ease;

}
.form-wrap .input-wrap .input-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.form-wrap .expand{
  min-height: 125px;
  max-height: 27px;
  overflow-y: auto;
}
.form-wrap .expand .search-icon{
  display: none;
}

.form-wrap .input-wrap .input-list input{
      border: 0;
      width: 100%;
      font-size: 13px;
      height: 100%;
      transition: all 0.3s;
      overflow-wrap: break-word; /* 允许在边界内自动换行 */
  word-wrap: break-word; /* 对于旧版本的浏览器支持 */
     height: 100%;
}
.form-wrap .input-wrap .input-list input::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
.form-wrap .input-wrap .input-list input:focus {
    outline: none;
}
.search-icon{
      width: 42px;
      padding:5px;
      box-sizing: border-box;
    display: flex;
    border: 1px solid #e1e1e0;
    border-left: none;
    justify-content: center;
    align-items: center;
}
.search-icon img{
  width:100%;
  height: 100%
}
.submit-button{
     margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 35px;
    border: none;
    border-radius: 3px;
    height: 35px;
    background: #3c3e65;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (min-width: 980px){
  .banner {
     height: 463px;
  }
}

@media only screen and (max-width: 479px){
   .banner {
     height: 200px;
  }
}


.fullSlide {
    background: transparent none repeat scroll 0 0;
    height: 100%;
    width: 100%;
}

.fullSlide .bd {
	width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index:0;
    position: absolute;
}

.fullSlide .bd ul {
    height: 100%;
    width: 100%;
}

.fullSlide .bd li {
	height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background-size: 100% 100%;
}

.fullSlide .bd li a {
    display: block;
    height: 100%;
    width: 100%;
}
.fullSlide .bd li a img{
	width: 100%;
	height: 100%;
}
.fullSlide .hd {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.fullSlide .hd ul {
    margin-bottom: 10px;
    text-align: center;
}

.fullSlide .hd ul li {
    background-size: 100% 100%;
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    line-height: 999px;
    margin: 6px;
    overflow: hidden;
    width: 50px;
}

.fullSlide .hd ul .on {
    background: #fff none repeat scroll 0 0;
}

.fullSlide .prev, .fullSlide .next {
    background: #000 url("../img/slider-arrow.png") no-repeat scroll -126px -137px;
    cursor: pointer;
    display: none;
    height: 60px;
    left:0;
   /* margin-top: -20px;*/
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}

.fullSlide .next {
    background-position: -6px -137px;
    left: auto;
    right: 0;
}
/*！轮播*/
/*关于我们 新闻中心*/
.news_left {
		height: 100%;
		clear: both;
		overflow: hidden;
    padding: 0;
	}
.news_left img{
    width: 100%;
    height: 100%;
  }
@media screen and (max-width: 780px){
	.content ul li{
		padding: 0;
	}
	/*.news_left {
		height: 100%;
		clear: both;
		overflow: hidden;
	}*/
  .news_box{
    padding: 0 !important; 
  }

	.news_right {
		margin-top: 5px;

	}
	.news_right ul li a{
		font-size: 14px;
    display: flex;
    justify-content: space-between;
	}
  .news_right_row{
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .news_right_low{
    white-space: nowrap;
  }
	.con_right{
		margin-top: 20px;
	}
}
.content,.contents{
   margin: 30px auto 40px;
}
.con_left{
   padding-left: 0;
}
.con_right{
  padding-right: 0;
}
.about,.news{
	width: 100%;
	border:2px solid;
	border-color: #3c3e65 #55589d #3c3e65 #3c3e65;
}
.news_box{
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 780px){
  .news_left{
   height: 300px;
   padding: 0;
 }
 .news_right ul li{
  list-style: none;
}
}

.about .ab_txt{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin:11px 15px 0;
}
.title{
    height:55px;
    line-height: 55px;
    padding-left: 40px;
    color: #fff;
    font-size: 18px;
	background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#3c3e65), to(#55589d));
}
.ab_txt{
	color: #333;
	font-size: 16px;

}
.content ul li a{
    text-decoration: none;
}
.about{
	clear: both;
	overflow: hidden;
}
.about_btn{
    background-color: #3c3e65;
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align:center;
    float: right;
    margin: 20px 20px 20px;
}
.about_btn a{
    color: #fff;
}
.news{
	clear: both;
	overflow: hidden;
	height: 273px;
}

.news_right{
  width: 100%;
}
@media screen and (min-width: 980px){
.news_right{
	margin-top:15px;
}
.news_right ul li{
  list-style: square;
}
}

.news_box{
  padding: 0 0 0 15px; 
}

.news_right ul li{
	color: #626060;
	font-size: 17px;
  line-height: 26px;
}
.news_right ul li a{
	color: #333;
  display: flex;
    justify-content: space-between;
}
.news_right ul li a span{
   float: right;
}
/*!关于我们 新闻中心*/
/*产品*/
.pro_warp{
	margin-top: 30px;
  clear: both;
  overflow: hidden;
}
.pro_warp ul li{
	margin-bottom: 20px;
}
.pro_warp ul li a{
	text-decoration: none;
}
.pro_t{
	padding:15px 10px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.proli_w{
	border: 1px solid #3c3e65;
	clear: both;
	overflow: hidden;
}
.pro_img{
  height: 130px;
  overflow: hidden;
  position: relative;
}
.pro_img img{
	width: 100%;
  height: 100%;
}
.pro_bot{
	width: 100%;
	height: 38px;
  background: linear-gradient(#3c3e65,#55589d);
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
}
.pro_ia{
	width: 100%;
	height: 100%;
	background-color: rgba(123,193,229,.7);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pro_img:hover .pro_ia{
	display: block;
}
/*！产品*/
/*footer*/
.footer{
	clear:both;
	overflow: hidden;
	background-color: #3c3e65;
	width: 100%;
	height: 155px;
}
.footer_warp{
	margin-top: 20px;
}
.ft_nav li{
	line-height: 25px;
}
.ft_nav li a,.footer_warp li p{
   color: #fff;
}
@media only screen and (max-width: 780px){
	.ft_center{
	display: none;
}
}
/*!footer