* {
	box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}


td,
th,
caption {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;

}

a,
button {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	margin-top: 60px;

}

.top {
	height: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Welcome {
	line-height: 32px;
	color: #444444;
}

.top_lx a:hover {
	text-decoration-line: underline;
}

.head {
	width: 100%;
	position: fixed;
	z-index: 11;
	background: linear-gradient(#0057a4, #0057a400);
}

.headbg {
	background-color: #0057a4;
}

.head_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.logo {

	width: 120px;
	/* height: 120px; */
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;

}

.nav {
	height: 100px;
	width: 1000px;
	float: right;
	display: flex;
	justify-content: space-around;
	align-items: center;

}

.nav li {
	float: left;
	height: 100%;
	width: 120px;

}

.nav li:hover {
	box-sizing: border-box;
	/* color: #0057a4; */
	/* background-color: #18bad8; */
	border-bottom: #18bad8 4px solid;
}

.active {
	/* background-color: #18bad8; */
	border-bottom: #18bad8 4px solid;
}

.nav li a {
	display: flex;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #ffffff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nav li p:nth-child(1) {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	width: 100%;
	text-align: center;
}

.nav li p:nth-child(2) {
	font-size: 12px;
	margin-top: 14px;
	line-height: 1;
	color: #fff;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}





.banner {
	width: 100%;
	/* max-height: 600px; */
}

.swiper-wrapper {
	height: auto;
}

.swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}

.title {
	margin: 0 auto;
	text-align: center;
	width: 530px;
	padding-bottom: 60px;
}

.title-cont {
	padding-bottom: 17px;
	line-height: 1;
	font-size: 34px;
	color: #262f43;
	border-bottom: #bebebe solid 1px;
}

.title-cont b {
	padding-bottom: 11px;
	font-weight: 500;
	line-height: 1;
	border-bottom: #00489a solid 3px;
}

.title-cont b:nth-child(2) {
	border-bottom: #18b8d5 solid 3px;
}

.sub {
	text-transform: uppercase;
	margin-top: 17px;
	font-size: 18px;
	line-height: 1;
	color: #666666;
}

/* .service {
	background-color: #f7f7f7;
} */

.service-list li {
	margin-bottom: 49px;
	margin-right: 18px;
	float: left;
	width: 286px;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.service-list li:hover {
	box-shadow: 0px 0px 20px 2px #e6e6e6;
}

.service-list li:hover img {
	transform: scale(1.1);
}

.service-list li:nth-child(4n) {
	margin: 0;
}

.service_imgbox {
	width: 100%;
	height: 286px;
	overflow: hidden;
}

.service_imgbox img {
	/* width: 100%; */
	height: 100%;
	display: block;
	transition: all 0.6s;
}

.service-list li p {
	font-size: 14px;
	color: #333333;
	margin-top: 24px;
	text-align: center;
}

.more {
	margin: 22px auto 0;
	display: flex;
	width: 172px;
	height: 50px;
}

.more-t a,
.more a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

.more-cont {
	font-weight: bold;
	width: 108px;
	color: #333;
	background-color: #f5f5f5;
}

.arrow {
	font-size: 24px;
	width: 64px;
	background-color: #2cc3d5;
	color: #fff;
}

.more:hover .more-cont {
	background-color: #1853a6;
	color: #fff;
}

.adout_left {
	float: left;
	position: relative;
}

.describes {
	background-color: #fff;
	position: absolute;
	z-index: 2;
	margin-top: 60px;
	border-radius: 6px;
	width: 420px;
	height: 500px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(141, 184, 241, 0.3);
	box-shadow: 0px 0px 16px 0px rgba(141, 184, 241, 0.3);
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	box-sizing: border-box;

}

.adout_left::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 40px;
	width: 380px;
	height: 500px;
	z-index: 1;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(141, 184, 241, 0.3);
	box-shadow: 0px 0px 16px 0px rgba(141, 184, 241, 0.3);
	background-color: rgba(255, 255, 255, 0.3);
}

.adout_right {
	float: right;
	position: relative;
	overflow: visible;
	padding-bottom: 40px;
}

.adout_more {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.adout_more a {
	width: 110px;
	height: 38px;
	background-color: #004ea2;
	text-align: center;
	color: #fff;
	line-height: 38px;
	font-size: 14px;
}

.describes h5 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1;
}

.describes h5 span {
	background-color: #004ea2;
	color: #fff;
	display: inline-block;
	width: 40px;
	text-align: center;
	line-height: 25px;
}

.adout_right_img {
	border-radius: 6px;
	overflow: hidden;
	width: 980px;
	height: 480px;
}

.adout_right_img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
}

.adout_right_img:hover img {
	transform: scale(1.1);
}

.card {
	border-color: rgba(0, 0, 0, 1);
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-shadow: 0 0 0 #fff;
	background-color: rgba(245, 245, 245, 1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.card_box {
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.cardpublic {
	width: 380px;
	height: 150px;
	padding: 35px;
	border-radius: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom, left top;
	box-sizing: border-box;
}

.card_one {

	background-image: url(../images/bg1.jpg);

}

.card_two {

	background-image: url(../images/bg2.jpg);

}

.card_three {

	background-image: url(../images/bg3.jpg);

}

.case {
	background-color: rgba(245, 245, 245, 1);
	padding-top: 1px;
}

.case_synopsis {
	font-size: 14px;
	color: #666;
	text-indent: 2rem;
	line-height: 26px;
	margin-bottom: 35px;
}

/* 产品中心 */
.case_synopsis {
	font-size: 14px;
	color: #666;
	text-indent: 2rem;
	line-height: 26px;
	margin-bottom: 35px;
}

.case_banner a {
	display: block;
}

.case_banner {
	width: 100%;
	position: relative;
	height: 523px;
}

.swiper-container {
	overflow: hidden;
}

.case_banner div[class^='swiper-button'] {
	outline: none;
}

.case_banner div[class^='swiper-button']::after {
	display: none;
}

.case_banner .swiper-button-prev {

	left: -50px;
	background: url(../images/jt_ll.png) no-repeat;
	background-position: center;
}

.case_banner .swiper-button-prev:hover {
	background-image: url(../images/jt_l.png);
}

.case_banner .swiper-button-next {

	right: -50px;
	background: url(../images/jt_rr.png) no-repeat;
	background-position: center;
}

.case_banner .swiper-button-next:hover {
	background-image: url(../images/jt_r.png);
}

.case_banner {
	padding: 20px 0;
}

.case_banner .swiper-slide {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer;
	border-radius: 10px;
}

.case_banner .swiper-slide:hover {
	-webkit-box-shadow: 0px 0px 16px 0px rgba(141, 184, 241, 0.3);
	box-shadow: 0px 0px 16px 0px rgba(141, 184, 241, 0.3);
}

.case_banner .swiper-slide:hover .word {
	background-image: url(../images/bl_2.png);
}

.case_banner .swiper-slide:hover .word::after {
	bottom: 0px;
}

.case_banner .swiper-slide:hover .word h4 {
	font-weight: bold;
	color: #004ea2;
}

.case_img {
	height: 320px;
	width: 370px;
	overflow: hidden;
}

.case_img img {
	height: 100%;
	width: 100%;
}

.word {
	height: 225px;
	margin-top: -62px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 70px 30px 40px;
	background: url(../images/bl_1.png) no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
	box-sizing: border-box;
}

.word::after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 40%;
	width: 70px;
	height: 6px;
	background-color: #0053a9;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
	border-radius: 6px 6px 0px 0px;
}

.word h4 {
	text-align: center;
	font-size: 17px;
	color: #333;
	margin-bottom: 25px;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.case_banner .swiper-slide .word p {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
}

/* 底部 */
.footer {
	color: #b2b2b2;
	background-color: #2d2d2d;
	width: 100%;
}

.footer-cont {

	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0 58px;
}

.tel-list {
	margin-left: 17px;
	width: 350px;
}

.tel-list li {
	font-size: 14px;
	margin-bottom: 17px;
	display: flex;
	align-items: center;
}

.tel-list li img {
	margin-right: 20px;
	display: block;
	width: 18px;
	object-fit: scale-down;
}

.nav-list1 {
	margin-left: 77px;
	font-size: 18px;
	margin-bottom: 18px;
}

.nav-list2 {
	margin-left: 37px;
	font-size: 18px;

}

.nav-list2 li,
.nav-list1 li {
	margin-bottom: 18px;
}

.nav-list2 li a,
.nav-list1 li a {
	color: #b2b2b2;
}

.QR-code {
	margin-left: 95px;
}

.QR-code img {
	width: 127.5px;
	height: 127.5px;
	display: block;
}

.QR-code p {
	text-align: center;
	margin-top: 11px;
	font-size: 14px;
	line-height: 1;
}

.filing-pic1 img {
	margin: 0 auto 10px;
	width: 26px;
	height: 28px;
	display: block;
}

.filing-pic2 img {
	margin: 0 auto;
	height: 36px;
	display: block;
	width: 136px;
}

.filing {
	width: 310px;
	margin-left: 92px;
}

.filing p {
	line-height: 2;
	text-align: center;
}

/* 团队荣誉 */
.aptitude {
	padding: 0px 0 100px;
}

.aptitude_pic {
	/* margin-right: 10px; */
	display: inline-block;
}

.aptitude_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.aptitude_pic img:nth-child(2) {
	display: none;
}

.aptitude_title a {

	display: block;
	align-items: center;
}

.aptitude_title img {
	width: 35px;
	/* height: 30px; */

	display: block;
}

.aptitude_title a:hover {
	font-weight: bold;
}

/* .aptitude_title a:hover .aptitude_pic img:nth-child(1) {
	display: none;
}

.aptitude_title a:hover .aptitude_pic img:nth-child(2) {
	display: block;
} */

.aptitude_title {
	font-size: 30px;
	color: #333333;
	display: flex;
	align-items: center;
}

.aptitude_title span {
	margin: 0 40px;
}

.aptitude_title_row {
	width: 640px;
	height: 2px;
	margin: 0 32px;
	background-color: #e5e5e5;
}

.aptitude_title_you {

	width: 50px;
	height: 50px;
}

.aptitude_title_you img {
	width: 100%;
	height: 100%;
	display: block;
}

.aptitude_list {
	margin-top: 50px;
}

.aptitude_list li {
	cursor: pointer;
	float: left;
	margin-right: 26px;
	border-bottom: 1px solid #e6e6e6;
}

.aptitude_list li:hover .aptitude_list_infor {
	color: #364096;
}

.aptitude_list li:nth-child(4n) {
	margin-right: 0px;
}

.aptitude_list_pic {
	width: 275px;
	height: 390px;
	transition: all 0.6s;
}

.aptitude_list li:hover img {
	transform: scale(1.1);
}

.aptitude_list_pic img,
.products-list-pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.aptitude_list_infor {
	font-size: 18px;
	color: #808080;
	margin-top: 20px;
	/* display: flex; */
	justify-content: center;
	align-items: center;
}

.aptitude_list_infor p {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
}

.aptitude_list_infor img {
	width: 20px;
	height: 20px;
	display: block;
}

/* 关于我们 */
.about_banner {
	width: 100%;
	/* height: 265px; */
}

.about_banner img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 新关于中蓝页面 */
.new_about {
	min-width: 1200px;
}

.new_about .part1 .con {
	width: 1200px;
	padding: 40px;
	margin: 0 auto;
	margin: 30px auto;
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px rgba(44, 153, 238, 0.17);
	display: flex;
	justify-content: space-between;
}

.new_about .part1 .con .left {
	width: 567px;
}

.new_about .part1 .con .left h4 {
	font-size: 24px;
	color: #333;
	position: relative;
}

.new_about .part1 .con .left h4::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -20px;
	width: 40px;
	height: 4px;
	background-color: #0067b2;
}

.new_about .part1 .con .left .p {
	margin-top: 40px;
}

.new_about .part1 .con .left .p p {
	text-indent: 2rem;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.new_about .part1 .con .right {
	width: 505px;
}

.new_about .part1 .con .right img {
	width: 100%;
	display: block;
	height: 100%;
}

.new_about .licheng .con {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin: 50px auto;
}

.new_about .licheng .con .title {
	width: 295px;
	height: 70px;
	background: url(../images/Zonlan.png) no-repeat;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 20px;
	padding-bottom: 0px;

}

.new_about .licheng .con .title span {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.new_about .licheng .con .list {
	width: 100%;
	position: relative;
	height: 990px;
	overflow: visible;
}

.new_about .licheng .con .list::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 2px;
	height: 970px;
	top: 0px;
	border-radius: 1px;
	background-color: #dddee2;
}

.new_about .licheng .con .list .item {
	position: absolute;
	width: 460px;
	height: 190px;
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px rgba(26, 26, 26, 0.1);
	padding: 30px;
	display: flex;
	justify-content: space-between;
}

.new_about .licheng .con .list .item:nth-child(even) {
	left: 10px;
	z-index: 2;
}

.new_about .licheng .con .list .item:nth-child(even)::after {
	content: "";
	position: absolute;
	right: -136px;
	z-index: 2;
	top: 24px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1187ff;
}

.new_about .licheng .con .list .item:nth-child(even) span {
	position: absolute;
	right: -115px;
	top: 15px;
	font-size: 20px;
	color: #000;
}

.new_about .licheng .con .list .item:nth-child(even) span::after {
	content: "";
	position: absolute;
	left: -40px;
	top: 51%;
	width: 20px;
	height: 2px;
	background-color: #ced2d5;
}

.new_about .licheng .con .list .item:nth-child(even) .right {
	width: 190px;
}

.new_about .licheng .con .list .item:nth-child(even) .right h5 {
	font-size: 20px;
	color: #222;
	margin-bottom: 18px;
	text-align: right;
	border-right: 2px solid #1187ff;
	line-height: 1;
	padding-right: 5px;
}

.new_about .licheng .con .list .item:nth-child(even) .right p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.new_about .licheng .con .list .item:nth-child(odd) {
	right: 10px;
	z-index: 2;
}

.new_about .licheng .con .list .item:nth-child(odd)::after {
	content: "";
	position: absolute;
	left: -134px;
	z-index: 2;
	top: 24px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1187ff;
}

.new_about .licheng .con .list .item:nth-child(odd) span {
	position: absolute;
	left: -115px;
	top: 15px;
	font-size: 20px;
	color: #000;
}

.new_about .licheng .con .list .item:nth-child(odd) span::after {
	content: "";
	position: absolute;
	right: -40px;
	top: 51%;
	width: 20px;
	height: 2px;
	background-color: #ced2d5;
}

.new_about .licheng .con .list .item:nth-child(odd) .left {
	width: 168px;
}

.new_about .licheng .con .list .item:nth-child(odd) .left h5 {
	font-size: 20px;
	color: #222;
	margin-bottom: 18px;
	border-left: 2px solid #1187ff;
	line-height: 1;
	padding-left: 5px;
}

.new_about .licheng .con .list .item:nth-child(odd) .left p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.new_about .licheng .con .list .item:nth-child(1) {
	margin-top: 40px;
}

.new_about .licheng .con .list .item:nth-child(2) {
	margin-top: 170px;
}

.new_about .licheng .con .list .item:nth-child(3) {
	margin-top: 330px;
}

.new_about .licheng .con .list .item:nth-child(3) .left {
	width: 196px;
}

.new_about .licheng .con .list .item:nth-child(4) {
	margin-top: 460px;
}

.new_about .licheng .con .list .item:nth-child(5) {
	margin-top: 620px;
}

.new_about .licheng .con .list .item:nth-child(5) .left {
	width: 196px;
}

.new_about .licheng .con .list .item:nth-child(6) {
	height: 220px;
	margin-top: 750px;
}

.new_about .licheng .con .list .item:nth-child(6) .right {
	width: 100%;
}

.new_about .zeren {
	background: url(../images/about_zeren_bg.jpg) no-repeat;
	background-size: cover;
}

.new_about .zeren .con {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
	text-align: center;
}

.new_about .zeren .con h4 {
	color: #fff;
	line-height: 1;
	margin-bottom: 18px;
	font-size: 30px;
	font-weight: normal;
}

.new_about .zeren .con h5 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: normal;
}

.new_about .zeren .con p {
	font-size: 16px;
	color: #fff;
}

/* 面包屑 目录 */
.secnav {
	min-width: 1200px;
	width: 100%;
	padding: 30px 0;
}

.secnav .con {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secnav .con .bread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secnav .con .bread i {
	font-size: 12px;
	color: #555;
}

.secnav .con .bread i:first-child {
	font-size: 16px;
}

.secnav .con .bread a {
	font-size: 14px;
	color: #555;
	margin: 0 5px;
}

.secnav .con .bread a:hover {
	color: #004ea2;
}

.secnav .con .sec_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.secnav .con .sec_menu a {
	border: 1px solid #999;
	padding: 12px 28px;
	line-height: 27px;
	margin: 0 5px;
	border-radius: 2px;
	color: #757575;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.secnav .con .sec_menu a.act {
	border: 1px solid #004ea2;
	color: #004ea2;
}

.secnav .con .sec_menu a:hover {
	background: linear-gradient(129deg, #0065d1, #00b5ff);
	border: none;
	color: #fff;
}

/* 服务项目列表 */
.inner_product {
	min-width: 1200px;
	width: 100%;
}

.inner_product>div {
	padding: 60px 0;
}

.inner_product>div .con {
	width: 1200px;
	margin: 0 auto;
}

.inner_product .part1 {
	background-color: #f5f5f5;
}

.inner_product .part1 .con .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inner_product .part1 .con .list .item {
	background-color: #fff;
	width: 385px;
	padding: 10px;
	margin-bottom: 35px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.inner_product .part1 .con .list .item .img {
	width: 100%;
	overflow: hidden;
}

.inner_product .part1 .con .list .item .img img {
	width: 100%;
}

.service_word {
	padding: 0 18px;
}

.service_word h4 {
	margin: 20px 0;
	font-size: 19px;
	color: #333;
	font-weight: normal;
}

.service_word p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}

.inner_product .part1 .con .list .item:last-child {
	margin-bottom: 0px;
	height: 0px;
	width: 385px;
	padding: 0px;
}

.inner_product .part1 .con .list .item:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.service_word:hover h4 {
	color: #004ea2;
}

.inner_product .part2 {
	padding: 100px 0 60px 0;
}

.inner_product .part2 .con {
	display: flex;
	justify-content: space-around;
}

.inner_product .part2 .con .left {
	width: 450px;
	border: 4px solid #004ea2;
}

.inner_product .part2 .con .left img {
	transform: translate(-50px, -50px);
}

.inner_product .part2 .con .right {
	width: 486px;
}

.inner_product .part2 .con .right .title h3 {
	font-size: 32px;
	color: #222;
	font-weight: normal;
	margin-bottom: 10px;
}

.inner_product .part2 .con .right .title p {
	color: #999;
	font-size: 16px;
}

.inner_product .part2 .con .right .title span {
	display: block;
	width: 68px;
	height: 4px;
	margin: 50px 0;
	background-color: #004ea2;
}

.inner_product .part2 .con .right .p p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.inner_product .part3 {
	background-color: #f6f8fb;
}

.inner_product .part3 .con .title {
	text-align: center;
}

.inner_product .part3 .con .title h3 {
	font-size: 32px;
	font-weight: normal;
	color: #222;
	margin-bottom: 10px;
}

.inner_product .part3 .con .title p {
	font-size: 16px;
	color: #999;
}

.inner_product .part3 .con .p {
	margin-top: 40px;
}

.inner_product .part3 .con .p p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.inner_product .part3 .con .list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner_product .part3 .con .list .item {
	padding: 30px 0;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inner_product .part3 .con .list .item h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 25px 20px;
	color: #000022;
}

.inner_product .part3 .con .list .item p {
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.inner_product .part4 .con {
	display: flex;
	justify-content: space-between;
}

.inner_product .part4 .con .left {
	width: 600px;
}

.inner_product .part4 .con .left img {
	width: 100%;
}

.inner_product .part4 .con .right {
	width: 540px;
}

.inner_product .part4 .con .right .title h3 {
	font-size: 32px;
	color: #222;
	font-weight: normal;
	margin-bottom: 10px;
}

.inner_product .part4 .con .right .title span {
	display: block;
	width: 68px;
	height: 4px;
	margin: 25px 0;
	background-color: #004ea2;
}

.inner_product .part4 .con .right .p p {
	margin: 5px 0;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.inner_product .part5 {
	background-color: #f5f5f5;
}

.inner_product .part5 .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner_product .part5 .con .left {
	width: 540px;
}

.inner_product .part5 .con .left h3 {
	padding: 15px 0 0 15px;
	font-size: 30px;
	color: #222;
	position: relative;
	font-weight: normal;
	margin-bottom: 45px;
}

.inner_product .part5 .con .left h3::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border-left: solid 2px #004ea2;
	border-top: solid 2px #004ea2;
}

.inner_product .part5 .con .left .p p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

/* 详情页 */
.products-body {
	width: 100%;
	/* background-color: #F7F7F7; */
}

.products-cont {
	margin: 0 auto;
	width: 1200px;
}

.cont-cent {
	width: 1200px;
	box-sizing: border-box;
	/* padding: 60px 15px 50px; */
	background-color: #fff;
}

.crumbs {
	font-size: 14px;
	color: #999999;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.products-list {
	margin-top: 40px;
}

.products-list li {
	margin: 0 10px 35px 0;
	float: left;
	width: 195px;
}

.products-pic {
	border: 1px solid #e5e5e5;
	width: 195px;
	height: 195px;
}

.products-pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.products-list li p {
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 18px;
	line-height: 1;
}

.products-list li:nth-child(4n) {
	margin: 0px;
}

.page {
	text-align: center;
}

.page a {
	margin-right: 10px;
	color: #333;
	padding: 8px 11px;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	border: 1px #d4dfd9 solid;
}

.page input {
	text-align: center;
	width: 54px;
	height: 32px;
	border: 1px #d4dfd9 solid;
}

.page span {
	margin-left: 7px;
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	color: #333;
}

.products-infor-pic {
	width: 325px;
	height: 325px;
}

.products-infor-pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.products-infor {
	margin-top: 38px;
}

.products-infor-cont {
	margin-left: 42px;
	width: 430px;
}

.products-infor-title {

	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}

.products-infor-title p {
	font-size: 20px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}

.products-infor-list {
	margin-top: 20px;
}

.products-infor-list li {
	font-size: 14px;
	color: #333333;
	margin-bottom: 33px;
}

.explain {

	width: 100%;
	border: 1px solid #e5e5e5;
}

.explain-title {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.explain-title p {
	margin-left: 10px;
	font-size: 22px;
	color: #333333;
}

.explain-vertical {
	width: 4px;
	height: 20px;
	background-color: #0057a4;
}

.explain-cont {
	padding: 28px 13px;
}

.explain-cont {
	font-size: 14px;
	color: #333;
}

.updown {
	margin-top: 30px;
	width: 100%;

}

.updown>div span {
	font-size: 14px;
	color: #333;
}

.updown>div a {
	color: #0057a4;
	font-size: 14px;
}

.cont-centbg {
	margin-bottom: 40px;
	/* width: 844px; */
	background-color: #F7F7F7;
}

.about-products,
.about-paper {
	padding: 30px 15px 0;
	margin-top: 15px;
	background-color: #fff;
}

.about-products .products-list li:nth-child(4n) {
	margin-bottom: 35px;
}

.about-paper-list li {

	box-sizing: border-box;
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
}

.about-paper-list li:last-child {
	border: 0px;
}

.about-paper-list li b {

	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #cdcdcd;
	line-height: 1;
}

.about-paper-list li a {
	float: left;
	line-height: 20px;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 7px;
	color: #333333;
	font-size: 16px;

}

.about-paper-list li span {
	float: right;
	font-size: 14px;
	color: #999999;
}

.client-list {
	margin-top: 40px;
}

.client-list li {
	margin-bottom: 33px;
}

.client-listpic {
	width: 260px;
	height: 260px;
	border: 1px solid #e5e5e5;
}

.client-listpic img {
	width: 100%;
	height: 100%;
	display: block;
}

.client-infor-procured {
	margin-bottom: 16px;
	font-size: 22px;
	color: #0057a4;
	line-height: 1;
}

.client-infor-supply {
	font-size: 22px;
	color: #333333;
	line-height: 1;
}

.client-infor {
	margin-left: 25px;
}

.client-infor-lable {
	margin-top: 21px;
	font-size: 18px;
	color: #333;
}

.client-infor-tips {
	margin-top: 27px;
}

.client-infor-tips img {
	width: 17px;
	object-fit: contain;
	display: inline-block;
	vertical-align: bottom;
}

.client-infor-tips span {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #999;
}

.newscont-list {
	margin-bottom: 75px;
}

.newscont-list li {
	padding: 37px 0;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
}

.newscont-list-top a {
	font-size: 18px;
	color: #333333;
}

.newscont-list-top a:hover {
	color: #2145a6;
}

.newscont-list-top a:hover b {
	color: #2145a6;
}

.newscont-list-top a b {
	font-weight: 800;
	font-size: 20px;
	color: #cccccc;
	margin-right: 20px;
}

.newscont-list-top span {

	font-size: 14px;
	color: #b2b2b2;

}

.newscont-list-sub {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #808080;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 30px;
}

.newscont-list-sub:hover {
	color: #2145a6;
}

.paper-cont h4 {
	font-size: 18px;
	color: #2145a6;
	text-align: center;
}

.paper-cont {
	padding: 35px 10px 60px;
}

.paper-cont-time {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1;
}

.paper-cent {
	margin-top: 25px;
}

.paper-cent img {
	max-width: 100%;
}

.up-next {
	margin-top: 60px;
}

.shadowing {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 19;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.news-list li p:hover {
	color: #00489A;
}

.up-next a {
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	padding: 16px 0px 16px 20px;
	display: block;
	width: 505px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px #e5e5e5 solid;
}

/* 新闻 */
.inner_news {
	width: 100%;
}

.inner_news .con {
	width: 1200px;
	margin: 0 auto;
}

.inner_news .con .list {
	width: 100%;
}

.inner_news .con .list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 60px 40px;
	-webkit-transition: background linear 0.3s;
	transition: background linear 0.3s;
	border-bottom: 1px solid #e6e6e6;
}

.inner_news .con .list .item .left {
	width: 100px;
	border-right: 1px solid #e6e6e6;
	padding-right: 20px;
}

.inner_news .con .list .item .left label {
	color: #004ea2;
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
}

.inner_news .con .list .item .left span {
	font-size: 14px;
	display: block;
	color: #004ea2;
	text-align: center;
}

.inner_news .con .list .item .right {
	width: 980px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 50px;
}

.inner_news .con .list .item .right .middle {
	width: 75%;
	overflow: hidden;
}

.inner_news .con .list .item .right .middle a {
	font-size: 22px;
	color: #070707;
	font-weight: normal;
	-webkit-transition: color linear 0.3s;
	transition: color linear 0.3s;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.6;
}

.inner_news .con .list .item .right .middle span {
	padding: 10px 0;
	font-size: 12px;
	display: block;
	color: #c9c9c9;
	line-height: 1.6;
}

.inner_news .con .list .item .right .middle p {
	width: 100%;
	font-size: 14px;
	color: #464646;
	line-height: 1.6;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.inner_news .con .list .item .right .img {
	width: 20%;
	height: 120px;
	overflow: hidden;
}

.inner_news .con .list .item .right .img img {
	width: 100%;
	-webkit-transition: -webkit-transform linear 0.5s;
	transition: -webkit-transform linear 0.5s;
	transition: transform linear 0.5s;
	transition: transform linear 0.5s, -webkit-transform linear 0.5s;
}

.inner_news .con .list .item:hover {
	background: #f8f8f8;
}

.inner_news .con .list .item:hover .right .middle a {
	color: #004ea2;
}

.inner_news .con .list .item:hover .right .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.inner_news .con .list3 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

.inner_news .con .list3 p {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	border: solid 1px #bbbbbb;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.inner_news .con .list3 p:hover,
.inner_news .con .list3 p.active {
	color: #fff;
	background: #007def;
	border: 1px solid #007def;
}

/* 联系方式 */
.inner_contact {
	min-width: 1200px;
	width: 100%;
}

/*.inner_contact > div {*/
/*  padding: 50px 0;*/
/*}*/
.inner_contact>div .con {
	width: 1200px;
	margin: 0 auto;
}

.inner_contact .part1 {
	padding: 50px 0;
	background: #fff;
}

.inner_contact .part1 .con>h4 {
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	color: #555;
}

.inner_contact .part1 .con>p {
	color: #555;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
}

.inner_contact .part1 .con div.list {
	border: 1px solid #ddd;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
}

.inner_contact .part1 .con div.list .item {
	width: 240px;
	height: 163px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner_contact .part1 .con div.list .item div {
	height: 53px;
	width: 53px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.inner_contact .part1 .con div.list .item>p {
	color: #333;
	font-size: 20px;
	text-align: center;
}

.inner_contact .part1 .con div.list .item>p>span {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}

.inner_contact .part1 .con div.list div.line {
	width: 1px;
	height: 66px;
	background: #ddd;
}

.inner_contact .part2 .con>div {
	display: block;
	width: 100%;
	height: 550px;
	border: #ccc solid 1px;
	margin-bottom: 50px;
}

.inner_contact .part2 img {
	width: 100%;
}

/* 产品中心-城市森林系统 */
.inner_product {
	min-width: 1200px;
	width: 100%;
}

.inner_product>div {
	padding: 60px 0;
}

.inner_product>div .con {
	width: 1200px;
	margin: 0 auto;
}

.inner_product .part1 {
	background-color: #f5f5f5;
}

.inner_product .part1 .con .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.inner_product .part1 .con .list .item {
	background-color: #fff;
	width: 385px;
	padding: 10px;
	margin-bottom: 35px;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.inner_product .part1 .con .list .item .img {
	width: 100%;
	overflow: hidden;
}

.inner_product .part1 .con .list .item .img img {
	width: 100%;
}

.inner_product .part1 .con .list .item .word {
	padding: 0 18px;
}

.inner_product .part1 .con .list .item .word h4 {
	margin: 20px 0;
	font-size: 19px;
	color: #333;
	font-weight: normal;
}

.inner_product .part1 .con .list .item .word p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}

.inner_product .part1 .con .list .item:last-child {
	margin-bottom: 0px;
	height: 0px;
	width: 385px;
	padding: 0px;
}

.inner_product .part1 .con .list .item:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}

.inner_product .part1 .con .list .item:hover .word h4 {
	color: #004ea2;
}

.inner_product .part2 {
	padding: 100px 0 60px 0;
}

.inner_product .part2 .con {
	display: flex;
	justify-content: space-around;
}

.inner_product .part2 .con .left {
	width: 450px;
	border: 4px solid #004ea2;
}

.inner_product .part2 .con .left img {
	transform: translate(-50px, -50px);
}

.inner_product .part2 .con .right {
	width: 486px;
}

.inner_product .part2 .con .right .title h3 {
	font-size: 32px;
	color: #222;
	font-weight: normal;
	margin-bottom: 10px;
}

.inner_product .part2 .con .right .title p {
	color: #999;
	font-size: 16px;
}

.inner_product .part2 .con .right .title span {
	display: block;
	width: 68px;
	height: 4px;
	margin: 50px 0;
	background-color: #004ea2;
}

.inner_product .part2 .con .right .p p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.inner_product .part3 {
	background-color: #f6f8fb;
}

.inner_product .part3 .con .title {
	text-align: center;
}

.inner_product .part3 .con .title h3 {
	font-size: 32px;
	font-weight: normal;
	color: #222;
	margin-bottom: 10px;
}

.inner_product .part3 .con .title p {
	font-size: 16px;
	color: #999;
}

.inner_product .part3 .con .p {
	margin-top: 40px;
}

.inner_product .part3 .con .p p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.inner_product .part3 .con .list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner_product .part3 .con .list .item {
	padding: 30px 0;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inner_product .part3 .con .list .item h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 25px 20px;
	color: #000022;
}

.inner_product .part3 .con .list .item p {
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.inner_product .part4 .con {
	display: flex;
	justify-content: space-between;
}

.inner_product .part4 .con .left {
	width: 600px;
}

.inner_product .part4 .con .left img {
	width: 100%;
}

.inner_product .part4 .con .right {
	width: 540px;
}

.inner_product .part4 .con .right .title h3 {
	font-size: 32px;
	color: #222;
	font-weight: normal;
	margin-bottom: 10px;
}

.inner_product .part4 .con .right .title span {
	display: block;
	width: 68px;
	height: 4px;
	margin: 25px 0;
	background-color: #004ea2;
}

.inner_product .part4 .con .right .p p {
	margin: 5px 0;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.inner_product .part5 {
	background-color: #f5f5f5;
}

.inner_product .part5 .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner_product .part5 .con .left {
	width: 540px;
}

.inner_product .part5 .con .left h3 {
	padding: 15px 0 0 15px;
	font-size: 30px;
	color: #222;
	position: relative;
	font-weight: normal;
	margin-bottom: 45px;
}

.inner_product .part5 .con .left h3::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	border-left: solid 2px #004ea2;
	border-top: solid 2px #004ea2;
}

.inner_product .part5 .con .left .p p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

/* 设备展示 */
.Contact_Us_list {
	background-color: #545454;
	display: flex;
	height: 140px;
}

.Contact_Us_list li {
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 33.33%;
}

.Contact_Us_list li p:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.Contact_Us_list li p:nth-child(2) {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin-top: 25px;
}

.customized_nav {
	box-sizing: border-box;
	float: left;
	width: 230px;
	border: 1px solid #e6e6e6;
}

.customized_nav_title {
	padding: 20px;
	color: #fff;
	background-color: #0057a4;
	border-bottom: #fff 1px dashed;
}

.customized_nav_title p:nth-child(1) {
	font-size: 24px;
	line-height: 1;
}

.customized_nav_title p:nth-child(2) {
	font-size: 14px;
	margin-top: 10px;
}

.customized_nav_list li {
	box-sizing: border-box;
	height: 60px;
	border-bottom: #fff 1px dashed;
}

.customized_nav_list li a {
	padding-left: 20px;
	width: 100%;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.customized_nav_list li a p:nth-child(1) {
	font-size: 18px;
	color: #333;
	line-height: 1;
}

.customized_nav_list li a p:nth-child(2) {
	display: none;
	font-size: 14px;
	color: #333;
	line-height: 1;
	margin-top: 10px;
}

.customized_nav_list li:hover,
.customized_nav_list li.on {
	background-color: #0057a4;

}

.customized_nav_list li:hover a p:nth-child(1),
.customized_nav_list li a p:nth-child(1).on {
	color: #fff;
}

.customized_nav_list li:hover a p:nth-child(2),
.customized_nav_list li a p:nth-child(2).on {
	display: block;
	color: #fff;
}

.customized_r {
	float: right;
	width: 1100px;

}

.customized_r_title {
	height: 28px;
	border-left: 4px solid #114392;
}

.customized_r_title p {
	text-indent: 10px;
	line-height: 28px;
	font-size: 28px;
}

.customized_r_pic {
	margin-top: 30px;
	width: 100%;
	height: 380px;
}

.customized_r_list {
	margin: 27px 0 100px;
}

.customized_r_list li {
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
	width: 350px;
	border: 1px solid #e6e6e6;

}

.customized_r_list li:nth-child(3n) {
	margin-right: 0px;
}

.customized_r_list_pic {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.customized_r_list_pic img {
	width: 100%;
	transition: all 0.6s;
}

.customized_r_list li:hover img {
	width: 100%;
	transform: scale(1.1);

}

.customized_r_list_infor {
	border-top: 1px solid #e6e6e6;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customized_r_list_infor p {
	text-align: center;
}

.customized_cont {
	margin-top: 37px;
}

/* 员工风采 */
.deme {
	column-count: 5;
	column-gap: 12.5px;
	/* display: flex; */
}

.deme_con {
	width: 230px;
	border-radius: 5px;
	overflow: hidden;
}

.deme_img {
	width: 100%;
}

.deme_img img {
	width: 100%;
	height: auto;
}

.deme_write {
	padding: 10px 0;
	text-align: center;
	line-height: 1.5;
	color: #808080;
}
.vanish{
	display: none;
}
.appear{
	display: block;
}