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

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

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

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

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

	.page_con_zhuti {
		padding: 0 30px;
	}
}

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

	body {
		padding-top: 61px;
	}
}

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

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
#pc_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

#pc_header.on {
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.pc_header_con {
	height: 90px;
	line-height: 90px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_logo {
	width: 16%;
	max-width: 180px;
	position: relative;
	font-size: 0;
}

.pc_logo img {
	max-width: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

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

#pc_header.on .img1 {
	opacity: 0;
}

#pc_header.on .img2 {
	opacity: 1;
}

.pc_nav {
	width: 80%;
	max-width: 980px;
}

.pc_nav>ul {
	width: 100%;
	padding-right: 50px;
	margin-right: -50px;
}

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

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

#pc_header.on .pc_nav>ul>li>a {
	color: #333;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 160px;
	left: 50%;
	top: 100%;
	background: #fff;
	border-radius: 0 0 3px 3px;
	opacity: 0;
	padding: 10px 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);
	border-top: 2px solid #0b4ea2;
}

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

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

.pc_nav_erji_w:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #0b4ea2 transparent;
	border-top: none;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -8px;
	z-index: 99;
}

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

.pc_nav_erji_li a:hover {
	color: #0b4ea2;
}

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

.pc_sousuo {
	position: relative;
	width: 30px;
	z-index: 999;
}

.pc_sousuo1 {
	width: 30px;
	height: 30px;
	background: url(../images/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	margin-top: 30px;
	cursor: pointer;
}

#pc_header.on .pc_sousuo1 {
	background: url(../images/nav_sousuo_hei.png) no-repeat center;
	background-size: 20px;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 90px;
	width: 200px;
	z-index: 999;
	background: #0b4ea2;
	display: none;
}

.pc_sousuo2 input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao {
	background: url(../images/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	cursor: pointer;
}

.pc_sousuo2 .pc_sousuo_con_shuru {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

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

.pc_nav_dianhua {
	width: 180px;
	text-align: center;
	background: #0b4ea2;
	border-radius: 25px;
	font-size: 0;
	padding: 5px 0;
	line-height: 0;
}

.pc_nav_dianhua i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 26px;
	background: #0b4ea2 url(../images/img/top_dianhua.png) no-repeat center;
	background-size: 15px;
	margin-right: 5px;
}

.pc_nav_dianhua span {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
}

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

.index_banner_li a {
	display: block;
}

.index_banner img {
	width: 100%;
	opacity: 0;
}

.index_banner_wz {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 200px;
	-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	transition: all 1.3s ease;
}

.index_banner_li.swiper-slide-active .index_banner_wz {
	opacity: 1;
	margin-top: 0;
}

.index_banner_wz_ft {
	font-size: 3rem;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
}

.index_banner_wz_fb {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	padding-top: 2.5%;
	margin-top: 2%;
	position: relative;
}

.index_banner_wz_fb::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 2px;
	background: #fff;
}

.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: static;
	left: 0 !important;
	bottom: 0 !important;
	z-index: 99;
}

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

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #fff;
	width: 30px;
	border-radius: 15px;
}

.index_banner_fb {
	width: 100%;
	left: 0;
	bottom: 3%;
	position: absolute;
	z-index: 950;
}

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

.index_banner_fb_fc_ft {
	width: 20px;
	height: 30px;
	border-radius: 12px;
	border: 2px #fff solid;
	position: relative;
	margin: 0 auto;
}

.index_banner_fb_fc_ft::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 3px;
	width: 4px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-animation: gundongshangxia_animate 2s linear infinite;
	-moz-animation: gundongshangxia_animate 2s linear infinite;
	-ms-animation: gundongshangxia_animate 2s linear infinite;
	-o-animation: gundongshangxia_animate 2s linear infinite;
	animation: gundongshangxia_animate 2s linear infinite;
}

.index_banner_fb_fc_fb {
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	margin-top: 8px;
}

.index_banner_fb_btn {
	overflow: hidden;
}

