@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button,textarea,select {
	border: 0;
	font-size: inherit;
	background:transparent;
	font-family: inherit;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
div,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #999;
}
select::-ms-expand {
	display: none;
}
@font-face {
  font-family: "font1";
  src: url("/Other/en/Public/Home/default/hunan/fonts/CenturyGothicBold.ttf") format("truetype");
}
/*公共样式*/
.c-clear { 
	zoom: 1;
}
.c-clear:after {
	content:''; 
	display: block;
	clear: both; 
}
.c-fl { 
	float: left;
}
.c-fr {
	float: right;
}
.c-container {
	position: relative;
	width: 100%;
	padding:0 1.6rem;
}
body.c-open{
	overflow: hidden;
}

/* 占位标签，设置导航样式 */
#c-placeholder{
	height: 105px;
}
.f-but{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.f-but {
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	width: 120px;
	padding-bottom: 16px;
	border-bottom: 2px solid #222222;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.f-but:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #0E984A;
	margin-left: 10px;
	-webkit-transition: transform .3s linear;
	transition: transform .3s linear;
}
.f-but:hover:after{
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}
.f-but:hover{
	color: #0E984A!important;
	border-color: #0E984A!important;
}
/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 104px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}
#c-header .c-main-wrap {
	justify-content: space-between;
	align-items: center;
	display: flex;
	/* border-bottom: 1px solid rgba(255,255,255,.3); */
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-move {
	top:-105px;
}
#c-header.c-style2 {
	color: #666;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
#c-header.c-style2 a {
	color: #666;
}


/*顶部logo*/
#c-header .c-logo a {
	display: flex;
	align-items: center;
}
#c-header .c-logo a img {
	height: 66px;
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2),#c-header.c-style2 .c-logo a img:nth-child(1){
	display: none;
}
#c-header.c-style2 .c-logo a img:nth-child(2){
	display: inline-block;
}
#c-header .c-logo .c-text-box {
	/* padding-left: 15px; */
	margin-left: 22px;
	/* border-left: 1px solid rgba(255,255,255,.3); */
	text-align: left;
}
#c-header.c-style2 .c-logo .c-text-box {
	/* border-left: 1px solid rgba(0,0,0,.1); */
}
/* #c-header .c-logo .c-img{
	display: flex;
	justify-content: center;
	align-items: center;
} */
#c-header .c-logo .c-text-box p{
	font-size: 32px;
	line-height: 1.4;
	/* color: #0e984a; */
}
#c-header .c-logo .c-text-box span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}


/*顶部pc导航*/
#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .f-logo{
	display: flex;
	align-items: center;
}
#c-header .f-lang{
	margin-left: 60px;
}
#c-header .f-lang .f-tit{
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
}
#c-header .f-lang .f-tit i{
	display: block;
	width: 10px;
	margin-left: 4px;
	display: flex;
	align-items: center;
}
#c-header .f-lang .f-tit img{
	width: 100%;
}
#c-header .f-lang .f-tit img:nth-child(2){
	display: none;
}
#c-header.c-style2 .f-lang .f-tit{
	color: #666;
}
#c-header.c-style2 .f-lang .f-tit img:nth-child(1){
	display: none;
}
#c-header.c-style2 .f-lang .f-tit img:nth-child(2){
	display: block;
}

#c-header .c-nav>li {
	position: relative;
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav>li:last-child {
	margin-right: 0;
}
#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0 15px;
	text-align: left;
}
#c-header .c-nav li a i {
	margin-left: 8px;
	font-size: 20px;
}
#c-header .c-nav ul {
	display: none;
	position: absolute;
	top: 99%;
	left: 50%;
	width: 280px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
	border: 0;
}
#c-header .c-nav ul a {
	color: #666;
}
#c-header.c-style2 .c-nav li.active>a,#c-header .c-nav li:hover>a{
	color: #0e984a;
}
#c-header.c-style2 .c-nav li.active>a::before,#c-header .c-nav>li:hover>a::before {
	width: 100%;
}

/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:60px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
.c-open #c-header .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {
	color: #0e984a
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 li li li a{
	padding-left: 30px;
}

/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 20px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} 
#c-header.c-style2 .c-switch i{
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn form{	
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}
#c-header .c-gn form .c-box {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	width: 280px;
	height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-gn form>i {
	transition: .5s;
}
#c-header .c-gn form input {
	float: left;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 40px;
	padding: 0 15px;
}
#c-header .c-gn form button {
	float: left;
	width: 60px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	background: #0e984a;
}
#c-header .c-gn form:hover>i {
	color: #0e984a;
}
#c-header .c-gn .c-phone i{
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	line-height: 28px;

}
#c-header.c-style2 .c-gn .c-phone i{
	border: 1px solid rgba(222,47,9,.2);
}
#c-header .c-gn .c-phone span {
	font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone {
	color: #0e984a;
}


