html {
	font: 400 15px/20px "Microsoft YaHei",Helvetica,Arial,sans-serif;
	background: #777;
	font-size: 15px
}

.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;
	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";
	font-weight: 400;
	color: #333;
	text-transform: none
}

a {
	color: #555;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-o-transition: all .2s linear
}

a:hover {
	text-decoration: none;
	color: rgba(217,13,56,.95)
}

.uk-container {
	max-width: 1500px
}

.uk-nav-header {
	font-size: 15px
}

.uk-nav-default {
	font-size: 14px
}

.font-Oswald {
	font-family: oswaldmedium
}

.mm-body {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #f5f5f5
}

.mm-drop-menu {
	width: 330px
}

.mm-drop-menu strong {
	font-size: 15px;
	line-height: 40px;
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px
}

.mm-drop-menu a {
	line-height: 40px
}

.mm-logo-bg {
	position: absolute;
	background: rgba(23,101,170,.95);
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	padding: 30px 40px;
	height: 100%
}

.mm-logo-bor {
	width: 200px;
	height: 200px;
	border-radius: 80px;
	background: rgba(255,255,255,.2);
	position: absolute;
	top: -110px;
	left: 40px;
	transform: rotate(19deg);
	z-index: -1;
	animation: rotate 8s linear -2s infinite
}

.mm-logo-bor1 {
	width: 390px;
	height: 340px;
	border-radius: 120px;
	background: rgba(255,255,255,.2);
	position: absolute;
	top: -250px;
	left: -60px;
	transform: rotate(76deg);
	z-index: -2;
	animation: rotate1 10s linear -4s infinite
}

.mm-logo-bor2 {
	width: 450px;
	height: 390px;
	border-radius: 160px;
	background: rgba(255,255,255,.1);
	position: absolute;
	top: -250px;
	left: -60px;
	transform: rotate(76deg);
	z-index: -2;
	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 {
	width: 80%;
	margin: 20px auto;
	z-index: 12
}

.mm-buttonBox {
	position: relative;
	float: right
}

.mm-button {
	padding: 10px 30px;
	display: block;
	position: relative;
	text-transform: uppercase;
	border: none;
	z-index: 999;
	color: #fff
}

.mm-border {
	position: absolute;
	background: 0 0;
	transition: all .5s ease-in-out
}

.mm-border:nth-of-type(1) {
	top: 0;
	left: 0;
	border-left: 2px solid rgba(255,255,255,.5);
	border-top: 2px solid rgba(255,255,255,.5);
	width: 10px;
	height: 10px
}

.mm-border:nth-of-type(2) {
	bottom: 0;
	right: 0;
	border-right: 2px solid rgba(255,255,255,.5);
	border-bottom: 2px solid rgba(255,255,255,.5);
	width: 10px;
	height: 10px
}

.mm-buttonBox:hover .mm-border {
	width: 110px;
	height: 45px;
	border-color: #fff
}

.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 {
	padding: 10px 30px;
	display: block;
	position: relative;
	text-transform: uppercase;
	border: none;
	z-index: 999;
	color: #333
}

.mm-border2 {
	position: absolute;
	background: 0 0;
	transition: all .5s ease-in-out
}

.mm-border2:nth-of-type(1) {
	top: 0;
	left: 0;
	border-left: 2px solid rgba(0,0,0,.5);
	border-top: 2px solid rgba(0,0,0,.5);
	width: 10px;
	height: 10px
}

.mm-border2:nth-of-type(2) {
	bottom: 0;
	right: 0;
	border-right: 2px solid rgba(0,0,0,.5);
	border-bottom: 2px solid rgba(0,0,0,.5);
	width: 10px;
	height: 10px
}

.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 {
	background: 0 0!important
}

.uk-logo {
	width: 460px;
	padding: 0 10px;
	margin: 20px 0;
	display: block
}

.mm-top {
	width: 100%;
	background-image: linear-gradient(to right, rgba(204,44,4,.9), rgba(153,10,111,.9));
	position: absolute;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255, .3);
}
.uk-navbar-nav>li>span{
	display: block;
	line-height: 30px;
}
.uk-navbar-nav>li>span, .uk-navbar-nav>li>a {
	min-height: 30px;
	font-size: 16px;
	color: #fff;
	margin: 2rem 0rem; /*32px 10px  32px/16=2rem, 10px/16=0.625rem*/
	font-weight: 900;
}

