/*初始化样式*/
*{
	-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: #f36e21;
}

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: #f36e21;
	border: none;
	-webkit-border-radius: 0
}

body::-webkit-scrollbar-thumb:vertical:active{
	background: #f36e21;
	border: none;
	-webkit-border-radius: 0
}

/**/
.max1200 {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px) {
	.max1200 {
		padding: 0 30px;
	}

	.page_con_zhuti {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1200 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1200 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.pc_header_top{
	background: #f36e21;
	line-height: 40px;
	position: relative;
	z-index: 1005;
}

.pc_header_top_fl{
	overflow: hidden;
}

.pc_header_top_fl_li{
	padding-left: 25px;
}

.pc_header_top_fl_li:nth-child(n+2){
	margin-left: 20px;
}

.pc_header_top_fl_li a{
	font-size: 15px;
	color: #fff;
	display: block;
}

.pc_header_top_fl_li:hover a{
	color: #fff;
}

.pc_header_top_fr_fl{
	position: relative;
}

.pc_header_top_fr_fl_ft{
	font-size: 15px;
	color: #fff;
	position: relative;
	padding-left: 30px;
	padding-right: 15px;
	cursor: pointer;
}

.pc_header_top_fr_fl_ft span{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	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%);
}

.pc_header_top_fr_fl_ft_jiantou{
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background-image: url(../images/img/pc_header_lang_ico.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_top_fr_fl:hover .pc_header_top_fr_fl_ft{
	color: #fff;
}

.pc_header_top_fr_fl_fb{
	position: absolute;
	left: 50%;
	top: 100%;
	background: #fff;
	padding: 6px 0;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	width: 140px;
	border: 1px solid #ebeef5;
	box-shadow: 0 0 15px rgba(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;
	-webkit-transform: translate(-50%,20px);
	-moz-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	-o-transform: translate(-50%,20px);
	transform: translate(-50%,20px);
}


.pc_header_top_fr_fl.active .pc_header_top_fr_fl_fb{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%,8px);
	-moz-transform: translate(-50%,8px);
	-ms-transform: translate(-50%,8px);
	-o-transform: translate(-50%,8px);
	transform: translate(-50%,8px);
}

.pc_header_top_fr_fl_fb_li a{
	display: block;
	text-align: center;
}

.pc_header_top_fr_fl_fb_li_con{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_top_fr_fl_fb_li_img{
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	width: 30px;
	height: 30px;
}

.pc_header_top_fr_fl_fb_li_wz{
	font-size: 15px;
	line-height: 35px;
	color: #000;
}

.pc_header_top_fr_fl_fb:after{
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.pc_header_top_fr_fl_fb_li:hover a{
	background: #eee;
}

.pc_header_top_fr_fl_fb_li:hover .pc_header_top_fr_fl_fb_li_wz{
	color: #f5752a;
}

@media(max-width:991px){
	.pc_header_top{
		display: none;
	}
}

#pc_header{
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	position: relative;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.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.on{
	position: fixed;
}

.pc_header_con{
	height: 110px;
	line-height: 110px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo{
	width: 21%;
	max-width: 250px;
}

.pc_logo img{
	max-width: 100%;
	max-height: 80px;
}

.pc_nav{
	max-width: 76%;
}

.pc_nav>ul{
	width: 100%;
	padding-right: 30px;
	margin-right: -30px;
}

.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;
	padding: 0 0.75rem;
	-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;
}

.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: #f36e21;
	-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: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	-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: #f36e21;
}

.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{
	border-top: 1px solid #e3e3e3;
	-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:nth-child(1){
	border-color: rgba(0,0,0,0);
}

.pc_nav_erji_li:hover{
	border-top-color: #f36e21;
}

.pc_nav_erji_li:hover+.pc_nav_erji_li{
	border-top-color: #f36e21;
}

.pc_nav_erji_li a{
	font-size: 15px;
	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: #f7793e;
}

.pc_sousuo{
	position: relative;
	width: 30px;
	z-index: 999;
	height: 110px;
}

.pc_sousuo1{
	width: 30px;
	height: 30px;
	background: url(../images/img/nav_sousuo_lan.png) no-repeat center;
	background-size: 19px;
	margin-top: 40px;
	cursor: pointer;
}

.pc_sousuo2{
	position: absolute;
	right: 0;
	top: 100%;
	width: 200px;
	z-index: 999;
	background: #f36e21;
	display: none;
}

.pc_sousuo2 input{
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255,255,255,0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao{
	background: url(../images/img/nav_sousuo_baise.png) no-repeat center;
	background-size: 19px;
	cursor: pointer;
}

.pc_sousuo2 .pc_sousuo_con_shuru{
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 14px;
	color: rgba(255,255,255,1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill{
	-webkit-text-fill-color: rgba(255,255,255,1) !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder{
	color: rgba(255,255,255,1);
}

@media(max-width:1200px){
	.pc_nav>ul>.pc_nav_li_www>li>a .pc_nav_yiji_wenzi{
		font-size: 16px;
	}
}

/*首页banner*/
.index_banner{
	position: relative;
	overflow: hidden;
}

.index_banner img{
	width: 100%;
}

.index_banner_yuandian{
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 6%!important;
	z-index: 99;
}

.index_banner_yuandian span{
	width: 35px;
	height: 4px;
	background: #ccc;
	border-radius: 999px;
	opacity: 1;
	margin: 0 5px!important;
	position: relative;
	overflow: hidden;
}

.index_banner_yuandian span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 999px;
	background: #f36e21;
	z-index: 10;
}

.index_banner_yuandian span.swiper-pagination-bullet-active::before{
	width: 100%;
	-webkit-animation: width1 5s linear;
	-moz-animation: width1 5s linear;
	-ms-animation: width1 5s linear;
	-o-animation: width1 5s linear;
	animation: width1 5s linear;
}

@-webkit-keyframes width1{
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

@keyframes width1 {
	0%{
		width: 0;
	}

	100%{
		width: 100%;
	}
}

.index_banner_btnl,.index_banner_btnr{
	width: 35px;
	height: 60px;
	background: rgba(0,0,0,0.5);
	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: rgba(0,0,0,1);
}

.index_banner_btnl span,.index_banner_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	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:1280px){
	.index_banner_btnl,.index_banner_btnr{
		width: 30px;
		height: 50px;
	}

	.index_banner_btnl span,.index_banner_btnr span{
		width: 15px;
		height: 15px;
	}
}

@media(max-width:991px){
	.index_banner_btnl,.index_banner_btnr{
		display: none;
	}
}


@media(max-width:768px){
	.index_banner_yuandian{
		bottom: 13px!important;
	}

	.index_banner_yuandian span{
		width: 25px;
	}
}

/*产品中心*/
.index_otwall_product{
	padding: 4% 0;
}

.index_otwall_product_ft{
	text-align: center;
}

.index_otwall_product_ft h3{
	font-size: 2rem;
	line-height: 1.5;
	color: #6f6f6f;
	font-weight: bold;
}

.index_otwall_product_fb{
	margin-top: 3%;
	position: relative;
}

.index_otwall_product_fb_con{
	overflow: hidden;
	padding: 0 1px;
}

.index_otwall_product_fb_li .img{
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_otwall_product_fb_li:hover .img{
	border-color: #f36e21;
}

.index_otwall_product_fb_li .img img{
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_otwall_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_otwall_product_fb_li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	background: #f36e21;
	padding: 7px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_otwall_product_fb_btnl,.index_otwall_product_fb_btnr{
	width: 26px;
	height: 26px;
	background: rgba(0,0,0,0);
	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_otwall_product_fb_btnl{
	left: -38px;
}

.index_otwall_product_fb_btnr{
	right: -38px;
}

.index_otwall_product_fb_btnl:hover,.index_otwall_product_fb_btnr:hover{
	background: rgba(0,0,0,1);
}

.index_otwall_product_fb_btnl span,.index_otwall_product_fb_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	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%);
	-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_otwall_product_fb_btnl span{
	background-image: url(../images/img/index_product_arrow_l.png);
}

.index_otwall_product_fb_btnr span{
	background-image: url(../images/img/index_product_arrow_r.png);
}

.index_otwall_product_fb_btnl:hover span{
	background-image: url(../images/img/index_product_arrow_l_h.png);
}

.index_otwall_product_fb_btnr:hover span{
	background-image: url(../images/img/index_product_arrow_r_h.png);
}

.index_otwall_product_pagination{
	font-size: 0;
	margin-top: 3%;
	text-align: center;
}

.index_otwall_product_pagination span{
	width: 11px;
	height: 11px;
	border: 2px solid #333;
	background: none;
	opacity: 1;
	margin: 0 4px;
}

.index_otwall_product_pagination span.swiper-pagination-bullet-active{
	border-color: #f36e21;
}

@media(max-width:1280px){
	.index_otwall_product_fb{
		padding: 0 20px;
	}

	.index_otwall_product_fb_btnl,.index_otwall_product_fb_btnr{
		width: 24px;
		height: 24px;
	}

	.index_otwall_product_fb_btnl{
		left: -17px;
	}

	.index_otwall_product_fb_btnr{
		right: -17px;
	}
}

@media(max-width:991px){
	.index_otwall_product_fb{
		padding: 0;
	}

	.index_otwall_product_fb_btnl,.index_otwall_product_fb_btnr{
		display: none;
	}

	.index_otwall_product_fb_li .wz{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.index_otwall_product{
		padding: 30px 0;
	}

	.index_otwall_product_ft h3{
		font-size: 24px;
	}

	.index_otwall_product_fb{
		margin-top: 20px;
	}

	.index_otwall_product_pagination{
		margin-top: 20px;
	}

	.index_otwall_product_pagination span{
		width: 10px;
		height: 10px;
	}
}

@media(max-width:468px){
	.index_otwall_product{
		padding: 25px 0;
	}

	.index_otwall_product_ft h3{
		font-size: 22px;
	}

	.index_otwall_product_fb{
		margin-top: 15px;
	}

	.index_otwall_product_fb_li .wz{
		font-size: 14px;
		padding: 6px 5px;
	}

	.index_otwall_product_pagination span{
		width: 9px;
		height: 9px;
		margin: 0 2px;
	}
}

/*你为什么选择我们*/
.index_otwall_why_choose{
	background: #f7f7f7;
	padding: 4% 0;
}

.index_otwall_why_choose_ft h3{
	font-weight: normal;
	color: #2f2f2f;
}

.index_otwall_why_choose_fb{
	margin-top: 4.5%;
}

.index_otwall_why_choose_fb_li{
	width: 23.5%;
	margin-right: 2%;
	cursor: pointer;
}

.index_otwall_why_choose_fb_li:nth-child(4n){
	margin-right: 0;
}

.index_otwall_why_choose_fb_li:nth-child(n+5){
	margin-top: 5%;
}

.index_otwall_why_choose_fb_li .img{
	width: 30%;
	padding-top: 30%;
	position: relative;
	background: #f36e21;
	margin: 0 auto;
	margin-bottom: -15%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-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_otwall_why_choose_fb_li:hover .img{
	background: #fff;
}

.index_otwall_why_choose_fb_li .img .img_con{
	border: 1px solid #f36e21;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.index_otwall_why_choose_fb_li:hover .img .img_con{
	border-color: #c21605;
}

.index_otwall_why_choose_fb_li .img span{
	width: 50%;
	padding-top: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	background-position:left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-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: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-o-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.index_otwall_why_choose_fb_li .img span.img1{
	opacity: 1;
}

.index_otwall_why_choose_fb_li .img span.img2{
	opacity: 0;
	background-position:left bottom;
}

.index_otwall_why_choose_fb_li:hover .img span.img1{
	opacity: 0;
}

.index_otwall_why_choose_fb_li:hover .img span.img2{
	opacity: 1;
}

.index_otwall_why_choose_fb_li .wz{
	border: 1px solid #f36e21;
	padding: 28% 15px 10%;
	text-align: 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_otwall_why_choose_fb_li:hover .wz{
	border-color: #c21605;
	background: #f36e21;
}

.index_otwall_why_choose_fb_li .wz .wz_ft{
	font-size: 19px;
	line-height: 1.5;
	color: #222;
	font-weight: bold;
	-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_otwall_why_choose_fb_li:hover .wz .wz_ft{
	color: #fff;
}

.index_otwall_why_choose_fb_li .wz .wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #6f6f6f;
	margin-top: 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_otwall_why_choose_fb_li:hover .wz .wz_fb{
	color: #fff;
}

.index_otwall_why_choose_fb_li_wz_fb_nnn{
	min-height: 4.5em;
}

.index_otwall_why_choose_fb_li .wz .wz_links{
	margin-top: 7%;
}

.index_otwall_why_choose_fb_li .wz .wz_links a{
	font-size: 16px;
	line-height: 1.5;
	color: #f36e21;
	display: inline-block;
	padding-right: 18px;
	background-image: url(../images/img/index_why_choose_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13px;
	-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_otwall_why_choose_fb_li:hover .wz .wz_links a{
	color: #fff;
	background-image: url(../images/img/index_why_choose_arrow_h.png);
}

@media(max-width:1280px){
	.index_otwall_why_choose_fb_li .wz .wz_ft{
		font-size: 18px;
	}
}

@media(max-width:1200px){
	.index_otwall_why_choose_fb_li .wz .wz_ft{
		font-size: 17px;
	}
}

@media(max-width:991px){
	.index_otwall_why_choose_fb_li .wz .wz_ft{
		font-size: 16px;
	}

	.index_otwall_why_choose_fb_li .wz .wz_fb{
		font-size: 15px;
	}

	.index_otwall_why_choose_fb_li .wz .wz_links a{
		font-size: 15px;
		background-size: 12px;
		padding-right: 16px;
	}
}

@media(max-width:768px){
	.index_otwall_why_choose{
		padding: 30px 0;
	}

	.index_otwall_why_choose_fb{
		margin-top: 5.5%;
	}

	.index_otwall_why_choose_fb_li{
		width: 49%;
	}

	.index_otwall_why_choose_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_otwall_why_choose_fb_li:nth-child(n+3){
		margin-top: 5.5%;
	}

	.index_otwall_why_choose_fb_li .img{
		width: 26%;
		padding-top: 26%;
		margin-bottom: -13%;
	}

	.index_otwall_why_choose_fb_li .wz{
		padding: 23% 15px 8%;
	}

	.index_otwall_why_choose_fb_li .wz .wz_links{
		margin-top: 5%;
	}
}

@media(max-width:468px){
	.index_otwall_why_choose{
		padding: 25px 0;
	}

	.index_otwall_why_choose_fb{
		margin-top: 9%;
	}

	.index_otwall_why_choose_fb_li{
		width: 100%;
		margin-right: 0!important;
	}

	.index_otwall_why_choose_fb_li:nth-child(n+2){
		margin-top: 9%;
	}

	.index_otwall_why_choose_fb_li .img{
		width: 22%;
		padding-top: 22%;
		margin-bottom: -11%;
	}

	.index_otwall_why_choose_fb_li .wz .wz_ft{
		min-height: auto!important;
	}

	.index_otwall_why_choose_fb_li_wz_fb_con{
		min-height: auto!important;
	}

	.index_otwall_why_choose_fb_li .wz{
		padding: 19% 15px 6%;
	}

	.index_otwall_why_choose_fb_li .wz .wz_links{
		margin-top: 10px;
	}
}

/*公司简介*/
.index_otwall_about{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4.5% 0;
	background-color: rgba(0,0,0,0.5);
}

.index_otwall_about_con{
	overflow: hidden;
	-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_otwall_about_fl{
	width: 55%;
}

.index_otwall_about_fl_ft{
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.index_otwall_about_fl_ft p:nth-child(n+2){
	margin-top: 5px;
}

.index_otwall_about_fl_fb{
	overflow: hidden;
	margin-top: 6%;
}

.index_otwall_about_fl_fb a{
	background: #f36e21;
	float: left;
	border-radius: 30px;
	padding: 0.525rem 1rem;
	border: 1px solid #f36e21;
	min-width: 160px;
	text-align: center;
	font-size: 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;
}

.index_otwall_about_fl_fb a span{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	display: inline-block;
	padding-right: 16px;
	background-image: url(../images/img/index_why_choose_arrow_h.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13px;
	-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_otwall_about_fl_fb a:hover{
	background: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}

.index_otwall_about_fl_fb a:hover span{
	color: #f36e21;
	background-image: url(../images/img/index_why_choose_arrow.png);
}

.index_otwall_about_fr{
	width: 40%;
}

.index_otwall_about_fr img{
	width: 100%;
}

@media(max-width:991px){
	.index_otwall_about_fl{
		width: 100%;
		margin-top: 2.5%;
	}

	.index_otwall_about_fl_ft{
		font-size: 15px;
		line-height: 1.6;
	}

	.index_otwall_about_fl_fb{
		margin-top: 3.5%;
	}

	.index_otwall_about_fl_fb a{
		padding: 8px 15px;
		min-width: 140px;
	}

	.index_otwall_about_fl_fb a span{
		font-size: 15px;
		background-size: 12px;
		padding-right: 16px;
	}

	.index_otwall_about_fr{
		width: 100%;
	}
}

@media(max-width:768px){
	.index_otwall_about{
		padding: 30px 0;
	}

	.index_otwall_about_fl{
		margin-top: 15px;
	}

	.index_otwall_about_fl_ft p:nth-child(n+2){
		margin-top: 3px;
	}

	.index_otwall_about_fl_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_otwall_about{
		padding: 25px 0;
	}

	.index_otwall_about_fl_fb{
		margin-top: 16px;
	}

	.index_otwall_about_fl_fb a{
		padding: 7px 15px;
		min-width: 130px;
	}
}

/*模块化方案*/
.index_otwall_modular_solution{
	padding: 4% 0;
}

.index_otwall_modular_solution_fb{
	margin-top: 3%;
	position: relative;
}

.index_otwall_modular_solution_fb_con{
	overflow: hidden;
	padding: 0 1px;
}

.index_otwall_modular_solution_fb_li .img{
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_otwall_modular_solution_fb_li:hover .img{
	border-color: #f36e21;
}

.index_otwall_modular_solution_fb_li .img::before{
	content: '';
	position: absolute;
	z-index: 8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(243,110,33,0.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_otwall_modular_solution_fb_li:hover .img::before{
	opacity: 1;
}

.index_otwall_modular_solution_fb_li .img::after{
	content: '';
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	width: 16%;
	padding-top: 16%;
	background-image: url(../images/img/index_modular_solution_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(-50%,-50%) scale(0);
	-moz-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	-o-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
}

.index_otwall_modular_solution_fb_li:hover .img::after{
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}

.index_otwall_modular_solution_fb_li .img img{
	width: 100%;
	position: relative;
	z-index: 5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/*.index_otwall_modular_solution_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_otwall_modular_solution_fb_li .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	background: #f36e21;
	padding: 7px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_otwall_modular_solution_fb_btnl,.index_otwall_modular_solution_fb_btnr{
	width: 26px;
	height: 26px;
	background: rgba(0,0,0,0);
	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_otwall_modular_solution_fb_btnl{
	left: -38px;
}

.index_otwall_modular_solution_fb_btnr{
	right: -38px;
}

.index_otwall_modular_solution_fb_btnl:hover,.index_otwall_modular_solution_fb_btnr:hover{
	background: rgba(0,0,0,1);
}

.index_otwall_modular_solution_fb_btnl span,.index_otwall_modular_solution_fb_btnr span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	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%);
	-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_otwall_modular_solution_fb_btnl span{
	background-image: url(../images/img/index_product_arrow_l.png);
}

.index_otwall_modular_solution_fb_btnr span{
	background-image: url(../images/img/index_product_arrow_r.png);
}

.index_otwall_modular_solution_fb_btnl:hover span{
	background-image: url(../images/img/index_product_arrow_l_h.png);
}

.index_otwall_modular_solution_fb_btnr:hover span{
	background-image: url(../images/img/index_product_arrow_r_h.png);
}

.index_otwall_modular_solution_pagination{
	font-size: 0;
	margin-top: 3%;
	text-align: center;
}

.index_otwall_modular_solution_pagination span{
	width: 11px;
	height: 11px;
	border: 2px solid #333;
	background: none;
	opacity: 1;
	margin: 0 4px;
}

.index_otwall_modular_solution_pagination span.swiper-pagination-bullet-active{
	border-color: #f36e21;
}

@media(max-width:1280px){
	.index_otwall_modular_solution_fb{
		padding: 0 20px;
	}

	.index_otwall_modular_solution_fb_btnl,.index_otwall_modular_solution_fb_btnr{
		width: 24px;
		height: 24px;
	}

	.index_otwall_modular_solution_fb_btnl{
		left: -17px;
	}

	.index_otwall_modular_solution_fb_btnr{
		right: -17px;
	}
}

@media(max-width:991px){
	.index_otwall_modular_solution_fb{
		padding: 0;
	}

	.index_otwall_modular_solution_fb_btnl,.index_otwall_modular_solution_fb_btnr{
		display: none;
	}

	.index_otwall_modular_solution_fb_li .wz{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.index_otwall_modular_solution{
		padding: 30px 0;
	}

	.index_otwall_modular_solution_fb{
		margin-top: 20px;
	}

	.index_otwall_modular_solution_pagination{
		margin-top: 20px;
	}

	.index_otwall_modular_solution_pagination span{
		width: 10px;
		height: 10px;
	}
}

@media(max-width:468px){
	.index_otwall_modular_solution{
		padding: 25px 0;
	}

	.index_otwall_modular_solution_fb{
		margin-top: 15px;
	}

	.index_otwall_modular_solution_fb_li .wz{
		font-size: 14px;
		padding: 6px 5px;
	}

	.index_otwall_modular_solution_pagination span{
		width: 9px;
		height: 9px;
		margin: 0 2px;
	}
}

/*底部*/
.pc_footer_ft{
	background: #f36e21;
}

.pc_footer_ft_con{
	overflow: hidden;
	padding: 4% 0;
}

.pc_footer_ft_fl{
	width: 22%;
}

.pc_footer_ft_fl_ft{
	font-size: 22px;
	line-height: 1.6;
	color: #fff;
}

.pc_footer_ft_fl_fb{
	margin-top: 0.8rem;
}

.pc_footer_ft_fl_fb_li{
	font-size: 0;
}

.pc_footer_ft_fl_fb_li a{
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	max-height: 3.6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pc_footer_ft_fl_fb_li a:hover{
	text-decoration: underline;
	color: rgba(255,255,255,0.8);
}

.pc_footer_ft_fc{
	max-width: 26%;
}

.pc_footer_ft_fc_fb{
	margin-top: 0.8rem;
}

.pc_footer_ft_fc_fb_li{
	font-size: 0;
}

.pc_footer_ft_fc_fb_li a{
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}

.pc_footer_ft_fc_fb_li a:hover{
	text-decoration: underline;
	color: rgba(255,255,255,0.8);
}

.pc_footer_ft_fc1{
	max-width: 20%;
}

.pc_footer_ft_fc1_fb{
	margin-top: 0.8rem;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}

.pc_footer_ft_fr{
	width: 26%;
}

.pc_footer_ft_fr_fc{
	margin-top: 0.8rem;
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}

.pc_footer_ft_fr_fb{
	margin-top: 1rem;
}

.pc_footer_ft_fr_fb li{
	padding-right: 80px;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.pc_footer_ft_fr_fb li input{
	width: 100%;
	padding: 0 12px;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	outline: none;
	border: 0;
}

.pc_footer_ft_fr_fb li input::-webkit-autofill{
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_footer_ft_fr_fb li input::placeholder{
	color: #666;
}

.pc_footer_ft_fr_fb_tijiao{
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
	cursor: pointer;
}

.pc_footer_ft_fr_fb li .pc_footer_ft_fr_fb_tijiao input{
	background: none;
	color: #fff;
}

.pc_footer_ft_fr_fb li .pc_footer_ft_fr_fb_tijiao input::-webkit-autofill{
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_footer_ft_fr_fb li .pc_footer_ft_fr_fb_tijiao input::placeholder{
	color: #fff;
}

.pc_footer_fb{
	padding: 15px 0;
	text-align: center;
}

.pc_footer_fb_ft{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.pc_footer_fb_fb{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	margin-top: 5px;
}

.pc_footer_fb_fb_li{
	padding: 0 9px;
	position: relative;
}

.pc_footer_fb_fb_li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #666;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_footer_fb_fb_li:nth-child(1)::before{
	display: none;
}

.pc_footer_fb_fb_li a{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	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_footer_fb_fb_li a:hover{
	color: #f36e21;
}

@media(max-width:1280px){
	.pc_footer_ft_fl_ft{
		font-size: 20px;
	}
}

@media(max-width:991px){
	.pc_footer_ft_fl{
		display: none;
	}

	.pc_footer_ft_fl_ft{
		font-size: 18px;
	}

	.pc_footer_ft_fl_fb_li a,.pc_footer_ft_fc_fb_li a{
		font-size: 15px;
		line-height: 1.6;
		max-height: 3.2em;
	}

	.pc_footer_ft_fc{
		display: none;
	}

	.pc_footer_ft_fc1{
		width: 48%;
		max-width: 48%;
	}

	.pc_footer_ft_fc1_fb{
		font-size: 15px;
		line-height: 1.6;
	}

	.pc_footer_ft_fr{
		width: 48%;
		max-width: 48%;
	}

	.pc_footer_ft_fr_fc{
		font-size: 15px;
		line-height: 1.6;
	}

	.pc_footer_fb_ft{
		font-size: 15px;
	}

	.pc_footer_fb_fb_li{
		padding: 0 7px;
	}

	.pc_footer_fb_fb_li::before{
		height: 15px;
	}

	.pc_footer_fb_fb_li a{
		font-size: 15px;
	}
}

@media(max-width:768px){
	.pc_footer_ft_con{
		padding: 25px 0;
	}

	.pc_footer_ft_fl_ft{
		font-size: 16px;
		font-weight: bold;
	}

	.pc_footer_ft_fl_fb,.pc_footer_ft_fc_fb{
		margin-top: 10px;
	}

	.pc_footer_ft_fc1{
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fc1_fb{
		margin-top: 10px;
	}

	.pc_footer_ft_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 12px;
	}

	.pc_footer_ft_fr_fc{
		margin-top: 10px;
	}

	.pc_footer_ft_fr_fb{
		margin-top: 14px;
	}
}

@media(max-width:468px){
	.pc_footer_ft_con{
		padding: 20px 0;
	}

	.pc_footer_ft_fl_fb,.pc_footer_ft_fc_fb{
		margin-top: 8px;
	}

	.pc_footer_ft_fc1_fb{
		margin-top: 8px;
	}

	.pc_footer_ft_fr_fc{
		margin-top: 8px;
	}

	.pc_footer_ft_fr_fb{
		margin-top: 12px;
	}

	.pc_footer_fb{
		padding: 13px 0;
	}

	.pc_footer_fb_fb_li{
		width: 33.3333333333333%;
	}

	.pc_footer_fb_fb_li:nth-child(3n+1)::before{
		display: none;
	}
}

/*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: 10px;
}

.pc_backtop_box:hover{
	background-color: #000;
	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;
	}
}