/*首页轮播图*/
.c-banner1 {
	background: #fff;
}
.c-banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.c-banner1 .swiper-slide:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(/Public/Home/default/hunan/images/huwang.png) center;
	width: 100%;
	height: 100%;
}
.c-banner1 .swiper-slide .img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.c-banner1 .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.f_img2,.f_img1{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w_img{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.f_img2{
	display: none;
	
}
@media (max-width: 767px) {
	.f_img1{
		display: none;
	}
	.f_img2{
		display: block;
	}
}
.c-banner1 .c-title-box {
	padding-left: 1.6rem;
	color: #fff;
	position: relative;
	z-index: 3;
}
.c-banner1 .c-title-box .c-title1 {
	/* margin-bottom: 20px; */
	/* font-size: 36px; */
	/* line-height: 46px; */
}
.c-banner1 .f-but{
	color: #fff;
	border-color: #fff;
	margin-top: .8rem;
}
.c-banner1 .c-title-box .c-title2 {
	/* font-size: 56px; */
	/* line-height: 66px; */
}
.c-banner1 .c-title-box .c-title1,.c-banner1 .c-title-box .c-title2{
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
}
.c-banner1 .c-box {
	/* display: flex;
	align-items: center; */
	display: block;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.c-banner1 .c-box a {
	margin-left: 20px;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	display: block;
	border-radius: 50%;
	/* border: 1px solid #0e984a; */
	/* background-color: rgba(255,255,255,.2); */
	background: rgba(255,255,255,.2) url(/Public/Home/default/hunan/images/bannicon1.png)no-repeat center / 100%;
	background-size: 9px 12px;
}
.c-banner1 .c-box a:last-child {
	border-color: #fff;
	background: rgba(255,255,255,.2) url(/Public/Home/default/hunan/images/bannicon2.png)no-repeat center / 100%;
	background-size: 9px 12px;
	margin-bottom: 0;
}
.c-banner1 .c-box a:hover{
	background-color: #0E984A;
}
.c-banner1 .c-dot-box {
	position: absolute;
	z-index: 10;
	right: 1.6rem;
	bottom: 1.1rem;
	display: flex;
	align-items: center;
	/* width: 5rem; */
	color: #fff;
	font-family: "font1";
	font-size: 16px;
	display: flex;
	align-items: flex-end;
}
.c-banner1 .f-xian{
	margin: 0 10px;
	font-size: 20px;
	opacity: .2;
}
.c-banner1 .c-dot-box .c-text1 {
	/* width: 40px; */
	font-size: 28px;
	line-height: 1;
}
.c-banner1 .c-dot-box .c-text2 {
	/* width: 40px; */
	line-height: 1;
	opacity: .2;
	text-align: right;
}
.c-banner1 .c-dot-box .c-line-box {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 2px;
	background: #fff;
}
.c-banner1 .c-dot-box .c-line-box  .c-line {
	width: 0;
	height: 2px;
	background: #0e984a;
	transition: 1s;
}
.base100{
	padding: 100px 0;
}
/* 底部 */
#c-footer {
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
#c-footer a {
	color: #fff;
	transition: .5s;
}
#c-footer a:hover {
	color: #0e984a;
}
#c-footer .c-top-box {
	padding: 100px 0;
}
#c-footer .c-top-box .c-t-box img {
	width: 58px;
}
#c-footer .c-top-box .c-t-box .c-title {
	padding: 25px 0 45px;
	font-size: 26px;
	line-height: 36px;
}
#c-footer .c-top-box .c-c-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#c-footer .c-top-box .c-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
#c-footer .c-top-box .c-list li {
	position: relative;
	padding: 0 40px;
	line-height: 56px;
}
#c-footer .c-top-box .c-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
	height: 16px;
	border-left: 1px solid #fff;
}
#c-footer .c-top-box .c-list li:last-child::before {
	display: none;
}
#c-footer .c-top-box .c-b-box .c-text-box {
	padding: 100px 0 25px;
	line-height: 26px;
}

#c-footer .c-top-box .c-b-box .c-text-box a {
	margin: 0 5px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#c-footer .c-top-box .c-b-box .c-text-box .c-wx img {
	display: none;
	position: absolute;
	bottom: 26px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
}
#c-footer .c-top-box .c-b-box .c-text-box .c-wx:hover img{
	display: inline-block;
}
#c-footer .c-top-box .c-b-box .c-text-box .c-wx {
	background-image: url(/Public/Home/default/hunan/images/footer-wx.png);
}
#c-footer .c-top-box .c-b-box .c-text-box .c-wb {
	background-image: url(/Public/Home/default/hunan/images/footer-wb.png);
}
#c-footer .c-top-box .c-b-box .c-text-box .c-qq {
	background-image: url(/Public/Home/default/hunan/images/footer-qq.png);
}
#c-footer .c-top-box .c-b-box .c-text-box .c-yx {
	background-image: url(/Public/Home/default/hunan/images/footer-yx.png);
}
#c-footer .c-top-box .c-b-box .c-text-box .c-mail {
	display: none;
	position: absolute;
	bottom: 26px;
	left: 50%;
	padding: 0 15px;
	line-height: 40px;
	color:#666;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}
#c-footer .c-top-box .c-b-box .c-text-box .c-yx:hover .c-mail{
	display: block;
}
#c-footer .c-top-box .c-b-box .c-img{
	width: 166px;
}
#c-footer .c-bottom-box {
	border-top: 1px solid rgba(255,255,255,.1);
}
#c-footer .c-copyright {
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
	word-wrap: break-word;
	word-break:break-all;
}
#c-footer .c-copyright a {
	color: #9a9a9a;
}
#c-footer .c-copyright a:hover {
	color: #0e984a;
}

/* 回到顶部 */
#c-go-top {
	opacity: .4;
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/Public/Home/default/hunan/images/go-top.png) no-repeat center;
	transition: all .5s linear;
	background-size: 30px;
	border-radius: 50%;
}
#c-go-top:hover {
	opacity: 1;
}

/* 顶部banner */
#c-top-banner {
	position: relative;
	height: 5.64rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* #c-top-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
} */
#c-top-banner .c-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	z-index: 2;
}
#c-top-banner .c-title {
	font-size: 48px;
	line-height: 58px;
}
#c-top-banner .c-en-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
}

/* 顶部菜单 */
#c-top-menu {
	position: relative;
	z-index: 1;
	margin-top: -68px;
	line-height: 68px;
	border-bottom: 1px solid #fafafa;
	background: rgba(0,0,0,.3);
}
#c-top-menu .c-list {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-x: auto;
	margin-bottom: -1px;
}
#c-top-menu .c-list li {
	position: relative;
	flex: none;
	padding: 0 50px;
	white-space: nowrap;
}
@media (max-width: 1280px) {
	#c-top-menu .c-list li{
		padding: 0 12px;
	}
}



#c-top-menu .c-list .blok .swiper-slide:first-child li {
    padding-left: 0;
}

#c-top-menu .c-list .blok .swiper-slide:last-child li {
    padding-right: 0;
}

#c-top-menu .c-list .blok .swiper-slide:last-child li::before {
    display: none;
}
#c-top-menu .c-list li a {
	color: #fff;
	transition: .5s;
}
#c-top-menu .c-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	height: 14px;
	border-left: 2px solid #fff;
	transition: .5s;
}
#c-top-menu .c-list li.active a,#c-top-menu .c-list li:hover a {
	color: #0e984a;
}

/* 公共查看更多 */
.c-common-more {
	display: block;
	margin: 0 auto;
	padding-right: 50px;
	width: 300px;
	border-bottom: 1px solid #999;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	background-image: url(/Public/Home/default/hunan/images/jt3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 36px auto;
	transition: .5;
}
.c-common-more:hover {
	color: #0e984a;
	border-color: #0e984a;
	background-image: url(/Public/Home/default/hunan/images/jt2.png);
}

/* 地图 */
.c-map {
	opacity: 1;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.c-map.active{
	opacity: 1;
	z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #0e984a;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL{
	display:none;
}


/* 分享 */
div.bsLogoLink,#bsBox .bsTop,#bsBox #bsMorePanel {
	width: 100% !important;
}
.bFind-wrapper-top {
	height: 26px !important;
}
#bsBox #bsMorePanel {
	height: 373px !important;
}
.bsPlatDiv {
	height: 312px !important;
}
.bFind {
	width: 204px !important;
}
#bsBox {
	height: 408px !important;
	width: 276px !important;
	margin-left: -138px !important;
}
.bsTop {
	width: 208px !important;
}
.bsFrameDiv div {
	width: 208px !important;
  height: 208px !important;
}
.bsFrameDiv img {
	width: 166px !important;
  height: 166px !important;
}


