﻿html {
	font: 400 15px/20px "Microsoft YaHei",Helvetica,Arial,sans-serif;
	font-size: 15px;
	background: #f3f3f3;
}

.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,.uk-heading-2xlarge,.uk-heading-large,.uk-heading-medium,.uk-heading-small,.uk-heading-xlarge,h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px 0;
	color: #333;
	text-transform: none;
	font-weight: 400;
	font-family: -apple-system,BlinkMacSystemFont,"Microsoft YaHei","Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a {
	color: #444;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

a:hover {
	color: rgba(119,44,155, 1);
	text-decoration: none;
}

.uk-container {
	max-width: 1400px;
}

.uk-nav-header {
	font-size: 15px;
}

.uk-nav-default {
	font-size: 14px;
}

.font-Oswald {
	font-family: oswaldmedium;
}
@media (min-width: 1200px){
	*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
		margin-top: 30px;
	}
}
.mm-body {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
}

.mm-drop-menu {
	width: 330px;
}

.mm-drop-menu strong {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	line-height: 40px;
}

.mm-drop-menu a {
	line-height: 40px;
}

.mm-logo-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	padding: 30px 40px;
	height: 100%;
	background: rgba(23,101,170,.95);
}

.mm-logo-bor {
	position: absolute;
	top: -110px;
	left: 40px;
	z-index: 3;
	width: 200px;
	height: 200px;
	border-radius: 80px;
	background: rgba(255,255,255,.5);
	transform: rotate(19deg);
	animation: rotate 8s linear -2s infinite;
}

.mm-logo-bor1 {
	position: absolute;
	top: -250px;
	left: -60px;
	z-index: 2;
	width: 390px;
	height: 340px;
	border-radius: 120px;
	background: rgba(255,255,255,.2);
	transform: rotate(76deg);
	animation: rotate1 10s linear -4s infinite;
}

