
/*css 初始化开始 */
*{   
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
    -webkit-user-select:none; /*webkit浏览器*/   
    -khtml-user-select:none; /*早期浏览器*/   
    -moz-user-select:none;/*火狐*/   
    -ms-user-select:none; /*IE10*/   
    user-select:none;   
    letter-spacing: 0.05em;
}  
input{
  -webkit-user-select: auto;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 12px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    background:url(../image/secondBG06-1.jpg) center center;
	background: rgb(242, 242, 242);
    background-size: contain;
    color: #000;
    overflow-x: hidden;
    overflow-y:auto;
    width: 100%;
    margin:0 auto;
    max-width: 640px;
    min-width: 320px;
    height: 100%;
    font-family: Microsoft YaHei;
    padding-bottom: 6rem;   
    unselectable: IE/Opera;
    -moz-user-select: FireFox;
    onselectstart: IE/Safari;
    -webkit-user-select:Chrome;
}
.clearfix:before,.clearfix:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}
.clearfix{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#f0f0f0; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}
a:hover {
    text-decoration: none;
	
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
    z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
    left: 0;
	z-index:9999;
}
/*导航*/
.header {
	margin: 0 auto;
	width: 95%;
	*background-color:#4C4C4C;
	*position:fixed;
	top: 0;
	left: 0;
	z-index:9999;
}
.header h3{
	width:15%;
    color: #000;
    /* line-height:4rem; */
    font-size: 25px;
    cursor: pointer;
}
.header h3 img{    
	height: 48px;
	max-width:100%;
}
.header .logo{
	float: left;
	width: 35%;
	line-height:4rem;
	display:block;
}
.header .logo img {
	/* margin-top: 1.4rem; */
	    height: 48px;
	    max-width: inherit;
	display:inline-block;
}
#nav {
    background: url(../image/secondBG.jpg) center center;
    background:#f2f2f2;
    background-size: 100%;
	width:100%;
	position:absolute;
	top:4rem;
	z-index:9999;	
}
#nav li {
	padding: 0.51rem 0;
	border-bottom:1px solid #000;
}
#nav li a {
	color:#000;
	font-size:1.5rem;
	display:block;
	padding:0 2%;
}
#nav li p {
	color:#000;
	font-size: xx-small;
	font-size: 0.8em;
	display:block;
	padding:0 2%;
}
#nav li:hover {
	background-color:#0ca1e5;
}
#nav li:hover a,#nav li:hover p{
	color:#fff;
}
#nav a.active{
	color:#fff;
	background-color:#0ca1e5;
}

/*banner*/
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    display: none;
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}
.imain {
    *margin-top:1rem;
    *background-color: #0ca1e5;
    overflow: hidden;
}
.imain .ny img{
    max-width:100%;
}
/*产品中心*/
.tit {
    background: url(../image/tit.png) center center no-repeat;
    background-size: 35%;
    margin: 3% 0;
}
.tit h3 {
    text-transform: uppercase;
    line-height: 2rem;
    font-size:1.3rem;
   color:#0ca1e5; font-weight:bolder;
}
.tit span {
    line-height: 2.4rem;
  color:#0ca1e5;
    font-size:1.5rem; font-weight:bolder;
}
.ipro_type ul li {
    float: left;
    width:28.5%;
    margin:1% 2.4%;
    text-align: center;   
}
.ipro_type ul li a {
    display: block;
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #ebebeb;
    color: #000;  
    border-radius: 1.5rem;
}
.ipro_type ul li a:hover {
    background-color: #dec37e;
}
.ipro_list {
    width:98%;
    margin:2% auto;
}
.ipro_list li {
    float:left;
    width:48%;
    margin:1%;
    text-align: center;
    position: relative;
}
.ipro_list li a{
    display: block;
}
.ipro_list li a img {
    display: inline;
}
.ipro_list li a span {
    color: #fff;
    /* display: none; */
    line-height: 2.5rem;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    /* background: #dec37e; */
    opacity:0.7;
    filter:Alpha(opacity=70);
    color:#000;
    text-align: center;
    z-index: 998;
    width: 100%;
}
.more {
    width: 30%;
    border: 1px solid #d7d7d7;
    margin: 3% auto;
}
.more a {
    display: block;
    font-size: 1rem;
    color: #666;
    line-height: 2rem;
}
/*关于我们*/
.iabout {
    width:100%;
    background:url(../image/ab.jpg) no-repeat top center;
    background-size: 100% auto;
    padding:2%;
    height: auto;
    max-height: 242px;
}
.ab_tit {
    width: 40%;
    *background:url(../image/ab_t.png) left 30% no-repeat;
    line-height: 6rem;
	color: #dec37e;
    margin-left: 3%;
    *padding-left: 12%;
    background-size: 15% auto;
}
.ab_tit h3{
    font-size: 1.5rem;   
}
.ab_tit span{
    display: block;
    font-size: 1rem;
    line-height: 2rem;
}
.abtxt {
    font-size: 1rem;
    width: 95%;
	margin:0 auto;
    color: #fff;
    line-height: 2rem;
    height: 6rem;
    overflow: hidden;
}
.abtxt a {
    color: #fffbeb;
}
/*新闻列表*/
.inews {
    background-size: 100%;
    width: 95%;
    margin: 0 auto;
}
.inews_col {
    *margin:1% 0;
    padding: 3% 0;
    border-bottom: 1px dashed #101010;
}

