﻿@charset "utf-8";
/* CSS 样式表 */
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
a, a:link, a:visited, a:hover, a:active{
text-decoration:none
}
table {
border-collapse: separate;
border-spacing: 0;
}
th, td {
text-align: left;
font-weight: normal;
}
img, iframe {
border: none;
text-decoration:none;
}
ol, ul {
list-style: none;
}
input, textarea, select, button {
font-size: 100%;
font-family: inherit;
}
select {
margin: inherit;
}
hr {
margin: 0;
padding: 0;
border: 0;
color: #000;
background-color: #000;
height: 1px
}
/*样式表*/
body{
	display: flex;
	flex-direction: column;
	align-items: center;
}
:root{
	--main-color: #105793;
	--white-color: #FFF;
}
/*header*/
header{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 2rem;
}
#mtitle{
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.8rem;
	margin-left: 10px;
	color: #333;
}
#mtel{
	margin-right: 10px;
	font-size: 0.6rem;
	max-width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
/*nav*/
nav{
	width: 100%;
	display: flex;
	flex-direction: row;
	background: #1276cb;
}
.mnav{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 0.5rem;
}
.mnav li{
	line-height: 1.3rem;
	color: #FFF;
}
/*banner*/
#mbanner{
	width: 100%;
}
#mbanner img{
	display: block;
	width: 100%;
}
/*product*/
#mproduct{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}
#mproduct-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 2.1rem;
}
.m-module-title{
	border-left: 6px solid #1276cb;
	margin-left: 10px;
}
.m-module-title-a{
	font-size: 0.8rem;
	margin-left: 5px;
	color: #333;
}
.m-module-title-b{
	font-size: 0.7rem;
	color: #888;
	margin-left: 5px;
	
}
.m-module-more{
	color: #999;
	font-size: 0.7rem;
	line-height: 3.1rem;
	margin-right: 5px;
}
.mproduct-content{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 10px;
	flex-wrap: wrap;
}
.mproduct-show{
	width: 4.2rem;
	height: 4.2rem;
	overflow: hidden;
}
.mproduct-show img{
	width: 100%;
	height: 68%;
	display: block;
	border-radius: 1rem;
}
.mproduct-show-name{
	line-height: 1.4rem;
	font-size: 0.7rem;
	color: #999;
	text-align: center;
}
/*about*/
#mabout{
	width: 100%;
	margin-top: 1rem;
}
#mabout-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 2.1rem;
}
#mabout-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
#mabout-content p{
	text-indent: 2em;
	line-height: 1rem;
	font-size: 0.7rem;
	margin-left: 0.5rem;
	margin-right: 0.7rem;
	color: #888;
}
/*news*/
#mnews{
	width: 100%;
	margin-top: 1rem;
}
#mnews-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 2.1rem;
}
#mnews-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
#mnews-content{
	display: flex;
	flex-direction: column;
	width: 94%;
	margin-left: 10px;
	margin-right: 10px;
}
#mnews-title p a{
	color: #1276cb;
}
#mnews-content li{
	text-indent: 0.3rem;
	line-height: 2rem;
	height: 2rem;
	border-bottom: 1px dashed #333;
}
#mnews-content li:before{
	content: "\f028";
	color: #1276cb;
	float: left;
}
#mnews-content li a span{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 60%;
	font-size: 0.7rem;
	color: #333;
	line-height: 2rem;
	height: 2rem;
}
.mn-time{
	float: right;
	font-size: 0.7rem;
	color: #999;
}
/*底部nav*/
#bottom-nav{
	margin-top: 20px;
}
/*footer*/
footer#mfoot{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#mfoot-left{
	width: 70%;
	margin-left: 15px;
}
#mfoot-left p{
	font-size: 0.5rem;
	color: #555;
	line-height: 0.8rem;
}
#merweima{
	width: 25%;
	margin-right: 15px;
	margin-top: 5px;
}
#merweima img{
	width: 100%;
}
#mfooter{
	width: 100%;
	height: 2.2rem;
	display: flex;
	justify-content: space-around;
	background: #1276cb;
	position: fixed;
	bottom: 0rem;
	z-index: 3;
}
#mfooter div p{
	font-size: 0.6rem;
	color: #FFF;
	margin-top: 3px;
}
#mfooter a:first-child div:before{
	content: "\f095";
	font-size: 1.4rem;
	color: #FFF;
}
#mfooter a:nth-child(2) div:before{
	content: "\f27a";
	font-size: 1.4rem;
	color: #FFF;
}
#mfooter a:nth-child(3) div:before{
	content: "\f041";
	font-size: 1.4rem;
	color: #FFF;
}
#mfooter div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#mempty-box{
	width: 100%;
	height: 2.2rem;
}
/*子页面*/
#mmain{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.mmain-title{
	display: flex;
	flex-direction: row;
	background: #1276cb;
	height: 1.3rem;
}
.mmain-title-tag{
	color: #FFF;
	margin-left: 10px;
	line-height: 1.3rem;
	font-size: 0.8rem;
}
.mmain-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
}
.mmain-content img{
	width: 96%;
	margin-left: -2em;
}
.mmain-content p{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 0.7rem;
}
/*flickr*/
.flickr {
    float:right;
    width: 95%;
    padding:0px;
    margin:20px auto;
    font-family:Verdana;
    text-align: center;
    font-size: 12px;

}
.flickr a {
    background-position: 50% bottom;
    color: #078dca;
    margin-right: 3px;
    text-decoration: none;
    border: #dedfde 1px solid ;
    padding: 2px 6px;
}
.flickr a:hover {
    color: #fff;
    background-color: #078dca;
    border:#dddddd 1px solid ;
}
.flickr span.current {
    font-weight: bold;
    color: #ff0084;
    margin-right: 3px;
    padding: 2px 6px;
}
.flickr span.disabled {
    color: #adaaad;
    margin-right: 3px;
    padding:2px 6px;
}
/*分享与顶踩*/
.pagingBox a{
    color: #5f5d5d;
}

.pagingBox{
    overflow: hidden;
    color: #5f5d5d;
    display: inline;
    float: right;
    margin-right: 2em;
    font-size: 0.7rem;
}
.mmain-content p img{
	margin-left: -2em;
}