@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:#f0f0f0;
	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;
}

.iabout img {
	display:block;
	max-width:100%;	
	height:auto;
}
/*产品中心*/
.tit {
	border-bottom: 1px solid #e5e5e5;
}
.tit i{
	font-size:5rem;
	color:#073190;
}
.txt {
	padding: 3% 0 3% 11%;
	line-height:3rem;
}
.txt h3{
	font-size:2rem;
}
.txt span {
	display:block;
	font-size:0.5rem;	
	color:#073190;
    text-transform:uppercase;
}
.tit span a{
	display:block;
	font-size:1.5rem;
	color:#073190;
}
/*产品*/
.cate {
    margin: 1% 0;	
}
.cate ul li {
	width:48%;
	float: left;
    margin: 1%;
    height: 3rem;
    line-height: 3rem;
	text-align: center;
    background: #073190;
    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%;
	text-align:center;
    margin: 1%;
    padding: 1%;
    float: left;
    background: #073190;
    padding-bottom: 5%;
    box-shadow: 2px 2px 5px #333;
}
.ipro ul li a img {
    display: inline-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:#073190;
    text-align: center;
    color:#fff;
    margin:2% 0;
}
.icont p {
    line-height: 4rem;
    font-size: 1.6rem;
}
.icont p i {
    display: inline;
    width: 2rem;
    padding: 0 1%;
}
.imain {
	margin-top:1rem;
}
/*新闻列表*/
.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: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{
	display:inline;
	margin:1rem 0;
}
.tag {
	padding: 1%;
	background-color: #f3f3f3;
}
.share {
	margin:2% 0;
}

/*分页*/
.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #a0a0a0;
	padding:5px 10px;
	display:inline;
}
.pages ul li:hover{
	background:#d0d0d0;
}
/*主体*/

.logo{
	text-align:center;
}
.logo img{
	max-width:60%;
	display:inline-block;
}

.banner img {
	width: 100%;
	max-height: 300px;
}
.weizg{
	text-align:center;
	padding-top:10px;
}
.weizg a {
	color:#000;
}

/*底部导航*/
.footer{
    width: 100%;
	background: #073190;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	position: fixed;
	bottom: 0;
	left: 0;
}
.footer ul{
	margin-top: 10px;
}
.footer ul li{
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
.footer ul li img{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	display: inline-block;
}
.footer > ul > .d1 > a > i{
	background: url(../images/fot01.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d2 > a > i{
	background: url(../images/fot02.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d3 > a > i{
	background: url(../images/fot03.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d4 > a > i{
	background: url(../images/fot04.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > li > a > p{
	font-size: 10px;
}
.footer ul li .fot_ico{
	height: 44px;
	display: inline-block;
}
.footer ul li a{
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.footer ul .active a{
	color: #fff;
}
.footer > ul > .d1.active > a > i{
	background: url(../images/fot011.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d2.active > a > i{
	background: url(../images/fot022.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d3.active > a > i{
	background: url(../images/fot033.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d4.active > a > i{
	background: url(../images/fot044.png) no-repeat;
	background-size: 100% 100%;
}
/*浮动导航*/
.mb_nav2{
	width: 35px;
	height: 35px;
	position: fixed;
	bottom:65px;
	right: 20px;
	z-index: 999;
	box-shadow: 0 5px 5px #0d0c0f .3 ;
}
.mb_nav2 .menu{
	background: url(../images/nav2.png) no-repeat center /35px 35px;
	background-size: 100% 100%;
}
.mb_nav2 .menu_act{
	background: url(../images/nav3.png) no-repeat center /35px 35px !important;	
}
.menu_ico{
	 width: 35px;
	 height: 35px;
}
.menu_nav{
	z-index: 999;
	width: 88px;
	background: url(../images/nav2_bj.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -6px;
	bottom: 36px;
	text-align: center;
	padding: 5px 10px 14px;
	display:none;
}
.menu_nav li{
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
.menu_nav li:last-child{
	border: none;
}
.menu_nav li a{
	font-size: 12px;
	color: #fff;
	line-height: 12px;
}

/*联系我们2*/
.con2{
	padding: 0 12px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}
.con2 li{
	line-height: 44px;
}
.con2 li p{
	margin-left: 42px;	
	border-bottom: 1px solid #e0e0e0;
}
.con2 li:last-child p{
	border: none;
}
.con2 .c1{
	background: url(../images/n1.png) no-repeat left;
}
.con2 .c2{
	background: url(../images/n2.png) no-repeat left;
}
.con2 .c3{
	background: url(../images/n3.png) no-repeat left;
}
.con2 .c4{
	background: url(../images/n4.png) no-repeat left;
}
.ewm2{
	background: #f6f6f6;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.ewm2 i img{
	width: 80px !important;
	height: 80px;
}
.ewm2 .el img{
	width: 70px !important;
	height: 70px;
	margin-top: 5px;
	margin-left: 22px;
}
.sys{
	display: block;
	color: #666;
}

/*小程序扫一扫*/
.xcx{
	width: 100%;
    background: url(../images/xcx_bj.jpg) no-repeat;
    background-size: 100%;
    height: 293px;
    position: relative;
}
.zx_box{
	width: 181px;
    height: 231px;
    background: url(../images/sm_bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -90px;
}

.zx{
	width: 100%;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 73%;    
}
.zx p {
	font-family: "苹方";
	letter-spacing: 1px;
}

.ewm_xcx{
	width: 85%;
	padding: 25px 31px;
	display: inline-block;
	text-align: center;
}
.ewm_xcx p{
	height: 12px;
	line-height: 12px;
	color: #666666;
}
.ewm_l img{
	width: 131px;	
	margin-bottom: 13px;
}
.ewm_r img{
	width: 127px;
	margin-bottom: 18px;
}
.fz12{
	font-size: 12px;
}