.index_banner_fb_btnr,
.index_banner_fb_btnl {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-image: url(../images/img/index_banner_btnl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	cursor: pointer;
	-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_banner_fb_btnr {
	margin-left: 15px;
	background-image: url(../images/img/index_banner_btnr.png);
}

.index_banner_fb_btnl:hover {
	background-image: url(../images/img/index_banner_btnl_h.png);
	background-color: rgba(255, 255, 255, 1);
}

.index_banner_fb_btnr:hover {
	background-image: url(../images/img/index_banner_btnr_h.png);
	background-color: rgba(255, 255, 255, 1);
}

@keyframes -webkit-gundongshangxia_animate {
	0% {
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, 10px);
		-moz-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		-o-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

@keyframes -moz-gundongshangxia_animate {
	0% {
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, 10px);
		-moz-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		-o-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

@keyframes -ms-gundongshangxia_animate {
	0% {
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, 10px);
		-moz-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		-o-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

@keyframes -o-gundongshangxia_animate {
	0% {
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, 10px);
		-moz-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		-o-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

@keyframes gundongshangxia_animate {
	0% {
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(-50%, 10px);
		-moz-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		-o-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}

@media(max-width:1280px) {

	.index_banner_fb_btnr,
	.index_banner_fb_btnl {
		width: 45px;
		height: 45px;
		background-size: 12px;
	}

	.index_banner_wz_fb {
		font-size: 17px;
	}
}

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

	.index_banner_wz_fb {
		font-size: 16px;
		margin-top: 10px;
		padding-top: 10px;
	}

	.index_banner_wz_fb::before {
		width: 40px;
	}

	.index_banner_fb_btn {
		display: none;
	}

	.index_banner_fb_fc {
		display: none;
	}

	.index_banner_fb {
		bottom: 15px;
	}

	.index_banner_yuandian {
		width: 100%;
	}

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

	.index_banner_yuandian span.swiper-pagination-bullet-active {
		width: 25px;
	}
}

@media(max-width:468px) {
	.index_banner_fb {
		bottom: 15px;
	}

	.index_banner_wz_ft {
		font-size: 22px;
	}

	.index_banner_wz_fb {
		font-size: 15px;
	}

	.index_banner img {
		height: 250px;
	}
}

/*公司实力*/
.index_strength {
	padding: 5% 0;
}

.index_strength_li {
	width: 23.875%;
	margin-right: 1.5%;
	cursor: pointer;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.index_strength_li:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

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

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

.index_strength_li .img .img_con {
	padding: 50% 0;
}

.index_strength_li .wz {
	background: #0b4ea2;
	padding: 5% 6%;
}

.index_strength_li .wz h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.index_strength_li_wz_nnn{
    position: relative;
}

.index_strength_li_wz_nnn2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.index_strength_li:hover .wz .index_strength_li_wz_nnn1{
    opacity: 0;
}

.index_strength_li:hover .wz .index_strength_li_wz_nnn2{
    opacity: 1;
}


.index_strength_li .wz h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	margin-top: 10px;
}


@media(max-width:1280px) {
	.index_strength_li .wz {
		padding: 15px 20px;
	}

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

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

@media(max-width:991px) {
	.index_strength_li {
		width: 49%;
		margin-right: 2%;
		background: #0b4ea2;
	}

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

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

	.index_strength_li .wz {
		min-height: auto !important;
	}
}

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

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

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

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

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

/*公司介绍*/
.index_about {
	position: relative;
	border-bottom-left-radius: 5vw;
	border-bottom-right-radius: 5vw;
	overflow: hidden;
}

.index_about::before {
	content: '';
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.index_about_fl {
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: calc(50vw - 786px);
	width: 63%;
	position: relative;
	z-index: 10;
}

.index_about_fl_ft h3 {
	font-size: 4.8rem;
	line-height: 1.1;
	/*color: transparent;*/
	color: #fff;
	/*-webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);*/
	/*-moz-text-stroke: 1px rgba(255, 255, 255, 0.8);*/
	/*-ms-text-stroke: 1px rgba(255, 255, 255, 0.8);*/
	/*-o-text-stroke: 1px rgba(255, 255, 255, 0.8);*/
	/*text-stroke: 1px rgba(255, 255, 255, 0.8);*/
}

.index_about_fl_ft h4 {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.index_about_fl_fc {
	margin: 5% 0;
}

.index_about_fl_fc_ft {
	font-size: 17px;
	line-height: 2;
	text-align: justify;
	color: rgba(255, 255, 255, 0.76);
	text-indent: 2em;
}

.index_about_fl_fc_fb {
	margin-top: 5%;
}

.index_about_fl_fc_fb a {
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.index_about_fl_fb {
	overflow: hidden;
}

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

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

.index_about_fl_fb li h3 {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
}

.index_about_fl_fb li h3 span {
	font-size: 3.5rem;
	line-height: 1.1;
	/*color: transparent;*/
	color: #fff;
	margin-right: 5px;
	/*-webkit-text-stroke: 1px rgba(255, 255, 255, 1);*/
	/*-moz-text-stroke: 1px rgba(255, 255, 255, 1);*/
	/*-ms-text-stroke: 1px rgba(255, 255, 255, 1);*/
	/*-o-text-stroke: 1px rgba(255, 255, 255, 1);*/
	/*text-stroke: 1px rgba(255, 255, 255, 1);*/
}

.index_about_fl_fb li h4 {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .8);
	margin-top: 5px;
}

.index_about_fr {
	width: 32%;
	position: relative;
	z-index: 10;
}

.index_about_fr .index_about_fr_li {
	overflow: hidden;
}

.index_about_fr_li_nnn {
	width: 50%;
	background: #cf2931;
	float: right;
	padding: 10% 5.5%;
	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_about_fr .index_about_fr_li:nth-child(2n) .index_about_fr_li_nnn {
	float: left;
}

.index_about_fr .index_about_fr_li:nth-child(2) .index_about_fr_li_nnn {
	background: rgba(43, 47, 58, 1);
}

.index_about_fr .index_about_fr_li:nth-child(3) .index_about_fr_li_nnn {
	background: #0b4ea2;
}

.index_about_fr .index_about_fr_li .index_about_fr_li_nnn:hover {
	background: #b80e16;
}

.index_about_fr_li_ft {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}

.index_about_fr_li_ft h3 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}

.index_about_fr_li_ft h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.index_about_fr_li_fb {
	font-size: 15px;
	line-height: 1.2;
	color: #fff;
	margin-top: 15%;
}

.index_about_fr_li_nnn_ico {
	position: absolute;
	right: 10%;
	top: 50%;
	font-size: 5vw;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.6);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media(max-width:1660px) {
	.index_about_fl {
		padding-left: 50px;
	}

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

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

	.index_about_fr_li_nnn_ico {
		font-size: 4.8rem;
	}

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

	.index_about_fl_fb li h3 {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.index_about {
		padding: 4% 20px;
	}

	.index_about_fl {
		padding: 0;
		width: 100%;
	}

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

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

	.index_about_fl_ft h3 {
		font-size: 32px;
	}

	.index_about_fl_ft h4 {
		font-size: 22px;
	}

	.index_about_fl_fc {
		margin: 15px 0;
	}

	.index_about_fl_fc_fb {
		margin-top: 10px;
	}

	.index_about_fl_fb li h3 span {
		font-size: 30px;
	}

	.index_about_fr_li_nnn_ico {
		font-size: 38px;
	}

	.index_about_fr_li_nnn {
		padding: 20px;
	}

	.index_about_fr_li_fb {
		margin-top: 10px;
	}

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

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

	.index_about_fl_ft h3 {
		font-size: 30px;
	}

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

	.index_about_fl_fc {
		margin: 10px 0;
	}

	.index_about_fl_fc_ft {
		line-height: 1.8;
	}

	.index_about_fl_fc_fb {
		margin-top: 5px;
	}

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

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

	.index_about_fl_fb li h3 span {
		font-size: 28px;
	}

	.index_about_fr_li_nnn {
		padding: 20px;
	}

	.index_about_fr_li_ft h3 {
		font-size: 18px;
	}

	.index_about_fr_li_ft h4 {
		font-size: 15px;
	}

	.index_about_fr_li_nnn_ico {
		font-size: 30px;
	}
}

/*服务中心*/
.index_service {
	padding: 5% 0;
}

.index_service_ft {
	text-align: center;
}

.index_service_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_service_ft h3 span {
	color: #0b4ea2;
}

.index_service_ft h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	margin-top: 5px;
}

.index_service_fb {
	margin-top: 4%;
}

.index_service_fb li {
	width: 23.5%;
	margin-right: 2%;
	border: 1px solid #dedede;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-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_service_fb li:hover {
	border-color: rgba(0, 0, 0, 0);
}

.index_service_fb li a {
	position: relative;
	z-index: 10;
}

.index_service_fb li::before {
	width: 106%;
	height: 106%;
	content: '';
	position: absolute;
	margin-top: -3%;
	margin-left: -3%;
	z-index: 5;
	left: 0;
	top: 0;
	background: url(../images/img/index_server_li_bj.jpg) no-repeat center;
	background-size: cover;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-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_service_fb li:hover::before {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_service_fb li a {
	display: block;
	padding: 8%;
}

.index_service_fb li:nth-child(1),
.index_service_fb li:nth-child(3),
.index_service_fb li:nth-child(6),
.index_service_fb li:nth-child(8) {
	background: #f5f5f5;
}

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

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

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

.index_service_fb_ft_fl {
	width: 95%;
	padding-right: 2.5rem;
	margin-right: -2.5rem;
}

.index_service_fb_ft_fl_con {
	position: relative;
}

.index_service_fb_ft_fl_wz {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 1;
}

.index_service_fb li:hover .index_service_fb_ft_fl_2 {
	opacity: 1;
}

.index_service_fb li:hover .index_service_fb_ft_fl_1 {
	opacity: 0;
}

.index_service_fb_ft_fl_2 {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	width: 100%;
	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%);
}

.index_service_fb_ft_fr {
	width: 2.5rem;
	line-height: 2.5rem;
	position: relative;
	font-size: 0;
}

.index_service_fb_ft_fr img {
	width: 100%;
	opacity: 1;
}

.index_service_fb_ft_fr .img2 {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index_service_fb li:hover .index_service_fb_ft_fr .img2 {
	opacity: 1;
}

.index_service_fb li:hover .index_service_fb_ft_fr .img1 {
	opacity: 0;
}

.index_service_fb_fb {
	font-size: 16px;
	line-height: 1.7;
	color: #777;
	height: 8.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-top: 7%;
}

.index_service_fb li:hover .index_service_fb_fb {
	color: #fff;
}

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

@media(max-width:1280px) {
	.index_service_fb_ft_fl {
		padding-right: 35px;
		margin-right: -35px;
	}

	.index_service_fb_ft_fl_wz {
		font-size: 19px;
	}

	.index_service_fb_ft_fr {
		width: 35px;
		line-height: 35px;
	}
}

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

	.index_service_fb li {
		width: 49%;
	}

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

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

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

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

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

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

	.index_service_fb {
		margin-top: 20px;
	}

	.index_service_fb li a {
		padding: 20px;
	}

	.index_service_fb_ft_fl_wz {
		font-size: 19px;
	}

	.index_service_fb_ft_fr {
		width: 30px;
		line-height: 30px;
	}

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

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

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

	.index_service_ft h4 {
		margin-top: 0;
		font-size: 16px;
	}

	.index_service_fb {
		margin-top: 15px;
	}

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

	.index_service_fb li a {
		padding: 15px;
	}

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

/**/
.index_business {
	border-top-left-radius: 5vw;
	border-top-right-radius: 5vw;
	padding: 7% 0 0;
	overflow: hidden;
	position: relative;
}

.index_business::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 13;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.index_business_img li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_business_img li.on {
	opacity: 1;
}

.index_business_ft_www,
.index_business_fb {
	position: relative;
	z-index: 15;
}

.index_business_fb {
	margin-top: 12%;
}

.index_business_fb li {
	width: 16.6666666666%;
	padding: 1.5%;
	background: rgba(0, 0, 0, .3);
	cursor: pointer;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.index_business_fb li:nth-child(6n) {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.index_business_fb_li_ft h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_business_fb_li_ft h4 {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	height: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 4%;
}

.index_business_fb_li_fb {
	overflow: hidden;
	margin-top: 9%;
}

.index_business_fb_li_fb a {
	float: left;
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #fff;
	border-radius: 5px;
}

.index_business_fb li.on {
	background: #0b4ea2;
}

.index_business_ft h3 {
	color: #fff;
}

.index_business_ft h4 {
	color: #fff;
}

.index_business_gundongwenzi {
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;
	width: 100%;
	position: absolute;
	left: 0;
	top: 22%;
	z-index: 12;
}

.index_business_gundongwenzi_li {
	font-size: 9vw;
	line-height: 1.1;
	display: inline-block;
	color: transparent;
	padding: 0 1%;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .5);
	-moz-text-stroke: 1px rgba(255, 255, 255, .5);
	-ms-text-stroke: 1px rgba(255, 255, 255, .5);
	-o-text-stroke: 1px rgba(255, 255, 255, .5);
	text-stroke: 1px rgba(255, 255, 255, .5);
}

.index_business_gundongwenzi .index_business_gundongwenzi_li {
	-webkit-animation: rotate_left 15s linear infinite;
	-moz-animation: rotate_left 15s linear infinite;
	-ms-animation: rotate_left 15s linear infinite;
	-o-animation: rotate_left 15s linear infinite;
	animation: rotate_left 15s linear infinite;
}

/*动画*/
@keyframes -webkit-rotate_left {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	50% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	75% {
		-webkit-transform: translateX(-75%);
		-moz-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		-o-transform: translateX(-75%);
		transform: translateX(-75%);
	}

	99.9999999999% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);

	}
}

@keyframes -moz-rotate_left {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	50% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	75% {
		-webkit-transform: translateX(-75%);
		-moz-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		-o-transform: translateX(-75%);
		transform: translateX(-75%);
	}

	99.9999999999% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);

	}
}

@keyframes -ms-rotate_left {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	50% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	75% {
		-webkit-transform: translateX(-75%);
		-moz-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		-o-transform: translateX(-75%);
		transform: translateX(-75%);
	}

	99.9999999999% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);

	}
}

@keyframes -o-rotate_left {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	50% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	75% {
		-webkit-transform: translateX(-75%);
		-moz-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		-o-transform: translateX(-75%);
		transform: translateX(-75%);
	}

	99.9999999999% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);

	}
}

@keyframes rotate_left {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-25%);
		-moz-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}

	50% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	75% {
		-webkit-transform: translateX(-75%);
		-moz-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		-o-transform: translateX(-75%);
		transform: translateX(-75%);
	}

	99.9999999999% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);

	}
}

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

	.index_business_fb_li_fb a {
		padding: 5px 15px;
	}
}