/* 上下页 */
#c-prevNext {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#c-prevNext a {
	max-width: 46%;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	transition: .5s;
}
#c-prevNext a:hover {
	color: #0e984a;
}
#c-prevNext .prev i {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
#c-prevNext .next i {
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
}

/* 分页 */
#c-page {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}
#c-page .c-box {
	display: flex;
	align-items: flex-start;
}
#c-page .c-box a {
	margin: 0 5px;
	display: block;
	width: 40px;
	text-align: center;
	background: #f9f9f9;
	color: #666;
	transition: .5s;
}
#c-page .c-box .active {
	color: #fff;
	background: #0e984a;
}
#c-page .c-box .prev,#c-page .c-box .next {
	width: 100px;
}
#c-page .c-box .c-dot {
	margin: 0 -5px;
	background:#fff;
}
#c-page .c-box a:hover {
	color: #fff;
	background: #0e984a;
}
#c-page form {
	display: flex;
}
#c-page form .c-text {
	padding: 0 20px;
}
#c-page form input {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #f9f9f9;
	color: #666;
	text-align: center;
}
#c-page form button {
	width: 40px;
	height: 40px;
	background: #f9f9f9;
	color: #666;
	cursor: pointer;
	transition: .5s;
}
#c-page form button:hover {
	color: #fff;
	background: #0e984a;
}

/* 公共标题 */
.c-common-title .c-title {
	margin-bottom: 60px;
	font-size: 36px;
	line-height: 46px;
	color: #0e984a;
	text-align: center;
}

.c-common-title2 {
	position: relative;
	padding: 120px 0 50px;
}
.c-common-title2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	border-top: 6px solid #0e984a;
}
.c-common-title2 .c-title {
	font-size: 36px;
	line-height: 46px;
}
/* 公用盒子 */
#c-conmon-box {
	margin-top: 80px;
}
#c-conmon-box .c-main-wrap {
	padding: 80px 100px;
	background: #faf6f0;
}
#c-conmon-box .c-title-box .c-title{
	padding-bottom: 80px;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #0e984a;
}
#c-conmon-box .c-top-box {
	margin-bottom: 80px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-conmon-box .c-top-box .c-img-box {
	width: 50%;
	height: 2.94rem;
	overflow: hidden;
}
#c-conmon-box .c-top-box .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-conmon-box .c-top-box .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}	
#c-conmon-box .c-top-box .c-text-box {
	width: 50%;
	padding-left: 50px;
}
#c-conmon-box .c-top-box .c-text-box .c-title {
	margin-bottom: 20px;
	display: inline-block;
	font-size: 38px;
	line-height: 68px;
	border-bottom: 6px solid #0e984a;
}
#c-conmon-box .c-top-box .c-text-box .c-text {
	font-size: 18px;
	line-height: 2;
	color: #666;
}
#c-conmon-box .c-bottom-box {
	padding: 80px;
	background: #f5eee3;
	font-size: 18px;
	line-height: 2;
}
#c-conmon-box .c-bottom-box img {
	max-width: 100%;
	height: auto !important;
}


/* 底部链接 */
#c-link {
	padding: 80px 0;
}
#c-link .c-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-link .c-list a {
	position: relative;
	padding: 80px 0;
	width: 47.3%;
	text-align: center;
	overflow: hidden;
}
#c-link .c-list a img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-link .c-list a:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-link .c-list .c-text-box {
	position: relative;
	z-index: 2;
}
#c-link .c-list .c-title{
	font-size: 36px;
	line-height: 46px;
	color: #333;
	transition: .5s;
}
#c-link .c-list .c-en-title {
	font-size: 26px;
	line-height: 36px;
	color: #666;
}
#c-link .c-list a:hover .c-title {
	color: #0e984a;
}

/* 联系南宫ng28 */
#c-contact {
	padding: 120px 0;
	background: #fff;
	background: -webkit-linear-gradient(left,#f8f8f8 50%,#fff 50%);
	background: linear-gradient(to right,#f8f8f8 50%,#fff 50%);
}
#c-contact .c-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-contact .c-left-box {
	padding: 0 1rem;
	width: 50%;
}
#c-contact .c-title {
	margin-bottom: 70px;
	font-size: 42px;
	line-height: 52px;
}
#c-contact .c-title.c-dt {
	color: #0e984a;
}
#c-contact .c-title2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #0e984a;
}
#c-contact .c-text {
	margin-bottom: 60px;
	color: #666;
	line-height: 2;
}
#c-contact .c-box a {
	margin: 0 5px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#c-contact .c-box .c-wx img {
	display: none;
	position: absolute;
	bottom: 26px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#c-contact .c-box .c-wx:hover img{
	display: inline-block;
}
#c-contact .c-box .c-wx {
	background-image: url(/Public/Home/default/hunan/images/footer-wx2.png);
}
#c-contact .c-box .c-wb {
	background-image: url(/Public/Home/default/hunan/images/footer-wb2.png);
}
#c-contact .c-box .c-qq {
	background-image: url(/Public/Home/default/hunan/images/footer-qq2.png);
}
#c-contact .c-box .c-yx {
	background-image: url(/Public/Home/default/hunan/images/footer-yx2.png);
}
#c-contact .c-box .c-mail {
	display: none;
	position: absolute;
	bottom: 26px;
	left: 50%;
	padding: 0 15px;
	line-height: 40px;
	color:#666;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#c-contact .c-box .c-yx:hover .c-mail{
	display: block;
}
#c-contact .c-map-box {
	margin-top: 50px;
	width: 100%;
	height: 260px;
}
#c-contact .c-right-box {
	width: 50%;
	padding: 0 2rem;
}
#c-contact .c-right-box input,#c-contact .c-right-box select  {
	margin-bottom: 24px;
	padding: 0 20px;
	width: 100%;
	border: 1px solid #eaeaea;
	line-height: 54px;
	color: #999;
}
#c-contact .c-right-box select {
	background: url(/Public/Home/default/hunan/images/jt.png)no-repeat right 20px center;
	background-size: 14px auto;
}
#c-contact .c-right-box textarea {
	margin-bottom: 24px;
	width: 100%;
	height: 156px;
	padding: 15px 20px;
	color: #999;
	border: 1px solid #eaeaea;
}
#c-contact .c-right-box button {
	width: 100%;
	height: 56px;
	background: #0e984a;
	color: #fff;
	cursor: pointer;
}

