html {
	font: 400 14px/20px 'gotham-webfont',"Microsoft YaHei",Helvetica,Arial,sans-serif;
	background: #2ba0e8;
	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: #2ba0e8;
}
.uk-container {
	max-width: 1400px;
}
.uk-nav-header{
	font-size: 15px;
}
.uk-nav-default{
	font-size: 14px;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: none;
}
/*
 * top & menu
 */
.gy-body{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	background-color: #f5f5f5;
}

.uk-logo{
	width: auto;
	height: 120px;
	padding: 0 10px;
	background: #2ba0e8;
	display: block;
}
.uk-logo img{
	max-height: 100%;
}
.uk-logo:hover{
	background: #01afa6;
}
.uk-navbar-nav > li > a{
	min-height: 30px;
	font-size: 15px;
	color: rgba(0,0,0, 0.7);
	margin-top: 40px;
}
.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li > a.uk-open{
	color: #01afa6;
}
.uk-nav li a{
	font-size: 14px;
	padding: 10px 0;
	color: rgba(0,0,0, 0.6);
	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: #2ba0e8;
}
.uk-nav li a:hover i {
	right: 10px;
}
.uk-navbar-toggle{
	height: 40px;
	color:  rgba(0,0,0, 0.6);
}
@media (max-width: 959px) {
	.uk-logo{
		height: 95px;

	}
}
/*
 * banner
 */


/*
 * main1
 */
.gy-box-b{
	color: rgba(255,255,255, 0);
	margin-left: 0;
}
.gy-box-a:hover .gy-box-b{
	color: rgba(0,130,143, 1);
	margin-left: 30px;
}

.gy-box-title strong{
	color: #2ba0e8;
}
.gy-box-title b{
	font-weight: 200;
	font-size: 14px;
	color: #555;
}
.gy-box-title a{
	font-size: 14px;
}
.gy-newsa{
	position: relative;
}
.gy-newsa .uk-position-bottom-center{
	bottom: -45px;
}
.gy-newsa .uk-overlay{
	padding-top: 15px;
	padding-bottom: 15px;
}
.gy-news-time{
	width: 100%;
	border: 1px solid #2ba0e8;
}
.gy-news-time h3{
	background-color: #2ba0e8;
	color: #fff;
	margin: 0;
	padding: 5px 0;
}
.gy-news-time h4{
	margin: 8px 0;
}
.gy-news-time h5{
	font-size: 14px;
	color: #2ba0e8;
	margin: 0;
	padding: 7px 0;
}
.gy-news-title p{
	margin-top: 5px;
	color: #999;
}

/*
 * main2
 */
.gy-newsb{
	width: 100%;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.gy-no-title a{

}
.gy-no-time p{
	margin: 0;
}
/*
 * footer
 */
.gy-foot-bg{
	width: 100%;
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
}
.gy-foot-txt p{
	line-height: 26px;
	color: #CCCCCC;
}
.gy-foot-icon a{
	font-size: 16px;
	color: #ccc;
	margin: 0 5px;
	line-height: 26px;
}
.gy-foot-icon a:hover{
	color: #fff;
}

/*
 * list
 */

.as-newsd{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 959px) {
	.as-newsd{
		padding-top: 10px;
	}
}
.tw-list-left-bg{
	height: 50px;
	background: #d9d9d9;
	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: #2ba0e8;
	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;
}
.gy-box-c{
	color: rgba(255,255,255, 0);
	margin-left: 0;
}
.gy-box-a:hover .gy-box-c{
	color: #fff;
	margin-left: 30px;
}
.tw-list-left-bgb{
	height: 50px;
	background: #2ba0e8;
	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: none;
}
.list-news-box p{
	font-size: 13px;
	color: #777;
}
.list-news-content {
    width: 100%;
}
