/**全局样式**/
a{
	color: #000;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.disn{
	display: none;
}
.disbl{
	display: block !important;
}
.gray{
	background: #f3f3f3;
}
.gray2{
	background: #f6f8f8;
}
.line{
	border-bottom: #ccc solid 1px;
	height: 40px;
}
.line2{
	/* border-bottom:#06b3ba solid 3px; */
	height: 40px;
	position: relative;
}
.line2::after{
	content: '';
	width: 100px;
	height: 4px;
	background-color: #06b3ba;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
}
.mt_30{
	margin-top: 30px !important;
}
@media (max-width: 768px) {
	.mt_30{
	margin-top: 15px !important;
	}
}
.mb_30{
	margin-bottom: 30px !important;
}
.ml_10{
	margin-left: 10px !important;
}
.paddt_30{
	padding-top: 30px !important;
}
.paddb_30{
	padding-bottom: 30px !important;
}
/*全局h2样式*/
.about h2,.product h2,.case h2,.cooper h2{
	width: 15%;
	text-align: center;
	margin:0 auto;
}
@media (max-width: 768px) {
  .about h2,.product h2,.case h2,.cooper h2{
	width: 40%;
	font-size: 30px;
	}
}
/*tophead*/

.tophead{
	height: 24px;
	line-height: 24px;
	color: #7b7a7a;
	font-size: 12px;
}
.tophead p{
	margin-bottom: 0px;
}
.tophead a{
	color:  #7b7a7a;
	margin:0px 5px;
	line-height: 24px;
}
.tophead a:hover{
	text-decoration: underline;
}

/*header*/
header{
    color: #3e3d3d;
    background-color: #fff;
    padding:0px;
}
.navbar-fixed-top{
	position: relative;
}
.h-con {
    height: 90px;
    padding-top: 10px;
    width: 1100px;
    margin: 0 auto;
		box-sizing: content-box;
}
.logo{
    float: left;
    /* margin:10px 10px 0px 0; */
	position: relative;
	z-index: 9999;
}
.logo a{
	display: block;
}
.nav>li{
	float: left;
	width: 80px;
	height: 36px;
	margin-left: 20px;
}
.nav > li > a{
	padding: 0;
}
@media (max-width: 768px) {
  	.logo img{
  	transform: scale(0.8);
  	margin-left:-20px;
	}
}
.navbar{
	margin-top: 30px;
}
@media (max-width: 768px) {
  	.navbar{
		margin-top: 35px;
		margin-bottom: 0;
	}
}
.navbar-default{
	background-color: transparent;
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #3e3d3d;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}
.navbar-default .navbar-nav>li.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #06b3ba;
    border-bottom:#06b3ba solid 2px;

}
.navbar-default .navbar-nav>li.active>a {
    background-color: transparent;
    color: #06b3ba;
     border-bottom:#06b3ba solid 2px;

}
.navbar-default .navbar-nav>li.active>a:hover {
    background-color: transparent;
}
.navbar-toggle {
  margin-top: 0px;
  padding:5px 5px;

}
#carousel-example-generic .carousel-indicators{
	width: 200px;
	margin: 0 auto;
	transform: translateX(-50%);
}
#carousel-example-generic .carousel-indicators li{
	width: 40px;
	height: 4px;
	background: white;
	float: left;
	margin: 0 8px;
	display: inline-block;
	border-radius: none;
}
#carousel-example-generic .carousel-indicators .active{
	background-color: #353639;
	border-color: #353639;
}
/*Home---about*/
.about h4{
	color: #06b3ba;
	line-height: 30px;
}
.about p{
	font-size: 13px;
	color: #555;
	line-height: 24px;
	width: 95%;
	margin:0px auto 20px;
}
.about .btn-default{
	width: 100px;
	margin:0px auto;
	border:#06b3ba solid 1px;
	border-radius: 5px;
	padding:8px 10px;
	color: #06b3ba;
}
.about .btn-default:hover{
	background: #06b3ba;
	color: #fff;
	transition: all 0.2s linear;
}

