/*初始化样式*/
* {
	-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: #0568b7;
}

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: #dfdfdf;
	-webkit-border-radius: 0;
}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb:vertical {
	background: #0568b7;
	border: none;
	-webkit-border-radius: 0;
}

body::-webkit-scrollbar-thumb:vertical:active {
	background: #0568b7;
	border: none;
	-webkit-border-radius: 0;
}

/**/
.max1450 {
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px) {
	.max1450 {
		padding: 0 30px;
	}

	.page_con_zhuti {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1450 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1450 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.pc_header_1{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: #333;
}

.pc_header_1 a{
	color: #fff;
	display: block;
}

.pc_header_1_con{
	overflow: hidden;
}

.pc_header_1_fr{
	overflow: hidden;
}

.pc_header_1_fr_fl{
	padding-left: 25px;
	background-image: url(../images/img/top_header_phone_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px;
	margin-right: 10px;
}

.pc_header_1_fr_fr_li{
	position: relative;
	padding: 0 8px;
}

.pc_header_1_fr_fr_li:last-child{
	padding-right: 0;
}

.pc_header_1_fr_fr_li::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 13px;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_1_fr_fr_li:last-child::before{
	display: none;
}

#pc_header {
	width: 100%;
	background: #fff;
}

.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: 300px;
	position: relative;
	z-index: 10;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_fl{
	max-width: 95px;
}

.pc_logo img {
	max-width: 100%;
}

.pc_logo_fr{
	padding-left: 15px;
	margin-left: 15px;
	height: 110px;
	border-left: 1px solid rgba(0,0,0,.08);
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_fr_con{
	width: 100%;
}

.pc_logo_fr_ft{
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	font-weight: bold;
}

.pc_logo_fr_fb{
	font-size: 18px;
	line-height: 1.6;
	color: #333;
}

.pc_nav {
	width: 97%;
	position: relative;
	z-index: 3;
	padding-left: 300px;
	margin-left: -300px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_nav>ul {
	width: 100%;
	padding-right: 80px;
	margin-right: -80px;
}

.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;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.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 .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{
	color: #0568b7;
	font-weight: bold;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_nav_erji_li a:hover {
	background: #0568b7;
	color: #fff;
}

.pc_sousuo {
	position: relative;
	width: 30px;
	z-index: 999;
}

.pc_sousuo1 {
	width: 30px;
	height: 30px;
	background: url(../images/sh_ico.png) no-repeat center;
	background-size: 25px;
	margin-top: 25px;
	cursor: pointer;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	z-index: 999;
	background: #0568b7;
	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/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	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: 13px;
	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);
}

.pc_nav_language {
	width: 75px;
}

.pc_nav_language_ft{
	font-size: 16px;
	line-height: 40px;
	color: #333;
	text-align: center;
	padding-left: 35px;
	padding-right: 12px;
	position: relative;
	background-image: url(../images/img/top_header_lang_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 27px;
}

.pc_nav_language_ft::after {
	content: '';
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 0;
	border-top: 8px solid #666666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_nav_language_ft a{
	display: block;
	color: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_nav_language_ft a:hover{
	color: #0568b7;
}

.pc_nav_language_ft:hover::after{
	border-top-color: #0568b7;
}

@media(max-width:1366px){
	.pc_logo{
		width: 260px;
	}

	.pc_logo_fl{
		max-width: 85px;
	}

	.pc_logo_fr{
		margin-left: 10px;
		padding-left: 10px;
	}

	.pc_logo_fr_ft{
		font-size: 18px;
	}

	.pc_logo_fr_fb{
		font-size: 16px;
	}

	.pc_nav{
		margin-left: -260px;
		padding-left: 260px;
	}
}

@media(max-width:1280px){
	.pc_logo{
		width: 240px;
	}

	.pc_logo_fl{
		max-width: 75px;
	}

	.pc_logo_fr_ft{
		font-size: 17px;
	}

	.pc_logo_fr_fb{
		font-size: 15px;
	}

	.pc_nav{
		width: 98%;
		margin-left: -240px;
		padding-left: 240px;
	}
}

@media(max-width:1100px){
	.pc_nav>ul{
		padding-right: 70px;
		margin-right: -70px;
	}

	.pc_nav>ul>li>a{
		font-size: 15px;
	}

	.pc_nav_language_ft{
		font-size: 15px;
		padding-left: 30px;
		padding-right: 10px;
		background-size: 25px;
	}

	.pc_nav_language{
		width: 65px;
	}

	.pc_nav_language_ft::after{
		border-top: 7px solid #666666;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}
}

@media(max-width:991px){
	.pc_header_1{
		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: 950;
}

.index_banner_yuandian span{
	width: 9px;
	height: 9px;
	background: #0568b7;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px!important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active{
	background: #0568b7;
	width: 30px;
	border-radius: 30px;
}

@media(max-width:768px){
	.index_banner_yuandian{
		bottom: 10px!important;
	}

	.index_banner_yuandian span{
		width: 6px;
		height: 6px;
		margin: 0 3px!important;
	}

	.index_banner_yuandian span.swiper-pagination-bullet-active{
		width: 22px;
	}
}

/*热门搜索*/
.index_shengyufeng_search_hot{
	padding: 20px 0;
}

.index_shengyufeng_search_hot_fl{
	width: 100%;
	padding-right: 320px;
	margin-right: -320px;
	font-size: 16px;
	line-height: 42px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 45px;
	background-image: url(../images/img/index_hot_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.index_shengyufeng_search_hot_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_shengyufeng_search_hot_fl a::after{
	content: '';
	font-weight: normal;
	color: #666;
}

.index_shengyufeng_search_hot_fl a:last-child::after{
	content: '';
}

.index_shengyufeng_search_hot_fl a:hover{
	color: #0568b7;
}

.index_shengyufeng_search_hot_fr{
	width: 300px;
	overflow: hidden;
}

.index_shengyufeng_search_hot_fr_shuru_li{
	float: left;
	width: 100%;
	padding-right: 70px;
	margin-right: -70px;
}

.index_shengyufeng_search_hot_fr_shuru{
	padding: 0 12px;
	line-height: 40px;
	width: 100%;
	background: none;
	border: 0;
	outline: none;
	font-size: 15px;
	color: #666;
	border: 1px solid #dfdfdf;
}

.index_shengyufeng_search_hot_fr_shuru:-webkit-autofill{
	-webkit-text-fill-color: #999 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.index_shengyufeng_search_hot_fr_shuru::placeholder{
	color: #999;
}

.index_shengyufeng_search_hot_fr_tijiao{
	width: 70px;
	height: 42px;
	background: #0568b7 url(../images/img/index_hot_search_ico.png) no-repeat center;
	background-size: 20px;
	border: 0;
	outline: none;
	position: relative;
}

@media(max-width:991px){
	.index_shengyufeng_search_hot{
		display: none;
	}
}

/*产品中心*/
.index_shengyufeng_product_con{
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.08);
}

.index_shengyufeng_product_ul{
	overflow: hidden;
}

.index_shengyufeng_product_li{
	width: 33.33333333333333%;
	padding: 34px 8px;
	cursor: pointer;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid rgba(0,0,0,0);
}

.index_shengyufeng_product_li:nth-child(3n+1){
	border-left: 1px solid rgba(0,0,0,0);
}

.index_shengyufeng_product_li:nth-child(n+4){
	border-top-color: #eee;
}

.index_shengyufeng_product_li_a{
	-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;
}

.index_shengyufeng_product_li_a_con{
	max-width: 100%;
	position: relative;
}

.index_shengyufeng_product_li .img{
	width: 38px;
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_shengyufeng_product_li .img img{
	width: 100%;
	opacity: 1;
	-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_shengyufeng_product_li .img .img2{
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-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_shengyufeng_product_li .img::before,.index_shengyufeng_product_li .img::after{
	content: '';
	position: absolute;
	left: 50%;
	width: 10px;
	height: 14px;
	opacity: 0;
	-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: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.index_shengyufeng_product_li .img::before{
	top: -19px;
	background-image: url(../images/img/index_product_nav_jt_ico.png);
}

.index_shengyufeng_product_li .img::after{
	bottom: -19px;
	background-image: url(../images/img/index_product_nav_jt2_ico.png);
}

.index_shengyufeng_product_li .wz{
	font-size: 17px;
	line-height: 40px;
	color: #666;
	width: 100%;
	padding-left: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 10;
	-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_shengyufeng_product_li.on{
	background: #0568b7;
	border-left-color: rgba(0,0,0,0);
}

.index_shengyufeng_product_li.on + .index_shengyufeng_product_li{
	border-left-color: rgba(0,0,0,0);
}

.index_shengyufeng_product_li.on .img::before,.index_shengyufeng_product_li.on .img::after{
	opacity: 1;
}

.index_shengyufeng_product_li.on .img .img2{
	opacity: 1;
}

.index_shengyufeng_product_li.on .img .img1{
	opacity: 0;
}

.index_shengyufeng_product_li.on .wz{
	color: #fff;
}

.index_shengyufeng_product_list{
	padding: 4% 0;
}

.index_shengyufeng_product_list_ul_con_li{
	width: 32%;
	margin-right: 2%;
}

.index_shengyufeng_product_list_ul_con_li:nth-child(3n){
	margin-right: 0;
}

.index_shengyufeng_product_list_ul_con_li:nth-child(n+4){
	margin-top: 2%;
}

.index_shengyufeng_product_list_ul_con_li .img{
	overflow: hidden;
}

.index_shengyufeng_product_list_ul_con_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_shengyufeng_product_list_ul_con_li .wz{
	background: #e5e5e5;
	position: relative;
}

.index_shengyufeng_product_list_ul_con_li .wz .wz_ft{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	padding: 0 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_shengyufeng_product_list_ul_con_li .wz .wz_ft .wz_ft_ft{
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	text-align: center;
	opacity: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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_shengyufeng_product_list_ul_con_li .wz .wz_ft .wz_ft_fb{
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	border-radius: 30px;
	background: #0568b7;
	width: 110px;
	margin: 0 auto;
	text-align: center;
	margin-top: 12px;
	position: relative;
	z-index: 5;
}

.index_shengyufeng_product_list_ul_con_li .wz .wz_fb{
	background: #0568b7;
	padding: 9.5% 7.5%;
	opacity: 0;
	-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_shengyufeng_product_list_ul_con_li .wz .wz_fb .wz_fb_con{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_shengyufeng_product_list_ul_con_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_shengyufeng_product_list_ul_con_li:hover .wz .wz_ft{
	opacity: 0;
}

.index_shengyufeng_product_list_ul_con_li:hover .wz .wz_fb{
	opacity: 1;
}

@media(max-width:1366px){
	.index_shengyufeng_product_li{
		padding: 30px 10px;
	}

	.index_shengyufeng_product_li .img{
		width: 34px;
		line-height: 34px;
	}

	.index_shengyufeng_product_li .img::before{
		top: -18px;
	}

	.index_shengyufeng_product_li .img::after{
		bottom: -18px;
	}

	.index_shengyufeng_product_li .wz{
		font-size: 16px;
		line-height: 34px;
		padding-left: 40px;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_ft .wz_ft_ft{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_shengyufeng_product_li .img{
		width: 30px;
		line-height: 30px;
	}

	.index_shengyufeng_product_li .wz{
		font-size: 16px;
		line-height: 30px;
		padding-left: 35px;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_fb .wz_fb_con{
		font-size: 15px;
	}
}

@media(max-width:991px){
	.index_shengyufeng_product_li{
		padding: 28px 10px;
	}

	.index_shengyufeng_product_li{
		width: 50%;
	}
	
	.index_shengyufeng_product_li:nth-child(3n+1){
		border-left-color: #eee;
	}

	.index_shengyufeng_product_li:nth-child(2n+1){
		border-left-color: rgba(0,0,0,0);
	}
	
	.index_shengyufeng_product_li:nth-child(n+3){
		border-top-color: #eee;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_ft .wz_ft_ft{
		font-size: 16px;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_fb{
		padding: 30px 15px;
	}
}

@media(max-width:768px){
	.index_shengyufeng_product_li{
		padding: 15px 10px;
	}

	.index_shengyufeng_product_li .img{
		display: none;
	}

	.index_shengyufeng_product_li .wz{
		padding-left: 0;
	}

	.index_shengyufeng_product_list{
		padding: 30px 0;
	}

	.index_shengyufeng_product_list_ul_con_li{
		width: 49%;
	}

	.index_shengyufeng_product_list_ul_con_li:nth-child(3n){
		margin-right: 2%;
	}

	.index_shengyufeng_product_list_ul_con_li:nth-child(2n){
		margin-right: 0;
	}

	.index_shengyufeng_product_list_ul_con_li:nth-child(n+3){
		margin-top: 2%;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_ft .wz_ft_ft{
		font-size: 16px;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_ft .wz_ft_fb{
		margin-top: 8px;
	}

	.index_shengyufeng_product_list_ul_con_li .wz .wz_fb{
		padding: 25px 15px;
	}
}

@media(max-width:468px){
	.index_shengyufeng_product_li{
		padding: 12px 5px;
	}

	.index_shengyufeng_product_li .wz{
		font-size: 15px;
	}

	.index_shengyufeng_product_list{
		padding: 25px 0;
	}
}

/*牌号快速查找*/
.index_shengyufeng_brand_search{
	padding: 4% 0;
}

.index_shengyufeng_brand_search_ft h3{
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.index_shengyufeng_brand_search_fb{
	margin-top: 3.5%;
}

.index_shengyufeng_brand_search_fb_ul{
	overflow: hidden;
}

.index_shengyufeng_brand_search_fb_li{
	width: 22.75%;
	margin-right: 3%;
}

.index_shengyufeng_brand_search_fb_li:nth-child(4n){
	margin-right: 0;
}

.index_shengyufeng_brand_search_fb_li:nth-child(n+5){
	margin-top: 3%;
}

.index_shengyufeng_brand_search_fb_li a{
	display: block;
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 30px;
	text-align: center;
	-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_shengyufeng_brand_search_fb_li a:hover{
	background: #fff;
	color: #333;
}

@media(max-width:1366px){
	.index_shengyufeng_brand_search_fb_li a{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_shengyufeng_brand_search_ft h3{
		font-size: 24px;
	}

	.index_shengyufeng_brand_search_fb_li a{
		font-size: 16px;
	}
}

@media(max-width:991px){
	.index_shengyufeng_brand_search_ft h3{
		font-size: 22px;
	}

	.index_shengyufeng_brand_search_fb{
		margin-top: 3%;
	}

	.index_shengyufeng_brand_search_fb_li{
		width: 49%;
		margin-right: 2%;
	}

	.index_shengyufeng_brand_search_fb_li:nth-child(2n){
		margin-right: 0;
	}

	.index_shengyufeng_brand_search_fb_li:nth-child(n+3){
		margin-top: 3%;
	}
}

@media(max-width:768px){
	.index_shengyufeng_brand_search{
		padding: 30px 0;
	}

	.index_shengyufeng_brand_search_fb{
		margin-top: 20px;
	}

	.index_shengyufeng_brand_search_fb_li:nth-child(n+3){
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_shengyufeng_brand_search{
		padding: 25px 0;
	}

	.index_shengyufeng_brand_search_ft h3{
		font-size: 20px;
	}

	.index_shengyufeng_brand_search_fb{
		margin-top: 15px;
	}

	.index_shengyufeng_brand_search_fb_li:nth-child(n+3){
		margin-top: 15px;
	}

	.index_shengyufeng_brand_search_fb_li a{
		font-size: 15px;
	}
}

/*关于我们*/
.index_shengyufeng_about{
	padding: 4% 0;
}

.index_shengyufeng_about_ft h3{
	font-size: 1.75rem;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
}

.index_shengyufeng_about_ft h4{
	font-size: 20px;
	line-height: 1.5;
	color: #666;
	margin-top: .8%;
}

.index_shengyufeng_about_fb{
	margin-top: 3.2%;
}

.index_shengyufeng_about_fb_fl{
	width: 46%;
	position: relative;
}

.index_shengyufeng_about_fb_fl img{
	width: 100%;
	opacity: 0;
}

.index_shengyufeng_about_video_tags{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}

.index_shengyufeng_about_video_btn{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: url(../images/img/index_about_play.png) no-repeat center;
	background-size: 70px;
	z-index: 20;
	cursor: pointer;
}

.index_shengyufeng_about_fb_fr{
	width: 50%;
}

.index_shengyufeng_about_fb_fr_ft{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_shengyufeng_about_fb_fr_fc{
	font-size: 16px;
	line-height: 1.85;
	color: #666;
	margin: 5% 0;
	text-indent: 2em;
}

.index_shengyufeng_about_fb_fr_fc p:nth-child(n+2){
	margin-top: 5px;
}

.index_shengyufeng_about_fb_fr_fb a{
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	border: 1px solid #0568b7;
	border-radius: 30px;
	text-align: center;
	width: 120px;
	display: block;
	padding: 7px;
	-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_shengyufeng_about_fb_fr_fb a:hover{
	background: #0568b7;
	color: #fff;
}

@media(max-width:1366px){
	.index_shengyufeng_about_fb_fr_fc{
		line-height: 1.7;
	}

	.index_shengyufeng_about_ft h4{
		font-size: 18px;
	}
}

@media(max-width:1280px){
	.index_shengyufeng_about_ft h4{
		font-size: 17px;
	}

	.index_shengyufeng_about_fb_fr_ft{
		font-size: 18px;
	}

	.index_shengyufeng_about_fb_fr_fc{
		line-height: 1.6;
	}
}

@media(max-width:1200px){
	.index_shengyufeng_about_ft h3{
		font-size: 26px;
	}
}

@media(max-width:991px){
	.index_shengyufeng_about_ft h3{
		font-size: 24px;
	}

	.index_shengyufeng_about_ft h4{
		font-size: 16px;
	}

	.index_shengyufeng_about_fb{
		margin-top: 2.5%;
	}

	.index_shengyufeng_about_fb_fl{
		width: 100%;
	}

	.index_shengyufeng_about_fb_fr{
		width: 100%;
		margin-top: 2.5%;
	}

	.index_shengyufeng_about_fb_fr_fc{
		margin: 2% 0 2.5%;
	}
}

@media(max-width:768px){
	.index_shengyufeng_about{
		padding: 30px 0;
	}

	.index_shengyufeng_about_ft h3{
		font-size: 22px;
	}

	.index_shengyufeng_about_ft h4{
		margin-top: 5px;
	}

	.index_shengyufeng_about_fb{
		margin-top: 18px;
	}

	.index_shengyufeng_about_fb_fr{
		margin-top: 15px;
	}

	.index_shengyufeng_about_fb_fr_ft{
		font-size: 17px;
	}

	.index_shengyufeng_about_fb_fr_fc{
		margin: 10px 0 15px;
	}

	.index_shengyufeng_about_video_btn{
		background-size: 60px;
	}
}

@media(max-width:468px){
	.index_shengyufeng_about{
		padding: 25px 0;
	}

	.index_shengyufeng_about_video_btn{
		background-size: 50px;
	}
}

/*设备展示*/
.index_shengyufeng_case{
	padding: 4% 0;
}

.index_shengyufeng_case_ft{
	text-align: center;
}

.index_shengyufeng_case_fb{
	padding: 0 70px;
	margin-top: 3%;
	position: relative;
}

.index_shengyufeng_case_fb_li .img{
	overflow: hidden;
}

.index_shengyufeng_case_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_shengyufeng_case_fb_li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_shengyufeng_case_fb_btnl,.index_shengyufeng_case_fb_btnr{
	width: 44px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	z-index: 100;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-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_shengyufeng_case_fb_btnl{
	background-image: url(../images/img/index_case_jtl.png);
	left: 13px;
}

.index_shengyufeng_case_fb_btnr{
	background-image: url(../images/img/index_case_jtr.png);
	right: 13px;
}

.index_shengyufeng_case_fb_btnl:hover{
	background-image: url(../images/img/index_case_jtl_h.png);
}

.index_shengyufeng_case_fb_btnr:hover{
	background-image: url(../images/img/index_case_jtr_h.png);
}

@media(max-width:1366px){
	.index_shengyufeng_case_fb{
		padding: 0 60px;
	}

	.index_shengyufeng_case_fb_btnl,.index_shengyufeng_case_fb_btnr{
		width: 40px;
		height: 40px;
	}

	.index_shengyufeng_case_fb_btnl{
		left: 10px;
	}

	.index_shengyufeng_case_fb_btnr{
		right: 10px;
	}
}

@media(max-width:1280px){
	.index_shengyufeng_case_fb{
		padding: 0 50px;
	}

	.index_shengyufeng_case_fb_btnl,.index_shengyufeng_case_fb_btnr{
		width: 36px;
		height: 36px;
	}

	.index_shengyufeng_case_fb_btnl{
		left: 7px;
	}

	.index_shengyufeng_case_fb_btnr{
		right: 7px;
	}
}

@media(max-width:991px){
	.index_shengyufeng_case_fb{
		padding: 0 20px;
	}

	.index_shengyufeng_case_fb_btnl,.index_shengyufeng_case_fb_btnr{
		display: none;
	}
}

@media(max-width:768px){
	.index_shengyufeng_case{
		padding: 30px 0;
	}

	.index_shengyufeng_case_fb{
		margin-top: 20px;
	}
}

@media(max-width:468px){
	.index_shengyufeng_case{
		padding: 25px 0;
	}

	.index_shengyufeng_case_fb{
		margin-top: 15px;
		padding: 0 15px;
	}
}

/*合作伙伴*/
.index_shengyufeng_customer{
	padding: 4% 0;
}

.index_shengyufeng_customer_ft{
	text-align: center;
}

.index_shengyufeng_customer_fb{
	margin-top: 3%;
}

.index_shengyufeng_customer_fb_li{
	width: 23.5%;
	margin-right: 2%;
}

.index_shengyufeng_customer_fb_li:nth-child(4),.index_shengyufeng_customer_fb_li:nth-child(7),.index_shengyufeng_customer_fb_li:nth-child(11){
	margin-right: 0;
}

.index_shengyufeng_customer_fb_li:nth-child(5){
	margin-left: 13%;
}

.index_shengyufeng_customer_fb_li:nth-child(n+5){
	margin-top: -10%;
}

.index_shengyufeng_customer_fb_li .img img{
	width: 100%;
}

@media(max-width:768px){
	.index_shengyufeng_customer{
		padding: 30px 0;
	}

	.index_shengyufeng_customer_fb{
		margin-top: 20px;
	}

	.index_shengyufeng_customer_fb_li{
		width: 32%;
	}

	.index_shengyufeng_customer_fb_li:nth-child(4),.index_shengyufeng_customer_fb_li:nth-child(7),.index_shengyufeng_customer_fb_li:nth-child(11){
		margin-right: 2%;
	}

	.index_shengyufeng_customer_fb_li:nth-child(3),.index_shengyufeng_customer_fb_li:nth-child(5),.index_shengyufeng_customer_fb_li:nth-child(8),.index_shengyufeng_customer_fb_li:nth-child(10){
		margin-right: 0;
	}

	.index_shengyufeng_customer_fb_li:nth-child(4),.index_shengyufeng_customer_fb_li:nth-child(9){
		margin-left: 17%;
	}

	.index_shengyufeng_customer_fb_li:nth-child(5){
		margin-left: 0;
	}

	.index_shengyufeng_customer_fb_li:nth-child(n+4){
		margin-top: -14%;
	}

	.index_shengyufeng_customer_fb_li:nth-child(11){
		display: none;
	}
}

@media(max-width:468px){
	.index_shengyufeng_customer{
		padding: 25px 0;
	}

	.index_shengyufeng_customer_fb{
		margin-top: 15px;
	}
}

/*新闻中心*/
.index_shengyufeng_news{
	padding: 4% 0;
}

.index_shengyufeng_news_ft{
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}

.index_shengyufeng_news_ft_fr{
	width: 580px;
}

.index_shengyufeng_news_ft_fr_li{
	width: 31%;
	margin-right: 3.5%;
}

.index_shengyufeng_news_ft_fr_li:nth-child(3n){
	margin-right: 0;
}

.index_shengyufeng_news_ft_fr_li a{
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	background: #f4f4f4;
	border-radius: 30px;
	padding: 8px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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_shengyufeng_news_ft_fr_li:hover a,.index_shengyufeng_news_ft_fr_li.on a{
	background: #0568b7;
	color: #fff;
}

.index_shengyufeng_news_fb_con{
	overflow: hidden;
	position: relative;
}

.index_shengyufeng_news_fb_fr_li{
	overflow: hidden;
}

.index_shengyufeng_news_fb{
	margin-top: 3%;
}

.index_shengyufeng_news_fb_fl{
	width: 56%;
}

.index_shengyufeng_news_fb_fl_ul{
	overflow: hidden;
}

.index_shengyufeng_news_fb_fl_li{
	width: 48.5%;
	margin-right: 3%;
	border: 1px solid rgba(9,9,9,0.06);
}

.index_shengyufeng_news_fb_fl_li:nth-child(2n){
	margin-right: 0;
}

.index_shengyufeng_news_fb_fl_li .img{
	overflow: hidden;
}

.index_shengyufeng_news_fb_fl_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_shengyufeng_news_fb_fl_li .wz{
	overflow: hidden;
	padding: 15px;
}

.index_shengyufeng_news_fb_fl_li .wz .wz_ft{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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_shengyufeng_news_fb_fl_li .wz .wz_fc{
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 3% 0 4%;
}

.index_shengyufeng_news_fb_fl_li .wz .wz_fb{
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shengyufeng_news_fb_fl_li .wz .wz_fb .wz_fb_fr{
	padding: 4px;
	width: 94px;
	border: solid 1px #b5b5b5;
	border-radius: 30px;
	text-align: center;
}

.index_shengyufeng_news_fb_fl_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_shengyufeng_news_fb_fl_li:hover .wz .wz_ft{
	color: #0568b7;
}

.index_shengyufeng_news_fb_fr{
	width: 40%;
	/*height: 100%;*/
	position: absolute;
	right: 0;
	top: 0;
}

.index_shengyufeng_news_fb_fr_li{
	border-top: 1px #b5b5b5 dashed;
}

.index_shengyufeng_news_fb_fr_li_con{
	padding: 7% 0;
}

.index_shengyufeng_news_fb_fr_li_a{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_shengyufeng_news_fb_fr_li_fl{
	width: 115px;
	text-align: center;
	position: relative;
}

.index_shengyufeng_news_fb_fr_li_fl_ft{
	font-size: 1.75rem;
	line-height: 1.3;
	color: #666;
	font-weight: bold;
	-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_shengyufeng_news_fb_fr_li_fl_fb{
	font-size: 20px;
	line-height: 1.3;
	color: #666;
	-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_shengyufeng_news_fb_fr_li_fr{
	width: 96%;
	padding-left: 115px;
	margin-left: -115px;
}

.index_shengyufeng_news_fb_fr_li_fr_ft{
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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_shengyufeng_news_fb_fr_li_fr_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin-top: 5px;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	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_shengyufeng_news_fb_fr_li_a:hover .index_shengyufeng_news_fb_fr_li_fl_ft,.index_shengyufeng_news_fb_fr_li_a:hover .index_shengyufeng_news_fb_fr_li_fl_fb,.index_shengyufeng_news_fb_fr_li_a:hover .index_shengyufeng_news_fb_fr_li_fr_ft{
	color: #0568b7;
}

@media(max-width:1366px){
	.index_shengyufeng_news_fb_fl_li .wz .wz_ft,.index_shengyufeng_news_fb_fr_li_fl_fb,.index_shengyufeng_news_fb_fr_li_fr_ft{
		font-size: 18px;
	}

	.index_shengyufeng_news_ft_fr{
		width: 500px;
	}

	.index_shengyufeng_news_ft_fr_li a{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.index_shengyufeng_news_fb_fl_li .wz .wz_ft,.index_shengyufeng_news_fb_fr_li_fl_fb,.index_shengyufeng_news_fb_fr_li_fr_ft{
		font-size: 17px;
	}

	.index_shengyufeng_news_fb_fl_li .wz .wz_fc,.index_shengyufeng_news_fb_fr_li_fr_fb{
		font-size: 15px;
	}

	.index_shengyufeng_news_ft_fr{
		width: 480px;
	}
}

@media(max-width:1200px){
	.index_shengyufeng_news_fb_fr_li_fl_ft{
		font-size: 24px;
	}

	.index_shengyufeng_news_ft_fr_li a{
		font-size: 16px;
	}

}

@media(max-width:991px){
	.index_shengyufeng_news_ft_fl{
		width: 100%;
		text-align: center;
	}

	.index_shengyufeng_news_ft_fr{
		width: 100%;
		max-width: 100%;
		margin-top: 2.5%;
	}

	.index_shengyufeng_news_fb_fr_li_fl_ft{
		font-size: 22px;
	}

	.index_shengyufeng_news_fb_fl{
		width: 100%;
	}

	.index_shengyufeng_news_fb_fr{
		width: 100%;
		position: static;
		margin-top: 3%;
	}

	.index_shengyufeng_news_fb_fr_li_con{
		padding: 3% 0;
	}
}

@media(max-width:768px){
	.index_shengyufeng_news{
		padding: 30px 0;
	}

	.index_shengyufeng_news_ft_fr{
		margin-top: 20px;
	}

	.index_shengyufeng_news_fb{
		margin-top: 20px;
	}

	.index_shengyufeng_news_fb_fl_li .wz .wz_fc{
		margin: 10px 0;
	}

	.index_shengyufeng_news_fb_fr{
		margin-top: 20px;
	}

	.index_shengyufeng_news_fb_fr_li_con{
		padding: 20px 0;
	}

	.index_shengyufeng_news_fb_fr_li_fl_ft{
		font-size: 20px;
	}
}

@media(max-width:468px){
	.index_shengyufeng_news{
		padding: 25px 0;
	}

	.index_shengyufeng_news_ft_fr{
		margin-top: 15px;
	}

	.index_shengyufeng_news_fb{
		margin-top: 15px;
	}

	.index_shengyufeng_news_fb_fl_li{
		width: 100%;
		margin-right: 0;
	}

	.index_shengyufeng_news_fb_fl_li:nth-child(n+2){
		margin-top: 15px;
	}

	.index_shengyufeng_news_fb_fr_li_con{
		padding: 15px 0;
	}

	.index_shengyufeng_news_fb_fr{
		margin-top: 15px;
	}

	.index_shengyufeng_news_fb_fr_li_fl{
		width: 90px;
	}

	.index_shengyufeng_news_fb_fr_li_fl_ft{
		font-size: 20px;
	}

	.index_shengyufeng_news_fb_fr_li_fl_fb{
		font-size: 16px;
	}

	.index_shengyufeng_news_fb_fr_li_fr{
		padding-left: 90px;
		margin-left: -90px;
	}
}

/*底部*/
.pc_footer1{
	background: url(../images/img/footer_bg.png) no-repeat center;
	background-size: cover;
	padding: 4% 0;
}

.pc_footer1_fl{
	width: 51%;
}

.pc_footer1_fl_li{
	max-width: 24%;
}

.pc_footer1_fl_li_ft a,.pc_footer1_fc_ft a,.pc_footer1_fr_ft a{
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_footer1_fl_li_ft a:hover,.pc_footer1_fc_ft a:hover,.pc_footer1_fr_ft a:hover{
	color: #0568b7;
}

.pc_footer1_fl_li_fb{
	margin-top: 15px;
}

.pc_footer1_fl_li_fb_li:nth-child(n+2){
	margin-top: 6px;
}

.pc_footer1_fl_li_fb_li a{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc_footer1_fl_li_fb_li a:hover{
	color: #0568b7;
}

.pc_footer1_fc{
	max-width: 24%;
}

.pc_footer1_fc_fb{
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	margin-top: 15px;
}

.pc_footer1_fc_fb p:nth-child(n+2){
	margin-top: 6px;
}

.pc_footer1_fr{
	width: 20%;
	padding-left: 2.5%;
	border-left: 1px solid #fff;
}

.pc_footer1_fr_fb{
	margin-top: 18px;
}

.pc_footer1_fr_fb li{
	overflow: hidden;
}

.pc_footer1_fr_fb li input{
	font-size: 14px;
	line-height: 36px;
	color: #666;
	background: #fff;
	border: 0;
	padding: 0 10px;
	width: 100%;
	outline: none;
}


.pc_footer1_fr_fb li input:-webkit-autofill{
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_footer1_fr_fb li input::placeholder{
	color: #666;
}

.pc_footer1_fr_fb li:nth-child(n+2){
	margin-top: 18px;
}

.pc_footer_yanzhengma_shuru{
	width: 100%;
	padding-right: 80px;
	margin-right: -80px;
}

.pc_footer_yanzhengma_tupian{
	width: 80px;
}

.pc_footer_yanzhengma_tupian img{
	width: 100%;
	height: 36px;
}

.pc_footer1_fr_fb_tijiao{
	margin-top: 18px;
}

.pc_footer1_fr_fb_tijiao input{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	background: #fff;
	border: 0;
	padding: 0 10px;
	background: #0568b7;
	width: 100%;
}

.pc_footer2{
	border-top: solid 1px rgba(255,255,255,0.09);
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255,255,255,0.4);
	padding: 18px 0;
	background: #333;
}

.pc_footer2 a{
	color: rgba(255,255,255,0.4);
}

.pc_footer2 a:hover{
	color: #0568b7;
}

@media(max-width:1366px){
	.pc_footer1_fl_li_ft a,.pc_footer1_fc_ft a,.pc_footer1_fr_ft a{
		font-size: 17px;
	}
}

@media(max-width:1280px){
	.pc_footer1_fl_li_fb_li a,.pc_footer1_fc_fb{
		font-size: 15px;
	}
}

@media(max-width:991px){
	.pc_footer1_fl{
		display: none;
	}

	.pc_footer1_fc{
		width: 60%;
		max-width: 100%;
	}

	.pc_footer1_fr{
		width: 36%;
		padding-left: 4%;
		margin-left: 4%;
	}
}

@media(max-width:768px){
	.pc_footer1{
		padding: 30px 0;
	}

	.pc_footer1_fc_fb,.pc_footer1_fr_fb,.pc_footer1_fr_fb li:nth-child(n+2){
		margin-top: 12px;
	}

	.pc_footer2{
		padding: 15px 0;
	}
}

@media(max-width:468px){
	.pc_footer1{
		padding: 25px 0;
	}
	
	.pc_footer1_fc{
		width: 100%;
	}

	.pc_footer1_fr{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
		margin-top: 15px;
	}

	.pc_footer2{
		padding: 12px 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;
	position: relative;
	border-radius: 10px;
}

.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.6rem;
	line-height: 1.2;
	color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #0568b7;
	-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: 4.5rem;
	line-height: .9;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: left;
	-webkit-text-stroke: 1px rgba(0,0,0,0.25);
	-moz-text-stroke: 1px rgba(0,0,0,0.25);
	-ms-text-stroke: 1px rgba(0,0,0,0.25);
	-o-text-stroke: 1px rgba(0,0,0,0.25);
	text-stroke: 1px rgba(0,0,0,0.25)
}

.ny_about_1_fb_fr_fc {
	font-size: 17px;
	line-height: 1.7;
	color: #666;
	margin-top: 3%;
}

.ny_about_1_fb_fr_fc p:nth-child(n+2){
	margin-top: 3%;
}

.ny_about_2 {
	padding: 4% 0;
	background: #f7f8fa;
	margin-top: 4%;
}

.ny_about_2_ft h3 {
	font-size: 1.6rem;
	line-height: 1.3;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	font-weight: 300;
	margin-top: 1%;
}

.ny_about_2_fb {
	margin-top: 3%;
}

.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;
}

.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:1366px){
	.ny_about_1_fb_fr_fc{
		font-size: 16px;
		line-height: 1.6;
		margin-top: 2%;
	}

	.ny_about_1_fb_fr_fc p:nth-child(n+2){
		margin-top: 2%;
	}
}

@media(max-width:1280px){
	.ny_about_1_fb_fr_ft h3{
		font-size: 26px;
	}

	.ny_about_2_ft h3{
		font-size: 26px;
	}

	.ny_about_2_ft h4{
		font-size: 19px;
	}
}

@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: 6px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 56px;
		text-align: left;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 10px;
		line-height: 1.7;
	}

	.ny_about_1_fb_fr_fc p:nth-child(n+2){
		margin-top: 6px;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 15px;
	}

	.ny_about_2_ft h3 {
		font-size: 24px;
	}

	.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_2_ft h4{
		font-size: 18px;
		margin-top: 6px;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 30px;
	}

	.ny_about_1_fb_fr_ft h3{
		font-size: 22px;
	}

	.ny_about_2 {
		margin-top: 30px;
		padding: 30px 0;
	}

	.ny_about_2_ft h3 {
		font-size: 22px;
	}

	.ny_about_2_ft h4 {
		font-size: 16px;
	}

	.ny_about_1_fb_fr_fc{
		line-height: 1.6;
	}

	.ny_about_2_fb{
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.ny_about_1{
		margin-top: 25px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 4.6rem;
	}

	.ny_about_2{
		margin-top: 25px;
		padding: 25px 0;
	}
}

/*企业文化*/
.page_philosophy {
	padding-bottom: 4%;
}

.page_philosophy_li {
	background: #f7f7f7;
}

.page_philosophy_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;
}

.page_philosophy_li_fl,
.page_philosophy_li_fr {
	width: 50%;
}

.page_philosophy_li_fl img {
	width: 100%;
}

.page_philosophy_li_fl .img_con {
	padding: 25% 0;
}

.page_philosophy_li_fr {
	padding: 3%;
}

.page_philosophy_li_fr h3 {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #333;
	position: relative;
	padding-bottom: 1.2rem;
}

.page_philosophy_li_fr h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #0568b7;
}

.page_philosophy_li_fr h4 {
	font-size: 17px;
	line-height: 1.8;
	color: #666;
	margin-top: 3%;
}

@media(max-width:1366px) {
	.page_philosophy_li_fr h4 {
		font-size: 17px;
	}
}

@media(max-width:1280px) {
	.page_philosophy_li_fr h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.page_philosophy_li_fr h4 {
		margin-top: 12px;
	}
}

@media(max-width:991px) {
	.page_philosophy {
		padding: 4% 0;
	}

	.page_philosophy_li_fr h3 {
		font-size: 22px;
		padding-bottom: 13px;
	}

	.page_philosophy_li_fr h4 {
		font-size: 16px;
		line-height: 1.6;
	}

	.page_philosophy_li_fr h3::before{
		width: 50px;
	}
}

@media(max-width:768px) {
	.page_philosophy {
		padding: 30px 0;
	}

	.page_philosophy_li:nth-child(n+2) {
		margin-top: 15px;
	}

	.page_philosophy_li_fl {
		width: 100%;
	}

	.page_philosophy_li_fl .img_con {
		min-height: auto !important;
	}

	.page_philosophy_li_fr {
		width: 100%;
		padding: 20px;
	}

	.page_philosophy_li_fr h3 {
		font-size: 20px;
	}

	.page_philosophy_li_fr h3::before {
		width: 40px;
	}
}

@media(max-width:468px) {
	.page_philosophy {
		padding: 25px 0;
	}

	.page_philosophy_li_fr h3 {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.page_philosophy_li_fr {
		padding: 15px;
	}
}

/*合作客户*/
.ny_page_hezuokehu ul {
	overflow: hidden;
}

.ny_page_hezuokehu li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.ny_page_hezuokehu li:nth-child(4n) {
	margin-right: 0;
}

.ny_page_hezuokehu li:nth-child(n+5) {
	margin-top: 10px;
}

.ny_page_hezuokehu li .img {
	overflow: hidden;
	border: 1px solid #ddd;
}

.ny_page_hezuokehu 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_page_hezuokehu li .wz {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}

.ny_page_hezuokehu li:hover .img {
	border-color: #0568b7;
}

.ny_page_hezuokehu li:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.ny_page_hezuokehu li:hover .wz {
	color: #0568b7;
}

@media(max-width:768px) {
	.ny_page_hezuokehu li {
		width: 49%;
	}

	.ny_page_hezuokehu li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_page_hezuokehu li:nth-child(n+3) {
		margin-top: 10px;
	}
}

/* 加入我们 */
.jrwmnr .jrwmnr1 {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	padding: 25px;
}

.jrwmnr .jrwmnr1 .jrwmnr1t h3 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

.jrwmnr .jrwmnr1 .jrwmnr1t h4 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	color: #666666;
	margin-top: 10px;
}

.jrwmnr .jrwmnr1 .jrwmnr1t h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 0;
}

.jrwmnr .jrwmnr1 .jrwmnr1c {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	padding-top: 10px;
	border-top: 1px solid #e8e8e8;
	margin-top: 15px;
}

.jrwmnr .jrwmnr1 .jrwmnr1b {
	margin-top: 15px;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbbtmc {
	font-size: 0;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbbtmc li {
	width: 14.285714%;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr {
	font-size: 0;
	margin-top: 10px;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zplbnrlb {
	position: relative;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr {
	border-bottom: 1px solid #e8e8e8;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li .sjxjtzp {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(180deg) translateY(-50%);
	-moz-transform: rotate(180deg) translateY(-50%);
	-ms-transform: rotate(180deg) translateY(-50%);
	-o-transform: rotate(180deg) translateY(-50%);
	transform: rotate(180deg) translateY(-50%);
	width: 20px;
	height: 15px;
	margin-top: -9px;
	background: url(../images/img/zhaopinjiantou.png) no-repeat center;
	cursor: pointer;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li .sjxjtzp.on {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr ul {
	border-top: 1px solid #e8e8e8;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li {
	width: 14.285714%;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #686868;
	padding: 10px 3px;
	position: relative;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li span {
	display: none;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx {
	background-color: #edeef0;
	padding: 20px 15px;
	display: none;
	overflow: hidden;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
	padding: 8px 20px;
	background-color: #cc2d2e;
	text-align: center;
	display: inline-block;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: #656567;
	margin-top: 10px;
	width: 100%;
}

.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx .zpxxckgd {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
	background-color: #0568b7;
	margin-top: 12px;
	padding: 8px 20px;
}

@media(max-width:1280px){
	.jrwmnr .jrwmnr1{
		padding: 20px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1t h3{
		font-size: 24px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbbtmc li{
		font-size: 17px;
	}
}

@media(max-width: 991px) {
	.jrwmnr .jrwmnr1 .jrwmnr1t h3{
		font-size: 22px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbbtmc li{
		font-size: 16px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1t h4,.jrwmnr .jrwmnr1 .jrwmnr1t h5,.jrwmnr .jrwmnr1 .jrwmnr1c,.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx h4,.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li{
		font-size: 15px;
	}
}

@media(max-width: 768px) {
	.jrwmnr .jrwmnr1 {
		padding: 15px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1c {
		margin-top: 10px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbbtmc li {
		font-size: 15px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbbtmc {
		display: none;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr {
		margin-top: 10px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li {
		width: 100%;
		font-size: 15px;
		padding: 8px 0;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr li span {
		display: inline-block;
		width: 100px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx {
		padding: 15px;
	}

	.jrwmnr .jrwmnr1 .jrwmnr1b .zplbnr .zpxxxx .zpxxckgd {
		margin-top: 10px;
	}
}

@media(max-width: 468px) {
	.jrwmnr .jrwmnr1 .jrwmnr1t h3 {
		font-size: 20px;
	}
}

/*发展历程*/
.dsj {
	position: relative;
}

.dsj .max1420 {
	position: relative;
	z-index: 100;
	max-width: 95%;
	width: 100%;
}

.dsj .dsj_ft {
	text-align: center;
}

.dsj .dsj_ft h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #333333;
	position: relative;
}

.dsj .dsj_ft h3::before {
	content: '';
	display: block;
	width: 5px;
	height: 16px;
	background: #fd0101;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
	transform: translateX(-50%);
}

.dsj .dsj_ft h3::after {
	content: '';
	display: block;
	width: 5px;
	height: 16px;
	background: #0808fc;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -100px;
	transform: translateX(-50%);
}

.dsj .dsj_ft h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-top: 17px;
}

.dsj .dsj_fc {
	padding: 0 50px;
	position: relative;
	margin-top: 2.929%;
}

.dsj .dsj_fcw {
	overflow: hidden;
}

.dsj .dsj_fc li a {
	display: block;
	text-align: center;
	background-color: #e1e1e1;
	line-height: 2;
	font-size: 16px;
	color: #333333;
}

.dsj .dsj_fc .dsj_fcbtnl {
	width: 27px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}

.dsj .dsj_fc .dsj_fcbtnr {
	width: 27px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
}

.dsj .dsj_fc .swiper-button-disabled {
	opacity: 0.5;
}

.dsj .dsj_fc li.on a {
	background-color: #dc9e2e;
	color: #fff;
}

.dsj .dsj_fc li.cur a {
	background-color: #ff0000;
	color: #fff;
}

.dsj .dsj_fb {
	overflow: hidden;
	position: relative;
}

.dsj .dsj_fb .dsj_fcbtnl2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}

.dsj .dsj_fb .dsj_fcbtnr2 {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
}

.dsj .dsj_fb .dsj_fbw {
	overflow: hidden;
}

.dsj .dsj_fb .dsj_fbw .dsj_fbn1 li {
	width: 14.285% !important;
	float: left;
	height: 100%;
}

.dsj .dsj_fb .dsj_fbw li h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #000;
}

.dsj .dsj_fb .dsj_fbw li h4 {
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	color: #666666;
	margin-top: 15px;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3 {
	line-height: 1;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h4 {
	line-height: 1;
}

.dsj .dsj_fb .bhjtc {
	position: relative;
}

.dsj .dsj_fb .bhjtc::before {
	content: '';
	width: 100%;
	height: 4px;
	background: #0568b7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% auto;
}

.dsj .dsj_fb .dsj_fbw .btls li {
	height: 202px;
	max-height: 202px;
	width: 300px !important;
	position: relative;
	float: left;
	margin-left: -100px;
	margin-top: 202px;
}

.dsj .dsj_fb .dsj_fbw .btls li .wznr {
	position: absolute;
	width: 100%;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n) .wznr {
	bottom: 35px;
}

.dsj .dsj_fb .dsj_fbw .btls li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0568b7;
	border: solid 2px #0568b7;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: 10% !important;
	transform: translateX(-50%);
}

.dsj .dsj_fb .dsj_fbw .btls li h3 {
	margin-top: 35px;
}

.dsj .dsj_fb .dsj_fbw .btls li h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.dsj .dsj_fb .dsj_fbw .btls li:after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background-color: #0568b7;
	position: absolute;
	left: 10%;
	transform: translateX(-50%);
	bottom: calc(100% - 24px);
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n):after {
	bottom: 6px;
	left: 10%;
	transform: translateX(-50%);
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after {
	display: none;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n) {
	margin-top: 0;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n) h3 {
	margin-top: 0;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n)::before {
	top: calc(100% - 6px);
	left: 10px;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) {
	margin-top: 202px;
	margin-left: 0;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1)::before {
	content: '';
	display: block;
	width: 22px;
	height: 28px;
	position: absolute;
	border: 0;
	top: -67px;
	left: -10px;
	display: none;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background-color: #0568b7;
	position: absolute;
	left: 10%;
	transform: translateX(-50%);
	bottom: calc(100% - 24px);
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3 {
	margin-top: 35px;
	position: relative;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #0568b7;
	border: solid 2px #0568b7;
	position: absolute;
	top: -41px;
	left: -7px;
	z-index: 9;
	left: 10% !important;
	transform: translateX(-50%);
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::after {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	margin-top: 7px;
	display: none;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h4::before {
	display: block;
	width: 2px;
	height: 120px;
	background-color: #dc9e2e;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 8;
}

.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h4 {
	line-height: 26px;
}

@media(max-width: 768px) {
	.dsj .dsj_fb {
		padding: 0;
	}

	.dsj .dsj_fb .dsj_fcbtnl2 {
		top: calc(100% - 30px);
	}

	.dsj .dsj_fb .dsj_fcbtnr2 {
		top: calc(100% - 30px);
	}

	.dsj .dsj_fb .dsj_fbw .btls li {
		height: 183px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li h3 {
		margin-top: 25px;
	}

	.dsj .dsj_fb .dsj_fbw li h3 {
		font-size: 18px;
	}

	.dsj .dsj_fb .dsj_fbw li h4 {
		font-size: 14px;
		margin-top: 10px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3 {
		font-size: 18px;
		margin-top: 25px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h4 {
		font-size: 14px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n) .wznr {
		bottom: 15px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n):after {
		bottom: -6px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:after {
		bottom: calc(100% - 14px);
	}

	.dsj .dsj_fb .dsj_fbw .btls li::before {
		top: -16px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(2n)::before {
		top: calc(100% - -4px);
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before {
		top: -41px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after {
		bottom: calc(100% - 14px);
	}
}

@media(max-width: 468px) {
	.dsj .dsj_ft h3 {
		font-size: 26px;
	}

	.dsj .dsj_ft h3::before {
		height: 12px;
		margin-left: -75px;
	}

	.dsj .dsj_ft h3::after {
		height: 12px;
		top: 12px;
		margin-left: -75px;
	}

	.dsj .dsj_fc {
		padding: 0 35px;
		margin-top: 15px;
	}

	.dsj .dsj_fb .dsj_fbw .btls li {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) {
		top: calc(100% - 15px);
		margin-left: 0 !important;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1) h3::before {
		left: 15px !important;
	}

	.dsj .dsj_fb .dsj_fbw .btls li:nth-child(1):after {
		left: 15px !important;
	}
}

.dashijiantishi{
	font-size: 16px;
	line-height: 2;
	color: #0568b7;
	text-align: center;
	margin-top: 15px;
}
