@font-face {
  font-family: 'HarmonyOS Sans';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf') format('ttf'),
       url('../fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 确保文字始终显示，避免空白 */
}
captiongreen*{margin:0;padding:0;}
body{padding:0;margin:0;font-family:'HarmonyOS Sans','Microsoft YaHei',sans-serif;color:#000;background:#fff; font-size:14px; line-height:26px;}
a,area{blr:expression(this.onFocus=this.blur())}
/* for IE */
:focus{-moz-outline-style:none;}
/* for Firefox */
a{text-decoration:none;color:#000;outline:none;}
a:hover{color:#000;text-decoration:none;outline:none;}
a img{border:none;}
table tr td{font-size:14px;}
font{}
ul,li{list-style:none; text-decoration:none; margin:0; padding: 0;}
.length{word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/* Wrapper */
.max-width{ max-width:1200px; margin:0 auto; min-width:320px; width:auto;}
.box{display: -moz-inline-stack; display:inline-block; *display:inline; *zoom:1;}
#wrapper{ overflow-x:hidden;}
.font{ font-family:"宋体";}
p{ margin-bottom:0;}
.clear{ clear: both; padding: 0; margin: 0;}
ul, menu, dir{ -webkit-padding-start:0px!important;}
h1, h2, h3, h4, h5, h6{ font-weight: normal; color: inherit;}

/* Header */
#top{ 
	position:relative;
	left: 0;
	top:0;
	width: 100%; 
	z-index: 999;
	transition: background-color 0.3s; 
	background-color: transparent; 
}
.scrolled {background:rgba(0,0,0,1)!important; }
.logo{
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -130px;
}
.logo img{ 
	max-width: 260px;
}
.active#menuToggle{ position:fixed;}
body.no-scroll {
  overflow: hidden;
  position: fixed; 
  width: 100%;
}
.menu-toggle {
    position:absolute;
    top: 26px;
    left: 30px;
    cursor: pointer;
    z-index: 1000;
}

.menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
	-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
	
}

.sidebar {
    position: fixed;
    top: 0;
    left: -470px;
    width: 470px;
    height: 100%;
    background-color: #000;
    transition: 0.4s;
    z-index: 999;
	padding-top: 80px;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 16px 0;
	border-top: solid 1px #1e1e1e;
}
.sidebar ul li.mbt{
	color: #6b6b6b;
}
.sidebar ul li {
    padding: 4px 30px;
    text-align: left;
}

.sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
	position: relative;
}
.sidebar ul li a::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition: width 0.3s ease-in-out;
}

.sidebar ul li a:hover::after {
	width: 100%;
}
	
.mlogo{ 
	width: 100%; 
	border-top: solid 1px #1f1f1f; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
}
.mlogo .mlogo_img{ 
	width: 50%;
	float: left;
	height: 140px;
	text-align: center;
}
.mlogo .mlogo_img a{
	display: block;
	height: 100%;
	position: relative;
}
.mlogo .mlogo_img img{ 
	position: absolute;  
	top: 50%;          
	left: 50%;         
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

.sidebar.active {
    left: 0;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -5px);
}

.overlay.active {
    display: block;
}
.content{
	position: relative;
    z-index: 2; 
	background: #fff;
	min-height: 1000px;
	height: auto;
    margin-bottom: 638px;
}
/* head */

/* index */
.home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100vh;
}

.column {
    flex: 1 1 calc(33.333% - 20px);
    position: relative;
    overflow: hidden;
    height: 100%; 
	background: #000;
}

.media-container {
    position: relative;
    width: 100%;
    height: 100%; 
}

.background-image{
	width: 100%;
    height: 100vh;
    background-size: cover; /* 保持图片宽高比，尽量完整显示 */
    background-position:top center; 
    background-repeat: no-repeat; 
    position: relative;
}
.background-gif{
	width: 100%;
    height: 100vh;
    background-size: cover; /* 保持图片宽高比，尽量完整显示 */
    background-position:top center; 
    background-repeat: no-repeat; 
    position: relative;
	display: none;
}
.media-container:hover .background-gif{
	display: block;
}
.media-container:hover .background-image{
	display: none;
}

.index_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 水平垂直居中 */
    z-index: 2; 
}

.index_logo img {
    max-width: 98%;
    max-height: 100%;
}
.btn{
    position: absolute;
	bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 2; 
	padding: 0;
}
.btn img{
	margin: 0 auto;
	width: 42px;
	transition: transform 0.3s ease; 
	}
.btn:hover img{
	transform: scale(1.2); 
	}
