/*初始化样式*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei,arial,宋体,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

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

a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none;
	color: #e31937;
}

input{
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img{
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li{
	list-style-type: none;
}

select,
input,
img,
select{
	vertical-align: middle;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td{
	vertical-align: middle;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix{
	zoom: 1
}

.clearboth{
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2{
	font-weight: bold;
}

hr{
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6{
	font-weight: normal;
}

p{
	margin: 0;
}

/*----- Common css ------*/
.fl{
	float: left;
}

.fr{
	float: right;
}

/*flex布局*/
.flex_wrap{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen{
	display: -webkit-box;
	/* Chrome 4+,Safari 3.1,iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+,Safari 6.1+,iOS Safari 7+,Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+,Firefox 22+,IE 11+,Opera 12.1/17/18,Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/*scrollbar*/
body::-webkit-scrollbar{
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-track{
	background: #9f9f9f;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb:vertical{
	background: #e31937;
	border: none;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-thumb:vertical:active{
	background: #e31937;
	border: none;
	-webkit-border-radius: 0
}

/*主体区域*/
.max1280{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1280{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1280{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px;
	}
}

@media(max-width:768px){
	.max1280{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*头部*/
#pc_header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.08);
}

.pc_header_con{
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_logo{
	width: 16%;
	max-width: 200px;
}

.pc_header_logo img{
	max-width: 100%;
	max-height: 60px;
}

.pc_header_function_menu{
	width: 80%;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_menu_search{
	width: 97%;
	padding-right: 30px;
	margin-right: -30px;
	overflow: hidden;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_menu_search_con{
	border: 1px solid #afafaf;
	border-radius: 25px;
	width: 220px;
	line-height: 0;
	padding-right: 15px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_menu_search_con:hover{
	border-color: #323232;
}

.pc_header_menu_search_con.active{
	width: 100%;
	border-color: #323232;
}

.pc_header_menu_search_ico{
	width: 50px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	background-image: url(../images/img/pc_header_search_ico.png);
	opacity: 0.7;
}

.pc_header_menu_search form{
	width: 100%;
	padding-left: 52px;
	margin-left: -52px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.pc_sousuo_con_fl{
	width: 100%;
	padding-right: 42px;
	margin-right: -42px;
}

.pc_sousuo_con_fl input{
	width: 100%;
	border: 0;
	outline: none;
	padding: 0;
	font-size: 16px;
	line-height: 42px;
	color: #000;
	background: none;
}

.pc_header_menu_search_con.active .pc_sousuo_con_fl input{
	padding-right: 35px;
}

.pc_sousuo_con_fl input::-webkit-autofill{
	-webkit-text-fill-color: #666!important;
	-webkit-transition: background-color 3000s ease-in-out 0s;
	-moz-transition: background-color 3000s ease-in-out 0s;
	-ms-transition: background-color 3000s ease-in-out 0s;
	-o-transition: background-color 3000s ease-in-out 0s;
	transition: background-color 3000s ease-in-out 0s;
}

.pc_sousuo_con_fl input::placeholder{
	color: #666;
}

.pc_sousuo_con_tijiao{
	width: 40px;
	border: 0;
	outline: none;
	padding: 0;
	font-size: 16px;
	line-height: 42px;
	color: #666;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_sousuo_con_tijiao::-webkit-autofill{
	-webkit-text-fill-color: #666!important;
	-webkit-transition: background-color 3000s ease-in-out 0s;
	-moz-transition: background-color 3000s ease-in-out 0s;
	-ms-transition: background-color 3000s ease-in-out 0s;
	-o-transition: background-color 3000s ease-in-out 0s;
	transition: background-color 3000s ease-in-out 0s;
}

.pc_sousuo_con_tijiao::placeholder{
	color: #666;
}

.pc_sousuo_con_tijiao:hover{
	color: #e31937;
}

.pc_header_menu_search_con_cross_ico{
	display: none;
	width: 35px;
	height: 42px;
	position: absolute;
	right: 40px;
	top: 0;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url(../images/img/pc_header_cross_ico.png);
}

.pc_header_menu_search_con.active .pc_header_menu_search_con_cross_ico{
	display: block;
}

.pc_header_menu_nav{
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 15;
	overflow: hidden;
	cursor: pointer;
}

.pc_header_menu_nav span{
	width: 100%;
	height: 3px;
	background: #e31937;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_menu_nav span:nth-child(1){
	position: absolute;
	top: 4px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.pc_header_menu_nav span:nth-child(2){
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_menu_nav span:nth-child(3){
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.pc_header_menu_nav.click span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pc_header_menu_nav.click span:nth-child(2){
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.pc_header_menu_nav.click span:nth-child(3){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*menu*/
.pc_header_nav_box{
	position: fixed;
	width: 100%;
	left: 0;
	top: 100px;
	z-index: 1000;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	display: none;
}

.pc_header_nav_box::before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	height: 100%;
	width: 50%;
	background: #f6f6f6;
}

.pc_header_nav_box_nnn{
	position: relative;
	z-index: 15;
}

.pc_header_nav_box_fl{
	width: 27%;
	border-right: 1px solid rgba(0,0,0,0.08);
	padding: 4%;
	padding-left: 0;
	background: #fff;
}

.pc_header_nav_box_fl_ul{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}

.pc_header_nav_box_fl_li{
	float: left;
	max-width: 100%;
	font-size: 0;
}

.pc_header_nav_box_fl_li:nth-child(n+2){
	margin-top: 8%;
}

.pc_header_nav_box_fl_li a{
	font-size: 20px;
	line-height: 2;
	color: #494949;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_nav_box_fl_li.on a{
	color: #e31937;
}

.pc_header_nav_box_fc{
	width: 46%;
	padding: 4%;
	background: #fff;
}

.pc_header_nav_box_fc_ul_title{
	padding-bottom: 15px;
	font-size: 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.pc_header_nav_box_fc_ul_title a{
	font-size: 22px;
	line-height: 1.5;
	color: #333;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_nav_box_fc_ul_title a:hover{
	color: #e31937;
}

.pc_header_nav_box_fc_ul_nnn{
	margin-top: 15px;
}

.pc_header_nav_box_fc_li{
	width: 49%;
	margin-right: 2%;
	font-size: 0;
}

.pc_header_nav_box_fc_li:nth-child(2n){
	margin-right: 0;
}

.pc_header_nav_box_fc_li:nth-child(n+3){
	margin-top: 2%;
}

.pc_header_nav_box_fc_li a{
	font-size: 17px;
	line-height: 1.8;
	color: #494949;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_nav_box_fc_li a:hover{
	color: #e31937;
}

.pc_header_nav_box_fr{
	width: 27%;
	padding: 4% 3%;
	padding-right: 0;
	background: #f6f6f6;
}

.pc_header_nav_box_fr_nnn{
	overflow: hidden;
}

.pc_header_nav_box_fr_li .img{
	overflow: hidden;
}

.pc_header_nav_box_fr_li .img img{
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_nav_box_fr_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.pc_header_nav_box_fr_li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #494949;
	margin-top: 15px;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-left: 20px;
	background-position: left 5px;
	background-repeat: no-repeat;
	background-image: url(../images/img/pc_header_news_ico.png);
	background-size: auto 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_nav_box_fr_li:hover .wz{
	color: #e31937;
}

.pc_header_nav_box_fr_arrow{
	font-size: 0;
	text-align: center;
	margin-top: 15px;
}

.pc_header_nav_box_fr_arrow span{
	width: 8px;
	height: 8px;
	background: #bbb;
	opacity: 1;
	margin: 0 4px;
}

.pc_header_nav_box_fr_arrow span.swiper-pagination-bullet-active{
	background: #e31937;
}

@media(max-width:1280px){
	.pc_header_nav_box_fl_li a{
		font-size: 18px;
	}

	.pc_header_nav_box_fc_ul_title a{
		font-size: 20px;
	}

	.pc_header_nav_box_fc_li a{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.pc_header_nav_box{
		display: none!important;
	}
}

/*banner*/
.index_efino_banner{
	margin-top: 100px;
}

.index_efino_banner_li{
	padding: 4% 0 0;
}

.index_efino_banner_li .wz .wz_ft{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #101010;
}

.index_efino_banner_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #494949;
	margin: 3% 0;
}

.index_efino_banner_li .wz .wz_fc .wz_fc_nnn{
	max-width: 640px;
}

.index_efino_arrow_more_links_fl a{
	background-color: #e31937;
	padding: 12px 22px;
	border-radius: 4px;
	font-size: 0;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_efino_arrow_more_links_fl a:hover{
	background-color: #b6142c;
}

.index_efino_arrow_more_links_fl a span.index_efino_arrow_more_links_fl_arrow_ico{
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/img/index_arrow_ico_white.png);
	background-size: auto 14px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.index_efino_arrow_more_links_fl a span.index_efino_arrow_more_links_fl_arrow_text{
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.index_efino_banner_li .img{
	margin-top: 3%;
}

.index_efino_banner_li .img img{
	width: 100%;
}

@media(max-width:1280px){
	.index_efino_banner_li .wz .wz_ft{
		font-size: 24px;
	}

	.index_efino_arrow_more_links_fl a{
		padding: 11px 20px;
	}

	.index_efino_arrow_more_links_fl a span.index_efino_arrow_more_links_fl_arrow_ico{
		background-size: auto 13px;
		width: 13px;
		height: 13px;
	}

	.index_efino_arrow_more_links_fl a span.index_efino_arrow_more_links_fl_arrow_text{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_efino_banner{
		margin-top: 0;
	}

	.index_efino_banner_li .wz .wz_ft{
		font-size: 22px;
	}

	.index_efino_banner_li .wz .wz_fc .wz_fc_nnn{
		max-width: 100%;
	}
}

@media(max-width:768px){
	.index_efino_banner_li{
		padding: 30px 0 0;
	}

	.index_efino_banner_li .wz .wz_ft{
		font-size: 20px;
	}

	.index_efino_banner_li .wz .wz_fc{
		font-size: 15px;
		margin: 15px 0 20px;
	}

	.index_efino_arrow_more_links_fl a{
		padding: 10px 15px;
	}

	.index_efino_arrow_more_links_fl a span.index_efino_arrow_more_links_fl_arrow_ico{
		background-size: auto 12px;
		width: 12px;
		height: 12px;
	}

	.index_efino_arrow_more_links_fl a span.index_efino_arrow_more_links_fl_arrow_text{
		font-size: 16px;
	}

	.index_efino_banner_li .img{
		margin-top: 25px;
	}
}

@media(max-width:468px){
	.index_efino_banner_li{
		padding: 25px 0 0;
	}

	.index_efino_banner_li .wz .wz_fc{
		margin: 13px 0 18px;
	}

	.index_efino_banner_li .img{
		margin-top: 20px;
	}
}

/*product*/
.index_efino_product{
	padding: 4% 0;
}

.index_efino_product_li:nth-child(n+2){
	margin-top: 4%;
}

.index_efino_product_li_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_efino_product_li:nth-child(2n) .index_efino_product_li_con{
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.index_efino_product_li_fl{
	width: 49%;
}

.index_efino_product_li_fl .img img{
	width: 100%;
}

.index_efino_product_li_fr{
	width: 49%;
}

.index_efino_product_li_fr .wz .wz_ft{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #101010;
}

.index_efino_product_li_fr .wz .wz_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #494949;
	margin: 4% 0 5%;
}

.index_efino_product_li_fr .wz .wz_fc2{
	font-size: 16px;
	line-height: 22px;
	color: #494949;
	margin-bottom: 5%;
}

.index_efino_product_li_fr .wz .wz_fc2 p{
	padding-left: 24px;
	background-image: url(../images/img/page_product_tick_ico.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 16px;
}

.index_efino_product_li_fr .wz .wz_fc2 p:nth-child(n+2){
	margin-top: 10px;
}

@media(max-width:1280px){
	.index_efino_product_li_fr .wz .wz_ft{
		font-size: 24px;
	}
}

@media(max-width:991px){
	.index_efino_product_li_fr .wz .wz_ft{
		font-size: 22px;
	}
}

@media(max-width:768px){
	.index_efino_product{
		padding: 30px 0;
	}

	.index_efino_product_li:nth-child(n+2){
		margin-top: 30px;
	}

	.index_efino_product_li_fl{
		width: 100%;
	}

	.index_efino_product_li_fr{
		width: 100%;
		margin-top: 18px;
	}

	.index_efino_product_li_fr .wz .wz_ft{
		font-size: 20px;
	}

	.index_efino_product_li_fr .wz .wz_fc{
		font-size: 15px;
		margin: 15px 0 20px;
	}

	.index_efino_product_li_fr .wz .wz_fc2{
		font-size: 15px;
		margin-bottom: 20px;
	}

	.index_efino_product_li_fr .wz .wz_fc2 p{
		padding-left: 22px;
		background-position: left 4px;
		background-size: 14px;
	}
	
	.index_efino_product_li_fr .wz .wz_fc2 p:nth-child(n+2){
		margin-top: 8px;
	}
}

@media(max-width:468px){
	.index_efino_product{
		padding: 25px 0;
	}

	.index_efino_product_li:nth-child(n+2){
		margin-top: 25px;
	}

	.index_efino_product_li_fr .wz .wz_fc{
		margin: 13px 0 18px;
	}

	.index_efino_product_li_fr .wz .wz_fc2{
		margin-bottom: 18px;
	}
}

/*about*/
.index_efino_about_ft{
	overflow: hidden;
}

.index_efino_about_ft_fl{
	width: 65%;
}

.index_efino_about_ft_fl .img img{
	width: 100%;
}

.index_efino_about_ft_fr{
	width: 32%;
	padding-bottom: 5%;
}

.index_efino_about_ft_fr .wz .wz_ft{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #101010;
}

.index_efino_about_ft_fr .wz .wz_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #494949;
	margin: 5% 0;
}

.index_efino_about_ft_fr .wz .wz_fb{
	overflow: hidden;
}

.index_efino_about_ft_fr .wz .wz_fb a{
	font-size: 18px;
	line-height: 1.5;
	color: #e31937;
	float: left;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/img/pc_header_news_ico.png);
	background-size: auto 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_efino_about_ft_fr .wz .wz_fb a:hover{
	color: #b6142c;
	background-image: url(../images/img/pc_header_news_ico1.png);
}

.index_efino_about_fb{
	margin-top: -4%;
}

.index_efino_about_fb_ul{
	padding: 2.5%;
	width: 82%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 5;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.index_efino_about_fb_li{
	width: 32%;
	margin-right: 2%;
}

.index_efino_about_fb_li:nth-child(3n){
	margin-right: 0;
}

.index_efino_about_fb_li:nth-child(n+4){
	margin-top: 2%;
}

.index_efino_about_fb_li .index_efino_about_fb_li_wz_ft{
	font-size: 22px;
	line-height: 1.3;
	color: #000;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.index_efino_about_fb_li .index_efino_about_fb_li_wz_ft::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 55px;
	height: 3px;
	background: #a1a1a1;
}

.index_efino_about_fb_li .index_efino_about_fb_li_wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

@media(max-width:1280px){
	.index_efino_about_ft_fr .wz .wz_ft{
		font-size: 24px;
	}

	.index_efino_about_ft_fr .wz .wz_fb a{
		font-size: 17px;
		padding-left: 18px;
		background-size: auto 13px;
	}

	.index_efino_about_fb_li .index_efino_about_fb_li_wz_ft{
		font-size: 20px;
	}
}

@media(max-width:991px){
	.index_efino_about_ft_fr .wz .wz_ft{
		font-size: 22px;
	}

	.index_efino_about_fb_ul{
		padding: 25px;
	}

	.index_efino_about_fb_li .index_efino_about_fb_li_wz_ft{
		font-size: 18px;
	}
}

@media(max-width:768px){
	.index_efino_about_ft_fl{
		width: 100%;
	}

	.index_efino_about_ft_fr{
		width: 100%;
		padding-bottom: 0;
		margin-top: 20px;
	}

	.index_efino_about_ft_fr .wz .wz_ft{
		font-size: 20px;
	}

	.index_efino_about_ft_fr .wz .wz_fc{
		font-size: 15px;
		margin: 15px 0 20px;
	}

	.index_efino_about_ft_fr .wz .wz_fb a{
		font-size: 16px;
		padding-left: 16px;
		background-size: auto 12px;
	}

	.index_efino_about_fb{
		margin-top: 20px;
	}

	.index_efino_about_fb_ul{
		padding: 20px;
		width: 100%;
	}

	.index_efino_about_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_efino_about_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_efino_about_fb_li .index_efino_about_fb_li_wz_ft::before{
		width: 50px;
		height: 2px;
	}

	.index_efino_about_fb_li .index_efino_about_fb_li_wz_ft{
		font-size: 17px;
	}

	.index_efino_about_fb_li .index_efino_about_fb_li_wz_fb{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.index_efino_about_ft_fr{
		margin-top: 18px;
	}

	.index_efino_about_ft_fr .wz .wz_fc{
		margin: 13px 0 18px;
	}

	.index_efino_about_fb_ul{
		padding: 18px;
	}
}

/*case*/
.index_efino_case{
	padding: 4% 0;
}

.index_efino_case_ft{
	overflow: hidden;
}

.index_efino_case_ft_fl{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #101010;
	width: 100%;
}

.index_efino_case_ft_fr{
	width: 100%;
	margin-top: 3%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_efino_case_ft_fr_fl{
	font-size: 18px;
	line-height: 1.5;
	color: #e31937;
	width: 96%;
	padding-right: 60px;
	margin-right: -60px;
	position: relative;
	z-index: 5;
	text-align: right;
}

.index_efino_case_ft_fr_fr{
	position: relative;
	z-index: 10;
	width: 60px;
	height: 30px;
}

.index_efino_case_ft_fr_fr_arrow_fl,
.index_efino_case_ft_fr_fr_arrow_fr{
	width: 16px;
	height: 24px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_efino_case_ft_fr_fr_arrow_fl.swiper-button-disabled,
.index_efino_case_ft_fr_fr_arrow_fr.swiper-button-disabled{
	/*opacity: 0.6;*/
	opacity: 1;
}

.index_efino_case_ft_fr_fr_arrow_fl:focus-visible,
.index_efino_case_ft_fr_fr_arrow_fr:focus-visible{
	outline: none;
}

.index_efino_case_ft_fr_fr_arrow_fl{
	left: 0;
}

.index_efino_case_ft_fr_fr_arrow_fr{
	right: 0;
}

.index_efino_case_ft_fr_fr_arrow_fl::before,
.index_efino_case_ft_fr_fr_arrow_fr::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	border-left: 4px solid #e31937;
	border-top: 4px solid #e31937;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 0;
	left: 0;
	margin: 4px 0 0 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_efino_case_ft_fr_fr_arrow_fr::before{
	left: auto;
	right: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 4px 4px 0 0px;
}

.index_efino_case_ft_fr_fr_arrow_fl.swiper-button-disabled::before,
.index_efino_case_ft_fr_fr_arrow_fr.swiper-button-disabled::before{
	border-left-color: #a1a1a1;
	border-top-color: #a1a1a1;
	cursor: not-allowed;
}

/*.index_efino_case_ft_fr_fr_arrow_fl:hover::before,*/
/*.index_efino_case_ft_fr_fr_arrow_fr:hover::before{*/
/*	border-left-color: #e31937;*/
/*	border-top-color: #e31937;*/
/*}*/

.index_efino_case_fb_con{
	overflow: hidden;
}

.index_efino_case_fb_li_con{
	position: relative;
	padding-top: 2.5%;
}

.index_efino_case_fb_li .img img{
	width: 100%;
}

.index_efino_case_fb_li .wz{
	position: absolute;
	left: 6.25%;
	top: 0;
	width: 80%;
	max-width: 400px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.index_efino_case_fb_li .wz .wz_con{
	padding: 8%;
}

.index_efino_case_fb_li .wz .wz_ft{
    font-size: 24px;
    line-height: 1.5;
    color: #101010;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_efino_case_fb_li .wz .wz_fc{
    font-size: 16px;
    line-height: 1.5;
    color: #494949;
	height: 4.5em;
	margin: 5% 0 7%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_efino_case_fb_dot_navigation{
	margin-top: 3%;
	font-size: 0;
	text-align: center;
}

.index_efino_case_fb_dot_navigation span{
	width: 2rem;
	height: 3px;
	background: #d1d1d3;
	opacity: 1;
	margin: 0 5px;
	border-radius: 0;
}

.index_efino_case_fb_dot_navigation span.swiper-pagination-bullet-active{
	background: #e31937;
}

@media(max-width:1280px){
    .index_efino_case_ft_fl{
        font-size: 24px;
    }

    .index_efino_case_ft_fr_fl{
        font-size: 17px;
    }

    .index_efino_case_ft_fr_fr_arrow_fl,
    .index_efino_case_ft_fr_fr_arrow_fr{
        width: 14px;
        height: 22px;
    }

    .index_efino_case_ft_fr_fr_arrow_fl:before,
    .index_efino_case_ft_fr_fr_arrow_fr:before{
        border-left-width: 3px;
        border-top-width: 3px;
        width: 10px;
        height: 10px;
    }

    .index_efino_case_fb_li .wz .wz_ft{
        font-size: 22px;
    }
}

@media(max-width:991px){
    .index_efino_case_ft_fl{
        font-size: 22px;
    }

    .index_efino_case_fb_li_con{
        padding-top: 25px;
    }

    .index_efino_case_fb_li .wz .wz_con{
        padding: 25px;
    }

    .index_efino_case_fb_li .wz .wz_ft{
        font-size: 20px;
    }

    .index_efino_case_fb_li .wz .wz_fc{
        margin: 15px 0 20px;
    }

    .index_efino_case_fb_dot_navigation span{
        width: 30px;
    }
}

@media(max-width:768px){
    .index_efino_case{
        padding: 30px 0;
    }

    .index_efino_case_ft_fl{
        font-size: 20px;
    }

    .index_efino_case_ft_fr{
        margin-top: 20px;
    }

    .index_efino_case_ft_fr_fl{
        font-size: 16px;
        padding-right: 50px;
        margin-right: -50px;
        text-align: left;
    }

    .index_efino_case_ft_fr_fr{
        width: 50px;
    }

    .index_efino_case_fb_li_con{
        padding-top: 20px;
    }

    .index_efino_case_fb_li .wz{
        position: relative;
        margin-top: -9%;
        left: 5%;
        width: 90%;
    }

    .index_efino_case_fb_li .wz .wz_con{
        padding: 20px;
    }

    .index_efino_case_fb_li .wz .wz_ft{
        font-size: 18px;
    }

    .index_efino_case_fb_li .wz .wz_fc{
        font-size: 15px;
        margin: 10px 0 15px;
    }

    .index_efino_case_fb_dot_navigation{
        margin-top: 25px;
    }
}

@media(max-width:468px){
    .index_efino_case{
        padding: 25px 0;
    }

    .index_efino_case_ft_fr{
        margin-top: 18px;
    }

    .index_efino_case_fb_li_con{
        padding-top: 18px;
    }

    .index_efino_case_fb_li .wz .wz_con{
        padding: 18px;
    }

    .index_efino_case_fb_li .wz .wz_ft{
        font-size: 17px;
    }

    .index_efino_case_fb_dot_navigation{
        margin-top: 20px;
    }

    .index_efino_case_fb_dot_navigation span{
        height: 2px;
        width: 25px;
    }
}

/*news*/
.index_efino_news{
    padding-bottom: 4%;
}

.index_efino_news_ft h3{
	font-size: 1.4rem;
	line-height: 1.5;
	color: #101010;
}

.index_efino_news_fb{
    margin-top: 3%;
}

.index_efino_news_fb_ul{
    overflow: hidden;
}

.index_efino_news_fb_li{
    width: 32%;
    margin-right: 2%;
}

.index_efino_news_fb_li:nth-child(3n){
    margin-right: 0;
}

.index_efino_news_fb_li:nth-child(n+4){
    margin-top: 2%;
}

.index_efino_news_fb_li_ft{
	font-size: 24px;
	line-height: 1.5;
	color: #101010;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_efino_news_fb_li:hover .index_efino_news_fb_li_ft{
	color: #e31937;
}

.index_efino_news_fb_li_fc{
	font-size: 16px;
	line-height: 1.5;
	color: #494949;
	margin: 4% 0;
	height: 9em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.index_efino_news_fb_li_fb{
	font-size: 18px;
	line-height: 1.5;
	color: #e31937;
	padding-left: 20px;
	background-position: left 5px;
	background-repeat: no-repeat;
	background-image: url(../images/img/pc_header_news_ico.png);
	background-size: auto 14px;
}

@media(max-width:1280px){
    .index_efino_news_ft h3{
        font-size: 24px;
    }

    .index_efino_news_fb_li_ft{
        font-size: 22px;
    }

    .index_efino_news_fb_li_fb{
        font-size: 17px;
		padding-left: 18px;
		background-size: auto 13px;
    }
}

@media(max-width:991px){
    .index_efino_news_ft h3{
        font-size: 22px;
    }

    .index_efino_news_fb_li_ft{
        font-size: 20px;
    }
}

@media(max-width:768px){
    .index_efino_news{
        padding-bottom: 30px;
    }

    .index_efino_news_ft h3{
        font-size: 20px;
    }

    .index_efino_news_fb{
        margin-top: 20px;
    }

    .index_efino_news_fb_li{
        width: 100%;
        margin-right: 0!important;
    }

    .index_efino_news_fb_li:nth-child(n+2){
        margin-top: 15px;
    }

    .index_efino_news_fb_li_ft{
        font-size: 18px;
        height: auto;
        max-height: 3em;
    }

    .index_efino_news_fb_li_fc{
        font-size: 15px;
        margin: 10px 0;
        height: auto;
        max-height: 9em;
    }

    .index_efino_news_fb_li_fb{
        font-size: 16px;
		padding-left: 16px;
		background-size: auto 12px;
    }
}

@media(max-width:468px){
    .index_efino_news{
        padding-bottom: 25px;
    }

    .index_efino_news_fb{
        margin-top: 15px;
    }

    .index_efino_news_fb_li_ft{
        font-size: 17px;
    }
}

/*contact*/
.index_efino_contact{
    padding-bottom: 4%;
}

.index_efino_contact_ft_ul{
    overflow: hidden;
}

.index_efino_contact_ft_li{
    width: 32%;
    margin-right: 2%;
    background: #f6f6f6;
    padding: 3%;
    text-align: center;
}

.index_efino_contact_ft_li:nth-child(3n){
    margin-right: 0;
}

.index_efino_contact_ft_li:nth-child(n+4){
    margin-top: 2%;
}

.index_efino_contact_ft_li .img{
    width: 2rem;
    margin: 0 auto;
}

.index_efino_contact_ft_li .img img{
    width: 100%;
}

.index_efino_contact_ft_li .wz .wz_ft{
    font-size: 18px;
    line-height: 1.5;
    color: #101010;
    margin-top: 15px;
}

.index_efino_contact_ft_li .wz .wz_fb{
    font-size: 16px;
    line-height: 1.5;
    color: #494949;
    margin-top: 10px;
}

@media(max-width:1280px){
    .index_efino_contact_ft_li .wz .wz_ft{
        font-size: 17px;
    }
}

@media(max-width:991px){
    .index_efino_contact_ft_li{
        padding: 25px;
    }

    .index_efino_contact_ft_li .img{
        width: 30px;
    }
}

@media(max-width:768px){
    .index_efino_contact{
        padding-bottom: 30px;
    }

    .index_efino_contact_ft_li{
        width: 100%;
        margin-right: 0!important;
         padding: 20px;
    }

    .index_efino_contact_ft_li:nth-child(n+2){
        margin-top: 25px;
    }

    .index_efino_contact_ft_li .wz .wz_ft{
        font-size: 16px;
    }

    .index_efino_contact_ft_li .wz .wz_fb{
        font-size: 15px;
    }
}

@media(max-width:468px){
    .index_efino_contact{
        padding-bottom: 25px;
    }

    .index_efino_contact_ft_li:nth-child(n+2){
        margin-top: 20px;
    }

    .index_efino_contact_ft_li .img{
        width: 25px;
    }
}

/*footer*/
.pc_footer{
	background: #202020;
}

.pc_footer_ft{
	padding-top: 3.5%;
}

.pc_footer_ft_fl{
	width: 55%;
}

.pc_footer_ft_fl_li{
	max-width: 32%;
}

.pc_footer_ft_fl_li_ft a,.pc_footer_ft_fr_ft a{
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}

.pc_footer_ft_fl_li_fb{
	margin-top: 1rem;
}

.pc_footer_ft_fl_li_fb_li:nth-child(n+2){
	margin-top: 15px;
}

.pc_footer_ft_fl_li_fb_li a,.pc_footer_ft_fr_fb_li{
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_ft_fl_li_fb_li a:hover{
	color: #fff;
}

.pc_footer_ft_fr_fb{
	margin-top: 1rem;
}

.pc_footer_ft_fr_fb_li{
	padding-left: 25px;
}

.pc_footer_ft_fr_fb_li:nth-child(n+2){
	margin-top: 15px;
}

.pc_footer_ft_fr{
	max-width: 35%;
}

.pc_footer_fb{
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.6);
	margin-top: 2.5%;
}

.pc_footer_fb_con{
	border-top: 1px solid #494949;
	padding: 15px 0;
}

.pc_footer_fb a{
	color: rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_fb a:hover{
	color: #fff;
}

@media(max-width:1280px){
	.pc_footer_ft_fl_li_ft a,.pc_footer_ft_fr_ft a{
		font-size: 18px;
	}

	.pc_footer_ft_fr_fb_li:nth-child(n+2),.pc_footer_ft_fl_li_fb_li:nth-child(n+2){
		margin-top: 12px;
	}
}

@media(max-width:991px){
	.pc_footer_ft{
		padding-top: 30px;
	}

	.pc_footer_ft_fl{
		display: none;
	}

	.pc_footer_ft_fr{
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fr_fb{
		margin-top: 12px;
	}

	.pc_footer_ft_fr_fb_li:nth-child(n+2),.pc_footer_ft_fl_li_fb_li:nth-child(n+2){
		margin-top: 10px;
	}

	.pc_footer_fb{
		margin-top: 25px;
	}

	.pc_footer_fb_con{
		padding: 12px 0;
	}
}

@media(max-width:768px){
	.pc_footer_ft{
		padding-top: 25px;
	}

	.pc_footer_fb{
		margin-top: 20px;
	}

	.pc_footer_ft_fl_li_ft a, .pc_footer_ft_fr_ft a{
		font-size: 17px;
	}

	.pc_footer_ft_fl_li_ft a,.pc_footer_ft_fr_ft a{
		font-size: 18px;
	}

	.pc_footer_ft_fl_li_fb_li a,.pc_footer_ft_fr_fb_li,.pc_footer_fb{
		font-size: 15px;
	}
}

@media(max-width:468px){
	.pc_footer_ft{
		padding-top: 20px;
	}

	.pc_footer_fb{
		margin-top: 15px;
	}
}

/*backtop*/
.pc_backtop_box{
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: fixed;
	bottom: 130px;
	right: 20px;
	z-index: 950;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	background-image: url(../images/img/pc_footer_backtop_bnt.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 11px;
}

.pc_backtop_box:hover{
	background-color: #e31937;
	background-image: url(../images/img/pc_footer_backtop_bnt_h.png);
}

.pc_backtop_box.active{
	opacity: 1;
	visibility: inherit;
	bottom: 150px;
}

@media(max-width:991px){
	.pc_backtop_box{
		display: none!important;
	}
}