@media(max-width:1280px) {
	.index_business_fb_li_ft h4 {
		font-size: 14px;
	}
}

@media(max-width:991px) {
	.index_business_fb li {
		width: 33.333333333333%;
		padding: 15px;
	}

	.index_business_fb li:nth-child(3n) {
		border-right: 1px solid rgba(255, 255, 255, 0);
	}
}

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

	.index_business_gundongwenzi {
		top: 50px;
	}

	.index_business_gundongwenzi_li {
		font-size: 60px;
	}

	.index_business_fb {
		margin-top: 35px;
	}

	.index_business_fb li {
		width: 50%;
	}

	.index_business_fb li:nth-child(3n) {
		border-right: 1px solid rgba(255, 255, 255, .3);
	}

	.index_business_fb li:nth-child(2n) {
		border-right: 1px solid rgba(255, 255, 255, 0);
	}

	.index_business_fb_li_ft h4 {
		margin-top: 10px;
	}

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

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

	.index_business_gundongwenzi {
		top: 40px;
	}

	.index_business_gundongwenzi_li {
		font-size: 40px;
	}

	.index_business_fb {
		margin-top: 20px;
	}

	.index_business_fb_li_fb a {
		font-size: 14px;
	}
}

/*新闻中心*/
.index_news {
	background: #f7f7f7;
	padding: 5% 0;
}