.mm-logo-bor2 {
	position: absolute;
	top: -250px;
	left: -60px;
	z-index: 0;
	width: 450px;
	height: 390px;
	border-radius: 160px;
	background: rgba(255,255,255,.1);
	transform: rotate(76deg);
	animation: rotate1 14s linear -6s infinite;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rotate1 {
	0% {
		-webkit-transform: rotate(0);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.mm-logo-txt p {
	color: #f5f5f5;
	line-height: 36px;
}

.mm-logo-a {
	z-index: 12;
	margin: 20px auto;
	width: 80%;
}

.mm-buttonBox {
	position: relative;
	float: right;
}

.mm-button {
	position: relative;
	z-index: 999;
	display: block;
	padding: 10px 30px;
	border: none;
	color: #fff;
	text-transform: uppercase;
}

.mm-border {
	position: absolute;
	background: 0 0;
	transition: all .5s ease-in-out;
}

.mm-border:nth-of-type(1) {
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(255,255,255,.5);
	border-left: 2px solid rgba(255,255,255,.5);
}

.mm-border:nth-of-type(2) {
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(255,255,255,.5);
	border-bottom: 2px solid rgba(255,255,255,.5);
}

.mm-buttonBox:hover .mm-border {
	width: 110px;
	height: 45px;
	border-color: #ff;
}

.mm-buttonBox:hover .mm-button {
	background: rgba(255,255,255,.5);
	color: rgba(0,0,0,.9);
}

.mm-buttonBox2 {
	position: relative;
	float: right;
}

.mm-button2 {
	position: relative;
	z-index: 999;
	display: block;
	padding: 10px 30px;
	border: none;
	color: #333;
	text-transform: uppercase;
}

.mm-border2 {
	position: absolute;
	background: 0 0;
	transition: all .5s ease-in-out;
}

.mm-border2:nth-of-type(1) {
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0,0,0,.5);
	border-left: 2px solid rgba(0,0,0,.5);
}

.mm-border2:nth-of-type(2) {
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(0,0,0,.5);
	border-bottom: 2px solid rgba(0,0,0,.5);
}

.mm-buttonBox2:hover .mm-border2 {
	width: 110px;
	height: 45px;
	border-color: #000;
}

.mm-buttonBox2:hover .mm-button2 {
	background: rgba(255,255,255,.5);
	color: #000;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: 0 0;
}

.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle {
	min-height: 50px;
}

.mm-top {
	width: 100%;
	background: url(../images/top-bg.png) 0 0 repeat-x;
	border-top: 5px solid #5119b6;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	z-index: 999;
}
.mm-list-ttop {
	width: 100%;
	border-top: 5px solid #5119b6;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	z-index: 999;
}
.mm-menu-top{
	margin-top: 40px;
}
.mm-top-link {
	width: 100%;
	height: 40px;
	background: #f5f5f5;
}

.mm-top-link a,.mm-top-link span {
	margin-left: 30px;
	color: #444;
	line-height: 40px;
}

.mm-top-link a:hover {
	color: #c5281f;
}

.mm-logo {
	display: block;
	padding: 0;
	height: 60px;
}

.mm-logo img {
	height: 100%;
}
.uk-logo{
	width: auto;
	padding: 0 10px;
	margin:0;
	display: block;
}
.uk-search-default {
	width: 240px;
}

.mm-search {
	margin: 35px 0;
}

.uk-search-default .uk-search-input {
	border-color: rgba(245,245,245,1);
	border-radius: 4px;
	background: rgba(245,245,245,1);
	color: rgba(0,0,0,.7);
	text-indent: 10px;
}

.uk-search .uk-search-icon {
	color: rgba(0,0,0,.5);
}

.uk-search .uk-search-icon:hover {
	color: rgba(0,0,0,.9);
}

.uk-search-input::-ms-input-placeholder {
	color: rgba(0,0,0,.4)!important;
}

.uk-search-input::placeholder {
	color: rgba(0,0,0,.4);
}

.mm-menu-bg {
	width: 100%;
	height: 60px;
	background: #e42015;
}

.mm-menu {
	padding: 25px 0;
}

.uk-navbar-nav>li>span {
	display: block;
	line-height: 30px;
}

.uk-navbar-nav>li>a,.uk-navbar-nav>li>span {
	margin: 0 30px;
	min-height: 30px;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
}

.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a.uk-open,.uk-navbar-nav>li>a:focus {
	color: rgba(255,255,255,.7);
}

.uk-nav li a {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	color: rgba(0,0,0,.7);
	font-size: 14px;
}

.uk-nav li i {
	position: absolute;
	right: -20px;
	line-height: 20px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.uk-nav li a:hover {
	color: rgba(81,15,182, 1);
}

.uk-nav li a:hover i {
	right: 10px;
}

.uk-navbar-toggle {
	height: 40px;
	color: #fff;
}[class*=uk-navbar-dropdown-bottom] {
	margin-top: 0;
}

.uk-overlay-primary {
	background: rgba(34,34,34,.5);
}

.mm-ts-menu2{
	padding: 10px 0;
	background: rgba(119,44,155, .95) !important;
}
.mm-ts-menu2 .uk-navbar-container{
	background: transparent !important;
}

.mm-ts-menu2 .uk-navbar-nav>li>a,.mm-ts-menu2 .uk-navbar-nav>li>span {
	margin: 0 10px;
	min-height: 30px;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
}

.mm-banner{
	position: relative;
}

.mm-banner-btn {
	position: absolute;
	top: 95vh;
	z-index: 1;
	width: 100%;
	height: 5vh;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 5vh;
	cursor: pointer;
}

.mm-slidenav-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100px;
	height: 50px;
}

.mm-slidenav-btn a {
	display: block;
	width: 49px;
	height: 50px;
	background: #fff;
	color: #333!important;
	font-size: 30px;
	line-height: 50px;
}

.mm-slidenav-btn a:hover {
	background: #555;
	color: #fff!important;
}
/**
 *
 main01
 *
 **/
.mm-main01-bg{
	position: relative;
	width: 100%;
	padding: 65px 0;
	background: url(../images/main-bg01.jpg) 50% 50% no-repeat rgba(81,15,182, 1);
}
.mm-main-title-bora{
	border-top: 1px solid rgba(255,255,255, 0.5);
	border-left: 1px solid rgba(255,255,255, 0.5);
	height: 75px;
}
.mm-main-title-borb{
	border-top: 1px solid rgba(255,255,255, 0.5);
	border-right: 1px solid rgba(255,255,255, 0.5);
	height: 75px;
}
.mm-main-title{
	padding: 0 20px;

}
.mm-main-title h2{
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	line-height: 0;
	margin-bottom: 30px;
}
.mm-main-title p{
	color: #ebc1ff;
}
.mm-main-title a{
	color: rgba(255,255,255, 0.6);
	border: 1px solid rgba(255,255,255, 0.4);
	padding: 15px 30px;
	margin-top: 10px;
	display: block;
}
.mm-main-title a:hover{
	color: #fff;
	border: 1px solid #fff;
}
.mm-main01-img-bor a:hover > .mm-main01-img-title h3{
	color: rgba(81,15,182, 1);
}
.mm-main01-img-box{
	
}
.mm-main01-img-title{
	width: 90%;
	margin: 0 auto;
	background:#fff;
	padding: 20px;
	box-sizing: border-box;
	margin-top: -40px;
	z-index: 9;
	position: relative;
}
.mm-main01-img-title h3{
	font-size: 15px;
	font-weight: 900;
	height: 42px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-main01-img-title p{
	margin: 0;
	color: rgba(81,15,182, 0.6);
}
.mm-main01-img-title i,.mm-main01-list-title i{
	margin-right: 10px;
}
.mm-main01-list-bor{
	width: 100%;
	height: 140px;
	position: relative;
	clear: both;
	margin-bottom: 19px;
	overflow: hidden;
}
.mm-main01-list-title{
	width: 72%;
	height: 110px;
	background:#fff;
	padding: 15px 20px 20px 20px;
	border-top: 1px solid rgba(255,255,255, 1);
	box-sizing: border-box;
	position: absolute;
	right: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}	
.mm-main01-list-title p{
	margin-bottom: 10px;
	color: rgba(81,15,182, 0.6);
}
.mm-main01-list-title h3{
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 0px;
	height: 42px;
	display: block;
	overflow: hidden;
}
.mm-main01-list-bor a:hover >.mm-main01-list-title{
	border-top: 5px solid rgba(81,15,182, 1);
}
.mm-main01-list-bor a:hover >.mm-main01-list-title h3{
	color: rgba(81,15,182, 1);
}
.mm-main01-list-img{
	float: left;
	width: 31%;
}

/**
 *
 main02
 *
 **/

.mm-main02-bg{
	position: relative;
	width: 100%;
	padding: 65px 0;
	background: #f2f3f9;
}
.mm-main-title-borc{
	border-top: 1px solid rgba(81,15,182, 0.5);
	border-left: 1px solid rgba(81,15,182, 0.5);
	height: 75px;
}
.mm-main-title-bord{
	border-top: 1px solid rgba(81,15,182, 0.5);
	border-right: 1px solid rgba(81,15,182, 0.5);
	height: 75px;
}
.mm-main-title-bore{
	border-bottom: 1px solid rgba(81,15,182, 0.5);
	border-left: 1px solid rgba(81,15,182, 0.5);
	height: 75px;
}
.mm-main-title-borf{
	border-top: 1px solid rgba(255,255,255, 0.5);
	height: 5px;
}
.mm-main-title-borg{
	border-top: 1px solid rgba(81,15,182, 0.5);
	border-right: 1px solid rgba(81,15,182, 0.5);
	height: 55px;
}
.mm-main-title-borh{
	border-top: 1px solid rgba(81,15,182, 0.5);
	border-bottom: 1px solid rgba(81,15,182, 0.5);
	border-right: 1px solid rgba(81,15,182, 0.5);
	height: 55px;
}
.mm-main-title2{
	padding: 0 0 0 20px;
}
.mm-main-title2 h2{
	font-size: 24px;
	font-weight: 900;
	color: rgba(119,44,155, 1);
	line-height: 0;
	margin-bottom: 30px;
}
.mm-main-title2 p{
	color: rgba(119,44,155, .6);
}
.mm-main-title2 a{
	color: rgba(119,44,155, .6);
	border: 1px solid rgba(119,44,155, .6);
	padding: 15px 30px;
	margin-top: 40px;
	display: block;
}
.mm-main-title2 a:hover{
	color: rgba(119,44,155, 1);
	border: 1px solid rgba(119,44,155, 1);
}
.mm-main-title3{
	padding: 0 0 0 20px;

}
.mm-main-title3 h2{
	font-size: 24px;
	font-weight: 900;
	color: rgba(78,54,184, 1);
	line-height: 0;
	margin-bottom: 30px;
}
.mm-main-title3 p{
	color: rgba(78,54,184, .6);
}
.mm-main-title3 a{
	color: rgba(255,255,255, 0.6);
	border: 1px solid rgba(255,255,255, 0.4);
	padding: 15px 30px;
	margin-top: 10px;
	display: block;
}
.mm-main-title3 a:hover{
	color: #fff;
	border: 1px solid #fff;
}
.mm-main02-timea{
	width: 110px;
	text-align: center;
	padding: 15px 0;
	float: right;
	background: rgba(119,44,155, 1);
	color: #fff;
	z-index: 1;
}
.mm-main02-timea i{
	margin-right: 10px;
}
.mm-main02-titlea a{
	display: block;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 20px 33px;
	margin-top: 20px;
}
.mm-main02-titlea h3{
	font-size: 15px;
	font-weight: 900;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-main02-titlea p{
	color: #777;
	margin-bottom: 0;
display: -webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
overflow: hidden;
text-overflow:ellipsis
}
.mm-main02-titlea a:hover > h3{
	color: rgba(119,44,155, 1);
}
.mm-main02-timeb{
	width: 110px;
	text-align: center;
	padding: 15px 0;
	background: rgba(78,54,184, 1);
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 999;
}
.mm-main02-timeb i{
	margin-right: 10px;
}
.mm-main02-titleb{
	width: 100%;
	position: relative;
	z-index: 0;
}
.mm-main02-titleb a{
	width: 100%;
	display: block;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 20px 30px;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 900;
}
.mm-main02-titleb a:hover{
	color: rgba(119,44,155, 1);
}



/**
 *
 main03
 *
 **/
.mm-main03-bg{
	position: relative;
	width: 100%;
	padding: 65px 0;
	background: #fff;
}
.mm-main-title-03 a:hover{
	color: rgba(119,44,155, 1);
}
.mm-main03-title{
	width: 100%;
	height: 170px;
	margin-top: 30px;
}
.mm-main03-title a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 40px 30px;
	box-sizing: border-box;
	border: 1px solid rgba(119,44,155, .2);
}
.mm-main03-title h3{
	font-size: 15px;
	font-weight: 900;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-main03-title p{
	color: #777;
	margin: 0;
}
.mm-main03-title a:hover{
	border: 1px solid rgba(119,44,155, .8);
}
.mm-main03-title a:hover > h3{
	color: rgba(119,44,155, 1);
}
.mm-main03-timea{
	width: 130px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: rgba(255,255,255, 1);
	color: rgba(119,44,155, 1);
	font-size: 18px;
	font-weight: 900;
	position: absolute;
	left: 20px;
	z-index: 999;
}
.mm-main03-timea i{
	margin-right: 10px;
}
.mm-main03-img{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.mm-main03-img-til{
	background: #f2f3f9;
	padding-bottom: 10px;
}
.mm-main03-img-til a{
	width: 100%;
	height: 100%;
	display: block;
}
.mm-main03-img-til p{
	margin: 15px;
	color: #444;
}
.mm-main03-img-til img{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-main03-img-til a:hover > .mm-main03-img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



/**
 *
 main04
 *
 **/

.mm-main04-bg{
	position: relative;
	width: 100%;
	padding: 65px 0;
	background: url(../images/main04-bg.jpg) 50% bottom no-repeat #f2f3f9;
}
.mm-main-zy-bor{
	margin-bottom: 20px;
}
.mm-main-zy-bor a {
	background: #fff;
	padding-bottom: 15px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-main-zy-bor strong, .mm-main-zy-bor p{
	margin:0 15px 15px 15px;
	color: #444;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-main-zy-bor a:hover{
	background: rgba(119,44,155, 1);
}
.mm-main-zy-bor a:hover > strong, .mm-main-zy-bor a:hover > p{
	color: #fff;
}

.mm-slidenav {
	width: 130px;
	height: 60px;
	position: relative;
	margin-top: 50px;
}
.mm-slidenav a{
	width: 60px;
	height: 60px;
	display: block;
	box-sizing: border-box;
	background: #fff;
	color: #333 !important;
	text-align: center;
	line-height: 48px;
	float: left;
	margin-left: 5px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-slidenav a:hover{
	background: rgba(119,44,155, 1);
	color: #fff !important;
}


/**
 *
 foot
 *
 **/

.mm-foot-bg {
	padding-top: 60px;
	padding-bottom: 0px;
	width: 100%;
	background: url(../images/main-bg01.jpg) 50% 50% no-repeat;
}
.mm-foot-a{
	width: 100%;
	margin-top: 30px;
}
.mm-foot-a a{
	width: 30%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	display: block;
	padding: 12px 0;
	color: rgba(255,255,255, .7);
}
.mm-foot-a a:hover{
	color: rgba(255,255,255, 1);
}
.mm-foot-ewm p{
	color: #fff;
	margin: 40px 0 10px;
}
.mm-foot-bora{
	padding: 0px 50px;
}
.mm-foot-borb{
	padding: 0px 140px;
}
.mm-foot-txt{
	width: 100%;
	padding: 10px 0;
	background: rgba(57,3,86, .6);
	margin-top: 50px;
}
.mm-foot-txt p {
	color: #ffe6e6;
	line-height: 30px;
}

.mm-totop{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 9;
}
.mm-totop a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 60px;
	background: rgba(57,3,86, 1);
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-totop a:hover{
	background: rgba(57,3,86, .9);
}

/**
 *
 list
 *
 **/
.mm-list-lm{
	background: rgba(119,44,155, 1);
	height: 57px;
	box-sizing: border-box;
	line-height: 57px;
	font-size: 18px;
	color: #fff;
	font-weight: 900;
	text-indent: 50px;
}
.mm-list-lm>a{

	color: #fff;

}
.mm-list-lm-a {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	line-height: 50px;
	margin-top: 10px;
	text-indent: 50px;
	display: block;
	border: 1px solid rgba(81,15,182, 0.5);
	background: url(../images/ico4.png) 60% 50% no-repeat;
}
.mm-list-lm-a a:hover{
	background: url(../images/ico4.png) 65% 50% no-repeat;
}
.mm-list-banner{
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.mm-list-titlea{
	padding: 0 0 0 20px;
}
.mm-list-titlea h2{
	font-size: 18px;
	font-weight: 900;
	color: rgba(119,44,155, 1);
	line-height: 18px;
	margin-bottom: 10px;
}
.mm-list-titlea p{
	color: rgba(119,44,155, .6);
}
.mm-list-titlea .uk-margin-remove{
	color: rgba(119,44,155, .6);
	border: 1px solid rgba(119,44,155, .6);
	padding: 5px 10px;
	margin-top: 40px;
	display: block;
}
.mm-list-titlea a:hover{
	color: rgba(119,44,155, 1);
	border: 1px solid rgba(119,44,155, 1);
}

.mm-list-left-title{
	width: 100%;
	margin-top: 20px;
}
.mm-list-left-title a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	border: 1px solid rgba(119,44,155, .2);
}
.mm-list-left-title h3{
	font-size: 15px;
	font-weight: 900;
	display: block;
	height: 42px;
	margin-bottom: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mm-list-left-title p{
	color: #777;
	margin: 0;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mm-list-left-timea{
	width: 100px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: rgba(255,255,255, 1);
	color: rgba(119,44,155, 1);
	font-size: 16px;
	font-weight: 900;
	position: absolute;
	left: 20px;
	z-index: 999;
}

.mm-list-bor{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(119,44,155, .4);
	box-sizing: border-box;
	padding: 10px 20px;
	margin-top: 20px !important;
}
.mm-list-right-line{
	border-right: 1px solid #eee;
}
.mm-list-title{
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}
.mm-list-title a{
	font-weight: 900;

}
.mm-list-title p{
	margin: 10px 0 0;
	color: #aaa;
	height: 38px;
	display: block;
	overflow: hidden;
}
.mm-list-time{
	color: #aaa;
	padding-top: 5px;
}
.mm-list-time strong{
	font-size: 21px;
}
.mm-list-time p{
	border-top: 1px solid #eee;
	margin: 5px 0 0;
	padding-top: 5px;
}

.mm-piclist-bor{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(119,44,155, .4);
	box-sizing: border-box;
	margin-top: 20px !important;
}
.mm-piclist-title{
	padding: 20px;
	box-sizing: border-box;
}
.mm-piclist-title a{
	font-weight: 900;
	height: 20px;
	display: block;
	overflow: hidden;
}
.mm-piclist-title span{
	display: block;
	margin-top: 10px;
}
.mm-piclist-title i{
	margin-right: 10px;
}
.mm-piclist-title p{
	margin: 10px 0 0;
	color: #aaa;
	height: 38px;
	display: block;
	overflow: hidden;
}
.mm-list-img a {
	width: 100%;
	display: block;
	position: relative;
	background: #f2f3f9;
}

.mm-list-img a:hover {
	background: rgba(119,44,155, 1);
}

.mm-list-til {
	height: 50px;
	padding: 10px 20px;
	color: #444;
}

.mm-list-img a:hover .mm-list-til {
	color: #fff;
}
.mm-list-top {
	margin-top: 20px!important
}

.mm-list-news-box {
	width: 100%;
	padding: 2rem 0
}

.mm-list-news-box h3 {
	font-size: 24px;
	font-weight: 900;
	color: #444
}

.mm-list-news-box p {
	color: #777
}

.mm-list-news-content {
	width: 100%;
	background: url(../images/ico2.gif) 0 0 repeat-x;
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(119,44,155, .5);
}


@media (max-width:959px) {
	.mm-top {
		padding-bottom: 20px;
	}
	.mm-list-ttop{
		position: relative;
	}
	.mm-totop{
		width: 50px;
		height: 50px;
	}
	.mm-totop a{
		line-height: 50px;
	}
	.mm-main01-list-bor{
		width: 100%;
		height: 110px;
		position: relative;
		clear: both;
		margin-bottom: 19px;
		overflow: hidden;
	}
	.mm-main01-bg,.mm-main02-bg,.mm-main03-bg,.mm-main04-bg{
		padding: 45px 0;
	}
	.mm-main-title2 h2,.mm-main-title3 h2{
		line-height: 24px;
	}
	.mm-main-title h2,.mm-main-title2 h2,.mm-main-title3 h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mm-main03-title{
		height: auto;
	}
	.mm-main-title p,.mm-main-title2 p,.mm-main-title3 p{
		margin-bottom: 0;
	}
	.mm-main01-list-img{
		width: 38%;
	}
	.mm-foot-a,.mm-foot-ewm p{
		margin-top: 0px;
	}
	.mm-foot-a a{
		padding: 10px;
	}
	.mm-list-bor{
		padding: 10px;
	}
	.mm-list-title{
		padding-right: 10px;
	}
	
	.mm-list-banner{
		height: 200px;
	}
	.uk-navbar-toggle {
		height: 40px;
	}

}

.change0303_index_img{position: relative;padding-bottom: 60%;}
.change0303_index_img img{position: absolute;width: 100%;height: 100%;object-fit: cover}
.change0303_index_p{height: 40px;overflow: hidden}

.change0303_jj_img{position: relative;padding-bottom: 60%;display: block;width: 100%;}
.change0303_jj_img img{position: absolute;max-width: 100%;max-height: 100%;left: 50%;width: auto;transform: translateX(-50%)}







