html {
	font: 400 15px/20px 'gotham-webfont',"Microsoft YaHei",Helvetica,Arial,sans-serif;
	background: #fff;
	font-size: 14px;
}
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont,'gotham-webfont',"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: normal;
  color: #333;
  text-transform: none;
}
a{
	color: #555;
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear; 
	transition:all 0.2s linear; 
	-o-transition:all 0.2s linear;
}
a:hover{
	text-decoration: none;
	color: #0083B0;
}
.uk-container {
	max-width: 1440px;
}
.uk-nav-header{
	font-size: 15px;
}
.uk-nav-default{
	font-size: 14px;
}
.font-Oswald{
	font-family: 'oswaldmedium';
}
/*
 * top & menu
 */
.mm-top{
	width: 100%;
	position: fixed;
	top: 0;
	height: 80px;
	background-color: rgba(255,255,255, 1);
	z-index: 999;
}


.uk-navbar-container{
	background: transparent !important;
}
.uk-logo{
	width: 200px;
	padding: 0 10px;
	margin: 10px 0;
	display: block;
}


.uk-navbar-nav > li > a{
	min-height: 30px;
	font-size: 16px;
	color: rgba(0,0,0, 0.9);
	margin: 12px 10px;
}
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li > a.uk-open{
	color: rgba(0,0,0, 0.7);
}
.uk-nav li a{
	font-size: 14px;
	padding: 10px 0;
	color: rgba(0,0,0, 0.7);
	position: relative;
	overflow: hidden;
}
.uk-nav li i{
	line-height: 20px;
	position: absolute;
	right: -20px;
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear; 
	transition:all 0.2s linear; 
	-o-transition:all 0.2s linear;
}
.uk-nav li a:hover {
	color: #0083B0;
}
.uk-nav li a:hover i {
	right: 10px;
}
.uk-navbar-toggle{
	height: 40px;
}

/*
 * banner
 */
.mm-main-bg{
	position: relative;
	background: #f6f6f6;
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;

}
.mm-banner{
	margin-top: 80px;
	position: relative;
}
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.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: 1000;
	width: 100%;
	font-size: 22px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 640px;

}

/*
 * main
*/
.mm-shadow-remove{
	box-shadow: none !important;
}
.mm-margin-top {
	margin-top: 100px;
}

.mm-about p{
	line-height: 30px;
}
.mm-card-bg{
	background: #0083B0;
}
.mm-buttonBox{
  position:relative;
  float:left;
}
.mm-button{
	padding: 10px 30px;
	display: block;
	position:relative;
	text-transform:uppercase;
	border:none;
	z-index: 999;
}

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

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

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

.mm-buttonBox:hover .mm-border{
	width:110px;
	height:45px;
	border-color: #0083B0;
}
.mm-buttonBox:hover .mm-button{
	background: #0083B0;
	color: #fff;
}
.mm-title-banner{
	position: relative;
}

@media (max-width: 959px) {
	.uk-navbar-toggle{
		height: 40px;
		color: #333;
	}
	.mm-margin-top {
		margin-top: 0px;
	}
	.mm-title-banner .uk-overlay{
		padding: 20px;
	}

}

.pic-bor{
	overflow: hidden;
}

