@charset "gb2312";
/* CSS Document */
/*初始化*/
html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, span, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin: 0; padding: 0; }

/* IE5.xIE6бbug */
* html body{overflow: visible;}
* html iframe, * html fram{overflow: auto;}
* html frameset{overflow: hidden;}
body{font-family: "微软雅黑";}
/*a,li*/
a{text-decoration: none;color: #0000cc;}
li{list-style: none;}
img{border:none}
/*清除浮动*/
.clear{clear: both}
.fr{float: right;}
.h20{padding-top: 20px;}
.h1{height:1px; display: block; background: #fff}
.h10{height: 10px;}
.sp20{padding-left:20px}

.container{width:1100px;margin:0 auto;}
.head{width:100%;height: 160px;border-top: 3px solid #0094ca;}
.logo{position:absolute;left:50%;margin-left:-490px;margin-top:25px}
.logo1{position:absolute;left:50%;margin-left:-650px;margin-top:25px}
.head-call{position:absolute;left:50%;margin-left:99px;margin-top: 16px;}
.head-call p{font:24px "microsoft yahei";color:#c63131}
.head-call span {
    display: inline-block;
    font: 35px "microsoft yahei";
    color: #000;
    width: 66%;
    float: right;
    position: absolute;
    top: -22%;
}
.search {
position: absolute;
left:50%;
margin-left:250px;
margin-top: 55px;
height: 40px;
width: 200px;
border: 1px solid #96c3ed;
}
.search-text {
border: none;
font: 14px/40px "微软雅黑";
color: #000000;
height: 40px;
background: none;
text-indent: 10px;
width: 150px;
}
.search-bt {
border: none;
font: 14px/25px "微软雅黑";
color: #1B1B1B;
background: #96c3ed url(../images/search.png) no-repeat center;
width: 60px;
height: 100%;
position: absolute;
right: 0;
}

.nav{width:100%;text-align:center;display:block;position: absolute;margin-top: 110px;}
.nav ul{display:inline-block;}
.nav ul li{font: 18px/40px "microsoft yahei";float:left;width:133px;margin:0px 1px;background:url(../images/nav.png) no-repeat;}
.nav ul li a{display:block;	color:#FFF}
.nav ul li:hover a{background:#ff9001;border-radius:5px}

.flash{width:100%;overflow:hidden;}
.flash img{width:100%;display:block;margin:0 auto;}

.main1,.mian2{width:100%;margin:0 auto;display:inline-block;}
.main2{background:#f1f1f1}

.m1-L{width:49%;float:left;margin-top:17px;background:#f1f1f1;min-height:420px;max-height:420px}
.m1-L-title{display:inline-block;width:100%;height:35px;border-bottom:1px solid #0072c2;margin-top:10px}
.m1-L-title h2{display:inline-block;color:#646464;font:18px/31px "微软雅黑";padding:0px 10px;border-bottom:1px solid #646464;height:100%}
.m1-L-title h3{display:inline-block;color:#646464;font:18px/31px "微软雅黑";padding:0px 10px;border-bottom:1px solid #646464;height:100%}
.m1-L-title h3 a{color:#646464}
.m1-L-title h3 img{display:inline-block;float:left}
.m1-L-text{width:95%;margin:0 auto;}
.m1-L-img1{float:left;margin-top:18px; padding-bottom:10px;}
.m1-L-img2{float:left;border:1px solid #3182bb;margin-left:10px;margin-top:18px}
.m1-L-text p{font:14px/25px "microsoft yahei";color:#585858;float:left;}
.m1-L-text ul{width:95%;margin-top:5px;}
.m1-L-text ul li{color:#5d5b5b;font:14px/23px "microsoft yahei";background:url(../images/wenhao.png) no-repeat left 5px; line-height:35px; min-height:112px;}
.m1-L-text ul li a{color:#5d5b5b; display:inline-block; margin-left:40px;}
.m1-L-text ul li a:hover{color:#FF0000}
.f-r {
	float: right;
	display: inline-block;
	font: 14px/30px "微软雅黑";
	margin-right:15px;
	border-radius:10px;
	padding:0px 5px;
	
}
.f-r a {
	color: #646464;
}
.f-r a:hover{color:#FF0000}


.m1-R{width:49%;float:right;margin-top:17px;background:#f1f1f1; min-height:420px;max-height:420px}
.m1-R-p{font:14px/20px "microsoft yahei";color:#585858;float:right;width: 100%;}

.m2-ul{
	display: inline-block;
	float:right
	}
.m2-ul li{
	width:100px;
	float: left;
	font: 16px/35px "微软雅黑";
	list-style: none;
	background:#2a8cca;
	text-align:center;
	border-left:1px solid #FFF;
}
.m2-ul li:first-child{border-left:none;border-top-left-radius:5px;border-bottom-left-radius:5px}
.m2-ul li:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}
.m2-ul li a {
	color: #FFF;
	display: block;
}
.m2-ul li a:hover {
	color: #FF0000;
}

.productlist1-ul{width: 100%; margin:0 auto; margin-top:20px;display:inline-block}
.productlist1-ul li{width: 255px;float: left; text-align: center;  margin: 0 10px; font: 14px/32px microsoft yahei;}
.productlist1-ul li:hover img{
 box-shadow:0 0 6px 0  #3491cc;
 -webkit-transition:all .1s linear,color 0;
 -moz-transition:all .1s linear,color 0;
 transition:all .1s linear,color 0;
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 transform:scale(1.1);
 }
.productlist1-ul li img{border:1px solid #3491cc}
.productlist1-ul li a{color:#3b3939 }
.productlist1-ul li a span{width: 100%;display:inline-block}
.foot{text-align:center;position:relative;display:inline-block;width:100%;height:240px;background:#0094ca;margin-top:20px}
.foot-ul{margin:40px auto;width:671px}
.foot-ul li{width:83px;float:left;font:14px/20px "microsoft yahei";border-right: 1px solid #60B5D4;}
.foot-ul li:last-child{ border-right:none;}
.foot a{color: #60B5D4;font:14px "microsoft yahei";}
.foot a:hover{color:#FF0000}
.foot-L{display:inline-block;top:110px; left:50%; text-align:center;position:absolute;margin-left: -195px;}
.foot-L h3{width:120px;float:RIGHT;margin-left:20px;color:#FFF;font:18px/25px "microsoft yahei";}
.foot-L span{color:#FFF;font:15px/25px "microsoft yahei";float:left;margin-top:10px;margin-left:5px}

.foot-R{display:inline-block;top:110px; left:50%; text-align:center;position:absolute;margin-left: -90px;border-left: 1px solid #42B5D3;}
.foot-R-ul{margin: 5px 20px;width:275px;text-align:left;}
.foot-R-ul li{float:left;font:15px/25px "microsoft yahei";color: #60B5D4;width:275px}
/*新闻列表*/

.newslist-img{width:100%;background:url(../images/xian.jpg);background-repeat:repeat-x;margin-top:10px}

.newslist {width: 95%; margin: auto;margin-top: 22px;}
.newslist  li{font: 14px/26px microsoft yahei; color: #484848;  margin-top: 10px; }
.newslist   p{font: 14px/26px microsoft yahei; color: #666; font-weight: normal }
.newslist  li:hover{color:#27BBEC;}
.newslist  li a{height: 32px; color: #484848;}
.newslist  li span{padding-right: 20px; }
.newslist  li:hover a{color:#27BBEC; }

/*在线留言*/

#faqbox { margin-top:20px; margin-left:20px; font-size: 13px;}
#faqbox .faqline{ line-height:-1em; height:35px; text-align:left}
#faqbox .faqline .faqtit{  width:70px; display:block; float:left; clear:both; text-align:right}
#faqbox .Content{ line-height:2em; height:120px; text-align:left}
#faqbox .Content  .faqtit{  width:70px; display:block; float:left; clear:both; text-align:right}
#faqbox .Content textarea { height:100px;}

/*新闻内容*/
.h10{height: 10px;}
.sp20{padding-left:20px}
.news-title {font: 20px/32px microsoft yahei; color:#333; text-align: center;}
.news-info{font: 12px/20px microsoft yahei; color: #393939; text-align: center; border-bottom: 1px dotted #BBBDBF; margin-bottom: 10px; padding-bottom:5px;}
.news-text{width:97%; margin: auto}
.news-text {font: 14px/26px microsoft yahei; color: #333; margin-top: 2px; margin-bottom:2px;}
.bshare-custom{margin: 20px 0;  }
.bar{font: 14px/26px microsoft yahei; color:#526673}
.bar{ color:#526673}
.bar a{ color:#526673}
.bar a:hover{color: #0F7EC3}

/*产品列表*/
.R{float:right;width:870px;margin-left:10px;margin-top:32px;background:#f1f1f1;}
.productlist ul{width: 100%; margin:0 auto; margin-top:20px;display:inline-block}
.productlist ul li{width: 260px;float: left; text-align: center;  margin: 0 15px; font: 14px/25px microsoft yahei;}
.productlist ul li:hover img{
 box-shadow:0 0 6px 0  #3491cc;
 -webkit-transition:all .1s linear,color 0;
 -moz-transition:all .1s linear,color 0;
 transition:all .1s linear,color 0;
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 transform:scale(1.1);
 }
.productlist ul li img{border:1px solid #3491cc}
.productlist ul li a{color:#3b3939 }
.productlist ul li a span{width: 100%;display:inline-block}

.L{float:left;width:220px;margin-top:30px}
.L img{width:100%;margin-top:5px}
.m1-L-side{width:100%; display:inline-block;}
.m1-L-side li {
	background:#057bcb;
	font: 14px/30px "微软雅黑";
	height: 30px;
	line-height: 30px;
	margin:2px auto;	
	position:relative;
}
.m1-L-side li a {
	color: #FFF; display:block; text-indent:40px;width:100%;
	
}
.m1-L-side li a:hover {background:#ff9001}
.subnav{position:absolute; left:-99999px;top:0px;z-index:1;}
.subnav li{
	width:150px;
	float:left;
	background:#057bcb;
	font: 13px/30px "microsoft yahei";
	height: 30px;
	line-height: 30px;
	margin:0px auto;
}
.m1-L-side li:hover .subnav{left:220px;}

.m1-L-call{width:100%; display:inline-block;background:#ffffff;}
.m1-L-call li{font: 14px/20px "microsoft yahei";margin:11px 0;color:#6b6b6b;text-indent:15px;}

.product-news{margin-top:10px;border-bottom:2px solid #2f6d86}
.product-news h3{font:16px/30px "微软雅黑";}
.product-news h3 a{color:#2f6d86;}
.product-news h3 a:hover{color:#95bef1;}

.R-L-ul{ width:100%; display:inline-block;}
.R-L-ul li {
	font: 14px/30px "microsoft yahei";
	position:relative;
	width:100%;
	float:left;
	text-indent:30px;

}
.R-L-ul li a {
	color: #000; 
}
.R-L-ul li a:hover {
	color:#F05;
}
/*页数显示条的css样式*/
.pagelink{ float:right; height:26px; line-height:26px;background:rgba(0,170,213,0.1); margin:20px 0 0 0; padding:0 10px;font: 12px/24px "microsoft yahei";cursor:pointer;}
.pagelink a, .pagelink span{ padding:0 3px;}
.pagelink a.on, .pagelink a:hover{ color:#F9003B;}
.clear{clear: both}

.f-r1 {
	float: right;
	display: inline-block;
	font: 14px/30px "微软雅黑";
	margin-right:15px;

	
}
.f-r1 a {
	color: #FFF;
}
.f-r1 a:hover{color:#FF0000}

/*推荐*/
.tuijian{ display:inline-block; margin-top:20px;width:100%;}
.tuijian li{ width:240px;font:14px/30px "microsoft yahei"; text-align:center; float:left; margin:20px 15px;}
.tui p,.tuijian p{ font: 16px/30px "microsoft yahei"; font-weight:600; color#000 ;}

.tui{ display:inline-block; margin-top:20px;}
.tui li{ width: 250px; float:left;font:14px/30px "microsoft yahei"; margin-left:5px;}
.tui li a,.tuijian li a{color:#434343;}

.youlian{display: inline-block;margin: 20px;color: #60B5D4;}