.time {
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
    *background: #0d0d0d;
    font-size: 1rem;
    text-align: left;
    color: #000;
}
.time i {
    display: block;
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.time time {
    float: left;
    background: url(../image/lg01.png) no-repeat;
    display: block;
    line-height: 2rem;
}
.time img{
    margin-top: -2px;
    margin-right: 1em;
    max-height: 2em;
}
.newstxt {
    width: 95%;
    margin:0 auto;
    color:#fff;
    line-height: 1.5rem;
    *background: #222;
}
.newstxt h3 {
    font-size: 1.3rem;
    line-height: 3rem;
    overflow: hidden;
}
.newstxt h3 a{
    color: #000;
}
.newstxt p{
    text-indent: 2em;
    display: block;
    overflow: hidden;
    color: #000;
    font-size: 1rem;
}
/*联系我们*/
.icont {
    *background:url(../image/cont.jpg) no-repeat top center;
    background-size: cover;
    /*padding:2% 0;*/
}
.icont .tit{
    background:url(../image/3-4.jpg) no-repeat top center;
	background: url(../image/top_bg_1.jpg);
    background-size: 100%;
    color: #FFF;
    padding: 13px 0;
}
.icont .tit .tit_bg{
    background: url(../image/tit01.png) center center no-repeat;
    background-size: 35%;
    position: relative;
    top: 2px;
}
.icont .tit h3{
    color: #FFF;
}
.icont .tit span{
    color: #FFF;
}
.icont ul li {
    line-height: 3rem;
    margin: 2% 0 0 3%;
    padding: 0 8%;
    color: #b0afae;
    font-size: 1.3rem;
}
.icont ul li:nth-child(1) {
    background: url(../image/tel.png) left center no-repeat;
    background-size: 5% auto;
}
.icont ul li:nth-child(2) {
    background: url(../image/dz.png) left center no-repeat;
    background-size: 5% auto;
}
/*内页*/
.abo_con {
	*background:#fff;
	width:96%;
	margin:3% auto;
	padding:2%;
	position: relative;
}
.abo_con p{
    color: #000;
    line-height: 3rem;
    font-size: 1.2rem;
}

.abo_con a {
	color: #000;
}
.abo_con img {
	display:block;	
	max-width:100%;
	height:auto;
}

/*底部*/
.lx_con {
	/* background:url(../images/lg.png);
	background: url(../images/lx_con_bg.png) center -0.25em no-repeat; */
	background-size: 100%;
	width:100%;
	padding:2%;
	position: relative;
}
.lx_con p{
    padding-right: 1.9em;
    height: 2.5rem;
    color: #000;
    line-height: 2.4rem;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}

.lx_con a {
	color: #000;
}
.lx_con img {
	display:block;	
	max-width:100%;
	height:auto;
}
.lx_con img{
    float: left;
    top: -0px;
    position: relative;
    line-height: 3rem;
    width: 2rem;
    display: -webkit-inline-box;
    max-width: 100%;
    height: auto;
}
/*详细*/
.news_con {
	*background:#fff;
	width:96%;
	margin:3% auto;
	padding: 2%;
}
.news_con h1{
	line-height: 3rem;
    font-size: 2rem;
}
.news_con img {
	display:block;	
	max-width:100%;	
	height:auto;
}
.news_con p{
	line-height:30px;
}
.news_con hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a0a0a0;
}
.pro_img img {
	margin:1rem 0;
}
.tag {
	padding: 1%;
	*background-color: #f3f3f3;
}
.tag a{
	color:#000;
}
.share {
	margin:2% 0;
}
/*底部*/
.bottom {
	width:100%;
	height:3.5rem;
	margin-top: 1rem;
	background:url(../image/top_bg_1.jpg) no-repeat;
	background-size: 100%;
}
.backtop{
	padding:2%;
}
.backtop a{
	color:#fff;
	font-size:1.5rem;
	font-weight:bold;
}
.backtop a:hover{
	color: #fff!important;
}
.backtop a em{
	display: inline-block;
}
.weizg {
	height:2rem;
	line-height:3rem;
}
.weizg a{
	color:#000;
}
.footer {
    width: 100%;
    height: 5rem;
    background-color:#0ca1e5;
}
.footer ul {
    overflow: hidden;
    padding-top: 1rem;
}
.footer ul li i {
    font-size:1.5rem;
    color: #fff;
}
.footer ul li a {
    display: block; 
    color: #fff;
}
.footer ul li a img{
    max-width: 2.0rem;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:0.8rem;
}