.pic-bor img{
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear; 
	transition:all 0.2s linear; 
	-o-transition:all 0.2s linear;
}
.pic-bor:hover img{
	transform: scale(1.05);
}
.mm-pic-scroll{
	padding: 70px 0 0;
	margin-top: -65px;
}
.mm-pic-scroll .uk-slidenav {
	background: #f9f9f9;
	margin: 0;
	
}
.mm-slidenav{
	position: absolute;
	right: 0;
	top: 0px;
}
.mm-pic-box{
	background-color: #fff;
	display: block;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.mm-pic-box h5{
	color: #333 !important;
}	
.mm-pic-box p{
	color: #999 !important;
}
.mm-pic-box:hover h5{
	color: #0083B0 !important;
}
.mm-bor-height-a{
	height: 230px;
	margin-bottom: 15px;
}
.mm-zzy h4{
	color: #555;
}
.mm-zzy a:hover h4{
	color: #0083B0;
}
.mm-zzy p{
	color: #777 ;
}
.mm-border-bottom{
	border-bottom: 1px solid #F5F5F5;
}
.mm-border-right{
	border-right: 1px solid #F5F5F5;
}
/*
 * foot
*/

.mm-foot-txt p{
	line-height: 26px;
	color: #CCCCCC;
}
.mm-foot-icon a{
	font-size: 16px;
	color: #ccc !important;
	margin: 0 5px;
	line-height: 26px;
}
.mm-foot-icon a:hover{
	color: #fff !important;
}
.mm-foot-link p{
	margin-bottom: 10px;
}
.mm-foot-link a{
	font-size: 14px;
	color: #ccc !important;
}







/*
 * list
*/
.mm-list-bga{
	height: 400px;
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 80px;
}
.mm-list-banner-title{
	margin-top: 150px;
}
.mm-list-banner-title h1{
	color: #fff;
	font-size: 2.2rem;
}

.mm-list-f-title a{
	padding: 10px 20px;
	margin: 0 20px;
	border: 2px solid #0083B0;
	border-radius: 5px;
}
.mm-list-f-title a:hover, .mm-list-f-title-on {
	border-color: #0083B0 !important;
	background-color: #0083B0;
	color: #fff;
}
.mm-list-news-box {
	border-bottom:5px solid #f5f5f5;
}
@media (max-width: 959px) {
	.mm-list-f-title a{
		padding: 10px 5px;
		margin: 0 5px;
	}
	.mm-bor-height-a{
		height: 160px;
	}
	.mm-list-bga{
		height: 250px;
	}
	.mm-list-banner-title{
		margin-top: 100px;
	}
	.mm-list-banner-title h1{
		color: #fff;
		font-size: 1.8rem;
	}
	
}
.mm-news-list-b-title b{
	font-size: 30px;
	line-height: 36px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mm-news-list-b-title p{
	text-indent: 0;
	margin: 20px 0;
	padding: 0;
}
.mm-news-list-text{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.te-pic-bor{
	overflow: hidden;
	background: url(../img/main-bg4.jpg) center center no-repeat;
	background-size: 200%;
}

.te-pic-bor img{
	
	margin: 0 auto;
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear; 
	transition:all 0.2s linear; 
	-o-transition:all 0.2s linear;
}
.te-pic-bor:hover img{
	transform: scale(1.05);
}
.mm-bor-height-b{
	height: 300px;
	margin-bottom: 15px;
}
@media (max-width: 959px) {
	.mm-news-list-b-title b{
		font-size: 21px;
		line-height: 30px;
	}
	
}

/*
 * 2
*/
.mm-news-img-bg{
	background: #f5f5f5;
}
.mm-news-img h3, .mm-news-img p{
	color: #999;
}
.mm-news-img h3{
	font-size: 28px;
}
.mm-news-img h4{
	color: #333;
	
}
.mm-bor-height-c{
	height: 240px;
}
.mm-news-img:hover > h4{
	color: #0083B0;
}
.mm-news-img:hover .pic-bor img{
	transform: scale(1.05);
}
.mm-news-li-bor a{
	display: block;
	border-top:1px solid #f5f5f5;
	position: relative;
	padding-top: 20px;
}
.mm-news-li-bor h5{
	color: #999;
}
.mm-news-img p, .mm-news-li-bor p{
	color: #999;
	height: 40px;
	overflow: hidden;
}
.mm-news-li-bor-line{
	position: absolute;
	top: 0;
	border-top: 1px solid #0083B0;
	width: 15%;
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear; 
	transition:all 0.2s linear; 
	-o-transition:all 0.2s linear;
}
.mm-news-li-bor a:hover .mm-news-li-bor-line{
	width: 50%;
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 30px;
}				


.mm-main-bg2{
	width: 100%;
	background: #f5f5f5;
	padding: 40px 0;
}

/*
 * foot
*/
.dp-foot-bg{
	width: 100%;
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.dp-foot-txt p{
	line-height: 26px;
	color: #CCCCCC;
}
.dp-foot-icon a{
	font-size: 16px;
	color: #ccc;
	margin: 0 5px;
	line-height: 26px;
}
.dp-foot-icon a:hover{
	color: #fff;
}
.dp-foot-link p{
	margin-bottom: 0;
}
.dp-foot-link a{
	font-size: 14px;
}
.mm-tc-bor{
	background: #f5f5f5;
}
.mm-tc-bor a{
	display: block;
}
.mm-tc-bor i{
	font-size: 18px;
	color: rgba(255, 255, 255, 0);
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear; 
	transition:all 0.2s linear; 
	-o-transition:all 0.2s linear;
}
.mm-tc-bor a:hover > i{
	color: #0083B0;
	text-indent: 50px;
}
@media (max-width: 959px) {
	.mm-bor-height-c{
		height: 190px;
	}

}