@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	overflow-x: hidden;
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

a {
	color: #333;
	text-decoration: none!important;
}

a:hover {
	color: #2764b3;
	text-decoration: none!important;
}

li {
	list-style-type: none;
}

dl ,dt ,dd{ font-weight: normal; }

.clear {
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}


.hide {
	display: none;
}

.img-cover{
	width: 100%;
}

@media (min-width: 1200px){
	.container {
   max-width: 1230px;
}
}
/*头部*/
.loader {  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    background: url('http://img.blog.csdn.net/20161205162919763') 50% 50% no-repeat rgb(249,249,249); 
    }
.header {
	width: 100%;
	height: 100px;
	position: absolute;
    background-color: transparent!important;
    background-image: url(../images/head_bg.png)!important;
    right: 0;
    left: 0;
    z-index: 1500;
    border-bottom: 2px solid #37b3e7!important;
}
.logo {
	
	width: 340px;
	float: left;
	
}
.logo img{
	
	width:100%;
	padding-top:14px;
	
}
.mobilenav{
	display:none;
	}
nav {
	width:600px;
	float:right;
}

#colorNav li {
	width: 100px;
	line-height:100px;
	text-align: center;
	float: left;
	font-family: "Microsoft YaHei";
	background-repeat: no-repeat;
}

#colorNav li a {
	font-size: 16px;
	color: #696969;
	padding: 0px;
}

#colorNav li a:hover {
	color: #37b3e7;
	display:block;
}
#colorNav li.active {
	background:#37b3e7;
	color: #fff;
}
#colorNav li.active a{

	color: #fff;
}

#colorNav li ul{
	position:absolute;
	list-style:none;
	text-align:center;
	width:200px;
	margin-left:-50px;
	top:75px;
	
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
	-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
}

#colorNav li ul li{
	width: 200px;
	background-color:#37b3e7;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}

#colorNav li ul .none{
  background-color: transparent!important;
}

#colorNav li ul li a{
	font-size: 14px;
	color:#fff !important;
	text-decoration:none !important;
	display:block;
}

#colorNav li ul li:nth-child(odd){ /* zebra stripes */
	background-color:#37b3e7;
}

#colorNav li ul li:hover{
	background-color:#444;
}

#colorNav li ul li:first-child{
	border-radius:3px 3px 0 0;
	margin-top:25px;
	position:relative;
}

#colorNav li ul li:first-child:before{ /* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#37b3e7;
	left:50%;
	top:-10px;
	margin-left:-5px;
}

#colorNav li ul li:last-child{
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border: 0px;
}

#colorNav li:hover ul{
	min-height:350px; /* Increase when adding more dropdown items */
}

.tz{
	position: absolute;
	right: 20px;
	float: right;
}
.tz ul li{
	float: left;
	margin-left: 5px;
	background: #007cc3;
}
.tz ul li a{
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 0px 8px;
}
.tz ul li a:hover{
	background: #f77f00;
}

.ban{ 
	min-height: 1px;
}
.ban img{ 
	width: 100%;
}

/*搜索*/

.sousuo {
	height: 40px;
	line-height: 40px;
}

.ssl {
	max-width: 800px;
	float: left;
	overflow: hidden;
	vertical-align: middle;
}

.ssl a{ 
	padding-right:5px;
	font-family:  "Microsoft YaHei";
	font-weight: bold;
	}

.sbt {
	vertical-align: middle;
}