.index_news_fc {
	padding: 3.5% 0 10px;
}

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

.index_news_fc li {
	padding: 0 .8rem;
	max-width: 33.333333333%;
}

.index_news_fc li a {
	display: block;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	background: #0b4ea2;
	min-width: 150px;
	padding: 0 15px;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px;
}

.index_news_fc li.on a {
	background: #b80e16;
}

.index_news_fb {
	margin-top: 3.5%;
}

.index_news_fb_nn {
	overflow: hidden;
	padding: 10px;
	margin: -10px;
}

.index_news_fb li a{
	display: block;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_news_fb li:hover a{
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.index_news_fb li .img {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.index_news_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_news_fb li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_news_fb li .wz {
	border-top: 0;
	padding: 5% 6%;
	border-radius: 0 0 10px 10px;
}

.index_news_fb li .wz h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 15px;
	border-bottom: 1px solid #d7e1f3;
	-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_news_fb li:hover .wz h3 {
	color: #0b4ea2;
}

.index_news_fb li .wz h4 {
	font-size: 15px;
	line-height: 2;
	color: #666;
	max-height: 4em;
	margin: 15px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news_fb li .wz h5 {
	display: inline-block;
	margin: 0;
	font-size: 15px;
	line-height: 2;
	color: #333;
	padding-right: 30px;
	background: url(../images/img/index_jiantou_xinwen.png) no-repeat right center;
	background-size: 22px;
}

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

@media(max-width:991px) {
	.index_news_fb li .wz {
		padding: 20px;
	}
}

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

	.index_news_fb {
		margin-top: 20px;
	}

	.index_news_fc {
		padding: 20px 0 0;
	}

	.index_news_fc li {
		padding: 0 5px;
	}

	.index_news_fc li a {
		min-width: 125px;
	}
}

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

	.index_news_fc li a {
		min-width: 100%;
		padding: 0 6px;
	}
}

/*合作客户*/
.index_customer {
	padding: 5% 0;
}

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

/*.index_customer_fb ul {*/
/*	overflow: hidden;*/
/*}*/

.index_customer_fb li {
	width: 23.5%;
	text-align: center;
	margin-right: 2%;
}

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

.index_customer_fb li .img {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #dfdfdf;
}

.index_customer_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_customer_fb li .wz {
	font-size: 17px;
	line-height: 1.5;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

.index_customer_fb li:hover .wz{
	color: #0b4ea2;
}

@media(max-width:1280px){
	.index_customer_fb li .wz{
		font-size: 16px;
	}
}

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

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

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

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

	.index_customer_fb {
		margin-top: 20px;
	}
}

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

	.index_customer_fb {
		margin-top: 15px;
	}

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

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


/*footer*/
.pc_footer {
	padding: 4% 0 3%;
	background: #001329;
}

.pc_footer_fl {
	/*width: 20%;*/
	width: 130px;
}

.pc_footer_fl ul {
	overflow: hidden;
}

.pc_footer_fl li {
	max-width: 130px;
	float: left;
}

.pc_footer_fl li .wz {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}

.pc_footer_fl li .img {
	margin-top: 25px;
}

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

.pc_footer_fr {
	width: 96.5%;
	padding-left: 130px;
	margin-left: -130px;
}
.pc_footer_fr_con{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 4%;
}
.pc_footer_fr_ft ul{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.pc_footer_fr_ft li{
    max-width:35%;
}
.pc_footer_fr_ft li:nth-child(1){
    max-width: 25.5%;
}
.pc_footer_fr_ft_teshu1de1{
    margin-top: 20px;
}
.pc_footer_fr_ft li h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	padding-left: 20px;
	position: relative;
}

.pc_footer_fr_ft li h3 span {
	font-size: 14px;
}

.pc_footer_fr_ft li h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 22px;
	border-radius: 5px 0 5px 0;
	background: #b80e16;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_footer_fr_ft li h4 {
	font-size: 1.1rem;
	line-height: 1.5;
	color: #fff;
	margin-top: 15px;
	word-break: break-all;
}

.pc_footer_fr_ft li h4 p:nth-child(n+2) {
	margin-top: 8px;
}

.pc_footer_fr_fb {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.pc_footer_fr_fb li {
	width: 14.285714285714%;
	text-align: center;
}

.pc_footer_fr_fb li a {
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_footer_1 {
	background: #001329;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 0;
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.5);
}

.pc_footer_1 a {
	color: rgba(255, 255, 255, 0.5);
}

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

.pc_footer_1_fl,
.pc_footer_1_fr {
	max-width: 48%;
}

@media(max-width:1366px) {
	.pc_footer_fr_ft li h4 {
		font-size: 18px;
	}
}

@media(max-width:1280px) {
	.pc_footer_fr_ft li h4 {
		font-size: 17px;
	}
}

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

	.pc_footer_fl {
		width: 100%;
	}

	.pc_footer_fl li {
		max-width: 120px;
	}

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

	.pc_footer_fl li .img {
		margin-top: 15px;
	}

	.pc_footer_fr {
		width: 100%;
		padding-left: 0;
	
		margin-top: 20px;
		margin-left: 0;
	}

	.pc_footer_fr_con {
		border-left: 0;
		padding-left: 0;
	}

	.pc_footer_fr_ft li:nth-child(1),.pc_footer_fr_ft li:nth-child(2){
		max-width: 48%;
	}

	.pc_footer_fr_ft li:nth-child(3){
		max-width: 100%;
		width:100%;
		margin-top: 15px;
	}

	.pc_footer_fr_ft_teshu1de1{
		margin-top: 15px;
	}

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

	.pc_footer_fr_ft li h4 {
		margin-top: 10px;
	}
}

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

	.pc_footer_fr_ft li{
		max-width: 100%!important;
		width:100%!important;
	}
	
	.pc_footer_fr_ft li:nth-child(n+2){
		margin-top: 15px;
	}
	
	.pc_footer_fr_ft li h4 {
		font-size: 16px;
	}

	.pc_footer_1 {
		padding: 20px 0;
	}

	.pc_footer_1_fl,
	.pc_footer_1_fr {
		max-width: 100%;
		width: 100%;
	}
}

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

	.pc_footer_fl li .img {
		margin-top: 12px;
	}

	.pc_footer_fr {
		margin-top: 15px;
	}

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

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

	.pc_footer_1 {
		padding: 15px 0;
	}
}


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

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

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

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

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

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #224989;
	-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: 7rem;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: right;
	opacity: 0;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

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

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

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

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

