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

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 {
	margin: 0;
	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;
}

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

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

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

	.page_con_zhuti {
		padding: 0 30px;
	}
}

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

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

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

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.top_header_xs {
	font-size: 14px;
	line-height: 32px;
	color: #888888;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}

.top_header_xs a {
	color: inherit;
}

.top_header_xs a:hover {
	color: #004C99;
}

.top_seo {
	margin-left: auto;
}

.top_header_lc .top_header_lc_con {
	align-items: center;
	height: 116px;
}

.logo {
	width: 14.54%;
	width: 135px;
}

.logo a {
	display: block;
}

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

.logo_wz {
	margin-left: 20px;
}

.logo_wz p:first-child {
	font-size: 28px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #333333;
}

.logo_wz p:first-child span {
	font-family: Arial, Helvetica, sans-serif;
}

.logo_wz p:last-child {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #333333;
	margin-top: 0.45em;
}

.top_contact {
	background-image: url(../images/img/tbdhbj.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.34em auto;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	color: #004C99;
	margin-left: auto;
	padding-left: 2.25em;
	min-height: 35px;
}

.top_contact span {
	font-size: 16px;
	color: #555555;
}

.languages {
	margin-left: 2.34%;
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.languages label {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	line-height: 20px;
	margin-right: 0.1em;
}

#lang_select {
	border-radius: 0;
	outline: none;
	height: 20px;
	font-size: 12px;
}


@media (max-width: 1330px) {
	.logo_wz p:first-child {
		font-size: 26px;
	}

	.logo_wz p:last-child {
		font-size: 16px;
	}

	.top_contact {
		font-size: 22px;
	}

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

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

	.top_header_lc .top_header_lc_con {
		height: 110px;
	}

	.logo_wz p:first-child {
		font-size: 24px;
	}

	.logo_wz p:last-child {
		font-size: 15px;
	}

	.top_contact {
		font-size: 20px;
	}

	.top_contact span {
		font-size: 14px;
	}

	.languages label {
		font-size: 13px;
	}
}

.header_mcq {
	display: none;
}


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

	.md-head .head_2 .logo .img1 {
		display: none;
	}

	.md-head .head_2 .logo .img2 {
		display: block;
		height: 45px;
		width: auto;
	}

	.header_mcq {
		display: block;
	}
}

/*导航*/
nav {
	background-image: url(../images/img/daohangbj.jpg);
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 90;
}

.x-menu>li {
	width: 14.2857142857142%;
	position: relative;
}

.x-menu>li>a {
	display: block;
	font-size: 16px;
	line-height: 2;
	padding: 15px 1em;
	color: #555555;
	text-align: center;
	transition: 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.x-menu>li.active>a,
.x-menu>li:hover>a {
	color: #ffffff;
	background-color: #004C99;
}

.x-sub-menu {
	position: absolute;
	left: 50%;
	top: 100%;
	min-width: 100%;
	max-width: 200%;
	width: auto;
	transform: translateX(-50%);
	background-color: #004C99;
	display: none;
}

.x-sub-menu>li>a {
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 0.5em 1em;
	line-height: 1.5;
	color: #ffffff;
}

.x-sub-menu>li:hover>a {
	background-color: #f2f2f2;
	color: #555555;
}

@media (max-width: 1200px) {
	.x-menu>li>a {
		font-size: 15px;
	}
}

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

/*搜索*/
.hot_search {
	background-color: #f6f6f6;
	padding: 16px 0;
}

.hots {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	color: #333333;
}

.hots a {
	font-size: inherit;
	color: #666666;
	margin-right: 1em;
}

.hots a:hover {
	color: #004C99;
}

.search {}

.search #formsearch {
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #e3e3e3;
	width: 360px;
}

.search #formsearch input {
	outline: none;
	border: none;
	background: none;
	height: 38px;
}

.search #formsearch #keyword {
	width: calc(100% - 50px);
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0.02em;
	color: #333333;
	padding: 0 0.95em;
}

.search #formsearch #keyword::placeholder {
	color: #ababab;
}

.search #formsearch #s_btn {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	background-image: url(../images/pc_sousuo_h.png);
	width: 50px;
	font-size: 0;
}

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


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

.index_banner img {
	width: 100%;
}

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

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

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

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

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

