html {
	font: 400 14px/20px 'oswaldmedium',"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,'oswaldmedium',"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: #119acd;
}
.uk-container {
	max-width: 1400px;
}
.uk-nav-header{
	font-size: 15px;
}
.uk-nav-default{
	font-size: 14px;
}
/*
 * top & menu
 */
.jgx-top{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 999;
}


.uk-navbar-container{
	background: transparent !important;
}
.uk-logo{
	width: auto;
	padding: 0 10px;
	margin: 10px 0;
	display: block;
}

.jgx-logo{
	height: 80px;
	padding: 0 10px;
	margin: 20px 0;
}
.jgx-logo img{
	height: 100%;
}
.jgx-menu-border{
	width: 100%;
	background: rgba(255,255,255, 0.5);
	border-radius: 5px;
}
.as-t-title{
	position: absolute;
	top: 60px;
	right: 40px;
}
.as-t-title a{
	font-size: 14px;
	color: rgba(255,255,255, 0.8);
	padding: 10px 15px;
	margin: 0 10px;
	border: 1px solid #fff;
	border-radius: 5px;
}
.as-t-title a:hover{
	border-color: #119acd;
}

.uk-navbar-nav > li > a{
	min-height: 30px;
	font-size: 15px;
	font-weight: 900;
	color: rgba(0,0,0, 0.9);
	margin: 12px 12px;
}
.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: #119acd;
}
.uk-nav li a:hover i {
	right: 10px;
}
.uk-navbar-toggle{
	height: 40px;
}

/*
 * banner
 */
.jgx-banner{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.5);
}
.jgx-b-title{
	width: 100%;
	height: 45%;
	position: absolute;
	left: 60px;
	top: 650px;
	z-index: 999;
}
.jgx-b-title h3{
	font-size: 18px;
	color: #FFF;
}
.jgx-b-title p{
	font-size: 40px;
	line-height: 36px;
	color: #FFF;
	margin-top: 30px;
}
.dp-banner-btn{
	z-index: 1000;
	width: 100%;
	font-size: 22px;
	line-height: 5vh;
	height: 5vh;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 95vh;

}

/*
 * main
*/


.as-main-bga{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #f5f5f5;
	margin-top: 100vh;
	position: relative;
}


.as-title-banner{
	background-color: transparent;
	position: relative;
	width: 100%;
}
.as-title-banner b{
	color: rgba(0,0,0, 0.9);
	font-size: 16px;
	line-height: 80px;
}
.as-title-banner strong{
	font-size: 16px;
	font-weight: lighter;
	margin-left: 20px;
	color: #0E6DCD;
}
.as-title-banner p{

}
.as-title-banner a{
	line-height: 80px;
	position: absolute;
	right: 0;
}
@media (max-width: 959px) {
	.as-title-banner b{
		line-height: 60px;
	}
	.as-title-banner strong{
		font-size: 15px;
		margin-bottom: 0;
	}
	.as-title-banner .uk-overlay{
		padding: 20px;
	}
}

.as-news-box a{
	position: relative;
	display: block;
}
.as-news-box strong{
	font-size: 14px;
	display: block;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.as-news-box p{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #777;
	font-size: 14px;
	line-height: 26px;
}

.news-bor-height-a{
	margin-bottom: 15px;
}
.pic-bor{
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.pic-bor img{
	width: 100%;
	height: 190px;
	object-fit: cover ;
	-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);
}

.as-box-title{
	height: 90px;

}
.as-box-title a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	line-height: 80px;
	color: #fff;
	padding-left: 15px;
	position: relative;

}
.as-box-title a:hover{
	text-indent: 5px;
}
.as-box-title a:hover i{
	color: rgba(255,255,255, 0.8);
}

