/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-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: #163c85;
}

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

/**/
.max1600 {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1700px;
	margin: 0 auto;
	padding: 0 50px;
}

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

	.page_con_zhuti {
		padding: 0 30px;
	}
}

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

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

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

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
#pc_header {
	height: 120px;
	line-height: 120px;
	background: #fff;
	/*position: fixed;*/
	width: 100%;
	/*left: 0;*/
	/*top: 0;*/
	/*z-index: 999;*/
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.pc_logo {
	width: 60%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo_fl {
	width: 20%;
	max-width: 110px;
}

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

.pc_logo_fr {
	width: 80%;
}

.pc_logo_fr_fl {
	font-size: 36px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	padding: 0 15px;
}

.pc_logo_fr_fr h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
}

.pc_logo_fr_fr h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #666;
}

.pc_header_fr {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_fr_fl {
	width: 100px;
	height: 100px;
	line-height: 0;
	margin-right: 10px;
}

.pc_header_fr_fl .img {
	overflow: hidden;
	position: relative;
}

.pc_header_fr_fl img {
	width: 100%;
}

.pc_header_fr_fl .img::after {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	content: "";
	-webkit-animation: light 5s infinite;
	-moz-animation: light 5s infinite;
	-ms-animation: light 5s infinite;
	-o-animation: light 5s infinite;
	animation: light 5s infinite;
	background: url(../images/img/top_heng_tiao.png) no-repeat 0 0;
}

@keyframes light {
	0% {
		top: 0;
	}

	50% {
		top: 100%;
	}

	100% {
		top: -40px;
	}
}

.pc_header_fr_fr {
	font-size: 24px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	padding-left: 50px;
	background: url(../images/img/index_top_dianhua.gif) no-repeat left center;
	background-size: 40px;
}

.pc_header1 {
	background: #163c85;
}


.pc_nav {
	width: 100%;
}

.pc_nav>ul {
	width: 100%;
}

.pc_nav>ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li {
	width: 11.11111%;
	float: left;
	position: relative;
	text-align: center;
}

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

.pc_nav>ul>li>a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, .5);
	-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>a::before {
	display: none;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 210px;
	left: 50%;
	top: 70px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.pc_nav>ul>li:hover>a {
	color: #fff;
}

.pc_nav>ul>li.active>a {
	background: #00ab48;
}

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

.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: #163c85;
	color: #fff;
}

.pc_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}

.pc_sousuo {
	position: relative;
	width: 30px;
}

.pc_sousuo1 {
	width: 30px;
	height: 30px;
	background: url(../images/pc_sousuo_h.png) no-repeat center;
	margin-top: 35px;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100px;
	width: 250px;
	z-index: 999;
	background: #163c85;
	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/pc_sousuo_b.png) no-repeat center;
	background-size: 20px;
}

.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;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}

@media(max-width:1366px) {
	.pc_logo_fr_fl {
		font-size: 26px;
	}

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

	.pc_logo_fr_fr h4 {
		font-size: 18px;
	}

	.pc_header_fr_fr {
		font-size: 20px;
	}
}

/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
}

.index_banner 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_banner .swiper-slide-active img{*/
/*    -moz-transform: scale(1.1,1.1);*/
/*    -webkit-transform: scale(1.1,1.1);*/
/*    transform: scale(1.1,1.1);*/
/*}*/
.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5% !important;
	z-index: 99;
}

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

.index_banner_yuandian span.swiper-pagination-bullet-active {
	width: 35px;
	border-radius: 30px;
	background: #00ab48;
}

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

	.index_banner_yuandian span {
		width: 14px;
		height: 14px;
		margin: 0 5px !important;
	}
}

/*解决方案*/
.index_yahong_jjfangan {
	padding: 3% 0 0;
}

.index_yahong_jjfangan_ft {
	text-align: center;
}

.index_yahong_jjfangan_ft h3 {
	font-size: 2.2rem;
	line-height: 1.4;
	color: #163c85;
}

.index_yahong_jjfangan_ft h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #333;
}

.index_yahong_jjfangan_fb {
	margin-top: 3%;
}

.index_yahong_jjfangan_fb ul {
	overflow: hidden;
	width: 100%;
}

