/*初始化样式*/
*{
	-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: #012fa8;
}

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: #012fa8;
	border: none;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-thumb:vertical:active{
	background: #012fa8;
	border: none;
	-webkit-border-radius: 0
}

/*主体区域*/
.max1500{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti{
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px){
	.max1500{
		padding: 0 30px;
	}

	.page_con_zhuti{
		padding: 0 30px;
	}
}

@media(max-width:991px){
	.max1500{
		padding: 0 20px;
	}

	.page_con_zhuti{
		padding: 0 20px;
	}

	body{
		padding-top: 61px;
	}
}

@media(max-width:768px){
	.max1500{
		padding: 0 15px;
	}

	.page_con_zhuti{
		padding: 0 15px;
	}
}

/*头部*/
#pc_header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	-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_con{
	height: 100px;
	line-height: 100px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	max-width: 12%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo img{
	max-width: 100%;
	max-height: 75px;
}

.pc_header_phone{
	position: relative;
	z-index: 5;
	max-width: 190px;
}

.pc_header_phone_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
	padding-left: 30px;
}

.pc_header_phone_fb{
	font-size: 21px;
	line-height: 1.5;
	color: #012fa8;
	padding-left: 30px;
	position: relative;
	font-family: Arial;
}

.pc_header_phone_fb::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 13px;
	height: 13px;
	background-image: url(../images/img/pc_header_phone_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.8;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_phone_fb::after{
	content: '';
	position: absolute;
	left: 21px;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #bbb;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_nav{
	width: 84%;
	padding-right: 190px;
	margin-right: -190px;
}

.pc_nav>ul{
	width: 100%;
}

.pc_nav>ul{
	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: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>.pc_nav_li_www{
	float: left;
	width: 14.285714285714%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.pc_nav>ul>.pc_nav_li_www>li{
	position: relative;
	text-align: center;
	max-width: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_nav>ul>.pc_nav_li_www>li>a{
	display: block;
	position: relative;
}

.pc_nav>ul>.pc_nav_li_www>li>a::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #012fa8;
	-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;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pc_nav>ul>.pc_nav_li_www>li.active>a::before,.pc_nav>ul>.pc_nav_li_www>li:hover>a::before{
	width: 100%;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_con{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	-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_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_title{
	padding-right: 15px;
}

.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_jiantou{
	width: 10px;
	height: 100%;
	background-image: url(../images/img/top_header_nav_downbtn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	-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_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou{
	background-image: url(../images/img/top_header_nav_downbtn1.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pc_nav_erji_w{
	position: absolute;
	z-index: 999;
	width: 160px;
	left: 50%;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
	-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;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.pc_nav>ul>.pc_nav_li_www>li:hover .pc_nav_erji_w{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_wenzi,
.pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_wenzi{
	color: #012fa8;
}

.pc_nav>ul>.pc_nav_li_www>li:hover>a .pc_nav_yiji_jiantou,
.pc_nav>ul>.pc_nav_li_www>li.active>a .pc_nav_yiji_jiantou{
	background-image: url(../images/img/top_header_nav_downbtn1.png);
}

.pc_nav_erji_li{
	-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_nav_erji_li:hover{
	border-top-color: #012fa8;
}

.pc_nav_erji_li a{
	font-size: 16px;
	line-height: 2;
	padding: 5px;
	color: #666;
	display: block;
	-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_nav_erji_li a:hover{
	color: #fff;
	background: #012fa8;
}

@media(max-width:1366px){
	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 17px;
	}

	.pc_nav{
		padding-right: 185px;
		margin-right: -185px;
	}

	.pc_header_phone{
		max-width: 185px;
	}

	.pc_header_phone_fb{
		font-size: 20px;
	}
}

@media(max-width:1100px){
	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
	}

	.pc_nav_erji_li a{
		font-size: 15px;
	}

	.pc_nav{
		padding-right: 170px;
		margin-right: -170px;
	}

	.pc_header_phone{
		max-width: 170px;
	}

	.pc_header_phone_ft{
		font-size: 15px;
	}

	.pc_header_phone_fb::before{
		width: 12px;
		height: 12px;
	}

	.pc_header_phone_fb{
		font-size: 18px;
	}
}

/*首页banner*/
.index_banner{
	position: relative;
	overflow: hidden;
	margin-top: 100px;
}

.index_banner img{
	width: 100%;
}

.index_banner_yuandian{
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5%!important;
	z-index: 99;
}

.index_banner_yuandian span{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px!important;
	position: relative;
	overflow: hidden;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	background: #012fa8;
}

.index_banner_btnl,.index_banner_btnr{
	width: 40px;
	height: 65px;
	background: rgba(0,0,0,1);
	position: absolute;
	z-index: 800;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-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_banner_btnl{
	left: 0;
}

.index_banner_btnr{
	right: 0;
}

.index_banner_btnl:hover,.index_banner_btnr:hover{
	background: #012fa8;
}

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_banner_btnl span{
	background-image: url(../images/img/index_banner_arrow_l.png);
}

.index_banner_btnr span{
	background-image: url(../images/img/index_banner_arrow_r.png);
}

@media(max-width:1366px){
	.index_banner_btnl,.index_banner_btnr{
		width: 35px;
		height: 60px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 15px;
		height: 15px;
	}
}

@media(max-width:1200px){
	.index_banner_btnl,.index_banner_btnr{
		width: 30px;
		height: 55px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 14px;
		height: 14px;
	}
}

@media(max-width:991px){
	.index_banner{
		margin-top: 0;
	}
	
	.index_banner_btnl,.index_banner_btnr{
		display: none;
	}
}

@media(max-width:768px){
	.index_banner_yuandian{
		bottom: 15px!important;
	}

	.index_banner_yuandian span{
		width: 10px;
		height: 10px;
		margin: 0 4px!important;
	}
}

@media(max-width:468px){
	.index_banner_yuandian{
		bottom: 12px!important;
	}

	.index_banner_yuandian span{
		width: 8px;
		height: 8px;
		margin: 0 3px!important;
	}
}

/*product*/
.index_dingrong_product{
	padding: 4% 0;
}

.index_dingrong_product_ft{
	text-align: center;
}

.index_dingrong_product_ft h3{
	font-size: 2rem;
	line-height: 1.2;
	color: #333;
}

.index_dingrong_product_ft h4{
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	margin-top: 1%;
}

.index_dingrong_product_fb{
	margin-top: 3%;
	position: relative;
}

.index_dingrong_product_fb_con{
	overflow: hidden;
	padding: 1px;
}

.index_dingrong_product_fb_li{
	border: 1px solid #dfdfdf;
	background: #fff;
}

.index_dingrong_product_fb_li .img{
	overflow: hidden;
}

.index_dingrong_product_fb_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;
}

.index_dingrong_product_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_dingrong_product_fb_li .wz{
	padding: 6%;
}

.index_dingrong_product_fb_li .wz .wz_ft{
	font-size: 0;
	line-height: 0;
}

.index_dingrong_product_fb_li .wz .wz_ft span{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-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_dingrong_product_fb_li .wz .wz_ft span::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #012fa8;
	z-index: 3;
	-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_dingrong_product_fb_li:hover .wz .wz_ft span{
	color: #012fa8;
}

.index_dingrong_product_fb_li:hover .wz .wz_ft span::before{
	width: 100%;
}

.index_dingrong_product_fb_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	height: 8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin: 3% 0 4%;
}

.index_dingrong_product_fb_li .wz .wz_fb{
	font-size: 0;
	line-height: 0;
}

.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con span{
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #012fa8;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con span::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 11px;
	height: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/img/index_product_arrow_ico.png);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con{
	font-size: 15px;
	line-height: 24px;
	color: #666;
	display: inline-block;
	padding-left: 32px;
	position: relative;
	-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_dingrong_product_fb_li:hover .wz .wz_fb .wz_fb_con{
	color: #012fa8;
}

.index_dingrong_product_arrow_left,
.index_dingrong_product_arrow_right{
	width: 23px;
	height: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_dingrong_product_arrow_left:focus-visible,
.index_dingrong_product_arrow_right:focus-visible{
	outline: none;
}

.index_dingrong_product_arrow_left{
	left: -42px;
}

.index_dingrong_product_arrow_right{
	right: -42px;
}

.index_dingrong_product_arrow_left:before,
.index_dingrong_product_arrow_right:before{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	border-left: 4px solid #bdbdbd;
	border-top: 4px solid #bdbdbd;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
	top: 0;
	left: 0;
	margin: 6px 0 0 6px;
	-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_dingrong_product_arrow_right: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: 6px 6px 0 0px;
}

.index_dingrong_product_arrow_left:hover:before,
.index_dingrong_product_arrow_right:hover:before{
	border-left-color: #012fa8;
	border-top-color: #012fa8;
}

.index_dingrong_product_navigation{
	margin-top: 3%;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.index_dingrong_product_navigation span{
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	opacity: 1;
	margin: 2px 4px;
}

.index_dingrong_product_navigation span.swiper-pagination-bullet-active{
	background: #012fa8;
}

@media(max-width:1600px){
	.index_dingrong_product_arrow_left{
		left: -40px;
	}

	.index_dingrong_product_arrow_right{
		right: -40px;
	}
}

@media(max-width:1366px){
	.index_dingrong_product_ft h4{
		font-size: 17px;
	}

	.index_dingrong_product_fb_li .wz .wz_ft span{
		font-size: 20px;
	}
}

@media(max-width:1280px){
	.index_dingrong_product_arrow_left,
	.index_dingrong_product_arrow_right{
		width: 20px;
		height: 32px;
	}

	.index_dingrong_product_arrow_left{
		left: -26px;
	}

	.index_dingrong_product_arrow_right{
		right: -26px;
	}

	.index_dingrong_product_arrow_left:before,
	.index_dingrong_product_arrow_right:before{
		width: 18px;
		height: 18px;
	}
}

@media(max-width:1200px){
	.index_dingrong_product_ft h3{
		font-size: 28px;
	}

	.index_dingrong_product_fb_li .wz .wz_ft span{
		font-size: 18px;
	}

	.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con span{
		width: 20px;
		height: 20px;
	}

	.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con span::before{
		width: 10px;
		height: 10px;
	}

	.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con{
		padding-left: 30px;
	}
}

@media(max-width:991px){
	.index_dingrong_product_ft h3{
		font-size: 26px;
	}

	.index_dingrong_product_ft h4{
		margin-top: 10px;
		font-size: 16px;
	}

	.index_dingrong_product_fb_li .wz{
		padding: 18px;
	}

	.index_dingrong_product_fb_li .wz .wz_ft span{
		font-size: 17px;
	}

	.index_dingrong_product_fb_li .wz .wz_fc{
		font-size: 15px;
		margin: 8px 0 10px;
	}

	.index_dingrong_product_fb_li .wz .wz_fb .wz_fb_con{
		font-size: 14px;
		line-height: 22px;
	}

	.index_dingrong_product_arrow_left,
	.index_dingrong_product_arrow_right{
		display: none;
	}
}

@media(max-width:768px){
	.index_dingrong_product{
		padding: 30px 0;
	}

	.index_dingrong_product_ft h3{
		font-size: 24px;
	}

	.index_dingrong_product_ft h4{
		margin-top: 5px;
	}

	.index_dingrong_product_fb{
		margin-top: 20px;
	}

	.index_dingrong_product_fb_li .wz .wz_fc{
		margin: 5px 0 8px;
	}

	.index_dingrong_product_navigation{
		margin-top: 23px;
	}

	.index_dingrong_product_navigation span{
		width: 8px;
		height: 8px;
		margin: 2px 3px;
	}
}

@media(max-width:468px){
	.index_dingrong_product{
		padding: 25px 0;
	}

	.index_dingrong_product_ft h3{
		font-size: 22px;
	}

	.index_dingrong_product_fb{
		margin-top: 15px;
	}

	.index_dingrong_product_fb_li .wz{
		padding: 15px;
	}

	.index_dingrong_product_fb_li .wz .wz_ft span::before{
		height: 1px;
	}

	.index_dingrong_product_navigation{
		margin-top: 18px;
	}
}

/*about*/
.index_dingrong_about{
	background: #f5f5f5;
	padding: 4% 0;
}

.index_dingrong_about_fb{
	margin-top: 3%;
}

.index_dingrong_about_fb_ul_fl{
	width: 49%;
	background: #fff;
}

.index_dingrong_about_fb_ul_fl .index_dingrong_about_fb_li{
	height: 100%;
}

.index_dingrong_about_fb_ul_fl .index_dingrong_about_fb_li a{
	height: 100%;
	display: block;
}

.index_dingrong_about_fb_ul_fr{
	width: 49%;
}

.index_dingrong_about_fb_li{
	background: #fff;
}

.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li{
	width: 48%;
	margin-right: 4%;
}

.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li:nth-child(2n){
	margin-right: 0;
}

.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li:nth-child(n+3){
	margin-top: 4%;
}

.index_dingrong_about_fb_li .img{
	overflow: hidden;
}

.index_dingrong_about_fb_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;
}

.index_dingrong_about_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_dingrong_about_fb_li .wz{
	padding: 1.1rem 1.5rem;
}

.index_dingrong_about_fb_li .wz .wz_ft{
	font-size: 0;
	line-height: 0;
}

.index_dingrong_about_fb_li .wz .wz_ft span{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-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_dingrong_about_fb_li .wz .wz_ft span::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #012fa8;
	z-index: 3;
	-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_dingrong_about_fb_li:hover .wz .wz_ft span{
	color: #012fa8;
}

.index_dingrong_about_fb_li:hover .wz .wz_ft span::before{
	width: 100%;
}

.index_dingrong_about_fb_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
}

@media(max-width:1366px){
	.index_dingrong_about_fb_li .wz .wz_ft span{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.index_dingrong_about_fb_li .wz .wz_ft span{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_dingrong_about_fb_ul_fl{
		width: 100%;
	}

	.index_dingrong_about_fb_ul_fl .index_dingrong_about_fb_li{
		height: auto;
	}

	.index_dingrong_about_fb_ul_fl .index_dingrong_about_fb_li a{
		height: auto;
	}

	.index_dingrong_about_fb_ul_fr{
		width: 100%;
		margin-top: 2%;
	}

	.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li{
		width: 49%;
		margin-right: 2%;
	}

	.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_dingrong_about_fb_li .wz{
		padding: 18px 20px;
	}

	.index_dingrong_about_fb_li .wz .wz_ft span{
		font-size: 17px;
	}

	.index_dingrong_about_fb_li .wz .wz_fb{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.index_dingrong_about{
		padding: 30px 0;
	}

	.index_dingrong_about_fb{
		margin-top: 20px;
	}

	.index_dingrong_about_fb_ul_fr{
		margin-top: 20px;
	}

	.index_dingrong_about_fb_li .wz{
		padding: 15px 18px;
	}
}

@media(max-width:468px){
	.index_dingrong_about{
		padding: 25px 0;
	}

	.index_dingrong_about_fb{
		margin-top: 15px;
	}

	.index_dingrong_about_fb_ul_fr{
		margin-top: 15px;
	}

	.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_dingrong_about_fb_ul_fr .index_dingrong_about_fb_li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_dingrong_about_fb_li .wz{
		padding: 15px;
	}

	.index_dingrong_about_fb_li .wz .wz_ft span::before{
		height: 1px;
	}
}

/*case*/
.index_dingrong_case{
	padding: 4% 0;
}

.index_dingrong_case_fb{
	margin-top: 3%;
}

.index_dingrong_case_fb_con{
	overflow: hidden;
}

.index_dingrong_case_fb_li .img{
	overflow: hidden;
	border-radius: 6px;
}

.index_dingrong_case_fb_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;
}

.index_dingrong_case_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_dingrong_case_fb_li .wz .wz_ft{
	font-size: 1.2rem;
	line-height: 1.4;
	color: #333;
	padding: 0 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 4%;
}

@media(max-width:1366px){
	.index_dingrong_case_fb_li .wz .wz_ft{
		font-size: 20px;
	}
}

@media(max-width:1200px){
	.index_dingrong_case_fb_li .wz .wz_ft{
		font-size: 18px;
	}
}

@media(max-width:991px){
	.index_dingrong_case_fb_li .wz .wz_ft{
		font-size: 17px;
		margin-top: 12px;
	}
}

@media(max-width:768px){
	.index_dingrong_case{
		padding: 30px 0;
	}

	.index_dingrong_case_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_dingrong_case{
		padding: 25px 0;
	}

	.index_dingrong_case_fb{
		margin-top: 15px;
	}

	.index_dingrong_case_fb_li .wz .wz_ft{
		font-size: 16px;
		margin-top: 10px;
	}
}

/*news*/
.index_dingrong_news{
	padding: 4% 0;
	background: #f5f5f5;
}

.index_dingrong_news_fc{
	margin: 3% 0;
}

.index_dingrong_news_fc_ul{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_dingrong_news_fc_li{
	width: 32%;
	max-width: 260px;
	margin-right: 2%;
	border-radius: 5px;
	overflow: hidden;
}

.index_dingrong_news_fc_li:nth-child(3n){
	margin-right: 0;
}

.index_dingrong_news_fc_li:last-child{
	margin-right: 0;
}

.index_dingrong_news_fc_li a{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background: #012fa8;
	padding: 1rem;
	text-align: center;
}

.index_dingrong_news_fc_li.on a{
	background: #e60012;
}

.index_dingrong_news_fb_nnn{
	overflow: hidden;
	padding: 1px;
}

.index_dingrong_news_fb_li a{
	display: block;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #dfdfdf;
	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;
}

.index_dingrong_news_fb_li .img{
	overflow: hidden;
}

.index_dingrong_news_fb_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;
}

.index_dingrong_news_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_dingrong_news_fb_li .wz{
	padding: 5% 6%;
}

.index_dingrong_news_fb_li .wz .wz_ft{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
	-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_dingrong_news_fb_li:hover .wz .wz_ft{
	color: #012fa8;
}

.index_dingrong_news_fb_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	max-height: 3.2em;
	margin: 15px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_dingrong_news_fb_li .wz .wz_fb{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_dingrong_news_fb_li .wz .wz_fb span{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	-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_dingrong_news_fb_li .wz .wz_fb .wz_fb_fr{
	display: inline-block;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	padding-right: 30px;
	background-image: url(../images/img/index_jiantou_xinwen.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px;
	-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_dingrong_news_fb_li:hover .wz .wz_fb .wz_fb_fr{
	color: #012fa8;
	background-image: url(../images/img/index_jiantou_xinwen1.png);
}

.index_dingrong_news_fb_li:hover .wz .wz_fb span{
	color: #012fa8;
}

@media(max-width:1366px){
	.index_dingrong_news_fc_li a{
		font-size: 17px;
	}

	.index_dingrong_news_fb_li .wz .wz_ft{
		font-size: 18px;
		padding-bottom: 12px;
	}

	.index_dingrong_news_fb_li .wz .wz_fc{
		margin: 12px 0;
	}
}

@media(max-width:1200px){
	.index_dingrong_news_fc_li a{
		padding: 15px 10px;
	}

	.index_dingrong_news_fb_li .wz .wz_ft{
		font-size: 17px;
		padding-bottom: 10px;
	}

	.index_dingrong_news_fb_li .wz .wz_fc{
		margin: 10px 0;
	}
}

@media(max-width:1100px){
	.index_dingrong_news_fc_li a{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_dingrong_news_fb_li .wz{
		padding: 15px 18px;
	}

	.index_dingrong_news_fb_li .wz .wz_fc{
		font-size: 15px;
	}

	.index_dingrong_news_fb_li .wz .wz_fb span{
		font-size: 15px;
	}

	.index_dingrong_news_fb_li .wz .wz_fb .wz_fb_fr{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.index_dingrong_news{
		padding: 30px 0;
	}

	.index_dingrong_news_fc{
		margin: 20px 0;
	}

	.index_dingrong_news_fc_li a{
		padding: 12px 10px;
	}
}

@media(max-width:468px){
	.index_dingrong_news{
		padding: 25px 0;
	}

	.index_dingrong_news_fc{
		margin: 15px 0 18px;
	}

	.index_dingrong_news_fc_li a{
		padding: 10px 5px;
	}

	.index_dingrong_news_fb_li .wz{
		padding: 12px 15px;
	}

	.index_dingrong_news_fb_li .wz .wz_ft{
		font-size: 16px;
	}
}

/*footer*/
.pc_footer{
	background: #222;
}

.pc_footer_ft_con{
	padding: 3.5% 0;
}

.pc_footer_ft_fl{
	width: 44%;
}

.pc_footer_ft_fl_fc_nnn{
	padding-left: 4rem;
	position: relative;
}

.pc_footer_ft_fl_fc_nnn::before{
	content: '';
	width: 3rem;
	height: 3rem;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	background-image: url(../images/img/footer_phone_ico.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 38%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.pc_footer_ft_fl_fc_ft{
	font-size: 18px;
	line-height: 1.3;
	color: #999;
	font-weight: bold;
}

.pc_footer_ft_fl_fc_fb{
	font-size: 1.7rem;
	line-height: 1.1;
	color: #fff;
	font-family: Arial;
	margin-top: 6px;
}

.pc_footer_ft_fl_fb{
	font-size: 16px;
	line-height: 2;
	color: #999;
	margin-top: 4%;
}

.pc_footer_ft_fl_ewm{
	margin-top: 4%;
}

.pc_footer_ft_fl_ewm_li{
	max-width: 115px;
	width: 49%;
	margin-right: 2%;
}

.pc_footer_ft_fl_ewm_li:nth-child(2n){
	margin-right: 0;
}

.pc_footer_ft_fl_ewm_li:last-child{
	margin-right: 0;
}

.pc_footer_ft_fl_ewm_li .img img{
	width: 100%;
}

.pc_footer_ft_fl_ewm_li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	text-align: center;
	margin-top: 10px;
}

.pc_footer_ft_fr{
	width: 52%;
}

.pc_footer_ft_fr_li{
	max-width: 23%;
}

.pc_footer_ft_fr_li_ft a{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	display: inline-block;
	max-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_footer_ft_fr_li_ft a:hover{
	color: #fff;
}

.pc_footer_ft_fr_li_fb{
	margin-top: 1.5rem;
}

.pc_footer_ft_fr_li_fb_li:nth-child(n+2){
	margin-top: 1.1rem;
}

.pc_footer_ft_fr_li_fb_li a{
	font-size: 16px;
	line-height: 1.6;
	color: #999;
	display: inline-block;
	max-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_footer_ft_fr_li_fb_li:hover a{
	color: #fff;
}

.pc_footer_fb{
	border-top: 1px solid rgba(255,255,255,0.2);
	font-size: 16px;
	line-height: 1.5;
	color: #999;
}

.pc_footer_fb_con{
	padding: 20px 0;
}

.pc_footer_fb a{
	color: #999;
	-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:1366px){
	.pc_footer_ft_fl_fc_ft{
		font-size: 17px;
	}

	.pc_footer_ft_fr_li_ft a{
		font-size: 17px;
	}
}

@media(max-width:1200px){
	.pc_footer_ft_fl_fc_nnn{
		padding-left: 60px;
	}

	.pc_footer_ft_fl_fc_nnn::before{
		width: 47px;
		height: 47px;
	}

	.pc_footer_ft_fl_fc_fb{
		font-size: 25px;
	}
}

@media(max-width:1100px){
	.pc_footer_ft_fl_fc_ft{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.pc_footer_ft_fl{
		width: 100%;
	}

	.pc_footer_ft_fl_fc_nnn{
		padding-left: 55px;
	}

	.pc_footer_ft_fl_fc_nnn::before{
		width: 42px;
		height: 42px;
	}

	.pc_footer_ft_fl_fc_fb{
		font-size: 24px;
	}

	.pc_footer_ft_fl_fb{
		font-size: 15px;
		margin-top: 2%;
	}

	.pc_footer_ft_fl_ewm{
		margin-top: 2%;
	}

	.pc_footer_ft_fl_ewm_li .wz{
		font-size: 15px;
	}

	.pc_footer_ft_fr{
		width: 100%;
		margin-top: 2%;
		display: none;
	}

	.pc_footer_ft_fr_li_ft a{
		font-size: 16px;
	}

	.pc_footer_ft_fr_li_fb_li a{
		font-size: 15px;
	}

	.pc_footer_fb{
		font-size: 15px;
	}

	.pc_footer_fb_con{
		padding: 18px 0;
	}
}

@media(max-width:768px){
	.pc_footer_ft_con{
		padding: 28px 0;
	}

	.pc_footer_ft_fl_fc_fb{
		font-size: 22px;
	}

	.pc_footer_ft_fl_fb{
		margin-top: 10px;
	}

	.pc_footer_ft_fl_ewm{
		margin-top: 12px;
	}

	.pc_footer_ft_fr{
		margin-top: 12px;
	}

	.pc_footer_ft_fr_li{
		max-width: 100%;
		width: 48%;
	}

	.pc_footer_ft_fr_li:nth-child(2n){
		max-width: 48%;
		width: auto;
	}

	.pc_footer_ft_fr_li:nth-child(n+3){
		margin-top: 12px;
	}

	.pc_footer_ft_fr_li_fb{
		margin-top: 12px;
	}

	.pc_footer_ft_fr_li_fb_li:nth-child(n+2){
		margin-top: 8px;
	}

	.pc_footer_fb_con{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.pc_footer_ft_con{
		padding: 25px 0;
	}
}

/*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: #012fa8;
	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;
	}
}