.as-box-li{
	height: 61px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.as-box-li a{
	color: #333;
	display: block;
}
.as-box-li:hover{
	border-bottom: 1px dashed #119acd;
}
.as-box-li:hover a{
	color: #119acd;
}
.as-box-li p{
	margin-bottom: 5px;
	color: #777;
}

.as-main-bgb{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	background: url(../img/main-bg1.jpg) 50% 0 no-repeat #ccc;
}
.jgx-abt img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.jgx-abt p{
	line-height: 32px;
	text-indent: 2em;
	color: rgba(0,0,0, 0.7);
}
.jgx-abt a{
	padding: 15px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.gj-main-bgd{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 250px;
	background-image: url(../img/main-bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.as-pic-box{
	background-color: #fff;
	display: block;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.as-pic-box p{
	color: #555 !important;
	margin: 15px;
}
.jgx-pic-scroll{
	padding: 40px 0;
}

.as-btitle h2{
	font-size: 42px;
	color: #fff;
	line-height: 44px;

}
.as-btitle h3{
	font-size: 40px;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 0;
}
.as-btitle p{
	margin-top: 30px;
	color: #fff;
	line-height: 30px;
	display: block;
}
.as-btitle a{
	display: block;
	padding: 20px 40px;
	background-color: #d93831;
	font-size: 18px;
	color: #fff;
}
.as-btitle a i{
	text-indent: 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.as-btitle a:hover{
	background-color: #fff;
	color: #d93831;
}
.as-btitle a:hover i{
	text-indent: 10px;
}

.gj-main-bge{
	width: 100%;
	padding-bottom: 80px;
	background-color: #fff;
	position: relative;
}
.gj-project-mr{
	margin-top: -150px;
}
.gj-project-bor{
	height: 360px;
	overflow: hidden;
	position: relative;

}
.gj-project-img{
	width: 100%;
	z-index: -1;
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.gj-project-bor a{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	top: 0;
	padding: 50px;
}
.gj-project-bor p{
	font-size: 17px;
	color: #d93831;
}
.gj-project-bor b{
	font-size: 30px;
	font-weight: 100;
}
.gj-project-bor i{
	font-size: 50px;
	display: block;
	margin-top: 50px;
}

.gj-project-bor:hover .gj-project-img{
	width: 105%;
}
.gj-project-bor:hover a{
	background: rgba(217,56,49, 0.8);
	color: #fff;
}
.gj-project-bor:hover p{
	color: #fff;
}


/*
 * 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;
}
@media (max-width: 959px) {
	.uk-navbar-toggle{
		height: 40px;
		color: #fff;
	}
	.as-top{
		position: relative;
		width: 100%;
		top: 0;
		z-index: 999;
	}
	.jgx-banner{
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}

	.as-main-bga{
		width: 100%;
		padding-top: 0px;
		padding-bottom: 20px;
		background-color: #f5f5f5;
		margin-top: 0;
		position: relative;
	}
	.jgx-abt{
		margin-top: 30px;
	}
	.dp-foot-icon{
		margin-top: 20px;
	}
	.gj-main-bge {
	    padding-bottom: 40px;
	}
}

/*
 * list
*/
.as-list-bga{
	height: 400px;
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
.as-list-main-bga{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
	position: relative;
	background-attachment: fixed;
}
.as-list-news-box{
	margin-top: 30px;
	padding-bottom: 20px;
	background-color: #fff;
}
.as-list-news-a{
	padding: 0 20px;
	display: block;
}
.as-list-news-box img{
	margin-bottom: 15px;
}
.as-list-news-box strong{
	font-size: 14px;
	display: block;
	height: 42px;
	overflow: hidden;
}
.as-list-news-box p{
	margin: 20px 20px;
	color: #777;
	font-size: 14px;
}
.as-list-news-img{
	height: 250px;
	overflow: hidden;
}
.as-list-news-img img{
	-moz-transition: all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
}
.as-list-news-img a:hover img{
	transform: scale(1.05);
}


.dp-news-bor{
	margin-top: 20px;
}
.news-list-b-title b{
	font-size: 30px;
	line-height: 36px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-list-b-title p{
	text-indent: 0;
	margin: 20px 0;
	padding: 0;
}
.news-list-text{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media (max-width: 959px) {
	.as-list-bga{
		height: 300px;
	}
	.as-list-main-bga{
		padding-top: 30px;
	}
}

.news-bor-height-b{

	margin-bottom: 15px;
}