.itx {
	vertical-align: middle;
	color: #999;
	height: 24px;
	line-height:24px;
	padding-left: 30px;
	border: solid 1px #ccc;
	border-radius: 6px 0px 0px 6px;
	background-image: url(../images/jj.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 240px;
}


/*首页案例*/
.ingcase{ 
   background-color:#f5f5f5;
   padding:30px 0 30px 0;
   
}
.ingcase h3 {
    font-size: 24px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    color: #444;
	font-weight: 400;
    line-height: 1.2;
	font-family:  "Microsoft YaHei";
}
.ingcase p.desc {
    font-size: 13px;
    text-align: center;
    width: 80%;
    color: #848484;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei";
}

.ingcase .nav-tabs-case {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    border-bottom: none;
    margin: 30px auto;

}

.ingcase .nav-tabs-case li a {
    background: #fff;
    padding: 8px 30px;
    border-radius: 0;
    white-space: nowrap;
    border: #d2d2d2 1px solid;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.ingcase .ingcase-pic {
	width: 100%;
	overflow: hidden;
	}
.ingcase .ingcase-pic li{
	width:300px;
	float:left;
	display:inline;
	}
.ingcase .ingcase-pic li div{
	width: 280px;
	margin: 0 10px;
}

.ingcase .ingcase-pic li div i {
	display:block;
	width:280px; 
	height:200px; 
	overflow: hidden;
	position:absolute; 
	top:200px; 
	z-index:1; 
	background:#000; 
	filter: alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); opacity:0.40;
    -webkit-transition: all 0.6s ease-in-out; 
}
.ingcase .ingcase-pic li div p {
	display:block;
	width:280px; 
	height:200px; 
	overflow: hidden;
	position:absolute; 
	top:200px; 
	z-index:2;
}

.ingcase .ingcase-pic li div a:hover i {
	top:0;
}
.ingcase .ingcase-pic li div a:hover p {
	top:0;
}
.ingcase .ingcase-pic li div a:hover p b{

	font-size: 16px;
	text-align: center;
	line-height: 182px;
	color: #fff;
	display: block;
	border:1px solid #fff;
	width:262px;
	height:182px;
	margin:9px 0 0 9px;
}

.ingcase .ingcase-pic li  div img{

		width: 100%;
	    height: 200px;
	    padding: 5px;
	    border:1px solid #dedede;
	}
	
.ingcase .ingcase-pic li div h4{
	width: 100%;
	height: 60px;
	line-height: 60px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff url(../images/left_0.png) no-repeat 95% 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    margin: 0px;
    font-size: 14px;
    padding-left:10px;
	}

.ingcase .ingcase-pic li div h4:hover{
	
    border-bottom: 1px solid #2764b3;
    background:#fff url(../images/left_1.png) no-repeat 95% 50%;
    display: block;
    cursor: pointer;
    color: #2764b3;
	}

.ingcase .morecase { 
	margin-top: 20px;
}
.ingcase .index_more{
	height: 40px;
    line-height: 40px;
    width: 60px;
    margin: 0 auto;
    background: url(../images/icon_more.png) no-repeat 0 -9px;
    display: block;
	border: #dfdfdf 1px solid;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	box-sizing: content-box;	
	}
.ingcase  .index_more:hover {
	border: 1px solid #666;
	background: url(../images/icon_more.png) no-repeat 0 -53px
}


.ingcase .slick-arrow {
	position:absolute;
	}

.ingcase .slick-arrow i {
	font-size: 0;
	width: 40px;
	height: 20px
}

.ingcase .slick-next {
	right: 50%;
	margin-right: -90px;
	margin-top:-30px;
}

.ingcase .slick-next i {
	background: url(../images/jiantou.png) repeat -37px -50px;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s
}

.ingcase .slick-prev {
	left: 50%;
	margin-left: -90px;
	margin-top:10px;
}

.ingcase .slick-prev i {
	background: url(../images/jiantou.png) repeat 0 -50px;
	-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s
}

.ingcase .slick-next:hover i {
	background: url(../images/jiantou.png) repeat -37px -70px
}

.ingcase .slick-prev:hover i {
	background: url(../images/jiantou.png) repeat 0 -70px
}