.bjt_l{
    position: absolute;
    background: url(../image/bjt_r.png) no-repeat;
    background-size: cover;
    left: 5px;
    top: -27px;
    width: 57px;
    height: 57px;
    z-index: 1;
}
.bjt_r{
    position: absolute;
    background: url(../image/le.png) no-repeat;
    background-size: cover;
    right: 5px;
    top: -27px;
    width: 57px;
    height: 57px;
    z-index: 1;
}


.icon-pagenav-left{left:0px;}
.icon-nextpage{right:0px;}



.pages ul li{
	border:1px solid #dec37e;
	padding:5px 10px;
	display:inline;
}
.pages ul li a {
	color:#f0f0f0;
}
.pages ul li:hover{
	background:#5b5037;
}

/*do*/
.do{
    width: 98%;
    margin: 0 auto;
}
.do li{
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
    position: relative;
    background-size: contain;
    height: 85px;
}
li.do1{
    background: url(../image/do1.jpg) no-repeat center;
    background-size: 100%;
}
li.do2{
    background: url(../image/do2.jpg) no-repeat center;
    background-size: 100%;
}
li.do3{
    background: url(../image/do3.jpg) no-repeat center;
    background-size: 100%;
}
li.do4{
    background: url(../image/do4.jpg) no-repeat center;
    background-size: 100%;
}
li.do5{
    background: url(../image/do5.jpg) no-repeat center;
    background-size: 100%;
}
li.do6{
    background: url(../image/do6.jpg) no-repeat center;
    background-size: 100%;
}
.do li img{
    margin: 10px;
    display: block;
    max-width: 56%;
    max-width: 76%;
    height: auto;
}

.voice{
    width: 98%;
    margin: 2% auto;
}

.voice li{
    display: inline-block;
    _float: left;
    width: 48%;
    margin: 0.6%;
    text-align: center;
    position: relative;
}

.iabout .tit h3,.iabout .tit span,x.icont .tit h3,x.icont .tit span{
    color: #FFF;
}

.iabout .tit h3{
    color: #fffbeb;
}

/*ba*/
.ba{
    width: 80%;
    margin: 0 auto;
}

.ba p{
    font-size: xx-small;
    padding-top: 1em;
    *margin-top: 1em;
    border-top: 1px dashed #282829;
    color: #282829;
    text-align: center;
}


.lg{
    display: none;
    z-index: 99999;
    right: 2em;
    top: -1.15em;
    position: absolute;
    opacity: 0.1;
}
.lg img{
width: 18.5em !important;

    position: static;
    display: block;
    margin: 0 auto;
    width: 18.5em !important;
    float: none;
}

i.mr10 img{
    display: none;
}

.tit_bg{
    background: url(../image/tit01.png) center center no-repeat;
    background-size: 35%;
}

.titbg{
    margin: 3% 0;
}

.center{text-align:center;}

.wenzi{

}

.container-fluid.iabout {
    margin: 3% 0;
}

.voice {
    width: 98%;
    margin: 2% auto 0;
}

.phone{
    float: left;
    /* width: 47%; */
    line-height: 4rem;
}

.phone a{
	    /* margin: 0 10%; */
}

.phone img{
    top: -1px;
    position: relative;
    /* margin-left: 65px; */
    height: 22px;
}

.phone em{
    color:#282829;
}



.ivedio {
    background-size: 100%;
    width: 95%;
    margin: 0 auto;
}
.ivedio .inews_col {
    *margin:1% 0;
    padding: 3% 0;
    border-bottom: 1px dashed #101010;
}

.ivedio .time {
    margin: 0 auto;
    width: 96%;
    padding: 0 2%;
    *background: #0d0d0d;
    font-size: 1rem;
    text-align: left;
    color: #000;
}
.ivedio .time i {
    display: block;
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.ivedio .time time {
    float: left;
    background: url(../image/lg01.png) no-repeat;
    display: block;
    line-height: 2rem;
}
.ivedio .time img{
    margin-top: -2px;
    margin-right: 1em;
    max-height: 2em;
}

.ivedio .limg{ float:left; width:40%;}
.ivedio .limg img{ width:100%; height:80px;}
.ivedio .rnews{ float:right; width:55%;}

.ivedio .newstxt {
    width: 95%;
    margin:0 auto;
    color:#fff;
    line-height: 1.5rem;
    *background: #222;
}
.ivedio .newstxt h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    overflow: hidden;
}
.ivedio .newstxt h3 a{
    color: #000;
}
.ivedio .newstxt p{
    text-indent: 0em;
    display: block;
    overflow: hidden;
    color: #999;
    font-size: 1rem; line-height:3rem;
}




#pages {
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font: 14px 'Microsoft YaHei';
}
#pages a {
	display: inline-block;
	padding: 0px 12px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	margin-right: -1px;
}
#pages a.hover,#pages span.hover {
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
}
#pages a:hover {
	background: #0ca1e5;
	color: #fff;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	padding: 0px 12px;
	height: 30px;
	line-height: 30px;
	background: #0ca1e5;
	border: 1px solid #0ca1e5;
	color: #fff;
	text-align: center;
}