/* 加入南宫ng28 */
#c-join {
	padding: 100px 0;
}
#c-join .c-list {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	cursor: pointer;
	transition: .5s;
}
#c-join .c-list-wrap {
	margin-bottom: 100px;
}
#c-join .c-list-wrap .c-item {
	border-bottom: 1px solid #f8f8f8;
}
#c-join .c-list-wrap .c-item:nth-child(odd) .c-list,#c-join .c-list-wrap .c-item.active .c-list{
	background: #f2f2f2;
}
#c-join .c-item1 {
	padding: 25px 40px;
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
#c-join .c-item2 {
	padding: 25px 40px;
	width: 100px;
	font-size: 20px;
}
#c-join .c-item2 i {
	transition: .5s;
}
#c-join .c-list-wrap .c-item.active .c-item2 i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#c-join .c-text {
	display: none;
	padding: 40px;
	line-height: 2;
	color: #666;
}

/* 新闻列表 */
#c-news {
	padding: 100px 0;
}
#c-news .c-list {
	padding-bottom: 40px;
	margin: 0 -.46rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-news .c-list li {
	margin-bottom: 40px;
	padding: 0 .46rem;
	width: 33.3333%;
}
#c-news .c-list .c-wrap {
	display: block;
	color: #666;
}
#c-news .c-list .c-wrap .c-img-box {
	overflow: hidden;
	height: 2.6rem;
}
#c-news .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-news .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05); 
}
#c-news .c-list .c-wrap .c-title {
	padding-right: 60px;
	font-size: 18px;
	line-height: 28px;
	margin: 25px 0 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	-webkit-line-clamp: 1;
	transition: .5s;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 46px auto;
}
#c-news .c-list .c-wrap .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
#c-news .c-list .c-wrap:hover .c-title {
	color: #0e984a;
	background-image: url(/Public/Home/default/hunan/images/jt2.png);
}
#c-news .c-hr {
	margin-bottom: 100px;
	border-top: 4px solid #0e984a;
}

#c-news.c-dt {
	background: #f8f8f8;
}
#c-news.c-dt .c-list {
	margin-bottom: -40px;
	padding-bottom: 0;
}
#c-news.c-dt2 .c-common-title .c-title {
	color: #666;
}

/* 常见问题 */
#c-faq {
	padding: 100px 0;
}
#c-faq .c-main-wrap {
	max-width: 1268px;
	margin: 0 auto;
	padding: 0 50px 80px;
	border:  6px solid #eaeaea;
}
#c-faq .c-list {
	margin-bottom: 80px;
}
#c-faq .c-list li {
	padding: 40px 0 20px;
	border-bottom: 1px solid #ccc;
}
#c-faq .c-list .c-title {
	position: relative;
	padding-left: 40px;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	transition: .5s;
}
#c-faq .c-list li.active .c-title {
	color: #0e984a;
}
#c-faq .c-list .c-title::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 22px;
	background: url(/Public/Home/default/hunan/images/wen.png)no-repeat center;
	background-size: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
}
#c-faq .c-list .c-bottom-box {
	display: none;
	padding-top:25px;
}
#c-faq .c-list .c-text-box {
	position: relative;
	padding: 30px;
	border-left: 40px solid #fff;
	background: #f8f8f8;
	line-height: 2;
	color: #999;
}
#c-faq .c-list .c-text-box::before {
	content: "A";
	position: absolute;
	top: 0;
	left: -40px;
	width: 20px;
	height: 22px;
	background: url(/Public/Home/default/hunan/images/da.png)no-repeat center;
	background-size: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #fff;
}

/* 新闻详情 */
#c-news2 {
	padding: 100px 0;
}
#c-news2 .c-main-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1268px;
}
#c-news2 .c-title {
	font-size: 36px;
	line-height: 46px;
	color: #0e984a;
	text-align: center;
}
#c-news2 .c-time-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0 70px;
	line-height: 26px;
	color: #999;
}
#c-news2 .c-time-box .c-time span {
	color: #0e984a;
}
#c-news2 .c-time-box .c-bshare {
	display: flex;
	align-items: center;
}
#c-news2 .c-text-box {
	line-height: 2;
	color: #666;
}
#c-news2 .c-text-box img {
	max-width: 100%;
	height: auto !important;
}
#c-news2 .c-end {
	margin-bottom: 50px;
	padding: 50px 0;
	line-height: 26px;
	text-align: center;
	color: #0e984a;
	border-bottom: 4px solid #0e984a;
}


/* 产品列表 */
#c-product {
	padding: 100px 0;
}
#c-product .c-list {
	margin-bottom: 100px;
	margin-top: -50px;
}
#c-product .c-list li{
	padding: 50px 0;
	border-bottom: 1px solid #eee;
}
#c-product .c-list .c-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#c-product .c-list .c-img-box  {
	width: 50%;
	height: 4.6rem;
	overflow: hidden;
}
#c-product .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-product .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-product .c-list .c-text-box {
	padding-left: 1rem;
	width: 50%;
}
#c-product .c-list .c-text-box .c-title {
	font-size: 36px;
	line-height: 46px;
	color: #666;
}
#c-product .c-list .c-text-box .c-hr {
	margin: 30px 0 50px;
	width: 70px;
	border-top: 8px solid #0e984a;
}
#c-product .c-list .c-text-box .c-text {
	margin-bottom: 80px;
	color: #999;
	line-height: 2;
}
#c-product .c-list .c-text-box .c-btn {
	padding-right: 58px;
	display: inline-block;
	line-height: 26px;
	color: #666;
	background: url(/Public/Home/default/hunan/images/jt3.png)no-repeat right center;
	background-size: 36px auto;
}

/* 顶部当前位置 */
#c-top-location {
	padding: 15px 0;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	background: #f7f7f7;
}
#c-top-location a {
	color: #999;
	transition: .5s;
}
#c-top-location a:hover {
	color: #0e984a;
}
#c-top-location .c-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-top-location .c-wrap .c-return i {
	margin-right: 5px;
}

/* 产品详情 */
#c-product2 {
	padding: 60px 0;
	border-bottom: 1px solid #d8d8d8;
}
#c-product2 .c-main-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #f5f5f5;
} 
#c-product2 .c-main-wrap .c-img-box {
	width: 50%;
	height: 5.78rem;
	overflow: hidden;
}
#c-product2 .c-main-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-product2 .c-main-wrap .c-img-box:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-product2 .c-main-wrap .c-text-box {
	padding: 30px 1rem;
	width: 50%;
}
#c-product2 .c-main-wrap .c-text-box .c-title {
	margin-bottom: 60px;
	font-size: 34px;
	line-height: 44px;
	color: #0e984a;
}
#c-product2 .c-main-wrap .c-text-box .c-text {
	font-size: 18px;
	line-height: 2;
	color: #666;
}