.ny_about_2_fb {
	margin-top: 3%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 18.4%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
}

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

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

.ny_about_2_fb li .img {
	overflow: hidden;
}

.ny_about_2_fb li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

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

@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: 65px;
		text-align: left;
		text-indent: .8em;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 5px;
	}

	.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(5n) {
		margin-right:2%;
	}

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

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

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

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

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

	.ny_about_2_fb{
		margin-top: 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: 6.5rem;
		text-indent: 0;
		text-align: right;
	}

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

/*公司理念*/
.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.6rem;
    line-height: 1.8;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.page_philosophy_li_fr h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4rem;
    height: 3px;
    background: #0b4ea2;
}
.page_philosophy_li_fr h4{
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-top: 2%;
}

@media(max-width:1280px){
    .page_philosophy_li_fr h3{
        font-size: 24px;
    }
    .page_philosophy_li_fr h3::before{
        width: 50px;
    }
    .page_philosophy_li_fr h4{
        margin-top: 10px;
        font-size: 17px;
    }
}
@media(max-width:991px){
    .page_philosophy{
        padding: 4% 0;
    }
    .page_philosophy_li_fr h4{
        font-size: 16px;
    }
}
@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;
    }
    .page_philosophy_li_fr{
        padding: 15px;
    }
}
/*图集*/
.page_tuji_www{
    padding-bottom: 4%;
}
.page_tuji_ul{
	font-size: 0;
}
.page_tuji_li{
	width: 23.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}
.page_tuji_li a{
    height: 100%;
    width: 100%;
}
.page_tuji_li .img{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -30px;
    padding-top: 30px;
}
.page_tuji_li .img .img_nn{
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    align-items: center;
}
.page_tuji_li .img img{
    width: 100%;
    height: auto!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.page_tuji_li .wz{
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.page_tuji_li:hover .img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.page_tuji_li:hover .wz{
    color: #0b4ea2;
}
.page_tuji_li:nth-child(4n){
    margin-right: 0;
}
.page_tuji_li:nth-child(n+5){
    margin-top: 10px;
}
@media(max-width:991px){
    .page_tuji_www{
        padding: 4% 0;
    }
    .page_tuji_li{
        width: 49%;
    }
    .page_tuji_li:nth-child(2n){
        margin-right: 0;
    }
    .page_tuji_li:nth-child(n+3){
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .page_tuji_www{
        padding: 30px 0;
    }
}
@media(max-width:468px){
    .page_tuji_www{
        padding: 25px 0;
    }
    .page_tuji_li{
        width: 100%;
    }
    .page_tuji_li:nth-child(n+2){
        margin-top: 10px;
    }
}























