* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	background-color: #F9FAFC;
	color: #333;
}

ul>li{
	list-style: none;
}

iframe {
	border: 0;
	width: 100%;
	height: 120px;
}

A {
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #000000
}

table {
	font-size: 12px;
	WORD-BREAK: break-all
}

input {
	font-size: 12px
}

select {
	font-size: 12px
}

hr {
	margin: 6px 0;
}

.main {
	width: 940px;
	background-color: #fff;
	border: 0px solid #d9d9d9;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #d7d7d7;
	/* height: 100px; */
	margin-top: 15px;
	padding: 12px 15px;
	box-sizing: border-box;
}

.logo {
	text-align: left;
	height: 88px;
}

.mmenu {
	border-bottom: 2px solid dodgerblue;
	display: flex;
	justify-content: flex-end;
	height: 30px;
}

.logoRight{
	float: right;
}

.logoRight>a{
	color: rgb(122, 171, 201);;
}

.mmenu>.mmenu_detail {
	height: 30px;
	background-color: #5BB531;
	border-radius: 8px 8px 0 0;
	width: 634px;
	display: flex;

}

.mmenu_detail>div {
	flex-direction: column;
	width: 90px;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
	cursor: pointer;
}

.mmenu_detail>div a{
	color: #fff;
	text-decoration: none;
}

.mmenu_detail>div>div:first-of-type:hover {
	background-color: #09A449;
	margin: 0px 6px;
}

.choiceThis{
	background-color: #09A449;
	margin: 0px 6px;
}

.mmenu_detail>div::after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 16px;
	border-right: 1px dotted #fff;
	float: right;
	margin-top: -20px;
}

.mmenu_detail>div:last-of-type::after {
	display: none;
}

.mmenuProduct{
	position: relative;
}

.mmenuProduct>.productCategories{
	position: absolute;
	left: 10px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	color: #333;
	width: 84px;
	height:140px;
	font-weight: normal;
	line-height: 27px;
	display: none;
}

.mmenuProduct:hover>.productCategories{
	display: block;
}

.mmenuProduct>.productCategories>p{
	border-bottom: 1px solid rgb(204, 204, 204);
}

.mmenuProduct>.productCategories>p>a{
	color:#333
}
.mmenuProduct>.productCategories>p:last-of-type{
	border:0
}

.mmenuProduct>.productCategories>p:hover{
	background-color:#0176ab ;
}
.mmenuProduct>.productCategories>p:hover>a{
	color:#fff;
}

.footer {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}


.head {
	height: 120px;
}

.foot {
	margin-top: 10px;
	height: 60px;
}


.navMenu{
	text-align: left;
}

.navMenu>div{
	height: 32px;
	border-bottom: 1px dotted #90b6e3;
}

.navMenu>div>div{
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	margin-top: 2px;
}

.navMenu>div:not(:first-of-type):hover>div{
	background-color: #008CD7;
}

.navMenu>div:not(:first-of-type):hover>div>a{
	color: #fff;
	text-decoration: none;
}

.navMenu>div:first-of-type{
	padding-left: 20px;
	height: 40px;
	padding-bottom: 2px;
}

.ReDian{
	border: 1px solid #C6C6C6;
	height:300px;
	margin-top:20px;
}

.ReDian>div:not(:first-of-type){
	text-align: left;
	text-indent: 1em;
	line-height: 25px;
}

.ReDian>div:not(:first-of-type)>img{
	vertical-align: middle;
}

.ReDian>div:not(:first-of-type)>a{
	color:#008CD6;

}

.ReDian>div:not(:first-of-type)>a:hover{
	text-decoration: underline;
}

.ReDian>div:first-of-type{
	border-bottom:1px dotted #90b6e3;
}

.pagination{
	border:1px solid #BEBEBE;
	background-color: #F3F4F5;
	line-height: 2.4;
	margin-top:10px;
}

.pagination>span{
	color:#E54805
}

.messageContent{
	text-indent: 2em;
	line-height: 1.5;
	padding:12px
}

.messageContent>div{
	padding-bottom:12px;
}

.messageTitle{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.operation{
	background:#F5F5F5;
	border: 1px solid #E0E0E0;
	text-align: center;
	height:30px;
	line-height: 30px;
}

.message{
	padding:18px;
}