/*初始化样式*/
* {
	-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: #2bc0c9;
}

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;
}

/**/
.max1400 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

@media(max-width:1280px) {
	.max1400 {
		padding: 0 30px;
	}

	.page_con_zhuti {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1400 {
		padding: 0 20px;
	}

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1400 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.pc_header0 {
	font-size: 15px;
	line-height: 40px;
	color: #666;
	background: #f7f7f7;
}

.pc_header0 a {
	color: #666;
}

.pc_header0 a:hover {
	color: #2bc0c9;
}

#pc_header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid rgba(255,255,255,.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_header_con {
	height: 130px;
	line-height: 130px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_fl {
	width: 66%;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}


.pc_logo {
	width: 22%;
	max-width: 210px;
	padding-right: 20px;
}

.pc_logo img {
	max-width: 100%;
	max-height: 75px;
}

.pc_logo_advertisement {
	width: 78%;
	padding: 5px 0;
	padding-left: 20px;
	border-left: 1px solid #dfdfdf;
}

.pc_logo_advertisement h3 {
	font-size: 20px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}

.pc_logo_advertisement h4 {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin-top: 5px;
}

.pc_header_fr {
	overflow: hidden;
	max-width: 32%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_ewm {
	width: 90px;
}
.pc_header_ewm:last-child{
	margin-left: 10px;
}
.pc_header_ewm .img {
	line-height: 0;
}

.pc_header_ewm img {
	width: 100%;
}

.pc_header_ewm .wz {
	font-size: 15px;
	line-height: 22px;
	color: #666;
	text-align: center;
}

.pc_header_phone {
	font-size: 20px;
	line-height: 38px;
	color: #333;
	margin-right: 1.25rem;
	font-weight: bold;
	padding-left: 40px;
	background: url(../images/img/top_phone.png) no-repeat left center;
	background-size: 30px;
}

.pc_header_nav {
	background: #2bc0c9;
}

.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: 10%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 0;
}

.pc_nav>ul>li.en_pc_nav_li{
	width: 14.285714285714%;
}

.pc_nav>ul>li::before {
	content: '';
	position: absolute;
	right: -2px;
	top: 50%;
	width: 1px;
	height: 25px;
	background: #dfdfdf;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_nav>ul>li:last-child::before {
	display: none;
}

.pc_nav>ul>li>a {
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	display: block;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #2bc0c9;
	display: none;
	-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%);
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 100%;
	min-width: 180px;
	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.active>a,.pc_nav>ul>li:hover>a{
	color: #fff;
	background: #027890;
}

.pc_nav>ul>li.active>a::before,.pc_nav>ul>li:hover>a::before{
	width: 100%;
}

.pc_nav>ul>li.active::before,.pc_nav>ul>li:hover::before{
	display: none;
}

.pc_nav_erji_w:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
	display: none;
}

.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: #2bc0c9;
	color: #fff;
}

.pc_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 10px;
	opacity: 0;
	top: 100%;
	display: none;
}

.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: #2bc0c9;
	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_header_global_fr{
	padding-left: 35px;
	margin-left: 15px;
	position: relative;
}

.pc_header_global_fr::before,.pc_header_global_fr::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 27px;
	height: 27px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	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;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_global_fr::before{
	background-image: url(../images/img/top_header_global_ico1.png);
	opacity: 1;
}

.pc_header_global_fr::after{
	background-image: url(../images/img/top_header_global_ico.png);
	opacity: 0;
}