/*公司简介*/
.about {
	background-image: url(../images/img/index_aboutbj.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 4% 0;
}

.ab_vi_im {
	max-width: 625px;
	width: 50%;
	background-color: #010101;
	padding-right: 10px;
	position: relative;
}

.ab_vi_im .imgs {
	margin: -8px 0;
}

.ab_vi_im .imgs img {
	width: 100%;
}

.vi_btns {
	display: block;
	width: 16.2%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	cursor: pointer;
	z-index: 50;
}

.vi_btns img {
	width: 100%;
	height: auto;
}

.vi_btns .btns_bwen {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/*圆*/
.circle,
.circle1,
.circle2,
.circle3 {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
}

.circle1,
.circle2 {
	animation-name: circleChange;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.circle1 {
	animation-delay: 1s;
}

.circle2 {
	animation-delay: 2s;
}

@keyframes circleChange {
	0% {
		transform: scale(1);
		opacity: 0.95;
	}

	25% {
		transform: scale(1.2);
		opacity: 0.75;
	}

	50% {
		transform: scale(1.4);
		opacity: 0.5;
	}

	75% {
		transform: scale(1.6);
		opacity: 0.25;
	}

	100% {
		transform: scale(1.8);
		opacity: 0.05;
	}
}


#ab_vi {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#ab_vi.ope {
	display: flex;
}

#ab_vi video {
	max-width: 94%;
	max-height: 95%;
}

.about_text {
	max-width: 578px;
	width: 47%;
}

.about_text h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #004C99;
}

.about_text h4 {
	font-size: 1.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #333333;
	margin-top: 0.1em;
}

.about_text .sum {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	margin-top: 3.8%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.about_text .alis {
	margin-top: 10%;
	font-size: 0;
}

.about_text .alis p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2.1;
	width: 7.92em;
	border: solid 2px #004C99;
	text-align: center;
}

.about_text .alis p:nth-child(1) {
	background-color: #004C99;
	color: #ffffff;
}

.about_text .alis p:nth-child(2) {
	background-color: #ffffff;
	color: #004C99;
}

.about_numbers {
	margin-top: 5.9%;
	font-size: 0;
}

.about_numbers li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 2px 2% 2px 0;
	width: 31.25%;
}

.about_numbers li:nth-child(n+2) {
	width: 34.375%;
	padding-left: 4.7%;
}

.about_numbers li:last-child {
	border: none;
	margin-right: 0;
}

.about_numbers li h3 {
	font-size: 0;
}

.about_numbers li h3 .nummber,
.about_numbers li h3 p {
	font-family: Arial;
	font-size: 3.3rem;
	font-weight: Bold;
	line-height: 0.7;
	color: #004C99;
	display: inline-block;
	vertical-align: bottom;
}

.about_numbers li h3 .fh {
	display: inline-block;
	border-radius: 6px;
	border: solid 1px #004C99;
	font-size: 16px;
	color: #004C99;
	text-align: center;
	width: 1.6em;
	line-height: 1.6;
	margin-left: 10px;
	vertical-align: bottom;
}

.about_numbers li .sum {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	margin-top: 1.25em;
}


@media (max-width: 1330px) {
	.about {
		padding: 5.86% 0;
	}

	.about_text .sum {
		font-size: 15px;
	}

	.about_text .alis {
		margin-top: 8%;
	}

	.about_numbers li h3 .fh {
		font-size: 15px;
	}

	.about_numbers li .sum {
		font-size: 15px;
		margin-top: 1em;
	}
}

@media (max-width: 1200px) {
	.about_text .alis {
		margin-top: 5%;
	}

	.about_numbers li h3 .fh {
		font-size: 14px;
	}

	.about_numbers li .sum {
		font-size: 14px;
		margin-top: 0.8em;
	}
}

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

	.about_text {
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}

	.about_text h3 {
		font-size: 26px;
	}

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

	.about_text .sum {
		font-size: 14px;
		margin-top: 20px;
	}

	.about_text .alis {
		margin-top: 20px;
	}

	.about_text .alis p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {

	.about_numbers li h3 .nummber,
	.about_numbers li h3 p {
		font-size: 40px;
	}
}

@media (max-width: 640px) {
	.ab_vi_im {
		padding: 0;
	}

	.ab_vi_im .imgs {
		margin: 0;
	}

	.about_numbers li h3 .nummber,
	.about_numbers li h3 p {
		font-size: 32px;
	}

	.about_text {
		margin-top: 20px;
	}

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

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

	.about_text .sum {
		margin-top: 12px;
	}

	.about_text .alis {
		margin-top: 15px;
	}

	.about_text .alis p {
		font-size: 17px;
	}

	.about_numbers li h3 .nummber,
	.about_numbers li h3 p {
		font-size: 24px;
	}

	.about_numbers li h3 .fh {
		font-size: 12px;
		margin-left: 0.5em;
	}

	.about_numbers li .sum {
		font-size: 13px;
	}
}