.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a.uk-open,.uk-navbar-nav>li>a:focus {
	color: #f5f5f5;
}

.uk-nav li a {
	font-size: 14px;
	padding: 10px 15px;
	color: rgba(0,0,0,.7);
	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(204,44,4,.95);
}

.uk-nav li a:hover i {
	right: 10px
}

.uk-navbar-toggle {
	height: 40px;
	color: #fff
}[class*=uk-navbar-dropdown-bottom] {
	margin-top: 0
}

.mm-main-bg {
	position: relative;
	background: #f6f6f6;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden
}

.mm-banner {
	position: relative;
	z-index: 9
}

.uk-overlay-primary {
	background: rgba(34,34,34,.5)
}

.mm-b-title {
	width: 100%;
	height: 45%;
	position: absolute;
	left: 60px;
	top: 350px;
	z-index: 999
}

.mm-b-title h3 {
	font-size: 18px;
	color: #fff
}

.mm-b-title p {
	font-size: 40px;
	line-height: 36px;
	color: #fff;
	margin-top: 30px
}

.mm-banner-btn {
	z-index: 1;
	width: 100%;
	font-size: 22px;
	line-height: 5vh;
	height: 5vh;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 95vh
}

.mm-slidenav-btn {
	width: 100px;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999
}

.mm-slidenav-btn a {
	width: 49px;
	height: 50px;
	display: block;
	background: #fff;
	color: #333!important;
	font-size: 30px;
	line-height: 50px
}

.mm-slidenav-btn a:hover {
	background: #555;
	color: #fff!important
}

@media (max-width:959px) {
	.mm-top {
		position: relative;
	}
	.uk-navbar-toggle {
		height: 40px
	}

	.mm-margin-top {
		margin-top: 0
	}

	.mm-title-banner .uk-overlay {
		padding: 20px
	}

	.mm-banner ul {
		height: 300px
	}

	.uk-overlay {
		padding: 10px
	}
}

.font-Oswald {
	font-family: oswaldmedium
}

.mm-main-bga {
	width: 100%;
	background: #f5f5f5;
	position: relative;
	padding: 30px 0 20px;
}
.mm-main-bgc {
	width: 100%;
	background: #f5f5f5;
	position: relative;
	padding: 40px 0;
}