/*首页新闻*/
.ingnews{
	height: 310px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.ingnews .innewsfl {
    padding: 20px;
    width: 388px;
    height: 310px;
    border: 1px solid #dedede;
    margin-right: 12px;
    box-shadow: 0px 0px 5px #ccc;
    overflow: hidden;
}

.ingnews  .titlepic .top{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(../images/news_bg.jpg) no-repeat left bottom;
	margin-bottom: 10px;
}
.ingnews  .titlepic .top span{
	float: left;
	color: #0675c4;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.ingnews  .titlepic .top p{
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	
}
.ingnews  .titlepic .top a{

	position: relative;
	float: right;
	margin-top: 12px;
	
}
.ingnews  .titlepic .top:hover img{

	transform: rotateY(360deg);transition: all 1.5s;
	
}

.ingnews .innewsfl .inul {
	padding: 10px;
}

.ingnews .innewsfl .inul li {
	height: 35px;
	line-height: 35px;
	border-bottom: dashed 1px #ccc;
	background-image: url(../images/nnli.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ingnews .innewsfl .inul li p{
	padding-left: 20px;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    margin:0px;
    float: left; 
}


.ingnews .innewsfl .inul span {

	float: right;
	color: #959595;
}


.ingnews .txt {
	margin-top: 20px;
	line-height: 25px;
}

.ingnews .txt img{ 

	margin-top: 10px;
	margin-right: 10px;

 }

.ingnews .txt :hover img{ 
	
	transform: rotateY(360deg);transition: all 1.5s;

 }
.ingnews .innewsfr{
    border: solid 1px #dedede;
    padding: 20px;
    width: 400px;
    height: 310px;
    box-shadow: 0px 0px 5px #ccc;
    overflow: hidden;
}
.ingnews .innewsfr .titlepic img{
	max-width: 100%;
}
.ingnews .innewsfr .inwen {
	padding: 10px;
}

.ingnews .innewsfr .inwen li {
	margin-bottom: 15px;
	line-height: 30px;
	border-bottom: dashed 1px #ccc;
}

.ingnews .innewsfr .wen {
	padding-left: 35px;
	line-height: 22px;
	padding-bottom: 10px;
	background-image: url(../images/wen.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.ingnews .innewsfr .da {
	line-height: 22px;
	padding-left: 30px;
	background-image: url(../images/da.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-bottom: 15px;
}

/*底部*/

.footer {
	margin-top: 20px;
	
}

.banquan {
	background-image: url(../images/bott.jpg);
	text-align:center;
	padding:20px 0;
}

/*内页*/
.main{ padding: 30px 0;}

/*left*/
.leftfl {
	width: 250px;
	background-color: #f6f6f6;
}

.leftfl .toptitle {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-family: "Microsoft YaHei";
	color: #FFF;
	font-size: 16px;
	background-image: url(../images/imbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.leftfl .leftli {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.leftfl .leftli li {
	padding-left: 30px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	border-bottom: solid 1px #dfdfdf;
}

.leftfl .leftli .dali {
	background-image: url(../images/nn0.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.leftfl .toptitle2 {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-family: "Microsoft YaHei";
	color: #FFF;
	font-size: 16px;
	background-color: #0062ba;
}

.leftfl .in2 {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	padding: 10px;
	padding-bottom:20px;
}
.leftfl .in2 b{
	font-size:16px;
	}
.leftfl .in2 p{
	line-height:35px; 
	height:35px; 
	margin: 0px;
}
.leftfl .in2 p a{
	display:block; 
	margin-top:5px;
	float:right; 
	margin-right:80px;
}

/*right*/
.rightfr {
	width: 920px;
	border: solid 1px #ccc;
}

.rightfrtit {
	height: 34px;
	line-height: 34px;
	border-bottom: solid 1px #ccc;
	background-image: url(../images/dall.jpg);
	background-repeat: repeat-x;
}

.rightfrtit .more {
	float: right;
	padding-right: 10px;
	font-size: 13px;
	text-transform:capitalize;
}

.rightfrtit .datt {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #1c64c6;
	float: left;
	padding: 0 30px 0 25px;
	background-image: url(../images/nli.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.rightfr .viewbox {
	padding: 20px;
}

.rightfr .Summary{

	background: #dedede;
	padding: 10px;
	margin-bottom: 20px;
}
.rightfr .Summary p{

	line-height: 20px;
	margin: 0px;
}

.rightfr .viewbox .content {
	line-height: 25px;
	font-size: 14px;
}
.rightfr .viewbox .content img{
	max-width:100%;
}
.rightfr .viewbox .con img{
	border: dashed 1px #dedede;
	padding: 2px;
}


/*news*/

.news{
	
	display: block;
}

.e1 {
	padding: 20px;
}

.e1 dl {
	border-bottom: dashed 1px #ccc;
	font-size: 12px;
	display:block;
	padding:10px 0;
	overflow: hidden;
}

.e1 dl dt{ 

	float: left;
    width: 60px;
    height: 69px;
    background: #eeeeee;
    color: #8e8e8e;
    overflow: hidden;
    text-align: center;
}
.e1 dl dt h3{ 

	float: left;
    width: 100%;
    height: 50px;
   line-height: 50px;
   font-size: 32px;
   padding: 0;
   margin: 0;
}

.e1 dl dt span{ 

	float: left;
    width: 100%;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}

.e1 dl dd  { 
	
	width: 790px;
	float: right;
}
.e1 dl dd h3 { 
	
	padding: 0;
	margin: 0;
}
.e1 dl dd h3 a{
	font-size: 18px;
}
.e1 dl dd p{ 

	color: #6a6a6a;
    font-size: 13px;
    padding: 5px 0;
    margin: 0px;
}
.e1 dl dd span {
	color:#a3afb7;
}

/*newsshow*/

.news .title {
	text-align: center;
	line-height: 35px;
}

.news .title h2{
	
	font-size: 20px;
	font-weight: bold;
}


.news .info {
	text-align: center;
	line-height: 25px;
	margin-bottom:20px;
	font-size: 12px;

}


.news.cmt1 {
    padding-bottom: 20px;
}
.news .cpbttl {
    padding-left: 10px;
}
.news .cpbttl, .light {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.news .e2 {
	padding: 20px;
}

.news .e2 li {
	line-height: 30px;
	border-bottom: dashed 1px #ccc;
	font-size: 12px;
	background-image: url(../images/nnl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}

.news .e2 li .time {
	float: right;
}

/*product*/
  .left_nav ul{
	  padding:10px;
  }
.left_nav li .t {
	padding-left: 30px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border-bottom: solid 1px #dfdfdf;
    background-repeat: no-repeat;
    background-position: left center;
	
  }

.left_nav li .t i {
	position: absolute;
	width: 20px;
	height: 40px;
	background: url(../images/nnl.png) no-repeat 0 center;
	cursor: pointer;
	margin-left:-20px;
}

.left_nav li .t:hover i {
	background: url(../images/nnl.png) no-repeat 0 center

}

.left_nav li .t.hover i {
	background: url(../images/ioc_b.png) no-repeat 0 center

}

.left_nav li .txt {
	display: none;
	
}

.left_nav li .txt p { 

	margin:0px;
	background: #fff;
	padding: 5px;
	text-align: center;
}

.left_nav li .txt p a{
	padding: 5px;
	line-height: 25px;
	color: #333;
	overflow: hidden;
	display: block;
	margin:0px;
	border-bottom:1px dashed #dfdfdf;
	
}

.left_nav li .txt p a {

	display:block;
	text-decoration:none;
	font-size: 12px;
}

.left_nav li .txt p a:hover{
	
	color: #337ab7;
}

/*product*/

.pro .incps{ 
	padding: 20px 0px;
 }

.pro li {
	width: 285px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	margin-left: 17px;
}

.pro li .btc{
	width: 275px;
	height: 210px;
	border: solid 1px #ccc;
	padding: 4px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0px 0px 5px #ccc;	
}
.pro li .btc a{
	
	display: block;
}

.pro li .btc img {
	max-width: 100%;
	height: 200px;
}

.pro li :hover img{

	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


.pro li span {

	padding: 10px; 
	text-align: center;
	display: block;
	overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}
/*productshow*/

/*产品跳转*/
#preview{
	margin:20px auto;
	width:350px;
}
.jqzoom{
    width:100%;  
    position:relative; 
    border:1px solid #dedede; 
    overflow:hidden;
}
.jqzoom img{
	transition: all 0.6s;
	cursor:pointer;
	border:0px!important;
}

.zoomdiv{ 
	left:859px;
	height:400px;
	 width:400px;
	}
.list-h li{ 
	float:left;
}
#spec-n5{
	width:350px; 
	height:56px; 
	padding-top:20px;
	 }
#spec-left{ 
	background:url(../images/left.gif) no-repeat;
	 width:10px; height:45px; 
	 float:left; 
	 cursor:pointer; 
	 margin-top:5px;
	}
#spec-right{background:url(../images/right.gif) no-repeat;
	width:10px; height:45px;
	float:left;cursor:pointer;
	 margin-top:5px;
	}
#spec-list{
    width:325px; 
    float:left; 
    overflow:hidden; 
    margin-left:5px;
    display:inline;
    }
#spec-list ul li{ 
	float:left; 
	margin-right:0px; 
	display:inline; 
	width:70px;
    }
#spec-list ul li img{ 
	padding:2px ;
	border:1px solid #ccc;
	width:66px;
	height:50px;
	}

/*jqzoom*/
.pro_name { 
	width:480px;
	margin-top:30px;
}
.pro_name h2{ 
	margin-bottom:5px;
	font-size: 25px;
	font-weight: bold;
}
.pro_name p{ 
	padding:10px 20px 10px 0;
	margin: 0px;
}
.pro_name .word  { 
	width:100%; 
	height:50px; 
	line-height:50px;
	margin: 10px 0;
}

.pro_name .word .fl{

	margin-left: 20px;
	margin-right: 30px;
}
.pro_name .share  { 
	width:50%; 
	margin:20px;
}

.sid{

	min-height: 300px;
}

.sid table { 
	border: 1px solid #dedede;
	 }
.sid table tr{ 
	border: 1px solid #dedede;
	 }

.sid table tr td{ 

	border: 1px solid #dedede;
	padding-left: 5px;
	 }

.sid .detail_content{
	padding:20px;
}
.sid .detail_content table tr td{
	padding: 10px;
}
/*新产品大类*/
.pro_bg01{
	height: 450px;
	background:url(../images/pro_bg01.png) no-repeat;
	background-position:  center;
}
.probg01{
	position: relative;
	top: 125px;
	padding: 0 30px;
}
.probg01 li{	
	width: 50%;
	line-height: 29px;
	height: 29px;
	float: left;
}
.probg01 li a{	
	background-color: #fff;
	padding: 0 5px;
}
.pro_bg02{
	height: 450px;
	background:url(../images/pro_bg02.png) no-repeat;
	background-position:  center;
}
.probg02{
	position: relative;
	top: 140px;
	left: 640px;
}
.probg02 li{	
	line-height: 43px;
}
.probg02 li a{	
	padding: 0 5px;
}
/*翻页*/
.boxoff {
    border-bottom: dashed 1px #ccc;
    margin: 10px 0;
}
.page {
	padding-top: 20px;
	line-height: 25px;
}
.page li{
	
	width: 49%;
    display: inline-block;
}
.page  .next{
	text-align: right;
}


.pages {
	padding: 30px 0 30px;
	text-align: center
}

.pages li {
	display: inline;
	margin: 0 2px;
	font-size: 12px
}

.pages li.thisclass, .pages a:hover {
	padding: 3px 8px;
	border: 1px solid #0066BA;
	background: #0066BA;
	color: #fff;
	text-decoration: none
}

.pages a {
	padding: 3px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px;
	font-size: 12px
}
.list_p{
	margin:10px auto; 
	text-align:center;
	padding-bottom:20px;
}

.list_p span{
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    line-height: 20px;
    background: #fff;
    color: #999;
	transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.list_p span a{
     display:block;
	 color: #999;
}
.list_p b{
    display: inline-block;
    padding: 2px 9px;
    line-height: 20px;
    background: #ccc;;
    color: #FFF;
}
.list_p span a:hover{
    color:#333;
}
#roll{
	position: fixed;
	bottom: 200px;
	right:20px;
	display: none;
}
#roll_top{
	overflow: hidden; 
	text-indent: -999em;
	 width: 76px;
	 height: 76px;
	 background: url(../images/GoTo_top.png) no-repeat;
	 cursor: pointer;
	}
.cont{
	width:80%;
	z-index:+999999;
}
.hide_box{
	z-index:999;
	filter:alpha(opacity=50);
	background:#666;
	opacity: 0.5;
	-moz-opacity: 0.5;
	left:0;
	top:0;
	height:99%;
	width:100%;
	position:fixed;
	display:none;
}

.shang_box{
	width:400px;
	height:400px;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
	position:fixed;
	z-index:1000;
	left:50%;
	top:60%;
	margin-left:-280px;
	margin-top:-280px;
	display:none;
}
 .shang_box img{
 	border:none;
 	border-width:0;
 }
 .dashang{
 	display:block;
 	width:100px;
 	margin:5px auto;
 	height:25px;
 	line-height:25px;
 	padding:10px;
 	background-color:#E74851;
 	color:#fff;
 	text-align:center;
 	text-decoration:none;
 	border-radius:10px;
 	font-weight:bold;
 	font-size:16px;
 	transition: all 0.3s;
 }
 .dashang:hover{
 	opacity:0.8;
 	padding:15px;
 	font-size:18px;
 }
   .shang_close{
   	float:right;display:
   	inline-block;
   }
  .shang_tit p{
  	color:#a3a3a3;
  	text-align:center;
  	font-size:16px; 
  	margin-top:20px;
  }
  .shang_payimg{
  	width:300px;
  	margin:0 auto;
  }
  .shang_payimg img{
  	display:block;
  	text-align:center;
  	width:300px;
  	height:300px;
  	 }

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-align: center;
    display: block;
    margin-bottom: 3px;
    margin-right: 1px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top{
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone{

    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ{
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode{
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;
}

.yb_bar a:hover .yb_top{
    background: #ff4a00 url(../images/fixCont01.png) no-repeat 0 0;
}

.yb_bar a:hover .yb_phone{
    background: #ff4a00 url(../images/fixCont01.png) no-repeat 0 -57px;
}
.yb_bar a:hover .yb_QQ{
    background: #ff4a00 url(../images/fixCont01.png) no-repeat 0 -113px;
}
.yb_bar a:hover .yb_ercode{
    background: #ff4a00 url(../images/fixCont01.png) no-repeat 0 -169px;
}


.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
/*手机端代码*/
@media screen and (max-width: 767px){
body{
	width: 100%!important;
}
.header {
    height: 60px;
	position:fixed;
}
.logo {
	width:80%;	
}
.logo img{
	position:relative;
	margin-left:-10px;
	padding:0px;	
}
.mobilenav {	
	display:block;	
}
.navbar-toggle {
	margin: 10px 0px 0 0;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.mobile_nav {
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.mobile_nav .navbar-collapse{
	padding:0px;	
	}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.mobile_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mobile_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #dedede;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.mobile_nav ul li a {
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}
.mobile_nav ul li a:hover, .mobile_nav ul li a:active {
	background:#37b3e7;
	color: #fff;
}
.mobile_nav ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	display: none;
}
.mobile_nav ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mobile_nav ul ul li a {
	padding: 0;
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
}
.mobile_nav ul li a img {
	height: 25px;
}
.mobile_nav ul li i {
	position: absolute;
	top: 12px;
	right: 5px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile_nav ul li i.touch-arrow-down {
	background-image: url(../images/left_0.png);
}
.mobile_nav ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-d.png);
}

nav {
	display:none
}
.pics_wrap{
	position:relative;
	top:60px;
	}
.sousuo {
	display:none;
}	
.ingcase{
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
	}
.ingcase .ingcase-pic li{

	width:100%;
	position:relative;
	overflow:hidden;
	display:inline;
	padding:0px;
	margin:0px;

	}
.ingcase .ingcase-pic .mobilepic{
	
	width:80%;
	margin:0 auto;
	overflow:hidden;

	}
.ingcase .ingcase-pic li i {
	display: none;
}	
.ingcase .ingcase-pic li p {
    display: none;
}
.ingnews .innewsfl {
    width: 100%;
	display:block;
	margin-bottom:20px;
   
}

.ingnews .innewsfl .inul li a{
	
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ingnews .innewsfl .inul li span{
	
	display: none;
}

.ingnews .innewsfr{
	
	 width: 100%;
	 height: auto;
}
.ban{
	padding-top: 60px;
}
.tz{
	margin-top: 0px;
}
.main{
	padding: 10px 0;
}

.leftfl{
 width: 100%;
 margin-bottom: 10px;
}
.leftfl .toptitle {
	background-color: #0062ba;
    background-image: none;
}
.leftfl .toptitle2 {
	display: none;
}
.leftfl .in2 {
    display: none;
}
.rightfr {
    width: 100%;
    border: solid 1px #ccc;
}
.rightfrtit .more {
	display: none;
}
.e1 dl dt {
    float: left;
    width: 18%;
    height: 69px;
    background: #eeeeee;
    color: #8e8e8e;
    overflow: hidden;
    text-align: center;
}
.e1 dl dd {
    width: 80%;
}
.e1 dl dd h3 a{
	font-size: 14px;
}
.e1 dl dd p {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
}
.pro li {
    width: 50%;
    margin: 0px;
}
.pro li .btc {

	width: 98%;
	margin: 0 1%;
	height: auto;
}
#preview {
	width: 100%;
}
#spec-list {
    width: 80%;
}
.pro_name {
    width: 100%;
    margin-top: 0px;
}
.nav-tabs>li {
    width: 25%;
}
.sid .detail_content {
    padding: 10px 0px;
    max-width: 100%;
    overflow: hidden;
}
.sid table tr  {
	
   
}
.sid table tr td {
	width:90%;
    word-wrap:break-word;
    overflow:hidden;
}
.none{ 
	display: none!important;
	 }
.pro li .btc img {
	height: auto;
	max-height: 200px;
}
.page li {
    width: 100%;
}
.page .next {
    text-align: left;
}
#roll{
display: none;	
}
.yb_conct{
	display: none;
}
.pro_name .word .fl {
    margin-left: 0px;
    margin-bottom: 10px;
}
}
/*手机端结束*/
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 5px;
	overflow: hidden;
	text-align: center;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs {
	border-bottom: 1px solid #ddd
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
	
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	cursor:pointer;
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	cursor:pointer;
}
.nav-tabs>li.on>a, .nav-tabs>li.on>a:focus, .nav-tabs>li.on>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor:pointer;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}
.nav-tabs.nav-justified>li {
	float: none
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.on>a:focus, .nav-tabs.nav-justified>.on>a:hover {
	border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0
}
.nav-tabs.nav-justified>.on>a, .nav-tabs.nav-justified>.on>a:focus, .nav-tabs.nav-justified>.on>a:hover {
	border-bottom-color: #fff
}
}
.nav-pills>li {
	float: left
}
.nav-pills>li>a {
	border-radius: 4px
}
.nav-pills>li+li {
	margin-left: 2px
}
.nav-pills>li.on>a, .nav-pills>li.on>a:focus, .nav-pills>li.on>a:hover {
	color: #fff;
	background-color: #337ab7
}
.nav-stacked>li {
	float: none
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified {
	width: 100%
}
.nav-justified>li {
	float: none
}
.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
@media (min-width:768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}
.nav-tabs-justified>.on>a, .nav-tabs-justified>.on>a:focus, .nav-tabs-justified>.on>a:hover {
	border: 1px solid #ddd
}