.column .tpbg {
    position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 默认 40% 透明黑色背景 */
    transition: background-color 0.3s ease; 
}
.column:hover .tpbg{
	background-color: rgba(0, 0, 0, 0.1); 
}
@media (max-width: 768px) {
.column {flex: 1 1 100%;}
.column_list{  width: 100%; margin-left: 0px; margin-bottom: 20px;}
.column_name{ font-size: 18px;}	
/*index*/
}
/* index */

/* 页面内容 */
.banner{ width: 100%;  }
.banner img{ width:100%; }


.gir_list {
	display: -ms-grid;
  	display: grid;
  	-ms-grid-columns: 1fr 1fr;
  	grid-template-columns: repeat(2, 1fr);
	gap: 40px; 
	max-width: 100%;
	margin: 0 auto;
	padding: 40px;
}
.image-card {
	position: relative;
	overflow: hidden;
}
.image-card img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.image-card:hover img {
	-moz-transform: scale(1.05); -webkit-transform: scale(1.05);-o-transform: scale(1.05);
}
.pc_image{ display: block;}
.phone_image{ display: none;}

.caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:40px 30px;
	color: white;
	line-height: 28px;
}
.caption h3 {
	font-size: 28px;
	margin-bottom: 10px;
	margin-top: 0;
}
.caption p,.caption span {
	font-size: 16px;
}
 .underline {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding:0;
	line-height: 18px;
}

.underline::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition: width 0.3s ease-in-out;
}

.underline:hover::after {
	width: 100%;
}
.big_title{ 
	color: #030303;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	margin: 60px 0;
	padding-top: 20px;health_title
}
.gir-swiper{
	padding: 0px 40px;
	}
.gir-swiper-index{
	padding: 40px 40px 100px 40px;
	}
.gir-swiper h2{
	text-align: center;
	font-size: 18px;
}	
.swiper_img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
	}
.swiper_img{
	overflow: hidden;
	}
.swiper_img:hover img{
	-moz-transform: scale(1.05); -webkit-transform: scale(1.05);-o-transform: scale(1.05);
}
.swiper-pagination-bullet{ background: #fff;}
.swiper-pagination-bullet-active{ background: #fff;}
.titline {
	display: inline-block;
	position: relative;
	color: #131313;
	text-decoration: none;
	cursor: pointer;
	padding:0;
	line-height: 18px;
	font-size: 16px;
	display: block;
	width: 64px;
	margin: 0 auto;
	margin-top: 12px;
}

.titline::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #131313;
	transition: width 0.3s ease-in-out;
}

.titline:hover::after {
	width: 100%;
}
.in_margin{ padding: 100px 0; max-width: 1340px; margin: 0 auto;}
.big_pic{ width: 100%; text-align: center;}
.big_pic img{ width: 100%;}

.two_column{ width: 100%;}
.column_list{ float: left; width: calc(100%/2 - 20px); text-align: center; margin-left: 40px;}
.column_pic{overflow: hidden;}
.column_pic img{ width: 100%;-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.column_pic:hover img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);-o-transform: scale(1.05);}
.column_name{ font-size: 20px;}

