html {
  font: 400 15px/20px "Microsoft YaHei", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
a,
a img,
a i {
  color: rgba(16, 45, 71, 1);
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -o-transition: all .3s linear
}

a:hover {
  text-decoration: none;
  color: #3592e7
}

.uk-container {
  max-width: 1400px
}

.mm-top{
  width: 100%;
  background: rgba(255, 255, 255, 1);
}
.mm-title-bg{
  width: 100%;
  background: rgb(245, 245, 245);
  overflow: hidden;
}
.mm-title{
  position: relative;
  height: 50px;
}
.mm-title p{
  margin: 0;
  line-height: 50px;
  font-size: 15px;
  margin-right: 15px;
  color: rgba(16, 45, 71, 1);
}
.mm-title p>i{
  margin-right: 5px;
}

.mm-logo{
  width: 370px;
}
.uk-navbar-nav>li>a {
  min-height: 50px;
  font-size: 17px;
  font-weight: 900;
  margin: 30px 5px;
  padding: 0 20px;
  color: rgba(16, 45, 71, 1);
}
.uk-navbar-nav>li>a>i {
  margin-left: 5px;
}
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: #3592e7;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
.uk-navbar-dropdown {
  width: 260px;
  border-radius: 4px;
  background: rgba(0, 64, 134, 1);
}

.uk-nav li a {
  font-size: 15px;
  padding: 10px 1px;
  color: rgba(255, 255, 255, .8);
  position: relative;
  overflow: hidden
}

.uk-nav li i {
  line-height: 20px;
  position: absolute;
  right: -20px;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -o-transition: all .2s linear
}

.uk-nav li a:hover {
  color: rgba(255, 255, 255, 1);
  text-indent: 5px;
}

.uk-nav li a:hover i {
  right: 10px
}

/****
banner
****/
.mm-banner{
	width: 100%;
}

/****
main01
****/
.mm-title-t {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	background: rgba(0, 64, 134, 1);
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.mm-title-t i {
	margin-right: 10px;
}

.mm-title-a {
	width: 100%;
	height: 34px;
	line-height: 16px;
	border-bottom: 20px solid #f5f5f5;
	margin-top: 6px;
	box-sizing: border-box;
}
.mm-title-b {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	box-sizing: border-box;
}
.mm-title-a a,.mm-title-b a {
	color: #3592e7;
	padding-right: 20px;
}

.mm-title-a a:hover,.mm-title-b a:hover {
	color: #10508b;
	padding-right: 25px;
}


.mm-shadow-remove {
	box-shadow: none;
}

.mm-tw-main-imgbox strong {
	padding: 20px 20px;
	display: block;
	font-size: 15px;
	background: #f5f5f5;
}

.mm-tw-no-title a,.mm-tw-no-time p {
	margin: 0px;
	line-height: 19px;
}

.mm-tw-no-title a {
	display: block;
	background: url(../img/ico1.gif) 0 50% no-repeat;
	text-indent: 20px;
}

.mm-tw-no-title a:hover {
	background: url(../img/ico1.gif) 8px 50% no-repeat;
	text-indent: 25px;
}

.mo-bottom-line {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgb(220, 229, 255);
}
.mm-main1t a{
  font-size: 17px;
  font-weight: 900;
}
.mm-main1t p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-link-bor a {
	width: 100%;
	display: block;
	padding: 10px 0;
	text-align: center;
	background: #f5f5f5;
	color: #444;
}

.mm-link-bor a:hover {
	background: rgba(0, 64, 134, 1);
}

.mm-foot-bg {
	width: 100%;
	background: rgba(0, 64, 134, 1);
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
}

.mm-foot-txt p {
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7)
}

.mm-foot-txt span {
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	color: #fff;
	display: block;
	float: right;
	margin-left: 10px;
}

.uk-nav-header {
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 20px;
}

/**
list
**/
.mm-list-dh a {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	display: block;
	background: #f8f8f8;
	margin-bottom: 10px;
}

.mm-list-dh i {
	margin-right: 10px;
	color: rgba(0, 64, 134, 1);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-o-transition: all .2s linear
}

.mm-list-dh a:hover {
	background: rgba(0, 64, 134, 1);
	color: #fff;
}

.mm-list-dh a:hover > i {
	color: #fff;
}

.mm-news-linef {
	height: 10px;
	margin: 5px 0 20px;
	background: #f5f5f5;
}

/**
picList
**/
.mm-list-top {
	margin-top: 20px!important
}

.mm-list-lm p {
	margin: 9px 0;
	line-height: 25px
}

.mm-list-lm .uk-text-truncate {
	background: url(../img/ico3.gif) 0 50% no-repeat;
	text-indent: 20px;
  font-size: 17px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-o-transition: all .2s linear
}

.mm-list-lm .uk-text-truncate:hover {
	text-indent: 15px;
}
.mm-list-lm p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*需要显示的行数*/
  -webkit-box-orient: vertical;
}

.mm-news-linee {
	margin: 15px 0 0;
	border-bottom: 1px dotted rgba(228,182,21,1)
}

/***
news
***/
.mm-news-box{
  padding: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}
.mm-news-box h3 {
	font-size: 24px;
	font-weight: 900;
	color: #444
}

.mm-news-box p {
	color: #777
}

.mm-news-content {
	width: 100%;
	background: url(../img/ico2.gif) 0 0 repeat-x;
	margin-top: 30px;
	padding-top: 40px;
	margin: 0 auto
}