﻿body {
	font-family: "微软雅黑", "Microsoft YaHei";
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

button.btn {
	margin-top: 40px;
	background: #66bb6a;
	border-radius: 4px;
}

/*section:nth-child(1) {*/
/*	background-color: #e3e3e3;*/
/*}*/

.imsection-bgImg {
	/*background: url(../images/02.jpg) no-repeat center center;*/
	/*background-size: cover;*/
	/*background-position: 50% 50%;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*section:nth-child(3) {*/
/*  background: url(../images/03.jpg) no-repeat center center;*/
/*  background-size: cover;*/
/*  background-position: 50% 50%;*/
/*}*/
/*section:nth-child(4) {*/
/*  background: url(../images/04.jpg) no-repeat center center;*/
/*  background-size: cover;*/
/*  background-position: 50% 50%;*/
/*}*/

.fourth button {
	margin-top: 20px;
}

p {
	margin-bottom: 30px;
}

#fp-nav ul li a span {
	background: #fff;
}

img {
	margin: 0 auto;
}

#navigation {
	height: 146px;
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	/* 	border: 1px solid yellow; */
}

#nav-top {
	width: 100%;
	height: 72px;
}
.nav > li > a{
	padding: 15px 30px;
}
#nav-logo {
	width: 172px;
	height: 72px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#nav-logo img{
	height: 100px;
}
.link_lan1 {
	width: 220px;
	height: 30px;
	display: block;
	float: right;
	margin: 23px -30px 0 0;

}

.link_lan1 li a,
.link_lan2 li a {
	float: right;
	font-size: 12px;
}

.link_lan2 {
	width: 220px;
	height: 30px;
	display: block;
	float: right;
	margin: -25px -30px 0 0;
	clear: both;

}

#container1 {
	height: 96px;
	display: block;
	/* 	border: 1px solid green; */
	padding: 0;
}

#active,
#nav-nav1>li>a:hover {
	border-bottom: 5px solid #c49c4c;
	padding-bottom: 10px;
	color: #c49c4c;
}

.search {
	width: 210px;
	height: 49px;
	float: right;
	padding: -10px 0 0 0;
	margin-top: 24px;
}

.navbar-nav {
	margin-top: 24px;
}

.search input {
	width: 188px;
	height: 36px;
	border: 1px solid #666;
	border-radius: 6px;
	background: url(../images/search.png) no-repeat;
	background-position: 160px 10px;
	margin: 0;
	float: right;
}

.search #search_btn {
	display: none;
}

.search #search-icon {
	background: url(../images/search.png);
}

.section_title {
	color: #c49c4c;
	font-size: 1.5em;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 120px 0 25px;
}

.news_date {
	text-align: left;
	color: #c49c4c;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 1.25em;
}

.news_title {
	text-align: left;
	color: #404040;
	height: 3em;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.news_summary {
	text-align: left;
	color: #494949;
	font-size: 0.875em;
	line-height: 2em;
	height: 6em;
	overflow: hidden;
}

.news_block {
	margin-bottom: 2em;
	padding-left: 3%;
	padding-right: 3%;
}

.btn_more {
	border: 2px solid #c49c4c;
	color: #c49c4c;
	border-radius: 0;
}

.btn_more:hover {
	color: #c49c4c;
}

#info_co {
	color: #fff;
	padding: 2.25em 2.5em;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	background: rgba(0, 0, 0, .3);
}
#info_co p{
	text-indent: 2em;
	margin-bottom: 10px;
}
.change_info {
	height: 4em;
	line-height: 4em;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	font-size: 1.125em;
	font-weight: bold;
	margin-top: -4em;
	border: 1px solid red;
}

.view figure {
	margin: 0;
	position: relative;
}

.view figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.view .thumb {
	overflow: hidden;
}

.view .mask {
	position: relative;
	margin: -210px auto 0;
	width: 100%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	max-width: 218px;
	height: 200px;
}

.view .mask h2 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	color: #fff;
	font-size: 1.25em;
	line-height: 66px;
}

.view .mask p {
	font-size: 1em;
	margin: 15px 0;
	text-align: left;
}