@media(max-width:468px) {
	.about_numbers li:nth-child(n+2) {
		padding-left: 10px;
	}

	.about_numbers li h3 .nummber,
	.about_numbers li h3 p {
		font-size: 20px;
	}

	.about_numbers li h3 .fh {
		margin-left: 5px;
	}
}

/*标题*/
.titles {
	text-align: center;
}

.titles h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.titles h2 span {
	color: #004C99;
}

.titles h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #666666;
	margin-top: 0.25em;
}

@media (max-width: 1330px) {
	.titles h2 {
		font-size: 3vw;
	}

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

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

@media (max-width: 991px) {
	.titles h2 {
		font-size: 28px;
	}

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

@media (max-width: 640px) {
	.titles h2 {
		font-size: 22px;
	}

	.titles h4 {
		font-size: 14px;
	}
}

/*产品展示*/
.product {
	padding: 4% 0;
	background-color: #f9f9f9;
	overflow: hidden;
}

.product_lis {
	margin-top: 3%;
}

.product_lis ul {
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.product_lis li {
	margin: 4px;
	display: inline-block;
	vertical-align: middle;
}

.product_lis li a {
	display: block;
	background-color: #eeeeee;
}

.product_lis li h3 {
	display: block;
	font-size: 16px;
	line-height: 3;
	color: #666666;
	width: 9.25em;
	padding: 0 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.product_lis li.active a {
	background-color: #004C99;
}

.product_lis li.active h3 {
	color: #ffffff;
}

.product_cont {
	position: relative;
	margin-top: 3.9%;
}

.product_tab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}

.product_tab.active {
	visibility: visible;
	opacity: 1;
	transition: 0.5s ease;
	position: relative;
}

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

.product_tab li {
	width: 24.25%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}

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

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

.product_tab li a {
	display: block;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #ececec;
	text-align: center;
}

.product_tab li:hover a {
	border-color: #004C99;
}

.product_tab li .imgs img {
	width: 100%;
}

.product_tab li h3 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 2.2;
	color: #666666;
	margin-top: 0.4em;
}

@media (max-width: 1330px) {
	.product_lis li h3 {
		font-size: 15px;
	}

	.product_tab li h3 {
		font-size: 15px;
	}
}

@media (max-width: 1200px) {
	.product_lis li h3 {
		font-size: 14px;
	}

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

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

	.product_lis {
		display: none;
	}

	.product_cont {
		margin-top: 30px;
	}

	.product_tab li a {
		padding: 8px;
	}
}

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

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

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

@media (max-width: 640px) {
	.product {
		padding: 32px 0 24px;
	}

	.product_cont {
		margin-top: 20px;
	}

	.product_tab li a {
		padding: 5px;
	}
}

/*专业定制*/
.customized {
	padding: 4% 0;
}

.customized_cont {
	margin-top: 5%;
	position: relative;
	padding: 3.1% 0 20px;
	overflow: hidden;
}

.customized_center_back {
	background-image: url("../images/img/index_yuan.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 0 30.8%;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.customized_center_back::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/img/yuanbj.png");
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);

	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.customized_cont:hover .customized_center_back::after {
	transform: rotate(360deg);
}

.customized_center_back .imgs {
	padding-top: 100%;
	width: 100%;
	border-radius: 50%;
	border: solid 2px #ffffff;
	position: relative;
	z-index: 30;
}

.customized_center_back .imgs img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.customized_uls {
	position: relative;
	z-index: 30;
}

.customized_uls li {
	width: 33.4%;
	overflow: hidden;
	cursor: pointer;
}

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

.customized_uls li a {
	display: block;
	position: relative;
	margin: 10px;
}

.customized_uls li .li_pu {}

.customized_uls li .li_pu .text {
	width: 68.4%;
}

.customized_uls li .li_pu .text h4 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.customized_uls li .li_pu .text .sum {
	font-size: 16px;
	line-height: 1.75;
	color: #666666;
	margin-top: 0.62em;
}

.customized_uls li .li_pu.li_t {}

.customized_uls li .li_pu.li_t .nums {
	font-family: Arial;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	color: #004C99;
}

.customized_uls li .li_pu.li_t h4 {
	margin-top: 0.4em;
}

.customized_uls li .li_pu.li_t .sum {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;

	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	-ms-line-clamp: 2;
	-ms-box-orient: vertical;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
	-webkit-line-clamp: 2;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.5em;
}

.customized_uls li .li_pu.li_b {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-120%);
	-moz-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	-o-transform: translateY(-120%);
	transform: translateY(-120%);
	transition: 0.5s linear;
	border-radius: 10px;
	box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}

.customized_uls li.active .li_pu.li_b {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.customized_uls li .li_pu.li_b .imgs {
	width: 31.6%;
	background-color: #004C99;
	border-radius: 10px;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

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

.customized_uls li .li_pu.li_b .imgs img {
	max-width: 66%;
	max-height: 50%;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	-ms-object-fit: contain;
	-o-object-fit: contain;
	object-fit: contain;
}

.customized_uls li .li_pu.li_b .text {
	padding: 6.6% 25px 5.6%;
	background-color: #ffffff;
}

.customized_uls li .li_pu.li_b .sum {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;

	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	-ms-line-clamp: 3;
	-ms-box-orient: vertical;
	-o-line-clamp: 3;
	-o-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}


.customized_uls li.customized_uls_li2 {
	text-align: right;
}

.customized_uls li.customized_uls_li2 .li_pu .text {
	margin-left: auto;
}

.customized_uls li.customized_uls_li2 .li_pu.li_b {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media (max-width: 1330px) {
	.customized {
		padding: 5.4% 0 6%;
	}

	.customized_uls li .li_pu.li_t .sum,
	.customized_uls li .li_pu.li_b .sum {
		font-size: 15px;
	}
}

@media (max-width: 1200px) {

	.customized_uls li .li_pu.li_t .sum,
	.customized_uls li .li_pu.li_b .sum {
		font-size: 14px;
	}

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

@media (max-width: 991px) {
	.customized {
		padding: 40px 0 36px;
	}

	.customized_cont {
		padding: 0;
	}

	.customized_center_back {
		display: none;
	}

	.customized_uls li {
		width: 50%;
	}

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

	.customized_uls li .li_pu .text {
		width: 90%;
	}

	.customized_uls li .li_pu.li_t .nums {
		font-size: 36px;
	}

	.customized_uls li .li_pu.li_b .imgs {
		width: 60px;
	}

	.customized_uls li .li_pu.li_b .text {
		width: calc(100% - 60px);
		padding: 15px;
	}

	.customized_uls li .li_pu.li_t h4,
	.customized_uls li .li_pu .text h4 {
		font-size: 17px;
	}
}

@media (max-width: 640px) {
	.customized {
		padding: 30px 0 20px;
	}

	.customized_uls li {
		width: 100%;
	}

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

	.customized_uls li .li_pu.li_t .nums {
		font-size: 32px;
	}

	.customized_uls li .li_pu.li_b .sum {
		-moz-line-clamp: 2;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
		-webkit-line-clamp: 2;
	}
}

/*横图*/
.horizontal_connection {
	background-image: url('../images/img/hengtu.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 56px 0;
}

.horizontal_connection_left {
	max-width: 680px;
	width: 54%;
}

.horizontal_connection_left h3 {
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.horizontal_connection_left h4 {
	font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 0.15em;
}

.horizontal_connection_left .text {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.16em;
	color: #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top: 1.35em;
	margin-top: 1.5em;
}

.horizontal_connection_right {
	max-width: 376px;
	width: 36%;
}

.horizontal_connection_right li {}

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

.horizontal_connection_right li a {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.horizontal_connection_right li .imgs {
	width: 48px;
	height: 48px;
}

.horizontal_connection_right li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.horizontal_connection_right li .text {
	margin-left: 20px;
}

.horizontal_connection_right li .text h3 {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.horizontal_connection_right li .text h4 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.14em;
}

a.r_more {
	display: block;
	background-color: #347dc7;
	border-radius: 8px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3;
	letter-spacing: 0px;
	color: #ffffff;
	width: 9.8em;
	text-align: center;
	margin-top: 11.7%;
}

a.r_more:hover {
	background-color: #004C99;
}

@media (max-width: 1330px) {
	.horizontal_connection {
		padding: 4.2% 0;
	}

	.horizontal_connection_left h3 {
		font-size: 3.6vw;
	}

	.horizontal_connection_left h4 {
		font-size: 2.56vw;
	}

	.horizontal_connection_left .text {
		font-size: 18px;
	}

	.horizontal_connection_right li .text h3 {
		font-size: 15px;
	}

	.horizontal_connection_right li .text h4 {
		font-size: 2.7vw;
		flex-flow: column;
	}

	a.r_more {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.horizontal_connection_left h3 {
		font-size: 36px;
	}

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

	.horizontal_connection_left .text {
		font-size: 16px;
	}

	.horizontal_connection_right li .imgs {
		width: 42px;
		height: 42px;
	}

	a.r_more {
		font-size: 16px;
	}
}

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

	.horizontal_connection_left {
		width: 100%;
		max-width: 100%;
	}

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

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

	.horizontal_connection_left .text {
		margin-top: 15px;
		padding-top: 15px;
	}

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

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

	.horizontal_connection_right li .text h4 {
		font-size: 24px;
	}

	a.r_more {
		margin-top: 20px;
	}
}

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

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

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

	.horizontal_connection_left .text {
		font-size: 13px;
		margin-top: 8px;
		padding-top: 8px;
	}

	.horizontal_connection_right li .imgs {
		width: 36px;
		height: 36px;
	}

	.horizontal_connection_right li .text {
		margin-left: 12px;
	}

	.horizontal_connection_right li .text h3 {
		font-size: 14px;
	}

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

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

/*案例展示*/
.lunbo_case {
	padding: 56px 0;
}

.lunbo_case li a {
	display: block;
}

.lunbo_case li .imgs {
	overflow: hidden;
}

.lunbo_case li .imgs img {
	width: 100%;
}

@media (max-width: 1330px) {
	.lunbo_case {
		padding: 4.2% 0;
	}
}

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

/*优势*/
.select_quality {
	padding: 10px 0 20px;
}

.select_quality_adv {
	margin-top: 30px;
}

.select_quality_adv_lis {
	background-color: #f8f8f8;
	padding: 70px 0;
}

.select_quality_adv_lis:nth-child(2n) {
	background-color: transparent;
}

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

.select_quality_adv_lis:nth-child(2n) .max1280 {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

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

.select_quality_adv_lis_imgs img {
	width: 100%;
	position: relative;
	z-index: 9;
}

.select_quality_adv_lis_imgs::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: solid 2px #004C99;
	opacity: 0.38;
	position: absolute;
	left: 10px;
	top: 10px;
}

.select_quality_adv_lis_text {
	width: 43.75%;
}

.select_quality_adv_lis_text .lis_tit {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;


	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}

.select_quality_adv_lis_text .lis_tit .sums {
	background-color: #004C99;
	border-radius: 20px 0px 20px 0px;
	text-align: center;
	padding: 12px 15px 10px;
}

.select_quality_adv_lis_text .lis_tit .sums p:first-child {
	font-family: Impact;
	font-size: 2rem;
	line-height: 1;
	color: #ffffff;
}

.select_quality_adv_lis_text .lis_tit .sums p:last-child {
	font-family: Arial;
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.3);
	margin-top: 0.35em;
}

.select_quality_adv_lis_text .lis_tit .r_te {
	margin-left: 20px;
	flex-grow: 1;
	overflow: hidden;
}

.select_quality_adv_lis_text .lis_tit h4 {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.select_quality_adv_lis_text .lis_tit h6 {
	font-family: Arial;
	font-size: 14px;
	line-height: 1;
	color: #999999;
	margin: 0.85em 0 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}

.select_quality_adv_lis_text .lis_dec {
	font-size: 16px;
	line-height: 1.625;
	color: #555555;
	margin-top: 10%;
}

.select_quality_adv_lis_text .lis_dec p {
	position: relative;
	padding-left: 1.25em;
}

.select_quality_adv_lis_text .lis_dec p:nth-child(n+2) {
	margin-top: 0.75em;
}

.select_quality_adv_lis_text .lis_dec p::before {
	content: "";
	display: block;
	width: 0.625em;
	height: 0.625em;
	border: solid 0.125em #004C99;
	opacity: 0.6;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.5em;
}

@media (max-width: 1330px) {
	.select_quality_adv_lis {
		padding: 4% 0;
	}
}

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

	.select_quality_adv_lis_text .lis_tit .sums p:last-child {
		font-size: 13px;
	}

	.select_quality_adv_lis_text .lis_tit h6 {
		font-size: 13px;
	}

	.select_quality_adv_lis_text .lis_dec {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.select_quality_adv_lis .max1280 {
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		-o-flex-flow: column;

	}

	.select_quality_adv_lis:nth-child(2n) .max1280 {
		-webkit-flex-flow: column;
		-moz-flex-flow: column;
		-ms-flex-flow: column;
		-o-flex-flow: column;
	}

	.select_quality_adv_lis_imgs {
		width: 100%;
	}

	.select_quality_adv_lis_text {
		width: 100%;
		margin-top: 30px;
	}

	.select_quality_adv_lis_text .lis_dec {
		margin-top: 20px;
	}

	.select_quality_adv_lis_text .lis_tit .sums {
		padding: 10px 16px;
	}

	.select_quality_adv_lis_text .lis_tit .sums p:first-child {
		font-size: 24px;
	}

	.select_quality_adv_lis_text .lis_tit .r_te {
		margin-left: 12px;
	}

	.select_quality_adv_lis_text .lis_tit h4 {
		font-size: 22px;
	}

	.select_quality_adv_lis_text .lis_dec p:nth-child(n+2) {
		margin-top: 0.5em;
	}
}

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

	.select_quality_cont_bottom .adv_list1 {
		width: 90px;
		height: 90px;
		border-width: 4px;
	}

	.select_quality_cont_bottom .adv_list1 .imgs {
		height: 32px;
	}

	.select_quality_cont_bottom .adv_list1 h5 {
		font-size: 14px;
	}

	.select_quality_cont_bottom_text {
		left: 90px;
		width: calc(100% - 180px);
		padding: 0 10px 10px;
		background-size: auto;
		font-size: 15px;
		line-height: 1.5;
	}

	.select_quality_adv_lis {
		padding: 24px 0;
	}

	.select_quality_adv_lis_text .lis_tit .sums {
		padding: 8px 10px;
	}

	.select_quality_adv_lis_text .lis_tit .sums p:last-child {
		font-size: 12px;
	}

	.select_quality_adv_lis_text .lis_tit h4 {
		font-size: 20px;
	}

	.select_quality_adv_lis_text .lis_tit h6 {
		font-size: 12px;
	}

	.select_quality_adv_lis_text .lis_dec {
		font-size: 14px;
	}
}

/*合作客户*/
.cooperation {
	background-color: #004C99;
	padding: 49px 0 42px;
}

.cooperation_tit {
	text-align: center;
}

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

.cooperation_tit h4 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 0.2em;
}

.cooperation_uls {
	margin-top: 3.3%;
}

.cooperation_uls li a {
	display: block;
}

.cooperation_uls li .imgs {
	overflow: hidden;
}

.cooperation_uls li .imgs img {
	width: 100%;
}

@media (max-width: 1330px) {
	.cooperation {
		padding: 40px 0 36px;
	}
}

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

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

@media (max-width: 640px) {
	.cooperation {
		padding: 28px 0 24px;
	}

	.cooperation_tit h3 {
		font-size: 14px;
	}

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

/*新闻动态*/
.news {
	padding: 25px 0 80px;
}

.news_cont {
	margin-top: 4.2%;
}

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

	padding-bottom: 12px;
	border-bottom: 1px solid transparent;
	margin-bottom: 14px;
}

.news_tit h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	padding-left: 1.875em;
	position: relative;
	display: block;
}

.news_tit h4::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: #004C99;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;

}

.news_tit a {
	font-family: Arial;
	font-size: 16px;
	line-height: 2;
	color: #999999;
	display: block;
	margin-left: auto;
}

.news_tit a:hover {
	color: #004C99;
}

.news_left {
	width: 60%;
}

.news_left .news_tit h4::before {
	background-image: url("../images/img/ico1_1.png");
}

.news_left .news_tj li {
	width: 46.875%;
}

.news_left .news_tj li a {
	display: block
}

.news_left .news_tj li .imgs {
	overflow: hidden;
	border-radius: 10px;
}

.news_left .news_tj li .imgs img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;

	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;

}

.news_left .news_tj li:hover .imgs 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);
}

.news_left .news_tj li .text {
	margin-top: 6.95%;
}

.news_left .news_tj li .text h5 {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_left .news_tj li:hover h5 {
	color: #004C99;
}

.news_left .news_tj li .text .summ {
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
	margin-top: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_left .news_lb {
	margin-top: 5.4%;
}

.news_left .news_lb li:nth-child(n+2) {
	margin-top: 0.5%;
}

.news_left .news_lb li a {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.news_left .news_lb li h5 {
	margin: 0;
	font-size: 18px;
	line-height: 2;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 1.28em;
	position: relative;
	flex-grow: 1;
}

.news_left .news_lb li:hover h5 {
	color: #004C99;
}

.news_left .news_lb li h5::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: solid 2px rgba(29, 42, 94, 0.5);
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	border-radius: 50%;
}

.news_left .news_lb li .times {
	font-family: Arial;
	font-size: 16px;
	color: #999999;
	line-height: 2;
	margin-left: 2em;
	flex-shrink: 0;
}

.news_right {
	width: 33.4%;
	margin-left: auto;
}

.news_right .news_tit h4::before {
	background-image: url("../images/img/wd.png");
}

.news_right .news_tit {
	border-color: #dddddd;
}

.news_right .news_li {
	padding-top: 4.1%;
}

.news_right .news_li .swiper-container {
	height: 450px;
}

.news_right .news_li a {
	display: block;
}

.news_right .news_li h5 {
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_right .news_li li:hover h5 {
	color: #004C99;
}

.news_right .news_li .sum {
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
	margin-top: 0.8em;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


@media (max-width: 1330px) {
	.news {
		padding: 1.88% 0 6%;
	}

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

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

	.news_left .news_tj li {
		width: 48%;
	}

	.news_left .news_tj li .text h5,
	.news_left .news_lb li h5,
	.news_right .news_li h5 {
		font-size: 17px;
	}

	.news_left .news_tj li .text .summ,
	.news_right .news_li .sum {
		font-size: 14px;
	}

	.news_left .news_lb li .times {
		font-size: 15px;
	}
}

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

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

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

	.news_left .news_lb li h5 {
		font-size: 16px;
	}

	.news_left .news_lb li .times {
		font-size: 14px;
	}

	.news_right .news_li .swiper-container {
		height: 400px;
	}
}

@media (max-width: 1024px) {
	.news_right .news_li .swiper-container {
		height: 380px;
	}
}

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

	.news_cont {
		flex-flow: column;
		margin-top: 30px;
	}

	.news_tit {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.news_left {
		width: 100%;
	}

	.news_left .news_tj li .text {
		margin-top: 12px;
	}

	.news_left .news_tj li .text h5,
	.news_left .news_lb li h5,
	.news_right .news_li h5 {
		font-size: 16px;
	}

	.news_left .news_tj li .text .summ,
	.news_right .news_li .sum {
		margin-top: 0.4em;
	}

	.news_left .news_lb {
		margin-top: 15px;
	}

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

	.news_right .news_li {
		padding-top: 12px;
	}

	.news_right .news_li .swiper-container {
		height: 240px;
	}
}

@media (max-width: 640px) {
	.news {
		padding: 10px 0 20px;
	}

	.news_right .news_li .swiper-container {
		height: 170px;
	}

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

	.news_tit a {
		font-size: 13px;
	}

	.news_left .news_tj li .text h5,
	.news_left .news_lb li h5,
	.news_right .news_li h5 {
		font-size: 15px;
	}

	.news_left .news_tj li .text .summ,
	.news_right .news_li .sum {
		font-size: 13px;
	}
}


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

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

.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;
	overflow: hidden;
}
.footer_tongyong_ft_fr_fb li{
	float: left;
	margin-right: 10px;
}
.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_nav_liw {
	margin: 3% 0;
}

.ny_nav_liw ul {
	font-size: 0;
	text-align: center;
}

.ny_nav_liw .page_con_zhuti_yiji {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
	min-width: 160px;
	position: relative;
}

.ny_nav_liw .page_con_zhuti_yiji>a {
	display: block;
	font-size: 16px;
	line-height: 45px;
	color: #212121;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	border-radius: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.ny_nav_liw .page_con_zhuti_yiji:hover>a,
.ny_nav_liw .page_con_zhuti_yiji.active>a {
	background: #004C99;
	border-color: #004C99;
	color: #fff;
}

.page_con_zhuti_erji_w {
	position: absolute;
	display: none;
	z-index: 900;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.page_con_zhuti_erji_w_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	line-height: 40px;
	color: #666;
	border-bottom: 1px solid #eeeeee;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.page_con_zhuti_erji_w_li:last-child a {
	border-bottom: 0;
}

.page_con_zhuti_erji_w_li a:hover,
.page_con_zhuti_erji_w_li.active a {
	color: #fff;
	background: #004C99;
}

.ny_nav_liw .page_con_zhuti_yiji:hover .page_con_zhuti_erji_w {
	display: block;
}

@media(max-width:991px) {
	.ny_nav_liw {
		display: none;
	}
}
/*资质证书*/
.ny_zizhizhengshu ul{
	font-size: 0;
}
.ny_zizhizhengshu li{
	width: 23.875%;
    margin-right: 1.5%;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}
.ny_zizhizhengshu li a{
    height: 100%;
    width: 100%;
}
.ny_zizhizhengshu li .img{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -30px;
    padding-top: 30px;
}
.ny_zizhizhengshu li .img .img_nn{
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    align-items: center;
}
.ny_zizhizhengshu li .img img{
    width: 100%;
    height: auto!important;
}
.ny_zizhizhengshu 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;
}
.ny_zizhizhengshu li:nth-child(4n){
    margin-right: 0;
}
.ny_zizhizhengshu li:nth-child(n+5){
    margin-top: 10px;
}
@media(max-width:991px){
    .ny_zizhizhengshu li .wz{
        font-size: 15px;
    }
}
@media(max-width:768px){
    .ny_zizhizhengshu li{
        width: 49%;
        margin-right: 2%;
    }
    .ny_zizhizhengshu li:nth-child(2n){
        margin-right: 0;
    }
    .ny_zizhizhengshu li:nth-child(n+3){
        margin-top: 10px;
    }
}


/*公司相册*/
.ny_gongsixiangce ul{
	font-size: 0;
}
.ny_gongsixiangce li{
	width: 32%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}
.ny_gongsixiangce li a{
    height: 100%;
    width: 100%;
}
.ny_gongsixiangce li .img{
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: -30px;
    padding-top: 30px;
}
.ny_gongsixiangce li .img .img_nn{
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
    align-items: center;
}
.ny_gongsixiangce li .img img{
    width: 100%;
    height: auto!important;
}
.ny_gongsixiangce 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;
}
.ny_gongsixiangce li:nth-child(3n){
    margin-right: 0;
}
.ny_gongsixiangce li:nth-child(n+4){
    margin-top: 10px;
}
@media(max-width:991px){
    .ny_gongsixiangce li .wz{
        font-size: 15px;
    }
}
@media(max-width:768px){
    .ny_gongsixiangce li{
        width: 49%;
        margin-right: 2%;
    }
    .ny_gongsixiangce li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_gongsixiangce li:nth-child(2n){
        margin-right: 0;
    }
    .ny_gongsixiangce li:nth-child(n+3){
        margin-top: 10px;
    }
}


/*合作客户*/
.ny_hezuokehu ul{
    font-size: 0;
}
.ny_hezuokehu li{
    width: 23.875%;
    margin-right: 1.5%;
}
.ny_hezuokehu li .img{
    border: 1px solid #ccc;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.ny_hezuokehu li .img img{
    width: 100%;
}
.ny_hezuokehu li:nth-child(4n){
    margin-right: 0;
}
.ny_hezuokehu li:nth-child(n+5){
    margin-top: 1.5%;
}
.ny_hezuokehu li:hover .img{
    border: 1px solid #004C99;
}
@media(max-width:768px){
    .ny_hezuokehu li{
        width: 49%;
        margin-right: 2%;
    }
    .ny_hezuokehu li:nth-child(2n){
        margin-right: 0;
    }
    .ny_hezuokehu li:nth-child(n+3){
        margin-top: 2%;
    }
}



/*联系我们*/
.lxwm_xiugai{
    border-radius: 15px;
    overflow: hidden;
}
.jiaruwomen_p1_fl{
    width: 50%;
    padding:5%;
    background: #004C99;
    min-height: 450px;
}
.jiaruwomen_p1_fl h3{
    font-size: 24px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.jiaruwomen_p1_fl_fc{
    font-size: 18px;
    line-height: 3;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.5);
}
.jiaruwomen_p1_fr{
    width: 50%;
}
.contanct_lianxi_fb{
    height: 100%;
}
.map-box{
    height: 100%;
}
.contact-map{
    height: 100%;
}
.jiaruwomen_p1_fl_fc img{
    max-width: 110px;
} 


@media(max-width:991px){
    .jiaruwomen_p1_fl h3{
        font-size: 20px;
    }
    .jiaruwomen_p1_fl_fc{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .jiaruwomen_p1_fl{
        width: 100%;
        padding: 20px;
        min-height: auto;
    }
    .jiaruwomen_p1_fl_fc{
        padding-top: 10px;
        margin-top: 10px;
    }
    .jiaruwomen_p1_fr{
        width: 100%;
        height: 260px;
    }
}

