.pc_header_global_fr a{
	font-size: 17px;
	line-height: 28px;
	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_header_global_fr a:hover{
	color: #2bc0c9;
}

.pc_header_global_fr:hover::before{
	opacity: 0;
}

.pc_header_global_fr:hover::after{
	opacity: 1;
}

@media(max-width:1366px){
	.pc_header_phone {
		font-size: 18px;
		margin-right: 15px;
	}

	.pc_header_global_fr a{
		font-size: 16px;
	}
}

@media(max-width:1280px) {
	.pc_header_fl{
		width: 65%;
	}
	
	.pc_header_phone{
		margin-right: 10px;
	}
}

@media(max-width:1200px) {
	.pc_header_fl{
		width: 68%;
	}

	.pc_header_fr{
		max-width: 30%;
	}

	.pc_logo {
		padding-right: 10px;
	}

	.pc_logo_advertisement {
		padding-left: 10px;
	}

	.pc_logo_advertisement h3 {
		font-size: 18px;
	}

	.pc_logo_advertisement h4 {
		font-size: 17px;
	}

	.pc_header_ewm {
		display: none;
	}

	.pc_header_phone {
		margin-right: 0;
		font-size: 17px;
	}
}

@media(max-width:991px) {
	.pc_header0 {
		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: 6% !important;
	z-index: 99;
}

.index_banner_yuandian span {
	width: 35px;
	height: 8px;
	background: #2bc0c9;
	border-radius: 25px;
	opacity: 1;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #027890;
}

@media(max-width:991px) {
	.index_banner {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 10px !important;
	}

	.index_banner_yuandian span {
		width: 26px;
		height: 6px;
		margin: 0 3px !important;
	}
}

/*关于我们*/
.index_mifute_about {
	padding: 4% 0;
}

.index_mifute_about_ft {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_mifute_about_ft_fl {
	width: 48%;
}

.index_mifute_about_ft_fl img {
	width: 100%;
	/*display: none;*/
}

.index_mifute_about_ft_fr {
	width: 48%;
}

.index_mifute_about_ft_fr_ft h3 {
	font-size: 1.1rem;
	line-height: 1.5;
	color: #333;
}

.index_mifute_about_ft_fr_ft h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}

.index_mifute_about_ft_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin: 2% 0 3%;
}

.index_mifute_about_ft_fr_fb {
	font-size: 0;
}

.index_mifute_about_ft_fr_fb a {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	padding: 5px 25px;
	background: #2bc0c9;
	display: inline-block;
	border-radius: 5px;
	-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_mifute_about_ft_fr_fb a:hover {
	background: #027890;
}

.index_mifute_about_fb {
	margin-top: 3%;
}

.index_mifute_about_fb li {
	width: 25%;
	padding: 0 5px;
	text-align: center;
	position: relative;
}

.index_mifute_about_fb li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 90%;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_mifute_about_fb li::after {
	content: '';
	position: absolute;
	right: -2px;
	top: 50%;
	width: 5px;
	height: 50%;
	background: #027890;
	border-radius: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_mifute_about_fb li:nth-child(4n)::before,
.index_mifute_about_fb li:nth-child(4n)::after {
	opacity: 0;
}

.index_mifute_about_fb li h3 {
	font-size: 0;
}

.index_mifute_about_fb li h3 .shuzi {
	font-size: 3.5rem;
	line-height: 1.1;
	color: #2bc0c9;
	font-family: Impact;
	display: inline-block;
	vertical-align: middle;
}

.index_mifute_about_fb li h3 .wenzi {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	color: #fff;
	background: #027890;
	margin-left: 5px;
}

.index_mifute_about_fb li h4 {
	font-size: 16px;
	line-height: 2;
	color: #333;
	margin-top: 10px;
}

@media(max-width:1200px) {
	.index_mifute_about_ft_fr_ft h3 {
		font-size: 17px;
	}

	.index_mifute_about_ft_fr_ft h4 {
		font-size: 22px;
	}

	.index_mifute_about_ft_fr_fc {
		line-height: 1.8;
	}
}

@media(max-width:991px) {
	.index_mifute_about_ft_fl {
		width: 100%;
	}

	.index_mifute_about_ft_fr {
		width: 100%;
		margin-top: 15px;
	}

	.index_mifute_about_ft_fr_ft h4 {
		margin-top: 5px;
		font-size: 20px;
	}

	.index_mifute_about_ft_fr_fc {
		margin: 2px 0 10px;
	}
}

@media(max-width:768px) {
	.index_mifute_about {
		padding: 25px 0;
	}

	.index_mifute_about_fb {
		margin-top: 20px;
	}

	.index_mifute_about_fb li {
		width: 50%;
	}

	.index_mifute_about_fb li:nth-child(n+3) {
		margin-top: 10px;
	}

	.index_mifute_about_fb li:nth-child(2n)::before,
	.index_mifute_about_fb li:nth-child(2n)::after {
		opacity: 0;
	}

	.index_mifute_about_fb li h3 .shuzi {
		font-size: 36px;
	}

	.index_mifute_about_fb li h3 .wenzi {
		font-size: 14px;
		width: 26px;
		line-height: 26px;
	}
}

@media(max-width:468px) {
	.index_mifute_about_ft_fr_ft h4 {
		font-size: 20px;
	}

	.index_mifute_about_fb li h3 .shuzi {
		font-size: 30px;
	}
}

/*服务体系*/
.index_mifute_service {
	padding: 4% 0;
	background: #f7f7f7;
}

.index_mifute_service_ft {
	text-align: center;
}

.index_mifute_service_ft h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
}

.index_mifute_service_ft h3 .titlecompany {
	color: #b81b25;
}

.index_mifute_service_ft h3 .titlename {
	color: #2bc0c9;
}

.index_mifute_service_ft h4 {
	font-size: 18px;
	line-height: 2;
	color: #666;
}

.index_mifute_service_fb {
	margin-top: 3%;
}

.index_mifute_service_fb li {
	width: 16.666666%;
	text-align: center;
	padding: 4.5% 1.5%;
	border-left: 1px solid #ddd;
	position: relative;
	cursor: pointer;
}

.index_mifute_service_fb li::before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2bc0c9;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	-o-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.index_mifute_service_fb li.on::before {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.index_mifute_service_fb li:nth-child(6n) {
	border-right: 1px solid #ddd;
}

.index_mifute_service_fb li .img {
	position: relative;
	z-index: 5;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
}

.index_mifute_service_fb li .img img {
	width: 100%;
	position: relative;
	top: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_mifute_service_fb li.on .img img {
	top: -50px;
}

.index_mifute_service_fb li .wz1 {
	text-align: center;
	margin: 10px 0;
	position: relative;
	z-index: 5;
}

.index_mifute_service_fb li .wz1 h3 {
	font-size: 19px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_mifute_service_fb li .wz1 h4 {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_mifute_service_fb li .wz2 {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	text-align: center;
	margin-top: 18%;
	position: relative;
	z-index: 5;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_mifute_service_fb li.on .wz1 h3 {
	color: #fff;
}

.index_mifute_service_fb li.on .wz1 h4 {
	color: rgba(255, 255, 255, .8);
}

.index_mifute_service_fb li.on .wz2 {
	color: rgba(255, 255, 255, .8);
}

@media(max-width:1280px) {
	.index_mifute_service_fb li .wz1 h3 {
		font-size: 18px;
	}

	.index_mifute_service_fb li .wz1 h4 {
		font-size: 12px;
	}
}

@media(max-width:1200px) {
	.index_mifute_service_ft h3 {
		font-size: 26px;
	}

	.index_mifute_service_ft h4 {
		font-size: 17px;
	}
}

@media(max-width:991px) {
	.index_mifute_service_fb li {
		width: 33.3333333%;
	}

	.index_mifute_service_fb li:nth-child(n+4) {
		margin-top: 3%;
	}

	.index_mifute_service_fb li:nth-child(1) {
		border-left: 0;
	}

	.index_mifute_service_fb li:nth-child(4) {
		border-left: 0;
	}

	.index_mifute_service_fb li:nth-child(6) {
		border-right: 0;
	}
}

@media(max-width:768px) {
	.index_mifute_service {
		padding: 25px 0;
	}

	.index_mifute_service_fb {
		margin-top: 15px;
	}

	.index_mifute_service_fb li {
		padding: 20px 15px;
	}

	.index_mifute_service_fb li .wz2 {
		margin-top: 10px;
	}

	.index_mifute_service_fb li:nth-child(n+4) {
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.index_mifute_service_ft h3 {
		font-size: 24px;
	}

	.index_mifute_service_ft h4 {
		font-size: 16px;
	}

	.index_mifute_service_fb li {
		width: 50%;
		padding: 25px 10px 20px;
	}

	.index_mifute_service_fb li:nth-child(3) {
		border-left: 0;
	}

	.index_mifute_service_fb li:nth-child(4) {
		border-left: 1px solid #ddd;
	}

	.index_mifute_service_fb li:nth-child(5) {
		border-left: 0;
	}

	.index_mifute_service_fb li:nth-child(6) {
		border-right: 0;
	}

	.index_mifute_service_fb li:nth-child(n+3) {
		margin-top: 15px;
	}

	.index_mifute_service_fb li .wz1 h3 {
		font-size: 16px;
	}

	.index_mifute_service_fb li .wz2 {
		font-size: 14px;
	}
}

/*产品中心*/
.index_mifute_product {
	padding: 4% 0;
}

.index_mifute_product_fc {
	margin: 3% 0;
}

.index_mifute_product_fc ul {
	overflow: hidden;
	padding: 0 3%;
	background: #f7f7f7;
}

.index_mifute_product_fc li {
	width: 16.6666666666%;
	float: left;
	position: relative;
}

.index_mifute_product_fc li a {
	font-size: 17px;
	line-height: 50px;
	color: #333;
	display: block;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_mifute_product_fc li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_mifute_product_fc li.on a {
	color: #2bc0c9;
}

.index_mifute_product_fc li.on::before {
	background: #2bc0c9;
}

.index_mifute_product_fb_con {
	overflow: hidden;
}

.index_mifute_product_fb_fl {
	width: 40%;
	border: 1px solid #ddd;
}

.index_mifute_product_fb_fl ul {
	height: 100%;
}

.index_mifute_product_fb_fl ul li {
	height: 100%;
}

.index_mifute_product_fb_fl li a {
	padding: 2rem 2.5rem;
	display: block;
	height: 100%;
}

.index_mifute_product_fb_fl li .img {
	overflow: hidden;
}

.index_mifute_product_fb_fl li .img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index_mifute_product_fb_fl li .wz {
	margin-top: 5%;
}

.index_mifute_product_fb_fl li .wz_ft {
	position: relative;
	padding: 10px 0;
	width: 100%;
}

.index_mifute_product_fb_fl li .wz_ft::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: 2px;
	background: #333;
}

.index_mifute_product_fb_fl li .wz_ft::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12rem;
	height: 2px;
	background: #333;
}

.index_mifute_product_fb_fl li .wz_ft h3 {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_mifute_product_fb_fl li .wz_ft h4 {
	font-size: 15px;
	line-height: 2;
	color: #666;
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_mifute_product_fb_fl li .wz_fc {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	max-height: 5.4em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 5%;
	width: 100%;
}

.index_mifute_product_fb_fl li .wz_fb {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	text-decoration: underline;
	width: 100%;
	display: none;
}

.index_mifute_product_fb_fl li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_mifute_product_fb_fl li:hover .wz_ft h3 {
	color: #2bc0c9;
}

.index_mifute_product_fb_fl li:hover .wz_ft::before {
	background: #2bc0c9;
}

.index_mifute_product_fb_fl li:hover .wz_ft::after {
	background: #2bc0c9;
}

.index_mifute_product_fb_fr {
	width: 60%;
	border: 1px solid #ddd;
	border-left: 0;
}

.index_mifute_product_fb_fr li:nth-child(n+2) {
	border-top: 1px solid #ddd;
}

.index_mifute_product_fb_fr li a {
	padding: 2rem 2.5rem;
}

.index_mifute_product_fb_fr li .img {
	width: 40%;
	overflow: hidden;
}

.index_mifute_product_fb_fr li .img img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.index_mifute_product_fb_fr li .wz {
	width: 55%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.index_mifute_product_fb_fr li .wz_ft {
	position: relative;
	padding: 10px 0;
	width: 100%;
}

.index_mifute_product_fb_fr li .wz_ft::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: 2px;
	background: #333;
}

.index_mifute_product_fb_fr li .wz_ft::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12rem;
	height: 2px;
	background: #333;
}

.index_mifute_product_fb_fr li .wz_ft h3 {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_mifute_product_fb_fr li .wz_ft h4 {
	font-size: 15px;
	line-height: 2;
	color: #666;
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_mifute_product_fb_fr li .wz_fc {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	max-height: 7.2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 2% 0;
	width: 100%;
}

.index_mifute_product_fb_fr li .wz_fb {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	text-decoration: underline;
	width: 100%;
}

.index_mifute_product_fb_fr li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index_mifute_product_fb_fr li:hover .wz_ft h3 {
	color: #2bc0c9;
}

.index_mifute_product_fb_fr li:hover .wz_ft::before {
	background: #2bc0c9;
}

.index_mifute_product_fb_fr li:hover .wz_ft::after {
	background: #2bc0c9;
}

.index_mifute_product_fb_fr li:hover .wz_fb {
	color: #2bc0c9;
}

@media(max-width:991px) {
	.index_mifute_product_fc li a {
		font-size: 16px;
	}

	.index_mifute_product_fb_fl {
		width: 100%;
	}

	.index_mifute_product_fb_fl li a {
		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;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.index_mifute_product_fb_fl li .img {
		width: 40%;
	}

	.index_mifute_product_fb_fl li .wz {
		width: 55%;
		margin-top: 0;
		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;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	.index_mifute_product_fb_fl li .wz_ft h3 {
		font-size: 18px;
	}

	.index_mifute_product_fb_fl li .wz_ft::before {
		width: 60px;
	}

	.index_mifute_product_fb_fl li .wz_ft::after {
		width: 140px;
	}

	.index_mifute_product_fb_fl li .wz_fc {
		margin: 2% 0;
		max-height: 7.2em;
		-webkit-line-clamp: 4;
	}

	.index_mifute_product_fb_fl li .wz_fb {
		display: block;
	}

	.index_mifute_product_fb_fr {
		width: 100%;
		border-left: 1px solid #ddd;
		border-top: 0;
	}

	.index_mifute_product_fb_fr li .wz_ft h3 {
		font-size: 18px;
	}

	.index_mifute_product_fb_fr li .wz_ft::before {
		width: 60px;
	}

	.index_mifute_product_fb_fr li .wz_ft::after {
		width: 140px;
	}
}

@media(max-width:768px) {
	.index_mifute_product {
		padding: 25px 0;
	}

	.index_mifute_product_fc {
		margin: 15px 0;
	}

	.index_mifute_product_fc ul {
		padding: 0;
		background: none;
	}

	.index_mifute_product_fc li {
		width: 32%;
		margin-right: 2%;
		text-align: center;
	}

	.index_mifute_product_fc li:nth-child(3n) {
		margin-right: 0;
	}

	.index_mifute_product_fc li:nth-child(n+4) {
		margin-top: 2%;
	}

	.index_mifute_product_fc li a {
		background: #2bc0c9;
		color: #fff;
		padding: 0 10px;
		font-weight: normal;
	}

	.index_mifute_product_fc li.on a {
		background: #b81b25;
		color: #fff;
	}

	.index_mifute_product_fc li::before {
		display: none;
	}

	.index_mifute_product_fb_fl li a {
		padding: 20px;
	}

	.index_mifute_product_fb_fl li .wz_fc {
		margin: 15px 0;
	}

	.index_mifute_product_fb_fr li a {
		padding: 20px;
	}
}

@media(max-width:560px) {
	.index_mifute_product_fb_fl li .img {
		width: 100%;
	}

	.index_mifute_product_fb_fl li .wz {
		width: 100%;
		margin-top: 15px;
	}

	.index_mifute_product_fb_fr li .img {
		width: 100%;
	}

	.index_mifute_product_fb_fr li .wz {
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.index_mifute_product_fc li {
		width: 49%;
		text-align: center;
	}

	.index_mifute_product_fc li:nth-child(3n) {
		margin-right: 2%;
	}

	.index_mifute_product_fc li:nth-child(2n) {
		margin-right: 0;
	}

	.index_mifute_product_fc li:nth-child(n+3) {
		margin-top: 2%;
	}
}

/* 横幅 */
.hf {
	padding: 4% 0;
	position: relative;
}

.hf-show {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	position: relative;
	z-index: 9;
}

.hf-left {
	width: 85%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.hf-text {
	float: left;
	width: 55%;
	text-align: center;
}

.hf-text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
}

.hf-text p {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	margin-top: 8px;
}

.hf-text a {
	display: block;
	width: 134px;
	line-height: 46px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #2bc0c9;
	margin: 0 auto;
	margin-top: 15px;
	-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;
}

.hf-text a:hover {
	background-color: #b81b25;
	color: #fff;
}

.hf-form {
	float: right;
	width: 40%;
}

.hf-form input {
	border: none;
	background-color: #fff;
	line-height: 54px;
	width: 100%;
	font-size: 15px;
	color: #999;
	padding-left: 25px;
	outline: none;
}

.hf-form .pho {
	margin-top: 0;
}

.hf-form .inp {
	margin-top: 15px;
	position: relative;
}

.hf-form .inp span {
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
}

.hf-form .x-submit {
	padding-left: 0;
	margin-top: 15px;
	background-color: #b81b25;
	font-size: 16px;
	color: #fff;
}

@media(max-width:1366px) {
	.hf-text h3 {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.hf-left {
		width: 100%;
	}

	.hf::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		opacity: 1;
		background: #2bc0c9;
	}

	.hf-text h3 {
		font-size: 20px;
	}
}

@media(max-width:768px) {
	.hf {
		padding: 25px 0;
	}

	.hf-text {
		width: 100%;
	}

	.hf-text a {
		margin-top: 15px;
	}

	.hf-form {
		width: 100%;
		margin-top: 15px;
	}

	.hf-text h3 {
		font-size: 20px;
	}

	.hf-text p {
		font-size: 18px;
	}

	.hf-form input{
		line-height: 42px;
	}
}

/*应用领域*/
.index_mifute_application {
	padding: 4% 0;
}

.index_mifute_application_ft {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_mifute_application_ft_fl {
	overflow: hidden;
	width: 80%;
}

.index_mifute_application_ft_fl_fr {
	font-size: 16px;
	line-height: 2;
	color: #666;
	width: 92%;
	padding-right: 15rem;
	margin-right: -15rem;
}

.index_mifute_application_ft_fr a {
	font-size: 16px;
	display: block;
	width: 120px;
	line-height: 40px;
	color: #2bc0c9;
	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;
	border: 2px solid #2bc0c9;
	border-radius: 25px 0 25px 0;
}

.index_mifute_application_ft_fr a:hover {
	background: #2bc0c9;
	color: #fff;
}

.index_mifute_application_fb {
	margin-top: 3%;
	overflow: hidden;
}

.index_mifute_application_fb_fl {
	width: 49%;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
	position: relative;
	z-index: 10;
}

.index_mifute_application_fb_fl_ft {
	width: 100%;
}

.index_mifute_application_fb_fl_ft ul {
	position: relative;
}

.index_mifute_application_fb_fl_ft ul::before {
	content: '';
	position: absolute;
	left: 15%;
	top: 30px;
	width: 70%;
	height: 1px;
	background: #ddd;
}

.index_mifute_application_fb_fl_ft li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
	cursor: pointer;
}

.index_mifute_application_fb_fl_ft li:nth-child(4n) {
	margin-right: 0;
}

.index_mifute_application_fb_fl_ft li .img {
	width: 60px;
	height: 60px;
	font-size: 0;
	line-height: 60px;
	margin: 0 auto;
	background: #f7f7f7;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_mifute_application_fb_fl_ft li .img img {
	width: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_mifute_application_fb_fl_ft li .img .img2 {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-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_mifute_application_fb_fl_ft li .wz {
	font-size: 17px;
	line-height: 2;
	color: #333;
	position: relative;
	font-weight: bold;
	top: 0;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_mifute_application_fb_fl_ft li:hover .wz {
	top: 5px;
	color: #2bc0c9;
}

.index_mifute_application_fb_fl_ft li.on .img {
	background: #2bc0c9;
}

.index_mifute_application_fb_fl_ft li.on .img1 {
	opacity: 0;
}

.index_mifute_application_fb_fl_ft li.on .img2 {
	opacity: 1;
}

.index_mifute_application_fb_fl_ft li.on .wz {
	opacity: 0;
}

.index_mifute_application_fb_fl_fc {
	margin: 3% 0;
	width: 100%;
}

.index_mifute_application_fb_fl_fc ul {
	position: relative;
}

.index_mifute_application_fb_fl_fc li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
}

.index_mifute_application_fb_fl_fc li.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.index_mifute_application_fb_fl_fc li h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.4s ease-in-out 0.3s;
	-moz-transition: all 0.4s ease-in-out 0.3s;
	-ms-transition: all 0.4s ease-in-out 0.3s;
	-o-transition: all 0.4s ease-in-out 0.3s;
	transition: all 0.4s ease-in-out 0.3s;
}

.index_mifute_application_fb_fl_fc li.on h3 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_mifute_application_fb_fl_fc li h4 {
	font-size: 18px;
	line-height: 2;
	color: #999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.4s ease-in-out 0.3s;
	-moz-transition: all 0.4s ease-in-out 0.3s;
	-ms-transition: all 0.4s ease-in-out 0.3s;
	-o-transition: all 0.4s ease-in-out 0.3s;
	transition: all 0.4s ease-in-out 0.3s;
}

.index_mifute_application_fb_fl_fc li.on h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_mifute_application_fb_fl_fc li h5 {
	margin: 3% 0;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.4s ease-in-out 0.3s;
	-moz-transition: all 0.4s ease-in-out 0.3s;
	-ms-transition: all 0.4s ease-in-out 0.3s;
	-o-transition: all 0.4s ease-in-out 0.3s;
	transition: all 0.4s ease-in-out 0.3s;
}

.index_mifute_application_fb_fl_fc li.on h5 {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_mifute_application_fb_fl_fc li a {
	font-size: 18px;
	line-height: 2;
	color: #2bc0c9;
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.4s ease-in-out 0.3s;
	-moz-transition: all 0.4s ease-in-out 0.3s;
	-ms-transition: all 0.4s ease-in-out 0.3s;
	-o-transition: all 0.4s ease-in-out 0.3s;
	transition: all 0.4s ease-in-out 0.3s;
}

.index_mifute_application_fb_fl_fc li.on a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_mifute_application_fb_fl_fb {
	width: 100%;
	margin: 0 12px;
	position: relative;
	-webkit-transform: skewX(-8deg);
	-moz-transform: skewX(-8deg);
	-ms-transform: skewX(-8deg);
	-o-transform: skewX(-8deg);
	transform: skewX(-8deg);
}

.index_mifute_application_fb_fl_fb_nn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all 0.4s ease-in-out 0.3s;
	-moz-transition: all 0.4s ease-in-out 0.3s;
	-ms-transition: all 0.4s ease-in-out 0.3s;
	-o-transition: all 0.4s ease-in-out 0.3s;
	transition: all 0.4s ease-in-out 0.3s;
}

.index_mifute_application_fb_fl_fb_nn.on {
	position: relative;
	z-index: 9;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_mifute_application_fb_fl_fb li {
	float: left;
	width: 30.6666666%;
	margin-right: 4%;
}

.index_mifute_application_fb_fl_fb li:nth-child(3n) {
	margin-right: 0;
}

.index_mifute_application_fb_fl_fb li .img {
	overflow: hidden;
}

.index_mifute_application_fb_fl_fb li .img img {
	width: 100%;
	-webkit-transform: skewX(8deg) scale(1.2);
	-moz-transform: skewX(8deg) scale(1.2);
	-ms-transform: skewX(8deg) scale(1.2);
	-o-transform: skewX(8deg) scale(1.2);
	transform: skewX(8deg) scale(1.2);
}

.index_mifute_application_fb_fr {
	width: 48%;
	overflow: hidden;
}

.index_mifute_application_fb_fr ul {
	position: relative;
}

.index_mifute_application_fb_fr li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.4s ease-in-out 0.3s;
	-moz-transition: all 0.4s ease-in-out 0.3s;
	-ms-transition: all 0.4s ease-in-out 0.3s;
	-o-transition: all 0.4s ease-in-out 0.3s;
	transition: all 0.4s ease-in-out 0.3s;
}

.index_mifute_application_fb_fr li.on {
	position: relative;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.index_mifute_application_fb_fr img {
	width: 100%;
}

@media(max-width:1280px) {
	.index_mifute_application_fb_fl {
		width: 52%;
	}

	.index_mifute_application_fb_fl_ft li .wz {
		font-size: 16px;
	}

	.index_mifute_application_fb_fl_fc li h3 {
		font-size: 26px;
	}
}

@media(max-width:991px) {
	.index_mifute_application_ft_fl {
		width: 100%;
	}

	.index_mifute_application_ft_fl_fr {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		margin-top: 10px;
	}

	.index_mifute_application_ft_fr a {
		display: none;
	}

	.index_mifute_application_fb_fl {
		width: 100%;
	}

	.index_mifute_application_fb_fl_fc {
		margin: 15px 0;
	}

	.index_mifute_application_fb_fl_fc li h5 {
		margin: 15px 0;
		font-size: 17px;
	}

	.index_mifute_application_fb_fr {
		display: none;
	}
}

@media(max-width:768px) {
	.index_mifute_application {
		padding: 25px 0;
	}

	.index_mifute_application_fb {
		margin-top: 15px;
	}

	.index_mifute_application_fb_fl_fc li h3 {
		font-size: 24px;
	}
}

@media(max-width:468px) {
	.index_mifute_application_fb_fl_fc li h3 {
		font-size: 22px;
	}

	.index_mifute_application_fb_fl_ft li .img {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.index_mifute_application_fb_fl_ft li .wz {
		font-size: 15px;
	}

	.index_mifute_application_fb_fl_fc li h4 {
		font-size: 16px;
	}

	.index_mifute_application_fb_fl_fc li h5 {
		font-size: 16px;
	}

	.index_mifute_application_fb_fl_fc li a {
		font-size: 16px;
	}
}

/*合作客户*/
.index_mifute_cooperate {
	padding: 4% 0;
	background: url(../images/img/index_cooperate_bj.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.index_mifute_cooperate::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #222430;
	opacity: .8;
	z-index: 2;
}

.index_mifute_cooperate .index_mifute_cooperate_con {
	position: relative;
	z-index: 5;
}

.index_mifute_cooperate .index_mifute_service_ft h3 {
	color: #fff;
}

.index_mifute_cooperate .index_mifute_service_ft h3 .titlecompany {
	color: #fff;
}

.index_mifute_cooperate .index_mifute_service_ft h3 .titlename {
	color: #fff;
}

.index_mifute_cooperate .index_mifute_service_ft h4 {
	color: #fff;
}

.index_mifute_cooperate_fb {
	margin-top: 3%;
	position: relative;
}

.index_mifute_cooperate_fb_con {
	overflow: hidden;
	margin: 0 25px;
}

.index_mifute_cooperate_fb li {
	cursor: pointer;
	overflow: hidden;
	width: 16.6666666666666%;
}

.index_mifute_cooperate_fb li .img {
	overflow: hidden;
	margin: 0 5%;
}

.index_mifute_cooperate_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_mifute_cooperate_fb li:hover .img img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
}

.index_mifute_cooperate_fb_btnl.swiper-button-disabled,
.index_mifute_cooperate_fb_btnr.swiper-button-disabled {
	opacity: .7;
}

.index_mifute_cooperate_fb_btnl,
.index_mifute_cooperate_fb_btnr {
	position: absolute;
	width: 16px;
	height: 16px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	position: absolute;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	top: 50%;
	left: 0;
	margin: -8px 0;
	cursor: pointer;
}

.index_mifute_cooperate_fb_btnr {
	right: 0;
	left: auto;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin: -8px 0;
}

@media(max-width:991px) {
	.index_mifute_cooperate_fb li {
		width: 20%;
	}
}

@media(max-width:768px) {
	.index_mifute_cooperate {
		padding: 25px 0;
	}

	.index_mifute_cooperate_fb {
		margin-top: 15px;
	}

	.index_mifute_cooperate_fb li {
		width: 33.3333%;
	}
}

@media(max-width:468px) {
	.index_mifute_cooperate_fb li {
		width: 50%;
	}
}

/*新闻中心*/
.index_mifute_news {
	padding: 4% 0;
}

.index_mifute_news_ft {
	text-align: center;
}

.index_mifute_news_ft h3 {
	font-size: 2rem;
	line-height: 1.2;
	color: #2bc0c9;
	font-weight: bold;
}

.index_mifute_news_ft h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #222430;
	margin-top: 10px;
}

.index_mifute_news_fb {
	margin-top: 3%;
	overflow: hidden;
}

.index_mifute_news_fb_li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.index_mifute_news_fb_li:nth-child(3n) {
	margin-right: 0;
}

.index_mifute_news_fb_li_ft {
	overflow: hidden;
}

.index_mifute_news_fb_li_ft_fl {
	font-size: 24px;
	line-height: 35px;
	color: #333;
	padding-left: 40px;
	background-size: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}

.index_mifute_news_fb_li_ft_fr {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}

.index_mifute_news_fb_li_ft_fr:hover {
	font-weight: bold;
}

.index_mifute_news_fb_li_fc {
	margin: 15px 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.index_mifute_news_fb_li_fc .img {
	overflow: hidden;
}

.index_mifute_news_fb_li_fc .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_mifute_news_fb_li_fc: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_mifute_news_fb_li_fc .wz {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 5px 15px;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.index_mifute_news_fb_li_fc .wz h3 {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 40px;
	position: relative;
}

.index_mifute_news_fb_li_fc .wz span {
	position: absolute;
	right: 25px;
	top: 50%;
	width: 21px;
	height: 6px;
	background: url(../images/img/index_news_jiantou.png) no-repeat center;
	background-size: 21px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_mifute_news_fb_li_fc:hover .wz {
	background: rgba(2,120,144,.9);
}

.index_mifute_news_fb_li_fc:hover .wz span {
	right: 15px;
}

.index_mifute_news_fb_li_fb li h3 {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 85px;
	padding-left: 15px;
}

.index_mifute_news_fb_li_fb li h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_mifute_news_fb_li_fb li h3 span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}

.index_mifute_news_fb_li_fb li:hover h3,
.index_mifute_news_fb_li_fb li:hover h3 span {
	color: #2bc0c9;
}

.index_mifute_news_fb_li_fb li:hover h3 {
	font-weight: bold;
}

.index_mifute_news_fb_li_fb li:hover h3::before {
	border-color: #2bc0c9;
}

@media(max-width:991px) {
	.index_mifute_news_fb_li_ft_fl {
		font-size: 20px;
	}

	.index_mifute_news_ft h3 {
		font-size: 26px;
	}

	.index_mifute_news_ft h4 {
		font-size: 17px;
	}

}

@media(max-width:768px) {
	.index_mifute_news {
		padding: 25px 0;
	}

	.index_mifute_news_ft h3 {
		font-size: 25px;
	}

	.index_mifute_news_ft h4 {
		font-size: 16px;
	}

	.index_mifute_news_fb {
		margin-top: 15px;
	}

	.index_mifute_news_fb_li {
		width: 100%;
		margin-right: 0;
	}

	.index_mifute_news_fb_li:nth-child(n+2) {
		margin-top: 15px;
	}

	.index_mifute_news_fb_li_fc {
		margin: 15px 0;
	}

}

@media(max-width:468px) {
	.index_mifute_news_ft h3 {
		font-size: 24px;
	}

	.index_mifute_news_fb_li_ft_fl {
		font-size: 20px;
		background-size: 25px;
		padding-left: 30px;
		line-height: 25px;
	}

	.index_mifute_news_fb_li_ft_fr {
		line-height: 25px;
	}

}

/*footer*/
.pc_footer {
	background: #0d1720;
}

.pc_footer_ft {
	padding: 4% 0;
}

.pc_footer_ft_fl {
	width: 46%;
}

.pc_footer_ft_fl li {
	max-width: 32%;
}

.pc_footer_ft_fl li h3 {
	font-size: 19px;
	line-height: 2;
	color: #fff;
}

.foot_nav_erji {
	margin-top: 10px;
}

.foot_nav_erji a {
	display: inline-block;
	max-width: 100%;
	font-size: 15px;
	line-height: 2;
	color: rgba(255, 255, 255, .6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.foot_nav_erji a:hover {
	color: #fff;
}

.pc_footer_ft_fc {
	max-width: 30%;
}

.pc_footer_ft_fc h3 {
	font-size: 19px;
	line-height: 2;
	color: #fff;
}

.pc_footer_ft_fc h4 {
	font-size: 15px;
	line-height: 2;
	color: rgba(255, 255, 255, .6);
	margin-top: 10px;
}

.pc_footer_ft_fr {
	max-width: 120px;
}

.pc_footer_ft_fr h3 {
	font-size: 19px;
	line-height: 2;
	color: #fff;
}

.pc_footer_ft_fr ul {
	margin-top: 18px;
	overflow: hidden;
}

.pc_footer_ft_fr li {
	width: 100%;
	float: left;
	margin-right: 0;
}

.pc_footer_ft_fr li:nth-child(2n) {
	margin-right: 0;
}

.pc_footer_ft_fr .img img {
	width: 100%;
}

.pc_footer_ft_fr .wz {
	font-size: 15px;
	line-height: 2;
	color: rgba(255,255,255,.6);
	text-align: center;
	margin-top: 10px;
}

.pc_footer_fb {
	font-size: 15px;
	line-height: 1.8;
	padding: 15px 0;
	background: #05090d;
	color: rgba(255,255,255,.6);
}

.pc_footer_fb a {
	color: rgba(255,255,255,.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pc_footer_fb a:hover {
	color: #fff;
}

@media(max-width:991px) {
	.pc_footer_ft_fl {
		display: none;
	}

	.pc_footer_ft_fc {
		max-width: 55%;
	}

	.pc_footer_ft_fr{
		width: 40%;
	}

}

@media(max-width:768px) {
	.pc_footer_ft {
		padding: 25px 0;
	}
}

@media(max-width:468px) {
	.pc_footer_ft {
		padding: 20px 0;
	}

	.pc_footer_ft_fl li h3 {
		font-size: 18px;
	}

	.pc_footer_ft_fc {
		width: 100%;
		max-width: 100%;
	}

	.pc_footer_ft_fc h3 {
		font-size: 18px;
	}

	.pc_footer_ft_fc h4 {
		margin-top: 0;
	}

	.pc_footer_ft_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 2px;
	}

	.pc_footer_ft_fr h3 {
		font-size: 18px;
	}

	.pc_footer_ft_fr ul {
		margin-top: 8px;
	}

	.pc_footer_ft_fr ul li {
		max-width: 120px;
	}
}

/*公司简介*/
.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;
	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.8rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #2bc0c9;
	-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.7rem;
	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: 17px;
	line-height: 1.9;
	color: #4f4f52;
	margin-top: 4%;
	text-indent: 2em;
}

.ny_about_1_fb_fr_fc p:nth-child(n+2){
	margin-top: 0;
}

.ny_about_2 {
	padding: 3% 0;
	background: #f7f7f7;
	margin-top: 3%;
}

.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%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	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: 5px;
}

.ny_about_2_fb li .img {
	overflow: hidden;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	-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 .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 .wz{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	text-align: center;
	margin-top: 5px;
	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;
}

.ny_about_2_fb li:hover .img{
	border-color: #2bc0c9;
}

.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);
}

.ny_about_2_fb li:hover .wz{
	color: #2bc0c9;
}

@media(max-width:1366px){
	.ny_about_1_fb_fr_fc{
		font-size: 16px;
		line-height: 1.7;
	}
}

@media(max-width:1280px){
	.ny_about_1_fb_fr_fc p:nth-child(n+2){
		margin-top: 0;
	}
}

@media(max-width:1200px){
	.ny_about_2_ft h4{
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 3%;
	}

	.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: 60px;
		text-align: left;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 5px;
		line-height: 1.8;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 10px;
	}

	.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: 5px;
	}

	.ny_about_2_ft h4 {
		font-size: 17px;
		margin-top: 5px;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 25px;
	}

	.ny_about_1_fb_fr_ft h4{
		font-size: 55px;
	}

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_ft h4 {
		font-size: 16px;
	}

	.ny_about_1_fb_fr_fc{
		font-size: 16px;
	}

	.ny_about_2_fb li .wz{
		font-size: 15px;
	}
}

@media(max-width:468px) {
	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
		font-size: 22px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 4.7rem;
	}

	.ny_about_2_ft h3 {
		font-size: 22px;
	}
}

/*视频*/
.ny_page_video_list li {
	width: 23.5%;
	margin-right: 2%;
}

.ny_page_video_list li:nth-child(4n) {
	margin-right: 0;
}

.ny_page_video_list li .img {
	overflow: hidden;
}

.ny_page_video_list li .img img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ny_page_video_list li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_page_video_list li .wz {
	padding: 10px 0;
}

.ny_page_video_list li .wz h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	max-height: 3em;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ny_page_video_list li .wz h4 {
	margin-top: 10px;
	font-size: 0;
}

.ny_page_video_list li .wz h4 img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.ny_page_video_list li .wz h4 span {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	vertical-align: middle;
}

.ny_page_video_list li:hover .wz h3 {
	color: #2bc0c9;
}

.ny_page_video_nav_www {
	display: block !important;
}

@media(max-width:991px) {
	.ny_page_video_nav_www {
		margin-bottom: 0 !important;
	}

	.ny_page_video_nav_www .ny_page_video_nav ul li a {
		font-size: 16px;
	}

	.ny_page_video_list li {
		width: 49%;
	}

	.ny_page_video_list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:768px) {
	.ny_page_video_nav_www {
		margin-top: 25px !important;
	}

	.ny_page_video_nav_www .ny_page_video_nav ul li {
		width: 33.333333%;
		margin: 0;
	}

	.ny_page_video_nav_www .ny_page_video_nav ul li:nth-child(3n)>a {
		border-right: 1px solid rgba(0, 0, 0, 0);
	}

	.ny_page_video_nav_www .ny_page_video_nav ul li:nth-child(n+4)>a {
		border-top: 1px solid #dedede;
	}

	.ny_page_video_list li .wz h3 {
		font-size: 17px;
	}
}

@media(max-width:468px) {
	.ny_page_video_list li {
		width: 100%;
		margin-right: 0 !important;
	}
}

/*合作客户*/
.ny_page_hezuokehu ul {
	overflow: hidden;
}

.ny_page_hezuokehu li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
}

.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: #2bc0c9;
}

.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: #2bc0c9;
}

@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;
	}
}

/*企业文化*/
.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.5rem;
	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: #2bc0c9;
}

.page_philosophy_li_fr h4 {
	font-size: 18px;
	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: 15px;
	}

	.page_philosophy_li_fr h4 {
		font-size: 16px;
	}

	.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: 22px;
	}

	.page_philosophy_li_fr h3::before {
		width: 40px;
	}
}

@media(max-width:468px) {
	.page_philosophy {
		padding: 25px 0;
	}

	.page_philosophy_li_fr h3 {
		font-size: 20px;
		padding-bottom: 12px;
	}

	.page_philosophy_li_fr {
		padding: 15px;
	}
}


/*下载中心*/
.ny_xiazailiebiao table{
    width: 100%;
    font-size: 16px;
    line-height: 2;
	text-align: center;
}
.ny_xiazailiebiao table tr:nth-child(1){
    background: #e2e2e2;
}
.ny_xiazailiebiao table tr td{
    padding: 10px 5px;
}
@media(max-width:768px){
    .ny_xiazailiebiao table{
        font-size: 14px;
    }
    .ny_xiazailiebiao table tr td{
      width: 25%;
    }
    .aspg-detail-title{
        font-size: 18px;
    }
}
@media(max-width:468px){
    .ny_xiazailiebiao table{
        font-size: 13px;
    }
}