.mm-tw-title-bor{

}
.mm-tw-title-t{
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
}
.mm-tw-title-bga{
	background-color: rgba(204,67,44,.95);
}
.mm-tw-title-bgb{
	background-color: #ae0c32;
}
.mm-tw-title-a{
	box-sizing: border-box;
	border-bottom: 1px solid #777;
	padding: 10px 0;
}
.mm-shadow-remove{
	box-shadow: none;
}
.mm-tw-main-imgbox strong{
	padding: 20px 20px;
	display: block;
	font-size: 15px;
}
.mm-tw-main-new-t a{
	font-size: 15px;
	color: rgba(217,13,56,.95);
}
.mm-tw-main-new-t p{
	margin: 10px 0 28px;
	color: rgba(0,0,0,.4);
}
.mm-tw-no-title a, .mm-tw-no-time p {
	margin: 0px;
	line-height: 23px;
}
.mm-tw-no-title>a>i{
	margin-right: 2px;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-o-transition: all .2s linear
}
.mm-tw-no-title a:hover i{
	color: rgba(217,13,56,.95);
	text-decoration: underline;
	margin-right: 0;
}
.mo-bottom-line{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.mo-bottom-line-a{
	padding-bottom: 9px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.mo-margin-bottom-20{
	margin-bottom: 20px;
}

.mm-main-bgb {
	width: 100%;
	background: #fff;
	position: relative;
	padding: 30px 0 30px;
}

.mm-tw-m2-time{
	border-bottom: 3px solid rgba(204,44,4,.9);
	padding: 7px 0;
}
.mm-tw-m2-time p{
	margin: 0;
	font-size: 17px;
	color: rgba(204,44,4,.9);
}
.mm-tw-m2-title{
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 2px;
}
.mm-tw-m2-title a{
	font-size: 15px;
	line-height: 26px;	
}
.mm-tw-m3-time{
	border-bottom: 3px solid rgba(217,13,56,.95);
	padding: 7px 0;
}
.mm-tw-m3-time p{
	margin: 0;
	font-size: 17px;
	color: rgba(217,13,56,.95);
}
.mm-tw-main2-new-t a{
	font-size: 14px;
	
}
.mm-tw-main2-new-t p{
	margin: 10px 0 22px;
	color: rgba(0,0,0,.4);
}
.mm-tw-btn-sz17{
	font-size: 19px;
	font-weight: 900;
}

.tw-foot-bg{
	width: 100%;
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
}
.tw-foot-txt p{
	line-height: 26px;
	color: #CCCCCC;
}
.tw-foot-icon a{
	font-size: 16px;
	color: #ccc;
	margin: 0 5px;
	line-height: 26px;
}
.tw-foot-icon a:hover{
	color: #fff;
}
.tw-foot-link p{
	margin-bottom: 0;
}
.tw-foot-link a{
	font-size: 14px;
}

@media (max-width: 959px) {
	.mm-s-margin-bottom-0{
		margin-bottom: 0px;
	}
	.mm-s-margin-top-0{
		margin-top: 0px;
	}
}

/*
 * list
 */
.yh-box-b{
	color: rgba(255,255,255, 0);
	margin-left: 0;
}
.yh-box-a:hover .yh-box-b{
	color: #BC1E24;
	margin-left: 30px;
}

.yh-box-c{
	color: rgba(255,255,255, 0);
	margin-left: 0;
}
.yh-box-a:hover .yh-box-c{
	color: white;
	margin-left: 30px;
}
.yh-box-title{
	border-bottom:1px solid red;
	margin-bottom: 20px;
}
.yh-box-title h5{
	margin-bottom: 10px;
}
.yh-box-title strong{
	color: #BC1E24;
}
.yh-box-title b{
	font-weight: 200;
	font-size: 14px;
	color: #555;
}
.yh-box-title a{
	font-size: 14px;
}
.yh-no-title a, .yh-no-time p {
	margin: 0px;
	line-height: 26px;
}
.yh-no-title a:hover i{
	color: #BC1E24;
	text-decoration: underline;
}
.as-newsd{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}
@media (max-width: 959px) {
	.as-newsd{
		padding-top: 10px;
	}
}
.tw-list-left-bg{
	height: 50px;
	background: #f5f5f5;
	text-indent: 1em;
	margin-bottom: 20px !important;
}
.tw-list-left-bg h5, .tw-list-left-bga h5, .tw-list-left-bgb h5 {
		line-height: 50px;
}
.tw-list-left-bga{
	height: 50px;
	background: #BC1E24;
	text-indent: 1em;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.tw-list-left-bga strong, .tw-list-left-bga b, .tw-list-left-bgb strong, .tw-list-left-bgb a {
	color: #fff;
}
.yh-box-c{
	color: rgba(255,255,255, 0);
	margin-left: 0;
}
.yh-box-a:hover .yh-box-c{
	color: #fff;
	margin-left: 30px;
}
.tw-list-left-bgb{
	height: 50px;
	background: #BC1E24;
	text-indent: 1em;
	padding-right: 20px;
	margin-bottom: 20px !important;
}
.tw-list-left-bgb h5{
	float: left;
}
.tw-list-left-bgb p{
	float: right;
	line-height: 50px;
	color: #CCCCCC;
	margin: 0;
}

.tw-right-line{
	width: 100%;
	height: 1px;
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	margin: 15px 0;
}

/*
 * pic
 */
.tw-pic{
	margin-top: 0 !important;
	margin-bottom: 10px;
}
.tw-pic p{
	margin: 10px 0;
	height: 40px;
}

/*
 * news
 */
.list-news-box {
    width: 100%;
    padding: 2rem 0;
    background-color: #fff;
}
.list-news-box p{
	font-size: 13px;
	color: #777;
}
.list-news-content {
    width: 100%;
}

.mm-main-zy-bor{
	padding: 10px 20px;
}