.view .link {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.view-tenth figure {
	overflow: hidden;
	height: auto;
	max-height: 328px;
}

.view-tenth .mask {
	opacity: 1;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

/*.view-tenth figure:hover .mask {*/
/*	opacity: 1;*/
/*	-webkit-transform: translateY(0px);*/
/*	-moz-transform: translateY(0px);*/
/*	-ms-transform: translateY(0px);*/
/*	transform: translateY(0px);*/
/*	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;*/
/*	-moz-transition: -moz-transform 0.4s, opacity 0.1s;*/
/*	transition: transform 0.4s, opacity 0.1s;*/
/*}*/

.footer {
	background: #e3e3e3;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	padding: 40px;
	margin-top: 100px;
}

.footer a,
.footer span,
.footer .footer_info {
	color: #7e7e7e;
}

.footer span {
	text-align: left;
}

.footer .bj {
	background: url(../images/bj_w.png) no-repeat;
}

.footer .fd {
	background: url(../images/fd_w.png) no-repeat;
}

.footer .yt {
	background: url(../images/yt_w.png) no-repeat;
}

.media {
	width: 100%;
	height: 80px;
	margin: 0 auto 40px;
}

.weibo {
	display: block;
	width: calc(100% / 3);
	height: 80px;
	background: url(../images/weibo.png) no-repeat;
    background-position: center -5px;
	float: left;
	text-align: center;
	padding-top: 45px;
	border-right: 1px solid #858686;
	font-size: 14px;
}

.wechat {
	display: block;
	width: calc(100% / 3);
	height: 80px;
	background: url(../images/wechat.png) no-repeat;
	    background-position: center -5px;
	float: left;
	text-align: center;
	padding-top: 45px;
	border-right: 1px solid #858686;
	font-size: 14px;
}

.map {
	display: block;
	width: calc(100% / 3);
	height: 80px;
	background: url(../images/map.png) no-repeat;
	    background-position: center -5px;
	float: left;
	text-align: center;
	padding-top: 45px;
	font-size: 14px;
}

.link_friend {
	height: 80px;
	margin: 0 auto 40px;
	color: #333;
}

.link_friend span {
	display: block;
	width: 450px;
	height: 24px;
	float: left;
	font-size: 14px;
	text-align: left;
}

.fd,
.bj,
.yt {
	display: block;
	width: 150px;
	height: 53px;
	margin-top: 10px;
	float: left;
}

.fd {
	background: url(../images/fd.png) no-repeat;
}

.bj {
	background: url(../images/bj.png) no-repeat;
}

.yt {
	background: url(../images/yt.png) no-repeat;
}

.link_in_outer {
	width: 260px;
	height: 80px;
	margin: 0 auto 40px;
}

.link_in {
	width: 127px;
	height: 81px;
	float: left;
	border-left: 1px solid #858686;
	border-right: 1px solid #858686;
}

.link_in a {
	width: 127px;
	line-height: 27px;
	font-size: 14px;
	text-align: center;
	float: left;
}

.qcode {
	width: 80px;
	height: 80px;
	background: url(../images/qcode.png) no-repeat;
	background-size: 100%;
	float: left;
	margin-left: 50px;
}

.footer_info {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	color: #333;
}

#footer {
	width: 100%;
	height: 170px;
	padding-top: 20px;
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 1.125em;
	line-height: 2em;
	position: absolute;
	bottom: 0;
}

#footer .media {
	height: 55px;
}

#footer .weibo,
#footer .wechat,
#footer .map {
	height: 55px;
	padding-top: 30px;
	background-position-y: -5px;
}

#footer .link_friend {
	height: 55px;
	margin: 0 auto 40px;
	color: #333;
}
#footer .link_friend a{
	display: block;
	height: 100%;
}
.footer .link_friend a img,
#footer .link_friend a img{
	height: 100%;
}
#footer .link_in_outer {
	width: 260px;
	height: 55px;
	margin: 0 auto 40px;
}

#footer .link_in {
	height: 55px;
}

#footer .link_in a {
	line-height: 18px;
	font-size: 12px;
}

