* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.main {
	max-width: 1620px !important;
	margin: 0 auto !important;
	padding: 0px 10px;
}

.main_1440 {
	max-width: 1440px !important;
	margin: 0 auto !important;
}

body,
html {
	width: 100%;
	height: 100%;
}

.header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.header .item {
	display: flex;
	flex-direction: row;
	height: 110px;
	align-items: center;
	justify-content: space-between;
}

.header .item .nav {
	display: flex;
	flex-direction: row;
}

.header .item .nav a {
	font-size: 18px;
	color: #ffffff;
	margin: 0px 26px;
	position: relative;
	height: 100%;
	display: block;
}

.header .item .nav a:hover {
	color: #23ac38;
}

.header .item .nav a:after {
	content: '';
	background: #23ac38;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: -18px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	opacity: 0;
}

.header .item .nav a:hover:after {
	bottom: -8px;
	opacity: 1;
}


.fp-viewing-0 .header {
	background: none;
}

.header.active {
	background: rgba(0, 0, 0, 0.7);
}


.header .item .fr {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header .item .fr a {
	margin-left: 40px;
	font-size: 18px;
	color: #fff;
}

.header .item .fr .lyb:before {
	content: '';
	background: url('../images/icon1.png') no-repeat left center;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
}

.header .item .fr .lang:before {
	content: '';
	background: url('../images/icon2.png') no-repeat left center;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -3px;
}

.header .item .fr .lang:after {
	content: '';
	background: url('../images/icon4.png') no-repeat left center;
	width: 12px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-top: -2px;
}

.section_1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.section_1 .img {
	margin-top: 40px;
}

.section_1 .text {
	position: absolute;
	bottom: 13%;
	width: 100%;
	text-align: center;
}

.section_1 .text img {
	margin: 0 auto;
}

.section_1 p {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	line-height: 32px;
	letter-spacing: 8px;
	padding-top: 10%;
}

.section_2_swp {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0px !important;
	padding: 0px !important;
}

.section_2_swp .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.section_2_swp .swiper-slide {
	width: 100%;
	height: 100%;
}

.section_2_swp .swiper-slide .main {
	height: 100%;
}

.section_2_swp .swiper-slide .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.section_2_swp .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0px 5px !important;
	opacity: 1;
	outline: none;
}

.section_2_swp .swiper-pagination-bullet-active {
	background: #fff;
}

.section_2_pag {
	bottom: 40px !important;
}

.section_3 {
	display: flex;
	flex-direction: row;
	height: 100%;
	overflow: hidden;
}

.section_3 .fl {
	width: 65%;
	height: 100%;
	position: relative;
}

.section_3 .fl .text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section_3 .fl .text h3 {
	font-size: 50px;
	color: #fff;
}

.section_3 .fl .text p {
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	margin-top: 30px;
}

.section_3 .fl .text a {
	display: block;
	margin-top: 50px;
}

.section_3 .fl .img {
	width: 100%;
	height: 100%;
}

.section_3 .fl .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section_3 .fr {
	width: 35%;
	height: 100%;
}

.section_3 .fr a {
	display: block;
	height: 25%;
	display: block;
	position: relative;
}

.section_3 .fr a .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section_3 .fr a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.section_3 .fr a .text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20%;
}

.section_3 .fr a .text h3 {
	font-size: 26px;
	color: #fff;
}