/* 产品详情，推荐 */
#c-product3 {
	padding: 60px 0 100px;
}
#c-product3 .c-main-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-product3 .c-left-box {
	width: 63%;
}
#c-product3 .c-left-box .c-title {
	font-size: 18px;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
	background: #0e984a;
}
#c-product3 .c-left-box .c-text-box {
	padding: 60px 20px;
	line-height: 2;
	color: #666;
	border: 1px solid #eaeaea;
}
#c-product3 .c-left-box .c-text-box img {
	max-width: 100%;
	height: auto !important;
}
#c-product3 .c-right-box {
	width: 31.7%;
	border: 1px solid #eaeaea;
}
#c-product3 .c-right-box .c-title {
	padding: 0 20px;
	font-size: 18px;
	line-height: 58px;
	color: #0e984a;
	border-bottom: 1px solid #eaeaea;
}
#c-product3 .c-right-box .c-list {
	padding: 20px 20px 0;
}
#c-product3 .c-right-box .c-list li {
	margin-bottom: 60px;
}
#c-product3 .c-right-box .c-list .c-wrap {
	display: block;
}
#c-product3 .c-right-box .c-list .c-wrap .c-img-box {
	height: 2.64rem;
	overflow: hidden;
}
#c-product3 .c-right-box .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-product3 .c-right-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-product3 .c-right-box .c-list .c-wrap .c-title2 {
	padding-top: 25px;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	color: #666;
	transition: .5s;
}
#c-product3 .c-right-box .c-list .c-wrap:hover .c-title2 {
	color: #0e984a;
}




/* 南宫ng28的自信源自哪里 */
#c-confidence .c-list{
	border: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 120px;
}
#c-confidence .c-list li {
	width: 25%;
	padding: 60px 40px;
	text-align: center;
}
#c-confidence .c-list .c-img-box {
	margin: 0 auto;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #efefef;
	overflow: hidden;
}
#c-confidence .c-list .c-img-box img {
	width: 100%;
}
#c-confidence .c-list .c-title {
	font-size: 24px;
	line-height: 34px;
	padding: 30px 0;
	color: #0e984a;
}
#c-confidence .c-list .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


/* 南宫ng28为什么存在 */
#c-why {
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}
#c-why .c-title {
	position: relative;
	padding-left: 100px;
	font-size: 36px;
	line-height: 50px;
	background: url(/Public/Home/default/hunan/images/dh.png)no-repeat left center;
	background-size: 56px auto;
}
#c-why .c-text {
	opacity: .6;
	padding: 60px 0;
	margin: 0 0 60px 100px;
	font-size: 16px;
	line-height: 2;
	border-bottom: 1px solid rgba(255,255,255,.3);
}


/* 链金狮是国内第一家金融产品设计公司 */
#c-company {
	padding-bottom: 126px;
	background: #f5f5f5;
}
#c-company .c-common-title2 {
	padding-top: 50px;
}
#c-company .c-list {
	margin: 0 -8px; 
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-company .c-list li{
	margin-bottom: 16px;
	width: 25%;
	padding: 0 8px;
}
#c-company .c-list .c-wrap {
	padding: 40px 0;
	background: #fff;
	text-align: center;
	color: #666;
}
#c-company .c-list .c-wrap img {
	width: 84px;
}
#c-company .c-list .c-wrap .c-title {
	padding: 40px 0 10px;
	font-size: 26px;
	line-height: 36px;
}
#c-company .c-list .c-wrap .c-en-title {
	font-size: 14px;
	line-height: 24px;
}


/* 深度挖掘 */
#c-product4 .c-title-box {
	padding: 100px 0 60px;
}
#c-product4 .c-title-box .c-title {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 46px;
}
#c-product4 .c-title-box .c-text {
	line-break: 26px;
	color: #666;
}
#c-product4 .c-main-wrap {
	padding: 0 .2rem;
	border-right: 1.4rem solid #282828;
	border-left: 1.4rem solid #f5f5f5;
}
#c-product4 .c-list {
	margin: 0 -.1rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-product4 .c-list li {
	width: 33.3333%;
	padding: 0 .1rem;
}
#c-product4 .c-list .c-wrap {
	position: relative;
	display: block;
	height: 7.28rem;
	overflow: hidden;
	color: #666;
}
#c-product4 .c-list .c-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-product4 .c-list .c-wrap .c-text-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
#c-product4 .c-list .c-wrap .c-t-box {
	padding: .5rem;
	background: #f5f5f5;
}
#c-product4 .c-list .c-wrap .c-t-box .c-hr {
	width: 50px;
	border-top: 6px solid #282828;
	transition: .5s;
}
#c-product4 .c-list .c-wrap .c-t-box .c-en-title {
	padding: 25px 0 20px;
	font-size: 26px;
	line-height: 1;
}
#c-product4 .c-list .c-wrap .c-t-box .c-title {
	font-size: 22px;
	line-height: 32px;
}
#c-product4 .c-list .c-wrap .c-b-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .5rem;
	color: #fff;
	opacity: 0;
	transition: .5s;
}
#c-product4 .c-list .c-wrap .c-b-box .c-text {
	font-size: 16px;
	line-height: 2;
	height: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}
#c-product4 .c-list .c-wrap .c-b-box .c-more {
	font-size: 14px;
	line-height: 50px;
	padding-right: 50px;
	background: url(/Public/Home/default/hunan/images/jt4.png)no-repeat right center;
	background-size: 36px auto;
	border-bottom: 1px solid #fff;
}
#c-product4 .c-list .c-wrap:hover .c-text-box {
	color: #fff;
	background: rgba(0,0,0,.3);
}
#c-product4 .c-list .c-wrap:hover .c-t-box {
	background: transparent;
}
#c-product4 .c-list .c-wrap:hover .c-t-box .c-hr {
	border-color: #fff;
}
#c-product4 .c-list .c-wrap:hover .c-b-box {
	opacity: 1;
}

/* 金品狮  */
#c-about2 {
	padding: 80px .2rem 80px 0;
	border-right: 1.4rem solid #282828;
}
#c-about2 .c-main-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #eaf2fe;
}
#c-about2 .c-img-box {
	width: 48.5%;
	overflow: hidden;
}
#c-about2 .c-img-box img {
	width: 100%;
}
#c-about2 .c-text-box {
	padding: 30px .8rem 30px;
	width: 51.5%;
}
#c-about2 .c-text-box .c-title {
	font-size: 36px;
	line-height: 46px;
}
#c-about2 .c-text-box .c-text {
	padding:10px 0 50px;
	line-height: 26px;
	color: #666;
}
#c-about2 .c-text-box .c-title2 {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 32px;
}
#c-about2 .c-text-box .c-text2 {
	line-height: 32px;
}
#c-about2 .c-text-box .c-text2 p {
	position: relative;
	padding-left: 20px;
}
#c-about2 .c-text-box .c-text2 p::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 13px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0e984a;
}