#footer .qcode {
	width: 55px;
	height: 55px;
	background-size: 100%;
}

#footer .footer_info {
	margin-top: 0;
}
.navbar-nav > li ul{
	margin-left: 0;
	width: 100%;
}
/* #about_gk {
	margin-left: -15px;
}

#about_edu {
	margin-left: -14px;
}

#about_sev {
	margin-left: -25px;
}

#academy {
	margin-left: -46px;
}

#about_smart {
	margin-left: -13px;
}

#about_invest {
	margin-left: -7px;
} */

.view .mask a .special1 {
	line-height: 33px;
}

#pp1 {
	text-align: justify;
}

#pp2 {
	display: none;
}

@media screen and (max-width: 768px) {
	.news_summary {
		display: none;
	}

	.section_title {
		padding: 50px 0 10px;
	}

	.view {
		margin-bottom: 30px;
	}

	.view figure img {
		max-width: 100%;
	}

	.view figure .mask {
		position: relative;
		margin: -180px auto 30px;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
		max-width: 218px;
	}

	.view .mask {
		height: 60px;
	}

	.view figure .mask h2 {
		margin: 0 0;
		padding: 0 0 5px;
		font-size: 1em;
		line-height: 1.25em;
	}

	.view .mask p {
		display: none;
	}

	.view .mask a .special1 {
		line-height: 16px;
		font-size: 1em;
	}

	.view .mask a .special2 {
		margin-top: 30px;
	}

	#mask_special {}

	#pp1 {
		display: none !important;
	}

	#pp2 {
		display: block !important;
	}

	#link_friend,
	#link_in_outer {
		display: none;
	}

	#about_intro_r {
		display: none;
	}

	#info_co>p {
		display: none
	}

	#info_co>p:nth-child(1) {
		display: block;
	}

	.view-tenth figure {
		height: 170px;
	}
}

@media screen and (max-width: 1200px) {
	#navigation {
		height: 78px;
	}

	#container1 {
		height: 78px;
	}

	#nav-logo {
		background-position: center;
		height: 100%;
		width: 100px;
		background-size: contain;
	}

	.navbar-nav {
		margin-top: 7px;
	}

	#nav-nav1 {
		background-color: rgba(255, 255, 255, 0.8);
	}

	#about_gk {
		margin-left: 0;
	}

	#about_invest {
		margin-left: 0;
	}

	#about_smart {
		margin-left: 0;
	}

	.link_lan1,
	.search {
		display: none;
	}

	.link_lan2 {
		margin: -48px 0 0 65px;
		float: left;
	}

	.dropdown-menu {
		position: relative;
		width: 100%;
	}

	.news_date {
		margin-bottom: 0.5em;
	}

	.news_title {
		height: 2em;
		font-size: 1em;
		margin-bottom: 0.5em;
	}

	.news_block {
		margin-bottom: 0.5em;
	}

	.link_friend {
		width: 350px;
	}

	.link_friend .fd,
	.link_friend .bj {
		width: 110px;
		margin-right: 10px;
		background-size: 110px auto;
	}

	.link_friend .yt {
		width: 110px;
		background-size: 110px auto;
	}
}

@media screen and (max-width: 990px) {
	.view .mask {
		position: relative;
		margin: -225px auto 0;
		width: 100%;
		padding: 15px;
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
		max-width: 218px;
	}

	.view .mask h2 {
		margin: 0 0 5px;
		padding: 0 0 5px;
		font-size: 1em;
		line-height: 66px;
	}

	.view .mask p {
		font-size: 1em;
		margin: 16px 0;
		text-align: left;
	}

	.view .mask a .special1 {
		line-height: 16px;
	}

	.view .mask a .special2 {
		margin-top: 30px;
	}

	#mask_special {
		margin: -206px 0 23px;
	}

	.link_friend,
	.link_friend span {
		width: 300px;
	}

	.link_friend .fd,
	.link_friend .bj {
		width: 90px;
		margin-right: 10px;
		background-size: 90px auto;
	}

	.link_friend .yt {
		width: 90px;
		background-size: 90px auto;
	}

	#about_edu,
	#about_sev {
		margin-left: 0px;
	}
}