.index_yahong_jjfangan_fb li {
	float: left;
	width: 25%;
	position: relative;
}

.index_yahong_jjfangan_fb li .img {
	overflow: hidden;
	position: relative;
}

.index_yahong_jjfangan_fb li .img img {
	width: 100%;
	position: relative;
	z-index: 2;
	-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_yahong_jjfangan_fb li .img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 5;
}

.index_yahong_jjfangan_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);
}

.index_yahong_jjfangan_fb li .wz {
	position: absolute;
	left: 8%;
	z-index: 6;
	width: 84%;
	bottom: 8%;
	overflow: hidden;
}

.index_yahong_jjfangan_fb li .wz .wz_ft {
	border-radius: 40px;
	color: #163c85;
	background: #fff;
	font-size: 14px;
	line-height: 36px;
	float: left;
	overflow: hidden;
	position: relative;
}

.index_yahong_jjfangan_fb li .wz .wz_ft .wz_ft_fl {
	width: 36px;
	height: 36px;
	padding-left: 18px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.index_yahong_jjfangan_fb li .wz .wz_ft .wz_ft_fr {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 5;
	font-size: 18px;
	line-height: 36px;
	width: 36px;
	height: 36px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.index_yahong_jjfangan_fb li:hover .wz .wz_ft .wz_ft_fl {
	width: 115px;
	padding-right: 26px;
}

.index_yahong_jjfangan_fb li:hover .wz .wz_ft .wz_ft_fr {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.index_yahong_jjfangan_fb li .wz h3 {
	width: 100%;
	float: left;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_yahong_jjfangan_fb li .wz h4 {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

@media(max-width:1080px) {
	.index_yahong_jjfangan_ft h3 {
		font-size: 28px;
	}

	.index_yahong_jjfangan_ft h4 {
		font-size: 24px;
	}

	.index_yahong_jjfangan_fb li .wz h3 {
		font-size: 18px;
	}

	.index_yahong_jjfangan_fb li .wz h4 {
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.index_yahong_jjfangan_fb li {
		width: 50%;
	}
}

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

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

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

/*产品中心*/
.index_yahong_cpzx {
	padding: 3% 0;
	background: #f8f8f8;
}

.index_yahong_cpzx_fb {
	margin-top: 2%;
}

.index_yahong_cpzx_fb ul {
	overflow: hidden;
}

.index_yahong_cpzx_fb li {
	width: 32%;
	margin: 1% 0;
	margin-right: 2%;
	float: left;
	background: #fff;
}

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

.index_yahong_cpzx_fb li .img {
	overflow: hidden;
}

.index_yahong_cpzx_fb li .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_yahong_cpzx_fb 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_yahong_cpzx_fb li .wz {
	font-size: 18px;
	line-height: 2;
	color: #333;
	text-align: center;
	border-top: 1px solid #ececec;
	padding: 10px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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_yahong_cpzx_fb li:hover .wz {
	background: #163c85;
	border-top: 1px solid #163c85;
	color: #fff;
}

.index_yahong_cpzx_fb1 {
	margin-top: 2%;
	font-size: 0;
	text-align: center;
}

.index_yahong_cpzx_fb1 a {
	max-width: 130px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #000;
	border-radius: 8px;
	/*background: #fff;*/
	border: 1px solid #163c85;
	padding: 6px;
	-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_yahong_cpzx_fb1 a:hover {
	color: #fff;
	background: #163c85;
}

@media(max-width:991px) {
	.index_yahong_cpzx_fb li .wz {
		font-size: 17px;
	}
}

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

	.index_yahong_cpzx_fb {
		margin-top: 12px;
	}

	.index_yahong_cpzx_fb li {
		width: 49%;
	}

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

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

	.index_yahong_cpzx_fb1 {
		margin-top: 15px;
	}

	.index_yahong_cpzx_fb1 a {
		max-width: 115px;
		padding: 3px;
	}
}

@media(max-width:468px) {
	.index_yahong_cpzx_fb li {
		width: 100%;
		margin: 0;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	.index_yahong_cpzx_fb li:last-child {
		margin-bottom: 0;
	}

	.index_yahong_cpzx_fb li .wz {
		font-size: 16px;
	}

	.index_yahong_cpzx_fb1 a {
		font-size: 15px;
	}
}

/*横图*/
.index_yahong_hengtu {
	padding: 3% 0;
	background: url(../images/img/index_yahong_hengtu_bj.png) no-repeat center;
	background-size: cover;
}

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

.index_yahong_hengtu_fl {
	width: 43%;
}

.index_yahong_hengtu_fl .index_yahong_hengtu_fl_ft {
	text-align: left;
}

.index_yahong_hengtu_fl .index_yahong_hengtu_fl_ft h3 {
	color: #fff;
}

.index_yahong_hengtu_fl .index_yahong_hengtu_fl_ft h4 {
	color: #fff;
}

.index_yahong_hengtu_fl .index_yahong_hengtu_fl_ft h5 {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #fff;
	margin: 0;
}

.index_yahong_hengtu_fr {
	overflow: hidden;
	width: 55%;
}

.index_yahong_hengtu_fr li {
	width: 22.75%;
	margin: 1% 0;
	margin-right: 3%;
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 50%;
	padding-top: 23.5%;
	height: 0;
	position: relative;
	cursor: pointer;
}

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

.index_yahong_hengtu_fr li .img_ww {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_yahong_hengtu_fr li .img_ww .img {
	width: 3rem;
	margin: 0 auto;
	line-height: 3rem;
}

.index_yahong_hengtu_fr li .img_ww .img img {
	max-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_yahong_hengtu_fr li .img_ww .wz {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	margin-top: 15px;
}

.index_yahong_hengtu_fr li:hover .img_ww .img img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

@media(max-width:1280px) {
	.index_yahong_hengtu_fl {
		width: 40%;
	}

	.index_yahong_hengtu_fr {
		width: 58%;
	}
}

@media(max-width:1080px) {
	.index_yahong_hengtu_fr li .img_ww .wz {
		font-size: 16px;
	}

	.index_yahong_hengtu_fl .index_yahong_hengtu_fl_ft h5 {
		font-size: 18px;
	}
}

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

	.index_yahong_hengtu_fl {
		width: 100%;
	}

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

	.index_yahong_hengtu_fr li .img_ww .img {
		width: 4rem;
		line-height: 4rem;
	}
}

@media(max-width:768px) {
	.index_yahong_hengtu_fr li {
		width: 49%;
		margin: 8px 0;
		margin-right: 2%;
		padding-top: 49%;
	}

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

@media(max-width:468px) {
	.index_yahong_hengtu_fr li .img_ww .wz {
		margin-top: 10px;
	}
}

/*公司简介*/
.index_yahong_gsjj {
	padding: 3% 0;
	overflow: hidden;
}

.index_yahong_gsjj_con {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_yahong_gsjj_fl {
	width: 50%;
	position: relative;
}

.index_yahong_gsjj_fl::before {
	content: '';
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 0;
	width: 70%;
	height: 70%;
	background: #163c85;
}

.index_yahong_gsjj_fl .img {
	margin-left: 3%;
	margin-bottom: 3%;
	position: relative;
	z-index: 5;
}

.index_yahong_gsjj_fl img {
	width: 100%;
}

.index_yahong_gsjj_fr {
	width: 47%;
}

.index_yahong_gsjj_fr_ft h3 {
	font-size: 1.9rem;
	line-height: 1.2;
	color: #163c85;
}

.index_yahong_gsjj_fr_ft h4 {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #333;
}

.index_yahong_gsjj_fr_fc {
	font-size: 16px;
	line-height: 29px;
	color: #666;
	margin: 4% 0;
	max-height: 290px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}

.index_yahong_gsjj_fr_fb {
	max-width: 130px;
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 6px;
	-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_yahong_gsjj_fr_fb:hover {
	color: #fff;
	background: #163c85;
	border-color: #163c85;
}

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

	.index_yahong_gsjj_fr_ft h4 {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.index_yahong_gsjj_fl {
		width: 100%;
	}

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

	.index_yahong_gsjj_fr_fc {
		margin: 15px 0;
	}
}

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

	.index_yahong_gsjj_fr_fb {
		max-width: 115px;
		padding: 3px;
	}
}

@media(max-width:468px) {
	.index_yahong_gsjj_fr_fc {
		font-size: 15px;
		max-height: 290px;
	}

	.index_yahong_gsjj_fr_fb {
		font-size: 15px;
	}
}

/*合作客户*/
.index_yahong_hzkh {
	margin-top: 3%;
}

.index_yahong_hzkh_ft {
	font-size: 1.9rem;
	line-height: 1.5;
	color: #163c85;
}

.index_yahong_hzkh_fb {
	margin-top: 2.5%;
	overflow: hidden;
}

.index_yahong_hzkh_fb .tempWrap {
	width: 100% !important;
}

.index_yahong_hzkh_fb li {
	width: 15.83333%;
	float: left;
	margin: 0 6px;
	border: 1px solid #ddd;
	cursor: pointer;
}

.index_yahong_hzkh_fb li .img {
	overflow: hidden;
}

.index_yahong_hzkh_fb li .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_yahong_hzkh_fb li:hover {
	border-color: #163c85;
}

.index_yahong_hzkh_fb 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);
}

@media(max-width: 1080px) {
	.index_yahong_hzkh_ft {
		font-size: 26px;
	}
}

@media(max-width:991px) {
	.index_yahong_hzkh_fb li {
		width: 24%;
	}
}

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

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

@media(max-width:468px) {
	.index_yahong_hzkh_fb li {
		width: 48%;
	}
}

/*新闻中心*/
.index_yahong_xwzx {
	padding: 3% 0;
	background: #f8f8f8;
}

.index_yahong_xwzx_fb {
	margin-top: 1.5%;
}

.index_yahong_xwzx_fb ul {
	overflow: hidden;
}

.index_yahong_xwzx_fb li {
	width: 32%;
	float: left;
	margin: 1% 0;
	margin-right: 2%;
	position: relative;
	background: #fff;
}

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

.index_yahong_xwzx_fb li .img {
	overflow: hidden;
}

.index_yahong_xwzx_fb li .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_yahong_xwzx_fb 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_yahong_xwzx_fb li .wz {
	padding: 5%;
}

.index_yahong_xwzx_fb li .wz h3 {
	font-size: 20px;
	line-height: 2;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_yahong_xwzx_fb li:hover .wz h3 {
	color: #163c85;
}

.index_yahong_xwzx_fb li .wz h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	max-height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 1% 0 4%;
}

.index_yahong_xwzx_fb li .wz h5 {
	margin: 0;
}

.index_yahong_xwzx_fb li:hover .wz h5 {
	color: #fff;
	background: #163c85;
	border-color: #163c85;
}

.index_yahong_xwzx_fb li .rq {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 2;
	padding: 3px 25px 3px 10px;
	color: #fff;
	background: #163c85;
	border-radius: 0 0 30px 0;
}

@media(max-width:1366px) {
	.index_yahong_xwzx_fb li .wz h3 {
		font-size: 18px;
	}
}

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

	.index_yahong_xwzx_fb {
		margin-top: 15px;
	}

	.index_yahong_xwzx_fb li {
		width: 49%;
	}

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

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

	.index_yahong_xwzx_fb li:nth-child(n+3) {
		display: none;
	}

	.index_yahong_xwzx_fb li .wz h4 {
		margin: 5px 0 15px;
	}
}

@media(max-width:468px) {
	.index_yahong_xwzx_fb li .wz h4 {
		font-size: 15px;
		max-height: 60px;
	}

	.index_yahong_xwzx_fb li {
		width: 100%;
		margin: 0;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	.index_yahong_xwzx_fb li:last-child {
		margin-bottom: 0;
	}

	.index_yahong_xwzx_fb li:nth-child(n+3) {
		display: block;
	}

	.index_yahong_xwzx_fb li .wz {
		padding: 15px;
	}
}



/*底部*/
.footer_tongyong {
	padding: 3% 0 0;
	background: #163c85;
}

.footer_tongyong_ft {
	overflow: hidden;
}

.footer_tongyong_ft_fl {
	width: 65%;
}

.footer_tongyong_ft_fl ul {
	overflow: hidden;
}

.footer_tongyong_ft_fl li {
	width: 25%;
	padding-right: 10px;
}

.footer_tongyong_ft_fl li h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fl li h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.foot_nav_erji {
	margin-top: 15px;
}

.footer_tongyong_ft_fl li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer_tongyong_ft_fr {
	overflow: hidden;
	max-width: 30%;
}

.footer_tongyong_ft_fr h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fr h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.footer_tongyong_ft_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin: 10px 0;
}

.footer_tongyong_ft_fr_fb {
	float: left;
}

.footer_tongyong_ft_fr_fb img {
	max-width: 110px;
}

.footer_tongyong_ft_fr_fb h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.footer_tongyong_fb {
	border-top: 1px solid rgba(255, 255, 255, .5);
	margin-top: 20px;
	padding: 15px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_fb a {
	color: #fff;
}

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

	.footer_tongyong_ft_fl {
		display: none;
	}

	.footer_tongyong_ft_fr {
		max-width: 100%;
		float: none;
	}
}


/*内页图集-小标题*/
.ny_tuji_title {
	text-align: center;
}

.ny_tuji_title h3 {
	font-size: 1.9rem;
	line-height: 1.3;
	color: #163c85;
}

.ny_tuji_title h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #333;
}

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

	.ny_tuji_title h4 {
		font-size: 20px;
	}
}

.ny_tuji_neirong {
	margin-top: 3%;
}

.ny_tuji_tupianli {
	margin-top: 2%;
}

.ny_tuji_tupianli ul {
	font-size: 0;
	overflow: hidden;
}

.ny_tuji_tupianli li {
	width: 32%;
	margin: 1% 0;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2%;
}

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

.ny_tuji_tupianli li .img img {
	width: 100% !important;
}

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

	.ny_tuji_tupianli {
		margin-top: 10px;
	}

	.ny_tuji_tupianli li {
		width: 49%;
	}

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

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

/*团队介绍*/
.ny_tuandui_fl {
	width: 54%;
	text-align: justify;
}

.ny_tuandui_fr {
	width: 40%;
	position: relative;
	padding-bottom: 5%;
}

.ny_tuandui_fr .img {
	overflow: hidden;
}

.ny_tuandui_fr .img img {
	width: 100% !important;
}

.ny_tuandui_fr .wz {
	position: absolute;
	left: 5%;
	width: 90%;
	bottom: 5px;
}

.ny_tuandui_fr .wz li {
	width: 22%;
	margin-right: 4%;
	padding: 10% 0;
	text-align: center;
	float: left;
	background: #f1f1f1;
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgb(0, 0, 0, .1);
	cursor: pointer;
	font-size: 1.4rem;
	color: #163c85;
	line-height: 1.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

.ny_tuandui_fr .wz li:hover {
	background: #163c85;
	color: #fff;
}

@media(max-width:1180px) {
	.ny_tuandui_fr .wz li {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.ny_tuandui_fl {
		width: 100%;
	}

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

@media(max-width:468px) {
	.ny_tuandui_fr .wz li {
		border-radius: 15px;
	}

	.ny_tuandui_fr .wz li {
		width: 23.5%;
		margin-right: 2%;
	}
}

/*研发体系*/
.ny_yanfatixi {
	margin-top: 3%;
}

.ny_yanfatixi_title {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #333;
	text-align: center;
}

.ny_yanfatixi ul {
	margin-top: 2%;
	overflow: hidden;
}

.ny_yanfatixi li {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

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

.ny_yanfatixi li h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.ny_yanfatixi li h3 span {
	font-size: 3rem;
}

.ny_yanfatixi li h4 {
	font-size: 18px;
	line-height: 2;
	color: #333;
}

.ny_yanfatixi_tuji {
	margin-top: 2%;
}

.ny_yanfatixi_tuji ul {
	overflow: hidden;
}

.ny_yanfatixi_tuji li {
	width: 32%;
	margin: 1% 0;
	margin-right: 2%;
	float: left;
	text-align: center;
}

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

.ny_yanfatixi_tuji li .img {
	width: 100% !important;
}

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

@media(max-width:991px) {
	.ny_yanfatixi li h3 span {
		font-size: 34px;
	}

	.ny_yanfatixi li h4 {
		font-size: 16px;
	}
}

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

	.ny_yanfatixi il {
		margin-top: 15px;
	}

	.ny_yanfatixi_tuji {
		margin-top: 10px;
	}
}

@media(max-width:468px) {
	.ny_yanfatixi_tuji li {
		width: 100%;
		margin: 0;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
}

/*大事件*/
.neiye_dashijian {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 4%;
}

.neiye_dashijian_ft_ww {
	position: relative;
}

.neiye_dashijian_ft_btnl {
	width: 35px;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.neiye_dashijian_ft_btnr {
	width: 35px;
	height: 100%;
	border: 1px solid #dadada;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.neiye_dashijian_ft_btnr.swiper-button-disabled:before,
.neiye_dashijian_ft_btnl.swiper-button-disabled:before {
	opacity: .5;
}

.neiye_dashijian_ft_btnr:before,
.neiye_dashijian_ft_btnl:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 3px solid #BDBDBD;
	border-top: 3px solid #BDBDBD;
	position: absolute;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

.neiye_dashijian_ft_btnr:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin: -4px 0 0 -6px;
}

.neiye_dashijian_ft {
	margin: 0 50px;
	overflow: hidden;
}

.neiye_dashijian_ft li {
	height: 0;
	width: 15%;
	padding-bottom: 15%;
	background: #11a6a0;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.neiye_dashijian_ft li.on {
	background: #163c85;
}

.neiye_dashijian_ft li span {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.neiye_dashijian_fc {
	margin: 4% 50px 0;
	font-size: 0;
}

.neiye_dashijian_fc_li {
	overflow: hidden;
}

.neiye_dashijian_fc .wz {
	width: 58%;
}

.neiye_dashijian_fc .img {
	width: 40%;
}

.neiye_dashijian_fc .img img {
	width: 100% !important;
}

.neiye_dashijian_fc_fl {
	font-size: 3rem;
	line-height: 2;
	color: #163c85;
	font-weight: bold;
}

.neiye_dashijian_fc_fr {
	font-size: 16px;
	line-height: 1.8;
	color: #1a1a1a;
}

.neiye_dashijian_fc_fr p {
	position: relative;
	margin: 10px 0;
}

.neiye_dashijian_fc_fr p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #ccc;
	display: none;
}

@media(max-width:1280px) {
	.neiye_dashijian_ft li span {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.neiye_dashijian_ft li {
		height: 0;
		width: 18.55%;
		padding-bottom: 18.55%;
	}
}

@media(max-width:768px) {
	.neiye_dashijian_ft li {
		width: 23.640625%;
		padding-bottom: 23.640625%;
	}

	.neiye_dashijian_fc_fr {
		width: 100%;
		margin-left: 0;
	}

	.neiye_dashijian_fc_fl {
		font-size: 24px;
	}

	.neiye_dashijian {
		margin-top: 20px;
	}

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

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

	.neiye_dashijian_ft li {
		width: 32.125%;
		padding-bottom: 32.125%;
	}

	.neiye_dashijian_ft_btnr,
	.neiye_dashijian_ft_btnl {
		width: 15px;
		height: 20px;
		top: 50%;
		border: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.neiye_dashijian_fc {
		margin: 20px 15px;
	}

	.neiye_dashijian_fc .wz {
		width: 100%;
	}

	.neiye_dashijian_fc .img {
		width: 100%;
	}
}

/*荣誉*/
.ny_tuji_rongyuli ul {
	font-size: 0;
}

.ny_tuji_rongyuli li {
	width: 15.416666666%;
	margin-right: 1.5%;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: bottom;
}

.ny_tuji_rongyuli li:nth-child(6n) {
	margin-right: 0;
}

.ny_tuji_rongyuli li:nth-child(n+7) {
	margin-top: 1.5%;
}

.ny_tuji_rongyuli li .img {
	width: 100%;
	height: 100%;
	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-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_tuji_rongyuli li .img img {
	width: 100% !important;
}

@media(max-width:991px) {
	.ny_tuji_rongyuli li {
		width: 32%;
		margin-right: 2%;
	}

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

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

@media(max-width:468px) {
	.ny_tuji_rongyuli li {
		width: 49%;
		margin-right: 2% !important;
	}

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

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




/*联系我们留言*/
.lxwm_c1 .lxwm_c1nn {
	background-color: #163c85;
	border-radius: 24px;
	overflow: hidden;
	padding: 4%;
	align-items: flex-end;
}

.lxwm_c1_fl {
	width: 52%;
}

.lxwm_c1_fl_ft {
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fl_fb {
	margin-top: 12%;
}

.lxwm_c1_fl_fb form {}

.lxwm_c1_fl_fb_ft li {
	width: 48%;
	margin-bottom: 5%;
	position: relative;
}

.lxwm_c1_fl_fb_ft li span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_ft li input {
	background: none;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #ccc;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	padding-left: 65px;
	padding-right: 10px;
}

.lxwm_c1_fl_fb_fc {
	position: relative;
	margin-bottom: 5%;
}

.lxwm_c1_fl_fb_fc textarea {
	background: none;
	outline: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	resize: none;
	padding: 40px 20px 20px;
}

.lxwm_c1_fl_fb_fc span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_fb_fl {
	align-items: center;
	/*margin-bottom: 10px;*/
}

.lxwm_c1_fl_fb_fb_fl input {
	width: 186px;
	background: none;
	outline: none;
	background-color: #ffffff;
	border-radius: 23px;
	border: solid 2px #eee;
	font-size: 16px;
	line-height: 2.7;
	color: #061734;
	padding-left: 70px;
	padding-right: 15px;
}

.lxwm_c1_fl_fb_fb_fl_fl {
	position: relative;
	margin-right: 10px;
}

.lxwm_c1_fl_fb_fb_fl_fl span {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.5;
	color: #595757;
}

.lxwm_c1_fl_fb_fb_fl img {
	width: 100px;
	height: 38px;
	background-color: #ffffff;
}

.lxwm_c1_fl_fb_fb_fr input {
	background: none;
	outline: none;
	border: 0;
	background-color: #fff;
	border-radius: 23px;
	font-size: 18px;
	line-height: 1.5;
	padding: 7px 3.5rem;
	color: #163c85;
	cursor: pointer;
}

.lxwm_c1_fr {
	max-width: 45%;
	min-width: 400px;
}

.lxwm_c1_fr_ft {
	font-size: 18px;
	line-height: 2;
	color: #fff;
}

.lxwm_c1_fr_ft h3 {
	font-size: 1.6rem;
	line-height: 2;
	color: #fff;
	margin-bottom: 5%;
}

.lxwm_c1_fr_ft li {
	overflow: hidden;
}

.lxwm_c1_fr_ft li:nth-child(1) {
	margin-top: 0;
}

.lxwm_c1_fr_ft li h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fr_ft li h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff;
}

.lxwm_c1_fr_ft li .img {
	width: 100%;
	max-width: 160px;
	padding: 13px;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 10px;
}

.lxwm_c1_fr_ft li .img img {
	width: 100%;
}

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

	.lxwm_c1_fl_fb_fb_fr input {
		padding: 7px 40px;
	}

	.lxwm_c1_fr_ft li h3 {
		font-size: 16px;
	}

	.lxwm_c1_fr_ft li h4 {
		font-size: 20px;
	}
}

@media(max-width:1280px) {
	.lxwm_c1_fr_ft h3 {
		font-size: 24px;
	}
}

@media(max-width:991px) {
	.lxwm_c1_fr_ft li .img {
		max-width: 150px;
		padding: 8px;
	}

	.lxwm_c1_fl {
		width: 100%;
	}

	.lxwm_c1_fl_fb {
		margin-top: 25px;
	}

	.lxwm_c1_fl_fb_ft li {
		margin-bottom: 15px;
	}

	.lxwm_c1_fl_fb_fc {
		margin-bottom: 15px;
	}

	.lxwm_c1_fr {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}

	.lxwm_c1_fr_ft h3 {
		margin-bottom: 0;
	}
}

@media(max-width:768px) {
	.lxwm_c1 .lxwm_c1nn {
		padding: 30px 15px;
	}

	.lxwm_c1_fl_ft {
		font-size: 18px;
	}

	.lxwm_c1_fr_ft li h4 {
		font-size: 18px;
	}

	.lxwm_c1_fl_fb_fb_fl input {
		width: 150px;
	}

	.lxwm_c1_fr {
		min-width: 0;
	}
}

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

	.lxwm_c1_fl_fb_fb_fr {
		margin-top: 15px;
	}

	.lxwm_c1_fr_ft {
		font-size: 16px;
	}
}