/* 金融产品设计服务 */
#c-service {
	padding-bottom: 120px;
	border-right: 1.4rem solid #282828;
	background: url(/Public/Home/default/hunan/images/sjfw-bg.jpg) no-repeat left top;
	background-size: cover;
}
#c-service .c-main-wrap {
	padding: 0 .2rem 0 1.6rem;
}
#c-service .c-list {
	margin: 0 -.1rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-service .c-list li {
	margin-bottom: .2rem;
	width: 25%;
	padding: 0 .1rem;
}
#c-service .c-list li:first-child {
	width: 100%;
}
#c-service .c-list .c-wrap {
	position: relative;
	display: block;
	height: 2.8rem;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
#c-service .c-list li:first-child .c-wrap {
	height: 4.2rem;
	text-align: left;
}
#c-service .c-list .c-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-service .c-list .c-wrap:hover img {
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05); 
}
#c-service .c-list .c-wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 50%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.4));
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.4));
}
#c-service .c-list .c-wrap  .c-title {
	padding: .35rem .6rem;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

/* 认识南宫ng28的核心团队 */
#c-team {
	background: url(/Public/Home/default/hunan/images/td-bg.jpg)no-repeat center / cover;
}
#c-team .c-main-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.c-banner3-wrap {
	width: 83%;
	padding: .6rem 1rem 1.6rem 1.6rem;
	background: #fff;
}
.c-banner3 .swiper-slide{
	opacity: 0 !important;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.c-banner3 .swiper-slide-active {
	z-index: 2;
	opacity: 1 !important;
}
.c-banner3 .c-text-box {
	padding-bottom: 50px;
	padding-right: 1rem;
	width: 53.5%;
}
.c-banner3 .c-text-box .c-title {
	margin-bottom: 20px;
	position: relative;
	padding-left: 60px;
	font-size: 36px;
	line-height: 46px;
}
.c-banner3 .c-text-box .c-job {
	font-size: 24px;
	line-height: 34px;
}
.c-banner3 .c-text-box .c-text {
	margin: .5rem 0;
	font-size: 14px;
	line-height: 2;
	color: #999;
}
.c-banner3 .c-common-more {
	margin: 0;
}
.c-banner3 .c-text-box .c-title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	border-top: 1px solid #0e984a;
}
.c-banner3 .c-img-box {
	width: 46.5%;
}
.c-banner3 .c-img-box img {
	width: 100%;
}
.c-banner3 .c-arrow{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.c-banner3 .c-arrow .c-prev,.c-banner3 .c-arrow .c-next{
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-color: #0e984a;
	cursor: pointer;
}
.c-banner3 .c-arrow .c-prev {
	background-image: url(/Public/Home/default/hunan/images/prev.png);
}
.c-banner3 .c-arrow .c-next {
	background-image: url(/Public/Home/default/hunan/images/next.png);
}

#c-team .c-list-wrap {
	padding: 0 0 1.6rem 1rem;
	width: 17%;
}
#c-team .c-list {
	opacity: .5;
	position: relative;
	height: 2.2rem;
}
#c-team .c-list li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1s;
}
#c-team .c-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-team .c-list li.active {
	opacity: 1;
}

/* 底部 */
.f-fotzi{
	padding: .8rem 0;
	position: relative;
}
.f-fotzi .f-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.f-fotzi .f-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.f-fotzi .c-container{
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: flex-start;
	z-index: 2;
}
.f-fotzi .f-tit{
	font-weight: bold;
	font-size: 40px;
	line-height: 1.4;
}
.f-fotzi .f-but{
	margin-left: 10px;
	flex-shrink: 0;
}

.f-footer{
	padding-top: 50px;
	background-color: #252525;
}

.f-footer .f-fot1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #313131;
	width: 100%;
	align-items: center;
}
.f-footer .f-fot1 .f-logo{
	display: flex;
	align-items: center;
}
.f-footer .f-fot1 .f-logo .f-img{
	display: block;
	height: 66px;
	overflow: hidden;
	margin-right: 16px;
}
.f-footer .f-fot1 .f-logo .f-img img{
	height: 100%;
	float: left;
}
.f-footer .f-fot1 .f-logo .f-font{
	color: #fff;
	line-height: 1.4;
} 
.f-footer .f-fot1 .f-logo .f-font .f-tit{
	font-weight: bold;
	font-size: 26px;
}
.f-footer .f-fot1 .f-logo .f-text{
	font-size: 12px;
}
.f-footer .f-fot1 .f-gt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	font-size: 14px;
	flex-shrink: 0;
	color: #ff7400;
	border-radius: 24px;
	background-color: #fff;
}
.f-footer .f-fot1 .f-gt img{
	display: block;
	width: 40px;
	margin-right: 8px;
}

.f-footer .f-fot2{
	width: 100%;
	padding: .8rem 0;
	display: flex;
	justify-content: space-between;
}
.f-footer .f-fot2 .f-tit{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.f-footer .f-fot2 .f-tit i{
	display: none;
	width: 14px;
}
.f-footer .f-fot2 .f-tit i img{
	width: 100%;
}
.f-footer .f-fot2 .f-xian{
	display: block;
	width: 10px;
	height: 2px;
	background-color: #00923f;
	margin-top: 20px;
}
.f-footer .f-fot2 .f-lt{
	width: 38%;
}
.f-footer .f-fot2 .f-lt .tel{
	font-size: 32px;
	color: #fff;
	font-family: "font1";
	margin-top: 20px;
	margin-bottom: 16px;
}
.f-footer .f-fot2 .f-lt .text{
	font-size: 16px;
	color: #666666;
	margin-bottom: 20px;
}
.f-footer .f-fot2 .f-lt .fen{
	display: flex;
	flex-wrap: wrap;
}
.f-footer .f-fot2 .f-lt .fen a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.05);
}
.f-footer .f-fot2 .f-lt .fen a img{
	height: 16px;
}
.f-footer .f-fot2 .f-lt .fen a img:nth-child(2){
	display: none;
}
.f-footer .f-fot2 .f-lt .fen a: img:nth-child(2){
	display: block;
}
.f-footer .f-fot2 .f-lt .fen a: img:nth-child(1){
	display: none;
}
.f-footer .f-fot2 .f-gt{
	width: 58%;
	display: flex;
	justify-content: space-between;
}
.f-footer .f-fot2 .f-gt .f-item{
	margin-right: 40px;
}
.f-footer .f-fot2 .f-gt .f-item .f-tit i{
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.f-footer .f-fot2 .f-gt .f-list{
	padding-top: 20px;
}
.f-footer .f-fot2 .f-gt .f-list a{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.f-footer .f-fot2 .f-gt .f-item:last-child{
	margin-right: 0;
	display: none;
}
.f-footer .f-fot2 .f-gt .f-list a:hover{
	color: #fff;
}
.f-footer .f-fot2 .f-gt .f-item.on .f-tit i{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.f-footer .f-fot3{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 0;
	border-top: 1px solid #313131;
}
.f-footer .f-fot3 .f-lt,.f-footer .f-fot3 .f-lt a{
	font-size: 14px;
	color: #666666;
}
.f-footer .f-fot3 .f-lt a:hover{
	color: #fff;
}
.f-footer .f-fot3 .f-gt,.f-footer .f-fot3 .f-gt a{
	font-size: 14px;
	color: #666666;
}
.f-footer .f-fot3 .f-gt a:hover{
	color: #fff;
}
/* End */


/* 公共内容 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.f-hometit{
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.f-hometit .f-text{
	font-size: 18px;
	color: #999999;
	line-height: 1;
}
.f-hometit .f-tit{
	font-size: 50px;
	line-height: 1.4;
	color: #222222;
	font-weight: bold;
}
/* End */

/* 伙伴 */
#c-partner {
	position: relative;
	padding: 180px 0 150px;
	background: url(/Public/Home/default/hunan/images/huwang.png) center;
}
#c-partner .f-hometit .f-text{
	color: #fff;
}
#c-partner .f-hometit .f-tit{
	color: #fff;
}
.c-partner .c-common-title {
	
}
#c-partner .c-container {
	z-index:3;
}
.c-banner2 {
	padding-bottom:95px;
}
.c-banner2 .c-wrap{
	height: 1.36rem;
}
.c-banner2 .c-wrap img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
.c-banner2 .swiper-pagination {
	bottom:0;
}
.c-banner2 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.c-banner2 .swiper-pagination-bullet-active {
	background: #0E984A;
}
#c-partner2 {
	padding: 80px 0 120px;
	background: #fff;
}
#c-partner2 .c-main-wrap {
	box-shadow: 0 2px 30px rgba(84,0,0,.07);
}
.c-banner11-top {
	padding-bottom: 10px;
}
.c-banner11-top .swiper-slide {
	height: 90px;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	color: #333;
	background: #ddd;
	cursor: pointer;
	transition: .5s;
}
.c-banner11-top .swiper-slide::before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	transition: .5s;
}
.c-banner11-top .swiper-slide-thumb-active::before,.c-banner11-top .swiper-slide:hover::before {
	border-top: 10px solid #bb1c14;
}
.c-banner11-top .swiper-slide-thumb-active,.c-banner11-top .swiper-slide:hover {
	background: #bb1c14;
	color: #fff;
}

