﻿@charset "UTF-8";
/*css 初始化开始 */
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 {
    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;
}
.clearfix:before,.clearfix:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}
.clearfix{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#5a5a5a; 
    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;
	color:inherit;
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.hide {
    display:none;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
    z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
    left: 0;
	z-index:9999;
}
/*导航*/
.header {
	width: 100%;
	height: 4rem;
    background-color:#0936dc;
	position:fixed;
	top: 0;
	left: 0;
	z-index:9999;
}
.header h3{
	width:15%;
    color: #000;
    padding: 12px;
    font-size: 25px;
    cursor: pointer;
}
.header span{
	width:85%;
	line-height:4rem;
	display:block;
}
.header span img {
	display:inline-block;
}
#nav {
	width:100%;
	background-color:#277AD2;
	position:absolute;
	top:4rem;
	z-index:9999;	
}
#nav li {
	border-bottom:1px solid #fff;
}
#nav li a {
	height:3rem;
	line-height:3rem;
	color:#fff;
	font-size:1.5rem;
	display:block;
    padding:0 2%;
}
#nav a:hover {
	color:#000;
	background-color:#f0f0f0;
}
#nav a.active{
	color:#000;
	background-color:#f0f0f0;
}
/*banner*/
.banner{
	margin-top:4rem;
}
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    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;
}
/*产品中心*/
.tit {
	border-bottom: 1px solid #e5e5e5;
}
.tit i{
	font-size:5rem;
	color:#277ad2;
}
.txt {
	padding: 3% 0 3% 11%;
	line-height:3rem;
}
.txt h3{
	font-size:2rem;
}
.txt span {
	display:block;
	font-size:0.5rem;	
	color:#277ad2;
    text-transform:uppercase;
}
.tit span a{
	display:block;
	font-size:1.5rem;
	color:#277ad2;
}
/*产品*/
.cate {
    margin: 1% 0;	
}
.cate ul li {
	width:48%;
	float: left;
    margin: 1%;
    height: 3rem;
    line-height: 3rem;
	text-align: center;
    background: #277ad2;
    padding-bottom: 2%;
    box-shadow: 2px 2px 5px #333;
}
.cate ul li a{
	color:#fff;
}
.ipro {
    width:98%;
    margin: 0 auto;
}
.ipro ul{
    margin:2% 0;
}
.ipro ul li {
    width:48%;
    margin: 1%;
    padding: 1%;
    float: left;
    background: #277ad2;
    padding-bottom: 5%;
    box-shadow: 2px 2px 5px #333;
}
.ipro ul li a img {
    display: block;
    width: 100%;
    vertical-align: middle;
}
.ipro ul li h3{
    display: block;
    width: 100%;
    line-height: 3rem;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 5%;
    text-align: center;
}
.ipro ul li h3 span a{
    text-align: center;
    color: #fff;
}
.ipro ul li h3 >a{
    text-align: center;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    border-radius: 10px;
    margin-top: 6%;
    border: 1px solid #c4d7f0;
}
.index {
    margin:2% 0;
}
.iabo_txt {
    margin:2% 0;
}
.iabo_txt p{
    line-height: 2rem;
    margin:2% 0;
	padding:0 1%;
    font-size: 1.5rem;
}
/*首页新闻*/
.inews_list {
    margin-top:2%;
    width:98%;
    margin:0 auto;
}
.inews_list li{
    float: left;
    width: 48%;
    text-align: left;
    line-height: 3rem;
    border-bottom: 1px solid #001d4a;
    margin: 1%;
}
.inews_list li a{
    width:55%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inews_list li span {
    width:45%;
    font-size: 1rem;
    display: block;
}
.icont {
    background-color:#277ad2;
    text-align: center;
    color:#fff;
    margin:2% 0;
}
.icont p {
    line-height: 4rem;
    font-size: 1.8rem;
}
.icont p i {
    display: inline;
    width: 2rem;
    padding: 0 1%;
}
.imain {
	margin-top:4rem;
}
/*新闻列表*/
.news_column li {
	height: 3rem;
    line-height: 3rem;
    border-bottom: 1px solid #d3d3d3;
    background: url(../images/dot.jpg) 96% center no-repeat;
    background-size: 20px 20px;
}
.news_column li a{
	width: 80%;
	padding:0 2%;
	display:block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*详细*/
.news_con h1{
	line-height: 5rem;
    font-size: 2rem;
}
.news_con img {
	display:inline;
}
.news_con p{
	line-height:30px;
}
.news_con hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #a0a0a0;
}
.tag {
	padding: 1%;
	background-color: #f3f3f3;
}
.share {
	margin:2% 0;
}
/*底部*/
.bottom {
	width:100%;
	height:3.5rem;
	margin-top: 1rem;
	background-color:#000;
}
.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;
}
.footer {
    width: 100%;
    height: 5rem;
    background-color:#000;
}
.footer ul {
    overflow: hidden;
    padding-top: 1rem;
}
.footer ul li i {
    font-size:2rem;
    color: #fff;
}
.footer ul li a {
    display: block;
    color: #fff;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:1rem;
}
/*分页*/
.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #a0a0a0;
	padding:5px 10px;
	display:inline;
}
.pages ul li:hover{
	background:#d0d0d0;
}
/*主体*/