.section_3 .fr a .text span {
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.section_3 .fr a:hover .text h3 {
	color: #23ac38;
}


.section_4 {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.section_4 .main {
	height: 100%;
}

.section_4 .item {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.section_5 {
	width: 100%;
	height: 100%;
}

.section_5 .video {
	height: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.section_5 .list {
	height: 40%;
	overflow: hidden;
}

.section_5 .list ul {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.section_5 .list ul li {
	width: 33.33%;
}

.section_5 .list ul li .link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.section_5 .list ul li .link:after {
	content: '';
	background: url('../images/icon15.png') repeat-x left bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.section_5 .list ul li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section_5 .list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.section_5 .list ul li .text {
	position: relative;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	padding: 30px;
	left: 0px;
	color: #fff;
}

.section_5 .list ul li .text strong {
	display: block;
}

.section_5 .list ul li .text h3 {
	margin-top: 8px;
	line-height: 24px;
	font-size: 18px;
}

.section_5 .list ul li .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}



.section_6 {
	width: 100%;
	height: 100%;
}

.section_6 .footer_box {
	width: 100%;
	height: 100%;
}

.section_6 .footer_box .had {
	height: 35%;
	background: #2e3033;
	padding-top: 9%;
}

.section_6 .footer_box .footer {
	height: 65%;
	background: #28292b;
}

.footer_box .had {
	background: #2e3033;
	padding: 80px 0px;
}

.footer_box .had .main {
	height: 100%;
}

.footer_box .had .item {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.footer_box .had .item h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.footer_box .had .item .fom {
	width: 420px;
	position: relative;
}

.footer_box .had .item .fom .txt {
	width: 100%;
	padding: 13px 20px;
	padding-right: 110px;
	font-size: 16px;
	border-radius: 30px;
}

.footer_box .had .item .fom .but {
	position: absolute;
	right: 5px;
	top: 50%;
	background: #23ac38;
	font-size: 15px;
	padding: 7px 30px;
	border-radius: 30px;
	color: #fff;
	margin-top: -17px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.footer_box .had .item .fom .but:hover {
	background: #000;
}

.footer_box .footer {
	background: #28292b;
}

.footer {
	padding-top: 130px;
	padding-bottom: 50px;
}

.footer .item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer .item .fl {
	width: 370px;
}

.footer .item .fl .text {
	margin-top: 30px;
}

.footer .item .fl .text p {
	font-size: 15px;
	margin-top: 15px;
	color: #c6c8cb;
}

.footer .item .fl .text p i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
}

.footer .item .fr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex: 1;
	padding-left: 100px;
	padding-top: 20px;
}

.footer .item .fr dl {
	width: 16%;
}

.footer .item .fr dl dt {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 20px;
}

.footer .item .fr dl dd {
	padding-top: 10px;
}

.footer .item .fr dl dd a {
	display: block;
	font-size: 15px;
	color: #f3f6f9;
	opacity: 0.8;
	margin-top: 12px;
}

.footer .item .fr dl dd a:hover {
	color: #3cb83c;
}

.footer .fot {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 130px;
}

.footer .fot p {
	font-size: 15px;
	color: #a7aaac;
}

.footer .fot p a {
	font-size: 15px;
	color: #a7aaac;
}

.footer .fot p a.gongan {
	padding-left: 25px;
	margin-left: 10px;
	background: url(../images/921.png ) no-repeat center left;
}

.footer .fot h6 a {
	font-size: 15px;
	color: #a7aaac;
	margin: 0px 10px;
}

.footer .fot h6 a:hover {
	color: #fff;
}

.banner_x {
	height: 580px;
}

.m_box {
	margin-top: -200px;
}

.team {
	background: #fff;
	padding: 0px 50px;
}

.m_nav {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	justify-content: space-between;
	align-items: center;
}

.m_nav .list a {
	font-size: 20px;
	color: #fff;
	margin: 0px 25px;
	position: relative;
}

.m_nav .list a:after {
	content: '';
	background: #fff;
	width: 0%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	position: absolute;
	left: 0px;
	bottom: -8px;
	height: 1px;
}

.m_nav .list a:hover:after {
	width: 100%;
}

.m_nav .list a.active:after {
	width: 100%;
}

.mbx {
	display: flex;
	flex-direction: row;
}

.mbx a {
	background: url('../images/icon19.png') no-repeat right center;
	padding-right: 25px;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
}

.mbx a:last-child {
	background: none;
	margin-right: 0px;
	padding-right: 0px;
}

.story {
	background-attachment: fixed;
	padding-top: 170px;
	padding-bottom: 80px;
}

.story .tit {
	background: rgba(6, 57, 120, 0.75);
	padding: 40px;
	color: #fff;
}

.story .tit strong {
	display: block;
	font-size: 18px;
}

.story .tit h3 {
	font-size: 46px;
	color: #fff;
}

.story .item {
	background: rgba(255, 255, 255, 0.85);
	padding: 50px;
	padding-bottom: 70px;
}

.story .item p {
	font-size: 18px;
	line-height: 32px;
	margin-top: 30px;
}

.story .item p strong {
	display: inline-block;
	color: #23ac38;
	font-size: 24px;
	border-bottom: 1px solid #23ac38;
	padding-bottom: 10px;
	margin-bottom: 20px;
}



.m_tit {
	font-size: 32px;
	color: #23ac38;
	position: relative;
}

.m_tit:before {
	content: '';
	background: #23ac38;
	width: 50px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
	margin-right: 10px;
}

.teambox {
	padding-bottom: 100px;
}

.team {
	padding-top: 60px;
}

.team .list {
	overflow: hidden;
	margin-top: 30px;
}

.team .list ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-left: -20px;
	margin-right: -20px;
}

.team .list ul li {
	width: 50%;
	padding: 20px;
}

.team .list ul li .item {
	background: #f5f5f5;
	display: flex;
	flex-direction: row;
}

.team .list ul li .item .img {
	width: 253px;
	height: 319px;
	flex: 0 0 auto;
	overflow: hidden;
}

.team .list ul li .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.team .list ul li .item .text {
	flex: 1;
	padding: 10px 40px;
	padding-top: 50px;
}

.team .list ul li .item .text h3 {
	font-size: 24px;
	color: #333333;
}

.team .list ul li .item .text strong {
	font-size: 14px;
	color: #666666;
	display: block;
	margin-top: 5px;
}

.team .list ul li .item .text p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}

.team .list ul li .item:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}


.innovate {
	background: #fff;
	padding: 80px 50px;
}

.innovate .list {
	overflow: hidden;
}

.innovate .list ul {
	display: flex;
	flex-direction: row;
	margin-left: -14px;
	margin-right: -14px;
}

.innovate .list ul li {
	width: 33.33%;
	padding: 0px 14px;
}

.innovate .list ul li .item {
	background: #f5f5f5;
	height: 100%;
}

.innovate .list ul li .item .img {
	overflow: hidden;
}

.innovate .list ul li .item .img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.innovate .list ul li .item .text {
	padding: 30px;
}

.innovate .list ul li .item .text h3 {
	font-size: 24px;
	color: #000000;
}

.innovate .list ul li .item .text p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.innovate .dow {
	overflow: hidden;
	margin-top: 40px;
}

.innovate .dow ul {
	display: flex;
	flex-direction: row;
	margin-left: -14px;
	margin-right: -14px;
}

.innovate .dow ul li {
	width: 33.33%;
	padding: 0px 12px;
}

.innovate .dow ul li .item {
	background-image: linear-gradient(0deg, #1668bc 0%, #129dd4 100%);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
	font-size: 24px;
	color: #ffffff;
}

.innovate .list ul li:hover .item .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.innovate1 {
	padding: 80px 50px;
}

.innovate1 .img {
	margin-top: 40px;
	text-align: center;
}

.innovate1 .img img {
	margin: 0 auto;
	display: block;
}

.innovate2 {
	padding: 80px 50px;
}

.innovate2_back {
	background: url('../images/icon25.png') no-repeat center top;
}

.innovate2 .img {
	margin-top: 110px;
}

.innovate3 {
	padding: 80px 50px;
	padding-bottom: 0px;
}

.innovate3 .img {
	margin-top: 60px;
	text-align: center;
}

.innovate3 .img img {
	margin: 0 auto;
	display: block;
}




/*  */
.analysis_list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 54px;
}

.analysis_list .analysis_li {
	width: 31.8%;
	background-color: #f5f5f5;
}

.analysis_list .analysis_li .analysis_li_text {
	padding: 24px 0;
}

.analysis_list .analysis_li .analysis_li_text p {
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	text-align: center;
}

.analysis_list .analysis_li .analysis_li_img {
	overflow: hidden;
}

.analysis_list .analysis_li .analysis_li_img img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	max-width: 100%;
}

.analysis_list .analysis_li:hover .analysis_li_img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.engineering_left {
	width: 37%;
	padding: 40px;
	background-image: linear-gradient(0deg, rgba(57, 178, 198, 1) 0%, rgba(53, 97, 153, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.engineering {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 54px;
}

.engineering_right {
	width: 63%;
	position: relative;
}

.engineering_right:before {
	content: '';
	left: 0px;
	top: 0px;
	position: absolute;
	background: url(../images/tu6.png) repeat-y left top;
	height: 100%;
	width: 100%;
	z-index: 8;
}

.organization1 {
	background: url(../images/tu12.jpg) no-repeat center center;
	margin-top: 100px;
}

/* .organization1 .list {
    overflow: hidden;
} */
.organization1 .list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

.organization1 .list ul li {
	width: 25%;
	padding: 0px 30px;
	text-align: center;

	/* padding-top: 210px; */
}

.organization1 .list ul li:first-child {
	width: 100%;
	margin-top: -180px;
	padding-top: 180px;
	margin-bottom: 120px;
}

.organization1 .list ul li:first-child .item_li {
	width: 33.33%;
	padding: 0px 30px;
	margin: 0 auto;
}

.organization1 .list ul li .item {
	background-image: linear-gradient(0deg, rgba(57, 178, 198, 1) 0%, rgba(53, 97, 153, 1) 100%);
	position: relative;
}

.organization1 .list ul li .item .img {
	background: #eeeeee;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	position: relative;
	top: -60px;
	left: 50%;
	margin-left: -60px;
	margin-bottom: -60px;
}

.organization1 .list ul li .item .img::before {
	position: absolute;
	content: '';
	width: 140PX;
	height: 130PX;
	background: url(../images/tu13.png) no-repeat center bottom;
	background-size: 100%;
	bottom: -10px;
	left: -10PX;
	z-index: 20;
}

.organization1 .list ul li .item .img img {
	display: inline-block;
	margin: auto;
}

.organization1 .list ul li .item .text {
	padding: 40px 0px;
}

.organization1 .list ul li .item .text h6 {
	font-size: 20px;
	color: #fff;
}

.organization1 .list ul li:first-child .item .text h6 {
	font-size: 24px;
}

.organization1 .list ul li:first-child .item .img {
	width: 160px;
	height: 160px;
	top: -80px;
	left: 50%;
	margin-left: -80px;
	margin-bottom: -80px;
}

.organization1 .list ul li:first-child .item .img::before {
	width: 180px;
	height: 170px;
}

.industry {
	width: 160%;
	margin-top: 54px;
}

.industry .industry_swiper {
	width: 100%;
}

.productbox {
	overflow: hidden;
}

.industry_swiper .swiper-slide {
	background-color: #f5f5f5;
	overflow: hidden;
}

.industry_swiper .swiper-slide .industry_text {
	padding: 35px 0;
}

.industry_swiper .swiper-slide .industry_text p {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}

.industry {
	padding-bottom: 80px;
}

.industry .industry_swiper {
	padding-bottom: 70px;
}

.industry .industry_swiper .industry_pagination {
	width: 50%;
}

.industry .industry_swiper .swiper-pagination-bullet-active {
	background: #23ac38;
}

.join {
	border-top: 2px solid #0a63bd;
	margin-top: 60px;
	padding-bottom: 100px;
}

.join_title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 22px 0;
	border-bottom: 1px solid #dbdbdb;
	background: url(../images/tu15.png) no-repeat center right 30px;
}

.join_title.active {
	background: url(../images/tu16.png) no-repeat center right 30px;
}

.join_title p {
	width: 20%;
	font-size: 18px;
	line-height: 32px;
	padding-left: 30px;
	color: #666666;
}

.join_title p:first-child {
	color: #0a63bd;
}

.join_content .content_list h6 {
	font-size: 18px;
	color: #0a63bd;
	margin-bottom: 5px;
}

.join_content .content_list p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.join_content .content_list {
	margin-bottom: 20px;
}

.join_content {
	background-color: #f9f9f9;
	padding: 30px;
	padding-bottom: 60px;
}

.link_more p {
	display: inline-block;
	position: relative;
	margin-left: 40px;
}

.link_more p a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	padding: 0 60px;
	border-radius: 25px;
	border: 1px solid #666;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.link_more em {
	content: '';
	position: absolute;
	width: 70px;
	height: 1px;
	background: #666666;
	top: 50%;
	left: -40px;
	z-index: 8;
	overflow: hidden;
}

.link_more p:before {
	content: '';
	background: #666666;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 30px;
	top: 50%;
	border-radius: 50%;
	z-index: 9;
	margin-top: -2px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.link_more em:before {
	content: '';
	background: #fff;
	right: 65px;
	top: 0px;
	width: 30px;
	position: absolute;
	height: 1px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.link_more p:hover em:before {
	right: 0px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.link_more em:after {
	content: '';
	background: #0a63bd;
	right: 90px;
	top: 0px;
	width: 40px;
	position: absolute;
	height: 1px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.link_more p:hover em:after {
	right: 30px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.link_more p:hover a {
	color: #fff;
	background-color: #0a63bd;
	border: 1px solid #0a63bd;
}

.link_more p:hover:before {
	background-color: #fff;
}

.link_more {
	margin-top: 40px;
}

.join_content {
	display: none;
}

.join_team {
	position: relative;
}

.join_search {
	position: absolute;
	top: 55px;
	right: 50px;
}

.join_search form {
	position: relative;
}

.join_search .text_search {
	font-size: 14px;
	color: #666666;
	line-height: 48px;
	border: 1px solid #666;
	border-radius: 24px;
	padding: 0 60px 0 20px;
}

.join_search .btn_search {
	width: 48px;
	height: 48px;
	background: url(../images/tu17.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
}

.contact_banner {
	margin-top: 30px;
}

.customer_sweiper .swiper-slide {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* .customer_sweiper .swiper-slide:last-child:nth-child(4n - 1){
	margin-right: calc(23.33% + 6.68% / 3);
 }
 .customer_sweiper .swiper-slide:last-child:nth-child(4n - 2){
	margin-right: calc(46.66% + 13.36% / 2);
 } */

.customer_sweiper .swiper-slide .customer_logo:last-child:nth-child(4n - 1) {
	margin-right: calc(23.33% + 6.68% / 3);
}

.customer_sweiper .swiper-slide .customer_logo:last-child:nth-child(4n - 2) {
	margin-right: calc(46.66% + 13.36% / 3);
}

.customer_sweiper .swiper-slide .customer_logo {
	width: 23.33%;
	border: 1px solid #e5e5e5;
	height: 150px;
	margin-bottom: 30px;
	display: table;
}

.customer_sweiper .swiper-slide .customer_logo div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.customer_sweiper .swiper-slide .customer_logo div img {
	display: inline-block;
}

.customer_sweiper {
	padding-bottom: 30px;
	margin-top: 70px;
}

.customer_sweiper .swiper-pagination-bullet-active {
	background: #23ac38;
}

.contact_map .contactmap {
	background-color: #f2f2f2;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contact_map .contactmap .left {
	width: 50%;
	padding: 0 70px;
	display: flex;
	align-items: center;
}

.contact_map .contactmap .left h3 {
	font-size: 32px;
	line-height: 32px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 20px;
}

.contact_map .contactmap .left .link_dz p {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}

.contact_map .contactmap .left .link_ a {
	display: inline-block;
}

.contact_map .contactmap .left .link_ {
	margin-top: 50px;
}

.contact_map .contactmap .right {
	width: 50%;
}

#map {
	height: 450px;
	width: 100%;
}

#map img {
	display: inline-block;
	max-width: none !important;
	max-height: none !important;
}

.contact_map {
	margin-top: 30px;
	margin-bottom: 80px;
}

.Message_input {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message3 {
	width: 32%;
	margin-bottom: 20px;
}

.message2 {
	width: 49%;
	margin-bottom: 20px;
}

.Message_input input {
	width: 100%;
	height: 58px;
	border: 1px solid #cac9c9;
	padding-left: 10px;
	padding-right: 10px;
}

.messageRich textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #cac9c9;
	padding: 10px;
}

.link_more p .s-info {
	display: block;
	font-size: 16px;
	color: #23ac38;
	line-height: 50px;
	padding: 0 60px;
	border-radius: 25px;
	border: 1px solid #23ac38;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
}

.link_more p:hover a {
	color: #fff;
	background-color: #23ac38;
	border: 1px solid #23ac38;
}

.link_mores em:after {
	content: '';
	background: #23ac38;
	right: 90px;
	top: 0px;
	width: 40px;
	position: absolute;
	height: 1px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.link_more p:hover .s-info {
	color: #fff;
	background-color: #23ac38;
	border: 1px solid #23ac38;
}

.link_mores p:before {
	background: #23ac38;
}

.link_mores em {
	background: #23ac38;
}

.Message_input p {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 10px;
}

.messageRich p {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 10px;
}

.Message_input p span {
	color: #ff1010;
}

.messageRich p span {
	color: #ff1010;
}

.messageRich {
	margin-bottom: 20px;
}

.Messagebox {
	margin-top: 50px;
	margin-bottom: 80px;
}

.news_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px;
	background-color: #f5f5f5;
}

.news_top .news_img {
	width: 47%;
}

.news_top .news_img img {
	width: 100%;
}

.newsText {
	width: 50%;
	display: flex;
	align-items: center;
}

.newsText .time {
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 10px;
}

.newsText h5 {
	font-size: 24px;
	line-height: 34px;
	color: #3d3d3d;
	font-weight: 500;
	margin-bottom: 30px;
}

.newsText .texts p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.link_more1 p a {
	color: #23ac38;
	border: 1px solid #23ac38;
	padding: 0 40px;
}

.link_more1 p:before {
	left: 25px;
}

.link_more1 em {
	left: -40px;
	width: 70px;
}

.news_li a {
	padding: 35px;
	border-bottom: 1px solid #eeeeee;
}

.news_li a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news_li a .news_li_img {
	width: 19%;
	overflow: hidden;
}

.news_li a .news_li_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.news_li a:hover .news_li_img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.news_li a .new_tet {
	width: 78%;
	display: flex;
	align-items: center;
}

.news_li a .new_tet .time {
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 10px;
}

.news_li a .new_tet h6 {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 20px;
}

.news_li:hover a .new_tet h6 {
	color: #23ac38;
}

.news_li a .new_tet .news_li_text p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.news_li:hover {
	background-color: #f5f5f5;
}

.paging .yiiPager .first,
.paging .yiiPager .last {
	display: none;
}

.paging .yiiPager li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 38px;
	height: 38px;
	border: 1px solid #808080;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
}

.paging .yiiPager li a {
	display: block;
	font-size: 16px;
	color: #333333;
}

.paging .yiiPager .page:hover {
	border: 1px solid #23ac38;
}

.paging .yiiPager .page:hover a {
	color: #23ac38;
}

.paging .yiiPager .page.selected {
	border: 1px solid #23ac38;
	background-color: #23ac38;
}

.paging .yiiPager .page.selected a {
	color: #fff;
}

.paging .yiiPager .next,
.paging .yiiPager .previous {
	width: auto;
	border: none;
}

.paging .yiiPager .previous a {
	font-size: 16px;
	color: #999999;
	padding-left: 25px;
	background: url(../images/tu29.png) no-repeat center left;
}

.paging .yiiPager .previous a:hover {
	color: #23ac38;
	background: url(../images/tu30.png) no-repeat center left;
}

.paging .yiiPager .next a {
	font-size: 16px;
	color: #999999;
	padding-right: 25px;
	background: url(../images/tu31.png) no-repeat center right;
}

.paging .yiiPager .next a:hover {
	color: #23ac38;
	background: url(../images/tu32.png) no-repeat center right;
}

.paging .yiiPager {
	display: inline-block;
}

.paging {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 100px;
}

.newsBox {
	margin-top: 70px;
}

.dynamic_list {
	width: 31%;
	margin-bottom: 48px;
	background-color: #f2f2f2;
}

.dynamic_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dynamic_text {
	padding: 30px;
}

.dynamic_text h5 {
	font-size: 22px;
	line-height: 34px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 50px;
}

.dynamic_text .time {
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.dynamic_img {
	overflow: hidden;
}

.dynamic_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.dynamic_list:hover .dynamic_img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.dynamic_list:last-child:nth-child(3n - 1) {
	margin-right: calc(31% + 7% / 2);
}

.dynamic_list .icon {
	line-height: 7px;
	margin-top: -5px;
}

.dynamic_list .icon:after {
	content: '';
	width: 6px;
	height: 6px;
	background: #23ac38;
	border-radius: 50%;
	margin-top: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -1px;
}

.dynamic_list .icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 1px;
	background: #23ac38;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}

.dynamic_list:hover .icon:before {
	width: 60px;
}

.dynamic_list:hover .dynamic_text h5 {
	color: #23ac38;
}

.dynamic .paging {
	margin-top: 12px;
}

.dynamic_box {
	margin-top: 70px;
}

/*  */
.news-tit dl dd {
	display: none;
	position: absolute;
	top: 56px;
	left: 0px;
	background: #fff;
	width: 100%;
	z-index: 0;
	box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 10%);
	text-align: left;
	border-radius: 5px;
}

.news-tit dl dt {
	height: 54px;
	padding: 0px 25px 0 10px;
	border-radius: 30px;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/tu34.png) no-repeat 90% center;
	outline: none;
	line-height: 54px;
	text-align: left;
	position: relative;
	z-index: 3;
	cursor: pointer;
	border: 1px solid #666666;
	color: #666666;
}

.news-tit dl {
	position: relative;
	margin-right: 10px;
	width: 200px;
	margin: 0 auto;
	z-index: 77;
	display: inline-block;
}

.news-tit dl dd a {
	font-size: 14px;
	color: #666;
	display: block;
	display: block;
	padding: 12px 25px;
	border-bottom: 1px solid #eaeaea;
}

.news-tit {
	position: absolute;
	right: 60px;
	top: 60px;
}

.dynamic {
	position: relative;
}

.news_linkmore {
	text-align: center;
}

.news_linkmore p a {
	padding: 0 60px;
}

.news_details h3 {
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.news_details .time {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.detaild_box h2 {
	font-size: 24px;
	line-height: 40px;
	color: #23ac38;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #23ac38;
	margin-bottom: 30px;
}

.detaild_box p {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 30px;
}

.detaild_box p img {
	max-width: 100%;
	margin: auto;
}

.detaild_box {
	border-top: 1px solid #e4e4e4;
	padding-top: 60px;
	margin-top: 30px;
}

.news_details {
	padding-top: 30px;
	padding-bottom: 80px;
}

.phoneheader {
	display: none;
}

.industry_img {
	width: 1265px;
	height: 680px;
	overflow: hidden;
}

.industry_img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

/* 10-13 */
.ce {
	position: fixed;
	top: 60%;
	right: 10px;
	z-index: 500;
}

.wechat {
	position: relative;
}

.wechat .ewm {
	display: none;
	position: absolute;
	right: 74px;
	top: 0;
	background-color: #fff;
	padding: 5px;
	width: 100px;
	height: 100px;
}

.wechat .weing:hover .ewm {
	display: block;
}

.Top {
	cursor: pointer;
}

.Privacy_box,
.statute_box {
	padding: 50px 20px;
	border-radius: 10px;
	background-color: #fff;
}

.Privacy,
.statute {
	background-color: #ccc;
	padding: 200px 0 100px;
}

.Privacy_box h2,
.statute_box h2 {
	font-size: 36px;
	line-height: 42px;
	color: red;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.Privacy_box h4,
.statute_box h4 {
	font-size: 22px;
	line-height: 30px;
	color: red;
	font-weight: 500;
	margin-bottom: 10px;
}

.Privacy_box p,
.statute_box p {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
}

.Privacy_box p a,
.statute_box p a {
	color: red;
}

.Privacy_box ul li {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 5px;
}

.Privacy_box ul {
	margin-bottom: 15px;
}

.section_4 .item h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}

.section_4 .item h4 {
	font-size: 42px;
	color: #fff;
	font-weight: 500;
}

.section_2_swp .item h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 20px;
}

.section_2_swp .item h4 {
	font-size: 42px;
	color: #fff;
	font-weight: 500;
}

.greesite {
	text-align: left;
}

.greebox {
	display: flex;
	justify-content: flex-start;
}

.section_4 .item h2 {
	margin-bottom: 30px;
}

.section_2_swp .item h2 {
	margin-bottom: 30px;
}

.store_black {
	display: block;
	width: 100%;
	height: 10px;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	line-height: 10px;
}

.team .list ul li .item .img {
	width: 235px;
	height: 300px;
}

.news_details h1 {
	display: block;
	font-size: 2em;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

/* .news_details h2{
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
} */
/* .news_details h3{
	display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
} */
.news_details h4 {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.news_details h5 {
	display: block;
	font-size: 0.83em;
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.news_details h5 {
	display: block;
	font-size: 0.67em;
	margin-block-start: 2.33em;
	margin-block-end: 2.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}

.news_details strong {
	font-weight: bold;
}

.news_details em {
	font-style: italic;
}

.section_2_swp .item h4 {
	font-size: 42px;
	color: #fff;
	font-weight: 500;
}

/* .section_5 .list.foot_new1{
	display: none;
} */
.section_5 .list .swiper-wrapper {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.section_5 .list .swiper-wrapper .link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.section_5 .list .swiper-wrapper .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section_5 .list .swiper-wrapper .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.section_5 .list .swiper-wrapper .text {
	position: relative;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	padding: 30px;
	left: 0px;
	color: #fff;
}

.section_5 .list .swiper-wrapper .text strong {
	display: block;
}

.section_5 .list .swiper-wrapper .text h3 {
	margin-top: 8px;
	line-height: 24px;
	font-size: 18px;
}

.section_5 .list .swiper-wrapper .link:after {
	content: '';
	background: url(../images/icon15.png) repeat-x left bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.section_5 .list .swiper-wrapper .link:hover .img img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.searchbox1 {
	width: 50%;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 150px;
	z-index: 5;
}

.searchbox1 .searchtext {
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	border: 1px solid #999;
	padding-left: 20px;
	padding-right: 80px;
	box-sizing: border-box;
}

.searchbtn {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/fdj.png) no-repeat center center;
	height: 44px;
	width: 60px;
	outline: none;
	border: none;
}

.search-error {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.search-result-empry {
	text-align: center;
	margin-top: 20px;
}

.search_box .dynamic_box {
	margin-top: 200px;
}

.searchs .m_nav {
	margin-bottom: 0;
}

.search_box {
	padding-bottom: 50px;
}

.section_1 .text .img0 {
	display: none;
}

.detaild_box section {
	text-align: center;
}

.download-pdf a{
	/* background-image: linear-gradient(0deg, #1668bc 0%, #129dd4 100%); */
	display: flex;
	flex-direction: row;
	width: 20%;
	align-items: center;
	margin-top: 80px;
	font-size: 24px;
	color: #000;
}

.download-pdf .icon-pdf{
	width: 50px;
	height: 50px;
}