.c-banner11-bottom .swiper-slide .c-wrap{
	margin: 0 -10px;
	padding: 45px 35px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.c-banner11-bottom .swiper-slide .c-img-box {
	margin-bottom: 20px;
	padding: 0 10px;
	width: 14.28%;
	height: .82rem;
}
.c-banner11-bottom .swiper-slide .c-img-box .c-box{
	border: 1px solid #eeeeee;
	height: 100%;
	overflow: hidden;
}
.c-banner11-bottom .swiper-slide .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 新闻动态 */
.hm-sec5{
	background-color: #fff;
}
.hm-sec5 .f-but{
	margin: 0 auto;
}
.hm-sec5 .hm5-cont{
	margin-bottom: 90px;
}
.hm-sec5 .hm5-cont .item{
	width: 100%;
	display: block;
	position: relative;
}
.hm-sec5 .hm5-cont .item .f-img,.hm-sec5 .hm5-cont .item .f-list{
	display: block;
	width: 100%;
	height: 3.2rem;
	/* overflow: hidden; */
}
.hm-sec5 .hm5-cont .item .f-list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hm-sec5 .hm5-cont .item .f-list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hm-sec5 .hm5-cont .item .f-list:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hm-sec5 .hm5-cont .item .f-list .f-font{
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	padding: 30px;
	opacity: 0;
	-webkit-transition: all .3s .3s linear;
	transition: all .3s .3s linear;
}
.hm-sec5 .hm5-cont .item .f-list .f-font .f-label{
	color: #fff;
}
.hm-sec5 .hm5-cont .item .f-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hm-sec5 .hm5-cont .item .f-font{
	padding-top: 30px;
}
.hm-sec5 .hm5-cont .item .f-dt{
	font-size: 14px;
	color: #999;
}
.hm-sec5 .hm5-cont .item .f-tit{
	font-size: 22px;
	color: #222;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 66px;
	margin: 20px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hm-sec5 .hm5-cont .item .f-label{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
	
}
.hm-sec5 .hm5-cont .item .f-label i{
	display: flex;
	align-items: center;
	width: 12px;
	margin-right: 10px;
}
.hm-sec5 .hm5-cont .item .f-label i img{
	width: 100%;
}
.hm-sec5 .hm5-cont .item:hover .f-img img {
	/* -webkit-transform: scale(1.04);
	transform: scale(1.04); */
}
.hm-sec5 .hm5-cont .item:hover .f-font .f-tit{
	color: #00923F;
}
.hm-sec5 .hm5-cont .item:hover .f-list{
	height: 3.2rem;
}
.hm-sec5 .hm5-cont .item:hover .f-list .f-font{
	opacity: 1;
}
.hm-sec5 .hm5-cont .item:hover .f-list:after{
	opacity: 1;
}
/* End */

/* 首页据滚动 */
.hm-sec1{
	padding: 60px 0;
	background-color: #dedede;
}
.hm-sec1 .c-container{
	display: flex;
	justify-content: space-between;
}
.hm-sec1 .f-item{
	margin-right: 40px;
}
.hm-sec1 .f-item:last-child{
	margin-right: 0;
}
.hm-sec1 .f-item .f-label{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}
.hm-sec1 .f-item .f-label i{
	display: flex;
	align-items: center;
	width: 16px;
	margin-right: 8px;
}
.hm-sec1 .f-item .f-label i img {
	width: 100%;
}
.hm-sec1 .f-item .f-ju {
	display: flex;
	align-items: flex-end;
	padding-left: 24px;
}
.hm-sec1 .f-item .f-ju .f-shu{
	font-size: 60px;
	color: #00923f;
	font-weight: bold;
	line-height: 1;
	font-family: "font1";
}
.hm-sec1 .f-item .f-ju .f-text{
	font-size: 16px;
	color: #222;
}

/* End */

/* 机械生产 */
.hm-sec2{
	background: url(/Public/Home/default/hunan/images/jixieimg.jpg) center;
}
.hm-sec2 .f-but{
	margin: 0 auto;
}
.hm-sec2 .f-hometit{
	margin-bottom: 35px;
}
.hm-sec2 .hm2-cont{
	width: 100%;
	margin-bottom: 90px;
}
.hm-sec2 .hm2-cont .f-item{
	display: block;
	width: 100%;
	position: relative;
	height: 5.3rem;
	background-color: #ddd;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hm-sec2 .hm2-cont .list{
	padding: 30px;
}
.hm-sec2 .hm2-cont .f-item .f-font{
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	padding:40px 30px;
	align-items: center;
	position: relative;
	z-index: 2;
}
.hm-sec2 .hm2-cont .f-item .f-font .tit{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	width: 92%;
	width: calc(100% - 18px);
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hm-sec2 .hm2-cont .f-item .f-font i{
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #999;
}
.hm-sec2 .hm2-cont .f-item .f-jut {
	width: 100%;
	height: calc(100% - 106px);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	bottom: 0;
	left: 0;
	position: absolute;
}
.hm-sec2 .hm2-cont .f-item .f-jut .f-img{
	width: 100%;
	height: 100%;
}
.hm-sec2 .hm2-cont .f-item .f-jut .f-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.hm-sec2 .hm2-cont .f-item:hover .f-jut{
	/* height: 100%; */
}
.hm-sec2 .hm2-cont .f-item:hover .f-font .tit{
	/* color: #fff; */
}
.hm-sec2 .hm2-cont .f-item:hover .f-font i{
	border-left-color: #00923F;
}
.hm-sec2 .hm2-cont .f-item:hover{
	transform: scale(1.06);
	box-shadow: 0 -3px 10px rgba(0,0,0,.2);
}
/* End */

/* 公司历程 */
.hm-sec4{
	position: relative;
	background-color: #fff;
}
.hm-sec4:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: url(/Public/Home/default/hunan/images/flichengimg1.jpg) center;
}
.hm-sec4 .f-hometit{
	z-index: 2;
	position: relative;
}
.hm-sec4 .f-cont{
	display: flex;
	justify-content: space-between;
}
.hm-sec4 .f-cont .lt{
	width: 66%;
}
.hm-sec4 .f-cont .lt .hm4-cont{
	width: 100%;
}
.hm4-cont .f-img{
	
}
.hm4-cont .f-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hm-sec4 .f-cont .gt{
	width: 30%;
}
.hm4-cont .f-img,.hm-sec4 .gt{
	width: 100%;
	height: 5.3rem;
}
.hm4-prev,.hm4-next{
	position: relative;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: none;
	outline: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: #fff;
	opacity: 1;
}
.hm4-prev{
	margin-bottom: 10px;
}
.hm4-prev:after,.hm4-next:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
}
.hm4-prev:after{
	border-bottom: 10px solid #0E984A;
}
.hm4-next:after{
	border-top: 10px solid #0E984A;
}
.hm4-nav{
	height: calc(5.3rem - 100px);
}
.hm-sec4 .gt .f-item{
	text-align: center;
	cursor: pointer;
}
.hm-sec4 .gt .f-item .tit{
	color: #222;
	font-size: 16px;
	color: #888888;
}
.hm-sec4 .gt .f-item .text{
	font-size: 18px;
	color: #555;
	line-height: 28px;
	font-weight: bold;
	display: none;
	margin-top: 16px;
}
.hm4-nav .swiper-slide{
	height: auto;
	margin-bottom: 20px;
}
.hm4-nav .swiper-slide.on .f-item{
	padding-bottom: 30px;
	border-bottom: 2px solid #999999;
}
.hm4-nav .swiper-slide.on .f-item .tit{
	font-size: 50px;
	font-weight: bold;
	color: #222;
	font-family: "font1";
	line-height: 1;
}
.hm4-nav .swiper-slide.on .f-item .text{
	display: block;
}
/* End */

.f-po{
	position: relative;
	z-index: 2;
}
/* 公司介绍 */
.hm-sec3{
	position: relative;
	background-color: #fff;
}
.hm-sec3:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: url(/Public/Home/default/hunan/images/flichengimg1.jpg) center;
}
.hm-sec3 .f-cont{
	position: relative;
	z-index: 2;
	width: 100%;
	/* height: 100%; */
	height: 140vh;
}
.tu{
	width: 100%;
	height: 100%;
	position: absolute;
}
.hm-sec3 .img,.hm-sec3 .video{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.hm-sec3 .img:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #000;
	opacity: .5;
	display: block;
	width: 100%;
	height: 100%;
}
.hm-sec3 .c-container{
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	padding: 0;
	margin: 0 auto;
}
.hm-sec3 .video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hm-sec3 .img img{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.hm-sec3 .font{
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-content: center;
	/* justify-content: center; */
	padding-top: 50vh;
}
.f-zhong{
	width: 100%;
	-webkit-transform: translateY(-65%);
	transform: translateY(-65%);
}
.hm-sec3 .font .f-text{
	color: #fff;
}
.hm-sec3 .font .f-tit{
	color: #fff;
}
.hm-sec3 .font .f-hometit{
	margin-bottom: 30px;
}
.hm-sec3 .font .text{
	margin: 0 auto;
	margin-bottom: 80px;
	width: 48%;
	max-width: 840px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.hm-sec3 .font .text>p{
	text-align: justify;
}
.hm-sec3 .font .f-but{
	margin: 0 auto;
	border-color: #fff;
}
.hm-sec3 .font .f-but span{
	color: #fff;
}
.hm-sec3 .font .f-but:after{
	border-left-color: #fff;
}
.hm-sec3 .font .f-but:hover span{
	color: #0E984A;
}
.hm-sec3 .font .f-but:hover:after{
	border-left-color: #00923F;
}
.hm-sec3 .c-container{
	position: relative;
	z-index: 2;
	height: 140vh;
}
.hm-sec3 .c-container.on{
	width: 100%!important;
}
/* .hm-sec3 .c-container.on .f-cont{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -2;
} */
/* End */
.f-footer .f-fot3 .f-gt span:last-child{
	display: none;
}

#hi-img-pop {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        #hi-img-pop * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        #hi-img-pop .hi-close {
            position: fixed;
            top: 86%;
            left: 50%;
            margin-left: -25px;
            width: 50px;
            height: 50px;
            color: #fff;
            background: #fff;
            border-radius: 50%;
            transition: .5s;
            cursor: pointer;
        }
        
        #hi-img-pop .hi-close:after,
        #hi-img-pop .hi-close:before {
            content: "";
            position: absolute;
            bottom: 24px;
            left: 10px;
            width: 30px;
            height: 2px;
            background: #333;
            transition: .5s;
        }
        
        #hi-img-pop .hi-close:hover {
            background: #019dee;
        }
        
        #hi-img-pop .hi-close:hover:after,
        #hi-img-pop .hi-close:hover:before {
            background: #fff;
        }
        
        #hi-img-pop .hi-close:after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        #hi-img-pop .hi-close:before {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        
        #hi-img-pop img {
            position: fixed;
            left: 50%;
            top: 50%;
            max-width: 90%;
            max-height: 70%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
		.hm-sec2 .hm2-cont .f-item .f-font .tit{
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			white-space: initial;
		}
		.hm-sec3 .font{
			background-color: rgba(0,0,0,0.3);
		}
		
.blok{padding: 0 30px !important;}	
.blokprev{left: 0 !important;}
.bloknext{right: 0 !important;}