/*Home---product*/
.product .col-md-2{
	width: 20%;
}
@media (min-width: 992px) {
	.product .col-md-10 {
	    width: 79.33333333%;
	}
}
@media (max-width: 768px) {
	.product .col-xs-12 {
	    width: 100%;
	}
}
.product .prolist{
	border: 1px solid #bfbfbf;
}
.product .prolist dt{
	background: #06b3ba;
	padding:10px 20px;
	color: #fff;
}
.product .prolist dt h3{
	font-size: 30px;
	line-height: 20px;
}
.product .prolist dt small{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
} 
.product .prolist dd{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.product .prolist dd a{
	width:80%;
    background: #f8f7f7;
    padding-left: 10px;
    text-align: left;
    color: #333;
    font-size: 14px;
    display: block;
    float: left;
}
.product .prolist dd:hover{
	background: #06b3ba;
	display: block;
}
.product .prolist dd:hover a,.product .prolist dd:hover span{
	background: #06b3ba;
	color: #fff;
}
.product_con .img_box{
	border: 1px solid #d5d5d5;
}
.product_con .img_box img{
	width: 100%;
	height: 158px;
}
.product_con .img{
	margin: 6px;
}
.product_con .img:hover .img_box{
	border: #06b3ba 1px solid;
}
.product_con .img:hover,
.product_con .img:focus,
.product_con .img:link,
.product_con .img:visited{
	text-decoration: none;
	color: none;
}
@media (max-width: 768px){
.product_con a span{
    height: 55px;	
}	
}
.product_con a span{
    line-height: 30px;
    font-size: 14px;
    color: #575757;
    text-align: center;
    display: block;
}
.product_con a.thumbnail:hover,
.product_con a.thumbnail:focus,
.product_con a.thumbnail.active {
  border-color: #06b3ba;
}

/*Home---通栏广告1*/
.tladv{
	background: url(../images/tong1.png) no-repeat center center;
	position: relative;
	height: 175px;
}
.tladv h3{
	color: #fff;
	font-size: 36px;
	position: absolute;
	top: 60px;
	right: 22.2%;
}
.tlbtn{
	position: absolute;
	top: 134px;
	right: 259px;
}
.tlbtn .btn{
	background: none;
	border:#06b3ba solid 1px;
	padding:8px 20px;
	color: #06b3ba;
}
.tlbtn .btn-default:hover{
	background: #06b3ba;
	color: #fff;
	transition: all 0.2s linear;
}

/*Home---advantage*/
.advantage{
	background: url(../images/youshi-di.jpg) no-repeat top center;
	height: 1489px;
	position: relative;
}
.advantage h2{
	padding-top: 10px;
	color: #fff;
}
.youshi01,.youshi03{
	width: 65%;
	float: right;
	position: relative;
}
.youshi01 dl {
	position: absolute;
	top: 146px;
    right: 23px;
	width: 450px;
}
.advantage dl dt h4{
	background: url(../images/you01.png) no-repeat left;
	color: #333;
	font-size: 24px;
	text-align: left;
	padding-left: 45px;
	margin-bottom: 5px;
}
.advantage dl dt span{
	text-align: left;
	color: #aaa;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	font-family: "Arial";
	font-style: italic;
}
.advantage p{
	margin-top: 10px;
	line-height: 30px;
	color: #454545;
	font-size: 15px;
}
.youshi02,.youshi04{
	width: 65%;
	float: left;
	position: relative;
}
.youshi02 dl {
	position: absolute;
	top: 469px;
	left: 0;
	width: 450px;
}

.youshi03 dl {
	position: absolute;
	top: 782px;
    right: 11px;
	width: 450px;
}
.youshi04 dl {
	position: absolute;
	top: 1095px;
	left: 0;
	width: 450px;
}
/*Home---tladv2*/
.tladv2{
	background: url(../images/t2.png) no-repeat center center;
	height: 200px;
}

/*Home---case*/
.casecon a{
	position: relative;
	display: block;
	
}
.casecon a img{
	display: block;
	position: relative;
	z-index: 2;
	width:360px;
	height:254px;
}
@media (max-width: 768px) {
	.casecon a img{
		height: 100%;
		max-height:112px;
		height: 111px;
	}
}
.casebg{
	background: rgba(0,0,0,0.5);
	z-index: 3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.casecon a span{
	margin-top: 30%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	
}
.casecon .thumbnail{
	border:none;
	padding:0;
}
.casecon02{
	background: #06b3ba;
	height: 254px;
	text-align: center;
}
@media (max-width: 768px) {
	.casecon02{
        height: 111px;
    	width: auto;
    	margin-left: 15px;
	}
}
.casecon02 a{
	color: #fff;
}
.casecon02 a p{
	font-size: 16px;
	text-align: center;
	padding-top: 94px;
}
@media (max-width: 768px) {
	.casecon02 a p{
	   padding-top: 24px;
	}
}
.casecon02 .btn{
	background: none;
	border:#fff solid 1px;
	padding:8px 20px;
	color: #fff;
}
.casecon02 .btn-default:hover{
	background: #ccc;
	color: #333;
	transition: all 0.2s linear;
}

/*Home---news*/
.news{
	background: url(../images/zixun-bg.jpg) no-repeat center center;
}
.newswrap{
	padding:20px 30px;
}
.newswrap .col-md-4{
	padding:0;
	width:32%;
}
.newsbg{
	background: rgba(255,255,255,0.9);
	padding:10px;
	min-height: 380px;
}
@media (max-width: 768px) {
	.newsbg{
		min-height: 130px;
	}
}
.newstit {
	padding:0px 8px;
}
.newstit a h4{
	color: #333333;
    font-size: 18px;
		font-weight: bold;
    float: left;
    border-left: #06b3ba solid 2px;
    height:20px;
    line-height: 20px;
    padding-left: 10px;

}
.newstit a h4 em{
	color: #555555;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 5px;
}
.newstit a span{
	cursor: pointer;
    font-size: 14px;
    line-height: 45px;
    color: #666;
    font-weight: normal;
    float: right;
}
.newstit a:hover span{
	text-decoration: underline;
}
.newscon{
	margin-top: 45px;
}
.newscon img{
	max-width: 100%
}
.newscon ul,.contact{
	padding-left: 20px;
}
.newscon li {
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
	background: url(../images/dtico.png) no-repeat 6px center;
	overflow: hidden;
}
.newscon li a {
	color: #555555;
	font-size: 13px
}
.newscon li a:hover{
	color:#06b3ba;
}
.contact{
	margin-top: 15px;
}
.contact p{
	text-align: left;
	color: #555555;
	line-height: 25px;
}
@media (min-width: 992px) {
	.newswrap .col-md-4{
		width: 32%;
		margin-right:8px;
	}
	.newswrap .col-md-4:nth-child(3n){
		margin-right: 0;
	}
	.newswrap .col-md-4:nth-child(1){
		margin-left: 8px;
	}
}
@media (max-width: 768px) {
	.newswrap .col-xs-12 {
	    width: 100%;
	    margin-left: 0 !important;
	}
}
/*Home---cooper*/
.picMarquee-left{ width:1140px;  overflow:hidden; position:relative;}
.picMarquee-left .bd{ padding:0px 0;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1;padding-left: 0; }
.picMarquee-left .bd ul li{ margin:0 10px 0px 18px;float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:198px; height:78px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }

/*footer*/
.footer{
	background: #353636;
	padding: 25px 0px;
}
.footer dl dt h5{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.footer dl dd{
	height: 24px;
	overflow: hidden;
	display: block;
}
.footer dl dd a{
	color: #ccc;
    font-size: 12px;
}
.footer dl dd p{
	color: #fff;
	line-height: 20px;
}
.footer h5{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}
.footcontact p{
	line-height: 24px;
	color: #ccc;
}
.footewm{
	float: right;
}
@media (max-width: 768px) {
	.footer{
		padding: 0px;
	}
}
.mfootcopy{
	color: #ccc;
	padding:10px 50px;
	line-height: 22px;
}
.yq-box {
	background: #f3f3f3;
	padding-top: 30px
}
.yq {
	width: 1100PX;
	margin: 0 auto;
}
.yq-top {
	border-bottom: 1PX solid #CCC;
	height: 35px;
}
.yq-top span {
	float: right;
}
.yq-top span a {
	color: #666;
	font-size: 12px;
}
.yq-top h3 a {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	font-weight: normal;
	color: #999
}
.yq-con {
	padding: 10px;
	line-height: 30px;
}
.yq-con a {
	padding: 0 10px;
	color: #666;
	font-size: 12px
}

/**************page--html******************/
/*Page---aside*/
.main_right .sitemap a{
	font-size: 12px;
}
/*quinav*/
.quinav dl{
	border:#bfbfbf 1px solid;
	margin-bottom: 20px;
}
.quinav dl dt h5,.asidecontact h5{
	background-color: #06b3ba;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	margin:0;
	text-align: center;
}
.quinav dl dd {
    line-height: 40px;
    height: 40px;
    /* padding-left: 10px; */
		text-align: center;

}
.quinav dl dd span{
	float: right;
	padding-right: 10px;
}
.quinav dl dd a {
    color: #333;
    font-size: 14px;
    display: inline-block;
   	width: 100%;
   	overflow: hidden; 
   	line-height: 40px;
    height: 40px;
   	float: left;
}
.quinav dl dd:hover{
	display: block;
	background-color: #06b3ba;
	cursor: pointer;
}
.quinav dl dd:hover a,.quinav dl dd:hover span{
	color: #fff;
}
/*asidecontact*/
.aside{
	padding: 0;
}
.asidecontact{
	border:#bfbfbf 1px solid;
	margin-bottom: 20px;
}
.asidecontact p{
	padding:10px;
	color: #333;
  font-size: 14px;
	line-height: 3;
}

/*Page---main-right*/
.breadcrumb img{
	margin-top: -4px;
}
.content p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.content img{
	max-width: 100%;
}
@media (max-width: 768px){
.content img{
	height: 110px;
}
.thumbnail > img, .thumbnail a > img{
	height: 110px;
}
}
/*手机端列表分类*/
.masidelist{
	width: 100%;
	margin:0 auto;
	padding:0;
}
.masidelist ul{
	margin-left: 0;
	padding-left: 0;
}
.masidelist li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #f0f0f0;
	margin:10px 0px;
}
.masidelist li a{
	color: #333;
	text-align: center;
	padding:5px 13px;
}
.masidelist li a:hover{
	background: #06b3ba;
	color: #fff;
}
.masidelist li.active a{
	background: #06b3ba;
	color: #fff;
}

/**************product--html******************/
/**************news--html******************/
.pagenews dl{
	height: 98px;
	overflow: hidden;
	padding:10px 10px;
	margin-bottom: 10px;
}
.newslist {
	font-size: 12px;
	overflow: hidden
}
.newslist li {
	padding: 20px 0px;
	overflow: hidden;
	_height: 118px;
}
.newslist li .img {
	width: 168px;
	height: 118px;
	float: left;
	overflow: hidden;
	margin-top: 2px;
}
.newslist li .img img {
	width: 167px;
	height: 118px;
}
.newslist li .txt {
	float: right;
	width: 655px;
	line-height: 24px
}
.newslist li .txt h2 a {
	font-size: 14px;
	color:#333;
}
.s {
	width: 906px;
	height: 15px;
	border-bottom: #d1d2d1 dashed 1px;
}
@media (max-width: 768px) {
	.pagenews{
		margin-bottom: 20px;
	}
	.pagenews dl{
		height: auto;
		margin-bottom: 0;
		padding:0;
	}
}
.pagenews dl dt{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pagenews dl dt h5{
	float: left;
}
.pagenews dl dt h5 a{
	text-align: left;
	font-size: 14px;
    color: #333;
    padding:0;
}

.pagenews dl dt span{
	float: right;
	font-weight: normal;
	color: #06b3ba;
	line-height: 38px;
}
.pagenews dl dd p{
	color: #666;
	height: 50px;
	line-height: 22px;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

.pagenews dl dd a{
	color: #06b3ba;
}
.pagenews dl:hover{
	background: #f0f0f0;
	cursor: pointer;
}
.pagenews dl:hover a{ 
	text-decoration: underline;
}	
/**************details--html******************/
.newsbts {
    color: #191919;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}
.newstime {
    text-align: center;
    color: #9f9f9f;
    border: 1px solid #e8e8e8;
    border-left: 0;
    border-right: 0;
    height: 33px;
    line-height: 33px;
    margin: 10px 0;
}
.newstime a {
    color: #9f9f9f;
}
.detailimg .img-responsive{
		margin:0 auto;
	}
@media (max-width: 768px) {
	.newstime {
	   height: auto;
	}	
	.newstime a {
   font-size: 14px;
	}
}
.turn {
    margin-top: 56px;
    position: relative;
    color: #666;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}
.turn p {
    margin: 0 0 10px 0;
}
.turn p span {
    background: #06b3ba;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
}
.turn a {
    color: #666;
}
.turn a.back {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
}
/**************message--html******************/
.message .btn{
	background: #06b3ba;
	color: #fff;
	padding:10px 30px;
}
 .modal-backdrop {
  position: fixed;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background-color: #000;
 }
@media (max-width: 768px) {
	.modal {
		 position: fixed;
   top: 100px;
	}
	.h-con{
		width: 90%;
		height: auto;
		padding-top: 0;
		box-sizing: border-box;
		margin-left: 5%;
	}
	.nav>li{
		width: 100%;
		
	}
	.navbar-default .navbar-nav>li>a{
		text-align: left;
		text-indent: 16px;
	}
	.yq{
		width: 100%;
	}
	.product_con .img_box img{
		height: auto;
	}
}	
/*分页*/
.pagination > li > a, .pagination > li > span{
	color: #06b3ba;
}

/*分页*/
.pagess{
	clear:both;
	margin:20px;
	overflow:hidden;
	text-align:center;
	font-size:12px
}
.pagess ul li{
	display:inline-block;
	border:1px solid #06b3ba;
	padding:2px 9px;
	margin:0 3px;
	line-height:20px;
	background:#fff;
	color:#06b3ba
}
.pagess ul li:hover{
	background:#06b3ba;
	color:#fff;
	border:1px solid #06b3ba
}
.pagess ul li:hover a{
	color:#fff
}
.pagess ul li.thisclass{
	display:inline-block;
	border:1px solid #06b3ba;
	padding:2px 9px;
	margin:0 3px;
	background:#06b3ba;
	color:#fff
}
.pagess ul li.thisclass a{color:#fff}
.pagess ul li a{display:block;color:#06b3ba}
.pagess ul li a:hover{color:#fff}
.linkbox{
    width:989px;margin:0 auto;
	padding:10px 8px;
	border-bottom:1px solid #EEE;
}
.linkbox h3,.linkbox h3 a{
	font-size:14px;
	color:#693;
	font-weight: bold;
}
.f6{/* 链接横排自适应列表 */
	width:100%;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
	list-style: none;
	padding-left: 0;
}
.f6 li{
	float:left;
	line-height:14px;
	padding:8px 10px 0px;
	white-space:nowrap;
}
.f6 li a{
	color:#666666;
	float:left;
	font-size: 16px;
}
.map_top{width:980px;height:auto;margin-top:9px;}
.map_top_logo{ float:left;width:221px;height:73px;margin-top:9px;}
.map_top_logo a{width:221px;height:73px;display:block;}
.map_top_ad{ float:right;}
.map{width:980px;height:auto;border-left:1px solid #B7D5CB;border-bottom:1px solid #B7D5CB;border-right:1px solid #B7D5CB;border-top:5px solid #B7D5CB;overflow:hidden;margin:10px auto;}
.map_title{width:946px;height:31px;float:left;margin:14px 0 0 14px;display:inline;border-bottom:1px solid #DDD;}
.map_title span{width:100px;height:31px;float:left;line-height:30px;font-size:14px;color:#333;font-weight:bold;text-align:center;padding:0 0 0 15px;}
.map_txt{width:946px;height:auto;float:left;margin:14px 0 0 14px;display:inline;}
.map_ner{width:946px;height:auto;float:left;border-bottom:1px dashed #d4d4d4;padding:0 0 10px 0;margin:0 0 10px 0;}
.map_txt ul{width:940px;height:auto;float:left;}
.map_txt ul.none{width:430px;height:auto;float:left;margin:0 0 0 44px;border-right:none;}
.map_txt li{margin:0 22px;width:410px;height:30px;float:left;line-height:30px;font-size:14px;padding:0 0 0 15px;overflow:hidden;}
.map_txt li a{width:300px;float:left;overflow:hidden;}
.map_txt li span{float:right;font-size:13px;color:#888;}
.wend{
	padding: 8px;
}
.wend dl {
	border-top: 1px dashed #cecece;
	height: 90px;
	padding: 17px 0 0 0;
}
.wend dt{
	height: 19px;
	padding-left: 25px;
	line-height: 19px;
	background: url(../images/q.png) no-repeat left 3px;
	font-size: 12px;
	color: #c8161d;
	overflow: hidden;
}
.wend dt a {
	color: #06b3ba;
	font-weight: bold;
}
.wend dd {
	margin-top: 8px;
	padding-left: 25px;
	background: url(../images/a.png) no-repeat left 3px;
	line-height: 24px;
	font-size: 12px;
	color: #555555;
	height: 48px;
	overflow: hidden;
}