/*初始化样式*/
* {
	-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: #bb1e2f;
}

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;
}

/**/
.max1270 {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	padding: 0 50px;
}

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

	.page_con_zhuti {
		padding: 0 30px;
	}
}

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

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

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

	.page_con_zhuti {
		padding: 0 15px;
	}
}
/*scrollbar*/
::-webkit-scrollbar {
	width: 4px;
	-webkit-appearance: none;
	-webkit-border-radius: 0
}

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

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

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

/*头部*/
.pc_header_top{
	background: #f0f0f0;
	font-size: 15px;
	line-height: 40px;
	color: #888;
}

.pc_header_top_con{
	overflow: hidden;
}

.pc_header_top a{
	color: #888;
	-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_top a:hover{
	color: #bb1e2f;
	text-decoration: underline;
}

.pc_header_top_fr_li{
	float: left;
	padding-left: 21px;
	position: relative;
}

.pc_header_top_fr_li::before{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 1px;
	height: 15px;
	background: #999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_top_fr_li:nth-child(1){
	padding-left: 0;
}

.pc_header_top_fr_li:nth-child(1)::before{
	display: none;
}

#pc_header {
	width: 100%;
	z-index: 999;
	background: #fff;
}

.pc_header_middle_con {
	height: 110px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_middle_fl{
	width: 74%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_middle_fl_fl{
	width: 23%;
	max-width: 180px;
	padding-right: 20px;
}

.pc_header_middle_fl_fl img{
	max-width: 100%;
}

.pc_header_middle_fl_fr_ft{
	font-size: 1rem;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
}

.pc_header_middle_fl_fr_ft span{
	color: #bb1e2f;
}

.pc_header_middle_fl_fr_fb{
	font-size: 18px;
	line-height: 1.3;
	color: #333;
	margin-top: 8px;
}

.pc_header_middle_fl_fr{
	width: 77%;
	padding-left: 20px;
	position: relative;
}

.pc_header_middle_fl_fr::before{
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	background: #dfdfdf;
}

.pc_header_middle_fl_fr::after{
	content: '';
	position: absolute;
	left: -3px;
	top: 50%;
	width: 7px;
	height: 7px;
	background: #bb1e2f;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pc_header_middle_fr{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_middle_fr_ft{
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	padding-left: 25px;
	background: url(../images/img/top_header_top_phone.png) no-repeat left center;
	background-size: 16px;
}
.pc_header_middle_fr_fb{
	font-size: 1.1rem;
	line-height: 1.9;
	color: #333;
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid #bb1e2f;
	width: 100%;
	padding:0 1.5rem;
	margin-top: 10px;
}

.pc_header_nav{
	background: #fff;
	border-top: 1px solid #dfdfdf;
}

.pc_nav {
	width: 100%;
}

.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>li {
	width: 11.11111111111111%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li>a {
	font-size: 16px;
	line-height: 55px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 150px;
	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 .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.pc_nav>ul>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>li:hover>a,.pc_nav>ul>li.active>a{
	background: #bb1e2f;
	color: #fff;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_li a:hover {
	background: #bb1e2f;
	color: #fff;
}

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

	.pc_header_middle_fl_fr_fb{
		font-size: 17px;
	}

	.pc_header_middle_fr_fb{
		font-size: 18px;
		padding: 0 20px;
	}
}

@media(max-width:1200px){
	.pc_header_middle_fl_fr_fb{
		font-size: 16px;
	}

}

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

	.pc_header_nav{
		display: none;
	}
}

/*首页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: 5% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #bb1e2f;
}

@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 10px !important;
	}

	.index_banner_yuandian span {
		width: 8px;
		height: 8px;
		margin: 0 3px !important;
	}
}

/*热门搜索*/
.index_remensousuo {
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
}

.index_remensousuo_con{
	overflow: hidden;
	height: 65px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_remensousuo_fl {
	width: 100%;
	padding-right: 270px;
	margin-right: -270px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl a {
	color: #666;
	margin: 0 3px;
	-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_remensousuo_fl a::after {
	content: ',';
	font-weight: normal;
	color: #666;
}

.index_remensousuo_fl a:last-child::after {
	content: '';
}

.index_remensousuo_fl a:hover {
	color: #bb1e2f;
}

.index_remensousuo_fl h3 {
	font-size: 16px;
	line-height: 80px;
	color: #333;
}

.index_remensousuo_fl h3 a {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	margin-right: 15px;
}

.index_remensousuo_fl h3 a:hover {
	color: #333;
}

.index_remensousuo_fl h3 a:last-child {
	margin-right: 0;
}

.index_remensousuo_fr {
	width: 250px;
	background: #f0f0f0;
	border-radius: 25px;
	overflow: hidden;
}

.index_remensousuo_fr_shuru {
	outline: none;
	line-height: 38px;
	background: none;
	border: 0;
	background: #0662af;
}

.index_remensousuo_fr_tijiao {
	width: 50px;
	height: 38px;
	background: url(../images/img/index_search_ico.png) no-repeat center;
	background-size: 18px;
	border: 0;
	outline: none;
	position: relative;
}

.index_remensousuo_fr_tijiao:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #666;
}

.index_remensousuo_fr_shuru {
	padding-left: 20px;
	line-height: 38px;
	width: calc(100% - 50px);
	background: none;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #666;
	float: left;
}

.index_remensousuo_fr_shuru:-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

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

.index_remensousuo_fl_nav_yiji {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

.index_remensousuo_fl_nav_yiji>a {
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl_nav_yiji:hover>a {
	background: #bb1e2f;
	color: #fff;
}

.index_remensousuo_fl_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
	display: none;
	z-index: 99;
	background: #fff;
}

.index_remensousuo_fl_nav_yiji:hover .index_remensousuo_fl_nav_erji {
	display: block;
}

.index_remensousuo_fl_nav_erji a {
	font-size: 15px;
	line-height: 60px;
	color: #333;
	border-top: 1px solid #ddd;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl_nav_erji a:hover {
	color: #bb1e2f;
}

.index_remensousuo_fl_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

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

/*产品中心*/
.index_dafeng_product{
	padding: 4% 0 0;
}

.index_dafeng_product_ft{
	text-align: center;
}

.index_dafeng_product_ft h3{
	font-size: 1.9rem;
	line-height: 1.1;
	color: #bb1e2f;
}

.index_dafeng_product_ft h3 span{
	font-weight: bold;
}

.index_dafeng_product_ft h4{
	font-size: 17px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}

.index_dafeng_product_fb{
	margin-top: 3.5%;
	overflow: hidden;
}

.index_dafeng_product_fb_fl{
	width: 260px;
	position: relative;
	z-index: 10;
}

.index_dafeng_product_fb_fl_ft{
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	background: #bb1e2f;
	padding: 14% 0;
	text-align: center;
}

.index_dafeng_product_fb_fl_fb_li{
	background: #f9f9f9;
	margin-top: .9rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_product_fb_fl_fb_li a{
	display: block;
	padding:0 30px 0 25px;
	font-size: 16px;
	line-height: 2.7rem;
	color: #666;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-image: url(../images/img/index_product_btnr_h.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_product_fb_fl_fb_li:hover{
	background: #bb1e2f;
}

.index_dafeng_product_fb_fl_fb_li:hover a{
	background-image: url(../images/img/index_product_btnr.png);
	color: #fff;
}

.index_dafeng_product_fb_fr{
	width: 97%;
	padding-left: 260px;
	margin-left: -260px;
}

.index_dafeng_product_fb_fr_li{
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

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

.index_dafeng_product_fb_fr_li:nth-child(n+4){
	margin-top: 1.28%;
}
.index_dafeng_product_fb_fr_li_img_www{
	border: 1px solid #ddd;
	padding: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_product_fb_fr_li_img{
	overflow: hidden;
}

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

.index_dafeng_product_fb_fr_li_img_con{
	padding: 45% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_product_fb_fr_li_wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	padding-top: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_product_fb_fr_li:hover .index_dafeng_product_fb_fr_li_img_www{
	border-color: #bb1e2f;
}

.index_dafeng_product_fb_fr_li:hover .index_dafeng_product_fb_fr_li_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);
}

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

.index_dafeng_product_fb_fr_li:hover .index_dafeng_product_fb_fr_li_wz{
	color: #bb1e2f;
}

.index_dafeng_hot_sale_product_ft{
	padding: 3.5% 0;
	overflow: hidden;
}

.index_dafeng_hot_sale_product_ft_fl{
	font-size: 24px;
	line-height: 40px;
	color: #333;
	padding-left: 55px;
	padding-right: 30px;
	background: url(../images/img/index_hot_sale_product_ico.png) no-repeat left center;
	background-size: 40px;
	position: relative;
}

.index_dafeng_hot_sale_product_ft_fl::before{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	width: 1200px;
	height: 1px;
	background: #ddd;
	margin-top: -1px;
}

.index_dafeng_hot_sale_product_fb{
	overflow: hidden;
	padding: 0 1px;
}

.index_dafeng_hot_sale_product_fb_li{
	text-align: center;
}

.index_dafeng_hot_sale_product_fb_li_img_www{
	border: 1px solid #ddd;
	padding: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_hot_sale_product_fb_li_img{
	overflow: hidden;
}

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

.index_dafeng_hot_sale_product_fb_li_img_con{
	padding: 45% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_hot_sale_product_fb_li_wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	padding-top: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_hot_sale_product_fb_li:hover .index_dafeng_hot_sale_product_fb_li_img_www{
	border-color: #bb1e2f;
}

.index_dafeng_hot_sale_product_fb_li:hover .index_dafeng_hot_sale_product_fb_li_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);
}

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

.index_dafeng_hot_sale_product_fb_li:hover .index_dafeng_hot_sale_product_fb_li_wz{
	color: #bb1e2f;
}

@media(max-width:1280px){
	.index_dafeng_hot_sale_product_ft_fl{
		font-size: 22px;
		line-height: 32px;
		background-size: 32px;
		padding-left: 42px;
		padding-right: 20px;
	}
}

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

	.index_dafeng_product_ft h4{
		font-size: 16px;
	}

	.index_dafeng_product_fb{
		margin-top: 3%;
	}

	.index_dafeng_product_fb_fl{
		width: 100%;
	}

	.index_dafeng_product_fb_fl_ft{
		font-size: 18px;
		padding: 20px 0;
	}

	.index_dafeng_product_fb_fl_fb_ul{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.index_dafeng_product_fb_fl_fb_li{
		margin-top: 12px;
		width: 49%;
		margin-right: 2%;
	}

	.index_dafeng_product_fb_fl_fb_li:nth-child(2n){
		margin-right: 0;
	}
	
	.index_dafeng_product_fb_fl_fb_li:nth-child(n+7){
		display: none;
	}

	.index_dafeng_product_fb_fl_fb_li a{
		line-height: 40px;
	}

	.index_dafeng_product_fb_fr{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		margin-top: 3%;
	}
}

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

	.index_dafeng_product_ft h3{
		font-size: 24px;
	}

	.index_dafeng_product_ft h4{
		margin-top: 8px;
	}

	.index_dafeng_product_fb{
		margin-top: 20px;
	}

	.index_dafeng_product_fb_fl_ft{
		padding: 15px 0;
	}

	.index_dafeng_product_fb_fr{
		margin-top: 20px;
	}

	.index_dafeng_product_fb_fr_li{
		width: 49%;
	}

	.index_dafeng_product_fb_fr_li:nth-child(3n){
		margin-right: 2%;
	}

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

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

	.index_dafeng_product_fb_fl_fb_li a{
		padding-left: 15px;
		padding-right: 20px;
		background-position: right 10px center;
		background-size: 7px;
	}

	.index_dafeng_hot_sale_product_ft{
		padding: 25px 0;
	}

	.index_dafeng_hot_sale_product_ft_fl{
		font-size: 20px;
		line-height: 30px;
		background-size: 30px;
		padding-left: 35px;
		padding-right: 15px;
	}
}

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

	.index_dafeng_product_ft h3{
		font-size: 22px;
	}

	.index_dafeng_product_fb{
		margin-top: 15px;
	}

	.index_dafeng_product_fb_fl_ft{
		padding: 10px 0;
	}

	.index_dafeng_product_fb_fl_fb_li a{
		font-size: 15px;
		padding-left: 10px;
	}

	.index_dafeng_product_fb_fr{
		margin-top: 15px;
	}

	.index_dafeng_product_fb_fr_li_wz{
		font-size: 15px;
		padding-top: 5px;
	}

	.index_dafeng_product_fb_fr_li:nth-child(n+3){
		margin-top: 5px;
	}

	.index_dafeng_hot_sale_product_ft{
		padding: 15px 0;
	}

	.index_dafeng_hot_sale_product_fb_li_wz{
		font-size: 15px;
		padding-top: 5px;
	}
}

/*我们的优势*/
.index_dafeng_our_advantages{
	margin-top: 3.5%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index_dafeng_our_advantages_con{
	padding: 4% 0;
	width: 100%;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.index_dafeng_our_advantages_fr{
	width: 50%;
	margin-right: 37px;
}

.index_dafeng_our_advantages_fr_li{
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

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

.index_dafeng_our_advantages_fr_li_img{
	background: #fff;
	width: 74px;
	height: 74px;
	font-size: 0;
	line-height: 74px;
	border-radius: 8px;
	text-align: center;
}

.index_dafeng_our_advantages_fr_li_img img{
	max-width: 60%;
}

.index_dafeng_our_advantages_fr_li_wz{
	width: 95%;
	padding-left: 74px;
	margin-left: -74px;
}

.index_dafeng_our_advantages_fr_li_wz_ft{
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
}

.index_dafeng_our_advantages_fr_li_wz_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top:6px;
}

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

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

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

	.index_dafeng_our_advantages_con{
		padding: 30px 0;
	}

	.index_dafeng_our_advantages_fr{
		width: 100%;
		margin-right: 0;
	}

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

	.index_dafeng_our_advantages_fr_li_img{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.index_dafeng_our_advantages_fr_li_wz{
		padding-left: 60px;
		margin-left: -60px;
		width: 96%;
	}
}

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

	.index_dafeng_our_advantages_con{
		padding: 25px 0;
	}

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

	.index_dafeng_our_advantages_fr_li_img{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.index_dafeng_our_advantages_fr_li_wz{
		padding-left: 70px;
		margin-left: -70px;
		width: 96%;
	}

	.index_dafeng_our_advantages_fr_li_wz_ft{
		font-size: 18px;
		font-weight: bold;
	}

	.index_dafeng_our_advantages_fr_li_wz_fb{
		margin-top: 3px;
	}
}

/*优势*/
.index_dafeng_characteristic{
	background: url(../images/img/index_characteristic_bj.jpg) no-repeat center;
	background-size: cover;
	padding: 4% 0;
}
.index_dafeng_characteristic_fb{
	margin-top: 3.5%;
}

.index_dafeng_characteristic_fb_ul{
	position: relative;
}

.index_dafeng_characteristic_fb_ul::before{
	content: '';
	position: absolute;
	left: 50%;
	height: 100%;
	width: 1px;
	margin-left: -1px;
	background: #ddd;
}

.index_dafeng_characteristic_fb_li{
	position: relative;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_dafeng_characteristic_fb_li:nth-child(2n){
	-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_dafeng_characteristic_fb_li:nth-child(n+2){
	margin-top: 3%;
}

.index_dafeng_characteristic_fb_li::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 12px;
	width: 12px;
	background: #fff;
	border-radius: 50%;
	margin-left: -9px;
	margin-top: -9px;
	border: 3px solid #bb1e2f;
}

.index_dafeng_characteristic_fb_li_wz,.index_dafeng_characteristic_fb_li_img{
	width: 50%;
}

.index_dafeng_characteristic_fb_li_wz{
	padding-right: 6.45%;
}

.index_dafeng_characteristic_fb_li:nth-child(2n) .index_dafeng_characteristic_fb_li_wz{
	padding-right: 0;
	padding-left: 6.45%;
}

.index_dafeng_characteristic_fb_li_wz_ft_ft{
	font-size: 2.2rem;
	line-height: .8;
	font-family: Stencil;
	color: #bb1e2f;
}

.index_dafeng_characteristic_fb_li_wz_ft_fb{
	font-size: 1.6rem;
	line-height: 1.1;
	color: #bb1e2f;
	font-weight: bold;
	margin-top: 4%;
}

.index_dafeng_characteristic_fb_li_wz_fc{
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	margin: 3.5% 0 3%;
}

.index_dafeng_characteristic_fb_li_wz_fb{
	font-size: 16px;
	line-height: 1.6;
	color: #999;
}

.index_dafeng_characteristic_fb_li_img{
	padding-left: 6.45%;
}

.index_dafeng_characteristic_fb_li:nth-child(2n) .index_dafeng_characteristic_fb_li_img{
	padding-right: 6.45%;
	padding-left:0;
}

.index_dafeng_characteristic_fb_li_img_nnn{
	overflow: hidden;
	border-radius: 15px;
}

.index_dafeng_characteristic_fb_li_img img{
	width: 100%;
}

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

	.index_dafeng_characteristic_fb_li_wz_ft_fb{
		font-size: 20px;
	}

	.index_dafeng_characteristic_fb_li_wz_fc{
		font-size: 17px;
	}

	.index_dafeng_characteristic_fb_li_wz_fb{
		font-size: 15px;
	}

	.index_dafeng_characteristic_fb_li::before{
		width: 6px;
		height: 6px;
		margin-left: -6px;
		margin-top: -6px;
	}

	.index_dafeng_characteristic_fb_li_wz{
		padding-right: 4%;
	}

	.index_dafeng_characteristic_fb_li_img{
		padding-left: 4%;
	}

	.index_dafeng_characteristic_fb_li:nth-child(2n) .index_dafeng_characteristic_fb_li_img{
		padding-right: 4%;
	}

	.index_dafeng_characteristic_fb_li:nth-child(2n) .index_dafeng_characteristic_fb_li_wz{
		padding-left: 4%;
	}
}

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

	.index_dafeng_characteristic_fb{
		margin-top: 20px;
	}

	.index_dafeng_characteristic_fb_ul::before{
		display: none;
	}

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

	.index_dafeng_characteristic_fb_li::before{
		display: none;
	}

	.index_dafeng_characteristic_fb_li_wz{
		width: 100%;
		padding: 0!important;
	}

	.index_dafeng_characteristic_fb_li_img{
		width: 100%;
		padding: 0!important;
		margin-top: 15px;
	}

	.index_dafeng_characteristic_fb_li_wz_ft_ft{
		font-size: 28px;
	}

	.index_dafeng_characteristic_fb_li_wz_ft_fb{
		font-size: 18px;
		margin-top: 15px;
	}

	.index_dafeng_characteristic_fb_li_wz_fc{
		margin: 15px 0 10px;
	}
}

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

	.index_dafeng_characteristic_fb{
		margin-top: 15px;
	}

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

	.index_dafeng_characteristic_fb_li_wz_ft_ft{
		font-weight: bold;
		font-size: 24px;
	}

	.index_dafeng_characteristic_fb_li_wz_ft_fb{
		margin-top: 10px;
	}

	.index_dafeng_characteristic_fb_li_wz_fc{
		margin: 10px 0 5px;
	}

	.index_dafeng_characteristic_fb_li_img{
		margin-top: 10px;
	}

	.index_dafeng_characteristic_fb_li_img_nnn{
		border-radius: 10px;
	}
}
/*留言*/
.index_dafeng_message{
	padding: 4% 0;
	position: relative;
}

.index_dafeng_message_ft h3{
	color: #fff;
}

.index_dafeng_message_ft h4{
	color: #fff;
}

.index_dafeng_message_fb{
	margin-top: 3.5%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_dafeng_message_fb_fl{
	width: 71%;
}

.index_dafeng_message_fb_fl li{
	width: 31.3%;
	margin-right: 3.05%;
	font-size: 0;
}

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

.index_dafeng_message_fb_fl li:nth-child(n+4){
	margin-top: 3.05%;
}

.index_dafeng_message_fb_fl li input,.index_dafeng_message_fb_fl li textarea{
	width: 100%;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	color: #999;
	outline: none;
	border: 0;
	padding: 0 20px;
	font-family: 'Microsoft YaHei';
	border-radius: 4px;
}

.index_dafeng_message_fb_fl li input::focus,.index_dafeng_message_fb_fl li textarea::focus{
	border-right-color: #999 !important;
}

.index_dafeng_message_fb_fl li input::-webkit-input-placeholder,.index_dafeng_message_fb_fl li textarea::-webkit-input-placeholder{
	color: #999;
}

.index_dafeng_message_fb_fl_verification{
	overflow: hidden;
}

.index_dafeng_message_fb_fl_verification_input{
	width: 100px;
	position: relative;
	z-index: 15;
}

.index_dafeng_message_fb_fl_verification_images{
	width: 96%;
	padding-left: 100px;
	margin-left: -100px;
}

.index_dafeng_message_fb_fl_verification_images img{
	width: 100%;
	height: 50px;
}

.index_dafeng_message_fb_fl_submit input{
	background: #2353a7;
	font-size: 16px!important;
	color: #fff!important;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_message_fb_fl_submit input:hover{
	background: #2353a7;
}

.index_dafeng_message_fb_fr{
	max-width: 27%;
}

.index_dafeng_message_fb_fr_ft{
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	padding-left: 50px;
	background-position: left center;
	background-size: 40px;
	background-repeat: no-repeat;
	background-image: url(../images/img/index_messages_phone_ico.png);
}

.index_dafeng_message_fb_fr_fb{
	font-size: 1.9rem;
	font-family: impact;
	font-weight: 500;
	line-height: 1.1;
	color: #fff;
	margin-top: 6%;
}

@media(max-width:1280px){
	.index_dafeng_message_fb_fr_ft{
		line-height: 36px;
		background-size: 36px;
		padding-left: 46px;
	}
}

@media(max-width:991px){
	.index_dafeng_message_fb{
		margin-top: 3%;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.index_dafeng_message_fb_fl li:nth-child(n+4){
		margin-top: 3%;
	}

	.index_dafeng_message_fb_fl{
		width: 100%;
	}

	.index_dafeng_message_fb_fr{
		max-width: 100%;
		margin-top: 3%;
	}

	.index_dafeng_message_fb_fr_fb{
		font-size: 28px;
	}
}

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

	.index_dafeng_message_fb{
		margin-top: 20px;
	}

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

	.index_dafeng_message_fb_fl li:nth-child(n+4){
		margin-top: 20px;
	}

	.index_dafeng_message_fb_fl_verification_input{
		width: 80px;
	}

	.index_dafeng_message_fb_fl_verification_images{
		padding-left: 80px;
		margin-left: -80px;
	}

	.index_dafeng_message_fb_fl li input, .index_dafeng_message_fb_fl li textarea{
		padding: 0 15px;
	}

	.index_dafeng_message_fb_fr{
		margin-top: 20px;
	}

	.index_dafeng_message_fb_fr_ft{
		line-height: 30px;
		background-size: 30px;
		padding-left: 35px;
	}

	.index_dafeng_message_fb_fr_fb{
		margin-top: 10px;
		font-size: 26px;
	}
}

@media(max-width:600px){
	.index_dafeng_message_fb_fl li{
		width: 49%;
		margin-right: 2%;
	}

	.index_dafeng_message_fb_fl li:nth-child(3n){
		margin-right: 2%;
	}

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

	.index_dafeng_message_fb_fl li:nth-child(n+3){
		margin-top: 15px;
	}
}

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

	.index_dafeng_message_fb{
		margin-top: 15px;
	}

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

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

	.index_dafeng_message_fb_fl li input, .index_dafeng_message_fb_fl li textarea{
		height: 42px;
		line-height: 42px;
	}

	.index_dafeng_message_fb_fl_verification_images{
		width: 120px;
		padding-left: 0;
		margin-left: 0;
		float: left;
		margin-left: 15px;
	}

	.index_dafeng_message_fb_fl_verification_images img{
		height: 42px;
	}

	.index_dafeng_message_fb_fr{
		margin-top: 15px;
	}

	.index_dafeng_message_fb_fr_fb{
		font-size: 24px;
	}
}
/*新闻动态*/
.index_dafeng_news{
	padding: 4% 0;
}

.index_dafeng_news_fb{
	margin-top: 3.5%;
}


.index_dafeng_news_fb_fl{
	width: 56%;
}

.index_dafeng_news_fb_fl_ft{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 10;
}

.index_dafeng_news_fb_fl_ft_fl_ul{
	overflow: hidden;
}

.index_dafeng_news_fb_fl_ft_fl_li{
	font-size: 20px;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fl_ft_fl_li.on{
	color: #bb1e2f;
}

.index_dafeng_news_fb_fl_ft_fl_li:nth-child(n+2){
	margin-left: 40px;
}

.index_dafeng_news_fb_fl_ft_fr_li a{
	font-size: 16px;
	line-height: 26px;
	color: #999;
	display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fl_ft_fr_li a:hover{
	color: #bb1e2f;
}

.index_dafeng_news_fb_fl_fc{
	margin: 1.5rem 0;
	border: 1px solid #ddd;
	padding: 3%;
}

.index_dafeng_news_fb_fl_fc_li_list .img{
	overflow: hidden;
}

.index_dafeng_news_fb_fl_fc_li_list .img_con{
	padding: 17% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fl_fc_li_list img{
	width:100%;
}

.index_dafeng_news_fb_fl_fc_li_list .wz {
	margin-top: 5%;
}

.index_dafeng_news_fb_fl_fc_li_list .wz h3{
	font-size: 18px;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
	position: relative;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fl_fc_li_list .wz h3 span{
	font-size: 15px;
	line-height: 1.3;
	color: #999;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_dafeng_news_fb_fl_fc_li_list .wz h4{
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-top: 3.5%;
	max-height: 3.6em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_dafeng_news_fb_fl_fb{
	padding-top: 2%;
}

.index_dafeng_news_fb_fl_fb_li_list{
	padding-bottom: 3.5%;
}

.index_dafeng_news_fb_fl_fb_li_list:nth-child(n+2){
	border-top: 1px solid #ddd;
	padding-top: 3.5%;
}

.index_dafeng_news_fb_fl_fb_li_list:last-child{
	padding-bottom: 0;
}

.index_dafeng_news_fb_fl_fb_li_list a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	position: relative;
	padding-left: 25px;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fl_fb_li_list a::before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #999;
	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%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fl_fb_li_list a span{
	font-size: 16px;
	line-height: 1.2;
	color: #666;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fr{
	width: 40%;
}

.index_dafeng_news_fb_fr_fb{
	height: 100%;
	margin-top: -42px;
	padding-top: 42px;
}

.index_dafeng_news_fb_fr_fb_con{
	height: 100%;
	padding-top: 1.5rem;
}

.index_dafeng_news_fb_fr_fb_con_n1{
	height: 100%;
	background: #f9f9f9;
	overflow: hidden;
	padding:6.5%;
}

.index_dafeng_news_fb_fr_fb_con_n1_li:nth-child(1) .index_dafeng_news_fb_fr_fb_con_n1_li_nnn{
	padding-top: 0;
}

.index_dafeng_news_fb_fr_fb_con_n1_li_nnn {
	padding: 4% 0;
	border-bottom: 1px dashed #ddd;
}

.index_dafeng_news_fb_fr_fb_con_n1_li h3,.index_dafeng_news_fb_fr_fb_con_n1_li h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_dafeng_news_fb_fr_fb_con_n1_li h3{
	font-size: 18px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_news_fb_fr_fb_con_n1_li h4{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
}

.index_dafeng_news_fb_fl_fc_li:hover .index_dafeng_news_fb_fl_fc_li_list .img_con{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_dafeng_news_fb_fl_fc_li:hover .index_dafeng_news_fb_fl_fc_li_list .wz h3{
	color: #bb1e2f;
}

.index_dafeng_news_fb_fl_fb_li_list:hover a{
	color: #bb1e2f;
}

.index_dafeng_news_fb_fl_fb_li_list:hover a span{
	color: #bb1e2f;
}

.index_dafeng_news_fb_fl_fb_li_list:hover a::before{
	border-color: #bb1e2f;
}

.index_dafeng_news_fb_fr_fb_con_n1_li:hover h3{
	color: #bb1e2f;
}

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

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

	.index_dafeng_news_fb_fl_fc_li_list .wz h3{
		font-size: 17px;
	}

	.index_dafeng_news_fb_fr_fb_con_n1_li h3{
		font-size: 17px;
	}
}

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

	.index_dafeng_news_fb{
		margin-top: 20px;
	}

	.index_dafeng_news_fb_fl{
		width: 100%;
	}

	.index_dafeng_news_fb_fl_fc{
		margin: 20px 0 15px;
		padding: 20px 20px 15px;
	}

	.index_dafeng_news_fb_fl_fc_li_list .wz{
		margin-top: 15px;
	}

	.index_dafeng_news_fb_fl_fc_li_list .wz h4{
		margin-top: 10px;
	}

	.index_dafeng_news_fb_fl_fb{
		padding-top: 0;
	}

	.index_dafeng_news_fb_fl_fb_li_list{
		padding-bottom: 15px;
	}

	.index_dafeng_news_fb_fr{
		width: 100%;
		margin-top: 15px;
	}

	.index_dafeng_news_fb_fr_fb_con{
		padding-top: 20px;
	}

	.index_dafeng_news_fb_fr_fb{
		height: auto;
	}

	.index_dafeng_news_fb_fr_fb_con_n1{
		height: auto;
		padding: 20px;
	}

	.index_dafeng_news_fb_fr_fb_con_n1_li_nnn{
		padding: 15px 0;
	}
}

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

	.index_dafeng_news_fb{
		margin-top: 15px;
	}

	.index_dafeng_news_fb_fl_ft{
		padding-bottom: 10px;
	}

	.index_dafeng_news_fb_fl_fc_li_list .wz{
		margin-top: 10px;
	}

	.index_dafeng_news_fb_fl_fc_li_list .wz h4{
		margin-top: 5px;
	}

	.index_dafeng_news_fb_fl_fb_li_list{
		padding-bottom: 14px;
	}

	.index_dafeng_news_fb_fl_fb_li_list:nth-child(n+2){
		padding-top: 14px;
	}

	.index_dafeng_news_fb_fl_fc{
		margin: 15px 0 10px;
		padding: 15px 15px 14px;
	}

	.index_dafeng_news_fb_fr_fb_con{
		padding-top: 15px;
	}

	.index_dafeng_news_fb_fr_fb_con_n1{
		padding: 15px;
	}

	.index_dafeng_news_fb_fr_fb_con_n1_li_nnn{
		padding: 14px 0;
	}
	
	.index_dafeng_news_fb_fr_fb_con_n1_li h4{
		margin-top: 8px;
	}
}
/*公司简介*/
.index_dafeng_about{
	padding: 4% 0;
}

.index_dafeng_about_ft h3{
	color: rgba(255,255,255,1);
}

.index_dafeng_about_fc{
	font-size: 16px;
	line-height: 2;
	color: rgba(255,255,255,.8);
	text-align: center;
	margin: 3.5% 0;
}

.index_dafeng_about_fb_ul{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.index_dafeng_about_fb_li{
	margin: 0 1.625rem;
}

.index_dafeng_about_fb_li a{
	display: block;
	min-width: 190px;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	padding-left: 45px;
	background-color: #bb1e2f;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size:24px;
	border-radius: 25px;
}

.index_dafeng_case_nnn{
	padding: 4% 0;
	overflow: hidden;
}

.index_dafeng_case_li{
	text-align: center;
	overflow: hidden;
}

.index_dafeng_case_li_img_www{
	border: 1px solid #dfdfdf;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_case_li_img{
	overflow: hidden;
}

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

.index_dafeng_case_li_img_con{
	padding: 45% 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_case_li_wz{
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	padding: 5% 10px;
	background: rgba(0,0,0,.6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -40%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_dafeng_case_li:hover .index_dafeng_case_li_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);
}

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

.index_dafeng_case_li:hover .index_dafeng_case_li_wz{
	bottom: 0;
}

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

	.index_dafeng_about_fc{
		margin: 20px 0;
		line-height: 1.8;
	}

	.index_dafeng_about_fb_li{
		margin: 0 5px;
	}

	.index_dafeng_about_fb_li a{
		min-width: 160px;
		padding-left: 40px;
		background-position: 15px center;
	}

	.index_dafeng_case_nnn{
		padding: 30px 0;
	}
}

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

	.index_dafeng_about_fb_li{
		width: 48%;
		margin:0;
		margin-right: 4%;
	}

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

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

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

	.index_dafeng_about_fb_li a{
		min-width: 100%;
	}
}

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

	.index_dafeng_about_fc{
		margin: 15px 0;
	}

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

	.index_dafeng_case_nnn{
		padding: 25px 0;
	}
}

/*footer*/
.pc_footer_1{
	background: #bb1e2f;
}

.pc_footer_1_ft{
	padding: 3.5% 0;
}

.pc_footer_1_ft_fl{
	width: 45%;
}

.pc_footer_1_ft_fl_li{
	max-width: 33.333333333333%;
}

.pc_footer_1_ft_fl_li_ft,.pc_footer_1_ft_fc_ft,.pc_footer_1_ft_fr_ft{
	font-size: 22px;
	line-height: 1.1;
	color: #fff;
}

.pc_footer_1_ft_fl_li_fb{
	margin-top: 20px;
}

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

.pc_footer_1_ft_fl_li_fb_li a{
	font-size: 16px;
	line-height: 1.3;
	color: rgba(255,255,255,.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pc_footer_1_ft_fl_li_fb_li a:hover{
	color: rgba(255,255,255,1);
}

.pc_footer_1_ft_fc{
	width: 30%;
}

.pc_footer_1_ft_fc_fb{
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255,255,255,.7);
	margin-top: 16px;
}

.pc_footer_1_ft_fc_fb p:nth-child(n+2){
	margin-top: 12px;
}

.pc_footer_1_ft_fr{
	width: 20%;
	max-width: 120px;
}

.pc_footer_1_ft_fr_ul{
	margin-top: 22px;
}

.pc_footer_1_ft_fr_li{
	text-align: center;
}

.pc_footer_1_ft_fr_li_ewm img{
	width: 100%;
}

.pc_footer_1_ft_fr_li_wz{
	font-size: 16px;
	line-height: 1.3;
	color: rgba(255,255,255,.7);
	margin-top: 10px;
}

.pc_footer_2{
	background: #bb1e2f;
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 20px 0;
	font-size: 16px;
	line-height: 2;
	color: rgba(255,255,255,.7);
	text-align: center;
}

.pc_footer_2 a{
	color: rgba(255,255,255,.7);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pc_footer_2 a:hover{
	color: rgba(255,255,255,1);
}

@media(max-width:1280px){
	.pc_footer_1_ft_fl_li_ft, .pc_footer_1_ft_fc_ft, .pc_footer_1_ft_fr_ft{
		font-size: 20px;
		font-weight: bold;
	}
}

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

	.pc_footer_1_ft_fl_li_ft, .pc_footer_1_ft_fc_ft, .pc_footer_1_ft_fr_ft{
		font-size: 18px;
	}

	.pc_footer_1_ft_fc{
		width: 65%;
	}

	.pc_footer_1_ft_fr{
		width: 30%;
	}
}

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

	.pc_footer_1_ft_fc_fb{
		margin-top: 12px;
	}

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

	.pc_footer_1_ft_fr_ul{
		margin-top: 15px;
	}

	.pc_footer_2{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.pc_footer_1_ft_fc{
		width: 100%;
	}

	.pc_footer_1_ft_fr{
		width: 100%;
		margin-top: 13px;
	}

	.pc_footer_2{
		padding: 10px 0;
	}
}

/*公司简介*/
.ny_about_1_fb {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl {
	width: 48%;
	overflow: hidden;
}

.ny_about_1_fb_fl .img {
	overflow: hidden;
	cursor: pointer;
}

.ny_about_1_fb_fl 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;
}

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

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #bb1e2f;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4 {
	font-size: 6rem;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: left;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #4c4c4c;
	margin-top: 2%;
	text-indent: 2em;
}

.ny_about_2 {
	padding: 4% 0;
	background: #f7f8fa;
	margin-top: 4%;
}

.ny_about_2_ft h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	margin-top: 1%;
}

.ny_about_2_fb {
	margin-top: 3.5%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #dfdfdf;
}

.ny_about_2_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_about_2_fb li .img {
	overflow: hidden;
}

.ny_about_2_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;
}

.ny_about_2_fb li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
@media(max-width:1280px){
	.ny_about_2_ft h4 {
		font-size: 18px;
	}

	.ny_about_1_fb_fr_fc{
		line-height: 1.7;
	}
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 4%;
	}

	.ny_about_1_fb_fr {
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 65px;
		text-align: left;
		text-indent: 0;
	}

	.ny_about_1_fb_fr_fc{
		line-height: 2;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top:2.5%;
	}

	.ny_about_2_ft h3 {
		font-size: 24px;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 30px;
	}

	.ny_about_2 {
		margin-top: 30px;
		padding: 30px 0;
	}

	.ny_about_2_ft h4 {
		font-size: 17px;
	}

	.ny_about_2_fb{
		margin-top: 20px;
	}

	.ny_about_2_fb li{
		width: 49%;
	}

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

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

	.ny_about_1_fb_fr_fc{
		margin-top: 15px;
	}

	.ny_about_1_fb_fl{
		margin-top: 15px;
	}

	.ny_about_2_ft h4{
		margin-top: 5px;
	}
}

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

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 6.5rem;
		text-indent: 0;
		text-align: left;
	}

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

	.ny_about_2_fb li:nth-child(n+2){
		margin-top: 15px;
	}
	
	.ny_about_1_fb_fr_fc{
		margin-top: 10px;
	}

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

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

/*营销网络*/
.page_marketing_network{
	margin: 4% 0;
}

.page_marketing_network_con{
	padding: 4.5%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	box-shadow: 0 1px 20px rgba(0,0,0,.1);
}

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

	.page_marketing_network_con{
		padding: 25px;
		line-height: 1.8;
	}
}


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

	.page_marketing_network_con{
		padding: 20px;
	}
}

/*下载中心*/
.aspg_download_list_www{
	box-shadow: 0 1px 20px rgba(0,0,0,.1);
	border: 1px solid #f0f0f0;
	margin-top: 20px;
}

.aspg_download_list_title{
	font-size: 18px;
	line-height: 55px;
	color: #fff;
	background: #bb1e2f;
	padding:0 25px;
}

.aspg_download_list{
	padding: 30px 25px;
}

.aspg_download_list li:nth-child(n+2){
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #d9d9d9;
}

.aspg_download_list_wz h3{
	font-size: 17px;
	line-height: 1.5;
	color: #666;
	position: relative;
	padding-right: 100px;
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg_download_list_wz h3 span{
	font-size: 16px;
	line-height: 1.5;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.aspg_download_list_wz h3::before{
	content: '';
	width: 20px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	background-image: url(../images/img/page_download_ico.png);
	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%);
}

.aspg_download_list_wz_fb{
	margin-top: 15px;
}

.aspg_download_list_wz_fb_li{
	font-size: 0;
	line-height: 1;
	max-width: 23.5%;
	margin-right: 2%;
}

.aspg_download_list_wz_fb_li span{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	display: block;
	margin: 0;
}

.aspg_download_list_wz_fb_li:nth-child(4n){
	margin-right: 0;
}

.aspg_download_list_wz_fb_li a{
	color: #666;
}


.aspg_download_list_wz_fb_li .weidengluzhuangtai{
	vertical-align: middle;
}

.aspg_download_list_wz_fb_li .weidengluzhuangtai a{
	line-height: 1;
	color: #666;
}

.aspg_download_list_wz_fb_li a:hover{
	color: #bb1e2f!important;
}

.aspg_download_list_wz_fb_li span.weidengluzhuangtai_list_login{
	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-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.aspg_download_list_wz h3:hover{
	color: #bb1e2f;
}

@media(max-width:768px){
	.aspg_download_list_title{
		padding: 0 20px;
		line-height: 45px;
	}

	.aspg_download_list{
		padding: 20px;
	}

	.aspg_download_list_wz_fb{
		margin-top: 10px;
	}

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

	.aspg_download_list_wz_fb_li{
		width: 49%;
		max-width: 100%;
	}

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

	.aspg_download_list_wz_fb_li:nth-child(n+3){
		margin-top: 5px;
	}
}

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

	.aspg_download_list_title{
		padding: 0 15px;
		font-size: 17px;
	}

	.aspg_download_list{
		padding: 15px;
	}

	.aspg_download_list_wz h3{
		font-size: 16px;
		padding-right: 90px;
		padding-left: 25px;
	}

	.aspg_download_list_wz h3::before{
		background-size: 16px;
	}

	.aspg_download_list_wz h3 span{
		font-size: 15px;
	}

	.aspg_download_list_wz_fb_li span{
		font-size: 15px;
	}
}

/*登录*/
.weidengluzhuangtai{
	text-align: right;
	font-size: 0;
}

.touxiangtupian img{
	width:30px;
	height: auto;
	border-radius: 50%;
}

.touxiangtupian2{
	margin-right: 0;
}

.touxiangtupian2 img{
	width:40px!important;
	height: 40px!important;
	border-radius: 50%;
	object-fit: cover;
}

.page_news_content_wen .touxiangtupian2 img{
	width:40px!important;
	height: 40px!important;
	border-radius: 50%;
	object-fit: cover;
}

.weidengluzhuangtai a{
	font-size: 16px;
	line-height: 2;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.weidengluzhuangtai a:hover{
	color: #bb1e2f;
}

/*视频*/
.page_video_outer_frame{
	margin: 4% 0;
}

.page_video_outer_frame_con{
	padding: 4.5%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	box-shadow: 0 1px 20px rgba(0,0,0,.1);
}

.page_video_list_li{
	width: 48%;
	margin-right: 4%;
	text-align: center;
}

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

.page_video_list_li .img {
	overflow: hidden;
}

.page_video_list_li .img .img_con{
	width: 100%;
	height: 20rem;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

.page_video_list_li .iframe_con{
	overflow: hidden;
}

.page_video_list_li .iframe_con iframe{
	height: 20rem;
	display: block;
}

.page_video_list_li .wz{
	font-size: 17px;
	line-height: 1.5;
	color: #666;
	padding: 15px 0;
}

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

	.page_video_outer_frame_con{
		padding: 25px;
	}

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

	.page_video_list_li .wz{
		font-size: 16px;
		padding: 8px 0;
	}
}


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

	.page_video_outer_frame_con{
		padding: 20px;
	}
}