*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #333;
	font-size: 14px;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 70px;
}
a{
	outline: none;
	color: #333;
}
a:hover{
	color: #048cc5;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 30px auto 0 auto;
	font-size: 12px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height: 22px;
	padding:0 8px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height: 22px;
	padding:0 8px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#048cc5;
	border-color:#048cc5;
}
.pages a:hover{
	color:#fff !important;
	background-color:#048cc5;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

.imgresponse{
	max-width: 100%;
	height: auto;
}
.df{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head{
	border-bottom: 1px solid #ddd;
}
.logo{
	max-width: 85%;
}
.nav_btn{
	width: 40px;
	height: 40px;
	margin-right: 10px;
	flex-direction:column;
	justify-content: center;
	cursor: pointer;
}
.nav_btn i{
	font-style: normal;
	display: none;
}
.nav_btn span{
	width: 23px;
	height: 3px;
	border-radius: 20px;
	background: #048cc5;
	display: block;
	margin: 2px 0;
}
.close span{
	display: none;
}
.close i{
	display: block;
	font-size: 25px;
	color: #048cc5;
}
.nav{
	position: absolute;
	width: 100%;
	height: 0;
	background: rgba(255,255,255,.9);
	z-index: 999;
	transition: all 0.3s;
	overflow: hidden;
	max-width: 640px;
}
.navopen{
	height: 80vh;
}
.nav ul{
	text-align: center;
	padding: 0 20px;
}
.nav ul li{
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #048cc5;
}

.tit{
	text-align: center;
	margin-bottom: 20px;
}
.tit p{
	font-size: 18px;
	color: #393939;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}
.tit p::before,.tit p::after{
	display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
}
.tit p::before{
	background: url(../i/tbg.png) no-repeat 0 0;
	background-size: 20px;
	left: -20px;
	top: -2px;
}
.tit p::after{
	background: url(../i/tbg.png) no-repeat -10px 0;
	background-size: 20px;
	right: -20px;
	bottom: -2px;
}
.tit p span{
	color: #048cc5;
}
.tit small{
	font-size: 10px;
	display: block;
}

.imglist{
	padding: 0 5px;
}
.imglist li{
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}
.imglist li img{
	height: 210px;
}
.imglist li p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	line-height: 40px;
}

.product{
	padding-top: 30px;
}

.about{
	background: url(../i/abg.jpg) no-repeat center #133f86;
	background-size: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.about .tit{
	margin-bottom: 10px;
}
.about .tit p{
	color: #fff;
}
.about .tit p span{
	color: #537eba;
}
.about .tit p::before{
	background: url(../i/tbg2.png) no-repeat 0 0;
	background-size: 20px;
}
.about .tit p::after{
	background: url(../i/tbg2.png) no-repeat -10px 0;
	background-size: 20px;
}
.abinfo{
	padding: 0 15px;
	color: #fff;
}
.abinfo p{
	text-indent: 2em;
	font-size: 13px;
	line-height: 22px;
}
.abinfo img{
	margin-top: 10px;
}

.case{
	margin-top: 30px;
}
.case .imglist p{
	position: relative;
	margin-bottom: 5px;
	line-height: 35px;
}
.case .imglist p::after{
	content: " ";
	display: block;
	width: 40px;
	height: 1px;
	background: #dfe4e9;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.case .imglist span{
	display: block;
	font-size: 12px;
	color: #858585;
}

.news{
	background: url(../i/nbg.png) center;
	margin-top: 30px;
	padding: 0 15px;
	padding-top: 30px;
	margin-bottom: -20px;
	padding-bottom: 20px;
}
.newimg a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.newimg img{
	width: 100px;
	height: auto;
}
.newimg .nr{
	width: 70%;
	margin-left: 10px;
}
.newimg .nr span{
	display: block;
	color: #4c4c4c;
	font-size: 15px;
	margin-bottom: 5px;
}
.newimg .nr p{
	color: rgba(95,95,95,.7);
	font-size: 12px;
}
.news ul{
	margin-top: 10px;
}
.news li{
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
	padding: 0 5px;
}
.news li a{
	color: #515050;
}
.news li a::before{
	content: "○";
	margin-right: 5px;
}
.news li a::after{
	content: ">";
	float: right;
	font-family: "宋体";
	color: #a4a4a4;
	font-weight: bold;
}
.news li:last-child{
	border: none;
}

.bottom{
	position: fixed;
	bottom: 0;
	background: #34343c;
	width: 100%;
	max-width: 640px;
}
.bottom li{
	border-left: 1px solid #4a4a4a;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 5px 0;
}
.bottom li:first-child{
	border: none;
	background: #093c8a;
}
.bottom li a{
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.bottom li img{
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
}

.main{
	padding: 20px 15px;
}
.content{
	line-height: 25px;
}
.content img{
	max-width: 100% !important;
	height: auto;
}
.content a{
	color:#06F;
}

.submenu{
	text-align: center;
	margin-bottom: 10px;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
	margin: 0 5px;
}
.submenu li a{
	display: block;
	padding: 0 12px;
	background: #eee;
	line-height: 25px;
	font-size: 12px;
}
.submenu li a.hover,.submenu li a:hover{
	background: #048cc5;
	color: #fff;
}

.main .tit{
	margin-bottom: 0;
	margin-top: 20px;
}
.main .tit p::after,.main .tit p::before{
	display: none;
}

.list li{
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}
.list li span{
	float: right;
	color: #999;
	font-size: 13px;
}

.showtop{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.showtop h1{
	font-size: 16px;
	font-weight: normal;
	color: #048cc5;
}
.showtop p{
	font-size: 12px;
	color: #999;
	line-height: 40px;
}