.container{ max-width: 1340px; margin: 0 auto;}	
.law{  height: auto; margin: 0 auto; max-width:732px; padding: 160px 0;}
.contact{  height: auto; margin: 0 auto; max-width:770px; padding: 160px 0;}
.brand{  height: auto; margin: 0 auto; max-width:770px; padding: 110px 0;}
.con_title{  text-align: center; font-size: 28px; line-height: 40px; padding-bottom: 60px;}
.con_ftitle{ color: #666666; font-size: 18px;}
.con_nr{ font-size: 16px; line-height: 30px; text-align: justify; min-height: 300px;}
.con_nr,.con_nr img{ max-width:100%;}
.nrlogo{ margin: 0px auto; text-align: center;}
.nrlogo img{ max-width: 209px; margin: 0 auto; padding-top: 30px;}
.cont_list{ font-size: 16px; line-height: 28px; text-align: justify; min-height: 250px; width: 900px; margin: 0 auto;}
.cont_list ul li{ margin-bottom: 10px;}
.cont_list ul li:nth-child(2),.cont_list ul li:nth-child(3),.cont_list ul li:nth-child(4),.cont_list ul li:nth-child(5){ float: left; width: 50%;}
.cont_list ul li:nth-child(6){ color: #727272; font-size: 14px;}
.cont_list,.cont_list img{ max-width:100%;}
.middle{ padding-top: 100px ;}
.full_bg{ padding:100px 0; margin:40px 0 150px 0; background:url("../images/Rectangle 53.jpg") no-repeat center;}
.full_bg .con_nr{ color: #fff;}
.full_bg .con_title{ color: #fff;}
.full_images{ width: 100%; margin: 0 auto; padding-top: 100px;}
.full_images img{ width: 100%;}
.padding150{ padding-bottom: 150px;}
.m_list { margin: 0 auto; text-align: center;}
.m_list ul{margin:0; padding:0;}
.m_list ul li{ position:relative;  display: inline-block; text-align: center; }
.m_list ul li a{ display:block; margin:0 40px; width:auto;font-size:16px; color:#000;}
.m_list ul li span{ display inline-block;position: relative;text-decoration: none;cursor: pointer; line-height: 20px; width: 100%;}
.m_list ul li span::after { content:'';position: absolute;width: 0;height: 1px;bottom: 0;left: 0;background-color: #000;transition: width 0.3s ease-in-out;}
.m_list ul li:hover span::after,.m_list ul li a.shover span::after{width: 100%;}

	
/*健康金方子*/
.health_bg{ background: #0d0d0d; margin-top:30px; min-height: 660px; padding:0 0 150px 0;}
.health_title{ color: #fff; font-size: 28px; line-height: 40px; text-align: center; padding:100px 0;}
.heal-swiper-container{ padding-bottom:60px;width: 100%;height: 100%;}
.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{ transform: scale(1);}
.swiper-button-prev,.swiper-button-next{ width: 50px; height: 50px; display: block;}
.swiper-button-prev{ background: url("../images/prev_arrow.png?v=2") no-repeat center!important; left: 29%;}
.swiper-button-next{ background: url("../images/next_arrow.png?v=2") no-repeat center!important; right: 29%;}
.swiper-button-next:after, .swiper-button-prev:after{ display: none;}
.swiper-pagination{ color: #fff;}

.gir-button-prev,.gir-button-next{ width: 50px; height: 50px; top: 43%!important; display: none; bottom: inherit;}
.gir-button-prev{ background: url("../images/left-arrow.png?v=3") no-repeat center!important; left: 4%!important;}
.gir-button-next{ background: url("../images/right-arrow.png?v=3") no-repeat center!important; right: 4%!important;}
	
@media (max-width: 768px) {
.law{  padding: 90px 0;}
.contact,.brand{  padding: 90px 0;}
.con_title{ font-size: 22px; line-height: 40px; padding-bottom:60px;}
.con_ftitle{ color: #666666; font-size: 16px;}
.con_nr{ font-size: 14px; line-height: 26px; l min-height: 200px;}
.nrlogo img{ max-width: 160px;}
.cont_list{ font-size: 14px; line-height: 26px; width: 100%; margin: 0 auto; text-align:inherit;}
.cont_list ul li{ margin-bottom: 5px; float: inherit!important; width: 100%!important ;}
.cont_list ul li:nth-child(6){ font-size: 14px;}
.middle{ padding-top: 70px ;}.
.full_bg{ padding:80px 0; margin:40px 0 80px 0;}
.full_images{ padding-top: 60px;}
.padding150{ padding-bottom: 80px;}
.m_list {  margin-bottom: 10px;}
.m_list ul li a{ margin:0 15px; font-size:16px;}
.health_bg{  min-height: 300px; padding:0 15px 80px 15px;}
.health_title{ font-size: 22px;line-height: 40px;padding: 50px 0;}
.swiper-button-prev,.swiper-button-next{ bottom: 0px; top: inherit;}
.swiper-button-prev{ left: 0;}
.swiper-button-next{ right: 0;}
.heal-swiper-pagination{  width:60px; text-align: center; left:50%; margin-left: -30px;}
.gir-button-prev,.gir-button-next{  display: block!important;}
}


/*girdear 新品列表样式*/
.video-wrapper { position: relative;width: 100%;height: auto;overflow: hidden;background: #000;line-height: 0;}
#mainVideo {width: 100%;height: 100%;object-fit: cover;transform: translateZ(0);}
.vide-wz{ position: absolute; bottom: 80px; width: 100%; height: auto; color: #fff; text-align: center; line-height: 26px;}
.video-name{ font-size: 28px; margin-bottom: 10px;}
.video-note{ font-size: 16px;}
.gir-swiper .swiper-pagination{ display: none;}
.note{ color: #000; font-size: 16px; line-height: 30px; text-align: center; padding: 100px 20px 100px 20px;}	
.newgir{ padding:0 40px; height: auto;}
.newgir_list{ float: left; width: calc(100%/2 - 10px); margin-bottom: 25px; overflow: hidden;}
.newgir_list img{ width: 100%; transition:transform 0.3s;}
.newgir_list:hover img{ transform: scale(1.05);}
.newgir_pic{ max-width: 100%; margin: 0 auto; padding: 0 15px 50px 15px; text-align: center; overflow: hidden;}
.newgir_pic img{ max-width: 700px; overflow: hidden; }
	
@media (max-width: 768px) {
.video-wrapper { height: 100vh;}
.note{  font-size: 14px; line-height: 26px; padding: 60px 15px 60px 15px;}	
.newgir{ padding:0 15px; height: auto;}
.newgir_list{ float:inherit; width: 100%; margin-bottom: 15px;}
.newgir_pic img{ max-width: 100%;}
.gir-swiper .swiper-pagination{ bottom: 10px !important; display: block;}
.vide-wz{  bottom: 30px; line-height: 24px;}
.video-name{ font-size: 20px; margin-bottom: 8px;}
.video-note{ font-size: 14px;}
}


/*新闻详情*/
.disnew{ height: auto; padding:140px 40px 40px 40px; font-size: 16px;}
.disnew_l{ float: left; width: 35%; line-height: 32px; padding-top: 60px; background: #fff;}
.disnew_title{ font-size: 28px; margin-bottom: 20px; line-height: 40px;}
.disnew_r{ float: right; width: 60%;}
.disnew_big{ width:100%; text-align: center;}
.disnew_big img,.disnew_name20 img{ margin: 0 auto; max-width: 100%;}
.disnew_name20{ padding: 50px 0;}
	
@media (max-width: 768px) {
.disnew{ padding:30px 20px 20px 20px; font-size: 14px;}
.disnew_l{ float:inherit; width:100%; line-height: 26px; margin-bottom: 30px;}
.disnew_title{ font-size: 24px;}
.disnew_r{ float: inherit; width: 100%;}
.disnew_name20{ padding: 30px 0;}	
}


/*弹出公告*/
#setTiShi {position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:556px;border-radius:8px;background:#fff;padding:40px 30px;z-index:99999999;}
#setTiShi .ggnr{display:block;width:100%; font-size:16px;text-align: justify;line-height: 32px; padding-bottom:20px;}
#setTiShi .biaoti{ text-align:center; font-weight: bold; display:block; font-size:24px; padding-bottom: 25px;}
@media (max-width: 768px) {
#setTiShi { width:94%; padding:20px 15px;}
#setTiShi .ggnr{ font-size:14px; line-height:24px; padding-bottom:10px;}
#setTiShi .biaoti{ font-size:20px; padding-bottom:15px;}
}

#footer {
    background: #0d0d0d;
    height: 638px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    clear: both;
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.footer {
    height: auto;
    margin: 0 auto;
    position: relative;
	padding-top: 50px;
}
.footer .list {
    width: 22%;
    overflow: hidden;
    float: left;
    color: #fff;
    padding-left: 4%;
    padding-bottom: 30px;
}
.footer .list .bt {
    color: #a9a9a9;
    margin: 5px 0;
	font-size: 14px;
}
.footer .list ul li {
    line-height: 24px;
    height: 30px;
    overflow: hidden;
	font-size: 14px;
}
.footer .list ul li a {
    color: #fff;
}
.footer .list ul li a:hover {
    color: #a9a9a9;
}
#last_menu {
    border-top: solid 1px #1f1f1f;
    margin: 0 4%;
    clear: both;
    padding: 20px 0;
    height: 86px;
	position: relative;
	z-index: 9999;
}
#last_menu a{
	color: #a9a9a9;
}
.copyright {
    float: left;
    color: #a9a9a9;
}
.share {
    float: right;
    width: 150px;
    position: relative;
    z-index: 999;
}
.share a {
    margin-left: 16px;
    position: relative;
    z-index: 999;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}
.share a.sharetb1 {
	background: url("../images/share_tb1.svg?v=1") no-repeat center;
    background-size: 32px;
}
.share a.sharetb2 {
    background: url("../images/share_tb2.svg?v=1") no-repeat center;
    background-size: 32px;
}
.share a.sharetb3 {
    background: url("../images/share_tb3.svg?v=1") no-repeat center;
    background-size: 32px;
}
.share a.sharetb4 {
    background: url("../images/share_tb4.svg?v=1") no-repeat center;
    background-size: 32px;
}
.share a .share_hover {
    display: none;
    position: absolute;
    bottom: 39px;
    left: -30px;
}
.share a .share_hover img {
    width: 90px;
    padding-bottom: 15px;
}
.share a:hover .share_hover {
    display: block;
}
.black_bg{
	position: relative;
	background: #0d0d0d;
	text-align: center;
	display: block;
	padding: 160px 0;
}
.black_bg img{ 
	position: absolute;  
	top: 50%;          
	left: 50%;         
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.back-to-top {
	position: fixed;
	bottom: 40px;
	right: -1px;
	width: 54px;
	height: 54px;
	background:rgba(255,255,255,1);
	color: white;
	border: none;
	border-radius:8px 0 0 8px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	transition: all 0.3s ease;
	z-index: 99;
	opacity: 0; 
	margin: 0;
	padding: 0;
}
.back-to-top span{
	display: block;
	color: #000;
	font-size: 12px;
	clear: both;
	background: url("../images/up.svg") no-repeat center top;
	background-size: 24px;
	padding-top: 22px;
	line-height: 20px;
	width: 100%;
}

.back-to-top.visible {
	display: flex;
	opacity: 1; 
	color: #000;
}

.back-to-top:hover {
	background-color: #fff;
	transform: translateY(-3px);
}

.back-to-top:active {
	transform: translateY(0);
}
	
@media screen (min-width: 768px) and (max-width: 1200px) {
	#last_menu{ margin: 0 6%;}
	.footer .list{ padding-left: 6%;}
}

/* 分辩率小于768设备 */
@media (max-width: 768px) {
#wrapper{ overflow:hidden;}
.container{ max-width: 768px; margin-left: 15px; margin-right: 15px;}	
/*head*/
#top{ 
	height:55px; 
	position: fixed;
	z-index: 999;
}
.menu-toggle {
	position: fixed;
    top:15px;
    left: 15px;
}
.menu-toggle span {
    width: 25px;
    height: 2px;
    margin: 5px 0;
}
.sidebar {
    left: -100%;
    width: 100%;
	padding-top: 60px;
}

.sidebar ul {
    padding: 10px 0;
}
.sidebar ul li {
    padding: 2px 20px;
}
.menu-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.menu-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
}
.mlogo .mlogo_img{ 
	width: 50%;
	max-height: 90px;
}
.mlogo .mlogo_img img{ 
	max-width: 90px;
}
.logo{
	position:fixed;
	left: 50%;
	top: 15px;
	margin-left: -60px;
	z-index: 99999;
}
.logo img{ 
		max-width: 140px;
	}
.content{
	min-height: 500px;
	margin-bottom: 0;
}	

.caption {
		padding: 20px;
	}

.caption h3 {
		font-size: 18px;
	}
.gir_list {
	grid-template-columns: repeat(1, 1fr); /* 两列布局 */
	gap: 20px; 
	padding: 20px;
}
.pc_image{ display: none;}
.phone_image{ display: block;}
	
.caption {
	padding: 20px;
	line-height: 24px;
}
.caption h3 {
	font-size: 20px;
	margin-bottom: 8px;
}
.caption p,.caption span {
	font-size: 14px;
}
.big_title{ 
	font-size: 24px;
	line-height: 40px;
	margin: 20px 0 40px 0;
}
.gir-swiper{
	padding: 0;
	margin: 0px 20px;
	}
.gir-swiper-index{
	padding: 0;
	margin: 30px 20px;
	}
.gir-swiper h2{
	font-size: 16px;
}	
.in_margin{ padding: 40px 0; max-width: 100%; margin: 0 auto;}


	
/*footer*/	
#footer {
    padding-top: 40px;
	position: relative;
	height: auto;
}
.black_bg{
	padding: 60px 0;
}
.black_bg img{  max-width: 180px;}
.share {
	float: inherit;
	display: block;
	text-align: center;
	width: 100%;
}
.share a{
	display: inline-block;
	float: inherit;
	width: 32px;
    height: 32px;
}
.share a.sharetb1 {
    background-size: 32px;
}
.share a.sharetb2 {
    background-size: 32px;
}
.share a.sharetb3 {
    background-size: 32px;
}
.share a.sharetb4 {
    background-size: 32px;
}
.footer .list {
    width: auto;
    float: inherit;
    margin: 20px;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #1f1f1f;
}
#last_menu {
    border-top: none;
    padding: 0;
}
.copyright{ 
	line-height: 22px;
	text-align: center;
	float: inherit;
	padding-bottom: 15px;
}
.back-to-top {
	bottom: 52px;
	right: 0;
}
	
	
}
